@ibiz-template/mob-theme 3.1.2-lts.1 → 4.0.0

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.
Files changed (96) hide show
  1. package/dist/index.min.css +1 -1
  2. package/dist/index.system.min.js +2 -2
  3. package/dist/index.system.min.js.map +1 -1
  4. package/es/publish/control-layout/control-layout-model-repository-mob-search-form-layout.d.ts +139 -0
  5. package/es/publish/control-layout/control-layout-model-repository-mob-search-form-layout.mjs +155 -0
  6. package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.d.ts +78 -2
  7. package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs +79 -0
  8. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.d.ts +27 -0
  9. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs +63 -0
  10. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.d.ts +27 -0
  11. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs +63 -0
  12. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +135 -80
  13. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +209 -125
  14. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +42 -15
  15. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +83 -20
  16. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +27 -0
  17. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +64 -1
  18. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +25 -0
  19. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +63 -0
  20. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +28 -5
  21. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +63 -10
  22. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +136 -79
  23. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +206 -124
  24. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.d.ts +30 -10
  25. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +63 -10
  26. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +28 -0
  27. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.mjs +63 -0
  28. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.d.ts +28 -2
  29. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.mjs +42 -0
  30. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +31 -10
  31. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +63 -10
  32. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.d.ts +52 -2
  33. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.mjs +42 -0
  34. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +147 -21
  35. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +182 -29
  36. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.d.ts +174 -7
  37. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.mjs +258 -13
  38. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.d.ts +31 -1
  39. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs +64 -1
  40. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +26 -0
  41. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +63 -0
  42. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +30 -10
  43. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +63 -10
  44. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +31 -0
  45. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +63 -0
  46. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.d.ts +27 -0
  47. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs +63 -0
  48. package/es/theme/generic/index.css +1 -1
  49. package/es/theme/generic/rolldate.css +1 -0
  50. package/es/theme/generic/vant.css +1 -1
  51. package/es/theme/index.css +1 -1
  52. package/es/theme/objects/editor/editor.css +1 -0
  53. package/es/theme/objects/index.css +1 -1
  54. package/es/theme/objects/view/view.css +1 -0
  55. package/es/theme/theme/dark/dark-theme.css +1 -1
  56. package/es/theme/theme/index.css +1 -1
  57. package/es/theme/theme/light/light-theme.css +1 -1
  58. package/es/theme/var.css +1 -1
  59. package/lib/publish/control-layout/control-layout-model-repository-mob-search-form-layout.cjs +159 -0
  60. package/lib/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs +79 -0
  61. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.cjs +63 -0
  62. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.cjs +63 -0
  63. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +209 -125
  64. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +83 -20
  65. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +64 -1
  66. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +63 -0
  67. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +63 -10
  68. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +206 -124
  69. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +63 -10
  70. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.cjs +63 -0
  71. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.cjs +42 -0
  72. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +63 -10
  73. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.cjs +42 -0
  74. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +182 -29
  75. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.cjs +258 -13
  76. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.cjs +64 -1
  77. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +63 -0
  78. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +63 -10
  79. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +63 -0
  80. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.cjs +63 -0
  81. package/lib/theme/generic/index.css +1 -1
  82. package/lib/theme/generic/rolldate.css +1 -0
  83. package/lib/theme/generic/vant.css +1 -1
  84. package/lib/theme/index.css +1 -1
  85. package/lib/theme/objects/app/app.css +0 -0
  86. package/lib/theme/objects/ctrl/ctrl.css +0 -0
  87. package/lib/theme/objects/editor/editor.css +1 -0
  88. package/lib/theme/objects/index.css +1 -1
  89. package/lib/theme/objects/view/view.css +1 -0
  90. package/lib/theme/theme/dark/dark-theme.css +1 -1
  91. package/lib/theme/theme/index.css +1 -1
  92. package/lib/theme/theme/light/light-theme.css +1 -1
  93. package/lib/theme/var.css +1 -1
  94. package/package.json +2 -2
  95. /package/es/theme/objects/{state/state.css → app/app.css} +0 -0
  96. /package/{lib/theme/objects/state/state.css → es/theme/objects/ctrl/ctrl.css} +0 -0
