@ibiz-template/vue3-components 0.7.38-alpha.21 → 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/ibiz-markdown-editor-BZ8j-yda.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/wang-editor-Btv6GIhJ.js +1 -0
- package/dist/{xlsx-util-BlkeQIMu.js → xlsx-util-BoMFhSd9.js} +1 -1
- package/es/common/action-toolbar/action-toolbar.css +1 -1
- package/es/common/anchor-container/anchor-bar-list/anchor-bar-list.css +1 -1
- package/es/common/button-list/button-list.css +1 -1
- package/es/common/custom-filter-condition/custom-filter-condition.d.ts +5 -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/data-import2/data-import2.mjs +1 -1
- package/es/common/gantt-setting/gantt-setting.css +1 -1
- package/es/common/gantt-setting/gantt-setting.d.ts +10 -0
- package/es/common/gantt-setting/gantt-setting.mjs +23 -3
- package/es/common/grid-setting/grid-setting.d.ts +1 -0
- package/es/common/grid-setting/grid-setting.mjs +1 -1
- 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 +7 -0
- package/es/control/app-menu/app-menu.css +1 -1
- package/es/control/app-menu/app-menu.mjs +8 -6
- package/es/control/app-menu/custom-menu-design/custom-menu-design.mjs +1 -0
- 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 +136 -0
- package/es/control/dashboard/custom-dashboard-container/custom-dashboard-container.mjs +10 -3
- package/es/control/dashboard/dashboard-design/dashboard-design.d.ts +1 -0
- package/es/control/dashboard/dashboard-design/dashboard-design.mjs +38 -17
- 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/dashboard.mjs +13 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.css +1 -1
- package/es/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.mjs +7 -3
- 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/drbar/drbar.controller.mjs +1 -1
- package/es/control/drtab/drtab-control.util.mjs +1 -1
- package/es/control/drtab/drtab.controller.d.ts +19 -7
- package/es/control/drtab/drtab.controller.mjs +36 -9
- package/es/control/form/form-detail/form-group-panel/form-group-panel.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.d.ts +1 -0
- package/es/control/form/form-detail/form-item/form-item.mjs +68 -33
- package/es/control/form/form-detail/form-item/index.d.ts +1 -0
- package/es/control/form/form-detail/form-mdctrl/form-mdctrl-repeater/repeater-grid/repeater-grid.d.ts +171 -0
- package/es/control/form/search-form/index.d.ts +9 -0
- package/es/control/form/search-form/search-form.d.ts +9 -0
- package/es/control/form/search-form/search-form.mjs +4 -0
- package/es/control/gantt/gantt.css +1 -1
- package/es/control/gantt/gantt.d.ts +1 -0
- package/es/control/gantt/gantt.mjs +79 -30
- package/es/control/gantt/index.d.ts +1 -0
- package/es/control/grid/grid/grid-control.util.d.ts +2 -0
- package/es/control/grid/grid/grid-control.util.mjs +38 -2
- package/es/control/grid/grid/grid.css +1 -1
- package/es/control/grid/grid/grid.mjs +14 -4
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.css +1 -1
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.d.ts +1 -0
- package/es/control/grid/grid-column/grid-field-column/grid-field-column.mjs +21 -1
- package/es/control/grid/grid-column/grid-field-column/index.d.ts +1 -0
- 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/tab-exp-panel/tab-exp-panel.css +1 -1
- 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/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.mjs +17 -1
- 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-embed-view/ibiz-picker-embed-view.css +1 -1
- 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 +11 -2
- 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/html/wang-editor/wang-editor.mjs +1 -1
- package/es/editor/index.mjs +10 -0
- package/es/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.mjs +1 -1
- package/es/editor/span/span/span.mjs +8 -2
- package/es/editor/span/span-editor.controller.d.ts +7 -0
- package/es/editor/span/span-editor.controller.mjs +10 -0
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.css +1 -1
- package/es/editor/text-box/ibiz-input-number/ibiz-input-number.mjs +24 -6
- package/es/editor/text-box/input/input.css +1 -1
- package/es/editor/text-box/input/input.mjs +32 -5
- package/es/editor/text-box/text-box-editor.controller.d.ts +7 -0
- package/es/editor/text-box/text-box-editor.controller.mjs +10 -0
- 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/editor/upload/use/use-iview-upload.mjs +1 -1
- package/es/locale/en/index.d.ts +102 -26
- package/es/locale/en/index.mjs +79 -30
- package/es/locale/zh-CN/index.d.ts +103 -26
- package/es/locale/zh-CN/index.mjs +79 -30
- package/es/panel-component/auth-sso/auth-sso.css +1 -0
- package/es/panel-component/auth-sso/auth-sso.d.ts +26 -0
- package/es/panel-component/auth-sso/auth-sso.mjs +100 -0
- package/es/panel-component/auth-sso/auth-sso.provider.d.ts +6 -0
- package/es/panel-component/auth-sso/auth-sso.provider.mjs +21 -0
- package/es/panel-component/auth-sso/index.d.ts +23 -0
- package/es/panel-component/auth-sso/index.mjs +12 -0
- package/es/panel-component/coop-pos/coop-pos.controller.d.ts +46 -1
- package/es/panel-component/coop-pos/coop-pos.controller.mjs +92 -1
- package/es/panel-component/coop-pos/coop-pos.css +1 -1
- package/es/panel-component/coop-pos/coop-pos.d.ts +4 -1
- package/es/panel-component/coop-pos/coop-pos.mjs +23 -3
- package/es/panel-component/coop-pos/index.d.ts +3 -0
- package/es/panel-component/index.mjs +4 -1
- package/es/panel-component/nav-tabs/nav-tabs.controller.d.ts +1 -1
- package/es/panel-component/nav-tabs/nav-tabs.controller.mjs +3 -3
- package/es/panel-component/panel-app-header/panel-app-header.css +1 -1
- package/es/panel-component/panel-button-list/panel-button-list.controller.mjs +2 -1
- package/es/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
- package/es/panel-component/searchform-buttons/searchform-buttons.mjs +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/app-popover/app-popover-component.mjs +1 -1
- package/es/util/fullscreen/fullscreen-util.mjs +2 -2
- package/es/util/notification-util/upload-manager/upload-manager.mjs +1 -1
- package/es/view/login-view/login-view.mjs +28 -3
- 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 -148
- 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 +11 -1
- package/es/view-engine/opt-view.engine.d.ts +1 -0
- package/es/view-engine/opt-view.engine.mjs +41 -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/tab-search-view.engine.d.ts +9 -1
- package/es/view-engine/tab-search-view.engine.mjs +52 -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/attach-environment-config.mjs +5 -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 +25 -17
- package/es/web-app/guard/auth-guard/auth-guard.mjs +52 -27
- package/es/web-app/guard/auth-guard/dyna-auth-guard.d.ts +1 -1
- package/es/web-app/guard/auth-guard/dyna-auth-guard.mjs +2 -1
- package/es/web-app/main.mjs +3 -1
- package/es/web-app/router/index.d.ts +3 -2
- package/es/web-app/router/index.mjs +15 -4
- 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/anchor-container/anchor-bar-list/anchor-bar-list.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/data-import2/data-import2.cjs +1 -1
- package/lib/common/gantt-setting/gantt-setting.cjs +23 -3
- package/lib/common/gantt-setting/gantt-setting.css +1 -1
- package/lib/common/grid-setting/grid-setting.cjs +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.cjs +8 -6
- package/lib/control/app-menu/app-menu.css +1 -1
- package/lib/control/app-menu/custom-menu-design/custom-menu-design.cjs +1 -0
- 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/custom-dashboard-container/custom-dashboard-container.cjs +10 -3
- package/lib/control/dashboard/dashboard-design/dashboard-design.cjs +37 -16
- package/lib/control/dashboard/dashboard-design/dashboard-design.util.cjs +248 -0
- package/lib/control/dashboard/dashboard.cjs +13 -1
- package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.cjs +7 -3
- package/lib/control/dashboard/portlet/filter-portlet/filter-portlet-design/filter-portlet-design.css +1 -1
- 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/drbar/drbar.controller.cjs +1 -1
- package/lib/control/drtab/drtab-control.util.cjs +1 -1
- package/lib/control/drtab/drtab.controller.cjs +36 -9
- package/lib/control/form/form-detail/form-group-panel/form-group-panel.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 +67 -32
- package/lib/control/form/form-detail/form-item/form-item.css +1 -1
- package/lib/control/form/search-form/search-form.cjs +4 -0
- package/lib/control/gantt/gantt.cjs +78 -29
- package/lib/control/gantt/gantt.css +1 -1
- package/lib/control/grid/grid/grid-control.util.cjs +37 -1
- package/lib/control/grid/grid/grid.cjs +14 -4
- package/lib/control/grid/grid/grid.css +1 -1
- package/lib/control/grid/grid-column/grid-field-column/grid-field-column.cjs +21 -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/tab-exp-panel/tab-exp-panel.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/tree-grid-ex/tree-grid-ex-column/tree-grid-ex-field-column/tree-grid-ex-field-column.cjs +17 -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-embed-view/ibiz-picker-embed-view.css +1 -1
- 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 +11 -2
- 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/html/wang-editor/wang-editor.cjs +1 -1
- package/lib/editor/index.cjs +10 -0
- package/lib/editor/markdown/ibiz-markdown-editor/ibiz-markdown-editor.cjs +1 -1
- package/lib/editor/span/span/span.cjs +8 -2
- package/lib/editor/span/span-editor.controller.cjs +10 -0
- package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.cjs +24 -6
- package/lib/editor/text-box/ibiz-input-number/ibiz-input-number.css +1 -1
- package/lib/editor/text-box/input/input.cjs +32 -5
- package/lib/editor/text-box/input/input.css +1 -1
- package/lib/editor/text-box/text-box-editor.controller.cjs +10 -0
- package/lib/editor/upload/ibiz-image-preview/ibiz-image-preview.cjs +18 -5
- package/lib/editor/upload/use/use-iview-upload.cjs +1 -1
- package/lib/locale/en/index.cjs +79 -30
- package/lib/locale/zh-CN/index.cjs +79 -30
- package/lib/panel-component/auth-sso/auth-sso.cjs +102 -0
- package/lib/panel-component/auth-sso/auth-sso.css +1 -0
- package/lib/panel-component/auth-sso/auth-sso.provider.cjs +23 -0
- package/lib/panel-component/auth-sso/index.cjs +17 -0
- package/lib/panel-component/coop-pos/coop-pos.cjs +22 -2
- package/lib/panel-component/coop-pos/coop-pos.controller.cjs +91 -0
- package/lib/panel-component/coop-pos/coop-pos.css +1 -1
- package/lib/panel-component/index.cjs +39 -36
- package/lib/panel-component/nav-tabs/nav-tabs.controller.cjs +3 -3
- package/lib/panel-component/panel-app-header/panel-app-header.css +1 -1
- package/lib/panel-component/panel-button-list/panel-button-list.controller.cjs +2 -1
- package/lib/panel-component/panel-index-view-search/panel-index-view-search.css +1 -1
- package/lib/panel-component/searchform-buttons/searchform-buttons.cjs +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/app-popover/app-popover-component.cjs +1 -1
- package/lib/util/fullscreen/fullscreen-util.cjs +2 -2
- package/lib/util/notification-util/upload-manager/upload-manager.cjs +1 -1
- package/lib/view/login-view/login-view.cjs +26 -1
- 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 -147
- package/lib/view-engine/index-view.engine.cjs +17 -1
- package/lib/view-engine/login-view.engine.cjs +11 -1
- package/lib/view-engine/opt-view.engine.cjs +40 -0
- package/lib/view-engine/portal-view-engine.cjs +93 -1
- package/lib/view-engine/tab-search-view.engine.cjs +52 -2
- package/lib/view-engine/tree-exp-view.engine.cjs +23 -0
- package/lib/web-app/attach-environment-config.cjs +5 -1
- package/lib/web-app/components/modal-router-shell/modal-router-shell.cjs +4 -0
- package/lib/web-app/guard/auth-guard/auth-guard.cjs +52 -27
- package/lib/web-app/guard/auth-guard/dyna-auth-guard.cjs +2 -1
- package/lib/web-app/main.cjs +3 -1
- package/lib/web-app/router/index.cjs +15 -4
- package/lib/web-app/util/unauthorized-handler/unauthorized-handler.cjs +21 -0
- package/package.json +10 -10
- package/dist/chart-DPS_XpZp.js +0 -1
- package/dist/ibiz-markdown-editor-B4c6yGAW.js +0 -1
- package/dist/index-3cxXHoLs.js +0 -4
- package/dist/index-CiEIUSX9.js +0 -1
- package/dist/index-HW5stxcy.js +0 -1
- package/dist/wang-editor-BUIAd4uJ.js +0 -1
- /package/es/node_modules/.pnpm/{@ibiz-template_core@0.7.38-alpha.16_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.16_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
|
@@ -43,6 +43,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
43
43
|
codeName?: string | undefined;
|
|
44
44
|
controlStyle?: string | undefined;
|
|
45
45
|
controlType?: string | undefined;
|
|
46
|
+
dynaSysMode?: number | undefined;
|
|
46
47
|
height?: number | undefined;
|
|
47
48
|
logicName?: string | undefined;
|
|
48
49
|
appDataEntityId?: string | undefined;
|
|
@@ -298,6 +299,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
298
299
|
mobilePanel?: boolean | undefined;
|
|
299
300
|
controlStyle?: string | undefined;
|
|
300
301
|
controlType?: string | undefined;
|
|
302
|
+
dynaSysMode?: number | undefined;
|
|
301
303
|
height?: number | undefined;
|
|
302
304
|
logicName?: string | undefined;
|
|
303
305
|
appDataEntityId?: string | undefined;
|
|
@@ -583,6 +585,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
583
585
|
modelId?: string | undefined;
|
|
584
586
|
modelType?: string | undefined;
|
|
585
587
|
}[] | undefined;
|
|
588
|
+
sysPFPluginId?: string | undefined;
|
|
586
589
|
viewLogicType?: string | undefined;
|
|
587
590
|
builtinLogic?: boolean | undefined;
|
|
588
591
|
codeName?: string | undefined;
|
|
@@ -621,6 +624,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
621
624
|
appUILogicId?: string | undefined;
|
|
622
625
|
appViewEngineId?: string | undefined;
|
|
623
626
|
appViewLogicId?: string | undefined;
|
|
627
|
+
sysPFPluginId?: string | undefined;
|
|
624
628
|
ctrlName?: string | undefined;
|
|
625
629
|
scriptCode?: string | undefined;
|
|
626
630
|
timer?: number | undefined;
|
|
@@ -724,6 +728,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
724
728
|
codeName?: string | undefined;
|
|
725
729
|
controlStyle?: string | undefined;
|
|
726
730
|
controlType?: string | undefined;
|
|
731
|
+
dynaSysMode?: number | undefined;
|
|
727
732
|
height?: number | undefined;
|
|
728
733
|
logicName?: string | undefined;
|
|
729
734
|
appDataEntityId?: string | undefined;
|
|
@@ -879,6 +884,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
879
884
|
modelType?: string | undefined;
|
|
880
885
|
} | undefined;
|
|
881
886
|
} | undefined;
|
|
887
|
+
sysPFPluginId?: string | undefined;
|
|
882
888
|
renderName?: string | undefined;
|
|
883
889
|
renderType?: string | undefined;
|
|
884
890
|
appId: string;
|
|
@@ -1114,6 +1120,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1114
1120
|
modelId?: string | undefined;
|
|
1115
1121
|
modelType?: string | undefined;
|
|
1116
1122
|
}[] | undefined;
|
|
1123
|
+
sysPFPluginId?: string | undefined;
|
|
1117
1124
|
viewLogicType?: string | undefined;
|
|
1118
1125
|
builtinLogic?: boolean | undefined;
|
|
1119
1126
|
codeName?: string | undefined;
|
|
@@ -1152,6 +1159,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1152
1159
|
appUILogicId?: string | undefined;
|
|
1153
1160
|
appViewEngineId?: string | undefined;
|
|
1154
1161
|
appViewLogicId?: string | undefined;
|
|
1162
|
+
sysPFPluginId?: string | undefined;
|
|
1155
1163
|
ctrlName?: string | undefined;
|
|
1156
1164
|
scriptCode?: string | undefined;
|
|
1157
1165
|
timer?: number | undefined;
|
|
@@ -1255,6 +1263,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1255
1263
|
codeName?: string | undefined;
|
|
1256
1264
|
controlStyle?: string | undefined;
|
|
1257
1265
|
controlType?: string | undefined;
|
|
1266
|
+
dynaSysMode?: number | undefined;
|
|
1258
1267
|
height?: number | undefined;
|
|
1259
1268
|
logicName?: string | undefined;
|
|
1260
1269
|
appDataEntityId?: string | undefined;
|
|
@@ -1510,6 +1519,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1510
1519
|
mobilePanel?: boolean | undefined;
|
|
1511
1520
|
controlStyle?: string | undefined;
|
|
1512
1521
|
controlType?: string | undefined;
|
|
1522
|
+
dynaSysMode?: number | undefined;
|
|
1513
1523
|
height?: number | undefined;
|
|
1514
1524
|
logicName?: string | undefined;
|
|
1515
1525
|
appDataEntityId?: string | undefined;
|
|
@@ -1795,6 +1805,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1795
1805
|
modelId?: string | undefined;
|
|
1796
1806
|
modelType?: string | undefined;
|
|
1797
1807
|
}[] | undefined;
|
|
1808
|
+
sysPFPluginId?: string | undefined;
|
|
1798
1809
|
viewLogicType?: string | undefined;
|
|
1799
1810
|
builtinLogic?: boolean | undefined;
|
|
1800
1811
|
codeName?: string | undefined;
|
|
@@ -1833,6 +1844,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1833
1844
|
appUILogicId?: string | undefined;
|
|
1834
1845
|
appViewEngineId?: string | undefined;
|
|
1835
1846
|
appViewLogicId?: string | undefined;
|
|
1847
|
+
sysPFPluginId?: string | undefined;
|
|
1836
1848
|
ctrlName?: string | undefined;
|
|
1837
1849
|
scriptCode?: string | undefined;
|
|
1838
1850
|
timer?: number | undefined;
|
|
@@ -1944,6 +1956,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
1944
1956
|
modelType?: string | undefined;
|
|
1945
1957
|
} | undefined;
|
|
1946
1958
|
} | undefined;
|
|
1959
|
+
sysPFPluginId?: string | undefined;
|
|
1947
1960
|
renderName?: string | undefined;
|
|
1948
1961
|
renderType?: string | undefined;
|
|
1949
1962
|
appId: string;
|
|
@@ -2283,6 +2296,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
2283
2296
|
modelId?: string | undefined;
|
|
2284
2297
|
modelType?: string | undefined;
|
|
2285
2298
|
}[] | undefined;
|
|
2299
|
+
sysPFPluginId?: string | undefined;
|
|
2286
2300
|
viewLogicType?: string | undefined;
|
|
2287
2301
|
builtinLogic?: boolean | undefined;
|
|
2288
2302
|
codeName?: string | undefined;
|
|
@@ -2562,6 +2576,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
2562
2576
|
mobilePanel?: boolean | undefined;
|
|
2563
2577
|
controlStyle?: string | undefined;
|
|
2564
2578
|
controlType?: string | undefined;
|
|
2579
|
+
dynaSysMode?: number | undefined;
|
|
2565
2580
|
height?: number | undefined;
|
|
2566
2581
|
logicName?: string | undefined;
|
|
2567
2582
|
appDataEntityId?: string | undefined;
|
|
@@ -2823,6 +2838,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
2823
2838
|
modelId?: string | undefined;
|
|
2824
2839
|
modelType?: string | undefined;
|
|
2825
2840
|
}[] | undefined;
|
|
2841
|
+
sysPFPluginId?: string | undefined;
|
|
2826
2842
|
viewLogicType?: string | undefined;
|
|
2827
2843
|
builtinLogic?: boolean | undefined;
|
|
2828
2844
|
codeName?: string | undefined;
|
|
@@ -2861,6 +2877,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
2861
2877
|
appUILogicId?: string | undefined;
|
|
2862
2878
|
appViewEngineId?: string | undefined;
|
|
2863
2879
|
appViewLogicId?: string | undefined;
|
|
2880
|
+
sysPFPluginId?: string | undefined;
|
|
2864
2881
|
ctrlName?: string | undefined;
|
|
2865
2882
|
scriptCode?: string | undefined;
|
|
2866
2883
|
timer?: number | undefined;
|
|
@@ -2964,6 +2981,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
2964
2981
|
codeName?: string | undefined;
|
|
2965
2982
|
controlStyle?: string | undefined;
|
|
2966
2983
|
controlType?: string | undefined;
|
|
2984
|
+
dynaSysMode?: number | undefined;
|
|
2967
2985
|
height?: number | undefined;
|
|
2968
2986
|
logicName?: string | undefined;
|
|
2969
2987
|
appDataEntityId?: string | undefined;
|
|
@@ -3107,6 +3125,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
3107
3125
|
modelType?: string | undefined;
|
|
3108
3126
|
} | undefined;
|
|
3109
3127
|
} | undefined;
|
|
3128
|
+
sysPFPluginId?: string | undefined;
|
|
3110
3129
|
renderName?: string | undefined;
|
|
3111
3130
|
renderType?: string | undefined;
|
|
3112
3131
|
appId: string;
|
|
@@ -3129,6 +3148,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
3129
3148
|
mobilePanel?: boolean | undefined;
|
|
3130
3149
|
controlStyle?: string | undefined;
|
|
3131
3150
|
controlType?: string | undefined;
|
|
3151
|
+
dynaSysMode?: number | undefined;
|
|
3132
3152
|
height?: number | undefined;
|
|
3133
3153
|
logicName?: string | undefined;
|
|
3134
3154
|
appDataEntityId?: string | undefined;
|
|
@@ -3384,6 +3404,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
3384
3404
|
mobilePanel?: boolean | undefined;
|
|
3385
3405
|
controlStyle?: string | undefined;
|
|
3386
3406
|
controlType?: string | undefined;
|
|
3407
|
+
dynaSysMode?: number | undefined;
|
|
3387
3408
|
height?: number | undefined;
|
|
3388
3409
|
logicName?: string | undefined;
|
|
3389
3410
|
appDataEntityId?: string | undefined;
|
|
@@ -3669,6 +3690,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
3669
3690
|
modelId?: string | undefined;
|
|
3670
3691
|
modelType?: string | undefined;
|
|
3671
3692
|
}[] | undefined;
|
|
3693
|
+
sysPFPluginId?: string | undefined;
|
|
3672
3694
|
viewLogicType?: string | undefined;
|
|
3673
3695
|
builtinLogic?: boolean | undefined;
|
|
3674
3696
|
codeName?: string | undefined;
|
|
@@ -3707,6 +3729,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
3707
3729
|
appUILogicId?: string | undefined;
|
|
3708
3730
|
appViewEngineId?: string | undefined;
|
|
3709
3731
|
appViewLogicId?: string | undefined;
|
|
3732
|
+
sysPFPluginId?: string | undefined;
|
|
3710
3733
|
ctrlName?: string | undefined;
|
|
3711
3734
|
scriptCode?: string | undefined;
|
|
3712
3735
|
timer?: number | undefined;
|
|
@@ -3810,6 +3833,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
3810
3833
|
codeName?: string | undefined;
|
|
3811
3834
|
controlStyle?: string | undefined;
|
|
3812
3835
|
controlType?: string | undefined;
|
|
3836
|
+
dynaSysMode?: number | undefined;
|
|
3813
3837
|
height?: number | undefined;
|
|
3814
3838
|
logicName?: string | undefined;
|
|
3815
3839
|
appDataEntityId?: string | undefined;
|
|
@@ -3965,6 +3989,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
3965
3989
|
modelType?: string | undefined;
|
|
3966
3990
|
} | undefined;
|
|
3967
3991
|
} | undefined;
|
|
3992
|
+
sysPFPluginId?: string | undefined;
|
|
3968
3993
|
renderName?: string | undefined;
|
|
3969
3994
|
renderType?: string | undefined;
|
|
3970
3995
|
appId: string;
|
|
@@ -4200,6 +4225,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
4200
4225
|
modelId?: string | undefined;
|
|
4201
4226
|
modelType?: string | undefined;
|
|
4202
4227
|
}[] | undefined;
|
|
4228
|
+
sysPFPluginId?: string | undefined;
|
|
4203
4229
|
viewLogicType?: string | undefined;
|
|
4204
4230
|
builtinLogic?: boolean | undefined;
|
|
4205
4231
|
codeName?: string | undefined;
|
|
@@ -4238,6 +4264,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
4238
4264
|
appUILogicId?: string | undefined;
|
|
4239
4265
|
appViewEngineId?: string | undefined;
|
|
4240
4266
|
appViewLogicId?: string | undefined;
|
|
4267
|
+
sysPFPluginId?: string | undefined;
|
|
4241
4268
|
ctrlName?: string | undefined;
|
|
4242
4269
|
scriptCode?: string | undefined;
|
|
4243
4270
|
timer?: number | undefined;
|
|
@@ -4341,6 +4368,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
4341
4368
|
codeName?: string | undefined;
|
|
4342
4369
|
controlStyle?: string | undefined;
|
|
4343
4370
|
controlType?: string | undefined;
|
|
4371
|
+
dynaSysMode?: number | undefined;
|
|
4344
4372
|
height?: number | undefined;
|
|
4345
4373
|
logicName?: string | undefined;
|
|
4346
4374
|
appDataEntityId?: string | undefined;
|
|
@@ -4596,6 +4624,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
4596
4624
|
mobilePanel?: boolean | undefined;
|
|
4597
4625
|
controlStyle?: string | undefined;
|
|
4598
4626
|
controlType?: string | undefined;
|
|
4627
|
+
dynaSysMode?: number | undefined;
|
|
4599
4628
|
height?: number | undefined;
|
|
4600
4629
|
logicName?: string | undefined;
|
|
4601
4630
|
appDataEntityId?: string | undefined;
|
|
@@ -4857,6 +4886,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
4857
4886
|
modelId?: string | undefined;
|
|
4858
4887
|
modelType?: string | undefined;
|
|
4859
4888
|
}[] | undefined;
|
|
4889
|
+
sysPFPluginId?: string | undefined;
|
|
4860
4890
|
viewLogicType?: string | undefined;
|
|
4861
4891
|
builtinLogic?: boolean | undefined;
|
|
4862
4892
|
codeName?: string | undefined;
|
|
@@ -4895,6 +4925,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
4895
4925
|
appUILogicId?: string | undefined;
|
|
4896
4926
|
appViewEngineId?: string | undefined;
|
|
4897
4927
|
appViewLogicId?: string | undefined;
|
|
4928
|
+
sysPFPluginId?: string | undefined;
|
|
4898
4929
|
ctrlName?: string | undefined;
|
|
4899
4930
|
scriptCode?: string | undefined;
|
|
4900
4931
|
timer?: number | undefined;
|
|
@@ -5006,6 +5037,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
5006
5037
|
modelType?: string | undefined;
|
|
5007
5038
|
} | undefined;
|
|
5008
5039
|
} | undefined;
|
|
5040
|
+
sysPFPluginId?: string | undefined;
|
|
5009
5041
|
renderName?: string | undefined;
|
|
5010
5042
|
renderType?: string | undefined;
|
|
5011
5043
|
appId: string;
|
|
@@ -5189,6 +5221,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
5189
5221
|
};
|
|
5190
5222
|
isClosing: boolean;
|
|
5191
5223
|
isShortCut: boolean;
|
|
5224
|
+
presetClassList: string[];
|
|
5192
5225
|
isCreated: boolean;
|
|
5193
5226
|
isMounted: boolean;
|
|
5194
5227
|
isDestroyed: boolean;
|
|
@@ -5299,6 +5332,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
5299
5332
|
modelId?: string | undefined;
|
|
5300
5333
|
modelType?: string | undefined;
|
|
5301
5334
|
}[] | undefined;
|
|
5335
|
+
sysPFPluginId?: string | undefined;
|
|
5302
5336
|
viewLogicType?: string | undefined;
|
|
5303
5337
|
builtinLogic?: boolean | undefined;
|
|
5304
5338
|
codeName?: string | undefined;
|
|
@@ -5337,6 +5371,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
5337
5371
|
appUILogicId?: string | undefined;
|
|
5338
5372
|
appViewEngineId?: string | undefined;
|
|
5339
5373
|
appViewLogicId?: string | undefined;
|
|
5374
|
+
sysPFPluginId?: string | undefined;
|
|
5340
5375
|
ctrlName?: string | undefined;
|
|
5341
5376
|
scriptCode?: string | undefined;
|
|
5342
5377
|
timer?: number | undefined;
|
|
@@ -5479,6 +5514,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
5479
5514
|
codeName?: string | undefined;
|
|
5480
5515
|
controlStyle?: string | undefined;
|
|
5481
5516
|
controlType?: string | undefined;
|
|
5517
|
+
dynaSysMode?: number | undefined;
|
|
5482
5518
|
height?: number | undefined;
|
|
5483
5519
|
logicName?: string | undefined;
|
|
5484
5520
|
appDataEntityId?: string | undefined;
|
|
@@ -5734,6 +5770,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
5734
5770
|
mobilePanel?: boolean | undefined;
|
|
5735
5771
|
controlStyle?: string | undefined;
|
|
5736
5772
|
controlType?: string | undefined;
|
|
5773
|
+
dynaSysMode?: number | undefined;
|
|
5737
5774
|
height?: number | undefined;
|
|
5738
5775
|
logicName?: string | undefined;
|
|
5739
5776
|
appDataEntityId?: string | undefined;
|
|
@@ -6019,6 +6056,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
6019
6056
|
modelId?: string | undefined;
|
|
6020
6057
|
modelType?: string | undefined;
|
|
6021
6058
|
}[] | undefined;
|
|
6059
|
+
sysPFPluginId?: string | undefined;
|
|
6022
6060
|
viewLogicType?: string | undefined;
|
|
6023
6061
|
builtinLogic?: boolean | undefined;
|
|
6024
6062
|
codeName?: string | undefined;
|
|
@@ -6057,6 +6095,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
6057
6095
|
appUILogicId?: string | undefined;
|
|
6058
6096
|
appViewEngineId?: string | undefined;
|
|
6059
6097
|
appViewLogicId?: string | undefined;
|
|
6098
|
+
sysPFPluginId?: string | undefined;
|
|
6060
6099
|
ctrlName?: string | undefined;
|
|
6061
6100
|
scriptCode?: string | undefined;
|
|
6062
6101
|
timer?: number | undefined;
|
|
@@ -6168,6 +6207,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
6168
6207
|
modelType?: string | undefined;
|
|
6169
6208
|
} | undefined;
|
|
6170
6209
|
} | undefined;
|
|
6210
|
+
sysPFPluginId?: string | undefined;
|
|
6171
6211
|
renderName?: string | undefined;
|
|
6172
6212
|
renderType?: string | undefined;
|
|
6173
6213
|
appId: string;
|
|
@@ -6505,6 +6545,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
6505
6545
|
mobilePanel?: boolean | undefined;
|
|
6506
6546
|
controlStyle?: string | undefined;
|
|
6507
6547
|
controlType?: string | undefined;
|
|
6548
|
+
dynaSysMode?: number | undefined;
|
|
6508
6549
|
height?: number | undefined;
|
|
6509
6550
|
logicName?: string | undefined;
|
|
6510
6551
|
appDataEntityId?: string | undefined;
|
|
@@ -6766,6 +6807,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
6766
6807
|
modelId?: string | undefined;
|
|
6767
6808
|
modelType?: string | undefined;
|
|
6768
6809
|
}[] | undefined;
|
|
6810
|
+
sysPFPluginId?: string | undefined;
|
|
6769
6811
|
viewLogicType?: string | undefined;
|
|
6770
6812
|
builtinLogic?: boolean | undefined;
|
|
6771
6813
|
codeName?: string | undefined;
|
|
@@ -6804,6 +6846,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
6804
6846
|
appUILogicId?: string | undefined;
|
|
6805
6847
|
appViewEngineId?: string | undefined;
|
|
6806
6848
|
appViewLogicId?: string | undefined;
|
|
6849
|
+
sysPFPluginId?: string | undefined;
|
|
6807
6850
|
ctrlName?: string | undefined;
|
|
6808
6851
|
scriptCode?: string | undefined;
|
|
6809
6852
|
timer?: number | undefined;
|
|
@@ -6907,6 +6950,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
6907
6950
|
codeName?: string | undefined;
|
|
6908
6951
|
controlStyle?: string | undefined;
|
|
6909
6952
|
controlType?: string | undefined;
|
|
6953
|
+
dynaSysMode?: number | undefined;
|
|
6910
6954
|
height?: number | undefined;
|
|
6911
6955
|
logicName?: string | undefined;
|
|
6912
6956
|
appDataEntityId?: string | undefined;
|
|
@@ -7050,6 +7094,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
7050
7094
|
modelType?: string | undefined;
|
|
7051
7095
|
} | undefined;
|
|
7052
7096
|
} | undefined;
|
|
7097
|
+
sysPFPluginId?: string | undefined;
|
|
7053
7098
|
renderName?: string | undefined;
|
|
7054
7099
|
renderType?: string | undefined;
|
|
7055
7100
|
appId: string;
|
|
@@ -7072,6 +7117,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
7072
7117
|
mobilePanel?: boolean | undefined;
|
|
7073
7118
|
controlStyle?: string | undefined;
|
|
7074
7119
|
controlType?: string | undefined;
|
|
7120
|
+
dynaSysMode?: number | undefined;
|
|
7075
7121
|
height?: number | undefined;
|
|
7076
7122
|
logicName?: string | undefined;
|
|
7077
7123
|
appDataEntityId?: string | undefined;
|
|
@@ -7327,6 +7373,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
7327
7373
|
mobilePanel?: boolean | undefined;
|
|
7328
7374
|
controlStyle?: string | undefined;
|
|
7329
7375
|
controlType?: string | undefined;
|
|
7376
|
+
dynaSysMode?: number | undefined;
|
|
7330
7377
|
height?: number | undefined;
|
|
7331
7378
|
logicName?: string | undefined;
|
|
7332
7379
|
appDataEntityId?: string | undefined;
|
|
@@ -7612,6 +7659,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
7612
7659
|
modelId?: string | undefined;
|
|
7613
7660
|
modelType?: string | undefined;
|
|
7614
7661
|
}[] | undefined;
|
|
7662
|
+
sysPFPluginId?: string | undefined;
|
|
7615
7663
|
viewLogicType?: string | undefined;
|
|
7616
7664
|
builtinLogic?: boolean | undefined;
|
|
7617
7665
|
codeName?: string | undefined;
|
|
@@ -7650,6 +7698,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
7650
7698
|
appUILogicId?: string | undefined;
|
|
7651
7699
|
appViewEngineId?: string | undefined;
|
|
7652
7700
|
appViewLogicId?: string | undefined;
|
|
7701
|
+
sysPFPluginId?: string | undefined;
|
|
7653
7702
|
ctrlName?: string | undefined;
|
|
7654
7703
|
scriptCode?: string | undefined;
|
|
7655
7704
|
timer?: number | undefined;
|
|
@@ -7753,6 +7802,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
7753
7802
|
codeName?: string | undefined;
|
|
7754
7803
|
controlStyle?: string | undefined;
|
|
7755
7804
|
controlType?: string | undefined;
|
|
7805
|
+
dynaSysMode?: number | undefined;
|
|
7756
7806
|
height?: number | undefined;
|
|
7757
7807
|
logicName?: string | undefined;
|
|
7758
7808
|
appDataEntityId?: string | undefined;
|
|
@@ -7908,6 +7958,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
7908
7958
|
modelType?: string | undefined;
|
|
7909
7959
|
} | undefined;
|
|
7910
7960
|
} | undefined;
|
|
7961
|
+
sysPFPluginId?: string | undefined;
|
|
7911
7962
|
renderName?: string | undefined;
|
|
7912
7963
|
renderType?: string | undefined;
|
|
7913
7964
|
appId: string;
|
|
@@ -8143,6 +8194,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
8143
8194
|
modelId?: string | undefined;
|
|
8144
8195
|
modelType?: string | undefined;
|
|
8145
8196
|
}[] | undefined;
|
|
8197
|
+
sysPFPluginId?: string | undefined;
|
|
8146
8198
|
viewLogicType?: string | undefined;
|
|
8147
8199
|
builtinLogic?: boolean | undefined;
|
|
8148
8200
|
codeName?: string | undefined;
|
|
@@ -8181,6 +8233,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
8181
8233
|
appUILogicId?: string | undefined;
|
|
8182
8234
|
appViewEngineId?: string | undefined;
|
|
8183
8235
|
appViewLogicId?: string | undefined;
|
|
8236
|
+
sysPFPluginId?: string | undefined;
|
|
8184
8237
|
ctrlName?: string | undefined;
|
|
8185
8238
|
scriptCode?: string | undefined;
|
|
8186
8239
|
timer?: number | undefined;
|
|
@@ -8284,6 +8337,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
8284
8337
|
codeName?: string | undefined;
|
|
8285
8338
|
controlStyle?: string | undefined;
|
|
8286
8339
|
controlType?: string | undefined;
|
|
8340
|
+
dynaSysMode?: number | undefined;
|
|
8287
8341
|
height?: number | undefined;
|
|
8288
8342
|
logicName?: string | undefined;
|
|
8289
8343
|
appDataEntityId?: string | undefined;
|
|
@@ -8539,6 +8593,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
8539
8593
|
mobilePanel?: boolean | undefined;
|
|
8540
8594
|
controlStyle?: string | undefined;
|
|
8541
8595
|
controlType?: string | undefined;
|
|
8596
|
+
dynaSysMode?: number | undefined;
|
|
8542
8597
|
height?: number | undefined;
|
|
8543
8598
|
logicName?: string | undefined;
|
|
8544
8599
|
appDataEntityId?: string | undefined;
|
|
@@ -8800,6 +8855,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
8800
8855
|
modelId?: string | undefined;
|
|
8801
8856
|
modelType?: string | undefined;
|
|
8802
8857
|
}[] | undefined;
|
|
8858
|
+
sysPFPluginId?: string | undefined;
|
|
8803
8859
|
viewLogicType?: string | undefined;
|
|
8804
8860
|
builtinLogic?: boolean | undefined;
|
|
8805
8861
|
codeName?: string | undefined;
|
|
@@ -8838,6 +8894,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
8838
8894
|
appUILogicId?: string | undefined;
|
|
8839
8895
|
appViewEngineId?: string | undefined;
|
|
8840
8896
|
appViewLogicId?: string | undefined;
|
|
8897
|
+
sysPFPluginId?: string | undefined;
|
|
8841
8898
|
ctrlName?: string | undefined;
|
|
8842
8899
|
scriptCode?: string | undefined;
|
|
8843
8900
|
timer?: number | undefined;
|
|
@@ -8949,6 +9006,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
8949
9006
|
modelType?: string | undefined;
|
|
8950
9007
|
} | undefined;
|
|
8951
9008
|
} | undefined;
|
|
9009
|
+
sysPFPluginId?: string | undefined;
|
|
8952
9010
|
renderName?: string | undefined;
|
|
8953
9011
|
renderType?: string | undefined;
|
|
8954
9012
|
appId: string;
|
|
@@ -9235,6 +9293,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
9235
9293
|
modelId?: string | undefined;
|
|
9236
9294
|
modelType?: string | undefined;
|
|
9237
9295
|
}[] | undefined;
|
|
9296
|
+
sysPFPluginId?: string | undefined;
|
|
9238
9297
|
viewLogicType?: string | undefined;
|
|
9239
9298
|
builtinLogic?: boolean | undefined;
|
|
9240
9299
|
codeName?: string | undefined;
|
|
@@ -9481,6 +9540,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
9481
9540
|
mobilePanel?: boolean | undefined;
|
|
9482
9541
|
controlStyle?: string | undefined;
|
|
9483
9542
|
controlType?: string | undefined;
|
|
9543
|
+
dynaSysMode?: number | undefined;
|
|
9484
9544
|
height?: number | undefined;
|
|
9485
9545
|
logicName?: string | undefined;
|
|
9486
9546
|
appDataEntityId?: string | undefined;
|
|
@@ -9766,6 +9826,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
9766
9826
|
modelId?: string | undefined;
|
|
9767
9827
|
modelType?: string | undefined;
|
|
9768
9828
|
}[] | undefined;
|
|
9829
|
+
sysPFPluginId?: string | undefined;
|
|
9769
9830
|
viewLogicType?: string | undefined;
|
|
9770
9831
|
builtinLogic?: boolean | undefined;
|
|
9771
9832
|
codeName?: string | undefined;
|
|
@@ -9804,6 +9865,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
9804
9865
|
appUILogicId?: string | undefined;
|
|
9805
9866
|
appViewEngineId?: string | undefined;
|
|
9806
9867
|
appViewLogicId?: string | undefined;
|
|
9868
|
+
sysPFPluginId?: string | undefined;
|
|
9807
9869
|
ctrlName?: string | undefined;
|
|
9808
9870
|
scriptCode?: string | undefined;
|
|
9809
9871
|
timer?: number | undefined;
|
|
@@ -9907,6 +9969,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
9907
9969
|
codeName?: string | undefined;
|
|
9908
9970
|
controlStyle?: string | undefined;
|
|
9909
9971
|
controlType?: string | undefined;
|
|
9972
|
+
dynaSysMode?: number | undefined;
|
|
9910
9973
|
height?: number | undefined;
|
|
9911
9974
|
logicName?: string | undefined;
|
|
9912
9975
|
appDataEntityId?: string | undefined;
|
|
@@ -10062,6 +10125,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
10062
10125
|
modelType?: string | undefined;
|
|
10063
10126
|
} | undefined;
|
|
10064
10127
|
} | undefined;
|
|
10128
|
+
sysPFPluginId?: string | undefined;
|
|
10065
10129
|
renderName?: string | undefined;
|
|
10066
10130
|
renderType?: string | undefined;
|
|
10067
10131
|
appId: string;
|
|
@@ -10084,6 +10148,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
10084
10148
|
mobilePanel?: boolean | undefined;
|
|
10085
10149
|
controlStyle?: string | undefined;
|
|
10086
10150
|
controlType?: string | undefined;
|
|
10151
|
+
dynaSysMode?: number | undefined;
|
|
10087
10152
|
height?: number | undefined;
|
|
10088
10153
|
logicName?: string | undefined;
|
|
10089
10154
|
appDataEntityId?: string | undefined;
|
|
@@ -10339,6 +10404,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
10339
10404
|
mobilePanel?: boolean | undefined;
|
|
10340
10405
|
controlStyle?: string | undefined;
|
|
10341
10406
|
controlType?: string | undefined;
|
|
10407
|
+
dynaSysMode?: number | undefined;
|
|
10342
10408
|
height?: number | undefined;
|
|
10343
10409
|
logicName?: string | undefined;
|
|
10344
10410
|
appDataEntityId?: string | undefined;
|
|
@@ -10624,6 +10690,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
10624
10690
|
modelId?: string | undefined;
|
|
10625
10691
|
modelType?: string | undefined;
|
|
10626
10692
|
}[] | undefined;
|
|
10693
|
+
sysPFPluginId?: string | undefined;
|
|
10627
10694
|
viewLogicType?: string | undefined;
|
|
10628
10695
|
builtinLogic?: boolean | undefined;
|
|
10629
10696
|
codeName?: string | undefined;
|
|
@@ -10662,6 +10729,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
10662
10729
|
appUILogicId?: string | undefined;
|
|
10663
10730
|
appViewEngineId?: string | undefined;
|
|
10664
10731
|
appViewLogicId?: string | undefined;
|
|
10732
|
+
sysPFPluginId?: string | undefined;
|
|
10665
10733
|
ctrlName?: string | undefined;
|
|
10666
10734
|
scriptCode?: string | undefined;
|
|
10667
10735
|
timer?: number | undefined;
|
|
@@ -10765,6 +10833,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
10765
10833
|
codeName?: string | undefined;
|
|
10766
10834
|
controlStyle?: string | undefined;
|
|
10767
10835
|
controlType?: string | undefined;
|
|
10836
|
+
dynaSysMode?: number | undefined;
|
|
10768
10837
|
height?: number | undefined;
|
|
10769
10838
|
logicName?: string | undefined;
|
|
10770
10839
|
appDataEntityId?: string | undefined;
|
|
@@ -10920,6 +10989,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
10920
10989
|
modelType?: string | undefined;
|
|
10921
10990
|
} | undefined;
|
|
10922
10991
|
} | undefined;
|
|
10992
|
+
sysPFPluginId?: string | undefined;
|
|
10923
10993
|
renderName?: string | undefined;
|
|
10924
10994
|
renderType?: string | undefined;
|
|
10925
10995
|
appId: string;
|
|
@@ -11155,6 +11225,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
11155
11225
|
modelId?: string | undefined;
|
|
11156
11226
|
modelType?: string | undefined;
|
|
11157
11227
|
}[] | undefined;
|
|
11228
|
+
sysPFPluginId?: string | undefined;
|
|
11158
11229
|
viewLogicType?: string | undefined;
|
|
11159
11230
|
builtinLogic?: boolean | undefined;
|
|
11160
11231
|
codeName?: string | undefined;
|
|
@@ -11193,6 +11264,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
11193
11264
|
appUILogicId?: string | undefined;
|
|
11194
11265
|
appViewEngineId?: string | undefined;
|
|
11195
11266
|
appViewLogicId?: string | undefined;
|
|
11267
|
+
sysPFPluginId?: string | undefined;
|
|
11196
11268
|
ctrlName?: string | undefined;
|
|
11197
11269
|
scriptCode?: string | undefined;
|
|
11198
11270
|
timer?: number | undefined;
|
|
@@ -11296,6 +11368,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
11296
11368
|
codeName?: string | undefined;
|
|
11297
11369
|
controlStyle?: string | undefined;
|
|
11298
11370
|
controlType?: string | undefined;
|
|
11371
|
+
dynaSysMode?: number | undefined;
|
|
11299
11372
|
height?: number | undefined;
|
|
11300
11373
|
logicName?: string | undefined;
|
|
11301
11374
|
appDataEntityId?: string | undefined;
|
|
@@ -11551,6 +11624,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
11551
11624
|
mobilePanel?: boolean | undefined;
|
|
11552
11625
|
controlStyle?: string | undefined;
|
|
11553
11626
|
controlType?: string | undefined;
|
|
11627
|
+
dynaSysMode?: number | undefined;
|
|
11554
11628
|
height?: number | undefined;
|
|
11555
11629
|
logicName?: string | undefined;
|
|
11556
11630
|
appDataEntityId?: string | undefined;
|
|
@@ -11836,6 +11910,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
11836
11910
|
modelId?: string | undefined;
|
|
11837
11911
|
modelType?: string | undefined;
|
|
11838
11912
|
}[] | undefined;
|
|
11913
|
+
sysPFPluginId?: string | undefined;
|
|
11839
11914
|
viewLogicType?: string | undefined;
|
|
11840
11915
|
builtinLogic?: boolean | undefined;
|
|
11841
11916
|
codeName?: string | undefined;
|
|
@@ -11874,6 +11949,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
11874
11949
|
appUILogicId?: string | undefined;
|
|
11875
11950
|
appViewEngineId?: string | undefined;
|
|
11876
11951
|
appViewLogicId?: string | undefined;
|
|
11952
|
+
sysPFPluginId?: string | undefined;
|
|
11877
11953
|
ctrlName?: string | undefined;
|
|
11878
11954
|
scriptCode?: string | undefined;
|
|
11879
11955
|
timer?: number | undefined;
|
|
@@ -11985,6 +12061,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
11985
12061
|
modelType?: string | undefined;
|
|
11986
12062
|
} | undefined;
|
|
11987
12063
|
} | undefined;
|
|
12064
|
+
sysPFPluginId?: string | undefined;
|
|
11988
12065
|
renderName?: string | undefined;
|
|
11989
12066
|
renderType?: string | undefined;
|
|
11990
12067
|
appId: string;
|
|
@@ -12300,6 +12377,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
12300
12377
|
};
|
|
12301
12378
|
isClosing: boolean;
|
|
12302
12379
|
isShortCut: boolean;
|
|
12380
|
+
presetClassList: string[];
|
|
12303
12381
|
isCreated: boolean;
|
|
12304
12382
|
isMounted: boolean;
|
|
12305
12383
|
isDestroyed: boolean;
|
|
@@ -12410,6 +12488,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
12410
12488
|
modelId?: string | undefined;
|
|
12411
12489
|
modelType?: string | undefined;
|
|
12412
12490
|
}[] | undefined;
|
|
12491
|
+
sysPFPluginId?: string | undefined;
|
|
12413
12492
|
viewLogicType?: string | undefined;
|
|
12414
12493
|
builtinLogic?: boolean | undefined;
|
|
12415
12494
|
codeName?: string | undefined;
|
|
@@ -12448,6 +12527,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
12448
12527
|
appUILogicId?: string | undefined;
|
|
12449
12528
|
appViewEngineId?: string | undefined;
|
|
12450
12529
|
appViewLogicId?: string | undefined;
|
|
12530
|
+
sysPFPluginId?: string | undefined;
|
|
12451
12531
|
ctrlName?: string | undefined;
|
|
12452
12532
|
scriptCode?: string | undefined;
|
|
12453
12533
|
timer?: number | undefined;
|
|
@@ -12590,6 +12670,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
12590
12670
|
codeName?: string | undefined;
|
|
12591
12671
|
controlStyle?: string | undefined;
|
|
12592
12672
|
controlType?: string | undefined;
|
|
12673
|
+
dynaSysMode?: number | undefined;
|
|
12593
12674
|
height?: number | undefined;
|
|
12594
12675
|
logicName?: string | undefined;
|
|
12595
12676
|
appDataEntityId?: string | undefined;
|
|
@@ -12845,6 +12926,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
12845
12926
|
mobilePanel?: boolean | undefined;
|
|
12846
12927
|
controlStyle?: string | undefined;
|
|
12847
12928
|
controlType?: string | undefined;
|
|
12929
|
+
dynaSysMode?: number | undefined;
|
|
12848
12930
|
height?: number | undefined;
|
|
12849
12931
|
logicName?: string | undefined;
|
|
12850
12932
|
appDataEntityId?: string | undefined;
|
|
@@ -13106,6 +13188,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
13106
13188
|
modelId?: string | undefined;
|
|
13107
13189
|
modelType?: string | undefined;
|
|
13108
13190
|
}[] | undefined;
|
|
13191
|
+
sysPFPluginId?: string | undefined;
|
|
13109
13192
|
viewLogicType?: string | undefined;
|
|
13110
13193
|
builtinLogic?: boolean | undefined;
|
|
13111
13194
|
codeName?: string | undefined;
|
|
@@ -13144,6 +13227,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
13144
13227
|
appUILogicId?: string | undefined;
|
|
13145
13228
|
appViewEngineId?: string | undefined;
|
|
13146
13229
|
appViewLogicId?: string | undefined;
|
|
13230
|
+
sysPFPluginId?: string | undefined;
|
|
13147
13231
|
ctrlName?: string | undefined;
|
|
13148
13232
|
scriptCode?: string | undefined;
|
|
13149
13233
|
timer?: number | undefined;
|
|
@@ -13255,6 +13339,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
13255
13339
|
modelType?: string | undefined;
|
|
13256
13340
|
} | undefined;
|
|
13257
13341
|
} | undefined;
|
|
13342
|
+
sysPFPluginId?: string | undefined;
|
|
13258
13343
|
renderName?: string | undefined;
|
|
13259
13344
|
renderType?: string | undefined;
|
|
13260
13345
|
appId: string;
|
|
@@ -13592,6 +13677,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
13592
13677
|
mobilePanel?: boolean | undefined;
|
|
13593
13678
|
controlStyle?: string | undefined;
|
|
13594
13679
|
controlType?: string | undefined;
|
|
13680
|
+
dynaSysMode?: number | undefined;
|
|
13595
13681
|
height?: number | undefined;
|
|
13596
13682
|
logicName?: string | undefined;
|
|
13597
13683
|
appDataEntityId?: string | undefined;
|
|
@@ -13794,6 +13880,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
13794
13880
|
appDEUILogicId?: string | undefined;
|
|
13795
13881
|
appDataEntityId?: string | undefined;
|
|
13796
13882
|
appUILogicRefViews?: any[] | undefined;
|
|
13883
|
+
sysPFPluginId?: string | undefined;
|
|
13797
13884
|
viewLogicType?: string | undefined;
|
|
13798
13885
|
builtinLogic?: boolean | undefined;
|
|
13799
13886
|
codeName?: string | undefined;
|
|
@@ -13832,6 +13919,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
13832
13919
|
appUILogicId?: string | undefined;
|
|
13833
13920
|
appViewEngineId?: string | undefined;
|
|
13834
13921
|
appViewLogicId?: string | undefined;
|
|
13922
|
+
sysPFPluginId?: string | undefined;
|
|
13835
13923
|
ctrlName?: string | undefined;
|
|
13836
13924
|
scriptCode?: string | undefined;
|
|
13837
13925
|
timer?: number | undefined;
|
|
@@ -13935,6 +14023,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
13935
14023
|
codeName?: string | undefined;
|
|
13936
14024
|
controlStyle?: string | undefined;
|
|
13937
14025
|
controlType?: string | undefined;
|
|
14026
|
+
dynaSysMode?: number | undefined;
|
|
13938
14027
|
height?: number | undefined;
|
|
13939
14028
|
logicName?: string | undefined;
|
|
13940
14029
|
appDataEntityId?: string | undefined;
|
|
@@ -14057,6 +14146,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
14057
14146
|
modelType?: string | undefined;
|
|
14058
14147
|
} | undefined;
|
|
14059
14148
|
} | undefined;
|
|
14149
|
+
sysPFPluginId?: string | undefined;
|
|
14060
14150
|
renderName?: string | undefined;
|
|
14061
14151
|
renderType?: string | undefined;
|
|
14062
14152
|
appId: string;
|
|
@@ -14079,6 +14169,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
14079
14169
|
mobilePanel?: boolean | undefined;
|
|
14080
14170
|
controlStyle?: string | undefined;
|
|
14081
14171
|
controlType?: string | undefined;
|
|
14172
|
+
dynaSysMode?: number | undefined;
|
|
14082
14173
|
height?: number | undefined;
|
|
14083
14174
|
logicName?: string | undefined;
|
|
14084
14175
|
appDataEntityId?: string | undefined;
|
|
@@ -14334,6 +14425,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
14334
14425
|
mobilePanel?: boolean | undefined;
|
|
14335
14426
|
controlStyle?: string | undefined;
|
|
14336
14427
|
controlType?: string | undefined;
|
|
14428
|
+
dynaSysMode?: number | undefined;
|
|
14337
14429
|
height?: number | undefined;
|
|
14338
14430
|
logicName?: string | undefined;
|
|
14339
14431
|
appDataEntityId?: string | undefined;
|
|
@@ -14595,6 +14687,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
14595
14687
|
modelId?: string | undefined;
|
|
14596
14688
|
modelType?: string | undefined;
|
|
14597
14689
|
}[] | undefined;
|
|
14690
|
+
sysPFPluginId?: string | undefined;
|
|
14598
14691
|
viewLogicType?: string | undefined;
|
|
14599
14692
|
builtinLogic?: boolean | undefined;
|
|
14600
14693
|
codeName?: string | undefined;
|
|
@@ -14633,6 +14726,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
14633
14726
|
appUILogicId?: string | undefined;
|
|
14634
14727
|
appViewEngineId?: string | undefined;
|
|
14635
14728
|
appViewLogicId?: string | undefined;
|
|
14729
|
+
sysPFPluginId?: string | undefined;
|
|
14636
14730
|
ctrlName?: string | undefined;
|
|
14637
14731
|
scriptCode?: string | undefined;
|
|
14638
14732
|
timer?: number | undefined;
|
|
@@ -14736,6 +14830,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
14736
14830
|
codeName?: string | undefined;
|
|
14737
14831
|
controlStyle?: string | undefined;
|
|
14738
14832
|
controlType?: string | undefined;
|
|
14833
|
+
dynaSysMode?: number | undefined;
|
|
14739
14834
|
height?: number | undefined;
|
|
14740
14835
|
logicName?: string | undefined;
|
|
14741
14836
|
appDataEntityId?: string | undefined;
|
|
@@ -14879,6 +14974,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
14879
14974
|
modelType?: string | undefined;
|
|
14880
14975
|
} | undefined;
|
|
14881
14976
|
} | undefined;
|
|
14977
|
+
sysPFPluginId?: string | undefined;
|
|
14882
14978
|
renderName?: string | undefined;
|
|
14883
14979
|
renderType?: string | undefined;
|
|
14884
14980
|
appId: string;
|
|
@@ -15114,6 +15210,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
15114
15210
|
modelId?: string | undefined;
|
|
15115
15211
|
modelType?: string | undefined;
|
|
15116
15212
|
}[] | undefined;
|
|
15213
|
+
sysPFPluginId?: string | undefined;
|
|
15117
15214
|
viewLogicType?: string | undefined;
|
|
15118
15215
|
builtinLogic?: boolean | undefined;
|
|
15119
15216
|
codeName?: string | undefined;
|
|
@@ -15152,6 +15249,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
15152
15249
|
appUILogicId?: string | undefined;
|
|
15153
15250
|
appViewEngineId?: string | undefined;
|
|
15154
15251
|
appViewLogicId?: string | undefined;
|
|
15252
|
+
sysPFPluginId?: string | undefined;
|
|
15155
15253
|
ctrlName?: string | undefined;
|
|
15156
15254
|
scriptCode?: string | undefined;
|
|
15157
15255
|
timer?: number | undefined;
|
|
@@ -15255,6 +15353,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
15255
15353
|
codeName?: string | undefined;
|
|
15256
15354
|
controlStyle?: string | undefined;
|
|
15257
15355
|
controlType?: string | undefined;
|
|
15356
|
+
dynaSysMode?: number | undefined;
|
|
15258
15357
|
height?: number | undefined;
|
|
15259
15358
|
logicName?: string | undefined;
|
|
15260
15359
|
appDataEntityId?: string | undefined;
|
|
@@ -15500,6 +15599,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
15500
15599
|
mobilePanel?: boolean | undefined;
|
|
15501
15600
|
controlStyle?: string | undefined;
|
|
15502
15601
|
controlType?: string | undefined;
|
|
15602
|
+
dynaSysMode?: number | undefined;
|
|
15503
15603
|
height?: number | undefined;
|
|
15504
15604
|
logicName?: string | undefined;
|
|
15505
15605
|
appDataEntityId?: string | undefined;
|
|
@@ -15702,6 +15802,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
15702
15802
|
appDEUILogicId?: string | undefined;
|
|
15703
15803
|
appDataEntityId?: string | undefined;
|
|
15704
15804
|
appUILogicRefViews?: any[] | undefined;
|
|
15805
|
+
sysPFPluginId?: string | undefined;
|
|
15705
15806
|
viewLogicType?: string | undefined;
|
|
15706
15807
|
builtinLogic?: boolean | undefined;
|
|
15707
15808
|
codeName?: string | undefined;
|
|
@@ -15740,6 +15841,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
15740
15841
|
appUILogicId?: string | undefined;
|
|
15741
15842
|
appViewEngineId?: string | undefined;
|
|
15742
15843
|
appViewLogicId?: string | undefined;
|
|
15844
|
+
sysPFPluginId?: string | undefined;
|
|
15743
15845
|
ctrlName?: string | undefined;
|
|
15744
15846
|
scriptCode?: string | undefined;
|
|
15745
15847
|
timer?: number | undefined;
|
|
@@ -15851,6 +15953,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
15851
15953
|
modelType?: string | undefined;
|
|
15852
15954
|
} | undefined;
|
|
15853
15955
|
} | undefined;
|
|
15956
|
+
sysPFPluginId?: string | undefined;
|
|
15854
15957
|
renderName?: string | undefined;
|
|
15855
15958
|
renderType?: string | undefined;
|
|
15856
15959
|
appId: string;
|
|
@@ -16139,6 +16242,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
16139
16242
|
modelId?: string | undefined;
|
|
16140
16243
|
modelType?: string | undefined;
|
|
16141
16244
|
}[] | undefined;
|
|
16245
|
+
sysPFPluginId?: string | undefined;
|
|
16142
16246
|
viewLogicType?: string | undefined;
|
|
16143
16247
|
builtinLogic?: boolean | undefined;
|
|
16144
16248
|
codeName?: string | undefined;
|
|
@@ -16418,6 +16522,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
16418
16522
|
mobilePanel?: boolean | undefined;
|
|
16419
16523
|
controlStyle?: string | undefined;
|
|
16420
16524
|
controlType?: string | undefined;
|
|
16525
|
+
dynaSysMode?: number | undefined;
|
|
16421
16526
|
height?: number | undefined;
|
|
16422
16527
|
logicName?: string | undefined;
|
|
16423
16528
|
appDataEntityId?: string | undefined;
|
|
@@ -16703,6 +16808,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
16703
16808
|
modelId?: string | undefined;
|
|
16704
16809
|
modelType?: string | undefined;
|
|
16705
16810
|
}[] | undefined;
|
|
16811
|
+
sysPFPluginId?: string | undefined;
|
|
16706
16812
|
viewLogicType?: string | undefined;
|
|
16707
16813
|
builtinLogic?: boolean | undefined;
|
|
16708
16814
|
codeName?: string | undefined;
|
|
@@ -16741,6 +16847,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
16741
16847
|
appUILogicId?: string | undefined;
|
|
16742
16848
|
appViewEngineId?: string | undefined;
|
|
16743
16849
|
appViewLogicId?: string | undefined;
|
|
16850
|
+
sysPFPluginId?: string | undefined;
|
|
16744
16851
|
ctrlName?: string | undefined;
|
|
16745
16852
|
scriptCode?: string | undefined;
|
|
16746
16853
|
timer?: number | undefined;
|
|
@@ -16844,6 +16951,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
16844
16951
|
codeName?: string | undefined;
|
|
16845
16952
|
controlStyle?: string | undefined;
|
|
16846
16953
|
controlType?: string | undefined;
|
|
16954
|
+
dynaSysMode?: number | undefined;
|
|
16847
16955
|
height?: number | undefined;
|
|
16848
16956
|
logicName?: string | undefined;
|
|
16849
16957
|
appDataEntityId?: string | undefined;
|
|
@@ -16999,6 +17107,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
16999
17107
|
modelType?: string | undefined;
|
|
17000
17108
|
} | undefined;
|
|
17001
17109
|
} | undefined;
|
|
17110
|
+
sysPFPluginId?: string | undefined;
|
|
17002
17111
|
renderName?: string | undefined;
|
|
17003
17112
|
renderType?: string | undefined;
|
|
17004
17113
|
appId: string;
|
|
@@ -17021,6 +17130,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
17021
17130
|
mobilePanel?: boolean | undefined;
|
|
17022
17131
|
controlStyle?: string | undefined;
|
|
17023
17132
|
controlType?: string | undefined;
|
|
17133
|
+
dynaSysMode?: number | undefined;
|
|
17024
17134
|
height?: number | undefined;
|
|
17025
17135
|
logicName?: string | undefined;
|
|
17026
17136
|
appDataEntityId?: string | undefined;
|
|
@@ -17276,6 +17386,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
17276
17386
|
mobilePanel?: boolean | undefined;
|
|
17277
17387
|
controlStyle?: string | undefined;
|
|
17278
17388
|
controlType?: string | undefined;
|
|
17389
|
+
dynaSysMode?: number | undefined;
|
|
17279
17390
|
height?: number | undefined;
|
|
17280
17391
|
logicName?: string | undefined;
|
|
17281
17392
|
appDataEntityId?: string | undefined;
|
|
@@ -17561,6 +17672,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
17561
17672
|
modelId?: string | undefined;
|
|
17562
17673
|
modelType?: string | undefined;
|
|
17563
17674
|
}[] | undefined;
|
|
17675
|
+
sysPFPluginId?: string | undefined;
|
|
17564
17676
|
viewLogicType?: string | undefined;
|
|
17565
17677
|
builtinLogic?: boolean | undefined;
|
|
17566
17678
|
codeName?: string | undefined;
|
|
@@ -17599,6 +17711,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
17599
17711
|
appUILogicId?: string | undefined;
|
|
17600
17712
|
appViewEngineId?: string | undefined;
|
|
17601
17713
|
appViewLogicId?: string | undefined;
|
|
17714
|
+
sysPFPluginId?: string | undefined;
|
|
17602
17715
|
ctrlName?: string | undefined;
|
|
17603
17716
|
scriptCode?: string | undefined;
|
|
17604
17717
|
timer?: number | undefined;
|
|
@@ -17702,6 +17815,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
17702
17815
|
codeName?: string | undefined;
|
|
17703
17816
|
controlStyle?: string | undefined;
|
|
17704
17817
|
controlType?: string | undefined;
|
|
17818
|
+
dynaSysMode?: number | undefined;
|
|
17705
17819
|
height?: number | undefined;
|
|
17706
17820
|
logicName?: string | undefined;
|
|
17707
17821
|
appDataEntityId?: string | undefined;
|
|
@@ -17857,6 +17971,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
17857
17971
|
modelType?: string | undefined;
|
|
17858
17972
|
} | undefined;
|
|
17859
17973
|
} | undefined;
|
|
17974
|
+
sysPFPluginId?: string | undefined;
|
|
17860
17975
|
renderName?: string | undefined;
|
|
17861
17976
|
renderType?: string | undefined;
|
|
17862
17977
|
appId: string;
|
|
@@ -18092,6 +18207,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
18092
18207
|
modelId?: string | undefined;
|
|
18093
18208
|
modelType?: string | undefined;
|
|
18094
18209
|
}[] | undefined;
|
|
18210
|
+
sysPFPluginId?: string | undefined;
|
|
18095
18211
|
viewLogicType?: string | undefined;
|
|
18096
18212
|
builtinLogic?: boolean | undefined;
|
|
18097
18213
|
codeName?: string | undefined;
|
|
@@ -18130,6 +18246,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
18130
18246
|
appUILogicId?: string | undefined;
|
|
18131
18247
|
appViewEngineId?: string | undefined;
|
|
18132
18248
|
appViewLogicId?: string | undefined;
|
|
18249
|
+
sysPFPluginId?: string | undefined;
|
|
18133
18250
|
ctrlName?: string | undefined;
|
|
18134
18251
|
scriptCode?: string | undefined;
|
|
18135
18252
|
timer?: number | undefined;
|
|
@@ -18233,6 +18350,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
18233
18350
|
codeName?: string | undefined;
|
|
18234
18351
|
controlStyle?: string | undefined;
|
|
18235
18352
|
controlType?: string | undefined;
|
|
18353
|
+
dynaSysMode?: number | undefined;
|
|
18236
18354
|
height?: number | undefined;
|
|
18237
18355
|
logicName?: string | undefined;
|
|
18238
18356
|
appDataEntityId?: string | undefined;
|
|
@@ -18488,6 +18606,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
18488
18606
|
mobilePanel?: boolean | undefined;
|
|
18489
18607
|
controlStyle?: string | undefined;
|
|
18490
18608
|
controlType?: string | undefined;
|
|
18609
|
+
dynaSysMode?: number | undefined;
|
|
18491
18610
|
height?: number | undefined;
|
|
18492
18611
|
logicName?: string | undefined;
|
|
18493
18612
|
appDataEntityId?: string | undefined;
|
|
@@ -18773,6 +18892,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
18773
18892
|
modelId?: string | undefined;
|
|
18774
18893
|
modelType?: string | undefined;
|
|
18775
18894
|
}[] | undefined;
|
|
18895
|
+
sysPFPluginId?: string | undefined;
|
|
18776
18896
|
viewLogicType?: string | undefined;
|
|
18777
18897
|
builtinLogic?: boolean | undefined;
|
|
18778
18898
|
codeName?: string | undefined;
|
|
@@ -18811,6 +18931,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
18811
18931
|
appUILogicId?: string | undefined;
|
|
18812
18932
|
appViewEngineId?: string | undefined;
|
|
18813
18933
|
appViewLogicId?: string | undefined;
|
|
18934
|
+
sysPFPluginId?: string | undefined;
|
|
18814
18935
|
ctrlName?: string | undefined;
|
|
18815
18936
|
scriptCode?: string | undefined;
|
|
18816
18937
|
timer?: number | undefined;
|
|
@@ -18922,6 +19043,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
18922
19043
|
modelType?: string | undefined;
|
|
18923
19044
|
} | undefined;
|
|
18924
19045
|
} | undefined;
|
|
19046
|
+
sysPFPluginId?: string | undefined;
|
|
18925
19047
|
renderName?: string | undefined;
|
|
18926
19048
|
renderType?: string | undefined;
|
|
18927
19049
|
appId: string;
|
|
@@ -19112,6 +19234,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
19112
19234
|
codeName?: string | undefined;
|
|
19113
19235
|
controlStyle?: string | undefined;
|
|
19114
19236
|
controlType?: string | undefined;
|
|
19237
|
+
dynaSysMode?: number | undefined;
|
|
19115
19238
|
height?: number | undefined;
|
|
19116
19239
|
logicName?: string | undefined;
|
|
19117
19240
|
appDataEntityId?: string | undefined;
|
|
@@ -19367,6 +19490,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
19367
19490
|
mobilePanel?: boolean | undefined;
|
|
19368
19491
|
controlStyle?: string | undefined;
|
|
19369
19492
|
controlType?: string | undefined;
|
|
19493
|
+
dynaSysMode?: number | undefined;
|
|
19370
19494
|
height?: number | undefined;
|
|
19371
19495
|
logicName?: string | undefined;
|
|
19372
19496
|
appDataEntityId?: string | undefined;
|
|
@@ -19652,6 +19776,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
19652
19776
|
modelId?: string | undefined;
|
|
19653
19777
|
modelType?: string | undefined;
|
|
19654
19778
|
}[] | undefined;
|
|
19779
|
+
sysPFPluginId?: string | undefined;
|
|
19655
19780
|
viewLogicType?: string | undefined;
|
|
19656
19781
|
builtinLogic?: boolean | undefined;
|
|
19657
19782
|
codeName?: string | undefined;
|
|
@@ -19690,6 +19815,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
19690
19815
|
appUILogicId?: string | undefined;
|
|
19691
19816
|
appViewEngineId?: string | undefined;
|
|
19692
19817
|
appViewLogicId?: string | undefined;
|
|
19818
|
+
sysPFPluginId?: string | undefined;
|
|
19693
19819
|
ctrlName?: string | undefined;
|
|
19694
19820
|
scriptCode?: string | undefined;
|
|
19695
19821
|
timer?: number | undefined;
|
|
@@ -19793,6 +19919,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
19793
19919
|
codeName?: string | undefined;
|
|
19794
19920
|
controlStyle?: string | undefined;
|
|
19795
19921
|
controlType?: string | undefined;
|
|
19922
|
+
dynaSysMode?: number | undefined;
|
|
19796
19923
|
height?: number | undefined;
|
|
19797
19924
|
logicName?: string | undefined;
|
|
19798
19925
|
appDataEntityId?: string | undefined;
|
|
@@ -19948,6 +20075,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
19948
20075
|
modelType?: string | undefined;
|
|
19949
20076
|
} | undefined;
|
|
19950
20077
|
} | undefined;
|
|
20078
|
+
sysPFPluginId?: string | undefined;
|
|
19951
20079
|
renderName?: string | undefined;
|
|
19952
20080
|
renderType?: string | undefined;
|
|
19953
20081
|
appId: string;
|
|
@@ -20183,6 +20311,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
20183
20311
|
modelId?: string | undefined;
|
|
20184
20312
|
modelType?: string | undefined;
|
|
20185
20313
|
}[] | undefined;
|
|
20314
|
+
sysPFPluginId?: string | undefined;
|
|
20186
20315
|
viewLogicType?: string | undefined;
|
|
20187
20316
|
builtinLogic?: boolean | undefined;
|
|
20188
20317
|
codeName?: string | undefined;
|
|
@@ -20221,6 +20350,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
20221
20350
|
appUILogicId?: string | undefined;
|
|
20222
20351
|
appViewEngineId?: string | undefined;
|
|
20223
20352
|
appViewLogicId?: string | undefined;
|
|
20353
|
+
sysPFPluginId?: string | undefined;
|
|
20224
20354
|
ctrlName?: string | undefined;
|
|
20225
20355
|
scriptCode?: string | undefined;
|
|
20226
20356
|
timer?: number | undefined;
|
|
@@ -20324,6 +20454,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
20324
20454
|
codeName?: string | undefined;
|
|
20325
20455
|
controlStyle?: string | undefined;
|
|
20326
20456
|
controlType?: string | undefined;
|
|
20457
|
+
dynaSysMode?: number | undefined;
|
|
20327
20458
|
height?: number | undefined;
|
|
20328
20459
|
logicName?: string | undefined;
|
|
20329
20460
|
appDataEntityId?: string | undefined;
|
|
@@ -20579,6 +20710,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
20579
20710
|
mobilePanel?: boolean | undefined;
|
|
20580
20711
|
controlStyle?: string | undefined;
|
|
20581
20712
|
controlType?: string | undefined;
|
|
20713
|
+
dynaSysMode?: number | undefined;
|
|
20582
20714
|
height?: number | undefined;
|
|
20583
20715
|
logicName?: string | undefined;
|
|
20584
20716
|
appDataEntityId?: string | undefined;
|
|
@@ -20864,6 +20996,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
20864
20996
|
modelId?: string | undefined;
|
|
20865
20997
|
modelType?: string | undefined;
|
|
20866
20998
|
}[] | undefined;
|
|
20999
|
+
sysPFPluginId?: string | undefined;
|
|
20867
21000
|
viewLogicType?: string | undefined;
|
|
20868
21001
|
builtinLogic?: boolean | undefined;
|
|
20869
21002
|
codeName?: string | undefined;
|
|
@@ -20902,6 +21035,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
20902
21035
|
appUILogicId?: string | undefined;
|
|
20903
21036
|
appViewEngineId?: string | undefined;
|
|
20904
21037
|
appViewLogicId?: string | undefined;
|
|
21038
|
+
sysPFPluginId?: string | undefined;
|
|
20905
21039
|
ctrlName?: string | undefined;
|
|
20906
21040
|
scriptCode?: string | undefined;
|
|
20907
21041
|
timer?: number | undefined;
|
|
@@ -21013,6 +21147,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
21013
21147
|
modelType?: string | undefined;
|
|
21014
21148
|
} | undefined;
|
|
21015
21149
|
} | undefined;
|
|
21150
|
+
sysPFPluginId?: string | undefined;
|
|
21016
21151
|
renderName?: string | undefined;
|
|
21017
21152
|
renderType?: string | undefined;
|
|
21018
21153
|
appId: string;
|
|
@@ -21177,6 +21312,7 @@ export declare const CustomDashboardContainer: import("vue").DefineComponent<{
|
|
|
21177
21312
|
portletFilter: IData;
|
|
21178
21313
|
config: {
|
|
21179
21314
|
save: (data: IData) => Promise<boolean>;
|
|
21315
|
+
reset: () => Promise<boolean>;
|
|
21180
21316
|
load: () => Promise<IData>;
|
|
21181
21317
|
} | undefined;
|
|
21182
21318
|
util: {
|