@ibiz-template/vue3-components 0.7.38-alpha.31 → 0.7.38-alpha.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chart-NHocZH22.js +1 -0
- package/dist/index-BLHbMaxB.js +1 -0
- package/dist/index-D22WGUVe.js +1 -0
- package/dist/index-b76YR_Js.js +4 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/{xlsx-util-DbA3TyD9.js → xlsx-util-BoMFhSd9.js} +1 -1
- package/es/common/action-toolbar/action-toolbar.css +1 -1
- package/es/common/button-list/button-list.css +1 -1
- package/es/common/custom-filter-condition/custom-filter-condition.d.ts +3 -0
- package/es/common/custom-theme/custom-theme-model.mjs +168 -47
- package/es/common/custom-theme/custom-theme.controller.d.ts +87 -1
- package/es/common/custom-theme/custom-theme.controller.mjs +235 -5
- package/es/common/custom-theme/custom-theme.css +1 -1
- package/es/common/custom-theme/custom-theme.d.ts +5 -3
- package/es/common/custom-theme/custom-theme.mjs +190 -26
- package/es/common/nav-split/nav-split.mjs +0 -1
- package/es/common/no-data/no-data.css +1 -1
- package/es/common/no-data/no-data.d.ts +3 -3
- package/es/common/no-data/no-data.mjs +2 -2
- package/es/common/view-message/view-message.d.ts +5 -0
- package/es/control/app-menu/app-menu.css +1 -1
- package/es/control/calendar/calendar-util.d.ts +24 -0
- package/es/control/calendar/calendar-util.mjs +21 -0
- package/es/control/calendar/calendar.css +1 -1
- package/es/control/calendar/calendar.d.ts +2 -0
- package/es/control/calendar/calendar.mjs +94 -25
- package/es/control/calendar/components/calendar-user/calendar-user.css +1 -0
- package/es/control/calendar/components/calendar-user/calendar-user.d.ts +15 -0
- package/es/control/calendar/components/calendar-user/calendar-user.mjs +133 -0
- package/es/control/calendar/components/calendar-user/index.d.ts +15 -0
- package/es/control/calendar/components/calendar-user/index.mjs +9 -0
- package/es/control/calendar/components/calendar-user/use-calendar-user.d.ts +17 -0
- package/es/control/calendar/components/calendar-user/use-calendar-user.mjs +59 -0
- package/es/control/calendar/components/calendar-week/calendar-week.css +1 -1
- package/es/control/calendar/components/calendar-week/calendar-week.mjs +3 -2
- package/es/control/calendar/components/custom-calendar/custom-calendar.mjs +11 -0
- package/es/control/calendar/components/interface/calendar-user.d.ts +10 -0
- package/es/control/calendar/components/interface/calendar-user.mjs +20 -0
- package/es/control/calendar/components/interface/index.d.ts +1 -0
- package/es/control/calendar/components/interface/index.mjs +1 -0
- package/es/control/calendar/index.d.ts +2 -0
- package/es/control/caption-bar/caption-bar.css +1 -1
- package/es/control/chart/chart.css +1 -1
- package/es/control/chart/chart.d.ts +1 -0
- package/es/control/chart/chart.mjs +12 -5
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.d.ts +85 -0
- package/es/control/dashboard/dashboard-design/dashboard-design.d.ts +1 -0
- package/es/control/dashboard/dashboard-design/dashboard-design.mjs +36 -16
- package/es/control/dashboard/dashboard-design/dashboard-design.util.d.ts +10 -0
- package/es/control/dashboard/dashboard-design/dashboard-design.util.mjs +246 -0
- package/es/control/dashboard/portlet/portlet-layout/portlet-layout.mjs +1 -1
- package/es/control/data-view/data-view.css +1 -1
- package/es/control/data-view/data-view.mjs +8 -1
- package/es/control/drtab/drtab-control.util.mjs +1 -1
- package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.d.ts +35 -0
- package/es/control/form/form-detail/form-item/composite-form-item/composite-form-item.mjs +93 -0
- package/es/control/form/form-detail/form-item/form-item.css +1 -1
- package/es/control/form/form-detail/form-item/form-item.mjs +49 -33
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +71 -0
- package/es/control/grid/grid/grid-control.util.mjs +2 -2
- package/es/control/grid/grid/grid.css +1 -1
- package/es/control/grid/grid/grid.mjs +3 -2
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
- package/es/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
- package/es/control/grid/grid-column/grid-ua-column/grid-ua-column.css +1 -1
- package/es/control/list/list.css +1 -1
- package/es/control/list/list.mjs +9 -2
- package/es/control/toolbar/toolbar.css +1 -1
- package/es/control/toolbar/toolbar.d.ts +2 -2
- package/es/control/toolbar/toolbar.mjs +24 -11
- package/es/control/tree/index.d.ts +2 -0
- package/es/control/tree/tree.css +1 -1
- package/es/control/tree/tree.d.ts +2 -0
- package/es/control/tree/tree.mjs +87 -6
- package/es/control/wizard-panel/wizard-panel.mjs +3 -1
- package/es/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.mjs +3 -0
- package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.css +1 -0
- package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.d.ts +66 -0
- package/es/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.mjs +139 -0
- package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.css +1 -0
- package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.d.ts +56 -0
- package/es/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.mjs +178 -0
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.d.ts +10 -1
- package/es/editor/color-picker/ibiz-color-picker/ibiz-color-picker.mjs +48 -4
- package/es/editor/data-picker/ibiz-mpicker/ibiz-mpicker.mjs +10 -0
- package/es/editor/data-picker/ibiz-picker/ibiz-picker.mjs +9 -2
- package/es/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.mjs +12 -3
- package/es/editor/data-picker/ibiz-picker-link/ibiz-picker-link.mjs +3 -1
- package/es/editor/data-picker/picker-editor.provider.mjs +0 -1
- package/es/editor/dropdown-list/dropdown-list-editor.controller.d.ts +6 -0
- package/es/editor/dropdown-list/dropdown-list-editor.controller.mjs +13 -2
- package/es/editor/dropdown-list/dropdown-list-editor.provider.mjs +3 -0
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/es/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.mjs +3 -0
- package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.css +1 -0
- package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.d.ts +83 -0
- package/es/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.mjs +382 -0
- package/es/editor/dropdown-list/index.d.ts +1 -0
- package/es/editor/dropdown-list/index.mjs +1 -0
- package/es/editor/index.mjs +10 -0
- package/es/editor/span/span/span.mjs +1 -1
- package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.d.ts +2 -0
- package/es/editor/upload/ibiz-image-preview/ibiz-image-preview.mjs +18 -5
- package/es/locale/en/index.d.ts +86 -26
- package/es/locale/en/index.mjs +69 -28
- package/es/locale/zh-CN/index.d.ts +87 -26
- package/es/locale/zh-CN/index.mjs +69 -28
- package/es/panel-component/index.mjs +2 -1
- package/es/panel-component/panel-app-header/panel-app-header.css +1 -1
- package/es/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
- package/es/panel-component/user-action/user-action.css +1 -1
- package/es/panel-component/user-action/user-action.mjs +1 -5
- package/es/util/fullscreen/fullscreen-util.mjs +1 -1
- package/es/view/login-view/login-view.mjs +22 -15
- package/es/view/share-view/share-view.mjs +1 -6
- package/es/view-engine/custom-view.engine.d.ts +9 -0
- package/es/view-engine/custom-view.engine.mjs +17 -1
- package/es/view-engine/edit-view.engine.d.ts +6 -14
- package/es/view-engine/edit-view.engine.mjs +75 -162
- package/es/view-engine/index-view.engine.d.ts +7 -0
- package/es/view-engine/index-view.engine.mjs +17 -1
- package/es/view-engine/login-view.engine.mjs +10 -1
- package/es/view-engine/portal-view-engine.d.ts +31 -3
- package/es/view-engine/portal-view-engine.mjs +94 -2
- package/es/view-engine/tree-exp-view.engine.d.ts +14 -0
- package/es/view-engine/tree-exp-view.engine.mjs +24 -1
- package/es/web-app/components/modal-router-shell/modal-router-shell.mjs +4 -0
- package/es/web-app/guard/auth-guard/auth-guard.d.ts +4 -3
- package/es/web-app/guard/auth-guard/auth-guard.mjs +26 -8
- package/es/web-app/util/unauthorized-handler/unauthorized-handler.d.ts +9 -0
- package/es/web-app/util/unauthorized-handler/unauthorized-handler.mjs +21 -0
- package/lib/common/action-toolbar/action-toolbar.css +1 -1
- package/lib/common/button-list/button-list.css +1 -1
- package/lib/common/custom-theme/custom-theme-model.cjs +168 -47
- package/lib/common/custom-theme/custom-theme.cjs +188 -24
- package/lib/common/custom-theme/custom-theme.controller.cjs +235 -5
- package/lib/common/custom-theme/custom-theme.css +1 -1
- package/lib/common/nav-split/nav-split.cjs +0 -1
- package/lib/common/no-data/no-data.cjs +2 -2
- package/lib/common/no-data/no-data.css +1 -1
- package/lib/control/app-menu/app-menu.css +1 -1
- package/lib/control/calendar/calendar-util.cjs +24 -0
- package/lib/control/calendar/calendar.cjs +94 -25
- package/lib/control/calendar/calendar.css +1 -1
- package/lib/control/calendar/components/calendar-user/calendar-user.cjs +135 -0
- package/lib/control/calendar/components/calendar-user/calendar-user.css +1 -0
- package/lib/control/calendar/components/calendar-user/index.cjs +14 -0
- package/lib/control/calendar/components/calendar-user/use-calendar-user.cjs +63 -0
- package/lib/control/calendar/components/calendar-week/calendar-week.cjs +3 -2
- package/lib/control/calendar/components/calendar-week/calendar-week.css +1 -1
- package/lib/control/calendar/components/custom-calendar/custom-calendar.cjs +11 -0
- package/lib/control/calendar/components/interface/calendar-user.cjs +23 -0
- package/lib/control/calendar/components/interface/index.cjs +3 -0
- package/lib/control/caption-bar/caption-bar.css +1 -1
- package/lib/control/chart/chart.cjs +12 -5
- package/lib/control/chart/chart.css +1 -1
- package/lib/control/dashboard/dashboard-design/dashboard-design.cjs +35 -15
- package/lib/control/dashboard/dashboard-design/dashboard-design.util.cjs +248 -0
- package/lib/control/dashboard/portlet/portlet-layout/portlet-layout.cjs +1 -1
- package/lib/control/data-view/data-view.cjs +8 -1
- package/lib/control/data-view/data-view.css +1 -1
- package/lib/control/drtab/drtab-control.util.cjs +1 -1
- package/lib/control/form/form-detail/form-item/composite-form-item/composite-form-item.cjs +98 -0
- package/lib/control/form/form-detail/form-item/form-item.cjs +48 -32
- package/lib/control/form/form-detail/form-item/form-item.css +1 -1
- package/lib/control/grid/grid/grid-control.util.cjs +2 -2
- package/lib/control/grid/grid/grid.cjs +3 -2
- package/lib/control/grid/grid/grid.css +1 -1
- package/lib/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
- package/lib/control/grid/grid-column/grid-field-edit-column/grid-edit-item/grid-edit-item.css +1 -1
- package/lib/control/grid/grid-column/grid-ua-column/grid-ua-column.css +1 -1
- package/lib/control/list/list.cjs +9 -2
- package/lib/control/list/list.css +1 -1
- package/lib/control/toolbar/toolbar.cjs +24 -11
- package/lib/control/toolbar/toolbar.css +1 -1
- package/lib/control/tree/tree.cjs +87 -6
- package/lib/control/tree/tree.css +1 -1
- package/lib/control/wizard-panel/wizard-panel.cjs +3 -1
- package/lib/editor/autocomplete/ibiz-autocomplete/ibiz-autocomplete.cjs +3 -0
- package/lib/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.cjs +141 -0
- package/lib/editor/color-picker/ibiz-color-mpicker-custom/ibiz-color-mpicker-custom.css +1 -0
- package/lib/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.cjs +180 -0
- package/lib/editor/color-picker/ibiz-color-mpicker-default/ibiz-color-mpicker-default.css +1 -0
- package/lib/editor/color-picker/ibiz-color-picker/ibiz-color-picker.cjs +48 -4
- package/lib/editor/data-picker/ibiz-mpicker/ibiz-mpicker.cjs +10 -0
- package/lib/editor/data-picker/ibiz-picker/ibiz-picker.cjs +9 -2
- package/lib/editor/data-picker/ibiz-picker-dropdown/ibiz-picker-dropdown.cjs +12 -3
- package/lib/editor/data-picker/ibiz-picker-link/ibiz-picker-link.cjs +3 -1
- package/lib/editor/data-picker/picker-editor.provider.cjs +0 -1
- package/lib/editor/dropdown-list/dropdown-list-editor.controller.cjs +13 -2
- package/lib/editor/dropdown-list/dropdown-list-editor.provider.cjs +3 -0
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.cjs +3 -0
- package/lib/editor/dropdown-list/ibiz-dropdown/ibiz-dropdown.css +1 -1
- package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.cjs +384 -0
- package/lib/editor/dropdown-list/ibiz-virtualized-list/ibiz-virtualized-list.css +1 -0
- package/lib/editor/dropdown-list/index.cjs +2 -0
- package/lib/editor/index.cjs +10 -0
- package/lib/editor/span/span/span.cjs +1 -1
- package/lib/editor/upload/ibiz-image-preview/ibiz-image-preview.cjs +18 -5
- package/lib/locale/en/index.cjs +69 -28
- package/lib/locale/zh-CN/index.cjs +69 -28
- package/lib/panel-component/index.cjs +1 -0
- package/lib/panel-component/panel-app-header/panel-app-header.css +1 -1
- package/lib/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
- package/lib/panel-component/user-action/user-action.cjs +1 -5
- package/lib/panel-component/user-action/user-action.css +1 -1
- package/lib/util/fullscreen/fullscreen-util.cjs +1 -1
- package/lib/view/login-view/login-view.cjs +20 -13
- package/lib/view/share-view/share-view.cjs +0 -5
- package/lib/view-engine/custom-view.engine.cjs +16 -0
- package/lib/view-engine/edit-view.engine.cjs +74 -161
- package/lib/view-engine/index-view.engine.cjs +17 -1
- package/lib/view-engine/login-view.engine.cjs +10 -1
- package/lib/view-engine/portal-view-engine.cjs +93 -1
- package/lib/view-engine/tree-exp-view.engine.cjs +23 -0
- package/lib/web-app/components/modal-router-shell/modal-router-shell.cjs +4 -0
- package/lib/web-app/guard/auth-guard/auth-guard.cjs +26 -8
- package/lib/web-app/util/unauthorized-handler/unauthorized-handler.cjs +21 -0
- package/package.json +8 -8
- package/dist/chart-DPS_XpZp.js +0 -1
- package/dist/index-CnCC-cC2.js +0 -1
- package/dist/index-Q4QqDXYJ.js +0 -4
- package/dist/index-X3QXftIl.js +0 -1
- /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.38-alpha.32_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.38-alpha.43_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.mjs +0 -0
- /package/lib/node_modules/.pnpm/{@ibiz-template_core@0.7.38-alpha.32_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1 → @ibiz-template_core@0.7.38-alpha.43_axios@1.7.7_lodash-es@4.17.21_qs@6.13.0_qx-util@0.4.8_ramda@0.29.1}/node_modules/@ibiz-template/core/out/utils/namespace/namespace.cjs +0 -0
|
@@ -585,6 +585,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
585
585
|
modelId?: string | undefined;
|
|
586
586
|
modelType?: string | undefined;
|
|
587
587
|
}[] | undefined;
|
|
588
|
+
sysPFPluginId?: string | undefined;
|
|
588
589
|
viewLogicType?: string | undefined;
|
|
589
590
|
builtinLogic?: boolean | undefined;
|
|
590
591
|
codeName?: string | undefined;
|
|
@@ -623,6 +624,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
623
624
|
appUILogicId?: string | undefined;
|
|
624
625
|
appViewEngineId?: string | undefined;
|
|
625
626
|
appViewLogicId?: string | undefined;
|
|
627
|
+
sysPFPluginId?: string | undefined;
|
|
626
628
|
ctrlName?: string | undefined;
|
|
627
629
|
scriptCode?: string | undefined;
|
|
628
630
|
timer?: number | undefined;
|
|
@@ -882,6 +884,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
882
884
|
modelType?: string | undefined;
|
|
883
885
|
} | undefined;
|
|
884
886
|
} | undefined;
|
|
887
|
+
sysPFPluginId?: string | undefined;
|
|
885
888
|
renderName?: string | undefined;
|
|
886
889
|
renderType?: string | undefined;
|
|
887
890
|
appId: string;
|
|
@@ -1117,6 +1120,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1117
1120
|
modelId?: string | undefined;
|
|
1118
1121
|
modelType?: string | undefined;
|
|
1119
1122
|
}[] | undefined;
|
|
1123
|
+
sysPFPluginId?: string | undefined;
|
|
1120
1124
|
viewLogicType?: string | undefined;
|
|
1121
1125
|
builtinLogic?: boolean | undefined;
|
|
1122
1126
|
codeName?: string | undefined;
|
|
@@ -1155,6 +1159,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1155
1159
|
appUILogicId?: string | undefined;
|
|
1156
1160
|
appViewEngineId?: string | undefined;
|
|
1157
1161
|
appViewLogicId?: string | undefined;
|
|
1162
|
+
sysPFPluginId?: string | undefined;
|
|
1158
1163
|
ctrlName?: string | undefined;
|
|
1159
1164
|
scriptCode?: string | undefined;
|
|
1160
1165
|
timer?: number | undefined;
|
|
@@ -1800,6 +1805,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1800
1805
|
modelId?: string | undefined;
|
|
1801
1806
|
modelType?: string | undefined;
|
|
1802
1807
|
}[] | undefined;
|
|
1808
|
+
sysPFPluginId?: string | undefined;
|
|
1803
1809
|
viewLogicType?: string | undefined;
|
|
1804
1810
|
builtinLogic?: boolean | undefined;
|
|
1805
1811
|
codeName?: string | undefined;
|
|
@@ -1838,6 +1844,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1838
1844
|
appUILogicId?: string | undefined;
|
|
1839
1845
|
appViewEngineId?: string | undefined;
|
|
1840
1846
|
appViewLogicId?: string | undefined;
|
|
1847
|
+
sysPFPluginId?: string | undefined;
|
|
1841
1848
|
ctrlName?: string | undefined;
|
|
1842
1849
|
scriptCode?: string | undefined;
|
|
1843
1850
|
timer?: number | undefined;
|
|
@@ -1949,6 +1956,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1949
1956
|
modelType?: string | undefined;
|
|
1950
1957
|
} | undefined;
|
|
1951
1958
|
} | undefined;
|
|
1959
|
+
sysPFPluginId?: string | undefined;
|
|
1952
1960
|
renderName?: string | undefined;
|
|
1953
1961
|
renderType?: string | undefined;
|
|
1954
1962
|
appId: string;
|
|
@@ -2288,6 +2296,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
2288
2296
|
modelId?: string | undefined;
|
|
2289
2297
|
modelType?: string | undefined;
|
|
2290
2298
|
}[] | undefined;
|
|
2299
|
+
sysPFPluginId?: string | undefined;
|
|
2291
2300
|
viewLogicType?: string | undefined;
|
|
2292
2301
|
builtinLogic?: boolean | undefined;
|
|
2293
2302
|
codeName?: string | undefined;
|
|
@@ -2829,6 +2838,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
2829
2838
|
modelId?: string | undefined;
|
|
2830
2839
|
modelType?: string | undefined;
|
|
2831
2840
|
}[] | undefined;
|
|
2841
|
+
sysPFPluginId?: string | undefined;
|
|
2832
2842
|
viewLogicType?: string | undefined;
|
|
2833
2843
|
builtinLogic?: boolean | undefined;
|
|
2834
2844
|
codeName?: string | undefined;
|
|
@@ -2867,6 +2877,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
2867
2877
|
appUILogicId?: string | undefined;
|
|
2868
2878
|
appViewEngineId?: string | undefined;
|
|
2869
2879
|
appViewLogicId?: string | undefined;
|
|
2880
|
+
sysPFPluginId?: string | undefined;
|
|
2870
2881
|
ctrlName?: string | undefined;
|
|
2871
2882
|
scriptCode?: string | undefined;
|
|
2872
2883
|
timer?: number | undefined;
|
|
@@ -3114,6 +3125,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
3114
3125
|
modelType?: string | undefined;
|
|
3115
3126
|
} | undefined;
|
|
3116
3127
|
} | undefined;
|
|
3128
|
+
sysPFPluginId?: string | undefined;
|
|
3117
3129
|
renderName?: string | undefined;
|
|
3118
3130
|
renderType?: string | undefined;
|
|
3119
3131
|
appId: string;
|
|
@@ -3678,6 +3690,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
3678
3690
|
modelId?: string | undefined;
|
|
3679
3691
|
modelType?: string | undefined;
|
|
3680
3692
|
}[] | undefined;
|
|
3693
|
+
sysPFPluginId?: string | undefined;
|
|
3681
3694
|
viewLogicType?: string | undefined;
|
|
3682
3695
|
builtinLogic?: boolean | undefined;
|
|
3683
3696
|
codeName?: string | undefined;
|
|
@@ -3716,6 +3729,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
3716
3729
|
appUILogicId?: string | undefined;
|
|
3717
3730
|
appViewEngineId?: string | undefined;
|
|
3718
3731
|
appViewLogicId?: string | undefined;
|
|
3732
|
+
sysPFPluginId?: string | undefined;
|
|
3719
3733
|
ctrlName?: string | undefined;
|
|
3720
3734
|
scriptCode?: string | undefined;
|
|
3721
3735
|
timer?: number | undefined;
|
|
@@ -3975,6 +3989,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
3975
3989
|
modelType?: string | undefined;
|
|
3976
3990
|
} | undefined;
|
|
3977
3991
|
} | undefined;
|
|
3992
|
+
sysPFPluginId?: string | undefined;
|
|
3978
3993
|
renderName?: string | undefined;
|
|
3979
3994
|
renderType?: string | undefined;
|
|
3980
3995
|
appId: string;
|
|
@@ -4210,6 +4225,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
4210
4225
|
modelId?: string | undefined;
|
|
4211
4226
|
modelType?: string | undefined;
|
|
4212
4227
|
}[] | undefined;
|
|
4228
|
+
sysPFPluginId?: string | undefined;
|
|
4213
4229
|
viewLogicType?: string | undefined;
|
|
4214
4230
|
builtinLogic?: boolean | undefined;
|
|
4215
4231
|
codeName?: string | undefined;
|
|
@@ -4248,6 +4264,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
4248
4264
|
appUILogicId?: string | undefined;
|
|
4249
4265
|
appViewEngineId?: string | undefined;
|
|
4250
4266
|
appViewLogicId?: string | undefined;
|
|
4267
|
+
sysPFPluginId?: string | undefined;
|
|
4251
4268
|
ctrlName?: string | undefined;
|
|
4252
4269
|
scriptCode?: string | undefined;
|
|
4253
4270
|
timer?: number | undefined;
|
|
@@ -4869,6 +4886,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
4869
4886
|
modelId?: string | undefined;
|
|
4870
4887
|
modelType?: string | undefined;
|
|
4871
4888
|
}[] | undefined;
|
|
4889
|
+
sysPFPluginId?: string | undefined;
|
|
4872
4890
|
viewLogicType?: string | undefined;
|
|
4873
4891
|
builtinLogic?: boolean | undefined;
|
|
4874
4892
|
codeName?: string | undefined;
|
|
@@ -4907,6 +4925,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
4907
4925
|
appUILogicId?: string | undefined;
|
|
4908
4926
|
appViewEngineId?: string | undefined;
|
|
4909
4927
|
appViewLogicId?: string | undefined;
|
|
4928
|
+
sysPFPluginId?: string | undefined;
|
|
4910
4929
|
ctrlName?: string | undefined;
|
|
4911
4930
|
scriptCode?: string | undefined;
|
|
4912
4931
|
timer?: number | undefined;
|
|
@@ -5018,6 +5037,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
5018
5037
|
modelType?: string | undefined;
|
|
5019
5038
|
} | undefined;
|
|
5020
5039
|
} | undefined;
|
|
5040
|
+
sysPFPluginId?: string | undefined;
|
|
5021
5041
|
renderName?: string | undefined;
|
|
5022
5042
|
renderType?: string | undefined;
|
|
5023
5043
|
appId: string;
|
|
@@ -5312,6 +5332,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
5312
5332
|
modelId?: string | undefined;
|
|
5313
5333
|
modelType?: string | undefined;
|
|
5314
5334
|
}[] | undefined;
|
|
5335
|
+
sysPFPluginId?: string | undefined;
|
|
5315
5336
|
viewLogicType?: string | undefined;
|
|
5316
5337
|
builtinLogic?: boolean | undefined;
|
|
5317
5338
|
codeName?: string | undefined;
|
|
@@ -5350,6 +5371,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
5350
5371
|
appUILogicId?: string | undefined;
|
|
5351
5372
|
appViewEngineId?: string | undefined;
|
|
5352
5373
|
appViewLogicId?: string | undefined;
|
|
5374
|
+
sysPFPluginId?: string | undefined;
|
|
5353
5375
|
ctrlName?: string | undefined;
|
|
5354
5376
|
scriptCode?: string | undefined;
|
|
5355
5377
|
timer?: number | undefined;
|
|
@@ -6034,6 +6056,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
6034
6056
|
modelId?: string | undefined;
|
|
6035
6057
|
modelType?: string | undefined;
|
|
6036
6058
|
}[] | undefined;
|
|
6059
|
+
sysPFPluginId?: string | undefined;
|
|
6037
6060
|
viewLogicType?: string | undefined;
|
|
6038
6061
|
builtinLogic?: boolean | undefined;
|
|
6039
6062
|
codeName?: string | undefined;
|
|
@@ -6072,6 +6095,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
6072
6095
|
appUILogicId?: string | undefined;
|
|
6073
6096
|
appViewEngineId?: string | undefined;
|
|
6074
6097
|
appViewLogicId?: string | undefined;
|
|
6098
|
+
sysPFPluginId?: string | undefined;
|
|
6075
6099
|
ctrlName?: string | undefined;
|
|
6076
6100
|
scriptCode?: string | undefined;
|
|
6077
6101
|
timer?: number | undefined;
|
|
@@ -6183,6 +6207,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
6183
6207
|
modelType?: string | undefined;
|
|
6184
6208
|
} | undefined;
|
|
6185
6209
|
} | undefined;
|
|
6210
|
+
sysPFPluginId?: string | undefined;
|
|
6186
6211
|
renderName?: string | undefined;
|
|
6187
6212
|
renderType?: string | undefined;
|
|
6188
6213
|
appId: string;
|
|
@@ -6782,6 +6807,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
6782
6807
|
modelId?: string | undefined;
|
|
6783
6808
|
modelType?: string | undefined;
|
|
6784
6809
|
}[] | undefined;
|
|
6810
|
+
sysPFPluginId?: string | undefined;
|
|
6785
6811
|
viewLogicType?: string | undefined;
|
|
6786
6812
|
builtinLogic?: boolean | undefined;
|
|
6787
6813
|
codeName?: string | undefined;
|
|
@@ -6820,6 +6846,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
6820
6846
|
appUILogicId?: string | undefined;
|
|
6821
6847
|
appViewEngineId?: string | undefined;
|
|
6822
6848
|
appViewLogicId?: string | undefined;
|
|
6849
|
+
sysPFPluginId?: string | undefined;
|
|
6823
6850
|
ctrlName?: string | undefined;
|
|
6824
6851
|
scriptCode?: string | undefined;
|
|
6825
6852
|
timer?: number | undefined;
|
|
@@ -7067,6 +7094,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
7067
7094
|
modelType?: string | undefined;
|
|
7068
7095
|
} | undefined;
|
|
7069
7096
|
} | undefined;
|
|
7097
|
+
sysPFPluginId?: string | undefined;
|
|
7070
7098
|
renderName?: string | undefined;
|
|
7071
7099
|
renderType?: string | undefined;
|
|
7072
7100
|
appId: string;
|
|
@@ -7631,6 +7659,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
7631
7659
|
modelId?: string | undefined;
|
|
7632
7660
|
modelType?: string | undefined;
|
|
7633
7661
|
}[] | undefined;
|
|
7662
|
+
sysPFPluginId?: string | undefined;
|
|
7634
7663
|
viewLogicType?: string | undefined;
|
|
7635
7664
|
builtinLogic?: boolean | undefined;
|
|
7636
7665
|
codeName?: string | undefined;
|
|
@@ -7669,6 +7698,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
7669
7698
|
appUILogicId?: string | undefined;
|
|
7670
7699
|
appViewEngineId?: string | undefined;
|
|
7671
7700
|
appViewLogicId?: string | undefined;
|
|
7701
|
+
sysPFPluginId?: string | undefined;
|
|
7672
7702
|
ctrlName?: string | undefined;
|
|
7673
7703
|
scriptCode?: string | undefined;
|
|
7674
7704
|
timer?: number | undefined;
|
|
@@ -7928,6 +7958,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
7928
7958
|
modelType?: string | undefined;
|
|
7929
7959
|
} | undefined;
|
|
7930
7960
|
} | undefined;
|
|
7961
|
+
sysPFPluginId?: string | undefined;
|
|
7931
7962
|
renderName?: string | undefined;
|
|
7932
7963
|
renderType?: string | undefined;
|
|
7933
7964
|
appId: string;
|
|
@@ -8163,6 +8194,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
8163
8194
|
modelId?: string | undefined;
|
|
8164
8195
|
modelType?: string | undefined;
|
|
8165
8196
|
}[] | undefined;
|
|
8197
|
+
sysPFPluginId?: string | undefined;
|
|
8166
8198
|
viewLogicType?: string | undefined;
|
|
8167
8199
|
builtinLogic?: boolean | undefined;
|
|
8168
8200
|
codeName?: string | undefined;
|
|
@@ -8201,6 +8233,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
8201
8233
|
appUILogicId?: string | undefined;
|
|
8202
8234
|
appViewEngineId?: string | undefined;
|
|
8203
8235
|
appViewLogicId?: string | undefined;
|
|
8236
|
+
sysPFPluginId?: string | undefined;
|
|
8204
8237
|
ctrlName?: string | undefined;
|
|
8205
8238
|
scriptCode?: string | undefined;
|
|
8206
8239
|
timer?: number | undefined;
|
|
@@ -8822,6 +8855,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
8822
8855
|
modelId?: string | undefined;
|
|
8823
8856
|
modelType?: string | undefined;
|
|
8824
8857
|
}[] | undefined;
|
|
8858
|
+
sysPFPluginId?: string | undefined;
|
|
8825
8859
|
viewLogicType?: string | undefined;
|
|
8826
8860
|
builtinLogic?: boolean | undefined;
|
|
8827
8861
|
codeName?: string | undefined;
|
|
@@ -8860,6 +8894,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
8860
8894
|
appUILogicId?: string | undefined;
|
|
8861
8895
|
appViewEngineId?: string | undefined;
|
|
8862
8896
|
appViewLogicId?: string | undefined;
|
|
8897
|
+
sysPFPluginId?: string | undefined;
|
|
8863
8898
|
ctrlName?: string | undefined;
|
|
8864
8899
|
scriptCode?: string | undefined;
|
|
8865
8900
|
timer?: number | undefined;
|
|
@@ -8971,6 +9006,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
8971
9006
|
modelType?: string | undefined;
|
|
8972
9007
|
} | undefined;
|
|
8973
9008
|
} | undefined;
|
|
9009
|
+
sysPFPluginId?: string | undefined;
|
|
8974
9010
|
renderName?: string | undefined;
|
|
8975
9011
|
renderType?: string | undefined;
|
|
8976
9012
|
appId: string;
|
|
@@ -9257,6 +9293,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
9257
9293
|
modelId?: string | undefined;
|
|
9258
9294
|
modelType?: string | undefined;
|
|
9259
9295
|
}[] | undefined;
|
|
9296
|
+
sysPFPluginId?: string | undefined;
|
|
9260
9297
|
viewLogicType?: string | undefined;
|
|
9261
9298
|
builtinLogic?: boolean | undefined;
|
|
9262
9299
|
codeName?: string | undefined;
|
|
@@ -9789,6 +9826,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
9789
9826
|
modelId?: string | undefined;
|
|
9790
9827
|
modelType?: string | undefined;
|
|
9791
9828
|
}[] | undefined;
|
|
9829
|
+
sysPFPluginId?: string | undefined;
|
|
9792
9830
|
viewLogicType?: string | undefined;
|
|
9793
9831
|
builtinLogic?: boolean | undefined;
|
|
9794
9832
|
codeName?: string | undefined;
|
|
@@ -9827,6 +9865,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
9827
9865
|
appUILogicId?: string | undefined;
|
|
9828
9866
|
appViewEngineId?: string | undefined;
|
|
9829
9867
|
appViewLogicId?: string | undefined;
|
|
9868
|
+
sysPFPluginId?: string | undefined;
|
|
9830
9869
|
ctrlName?: string | undefined;
|
|
9831
9870
|
scriptCode?: string | undefined;
|
|
9832
9871
|
timer?: number | undefined;
|
|
@@ -10086,6 +10125,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
10086
10125
|
modelType?: string | undefined;
|
|
10087
10126
|
} | undefined;
|
|
10088
10127
|
} | undefined;
|
|
10128
|
+
sysPFPluginId?: string | undefined;
|
|
10089
10129
|
renderName?: string | undefined;
|
|
10090
10130
|
renderType?: string | undefined;
|
|
10091
10131
|
appId: string;
|
|
@@ -10650,6 +10690,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
10650
10690
|
modelId?: string | undefined;
|
|
10651
10691
|
modelType?: string | undefined;
|
|
10652
10692
|
}[] | undefined;
|
|
10693
|
+
sysPFPluginId?: string | undefined;
|
|
10653
10694
|
viewLogicType?: string | undefined;
|
|
10654
10695
|
builtinLogic?: boolean | undefined;
|
|
10655
10696
|
codeName?: string | undefined;
|
|
@@ -10688,6 +10729,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
10688
10729
|
appUILogicId?: string | undefined;
|
|
10689
10730
|
appViewEngineId?: string | undefined;
|
|
10690
10731
|
appViewLogicId?: string | undefined;
|
|
10732
|
+
sysPFPluginId?: string | undefined;
|
|
10691
10733
|
ctrlName?: string | undefined;
|
|
10692
10734
|
scriptCode?: string | undefined;
|
|
10693
10735
|
timer?: number | undefined;
|
|
@@ -10947,6 +10989,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
10947
10989
|
modelType?: string | undefined;
|
|
10948
10990
|
} | undefined;
|
|
10949
10991
|
} | undefined;
|
|
10992
|
+
sysPFPluginId?: string | undefined;
|
|
10950
10993
|
renderName?: string | undefined;
|
|
10951
10994
|
renderType?: string | undefined;
|
|
10952
10995
|
appId: string;
|
|
@@ -11182,6 +11225,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
11182
11225
|
modelId?: string | undefined;
|
|
11183
11226
|
modelType?: string | undefined;
|
|
11184
11227
|
}[] | undefined;
|
|
11228
|
+
sysPFPluginId?: string | undefined;
|
|
11185
11229
|
viewLogicType?: string | undefined;
|
|
11186
11230
|
builtinLogic?: boolean | undefined;
|
|
11187
11231
|
codeName?: string | undefined;
|
|
@@ -11220,6 +11264,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
11220
11264
|
appUILogicId?: string | undefined;
|
|
11221
11265
|
appViewEngineId?: string | undefined;
|
|
11222
11266
|
appViewLogicId?: string | undefined;
|
|
11267
|
+
sysPFPluginId?: string | undefined;
|
|
11223
11268
|
ctrlName?: string | undefined;
|
|
11224
11269
|
scriptCode?: string | undefined;
|
|
11225
11270
|
timer?: number | undefined;
|
|
@@ -11865,6 +11910,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
11865
11910
|
modelId?: string | undefined;
|
|
11866
11911
|
modelType?: string | undefined;
|
|
11867
11912
|
}[] | undefined;
|
|
11913
|
+
sysPFPluginId?: string | undefined;
|
|
11868
11914
|
viewLogicType?: string | undefined;
|
|
11869
11915
|
builtinLogic?: boolean | undefined;
|
|
11870
11916
|
codeName?: string | undefined;
|
|
@@ -11903,6 +11949,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
11903
11949
|
appUILogicId?: string | undefined;
|
|
11904
11950
|
appViewEngineId?: string | undefined;
|
|
11905
11951
|
appViewLogicId?: string | undefined;
|
|
11952
|
+
sysPFPluginId?: string | undefined;
|
|
11906
11953
|
ctrlName?: string | undefined;
|
|
11907
11954
|
scriptCode?: string | undefined;
|
|
11908
11955
|
timer?: number | undefined;
|
|
@@ -12014,6 +12061,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
12014
12061
|
modelType?: string | undefined;
|
|
12015
12062
|
} | undefined;
|
|
12016
12063
|
} | undefined;
|
|
12064
|
+
sysPFPluginId?: string | undefined;
|
|
12017
12065
|
renderName?: string | undefined;
|
|
12018
12066
|
renderType?: string | undefined;
|
|
12019
12067
|
appId: string;
|
|
@@ -12440,6 +12488,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
12440
12488
|
modelId?: string | undefined;
|
|
12441
12489
|
modelType?: string | undefined;
|
|
12442
12490
|
}[] | undefined;
|
|
12491
|
+
sysPFPluginId?: string | undefined;
|
|
12443
12492
|
viewLogicType?: string | undefined;
|
|
12444
12493
|
builtinLogic?: boolean | undefined;
|
|
12445
12494
|
codeName?: string | undefined;
|
|
@@ -12478,6 +12527,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
12478
12527
|
appUILogicId?: string | undefined;
|
|
12479
12528
|
appViewEngineId?: string | undefined;
|
|
12480
12529
|
appViewLogicId?: string | undefined;
|
|
12530
|
+
sysPFPluginId?: string | undefined;
|
|
12481
12531
|
ctrlName?: string | undefined;
|
|
12482
12532
|
scriptCode?: string | undefined;
|
|
12483
12533
|
timer?: number | undefined;
|
|
@@ -13138,6 +13188,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
13138
13188
|
modelId?: string | undefined;
|
|
13139
13189
|
modelType?: string | undefined;
|
|
13140
13190
|
}[] | undefined;
|
|
13191
|
+
sysPFPluginId?: string | undefined;
|
|
13141
13192
|
viewLogicType?: string | undefined;
|
|
13142
13193
|
builtinLogic?: boolean | undefined;
|
|
13143
13194
|
codeName?: string | undefined;
|
|
@@ -13176,6 +13227,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
13176
13227
|
appUILogicId?: string | undefined;
|
|
13177
13228
|
appViewEngineId?: string | undefined;
|
|
13178
13229
|
appViewLogicId?: string | undefined;
|
|
13230
|
+
sysPFPluginId?: string | undefined;
|
|
13179
13231
|
ctrlName?: string | undefined;
|
|
13180
13232
|
scriptCode?: string | undefined;
|
|
13181
13233
|
timer?: number | undefined;
|
|
@@ -13287,6 +13339,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
13287
13339
|
modelType?: string | undefined;
|
|
13288
13340
|
} | undefined;
|
|
13289
13341
|
} | undefined;
|
|
13342
|
+
sysPFPluginId?: string | undefined;
|
|
13290
13343
|
renderName?: string | undefined;
|
|
13291
13344
|
renderType?: string | undefined;
|
|
13292
13345
|
appId: string;
|
|
@@ -13827,6 +13880,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
13827
13880
|
appDEUILogicId?: string | undefined;
|
|
13828
13881
|
appDataEntityId?: string | undefined;
|
|
13829
13882
|
appUILogicRefViews?: any[] | undefined;
|
|
13883
|
+
sysPFPluginId?: string | undefined;
|
|
13830
13884
|
viewLogicType?: string | undefined;
|
|
13831
13885
|
builtinLogic?: boolean | undefined;
|
|
13832
13886
|
codeName?: string | undefined;
|
|
@@ -13865,6 +13919,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
13865
13919
|
appUILogicId?: string | undefined;
|
|
13866
13920
|
appViewEngineId?: string | undefined;
|
|
13867
13921
|
appViewLogicId?: string | undefined;
|
|
13922
|
+
sysPFPluginId?: string | undefined;
|
|
13868
13923
|
ctrlName?: string | undefined;
|
|
13869
13924
|
scriptCode?: string | undefined;
|
|
13870
13925
|
timer?: number | undefined;
|
|
@@ -14091,6 +14146,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
14091
14146
|
modelType?: string | undefined;
|
|
14092
14147
|
} | undefined;
|
|
14093
14148
|
} | undefined;
|
|
14149
|
+
sysPFPluginId?: string | undefined;
|
|
14094
14150
|
renderName?: string | undefined;
|
|
14095
14151
|
renderType?: string | undefined;
|
|
14096
14152
|
appId: string;
|
|
@@ -14631,6 +14687,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
14631
14687
|
modelId?: string | undefined;
|
|
14632
14688
|
modelType?: string | undefined;
|
|
14633
14689
|
}[] | undefined;
|
|
14690
|
+
sysPFPluginId?: string | undefined;
|
|
14634
14691
|
viewLogicType?: string | undefined;
|
|
14635
14692
|
builtinLogic?: boolean | undefined;
|
|
14636
14693
|
codeName?: string | undefined;
|
|
@@ -14669,6 +14726,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
14669
14726
|
appUILogicId?: string | undefined;
|
|
14670
14727
|
appViewEngineId?: string | undefined;
|
|
14671
14728
|
appViewLogicId?: string | undefined;
|
|
14729
|
+
sysPFPluginId?: string | undefined;
|
|
14672
14730
|
ctrlName?: string | undefined;
|
|
14673
14731
|
scriptCode?: string | undefined;
|
|
14674
14732
|
timer?: number | undefined;
|
|
@@ -14916,6 +14974,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
14916
14974
|
modelType?: string | undefined;
|
|
14917
14975
|
} | undefined;
|
|
14918
14976
|
} | undefined;
|
|
14977
|
+
sysPFPluginId?: string | undefined;
|
|
14919
14978
|
renderName?: string | undefined;
|
|
14920
14979
|
renderType?: string | undefined;
|
|
14921
14980
|
appId: string;
|
|
@@ -15151,6 +15210,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
15151
15210
|
modelId?: string | undefined;
|
|
15152
15211
|
modelType?: string | undefined;
|
|
15153
15212
|
}[] | undefined;
|
|
15213
|
+
sysPFPluginId?: string | undefined;
|
|
15154
15214
|
viewLogicType?: string | undefined;
|
|
15155
15215
|
builtinLogic?: boolean | undefined;
|
|
15156
15216
|
codeName?: string | undefined;
|
|
@@ -15189,6 +15249,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
15189
15249
|
appUILogicId?: string | undefined;
|
|
15190
15250
|
appViewEngineId?: string | undefined;
|
|
15191
15251
|
appViewLogicId?: string | undefined;
|
|
15252
|
+
sysPFPluginId?: string | undefined;
|
|
15192
15253
|
ctrlName?: string | undefined;
|
|
15193
15254
|
scriptCode?: string | undefined;
|
|
15194
15255
|
timer?: number | undefined;
|
|
@@ -15741,6 +15802,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
15741
15802
|
appDEUILogicId?: string | undefined;
|
|
15742
15803
|
appDataEntityId?: string | undefined;
|
|
15743
15804
|
appUILogicRefViews?: any[] | undefined;
|
|
15805
|
+
sysPFPluginId?: string | undefined;
|
|
15744
15806
|
viewLogicType?: string | undefined;
|
|
15745
15807
|
builtinLogic?: boolean | undefined;
|
|
15746
15808
|
codeName?: string | undefined;
|
|
@@ -15779,6 +15841,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
15779
15841
|
appUILogicId?: string | undefined;
|
|
15780
15842
|
appViewEngineId?: string | undefined;
|
|
15781
15843
|
appViewLogicId?: string | undefined;
|
|
15844
|
+
sysPFPluginId?: string | undefined;
|
|
15782
15845
|
ctrlName?: string | undefined;
|
|
15783
15846
|
scriptCode?: string | undefined;
|
|
15784
15847
|
timer?: number | undefined;
|
|
@@ -15890,6 +15953,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
15890
15953
|
modelType?: string | undefined;
|
|
15891
15954
|
} | undefined;
|
|
15892
15955
|
} | undefined;
|
|
15956
|
+
sysPFPluginId?: string | undefined;
|
|
15893
15957
|
renderName?: string | undefined;
|
|
15894
15958
|
renderType?: string | undefined;
|
|
15895
15959
|
appId: string;
|
|
@@ -16178,6 +16242,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
16178
16242
|
modelId?: string | undefined;
|
|
16179
16243
|
modelType?: string | undefined;
|
|
16180
16244
|
}[] | undefined;
|
|
16245
|
+
sysPFPluginId?: string | undefined;
|
|
16181
16246
|
viewLogicType?: string | undefined;
|
|
16182
16247
|
builtinLogic?: boolean | undefined;
|
|
16183
16248
|
codeName?: string | undefined;
|
|
@@ -16743,6 +16808,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
16743
16808
|
modelId?: string | undefined;
|
|
16744
16809
|
modelType?: string | undefined;
|
|
16745
16810
|
}[] | undefined;
|
|
16811
|
+
sysPFPluginId?: string | undefined;
|
|
16746
16812
|
viewLogicType?: string | undefined;
|
|
16747
16813
|
builtinLogic?: boolean | undefined;
|
|
16748
16814
|
codeName?: string | undefined;
|
|
@@ -16781,6 +16847,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
16781
16847
|
appUILogicId?: string | undefined;
|
|
16782
16848
|
appViewEngineId?: string | undefined;
|
|
16783
16849
|
appViewLogicId?: string | undefined;
|
|
16850
|
+
sysPFPluginId?: string | undefined;
|
|
16784
16851
|
ctrlName?: string | undefined;
|
|
16785
16852
|
scriptCode?: string | undefined;
|
|
16786
16853
|
timer?: number | undefined;
|
|
@@ -17040,6 +17107,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
17040
17107
|
modelType?: string | undefined;
|
|
17041
17108
|
} | undefined;
|
|
17042
17109
|
} | undefined;
|
|
17110
|
+
sysPFPluginId?: string | undefined;
|
|
17043
17111
|
renderName?: string | undefined;
|
|
17044
17112
|
renderType?: string | undefined;
|
|
17045
17113
|
appId: string;
|
|
@@ -17604,6 +17672,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
17604
17672
|
modelId?: string | undefined;
|
|
17605
17673
|
modelType?: string | undefined;
|
|
17606
17674
|
}[] | undefined;
|
|
17675
|
+
sysPFPluginId?: string | undefined;
|
|
17607
17676
|
viewLogicType?: string | undefined;
|
|
17608
17677
|
builtinLogic?: boolean | undefined;
|
|
17609
17678
|
codeName?: string | undefined;
|
|
@@ -17642,6 +17711,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
17642
17711
|
appUILogicId?: string | undefined;
|
|
17643
17712
|
appViewEngineId?: string | undefined;
|
|
17644
17713
|
appViewLogicId?: string | undefined;
|
|
17714
|
+
sysPFPluginId?: string | undefined;
|
|
17645
17715
|
ctrlName?: string | undefined;
|
|
17646
17716
|
scriptCode?: string | undefined;
|
|
17647
17717
|
timer?: number | undefined;
|
|
@@ -17901,6 +17971,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
17901
17971
|
modelType?: string | undefined;
|
|
17902
17972
|
} | undefined;
|
|
17903
17973
|
} | undefined;
|
|
17974
|
+
sysPFPluginId?: string | undefined;
|
|
17904
17975
|
renderName?: string | undefined;
|
|
17905
17976
|
renderType?: string | undefined;
|
|
17906
17977
|
appId: string;
|
|
@@ -18136,6 +18207,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
18136
18207
|
modelId?: string | undefined;
|
|
18137
18208
|
modelType?: string | undefined;
|
|
18138
18209
|
}[] | undefined;
|
|
18210
|
+
sysPFPluginId?: string | undefined;
|
|
18139
18211
|
viewLogicType?: string | undefined;
|
|
18140
18212
|
builtinLogic?: boolean | undefined;
|
|
18141
18213
|
codeName?: string | undefined;
|
|
@@ -18174,6 +18246,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
18174
18246
|
appUILogicId?: string | undefined;
|
|
18175
18247
|
appViewEngineId?: string | undefined;
|
|
18176
18248
|
appViewLogicId?: string | undefined;
|
|
18249
|
+
sysPFPluginId?: string | undefined;
|
|
18177
18250
|
ctrlName?: string | undefined;
|
|
18178
18251
|
scriptCode?: string | undefined;
|
|
18179
18252
|
timer?: number | undefined;
|
|
@@ -18819,6 +18892,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
18819
18892
|
modelId?: string | undefined;
|
|
18820
18893
|
modelType?: string | undefined;
|
|
18821
18894
|
}[] | undefined;
|
|
18895
|
+
sysPFPluginId?: string | undefined;
|
|
18822
18896
|
viewLogicType?: string | undefined;
|
|
18823
18897
|
builtinLogic?: boolean | undefined;
|
|
18824
18898
|
codeName?: string | undefined;
|
|
@@ -18857,6 +18931,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
18857
18931
|
appUILogicId?: string | undefined;
|
|
18858
18932
|
appViewEngineId?: string | undefined;
|
|
18859
18933
|
appViewLogicId?: string | undefined;
|
|
18934
|
+
sysPFPluginId?: string | undefined;
|
|
18860
18935
|
ctrlName?: string | undefined;
|
|
18861
18936
|
scriptCode?: string | undefined;
|
|
18862
18937
|
timer?: number | undefined;
|
|
@@ -18968,6 +19043,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
18968
19043
|
modelType?: string | undefined;
|
|
18969
19044
|
} | undefined;
|
|
18970
19045
|
} | undefined;
|
|
19046
|
+
sysPFPluginId?: string | undefined;
|
|
18971
19047
|
renderName?: string | undefined;
|
|
18972
19048
|
renderType?: string | undefined;
|
|
18973
19049
|
appId: string;
|
|
@@ -19700,6 +19776,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
19700
19776
|
modelId?: string | undefined;
|
|
19701
19777
|
modelType?: string | undefined;
|
|
19702
19778
|
}[] | undefined;
|
|
19779
|
+
sysPFPluginId?: string | undefined;
|
|
19703
19780
|
viewLogicType?: string | undefined;
|
|
19704
19781
|
builtinLogic?: boolean | undefined;
|
|
19705
19782
|
codeName?: string | undefined;
|
|
@@ -19738,6 +19815,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
19738
19815
|
appUILogicId?: string | undefined;
|
|
19739
19816
|
appViewEngineId?: string | undefined;
|
|
19740
19817
|
appViewLogicId?: string | undefined;
|
|
19818
|
+
sysPFPluginId?: string | undefined;
|
|
19741
19819
|
ctrlName?: string | undefined;
|
|
19742
19820
|
scriptCode?: string | undefined;
|
|
19743
19821
|
timer?: number | undefined;
|
|
@@ -19997,6 +20075,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
19997
20075
|
modelType?: string | undefined;
|
|
19998
20076
|
} | undefined;
|
|
19999
20077
|
} | undefined;
|
|
20078
|
+
sysPFPluginId?: string | undefined;
|
|
20000
20079
|
renderName?: string | undefined;
|
|
20001
20080
|
renderType?: string | undefined;
|
|
20002
20081
|
appId: string;
|
|
@@ -20232,6 +20311,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
20232
20311
|
modelId?: string | undefined;
|
|
20233
20312
|
modelType?: string | undefined;
|
|
20234
20313
|
}[] | undefined;
|
|
20314
|
+
sysPFPluginId?: string | undefined;
|
|
20235
20315
|
viewLogicType?: string | undefined;
|
|
20236
20316
|
builtinLogic?: boolean | undefined;
|
|
20237
20317
|
codeName?: string | undefined;
|
|
@@ -20270,6 +20350,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
20270
20350
|
appUILogicId?: string | undefined;
|
|
20271
20351
|
appViewEngineId?: string | undefined;
|
|
20272
20352
|
appViewLogicId?: string | undefined;
|
|
20353
|
+
sysPFPluginId?: string | undefined;
|
|
20273
20354
|
ctrlName?: string | undefined;
|
|
20274
20355
|
scriptCode?: string | undefined;
|
|
20275
20356
|
timer?: number | undefined;
|
|
@@ -20915,6 +20996,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
20915
20996
|
modelId?: string | undefined;
|
|
20916
20997
|
modelType?: string | undefined;
|
|
20917
20998
|
}[] | undefined;
|
|
20999
|
+
sysPFPluginId?: string | undefined;
|
|
20918
21000
|
viewLogicType?: string | undefined;
|
|
20919
21001
|
builtinLogic?: boolean | undefined;
|
|
20920
21002
|
codeName?: string | undefined;
|
|
@@ -20953,6 +21035,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
20953
21035
|
appUILogicId?: string | undefined;
|
|
20954
21036
|
appViewEngineId?: string | undefined;
|
|
20955
21037
|
appViewLogicId?: string | undefined;
|
|
21038
|
+
sysPFPluginId?: string | undefined;
|
|
20956
21039
|
ctrlName?: string | undefined;
|
|
20957
21040
|
scriptCode?: string | undefined;
|
|
20958
21041
|
timer?: number | undefined;
|
|
@@ -21064,6 +21147,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
21064
21147
|
modelType?: string | undefined;
|
|
21065
21148
|
} | undefined;
|
|
21066
21149
|
} | undefined;
|
|
21150
|
+
sysPFPluginId?: string | undefined;
|
|
21067
21151
|
renderName?: string | undefined;
|
|
21068
21152
|
renderType?: string | undefined;
|
|
21069
21153
|
appId: string;
|
|
@@ -21228,6 +21312,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
21228
21312
|
portletFilter: IData;
|
|
21229
21313
|
config: {
|
|
21230
21314
|
save: (data: IData) => Promise<boolean>;
|
|
21315
|
+
reset: () => Promise<boolean>;
|
|
21231
21316
|
load: () => Promise<IData>;
|
|
21232
21317
|
} | undefined;
|
|
21233
21318
|
util: {
|