@ibiz-template/mob-theme 3.1.2 → 4.1.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 (115) 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.mjs +155 -0
  5. package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs +79 -0
  6. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs +63 -0
  7. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs +63 -0
  8. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +209 -125
  9. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +83 -20
  10. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +64 -1
  11. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +63 -0
  12. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +63 -10
  13. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +206 -124
  14. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +63 -10
  15. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.mjs +63 -0
  16. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.mjs +42 -0
  17. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +63 -10
  18. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.mjs +42 -0
  19. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +182 -29
  20. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.mjs +258 -13
  21. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs +64 -1
  22. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +63 -0
  23. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +63 -10
  24. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +65 -2
  25. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +63 -0
  26. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs +63 -0
  27. package/es/theme/elements/index.css +1 -1
  28. package/es/theme/generic/index.css +1 -1
  29. package/es/theme/generic/rolldate.css +1 -0
  30. package/es/theme/generic/vant-rem.css +1 -0
  31. package/es/theme/generic/vant.css +1 -1
  32. package/es/theme/index.css +1 -1
  33. package/es/theme/objects/editor/editor.css +1 -0
  34. package/es/theme/objects/index.css +1 -1
  35. package/es/theme/objects/view/view.css +1 -0
  36. package/es/theme/theme/dark/dark-theme.css +1 -1
  37. package/es/theme/theme/index.css +1 -1
  38. package/es/theme/theme/light/light-theme.css +1 -1
  39. package/es/theme/var.css +1 -1
  40. package/lib/publish/control-layout/control-layout-model-repository-mob-search-form-layout.cjs +159 -0
  41. package/lib/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs +79 -0
  42. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.cjs +63 -0
  43. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.cjs +63 -0
  44. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +209 -125
  45. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +83 -20
  46. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +64 -1
  47. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +63 -0
  48. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +63 -10
  49. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +206 -124
  50. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +63 -10
  51. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.cjs +63 -0
  52. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.cjs +42 -0
  53. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +63 -10
  54. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.cjs +42 -0
  55. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +182 -29
  56. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.cjs +258 -13
  57. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.cjs +64 -1
  58. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +63 -0
  59. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +63 -10
  60. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +65 -2
  61. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +63 -0
  62. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.cjs +63 -0
  63. package/lib/theme/elements/index.css +1 -1
  64. package/lib/theme/generic/index.css +1 -1
  65. package/lib/theme/generic/rolldate.css +1 -0
  66. package/lib/theme/generic/vant-rem.css +1 -0
  67. package/lib/theme/generic/vant.css +1 -1
  68. package/lib/theme/index.css +1 -1
  69. package/lib/theme/objects/app/app.css +0 -0
  70. package/lib/theme/objects/ctrl/ctrl.css +0 -0
  71. package/lib/theme/objects/editor/editor.css +1 -0
  72. package/lib/theme/objects/index.css +1 -1
  73. package/lib/theme/objects/view/view.css +1 -0
  74. package/lib/theme/theme/dark/dark-theme.css +1 -1
  75. package/lib/theme/theme/index.css +1 -1
  76. package/lib/theme/theme/light/light-theme.css +1 -1
  77. package/lib/theme/var.css +1 -1
  78. package/package.json +2 -2
  79. package/es/index.d.ts +0 -5
  80. package/es/publish/app-index-view-layout-blank-mode.d.ts +0 -33
  81. package/es/publish/app-index-view-layout.d.ts +0 -46
  82. package/es/publish/app-login-view.d.ts +0 -341
  83. package/es/publish/app-wf-step-trace-view-layout.d.ts +0 -38
  84. package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.d.ts +0 -45
  85. package/es/publish/control-layout/control-layout-model-repository-mob-tree-layout.d.ts +0 -99
  86. package/es/publish/index.d.ts +0 -9
  87. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.d.ts +0 -45
  88. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.d.ts +0 -271
  89. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.d.ts +0 -47
  90. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.d.ts +0 -270
  91. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +0 -242
  92. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +0 -278
  93. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.d.ts +0 -46
  94. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +0 -201
  95. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +0 -240
  96. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +0 -324
  97. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.d.ts +0 -45
  98. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +0 -271
  99. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.d.ts +0 -254
  100. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +0 -75
  101. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.d.ts +0 -47
  102. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +0 -342
  103. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.d.ts +0 -95
  104. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.d.ts +0 -186
  105. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +0 -221
  106. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.d.ts +0 -127
  107. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.d.ts +0 -242
  108. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +0 -243
  109. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +0 -252
  110. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +0 -323
  111. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +0 -245
  112. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +0 -208
  113. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.d.ts +0 -201
  114. /package/es/theme/objects/{state/state.css → app/app.css} +0 -0
  115. /package/{lib/theme/objects/state/state.css → es/theme/objects/ctrl/ctrl.css} +0 -0
