@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
|
@@ -234,6 +234,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
234
234
|
modelId?: string | undefined;
|
|
235
235
|
modelType?: string | undefined;
|
|
236
236
|
}[] | undefined;
|
|
237
|
+
sysPFPluginId?: string | undefined;
|
|
237
238
|
viewLogicType?: string | undefined;
|
|
238
239
|
builtinLogic?: boolean | undefined;
|
|
239
240
|
codeName?: string | undefined;
|
|
@@ -513,6 +514,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
513
514
|
mobilePanel?: boolean | undefined;
|
|
514
515
|
controlStyle?: string | undefined;
|
|
515
516
|
controlType?: string | undefined;
|
|
517
|
+
dynaSysMode?: number | undefined;
|
|
516
518
|
height?: number | undefined;
|
|
517
519
|
logicName?: string | undefined;
|
|
518
520
|
appDataEntityId?: string | undefined;
|
|
@@ -798,6 +800,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
798
800
|
modelId?: string | undefined;
|
|
799
801
|
modelType?: string | undefined;
|
|
800
802
|
}[] | undefined;
|
|
803
|
+
sysPFPluginId?: string | undefined;
|
|
801
804
|
viewLogicType?: string | undefined;
|
|
802
805
|
builtinLogic?: boolean | undefined;
|
|
803
806
|
codeName?: string | undefined;
|
|
@@ -836,6 +839,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
836
839
|
appUILogicId?: string | undefined;
|
|
837
840
|
appViewEngineId?: string | undefined;
|
|
838
841
|
appViewLogicId?: string | undefined;
|
|
842
|
+
sysPFPluginId?: string | undefined;
|
|
839
843
|
ctrlName?: string | undefined;
|
|
840
844
|
scriptCode?: string | undefined;
|
|
841
845
|
timer?: number | undefined;
|
|
@@ -939,6 +943,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
939
943
|
codeName?: string | undefined;
|
|
940
944
|
controlStyle?: string | undefined;
|
|
941
945
|
controlType?: string | undefined;
|
|
946
|
+
dynaSysMode?: number | undefined;
|
|
942
947
|
height?: number | undefined;
|
|
943
948
|
logicName?: string | undefined;
|
|
944
949
|
appDataEntityId?: string | undefined;
|
|
@@ -1094,6 +1099,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
1094
1099
|
modelType?: string | undefined;
|
|
1095
1100
|
} | undefined;
|
|
1096
1101
|
} | undefined;
|
|
1102
|
+
sysPFPluginId?: string | undefined;
|
|
1097
1103
|
renderName?: string | undefined;
|
|
1098
1104
|
renderType?: string | undefined;
|
|
1099
1105
|
appId: string;
|
|
@@ -1116,6 +1122,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
1116
1122
|
mobilePanel?: boolean | undefined;
|
|
1117
1123
|
controlStyle?: string | undefined;
|
|
1118
1124
|
controlType?: string | undefined;
|
|
1125
|
+
dynaSysMode?: number | undefined;
|
|
1119
1126
|
height?: number | undefined;
|
|
1120
1127
|
logicName?: string | undefined;
|
|
1121
1128
|
appDataEntityId?: string | undefined;
|
|
@@ -1371,6 +1378,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
1371
1378
|
mobilePanel?: boolean | undefined;
|
|
1372
1379
|
controlStyle?: string | undefined;
|
|
1373
1380
|
controlType?: string | undefined;
|
|
1381
|
+
dynaSysMode?: number | undefined;
|
|
1374
1382
|
height?: number | undefined;
|
|
1375
1383
|
logicName?: string | undefined;
|
|
1376
1384
|
appDataEntityId?: string | undefined;
|
|
@@ -1656,6 +1664,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
1656
1664
|
modelId?: string | undefined;
|
|
1657
1665
|
modelType?: string | undefined;
|
|
1658
1666
|
}[] | undefined;
|
|
1667
|
+
sysPFPluginId?: string | undefined;
|
|
1659
1668
|
viewLogicType?: string | undefined;
|
|
1660
1669
|
builtinLogic?: boolean | undefined;
|
|
1661
1670
|
codeName?: string | undefined;
|
|
@@ -1694,6 +1703,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
1694
1703
|
appUILogicId?: string | undefined;
|
|
1695
1704
|
appViewEngineId?: string | undefined;
|
|
1696
1705
|
appViewLogicId?: string | undefined;
|
|
1706
|
+
sysPFPluginId?: string | undefined;
|
|
1697
1707
|
ctrlName?: string | undefined;
|
|
1698
1708
|
scriptCode?: string | undefined;
|
|
1699
1709
|
timer?: number | undefined;
|
|
@@ -1797,6 +1807,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
1797
1807
|
codeName?: string | undefined;
|
|
1798
1808
|
controlStyle?: string | undefined;
|
|
1799
1809
|
controlType?: string | undefined;
|
|
1810
|
+
dynaSysMode?: number | undefined;
|
|
1800
1811
|
height?: number | undefined;
|
|
1801
1812
|
logicName?: string | undefined;
|
|
1802
1813
|
appDataEntityId?: string | undefined;
|
|
@@ -1952,6 +1963,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
1952
1963
|
modelType?: string | undefined;
|
|
1953
1964
|
} | undefined;
|
|
1954
1965
|
} | undefined;
|
|
1966
|
+
sysPFPluginId?: string | undefined;
|
|
1955
1967
|
renderName?: string | undefined;
|
|
1956
1968
|
renderType?: string | undefined;
|
|
1957
1969
|
appId: string;
|
|
@@ -2187,6 +2199,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
2187
2199
|
modelId?: string | undefined;
|
|
2188
2200
|
modelType?: string | undefined;
|
|
2189
2201
|
}[] | undefined;
|
|
2202
|
+
sysPFPluginId?: string | undefined;
|
|
2190
2203
|
viewLogicType?: string | undefined;
|
|
2191
2204
|
builtinLogic?: boolean | undefined;
|
|
2192
2205
|
codeName?: string | undefined;
|
|
@@ -2225,6 +2238,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
2225
2238
|
appUILogicId?: string | undefined;
|
|
2226
2239
|
appViewEngineId?: string | undefined;
|
|
2227
2240
|
appViewLogicId?: string | undefined;
|
|
2241
|
+
sysPFPluginId?: string | undefined;
|
|
2228
2242
|
ctrlName?: string | undefined;
|
|
2229
2243
|
scriptCode?: string | undefined;
|
|
2230
2244
|
timer?: number | undefined;
|
|
@@ -2328,6 +2342,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
2328
2342
|
codeName?: string | undefined;
|
|
2329
2343
|
controlStyle?: string | undefined;
|
|
2330
2344
|
controlType?: string | undefined;
|
|
2345
|
+
dynaSysMode?: number | undefined;
|
|
2331
2346
|
height?: number | undefined;
|
|
2332
2347
|
logicName?: string | undefined;
|
|
2333
2348
|
appDataEntityId?: string | undefined;
|
|
@@ -2583,6 +2598,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
2583
2598
|
mobilePanel?: boolean | undefined;
|
|
2584
2599
|
controlStyle?: string | undefined;
|
|
2585
2600
|
controlType?: string | undefined;
|
|
2601
|
+
dynaSysMode?: number | undefined;
|
|
2586
2602
|
height?: number | undefined;
|
|
2587
2603
|
logicName?: string | undefined;
|
|
2588
2604
|
appDataEntityId?: string | undefined;
|
|
@@ -2868,6 +2884,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
2868
2884
|
modelId?: string | undefined;
|
|
2869
2885
|
modelType?: string | undefined;
|
|
2870
2886
|
}[] | undefined;
|
|
2887
|
+
sysPFPluginId?: string | undefined;
|
|
2871
2888
|
viewLogicType?: string | undefined;
|
|
2872
2889
|
builtinLogic?: boolean | undefined;
|
|
2873
2890
|
codeName?: string | undefined;
|
|
@@ -2906,6 +2923,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
2906
2923
|
appUILogicId?: string | undefined;
|
|
2907
2924
|
appViewEngineId?: string | undefined;
|
|
2908
2925
|
appViewLogicId?: string | undefined;
|
|
2926
|
+
sysPFPluginId?: string | undefined;
|
|
2909
2927
|
ctrlName?: string | undefined;
|
|
2910
2928
|
scriptCode?: string | undefined;
|
|
2911
2929
|
timer?: number | undefined;
|
|
@@ -3017,6 +3035,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
3017
3035
|
modelType?: string | undefined;
|
|
3018
3036
|
} | undefined;
|
|
3019
3037
|
} | undefined;
|
|
3038
|
+
sysPFPluginId?: string | undefined;
|
|
3020
3039
|
renderName?: string | undefined;
|
|
3021
3040
|
renderType?: string | undefined;
|
|
3022
3041
|
appId: string;
|
|
@@ -3200,6 +3219,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
3200
3219
|
};
|
|
3201
3220
|
isClosing: boolean;
|
|
3202
3221
|
isShortCut: boolean;
|
|
3222
|
+
presetClassList: string[];
|
|
3203
3223
|
isCreated: boolean;
|
|
3204
3224
|
isMounted: boolean;
|
|
3205
3225
|
isDestroyed: boolean;
|
|
@@ -3310,6 +3330,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
3310
3330
|
modelId?: string | undefined;
|
|
3311
3331
|
modelType?: string | undefined;
|
|
3312
3332
|
}[] | undefined;
|
|
3333
|
+
sysPFPluginId?: string | undefined;
|
|
3313
3334
|
viewLogicType?: string | undefined;
|
|
3314
3335
|
builtinLogic?: boolean | undefined;
|
|
3315
3336
|
codeName?: string | undefined;
|
|
@@ -3348,6 +3369,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
3348
3369
|
appUILogicId?: string | undefined;
|
|
3349
3370
|
appViewEngineId?: string | undefined;
|
|
3350
3371
|
appViewLogicId?: string | undefined;
|
|
3372
|
+
sysPFPluginId?: string | undefined;
|
|
3351
3373
|
ctrlName?: string | undefined;
|
|
3352
3374
|
scriptCode?: string | undefined;
|
|
3353
3375
|
timer?: number | undefined;
|
|
@@ -3490,6 +3512,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
3490
3512
|
codeName?: string | undefined;
|
|
3491
3513
|
controlStyle?: string | undefined;
|
|
3492
3514
|
controlType?: string | undefined;
|
|
3515
|
+
dynaSysMode?: number | undefined;
|
|
3493
3516
|
height?: number | undefined;
|
|
3494
3517
|
logicName?: string | undefined;
|
|
3495
3518
|
appDataEntityId?: string | undefined;
|
|
@@ -3745,6 +3768,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
3745
3768
|
mobilePanel?: boolean | undefined;
|
|
3746
3769
|
controlStyle?: string | undefined;
|
|
3747
3770
|
controlType?: string | undefined;
|
|
3771
|
+
dynaSysMode?: number | undefined;
|
|
3748
3772
|
height?: number | undefined;
|
|
3749
3773
|
logicName?: string | undefined;
|
|
3750
3774
|
appDataEntityId?: string | undefined;
|
|
@@ -4030,6 +4054,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
4030
4054
|
modelId?: string | undefined;
|
|
4031
4055
|
modelType?: string | undefined;
|
|
4032
4056
|
}[] | undefined;
|
|
4057
|
+
sysPFPluginId?: string | undefined;
|
|
4033
4058
|
viewLogicType?: string | undefined;
|
|
4034
4059
|
builtinLogic?: boolean | undefined;
|
|
4035
4060
|
codeName?: string | undefined;
|
|
@@ -4068,6 +4093,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
4068
4093
|
appUILogicId?: string | undefined;
|
|
4069
4094
|
appViewEngineId?: string | undefined;
|
|
4070
4095
|
appViewLogicId?: string | undefined;
|
|
4096
|
+
sysPFPluginId?: string | undefined;
|
|
4071
4097
|
ctrlName?: string | undefined;
|
|
4072
4098
|
scriptCode?: string | undefined;
|
|
4073
4099
|
timer?: number | undefined;
|
|
@@ -4179,6 +4205,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
4179
4205
|
modelType?: string | undefined;
|
|
4180
4206
|
} | undefined;
|
|
4181
4207
|
} | undefined;
|
|
4208
|
+
sysPFPluginId?: string | undefined;
|
|
4182
4209
|
renderName?: string | undefined;
|
|
4183
4210
|
renderType?: string | undefined;
|
|
4184
4211
|
appId: string;
|
|
@@ -4516,6 +4543,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
4516
4543
|
mobilePanel?: boolean | undefined;
|
|
4517
4544
|
controlStyle?: string | undefined;
|
|
4518
4545
|
controlType?: string | undefined;
|
|
4546
|
+
dynaSysMode?: number | undefined;
|
|
4519
4547
|
height?: number | undefined;
|
|
4520
4548
|
logicName?: string | undefined;
|
|
4521
4549
|
appDataEntityId?: string | undefined;
|
|
@@ -4801,6 +4829,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
4801
4829
|
modelId?: string | undefined;
|
|
4802
4830
|
modelType?: string | undefined;
|
|
4803
4831
|
}[] | undefined;
|
|
4832
|
+
sysPFPluginId?: string | undefined;
|
|
4804
4833
|
viewLogicType?: string | undefined;
|
|
4805
4834
|
builtinLogic?: boolean | undefined;
|
|
4806
4835
|
codeName?: string | undefined;
|
|
@@ -4839,6 +4868,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
4839
4868
|
appUILogicId?: string | undefined;
|
|
4840
4869
|
appViewEngineId?: string | undefined;
|
|
4841
4870
|
appViewLogicId?: string | undefined;
|
|
4871
|
+
sysPFPluginId?: string | undefined;
|
|
4842
4872
|
ctrlName?: string | undefined;
|
|
4843
4873
|
scriptCode?: string | undefined;
|
|
4844
4874
|
timer?: number | undefined;
|
|
@@ -4942,6 +4972,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
4942
4972
|
codeName?: string | undefined;
|
|
4943
4973
|
controlStyle?: string | undefined;
|
|
4944
4974
|
controlType?: string | undefined;
|
|
4975
|
+
dynaSysMode?: number | undefined;
|
|
4945
4976
|
height?: number | undefined;
|
|
4946
4977
|
logicName?: string | undefined;
|
|
4947
4978
|
appDataEntityId?: string | undefined;
|
|
@@ -5097,6 +5128,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
5097
5128
|
modelType?: string | undefined;
|
|
5098
5129
|
} | undefined;
|
|
5099
5130
|
} | undefined;
|
|
5131
|
+
sysPFPluginId?: string | undefined;
|
|
5100
5132
|
renderName?: string | undefined;
|
|
5101
5133
|
renderType?: string | undefined;
|
|
5102
5134
|
appId: string;
|
|
@@ -5119,6 +5151,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
5119
5151
|
mobilePanel?: boolean | undefined;
|
|
5120
5152
|
controlStyle?: string | undefined;
|
|
5121
5153
|
controlType?: string | undefined;
|
|
5154
|
+
dynaSysMode?: number | undefined;
|
|
5122
5155
|
height?: number | undefined;
|
|
5123
5156
|
logicName?: string | undefined;
|
|
5124
5157
|
appDataEntityId?: string | undefined;
|
|
@@ -5374,6 +5407,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
5374
5407
|
mobilePanel?: boolean | undefined;
|
|
5375
5408
|
controlStyle?: string | undefined;
|
|
5376
5409
|
controlType?: string | undefined;
|
|
5410
|
+
dynaSysMode?: number | undefined;
|
|
5377
5411
|
height?: number | undefined;
|
|
5378
5412
|
logicName?: string | undefined;
|
|
5379
5413
|
appDataEntityId?: string | undefined;
|
|
@@ -5659,6 +5693,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
5659
5693
|
modelId?: string | undefined;
|
|
5660
5694
|
modelType?: string | undefined;
|
|
5661
5695
|
}[] | undefined;
|
|
5696
|
+
sysPFPluginId?: string | undefined;
|
|
5662
5697
|
viewLogicType?: string | undefined;
|
|
5663
5698
|
builtinLogic?: boolean | undefined;
|
|
5664
5699
|
codeName?: string | undefined;
|
|
@@ -5697,6 +5732,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
5697
5732
|
appUILogicId?: string | undefined;
|
|
5698
5733
|
appViewEngineId?: string | undefined;
|
|
5699
5734
|
appViewLogicId?: string | undefined;
|
|
5735
|
+
sysPFPluginId?: string | undefined;
|
|
5700
5736
|
ctrlName?: string | undefined;
|
|
5701
5737
|
scriptCode?: string | undefined;
|
|
5702
5738
|
timer?: number | undefined;
|
|
@@ -5800,6 +5836,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
5800
5836
|
codeName?: string | undefined;
|
|
5801
5837
|
controlStyle?: string | undefined;
|
|
5802
5838
|
controlType?: string | undefined;
|
|
5839
|
+
dynaSysMode?: number | undefined;
|
|
5803
5840
|
height?: number | undefined;
|
|
5804
5841
|
logicName?: string | undefined;
|
|
5805
5842
|
appDataEntityId?: string | undefined;
|
|
@@ -5955,6 +5992,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
5955
5992
|
modelType?: string | undefined;
|
|
5956
5993
|
} | undefined;
|
|
5957
5994
|
} | undefined;
|
|
5995
|
+
sysPFPluginId?: string | undefined;
|
|
5958
5996
|
renderName?: string | undefined;
|
|
5959
5997
|
renderType?: string | undefined;
|
|
5960
5998
|
appId: string;
|
|
@@ -6190,6 +6228,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
6190
6228
|
modelId?: string | undefined;
|
|
6191
6229
|
modelType?: string | undefined;
|
|
6192
6230
|
}[] | undefined;
|
|
6231
|
+
sysPFPluginId?: string | undefined;
|
|
6193
6232
|
viewLogicType?: string | undefined;
|
|
6194
6233
|
builtinLogic?: boolean | undefined;
|
|
6195
6234
|
codeName?: string | undefined;
|
|
@@ -6228,6 +6267,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
6228
6267
|
appUILogicId?: string | undefined;
|
|
6229
6268
|
appViewEngineId?: string | undefined;
|
|
6230
6269
|
appViewLogicId?: string | undefined;
|
|
6270
|
+
sysPFPluginId?: string | undefined;
|
|
6231
6271
|
ctrlName?: string | undefined;
|
|
6232
6272
|
scriptCode?: string | undefined;
|
|
6233
6273
|
timer?: number | undefined;
|
|
@@ -6331,6 +6371,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
6331
6371
|
codeName?: string | undefined;
|
|
6332
6372
|
controlStyle?: string | undefined;
|
|
6333
6373
|
controlType?: string | undefined;
|
|
6374
|
+
dynaSysMode?: number | undefined;
|
|
6334
6375
|
height?: number | undefined;
|
|
6335
6376
|
logicName?: string | undefined;
|
|
6336
6377
|
appDataEntityId?: string | undefined;
|
|
@@ -6586,6 +6627,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
6586
6627
|
mobilePanel?: boolean | undefined;
|
|
6587
6628
|
controlStyle?: string | undefined;
|
|
6588
6629
|
controlType?: string | undefined;
|
|
6630
|
+
dynaSysMode?: number | undefined;
|
|
6589
6631
|
height?: number | undefined;
|
|
6590
6632
|
logicName?: string | undefined;
|
|
6591
6633
|
appDataEntityId?: string | undefined;
|
|
@@ -6871,6 +6913,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
6871
6913
|
modelId?: string | undefined;
|
|
6872
6914
|
modelType?: string | undefined;
|
|
6873
6915
|
}[] | undefined;
|
|
6916
|
+
sysPFPluginId?: string | undefined;
|
|
6874
6917
|
viewLogicType?: string | undefined;
|
|
6875
6918
|
builtinLogic?: boolean | undefined;
|
|
6876
6919
|
codeName?: string | undefined;
|
|
@@ -6909,6 +6952,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
6909
6952
|
appUILogicId?: string | undefined;
|
|
6910
6953
|
appViewEngineId?: string | undefined;
|
|
6911
6954
|
appViewLogicId?: string | undefined;
|
|
6955
|
+
sysPFPluginId?: string | undefined;
|
|
6912
6956
|
ctrlName?: string | undefined;
|
|
6913
6957
|
scriptCode?: string | undefined;
|
|
6914
6958
|
timer?: number | undefined;
|
|
@@ -7020,6 +7064,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
7020
7064
|
modelType?: string | undefined;
|
|
7021
7065
|
} | undefined;
|
|
7022
7066
|
} | undefined;
|
|
7067
|
+
sysPFPluginId?: string | undefined;
|
|
7023
7068
|
renderName?: string | undefined;
|
|
7024
7069
|
renderType?: string | undefined;
|
|
7025
7070
|
appId: string;
|
|
@@ -7465,6 +7510,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
7465
7510
|
};
|
|
7466
7511
|
isClosing: boolean;
|
|
7467
7512
|
isShortCut: boolean;
|
|
7513
|
+
presetClassList: string[];
|
|
7468
7514
|
isCreated: boolean;
|
|
7469
7515
|
isMounted: boolean;
|
|
7470
7516
|
isDestroyed: boolean;
|
|
@@ -7575,6 +7621,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
7575
7621
|
modelId?: string | undefined;
|
|
7576
7622
|
modelType?: string | undefined;
|
|
7577
7623
|
}[] | undefined;
|
|
7624
|
+
sysPFPluginId?: string | undefined;
|
|
7578
7625
|
viewLogicType?: string | undefined;
|
|
7579
7626
|
builtinLogic?: boolean | undefined;
|
|
7580
7627
|
codeName?: string | undefined;
|
|
@@ -7613,6 +7660,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
7613
7660
|
appUILogicId?: string | undefined;
|
|
7614
7661
|
appViewEngineId?: string | undefined;
|
|
7615
7662
|
appViewLogicId?: string | undefined;
|
|
7663
|
+
sysPFPluginId?: string | undefined;
|
|
7616
7664
|
ctrlName?: string | undefined;
|
|
7617
7665
|
scriptCode?: string | undefined;
|
|
7618
7666
|
timer?: number | undefined;
|
|
@@ -7755,6 +7803,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
7755
7803
|
codeName?: string | undefined;
|
|
7756
7804
|
controlStyle?: string | undefined;
|
|
7757
7805
|
controlType?: string | undefined;
|
|
7806
|
+
dynaSysMode?: number | undefined;
|
|
7758
7807
|
height?: number | undefined;
|
|
7759
7808
|
logicName?: string | undefined;
|
|
7760
7809
|
appDataEntityId?: string | undefined;
|
|
@@ -8010,6 +8059,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
8010
8059
|
mobilePanel?: boolean | undefined;
|
|
8011
8060
|
controlStyle?: string | undefined;
|
|
8012
8061
|
controlType?: string | undefined;
|
|
8062
|
+
dynaSysMode?: number | undefined;
|
|
8013
8063
|
height?: number | undefined;
|
|
8014
8064
|
logicName?: string | undefined;
|
|
8015
8065
|
appDataEntityId?: string | undefined;
|
|
@@ -8295,6 +8345,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
8295
8345
|
modelId?: string | undefined;
|
|
8296
8346
|
modelType?: string | undefined;
|
|
8297
8347
|
}[] | undefined;
|
|
8348
|
+
sysPFPluginId?: string | undefined;
|
|
8298
8349
|
viewLogicType?: string | undefined;
|
|
8299
8350
|
builtinLogic?: boolean | undefined;
|
|
8300
8351
|
codeName?: string | undefined;
|
|
@@ -8333,6 +8384,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
8333
8384
|
appUILogicId?: string | undefined;
|
|
8334
8385
|
appViewEngineId?: string | undefined;
|
|
8335
8386
|
appViewLogicId?: string | undefined;
|
|
8387
|
+
sysPFPluginId?: string | undefined;
|
|
8336
8388
|
ctrlName?: string | undefined;
|
|
8337
8389
|
scriptCode?: string | undefined;
|
|
8338
8390
|
timer?: number | undefined;
|
|
@@ -8444,6 +8496,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
8444
8496
|
modelType?: string | undefined;
|
|
8445
8497
|
} | undefined;
|
|
8446
8498
|
} | undefined;
|
|
8499
|
+
sysPFPluginId?: string | undefined;
|
|
8447
8500
|
renderName?: string | undefined;
|
|
8448
8501
|
renderType?: string | undefined;
|
|
8449
8502
|
appId: string;
|
|
@@ -8781,6 +8834,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
8781
8834
|
mobilePanel?: boolean | undefined;
|
|
8782
8835
|
controlStyle?: string | undefined;
|
|
8783
8836
|
controlType?: string | undefined;
|
|
8837
|
+
dynaSysMode?: number | undefined;
|
|
8784
8838
|
height?: number | undefined;
|
|
8785
8839
|
logicName?: string | undefined;
|
|
8786
8840
|
appDataEntityId?: string | undefined;
|
|
@@ -9042,6 +9096,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
9042
9096
|
modelId?: string | undefined;
|
|
9043
9097
|
modelType?: string | undefined;
|
|
9044
9098
|
}[] | undefined;
|
|
9099
|
+
sysPFPluginId?: string | undefined;
|
|
9045
9100
|
viewLogicType?: string | undefined;
|
|
9046
9101
|
builtinLogic?: boolean | undefined;
|
|
9047
9102
|
codeName?: string | undefined;
|
|
@@ -9080,6 +9135,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
9080
9135
|
appUILogicId?: string | undefined;
|
|
9081
9136
|
appViewEngineId?: string | undefined;
|
|
9082
9137
|
appViewLogicId?: string | undefined;
|
|
9138
|
+
sysPFPluginId?: string | undefined;
|
|
9083
9139
|
ctrlName?: string | undefined;
|
|
9084
9140
|
scriptCode?: string | undefined;
|
|
9085
9141
|
timer?: number | undefined;
|
|
@@ -9183,6 +9239,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
9183
9239
|
codeName?: string | undefined;
|
|
9184
9240
|
controlStyle?: string | undefined;
|
|
9185
9241
|
controlType?: string | undefined;
|
|
9242
|
+
dynaSysMode?: number | undefined;
|
|
9186
9243
|
height?: number | undefined;
|
|
9187
9244
|
logicName?: string | undefined;
|
|
9188
9245
|
appDataEntityId?: string | undefined;
|
|
@@ -9326,6 +9383,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
9326
9383
|
modelType?: string | undefined;
|
|
9327
9384
|
} | undefined;
|
|
9328
9385
|
} | undefined;
|
|
9386
|
+
sysPFPluginId?: string | undefined;
|
|
9329
9387
|
renderName?: string | undefined;
|
|
9330
9388
|
renderType?: string | undefined;
|
|
9331
9389
|
appId: string;
|
|
@@ -9348,6 +9406,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
9348
9406
|
mobilePanel?: boolean | undefined;
|
|
9349
9407
|
controlStyle?: string | undefined;
|
|
9350
9408
|
controlType?: string | undefined;
|
|
9409
|
+
dynaSysMode?: number | undefined;
|
|
9351
9410
|
height?: number | undefined;
|
|
9352
9411
|
logicName?: string | undefined;
|
|
9353
9412
|
appDataEntityId?: string | undefined;
|
|
@@ -9603,6 +9662,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
9603
9662
|
mobilePanel?: boolean | undefined;
|
|
9604
9663
|
controlStyle?: string | undefined;
|
|
9605
9664
|
controlType?: string | undefined;
|
|
9665
|
+
dynaSysMode?: number | undefined;
|
|
9606
9666
|
height?: number | undefined;
|
|
9607
9667
|
logicName?: string | undefined;
|
|
9608
9668
|
appDataEntityId?: string | undefined;
|
|
@@ -9888,6 +9948,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
9888
9948
|
modelId?: string | undefined;
|
|
9889
9949
|
modelType?: string | undefined;
|
|
9890
9950
|
}[] | undefined;
|
|
9951
|
+
sysPFPluginId?: string | undefined;
|
|
9891
9952
|
viewLogicType?: string | undefined;
|
|
9892
9953
|
builtinLogic?: boolean | undefined;
|
|
9893
9954
|
codeName?: string | undefined;
|
|
@@ -9926,6 +9987,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
9926
9987
|
appUILogicId?: string | undefined;
|
|
9927
9988
|
appViewEngineId?: string | undefined;
|
|
9928
9989
|
appViewLogicId?: string | undefined;
|
|
9990
|
+
sysPFPluginId?: string | undefined;
|
|
9929
9991
|
ctrlName?: string | undefined;
|
|
9930
9992
|
scriptCode?: string | undefined;
|
|
9931
9993
|
timer?: number | undefined;
|
|
@@ -10029,6 +10091,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
10029
10091
|
codeName?: string | undefined;
|
|
10030
10092
|
controlStyle?: string | undefined;
|
|
10031
10093
|
controlType?: string | undefined;
|
|
10094
|
+
dynaSysMode?: number | undefined;
|
|
10032
10095
|
height?: number | undefined;
|
|
10033
10096
|
logicName?: string | undefined;
|
|
10034
10097
|
appDataEntityId?: string | undefined;
|
|
@@ -10184,6 +10247,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
10184
10247
|
modelType?: string | undefined;
|
|
10185
10248
|
} | undefined;
|
|
10186
10249
|
} | undefined;
|
|
10250
|
+
sysPFPluginId?: string | undefined;
|
|
10187
10251
|
renderName?: string | undefined;
|
|
10188
10252
|
renderType?: string | undefined;
|
|
10189
10253
|
appId: string;
|
|
@@ -10419,6 +10483,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
10419
10483
|
modelId?: string | undefined;
|
|
10420
10484
|
modelType?: string | undefined;
|
|
10421
10485
|
}[] | undefined;
|
|
10486
|
+
sysPFPluginId?: string | undefined;
|
|
10422
10487
|
viewLogicType?: string | undefined;
|
|
10423
10488
|
builtinLogic?: boolean | undefined;
|
|
10424
10489
|
codeName?: string | undefined;
|
|
@@ -10457,6 +10522,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
10457
10522
|
appUILogicId?: string | undefined;
|
|
10458
10523
|
appViewEngineId?: string | undefined;
|
|
10459
10524
|
appViewLogicId?: string | undefined;
|
|
10525
|
+
sysPFPluginId?: string | undefined;
|
|
10460
10526
|
ctrlName?: string | undefined;
|
|
10461
10527
|
scriptCode?: string | undefined;
|
|
10462
10528
|
timer?: number | undefined;
|
|
@@ -10560,6 +10626,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
10560
10626
|
codeName?: string | undefined;
|
|
10561
10627
|
controlStyle?: string | undefined;
|
|
10562
10628
|
controlType?: string | undefined;
|
|
10629
|
+
dynaSysMode?: number | undefined;
|
|
10563
10630
|
height?: number | undefined;
|
|
10564
10631
|
logicName?: string | undefined;
|
|
10565
10632
|
appDataEntityId?: string | undefined;
|
|
@@ -10815,6 +10882,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
10815
10882
|
mobilePanel?: boolean | undefined;
|
|
10816
10883
|
controlStyle?: string | undefined;
|
|
10817
10884
|
controlType?: string | undefined;
|
|
10885
|
+
dynaSysMode?: number | undefined;
|
|
10818
10886
|
height?: number | undefined;
|
|
10819
10887
|
logicName?: string | undefined;
|
|
10820
10888
|
appDataEntityId?: string | undefined;
|
|
@@ -11076,6 +11144,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
11076
11144
|
modelId?: string | undefined;
|
|
11077
11145
|
modelType?: string | undefined;
|
|
11078
11146
|
}[] | undefined;
|
|
11147
|
+
sysPFPluginId?: string | undefined;
|
|
11079
11148
|
viewLogicType?: string | undefined;
|
|
11080
11149
|
builtinLogic?: boolean | undefined;
|
|
11081
11150
|
codeName?: string | undefined;
|
|
@@ -11114,6 +11183,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
11114
11183
|
appUILogicId?: string | undefined;
|
|
11115
11184
|
appViewEngineId?: string | undefined;
|
|
11116
11185
|
appViewLogicId?: string | undefined;
|
|
11186
|
+
sysPFPluginId?: string | undefined;
|
|
11117
11187
|
ctrlName?: string | undefined;
|
|
11118
11188
|
scriptCode?: string | undefined;
|
|
11119
11189
|
timer?: number | undefined;
|
|
@@ -11225,6 +11295,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
11225
11295
|
modelType?: string | undefined;
|
|
11226
11296
|
} | undefined;
|
|
11227
11297
|
} | undefined;
|
|
11298
|
+
sysPFPluginId?: string | undefined;
|
|
11228
11299
|
renderName?: string | undefined;
|
|
11229
11300
|
renderType?: string | undefined;
|
|
11230
11301
|
appId: string;
|
|
@@ -11513,6 +11584,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
11513
11584
|
modelId?: string | undefined;
|
|
11514
11585
|
modelType?: string | undefined;
|
|
11515
11586
|
}[] | undefined;
|
|
11587
|
+
sysPFPluginId?: string | undefined;
|
|
11516
11588
|
viewLogicType?: string | undefined;
|
|
11517
11589
|
builtinLogic?: boolean | undefined;
|
|
11518
11590
|
codeName?: string | undefined;
|
|
@@ -11792,6 +11864,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
11792
11864
|
mobilePanel?: boolean | undefined;
|
|
11793
11865
|
controlStyle?: string | undefined;
|
|
11794
11866
|
controlType?: string | undefined;
|
|
11867
|
+
dynaSysMode?: number | undefined;
|
|
11795
11868
|
height?: number | undefined;
|
|
11796
11869
|
logicName?: string | undefined;
|
|
11797
11870
|
appDataEntityId?: string | undefined;
|
|
@@ -12077,6 +12150,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
12077
12150
|
modelId?: string | undefined;
|
|
12078
12151
|
modelType?: string | undefined;
|
|
12079
12152
|
}[] | undefined;
|
|
12153
|
+
sysPFPluginId?: string | undefined;
|
|
12080
12154
|
viewLogicType?: string | undefined;
|
|
12081
12155
|
builtinLogic?: boolean | undefined;
|
|
12082
12156
|
codeName?: string | undefined;
|
|
@@ -12115,6 +12189,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
12115
12189
|
appUILogicId?: string | undefined;
|
|
12116
12190
|
appViewEngineId?: string | undefined;
|
|
12117
12191
|
appViewLogicId?: string | undefined;
|
|
12192
|
+
sysPFPluginId?: string | undefined;
|
|
12118
12193
|
ctrlName?: string | undefined;
|
|
12119
12194
|
scriptCode?: string | undefined;
|
|
12120
12195
|
timer?: number | undefined;
|
|
@@ -12218,6 +12293,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
12218
12293
|
codeName?: string | undefined;
|
|
12219
12294
|
controlStyle?: string | undefined;
|
|
12220
12295
|
controlType?: string | undefined;
|
|
12296
|
+
dynaSysMode?: number | undefined;
|
|
12221
12297
|
height?: number | undefined;
|
|
12222
12298
|
logicName?: string | undefined;
|
|
12223
12299
|
appDataEntityId?: string | undefined;
|
|
@@ -12373,6 +12449,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
12373
12449
|
modelType?: string | undefined;
|
|
12374
12450
|
} | undefined;
|
|
12375
12451
|
} | undefined;
|
|
12452
|
+
sysPFPluginId?: string | undefined;
|
|
12376
12453
|
renderName?: string | undefined;
|
|
12377
12454
|
renderType?: string | undefined;
|
|
12378
12455
|
appId: string;
|
|
@@ -12395,6 +12472,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
12395
12472
|
mobilePanel?: boolean | undefined;
|
|
12396
12473
|
controlStyle?: string | undefined;
|
|
12397
12474
|
controlType?: string | undefined;
|
|
12475
|
+
dynaSysMode?: number | undefined;
|
|
12398
12476
|
height?: number | undefined;
|
|
12399
12477
|
logicName?: string | undefined;
|
|
12400
12478
|
appDataEntityId?: string | undefined;
|
|
@@ -12650,6 +12728,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
12650
12728
|
mobilePanel?: boolean | undefined;
|
|
12651
12729
|
controlStyle?: string | undefined;
|
|
12652
12730
|
controlType?: string | undefined;
|
|
12731
|
+
dynaSysMode?: number | undefined;
|
|
12653
12732
|
height?: number | undefined;
|
|
12654
12733
|
logicName?: string | undefined;
|
|
12655
12734
|
appDataEntityId?: string | undefined;
|
|
@@ -12935,6 +13014,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
12935
13014
|
modelId?: string | undefined;
|
|
12936
13015
|
modelType?: string | undefined;
|
|
12937
13016
|
}[] | undefined;
|
|
13017
|
+
sysPFPluginId?: string | undefined;
|
|
12938
13018
|
viewLogicType?: string | undefined;
|
|
12939
13019
|
builtinLogic?: boolean | undefined;
|
|
12940
13020
|
codeName?: string | undefined;
|
|
@@ -12973,6 +13053,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
12973
13053
|
appUILogicId?: string | undefined;
|
|
12974
13054
|
appViewEngineId?: string | undefined;
|
|
12975
13055
|
appViewLogicId?: string | undefined;
|
|
13056
|
+
sysPFPluginId?: string | undefined;
|
|
12976
13057
|
ctrlName?: string | undefined;
|
|
12977
13058
|
scriptCode?: string | undefined;
|
|
12978
13059
|
timer?: number | undefined;
|
|
@@ -13076,6 +13157,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
13076
13157
|
codeName?: string | undefined;
|
|
13077
13158
|
controlStyle?: string | undefined;
|
|
13078
13159
|
controlType?: string | undefined;
|
|
13160
|
+
dynaSysMode?: number | undefined;
|
|
13079
13161
|
height?: number | undefined;
|
|
13080
13162
|
logicName?: string | undefined;
|
|
13081
13163
|
appDataEntityId?: string | undefined;
|
|
@@ -13231,6 +13313,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
13231
13313
|
modelType?: string | undefined;
|
|
13232
13314
|
} | undefined;
|
|
13233
13315
|
} | undefined;
|
|
13316
|
+
sysPFPluginId?: string | undefined;
|
|
13234
13317
|
renderName?: string | undefined;
|
|
13235
13318
|
renderType?: string | undefined;
|
|
13236
13319
|
appId: string;
|
|
@@ -13466,6 +13549,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
13466
13549
|
modelId?: string | undefined;
|
|
13467
13550
|
modelType?: string | undefined;
|
|
13468
13551
|
}[] | undefined;
|
|
13552
|
+
sysPFPluginId?: string | undefined;
|
|
13469
13553
|
viewLogicType?: string | undefined;
|
|
13470
13554
|
builtinLogic?: boolean | undefined;
|
|
13471
13555
|
codeName?: string | undefined;
|
|
@@ -13504,6 +13588,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
13504
13588
|
appUILogicId?: string | undefined;
|
|
13505
13589
|
appViewEngineId?: string | undefined;
|
|
13506
13590
|
appViewLogicId?: string | undefined;
|
|
13591
|
+
sysPFPluginId?: string | undefined;
|
|
13507
13592
|
ctrlName?: string | undefined;
|
|
13508
13593
|
scriptCode?: string | undefined;
|
|
13509
13594
|
timer?: number | undefined;
|
|
@@ -13607,6 +13692,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
13607
13692
|
codeName?: string | undefined;
|
|
13608
13693
|
controlStyle?: string | undefined;
|
|
13609
13694
|
controlType?: string | undefined;
|
|
13695
|
+
dynaSysMode?: number | undefined;
|
|
13610
13696
|
height?: number | undefined;
|
|
13611
13697
|
logicName?: string | undefined;
|
|
13612
13698
|
appDataEntityId?: string | undefined;
|
|
@@ -13862,6 +13948,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
13862
13948
|
mobilePanel?: boolean | undefined;
|
|
13863
13949
|
controlStyle?: string | undefined;
|
|
13864
13950
|
controlType?: string | undefined;
|
|
13951
|
+
dynaSysMode?: number | undefined;
|
|
13865
13952
|
height?: number | undefined;
|
|
13866
13953
|
logicName?: string | undefined;
|
|
13867
13954
|
appDataEntityId?: string | undefined;
|
|
@@ -14147,6 +14234,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
14147
14234
|
modelId?: string | undefined;
|
|
14148
14235
|
modelType?: string | undefined;
|
|
14149
14236
|
}[] | undefined;
|
|
14237
|
+
sysPFPluginId?: string | undefined;
|
|
14150
14238
|
viewLogicType?: string | undefined;
|
|
14151
14239
|
builtinLogic?: boolean | undefined;
|
|
14152
14240
|
codeName?: string | undefined;
|
|
@@ -14185,6 +14273,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
14185
14273
|
appUILogicId?: string | undefined;
|
|
14186
14274
|
appViewEngineId?: string | undefined;
|
|
14187
14275
|
appViewLogicId?: string | undefined;
|
|
14276
|
+
sysPFPluginId?: string | undefined;
|
|
14188
14277
|
ctrlName?: string | undefined;
|
|
14189
14278
|
scriptCode?: string | undefined;
|
|
14190
14279
|
timer?: number | undefined;
|
|
@@ -14296,6 +14385,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
14296
14385
|
modelType?: string | undefined;
|
|
14297
14386
|
} | undefined;
|
|
14298
14387
|
} | undefined;
|
|
14388
|
+
sysPFPluginId?: string | undefined;
|
|
14299
14389
|
renderName?: string | undefined;
|
|
14300
14390
|
renderType?: string | undefined;
|
|
14301
14391
|
appId: string;
|
|
@@ -14477,6 +14567,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
14477
14567
|
modelId?: string | undefined;
|
|
14478
14568
|
modelType?: string | undefined;
|
|
14479
14569
|
}[] | undefined;
|
|
14570
|
+
sysPFPluginId?: string | undefined;
|
|
14480
14571
|
viewLogicType?: string | undefined;
|
|
14481
14572
|
builtinLogic?: boolean | undefined;
|
|
14482
14573
|
codeName?: string | undefined;
|
|
@@ -14531,6 +14622,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
14531
14622
|
processing: boolean;
|
|
14532
14623
|
modified: boolean;
|
|
14533
14624
|
activeTab: string;
|
|
14625
|
+
formIsDestroyed: boolean;
|
|
14534
14626
|
activated: boolean;
|
|
14535
14627
|
isSimple: boolean;
|
|
14536
14628
|
isLoading: boolean;
|
|
@@ -14690,6 +14782,20 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
14690
14782
|
condTag2?: string | undefined;
|
|
14691
14783
|
condType?: string | undefined;
|
|
14692
14784
|
ruleInfo?: string | undefined;
|
|
14785
|
+
ruleInfoLanResTag?: string | undefined;
|
|
14786
|
+
ruleInfoLanguageRes?: {
|
|
14787
|
+
defaultContent?: string | undefined;
|
|
14788
|
+
lanResTag?: string | undefined;
|
|
14789
|
+
lanResType?: string | undefined;
|
|
14790
|
+
refFlag?: boolean | undefined;
|
|
14791
|
+
appId: string;
|
|
14792
|
+
id?: string | undefined;
|
|
14793
|
+
name?: string | undefined;
|
|
14794
|
+
codeName?: string | undefined;
|
|
14795
|
+
userParam?: Record<string, string> | undefined;
|
|
14796
|
+
modelId?: string | undefined;
|
|
14797
|
+
modelType?: string | undefined;
|
|
14798
|
+
} | undefined;
|
|
14693
14799
|
keyCond?: boolean | undefined;
|
|
14694
14800
|
notMode?: boolean | undefined;
|
|
14695
14801
|
tryMode?: boolean | undefined;
|
|
@@ -14705,6 +14811,20 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
14705
14811
|
condTag2?: string | undefined;
|
|
14706
14812
|
condType?: string | undefined;
|
|
14707
14813
|
ruleInfo?: string | undefined;
|
|
14814
|
+
ruleInfoLanResTag?: string | undefined;
|
|
14815
|
+
ruleInfoLanguageRes?: {
|
|
14816
|
+
defaultContent?: string | undefined;
|
|
14817
|
+
lanResTag?: string | undefined;
|
|
14818
|
+
lanResType?: string | undefined;
|
|
14819
|
+
refFlag?: boolean | undefined;
|
|
14820
|
+
appId: string;
|
|
14821
|
+
id?: string | undefined;
|
|
14822
|
+
name?: string | undefined;
|
|
14823
|
+
codeName?: string | undefined;
|
|
14824
|
+
userParam?: Record<string, string> | undefined;
|
|
14825
|
+
modelId?: string | undefined;
|
|
14826
|
+
modelType?: string | undefined;
|
|
14827
|
+
} | undefined;
|
|
14708
14828
|
keyCond?: boolean | undefined;
|
|
14709
14829
|
notMode?: boolean | undefined;
|
|
14710
14830
|
tryMode?: boolean | undefined;
|
|
@@ -14718,6 +14838,20 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
14718
14838
|
} | undefined;
|
|
14719
14839
|
sysPFPluginId?: string | undefined;
|
|
14720
14840
|
ruleInfo?: string | undefined;
|
|
14841
|
+
ruleInfoLanResTag?: string | undefined;
|
|
14842
|
+
ruleInfoLanguageRes?: {
|
|
14843
|
+
defaultContent?: string | undefined;
|
|
14844
|
+
lanResTag?: string | undefined;
|
|
14845
|
+
lanResType?: string | undefined;
|
|
14846
|
+
refFlag?: boolean | undefined;
|
|
14847
|
+
appId: string;
|
|
14848
|
+
id?: string | undefined;
|
|
14849
|
+
name?: string | undefined;
|
|
14850
|
+
codeName?: string | undefined;
|
|
14851
|
+
userParam?: Record<string, string> | undefined;
|
|
14852
|
+
modelId?: string | undefined;
|
|
14853
|
+
modelType?: string | undefined;
|
|
14854
|
+
} | undefined;
|
|
14721
14855
|
ruleTag?: string | undefined;
|
|
14722
14856
|
ruleTag2?: string | undefined;
|
|
14723
14857
|
scriptCode?: string | undefined;
|
|
@@ -14742,6 +14876,20 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
14742
14876
|
regExCode3?: string | undefined;
|
|
14743
14877
|
regExCode4?: string | undefined;
|
|
14744
14878
|
ruleInfo?: string | undefined;
|
|
14879
|
+
ruleInfoLanResTag?: string | undefined;
|
|
14880
|
+
ruleInfoLanguageRes?: {
|
|
14881
|
+
defaultContent?: string | undefined;
|
|
14882
|
+
lanResTag?: string | undefined;
|
|
14883
|
+
lanResType?: string | undefined;
|
|
14884
|
+
refFlag?: boolean | undefined;
|
|
14885
|
+
appId: string;
|
|
14886
|
+
id?: string | undefined;
|
|
14887
|
+
name?: string | undefined;
|
|
14888
|
+
codeName?: string | undefined;
|
|
14889
|
+
userParam?: Record<string, string> | undefined;
|
|
14890
|
+
modelId?: string | undefined;
|
|
14891
|
+
modelType?: string | undefined;
|
|
14892
|
+
} | undefined;
|
|
14745
14893
|
ruleTag?: string | undefined;
|
|
14746
14894
|
ruleTag2?: string | undefined;
|
|
14747
14895
|
ruleType?: string | undefined;
|
|
@@ -15127,6 +15275,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
15127
15275
|
mobilePanel?: boolean | undefined;
|
|
15128
15276
|
controlStyle?: string | undefined;
|
|
15129
15277
|
controlType?: string | undefined;
|
|
15278
|
+
dynaSysMode?: number | undefined;
|
|
15130
15279
|
height?: number | undefined;
|
|
15131
15280
|
logicName?: string | undefined;
|
|
15132
15281
|
appDataEntityId?: string | undefined;
|
|
@@ -15412,6 +15561,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
15412
15561
|
modelId?: string | undefined;
|
|
15413
15562
|
modelType?: string | undefined;
|
|
15414
15563
|
}[] | undefined;
|
|
15564
|
+
sysPFPluginId?: string | undefined;
|
|
15415
15565
|
viewLogicType?: string | undefined;
|
|
15416
15566
|
builtinLogic?: boolean | undefined;
|
|
15417
15567
|
codeName?: string | undefined;
|
|
@@ -15450,6 +15600,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
15450
15600
|
appUILogicId?: string | undefined;
|
|
15451
15601
|
appViewEngineId?: string | undefined;
|
|
15452
15602
|
appViewLogicId?: string | undefined;
|
|
15603
|
+
sysPFPluginId?: string | undefined;
|
|
15453
15604
|
ctrlName?: string | undefined;
|
|
15454
15605
|
scriptCode?: string | undefined;
|
|
15455
15606
|
timer?: number | undefined;
|
|
@@ -15553,6 +15704,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
15553
15704
|
codeName?: string | undefined;
|
|
15554
15705
|
controlStyle?: string | undefined;
|
|
15555
15706
|
controlType?: string | undefined;
|
|
15707
|
+
dynaSysMode?: number | undefined;
|
|
15556
15708
|
height?: number | undefined;
|
|
15557
15709
|
logicName?: string | undefined;
|
|
15558
15710
|
appDataEntityId?: string | undefined;
|
|
@@ -15708,6 +15860,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
15708
15860
|
modelType?: string | undefined;
|
|
15709
15861
|
} | undefined;
|
|
15710
15862
|
} | undefined;
|
|
15863
|
+
sysPFPluginId?: string | undefined;
|
|
15711
15864
|
renderName?: string | undefined;
|
|
15712
15865
|
renderType?: string | undefined;
|
|
15713
15866
|
appId: string;
|
|
@@ -16138,6 +16291,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
16138
16291
|
mobilePanel?: boolean | undefined;
|
|
16139
16292
|
controlStyle?: string | undefined;
|
|
16140
16293
|
controlType?: string | undefined;
|
|
16294
|
+
dynaSysMode?: number | undefined;
|
|
16141
16295
|
height?: number | undefined;
|
|
16142
16296
|
logicName?: string | undefined;
|
|
16143
16297
|
appDataEntityId?: string | undefined;
|
|
@@ -16423,6 +16577,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
16423
16577
|
modelId?: string | undefined;
|
|
16424
16578
|
modelType?: string | undefined;
|
|
16425
16579
|
}[] | undefined;
|
|
16580
|
+
sysPFPluginId?: string | undefined;
|
|
16426
16581
|
viewLogicType?: string | undefined;
|
|
16427
16582
|
builtinLogic?: boolean | undefined;
|
|
16428
16583
|
codeName?: string | undefined;
|
|
@@ -16461,6 +16616,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
16461
16616
|
appUILogicId?: string | undefined;
|
|
16462
16617
|
appViewEngineId?: string | undefined;
|
|
16463
16618
|
appViewLogicId?: string | undefined;
|
|
16619
|
+
sysPFPluginId?: string | undefined;
|
|
16464
16620
|
ctrlName?: string | undefined;
|
|
16465
16621
|
scriptCode?: string | undefined;
|
|
16466
16622
|
timer?: number | undefined;
|
|
@@ -16564,6 +16720,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
16564
16720
|
codeName?: string | undefined;
|
|
16565
16721
|
controlStyle?: string | undefined;
|
|
16566
16722
|
controlType?: string | undefined;
|
|
16723
|
+
dynaSysMode?: number | undefined;
|
|
16567
16724
|
height?: number | undefined;
|
|
16568
16725
|
logicName?: string | undefined;
|
|
16569
16726
|
appDataEntityId?: string | undefined;
|
|
@@ -16719,6 +16876,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
16719
16876
|
modelType?: string | undefined;
|
|
16720
16877
|
} | undefined;
|
|
16721
16878
|
} | undefined;
|
|
16879
|
+
sysPFPluginId?: string | undefined;
|
|
16722
16880
|
renderName?: string | undefined;
|
|
16723
16881
|
renderType?: string | undefined;
|
|
16724
16882
|
appId: string;
|
|
@@ -16748,6 +16906,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
16748
16906
|
codeName?: string | undefined;
|
|
16749
16907
|
controlStyle?: string | undefined;
|
|
16750
16908
|
controlType?: string | undefined;
|
|
16909
|
+
dynaSysMode?: number | undefined;
|
|
16751
16910
|
height?: number | undefined;
|
|
16752
16911
|
logicName?: string | undefined;
|
|
16753
16912
|
appDataEntityId?: string | undefined;
|
|
@@ -17003,6 +17162,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
17003
17162
|
mobilePanel?: boolean | undefined;
|
|
17004
17163
|
controlStyle?: string | undefined;
|
|
17005
17164
|
controlType?: string | undefined;
|
|
17165
|
+
dynaSysMode?: number | undefined;
|
|
17006
17166
|
height?: number | undefined;
|
|
17007
17167
|
logicName?: string | undefined;
|
|
17008
17168
|
appDataEntityId?: string | undefined;
|
|
@@ -17288,6 +17448,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
17288
17448
|
modelId?: string | undefined;
|
|
17289
17449
|
modelType?: string | undefined;
|
|
17290
17450
|
}[] | undefined;
|
|
17451
|
+
sysPFPluginId?: string | undefined;
|
|
17291
17452
|
viewLogicType?: string | undefined;
|
|
17292
17453
|
builtinLogic?: boolean | undefined;
|
|
17293
17454
|
codeName?: string | undefined;
|
|
@@ -17326,6 +17487,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
17326
17487
|
appUILogicId?: string | undefined;
|
|
17327
17488
|
appViewEngineId?: string | undefined;
|
|
17328
17489
|
appViewLogicId?: string | undefined;
|
|
17490
|
+
sysPFPluginId?: string | undefined;
|
|
17329
17491
|
ctrlName?: string | undefined;
|
|
17330
17492
|
scriptCode?: string | undefined;
|
|
17331
17493
|
timer?: number | undefined;
|
|
@@ -17429,6 +17591,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
17429
17591
|
codeName?: string | undefined;
|
|
17430
17592
|
controlStyle?: string | undefined;
|
|
17431
17593
|
controlType?: string | undefined;
|
|
17594
|
+
dynaSysMode?: number | undefined;
|
|
17432
17595
|
height?: number | undefined;
|
|
17433
17596
|
logicName?: string | undefined;
|
|
17434
17597
|
appDataEntityId?: string | undefined;
|
|
@@ -17584,6 +17747,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
17584
17747
|
modelType?: string | undefined;
|
|
17585
17748
|
} | undefined;
|
|
17586
17749
|
} | undefined;
|
|
17750
|
+
sysPFPluginId?: string | undefined;
|
|
17587
17751
|
renderName?: string | undefined;
|
|
17588
17752
|
renderType?: string | undefined;
|
|
17589
17753
|
appId: string;
|
|
@@ -17829,6 +17993,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
17829
17993
|
modelId?: string | undefined;
|
|
17830
17994
|
modelType?: string | undefined;
|
|
17831
17995
|
}[] | undefined;
|
|
17996
|
+
sysPFPluginId?: string | undefined;
|
|
17832
17997
|
viewLogicType?: string | undefined;
|
|
17833
17998
|
builtinLogic?: boolean | undefined;
|
|
17834
17999
|
codeName?: string | undefined;
|
|
@@ -17867,6 +18032,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
17867
18032
|
appUILogicId?: string | undefined;
|
|
17868
18033
|
appViewEngineId?: string | undefined;
|
|
17869
18034
|
appViewLogicId?: string | undefined;
|
|
18035
|
+
sysPFPluginId?: string | undefined;
|
|
17870
18036
|
ctrlName?: string | undefined;
|
|
17871
18037
|
scriptCode?: string | undefined;
|
|
17872
18038
|
timer?: number | undefined;
|
|
@@ -17970,6 +18136,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
17970
18136
|
codeName?: string | undefined;
|
|
17971
18137
|
controlStyle?: string | undefined;
|
|
17972
18138
|
controlType?: string | undefined;
|
|
18139
|
+
dynaSysMode?: number | undefined;
|
|
17973
18140
|
height?: number | undefined;
|
|
17974
18141
|
logicName?: string | undefined;
|
|
17975
18142
|
appDataEntityId?: string | undefined;
|
|
@@ -18225,6 +18392,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
18225
18392
|
mobilePanel?: boolean | undefined;
|
|
18226
18393
|
controlStyle?: string | undefined;
|
|
18227
18394
|
controlType?: string | undefined;
|
|
18395
|
+
dynaSysMode?: number | undefined;
|
|
18228
18396
|
height?: number | undefined;
|
|
18229
18397
|
logicName?: string | undefined;
|
|
18230
18398
|
appDataEntityId?: string | undefined;
|
|
@@ -18510,6 +18678,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
18510
18678
|
modelId?: string | undefined;
|
|
18511
18679
|
modelType?: string | undefined;
|
|
18512
18680
|
}[] | undefined;
|
|
18681
|
+
sysPFPluginId?: string | undefined;
|
|
18513
18682
|
viewLogicType?: string | undefined;
|
|
18514
18683
|
builtinLogic?: boolean | undefined;
|
|
18515
18684
|
codeName?: string | undefined;
|
|
@@ -18548,6 +18717,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
18548
18717
|
appUILogicId?: string | undefined;
|
|
18549
18718
|
appViewEngineId?: string | undefined;
|
|
18550
18719
|
appViewLogicId?: string | undefined;
|
|
18720
|
+
sysPFPluginId?: string | undefined;
|
|
18551
18721
|
ctrlName?: string | undefined;
|
|
18552
18722
|
scriptCode?: string | undefined;
|
|
18553
18723
|
timer?: number | undefined;
|
|
@@ -18659,6 +18829,7 @@ export declare const RepeaterGrid: import("vue").DefineComponent<{
|
|
|
18659
18829
|
modelType?: string | undefined;
|
|
18660
18830
|
} | undefined;
|
|
18661
18831
|
} | undefined;
|
|
18832
|
+
sysPFPluginId?: string | undefined;
|
|
18662
18833
|
renderName?: string | undefined;
|
|
18663
18834
|
renderType?: string | undefined;
|
|
18664
18835
|
appId: string;
|