@ibiz-template/web-theme 1.1.14 → 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 +7 -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 +25 -0
- package/es/publish/view-layout-model-repository/view-layout-model-repository-de-tab-search-view-view-layout.mjs +63 -0
- 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 +63 -0
- 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 +63 -0
- 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
|
@@ -9,6 +9,27 @@ var DETreeView = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"panelItems": [
|
|
14
35
|
{
|
|
@@ -169,6 +190,27 @@ var DETreeView = {
|
|
|
169
190
|
"showCaption": true,
|
|
170
191
|
"id": "panelpart"
|
|
171
192
|
},
|
|
193
|
+
{
|
|
194
|
+
"rawItem": {
|
|
195
|
+
"rawItemParams": [
|
|
196
|
+
{
|
|
197
|
+
"key": "POSITION",
|
|
198
|
+
"value": "BODY"
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"predefinedType": "VIEWMSG_POS",
|
|
202
|
+
"id": "viewmsg_pos_body"
|
|
203
|
+
},
|
|
204
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
205
|
+
"itemStyle": "DEFAULT",
|
|
206
|
+
"itemType": "RAWITEM",
|
|
207
|
+
"layoutPos": {
|
|
208
|
+
"shrink": 0,
|
|
209
|
+
"layout": "FLEX"
|
|
210
|
+
},
|
|
211
|
+
"showCaption": true,
|
|
212
|
+
"id": "viewmsg_pos_body"
|
|
213
|
+
},
|
|
172
214
|
{
|
|
173
215
|
"panelItems": [
|
|
174
216
|
{
|
|
@@ -242,6 +284,27 @@ var DETreeView = {
|
|
|
242
284
|
"layout": "FLEX"
|
|
243
285
|
},
|
|
244
286
|
"id": "view_content"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"rawItem": {
|
|
290
|
+
"rawItemParams": [
|
|
291
|
+
{
|
|
292
|
+
"key": "POSITION",
|
|
293
|
+
"value": "BOTTOM"
|
|
294
|
+
}
|
|
295
|
+
],
|
|
296
|
+
"predefinedType": "VIEWMSG_POS",
|
|
297
|
+
"id": "viewmsg_pos_bottom"
|
|
298
|
+
},
|
|
299
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
300
|
+
"itemStyle": "DEFAULT",
|
|
301
|
+
"itemType": "RAWITEM",
|
|
302
|
+
"layoutPos": {
|
|
303
|
+
"shrink": 0,
|
|
304
|
+
"layout": "FLEX"
|
|
305
|
+
},
|
|
306
|
+
"showCaption": true,
|
|
307
|
+
"id": "viewmsg_pos_bottom"
|
|
245
308
|
}
|
|
246
309
|
],
|
|
247
310
|
"layoutPanel": true,
|
|
@@ -9,8 +9,50 @@ var DEWizardDView = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"panelItems": [
|
|
35
|
+
{
|
|
36
|
+
"rawItem": {
|
|
37
|
+
"rawItemParams": [
|
|
38
|
+
{
|
|
39
|
+
"key": "POSITION",
|
|
40
|
+
"value": "BODY"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"predefinedType": "VIEWMSG_POS",
|
|
44
|
+
"id": "viewmsg_pos_body"
|
|
45
|
+
},
|
|
46
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
47
|
+
"itemStyle": "DEFAULT",
|
|
48
|
+
"itemType": "RAWITEM",
|
|
49
|
+
"layoutPos": {
|
|
50
|
+
"shrink": 0,
|
|
51
|
+
"layout": "FLEX"
|
|
52
|
+
},
|
|
53
|
+
"showCaption": true,
|
|
54
|
+
"id": "viewmsg_pos_body"
|
|
55
|
+
},
|
|
14
56
|
{
|
|
15
57
|
"caption": "\u5411\u5BFC\u9762\u677F",
|
|
16
58
|
"contentHeight": 100,
|
|
@@ -41,6 +83,27 @@ var DEWizardDView = {
|
|
|
41
83
|
"layout": "FLEX"
|
|
42
84
|
},
|
|
43
85
|
"id": "view_content"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"rawItem": {
|
|
89
|
+
"rawItemParams": [
|
|
90
|
+
{
|
|
91
|
+
"key": "POSITION",
|
|
92
|
+
"value": "BOTTOM"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"predefinedType": "VIEWMSG_POS",
|
|
96
|
+
"id": "viewmsg_pos_bottom"
|
|
97
|
+
},
|
|
98
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
99
|
+
"itemStyle": "DEFAULT",
|
|
100
|
+
"itemType": "RAWITEM",
|
|
101
|
+
"layoutPos": {
|
|
102
|
+
"shrink": 0,
|
|
103
|
+
"layout": "FLEX"
|
|
104
|
+
},
|
|
105
|
+
"showCaption": true,
|
|
106
|
+
"id": "viewmsg_pos_bottom"
|
|
44
107
|
}
|
|
45
108
|
],
|
|
46
109
|
"layoutPanel": true,
|
|
@@ -9,6 +9,27 @@ var DEMEditView9 = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"panelItems": [
|
|
14
35
|
{
|
|
@@ -169,6 +190,27 @@ var DEMEditView9 = {
|
|
|
169
190
|
"showCaption": true,
|
|
170
191
|
"id": "panelpart"
|
|
171
192
|
},
|
|
193
|
+
{
|
|
194
|
+
"rawItem": {
|
|
195
|
+
"rawItemParams": [
|
|
196
|
+
{
|
|
197
|
+
"key": "POSITION",
|
|
198
|
+
"value": "BODY"
|
|
199
|
+
}
|
|
200
|
+
],
|
|
201
|
+
"predefinedType": "VIEWMSG_POS",
|
|
202
|
+
"id": "viewmsg_pos_body"
|
|
203
|
+
},
|
|
204
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
205
|
+
"itemStyle": "DEFAULT",
|
|
206
|
+
"itemType": "RAWITEM",
|
|
207
|
+
"layoutPos": {
|
|
208
|
+
"shrink": 0,
|
|
209
|
+
"layout": "FLEX"
|
|
210
|
+
},
|
|
211
|
+
"showCaption": true,
|
|
212
|
+
"id": "viewmsg_pos_body"
|
|
213
|
+
},
|
|
172
214
|
{
|
|
173
215
|
"panelItems": [
|
|
174
216
|
{
|
|
@@ -284,6 +326,27 @@ var DEMEditView9 = {
|
|
|
284
326
|
"layout": "FLEX"
|
|
285
327
|
},
|
|
286
328
|
"id": "container"
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"rawItem": {
|
|
332
|
+
"rawItemParams": [
|
|
333
|
+
{
|
|
334
|
+
"key": "POSITION",
|
|
335
|
+
"value": "BOTTOM"
|
|
336
|
+
}
|
|
337
|
+
],
|
|
338
|
+
"predefinedType": "VIEWMSG_POS",
|
|
339
|
+
"id": "viewmsg_pos_bottom"
|
|
340
|
+
},
|
|
341
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
342
|
+
"itemStyle": "DEFAULT",
|
|
343
|
+
"itemType": "RAWITEM",
|
|
344
|
+
"layoutPos": {
|
|
345
|
+
"shrink": 0,
|
|
346
|
+
"layout": "FLEX"
|
|
347
|
+
},
|
|
348
|
+
"showCaption": true,
|
|
349
|
+
"id": "viewmsg_pos_bottom"
|
|
287
350
|
}
|
|
288
351
|
],
|
|
289
352
|
"layoutPanel": true,
|
|
@@ -9,6 +9,27 @@ var DEMPickupView2 = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"panelItems": [
|
|
14
35
|
{
|
|
@@ -139,6 +160,27 @@ var DEMPickupView2 = {
|
|
|
139
160
|
"showCaption": true,
|
|
140
161
|
"id": "panelpart"
|
|
141
162
|
},
|
|
163
|
+
{
|
|
164
|
+
"rawItem": {
|
|
165
|
+
"rawItemParams": [
|
|
166
|
+
{
|
|
167
|
+
"key": "POSITION",
|
|
168
|
+
"value": "BODY"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"predefinedType": "VIEWMSG_POS",
|
|
172
|
+
"id": "viewmsg_pos_body"
|
|
173
|
+
},
|
|
174
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
175
|
+
"itemStyle": "DEFAULT",
|
|
176
|
+
"itemType": "RAWITEM",
|
|
177
|
+
"layoutPos": {
|
|
178
|
+
"shrink": 0,
|
|
179
|
+
"layout": "FLEX"
|
|
180
|
+
},
|
|
181
|
+
"showCaption": true,
|
|
182
|
+
"id": "viewmsg_pos_body"
|
|
183
|
+
},
|
|
142
184
|
{
|
|
143
185
|
"panelItems": [
|
|
144
186
|
{
|
|
@@ -432,6 +474,27 @@ var DEMPickupView2 = {
|
|
|
432
474
|
"layout": "FLEX"
|
|
433
475
|
},
|
|
434
476
|
"id": "view_footer"
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
"rawItem": {
|
|
480
|
+
"rawItemParams": [
|
|
481
|
+
{
|
|
482
|
+
"key": "POSITION",
|
|
483
|
+
"value": "BOTTOM"
|
|
484
|
+
}
|
|
485
|
+
],
|
|
486
|
+
"predefinedType": "VIEWMSG_POS",
|
|
487
|
+
"id": "viewmsg_pos_bottom"
|
|
488
|
+
},
|
|
489
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
490
|
+
"itemStyle": "DEFAULT",
|
|
491
|
+
"itemType": "RAWITEM",
|
|
492
|
+
"layoutPos": {
|
|
493
|
+
"shrink": 0,
|
|
494
|
+
"layout": "FLEX"
|
|
495
|
+
},
|
|
496
|
+
"showCaption": true,
|
|
497
|
+
"id": "viewmsg_pos_bottom"
|
|
435
498
|
}
|
|
436
499
|
],
|
|
437
500
|
"layoutPanel": true,
|
|
@@ -9,6 +9,27 @@ var DEMPickupView = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"panelItems": [
|
|
14
35
|
{
|
|
@@ -139,6 +160,27 @@ var DEMPickupView = {
|
|
|
139
160
|
"showCaption": true,
|
|
140
161
|
"id": "panelpart"
|
|
141
162
|
},
|
|
163
|
+
{
|
|
164
|
+
"rawItem": {
|
|
165
|
+
"rawItemParams": [
|
|
166
|
+
{
|
|
167
|
+
"key": "POSITION",
|
|
168
|
+
"value": "BODY"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"predefinedType": "VIEWMSG_POS",
|
|
172
|
+
"id": "viewmsg_pos__body"
|
|
173
|
+
},
|
|
174
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
175
|
+
"itemStyle": "DEFAULT",
|
|
176
|
+
"itemType": "RAWITEM",
|
|
177
|
+
"layoutPos": {
|
|
178
|
+
"shrink": 0,
|
|
179
|
+
"layout": "FLEX"
|
|
180
|
+
},
|
|
181
|
+
"showCaption": true,
|
|
182
|
+
"id": "viewmsg_pos__body"
|
|
183
|
+
},
|
|
142
184
|
{
|
|
143
185
|
"panelItems": [
|
|
144
186
|
{
|
|
@@ -372,6 +414,27 @@ var DEMPickupView = {
|
|
|
372
414
|
"layout": "FLEX"
|
|
373
415
|
},
|
|
374
416
|
"id": "view_footer"
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
"rawItem": {
|
|
420
|
+
"rawItemParams": [
|
|
421
|
+
{
|
|
422
|
+
"key": "POSITION",
|
|
423
|
+
"value": "BOTTOM"
|
|
424
|
+
}
|
|
425
|
+
],
|
|
426
|
+
"predefinedType": "VIEWMSG_POS",
|
|
427
|
+
"id": "viewmsg_pos_bottom"
|
|
428
|
+
},
|
|
429
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
430
|
+
"itemStyle": "DEFAULT",
|
|
431
|
+
"itemType": "RAWITEM",
|
|
432
|
+
"layoutPos": {
|
|
433
|
+
"shrink": 0,
|
|
434
|
+
"layout": "FLEX"
|
|
435
|
+
},
|
|
436
|
+
"showCaption": true,
|
|
437
|
+
"id": "viewmsg_pos_bottom"
|
|
375
438
|
}
|
|
376
439
|
],
|
|
377
440
|
"layoutPanel": true,
|
|
@@ -9,8 +9,50 @@ var DEWFDynaActionView = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"panelItems": [
|
|
35
|
+
{
|
|
36
|
+
"rawItem": {
|
|
37
|
+
"rawItemParams": [
|
|
38
|
+
{
|
|
39
|
+
"key": "POSITION",
|
|
40
|
+
"value": "BODY"
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"predefinedType": "VIEWMSG_POS",
|
|
44
|
+
"id": "viewmsg_pos_body"
|
|
45
|
+
},
|
|
46
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
47
|
+
"itemStyle": "DEFAULT",
|
|
48
|
+
"itemType": "RAWITEM",
|
|
49
|
+
"layoutPos": {
|
|
50
|
+
"shrink": 0,
|
|
51
|
+
"layout": "FLEX"
|
|
52
|
+
},
|
|
53
|
+
"showCaption": true,
|
|
54
|
+
"id": "viewmsg_pos_body"
|
|
55
|
+
},
|
|
14
56
|
{
|
|
15
57
|
"caption": "\u8868\u5355",
|
|
16
58
|
"itemStyle": "DEFAULT",
|
|
@@ -90,6 +132,27 @@ var DEWFDynaActionView = {
|
|
|
90
132
|
"layout": "FLEX"
|
|
91
133
|
},
|
|
92
134
|
"id": "view_footer"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"rawItem": {
|
|
138
|
+
"rawItemParams": [
|
|
139
|
+
{
|
|
140
|
+
"key": "POSITION",
|
|
141
|
+
"value": "BOTTOM"
|
|
142
|
+
}
|
|
143
|
+
],
|
|
144
|
+
"predefinedType": "VIEWMSG_POS",
|
|
145
|
+
"id": "viewmsg_pos_bottom"
|
|
146
|
+
},
|
|
147
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
148
|
+
"itemStyle": "DEFAULT",
|
|
149
|
+
"itemType": "RAWITEM",
|
|
150
|
+
"layoutPos": {
|
|
151
|
+
"shrink": 0,
|
|
152
|
+
"layout": "FLEX"
|
|
153
|
+
},
|
|
154
|
+
"showCaption": true,
|
|
155
|
+
"id": "viewmsg_pos_bottom"
|
|
93
156
|
}
|
|
94
157
|
],
|
|
95
158
|
"layoutPanel": true,
|
|
@@ -9,6 +9,27 @@ var DEWFDynaEditView3 = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"panelItems": [
|
|
14
35
|
{
|
|
@@ -139,6 +160,27 @@ var DEWFDynaEditView3 = {
|
|
|
139
160
|
"showCaption": true,
|
|
140
161
|
"id": "panelpart"
|
|
141
162
|
},
|
|
163
|
+
{
|
|
164
|
+
"rawItem": {
|
|
165
|
+
"rawItemParams": [
|
|
166
|
+
{
|
|
167
|
+
"key": "POSITION",
|
|
168
|
+
"value": "BODY"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"predefinedType": "VIEWMSG_POS",
|
|
172
|
+
"id": "viewmsg_pos_body"
|
|
173
|
+
},
|
|
174
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
175
|
+
"itemStyle": "DEFAULT",
|
|
176
|
+
"itemType": "RAWITEM",
|
|
177
|
+
"layoutPos": {
|
|
178
|
+
"shrink": 0,
|
|
179
|
+
"layout": "FLEX"
|
|
180
|
+
},
|
|
181
|
+
"showCaption": true,
|
|
182
|
+
"id": "viewmsg_pos_body"
|
|
183
|
+
},
|
|
142
184
|
{
|
|
143
185
|
"panelItems": [
|
|
144
186
|
{
|
|
@@ -249,6 +291,27 @@ var DEWFDynaEditView3 = {
|
|
|
249
291
|
"layout": "FLEX"
|
|
250
292
|
},
|
|
251
293
|
"id": "view_content"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"rawItem": {
|
|
297
|
+
"rawItemParams": [
|
|
298
|
+
{
|
|
299
|
+
"key": "POSITION",
|
|
300
|
+
"value": "BOTTOM"
|
|
301
|
+
}
|
|
302
|
+
],
|
|
303
|
+
"predefinedType": "VIEWMSG_POS",
|
|
304
|
+
"id": "viewmsg_pos_bottom"
|
|
305
|
+
},
|
|
306
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
307
|
+
"itemStyle": "DEFAULT",
|
|
308
|
+
"itemType": "RAWITEM",
|
|
309
|
+
"layoutPos": {
|
|
310
|
+
"shrink": 0,
|
|
311
|
+
"layout": "FLEX"
|
|
312
|
+
},
|
|
313
|
+
"showCaption": true,
|
|
314
|
+
"id": "viewmsg_pos_bottom"
|
|
252
315
|
}
|
|
253
316
|
],
|
|
254
317
|
"layoutPanel": true,
|
|
@@ -9,6 +9,27 @@ var DEWFDynaEditView = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"panelItems": [
|
|
14
35
|
{
|
|
@@ -139,6 +160,27 @@ var DEWFDynaEditView = {
|
|
|
139
160
|
"showCaption": true,
|
|
140
161
|
"id": "panelpart"
|
|
141
162
|
},
|
|
163
|
+
{
|
|
164
|
+
"rawItem": {
|
|
165
|
+
"rawItemParams": [
|
|
166
|
+
{
|
|
167
|
+
"key": "POSITION",
|
|
168
|
+
"value": "BODY"
|
|
169
|
+
}
|
|
170
|
+
],
|
|
171
|
+
"predefinedType": "VIEWMSG_POS",
|
|
172
|
+
"id": "viewmsg_pos_body"
|
|
173
|
+
},
|
|
174
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
175
|
+
"itemStyle": "DEFAULT",
|
|
176
|
+
"itemType": "RAWITEM",
|
|
177
|
+
"layoutPos": {
|
|
178
|
+
"shrink": 0,
|
|
179
|
+
"layout": "FLEX"
|
|
180
|
+
},
|
|
181
|
+
"showCaption": true,
|
|
182
|
+
"id": "viewmsg_pos_body"
|
|
183
|
+
},
|
|
142
184
|
{
|
|
143
185
|
"panelItems": [
|
|
144
186
|
{
|
|
@@ -167,6 +209,27 @@ var DEWFDynaEditView = {
|
|
|
167
209
|
"layout": "FLEX"
|
|
168
210
|
},
|
|
169
211
|
"id": "view_content"
|
|
212
|
+
},
|
|
213
|
+
{
|
|
214
|
+
"rawItem": {
|
|
215
|
+
"rawItemParams": [
|
|
216
|
+
{
|
|
217
|
+
"key": "POSITION",
|
|
218
|
+
"value": "BOTTOM"
|
|
219
|
+
}
|
|
220
|
+
],
|
|
221
|
+
"predefinedType": "VIEWMSG_POS",
|
|
222
|
+
"id": "viewmsg_pos_bottom"
|
|
223
|
+
},
|
|
224
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
225
|
+
"itemStyle": "DEFAULT",
|
|
226
|
+
"itemType": "RAWITEM",
|
|
227
|
+
"layoutPos": {
|
|
228
|
+
"shrink": 0,
|
|
229
|
+
"layout": "FLEX"
|
|
230
|
+
},
|
|
231
|
+
"showCaption": true,
|
|
232
|
+
"id": "viewmsg_pos_bottom"
|
|
170
233
|
}
|
|
171
234
|
],
|
|
172
235
|
"layoutPanel": true,
|