@@ -6,6 +6,27 @@ var DEMobTabExpView = {
6
6
  "layout": "FLEX"
7
7
  },
8
8
  "rootPanelItems": [
9
+ {
10
+ "rawItem": {
11
+ "rawItemParams": [
12
+ {
13
+ "key": "POSITION",
14
+ "value": "TOP"
15
+ }
16
+ ],
17
+ "predefinedType": "VIEWMSG_POS",
18
+ "id": "viewmsg_pos_top"
19
+ },
20
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
21
+ "itemStyle": "DEFAULT",
22
+ "itemType": "RAWITEM",
23
+ "layoutPos": {
24
+ "shrink": 0,
25
+ "layout": "FLEX"
26
+ },
27
+ "showCaption": true,
28
+ "id": "viewmsg_pos_top"
29
+ },
9
30
  {
10
31
  "actionGroupExtractMode": "ITEM",
11
32
  "panelItems": [
@@ -174,33 +195,36 @@ var DEMobTabExpView = {
174
195
  "id": "panelpart"
175
196
  },
176
197
  {
177
- "actionGroupExtractMode": "ITEM",
178
- "panelItems": [
179
- {
180
- "caption": "\u5206\u9875\u5BFC\u822A",
181
- "itemStyle": "DEFAULT",
182
- "itemType": "CTRLPOS",
183
- "layoutPos": {
184
- "shrink": 1,
185
- "layout": "FLEX"
186
- },
187
- "showCaption": true,
188
- "id": "tabexppanel"
189
- }
190
- ],
191
- "predefinedType": "ToolbarContainer",
192
- "layout": {
198
+ "caption": "\u5206\u9875\u5BFC\u822A",
199
+ "itemStyle": "DEFAULT",
200
+ "itemType": "CTRLPOS",
201
+ "layoutPos": {
202
+ "shrink": 0,
193
203
  "layout": "FLEX"
194
204
  },
195
- "dataRegionType": "INHERIT",
196
- "caption": "\u5BB9\u5668",
205
+ "showCaption": true,
206
+ "id": "tabexppanel"
207
+ },
208
+ {
209
+ "rawItem": {
210
+ "rawItemParams": [
211
+ {
212
+ "key": "POSITION",
213
+ "value": "BODY"
214
+ }
215
+ ],
216
+ "predefinedType": "VIEWMSG_POS",
217
+ "id": "viewmsg_pos_body"
218
+ },
219
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
197
220
  "itemStyle": "DEFAULT",
198
- "itemType": "CONTAINER",
221
+ "itemType": "RAWITEM",
199
222
  "layoutPos": {
200
- "shrink": 1,
223
+ "shrink": 0,
201
224
  "layout": "FLEX"
202
225
  },
203
- "id": "view_toolbar_container2"
226
+ "showCaption": true,
227
+ "id": "viewmsg_pos_body"
204
228
  }
205
229
  ],
206
230
  "layout": {
@@ -222,24 +246,121 @@ var DEMobTabExpView = {
222
246
  "actionGroupExtractMode": "ITEM",
223
247
  "panelItems": [
224
248
  {
225
- "rawItem": {
226
- "predefinedType": "NAV_POS",
227
- "id": "nav_pos"
249
+ "actionGroupExtractMode": "ITEM",
250
+ "layout": {
251
+ "layout": "FLEX"
228
252
  },
229
- "caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
253
+ "dataRegionType": "INHERIT",
254
+ "caption": "\u5BB9\u5668",
230
255
  "itemStyle": "DEFAULT",
231
- "itemType": "RAWITEM",
256
+ "itemType": "CONTAINER",
257
+ "layoutPos": {
258
+ "shrink": 0,
259
+ "layout": "FLEX"
260
+ },
261
+ "id": "view_tabexppanel_left"
262
+ },
263
+ {
264
+ "actionGroupExtractMode": "ITEM",
265
+ "panelItems": [
266
+ {
267
+ "actionGroupExtractMode": "ITEM",
268
+ "layout": {
269
+ "layout": "FLEX"
270
+ },
271
+ "dataRegionType": "INHERIT",
272
+ "caption": "\u5BB9\u5668",
273
+ "itemStyle": "DEFAULT",
274
+ "itemType": "CONTAINER",
275
+ "layoutPos": {
276
+ "shrink": 0,
277
+ "layout": "FLEX"
278
+ },
279
+ "id": "view_tabexppanel"
280
+ },
281
+ {
282
+ "actionGroupExtractMode": "ITEM",
283
+ "panelItems": [
284
+ {
285
+ "rawItem": {
286
+ "predefinedType": "NAV_POS",
287
+ "id": "nav_pos"
288
+ },
289
+ "caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
290
+ "itemStyle": "DEFAULT",
291
+ "itemType": "RAWITEM",
292
+ "layoutPos": {
293
+ "grow": 1,
294
+ "shrink": 1,
295
+ "layout": "FLEX"
296
+ },
297
+ "showCaption": true,
298
+ "id": "nav_pos"
299
+ }
300
+ ],
301
+ "layout": {
302
+ "layout": "FLEX"
303
+ },
304
+ "dataRegionType": "INHERIT",
305
+ "caption": "\u5BB9\u5668",
306
+ "itemStyle": "DEFAULT",
307
+ "itemType": "CONTAINER",
308
+ "layoutPos": {
309
+ "grow": 1,
310
+ "shrink": 1,
311
+ "layout": "FLEX"
312
+ },
313
+ "id": "view_content"
314
+ },
315
+ {
316
+ "actionGroupExtractMode": "ITEM",
317
+ "layout": {
318
+ "layout": "FLEX"
319
+ },
320
+ "dataRegionType": "INHERIT",
321
+ "caption": "\u5BB9\u5668",
322
+ "itemStyle": "DEFAULT",
323
+ "itemType": "CONTAINER",
324
+ "layoutPos": {
325
+ "shrink": 0,
326
+ "layout": "FLEX"
327
+ },
328
+ "id": "view_tabexppanel_bottom"
329
+ }
330
+ ],
331
+ "layout": {
332
+ "layout": "FLEX"
333
+ },
334
+ "dataRegionType": "INHERIT",
335
+ "caption": "\u5BB9\u5668",
336
+ "itemStyle": "DEFAULT",
337
+ "itemType": "CONTAINER",
232
338
  "layoutPos": {
233
339
  "grow": 1,
234
340
  "shrink": 1,
235
341
  "layout": "FLEX"
236
342
  },
237
- "showCaption": true,
238
- "id": "nav_pos"
343
+ "id": "container2"
344
+ },
345
+ {
346
+ "actionGroupExtractMode": "ITEM",
347
+ "layout": {
348
+ "layout": "FLEX"
349
+ },
350
+ "dataRegionType": "INHERIT",
351
+ "caption": "\u5BB9\u5668",
352
+ "itemStyle": "DEFAULT",
353
+ "itemType": "CONTAINER",
354
+ "layoutPos": {
355
+ "shrink": 0,
356
+ "layout": "FLEX"
357
+ },
358
+ "id": "view_tabexppanel_right"
239
359
  }
240
360
  ],
241
361
  "predefinedType": "Content",
242
362
  "layout": {
363
+ "dir": "row",
243
364
  "layout": "FLEX"
244
365
  },
245
366
  "dataRegionType": "INHERIT",
@@ -251,7 +372,39 @@ var DEMobTabExpView = {
251
372
  "shrink": 1,
252
373
  "layout": "FLEX"
253
374
  },
254
- "id": "view_content"
375
+ "id": "container"
376
+ },
377
+ {
378
+ "rawItem": {
379
+ "rawItemParams": [
380
+ {
381
+ "key": "POSITION",
382
+ "value": "BOTTOM"
383
+ }
384
+ ],
385
+ "predefinedType": "VIEWMSG_POS",
386
+ "id": "viewmsg_pos_bottom"
387
+ },
388
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
389
+ "itemStyle": "DEFAULT",
390
+ "itemType": "RAWITEM",
391
+ "layoutPos": {
392
+ "shrink": 0,
393
+ "layout": "FLEX"
394
+ },
395
+ "showCaption": true,
396
+ "id": "viewmsg_pos_bottom"
397
+ },
398
+ {
399
+ "caption": "\u5DE5\u5177\u680F",
400
+ "itemStyle": "DEFAULT",
401
+ "itemType": "CTRLPOS",
402
+ "layoutPos": {
403
+ "shrink": 1,
404
+ "layout": "FLEX"
405
+ },
406
+ "showCaption": true,
407
+ "id": "footertoolbar"
255
408
  }
256
409
  ],
257
410
  "layoutPanel": true,
@@ -5,9 +5,194 @@ var DEMobTabSearchView = {
5
5
  "layout": "FLEX"
6
6
  },
7
7
  "rootPanelItems": [
8
+ {
9
+ "rawItem": {
10
+ "rawItemParams": [
11
+ {
12
+ "key": "POSITION",
13
+ "value": "TOP"
14
+ }
15
+ ],
16
+ "predefinedType": "VIEWMSG_POS",
17
+ "id": "viewmsg_pos_top"
18
+ },
19
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
20
+ "itemStyle": "DEFAULT",
21
+ "itemType": "RAWITEM",
22
+ "layoutPos": {
23
+ "shrink": 0,
24
+ "layout": "FLEX"
25
+ },
26
+ "showCaption": true,
27
+ "id": "viewmsg_pos_top"
28
+ },
8
29
  {
9
30
  "actionGroupExtractMode": "ITEM",
10
31
  "panelItems": [
32
+ {
33
+ "actionGroupExtractMode": "ITEM",
34
+ "panelItems": [
35
+ {
36
+ "actionGroupExtractMode": "ITEM",
37
+ "panelItems": [
38
+ {
39
+ "actionGroupExtractMode": "ITEM",
40
+ "panelItems": [
41
+ {
42
+ "actionGroupExtractMode": "ITEM",
43
+ "panelItems": [
44
+ {
45
+ "caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
46
+ "itemStyle": "DEFAULT",
47
+ "itemType": "CTRLPOS",
48
+ "layoutPos": {
49
+ "grow": 1,
50
+ "shrink": 1,
51
+ "heightMode": "FULL",
52
+ "layout": "FLEX",
53
+ "valignSelf": "MIDDLE",
54
+ "widthMode": "FULL"
55
+ },
56
+ "showCaption": true,
57
+ "id": "lefttoolbar"
58
+ }
59
+ ],
60
+ "layout": {
61
+ "layout": "FLEX"
62
+ },
63
+ "dataRegionType": "INHERIT",
64
+ "caption": "\u5BB9\u5668",
65
+ "contentWidth": 100,
66
+ "itemStyle": "DEFAULT",
67
+ "itemType": "CONTAINER",
68
+ "layoutPos": {
69
+ "basis": 100,
70
+ "shrink": 0,
71
+ "layout": "FLEX",
72
+ "width": 100,
73
+ "widthMode": "PX"
74
+ },
75
+ "width": 100,
76
+ "id": "view_left_toolbar"
77
+ },
78
+ {
79
+ "actionGroupExtractMode": "ITEM",
80
+ "panelItems": [
81
+ {
82
+ "caption": "\u6807\u9898\u680F",
83
+ "itemStyle": "DEFAULT",
84
+ "itemType": "CTRLPOS",
85
+ "layoutPos": {
86
+ "shrink": 1,
87
+ "heightMode": "FULL",
88
+ "layout": "FLEX",
89
+ "widthMode": "FULL"
90
+ },
91
+ "showCaption": true,
92
+ "id": "captionbar"
93
+ }
94
+ ],
95
+ "layout": {
96
+ "align": "center",
97
+ "dir": "row",
98
+ "layout": "FLEX"
99
+ },
100
+ "dataRegionType": "INHERIT",
101
+ "caption": "\u5BB9\u5668",
102
+ "itemStyle": "DEFAULT",
103
+ "itemType": "CONTAINER",
104
+ "layoutPos": {
105
+ "grow": 1,
106
+ "shrink": 1,
107
+ "layout": "FLEX"
108
+ },
109
+ "id": "view_captionbar"
110
+ },
111
+ {
112
+ "actionGroupExtractMode": "ITEM",
113
+ "panelItems": [
114
+ {
115
+ "caption": "\u5DE5\u5177\u680F",
116
+ "itemStyle": "DEFAULT",
117
+ "itemType": "CTRLPOS",
118
+ "layoutPos": {
119
+ "grow": 1,
120
+ "shrink": 1,
121
+ "heightMode": "FULL",
122
+ "layout": "FLEX",
123
+ "valignSelf": "MIDDLE",
124
+ "widthMode": "FULL"
125
+ },
126
+ "showCaption": true,
127
+ "id": "righttoolbar"
128
+ }
129
+ ],
130
+ "layout": {
131
+ "layout": "FLEX"
132
+ },
133
+ "dataRegionType": "INHERIT",
134
+ "caption": "\u5BB9\u5668",
135
+ "contentWidth": 100,
136
+ "itemStyle": "DEFAULT",
137
+ "itemType": "CONTAINER",
138
+ "layoutPos": {
139
+ "basis": 100,
140
+ "shrink": 0,
141
+ "layout": "FLEX",
142
+ "width": 100,
143
+ "widthMode": "PX"
144
+ },
145
+ "width": 100,
146
+ "id": "view_right_toolbar"
147
+ }
148
+ ],
149
+ "predefinedType": "Toolbar",
150
+ "layout": {
151
+ "dir": "row",
152
+ "layout": "FLEX"
153
+ },
154
+ "dataRegionType": "INHERIT",
155
+ "caption": "\u5BB9\u5668",
156
+ "itemStyle": "DEFAULT",
157
+ "itemType": "CONTAINER",
158
+ "layoutPos": {
159
+ "shrink": 1,
160
+ "layout": "FLEX"
161
+ },
162
+ "id": "view_toolbar"
163
+ }
164
+ ],
165
+ "predefinedType": "Header",
166
+ "layout": {
167
+ "dir": "column",
168
+ "layout": "FLEX"
169
+ },
170
+ "dataRegionType": "INHERIT",
171
+ "caption": "\u5BB9\u5668",
172
+ "itemStyle": "DEFAULT",
173
+ "itemType": "CONTAINER",
174
+ "layoutPos": {
175
+ "shrink": 0,
176
+ "layout": "FLEX"
177
+ },
178
+ "id": "view_header"
179
+ }
180
+ ],
181
+ "predefinedType": "PANELPART",
182
+ "layout": {
183
+ "layout": "FLEX"
184
+ },
185
+ "dataRegionType": "INHERIT",
186
+ "caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
187
+ "itemStyle": "DEFAULT",
188
+ "itemType": "CONTAINER",
189
+ "layoutPos": {
190
+ "shrink": 1,
191
+ "layout": "FLEX"
192
+ },
193
+ "showCaption": true,
194
+ "id": "panelpart"
195
+ },
11
196
  {
12
197
  "actionGroupExtractMode": "ITEM",
13
198
  "panelItems": [
@@ -40,23 +225,19 @@ var DEMobTabSearchView = {
40
225
  "actionGroupExtractMode": "ITEM",
41
226
  "panelItems": [
42
227
  {
43
- "caption": "\u5173\u7CFB\u5206\u9875\u90E8\u4EF6",
228
+ "caption": "\u641C\u7D22\u8868\u5355",
44
229
  "itemStyle": "DEFAULT",
45
230
  "itemType": "CTRLPOS",
46
231
  "layoutPos": {
47
- "grow": 1,
48
232
  "shrink": 1,
49
233
  "layout": "FLEX"
50
234
  },
51
235
  "showCaption": true,
52
- "id": "tabexppanel"
236
+ "id": "searchform"
53
237
  }
54
238
  ],
55
239
  "layout": {
56
- "align": "space-between",
57
- "dir": "row",
58
- "layout": "FLEX",
59
- "valign": "center"
240
+ "layout": "FLEX"
60
241
  },
61
242
  "dataRegionType": "INHERIT",
62
243
  "caption": "\u5BB9\u5668",
@@ -66,25 +247,67 @@ var DEMobTabSearchView = {
66
247
  "shrink": 0,
67
248
  "layout": "FLEX"
68
249
  },
69
- "id": "view_tabexppanel"
70
- },
250
+ "id": "view_searchform"
251
+ }
252
+ ],
253
+ "layout": {
254
+ "layout": "FLEX"
255
+ },
256
+ "dataRegionType": "INHERIT",
257
+ "caption": "\u5BB9\u5668",
258
+ "itemStyle": "DEFAULT",
259
+ "itemType": "CONTAINER",
260
+ "layoutPos": {
261
+ "shrink": 0,
262
+ "layout": "FLEX"
263
+ },
264
+ "id": "view_top"
265
+ },
266
+ {
267
+ "rawItem": {
268
+ "rawItemParams": [
269
+ {
270
+ "key": "POSITION",
271
+ "value": "BODY"
272
+ }
273
+ ],
274
+ "predefinedType": "VIEWMSG_POS",
275
+ "id": "viewmsg_pos_body"
276
+ },
277
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
278
+ "itemStyle": "DEFAULT",
279
+ "itemType": "RAWITEM",
280
+ "layoutPos": {
281
+ "shrink": 0,
282
+ "layout": "FLEX"
283
+ },
284
+ "showCaption": true,
285
+ "id": "viewmsg_pos_body"
286
+ },
287
+ {
288
+ "actionGroupExtractMode": "ITEM",
289
+ "panelItems": [
71
290
  {
72
291
  "actionGroupExtractMode": "ITEM",
73
292
  "panelItems": [
74
293
  {
75
- "caption": "\u641C\u7D22\u8868\u5355",
294
+ "caption": "\u5173\u7CFB\u5206\u9875\u90E8\u4EF6",
76
295
  "itemStyle": "DEFAULT",
77
296
  "itemType": "CTRLPOS",
78
297
  "layoutPos": {
298
+ "grow": 1,
79
299
  "shrink": 1,
80
300
  "layout": "FLEX"
81
301
  },
82
302
  "showCaption": true,
83
- "id": "searchform"
303
+ "id": "tabexppanel"
84
304
  }
85
305
  ],
86
306
  "layout": {
87
- "layout": "FLEX"
307
+ "align": "space-between",
308
+ "dir": "row",
309
+ "layout": "FLEX",
310
+ "valign": "center"
88
311
  },
89
312
  "dataRegionType": "INHERIT",
90
313
  "caption": "\u5BB9\u5668",
@@ -94,7 +317,7 @@ var DEMobTabSearchView = {
94
317
  "shrink": 0,
95
318
  "layout": "FLEX"
96
319
  },
97
- "id": "view_searchform"
320
+ "id": "view_tabexppanel"
98
321
  },
99
322
  {
100
323
  "actionGroupExtractMode": "ITEM",
@@ -131,6 +354,7 @@ var DEMobTabSearchView = {
131
354
  "id": "view_nav_pos"
132
355
  }
133
356
  ],
357
+ "predefinedType": "Content",
134
358
  "layout": {
135
359
  "layout": "FLEX"
136
360
  },
@@ -144,6 +368,27 @@ var DEMobTabSearchView = {
144
368
  "layout": "FLEX"
145
369
  },
146
370
  "id": "view_content"
371
+ },
372
+ {
373
+ "rawItem": {
374
+ "rawItemParams": [
375
+ {
376
+ "key": "POSITION",
377
+ "value": "BOTTOM"
378
+ }
379
+ ],
380
+ "predefinedType": "VIEWMSG_POS",
381
+ "id": "viewmsg_pos_bottom"
382
+ },
383
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
384
+ "itemStyle": "DEFAULT",
385
+ "itemType": "RAWITEM",
386
+ "layoutPos": {
387
+ "shrink": 0,
388
+ "layout": "FLEX"
389
+ },
390
+ "showCaption": true,
391
+ "id": "viewmsg_pos_bottom"
147
392
  }
148
393
  ],
149
394
  "layoutPanel": true,
@@ -5,6 +5,27 @@ var DEMobTreeExpView = {
5
5
  "layout": "FLEX"
6
6
  },
7
7
  "rootPanelItems": [
8
+ {
9
+ "rawItem": {
10
+ "rawItemParams": [
11
+ {
12
+ "key": "POSITION",
13
+ "value": "TOP"
14
+ }
15
+ ],
16
+ "predefinedType": "VIEWMSG_POS",
17
+ "id": "viewmsg_pos_top"
18
+ },
19
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
20
+ "itemStyle": "DEFAULT",
21
+ "itemType": "RAWITEM",
22
+ "layoutPos": {
23
+ "shrink": 0,
24
+ "layout": "FLEX"
25
+ },
26
+ "showCaption": true,
27
+ "id": "viewmsg_pos_top"
28
+ },
8
29
  {
9
30
  "actionGroupExtractMode": "ITEM",
10
31
  "panelItems": [
@@ -186,6 +207,27 @@ var DEMobTreeExpView = {
186
207
  },
187
208
  "id": "view_top"
188
209
  },
210
+ {
211
+ "rawItem": {
212
+ "rawItemParams": [
213
+ {
214
+ "key": "POSITION",
215
+ "value": "BODY"
216
+ }
217
+ ],
218
+ "predefinedType": "VIEWMSG_POS",
219
+ "id": "viewmsg_pos_body"
220
+ },
221
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
222
+ "itemStyle": "DEFAULT",
223
+ "itemType": "RAWITEM",
224
+ "layoutPos": {
225
+ "shrink": 0,
226
+ "layout": "FLEX"
227
+ },
228
+ "showCaption": true,
229
+ "id": "viewmsg_pos_body"
230
+ },
189
231
  {
190
232
  "actionGroupExtractMode": "ITEM",
191
233
  "panelItems": [
@@ -214,7 +256,6 @@ var DEMobTreeExpView = {
214
256
  "itemStyle": "DEFAULT",
215
257
  "itemType": "CONTAINER",
216
258
  "layoutPos": {
217
- "grow": 1,
218
259
  "shrink": 0,
219
260
  "layout": "FLEX",
220
261
  "width": 160,
@@ -258,6 +299,7 @@ var DEMobTreeExpView = {
258
299
  "id": "container2"
259
300
  }
260
301
  ],
302
+ "predefinedType": "Content",
261
303
  "layout": {
262
304
  "dir": "row",
263
305
  "layout": "FLEX"
@@ -272,6 +314,27 @@ var DEMobTreeExpView = {
272
314
  "layout": "FLEX"
273
315
  },
274
316
  "id": "view_content"
317
+ },
318
+ {
319
+ "rawItem": {
320
+ "rawItemParams": [
321
+ {
322
+ "key": "POSITION",
323
+ "value": "BOTTOM"
324
+ }
325
+ ],
326
+ "predefinedType": "VIEWMSG_POS",
327
+ "id": "viewmsg_pos_bottom"
328
+ },
329
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
330
+ "itemStyle": "DEFAULT",
331
+ "itemType": "RAWITEM",
332
+ "layoutPos": {
333
+ "shrink": 0,
334
+ "layout": "FLEX"
335
+ },
336
+ "showCaption": true,
337
+ "id": "viewmsg_pos_bottom"
275
338
  }
276
339
  ],
277
340
  "layoutPanel": true,