@@ -10,6 +10,27 @@ var DEMobPickupTreeView = {
10
10
  "layout": "FLEX"
11
11
  },
12
12
  "rootPanelItems": [
13
+ {
14
+ "rawItem": {
15
+ "rawItemParams": [
16
+ {
17
+ "key": "POSITION",
18
+ "value": "BODY"
19
+ }
20
+ ],
21
+ "predefinedType": "VIEWMSG_POS",
22
+ "id": "viewmsg_pos_body"
23
+ },
24
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
25
+ "itemStyle": "DEFAULT",
26
+ "itemType": "RAWITEM",
27
+ "layoutPos": {
28
+ "shrink": 0,
29
+ "layout": "FLEX"
30
+ },
31
+ "showCaption": true,
32
+ "id": "viewmsg_pos_body"
33
+ },
13
34
  {
14
35
  "actionGroupExtractMode": "ITEM",
15
36
  "panelItems": [
@@ -39,6 +60,27 @@ var DEMobPickupTreeView = {
39
60
  "layout": "FLEX"
40
61
  },
41
62
  "id": "view_content"
63
+ },
64
+ {
65
+ "rawItem": {
66
+ "rawItemParams": [
67
+ {
68
+ "key": "POSITION",
69
+ "value": "BOTTOM"
70
+ }
71
+ ],
72
+ "predefinedType": "VIEWMSG_POS",
73
+ "id": "viewmsg_pos_bottom"
74
+ },
75
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
76
+ "itemStyle": "DEFAULT",
77
+ "itemType": "RAWITEM",
78
+ "layoutPos": {
79
+ "shrink": 0,
80
+ "layout": "FLEX"
81
+ },
82
+ "showCaption": true,
83
+ "id": "viewmsg_pos_bottom"
42
84
  }
43
85
  ],
44
86
  "layoutPanel": true,
@@ -10,6 +10,27 @@ var DEMobPickupView = {
10
10
  "layout": "FLEX"
11
11
  },
12
12
  "rootPanelItems": [
13
+ {
14
+ "rawItem": {
15
+ "rawItemParams": [
16
+ {
17
+ "key": "POSITION",
18
+ "value": "TOP"
19
+ }
20
+ ],
21
+ "predefinedType": "VIEWMSG_POS",
22
+ "id": "viewmsg_pos_top"
23
+ },
24
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
25
+ "itemStyle": "DEFAULT",
26
+ "itemType": "RAWITEM",
27
+ "layoutPos": {
28
+ "shrink": 0,
29
+ "layout": "FLEX"
30
+ },
31
+ "showCaption": true,
32
+ "id": "viewmsg_pos_top"
33
+ },
13
34
  {
14
35
  "actionGroupExtractMode": "ITEM",
15
36
  "panelItems": [
@@ -249,6 +270,27 @@ var DEMobPickupView = {
249
270
  "showCaption": true,
250
271
  "id": "panelpart"
251
272
  },
273
+ {
274
+ "rawItem": {
275
+ "rawItemParams": [
276
+ {
277
+ "key": "POSITION",
278
+ "value": "BODY"
279
+ }
280
+ ],
281
+ "predefinedType": "VIEWMSG_POS",
282
+ "id": "viewmsg_pos_body"
283
+ },
284
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
285
+ "itemStyle": "DEFAULT",
286
+ "itemType": "RAWITEM",
287
+ "layoutPos": {
288
+ "shrink": 0,
289
+ "layout": "FLEX"
290
+ },
291
+ "showCaption": true,
292
+ "id": "viewmsg_pos_body"
293
+ },
252
294
  {
253
295
  "actionGroupExtractMode": "ITEM",
254
296
  "panelItems": [
@@ -280,6 +322,27 @@ var DEMobPickupView = {
280
322
  },
281
323
  "id": "view_content"
282
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": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
337
+ "itemStyle": "DEFAULT",
338
+ "itemType": "RAWITEM",
339
+ "layoutPos": {
340
+ "shrink": 0,
341
+ "layout": "FLEX"
342
+ },
343
+ "showCaption": true,
344
+ "id": "viewmsg_pos_bottom"
345
+ },
283
346
  {
284
347
  "actionGroupExtractMode": "ITEM",
285
348
  "panelItems": [
@@ -288,22 +351,17 @@ var DEMobPickupView = {
288
351
  "panelItems": [
289
352
  {
290
353
  "actionType": "UIACTION",
291
- "buttonHeight": 40,
292
354
  "buttonStyle": "DEFAULT",
293
355
  "buttonType": "PANELBUTTON",
294
356
  "uiactionId": "view_cancelaction",
295
357
  "renderMode": "BUTTON",
296
358
  "tooltip": "\u53D6\u6D88",
297
359
  "caption": "\u53D6\u6D88",
298
- "contentHeight": 40,
299
- "height": 40,
300
360
  "itemStyle": "DEFAULT",
301
361
  "itemType": "BUTTON",
302
362
  "layoutPos": {
303
363
  "grow": 1,
304
364
  "shrink": 1,
305
- "height": 40,
306
- "heightMode": "PX",
307
365
  "layout": "FLEX",
308
366
  "spacingRight": "OUTERSMALL"
309
367
  },
@@ -312,22 +370,17 @@ var DEMobPickupView = {
312
370
  },
313
371
  {
314
372
  "actionType": "UIACTION",
315
- "buttonHeight": 40,
316
373
  "buttonStyle": "PRIMARY",
317
374
  "buttonType": "PANELBUTTON",
318
375
  "uiactionId": "view_okaction",
319
376
  "renderMode": "BUTTON",
320
377
  "tooltip": "\u786E\u5B9A",
321
378
  "caption": "\u786E\u5B9A",
322
- "contentHeight": 40,
323
- "height": 40,
324
379
  "itemStyle": "PRIMARY",
325
380
  "itemType": "BUTTON",
326
381
  "layoutPos": {
327
382
  "grow": 1,
328
383
  "shrink": 1,
329
- "height": 40,
330
- "heightMode": "PX",
331
384
  "layout": "FLEX",
332
385
  "spacingLeft": "OUTERSMALL"
333
386
  },
@@ -10,6 +10,27 @@ var DEMobTabExpView_FLOW = {
10
10
  "layout": "FLEX"
11
11
  },
12
12
  "rootPanelItems": [
13
+ {
14
+ "rawItem": {
15
+ "rawItemParams": [
16
+ {
17
+ "key": "POSITION",
18
+ "value": "TOP"
19
+ }
20
+ ],
21
+ "predefinedType": "VIEWMSG_POS",
22
+ "id": "viewmsg_pos_top"
23
+ },
24
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
25
+ "itemStyle": "DEFAULT",
26
+ "itemType": "RAWITEM",
27
+ "layoutPos": {
28
+ "shrink": 0,
29
+ "layout": "FLEX"
30
+ },
31
+ "showCaption": true,
32
+ "id": "viewmsg_pos_top"
33
+ },
13
34
  {
14
35
  "actionGroupExtractMode": "ITEM",
15
36
  "panelItems": [
@@ -177,6 +198,27 @@ var DEMobTabExpView_FLOW = {
177
198
  "showCaption": true,
178
199
  "id": "panelpart"
179
200
  },
201
+ {
202
+ "rawItem": {
203
+ "rawItemParams": [
204
+ {
205
+ "key": "POSITION",
206
+ "value": "BODY"
207
+ }
208
+ ],
209
+ "predefinedType": "VIEWMSG_POS",
210
+ "id": "viewmsg_pos_body"
211
+ },
212
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
213
+ "itemStyle": "DEFAULT",
214
+ "itemType": "RAWITEM",
215
+ "layoutPos": {
216
+ "shrink": 0,
217
+ "layout": "FLEX"
218
+ },
219
+ "showCaption": true,
220
+ "id": "viewmsg_pos_body"
221
+ },
180
222
  {
181
223
  "actionGroupExtractMode": "ITEM",
182
224
  "panelItems": [
@@ -10,6 +10,27 @@ var DEMobTabExpView = {
10
10
  "layout": "FLEX"
11
11
  },
12
12
  "rootPanelItems": [
13
+ {
14
+ "rawItem": {
15
+ "rawItemParams": [
16
+ {
17
+ "key": "POSITION",
18
+ "value": "TOP"
19
+ }
20
+ ],
21
+ "predefinedType": "VIEWMSG_POS",
22
+ "id": "viewmsg_pos_top"
23
+ },
24
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
25
+ "itemStyle": "DEFAULT",
26
+ "itemType": "RAWITEM",
27
+ "layoutPos": {
28
+ "shrink": 0,
29
+ "layout": "FLEX"
30
+ },
31
+ "showCaption": true,
32
+ "id": "viewmsg_pos_top"
33
+ },
13
34
  {
14
35
  "actionGroupExtractMode": "ITEM",
15
36
  "panelItems": [
@@ -178,33 +199,36 @@ var DEMobTabExpView = {
178
199
  "id": "panelpart"
179
200
  },
180
201
  {
181
- "actionGroupExtractMode": "ITEM",
182
- "panelItems": [
183
- {
184
- "caption": "\u5206\u9875\u5BFC\u822A",
185
- "itemStyle": "DEFAULT",
186
- "itemType": "CTRLPOS",
187
- "layoutPos": {
188
- "shrink": 1,
189
- "layout": "FLEX"
190
- },
191
- "showCaption": true,
192
- "id": "tabexppanel"
193
- }
194
- ],
195
- "predefinedType": "ToolbarContainer",
196
- "layout": {
202
+ "caption": "\u5206\u9875\u5BFC\u822A",
203
+ "itemStyle": "DEFAULT",
204
+ "itemType": "CTRLPOS",
205
+ "layoutPos": {
206
+ "shrink": 0,
197
207
  "layout": "FLEX"
198
208
  },
199
- "dataRegionType": "INHERIT",
200
- "caption": "\u5BB9\u5668",
209
+ "showCaption": true,
210
+ "id": "tabexppanel"
211
+ },
212
+ {
213
+ "rawItem": {
214
+ "rawItemParams": [
215
+ {
216
+ "key": "POSITION",
217
+ "value": "BODY"
218
+ }
219
+ ],
220
+ "predefinedType": "VIEWMSG_POS",
221
+ "id": "viewmsg_pos_body"
222
+ },
223
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
201
224
  "itemStyle": "DEFAULT",
202
- "itemType": "CONTAINER",
225
+ "itemType": "RAWITEM",
203
226
  "layoutPos": {
204
- "shrink": 1,
227
+ "shrink": 0,
205
228
  "layout": "FLEX"
206
229
  },
207
- "id": "view_toolbar_container2"
230
+ "showCaption": true,
231
+ "id": "viewmsg_pos_body"
208
232
  }
209
233
  ],
210
234
  "layout": {
@@ -226,24 +250,121 @@ var DEMobTabExpView = {
226
250
  "actionGroupExtractMode": "ITEM",
227
251
  "panelItems": [
228
252
  {
229
- "rawItem": {
230
- "predefinedType": "NAV_POS",
231
- "id": "nav_pos"
253
+ "actionGroupExtractMode": "ITEM",
254
+ "layout": {
255
+ "layout": "FLEX"
232
256
  },
233
- "caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
257
+ "dataRegionType": "INHERIT",
258
+ "caption": "\u5BB9\u5668",
234
259
  "itemStyle": "DEFAULT",
235
- "itemType": "RAWITEM",
260
+ "itemType": "CONTAINER",
261
+ "layoutPos": {
262
+ "shrink": 0,
263
+ "layout": "FLEX"
264
+ },
265
+ "id": "view_tabexppanel_left"
266
+ },
267
+ {
268
+ "actionGroupExtractMode": "ITEM",
269
+ "panelItems": [
270
+ {
271
+ "actionGroupExtractMode": "ITEM",
272
+ "layout": {
273
+ "layout": "FLEX"
274
+ },
275
+ "dataRegionType": "INHERIT",
276
+ "caption": "\u5BB9\u5668",
277
+ "itemStyle": "DEFAULT",
278
+ "itemType": "CONTAINER",
279
+ "layoutPos": {
280
+ "shrink": 0,
281
+ "layout": "FLEX"
282
+ },
283
+ "id": "view_tabexppanel"
284
+ },
285
+ {
286
+ "actionGroupExtractMode": "ITEM",
287
+ "panelItems": [
288
+ {
289
+ "rawItem": {
290
+ "predefinedType": "NAV_POS",
291
+ "id": "nav_pos"
292
+ },
293
+ "caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
294
+ "itemStyle": "DEFAULT",
295
+ "itemType": "RAWITEM",
296
+ "layoutPos": {
297
+ "grow": 1,
298
+ "shrink": 1,
299
+ "layout": "FLEX"
300
+ },
301
+ "showCaption": true,
302
+ "id": "nav_pos"
303
+ }
304
+ ],
305
+ "layout": {
306
+ "layout": "FLEX"
307
+ },
308
+ "dataRegionType": "INHERIT",
309
+ "caption": "\u5BB9\u5668",
310
+ "itemStyle": "DEFAULT",
311
+ "itemType": "CONTAINER",
312
+ "layoutPos": {
313
+ "grow": 1,
314
+ "shrink": 1,
315
+ "layout": "FLEX"
316
+ },
317
+ "id": "view_content"
318
+ },
319
+ {
320
+ "actionGroupExtractMode": "ITEM",
321
+ "layout": {
322
+ "layout": "FLEX"
323
+ },
324
+ "dataRegionType": "INHERIT",
325
+ "caption": "\u5BB9\u5668",
326
+ "itemStyle": "DEFAULT",
327
+ "itemType": "CONTAINER",
328
+ "layoutPos": {
329
+ "shrink": 0,
330
+ "layout": "FLEX"
331
+ },
332
+ "id": "view_tabexppanel_bottom"
333
+ }
334
+ ],
335
+ "layout": {
336
+ "layout": "FLEX"
337
+ },
338
+ "dataRegionType": "INHERIT",
339
+ "caption": "\u5BB9\u5668",
340
+ "itemStyle": "DEFAULT",
341
+ "itemType": "CONTAINER",
236
342
  "layoutPos": {
237
343
  "grow": 1,
238
344
  "shrink": 1,
239
345
  "layout": "FLEX"
240
346
  },
241
- "showCaption": true,
242
- "id": "nav_pos"
347
+ "id": "container2"
348
+ },
349
+ {
350
+ "actionGroupExtractMode": "ITEM",
351
+ "layout": {
352
+ "layout": "FLEX"
353
+ },
354
+ "dataRegionType": "INHERIT",
355
+ "caption": "\u5BB9\u5668",
356
+ "itemStyle": "DEFAULT",
357
+ "itemType": "CONTAINER",
358
+ "layoutPos": {
359
+ "shrink": 0,
360
+ "layout": "FLEX"
361
+ },
362
+ "id": "view_tabexppanel_right"
243
363
  }
244
364
  ],
245
365
  "predefinedType": "Content",
246
366
  "layout": {
367
+ "dir": "row",
247
368
  "layout": "FLEX"
248
369
  },
249
370
  "dataRegionType": "INHERIT",
@@ -255,7 +376,39 @@ var DEMobTabExpView = {
255
376
  "shrink": 1,
256
377
  "layout": "FLEX"
257
378
  },
258
- "id": "view_content"
379
+ "id": "container"
380
+ },
381
+ {
382
+ "rawItem": {
383
+ "rawItemParams": [
384
+ {
385
+ "key": "POSITION",
386
+ "value": "BOTTOM"
387
+ }
388
+ ],
389
+ "predefinedType": "VIEWMSG_POS",
390
+ "id": "viewmsg_pos_bottom"
391
+ },
392
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
393
+ "itemStyle": "DEFAULT",
394
+ "itemType": "RAWITEM",
395
+ "layoutPos": {
396
+ "shrink": 0,
397
+ "layout": "FLEX"
398
+ },
399
+ "showCaption": true,
400
+ "id": "viewmsg_pos_bottom"
401
+ },
402
+ {
403
+ "caption": "\u5DE5\u5177\u680F",
404
+ "itemStyle": "DEFAULT",
405
+ "itemType": "CTRLPOS",
406
+ "layoutPos": {
407
+ "shrink": 1,
408
+ "layout": "FLEX"
409
+ },
410
+ "showCaption": true,
411
+ "id": "footertoolbar"
259
412
  }
260
413
  ],
261
414
  "layoutPanel": true,