@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 DETreeGridExView = {
|
|
|
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 DETreeGridExView = {
|
|
|
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 DETreeGridExView = {
|
|
|
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 DETreeGridExView = {
|
|
|
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 DETreeGridExView = {
|
|
|
257
266
|
"id": "panelpart1"
|
|
258
267
|
},
|
|
259
268
|
{
|
|
269
|
+
"actionGroupExtractMode": "ITEM",
|
|
260
270
|
"panelItems": [
|
|
261
271
|
{
|
|
262
272
|
"caption": "\u6811\u8868\u683C",
|
|
@@ -314,6 +324,8 @@ var DETreeGridExView = {
|
|
|
314
324
|
"logicName": "\u6811\u8868\u683C\uFF08\u589E\u5F3A\uFF09\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
315
325
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
316
326
|
"controlParam": {},
|
|
327
|
+
"modelId": "4AC3FEC0-69D5-4868-AE01-FEAA60607965",
|
|
328
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
317
329
|
"name": "layoutpanel",
|
|
318
330
|
"id": "treegridexviewlayout"
|
|
319
331
|
};
|
|
@@ -31,12 +31,16 @@ var DETreeGridView = {
|
|
|
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 DETreeGridView = {
|
|
|
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 DETreeGridView = {
|
|
|
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 DETreeGridView = {
|
|
|
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 DETreeGridView = {
|
|
|
257
266
|
"id": "panelpart1"
|
|
258
267
|
},
|
|
259
268
|
{
|
|
269
|
+
"actionGroupExtractMode": "ITEM",
|
|
260
270
|
"panelItems": [
|
|
261
271
|
{
|
|
262
272
|
"caption": "\u6811\u8868\u683C",
|
|
@@ -314,6 +324,8 @@ var DETreeGridView = {
|
|
|
314
324
|
"logicName": "\u6811\u8868\u683C\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
315
325
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
316
326
|
"controlParam": {},
|
|
327
|
+
"modelId": "f6b483c9fa6210b6c339c9920fdcd99d",
|
|
328
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
317
329
|
"name": "layoutpanel",
|
|
318
330
|
"id": "treegridviewlayout"
|
|
319
331
|
};
|
|
@@ -31,12 +31,16 @@ var DETreeView = {
|
|
|
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 DETreeView = {
|
|
|
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 DETreeView = {
|
|
|
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 DETreeView = {
|
|
|
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 DETreeView = {
|
|
|
257
266
|
"id": "panelpart1"
|
|
258
267
|
},
|
|
259
268
|
{
|
|
269
|
+
"actionGroupExtractMode": "ITEM",
|
|
260
270
|
"panelItems": [
|
|
261
271
|
{
|
|
262
272
|
"caption": "\u6811\u89C6\u56FE",
|
|
@@ -315,6 +325,8 @@ var DETreeView = {
|
|
|
315
325
|
"logicName": "\u6811\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
316
326
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
317
327
|
"controlParam": {},
|
|
328
|
+
"modelId": "f44861a242737caf7b684f0b255ca908",
|
|
329
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
318
330
|
"name": "layoutpanel",
|
|
319
331
|
"id": "treeviewlayout"
|
|
320
332
|
};
|
|
@@ -52,6 +52,7 @@ var DEWizardDView = {
|
|
|
52
52
|
"id": "viewmsg_pos_body"
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
|
+
"actionGroupExtractMode": "ITEM",
|
|
55
56
|
"panelItems": [
|
|
56
57
|
{
|
|
57
58
|
"caption": "\u5411\u5BFC\u9762\u677F",
|
|
@@ -112,6 +113,8 @@ var DEWizardDView = {
|
|
|
112
113
|
"logicName": "\u5411\u5BFC\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
113
114
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
114
115
|
"controlParam": {},
|
|
116
|
+
"modelId": "08e07823d71998bd26b320ffbbd264e5",
|
|
117
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
115
118
|
"name": "layoutpanel",
|
|
116
119
|
"id": "wizardviewlayout"
|
|
117
120
|
};
|
|
@@ -31,12 +31,16 @@ var DEMEditView9 = {
|
|
|
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 DEMEditView9 = {
|
|
|
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 DEMEditView9 = {
|
|
|
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 DEMEditView9 = {
|
|
|
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 DEMEditView9 = {
|
|
|
257
266
|
"id": "panelpart1"
|
|
258
267
|
},
|
|
259
268
|
{
|
|
269
|
+
"actionGroupExtractMode": "ITEM",
|
|
260
270
|
"panelItems": [
|
|
261
271
|
{
|
|
262
272
|
"caption": "\u591A\u7F16\u8F91\u9762\u677F",
|
|
@@ -286,12 +296,13 @@ var DEMEditView9 = {
|
|
|
286
296
|
"id": "view_meditviewpanel"
|
|
287
297
|
},
|
|
288
298
|
{
|
|
299
|
+
"actionGroupExtractMode": "ITEM",
|
|
289
300
|
"panelItems": [
|
|
290
301
|
{
|
|
291
302
|
"actionType": "UIACTION",
|
|
292
303
|
"buttonStyle": "DEFAULT",
|
|
293
304
|
"buttonType": "PANELBUTTON",
|
|
294
|
-
"uiactionId": "
|
|
305
|
+
"uiactionId": "gridview_newaction",
|
|
295
306
|
"renderMode": "BUTTON",
|
|
296
307
|
"tooltip": "\u6DFB\u52A0",
|
|
297
308
|
"capLanguageRes": {
|
|
@@ -355,6 +366,8 @@ var DEMEditView9 = {
|
|
|
355
366
|
"logicName": "\u5B9E\u4F53\u591A\u8868\u5355\u7F16\u8F91\u89C6\u56FE\uFF08\u90E8\u4EF6\u89C6\u56FE\uFF09\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
356
367
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
357
368
|
"controlParam": {},
|
|
369
|
+
"modelId": "8C599AC4-BDB7-450B-B60D-3A9EF2FC4622",
|
|
370
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
358
371
|
"name": "layoutpanel",
|
|
359
372
|
"id": "meditviewlayout"
|
|
360
373
|
};
|
|
@@ -31,12 +31,16 @@ var DEMPickupView2 = {
|
|
|
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 DEMPickupView2 = {
|
|
|
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,10 +188,13 @@ var DEMPickupView2 = {
|
|
|
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
|
{
|
|
197
|
+
"actionGroupExtractMode": "ITEM",
|
|
189
198
|
"panelItems": [
|
|
190
199
|
{
|
|
191
200
|
"caption": "\u6811\u5BFC\u822A\u680F",
|
|
@@ -213,6 +222,7 @@ var DEMPickupView2 = {
|
|
|
213
222
|
"id": "container6"
|
|
214
223
|
},
|
|
215
224
|
{
|
|
225
|
+
"actionGroupExtractMode": "ITEM",
|
|
216
226
|
"panelItems": [
|
|
217
227
|
{
|
|
218
228
|
"caption": "\u63A7\u4EF6\u5360\u4F4D",
|
|
@@ -259,12 +269,13 @@ var DEMPickupView2 = {
|
|
|
259
269
|
"id": "container3"
|
|
260
270
|
},
|
|
261
271
|
{
|
|
272
|
+
"actionGroupExtractMode": "ITEM",
|
|
262
273
|
"panelItems": [
|
|
263
274
|
{
|
|
264
275
|
"actionType": "UIACTION",
|
|
265
276
|
"buttonStyle": "DEFAULT",
|
|
266
277
|
"buttonType": "PANELBUTTON",
|
|
267
|
-
"uiactionId": "
|
|
278
|
+
"uiactionId": "util_addselection",
|
|
268
279
|
"renderMode": "BUTTON",
|
|
269
280
|
"tooltip": "\u6DFB\u52A0\u9009\u4E2D\u6570\u636E",
|
|
270
281
|
"caption": "\u6DFB\u52A0\u9009\u4E2D\u6570\u636E",
|
|
@@ -282,7 +293,7 @@ var DEMPickupView2 = {
|
|
|
282
293
|
"actionType": "UIACTION",
|
|
283
294
|
"buttonStyle": "DEFAULT",
|
|
284
295
|
"buttonType": "PANELBUTTON",
|
|
285
|
-
"uiactionId": "
|
|
296
|
+
"uiactionId": "util_addall",
|
|
286
297
|
"renderMode": "BUTTON",
|
|
287
298
|
"tooltip": "\u6DFB\u52A0\u5168\u90E8\u6570\u636E",
|
|
288
299
|
"caption": "\u6DFB\u52A0\u5168\u90E8\u6570\u636E",
|
|
@@ -300,7 +311,7 @@ var DEMPickupView2 = {
|
|
|
300
311
|
"actionType": "UIACTION",
|
|
301
312
|
"buttonStyle": "DEFAULT",
|
|
302
313
|
"buttonType": "PANELBUTTON",
|
|
303
|
-
"uiactionId": "
|
|
314
|
+
"uiactionId": "util_removeall",
|
|
304
315
|
"renderMode": "BUTTON",
|
|
305
316
|
"tooltip": "\u79FB\u9664\u5168\u90E8\u6570\u636E",
|
|
306
317
|
"caption": "\u79FB\u9664\u5168\u90E8\u6570\u636E",
|
|
@@ -318,7 +329,7 @@ var DEMPickupView2 = {
|
|
|
318
329
|
"actionType": "UIACTION",
|
|
319
330
|
"buttonStyle": "DEFAULT",
|
|
320
331
|
"buttonType": "PANELBUTTON",
|
|
321
|
-
"uiactionId": "
|
|
332
|
+
"uiactionId": "util_removeselection",
|
|
322
333
|
"renderMode": "BUTTON",
|
|
323
334
|
"tooltip": "\u79FB\u9664\u9009\u4E2D\u6570\u636E",
|
|
324
335
|
"caption": "\u79FB\u9664\u9009\u4E2D\u6570\u636E",
|
|
@@ -350,6 +361,7 @@ var DEMPickupView2 = {
|
|
|
350
361
|
"id": "container4"
|
|
351
362
|
},
|
|
352
363
|
{
|
|
364
|
+
"actionGroupExtractMode": "ITEM",
|
|
353
365
|
"panelItems": [
|
|
354
366
|
{
|
|
355
367
|
"rawItem": {
|
|
@@ -424,12 +436,13 @@ var DEMPickupView2 = {
|
|
|
424
436
|
"id": "view_content"
|
|
425
437
|
},
|
|
426
438
|
{
|
|
439
|
+
"actionGroupExtractMode": "ITEM",
|
|
427
440
|
"panelItems": [
|
|
428
441
|
{
|
|
429
442
|
"actionType": "UIACTION",
|
|
430
443
|
"buttonStyle": "PRIMARY",
|
|
431
444
|
"buttonType": "PANELBUTTON",
|
|
432
|
-
"uiactionId": "
|
|
445
|
+
"uiactionId": "view_okaction",
|
|
433
446
|
"renderMode": "BUTTON",
|
|
434
447
|
"tooltip": "\u786E\u5B9A",
|
|
435
448
|
"caption": "\u786E\u5B9A",
|
|
@@ -446,7 +459,7 @@ var DEMPickupView2 = {
|
|
|
446
459
|
"actionType": "UIACTION",
|
|
447
460
|
"buttonStyle": "INFO",
|
|
448
461
|
"buttonType": "PANELBUTTON",
|
|
449
|
-
"uiactionId": "
|
|
462
|
+
"uiactionId": "view_cancelaction",
|
|
450
463
|
"renderMode": "BUTTON",
|
|
451
464
|
"tooltip": "\u53D6\u6D88",
|
|
452
465
|
"caption": "\u53D6\u6D88",
|
|
@@ -503,6 +516,8 @@ var DEMPickupView2 = {
|
|
|
503
516
|
"logicName": "\u591A\u9879\u9009\u62E9\u89C6\u56FE(\u5DE6\u53F3\u5173\u7CFB)\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
504
517
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
505
518
|
"controlParam": {},
|
|
519
|
+
"modelId": "a734e2f8c575308a8a2752ed437f3877",
|
|
520
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
506
521
|
"name": "layoutpanel",
|
|
507
522
|
"id": "mpickupview2layout"
|
|
508
523
|
};
|
|
@@ -31,12 +31,16 @@ var DEMPickupView = {
|
|
|
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 DEMPickupView = {
|
|
|
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 DEMPickupView = {
|
|
|
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": "\u63A7\u4EF6\u5360\u4F4D",
|
|
@@ -213,12 +221,13 @@ var DEMPickupView = {
|
|
|
213
221
|
"id": "container3"
|
|
214
222
|
},
|
|
215
223
|
{
|
|
224
|
+
"actionGroupExtractMode": "ITEM",
|
|
216
225
|
"panelItems": [
|
|
217
226
|
{
|
|
218
227
|
"actionType": "UIACTION",
|
|
219
228
|
"buttonStyle": "DEFAULT",
|
|
220
229
|
"buttonType": "PANELBUTTON",
|
|
221
|
-
"uiactionId": "
|
|
230
|
+
"uiactionId": "util_addselection",
|
|
222
231
|
"renderMode": "BUTTON",
|
|
223
232
|
"tooltip": "\u6DFB\u52A0\u9009\u4E2D\u6570\u636E",
|
|
224
233
|
"caption": "\u6DFB\u52A0\u9009\u4E2D\u6570\u636E",
|
|
@@ -239,7 +248,7 @@ var DEMPickupView = {
|
|
|
239
248
|
"actionType": "UIACTION",
|
|
240
249
|
"buttonStyle": "DEFAULT",
|
|
241
250
|
"buttonType": "PANELBUTTON",
|
|
242
|
-
"uiactionId": "
|
|
251
|
+
"uiactionId": "util_addall",
|
|
243
252
|
"renderMode": "BUTTON",
|
|
244
253
|
"tooltip": "\u6DFB\u52A0\u5168\u90E8\u6570\u636E",
|
|
245
254
|
"caption": "\u6DFB\u52A0\u5168\u90E8\u6570\u636E",
|
|
@@ -260,7 +269,7 @@ var DEMPickupView = {
|
|
|
260
269
|
"actionType": "UIACTION",
|
|
261
270
|
"buttonStyle": "DEFAULT",
|
|
262
271
|
"buttonType": "PANELBUTTON",
|
|
263
|
-
"uiactionId": "
|
|
272
|
+
"uiactionId": "util_removeall",
|
|
264
273
|
"renderMode": "BUTTON",
|
|
265
274
|
"tooltip": "\u79FB\u9664\u5168\u90E8\u6570\u636E",
|
|
266
275
|
"caption": "\u79FB\u9664\u5168\u90E8\u6570\u636E",
|
|
@@ -281,7 +290,7 @@ var DEMPickupView = {
|
|
|
281
290
|
"actionType": "UIACTION",
|
|
282
291
|
"buttonStyle": "DEFAULT",
|
|
283
292
|
"buttonType": "PANELBUTTON",
|
|
284
|
-
"uiactionId": "
|
|
293
|
+
"uiactionId": "util_removeselection",
|
|
285
294
|
"renderMode": "BUTTON",
|
|
286
295
|
"tooltip": "\u79FB\u9664\u9009\u4E2D\u6570\u636E",
|
|
287
296
|
"caption": "\u79FB\u9664\u9009\u4E2D\u6570\u636E",
|
|
@@ -316,6 +325,7 @@ var DEMPickupView = {
|
|
|
316
325
|
"id": "container4"
|
|
317
326
|
},
|
|
318
327
|
{
|
|
328
|
+
"actionGroupExtractMode": "ITEM",
|
|
319
329
|
"panelItems": [
|
|
320
330
|
{
|
|
321
331
|
"caption": "\u5217\u8868",
|
|
@@ -364,12 +374,13 @@ var DEMPickupView = {
|
|
|
364
374
|
"id": "view_content"
|
|
365
375
|
},
|
|
366
376
|
{
|
|
377
|
+
"actionGroupExtractMode": "ITEM",
|
|
367
378
|
"panelItems": [
|
|
368
379
|
{
|
|
369
380
|
"actionType": "UIACTION",
|
|
370
381
|
"buttonStyle": "PRIMARY",
|
|
371
382
|
"buttonType": "PANELBUTTON",
|
|
372
|
-
"uiactionId": "
|
|
383
|
+
"uiactionId": "view_okaction",
|
|
373
384
|
"renderMode": "BUTTON",
|
|
374
385
|
"tooltip": "\u786E\u5B9A",
|
|
375
386
|
"caption": "\u786E\u5B9A",
|
|
@@ -386,7 +397,7 @@ var DEMPickupView = {
|
|
|
386
397
|
"actionType": "UIACTION",
|
|
387
398
|
"buttonStyle": "INFO",
|
|
388
399
|
"buttonType": "PANELBUTTON",
|
|
389
|
-
"uiactionId": "
|
|
400
|
+
"uiactionId": "view_cancelaction",
|
|
390
401
|
"renderMode": "BUTTON",
|
|
391
402
|
"tooltip": "\u53D6\u6D88",
|
|
392
403
|
"caption": "\u53D6\u6D88",
|
|
@@ -443,6 +454,8 @@ var DEMPickupView = {
|
|
|
443
454
|
"logicName": "\u591A\u9879\u9009\u62E9\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
444
455
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
445
456
|
"controlParam": {},
|
|
457
|
+
"modelId": "3f66d734d6c9b50c29cfaccab3ccfb16",
|
|
458
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
446
459
|
"name": "layoutpanel",
|
|
447
460
|
"id": "mpickupviewlayout"
|
|
448
461
|
};
|
|
@@ -52,6 +52,7 @@ var DEWFDynaActionView = {
|
|
|
52
52
|
"id": "viewmsg_pos_body"
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
|
+
"actionGroupExtractMode": "ITEM",
|
|
55
56
|
"panelItems": [
|
|
56
57
|
{
|
|
57
58
|
"caption": "\u8868\u5355",
|
|
@@ -81,12 +82,13 @@ var DEWFDynaActionView = {
|
|
|
81
82
|
"id": "view_content"
|
|
82
83
|
},
|
|
83
84
|
{
|
|
85
|
+
"actionGroupExtractMode": "ITEM",
|
|
84
86
|
"panelItems": [
|
|
85
87
|
{
|
|
86
88
|
"actionType": "UIACTION",
|
|
87
89
|
"buttonStyle": "INFO",
|
|
88
90
|
"buttonType": "PANELBUTTON",
|
|
89
|
-
"uiactionId": "
|
|
91
|
+
"uiactionId": "view_cancelaction",
|
|
90
92
|
"renderMode": "BUTTON",
|
|
91
93
|
"tooltip": "\u53D6\u6D88",
|
|
92
94
|
"caption": "\u53D6\u6D88",
|
|
@@ -103,7 +105,7 @@ var DEWFDynaActionView = {
|
|
|
103
105
|
"actionType": "UIACTION",
|
|
104
106
|
"buttonStyle": "PRIMARY",
|
|
105
107
|
"buttonType": "PANELBUTTON",
|
|
106
|
-
"uiactionId": "
|
|
108
|
+
"uiactionId": "view_okaction",
|
|
107
109
|
"renderMode": "BUTTON",
|
|
108
110
|
"tooltip": "\u786E\u5B9A",
|
|
109
111
|
"caption": "\u786E\u5B9A",
|
|
@@ -161,6 +163,8 @@ var DEWFDynaActionView = {
|
|
|
161
163
|
"logicName": "\u5B9E\u4F53\u5DE5\u4F5C\u6D41\u52A8\u6001\u64CD\u4F5C\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
162
164
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
163
165
|
"controlParam": {},
|
|
166
|
+
"modelId": "EE9AFD2D-5F78-477C-9C3A-86A2F7E7A34E",
|
|
167
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
164
168
|
"name": "layoutpanel",
|
|
165
169
|
"id": "wfdynaactionviewlayout"
|
|
166
170
|
};
|
|
@@ -31,12 +31,16 @@ var DEWFDynaEditView3 = {
|
|
|
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 DEWFDynaEditView3 = {
|
|
|
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 DEWFDynaEditView3 = {
|
|
|
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 DEWFDynaEditView3 = {
|
|
|
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 DEWFDynaEditView3 = {
|
|
|
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 DEWFDynaEditView3 = {
|
|
|
320
330
|
"logicName": "\u5B9E\u4F53\u5DE5\u4F5C\u6D41\u52A8\u6001\u89C6\u56FE\uFF08\u5206\u9875\u5173\u7CFB\uFF09\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
321
331
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
322
332
|
"controlParam": {},
|
|
333
|
+
"modelId": "6406F012-CB50-4930-B36F-38472F0158DC",
|
|
334
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
323
335
|
"name": "layoutpanel",
|
|
324
336
|
"id": "wfdynaeditview3layout"
|
|
325
337
|
};
|
|
@@ -31,12 +31,16 @@ var DEWFDynaEditView = {
|
|
|
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 DEWFDynaEditView = {
|
|
|
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 DEWFDynaEditView = {
|
|
|
182
188
|
"id": "viewmsg_pos_body"
|
|
183
189
|
},
|
|
184
190
|
{
|
|
191
|
+
"actionGroupExtractMode": "ITEM",
|
|
185
192
|
"panelItems": [
|
|
186
193
|
{
|
|
187
194
|
"caption": "\u8868\u5355",
|
|
@@ -238,6 +245,8 @@ var DEWFDynaEditView = {
|
|
|
238
245
|
"logicName": "\u5B9E\u4F53\u5DE5\u4F5C\u6D41\u52A8\u6001\u7F16\u8F91\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
239
246
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
240
247
|
"controlParam": {},
|
|
248
|
+
"modelId": "EA6E3911-F3F3-4D40-A833-86B2319028BE",
|
|
249
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
241
250
|
"name": "layoutpanel",
|
|
242
251
|
"id": "wfdynaeditviewlayout"
|
|
243
252
|
};
|