declare const PAGE_TODO_PROPS: { DynamicPage: string[]; Page: string[]; Modal: string[]; MobileModal: string[]; Drawer: string[]; Popover: string[]; MobilePopover: string[]; BusiComp: string[]; }; declare const PAGE_TODO_STYLE: { Page: string[]; }; declare const EVENTLESS_COMPS: string[]; declare const EDIT_PAGE_SIZE: { label: string; value: string; _label: string; }[]; declare const EDIT_MOBILE_PAGE_SIZE: ({ label: string; value: string; _label: string; screen: { statusBar: { height: number; }; bang: boolean; indicator: boolean; }; } | { label: string; value: string; _label: string; screen: { statusBar: { height: number; }; bang: boolean; indicator: { height: number; }; }; })[]; declare const EDIT_MOBILE_SCREEN_INFO: { '375*667': { label: string; value: string; _label: string; barIcon: any; style: { width: number; height: number; }; barStyle: { height: string; padding: string; }; }; '375*812': { label: string; value: string; _label: string; barIcon: any; barStyle: { height: string; }; style: { borderRadius: string; width: number; height: number; }; indicatorIcon: any; indicatorStyle: { height: string; }; }; }; export declare const EDIT_COMP_INPUT = "Input"; export declare const EDIT_COMP_RADIO = "Radio"; export declare const EDIT_COMP_SELECT = "Select"; export declare const EDIT_COMP_DATEPICKER = "DatePicker"; export declare const EDIT_COMP_TIMEPICKER = "TimePicker"; export declare const EDIT_COMP_INPUTNUMBER = "InputNumber"; export declare const EDIT_COMP_TEXTAREA = "TextArea"; export declare const EDIT_COMP_SWITCH = "Switch"; export declare const EDIT_COMP_SUPERSELECT = "SuperSelect"; export declare const EDIT_COMP_MODALSELECT = "ModalSelect"; declare const TABLE_ROW_COMP_SELECT_DATA: { label: string; value: string; }[]; declare const DATE_TYPE: { label: string; value: string; type: string[]; }[]; declare const DATE_FORMAT: { label: string; value: string; type: string[]; }[]; declare const SERVICE_SOURCE: { APP: string; QUERY: string; INNER: string; PLATFORM: string; STD: string; ATOM: string; RHIN: string; SCENE: string; OBJECT: string; SUPER: string; }; export declare const OBJECT_SERVICE_WITH_SORT_PARAMS: string[]; declare const SERVICE_SOURCE_CN_MAP: { [x: string]: string; }; declare const FIXED_SERVICE_URL: { QUERY: string; ATOM: string; STD: string; RHIN: string; SUPER: string; }; declare const SERVICE_KEY: { QUERY: string; INNER: string; STD: string; RHIN: string; OBJECT: string; SUPER: string; }; declare const TYPE_MAP: { 1000: string; 1100: string; 1200: string; 1300: string; 1400: string; 1500: string; 1600: string; 1700: string; 1800: string; }; export declare const OBJECT_ATTR_TYPE_MAP: { field: string; }; declare const PAGE_CONTAINER_TYPE: { PAGE: string; MODAL: string; DRAWER: string; BUSICOMP: string; POPOVER: string; WHALEBI: string; }; export declare const PAGE_CONTAINER_CHINESE_TYPE: { Page: string; Modal: string; Drawer: string; Popover: string; WhaleBI: string; }; declare const COMP_LIB: { MATERIE: string; }; declare const OPERATORS: { value: string; label: string; }[]; declare const APP_PAGE_CONTAINER_TYPE: { PAGE: string; MODAL: string; Popover: string; }; declare const EDITOR_SLOT_NAME: { HEADERTOOLS: string; HEADERTABS: string; LEFTTABS: string; }; declare const JUMP_TYPE: { DATA_SOURCE: string; COMPONENT: string; REL_COMPONENT: string; COMPONENT_ATTR: string; ACTION: string; PAGE: string; OBJECT: string; SERVICE: string; PAGE_DATA_SOURCE: string; PAGE_COMPONENT: string; PAGE_ACTION: string; REL_PAGE: string; COMPONENT_STYLE: string; CUSTOM_EVENT: string; CUSTOM_EVENT_EDIT: string; PAGE_CUSTOM_EVENT_EDIT: string; CUSTOM_FUNCTION: string; PAGE_CUSTOM_FUNCTION: string; GLOBAL_DATA_SOURCE: string; SERVICE_OBJECT_NODE: string; FUNCTION_LIB_ASSIGN_VALUE: string; BUSI_COMP: string; BUSI_COMP_CUSTOM_EVENT_EDIT: string; STATIC_DATA: string; PAGE_RELATION_TAB: string; PAGE_EVENT: string; EVENT: string; }; export { PAGE_TODO_PROPS, EVENTLESS_COMPS, EDIT_PAGE_SIZE, EDIT_MOBILE_PAGE_SIZE, TABLE_ROW_COMP_SELECT_DATA, SERVICE_SOURCE, SERVICE_SOURCE_CN_MAP, TYPE_MAP, PAGE_CONTAINER_TYPE, APP_PAGE_CONTAINER_TYPE, EDITOR_SLOT_NAME, EDIT_MOBILE_SCREEN_INFO, FIXED_SERVICE_URL, COMP_LIB, OPERATORS, SERVICE_KEY, JUMP_TYPE, PAGE_TODO_STYLE, DATE_TYPE, DATE_FORMAT, }; /** * 编辑器默认tab key */ export declare const EDITOR_TABS_PANEL_DEFAULTKEY = "MovableLayout"; /** * 函数库 属性名 */ export declare const FUNCTION_LIB_VARIABLE_NAME = "_LIB"; /** * 函数库参数赋值 */ export declare const FUNCTION_LIB_ASSIGN_VALUE = "functionLib"; export declare const FUNCTION_PRESET_ASSIGN_VALUE = "functorsMap"; export declare const ATTR_FUNCTION_ASSIGN_VALUE = "$function$"; /** * 用户信息参数 */ export declare const USER_NAME_ASSIGN_VALUE = "data._others_.personInfo"; export declare const USER_REGEX: RegExp; export declare const getUserInfoCtx: (CONTEXT_USER_INFO: any) => { title: string; value: string; children: any; }; export declare const STATUS: { h5: string[]; pc: string[]; }; /** * 上下文数据类型 */ export declare const ContextType: { event: string; dataSource: string; globalDataSource: string; form: string; url: string; state: string; sceneCode: string; }; export declare const EVNET_PARAM_OBJECT_TYPE = "object"; export declare const TIPS: { data: string; parentKey: string; selectable: string; childrenKey: string; associationKey: string; }; export declare const DATA_ID = "$$";