@ibiz-template/web-theme 1.1.13 → 1.1.15
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/CHANGELOG.md +13 -0
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.d.ts +57 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.mjs +65 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.d.ts +98 -34
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.mjs +125 -45
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.d.ts +26 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.d.ts +27 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.d.ts +27 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.d.ts +24 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.d.ts +28 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.d.ts +27 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.d.ts +27 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.d.ts +60 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.mjs +88 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.d.ts +95 -31
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.mjs +117 -37
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.d.ts +26 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.d.ts +52 -4
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.d.ts +29 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.d.ts +27 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.d.ts +27 -1
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.d.ts +48 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.d.ts +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.mjs +63 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.d.ts +49 -2
- package/es/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.mjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.cjs +69 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.cjs +125 -45
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.cjs +88 -1
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.cjs +117 -37
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.cjs +63 -0
- package/lib/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.cjs +63 -0
- package/package.json +1 -1
- package/src/publish/view-layout-model-repository/view-layout-model-repository-app-panel-view-layout.ts +62 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-calendar-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-chart-exp-view-layout.ts +125 -45
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-chart-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-data-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-2-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-3-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-4-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-edit-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-gantt-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-grid-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-grid-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-index-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-kanban-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-list-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-list-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-map-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-option-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-panel-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-2-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-pickup-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-report-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-exp-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.ts +88 -1
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-exp-view-layout.ts +117 -37
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-ex-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-grid-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-de-wizard-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-edit-view-9-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-2-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dem-pickup-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-action-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-3-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-edit-view-layout.ts +63 -0
- package/src/publish/view-layout-model-repository/view-layout-model-repository-dewf-dyna-start-view-layout.ts +63 -0
|
@@ -4,6 +4,27 @@ export default {
|
|
|
4
4
|
"layout": "FLEX"
|
|
5
5
|
},
|
|
6
6
|
"rootPanelItems": [
|
|
7
|
+
{
|
|
8
|
+
"rawItem": {
|
|
9
|
+
"rawItemParams": [
|
|
10
|
+
{
|
|
11
|
+
"key": "POSITION",
|
|
12
|
+
"value": "TOP"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"predefinedType": "VIEWMSG_POS",
|
|
16
|
+
"id": "viewmsg_pos_top"
|
|
17
|
+
},
|
|
18
|
+
"caption": "视图消息占位",
|
|
19
|
+
"itemStyle": "DEFAULT",
|
|
20
|
+
"itemType": "RAWITEM",
|
|
21
|
+
"layoutPos": {
|
|
22
|
+
"shrink": 0,
|
|
23
|
+
"layout": "FLEX"
|
|
24
|
+
},
|
|
25
|
+
"showCaption": true,
|
|
26
|
+
"id": "viewmsg_pos_top"
|
|
27
|
+
},
|
|
7
28
|
{
|
|
8
29
|
"panelItems": [
|
|
9
30
|
{
|
|
@@ -134,6 +155,27 @@ export default {
|
|
|
134
155
|
"showCaption": true,
|
|
135
156
|
"id": "panelpart"
|
|
136
157
|
},
|
|
158
|
+
{
|
|
159
|
+
"rawItem": {
|
|
160
|
+
"rawItemParams": [
|
|
161
|
+
{
|
|
162
|
+
"key": "POSITION",
|
|
163
|
+
"value": "BODY"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"predefinedType": "VIEWMSG_POS",
|
|
167
|
+
"id": "viewmsg_pos_body"
|
|
168
|
+
},
|
|
169
|
+
"caption": "视图消息占位",
|
|
170
|
+
"itemStyle": "DEFAULT",
|
|
171
|
+
"itemType": "RAWITEM",
|
|
172
|
+
"layoutPos": {
|
|
173
|
+
"shrink": 0,
|
|
174
|
+
"layout": "FLEX"
|
|
175
|
+
},
|
|
176
|
+
"showCaption": true,
|
|
177
|
+
"id": "viewmsg_pos_body"
|
|
178
|
+
},
|
|
137
179
|
{
|
|
138
180
|
"panelItems": [
|
|
139
181
|
{
|
|
@@ -215,6 +257,27 @@ export default {
|
|
|
215
257
|
"layout": "FLEX"
|
|
216
258
|
},
|
|
217
259
|
"id": "view_footer"
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
"rawItem": {
|
|
263
|
+
"rawItemParams": [
|
|
264
|
+
{
|
|
265
|
+
"key": "POSITION",
|
|
266
|
+
"value": "BOTTOM"
|
|
267
|
+
}
|
|
268
|
+
],
|
|
269
|
+
"predefinedType": "VIEWMSG_POS",
|
|
270
|
+
"id": "viewmsg_pos_bottom"
|
|
271
|
+
},
|
|
272
|
+
"caption": "视图消息占位",
|
|
273
|
+
"itemStyle": "DEFAULT",
|
|
274
|
+
"itemType": "RAWITEM",
|
|
275
|
+
"layoutPos": {
|
|
276
|
+
"shrink": 0,
|
|
277
|
+
"layout": "FLEX"
|
|
278
|
+
},
|
|
279
|
+
"showCaption": true,
|
|
280
|
+
"id": "viewmsg_pos_bottom"
|
|
218
281
|
}
|
|
219
282
|
],
|
|
220
283
|
"layoutPanel": true,
|
|
@@ -4,6 +4,27 @@ export default {
|
|
|
4
4
|
"layout": "FLEX"
|
|
5
5
|
},
|
|
6
6
|
"rootPanelItems": [
|
|
7
|
+
{
|
|
8
|
+
"rawItem": {
|
|
9
|
+
"rawItemParams": [
|
|
10
|
+
{
|
|
11
|
+
"key": "POSITION",
|
|
12
|
+
"value": "TOP"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"predefinedType": "VIEWMSG_POS",
|
|
16
|
+
"id": "viewmsg_pos_top"
|
|
17
|
+
},
|
|
18
|
+
"caption": "视图消息占位",
|
|
19
|
+
"itemStyle": "DEFAULT",
|
|
20
|
+
"itemType": "RAWITEM",
|
|
21
|
+
"layoutPos": {
|
|
22
|
+
"shrink": 0,
|
|
23
|
+
"layout": "FLEX"
|
|
24
|
+
},
|
|
25
|
+
"showCaption": true,
|
|
26
|
+
"id": "viewmsg_pos_top"
|
|
27
|
+
},
|
|
7
28
|
{
|
|
8
29
|
"panelItems": [
|
|
9
30
|
{
|
|
@@ -134,6 +155,27 @@ export default {
|
|
|
134
155
|
"showCaption": true,
|
|
135
156
|
"id": "panelpart"
|
|
136
157
|
},
|
|
158
|
+
{
|
|
159
|
+
"rawItem": {
|
|
160
|
+
"rawItemParams": [
|
|
161
|
+
{
|
|
162
|
+
"key": "POSITION",
|
|
163
|
+
"value": "BODY"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"predefinedType": "VIEWMSG_POS",
|
|
167
|
+
"id": "viewmsg_pos_body"
|
|
168
|
+
},
|
|
169
|
+
"caption": "视图消息占位",
|
|
170
|
+
"itemStyle": "DEFAULT",
|
|
171
|
+
"itemType": "RAWITEM",
|
|
172
|
+
"layoutPos": {
|
|
173
|
+
"shrink": 0,
|
|
174
|
+
"layout": "FLEX"
|
|
175
|
+
},
|
|
176
|
+
"showCaption": true,
|
|
177
|
+
"id": "viewmsg_pos_body"
|
|
178
|
+
},
|
|
137
179
|
{
|
|
138
180
|
"panelItems": [
|
|
139
181
|
{
|
|
@@ -208,6 +250,27 @@ export default {
|
|
|
208
250
|
"layout": "FLEX"
|
|
209
251
|
},
|
|
210
252
|
"id": "view_content"
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
"rawItem": {
|
|
256
|
+
"rawItemParams": [
|
|
257
|
+
{
|
|
258
|
+
"key": "POSITION",
|
|
259
|
+
"value": "BOTTOM"
|
|
260
|
+
}
|
|
261
|
+
],
|
|
262
|
+
"predefinedType": "VIEWMSG_POS",
|
|
263
|
+
"id": "viewmsg_pos_bottom"
|
|
264
|
+
},
|
|
265
|
+
"caption": "视图消息占位",
|
|
266
|
+
"itemStyle": "DEFAULT",
|
|
267
|
+
"itemType": "RAWITEM",
|
|
268
|
+
"layoutPos": {
|
|
269
|
+
"shrink": 0,
|
|
270
|
+
"layout": "FLEX"
|
|
271
|
+
},
|
|
272
|
+
"showCaption": true,
|
|
273
|
+
"id": "viewmsg_pos_bottom"
|
|
211
274
|
}
|
|
212
275
|
],
|
|
213
276
|
"layoutPanel": true,
|
|
@@ -4,6 +4,27 @@ export default {
|
|
|
4
4
|
"layout": "FLEX"
|
|
5
5
|
},
|
|
6
6
|
"rootPanelItems": [
|
|
7
|
+
{
|
|
8
|
+
"rawItem": {
|
|
9
|
+
"rawItemParams": [
|
|
10
|
+
{
|
|
11
|
+
"key": "POSITION",
|
|
12
|
+
"value": "TOP"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"predefinedType": "VIEWMSG_POS",
|
|
16
|
+
"id": "viewmsg_pos_top"
|
|
17
|
+
},
|
|
18
|
+
"caption": "视图消息占位",
|
|
19
|
+
"itemStyle": "DEFAULT",
|
|
20
|
+
"itemType": "RAWITEM",
|
|
21
|
+
"layoutPos": {
|
|
22
|
+
"shrink": 0,
|
|
23
|
+
"layout": "FLEX"
|
|
24
|
+
},
|
|
25
|
+
"showCaption": true,
|
|
26
|
+
"id": "viewmsg_pos_top"
|
|
27
|
+
},
|
|
7
28
|
{
|
|
8
29
|
"panelItems": [
|
|
9
30
|
{
|
|
@@ -78,6 +99,27 @@ export default {
|
|
|
78
99
|
},
|
|
79
100
|
"id": "view_header"
|
|
80
101
|
},
|
|
102
|
+
{
|
|
103
|
+
"rawItem": {
|
|
104
|
+
"rawItemParams": [
|
|
105
|
+
{
|
|
106
|
+
"key": "POSITION",
|
|
107
|
+
"value": "BODY"
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"predefinedType": "VIEWMSG_POS",
|
|
111
|
+
"id": "viewmsg_pos_body"
|
|
112
|
+
},
|
|
113
|
+
"caption": "视图消息占位",
|
|
114
|
+
"itemStyle": "DEFAULT",
|
|
115
|
+
"itemType": "RAWITEM",
|
|
116
|
+
"layoutPos": {
|
|
117
|
+
"shrink": 0,
|
|
118
|
+
"layout": "FLEX"
|
|
119
|
+
},
|
|
120
|
+
"showCaption": true,
|
|
121
|
+
"id": "viewmsg_pos_body"
|
|
122
|
+
},
|
|
81
123
|
{
|
|
82
124
|
"panelItems": [
|
|
83
125
|
{
|
|
@@ -188,6 +230,27 @@ export default {
|
|
|
188
230
|
"layout": "FLEX"
|
|
189
231
|
},
|
|
190
232
|
"id": "container"
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"rawItem": {
|
|
236
|
+
"rawItemParams": [
|
|
237
|
+
{
|
|
238
|
+
"key": "POSITION",
|
|
239
|
+
"value": "BOTTOM"
|
|
240
|
+
}
|
|
241
|
+
],
|
|
242
|
+
"predefinedType": "VIEWMSG_POS",
|
|
243
|
+
"id": "viewmsg_pos_bottom"
|
|
244
|
+
},
|
|
245
|
+
"caption": "视图消息占位",
|
|
246
|
+
"itemStyle": "DEFAULT",
|
|
247
|
+
"itemType": "RAWITEM",
|
|
248
|
+
"layoutPos": {
|
|
249
|
+
"shrink": 0,
|
|
250
|
+
"layout": "FLEX"
|
|
251
|
+
},
|
|
252
|
+
"showCaption": true,
|
|
253
|
+
"id": "viewmsg_pos_bottom"
|
|
191
254
|
}
|
|
192
255
|
],
|
|
193
256
|
"layoutPanel": true,
|
|
@@ -4,6 +4,27 @@ export default {
|
|
|
4
4
|
"layout": "FLEX"
|
|
5
5
|
},
|
|
6
6
|
"rootPanelItems": [
|
|
7
|
+
{
|
|
8
|
+
"rawItem": {
|
|
9
|
+
"rawItemParams": [
|
|
10
|
+
{
|
|
11
|
+
"key": "POSITION",
|
|
12
|
+
"value": "TOP"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"predefinedType": "VIEWMSG_POS",
|
|
16
|
+
"id": "viewmsg_pos_top"
|
|
17
|
+
},
|
|
18
|
+
"caption": "视图消息占位",
|
|
19
|
+
"itemStyle": "DEFAULT",
|
|
20
|
+
"itemType": "RAWITEM",
|
|
21
|
+
"layoutPos": {
|
|
22
|
+
"shrink": 0,
|
|
23
|
+
"layout": "FLEX"
|
|
24
|
+
},
|
|
25
|
+
"showCaption": true,
|
|
26
|
+
"id": "viewmsg_pos_top"
|
|
27
|
+
},
|
|
7
28
|
{
|
|
8
29
|
"panelItems": [
|
|
9
30
|
{
|
|
@@ -134,6 +155,27 @@ export default {
|
|
|
134
155
|
"showCaption": true,
|
|
135
156
|
"id": "panelpart"
|
|
136
157
|
},
|
|
158
|
+
{
|
|
159
|
+
"rawItem": {
|
|
160
|
+
"rawItemParams": [
|
|
161
|
+
{
|
|
162
|
+
"key": "POSITION",
|
|
163
|
+
"value": "BODY"
|
|
164
|
+
}
|
|
165
|
+
],
|
|
166
|
+
"predefinedType": "VIEWMSG_POS",
|
|
167
|
+
"id": "viewmsg_pos_body"
|
|
168
|
+
},
|
|
169
|
+
"caption": "视图消息占位",
|
|
170
|
+
"itemStyle": "DEFAULT",
|
|
171
|
+
"itemType": "RAWITEM",
|
|
172
|
+
"layoutPos": {
|
|
173
|
+
"shrink": 0,
|
|
174
|
+
"layout": "FLEX"
|
|
175
|
+
},
|
|
176
|
+
"showCaption": true,
|
|
177
|
+
"id": "viewmsg_pos_body"
|
|
178
|
+
},
|
|
137
179
|
{
|
|
138
180
|
"panelItems": [
|
|
139
181
|
{
|
|
@@ -143,15 +185,39 @@ export default {
|
|
|
143
185
|
"itemStyle": "DEFAULT",
|
|
144
186
|
"itemType": "CTRLPOS",
|
|
145
187
|
"layoutPos": {
|
|
188
|
+
"grow": 1,
|
|
146
189
|
"shrink": 1,
|
|
147
190
|
"layout": "FLEX"
|
|
148
191
|
},
|
|
149
192
|
"showCaption": true,
|
|
150
193
|
"id": "tabexppanel"
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"rawItem": {
|
|
197
|
+
"halign": "LEFT",
|
|
198
|
+
"valign": "MIDDLE",
|
|
199
|
+
"wrapMode": "NOWRAP",
|
|
200
|
+
"contentType": "RAW",
|
|
201
|
+
"predefinedType": "TELEPORT_PLACEHOLDER",
|
|
202
|
+
"id": "tabtoolbar"
|
|
203
|
+
},
|
|
204
|
+
"caption": "teleport占位",
|
|
205
|
+
"itemStyle": "DEFAULT",
|
|
206
|
+
"itemType": "RAWITEM",
|
|
207
|
+
"layoutPos": {
|
|
208
|
+
"shrink": 1,
|
|
209
|
+
"layout": "FLEX"
|
|
210
|
+
},
|
|
211
|
+
"showCaption": true,
|
|
212
|
+
"id": "tabtoolbar"
|
|
151
213
|
}
|
|
152
214
|
],
|
|
215
|
+
"predefinedType": "TABS",
|
|
153
216
|
"layout": {
|
|
154
|
-
"
|
|
217
|
+
"align": "space-between",
|
|
218
|
+
"dir": "row",
|
|
219
|
+
"layout": "FLEX",
|
|
220
|
+
"valign": "center"
|
|
155
221
|
},
|
|
156
222
|
"dataRegionType": "INHERIT",
|
|
157
223
|
"caption": "容器",
|
|
@@ -269,6 +335,27 @@ export default {
|
|
|
269
335
|
"layout": "FLEX"
|
|
270
336
|
},
|
|
271
337
|
"id": "view_content"
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"rawItem": {
|
|
341
|
+
"rawItemParams": [
|
|
342
|
+
{
|
|
343
|
+
"key": "POSITION",
|
|
344
|
+
"value": "BOTTOM"
|
|
345
|
+
}
|
|
346
|
+
],
|
|
347
|
+
"predefinedType": "VIEWMSG_POS",
|
|
348
|
+
"id": "viewmsg_pos_bottom"
|
|
349
|
+
},
|
|
350
|
+
"caption": "视图消息占位",
|
|
351
|
+
"itemStyle": "DEFAULT",
|
|
352
|
+
"itemType": "RAWITEM",
|
|
353
|
+
"layoutPos": {
|
|
354
|
+
"shrink": 0,
|
|
355
|
+
"layout": "FLEX"
|
|
356
|
+
},
|
|
357
|
+
"showCaption": true,
|
|
358
|
+
"id": "viewmsg_pos_bottom"
|
|
272
359
|
}
|
|
273
360
|
],
|
|
274
361
|
"layoutPanel": true,
|
|
@@ -4,59 +4,118 @@ export default {
|
|
|
4
4
|
"layout": "FLEX"
|
|
5
5
|
},
|
|
6
6
|
"rootPanelItems": [
|
|
7
|
+
{
|
|
8
|
+
"rawItem": {
|
|
9
|
+
"rawItemParams": [
|
|
10
|
+
{
|
|
11
|
+
"key": "POSITION",
|
|
12
|
+
"value": "TOP"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"predefinedType": "VIEWMSG_POS",
|
|
16
|
+
"id": "viewmsg_pos_top"
|
|
17
|
+
},
|
|
18
|
+
"caption": "视图消息占位",
|
|
19
|
+
"itemStyle": "DEFAULT",
|
|
20
|
+
"itemType": "RAWITEM",
|
|
21
|
+
"layoutPos": {
|
|
22
|
+
"shrink": 0,
|
|
23
|
+
"layout": "FLEX"
|
|
24
|
+
},
|
|
25
|
+
"showCaption": true,
|
|
26
|
+
"id": "viewmsg_pos_top"
|
|
27
|
+
},
|
|
7
28
|
{
|
|
8
29
|
"panelItems": [
|
|
9
30
|
{
|
|
10
|
-
"
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
},
|
|
20
|
-
"showCaption": true,
|
|
21
|
-
"id": "treeexpbar"
|
|
22
|
-
}
|
|
23
|
-
],
|
|
24
|
-
"layout": {
|
|
25
|
-
"layout": "FLEX"
|
|
31
|
+
"rawItem": {
|
|
32
|
+
"rawItemParams": [
|
|
33
|
+
{
|
|
34
|
+
"key": "POSITION",
|
|
35
|
+
"value": "BODY"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"predefinedType": "VIEWMSG_POS",
|
|
39
|
+
"id": "viewmsg_pos_body"
|
|
26
40
|
},
|
|
27
|
-
"
|
|
28
|
-
"caption": "容器",
|
|
29
|
-
"contentWidth": 300,
|
|
41
|
+
"caption": "视图消息占位",
|
|
30
42
|
"itemStyle": "DEFAULT",
|
|
31
|
-
"itemType": "
|
|
43
|
+
"itemType": "RAWITEM",
|
|
32
44
|
"layoutPos": {
|
|
33
|
-
"shrink":
|
|
34
|
-
"layout": "FLEX"
|
|
35
|
-
"width": 300,
|
|
36
|
-
"widthMode": "PX"
|
|
45
|
+
"shrink": 0,
|
|
46
|
+
"layout": "FLEX"
|
|
37
47
|
},
|
|
38
|
-
"
|
|
39
|
-
"id": "
|
|
48
|
+
"showCaption": true,
|
|
49
|
+
"id": "viewmsg_pos_body"
|
|
40
50
|
},
|
|
41
51
|
{
|
|
42
52
|
"panelItems": [
|
|
43
53
|
{
|
|
44
|
-
"
|
|
45
|
-
|
|
46
|
-
|
|
54
|
+
"panelItems": [
|
|
55
|
+
{
|
|
56
|
+
"caption": "树导航栏",
|
|
57
|
+
"itemStyle": "DEFAULT",
|
|
58
|
+
"itemType": "CTRLPOS",
|
|
59
|
+
"layoutPos": {
|
|
60
|
+
"grow": 1,
|
|
61
|
+
"shrink": 1,
|
|
62
|
+
"layout": "FLEX"
|
|
63
|
+
},
|
|
64
|
+
"showCaption": true,
|
|
65
|
+
"id": "treeexpbar"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"layout": {
|
|
69
|
+
"layout": "FLEX"
|
|
70
|
+
},
|
|
71
|
+
"dataRegionType": "INHERIT",
|
|
72
|
+
"caption": "容器",
|
|
73
|
+
"contentWidth": 300,
|
|
74
|
+
"itemStyle": "DEFAULT",
|
|
75
|
+
"itemType": "CONTAINER",
|
|
76
|
+
"layoutPos": {
|
|
77
|
+
"shrink": 1,
|
|
78
|
+
"layout": "FLEX",
|
|
79
|
+
"width": 300,
|
|
80
|
+
"widthMode": "PX"
|
|
81
|
+
},
|
|
82
|
+
"width": 300,
|
|
83
|
+
"id": "view_content_left"
|
|
84
|
+
},
|
|
85
|
+
{
|
|
86
|
+
"panelItems": [
|
|
87
|
+
{
|
|
88
|
+
"rawItem": {
|
|
89
|
+
"predefinedType": "NAV_POS",
|
|
90
|
+
"id": "nav_pos"
|
|
91
|
+
},
|
|
92
|
+
"caption": "导航区占位",
|
|
93
|
+
"itemStyle": "DEFAULT",
|
|
94
|
+
"itemType": "RAWITEM",
|
|
95
|
+
"layoutPos": {
|
|
96
|
+
"grow": 1,
|
|
97
|
+
"shrink": 1,
|
|
98
|
+
"layout": "FLEX"
|
|
99
|
+
},
|
|
100
|
+
"showCaption": true,
|
|
101
|
+
"id": "nav_pos"
|
|
102
|
+
}
|
|
103
|
+
],
|
|
104
|
+
"layout": {
|
|
105
|
+
"layout": "FLEX"
|
|
47
106
|
},
|
|
48
|
-
"
|
|
107
|
+
"dataRegionType": "INHERIT",
|
|
108
|
+
"caption": "容器",
|
|
49
109
|
"itemStyle": "DEFAULT",
|
|
50
|
-
"itemType": "
|
|
110
|
+
"itemType": "CONTAINER",
|
|
51
111
|
"layoutPos": {
|
|
52
|
-
"grow": 1,
|
|
53
112
|
"shrink": 1,
|
|
54
113
|
"layout": "FLEX"
|
|
55
114
|
},
|
|
56
|
-
"
|
|
57
|
-
"id": "nav_pos"
|
|
115
|
+
"id": "view_content_right"
|
|
58
116
|
}
|
|
59
117
|
],
|
|
118
|
+
"predefinedType": "CONTAINER_H_SPLIT",
|
|
60
119
|
"layout": {
|
|
61
120
|
"layout": "FLEX"
|
|
62
121
|
},
|
|
@@ -65,13 +124,13 @@ export default {
|
|
|
65
124
|
"itemStyle": "DEFAULT",
|
|
66
125
|
"itemType": "CONTAINER",
|
|
67
126
|
"layoutPos": {
|
|
127
|
+
"grow": 1,
|
|
68
128
|
"shrink": 1,
|
|
69
129
|
"layout": "FLEX"
|
|
70
130
|
},
|
|
71
|
-
"id": "
|
|
131
|
+
"id": "view_exp_split"
|
|
72
132
|
}
|
|
73
133
|
],
|
|
74
|
-
"predefinedType": "CONTAINER_H_SPLIT",
|
|
75
134
|
"layout": {
|
|
76
135
|
"layout": "FLEX"
|
|
77
136
|
},
|
|
@@ -84,7 +143,28 @@ export default {
|
|
|
84
143
|
"shrink": 1,
|
|
85
144
|
"layout": "FLEX"
|
|
86
145
|
},
|
|
87
|
-
"id": "
|
|
146
|
+
"id": "container"
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
"rawItem": {
|
|
150
|
+
"rawItemParams": [
|
|
151
|
+
{
|
|
152
|
+
"key": "POSITION",
|
|
153
|
+
"value": "BOTTOM"
|
|
154
|
+
}
|
|
155
|
+
],
|
|
156
|
+
"predefinedType": "VIEWMSG_POS",
|
|
157
|
+
"id": "viewmsg_pos_bottom"
|
|
158
|
+
},
|
|
159
|
+
"caption": "视图消息占位",
|
|
160
|
+
"itemStyle": "DEFAULT",
|
|
161
|
+
"itemType": "RAWITEM",
|
|
162
|
+
"layoutPos": {
|
|
163
|
+
"shrink": 0,
|
|
164
|
+
"layout": "FLEX"
|
|
165
|
+
},
|
|
166
|
+
"showCaption": true,
|
|
167
|
+
"id": "viewmsg_pos_bottom"
|
|
88
168
|
}
|
|
89
169
|
],
|
|
90
170
|
"layoutPanel": true,
|
|
@@ -4,6 +4,27 @@ export default {
|
|
|
4
4
|
"layout": "FLEX"
|
|
5
5
|
},
|
|
6
6
|
"rootPanelItems": [
|
|
7
|
+
{
|
|
8
|
+
"rawItem": {
|
|
9
|
+
"rawItemParams": [
|
|
10
|
+
{
|
|
11
|
+
"key": "POSITION",
|
|
12
|
+
"value": "TOP"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"predefinedType": "VIEWMSG_POS",
|
|
16
|
+
"id": "viewmsg_pos_top"
|
|
17
|
+
},
|
|
18
|
+
"caption": "视图消息占位",
|
|
19
|
+
"itemStyle": "DEFAULT",
|
|
20
|
+
"itemType": "RAWITEM",
|
|
21
|
+
"layoutPos": {
|
|
22
|
+
"shrink": 0,
|
|
23
|
+
"layout": "FLEX"
|
|
24
|
+
},
|
|
25
|
+
"showCaption": true,
|
|
26
|
+
"id": "viewmsg_pos_top"
|
|
27
|
+
},
|
|
7
28
|
{
|
|
8
29
|
"panelItems": [
|
|
9
30
|
{
|
|
@@ -164,6 +185,27 @@ export default {
|
|
|
164
185
|
"showCaption": true,
|
|
165
186
|
"id": "panelpart"
|
|
166
187
|
},
|
|
188
|
+
{
|
|
189
|
+
"rawItem": {
|
|
190
|
+
"rawItemParams": [
|
|
191
|
+
{
|
|
192
|
+
"key": "POSITION",
|
|
193
|
+
"value": "BODY"
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"predefinedType": "VIEWMSG_POS",
|
|
197
|
+
"id": "viewmsg_pos_body"
|
|
198
|
+
},
|
|
199
|
+
"caption": "视图消息占位",
|
|
200
|
+
"itemStyle": "DEFAULT",
|
|
201
|
+
"itemType": "RAWITEM",
|
|
202
|
+
"layoutPos": {
|
|
203
|
+
"shrink": 0,
|
|
204
|
+
"layout": "FLEX"
|
|
205
|
+
},
|
|
206
|
+
"showCaption": true,
|
|
207
|
+
"id": "viewmsg_pos_body"
|
|
208
|
+
},
|
|
167
209
|
{
|
|
168
210
|
"panelItems": [
|
|
169
211
|
{
|
|
@@ -238,6 +280,27 @@ export default {
|
|
|
238
280
|
"layout": "FLEX"
|
|
239
281
|
},
|
|
240
282
|
"id": "view_content"
|
|
283
|
+
},
|
|
284
|
+
{
|
|
285
|
+
"rawItem": {
|
|
286
|
+
"rawItemParams": [
|
|
287
|
+
{
|
|
288
|
+
"key": "POSITION",
|
|
289
|
+
"value": "BOTTOM"
|
|
290
|
+
}
|
|
291
|
+
],
|
|
292
|
+
"predefinedType": "VIEWMSG_POS",
|
|
293
|
+
"id": "viewmsg_pos_bottom"
|
|
294
|
+
},
|
|
295
|
+
"caption": "视图消息占位",
|
|
296
|
+
"itemStyle": "DEFAULT",
|
|
297
|
+
"itemType": "RAWITEM",
|
|
298
|
+
"layoutPos": {
|
|
299
|
+
"shrink": 0,
|
|
300
|
+
"layout": "FLEX"
|
|
301
|
+
},
|
|
302
|
+
"showCaption": true,
|
|
303
|
+
"id": "viewmsg_pos_bottom"
|
|
241
304
|
}
|
|
242
305
|
],
|
|
243
306
|
"layoutPanel": true,
|