@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
|
{
|
|
@@ -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,
|
package/src/publish/view-layout-model-repository/view-layout-model-repository-de-tree-view-layout.ts
CHANGED
|
@@ -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
|
{
|
|
@@ -237,6 +279,27 @@ export default {
|
|
|
237
279
|
"layout": "FLEX"
|
|
238
280
|
},
|
|
239
281
|
"id": "view_content"
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"rawItem": {
|
|
285
|
+
"rawItemParams": [
|
|
286
|
+
{
|
|
287
|
+
"key": "POSITION",
|
|
288
|
+
"value": "BOTTOM"
|
|
289
|
+
}
|
|
290
|
+
],
|
|
291
|
+
"predefinedType": "VIEWMSG_POS",
|
|
292
|
+
"id": "viewmsg_pos_bottom"
|
|
293
|
+
},
|
|
294
|
+
"caption": "视图消息占位",
|
|
295
|
+
"itemStyle": "DEFAULT",
|
|
296
|
+
"itemType": "RAWITEM",
|
|
297
|
+
"layoutPos": {
|
|
298
|
+
"shrink": 0,
|
|
299
|
+
"layout": "FLEX"
|
|
300
|
+
},
|
|
301
|
+
"showCaption": true,
|
|
302
|
+
"id": "viewmsg_pos_bottom"
|
|
240
303
|
}
|
|
241
304
|
],
|
|
242
305
|
"layoutPanel": true,
|
|
@@ -4,8 +4,50 @@ 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": [
|
|
30
|
+
{
|
|
31
|
+
"rawItem": {
|
|
32
|
+
"rawItemParams": [
|
|
33
|
+
{
|
|
34
|
+
"key": "POSITION",
|
|
35
|
+
"value": "BODY"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"predefinedType": "VIEWMSG_POS",
|
|
39
|
+
"id": "viewmsg_pos_body"
|
|
40
|
+
},
|
|
41
|
+
"caption": "视图消息占位",
|
|
42
|
+
"itemStyle": "DEFAULT",
|
|
43
|
+
"itemType": "RAWITEM",
|
|
44
|
+
"layoutPos": {
|
|
45
|
+
"shrink": 0,
|
|
46
|
+
"layout": "FLEX"
|
|
47
|
+
},
|
|
48
|
+
"showCaption": true,
|
|
49
|
+
"id": "viewmsg_pos_body"
|
|
50
|
+
},
|
|
9
51
|
{
|
|
10
52
|
"caption": "向导面板",
|
|
11
53
|
"contentHeight": 100,
|
|
@@ -36,6 +78,27 @@ export default {
|
|
|
36
78
|
"layout": "FLEX"
|
|
37
79
|
},
|
|
38
80
|
"id": "view_content"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"rawItem": {
|
|
84
|
+
"rawItemParams": [
|
|
85
|
+
{
|
|
86
|
+
"key": "POSITION",
|
|
87
|
+
"value": "BOTTOM"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"predefinedType": "VIEWMSG_POS",
|
|
91
|
+
"id": "viewmsg_pos_bottom"
|
|
92
|
+
},
|
|
93
|
+
"caption": "视图消息占位",
|
|
94
|
+
"itemStyle": "DEFAULT",
|
|
95
|
+
"itemType": "RAWITEM",
|
|
96
|
+
"layoutPos": {
|
|
97
|
+
"shrink": 0,
|
|
98
|
+
"layout": "FLEX"
|
|
99
|
+
},
|
|
100
|
+
"showCaption": true,
|
|
101
|
+
"id": "viewmsg_pos_bottom"
|
|
39
102
|
}
|
|
40
103
|
],
|
|
41
104
|
"layoutPanel": true,
|
|
@@ -4,6 +4,27 @@
|
|
|
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 @@
|
|
|
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
|
{
|
|
@@ -279,6 +321,27 @@
|
|
|
279
321
|
"layout": "FLEX"
|
|
280
322
|
},
|
|
281
323
|
"id": "container"
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
"rawItem": {
|
|
327
|
+
"rawItemParams": [
|
|
328
|
+
{
|
|
329
|
+
"key": "POSITION",
|
|
330
|
+
"value": "BOTTOM"
|
|
331
|
+
}
|
|
332
|
+
],
|
|
333
|
+
"predefinedType": "VIEWMSG_POS",
|
|
334
|
+
"id": "viewmsg_pos_bottom"
|
|
335
|
+
},
|
|
336
|
+
"caption": "视图消息占位",
|
|
337
|
+
"itemStyle": "DEFAULT",
|
|
338
|
+
"itemType": "RAWITEM",
|
|
339
|
+
"layoutPos": {
|
|
340
|
+
"shrink": 0,
|
|
341
|
+
"layout": "FLEX"
|
|
342
|
+
},
|
|
343
|
+
"showCaption": true,
|
|
344
|
+
"id": "viewmsg_pos_bottom"
|
|
282
345
|
}
|
|
283
346
|
],
|
|
284
347
|
"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
|
{
|
|
@@ -427,6 +469,27 @@ export default {
|
|
|
427
469
|
"layout": "FLEX"
|
|
428
470
|
},
|
|
429
471
|
"id": "view_footer"
|
|
472
|
+
},
|
|
473
|
+
{
|
|
474
|
+
"rawItem": {
|
|
475
|
+
"rawItemParams": [
|
|
476
|
+
{
|
|
477
|
+
"key": "POSITION",
|
|
478
|
+
"value": "BOTTOM"
|
|
479
|
+
}
|
|
480
|
+
],
|
|
481
|
+
"predefinedType": "VIEWMSG_POS",
|
|
482
|
+
"id": "viewmsg_pos_bottom"
|
|
483
|
+
},
|
|
484
|
+
"caption": "视图消息占位",
|
|
485
|
+
"itemStyle": "DEFAULT",
|
|
486
|
+
"itemType": "RAWITEM",
|
|
487
|
+
"layoutPos": {
|
|
488
|
+
"shrink": 0,
|
|
489
|
+
"layout": "FLEX"
|
|
490
|
+
},
|
|
491
|
+
"showCaption": true,
|
|
492
|
+
"id": "viewmsg_pos_bottom"
|
|
430
493
|
}
|
|
431
494
|
],
|
|
432
495
|
"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
|
{
|
|
@@ -367,6 +409,27 @@ export default {
|
|
|
367
409
|
"layout": "FLEX"
|
|
368
410
|
},
|
|
369
411
|
"id": "view_footer"
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"rawItem": {
|
|
415
|
+
"rawItemParams": [
|
|
416
|
+
{
|
|
417
|
+
"key": "POSITION",
|
|
418
|
+
"value": "BOTTOM"
|
|
419
|
+
}
|
|
420
|
+
],
|
|
421
|
+
"predefinedType": "VIEWMSG_POS",
|
|
422
|
+
"id": "viewmsg_pos_bottom"
|
|
423
|
+
},
|
|
424
|
+
"caption": "视图消息占位",
|
|
425
|
+
"itemStyle": "DEFAULT",
|
|
426
|
+
"itemType": "RAWITEM",
|
|
427
|
+
"layoutPos": {
|
|
428
|
+
"shrink": 0,
|
|
429
|
+
"layout": "FLEX"
|
|
430
|
+
},
|
|
431
|
+
"showCaption": true,
|
|
432
|
+
"id": "viewmsg_pos_bottom"
|
|
370
433
|
}
|
|
371
434
|
],
|
|
372
435
|
"layoutPanel": true,
|
|
@@ -4,8 +4,50 @@ 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": [
|
|
30
|
+
{
|
|
31
|
+
"rawItem": {
|
|
32
|
+
"rawItemParams": [
|
|
33
|
+
{
|
|
34
|
+
"key": "POSITION",
|
|
35
|
+
"value": "BODY"
|
|
36
|
+
}
|
|
37
|
+
],
|
|
38
|
+
"predefinedType": "VIEWMSG_POS",
|
|
39
|
+
"id": "viewmsg_pos_body"
|
|
40
|
+
},
|
|
41
|
+
"caption": "视图消息占位",
|
|
42
|
+
"itemStyle": "DEFAULT",
|
|
43
|
+
"itemType": "RAWITEM",
|
|
44
|
+
"layoutPos": {
|
|
45
|
+
"shrink": 0,
|
|
46
|
+
"layout": "FLEX"
|
|
47
|
+
},
|
|
48
|
+
"showCaption": true,
|
|
49
|
+
"id": "viewmsg_pos_body"
|
|
50
|
+
},
|
|
9
51
|
{
|
|
10
52
|
"caption": "表单",
|
|
11
53
|
"itemStyle": "DEFAULT",
|
|
@@ -85,6 +127,27 @@ export default {
|
|
|
85
127
|
"layout": "FLEX"
|
|
86
128
|
},
|
|
87
129
|
"id": "view_footer"
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
"rawItem": {
|
|
133
|
+
"rawItemParams": [
|
|
134
|
+
{
|
|
135
|
+
"key": "POSITION",
|
|
136
|
+
"value": "BOTTOM"
|
|
137
|
+
}
|
|
138
|
+
],
|
|
139
|
+
"predefinedType": "VIEWMSG_POS",
|
|
140
|
+
"id": "viewmsg_pos_bottom"
|
|
141
|
+
},
|
|
142
|
+
"caption": "视图消息占位",
|
|
143
|
+
"itemStyle": "DEFAULT",
|
|
144
|
+
"itemType": "RAWITEM",
|
|
145
|
+
"layoutPos": {
|
|
146
|
+
"shrink": 0,
|
|
147
|
+
"layout": "FLEX"
|
|
148
|
+
},
|
|
149
|
+
"showCaption": true,
|
|
150
|
+
"id": "viewmsg_pos_bottom"
|
|
88
151
|
}
|
|
89
152
|
],
|
|
90
153
|
"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
|
{
|
|
@@ -244,6 +286,27 @@ export default {
|
|
|
244
286
|
"layout": "FLEX"
|
|
245
287
|
},
|
|
246
288
|
"id": "view_content"
|
|
289
|
+
},
|
|
290
|
+
{
|
|
291
|
+
"rawItem": {
|
|
292
|
+
"rawItemParams": [
|
|
293
|
+
{
|
|
294
|
+
"key": "POSITION",
|
|
295
|
+
"value": "BOTTOM"
|
|
296
|
+
}
|
|
297
|
+
],
|
|
298
|
+
"predefinedType": "VIEWMSG_POS",
|
|
299
|
+
"id": "viewmsg_pos_bottom"
|
|
300
|
+
},
|
|
301
|
+
"caption": "视图消息占位",
|
|
302
|
+
"itemStyle": "DEFAULT",
|
|
303
|
+
"itemType": "RAWITEM",
|
|
304
|
+
"layoutPos": {
|
|
305
|
+
"shrink": 0,
|
|
306
|
+
"layout": "FLEX"
|
|
307
|
+
},
|
|
308
|
+
"showCaption": true,
|
|
309
|
+
"id": "viewmsg_pos_bottom"
|
|
247
310
|
}
|
|
248
311
|
],
|
|
249
312
|
"layoutPanel": true,
|