@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
package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.cjs
CHANGED
|
@@ -32,12 +32,16 @@ var DEMAPVIEW = {
|
|
|
32
32
|
"id": "viewmsg_pos_top"
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
|
+
"actionGroupExtractMode": "ITEM",
|
|
35
36
|
"panelItems": [
|
|
36
37
|
{
|
|
38
|
+
"actionGroupExtractMode": "ITEM",
|
|
37
39
|
"panelItems": [
|
|
38
40
|
{
|
|
41
|
+
"actionGroupExtractMode": "ITEM",
|
|
39
42
|
"panelItems": [
|
|
40
43
|
{
|
|
44
|
+
"actionGroupExtractMode": "ITEM",
|
|
41
45
|
"panelItems": [
|
|
42
46
|
{
|
|
43
47
|
"caption": "\u9875\u9762\u6807\u9898",
|
|
@@ -82,8 +86,10 @@ var DEMAPVIEW = {
|
|
|
82
86
|
"id": "view_header_left"
|
|
83
87
|
},
|
|
84
88
|
{
|
|
89
|
+
"actionGroupExtractMode": "ITEM",
|
|
85
90
|
"panelItems": [
|
|
86
91
|
{
|
|
92
|
+
"actionGroupExtractMode": "ITEM",
|
|
87
93
|
"panelItems": [
|
|
88
94
|
{
|
|
89
95
|
"caption": "\u641C\u7D22\u680F",
|
|
@@ -113,6 +119,7 @@ var DEMAPVIEW = {
|
|
|
113
119
|
"id": "view_searchbar"
|
|
114
120
|
},
|
|
115
121
|
{
|
|
122
|
+
"actionGroupExtractMode": "ITEM",
|
|
116
123
|
"panelItems": [
|
|
117
124
|
{
|
|
118
125
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -213,8 +220,10 @@ var DEMAPVIEW = {
|
|
|
213
220
|
"id": "viewmsg_pos_body"
|
|
214
221
|
},
|
|
215
222
|
{
|
|
223
|
+
"actionGroupExtractMode": "ITEM",
|
|
216
224
|
"panelItems": [
|
|
217
225
|
{
|
|
226
|
+
"actionGroupExtractMode": "ITEM",
|
|
218
227
|
"panelItems": [
|
|
219
228
|
{
|
|
220
229
|
"caption": "\u641C\u7D22\u8868\u5355",
|
|
@@ -258,6 +267,7 @@ var DEMAPVIEW = {
|
|
|
258
267
|
"id": "panelpart1"
|
|
259
268
|
},
|
|
260
269
|
{
|
|
270
|
+
"actionGroupExtractMode": "ITEM",
|
|
261
271
|
"panelItems": [
|
|
262
272
|
{
|
|
263
273
|
"caption": "\u5730\u56FE\u5360\u4F4D",
|
|
@@ -350,10 +360,13 @@ var DEMAPVIEW = {
|
|
|
350
360
|
"controlParam": {
|
|
351
361
|
"id": "map"
|
|
352
362
|
},
|
|
363
|
+
"modelId": "0BACEEDC-6A9D-4836-90A3-97D8506737F7",
|
|
364
|
+
"modelType": "PSSYSMAPVIEW",
|
|
353
365
|
"name": "map",
|
|
354
366
|
"id": "frontmodel.viewlayoutmodelrepository.demapviewlayout_mapview"
|
|
355
367
|
},
|
|
356
368
|
{
|
|
369
|
+
"groupMode": "SINGLE",
|
|
357
370
|
"controlType": "SEARCHBAR",
|
|
358
371
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
359
372
|
"controlParam": {
|
|
@@ -379,6 +392,8 @@ var DEMAPVIEW = {
|
|
|
379
392
|
"logicName": "\u5730\u56FE\u89C6\u56FE\u5E03\u5C40(\u9884\u7F6E\u6A21\u578B)",
|
|
380
393
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
381
394
|
"controlParam": {},
|
|
395
|
+
"modelId": "B4A44468-8EDF-4FCD-8082-2DFA97C19E27",
|
|
396
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
382
397
|
"name": "layoutpanel",
|
|
383
398
|
"id": "mapviewlayout"
|
|
384
399
|
};
|
|
@@ -32,12 +32,16 @@ var DEOptView = {
|
|
|
32
32
|
"id": "viewmsg_pos_top"
|
|
33
33
|
},
|
|
34
34
|
{
|
|
35
|
+
"actionGroupExtractMode": "ITEM",
|
|
35
36
|
"panelItems": [
|
|
36
37
|
{
|
|
38
|
+
"actionGroupExtractMode": "ITEM",
|
|
37
39
|
"panelItems": [
|
|
38
40
|
{
|
|
41
|
+
"actionGroupExtractMode": "ITEM",
|
|
39
42
|
"panelItems": [
|
|
40
43
|
{
|
|
44
|
+
"actionGroupExtractMode": "ITEM",
|
|
41
45
|
"panelItems": [
|
|
42
46
|
{
|
|
43
47
|
"caption": "\u9875\u9762\u6807\u9898",
|
|
@@ -82,8 +86,10 @@ var DEOptView = {
|
|
|
82
86
|
"id": "view_header_left"
|
|
83
87
|
},
|
|
84
88
|
{
|
|
89
|
+
"actionGroupExtractMode": "ITEM",
|
|
85
90
|
"panelItems": [
|
|
86
91
|
{
|
|
92
|
+
"actionGroupExtractMode": "ITEM",
|
|
87
93
|
"panelItems": [
|
|
88
94
|
{
|
|
89
95
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -183,6 +189,7 @@ var DEOptView = {
|
|
|
183
189
|
"id": "viewmsg_pos_body"
|
|
184
190
|
},
|
|
185
191
|
{
|
|
192
|
+
"actionGroupExtractMode": "ITEM",
|
|
186
193
|
"panelItems": [
|
|
187
194
|
{
|
|
188
195
|
"caption": "\u8868\u5355",
|
|
@@ -213,12 +220,13 @@ var DEOptView = {
|
|
|
213
220
|
"id": "view_content"
|
|
214
221
|
},
|
|
215
222
|
{
|
|
223
|
+
"actionGroupExtractMode": "ITEM",
|
|
216
224
|
"panelItems": [
|
|
217
225
|
{
|
|
218
226
|
"actionType": "UIACTION",
|
|
219
227
|
"buttonStyle": "PRIMARY",
|
|
220
228
|
"buttonType": "PANELBUTTON",
|
|
221
|
-
"uiactionId": "
|
|
229
|
+
"uiactionId": "view_okaction",
|
|
222
230
|
"renderMode": "BUTTON",
|
|
223
231
|
"tooltip": "\u786E\u5B9A",
|
|
224
232
|
"caption": "\u786E\u5B9A",
|
|
@@ -235,7 +243,7 @@ var DEOptView = {
|
|
|
235
243
|
"actionType": "UIACTION",
|
|
236
244
|
"buttonStyle": "INFO",
|
|
237
245
|
"buttonType": "PANELBUTTON",
|
|
238
|
-
"uiactionId": "
|
|
246
|
+
"uiactionId": "view_cancelaction",
|
|
239
247
|
"renderMode": "BUTTON",
|
|
240
248
|
"tooltip": "\u53D6\u6D88",
|
|
241
249
|
"caption": "\u53D6\u6D88",
|
|
@@ -292,6 +300,8 @@ var DEOptView = {
|
|
|
292
300
|
"logicName": "\u9009\u9879\u64CD\u4F5C\u89C6\u56FE\u5E03\u5C40\u9762(\u9884\u7F6E\u6A21\u578B)",
|
|
293
301
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
294
302
|
"controlParam": {},
|
|
303
|
+
"modelId": "086d2240258968728f8c3553d94f5fe0",
|
|
304
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
295
305
|
"name": "layoutpanel",
|
|
296
306
|
"id": "optionviewlayout"
|
|
297
307
|
};
|
|
@@ -31,12 +31,16 @@ var DEPanelView = {
|
|
|
31
31
|
"id": "viewmsg_pos_top"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
|
+
"actionGroupExtractMode": "ITEM",
|
|
34
35
|
"panelItems": [
|
|
35
36
|
{
|
|
37
|
+
"actionGroupExtractMode": "ITEM",
|
|
36
38
|
"panelItems": [
|
|
37
39
|
{
|
|
40
|
+
"actionGroupExtractMode": "ITEM",
|
|
38
41
|
"panelItems": [
|
|
39
42
|
{
|
|
43
|
+
"actionGroupExtractMode": "ITEM",
|
|
40
44
|
"panelItems": [
|
|
41
45
|
{
|
|
42
46
|
"caption": "\u9875\u9762\u6807\u9898",
|
|
@@ -81,8 +85,10 @@ var DEPanelView = {
|
|
|
81
85
|
"id": "view_header_left"
|
|
82
86
|
},
|
|
83
87
|
{
|
|
88
|
+
"actionGroupExtractMode": "ITEM",
|
|
84
89
|
"panelItems": [
|
|
85
90
|
{
|
|
91
|
+
"actionGroupExtractMode": "ITEM",
|
|
86
92
|
"panelItems": [
|
|
87
93
|
{
|
|
88
94
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -182,6 +188,7 @@ var DEPanelView = {
|
|
|
182
188
|
"id": "viewmsg_pos_body"
|
|
183
189
|
},
|
|
184
190
|
{
|
|
191
|
+
"actionGroupExtractMode": "ITEM",
|
|
185
192
|
"panelItems": [
|
|
186
193
|
{
|
|
187
194
|
"caption": "\u9762\u677F\u90E8\u4EF6",
|
|
@@ -239,6 +246,8 @@ var DEPanelView = {
|
|
|
239
246
|
"logicName": "\u5B9E\u4F53\u9762\u677F\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
240
247
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
241
248
|
"controlParam": {},
|
|
249
|
+
"modelId": "2590E39D-C404-4A08-A8E8-68104DD1B925",
|
|
250
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
242
251
|
"name": "layoutpanel",
|
|
243
252
|
"id": "panelviewlayout"
|
|
244
253
|
};
|
|
@@ -10,8 +10,10 @@ var DEPickupDataView = {
|
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
12
|
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
13
14
|
"panelItems": [
|
|
14
15
|
{
|
|
16
|
+
"actionGroupExtractMode": "ITEM",
|
|
15
17
|
"panelItems": [
|
|
16
18
|
{
|
|
17
19
|
"caption": "\u641C\u7D22\u8868\u5355",
|
|
@@ -73,6 +75,8 @@ var DEPickupDataView = {
|
|
|
73
75
|
"logicName": "\u5B9E\u4F53\u9009\u62E9\u6570\u636E\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
74
76
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
75
77
|
"controlParam": {},
|
|
78
|
+
"modelId": "544D9466-A960-4F78-A934-946B7190670A",
|
|
79
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
76
80
|
"name": "layoutpanel",
|
|
77
81
|
"id": "pickupdataviewlayout"
|
|
78
82
|
};
|
|
@@ -10,8 +10,10 @@ var DEPickupGirdView = {
|
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
12
|
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
13
14
|
"panelItems": [
|
|
14
15
|
{
|
|
16
|
+
"actionGroupExtractMode": "ITEM",
|
|
15
17
|
"panelItems": [
|
|
16
18
|
{
|
|
17
19
|
"caption": "\u641C\u7D22\u8868\u5355",
|
|
@@ -73,6 +75,8 @@ var DEPickupGirdView = {
|
|
|
73
75
|
"logicName": "\u5B9E\u4F53\u9009\u62E9\u8868\u683C\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
74
76
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
75
77
|
"controlParam": {},
|
|
78
|
+
"modelId": "dde87023cb946b77a549f85075b7ecde",
|
|
79
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
76
80
|
"name": "layoutpanel",
|
|
77
81
|
"id": "pickupgridviewlayout"
|
|
78
82
|
};
|
|
@@ -10,8 +10,10 @@ var DEPickupTreeView = {
|
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
12
|
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
13
14
|
"panelItems": [
|
|
14
15
|
{
|
|
16
|
+
"actionGroupExtractMode": "ITEM",
|
|
15
17
|
"panelItems": [
|
|
16
18
|
{
|
|
17
19
|
"caption": "\u641C\u7D22\u8868\u5355",
|
|
@@ -72,6 +74,8 @@ var DEPickupTreeView = {
|
|
|
72
74
|
"logicName": "\u5B9E\u4F53\u9009\u62E9\u6811\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
73
75
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
74
76
|
"controlParam": {},
|
|
77
|
+
"modelId": "1D09DFA0-2ED0-48FA-BDD0-A63FB6AAF302",
|
|
78
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
75
79
|
"name": "layoutpanel",
|
|
76
80
|
"id": "pickuptreeviewlayout"
|
|
77
81
|
};
|
|
@@ -31,12 +31,16 @@ var DEPickupView2 = {
|
|
|
31
31
|
"id": "viewmsg_pos_top"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
|
+
"actionGroupExtractMode": "ITEM",
|
|
34
35
|
"panelItems": [
|
|
35
36
|
{
|
|
37
|
+
"actionGroupExtractMode": "ITEM",
|
|
36
38
|
"panelItems": [
|
|
37
39
|
{
|
|
40
|
+
"actionGroupExtractMode": "ITEM",
|
|
38
41
|
"panelItems": [
|
|
39
42
|
{
|
|
43
|
+
"actionGroupExtractMode": "ITEM",
|
|
40
44
|
"panelItems": [
|
|
41
45
|
{
|
|
42
46
|
"caption": "\u9875\u9762\u6807\u9898",
|
|
@@ -81,8 +85,10 @@ var DEPickupView2 = {
|
|
|
81
85
|
"id": "view_header_left"
|
|
82
86
|
},
|
|
83
87
|
{
|
|
88
|
+
"actionGroupExtractMode": "ITEM",
|
|
84
89
|
"panelItems": [
|
|
85
90
|
{
|
|
91
|
+
"actionGroupExtractMode": "ITEM",
|
|
86
92
|
"panelItems": [
|
|
87
93
|
{
|
|
88
94
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -182,8 +188,10 @@ var DEPickupView2 = {
|
|
|
182
188
|
"id": "viewmsg_pos_body"
|
|
183
189
|
},
|
|
184
190
|
{
|
|
191
|
+
"actionGroupExtractMode": "ITEM",
|
|
185
192
|
"panelItems": [
|
|
186
193
|
{
|
|
194
|
+
"actionGroupExtractMode": "ITEM",
|
|
187
195
|
"panelItems": [
|
|
188
196
|
{
|
|
189
197
|
"caption": "\u6811\u5BFC\u822A",
|
|
@@ -211,6 +219,7 @@ var DEPickupView2 = {
|
|
|
211
219
|
"id": "view_exp"
|
|
212
220
|
},
|
|
213
221
|
{
|
|
222
|
+
"actionGroupExtractMode": "ITEM",
|
|
214
223
|
"panelItems": [
|
|
215
224
|
{
|
|
216
225
|
"caption": "\u9009\u62E9\u9762\u677F",
|
|
@@ -257,12 +266,13 @@ var DEPickupView2 = {
|
|
|
257
266
|
"id": "view_container"
|
|
258
267
|
},
|
|
259
268
|
{
|
|
269
|
+
"actionGroupExtractMode": "ITEM",
|
|
260
270
|
"panelItems": [
|
|
261
271
|
{
|
|
262
272
|
"actionType": "UIACTION",
|
|
263
273
|
"buttonStyle": "PRIMARY",
|
|
264
274
|
"buttonType": "PANELBUTTON",
|
|
265
|
-
"uiactionId": "
|
|
275
|
+
"uiactionId": "view_okaction",
|
|
266
276
|
"renderMode": "BUTTON",
|
|
267
277
|
"tooltip": "\u786E\u5B9A",
|
|
268
278
|
"caption": "\u786E\u5B9A",
|
|
@@ -279,7 +289,7 @@ var DEPickupView2 = {
|
|
|
279
289
|
"actionType": "UIACTION",
|
|
280
290
|
"buttonStyle": "INFO",
|
|
281
291
|
"buttonType": "PANELBUTTON",
|
|
282
|
-
"uiactionId": "
|
|
292
|
+
"uiactionId": "view_cancelaction",
|
|
283
293
|
"renderMode": "BUTTON",
|
|
284
294
|
"tooltip": "\u53D6\u6D88",
|
|
285
295
|
"caption": "\u53D6\u6D88",
|
|
@@ -336,6 +346,8 @@ var DEPickupView2 = {
|
|
|
336
346
|
"logicName": "\u5B9E\u4F53\u6570\u636E\u9009\u62E9\u89C6\u56FE\uFF08\u5DE6\u53F3\u5173\u7CFB\uFF09\u5E03\u5C40\u9762\u677F",
|
|
337
347
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
338
348
|
"controlParam": {},
|
|
349
|
+
"modelId": "7EDA40A5-145B-4541-906B-CAB08565EAC8",
|
|
350
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
339
351
|
"name": "layoutpanel",
|
|
340
352
|
"id": "pickupview2layout"
|
|
341
353
|
};
|
|
@@ -31,12 +31,16 @@ var DEPickupView = {
|
|
|
31
31
|
"id": "viewmsg_pos_top"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
|
+
"actionGroupExtractMode": "ITEM",
|
|
34
35
|
"panelItems": [
|
|
35
36
|
{
|
|
37
|
+
"actionGroupExtractMode": "ITEM",
|
|
36
38
|
"panelItems": [
|
|
37
39
|
{
|
|
40
|
+
"actionGroupExtractMode": "ITEM",
|
|
38
41
|
"panelItems": [
|
|
39
42
|
{
|
|
43
|
+
"actionGroupExtractMode": "ITEM",
|
|
40
44
|
"panelItems": [
|
|
41
45
|
{
|
|
42
46
|
"caption": "\u9875\u9762\u6807\u9898",
|
|
@@ -81,8 +85,10 @@ var DEPickupView = {
|
|
|
81
85
|
"id": "view_header_left"
|
|
82
86
|
},
|
|
83
87
|
{
|
|
88
|
+
"actionGroupExtractMode": "ITEM",
|
|
84
89
|
"panelItems": [
|
|
85
90
|
{
|
|
91
|
+
"actionGroupExtractMode": "ITEM",
|
|
86
92
|
"panelItems": [
|
|
87
93
|
{
|
|
88
94
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -182,6 +188,7 @@ var DEPickupView = {
|
|
|
182
188
|
"id": "viewmsg_pos_body"
|
|
183
189
|
},
|
|
184
190
|
{
|
|
191
|
+
"actionGroupExtractMode": "ITEM",
|
|
185
192
|
"panelItems": [
|
|
186
193
|
{
|
|
187
194
|
"caption": "\u63A7\u4EF6\u5360\u4F4D",
|
|
@@ -212,12 +219,13 @@ var DEPickupView = {
|
|
|
212
219
|
"id": "view_content"
|
|
213
220
|
},
|
|
214
221
|
{
|
|
222
|
+
"actionGroupExtractMode": "ITEM",
|
|
215
223
|
"panelItems": [
|
|
216
224
|
{
|
|
217
225
|
"actionType": "UIACTION",
|
|
218
226
|
"buttonStyle": "PRIMARY",
|
|
219
227
|
"buttonType": "PANELBUTTON",
|
|
220
|
-
"uiactionId": "
|
|
228
|
+
"uiactionId": "view_okaction",
|
|
221
229
|
"renderMode": "BUTTON",
|
|
222
230
|
"tooltip": "\u786E\u5B9A",
|
|
223
231
|
"caption": "\u786E\u5B9A",
|
|
@@ -234,7 +242,7 @@ var DEPickupView = {
|
|
|
234
242
|
"actionType": "UIACTION",
|
|
235
243
|
"buttonStyle": "INFO",
|
|
236
244
|
"buttonType": "PANELBUTTON",
|
|
237
|
-
"uiactionId": "
|
|
245
|
+
"uiactionId": "view_cancelaction",
|
|
238
246
|
"renderMode": "BUTTON",
|
|
239
247
|
"tooltip": "\u53D6\u6D88",
|
|
240
248
|
"caption": "\u53D6\u6D88",
|
|
@@ -291,6 +299,8 @@ var DEPickupView = {
|
|
|
291
299
|
"logicName": "\u9009\u62E9\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
292
300
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
293
301
|
"controlParam": {},
|
|
302
|
+
"modelId": "9c96b1419055092f6af2238700ef6dca",
|
|
303
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
294
304
|
"name": "layoutpanel",
|
|
295
305
|
"id": "pickupviewlayout"
|
|
296
306
|
};
|
|
@@ -31,12 +31,16 @@ var DEREPORTVIEW = {
|
|
|
31
31
|
"id": "viewmsg_pos_top"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
|
+
"actionGroupExtractMode": "ITEM",
|
|
34
35
|
"panelItems": [
|
|
35
36
|
{
|
|
37
|
+
"actionGroupExtractMode": "ITEM",
|
|
36
38
|
"panelItems": [
|
|
37
39
|
{
|
|
40
|
+
"actionGroupExtractMode": "ITEM",
|
|
38
41
|
"panelItems": [
|
|
39
42
|
{
|
|
43
|
+
"actionGroupExtractMode": "ITEM",
|
|
40
44
|
"panelItems": [
|
|
41
45
|
{
|
|
42
46
|
"caption": "\u9875\u9762\u6807\u9898",
|
|
@@ -81,8 +85,10 @@ var DEREPORTVIEW = {
|
|
|
81
85
|
"id": "view_header_left"
|
|
82
86
|
},
|
|
83
87
|
{
|
|
88
|
+
"actionGroupExtractMode": "ITEM",
|
|
84
89
|
"panelItems": [
|
|
85
90
|
{
|
|
91
|
+
"actionGroupExtractMode": "ITEM",
|
|
86
92
|
"panelItems": [
|
|
87
93
|
{
|
|
88
94
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -182,8 +188,10 @@ var DEREPORTVIEW = {
|
|
|
182
188
|
"id": "viewmsg_pos_body"
|
|
183
189
|
},
|
|
184
190
|
{
|
|
191
|
+
"actionGroupExtractMode": "ITEM",
|
|
185
192
|
"panelItems": [
|
|
186
193
|
{
|
|
194
|
+
"actionGroupExtractMode": "ITEM",
|
|
187
195
|
"panelItems": [
|
|
188
196
|
{
|
|
189
197
|
"caption": "\u641C\u7D22\u8868\u5355",
|
|
@@ -227,6 +235,7 @@ var DEREPORTVIEW = {
|
|
|
227
235
|
"id": "panelpart1"
|
|
228
236
|
},
|
|
229
237
|
{
|
|
238
|
+
"actionGroupExtractMode": "ITEM",
|
|
230
239
|
"panelItems": [
|
|
231
240
|
{
|
|
232
241
|
"caption": "\u62A5\u8868",
|
|
@@ -284,6 +293,8 @@ var DEREPORTVIEW = {
|
|
|
284
293
|
"logicName": "\u62A5\u8868\u89C6\u56FE\u5E03\u5C40(\u9884\u7F6E\u6A21\u578B)",
|
|
285
294
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
286
295
|
"controlParam": {},
|
|
296
|
+
"modelId": "BBEF3FAA-3208-42C5-B86A-C70D134CA69B",
|
|
297
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
287
298
|
"name": "layoutpanel",
|
|
288
299
|
"id": "reportviewlayout"
|
|
289
300
|
};
|
|
@@ -31,8 +31,10 @@ var DETabExpView = {
|
|
|
31
31
|
"id": "viewmsg_pos_top"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
|
+
"actionGroupExtractMode": "ITEM",
|
|
34
35
|
"panelItems": [
|
|
35
36
|
{
|
|
37
|
+
"actionGroupExtractMode": "ITEM",
|
|
36
38
|
"panelItems": [
|
|
37
39
|
{
|
|
38
40
|
"caption": "\u6807\u9898\u680F",
|
|
@@ -60,6 +62,7 @@ var DETabExpView = {
|
|
|
60
62
|
"id": "view_captionbar"
|
|
61
63
|
},
|
|
62
64
|
{
|
|
65
|
+
"actionGroupExtractMode": "ITEM",
|
|
63
66
|
"panelItems": [
|
|
64
67
|
{
|
|
65
68
|
"caption": "\u5206\u9875\u5BFC\u822A",
|
|
@@ -126,8 +129,10 @@ var DETabExpView = {
|
|
|
126
129
|
"id": "viewmsg_pos_body"
|
|
127
130
|
},
|
|
128
131
|
{
|
|
132
|
+
"actionGroupExtractMode": "ITEM",
|
|
129
133
|
"panelItems": [
|
|
130
134
|
{
|
|
135
|
+
"actionGroupExtractMode": "ITEM",
|
|
131
136
|
"layout": {
|
|
132
137
|
"layout": "FLEX"
|
|
133
138
|
},
|
|
@@ -142,8 +147,10 @@ var DETabExpView = {
|
|
|
142
147
|
"id": "view_tabexppanel_left"
|
|
143
148
|
},
|
|
144
149
|
{
|
|
150
|
+
"actionGroupExtractMode": "ITEM",
|
|
145
151
|
"panelItems": [
|
|
146
152
|
{
|
|
153
|
+
"actionGroupExtractMode": "ITEM",
|
|
147
154
|
"panelItems": [
|
|
148
155
|
{
|
|
149
156
|
"rawItem": {
|
|
@@ -178,6 +185,7 @@ var DETabExpView = {
|
|
|
178
185
|
"id": "view_content"
|
|
179
186
|
},
|
|
180
187
|
{
|
|
188
|
+
"actionGroupExtractMode": "ITEM",
|
|
181
189
|
"layout": {
|
|
182
190
|
"layout": "FLEX"
|
|
183
191
|
},
|
|
@@ -207,6 +215,7 @@ var DETabExpView = {
|
|
|
207
215
|
"id": "container1"
|
|
208
216
|
},
|
|
209
217
|
{
|
|
218
|
+
"actionGroupExtractMode": "ITEM",
|
|
210
219
|
"layout": {
|
|
211
220
|
"layout": "FLEX"
|
|
212
221
|
},
|
|
@@ -264,6 +273,8 @@ var DETabExpView = {
|
|
|
264
273
|
"logicName": "\u5206\u9875\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
265
274
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
266
275
|
"controlParam": {},
|
|
276
|
+
"modelId": "ea686edf47b6718d93a42c9f8023c3e4",
|
|
277
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
267
278
|
"name": "layoutpanel",
|
|
268
279
|
"id": "tabexpviewlayout"
|
|
269
280
|
};
|
|
@@ -31,12 +31,16 @@ var DETABSEARCHVIEW = {
|
|
|
31
31
|
"id": "viewmsg_pos_top"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
|
+
"actionGroupExtractMode": "ITEM",
|
|
34
35
|
"panelItems": [
|
|
35
36
|
{
|
|
37
|
+
"actionGroupExtractMode": "ITEM",
|
|
36
38
|
"panelItems": [
|
|
37
39
|
{
|
|
40
|
+
"actionGroupExtractMode": "ITEM",
|
|
38
41
|
"panelItems": [
|
|
39
42
|
{
|
|
43
|
+
"actionGroupExtractMode": "ITEM",
|
|
40
44
|
"panelItems": [
|
|
41
45
|
{
|
|
42
46
|
"caption": "\u9875\u9762\u6807\u9898",
|
|
@@ -81,8 +85,10 @@ var DETABSEARCHVIEW = {
|
|
|
81
85
|
"id": "view_header_left"
|
|
82
86
|
},
|
|
83
87
|
{
|
|
88
|
+
"actionGroupExtractMode": "ITEM",
|
|
84
89
|
"panelItems": [
|
|
85
90
|
{
|
|
91
|
+
"actionGroupExtractMode": "ITEM",
|
|
86
92
|
"panelItems": [
|
|
87
93
|
{
|
|
88
94
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -182,8 +188,10 @@ var DETABSEARCHVIEW = {
|
|
|
182
188
|
"id": "viewmsg_pos_body"
|
|
183
189
|
},
|
|
184
190
|
{
|
|
191
|
+
"actionGroupExtractMode": "ITEM",
|
|
185
192
|
"panelItems": [
|
|
186
193
|
{
|
|
194
|
+
"actionGroupExtractMode": "ITEM",
|
|
187
195
|
"panelItems": [
|
|
188
196
|
{
|
|
189
197
|
"caption": "\u5173\u7CFB\u5206\u9875\u90E8\u4EF6",
|
|
@@ -239,6 +247,7 @@ var DETABSEARCHVIEW = {
|
|
|
239
247
|
"id": "view_tabexppanel"
|
|
240
248
|
},
|
|
241
249
|
{
|
|
250
|
+
"actionGroupExtractMode": "ITEM",
|
|
242
251
|
"panelItems": [
|
|
243
252
|
{
|
|
244
253
|
"caption": "\u641C\u7D22\u8868\u5355",
|
|
@@ -266,6 +275,7 @@ var DETABSEARCHVIEW = {
|
|
|
266
275
|
"id": "view_searchform"
|
|
267
276
|
},
|
|
268
277
|
{
|
|
278
|
+
"actionGroupExtractMode": "ITEM",
|
|
269
279
|
"panelItems": [
|
|
270
280
|
{
|
|
271
281
|
"caption": "\u641C\u7D22\u680F",
|
|
@@ -293,6 +303,7 @@ var DETABSEARCHVIEW = {
|
|
|
293
303
|
"id": "view_searchbar"
|
|
294
304
|
},
|
|
295
305
|
{
|
|
306
|
+
"actionGroupExtractMode": "ITEM",
|
|
296
307
|
"panelItems": [
|
|
297
308
|
{
|
|
298
309
|
"rawItem": {
|
|
@@ -369,6 +380,8 @@ var DETABSEARCHVIEW = {
|
|
|
369
380
|
"logicName": "\u5206\u9875\u641C\u7D22\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
370
381
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
371
382
|
"controlParam": {},
|
|
383
|
+
"modelId": "455208deb0001d06a5c9e8dca426d541",
|
|
384
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
372
385
|
"name": "layoutpanel",
|
|
373
386
|
"id": "detabsearchviewviewlayout"
|
|
374
387
|
};
|
|
@@ -31,6 +31,7 @@ var DETreeViewExpView = {
|
|
|
31
31
|
"id": "viewmsg_pos_top"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
|
+
"actionGroupExtractMode": "ITEM",
|
|
34
35
|
"panelItems": [
|
|
35
36
|
{
|
|
36
37
|
"rawItem": {
|
|
@@ -54,8 +55,10 @@ var DETreeViewExpView = {
|
|
|
54
55
|
"id": "viewmsg_pos_body"
|
|
55
56
|
},
|
|
56
57
|
{
|
|
58
|
+
"actionGroupExtractMode": "ITEM",
|
|
57
59
|
"panelItems": [
|
|
58
60
|
{
|
|
61
|
+
"actionGroupExtractMode": "ITEM",
|
|
59
62
|
"panelItems": [
|
|
60
63
|
{
|
|
61
64
|
"caption": "\u6811\u5BFC\u822A\u680F",
|
|
@@ -88,6 +91,7 @@ var DETreeViewExpView = {
|
|
|
88
91
|
"id": "view_content_left"
|
|
89
92
|
},
|
|
90
93
|
{
|
|
94
|
+
"actionGroupExtractMode": "ITEM",
|
|
91
95
|
"panelItems": [
|
|
92
96
|
{
|
|
93
97
|
"rawItem": {
|
|
@@ -178,6 +182,8 @@ var DETreeViewExpView = {
|
|
|
178
182
|
"logicName": "\u5B9E\u4F53\u6811\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
179
183
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
180
184
|
"controlParam": {},
|
|
185
|
+
"modelId": "051aea1802448b38e578100957e52be0",
|
|
186
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
181
187
|
"name": "layoutpanel",
|
|
182
188
|
"id": "treeexpviewlayout"
|
|
183
189
|
};
|