@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
|
@@ -22,14 +22,19 @@ declare const _default: {
|
|
|
22
22
|
};
|
|
23
23
|
showCaption: boolean;
|
|
24
24
|
id: string;
|
|
25
|
+
actionGroupExtractMode?: undefined;
|
|
25
26
|
panelItems?: undefined;
|
|
26
27
|
predefinedType?: undefined;
|
|
27
28
|
layout?: undefined;
|
|
28
29
|
dataRegionType?: undefined;
|
|
29
30
|
} | {
|
|
31
|
+
actionGroupExtractMode: string;
|
|
30
32
|
panelItems: {
|
|
33
|
+
actionGroupExtractMode: string;
|
|
31
34
|
panelItems: {
|
|
35
|
+
actionGroupExtractMode: string;
|
|
32
36
|
panelItems: {
|
|
37
|
+
actionGroupExtractMode: string;
|
|
33
38
|
panelItems: {
|
|
34
39
|
caption: string;
|
|
35
40
|
itemStyle: string;
|
|
@@ -104,7 +109,9 @@ declare const _default: {
|
|
|
104
109
|
id: string;
|
|
105
110
|
rawItem?: undefined;
|
|
106
111
|
} | {
|
|
112
|
+
actionGroupExtractMode: string;
|
|
107
113
|
panelItems: ({
|
|
114
|
+
actionGroupExtractMode: string;
|
|
108
115
|
panelItems: {
|
|
109
116
|
caption: string;
|
|
110
117
|
itemStyle: string;
|
|
@@ -136,6 +143,7 @@ declare const _default: {
|
|
|
136
143
|
};
|
|
137
144
|
id: string;
|
|
138
145
|
} | {
|
|
146
|
+
actionGroupExtractMode: string;
|
|
139
147
|
panelItems: {
|
|
140
148
|
caption: string;
|
|
141
149
|
itemStyle: string;
|
|
@@ -165,6 +173,7 @@ declare const _default: {
|
|
|
165
173
|
contentHeight?: undefined;
|
|
166
174
|
height?: undefined;
|
|
167
175
|
} | {
|
|
176
|
+
actionGroupExtractMode: string;
|
|
168
177
|
panelItems: {
|
|
169
178
|
rawItem: {
|
|
170
179
|
predefinedType: string;
|
|
@@ -221,6 +230,8 @@ declare const _default: {
|
|
|
221
230
|
logicName: string;
|
|
222
231
|
appDataEntityId: string;
|
|
223
232
|
controlParam: {};
|
|
233
|
+
modelId: string;
|
|
234
|
+
modelType: string;
|
|
224
235
|
name: string;
|
|
225
236
|
id: string;
|
|
226
237
|
};
|
|
@@ -27,12 +27,16 @@ var DEWFDynaEditView3 = {
|
|
|
27
27
|
"id": "viewmsg_pos_top"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
+
"actionGroupExtractMode": "ITEM",
|
|
30
31
|
"panelItems": [
|
|
31
32
|
{
|
|
33
|
+
"actionGroupExtractMode": "ITEM",
|
|
32
34
|
"panelItems": [
|
|
33
35
|
{
|
|
36
|
+
"actionGroupExtractMode": "ITEM",
|
|
34
37
|
"panelItems": [
|
|
35
38
|
{
|
|
39
|
+
"actionGroupExtractMode": "ITEM",
|
|
36
40
|
"panelItems": [
|
|
37
41
|
{
|
|
38
42
|
"caption": "\u9875\u9762\u6807\u9898",
|
|
@@ -77,8 +81,10 @@ var DEWFDynaEditView3 = {
|
|
|
77
81
|
"id": "view_header_left"
|
|
78
82
|
},
|
|
79
83
|
{
|
|
84
|
+
"actionGroupExtractMode": "ITEM",
|
|
80
85
|
"panelItems": [
|
|
81
86
|
{
|
|
87
|
+
"actionGroupExtractMode": "ITEM",
|
|
82
88
|
"panelItems": [
|
|
83
89
|
{
|
|
84
90
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -178,8 +184,10 @@ var DEWFDynaEditView3 = {
|
|
|
178
184
|
"id": "viewmsg_pos_body"
|
|
179
185
|
},
|
|
180
186
|
{
|
|
187
|
+
"actionGroupExtractMode": "ITEM",
|
|
181
188
|
"panelItems": [
|
|
182
189
|
{
|
|
190
|
+
"actionGroupExtractMode": "ITEM",
|
|
183
191
|
"panelItems": [
|
|
184
192
|
{
|
|
185
193
|
"caption": "\u5173\u7CFB\u5206\u9875\u90E8\u4EF6",
|
|
@@ -213,6 +221,7 @@ var DEWFDynaEditView3 = {
|
|
|
213
221
|
"id": "view_drtab"
|
|
214
222
|
},
|
|
215
223
|
{
|
|
224
|
+
"actionGroupExtractMode": "ITEM",
|
|
216
225
|
"panelItems": [
|
|
217
226
|
{
|
|
218
227
|
"caption": "\u8868\u5355",
|
|
@@ -241,6 +250,7 @@ var DEWFDynaEditView3 = {
|
|
|
241
250
|
"id": "view_form"
|
|
242
251
|
},
|
|
243
252
|
{
|
|
253
|
+
"actionGroupExtractMode": "ITEM",
|
|
244
254
|
"panelItems": [
|
|
245
255
|
{
|
|
246
256
|
"rawItem": {
|
|
@@ -316,6 +326,8 @@ var DEWFDynaEditView3 = {
|
|
|
316
326
|
"logicName": "\u5B9E\u4F53\u5DE5\u4F5C\u6D41\u52A8\u6001\u89C6\u56FE\uFF08\u5206\u9875\u5173\u7CFB\uFF09\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
317
327
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
318
328
|
"controlParam": {},
|
|
329
|
+
"modelId": "6406F012-CB50-4930-B36F-38472F0158DC",
|
|
330
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
319
331
|
"name": "layoutpanel",
|
|
320
332
|
"id": "wfdynaeditview3layout"
|
|
321
333
|
};
|
|
@@ -22,14 +22,19 @@ declare const _default: {
|
|
|
22
22
|
};
|
|
23
23
|
showCaption: boolean;
|
|
24
24
|
id: string;
|
|
25
|
+
actionGroupExtractMode?: undefined;
|
|
25
26
|
panelItems?: undefined;
|
|
26
27
|
predefinedType?: undefined;
|
|
27
28
|
layout?: undefined;
|
|
28
29
|
dataRegionType?: undefined;
|
|
29
30
|
} | {
|
|
31
|
+
actionGroupExtractMode: string;
|
|
30
32
|
panelItems: {
|
|
33
|
+
actionGroupExtractMode: string;
|
|
31
34
|
panelItems: {
|
|
35
|
+
actionGroupExtractMode: string;
|
|
32
36
|
panelItems: {
|
|
37
|
+
actionGroupExtractMode: string;
|
|
33
38
|
panelItems: {
|
|
34
39
|
caption: string;
|
|
35
40
|
itemStyle: string;
|
|
@@ -104,6 +109,7 @@ declare const _default: {
|
|
|
104
109
|
id: string;
|
|
105
110
|
rawItem?: undefined;
|
|
106
111
|
} | {
|
|
112
|
+
actionGroupExtractMode: string;
|
|
107
113
|
panelItems: {
|
|
108
114
|
caption: string;
|
|
109
115
|
itemStyle: string;
|
|
@@ -138,6 +144,8 @@ declare const _default: {
|
|
|
138
144
|
logicName: string;
|
|
139
145
|
appDataEntityId: string;
|
|
140
146
|
controlParam: {};
|
|
147
|
+
modelId: string;
|
|
148
|
+
modelType: string;
|
|
141
149
|
name: string;
|
|
142
150
|
id: string;
|
|
143
151
|
};
|
|
@@ -27,12 +27,16 @@ var DEWFDynaEditView = {
|
|
|
27
27
|
"id": "viewmsg_pos_top"
|
|
28
28
|
},
|
|
29
29
|
{
|
|
30
|
+
"actionGroupExtractMode": "ITEM",
|
|
30
31
|
"panelItems": [
|
|
31
32
|
{
|
|
33
|
+
"actionGroupExtractMode": "ITEM",
|
|
32
34
|
"panelItems": [
|
|
33
35
|
{
|
|
36
|
+
"actionGroupExtractMode": "ITEM",
|
|
34
37
|
"panelItems": [
|
|
35
38
|
{
|
|
39
|
+
"actionGroupExtractMode": "ITEM",
|
|
36
40
|
"panelItems": [
|
|
37
41
|
{
|
|
38
42
|
"caption": "\u9875\u9762\u6807\u9898",
|
|
@@ -77,8 +81,10 @@ var DEWFDynaEditView = {
|
|
|
77
81
|
"id": "view_header_left"
|
|
78
82
|
},
|
|
79
83
|
{
|
|
84
|
+
"actionGroupExtractMode": "ITEM",
|
|
80
85
|
"panelItems": [
|
|
81
86
|
{
|
|
87
|
+
"actionGroupExtractMode": "ITEM",
|
|
82
88
|
"panelItems": [
|
|
83
89
|
{
|
|
84
90
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -178,6 +184,7 @@ var DEWFDynaEditView = {
|
|
|
178
184
|
"id": "viewmsg_pos_body"
|
|
179
185
|
},
|
|
180
186
|
{
|
|
187
|
+
"actionGroupExtractMode": "ITEM",
|
|
181
188
|
"panelItems": [
|
|
182
189
|
{
|
|
183
190
|
"caption": "\u8868\u5355",
|
|
@@ -234,6 +241,8 @@ var DEWFDynaEditView = {
|
|
|
234
241
|
"logicName": "\u5B9E\u4F53\u5DE5\u4F5C\u6D41\u52A8\u6001\u7F16\u8F91\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
235
242
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
236
243
|
"controlParam": {},
|
|
244
|
+
"modelId": "EA6E3911-F3F3-4D40-A833-86B2319028BE",
|
|
245
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
237
246
|
"name": "layoutpanel",
|
|
238
247
|
"id": "wfdynaeditviewlayout"
|
|
239
248
|
};
|
|
@@ -22,11 +22,13 @@ declare const _default: {
|
|
|
22
22
|
};
|
|
23
23
|
showCaption: boolean;
|
|
24
24
|
id: string;
|
|
25
|
+
actionGroupExtractMode?: undefined;
|
|
25
26
|
panelItems?: undefined;
|
|
26
27
|
predefinedType?: undefined;
|
|
27
28
|
layout?: undefined;
|
|
28
29
|
dataRegionType?: undefined;
|
|
29
30
|
} | {
|
|
31
|
+
actionGroupExtractMode: string;
|
|
30
32
|
panelItems: {
|
|
31
33
|
caption: string;
|
|
32
34
|
itemStyle: string;
|
|
@@ -58,6 +60,7 @@ declare const _default: {
|
|
|
58
60
|
rawItem?: undefined;
|
|
59
61
|
showCaption?: undefined;
|
|
60
62
|
} | {
|
|
63
|
+
actionGroupExtractMode: string;
|
|
61
64
|
panelItems: ({
|
|
62
65
|
actionType: string;
|
|
63
66
|
buttonStyle: string;
|
|
@@ -118,6 +121,8 @@ declare const _default: {
|
|
|
118
121
|
logicName: string;
|
|
119
122
|
appDataEntityId: string;
|
|
120
123
|
controlParam: {};
|
|
124
|
+
modelId: string;
|
|
125
|
+
modelType: string;
|
|
121
126
|
name: string;
|
|
122
127
|
id: string;
|
|
123
128
|
};
|
|
@@ -48,6 +48,7 @@ var DEWFDynaStartView = {
|
|
|
48
48
|
"id": "viewmsg_pos_body"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
|
+
"actionGroupExtractMode": "ITEM",
|
|
51
52
|
"panelItems": [
|
|
52
53
|
{
|
|
53
54
|
"caption": "\u8868\u5355",
|
|
@@ -78,12 +79,13 @@ var DEWFDynaStartView = {
|
|
|
78
79
|
"id": "view_content"
|
|
79
80
|
},
|
|
80
81
|
{
|
|
82
|
+
"actionGroupExtractMode": "ITEM",
|
|
81
83
|
"panelItems": [
|
|
82
84
|
{
|
|
83
85
|
"actionType": "UIACTION",
|
|
84
86
|
"buttonStyle": "INFO",
|
|
85
87
|
"buttonType": "PANELBUTTON",
|
|
86
|
-
"uiactionId": "
|
|
88
|
+
"uiactionId": "view_cancelaction",
|
|
87
89
|
"renderMode": "BUTTON",
|
|
88
90
|
"tooltip": "\u53D6\u6D88",
|
|
89
91
|
"caption": "\u53D6\u6D88",
|
|
@@ -100,7 +102,7 @@ var DEWFDynaStartView = {
|
|
|
100
102
|
"actionType": "UIACTION",
|
|
101
103
|
"buttonStyle": "PRIMARY",
|
|
102
104
|
"buttonType": "PANELBUTTON",
|
|
103
|
-
"uiactionId": "
|
|
105
|
+
"uiactionId": "view_okaction",
|
|
104
106
|
"renderMode": "BUTTON",
|
|
105
107
|
"tooltip": "\u786E\u5B9A",
|
|
106
108
|
"caption": "\u786E\u5B9A",
|
|
@@ -158,6 +160,8 @@ var DEWFDynaStartView = {
|
|
|
158
160
|
"logicName": "\u5B9E\u4F53\u5DE5\u4F5C\u6D41\u52A8\u6001\u542F\u52A8\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
159
161
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
160
162
|
"controlParam": {},
|
|
163
|
+
"modelId": "B672A361-6F91-43E3-A8FD-937050B9C568",
|
|
164
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
161
165
|
"name": "layoutpanel",
|
|
162
166
|
"id": "wfdynastartviewlayout"
|
|
163
167
|
};
|
|
@@ -24,6 +24,8 @@ var DEFormPickupDataView = {
|
|
|
24
24
|
"logicName": " \u5B9E\u4F53\u8868\u5355\u9009\u62E9\u6570\u636E\u89C6\u56FE\u5E03\u5C40\u9762\u677F",
|
|
25
25
|
"appDataEntityId": "frontmodel.viewlayoutmodelrepository",
|
|
26
26
|
"controlParam": {},
|
|
27
|
+
"modelId": "42F2CEED-4828-4A52-836A-DA850DF2E1B0",
|
|
28
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
27
29
|
"name": "layoutpanel",
|
|
28
30
|
"id": "formpickupdataviewlayout"
|
|
29
31
|
};
|
|
@@ -36,6 +36,8 @@ var AppDataUploadView = {
|
|
|
36
36
|
"controlType": "VIEWLAYOUTPANEL",
|
|
37
37
|
"logicName": "\u5E94\u7528\u6570\u636E\u5BFC\u5165\u89C6\u56FE\u5E03\u5C40\u9762\u677F(\u9884\u7F6E\u6A21\u578B)",
|
|
38
38
|
"controlParam": {},
|
|
39
|
+
"modelId": "EE084115-D7C7-4CF2-9D56-047BC769984C",
|
|
40
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
39
41
|
"name": "layoutpanel",
|
|
40
42
|
"id": "appdatauploadviewlayout"
|
|
41
43
|
};
|
|
@@ -31,6 +31,8 @@ var AppIndexViewLayout_BLANK_MODE = {
|
|
|
31
31
|
"controlType": "VIEWLAYOUTPANEL",
|
|
32
32
|
"logicName": "\u5E94\u7528\u9996\u9875\u89C6\u56FE\u5E03\u5C40_\u7A7A\u767D\u6A21\u5F0F(\u9884\u7F6E\u6A21\u578B)",
|
|
33
33
|
"controlParam": {},
|
|
34
|
+
"modelId": "87ee99977cbb8c26aa2b9e0f52393ff9",
|
|
35
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
34
36
|
"name": "layoutpanel",
|
|
35
37
|
"id": "indexviewlayout_blank_mode"
|
|
36
38
|
};
|
|
@@ -28,6 +28,8 @@ var AppIndexViewLayout_CENTER = {
|
|
|
28
28
|
"controlType": "VIEWLAYOUTPANEL",
|
|
29
29
|
"logicName": "\u5E94\u7528\u9996\u9875\u89C6\u56FE\u5E03\u5C40_\u4E2D\u95F4\u83DC\u5355(\u9884\u7F6E\u6A21\u578B)",
|
|
30
30
|
"controlParam": {},
|
|
31
|
+
"modelId": "b6787c1e2182d02f945d5fd4cb97272f",
|
|
32
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
31
33
|
"name": "layoutpanel",
|
|
32
34
|
"id": "indexviewlayout_center"
|
|
33
35
|
};
|
|
@@ -10,10 +10,13 @@ var AppIndexViewLayout_NO_NAV = {
|
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
12
|
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
13
14
|
"panelItems": [
|
|
14
15
|
{
|
|
16
|
+
"actionGroupExtractMode": "ITEM",
|
|
15
17
|
"panelItems": [
|
|
16
18
|
{
|
|
19
|
+
"actionGroupExtractMode": "ITEM",
|
|
17
20
|
"panelItems": [
|
|
18
21
|
{
|
|
19
22
|
"rawItem": {
|
|
@@ -68,8 +71,10 @@ var AppIndexViewLayout_NO_NAV = {
|
|
|
68
71
|
"id": "container_scroll_main"
|
|
69
72
|
},
|
|
70
73
|
{
|
|
74
|
+
"actionGroupExtractMode": "ITEM",
|
|
71
75
|
"panelItems": [
|
|
72
76
|
{
|
|
77
|
+
"actionGroupExtractMode": "ITEM",
|
|
73
78
|
"panelItems": [
|
|
74
79
|
{
|
|
75
80
|
"rawItem": {
|
|
@@ -114,8 +119,10 @@ var AppIndexViewLayout_NO_NAV = {
|
|
|
114
119
|
"id": "auth_userinfo"
|
|
115
120
|
},
|
|
116
121
|
{
|
|
122
|
+
"actionGroupExtractMode": "ITEM",
|
|
117
123
|
"panelItems": [
|
|
118
124
|
{
|
|
125
|
+
"actionGroupExtractMode": "ITEM",
|
|
119
126
|
"panelItems": [
|
|
120
127
|
{
|
|
121
128
|
"rawItem": {
|
|
@@ -166,6 +173,7 @@ var AppIndexViewLayout_NO_NAV = {
|
|
|
166
173
|
"id": "container1"
|
|
167
174
|
},
|
|
168
175
|
{
|
|
176
|
+
"actionGroupExtractMode": "ITEM",
|
|
169
177
|
"panelItems": [
|
|
170
178
|
{
|
|
171
179
|
"actionType": "NONE",
|
|
@@ -220,6 +228,7 @@ var AppIndexViewLayout_NO_NAV = {
|
|
|
220
228
|
"id": "container2"
|
|
221
229
|
},
|
|
222
230
|
{
|
|
231
|
+
"actionGroupExtractMode": "ITEM",
|
|
223
232
|
"panelItems": [
|
|
224
233
|
{
|
|
225
234
|
"actionType": "NONE",
|
|
@@ -274,6 +283,7 @@ var AppIndexViewLayout_NO_NAV = {
|
|
|
274
283
|
"id": "container3"
|
|
275
284
|
},
|
|
276
285
|
{
|
|
286
|
+
"actionGroupExtractMode": "ITEM",
|
|
277
287
|
"panelItems": [
|
|
278
288
|
{
|
|
279
289
|
"actionType": "NONE",
|
|
@@ -347,6 +357,7 @@ var AppIndexViewLayout_NO_NAV = {
|
|
|
347
357
|
"id": "indexactions"
|
|
348
358
|
},
|
|
349
359
|
{
|
|
360
|
+
"actionGroupExtractMode": "ITEM",
|
|
350
361
|
"panelItems": [
|
|
351
362
|
{
|
|
352
363
|
"rawItem": {
|
|
@@ -461,6 +472,8 @@ var AppIndexViewLayout_NO_NAV = {
|
|
|
461
472
|
"controlType": "VIEWLAYOUTPANEL",
|
|
462
473
|
"logicName": "\u5E94\u7528\u9996\u9875\u89C6\u56FE\u5E03\u5C40(\u65E0\u5206\u9875)",
|
|
463
474
|
"controlParam": {},
|
|
475
|
+
"modelId": "CF729CA9-31B9-4D1D-BD03-939A0C7B700F",
|
|
476
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
464
477
|
"name": "layoutpanel",
|
|
465
478
|
"id": "indexviewlayoutnonav"
|
|
466
479
|
};
|
|
@@ -10,10 +10,13 @@ var AppIndexViewLayout_TOP_NO_NAV = {
|
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
12
|
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
13
14
|
"panelItems": [
|
|
14
15
|
{
|
|
16
|
+
"actionGroupExtractMode": "ITEM",
|
|
15
17
|
"panelItems": [
|
|
16
18
|
{
|
|
19
|
+
"actionGroupExtractMode": "ITEM",
|
|
17
20
|
"panelItems": [
|
|
18
21
|
{
|
|
19
22
|
"rawItem": {
|
|
@@ -68,8 +71,10 @@ var AppIndexViewLayout_TOP_NO_NAV = {
|
|
|
68
71
|
"id": "container_scroll_main"
|
|
69
72
|
},
|
|
70
73
|
{
|
|
74
|
+
"actionGroupExtractMode": "ITEM",
|
|
71
75
|
"panelItems": [
|
|
72
76
|
{
|
|
77
|
+
"actionGroupExtractMode": "ITEM",
|
|
73
78
|
"panelItems": [
|
|
74
79
|
{
|
|
75
80
|
"rawItem": {
|
|
@@ -98,8 +103,10 @@ var AppIndexViewLayout_TOP_NO_NAV = {
|
|
|
98
103
|
"id": "appmenu"
|
|
99
104
|
},
|
|
100
105
|
{
|
|
106
|
+
"actionGroupExtractMode": "ITEM",
|
|
101
107
|
"panelItems": [
|
|
102
108
|
{
|
|
109
|
+
"actionGroupExtractMode": "ITEM",
|
|
103
110
|
"panelItems": [
|
|
104
111
|
{
|
|
105
112
|
"rawItem": {
|
|
@@ -140,8 +147,10 @@ var AppIndexViewLayout_TOP_NO_NAV = {
|
|
|
140
147
|
"id": "container3"
|
|
141
148
|
},
|
|
142
149
|
{
|
|
150
|
+
"actionGroupExtractMode": "ITEM",
|
|
143
151
|
"panelItems": [
|
|
144
152
|
{
|
|
153
|
+
"actionGroupExtractMode": "ITEM",
|
|
145
154
|
"panelItems": [
|
|
146
155
|
{
|
|
147
156
|
"rawItem": {
|
|
@@ -200,6 +209,7 @@ var AppIndexViewLayout_TOP_NO_NAV = {
|
|
|
200
209
|
"id": "container4"
|
|
201
210
|
},
|
|
202
211
|
{
|
|
212
|
+
"actionGroupExtractMode": "ITEM",
|
|
203
213
|
"panelItems": [
|
|
204
214
|
{
|
|
205
215
|
"actionType": "NONE",
|
|
@@ -244,6 +254,7 @@ var AppIndexViewLayout_TOP_NO_NAV = {
|
|
|
244
254
|
"id": "container5"
|
|
245
255
|
},
|
|
246
256
|
{
|
|
257
|
+
"actionGroupExtractMode": "ITEM",
|
|
247
258
|
"panelItems": [
|
|
248
259
|
{
|
|
249
260
|
"actionType": "NONE",
|
|
@@ -288,6 +299,7 @@ var AppIndexViewLayout_TOP_NO_NAV = {
|
|
|
288
299
|
"id": "container6"
|
|
289
300
|
},
|
|
290
301
|
{
|
|
302
|
+
"actionGroupExtractMode": "ITEM",
|
|
291
303
|
"panelItems": [
|
|
292
304
|
{
|
|
293
305
|
"actionType": "NONE",
|
|
@@ -351,6 +363,7 @@ var AppIndexViewLayout_TOP_NO_NAV = {
|
|
|
351
363
|
"id": "indextopactions"
|
|
352
364
|
},
|
|
353
365
|
{
|
|
366
|
+
"actionGroupExtractMode": "ITEM",
|
|
354
367
|
"panelItems": [
|
|
355
368
|
{
|
|
356
369
|
"rawItem": {
|
|
@@ -458,6 +471,8 @@ var AppIndexViewLayout_TOP_NO_NAV = {
|
|
|
458
471
|
"controlType": "VIEWLAYOUTPANEL",
|
|
459
472
|
"logicName": "\u5E94\u7528\u9996\u9875\u89C6\u56FE\u5E03\u5C40_\u4E0A\u65B9\u83DC\u5355(\u65E0\u5206\u9875)",
|
|
460
473
|
"controlParam": {},
|
|
474
|
+
"modelId": "7FFF2A7B-5899-4393-B442-CCABE3A57721",
|
|
475
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
461
476
|
"name": "layoutpanel",
|
|
462
477
|
"id": "indexviewlayout_top_nonav"
|
|
463
478
|
};
|
|
@@ -10,10 +10,13 @@ var AppIndexViewLayout_TOP = {
|
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
12
|
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
13
14
|
"panelItems": [
|
|
14
15
|
{
|
|
16
|
+
"actionGroupExtractMode": "ITEM",
|
|
15
17
|
"panelItems": [
|
|
16
18
|
{
|
|
19
|
+
"actionGroupExtractMode": "ITEM",
|
|
17
20
|
"panelItems": [
|
|
18
21
|
{
|
|
19
22
|
"rawItem": {
|
|
@@ -83,8 +86,10 @@ var AppIndexViewLayout_TOP = {
|
|
|
83
86
|
"id": "container_scroll_main"
|
|
84
87
|
},
|
|
85
88
|
{
|
|
89
|
+
"actionGroupExtractMode": "ITEM",
|
|
86
90
|
"panelItems": [
|
|
87
91
|
{
|
|
92
|
+
"actionGroupExtractMode": "ITEM",
|
|
88
93
|
"panelItems": [
|
|
89
94
|
{
|
|
90
95
|
"rawItem": {
|
|
@@ -113,8 +118,10 @@ var AppIndexViewLayout_TOP = {
|
|
|
113
118
|
"id": "appmenu"
|
|
114
119
|
},
|
|
115
120
|
{
|
|
121
|
+
"actionGroupExtractMode": "ITEM",
|
|
116
122
|
"panelItems": [
|
|
117
123
|
{
|
|
124
|
+
"actionGroupExtractMode": "ITEM",
|
|
118
125
|
"panelItems": [
|
|
119
126
|
{
|
|
120
127
|
"rawItem": {
|
|
@@ -155,8 +162,10 @@ var AppIndexViewLayout_TOP = {
|
|
|
155
162
|
"id": "container3"
|
|
156
163
|
},
|
|
157
164
|
{
|
|
165
|
+
"actionGroupExtractMode": "ITEM",
|
|
158
166
|
"panelItems": [
|
|
159
167
|
{
|
|
168
|
+
"actionGroupExtractMode": "ITEM",
|
|
160
169
|
"panelItems": [
|
|
161
170
|
{
|
|
162
171
|
"rawItem": {
|
|
@@ -215,6 +224,7 @@ var AppIndexViewLayout_TOP = {
|
|
|
215
224
|
"id": "container4"
|
|
216
225
|
},
|
|
217
226
|
{
|
|
227
|
+
"actionGroupExtractMode": "ITEM",
|
|
218
228
|
"panelItems": [
|
|
219
229
|
{
|
|
220
230
|
"actionType": "NONE",
|
|
@@ -259,6 +269,7 @@ var AppIndexViewLayout_TOP = {
|
|
|
259
269
|
"id": "container5"
|
|
260
270
|
},
|
|
261
271
|
{
|
|
272
|
+
"actionGroupExtractMode": "ITEM",
|
|
262
273
|
"panelItems": [
|
|
263
274
|
{
|
|
264
275
|
"actionType": "NONE",
|
|
@@ -303,6 +314,7 @@ var AppIndexViewLayout_TOP = {
|
|
|
303
314
|
"id": "container6"
|
|
304
315
|
},
|
|
305
316
|
{
|
|
317
|
+
"actionGroupExtractMode": "ITEM",
|
|
306
318
|
"panelItems": [
|
|
307
319
|
{
|
|
308
320
|
"actionType": "NONE",
|
|
@@ -366,6 +378,7 @@ var AppIndexViewLayout_TOP = {
|
|
|
366
378
|
"id": "indextopactions"
|
|
367
379
|
},
|
|
368
380
|
{
|
|
381
|
+
"actionGroupExtractMode": "ITEM",
|
|
369
382
|
"panelItems": [
|
|
370
383
|
{
|
|
371
384
|
"rawItem": {
|
|
@@ -473,6 +486,8 @@ var AppIndexViewLayout_TOP = {
|
|
|
473
486
|
"controlType": "VIEWLAYOUTPANEL",
|
|
474
487
|
"logicName": "\u5E94\u7528\u9996\u9875\u89C6\u56FE\u5E03\u5C40_\u4E0A\u65B9\u83DC\u5355(\u9884\u7F6E\u6A21\u578B)",
|
|
475
488
|
"controlParam": {},
|
|
489
|
+
"modelId": "427a1f25d46954891cfc22f62ac2c339",
|
|
490
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
476
491
|
"name": "layoutpanel",
|
|
477
492
|
"id": "indexviewlayout_top"
|
|
478
493
|
};
|
|
@@ -10,10 +10,13 @@ var AppIndexViewLayout = {
|
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
12
|
{
|
|
13
|
+
"actionGroupExtractMode": "ITEM",
|
|
13
14
|
"panelItems": [
|
|
14
15
|
{
|
|
16
|
+
"actionGroupExtractMode": "ITEM",
|
|
15
17
|
"panelItems": [
|
|
16
18
|
{
|
|
19
|
+
"actionGroupExtractMode": "ITEM",
|
|
17
20
|
"panelItems": [
|
|
18
21
|
{
|
|
19
22
|
"rawItem": {
|
|
@@ -83,8 +86,10 @@ var AppIndexViewLayout = {
|
|
|
83
86
|
"id": "container_scroll_main"
|
|
84
87
|
},
|
|
85
88
|
{
|
|
89
|
+
"actionGroupExtractMode": "ITEM",
|
|
86
90
|
"panelItems": [
|
|
87
91
|
{
|
|
92
|
+
"actionGroupExtractMode": "ITEM",
|
|
88
93
|
"panelItems": [
|
|
89
94
|
{
|
|
90
95
|
"rawItem": {
|
|
@@ -129,8 +134,10 @@ var AppIndexViewLayout = {
|
|
|
129
134
|
"id": "auth_userinfo"
|
|
130
135
|
},
|
|
131
136
|
{
|
|
137
|
+
"actionGroupExtractMode": "ITEM",
|
|
132
138
|
"panelItems": [
|
|
133
139
|
{
|
|
140
|
+
"actionGroupExtractMode": "ITEM",
|
|
134
141
|
"panelItems": [
|
|
135
142
|
{
|
|
136
143
|
"rawItem": {
|
|
@@ -181,6 +188,7 @@ var AppIndexViewLayout = {
|
|
|
181
188
|
"id": "container1"
|
|
182
189
|
},
|
|
183
190
|
{
|
|
191
|
+
"actionGroupExtractMode": "ITEM",
|
|
184
192
|
"panelItems": [
|
|
185
193
|
{
|
|
186
194
|
"rawItem": {
|
|
@@ -231,6 +239,7 @@ var AppIndexViewLayout = {
|
|
|
231
239
|
"id": "container2"
|
|
232
240
|
},
|
|
233
241
|
{
|
|
242
|
+
"actionGroupExtractMode": "ITEM",
|
|
234
243
|
"panelItems": [
|
|
235
244
|
{
|
|
236
245
|
"rawItem": {
|
|
@@ -281,6 +290,7 @@ var AppIndexViewLayout = {
|
|
|
281
290
|
"id": "container3"
|
|
282
291
|
},
|
|
283
292
|
{
|
|
293
|
+
"actionGroupExtractMode": "ITEM",
|
|
284
294
|
"panelItems": [
|
|
285
295
|
{
|
|
286
296
|
"rawItem": {
|
|
@@ -350,6 +360,7 @@ var AppIndexViewLayout = {
|
|
|
350
360
|
"id": "indexactions"
|
|
351
361
|
},
|
|
352
362
|
{
|
|
363
|
+
"actionGroupExtractMode": "ITEM",
|
|
353
364
|
"panelItems": [
|
|
354
365
|
{
|
|
355
366
|
"rawItem": {
|
|
@@ -464,6 +475,8 @@ var AppIndexViewLayout = {
|
|
|
464
475
|
"controlType": "VIEWLAYOUTPANEL",
|
|
465
476
|
"logicName": "\u5E94\u7528\u9996\u9875\u89C6\u56FE\u5E03\u5C40(\u9884\u7F6E\u6A21\u578B)",
|
|
466
477
|
"controlParam": {},
|
|
478
|
+
"modelId": "02f8d7b1c956f354a0dec34015620ffc",
|
|
479
|
+
"modelType": "PSSYSVIEWLAYOUTPANEL",
|
|
467
480
|
"name": "layoutpanel",
|
|
468
481
|
"id": "indexviewlayout"
|
|
469
482
|
};
|