export declare const POINT_TAG = "pointTag"; export declare const GHOST_TAG = "ghostTag"; export declare const RECT_FADE_OUT_TAG = "rectFadeOutTag"; export declare const RECT_PURE_COLOUR_TAG = "rectPureColourTag"; export declare const BADGE_TAG = "badgeTag"; export declare const URL_REDIRECT = "urlRedirect"; export declare const PAGE_REDIRECT = "pageRedirect"; export declare const customRenderTemplate: ({ key: string; codeKey: string; value: string; label: string; children?: undefined; } | { key: string; codeKey: string; value: string; label: string; children: { key: string; codeKey: string; value: string; label: string; }[]; })[]; export declare const customRenderCodeTemplate: { key: string; codeKey: string; value: string; label: string; }[]; export declare const dGroupExtendBtnCustomStyle: { key: string; codeKey: string; value: string; label: string; }[]; export declare const CUSTOM_FUNCTION_TEMPLATE_CODE_LIST_MAP: { customRendering: ({ key: string; codeKey: string; value: string; label: string; children?: undefined; } | { key: string; codeKey: string; value: string; label: string; children: { key: string; codeKey: string; value: string; label: string; }[]; })[]; badgeRendering: ({ key: string; codeKey: string; value: string; label: string; children?: undefined; } | { key: string; codeKey: string; value: string; label: string; children: { key: string; codeKey: string; value: string; label: string; }[]; })[]; customRenderCode: { key: string; codeKey: string; value: string; label: string; }[]; customRenderLabel: { key: string; codeKey: string; value: string; label: string; }[]; customRenderOption: { key: string; codeKey: string; value: string; label: string; }[]; dGroupExtendBtnCustomStyle: { key: string; codeKey: string; value: string; label: string; }[]; }; export declare const FUNCTOR_EXAMPLE1 = "(data.state.idx == rowIndex && data.state.state == 1) ? 2 : 1"; export declare const FUNCTOR_EXAMPLE2 = "(function() {\n if(data.state.idx == rowIndex) {\n return 2;\n } else {\n return 1;\n }\n})()"; export declare const FUNCTOR_EXAMPLE2_TIP = "\n//\u6EE1\u8DB3\u6B64\u6761\u4EF6\n//\u5219\u63A7\u5236\u7EC4\u4EF6\u4E3A\u9690\u85CF\n//\u5426\u5219\n//\u63A7\u5236\u7EC4\u4EF6\u4E3A\u663E\u793A\n"; export declare const FUNCTOR_EXAMPLE2_COPY = "(function() {\n if(data.state.idx == rowIndex) { //\u6EE1\u8DB3\u6B64\u6761\u4EF6\n return 2; //\u5219\u63A7\u5236\u7EC4\u4EF6\u4E3A\u9690\u85CF\n } else { //\u5426\u5219\n return 1; //\u63A7\u5236\u7EC4\u4EF6\u4E3A\u663E\u793A\n }\n})()"; declare const renderPointTagCode: string; declare const renderGhostTagCode: string; declare const renderFadeOutTagCode: string; declare const renderPureColourTagCode: string; declare const renderBadgeTagCode: string; declare const renderRedirectToUrlCode: string; declare const renderRedirectToPageCode: string; export declare const SIMPLE_FUNCTION_TEMP = "simpleFunc"; export declare const DEFAULT_CODE_MAP: { templateCode: (compType: string) => string; pointTagCode: (compType: string) => string; ghostTagCode: (compType: string) => string; fadeOutTagCode: (compType: string) => string; pureColourTagCode: (compType: string) => string; badgeTagCode: (compType: string) => string; redirectToUrlCode: (compType: string) => string; redirectToPageCode: (compType: string) => string; dataMaskCode: (compType: string) => string; nodeLightCode: (compType: string) => string; nodeDarkCode: (compType: string) => string; nodeAddBadgeCode: (compType: string) => string; nodeCustomTestColorCode: (compType: string) => string; nodeHoverCode: (compType: string) => string; customActionDefaultCode: (compType: string) => string; rowSelectionDisabled: (compType: string) => string; rowEditableRule: (compType: string) => string; rowExpandable: (compType: string) => string; customProgressCode: (compType: string) => string; dGroupIconBtnCode: (compType: string) => string; dGroupBorderBtnCode: (compType: string) => string; dGroupLigthColorCode: (compType: string) => string; dGroupPrimaryBtnCode: (compType: string) => string; itemLocateCustomFunction: (compType: string) => string; settingClickContent: (compType: string) => string; settingClickFilename: (compType: string) => string; settingClickFileId: (compType: string) => string; settingClickDownloadUrl: (compType: string) => string; setCellContentTip: (compType: string) => string; lineBarMap: (compType: string) => string; stacked: (compType: string) => string; simpleFunc: (compType: string) => string; }; export declare const CUSTOM_FUNCTION_DEFAULT_CODE_MAP: { customRendering: (compType: string) => string; customRenderCode: (compType: string) => string; customRenderLabel: (compType: string) => string; customRenderOption: (compType: string) => string; customActionCode: (compType: string) => string; customProgressCode: (compType: string) => string; rowSelectionDisabled: (compType: string) => string; rowEditableRule: (compType: string) => string; rowExpandable: (compType: string) => string; itemLocateCustomFunction: (compType: string) => string; settingClickContent: (compType: string) => string; settingClickFilename: (compType: string) => string; settingClickFileId: (compType: string) => string; settingClickDownloadUrl: (compType: string) => string; setCellContentTip: (compType: string) => string; lineBarMap: (compType: string) => string; stacked: (compType: string) => string; simpleFunc: (compType: string) => string; }; export declare const CUSTOM_FUNCTION_BIND_PROPS: { LXPieChart: { centreIndicatorStyle: string; }; }; export { renderPointTagCode, renderGhostTagCode, renderFadeOutTagCode, renderPureColourTagCode, renderBadgeTagCode, renderRedirectToUrlCode, renderRedirectToPageCode, };