@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
|
@@ -52,6 +52,7 @@ var DEWFDynaStartView = {
|
|
|
52
52
|
"id": "viewmsg_pos_body"
|
|
53
53
|
},
|
|
54
54
|
{
|
|
55
|
+
"actionGroupExtractMode": "ITEM",
|
|
55
56
|
"panelItems": [
|
|
56
57
|
{
|
|
57
58
|
"caption": "\u8868\u5355",
|
|
@@ -82,12 +83,13 @@ var DEWFDynaStartView = {
|
|
|
82
83
|
"id": "view_content"
|
|
83
84
|
},
|
|
84
85
|
{
|
|
86
|
+
"actionGroupExtractMode": "ITEM",
|
|
85
87
|
"panelItems": [
|
|
86
88
|
{
|
|
87
89
|
"actionType": "UIACTION",
|
|
88
90
|
"buttonStyle": "INFO",
|
|
89
91
|
"buttonType": "PANELBUTTON",
|
|
90
|
-
"uiactionId": "
|
|
92
|
+
"uiactionId": "view_cancelaction",
|
|
91
93
|
"renderMode": "BUTTON",
|
|
92
94
|
"tooltip": "\u53D6\u6D88",
|
|
93
95
|
"caption": "\u53D6\u6D88",
|
|
@@ -104,7 +106,7 @@ var DEWFDynaStartView = {
|
|
|
104
106
|
"actionType": "UIACTION",
|
|
105
107
|
"buttonStyle": "PRIMARY",
|
|
106
108
|
"buttonType": "PANELBUTTON",
|
|
107
|
-
"uiactionId": "
|
|
109
|
+
"uiactionId": "view_okaction",
|
|
108
110
|
"renderMode": "BUTTON",
|
|
109
111
|
"tooltip": "\u786E\u5B9A",
|
|
110
112
|
"caption": "\u786E\u5B9A",
|
|
@@ -162,6 +164,8 @@ var DEWFDynaStartView = {
|
|
|
162
164
|
"logicName": "\u5B9E\u4F53\u5DE5\u4F5C\u6D41\u52A8\u6001\u542F\u52A8\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
163
165
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
164
166
|
"controlParam": {},
|
|
167
|
+
"modelId": "B672A361-6F91-43E3-A8FD-937050B9C568",
|
|
168
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
165
169
|
"name": "layoutpanel",
|
|
166
170
|
"id": "wfdynastartviewlayout"
|
|
167
171
|
};
|
|
@@ -28,6 +28,8 @@ var DEFormPickupDataView = {
|
|
|
28
28
|
"logicName": " \u5B9E\u4F53\u8868\u5355\u9009\u62E9\u6570\u636E\u89C6\u56FE\u5E03\u5C40\u9762\u677F",
|
|
29
29
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
30
30
|
"controlParam": {},
|
|
31
|
+
"modelId": "42F2CEED-4828-4A52-836A-DA850DF2E1B0",
|
|
32
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
31
33
|
"name": "layoutpanel",
|
|
32
34
|
"id": "formpickupdataviewlayout"
|
|
33
35
|
};
|
package/package.json
CHANGED
|
@@ -31,6 +31,8 @@ export default {
|
|
|
31
31
|
"controlType": "VIEWLAYOUTPANEL",
|
|
32
32
|
"logicName": "应用数据导入视图布局面板(预置模型)",
|
|
33
33
|
"controlParam": {},
|
|
34
|
+
"modelId": "EE084115-D7C7-4CF2-9D56-047BC769984C",
|
|
35
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
34
36
|
"name": "layoutpanel",
|
|
35
37
|
"id": "appdatauploadviewlayout"
|
|
36
38
|
}
|
|
@@ -26,6 +26,8 @@ export default {
|
|
|
26
26
|
"controlType": "VIEWLAYOUTPANEL",
|
|
27
27
|
"logicName": "应用首页视图布局_空白模式(预置模型)",
|
|
28
28
|
"controlParam": {},
|
|
29
|
+
"modelId": "87ee99977cbb8c26aa2b9e0f52393ff9",
|
|
30
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
29
31
|
"name": "layoutpanel",
|
|
30
32
|
"id": "indexviewlayout_blank_mode"
|
|
31
33
|
}
|
|
@@ -23,6 +23,8 @@ export default {
|
|
|
23
23
|
"controlType": "VIEWLAYOUTPANEL",
|
|
24
24
|
"logicName": "应用首页视图布局_中间菜单(预置模型)",
|
|
25
25
|
"controlParam": {},
|
|
26
|
+
"modelId": "b6787c1e2182d02f945d5fd4cb97272f",
|
|
27
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
26
28
|
"name": "layoutpanel",
|
|
27
29
|
"id": "indexviewlayout_center"
|
|
28
30
|
}
|
|
@@ -5,10 +5,13 @@ export default {
|
|
|
5
5
|
},
|
|
6
6
|
"rootPanelItems": [
|
|
7
7
|
{
|
|
8
|
+
"actionGroupExtractMode": "ITEM",
|
|
8
9
|
"panelItems": [
|
|
9
10
|
{
|
|
11
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
12
|
"panelItems": [
|
|
11
13
|
{
|
|
14
|
+
"actionGroupExtractMode": "ITEM",
|
|
12
15
|
"panelItems": [
|
|
13
16
|
{
|
|
14
17
|
"rawItem": {
|
|
@@ -63,8 +66,10 @@ export default {
|
|
|
63
66
|
"id": "container_scroll_main"
|
|
64
67
|
},
|
|
65
68
|
{
|
|
69
|
+
"actionGroupExtractMode": "ITEM",
|
|
66
70
|
"panelItems": [
|
|
67
71
|
{
|
|
72
|
+
"actionGroupExtractMode": "ITEM",
|
|
68
73
|
"panelItems": [
|
|
69
74
|
{
|
|
70
75
|
"rawItem": {
|
|
@@ -109,8 +114,10 @@ export default {
|
|
|
109
114
|
"id": "auth_userinfo"
|
|
110
115
|
},
|
|
111
116
|
{
|
|
117
|
+
"actionGroupExtractMode": "ITEM",
|
|
112
118
|
"panelItems": [
|
|
113
119
|
{
|
|
120
|
+
"actionGroupExtractMode": "ITEM",
|
|
114
121
|
"panelItems": [
|
|
115
122
|
{
|
|
116
123
|
"rawItem": {
|
|
@@ -161,6 +168,7 @@ export default {
|
|
|
161
168
|
"id": "container1"
|
|
162
169
|
},
|
|
163
170
|
{
|
|
171
|
+
"actionGroupExtractMode": "ITEM",
|
|
164
172
|
"panelItems": [
|
|
165
173
|
{
|
|
166
174
|
"actionType": "NONE",
|
|
@@ -215,6 +223,7 @@ export default {
|
|
|
215
223
|
"id": "container2"
|
|
216
224
|
},
|
|
217
225
|
{
|
|
226
|
+
"actionGroupExtractMode": "ITEM",
|
|
218
227
|
"panelItems": [
|
|
219
228
|
{
|
|
220
229
|
"actionType": "NONE",
|
|
@@ -269,6 +278,7 @@ export default {
|
|
|
269
278
|
"id": "container3"
|
|
270
279
|
},
|
|
271
280
|
{
|
|
281
|
+
"actionGroupExtractMode": "ITEM",
|
|
272
282
|
"panelItems": [
|
|
273
283
|
{
|
|
274
284
|
"actionType": "NONE",
|
|
@@ -342,6 +352,7 @@ export default {
|
|
|
342
352
|
"id": "indexactions"
|
|
343
353
|
},
|
|
344
354
|
{
|
|
355
|
+
"actionGroupExtractMode": "ITEM",
|
|
345
356
|
"panelItems": [
|
|
346
357
|
{
|
|
347
358
|
"rawItem": {
|
|
@@ -456,6 +467,8 @@ export default {
|
|
|
456
467
|
"controlType": "VIEWLAYOUTPANEL",
|
|
457
468
|
"logicName": "应用首页视图布局(无分页)",
|
|
458
469
|
"controlParam": {},
|
|
470
|
+
"modelId": "CF729CA9-31B9-4D1D-BD03-939A0C7B700F",
|
|
471
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
459
472
|
"name": "layoutpanel",
|
|
460
473
|
"id": "indexviewlayoutnonav"
|
|
461
474
|
}
|
|
@@ -5,10 +5,13 @@ export default {
|
|
|
5
5
|
},
|
|
6
6
|
"rootPanelItems": [
|
|
7
7
|
{
|
|
8
|
+
"actionGroupExtractMode": "ITEM",
|
|
8
9
|
"panelItems": [
|
|
9
10
|
{
|
|
11
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
12
|
"panelItems": [
|
|
11
13
|
{
|
|
14
|
+
"actionGroupExtractMode": "ITEM",
|
|
12
15
|
"panelItems": [
|
|
13
16
|
{
|
|
14
17
|
"rawItem": {
|
|
@@ -63,8 +66,10 @@ export default {
|
|
|
63
66
|
"id": "container_scroll_main"
|
|
64
67
|
},
|
|
65
68
|
{
|
|
69
|
+
"actionGroupExtractMode": "ITEM",
|
|
66
70
|
"panelItems": [
|
|
67
71
|
{
|
|
72
|
+
"actionGroupExtractMode": "ITEM",
|
|
68
73
|
"panelItems": [
|
|
69
74
|
{
|
|
70
75
|
"rawItem": {
|
|
@@ -93,8 +98,10 @@ export default {
|
|
|
93
98
|
"id": "appmenu"
|
|
94
99
|
},
|
|
95
100
|
{
|
|
101
|
+
"actionGroupExtractMode": "ITEM",
|
|
96
102
|
"panelItems": [
|
|
97
103
|
{
|
|
104
|
+
"actionGroupExtractMode": "ITEM",
|
|
98
105
|
"panelItems": [
|
|
99
106
|
{
|
|
100
107
|
"rawItem": {
|
|
@@ -135,8 +142,10 @@ export default {
|
|
|
135
142
|
"id": "container3"
|
|
136
143
|
},
|
|
137
144
|
{
|
|
145
|
+
"actionGroupExtractMode": "ITEM",
|
|
138
146
|
"panelItems": [
|
|
139
147
|
{
|
|
148
|
+
"actionGroupExtractMode": "ITEM",
|
|
140
149
|
"panelItems": [
|
|
141
150
|
{
|
|
142
151
|
"rawItem": {
|
|
@@ -195,6 +204,7 @@ export default {
|
|
|
195
204
|
"id": "container4"
|
|
196
205
|
},
|
|
197
206
|
{
|
|
207
|
+
"actionGroupExtractMode": "ITEM",
|
|
198
208
|
"panelItems": [
|
|
199
209
|
{
|
|
200
210
|
"actionType": "NONE",
|
|
@@ -239,6 +249,7 @@ export default {
|
|
|
239
249
|
"id": "container5"
|
|
240
250
|
},
|
|
241
251
|
{
|
|
252
|
+
"actionGroupExtractMode": "ITEM",
|
|
242
253
|
"panelItems": [
|
|
243
254
|
{
|
|
244
255
|
"actionType": "NONE",
|
|
@@ -283,6 +294,7 @@ export default {
|
|
|
283
294
|
"id": "container6"
|
|
284
295
|
},
|
|
285
296
|
{
|
|
297
|
+
"actionGroupExtractMode": "ITEM",
|
|
286
298
|
"panelItems": [
|
|
287
299
|
{
|
|
288
300
|
"actionType": "NONE",
|
|
@@ -346,6 +358,7 @@ export default {
|
|
|
346
358
|
"id": "indextopactions"
|
|
347
359
|
},
|
|
348
360
|
{
|
|
361
|
+
"actionGroupExtractMode": "ITEM",
|
|
349
362
|
"panelItems": [
|
|
350
363
|
{
|
|
351
364
|
"rawItem": {
|
|
@@ -453,6 +466,8 @@ export default {
|
|
|
453
466
|
"controlType": "VIEWLAYOUTPANEL",
|
|
454
467
|
"logicName": "应用首页视图布局_上方菜单(无分页)",
|
|
455
468
|
"controlParam": {},
|
|
469
|
+
"modelId": "7FFF2A7B-5899-4393-B442-CCABE3A57721",
|
|
470
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
456
471
|
"name": "layoutpanel",
|
|
457
472
|
"id": "indexviewlayout_top_nonav"
|
|
458
473
|
}
|
|
@@ -5,10 +5,13 @@ export default {
|
|
|
5
5
|
},
|
|
6
6
|
"rootPanelItems": [
|
|
7
7
|
{
|
|
8
|
+
"actionGroupExtractMode": "ITEM",
|
|
8
9
|
"panelItems": [
|
|
9
10
|
{
|
|
11
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
12
|
"panelItems": [
|
|
11
13
|
{
|
|
14
|
+
"actionGroupExtractMode": "ITEM",
|
|
12
15
|
"panelItems": [
|
|
13
16
|
{
|
|
14
17
|
"rawItem": {
|
|
@@ -78,8 +81,10 @@ export default {
|
|
|
78
81
|
"id": "container_scroll_main"
|
|
79
82
|
},
|
|
80
83
|
{
|
|
84
|
+
"actionGroupExtractMode": "ITEM",
|
|
81
85
|
"panelItems": [
|
|
82
86
|
{
|
|
87
|
+
"actionGroupExtractMode": "ITEM",
|
|
83
88
|
"panelItems": [
|
|
84
89
|
{
|
|
85
90
|
"rawItem": {
|
|
@@ -108,8 +113,10 @@ export default {
|
|
|
108
113
|
"id": "appmenu"
|
|
109
114
|
},
|
|
110
115
|
{
|
|
116
|
+
"actionGroupExtractMode": "ITEM",
|
|
111
117
|
"panelItems": [
|
|
112
118
|
{
|
|
119
|
+
"actionGroupExtractMode": "ITEM",
|
|
113
120
|
"panelItems": [
|
|
114
121
|
{
|
|
115
122
|
"rawItem": {
|
|
@@ -150,8 +157,10 @@ export default {
|
|
|
150
157
|
"id": "container3"
|
|
151
158
|
},
|
|
152
159
|
{
|
|
160
|
+
"actionGroupExtractMode": "ITEM",
|
|
153
161
|
"panelItems": [
|
|
154
162
|
{
|
|
163
|
+
"actionGroupExtractMode": "ITEM",
|
|
155
164
|
"panelItems": [
|
|
156
165
|
{
|
|
157
166
|
"rawItem": {
|
|
@@ -210,6 +219,7 @@ export default {
|
|
|
210
219
|
"id": "container4"
|
|
211
220
|
},
|
|
212
221
|
{
|
|
222
|
+
"actionGroupExtractMode": "ITEM",
|
|
213
223
|
"panelItems": [
|
|
214
224
|
{
|
|
215
225
|
"actionType": "NONE",
|
|
@@ -254,6 +264,7 @@ export default {
|
|
|
254
264
|
"id": "container5"
|
|
255
265
|
},
|
|
256
266
|
{
|
|
267
|
+
"actionGroupExtractMode": "ITEM",
|
|
257
268
|
"panelItems": [
|
|
258
269
|
{
|
|
259
270
|
"actionType": "NONE",
|
|
@@ -298,6 +309,7 @@ export default {
|
|
|
298
309
|
"id": "container6"
|
|
299
310
|
},
|
|
300
311
|
{
|
|
312
|
+
"actionGroupExtractMode": "ITEM",
|
|
301
313
|
"panelItems": [
|
|
302
314
|
{
|
|
303
315
|
"actionType": "NONE",
|
|
@@ -361,6 +373,7 @@ export default {
|
|
|
361
373
|
"id": "indextopactions"
|
|
362
374
|
},
|
|
363
375
|
{
|
|
376
|
+
"actionGroupExtractMode": "ITEM",
|
|
364
377
|
"panelItems": [
|
|
365
378
|
{
|
|
366
379
|
"rawItem": {
|
|
@@ -468,6 +481,8 @@ export default {
|
|
|
468
481
|
"controlType": "VIEWLAYOUTPANEL",
|
|
469
482
|
"logicName": "应用首页视图布局_上方菜单(预置模型)",
|
|
470
483
|
"controlParam": {},
|
|
484
|
+
"modelId": "427a1f25d46954891cfc22f62ac2c339",
|
|
485
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
471
486
|
"name": "layoutpanel",
|
|
472
487
|
"id": "indexviewlayout_top"
|
|
473
488
|
}
|
|
@@ -5,10 +5,13 @@ export default {
|
|
|
5
5
|
},
|
|
6
6
|
"rootPanelItems": [
|
|
7
7
|
{
|
|
8
|
+
"actionGroupExtractMode": "ITEM",
|
|
8
9
|
"panelItems": [
|
|
9
10
|
{
|
|
11
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
12
|
"panelItems": [
|
|
11
13
|
{
|
|
14
|
+
"actionGroupExtractMode": "ITEM",
|
|
12
15
|
"panelItems": [
|
|
13
16
|
{
|
|
14
17
|
"rawItem": {
|
|
@@ -78,8 +81,10 @@ export default {
|
|
|
78
81
|
"id": "container_scroll_main"
|
|
79
82
|
},
|
|
80
83
|
{
|
|
84
|
+
"actionGroupExtractMode": "ITEM",
|
|
81
85
|
"panelItems": [
|
|
82
86
|
{
|
|
87
|
+
"actionGroupExtractMode": "ITEM",
|
|
83
88
|
"panelItems": [
|
|
84
89
|
{
|
|
85
90
|
"rawItem": {
|
|
@@ -124,8 +129,10 @@ export default {
|
|
|
124
129
|
"id": "auth_userinfo"
|
|
125
130
|
},
|
|
126
131
|
{
|
|
132
|
+
"actionGroupExtractMode": "ITEM",
|
|
127
133
|
"panelItems": [
|
|
128
134
|
{
|
|
135
|
+
"actionGroupExtractMode": "ITEM",
|
|
129
136
|
"panelItems": [
|
|
130
137
|
{
|
|
131
138
|
"rawItem": {
|
|
@@ -176,6 +183,7 @@ export default {
|
|
|
176
183
|
"id": "container1"
|
|
177
184
|
},
|
|
178
185
|
{
|
|
186
|
+
"actionGroupExtractMode": "ITEM",
|
|
179
187
|
"panelItems": [
|
|
180
188
|
{
|
|
181
189
|
"rawItem": {
|
|
@@ -226,6 +234,7 @@ export default {
|
|
|
226
234
|
"id": "container2"
|
|
227
235
|
},
|
|
228
236
|
{
|
|
237
|
+
"actionGroupExtractMode": "ITEM",
|
|
229
238
|
"panelItems": [
|
|
230
239
|
{
|
|
231
240
|
"rawItem": {
|
|
@@ -276,6 +285,7 @@ export default {
|
|
|
276
285
|
"id": "container3"
|
|
277
286
|
},
|
|
278
287
|
{
|
|
288
|
+
"actionGroupExtractMode": "ITEM",
|
|
279
289
|
"panelItems": [
|
|
280
290
|
{
|
|
281
291
|
"rawItem": {
|
|
@@ -345,6 +355,7 @@ export default {
|
|
|
345
355
|
"id": "indexactions"
|
|
346
356
|
},
|
|
347
357
|
{
|
|
358
|
+
"actionGroupExtractMode": "ITEM",
|
|
348
359
|
"panelItems": [
|
|
349
360
|
{
|
|
350
361
|
"rawItem": {
|
|
@@ -459,6 +470,8 @@ export default {
|
|
|
459
470
|
"controlType": "VIEWLAYOUTPANEL",
|
|
460
471
|
"logicName": "应用首页视图布局(预置模型)",
|
|
461
472
|
"controlParam": {},
|
|
473
|
+
"modelId": "02f8d7b1c956f354a0dec34015620ffc",
|
|
474
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
462
475
|
"name": "layoutpanel",
|
|
463
476
|
"id": "indexviewlayout"
|
|
464
477
|
}
|
|
@@ -5,10 +5,13 @@ export default {
|
|
|
5
5
|
},
|
|
6
6
|
"rootPanelItems": [
|
|
7
7
|
{
|
|
8
|
+
"actionGroupExtractMode": "ITEM",
|
|
8
9
|
"panelItems": [
|
|
9
10
|
{
|
|
11
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
12
|
"panelItems": [
|
|
11
13
|
{
|
|
14
|
+
"actionGroupExtractMode": "ITEM",
|
|
12
15
|
"panelItems": [
|
|
13
16
|
{
|
|
14
17
|
"rawItem": {
|
|
@@ -46,8 +49,10 @@ export default {
|
|
|
46
49
|
"id": "container4"
|
|
47
50
|
},
|
|
48
51
|
{
|
|
52
|
+
"actionGroupExtractMode": "ITEM",
|
|
49
53
|
"panelItems": [
|
|
50
54
|
{
|
|
55
|
+
"actionGroupExtractMode": "ITEM",
|
|
51
56
|
"layout": {
|
|
52
57
|
"layout": "FLEX"
|
|
53
58
|
},
|
|
@@ -62,6 +67,7 @@ export default {
|
|
|
62
67
|
"id": "container6"
|
|
63
68
|
},
|
|
64
69
|
{
|
|
70
|
+
"actionGroupExtractMode": "ITEM",
|
|
65
71
|
"panelItems": [
|
|
66
72
|
{
|
|
67
73
|
"editor": {
|
|
@@ -110,6 +116,7 @@ export default {
|
|
|
110
116
|
"id": "auth_password"
|
|
111
117
|
},
|
|
112
118
|
{
|
|
119
|
+
"actionGroupExtractMode": "ITEM",
|
|
113
120
|
"predefinedType": "REMEMBER_ME",
|
|
114
121
|
"layout": {
|
|
115
122
|
"layout": "FLEX"
|
|
@@ -139,12 +146,13 @@ export default {
|
|
|
139
146
|
"id": "container2"
|
|
140
147
|
},
|
|
141
148
|
{
|
|
149
|
+
"actionGroupExtractMode": "ITEM",
|
|
142
150
|
"panelItems": [
|
|
143
151
|
{
|
|
144
152
|
"actionType": "UIACTION",
|
|
145
153
|
"buttonStyle": "DEFAULT",
|
|
146
154
|
"buttonType": "PANELBUTTON",
|
|
147
|
-
"uiactionId": "
|
|
155
|
+
"uiactionId": "app_login",
|
|
148
156
|
"renderMode": "BUTTON",
|
|
149
157
|
"tooltip": "登录",
|
|
150
158
|
"caption": "登录",
|
|
@@ -161,7 +169,7 @@ export default {
|
|
|
161
169
|
"actionType": "UIACTION",
|
|
162
170
|
"buttonStyle": "DEFAULT",
|
|
163
171
|
"buttonType": "PANELBUTTON",
|
|
164
|
-
"uiactionId": "
|
|
172
|
+
"uiactionId": "data_cancelchanges",
|
|
165
173
|
"renderMode": "BUTTON",
|
|
166
174
|
"tooltip": "重置",
|
|
167
175
|
"caption": "重置",
|
|
@@ -247,6 +255,8 @@ export default {
|
|
|
247
255
|
"controlType": "VIEWLAYOUTPANEL",
|
|
248
256
|
"logicName": "应用登录视图",
|
|
249
257
|
"controlParam": {},
|
|
258
|
+
"modelId": "D9ECA0E6-8AF7-4672-B158-1EB694ACB6FD",
|
|
259
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
250
260
|
"name": "layoutpanel",
|
|
251
261
|
"id": "apploginviewlayout"
|
|
252
262
|
}
|
|
@@ -5,10 +5,13 @@ export default {
|
|
|
5
5
|
},
|
|
6
6
|
"rootPanelItems": [
|
|
7
7
|
{
|
|
8
|
+
"actionGroupExtractMode": "ITEM",
|
|
8
9
|
"panelItems": [
|
|
9
10
|
{
|
|
11
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
12
|
"panelItems": [
|
|
11
13
|
{
|
|
14
|
+
"actionGroupExtractMode": "ITEM",
|
|
12
15
|
"panelItems": [
|
|
13
16
|
{
|
|
14
17
|
"caption": "页面标题",
|
|
@@ -50,8 +53,10 @@ export default {
|
|
|
50
53
|
"id": "control_header_left"
|
|
51
54
|
},
|
|
52
55
|
{
|
|
56
|
+
"actionGroupExtractMode": "ITEM",
|
|
53
57
|
"panelItems": [
|
|
54
58
|
{
|
|
59
|
+
"actionGroupExtractMode": "ITEM",
|
|
55
60
|
"panelItems": [
|
|
56
61
|
{
|
|
57
62
|
"caption": "搜索栏",
|
|
@@ -79,6 +84,7 @@ export default {
|
|
|
79
84
|
"id": "control_searchbar"
|
|
80
85
|
},
|
|
81
86
|
{
|
|
87
|
+
"actionGroupExtractMode": "ITEM",
|
|
82
88
|
"panelItems": [
|
|
83
89
|
{
|
|
84
90
|
"caption": "工具栏",
|
|
@@ -138,6 +144,7 @@ export default {
|
|
|
138
144
|
"id": "control_header"
|
|
139
145
|
},
|
|
140
146
|
{
|
|
147
|
+
"actionGroupExtractMode": "ITEM",
|
|
141
148
|
"panelItems": [
|
|
142
149
|
{
|
|
143
150
|
"caption": "导航图表",
|
|
@@ -173,6 +180,8 @@ export default {
|
|
|
173
180
|
"logicName": "部件-图表导航栏布局面板",
|
|
174
181
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
175
182
|
"controlParam": {},
|
|
183
|
+
"modelId": "E37BB4D0-5C3A-4081-977A-8A4292BECF14",
|
|
184
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
176
185
|
"name": "layoutpanel",
|
|
177
186
|
"id": "chartviewexpbarlayout"
|
|
178
187
|
}
|
package/src/publish/control-layout/control-layout-model-repository-data-view-exp-bar-layout.ts
CHANGED
|
@@ -5,10 +5,13 @@ export default {
|
|
|
5
5
|
},
|
|
6
6
|
"rootPanelItems": [
|
|
7
7
|
{
|
|
8
|
+
"actionGroupExtractMode": "ITEM",
|
|
8
9
|
"panelItems": [
|
|
9
10
|
{
|
|
11
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
12
|
"panelItems": [
|
|
11
13
|
{
|
|
14
|
+
"actionGroupExtractMode": "ITEM",
|
|
12
15
|
"panelItems": [
|
|
13
16
|
{
|
|
14
17
|
"caption": "页面标题",
|
|
@@ -50,8 +53,10 @@ export default {
|
|
|
50
53
|
"id": "control_header_left"
|
|
51
54
|
},
|
|
52
55
|
{
|
|
56
|
+
"actionGroupExtractMode": "ITEM",
|
|
53
57
|
"panelItems": [
|
|
54
58
|
{
|
|
59
|
+
"actionGroupExtractMode": "ITEM",
|
|
55
60
|
"panelItems": [
|
|
56
61
|
{
|
|
57
62
|
"caption": "搜索栏",
|
|
@@ -79,6 +84,7 @@ export default {
|
|
|
79
84
|
"id": "control_searchbar"
|
|
80
85
|
},
|
|
81
86
|
{
|
|
87
|
+
"actionGroupExtractMode": "ITEM",
|
|
82
88
|
"panelItems": [
|
|
83
89
|
{
|
|
84
90
|
"caption": "工具栏",
|
|
@@ -139,6 +145,7 @@ export default {
|
|
|
139
145
|
"id": "control_header"
|
|
140
146
|
},
|
|
141
147
|
{
|
|
148
|
+
"actionGroupExtractMode": "ITEM",
|
|
142
149
|
"panelItems": [
|
|
143
150
|
{
|
|
144
151
|
"caption": "导航数据视图",
|
|
@@ -175,6 +182,8 @@ export default {
|
|
|
175
182
|
"logicName": "部件-卡片导航栏布局面板",
|
|
176
183
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
177
184
|
"controlParam": {},
|
|
185
|
+
"modelId": "EFDD7F59-2A9A-4144-9C4D-494D1F2A5D7A",
|
|
186
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
178
187
|
"name": "layoutpanel",
|
|
179
188
|
"id": "dataviewexpbarlayout"
|
|
180
189
|
}
|
|
@@ -5,10 +5,13 @@ export default {
|
|
|
5
5
|
},
|
|
6
6
|
"rootPanelItems": [
|
|
7
7
|
{
|
|
8
|
+
"actionGroupExtractMode": "ITEM",
|
|
8
9
|
"panelItems": [
|
|
9
10
|
{
|
|
11
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
12
|
"panelItems": [
|
|
11
13
|
{
|
|
14
|
+
"actionGroupExtractMode": "ITEM",
|
|
12
15
|
"panelItems": [
|
|
13
16
|
{
|
|
14
17
|
"caption": "页面标题",
|
|
@@ -50,8 +53,10 @@ export default {
|
|
|
50
53
|
"id": "control_header_left"
|
|
51
54
|
},
|
|
52
55
|
{
|
|
56
|
+
"actionGroupExtractMode": "ITEM",
|
|
53
57
|
"panelItems": [
|
|
54
58
|
{
|
|
59
|
+
"actionGroupExtractMode": "ITEM",
|
|
55
60
|
"panelItems": [
|
|
56
61
|
{
|
|
57
62
|
"caption": "搜索栏",
|
|
@@ -79,6 +84,7 @@ export default {
|
|
|
79
84
|
"id": "control_searchbar"
|
|
80
85
|
},
|
|
81
86
|
{
|
|
87
|
+
"actionGroupExtractMode": "ITEM",
|
|
82
88
|
"panelItems": [
|
|
83
89
|
{
|
|
84
90
|
"caption": "工具栏",
|
|
@@ -139,6 +145,7 @@ export default {
|
|
|
139
145
|
"id": "control_header"
|
|
140
146
|
},
|
|
141
147
|
{
|
|
148
|
+
"actionGroupExtractMode": "ITEM",
|
|
142
149
|
"panelItems": [
|
|
143
150
|
{
|
|
144
151
|
"caption": "导航表格",
|
|
@@ -174,6 +181,8 @@ export default {
|
|
|
174
181
|
"logicName": "部件-表格导航栏布局面板",
|
|
175
182
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
176
183
|
"controlParam": {},
|
|
184
|
+
"modelId": "4965E9F3-C06D-49C5-A57F-356C70E3E22B",
|
|
185
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
177
186
|
"name": "layoutpanel",
|
|
178
187
|
"id": "gridexpbarlayout"
|
|
179
188
|
}
|
|
@@ -5,10 +5,13 @@ export default {
|
|
|
5
5
|
},
|
|
6
6
|
"rootPanelItems": [
|
|
7
7
|
{
|
|
8
|
+
"actionGroupExtractMode": "ITEM",
|
|
8
9
|
"panelItems": [
|
|
9
10
|
{
|
|
11
|
+
"actionGroupExtractMode": "ITEM",
|
|
10
12
|
"panelItems": [
|
|
11
13
|
{
|
|
14
|
+
"actionGroupExtractMode": "ITEM",
|
|
12
15
|
"panelItems": [
|
|
13
16
|
{
|
|
14
17
|
"caption": "页面标题",
|
|
@@ -50,8 +53,10 @@ export default {
|
|
|
50
53
|
"id": "control_header_left"
|
|
51
54
|
},
|
|
52
55
|
{
|
|
56
|
+
"actionGroupExtractMode": "ITEM",
|
|
53
57
|
"panelItems": [
|
|
54
58
|
{
|
|
59
|
+
"actionGroupExtractMode": "ITEM",
|
|
55
60
|
"panelItems": [
|
|
56
61
|
{
|
|
57
62
|
"caption": "搜索栏",
|
|
@@ -79,6 +84,7 @@ export default {
|
|
|
79
84
|
"id": "control_searchbar"
|
|
80
85
|
},
|
|
81
86
|
{
|
|
87
|
+
"actionGroupExtractMode": "ITEM",
|
|
82
88
|
"panelItems": [
|
|
83
89
|
{
|
|
84
90
|
"caption": "工具栏",
|
|
@@ -139,6 +145,7 @@ export default {
|
|
|
139
145
|
"id": "control_header"
|
|
140
146
|
},
|
|
141
147
|
{
|
|
148
|
+
"actionGroupExtractMode": "ITEM",
|
|
142
149
|
"panelItems": [
|
|
143
150
|
{
|
|
144
151
|
"caption": "导航列表",
|
|
@@ -174,6 +181,8 @@ export default {
|
|
|
174
181
|
"logicName": "部件-列表导航栏布局面板",
|
|
175
182
|
"appDataEntityId": "frontmodel.controllayoutmodelrepository",
|
|
176
183
|
"controlParam": {},
|
|
184
|
+
"modelId": "8E8CAB4D-612B-4D54-8887-B88ABFC81101",
|
|
185
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
177
186
|
"name": "layoutpanel",
|
|
178
187
|
"id": "listexpbarlayout"
|
|
179
188
|
}
|