@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
|
@@ -10,10 +10,13 @@ var AppLoginView = {
|
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
12
|
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
13
14
|
"panelItems": [
|
|
14
15
|
{
|
|
16
|
+
"actionGroupExtractMode": "ITEM",
|
|
15
17
|
"panelItems": [
|
|
16
18
|
{
|
|
19
|
+
"actionGroupExtractMode": "ITEM",
|
|
17
20
|
"panelItems": [
|
|
18
21
|
{
|
|
19
22
|
"rawItem": {
|
|
@@ -51,8 +54,10 @@ var AppLoginView = {
|
|
|
51
54
|
"id": "container4"
|
|
52
55
|
},
|
|
53
56
|
{
|
|
57
|
+
"actionGroupExtractMode": "ITEM",
|
|
54
58
|
"panelItems": [
|
|
55
59
|
{
|
|
60
|
+
"actionGroupExtractMode": "ITEM",
|
|
56
61
|
"layout": {
|
|
57
62
|
"layout": "FLEX"
|
|
58
63
|
},
|
|
@@ -67,6 +72,7 @@ var AppLoginView = {
|
|
|
67
72
|
"id": "container6"
|
|
68
73
|
},
|
|
69
74
|
{
|
|
75
|
+
"actionGroupExtractMode": "ITEM",
|
|
70
76
|
"panelItems": [
|
|
71
77
|
{
|
|
72
78
|
"editor": {
|
|
@@ -115,6 +121,7 @@ var AppLoginView = {
|
|
|
115
121
|
"id": "auth_password"
|
|
116
122
|
},
|
|
117
123
|
{
|
|
124
|
+
"actionGroupExtractMode": "ITEM",
|
|
118
125
|
"predefinedType": "REMEMBER_ME",
|
|
119
126
|
"layout": {
|
|
120
127
|
"layout": "FLEX"
|
|
@@ -144,12 +151,13 @@ var AppLoginView = {
|
|
|
144
151
|
"id": "container2"
|
|
145
152
|
},
|
|
146
153
|
{
|
|
154
|
+
"actionGroupExtractMode": "ITEM",
|
|
147
155
|
"panelItems": [
|
|
148
156
|
{
|
|
149
157
|
"actionType": "UIACTION",
|
|
150
158
|
"buttonStyle": "DEFAULT",
|
|
151
159
|
"buttonType": "PANELBUTTON",
|
|
152
|
-
"uiactionId": "
|
|
160
|
+
"uiactionId": "app_login",
|
|
153
161
|
"renderMode": "BUTTON",
|
|
154
162
|
"tooltip": "\u767B\u5F55",
|
|
155
163
|
"caption": "\u767B\u5F55",
|
|
@@ -166,7 +174,7 @@ var AppLoginView = {
|
|
|
166
174
|
"actionType": "UIACTION",
|
|
167
175
|
"buttonStyle": "DEFAULT",
|
|
168
176
|
"buttonType": "PANELBUTTON",
|
|
169
|
-
"uiactionId": "
|
|
177
|
+
"uiactionId": "data_cancelchanges",
|
|
170
178
|
"renderMode": "BUTTON",
|
|
171
179
|
"tooltip": "\u91CD\u7F6E",
|
|
172
180
|
"caption": "\u91CD\u7F6E",
|
|
@@ -252,6 +260,8 @@ var AppLoginView = {
|
|
|
252
260
|
"controlType": "VIEWLAYOUTPANEL",
|
|
253
261
|
"logicName": "\u5E94\u7528\u767B\u5F55\u89C6\u56FE",
|
|
254
262
|
"controlParam": {},
|
|
263
|
+
"modelId": "D9ECA0E6-8AF7-4672-B158-1EB694ACB6FD",
|
|
264
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
255
265
|
"name": "layoutpanel",
|
|
256
266
|
"id": "apploginviewlayout"
|
|
257
267
|
};
|
|
@@ -10,10 +10,13 @@ var ChartExpBar = {
|
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
12
|
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
13
14
|
"panelItems": [
|
|
14
15
|
{
|
|
16
|
+
"actionGroupExtractMode": "ITEM",
|
|
15
17
|
"panelItems": [
|
|
16
18
|
{
|
|
19
|
+
"actionGroupExtractMode": "ITEM",
|
|
17
20
|
"panelItems": [
|
|
18
21
|
{
|
|
19
22
|
"caption": "\u9875\u9762\u6807\u9898",
|
|
@@ -55,8 +58,10 @@ var ChartExpBar = {
|
|
|
55
58
|
"id": "control_header_left"
|
|
56
59
|
},
|
|
57
60
|
{
|
|
61
|
+
"actionGroupExtractMode": "ITEM",
|
|
58
62
|
"panelItems": [
|
|
59
63
|
{
|
|
64
|
+
"actionGroupExtractMode": "ITEM",
|
|
60
65
|
"panelItems": [
|
|
61
66
|
{
|
|
62
67
|
"caption": "\u641C\u7D22\u680F",
|
|
@@ -84,6 +89,7 @@ var ChartExpBar = {
|
|
|
84
89
|
"id": "control_searchbar"
|
|
85
90
|
},
|
|
86
91
|
{
|
|
92
|
+
"actionGroupExtractMode": "ITEM",
|
|
87
93
|
"panelItems": [
|
|
88
94
|
{
|
|
89
95
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -143,6 +149,7 @@ var ChartExpBar = {
|
|
|
143
149
|
"id": "control_header"
|
|
144
150
|
},
|
|
145
151
|
{
|
|
152
|
+
"actionGroupExtractMode": "ITEM",
|
|
146
153
|
"panelItems": [
|
|
147
154
|
{
|
|
148
155
|
"caption": "\u5BFC\u822A\u56FE\u8868",
|
|
@@ -178,6 +185,8 @@ var ChartExpBar = {
|
|
|
178
185
|
"logicName": "\u90E8\u4EF6-\u56FE\u8868\u5BFC\u822A\u680F\u5E03\u5C40\u9762\u677F",
|
|
179
186
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
180
187
|
"controlParam": {},
|
|
188
|
+
"modelId": "E37BB4D0-5C3A-4081-977A-8A4292BECF14",
|
|
189
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
181
190
|
"name": "layoutpanel",
|
|
182
191
|
"id": "chartviewexpbarlayout"
|
|
183
192
|
};
|
package/lib/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.cjs
CHANGED
|
@@ -10,10 +10,13 @@ var DataViewExpBar = {
|
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
12
|
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
13
14
|
"panelItems": [
|
|
14
15
|
{
|
|
16
|
+
"actionGroupExtractMode": "ITEM",
|
|
15
17
|
"panelItems": [
|
|
16
18
|
{
|
|
19
|
+
"actionGroupExtractMode": "ITEM",
|
|
17
20
|
"panelItems": [
|
|
18
21
|
{
|
|
19
22
|
"caption": "\u9875\u9762\u6807\u9898",
|
|
@@ -55,8 +58,10 @@ var DataViewExpBar = {
|
|
|
55
58
|
"id": "control_header_left"
|
|
56
59
|
},
|
|
57
60
|
{
|
|
61
|
+
"actionGroupExtractMode": "ITEM",
|
|
58
62
|
"panelItems": [
|
|
59
63
|
{
|
|
64
|
+
"actionGroupExtractMode": "ITEM",
|
|
60
65
|
"panelItems": [
|
|
61
66
|
{
|
|
62
67
|
"caption": "\u641C\u7D22\u680F",
|
|
@@ -84,6 +89,7 @@ var DataViewExpBar = {
|
|
|
84
89
|
"id": "control_searchbar"
|
|
85
90
|
},
|
|
86
91
|
{
|
|
92
|
+
"actionGroupExtractMode": "ITEM",
|
|
87
93
|
"panelItems": [
|
|
88
94
|
{
|
|
89
95
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -144,6 +150,7 @@ var DataViewExpBar = {
|
|
|
144
150
|
"id": "control_header"
|
|
145
151
|
},
|
|
146
152
|
{
|
|
153
|
+
"actionGroupExtractMode": "ITEM",
|
|
147
154
|
"panelItems": [
|
|
148
155
|
{
|
|
149
156
|
"caption": "\u5BFC\u822A\u6570\u636E\u89C6\u56FE",
|
|
@@ -180,6 +187,8 @@ var DataViewExpBar = {
|
|
|
180
187
|
"logicName": "\u90E8\u4EF6-\u5361\u7247\u5BFC\u822A\u680F\u5E03\u5C40\u9762\u677F",
|
|
181
188
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
182
189
|
"controlParam": {},
|
|
190
|
+
"modelId": "EFDD7F59-2A9A-4144-9C4D-494D1F2A5D7A",
|
|
191
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
183
192
|
"name": "layoutpanel",
|
|
184
193
|
"id": "dataviewexpbarlayout"
|
|
185
194
|
};
|
|
@@ -10,10 +10,13 @@ var GridExpBar = {
|
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
12
|
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
13
14
|
"panelItems": [
|
|
14
15
|
{
|
|
16
|
+
"actionGroupExtractMode": "ITEM",
|
|
15
17
|
"panelItems": [
|
|
16
18
|
{
|
|
19
|
+
"actionGroupExtractMode": "ITEM",
|
|
17
20
|
"panelItems": [
|
|
18
21
|
{
|
|
19
22
|
"caption": "\u9875\u9762\u6807\u9898",
|
|
@@ -55,8 +58,10 @@ var GridExpBar = {
|
|
|
55
58
|
"id": "control_header_left"
|
|
56
59
|
},
|
|
57
60
|
{
|
|
61
|
+
"actionGroupExtractMode": "ITEM",
|
|
58
62
|
"panelItems": [
|
|
59
63
|
{
|
|
64
|
+
"actionGroupExtractMode": "ITEM",
|
|
60
65
|
"panelItems": [
|
|
61
66
|
{
|
|
62
67
|
"caption": "\u641C\u7D22\u680F",
|
|
@@ -84,6 +89,7 @@ var GridExpBar = {
|
|
|
84
89
|
"id": "control_searchbar"
|
|
85
90
|
},
|
|
86
91
|
{
|
|
92
|
+
"actionGroupExtractMode": "ITEM",
|
|
87
93
|
"panelItems": [
|
|
88
94
|
{
|
|
89
95
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -144,6 +150,7 @@ var GridExpBar = {
|
|
|
144
150
|
"id": "control_header"
|
|
145
151
|
},
|
|
146
152
|
{
|
|
153
|
+
"actionGroupExtractMode": "ITEM",
|
|
147
154
|
"panelItems": [
|
|
148
155
|
{
|
|
149
156
|
"caption": "\u5BFC\u822A\u8868\u683C",
|
|
@@ -179,6 +186,8 @@ var GridExpBar = {
|
|
|
179
186
|
"logicName": "\u90E8\u4EF6-\u8868\u683C\u5BFC\u822A\u680F\u5E03\u5C40\u9762\u677F",
|
|
180
187
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
181
188
|
"controlParam": {},
|
|
189
|
+
"modelId": "4965E9F3-C06D-49C5-A57F-356C70E3E22B",
|
|
190
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
182
191
|
"name": "layoutpanel",
|
|
183
192
|
"id": "gridexpbarlayout"
|
|
184
193
|
};
|
|
@@ -10,10 +10,13 @@ var ListExpBar = {
|
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
12
|
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
13
14
|
"panelItems": [
|
|
14
15
|
{
|
|
16
|
+
"actionGroupExtractMode": "ITEM",
|
|
15
17
|
"panelItems": [
|
|
16
18
|
{
|
|
19
|
+
"actionGroupExtractMode": "ITEM",
|
|
17
20
|
"panelItems": [
|
|
18
21
|
{
|
|
19
22
|
"caption": "\u9875\u9762\u6807\u9898",
|
|
@@ -55,8 +58,10 @@ var ListExpBar = {
|
|
|
55
58
|
"id": "control_header_left"
|
|
56
59
|
},
|
|
57
60
|
{
|
|
61
|
+
"actionGroupExtractMode": "ITEM",
|
|
58
62
|
"panelItems": [
|
|
59
63
|
{
|
|
64
|
+
"actionGroupExtractMode": "ITEM",
|
|
60
65
|
"panelItems": [
|
|
61
66
|
{
|
|
62
67
|
"caption": "\u641C\u7D22\u680F",
|
|
@@ -84,6 +89,7 @@ var ListExpBar = {
|
|
|
84
89
|
"id": "control_searchbar"
|
|
85
90
|
},
|
|
86
91
|
{
|
|
92
|
+
"actionGroupExtractMode": "ITEM",
|
|
87
93
|
"panelItems": [
|
|
88
94
|
{
|
|
89
95
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -144,6 +150,7 @@ var ListExpBar = {
|
|
|
144
150
|
"id": "control_header"
|
|
145
151
|
},
|
|
146
152
|
{
|
|
153
|
+
"actionGroupExtractMode": "ITEM",
|
|
147
154
|
"panelItems": [
|
|
148
155
|
{
|
|
149
156
|
"caption": "\u5BFC\u822A\u5217\u8868",
|
|
@@ -179,6 +186,8 @@ var ListExpBar = {
|
|
|
179
186
|
"logicName": "\u90E8\u4EF6-\u5217\u8868\u5BFC\u822A\u680F\u5E03\u5C40\u9762\u677F",
|
|
180
187
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
181
188
|
"controlParam": {},
|
|
189
|
+
"modelId": "8E8CAB4D-612B-4D54-8887-B88ABFC81101",
|
|
190
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
182
191
|
"name": "layoutpanel",
|
|
183
192
|
"id": "listexpbarlayout"
|
|
184
193
|
};
|
|
@@ -10,8 +10,10 @@ var SearchForm = {
|
|
|
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",
|
|
@@ -40,6 +42,7 @@ var SearchForm = {
|
|
|
40
42
|
"id": "control_searchform"
|
|
41
43
|
},
|
|
42
44
|
{
|
|
45
|
+
"actionGroupExtractMode": "ITEM",
|
|
43
46
|
"panelItems": [
|
|
44
47
|
{
|
|
45
48
|
"rawItem": {
|
|
@@ -90,9 +93,11 @@ var SearchForm = {
|
|
|
90
93
|
"id": "control_content"
|
|
91
94
|
},
|
|
92
95
|
{
|
|
96
|
+
"actionGroupExtractMode": "ITEM",
|
|
93
97
|
"panelItems": [
|
|
94
98
|
{
|
|
95
99
|
"rawItem": {
|
|
100
|
+
"caption": "\u56FE\u7247",
|
|
96
101
|
"contentType": "PLACEHOLDER",
|
|
97
102
|
"predefinedType": "SEARCHFORM_BUTTONS",
|
|
98
103
|
"id": "searchform_buttons"
|
|
@@ -130,6 +135,8 @@ var SearchForm = {
|
|
|
130
135
|
"logicName": "\u90E8\u4EF6-\u641C\u7D22\u8868\u5355\u5E03\u5C40\u9762\u677F",
|
|
131
136
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
132
137
|
"controlParam": {},
|
|
138
|
+
"modelId": "E6F25EC9-534B-424F-97C1-AC5515DAC8A6",
|
|
139
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
133
140
|
"name": "layoutpanel",
|
|
134
141
|
"id": "searchformlayout"
|
|
135
142
|
};
|
|
@@ -10,10 +10,13 @@ var TreeExpBar = {
|
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
12
|
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
13
14
|
"panelItems": [
|
|
14
15
|
{
|
|
16
|
+
"actionGroupExtractMode": "ITEM",
|
|
15
17
|
"panelItems": [
|
|
16
18
|
{
|
|
19
|
+
"actionGroupExtractMode": "ITEM",
|
|
17
20
|
"panelItems": [
|
|
18
21
|
{
|
|
19
22
|
"caption": "\u9875\u9762\u6807\u9898",
|
|
@@ -55,8 +58,10 @@ var TreeExpBar = {
|
|
|
55
58
|
"id": "control_header_left"
|
|
56
59
|
},
|
|
57
60
|
{
|
|
61
|
+
"actionGroupExtractMode": "ITEM",
|
|
58
62
|
"panelItems": [
|
|
59
63
|
{
|
|
64
|
+
"actionGroupExtractMode": "ITEM",
|
|
60
65
|
"panelItems": [
|
|
61
66
|
{
|
|
62
67
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -117,6 +122,7 @@ var TreeExpBar = {
|
|
|
117
122
|
"id": "control_header"
|
|
118
123
|
},
|
|
119
124
|
{
|
|
125
|
+
"actionGroupExtractMode": "ITEM",
|
|
120
126
|
"panelItems": [
|
|
121
127
|
{
|
|
122
128
|
"caption": "\u5BFC\u822A\u6811",
|
|
@@ -152,6 +158,8 @@ var TreeExpBar = {
|
|
|
152
158
|
"logicName": "\u90E8\u4EF6-\u6811\u5BFC\u822A\u680F\u5E03\u5C40\u9762\u677F",
|
|
153
159
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
154
160
|
"controlParam": {},
|
|
161
|
+
"modelId": "099E106E-08CB-4D33-A1F5-20A5220F1AAE",
|
|
162
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
155
163
|
"name": "layoutpanel",
|
|
156
164
|
"id": "treeexpbarlayout"
|
|
157
165
|
};
|
|
@@ -11,8 +11,10 @@ var Tree = {
|
|
|
11
11
|
},
|
|
12
12
|
"rootPanelItems": [
|
|
13
13
|
{
|
|
14
|
+
"actionGroupExtractMode": "ITEM",
|
|
14
15
|
"panelItems": [
|
|
15
16
|
{
|
|
17
|
+
"actionGroupExtractMode": "ITEM",
|
|
16
18
|
"panelItems": [
|
|
17
19
|
{
|
|
18
20
|
"caption": "\u641C\u7D22\u680F",
|
|
@@ -54,6 +56,7 @@ var Tree = {
|
|
|
54
56
|
"id": "control_header"
|
|
55
57
|
},
|
|
56
58
|
{
|
|
59
|
+
"actionGroupExtractMode": "ITEM",
|
|
57
60
|
"panelItems": [
|
|
58
61
|
{
|
|
59
62
|
"caption": "\u6811\u89C6\u56FE",
|
|
@@ -103,6 +106,8 @@ var Tree = {
|
|
|
103
106
|
"logicName": "\u90E8\u4EF6-\u6811\u90E8\u4EF6\u5E03\u5C40\u9762\u677F",
|
|
104
107
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
105
108
|
"controlParam": {},
|
|
109
|
+
"modelId": "E7B84D89-4C67-416C-891B-5DF639AD2F85",
|
|
110
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
106
111
|
"name": "layoutpanel",
|
|
107
112
|
"id": "treelayout"
|
|
108
113
|
};
|
|
@@ -11,6 +11,7 @@ var viewLayoutModelRepositoryAppPanelViewLayout = {
|
|
|
11
11
|
},
|
|
12
12
|
"rootPanelItems": [
|
|
13
13
|
{
|
|
14
|
+
"actionGroupExtractMode": "ITEM",
|
|
14
15
|
"panelItems": [
|
|
15
16
|
{
|
|
16
17
|
"caption": "\u9762\u677F\u90E8\u4EF6",
|
|
@@ -62,6 +63,8 @@ var viewLayoutModelRepositoryAppPanelViewLayout = {
|
|
|
62
63
|
"logicName": "\u5E94\u7528\u9762\u677F\u89C6\u56FE\u5E03\u5C40\u9762\u677F\u5E03\u5C40\u9762\u677F",
|
|
63
64
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
64
65
|
"controlParam": {},
|
|
66
|
+
"modelId": "156BD126-E52E-4B5B-8095-1CF76252B9C7",
|
|
67
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
65
68
|
"name": "layoutpanel",
|
|
66
69
|
"id": "usr0411453122"
|
|
67
70
|
};
|
|
@@ -31,6 +31,7 @@ var DECalendarExpView = {
|
|
|
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 DECalendarExpView = {
|
|
|
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": "\u65E5\u5386\u5BFC\u822A\u680F",
|
|
@@ -88,6 +91,7 @@ var DECalendarExpView = {
|
|
|
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 DECalendarExpView = {
|
|
|
178
182
|
"logicName": "\u65E5\u5386\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
179
183
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
180
184
|
"controlParam": {},
|
|
185
|
+
"modelId": "5C668E02-E569-46CD-A3CB-1F1E4DB0B133",
|
|
186
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
181
187
|
"name": "layoutpanel",
|
|
182
188
|
"id": "calendarexpviewlayout"
|
|
183
189
|
};
|
|
@@ -31,12 +31,16 @@ var DECalendarView = {
|
|
|
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 DECalendarView = {
|
|
|
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": "\u641C\u7D22\u680F",
|
|
@@ -112,6 +118,7 @@ var DECalendarView = {
|
|
|
112
118
|
"id": "view_searchbar"
|
|
113
119
|
},
|
|
114
120
|
{
|
|
121
|
+
"actionGroupExtractMode": "ITEM",
|
|
115
122
|
"panelItems": [
|
|
116
123
|
{
|
|
117
124
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -212,6 +219,7 @@ var DECalendarView = {
|
|
|
212
219
|
"id": "viewmsg_pos_body"
|
|
213
220
|
},
|
|
214
221
|
{
|
|
222
|
+
"actionGroupExtractMode": "ITEM",
|
|
215
223
|
"panelItems": [
|
|
216
224
|
{
|
|
217
225
|
"caption": "\u65E5\u5386",
|
|
@@ -269,6 +277,8 @@ var DECalendarView = {
|
|
|
269
277
|
"logicName": "\u65E5\u5386\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
270
278
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
271
279
|
"controlParam": {},
|
|
280
|
+
"modelId": "360b45451efb5f45b090e02347890e94",
|
|
281
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
272
282
|
"name": "layoutpanel",
|
|
273
283
|
"id": "calendarviewlayout"
|
|
274
284
|
};
|
|
@@ -31,6 +31,7 @@ var DEChartExpView = {
|
|
|
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 DEChartExpView = {
|
|
|
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": "\u56FE\u8868\u5BFC\u822A",
|
|
@@ -89,6 +92,7 @@ var DEChartExpView = {
|
|
|
89
92
|
"id": "container"
|
|
90
93
|
},
|
|
91
94
|
{
|
|
95
|
+
"actionGroupExtractMode": "ITEM",
|
|
92
96
|
"panelItems": [
|
|
93
97
|
{
|
|
94
98
|
"rawItem": {
|
|
@@ -180,6 +184,8 @@ var DEChartExpView = {
|
|
|
180
184
|
"logicName": "\u56FE\u8868\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
181
185
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
182
186
|
"controlParam": {},
|
|
187
|
+
"modelId": "01900310-2D66-4EAD-8682-E230847E444E",
|
|
188
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
183
189
|
"name": "layoutpanel",
|
|
184
190
|
"id": "chartexpviewlayout"
|
|
185
191
|
};
|
|
@@ -31,12 +31,16 @@ var DEChartView = {
|
|
|
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 DEChartView = {
|
|
|
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": "\u641C\u7D22\u680F",
|
|
@@ -112,6 +118,7 @@ var DEChartView = {
|
|
|
112
118
|
"id": "view_searchbar"
|
|
113
119
|
},
|
|
114
120
|
{
|
|
121
|
+
"actionGroupExtractMode": "ITEM",
|
|
115
122
|
"panelItems": [
|
|
116
123
|
{
|
|
117
124
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -212,8 +219,10 @@ var DEChartView = {
|
|
|
212
219
|
"id": "viewmsg_pos_body"
|
|
213
220
|
},
|
|
214
221
|
{
|
|
222
|
+
"actionGroupExtractMode": "ITEM",
|
|
215
223
|
"panelItems": [
|
|
216
224
|
{
|
|
225
|
+
"actionGroupExtractMode": "ITEM",
|
|
217
226
|
"panelItems": [
|
|
218
227
|
{
|
|
219
228
|
"caption": "\u641C\u7D22\u8868\u5355",
|
|
@@ -257,6 +266,7 @@ var DEChartView = {
|
|
|
257
266
|
"id": "panelpart1"
|
|
258
267
|
},
|
|
259
268
|
{
|
|
269
|
+
"actionGroupExtractMode": "ITEM",
|
|
260
270
|
"panelItems": [
|
|
261
271
|
{
|
|
262
272
|
"caption": "\u56FE\u8868",
|
|
@@ -314,6 +324,8 @@ var DEChartView = {
|
|
|
314
324
|
"logicName": "\u56FE\u8868\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
315
325
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
316
326
|
"controlParam": {},
|
|
327
|
+
"modelId": "93100ba0c9c5ee9a082ceb7a155ecf5d",
|
|
328
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
317
329
|
"name": "layoutpanel",
|
|
318
330
|
"id": "chartviewlayout"
|
|
319
331
|
};
|
|
@@ -31,6 +31,7 @@ var DEDataViewExpView = {
|
|
|
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 DEDataViewExpView = {
|
|
|
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": "\u5361\u7247\u5BFC\u822A",
|
|
@@ -88,6 +91,7 @@ var DEDataViewExpView = {
|
|
|
88
91
|
"id": "view_exp"
|
|
89
92
|
},
|
|
90
93
|
{
|
|
94
|
+
"actionGroupExtractMode": "ITEM",
|
|
91
95
|
"panelItems": [
|
|
92
96
|
{
|
|
93
97
|
"rawItem": {
|
|
@@ -178,6 +182,8 @@ var DEDataViewExpView = {
|
|
|
178
182
|
"logicName": "\u5B9E\u4F53\u5361\u7247\u89C6\u56FE\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
179
183
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
180
184
|
"controlParam": {},
|
|
185
|
+
"modelId": "848552eba0ff1565f86b27c8dc710b41",
|
|
186
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
181
187
|
"name": "layoutpanel",
|
|
182
188
|
"id": "dataviewexpviewlayout"
|
|
183
189
|
};
|
|
@@ -31,12 +31,16 @@ var DEDataView = {
|
|
|
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 DEDataView = {
|
|
|
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": "\u641C\u7D22\u680F",
|
|
@@ -112,6 +118,7 @@ var DEDataView = {
|
|
|
112
118
|
"id": "view_searchbar"
|
|
113
119
|
},
|
|
114
120
|
{
|
|
121
|
+
"actionGroupExtractMode": "ITEM",
|
|
115
122
|
"panelItems": [
|
|
116
123
|
{
|
|
117
124
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -212,8 +219,10 @@ var DEDataView = {
|
|
|
212
219
|
"id": "viewmsg_pos_body"
|
|
213
220
|
},
|
|
214
221
|
{
|
|
222
|
+
"actionGroupExtractMode": "ITEM",
|
|
215
223
|
"panelItems": [
|
|
216
224
|
{
|
|
225
|
+
"actionGroupExtractMode": "ITEM",
|
|
217
226
|
"panelItems": [
|
|
218
227
|
{
|
|
219
228
|
"caption": "\u641C\u7D22\u8868\u5355",
|
|
@@ -257,6 +266,7 @@ var DEDataView = {
|
|
|
257
266
|
"id": "panelpart1"
|
|
258
267
|
},
|
|
259
268
|
{
|
|
269
|
+
"actionGroupExtractMode": "ITEM",
|
|
260
270
|
"panelItems": [
|
|
261
271
|
{
|
|
262
272
|
"caption": "\u6570\u636E\u89C6\u56FE",
|
|
@@ -314,6 +324,8 @@ var DEDataView = {
|
|
|
314
324
|
"logicName": "\u5361\u7247\u89C6\u56FE\u5E03\u5C40\u9762(\u9884\u7F6E\u6A21\u578B)",
|
|
315
325
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
316
326
|
"controlParam": {},
|
|
327
|
+
"modelId": "c66f26d3970a1dce8bb5a0af7ff656ea",
|
|
328
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
317
329
|
"name": "layoutpanel",
|
|
318
330
|
"id": "dataviewlayout"
|
|
319
331
|
};
|