@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
@@ -10,6 +10,27 @@ var DEMobListView = {
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 DEMobListView = {
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": [
@@ -277,6 +319,27 @@ var DEMobListView = {
277
319
  "layout": "FLEX"
278
320
  },
279
321
  "id": "view_content"
322
+ },
323
+ {
324
+ "rawItem": {
325
+ "rawItemParams": [
326
+ {
327
+ "key": "POSITION",
328
+ "value": "BOTTOM"
329
+ }
330
+ ],
331
+ "predefinedType": "VIEWMSG_POS",
332
+ "id": "viewmsg_pos_bottom"
333
+ },
334
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
335
+ "itemStyle": "DEFAULT",
336
+ "itemType": "RAWITEM",
337
+ "layoutPos": {
338
+ "shrink": 0,
339
+ "layout": "FLEX"
340
+ },
341
+ "showCaption": true,
342
+ "id": "viewmsg_pos_bottom"
280
343
  }
281
344
  ],
282
345
  "layoutPanel": true,
@@ -10,6 +10,27 @@ var DEMobMPickupView = {
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 DEMobMPickupView = {
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 DEMobMPickupView = {
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": [
@@ -299,22 +362,17 @@ var DEMobMPickupView = {
299
362
  "panelItems": [
300
363
  {
301
364
  "actionType": "UIACTION",
302
- "buttonHeight": 40,
303
365
  "buttonStyle": "DEFAULT",
304
366
  "buttonType": "PANELBUTTON",
305
367
  "uiactionId": "view_cancelaction",
306
368
  "renderMode": "BUTTON",
307
369
  "tooltip": "\u53D6\u6D88",
308
370
  "caption": "\u53D6\u6D88",
309
- "contentHeight": 40,
310
- "height": 40,
311
371
  "itemStyle": "DEFAULT",
312
372
  "itemType": "BUTTON",
313
373
  "layoutPos": {
314
374
  "grow": 1,
315
375
  "shrink": 1,
316
- "height": 40,
317
- "heightMode": "PX",
318
376
  "layout": "FLEX",
319
377
  "spacingLeft": "OUTERSMALL"
320
378
  },
@@ -323,22 +381,17 @@ var DEMobMPickupView = {
323
381
  },
324
382
  {
325
383
  "actionType": "UIACTION",
326
- "buttonHeight": 40,
327
384
  "buttonStyle": "PRIMARY",
328
385
  "buttonType": "PANELBUTTON",
329
386
  "uiactionId": "view_okaction",
330
387
  "renderMode": "BUTTON",
331
388
  "tooltip": "\u786E\u5B9A",
332
389
  "caption": "\u786E\u5B9A",
333
- "contentHeight": 40,
334
- "height": 40,
335
390
  "itemStyle": "PRIMARY",
336
391
  "itemType": "BUTTON",
337
392
  "layoutPos": {
338
393
  "grow": 1,
339
394
  "shrink": 1,
340
- "height": 40,
341
- "heightMode": "PX",
342
395
  "layout": "FLEX",
343
396
  "spacingLeft": "OUTERSMALL"
344
397
  },
@@ -10,6 +10,27 @@ var DEMobMdView = {
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": [
@@ -23,132 +44,112 @@ var DEMobMdView = {
23
44
  "actionGroupExtractMode": "ITEM",
24
45
  "panelItems": [
25
46
  {
26
- "actionGroupExtractMode": "ITEM",
27
- "panelItems": [
28
- {
29
- "caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
30
- "itemStyle": "DEFAULT",
31
- "itemType": "CTRLPOS",
32
- "layoutPos": {
33
- "grow": 1,
34
- "shrink": 1,
35
- "heightMode": "FULL",
36
- "layout": "FLEX",
37
- "valignSelf": "MIDDLE",
38
- "widthMode": "FULL"
39
- },
40
- "showCaption": true,
41
- "id": "lefttoolbar"
42
- }
43
- ],
44
- "layout": {
45
- "layout": "FLEX"
46
- },
47
- "dataRegionType": "INHERIT",
48
- "caption": "\u5BB9\u5668",
49
- "contentWidth": 100,
47
+ "caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
50
48
  "itemStyle": "DEFAULT",
51
- "itemType": "CONTAINER",
49
+ "itemType": "CTRLPOS",
52
50
  "layoutPos": {
53
- "basis": 100,
54
- "shrink": 0,
51
+ "grow": 1,
52
+ "shrink": 1,
53
+ "heightMode": "FULL",
55
54
  "layout": "FLEX",
56
- "width": 100,
57
- "widthMode": "PX"
55
+ "valignSelf": "MIDDLE",
56
+ "widthMode": "FULL"
58
57
  },
59
- "width": 100,
60
- "id": "view_left_toolbar"
61
- },
58
+ "showCaption": true,
59
+ "id": "lefttoolbar"
60
+ }
61
+ ],
62
+ "layout": {
63
+ "layout": "FLEX"
64
+ },
65
+ "dataRegionType": "INHERIT",
66
+ "caption": "\u5BB9\u5668",
67
+ "contentWidth": 100,
68
+ "itemStyle": "DEFAULT",
69
+ "itemType": "CONTAINER",
70
+ "layoutPos": {
71
+ "basis": 100,
72
+ "shrink": 0,
73
+ "layout": "FLEX",
74
+ "width": 100,
75
+ "widthMode": "PX"
76
+ },
77
+ "width": 100,
78
+ "id": "view_left_toolbar"
79
+ },
80
+ {
81
+ "actionGroupExtractMode": "ITEM",
82
+ "panelItems": [
62
83
  {
63
- "actionGroupExtractMode": "ITEM",
64
- "panelItems": [
65
- {
66
- "caption": "\u6807\u9898\u680F",
67
- "itemStyle": "DEFAULT",
68
- "itemType": "CTRLPOS",
69
- "layoutPos": {
70
- "shrink": 1,
71
- "heightMode": "FULL",
72
- "layout": "FLEX",
73
- "widthMode": "FULL"
74
- },
75
- "showCaption": true,
76
- "id": "captionbar"
77
- }
78
- ],
79
- "layout": {
80
- "align": "center",
81
- "dir": "row",
82
- "layout": "FLEX"
83
- },
84
- "dataRegionType": "INHERIT",
85
- "caption": "\u5BB9\u5668",
84
+ "caption": "\u6807\u9898\u680F",
86
85
  "itemStyle": "DEFAULT",
87
- "itemType": "CONTAINER",
86
+ "itemType": "CTRLPOS",
88
87
  "layoutPos": {
89
- "grow": 1,
90
88
  "shrink": 1,
89
+ "heightMode": "FULL",
91
90
  "layout": "FLEX"
92
91
  },
93
- "id": "view_captionbar"
94
- },
92
+ "showCaption": true,
93
+ "id": "captionbar"
94
+ }
95
+ ],
96
+ "layout": {
97
+ "align": "center",
98
+ "dir": "row",
99
+ "layout": "FLEX"
100
+ },
101
+ "dataRegionType": "INHERIT",
102
+ "caption": "\u5BB9\u5668",
103
+ "itemStyle": "DEFAULT",
104
+ "itemType": "CONTAINER",
105
+ "layoutPos": {
106
+ "grow": 1,
107
+ "shrink": 1,
108
+ "layout": "FLEX"
109
+ },
110
+ "id": "view_captionbar"
111
+ },
112
+ {
113
+ "actionGroupExtractMode": "ITEM",
114
+ "panelItems": [
95
115
  {
96
- "actionGroupExtractMode": "ITEM",
97
- "panelItems": [
98
- {
99
- "caption": "\u5DE5\u5177\u680F",
100
- "itemStyle": "DEFAULT",
101
- "itemType": "CTRLPOS",
102
- "layoutPos": {
103
- "grow": 1,
104
- "shrink": 1,
105
- "heightMode": "FULL",
106
- "layout": "FLEX",
107
- "valignSelf": "MIDDLE",
108
- "widthMode": "FULL"
109
- },
110
- "showCaption": true,
111
- "id": "righttoolbar"
112
- }
113
- ],
114
- "layout": {
115
- "layout": "FLEX"
116
- },
117
- "dataRegionType": "INHERIT",
118
- "caption": "\u5BB9\u5668",
119
- "contentWidth": 100,
116
+ "caption": "\u5DE5\u5177\u680F",
120
117
  "itemStyle": "DEFAULT",
121
- "itemType": "CONTAINER",
118
+ "itemType": "CTRLPOS",
122
119
  "layoutPos": {
123
- "basis": 100,
124
- "shrink": 0,
120
+ "grow": 1,
121
+ "shrink": 1,
122
+ "heightMode": "FULL",
125
123
  "layout": "FLEX",
126
- "width": 100,
127
- "widthMode": "PX"
124
+ "valignSelf": "MIDDLE",
125
+ "widthMode": "FULL"
128
126
  },
129
- "width": 100,
130
- "id": "view_right_toolbar"
127
+ "showCaption": true,
128
+ "id": "righttoolbar"
131
129
  }
132
130
  ],
133
- "predefinedType": "Toolbar",
134
131
  "layout": {
135
- "dir": "row",
136
132
  "layout": "FLEX"
137
133
  },
138
134
  "dataRegionType": "INHERIT",
139
135
  "caption": "\u5BB9\u5668",
136
+ "contentWidth": 100,
140
137
  "itemStyle": "DEFAULT",
141
138
  "itemType": "CONTAINER",
142
139
  "layoutPos": {
143
- "shrink": 1,
144
- "layout": "FLEX"
140
+ "basis": 100,
141
+ "shrink": 0,
142
+ "layout": "FLEX",
143
+ "width": 100,
144
+ "widthMode": "PX"
145
145
  },
146
- "id": "view_toolbar"
146
+ "width": 100,
147
+ "id": "view_right_toolbar"
147
148
  }
148
149
  ],
149
- "predefinedType": "Header",
150
+ "predefinedType": "Toolbar",
150
151
  "layout": {
151
- "dir": "column",
152
+ "dir": "row",
152
153
  "layout": "FLEX"
153
154
  },
154
155
  "dataRegionType": "INHERIT",
@@ -156,11 +157,30 @@ var DEMobMdView = {
156
157
  "itemStyle": "DEFAULT",
157
158
  "itemType": "CONTAINER",
158
159
  "layoutPos": {
159
- "shrink": 0,
160
+ "shrink": 1,
160
161
  "layout": "FLEX"
161
162
  },
162
- "id": "view_header"
163
- },
163
+ "id": "view_toolbar"
164
+ }
165
+ ],
166
+ "predefinedType": "Header",
167
+ "layout": {
168
+ "dir": "column",
169
+ "layout": "FLEX"
170
+ },
171
+ "dataRegionType": "INHERIT",
172
+ "caption": "\u5BB9\u5668",
173
+ "itemStyle": "DEFAULT",
174
+ "itemType": "CONTAINER",
175
+ "layoutPos": {
176
+ "shrink": 0,
177
+ "layout": "FLEX"
178
+ },
179
+ "id": "view_header"
180
+ },
181
+ {
182
+ "actionGroupExtractMode": "ITEM",
183
+ "panelItems": [
164
184
  {
165
185
  "actionGroupExtractMode": "ITEM",
166
186
  "panelItems": [
@@ -176,7 +196,6 @@ var DEMobMdView = {
176
196
  "id": "searchbar"
177
197
  }
178
198
  ],
179
- "predefinedType": "Toolbar",
180
199
  "layout": {
181
200
  "layout": "FLEX"
182
201
  },
@@ -185,42 +204,64 @@ var DEMobMdView = {
185
204
  "itemStyle": "DEFAULT",
186
205
  "itemType": "CONTAINER",
187
206
  "layoutPos": {
207
+ "grow": 1,
188
208
  "shrink": 1,
189
209
  "layout": "FLEX"
190
210
  },
191
- "id": "view_toolbar2"
211
+ "id": "container1"
192
212
  },
193
213
  {
194
214
  "actionGroupExtractMode": "ITEM",
195
- "panelItems": [
196
- {
197
- "caption": "\u641C\u7D22\u8868\u5355",
198
- "itemStyle": "DEFAULT",
199
- "itemType": "CTRLPOS",
200
- "layoutPos": {
201
- "shrink": 1,
202
- "layout": "FLEX"
203
- },
204
- "showCaption": true,
205
- "id": "searchform"
206
- }
207
- ],
215
+ "predefinedType": "SETTING_CONTAINER",
208
216
  "layout": {
217
+ "dir": "row-reverse",
209
218
  "layout": "FLEX"
210
219
  },
211
220
  "dataRegionType": "INHERIT",
212
- "caption": "\u5BB9\u5668",
221
+ "caption": "\u8BBE\u7F6E\u5BB9\u5668",
213
222
  "itemStyle": "DEFAULT",
214
223
  "itemType": "CONTAINER",
215
224
  "layoutPos": {
216
225
  "shrink": 1,
226
+ "heightMode": "FULL",
217
227
  "layout": "FLEX"
218
228
  },
219
- "id": "view_searchform"
229
+ "id": "setting_container"
230
+ }
231
+ ],
232
+ "predefinedType": "Toolbar",
233
+ "layout": {
234
+ "align": "space-between",
235
+ "dir": "row",
236
+ "layout": "FLEX",
237
+ "valign": "center"
238
+ },
239
+ "dataRegionType": "INHERIT",
240
+ "caption": "\u5BB9\u5668",
241
+ "itemStyle": "DEFAULT",
242
+ "itemType": "CONTAINER",
243
+ "layoutPos": {
244
+ "shrink": 1,
245
+ "layout": "FLEX"
246
+ },
247
+ "id": "view_toolbar2"
248
+ },
249
+ {
250
+ "actionGroupExtractMode": "ITEM",
251
+ "panelItems": [
252
+ {
253
+ "caption": "\u641C\u7D22\u8868\u5355",
254
+ "itemStyle": "DEFAULT",
255
+ "itemType": "CTRLPOS",
256
+ "layoutPos": {
257
+ "shrink": 1,
258
+ "layout": "FLEX"
259
+ },
260
+ "showCaption": true,
261
+ "id": "searchform"
220
262
  }
221
263
  ],
222
264
  "layout": {
223
- "dir": "column",
224
265
  "layout": "FLEX"
225
266
  },
226
267
  "dataRegionType": "INHERIT",
@@ -228,26 +269,46 @@ var DEMobMdView = {
228
269
  "itemStyle": "DEFAULT",
229
270
  "itemType": "CONTAINER",
230
271
  "layoutPos": {
231
- "shrink": 0,
272
+ "shrink": 1,
232
273
  "layout": "FLEX"
233
274
  },
234
- "id": "view_top"
275
+ "id": "view_searchform"
235
276
  }
236
277
  ],
237
- "predefinedType": "PANELPART",
238
278
  "layout": {
279
+ "dir": "column",
239
280
  "layout": "FLEX"
240
281
  },
241
282
  "dataRegionType": "INHERIT",
242
- "caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
283
+ "caption": "\u5BB9\u5668",
243
284
  "itemStyle": "DEFAULT",
244
285
  "itemType": "CONTAINER",
245
286
  "layoutPos": {
246
- "shrink": 1,
287
+ "shrink": 0,
288
+ "layout": "FLEX"
289
+ },
290
+ "id": "view_top"
291
+ },
292
+ {
293
+ "rawItem": {
294
+ "rawItemParams": [
295
+ {
296
+ "key": "POSITION",
297
+ "value": "BODY"
298
+ }
299
+ ],
300
+ "predefinedType": "VIEWMSG_POS",
301
+ "id": "viewmsg_pos_body"
302
+ },
303
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
304
+ "itemStyle": "DEFAULT",
305
+ "itemType": "RAWITEM",
306
+ "layoutPos": {
307
+ "shrink": 0,
247
308
  "layout": "FLEX"
248
309
  },
249
310
  "showCaption": true,
250
- "id": "panelpart"
311
+ "id": "viewmsg_pos_body"
251
312
  },
252
313
  {
253
314
  "actionGroupExtractMode": "ITEM",
@@ -308,6 +369,27 @@ var DEMobMdView = {
308
369
  "layout": "FLEX"
309
370
  },
310
371
  "id": "view_footer"
372
+ },
373
+ {
374
+ "rawItem": {
375
+ "rawItemParams": [
376
+ {
377
+ "key": "POSITION",
378
+ "value": "BOTTOM"
379
+ }
380
+ ],
381
+ "predefinedType": "VIEWMSG_POS",
382
+ "id": "viewmsg_pos_bottom"
383
+ },
384
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
385
+ "itemStyle": "DEFAULT",
386
+ "itemType": "RAWITEM",
387
+ "layoutPos": {
388
+ "shrink": 0,
389
+ "layout": "FLEX"
390
+ },
391
+ "showCaption": true,
392
+ "id": "viewmsg_pos_bottom"
311
393
  }
312
394
  ],
313
395
  "layoutPanel": true,