@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
|
@@ -31,12 +31,16 @@ var DEEdit2View = {
|
|
|
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 DEEdit2View = {
|
|
|
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 DEEdit2View = {
|
|
|
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\u6570\u636E\u680F",
|
|
@@ -218,8 +226,10 @@ var DEEdit2View = {
|
|
|
218
226
|
"id": "view_drbar"
|
|
219
227
|
},
|
|
220
228
|
{
|
|
229
|
+
"actionGroupExtractMode": "ITEM",
|
|
221
230
|
"panelItems": [
|
|
222
231
|
{
|
|
232
|
+
"actionGroupExtractMode": "ITEM",
|
|
223
233
|
"panelItems": [
|
|
224
234
|
{
|
|
225
235
|
"caption": "\u8868\u5355",
|
|
@@ -249,6 +259,7 @@ var DEEdit2View = {
|
|
|
249
259
|
"id": "view_form"
|
|
250
260
|
},
|
|
251
261
|
{
|
|
262
|
+
"actionGroupExtractMode": "ITEM",
|
|
252
263
|
"panelItems": [
|
|
253
264
|
{
|
|
254
265
|
"rawItem": {
|
|
@@ -340,6 +351,8 @@ var DEEdit2View = {
|
|
|
340
351
|
"logicName": "\u5B9E\u4F53\u7F16\u8F91\u89C6\u56FE\uFF08\u5DE6\u53F3\u5173\u7CFB\uFF09\u5E03\u5C40\u9762\u677F\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
341
352
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
342
353
|
"controlParam": {},
|
|
354
|
+
"modelId": "AD23119F-5615-43F9-86D1-832C303DA1FE",
|
|
355
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
343
356
|
"name": "layoutpanel",
|
|
344
357
|
"id": "editview2layout"
|
|
345
358
|
};
|
|
@@ -31,12 +31,16 @@ var DEEdit3View = {
|
|
|
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 DEEdit3View = {
|
|
|
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 DEEdit3View = {
|
|
|
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",
|
|
@@ -217,6 +225,7 @@ var DEEdit3View = {
|
|
|
217
225
|
"id": "view_drtab"
|
|
218
226
|
},
|
|
219
227
|
{
|
|
228
|
+
"actionGroupExtractMode": "ITEM",
|
|
220
229
|
"panelItems": [
|
|
221
230
|
{
|
|
222
231
|
"caption": "\u8868\u5355",
|
|
@@ -245,6 +254,7 @@ var DEEdit3View = {
|
|
|
245
254
|
"id": "view_form"
|
|
246
255
|
},
|
|
247
256
|
{
|
|
257
|
+
"actionGroupExtractMode": "ITEM",
|
|
248
258
|
"panelItems": [
|
|
249
259
|
{
|
|
250
260
|
"rawItem": {
|
|
@@ -320,6 +330,8 @@ var DEEdit3View = {
|
|
|
320
330
|
"logicName": "\u5B9E\u4F53\u7F16\u8F91\u89C6\u56FE\uFF08\u5206\u9875\u5173\u7CFB\uFF09\u5E03\u5C40\u9762\u677F\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
321
331
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
322
332
|
"controlParam": {},
|
|
333
|
+
"modelId": "BE89C133-2DBC-4CC5-BAC5-5FFA75A52A17",
|
|
334
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
323
335
|
"name": "layoutpanel",
|
|
324
336
|
"id": "editview3layout"
|
|
325
337
|
};
|
|
@@ -31,12 +31,16 @@ var DEEdit4View = {
|
|
|
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 DEEdit4View = {
|
|
|
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 DEEdit4View = {
|
|
|
182
188
|
"id": "viewmsg_pos_body"
|
|
183
189
|
},
|
|
184
190
|
{
|
|
191
|
+
"actionGroupExtractMode": "ITEM",
|
|
185
192
|
"panelItems": [
|
|
186
193
|
{
|
|
187
194
|
"caption": "\u8868\u5355",
|
|
@@ -210,6 +217,7 @@ var DEEdit4View = {
|
|
|
210
217
|
"id": "view_form"
|
|
211
218
|
},
|
|
212
219
|
{
|
|
220
|
+
"actionGroupExtractMode": "ITEM",
|
|
213
221
|
"panelItems": [
|
|
214
222
|
{
|
|
215
223
|
"caption": "\u5173\u7CFB\u5206\u9875\u90E8\u4EF6",
|
|
@@ -238,6 +246,7 @@ var DEEdit4View = {
|
|
|
238
246
|
"id": "view_drtab"
|
|
239
247
|
},
|
|
240
248
|
{
|
|
249
|
+
"actionGroupExtractMode": "ITEM",
|
|
241
250
|
"panelItems": [
|
|
242
251
|
{
|
|
243
252
|
"rawItem": {
|
|
@@ -297,6 +306,8 @@ var DEEdit4View = {
|
|
|
297
306
|
"logicName": "\u5B9E\u4F53\u7F16\u8F91\u89C6\u56FE\uFF08\u4E0A\u4E0B\u5173\u7CFB\uFF09\u5E03\u5C40\u9762\u677F",
|
|
298
307
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
299
308
|
"controlParam": {},
|
|
309
|
+
"modelId": "B6FBF6C3-85C1-4802-A62C-587F28E11027",
|
|
310
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
300
311
|
"name": "layoutpanel",
|
|
301
312
|
"id": "editview4layout"
|
|
302
313
|
};
|
|
@@ -31,12 +31,16 @@ var DEEditView = {
|
|
|
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 DEEditView = {
|
|
|
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 DEEditView = {
|
|
|
182
188
|
"id": "viewmsg_pos_body"
|
|
183
189
|
},
|
|
184
190
|
{
|
|
191
|
+
"actionGroupExtractMode": "ITEM",
|
|
185
192
|
"panelItems": [
|
|
186
193
|
{
|
|
187
194
|
"caption": "\u8868\u5355",
|
|
@@ -239,6 +246,8 @@ var DEEditView = {
|
|
|
239
246
|
"logicName": "\u7F16\u8F91\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
240
247
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
241
248
|
"controlParam": {},
|
|
249
|
+
"modelId": "b71e30f51bd2f7fead7b372db06a8ff6",
|
|
250
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
242
251
|
"name": "layoutpanel",
|
|
243
252
|
"id": "editviewlayout"
|
|
244
253
|
};
|
|
@@ -31,12 +31,16 @@ var DEGANTTVIEW = {
|
|
|
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 DEGANTTVIEW = {
|
|
|
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 DEGANTTVIEW = {
|
|
|
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 DEGANTTVIEW = {
|
|
|
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 DEGANTTVIEW = {
|
|
|
257
266
|
"id": "panelpart1"
|
|
258
267
|
},
|
|
259
268
|
{
|
|
269
|
+
"actionGroupExtractMode": "ITEM",
|
|
260
270
|
"panelItems": [
|
|
261
271
|
{
|
|
262
272
|
"caption": "\u7518\u7279\u56FE",
|
|
@@ -314,6 +324,8 @@ var DEGANTTVIEW = {
|
|
|
314
324
|
"logicName": "\u7518\u7279\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
315
325
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
316
326
|
"controlParam": {},
|
|
327
|
+
"modelId": "E960BB75-7495-4A69-96D6-A5A1727838CF",
|
|
328
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
317
329
|
"name": "layoutpanel",
|
|
318
330
|
"id": "ganttviewlayout"
|
|
319
331
|
};
|
|
@@ -31,6 +31,7 @@ var DEGridViewExpView = {
|
|
|
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 DEGridViewExpView = {
|
|
|
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": "\u8868\u683C\u5BFC\u822A",
|
|
@@ -88,6 +91,7 @@ var DEGridViewExpView = {
|
|
|
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 DEGridViewExpView = {
|
|
|
178
182
|
"logicName": "\u8868\u683C\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
179
183
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
180
184
|
"controlParam": {},
|
|
185
|
+
"modelId": "2232e334dc1cb6aa63e60246690952eb",
|
|
186
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
181
187
|
"name": "layoutpanel",
|
|
182
188
|
"id": "gridexpviewlayout"
|
|
183
189
|
};
|
|
@@ -31,12 +31,16 @@ var DEGridView = {
|
|
|
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 DEGridView = {
|
|
|
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 DEGridView = {
|
|
|
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 DEGridView = {
|
|
|
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 DEGridView = {
|
|
|
257
266
|
"id": "panelpart1"
|
|
258
267
|
},
|
|
259
268
|
{
|
|
269
|
+
"actionGroupExtractMode": "ITEM",
|
|
260
270
|
"panelItems": [
|
|
261
271
|
{
|
|
262
272
|
"caption": "\u8868\u683C",
|
|
@@ -314,6 +324,8 @@ var DEGridView = {
|
|
|
314
324
|
"logicName": "\u8868\u683C\u89C6\u56FE\u5E03\u5C40(\u9884\u7F6E\u6A21\u578B)",
|
|
315
325
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
316
326
|
"controlParam": {},
|
|
327
|
+
"modelId": "d7c15227abc2b1d2198b5b99cb78b41d",
|
|
328
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
317
329
|
"name": "layoutpanel",
|
|
318
330
|
"id": "gridviewlayout"
|
|
319
331
|
};
|
|
@@ -28,6 +28,8 @@ var DEIndexPickupDataView = {
|
|
|
28
28
|
"logicName": " \u5B9E\u4F53\u7D22\u5F15\u5173\u7CFB\u9009\u62E9\u6570\u636E\u89C6\u56FE\uFF08\u90E8\u4EF6\u89C6\u56FE\uFF09\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
29
29
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
30
30
|
"controlParam": {},
|
|
31
|
+
"modelId": "48CDEFC1-A8CB-42A9-8B20-8B1DE254B6A2",
|
|
32
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
31
33
|
"name": "layoutpanel",
|
|
32
34
|
"id": "indexpickupdataviewlayout"
|
|
33
35
|
};
|
|
@@ -32,12 +32,16 @@ var DEINDEXVIEW = {
|
|
|
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 DEINDEXVIEW = {
|
|
|
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,8 +189,10 @@ var DEINDEXVIEW = {
|
|
|
183
189
|
"id": "viewmsg_pos_body"
|
|
184
190
|
},
|
|
185
191
|
{
|
|
192
|
+
"actionGroupExtractMode": "ITEM",
|
|
186
193
|
"panelItems": [
|
|
187
194
|
{
|
|
195
|
+
"actionGroupExtractMode": "ITEM",
|
|
188
196
|
"panelItems": [
|
|
189
197
|
{
|
|
190
198
|
"caption": "\u8868\u5355",
|
|
@@ -212,6 +220,7 @@ var DEINDEXVIEW = {
|
|
|
212
220
|
"id": "view_form"
|
|
213
221
|
},
|
|
214
222
|
{
|
|
223
|
+
"actionGroupExtractMode": "ITEM",
|
|
215
224
|
"panelItems": [
|
|
216
225
|
{
|
|
217
226
|
"caption": "\u6570\u636E\u5173\u7CFB\u680F",
|
|
@@ -245,6 +254,7 @@ var DEINDEXVIEW = {
|
|
|
245
254
|
"id": "view_drbar"
|
|
246
255
|
},
|
|
247
256
|
{
|
|
257
|
+
"actionGroupExtractMode": "ITEM",
|
|
248
258
|
"panelItems": [
|
|
249
259
|
{
|
|
250
260
|
"rawItem": {
|
|
@@ -334,6 +344,8 @@ var DEINDEXVIEW = {
|
|
|
334
344
|
"logicName": "\u5B9E\u4F53\u9996\u9875\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
335
345
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
336
346
|
"controlParam": {},
|
|
347
|
+
"modelId": "3C2F9C79-59D2-4834-8FA5-406616F83389",
|
|
348
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
337
349
|
"name": "layoutpanel",
|
|
338
350
|
"id": "deindexviewlayout"
|
|
339
351
|
};
|
|
@@ -31,12 +31,16 @@ var DEKanbanView = {
|
|
|
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 DEKanbanView = {
|
|
|
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 DEKanbanView = {
|
|
|
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 DEKanbanView = {
|
|
|
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 DEKanbanView = {
|
|
|
257
266
|
"id": "panelpart1"
|
|
258
267
|
},
|
|
259
268
|
{
|
|
269
|
+
"actionGroupExtractMode": "ITEM",
|
|
260
270
|
"panelItems": [
|
|
261
271
|
{
|
|
262
272
|
"caption": "\u770B\u677F",
|
|
@@ -314,6 +324,8 @@ var DEKanbanView = {
|
|
|
314
324
|
"logicName": "\u5B9E\u4F53\u770B\u677F\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
315
325
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
316
326
|
"controlParam": {},
|
|
327
|
+
"modelId": "EC938151-3521-49D1-A3DD-11DA1C6A20FA",
|
|
328
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
317
329
|
"name": "layoutpanel",
|
|
318
330
|
"id": "dekanbanviewlayout"
|
|
319
331
|
};
|
|
@@ -31,6 +31,7 @@ var DEListViewExpView = {
|
|
|
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 DEListViewExpView = {
|
|
|
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": "\u5217\u8868\u5BFC\u822A",
|
|
@@ -88,6 +91,7 @@ var DEListViewExpView = {
|
|
|
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 DEListViewExpView = {
|
|
|
178
182
|
"logicName": " \u5B9E\u4F53\u5217\u8868\u5BFC\u822A\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
179
183
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
180
184
|
"controlParam": {},
|
|
185
|
+
"modelId": "560d34d9a3987cd5228bafa8ab905e67",
|
|
186
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
181
187
|
"name": "layoutpanel",
|
|
182
188
|
"id": "listexpviewlayout"
|
|
183
189
|
};
|
|
@@ -31,12 +31,16 @@ var DEListView = {
|
|
|
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 DEListView = {
|
|
|
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 DEListView = {
|
|
|
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 DEListView = {
|
|
|
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 DEListView = {
|
|
|
257
266
|
"id": "panelpart1"
|
|
258
267
|
},
|
|
259
268
|
{
|
|
269
|
+
"actionGroupExtractMode": "ITEM",
|
|
260
270
|
"panelItems": [
|
|
261
271
|
{
|
|
262
272
|
"caption": "\u5217\u8868",
|
|
@@ -314,6 +324,8 @@ var DEListView = {
|
|
|
314
324
|
"logicName": "\u5217\u8868\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
315
325
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
316
326
|
"controlParam": {},
|
|
327
|
+
"modelId": "b9d0046e5200a7d91c08ea95670392d8",
|
|
328
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
317
329
|
"name": "layoutpanel",
|
|
318
330
|
"id": "listviewlayout"
|
|
319
331
|
};
|