@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
|
@@ -5,8 +5,10 @@ export default {
|
|
|
5
5
|
},
|
|
6
6
|
"rootPanelItems": [
|
|
7
7
|
{
|
|
8
|
+
"actionGroupExtractMode": "ITEM",
|
|
8
9
|
"panelItems": [
|
|
9
10
|
{
|
|
11
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
12
|
"panelItems": [
|
|
11
13
|
{
|
|
12
14
|
"caption": "搜索表单",
|
|
@@ -35,6 +37,7 @@ export default {
|
|
|
35
37
|
"id": "control_searchform"
|
|
36
38
|
},
|
|
37
39
|
{
|
|
40
|
+
"actionGroupExtractMode": "ITEM",
|
|
38
41
|
"panelItems": [
|
|
39
42
|
{
|
|
40
43
|
"rawItem": {
|
|
@@ -85,9 +88,11 @@ export default {
|
|
|
85
88
|
"id": "control_content"
|
|
86
89
|
},
|
|
87
90
|
{
|
|
91
|
+
"actionGroupExtractMode": "ITEM",
|
|
88
92
|
"panelItems": [
|
|
89
93
|
{
|
|
90
94
|
"rawItem": {
|
|
95
|
+
"caption": "图片",
|
|
91
96
|
"contentType": "PLACEHOLDER",
|
|
92
97
|
"predefinedType": "SEARCHFORM_BUTTONS",
|
|
93
98
|
"id": "searchform_buttons"
|
|
@@ -125,6 +130,8 @@ export default {
|
|
|
125
130
|
"logicName": "部件-搜索表单布局面板",
|
|
126
131
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
127
132
|
"controlParam": {},
|
|
133
|
+
"modelId": "E6F25EC9-534B-424F-97C1-AC5515DAC8A6",
|
|
134
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
128
135
|
"name": "layoutpanel",
|
|
129
136
|
"id": "searchformlayout"
|
|
130
137
|
}
|
|
@@ -5,10 +5,13 @@ export default {
|
|
|
5
5
|
},
|
|
6
6
|
"rootPanelItems": [
|
|
7
7
|
{
|
|
8
|
+
"actionGroupExtractMode": "ITEM",
|
|
8
9
|
"panelItems": [
|
|
9
10
|
{
|
|
11
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
12
|
"panelItems": [
|
|
11
13
|
{
|
|
14
|
+
"actionGroupExtractMode": "ITEM",
|
|
12
15
|
"panelItems": [
|
|
13
16
|
{
|
|
14
17
|
"caption": "页面标题",
|
|
@@ -50,8 +53,10 @@ export default {
|
|
|
50
53
|
"id": "control_header_left"
|
|
51
54
|
},
|
|
52
55
|
{
|
|
56
|
+
"actionGroupExtractMode": "ITEM",
|
|
53
57
|
"panelItems": [
|
|
54
58
|
{
|
|
59
|
+
"actionGroupExtractMode": "ITEM",
|
|
55
60
|
"panelItems": [
|
|
56
61
|
{
|
|
57
62
|
"caption": "工具栏",
|
|
@@ -112,6 +117,7 @@ export default {
|
|
|
112
117
|
"id": "control_header"
|
|
113
118
|
},
|
|
114
119
|
{
|
|
120
|
+
"actionGroupExtractMode": "ITEM",
|
|
115
121
|
"panelItems": [
|
|
116
122
|
{
|
|
117
123
|
"caption": "导航树",
|
|
@@ -147,6 +153,8 @@ export default {
|
|
|
147
153
|
"logicName": "部件-树导航栏布局面板",
|
|
148
154
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
149
155
|
"controlParam": {},
|
|
156
|
+
"modelId": "099E106E-08CB-4D33-A1F5-20A5220F1AAE",
|
|
157
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
150
158
|
"name": "layoutpanel",
|
|
151
159
|
"id": "treeexpbarlayout"
|
|
152
160
|
}
|
|
@@ -6,8 +6,10 @@ export default {
|
|
|
6
6
|
},
|
|
7
7
|
"rootPanelItems": [
|
|
8
8
|
{
|
|
9
|
+
"actionGroupExtractMode": "ITEM",
|
|
9
10
|
"panelItems": [
|
|
10
11
|
{
|
|
12
|
+
"actionGroupExtractMode": "ITEM",
|
|
11
13
|
"panelItems": [
|
|
12
14
|
{
|
|
13
15
|
"caption": "搜索栏",
|
|
@@ -49,6 +51,7 @@ export default {
|
|
|
49
51
|
"id": "control_header"
|
|
50
52
|
},
|
|
51
53
|
{
|
|
54
|
+
"actionGroupExtractMode": "ITEM",
|
|
52
55
|
"panelItems": [
|
|
53
56
|
{
|
|
54
57
|
"caption": "树视图",
|
|
@@ -98,6 +101,8 @@ export default {
|
|
|
98
101
|
"logicName": "部件-树部件布局面板",
|
|
99
102
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
100
103
|
"controlParam": {},
|
|
104
|
+
"modelId": "E7B84D89-4C67-416C-891B-5DF639AD2F85",
|
|
105
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
101
106
|
"name": "layoutpanel",
|
|
102
107
|
"id": "treelayout"
|
|
103
108
|
}
|
|
@@ -6,6 +6,7 @@ export default {
|
|
|
6
6
|
},
|
|
7
7
|
"rootPanelItems": [
|
|
8
8
|
{
|
|
9
|
+
"actionGroupExtractMode": "ITEM",
|
|
9
10
|
"panelItems": [
|
|
10
11
|
{
|
|
11
12
|
"caption": "面板部件",
|
|
@@ -57,6 +58,8 @@ export default {
|
|
|
57
58
|
"logicName": "应用面板视图布局面板布局面板",
|
|
58
59
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
59
60
|
"controlParam": {},
|
|
61
|
+
"modelId": "156BD126-E52E-4B5B-8095-1CF76252B9C7",
|
|
62
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
60
63
|
"name": "layoutpanel",
|
|
61
64
|
"id": "usr0411453122"
|
|
62
65
|
}
|
|
@@ -26,6 +26,7 @@ export default {
|
|
|
26
26
|
"id": "viewmsg_pos_top"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
+
"actionGroupExtractMode": "ITEM",
|
|
29
30
|
"panelItems": [
|
|
30
31
|
{
|
|
31
32
|
"rawItem": {
|
|
@@ -49,8 +50,10 @@ export default {
|
|
|
49
50
|
"id": "viewmsg_pos_body"
|
|
50
51
|
},
|
|
51
52
|
{
|
|
53
|
+
"actionGroupExtractMode": "ITEM",
|
|
52
54
|
"panelItems": [
|
|
53
55
|
{
|
|
56
|
+
"actionGroupExtractMode": "ITEM",
|
|
54
57
|
"panelItems": [
|
|
55
58
|
{
|
|
56
59
|
"caption": "日历导航栏",
|
|
@@ -83,6 +86,7 @@ export default {
|
|
|
83
86
|
"id": "view_content_left"
|
|
84
87
|
},
|
|
85
88
|
{
|
|
89
|
+
"actionGroupExtractMode": "ITEM",
|
|
86
90
|
"panelItems": [
|
|
87
91
|
{
|
|
88
92
|
"rawItem": {
|
|
@@ -173,6 +177,8 @@ export default {
|
|
|
173
177
|
"logicName": "日历导航视图布局面板(预置模型)",
|
|
174
178
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
175
179
|
"controlParam": {},
|
|
180
|
+
"modelId": "5C668E02-E569-46CD-A3CB-1F1E4DB0B133",
|
|
181
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
176
182
|
"name": "layoutpanel",
|
|
177
183
|
"id": "calendarexpviewlayout"
|
|
178
184
|
}
|
|
@@ -26,12 +26,16 @@ export default {
|
|
|
26
26
|
"id": "viewmsg_pos_top"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
+
"actionGroupExtractMode": "ITEM",
|
|
29
30
|
"panelItems": [
|
|
30
31
|
{
|
|
32
|
+
"actionGroupExtractMode": "ITEM",
|
|
31
33
|
"panelItems": [
|
|
32
34
|
{
|
|
35
|
+
"actionGroupExtractMode": "ITEM",
|
|
33
36
|
"panelItems": [
|
|
34
37
|
{
|
|
38
|
+
"actionGroupExtractMode": "ITEM",
|
|
35
39
|
"panelItems": [
|
|
36
40
|
{
|
|
37
41
|
"caption": "页面标题",
|
|
@@ -76,8 +80,10 @@ export default {
|
|
|
76
80
|
"id": "view_header_left"
|
|
77
81
|
},
|
|
78
82
|
{
|
|
83
|
+
"actionGroupExtractMode": "ITEM",
|
|
79
84
|
"panelItems": [
|
|
80
85
|
{
|
|
86
|
+
"actionGroupExtractMode": "ITEM",
|
|
81
87
|
"panelItems": [
|
|
82
88
|
{
|
|
83
89
|
"caption": "搜索栏",
|
|
@@ -107,6 +113,7 @@ export default {
|
|
|
107
113
|
"id": "view_searchbar"
|
|
108
114
|
},
|
|
109
115
|
{
|
|
116
|
+
"actionGroupExtractMode": "ITEM",
|
|
110
117
|
"panelItems": [
|
|
111
118
|
{
|
|
112
119
|
"caption": "工具栏",
|
|
@@ -207,6 +214,7 @@ export default {
|
|
|
207
214
|
"id": "viewmsg_pos_body"
|
|
208
215
|
},
|
|
209
216
|
{
|
|
217
|
+
"actionGroupExtractMode": "ITEM",
|
|
210
218
|
"panelItems": [
|
|
211
219
|
{
|
|
212
220
|
"caption": "日历",
|
|
@@ -264,6 +272,8 @@ export default {
|
|
|
264
272
|
"logicName": "日历视图布局面板(预置模型)",
|
|
265
273
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
266
274
|
"controlParam": {},
|
|
275
|
+
"modelId": "360b45451efb5f45b090e02347890e94",
|
|
276
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
267
277
|
"name": "layoutpanel",
|
|
268
278
|
"id": "calendarviewlayout"
|
|
269
279
|
}
|
|
@@ -26,6 +26,7 @@ export default {
|
|
|
26
26
|
"id": "viewmsg_pos_top"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
+
"actionGroupExtractMode": "ITEM",
|
|
29
30
|
"panelItems": [
|
|
30
31
|
{
|
|
31
32
|
"rawItem": {
|
|
@@ -49,8 +50,10 @@ export default {
|
|
|
49
50
|
"id": "viewmsg_pos_body"
|
|
50
51
|
},
|
|
51
52
|
{
|
|
53
|
+
"actionGroupExtractMode": "ITEM",
|
|
52
54
|
"panelItems": [
|
|
53
55
|
{
|
|
56
|
+
"actionGroupExtractMode": "ITEM",
|
|
54
57
|
"panelItems": [
|
|
55
58
|
{
|
|
56
59
|
"caption": "图表导航",
|
|
@@ -84,6 +87,7 @@ export default {
|
|
|
84
87
|
"id": "container"
|
|
85
88
|
},
|
|
86
89
|
{
|
|
90
|
+
"actionGroupExtractMode": "ITEM",
|
|
87
91
|
"panelItems": [
|
|
88
92
|
{
|
|
89
93
|
"rawItem": {
|
|
@@ -175,6 +179,8 @@ export default {
|
|
|
175
179
|
"logicName": "图表导航视图布局面板(预置模型)",
|
|
176
180
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
177
181
|
"controlParam": {},
|
|
182
|
+
"modelId": "01900310-2D66-4EAD-8682-E230847E444E",
|
|
183
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
178
184
|
"name": "layoutpanel",
|
|
179
185
|
"id": "chartexpviewlayout"
|
|
180
186
|
}
|
|
@@ -26,12 +26,16 @@ export default {
|
|
|
26
26
|
"id": "viewmsg_pos_top"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
+
"actionGroupExtractMode": "ITEM",
|
|
29
30
|
"panelItems": [
|
|
30
31
|
{
|
|
32
|
+
"actionGroupExtractMode": "ITEM",
|
|
31
33
|
"panelItems": [
|
|
32
34
|
{
|
|
35
|
+
"actionGroupExtractMode": "ITEM",
|
|
33
36
|
"panelItems": [
|
|
34
37
|
{
|
|
38
|
+
"actionGroupExtractMode": "ITEM",
|
|
35
39
|
"panelItems": [
|
|
36
40
|
{
|
|
37
41
|
"caption": "页面标题",
|
|
@@ -76,8 +80,10 @@ export default {
|
|
|
76
80
|
"id": "view_header_left"
|
|
77
81
|
},
|
|
78
82
|
{
|
|
83
|
+
"actionGroupExtractMode": "ITEM",
|
|
79
84
|
"panelItems": [
|
|
80
85
|
{
|
|
86
|
+
"actionGroupExtractMode": "ITEM",
|
|
81
87
|
"panelItems": [
|
|
82
88
|
{
|
|
83
89
|
"caption": "搜索栏",
|
|
@@ -107,6 +113,7 @@ export default {
|
|
|
107
113
|
"id": "view_searchbar"
|
|
108
114
|
},
|
|
109
115
|
{
|
|
116
|
+
"actionGroupExtractMode": "ITEM",
|
|
110
117
|
"panelItems": [
|
|
111
118
|
{
|
|
112
119
|
"caption": "工具栏",
|
|
@@ -207,8 +214,10 @@ export default {
|
|
|
207
214
|
"id": "viewmsg_pos_body"
|
|
208
215
|
},
|
|
209
216
|
{
|
|
217
|
+
"actionGroupExtractMode": "ITEM",
|
|
210
218
|
"panelItems": [
|
|
211
219
|
{
|
|
220
|
+
"actionGroupExtractMode": "ITEM",
|
|
212
221
|
"panelItems": [
|
|
213
222
|
{
|
|
214
223
|
"caption": "搜索表单",
|
|
@@ -252,6 +261,7 @@ export default {
|
|
|
252
261
|
"id": "panelpart1"
|
|
253
262
|
},
|
|
254
263
|
{
|
|
264
|
+
"actionGroupExtractMode": "ITEM",
|
|
255
265
|
"panelItems": [
|
|
256
266
|
{
|
|
257
267
|
"caption": "图表",
|
|
@@ -309,6 +319,8 @@ export default {
|
|
|
309
319
|
"logicName": "图表视图布局面板(预置模型)",
|
|
310
320
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
311
321
|
"controlParam": {},
|
|
322
|
+
"modelId": "93100ba0c9c5ee9a082ceb7a155ecf5d",
|
|
323
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
312
324
|
"name": "layoutpanel",
|
|
313
325
|
"id": "chartviewlayout"
|
|
314
326
|
}
|
|
@@ -26,6 +26,7 @@ export default {
|
|
|
26
26
|
"id": "viewmsg_pos_top"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
+
"actionGroupExtractMode": "ITEM",
|
|
29
30
|
"panelItems": [
|
|
30
31
|
{
|
|
31
32
|
"rawItem": {
|
|
@@ -49,8 +50,10 @@ export default {
|
|
|
49
50
|
"id": "viewmsg_pos_body"
|
|
50
51
|
},
|
|
51
52
|
{
|
|
53
|
+
"actionGroupExtractMode": "ITEM",
|
|
52
54
|
"panelItems": [
|
|
53
55
|
{
|
|
56
|
+
"actionGroupExtractMode": "ITEM",
|
|
54
57
|
"panelItems": [
|
|
55
58
|
{
|
|
56
59
|
"caption": "卡片导航",
|
|
@@ -83,6 +86,7 @@ export default {
|
|
|
83
86
|
"id": "view_exp"
|
|
84
87
|
},
|
|
85
88
|
{
|
|
89
|
+
"actionGroupExtractMode": "ITEM",
|
|
86
90
|
"panelItems": [
|
|
87
91
|
{
|
|
88
92
|
"rawItem": {
|
|
@@ -173,6 +177,8 @@ export default {
|
|
|
173
177
|
"logicName": "实体卡片视图导航视图布局面板(预置模型)",
|
|
174
178
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
175
179
|
"controlParam": {},
|
|
180
|
+
"modelId": "848552eba0ff1565f86b27c8dc710b41",
|
|
181
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
176
182
|
"name": "layoutpanel",
|
|
177
183
|
"id": "dataviewexpviewlayout"
|
|
178
184
|
}
|
package/src/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.ts
CHANGED
|
@@ -26,12 +26,16 @@ export default {
|
|
|
26
26
|
"id": "viewmsg_pos_top"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
+
"actionGroupExtractMode": "ITEM",
|
|
29
30
|
"panelItems": [
|
|
30
31
|
{
|
|
32
|
+
"actionGroupExtractMode": "ITEM",
|
|
31
33
|
"panelItems": [
|
|
32
34
|
{
|
|
35
|
+
"actionGroupExtractMode": "ITEM",
|
|
33
36
|
"panelItems": [
|
|
34
37
|
{
|
|
38
|
+
"actionGroupExtractMode": "ITEM",
|
|
35
39
|
"panelItems": [
|
|
36
40
|
{
|
|
37
41
|
"caption": "页面标题",
|
|
@@ -76,8 +80,10 @@ export default {
|
|
|
76
80
|
"id": "view_header_left"
|
|
77
81
|
},
|
|
78
82
|
{
|
|
83
|
+
"actionGroupExtractMode": "ITEM",
|
|
79
84
|
"panelItems": [
|
|
80
85
|
{
|
|
86
|
+
"actionGroupExtractMode": "ITEM",
|
|
81
87
|
"panelItems": [
|
|
82
88
|
{
|
|
83
89
|
"caption": "搜索栏",
|
|
@@ -107,6 +113,7 @@ export default {
|
|
|
107
113
|
"id": "view_searchbar"
|
|
108
114
|
},
|
|
109
115
|
{
|
|
116
|
+
"actionGroupExtractMode": "ITEM",
|
|
110
117
|
"panelItems": [
|
|
111
118
|
{
|
|
112
119
|
"caption": "工具栏",
|
|
@@ -207,8 +214,10 @@ export default {
|
|
|
207
214
|
"id": "viewmsg_pos_body"
|
|
208
215
|
},
|
|
209
216
|
{
|
|
217
|
+
"actionGroupExtractMode": "ITEM",
|
|
210
218
|
"panelItems": [
|
|
211
219
|
{
|
|
220
|
+
"actionGroupExtractMode": "ITEM",
|
|
212
221
|
"panelItems": [
|
|
213
222
|
{
|
|
214
223
|
"caption": "搜索表单",
|
|
@@ -252,6 +261,7 @@ export default {
|
|
|
252
261
|
"id": "panelpart1"
|
|
253
262
|
},
|
|
254
263
|
{
|
|
264
|
+
"actionGroupExtractMode": "ITEM",
|
|
255
265
|
"panelItems": [
|
|
256
266
|
{
|
|
257
267
|
"caption": "数据视图",
|
|
@@ -309,6 +319,8 @@ export default {
|
|
|
309
319
|
"logicName": "卡片视图布局面(预置模型)",
|
|
310
320
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
311
321
|
"controlParam": {},
|
|
322
|
+
"modelId": "c66f26d3970a1dce8bb5a0af7ff656ea",
|
|
323
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
312
324
|
"name": "layoutpanel",
|
|
313
325
|
"id": "dataviewlayout"
|
|
314
326
|
}
|
|
@@ -26,12 +26,16 @@ export default {
|
|
|
26
26
|
"id": "viewmsg_pos_top"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
+
"actionGroupExtractMode": "ITEM",
|
|
29
30
|
"panelItems": [
|
|
30
31
|
{
|
|
32
|
+
"actionGroupExtractMode": "ITEM",
|
|
31
33
|
"panelItems": [
|
|
32
34
|
{
|
|
35
|
+
"actionGroupExtractMode": "ITEM",
|
|
33
36
|
"panelItems": [
|
|
34
37
|
{
|
|
38
|
+
"actionGroupExtractMode": "ITEM",
|
|
35
39
|
"panelItems": [
|
|
36
40
|
{
|
|
37
41
|
"caption": "页面标题",
|
|
@@ -76,8 +80,10 @@ export default {
|
|
|
76
80
|
"id": "view_header_left"
|
|
77
81
|
},
|
|
78
82
|
{
|
|
83
|
+
"actionGroupExtractMode": "ITEM",
|
|
79
84
|
"panelItems": [
|
|
80
85
|
{
|
|
86
|
+
"actionGroupExtractMode": "ITEM",
|
|
81
87
|
"panelItems": [
|
|
82
88
|
{
|
|
83
89
|
"caption": "工具栏",
|
|
@@ -177,8 +183,10 @@ export default {
|
|
|
177
183
|
"id": "viewmsg_pos_body"
|
|
178
184
|
},
|
|
179
185
|
{
|
|
186
|
+
"actionGroupExtractMode": "ITEM",
|
|
180
187
|
"panelItems": [
|
|
181
188
|
{
|
|
189
|
+
"actionGroupExtractMode": "ITEM",
|
|
182
190
|
"panelItems": [
|
|
183
191
|
{
|
|
184
192
|
"caption": "关系数据栏",
|
|
@@ -213,8 +221,10 @@ export default {
|
|
|
213
221
|
"id": "view_drbar"
|
|
214
222
|
},
|
|
215
223
|
{
|
|
224
|
+
"actionGroupExtractMode": "ITEM",
|
|
216
225
|
"panelItems": [
|
|
217
226
|
{
|
|
227
|
+
"actionGroupExtractMode": "ITEM",
|
|
218
228
|
"panelItems": [
|
|
219
229
|
{
|
|
220
230
|
"caption": "表单",
|
|
@@ -244,6 +254,7 @@ export default {
|
|
|
244
254
|
"id": "view_form"
|
|
245
255
|
},
|
|
246
256
|
{
|
|
257
|
+
"actionGroupExtractMode": "ITEM",
|
|
247
258
|
"panelItems": [
|
|
248
259
|
{
|
|
249
260
|
"rawItem": {
|
|
@@ -335,6 +346,8 @@ export default {
|
|
|
335
346
|
"logicName": "实体编辑视图(左右关系)布局面板布局面板(预置模型)",
|
|
336
347
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
337
348
|
"controlParam": {},
|
|
349
|
+
"modelId": "AD23119F-5615-43F9-86D1-832C303DA1FE",
|
|
350
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
338
351
|
"name": "layoutpanel",
|
|
339
352
|
"id": "editview2layout"
|
|
340
353
|
}
|
|
@@ -26,12 +26,16 @@ export default {
|
|
|
26
26
|
"id": "viewmsg_pos_top"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
+
"actionGroupExtractMode": "ITEM",
|
|
29
30
|
"panelItems": [
|
|
30
31
|
{
|
|
32
|
+
"actionGroupExtractMode": "ITEM",
|
|
31
33
|
"panelItems": [
|
|
32
34
|
{
|
|
35
|
+
"actionGroupExtractMode": "ITEM",
|
|
33
36
|
"panelItems": [
|
|
34
37
|
{
|
|
38
|
+
"actionGroupExtractMode": "ITEM",
|
|
35
39
|
"panelItems": [
|
|
36
40
|
{
|
|
37
41
|
"caption": "页面标题",
|
|
@@ -76,8 +80,10 @@ export default {
|
|
|
76
80
|
"id": "view_header_left"
|
|
77
81
|
},
|
|
78
82
|
{
|
|
83
|
+
"actionGroupExtractMode": "ITEM",
|
|
79
84
|
"panelItems": [
|
|
80
85
|
{
|
|
86
|
+
"actionGroupExtractMode": "ITEM",
|
|
81
87
|
"panelItems": [
|
|
82
88
|
{
|
|
83
89
|
"caption": "工具栏",
|
|
@@ -177,8 +183,10 @@ export default {
|
|
|
177
183
|
"id": "viewmsg_pos_body"
|
|
178
184
|
},
|
|
179
185
|
{
|
|
186
|
+
"actionGroupExtractMode": "ITEM",
|
|
180
187
|
"panelItems": [
|
|
181
188
|
{
|
|
189
|
+
"actionGroupExtractMode": "ITEM",
|
|
182
190
|
"panelItems": [
|
|
183
191
|
{
|
|
184
192
|
"caption": "关系分页部件",
|
|
@@ -212,6 +220,7 @@ export default {
|
|
|
212
220
|
"id": "view_drtab"
|
|
213
221
|
},
|
|
214
222
|
{
|
|
223
|
+
"actionGroupExtractMode": "ITEM",
|
|
215
224
|
"panelItems": [
|
|
216
225
|
{
|
|
217
226
|
"caption": "表单",
|
|
@@ -240,6 +249,7 @@ export default {
|
|
|
240
249
|
"id": "view_form"
|
|
241
250
|
},
|
|
242
251
|
{
|
|
252
|
+
"actionGroupExtractMode": "ITEM",
|
|
243
253
|
"panelItems": [
|
|
244
254
|
{
|
|
245
255
|
"rawItem": {
|
|
@@ -315,6 +325,8 @@ export default {
|
|
|
315
325
|
"logicName": "实体编辑视图(分页关系)布局面板布局面板(预置模型)",
|
|
316
326
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
317
327
|
"controlParam": {},
|
|
328
|
+
"modelId": "BE89C133-2DBC-4CC5-BAC5-5FFA75A52A17",
|
|
329
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
318
330
|
"name": "layoutpanel",
|
|
319
331
|
"id": "editview3layout"
|
|
320
332
|
}
|
|
@@ -26,12 +26,16 @@ export default {
|
|
|
26
26
|
"id": "viewmsg_pos_top"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
+
"actionGroupExtractMode": "ITEM",
|
|
29
30
|
"panelItems": [
|
|
30
31
|
{
|
|
32
|
+
"actionGroupExtractMode": "ITEM",
|
|
31
33
|
"panelItems": [
|
|
32
34
|
{
|
|
35
|
+
"actionGroupExtractMode": "ITEM",
|
|
33
36
|
"panelItems": [
|
|
34
37
|
{
|
|
38
|
+
"actionGroupExtractMode": "ITEM",
|
|
35
39
|
"panelItems": [
|
|
36
40
|
{
|
|
37
41
|
"caption": "页面标题",
|
|
@@ -76,8 +80,10 @@ export default {
|
|
|
76
80
|
"id": "view_header_left"
|
|
77
81
|
},
|
|
78
82
|
{
|
|
83
|
+
"actionGroupExtractMode": "ITEM",
|
|
79
84
|
"panelItems": [
|
|
80
85
|
{
|
|
86
|
+
"actionGroupExtractMode": "ITEM",
|
|
81
87
|
"panelItems": [
|
|
82
88
|
{
|
|
83
89
|
"caption": "工具栏",
|
|
@@ -177,6 +183,7 @@ export default {
|
|
|
177
183
|
"id": "viewmsg_pos_body"
|
|
178
184
|
},
|
|
179
185
|
{
|
|
186
|
+
"actionGroupExtractMode": "ITEM",
|
|
180
187
|
"panelItems": [
|
|
181
188
|
{
|
|
182
189
|
"caption": "表单",
|
|
@@ -205,6 +212,7 @@ export default {
|
|
|
205
212
|
"id": "view_form"
|
|
206
213
|
},
|
|
207
214
|
{
|
|
215
|
+
"actionGroupExtractMode": "ITEM",
|
|
208
216
|
"panelItems": [
|
|
209
217
|
{
|
|
210
218
|
"caption": "关系分页部件",
|
|
@@ -233,6 +241,7 @@ export default {
|
|
|
233
241
|
"id": "view_drtab"
|
|
234
242
|
},
|
|
235
243
|
{
|
|
244
|
+
"actionGroupExtractMode": "ITEM",
|
|
236
245
|
"panelItems": [
|
|
237
246
|
{
|
|
238
247
|
"rawItem": {
|
|
@@ -292,6 +301,8 @@ export default {
|
|
|
292
301
|
"logicName": "实体编辑视图(上下关系)布局面板",
|
|
293
302
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
294
303
|
"controlParam": {},
|
|
304
|
+
"modelId": "B6FBF6C3-85C1-4802-A62C-587F28E11027",
|
|
305
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
295
306
|
"name": "layoutpanel",
|
|
296
307
|
"id": "editview4layout"
|
|
297
308
|
}
|
package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.ts
CHANGED
|
@@ -26,12 +26,16 @@ export default {
|
|
|
26
26
|
"id": "viewmsg_pos_top"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
+
"actionGroupExtractMode": "ITEM",
|
|
29
30
|
"panelItems": [
|
|
30
31
|
{
|
|
32
|
+
"actionGroupExtractMode": "ITEM",
|
|
31
33
|
"panelItems": [
|
|
32
34
|
{
|
|
35
|
+
"actionGroupExtractMode": "ITEM",
|
|
33
36
|
"panelItems": [
|
|
34
37
|
{
|
|
38
|
+
"actionGroupExtractMode": "ITEM",
|
|
35
39
|
"panelItems": [
|
|
36
40
|
{
|
|
37
41
|
"caption": "页面标题",
|
|
@@ -76,8 +80,10 @@ export default {
|
|
|
76
80
|
"id": "view_header_left"
|
|
77
81
|
},
|
|
78
82
|
{
|
|
83
|
+
"actionGroupExtractMode": "ITEM",
|
|
79
84
|
"panelItems": [
|
|
80
85
|
{
|
|
86
|
+
"actionGroupExtractMode": "ITEM",
|
|
81
87
|
"panelItems": [
|
|
82
88
|
{
|
|
83
89
|
"caption": "工具栏",
|
|
@@ -177,6 +183,7 @@ export default {
|
|
|
177
183
|
"id": "viewmsg_pos_body"
|
|
178
184
|
},
|
|
179
185
|
{
|
|
186
|
+
"actionGroupExtractMode": "ITEM",
|
|
180
187
|
"panelItems": [
|
|
181
188
|
{
|
|
182
189
|
"caption": "表单",
|
|
@@ -234,6 +241,8 @@ export default {
|
|
|
234
241
|
"logicName": "编辑视图布局面板(预置模型)",
|
|
235
242
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
236
243
|
"controlParam": {},
|
|
244
|
+
"modelId": "b71e30f51bd2f7fead7b372db06a8ff6",
|
|
245
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
237
246
|
"name": "layoutpanel",
|
|
238
247
|
"id": "editviewlayout"
|
|
239
248
|
}
|