@ibiz-template/web-theme 1.1.21 → 1.1.22
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/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/app-data-upload-view.d.ts +2 -0
- package/es/publish/app-data-upload-view.mjs +2 -0
- package/es/publish/app-index-view-layout-blank-mode.d.ts +2 -0
- package/es/publish/app-index-view-layout-blank-mode.mjs +2 -0
- package/es/publish/app-index-view-layout-center.d.ts +2 -0
- package/es/publish/app-index-view-layout-center.mjs +2 -0
- package/es/publish/app-index-view-layout-no-nav.d.ts +13 -0
- package/es/publish/app-index-view-layout-no-nav.mjs +13 -0
- package/es/publish/app-index-view-layout-top-nonav.d.ts +15 -0
- package/es/publish/app-index-view-layout-top-nonav.mjs +15 -0
- package/es/publish/app-index-view-layout-top.d.ts +15 -0
- package/es/publish/app-index-view-layout-top.mjs +15 -0
- package/es/publish/app-index-view-layout.d.ts +12 -0
- package/es/publish/app-index-view-layout.mjs +13 -0
- package/es/publish/app-login-view.d.ts +11 -0
- package/es/publish/app-login-view.mjs +12 -2
- package/es/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.d.ts +8 -0
- package/es/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.mjs +9 -0
- package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.d.ts +9 -0
- package/es/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.mjs +9 -0
- package/es/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.d.ts +8 -0
- package/es/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.mjs +9 -0
- package/es/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.d.ts +9 -0
- package/es/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.mjs +9 -0
- package/es/publish/control-layout/control-layout-model-repository-search-form-layout.d.ts +7 -0
- package/es/publish/control-layout/control-layout-model-repository-search-form-layout.mjs +7 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.d.ts +8 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.mjs +8 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-layout.d.ts +5 -0
- package/es/publish/control-layout/control-layout-model-repository-tree-layout.mjs +5 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.d.ts +3 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.mjs +3 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.d.ts +8 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.mjs +6 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.d.ts +10 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.mjs +10 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.d.ts +8 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.mjs +6 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.d.ts +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.d.ts +8 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.mjs +6 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.d.ts +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.d.ts +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.mjs +13 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.d.ts +11 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.d.ts +9 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.mjs +11 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.d.ts +8 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.mjs +9 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.d.ts +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.d.ts +8 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.mjs +6 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.d.ts +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.d.ts +2 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.mjs +2 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.d.ts +11 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.d.ts +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.d.ts +8 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.mjs +6 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.d.ts +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.d.ts +21 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.mjs +15 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.d.ts +9 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +12 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.d.ts +8 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.mjs +9 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.d.ts +5 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.mjs +4 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.d.ts +5 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.mjs +4 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.d.ts +5 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.mjs +4 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.d.ts +11 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.mjs +14 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.d.ts +9 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +12 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.d.ts +10 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.mjs +11 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.d.ts +11 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.mjs +11 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.d.ts +11 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.mjs +13 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.d.ts +8 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.mjs +6 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.d.ts +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.d.ts +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.d.ts +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.d.ts +4 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.mjs +3 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.d.ts +13 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs +14 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.d.ts +14 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.mjs +21 -6
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.d.ts +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +19 -6
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.d.ts +5 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs +6 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.d.ts +11 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.mjs +12 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.d.ts +8 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.mjs +9 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.d.ts +5 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs +6 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-form-pickup-data-view.d.ts +2 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-form-pickup-data-view.mjs +2 -0
- package/lib/publish/app-data-upload-view.cjs +2 -0
- package/lib/publish/app-index-view-layout-blank-mode.cjs +2 -0
- package/lib/publish/app-index-view-layout-center.cjs +2 -0
- package/lib/publish/app-index-view-layout-no-nav.cjs +13 -0
- package/lib/publish/app-index-view-layout-top-nonav.cjs +15 -0
- package/lib/publish/app-index-view-layout-top.cjs +15 -0
- package/lib/publish/app-index-view-layout.cjs +13 -0
- package/lib/publish/app-login-view.cjs +12 -2
- package/lib/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.cjs +9 -0
- package/lib/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.cjs +9 -0
- package/lib/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.cjs +9 -0
- package/lib/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.cjs +9 -0
- package/lib/publish/control-layout/control-layout-model-repository-search-form-layout.cjs +7 -0
- package/lib/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.cjs +8 -0
- package/lib/publish/control-layout/control-layout-model-repository-tree-layout.cjs +5 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.cjs +3 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.cjs +6 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.cjs +10 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.cjs +6 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.cjs +6 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.cjs +13 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.cjs +11 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.cjs +9 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.cjs +6 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.cjs +2 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.cjs +6 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.cjs +15 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +12 -2
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.cjs +9 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.cjs +4 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.cjs +4 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.cjs +4 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.cjs +14 -2
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +12 -2
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.cjs +11 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.cjs +11 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.cjs +13 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.cjs +6 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.cjs +3 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.cjs +14 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.cjs +21 -6
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +19 -6
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.cjs +6 -2
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.cjs +12 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.cjs +9 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.cjs +6 -2
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-form-pickup-data-view.cjs +2 -0
- package/package.json +1 -1
- package/src/publish/app-data-upload-view.ts +2 -0
- package/src/publish/app-index-view-layout-blank-mode.ts +2 -0
- package/src/publish/app-index-view-layout-center.ts +2 -0
- package/src/publish/app-index-view-layout-no-nav.ts +13 -0
- package/src/publish/app-index-view-layout-top-nonav.ts +15 -0
- package/src/publish/app-index-view-layout-top.ts +15 -0
- package/src/publish/app-index-view-layout.ts +13 -0
- package/src/publish/app-login-view.ts +12 -2
- package/src/publish/control-layout/control-layout-model-repository-chart-exp-bar-layout.ts +9 -0
- package/src/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.ts +9 -0
- package/src/publish/control-layout/control-layout-model-repository-grid-exp-bar-layout.ts +9 -0
- package/src/publish/control-layout/control-layout-model-repository-list-exp-bar-layout.ts +9 -0
- package/src/publish/control-layout/control-layout-model-repository-search-form-layout.ts +7 -0
- package/src/publish/control-layout/control-layout-model-repository-tree-exp-bar-layout.ts +8 -0
- package/src/publish/control-layout/control-layout-model-repository-tree-layout.ts +5 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.ts +3 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.ts +6 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.ts +10 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.ts +6 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.ts +12 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.ts +6 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.ts +12 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.ts +13 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.ts +12 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.ts +11 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.ts +9 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.ts +12 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.ts +6 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.ts +12 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-index-pickup-data-view-layout.ts +2 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.ts +12 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.ts +12 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.ts +6 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.ts +12 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.ts +15 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.ts +12 -2
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.ts +9 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-data-view-layout.ts +4 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-grid-view-layout.ts +4 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-tree-view-layout.ts +4 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.ts +14 -2
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.ts +12 -2
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.ts +11 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.ts +11 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.ts +13 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.ts +6 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.ts +12 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.ts +12 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.ts +12 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.ts +3 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.ts +14 -1
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.ts +21 -6
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.ts +19 -6
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.ts +6 -2
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.ts +12 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.ts +9 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.ts +6 -2
- package/src/publish/view-layout-model-repository/view-layout-model-repository-form-pickup-data-view.ts +2 -0
|
@@ -7,8 +7,10 @@ var Tree = {
|
|
|
7
7
|
},
|
|
8
8
|
"rootPanelItems": [
|
|
9
9
|
{
|
|
10
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
11
|
"panelItems": [
|
|
11
12
|
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
12
14
|
"panelItems": [
|
|
13
15
|
{
|
|
14
16
|
"caption": "\u641C\u7D22\u680F",
|
|
@@ -50,6 +52,7 @@ var Tree = {
|
|
|
50
52
|
"id": "control_header"
|
|
51
53
|
},
|
|
52
54
|
{
|
|
55
|
+
"actionGroupExtractMode": "ITEM",
|
|
53
56
|
"panelItems": [
|
|
54
57
|
{
|
|
55
58
|
"caption": "\u6811\u89C6\u56FE",
|
|
@@ -99,6 +102,8 @@ var Tree = {
|
|
|
99
102
|
"logicName": "\u90E8\u4EF6-\u6811\u90E8\u4EF6\u5E03\u5C40\u9762\u677F",
|
|
100
103
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
101
104
|
"controlParam": {},
|
|
105
|
+
"modelId": "E7B84D89-4C67-416C-891B-5DF639AD2F85",
|
|
106
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
102
107
|
"name": "layoutpanel",
|
|
103
108
|
"id": "treelayout"
|
|
104
109
|
};
|
|
@@ -5,6 +5,7 @@ declare const _default: {
|
|
|
5
5
|
layout: string;
|
|
6
6
|
};
|
|
7
7
|
rootPanelItems: {
|
|
8
|
+
actionGroupExtractMode: string;
|
|
8
9
|
panelItems: {
|
|
9
10
|
caption: string;
|
|
10
11
|
itemStyle: string;
|
|
@@ -51,6 +52,8 @@ declare const _default: {
|
|
|
51
52
|
logicName: string;
|
|
52
53
|
appDataEntityId: string;
|
|
53
54
|
controlParam: {};
|
|
55
|
+
modelId: string;
|
|
56
|
+
modelType: string;
|
|
54
57
|
name: string;
|
|
55
58
|
id: string;
|
|
56
59
|
};
|
|
@@ -7,6 +7,7 @@ var viewLayoutModelRepositoryAppPanelViewLayout = {
|
|
|
7
7
|
},
|
|
8
8
|
"rootPanelItems": [
|
|
9
9
|
{
|
|
10
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
11
|
"panelItems": [
|
|
11
12
|
{
|
|
12
13
|
"caption": "\u9762\u677F\u90E8\u4EF6",
|
|
@@ -58,6 +59,8 @@ var viewLayoutModelRepositoryAppPanelViewLayout = {
|
|
|
58
59
|
"logicName": "\u5E94\u7528\u9762\u677F\u89C6\u56FE\u5E03\u5C40\u9762\u677F\u5E03\u5C40\u9762\u677F",
|
|
59
60
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
60
61
|
"controlParam": {},
|
|
62
|
+
"modelId": "156BD126-E52E-4B5B-8095-1CF76252B9C7",
|
|
63
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
61
64
|
"name": "layoutpanel",
|
|
62
65
|
"id": "usr0411453122"
|
|
63
66
|
};
|
|
@@ -22,10 +22,12 @@ declare const _default: {
|
|
|
22
22
|
};
|
|
23
23
|
showCaption: boolean;
|
|
24
24
|
id: string;
|
|
25
|
+
actionGroupExtractMode?: undefined;
|
|
25
26
|
panelItems?: undefined;
|
|
26
27
|
layout?: undefined;
|
|
27
28
|
dataRegionType?: undefined;
|
|
28
29
|
} | {
|
|
30
|
+
actionGroupExtractMode: string;
|
|
29
31
|
panelItems: ({
|
|
30
32
|
rawItem: {
|
|
31
33
|
rawItemParams: {
|
|
@@ -45,12 +47,15 @@ declare const _default: {
|
|
|
45
47
|
};
|
|
46
48
|
showCaption: boolean;
|
|
47
49
|
id: string;
|
|
50
|
+
actionGroupExtractMode?: undefined;
|
|
48
51
|
panelItems?: undefined;
|
|
49
52
|
predefinedType?: undefined;
|
|
50
53
|
layout?: undefined;
|
|
51
54
|
dataRegionType?: undefined;
|
|
52
55
|
} | {
|
|
56
|
+
actionGroupExtractMode: string;
|
|
53
57
|
panelItems: ({
|
|
58
|
+
actionGroupExtractMode: string;
|
|
54
59
|
panelItems: {
|
|
55
60
|
caption: string;
|
|
56
61
|
itemStyle: string;
|
|
@@ -80,6 +85,7 @@ declare const _default: {
|
|
|
80
85
|
width: number;
|
|
81
86
|
id: string;
|
|
82
87
|
} | {
|
|
88
|
+
actionGroupExtractMode: string;
|
|
83
89
|
panelItems: {
|
|
84
90
|
rawItem: {
|
|
85
91
|
predefinedType: string;
|
|
@@ -152,6 +158,8 @@ declare const _default: {
|
|
|
152
158
|
logicName: string;
|
|
153
159
|
appDataEntityId: string;
|
|
154
160
|
controlParam: {};
|
|
161
|
+
modelId: string;
|
|
162
|
+
modelType: string;
|
|
155
163
|
name: string;
|
|
156
164
|
id: string;
|
|
157
165
|
};
|
|
@@ -27,6 +27,7 @@ var DECalendarExpView = {
|
|
|
27
27
|
"id": "viewmsg_pos_top"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
+
"actionGroupExtractMode": "ITEM",
|
|
30
31
|
"panelItems": [
|
|
31
32
|
{
|
|
32
33
|
"rawItem": {
|
|
@@ -50,8 +51,10 @@ var DECalendarExpView = {
|
|
|
50
51
|
"id": "viewmsg_pos_body"
|
|
51
52
|
},
|
|
52
53
|
{
|
|
54
|
+
"actionGroupExtractMode": "ITEM",
|
|
53
55
|
"panelItems": [
|
|
54
56
|
{
|
|
57
|
+
"actionGroupExtractMode": "ITEM",
|
|
55
58
|
"panelItems": [
|
|
56
59
|
{
|
|
57
60
|
"caption": "\u65E5\u5386\u5BFC\u822A\u680F",
|
|
@@ -84,6 +87,7 @@ var DECalendarExpView = {
|
|
|
84
87
|
"id": "view_content_left"
|
|
85
88
|
},
|
|
86
89
|
{
|
|
90
|
+
"actionGroupExtractMode": "ITEM",
|
|
87
91
|
"panelItems": [
|
|
88
92
|
{
|
|
89
93
|
"rawItem": {
|
|
@@ -174,6 +178,8 @@ var DECalendarExpView = {
|
|
|
174
178
|
"logicName": "\u65E5\u5386\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
175
179
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
176
180
|
"controlParam": {},
|
|
181
|
+
"modelId": "5C668E02-E569-46CD-A3CB-1F1E4DB0B133",
|
|
182
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
177
183
|
"name": "layoutpanel",
|
|
178
184
|
"id": "calendarexpviewlayout"
|
|
179
185
|
};
|
|
@@ -22,14 +22,19 @@ declare const _default: {
|
|
|
22
22
|
};
|
|
23
23
|
showCaption: boolean;
|
|
24
24
|
id: string;
|
|
25
|
+
actionGroupExtractMode?: undefined;
|
|
25
26
|
panelItems?: undefined;
|
|
26
27
|
predefinedType?: undefined;
|
|
27
28
|
layout?: undefined;
|
|
28
29
|
dataRegionType?: undefined;
|
|
29
30
|
} | {
|
|
31
|
+
actionGroupExtractMode: string;
|
|
30
32
|
panelItems: {
|
|
33
|
+
actionGroupExtractMode: string;
|
|
31
34
|
panelItems: ({
|
|
35
|
+
actionGroupExtractMode: string;
|
|
32
36
|
panelItems: {
|
|
37
|
+
actionGroupExtractMode: string;
|
|
33
38
|
panelItems: {
|
|
34
39
|
caption: string;
|
|
35
40
|
itemStyle: string;
|
|
@@ -71,7 +76,9 @@ declare const _default: {
|
|
|
71
76
|
};
|
|
72
77
|
id: string;
|
|
73
78
|
} | {
|
|
79
|
+
actionGroupExtractMode: string;
|
|
74
80
|
panelItems: {
|
|
81
|
+
actionGroupExtractMode: string;
|
|
75
82
|
panelItems: {
|
|
76
83
|
caption: string;
|
|
77
84
|
itemStyle: string;
|
|
@@ -147,6 +154,7 @@ declare const _default: {
|
|
|
147
154
|
id: string;
|
|
148
155
|
rawItem?: undefined;
|
|
149
156
|
} | {
|
|
157
|
+
actionGroupExtractMode: string;
|
|
150
158
|
panelItems: {
|
|
151
159
|
caption: string;
|
|
152
160
|
itemStyle: string;
|
|
@@ -182,6 +190,8 @@ declare const _default: {
|
|
|
182
190
|
logicName: string;
|
|
183
191
|
appDataEntityId: string;
|
|
184
192
|
controlParam: {};
|
|
193
|
+
modelId: string;
|
|
194
|
+
modelType: string;
|
|
185
195
|
name: string;
|
|
186
196
|
id: string;
|
|
187
197
|
};
|
|
@@ -27,12 +27,16 @@ var DECalendarView = {
|
|
|
27
27
|
"id": "viewmsg_pos_top"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
+
"actionGroupExtractMode": "ITEM",
|
|
30
31
|
"panelItems": [
|
|
31
32
|
{
|
|
33
|
+
"actionGroupExtractMode": "ITEM",
|
|
32
34
|
"panelItems": [
|
|
33
35
|
{
|
|
36
|
+
"actionGroupExtractMode": "ITEM",
|
|
34
37
|
"panelItems": [
|
|
35
38
|
{
|
|
39
|
+
"actionGroupExtractMode": "ITEM",
|
|
36
40
|
"panelItems": [
|
|
37
41
|
{
|
|
38
42
|
"caption": "\u9875\u9762\u6807\u9898",
|
|
@@ -77,8 +81,10 @@ var DECalendarView = {
|
|
|
77
81
|
"id": "view_header_left"
|
|
78
82
|
},
|
|
79
83
|
{
|
|
84
|
+
"actionGroupExtractMode": "ITEM",
|
|
80
85
|
"panelItems": [
|
|
81
86
|
{
|
|
87
|
+
"actionGroupExtractMode": "ITEM",
|
|
82
88
|
"panelItems": [
|
|
83
89
|
{
|
|
84
90
|
"caption": "\u641C\u7D22\u680F",
|
|
@@ -108,6 +114,7 @@ var DECalendarView = {
|
|
|
108
114
|
"id": "view_searchbar"
|
|
109
115
|
},
|
|
110
116
|
{
|
|
117
|
+
"actionGroupExtractMode": "ITEM",
|
|
111
118
|
"panelItems": [
|
|
112
119
|
{
|
|
113
120
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -208,6 +215,7 @@ var DECalendarView = {
|
|
|
208
215
|
"id": "viewmsg_pos_body"
|
|
209
216
|
},
|
|
210
217
|
{
|
|
218
|
+
"actionGroupExtractMode": "ITEM",
|
|
211
219
|
"panelItems": [
|
|
212
220
|
{
|
|
213
221
|
"caption": "\u65E5\u5386",
|
|
@@ -265,6 +273,8 @@ var DECalendarView = {
|
|
|
265
273
|
"logicName": "\u65E5\u5386\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
266
274
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
267
275
|
"controlParam": {},
|
|
276
|
+
"modelId": "360b45451efb5f45b090e02347890e94",
|
|
277
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
268
278
|
"name": "layoutpanel",
|
|
269
279
|
"id": "calendarviewlayout"
|
|
270
280
|
};
|
|
@@ -22,10 +22,12 @@ declare const _default: {
|
|
|
22
22
|
};
|
|
23
23
|
showCaption: boolean;
|
|
24
24
|
id: string;
|
|
25
|
+
actionGroupExtractMode?: undefined;
|
|
25
26
|
panelItems?: undefined;
|
|
26
27
|
layout?: undefined;
|
|
27
28
|
dataRegionType?: undefined;
|
|
28
29
|
} | {
|
|
30
|
+
actionGroupExtractMode: string;
|
|
29
31
|
panelItems: ({
|
|
30
32
|
rawItem: {
|
|
31
33
|
rawItemParams: {
|
|
@@ -45,12 +47,15 @@ declare const _default: {
|
|
|
45
47
|
};
|
|
46
48
|
showCaption: boolean;
|
|
47
49
|
id: string;
|
|
50
|
+
actionGroupExtractMode?: undefined;
|
|
48
51
|
panelItems?: undefined;
|
|
49
52
|
predefinedType?: undefined;
|
|
50
53
|
layout?: undefined;
|
|
51
54
|
dataRegionType?: undefined;
|
|
52
55
|
} | {
|
|
56
|
+
actionGroupExtractMode: string;
|
|
53
57
|
panelItems: ({
|
|
58
|
+
actionGroupExtractMode: string;
|
|
54
59
|
panelItems: {
|
|
55
60
|
caption: string;
|
|
56
61
|
itemStyle: string;
|
|
@@ -81,6 +86,7 @@ declare const _default: {
|
|
|
81
86
|
width: number;
|
|
82
87
|
id: string;
|
|
83
88
|
} | {
|
|
89
|
+
actionGroupExtractMode: string;
|
|
84
90
|
panelItems: {
|
|
85
91
|
rawItem: {
|
|
86
92
|
predefinedType: string;
|
|
@@ -154,6 +160,8 @@ declare const _default: {
|
|
|
154
160
|
logicName: string;
|
|
155
161
|
appDataEntityId: string;
|
|
156
162
|
controlParam: {};
|
|
163
|
+
modelId: string;
|
|
164
|
+
modelType: string;
|
|
157
165
|
name: string;
|
|
158
166
|
id: string;
|
|
159
167
|
};
|
|
@@ -27,6 +27,7 @@ var DEChartExpView = {
|
|
|
27
27
|
"id": "viewmsg_pos_top"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
+
"actionGroupExtractMode": "ITEM",
|
|
30
31
|
"panelItems": [
|
|
31
32
|
{
|
|
32
33
|
"rawItem": {
|
|
@@ -50,8 +51,10 @@ var DEChartExpView = {
|
|
|
50
51
|
"id": "viewmsg_pos_body"
|
|
51
52
|
},
|
|
52
53
|
{
|
|
54
|
+
"actionGroupExtractMode": "ITEM",
|
|
53
55
|
"panelItems": [
|
|
54
56
|
{
|
|
57
|
+
"actionGroupExtractMode": "ITEM",
|
|
55
58
|
"panelItems": [
|
|
56
59
|
{
|
|
57
60
|
"caption": "\u56FE\u8868\u5BFC\u822A",
|
|
@@ -85,6 +88,7 @@ var DEChartExpView = {
|
|
|
85
88
|
"id": "container"
|
|
86
89
|
},
|
|
87
90
|
{
|
|
91
|
+
"actionGroupExtractMode": "ITEM",
|
|
88
92
|
"panelItems": [
|
|
89
93
|
{
|
|
90
94
|
"rawItem": {
|
|
@@ -176,6 +180,8 @@ var DEChartExpView = {
|
|
|
176
180
|
"logicName": "\u56FE\u8868\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
177
181
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
178
182
|
"controlParam": {},
|
|
183
|
+
"modelId": "01900310-2D66-4EAD-8682-E230847E444E",
|
|
184
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
179
185
|
"name": "layoutpanel",
|
|
180
186
|
"id": "chartexpviewlayout"
|
|
181
187
|
};
|
|
@@ -22,14 +22,19 @@ declare const _default: {
|
|
|
22
22
|
};
|
|
23
23
|
showCaption: boolean;
|
|
24
24
|
id: string;
|
|
25
|
+
actionGroupExtractMode?: undefined;
|
|
25
26
|
panelItems?: undefined;
|
|
26
27
|
predefinedType?: undefined;
|
|
27
28
|
layout?: undefined;
|
|
28
29
|
dataRegionType?: undefined;
|
|
29
30
|
} | {
|
|
31
|
+
actionGroupExtractMode: string;
|
|
30
32
|
panelItems: {
|
|
33
|
+
actionGroupExtractMode: string;
|
|
31
34
|
panelItems: ({
|
|
35
|
+
actionGroupExtractMode: string;
|
|
32
36
|
panelItems: {
|
|
37
|
+
actionGroupExtractMode: string;
|
|
33
38
|
panelItems: {
|
|
34
39
|
caption: string;
|
|
35
40
|
itemStyle: string;
|
|
@@ -71,7 +76,9 @@ declare const _default: {
|
|
|
71
76
|
};
|
|
72
77
|
id: string;
|
|
73
78
|
} | {
|
|
79
|
+
actionGroupExtractMode: string;
|
|
74
80
|
panelItems: {
|
|
81
|
+
actionGroupExtractMode: string;
|
|
75
82
|
panelItems: {
|
|
76
83
|
caption: string;
|
|
77
84
|
itemStyle: string;
|
|
@@ -147,7 +154,9 @@ declare const _default: {
|
|
|
147
154
|
id: string;
|
|
148
155
|
rawItem?: undefined;
|
|
149
156
|
} | {
|
|
157
|
+
actionGroupExtractMode: string;
|
|
150
158
|
panelItems: {
|
|
159
|
+
actionGroupExtractMode: string;
|
|
151
160
|
panelItems: {
|
|
152
161
|
caption: string;
|
|
153
162
|
itemStyle: string;
|
|
@@ -189,6 +198,7 @@ declare const _default: {
|
|
|
189
198
|
id: string;
|
|
190
199
|
rawItem?: undefined;
|
|
191
200
|
} | {
|
|
201
|
+
actionGroupExtractMode: string;
|
|
192
202
|
panelItems: {
|
|
193
203
|
caption: string;
|
|
194
204
|
itemStyle: string;
|
|
@@ -224,6 +234,8 @@ declare const _default: {
|
|
|
224
234
|
logicName: string;
|
|
225
235
|
appDataEntityId: string;
|
|
226
236
|
controlParam: {};
|
|
237
|
+
modelId: string;
|
|
238
|
+
modelType: string;
|
|
227
239
|
name: string;
|
|
228
240
|
id: string;
|
|
229
241
|
};
|
|
@@ -27,12 +27,16 @@ var DEChartView = {
|
|
|
27
27
|
"id": "viewmsg_pos_top"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
+
"actionGroupExtractMode": "ITEM",
|
|
30
31
|
"panelItems": [
|
|
31
32
|
{
|
|
33
|
+
"actionGroupExtractMode": "ITEM",
|
|
32
34
|
"panelItems": [
|
|
33
35
|
{
|
|
36
|
+
"actionGroupExtractMode": "ITEM",
|
|
34
37
|
"panelItems": [
|
|
35
38
|
{
|
|
39
|
+
"actionGroupExtractMode": "ITEM",
|
|
36
40
|
"panelItems": [
|
|
37
41
|
{
|
|
38
42
|
"caption": "\u9875\u9762\u6807\u9898",
|
|
@@ -77,8 +81,10 @@ var DEChartView = {
|
|
|
77
81
|
"id": "view_header_left"
|
|
78
82
|
},
|
|
79
83
|
{
|
|
84
|
+
"actionGroupExtractMode": "ITEM",
|
|
80
85
|
"panelItems": [
|
|
81
86
|
{
|
|
87
|
+
"actionGroupExtractMode": "ITEM",
|
|
82
88
|
"panelItems": [
|
|
83
89
|
{
|
|
84
90
|
"caption": "\u641C\u7D22\u680F",
|
|
@@ -108,6 +114,7 @@ var DEChartView = {
|
|
|
108
114
|
"id": "view_searchbar"
|
|
109
115
|
},
|
|
110
116
|
{
|
|
117
|
+
"actionGroupExtractMode": "ITEM",
|
|
111
118
|
"panelItems": [
|
|
112
119
|
{
|
|
113
120
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -208,8 +215,10 @@ var DEChartView = {
|
|
|
208
215
|
"id": "viewmsg_pos_body"
|
|
209
216
|
},
|
|
210
217
|
{
|
|
218
|
+
"actionGroupExtractMode": "ITEM",
|
|
211
219
|
"panelItems": [
|
|
212
220
|
{
|
|
221
|
+
"actionGroupExtractMode": "ITEM",
|
|
213
222
|
"panelItems": [
|
|
214
223
|
{
|
|
215
224
|
"caption": "\u641C\u7D22\u8868\u5355",
|
|
@@ -253,6 +262,7 @@ var DEChartView = {
|
|
|
253
262
|
"id": "panelpart1"
|
|
254
263
|
},
|
|
255
264
|
{
|
|
265
|
+
"actionGroupExtractMode": "ITEM",
|
|
256
266
|
"panelItems": [
|
|
257
267
|
{
|
|
258
268
|
"caption": "\u56FE\u8868",
|
|
@@ -310,6 +320,8 @@ var DEChartView = {
|
|
|
310
320
|
"logicName": "\u56FE\u8868\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
311
321
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
312
322
|
"controlParam": {},
|
|
323
|
+
"modelId": "93100ba0c9c5ee9a082ceb7a155ecf5d",
|
|
324
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
313
325
|
"name": "layoutpanel",
|
|
314
326
|
"id": "chartviewlayout"
|
|
315
327
|
};
|
|
@@ -22,10 +22,12 @@ declare const _default: {
|
|
|
22
22
|
};
|
|
23
23
|
showCaption: boolean;
|
|
24
24
|
id: string;
|
|
25
|
+
actionGroupExtractMode?: undefined;
|
|
25
26
|
panelItems?: undefined;
|
|
26
27
|
layout?: undefined;
|
|
27
28
|
dataRegionType?: undefined;
|
|
28
29
|
} | {
|
|
30
|
+
actionGroupExtractMode: string;
|
|
29
31
|
panelItems: ({
|
|
30
32
|
rawItem: {
|
|
31
33
|
rawItemParams: {
|
|
@@ -45,12 +47,15 @@ declare const _default: {
|
|
|
45
47
|
};
|
|
46
48
|
showCaption: boolean;
|
|
47
49
|
id: string;
|
|
50
|
+
actionGroupExtractMode?: undefined;
|
|
48
51
|
panelItems?: undefined;
|
|
49
52
|
predefinedType?: undefined;
|
|
50
53
|
layout?: undefined;
|
|
51
54
|
dataRegionType?: undefined;
|
|
52
55
|
} | {
|
|
56
|
+
actionGroupExtractMode: string;
|
|
53
57
|
panelItems: ({
|
|
58
|
+
actionGroupExtractMode: string;
|
|
54
59
|
panelItems: {
|
|
55
60
|
caption: string;
|
|
56
61
|
itemStyle: string;
|
|
@@ -80,6 +85,7 @@ declare const _default: {
|
|
|
80
85
|
width: number;
|
|
81
86
|
id: string;
|
|
82
87
|
} | {
|
|
88
|
+
actionGroupExtractMode: string;
|
|
83
89
|
panelItems: {
|
|
84
90
|
rawItem: {
|
|
85
91
|
predefinedType: string;
|
|
@@ -152,6 +158,8 @@ declare const _default: {
|
|
|
152
158
|
logicName: string;
|
|
153
159
|
appDataEntityId: string;
|
|
154
160
|
controlParam: {};
|
|
161
|
+
modelId: string;
|
|
162
|
+
modelType: string;
|
|
155
163
|
name: string;
|
|
156
164
|
id: string;
|
|
157
165
|
};
|
|
@@ -27,6 +27,7 @@ var DEDataViewExpView = {
|
|
|
27
27
|
"id": "viewmsg_pos_top"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
+
"actionGroupExtractMode": "ITEM",
|
|
30
31
|
"panelItems": [
|
|
31
32
|
{
|
|
32
33
|
"rawItem": {
|
|
@@ -50,8 +51,10 @@ var DEDataViewExpView = {
|
|
|
50
51
|
"id": "viewmsg_pos_body"
|
|
51
52
|
},
|
|
52
53
|
{
|
|
54
|
+
"actionGroupExtractMode": "ITEM",
|
|
53
55
|
"panelItems": [
|
|
54
56
|
{
|
|
57
|
+
"actionGroupExtractMode": "ITEM",
|
|
55
58
|
"panelItems": [
|
|
56
59
|
{
|
|
57
60
|
"caption": "\u5361\u7247\u5BFC\u822A",
|
|
@@ -84,6 +87,7 @@ var DEDataViewExpView = {
|
|
|
84
87
|
"id": "view_exp"
|
|
85
88
|
},
|
|
86
89
|
{
|
|
90
|
+
"actionGroupExtractMode": "ITEM",
|
|
87
91
|
"panelItems": [
|
|
88
92
|
{
|
|
89
93
|
"rawItem": {
|
|
@@ -174,6 +178,8 @@ var DEDataViewExpView = {
|
|
|
174
178
|
"logicName": "\u5B9E\u4F53\u5361\u7247\u89C6\u56FE\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
175
179
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
176
180
|
"controlParam": {},
|
|
181
|
+
"modelId": "848552eba0ff1565f86b27c8dc710b41",
|
|
182
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
177
183
|
"name": "layoutpanel",
|
|
178
184
|
"id": "dataviewexpviewlayout"
|
|
179
185
|
};
|
|
@@ -22,14 +22,19 @@ declare const _default: {
|
|
|
22
22
|
};
|
|
23
23
|
showCaption: boolean;
|
|
24
24
|
id: string;
|
|
25
|
+
actionGroupExtractMode?: undefined;
|
|
25
26
|
panelItems?: undefined;
|
|
26
27
|
predefinedType?: undefined;
|
|
27
28
|
layout?: undefined;
|
|
28
29
|
dataRegionType?: undefined;
|
|
29
30
|
} | {
|
|
31
|
+
actionGroupExtractMode: string;
|
|
30
32
|
panelItems: {
|
|
33
|
+
actionGroupExtractMode: string;
|
|
31
34
|
panelItems: ({
|
|
35
|
+
actionGroupExtractMode: string;
|
|
32
36
|
panelItems: {
|
|
37
|
+
actionGroupExtractMode: string;
|
|
33
38
|
panelItems: {
|
|
34
39
|
caption: string;
|
|
35
40
|
itemStyle: string;
|
|
@@ -71,7 +76,9 @@ declare const _default: {
|
|
|
71
76
|
};
|
|
72
77
|
id: string;
|
|
73
78
|
} | {
|
|
79
|
+
actionGroupExtractMode: string;
|
|
74
80
|
panelItems: {
|
|
81
|
+
actionGroupExtractMode: string;
|
|
75
82
|
panelItems: {
|
|
76
83
|
caption: string;
|
|
77
84
|
itemStyle: string;
|
|
@@ -147,7 +154,9 @@ declare const _default: {
|
|
|
147
154
|
id: string;
|
|
148
155
|
rawItem?: undefined;
|
|
149
156
|
} | {
|
|
157
|
+
actionGroupExtractMode: string;
|
|
150
158
|
panelItems: {
|
|
159
|
+
actionGroupExtractMode: string;
|
|
151
160
|
panelItems: {
|
|
152
161
|
caption: string;
|
|
153
162
|
itemStyle: string;
|
|
@@ -189,6 +198,7 @@ declare const _default: {
|
|
|
189
198
|
id: string;
|
|
190
199
|
rawItem?: undefined;
|
|
191
200
|
} | {
|
|
201
|
+
actionGroupExtractMode: string;
|
|
192
202
|
panelItems: {
|
|
193
203
|
caption: string;
|
|
194
204
|
itemStyle: string;
|
|
@@ -224,6 +234,8 @@ declare const _default: {
|
|
|
224
234
|
logicName: string;
|
|
225
235
|
appDataEntityId: string;
|
|
226
236
|
controlParam: {};
|
|
237
|
+
modelId: string;
|
|
238
|
+
modelType: string;
|
|
227
239
|
name: string;
|
|
228
240
|
id: string;
|
|
229
241
|
};
|
package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.mjs
CHANGED
|
@@ -27,12 +27,16 @@ var DEDataView = {
|
|
|
27
27
|
"id": "viewmsg_pos_top"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
+
"actionGroupExtractMode": "ITEM",
|
|
30
31
|
"panelItems": [
|
|
31
32
|
{
|
|
33
|
+
"actionGroupExtractMode": "ITEM",
|
|
32
34
|
"panelItems": [
|
|
33
35
|
{
|
|
36
|
+
"actionGroupExtractMode": "ITEM",
|
|
34
37
|
"panelItems": [
|
|
35
38
|
{
|
|
39
|
+
"actionGroupExtractMode": "ITEM",
|
|
36
40
|
"panelItems": [
|
|
37
41
|
{
|
|
38
42
|
"caption": "\u9875\u9762\u6807\u9898",
|
|
@@ -77,8 +81,10 @@ var DEDataView = {
|
|
|
77
81
|
"id": "view_header_left"
|
|
78
82
|
},
|
|
79
83
|
{
|
|
84
|
+
"actionGroupExtractMode": "ITEM",
|
|
80
85
|
"panelItems": [
|
|
81
86
|
{
|
|
87
|
+
"actionGroupExtractMode": "ITEM",
|
|
82
88
|
"panelItems": [
|
|
83
89
|
{
|
|
84
90
|
"caption": "\u641C\u7D22\u680F",
|
|
@@ -108,6 +114,7 @@ var DEDataView = {
|
|
|
108
114
|
"id": "view_searchbar"
|
|
109
115
|
},
|
|
110
116
|
{
|
|
117
|
+
"actionGroupExtractMode": "ITEM",
|
|
111
118
|
"panelItems": [
|
|
112
119
|
{
|
|
113
120
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -208,8 +215,10 @@ var DEDataView = {
|
|
|
208
215
|
"id": "viewmsg_pos_body"
|
|
209
216
|
},
|
|
210
217
|
{
|
|
218
|
+
"actionGroupExtractMode": "ITEM",
|
|
211
219
|
"panelItems": [
|
|
212
220
|
{
|
|
221
|
+
"actionGroupExtractMode": "ITEM",
|
|
213
222
|
"panelItems": [
|
|
214
223
|
{
|
|
215
224
|
"caption": "\u641C\u7D22\u8868\u5355",
|
|
@@ -253,6 +262,7 @@ var DEDataView = {
|
|
|
253
262
|
"id": "panelpart1"
|
|
254
263
|
},
|
|
255
264
|
{
|
|
265
|
+
"actionGroupExtractMode": "ITEM",
|
|
256
266
|
"panelItems": [
|
|
257
267
|
{
|
|
258
268
|
"caption": "\u6570\u636E\u89C6\u56FE",
|
|
@@ -310,6 +320,8 @@ var DEDataView = {
|
|
|
310
320
|
"logicName": "\u5361\u7247\u89C6\u56FE\u5E03\u5C40\u9762(\u9884\u7F6E\u6A21\u578B)",
|
|
311
321
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
312
322
|
"controlParam": {},
|
|
323
|
+
"modelId": "c66f26d3970a1dce8bb5a0af7ff656ea",
|
|
324
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
313
325
|
"name": "layoutpanel",
|
|
314
326
|
"id": "dataviewlayout"
|
|
315
327
|
};
|