@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 DEMobOptionView = {
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": [
@@ -170,6 +191,27 @@ var DEMobOptionView = {
170
191
  "showCaption": true,
171
192
  "id": "panelpart"
172
193
  },
194
+ {
195
+ "rawItem": {
196
+ "rawItemParams": [
197
+ {
198
+ "key": "POSITION",
199
+ "value": "BODY"
200
+ }
201
+ ],
202
+ "predefinedType": "VIEWMSG_POS",
203
+ "id": "viewmsg_pos_body"
204
+ },
205
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
206
+ "itemStyle": "DEFAULT",
207
+ "itemType": "RAWITEM",
208
+ "layoutPos": {
209
+ "shrink": 0,
210
+ "layout": "FLEX"
211
+ },
212
+ "showCaption": true,
213
+ "id": "viewmsg_pos_body"
214
+ },
173
215
  {
174
216
  "actionGroupExtractMode": "ITEM",
175
217
  "panelItems": [
@@ -201,27 +243,43 @@ var DEMobOptionView = {
201
243
  },
202
244
  "id": "view_content"
203
245
  },
246
+ {
247
+ "rawItem": {
248
+ "rawItemParams": [
249
+ {
250
+ "key": "POSITION",
251
+ "value": "BOTTOM"
252
+ }
253
+ ],
254
+ "predefinedType": "VIEWMSG_POS",
255
+ "id": "viewmsg_pos_bottom"
256
+ },
257
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
258
+ "itemStyle": "DEFAULT",
259
+ "itemType": "RAWITEM",
260
+ "layoutPos": {
261
+ "shrink": 0,
262
+ "layout": "FLEX"
263
+ },
264
+ "showCaption": true,
265
+ "id": "viewmsg_pos_bottom"
266
+ },
204
267
  {
205
268
  "actionGroupExtractMode": "ITEM",
206
269
  "panelItems": [
207
270
  {
208
271
  "actionType": "UIACTION",
209
- "buttonHeight": 40,
210
272
  "buttonStyle": "DEFAULT",
211
273
  "buttonType": "PANELBUTTON",
212
274
  "uiactionId": "view_cancelaction",
213
275
  "renderMode": "BUTTON",
214
276
  "tooltip": "\u53D6\u6D88",
215
277
  "caption": "\u53D6\u6D88",
216
- "contentHeight": 40,
217
- "height": 40,
218
278
  "itemStyle": "DEFAULT",
219
279
  "itemType": "BUTTON",
220
280
  "layoutPos": {
221
281
  "grow": 1,
222
282
  "shrink": 1,
223
- "height": 40,
224
- "heightMode": "PX",
225
283
  "layout": "FLEX",
226
284
  "spacingRight": "OUTERSMALL"
227
285
  },
@@ -230,22 +288,17 @@ var DEMobOptionView = {
230
288
  },
231
289
  {
232
290
  "actionType": "UIACTION",
233
- "buttonHeight": 40,
234
291
  "buttonStyle": "PRIMARY",
235
292
  "buttonType": "PANELBUTTON",
236
293
  "uiactionId": "view_okaction",
237
294
  "renderMode": "BUTTON",
238
295
  "tooltip": "\u786E\u5B9A",
239
296
  "caption": "\u786E\u5B9A",
240
- "contentHeight": 40,
241
- "height": 40,
242
297
  "itemStyle": "PRIMARY",
243
298
  "itemType": "BUTTON",
244
299
  "layoutPos": {
245
300
  "grow": 1,
246
301
  "shrink": 1,
247
- "height": 40,
248
- "heightMode": "PX",
249
302
  "layout": "FLEX",
250
303
  "spacingLeft": "OUTERSMALL"
251
304
  },
@@ -6,6 +6,27 @@ var DEMobPickupMDView = {
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": [
@@ -35,6 +56,27 @@ var DEMobPickupMDView = {
35
56
  },
36
57
  "id": "view_toolbar2"
37
58
  },
59
+ {
60
+ "rawItem": {
61
+ "rawItemParams": [
62
+ {
63
+ "key": "POSITION",
64
+ "value": "BODY"
65
+ }
66
+ ],
67
+ "predefinedType": "VIEWMSG_POS",
68
+ "id": "viewmsg_pos_body"
69
+ },
70
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
71
+ "itemStyle": "DEFAULT",
72
+ "itemType": "RAWITEM",
73
+ "layoutPos": {
74
+ "shrink": 0,
75
+ "layout": "FLEX"
76
+ },
77
+ "showCaption": true,
78
+ "id": "viewmsg_pos_body"
79
+ },
38
80
  {
39
81
  "actionGroupExtractMode": "ITEM",
40
82
  "panelItems": [
@@ -64,6 +106,27 @@ var DEMobPickupMDView = {
64
106
  "layout": "FLEX"
65
107
  },
66
108
  "id": "view_content"
109
+ },
110
+ {
111
+ "rawItem": {
112
+ "rawItemParams": [
113
+ {
114
+ "key": "POSITION",
115
+ "value": "BOTTOM"
116
+ }
117
+ ],
118
+ "predefinedType": "VIEWMSG_POS",
119
+ "id": "viewmsg_pos_bottom"
120
+ },
121
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
122
+ "itemStyle": "DEFAULT",
123
+ "itemType": "RAWITEM",
124
+ "layoutPos": {
125
+ "shrink": 0,
126
+ "layout": "FLEX"
127
+ },
128
+ "showCaption": true,
129
+ "id": "viewmsg_pos_bottom"
67
130
  }
68
131
  ],
69
132
  "layoutPanel": true,
@@ -6,6 +6,27 @@ var DEMobPickupTreeView = {
6
6
  "layout": "FLEX"
7
7
  },
8
8
  "rootPanelItems": [
9
+ {
10
+ "rawItem": {
11
+ "rawItemParams": [
12
+ {
13
+ "key": "POSITION",
14
+ "value": "BODY"
15
+ }
16
+ ],
17
+ "predefinedType": "VIEWMSG_POS",
18
+ "id": "viewmsg_pos_body"
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_body"
29
+ },
9
30
  {
10
31
  "actionGroupExtractMode": "ITEM",
11
32
  "panelItems": [
@@ -35,6 +56,27 @@ var DEMobPickupTreeView = {
35
56
  "layout": "FLEX"
36
57
  },
37
58
  "id": "view_content"
59
+ },
60
+ {
61
+ "rawItem": {
62
+ "rawItemParams": [
63
+ {
64
+ "key": "POSITION",
65
+ "value": "BOTTOM"
66
+ }
67
+ ],
68
+ "predefinedType": "VIEWMSG_POS",
69
+ "id": "viewmsg_pos_bottom"
70
+ },
71
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
72
+ "itemStyle": "DEFAULT",
73
+ "itemType": "RAWITEM",
74
+ "layoutPos": {
75
+ "shrink": 0,
76
+ "layout": "FLEX"
77
+ },
78
+ "showCaption": true,
79
+ "id": "viewmsg_pos_bottom"
38
80
  }
39
81
  ],
40
82
  "layoutPanel": true,
@@ -6,6 +6,27 @@ var DEMobPickupView = {
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": [
@@ -245,6 +266,27 @@ var DEMobPickupView = {
245
266
  "showCaption": true,
246
267
  "id": "panelpart"
247
268
  },
269
+ {
270
+ "rawItem": {
271
+ "rawItemParams": [
272
+ {
273
+ "key": "POSITION",
274
+ "value": "BODY"
275
+ }
276
+ ],
277
+ "predefinedType": "VIEWMSG_POS",
278
+ "id": "viewmsg_pos_body"
279
+ },
280
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
281
+ "itemStyle": "DEFAULT",
282
+ "itemType": "RAWITEM",
283
+ "layoutPos": {
284
+ "shrink": 0,
285
+ "layout": "FLEX"
286
+ },
287
+ "showCaption": true,
288
+ "id": "viewmsg_pos_body"
289
+ },
248
290
  {
249
291
  "actionGroupExtractMode": "ITEM",
250
292
  "panelItems": [
@@ -276,6 +318,27 @@ var DEMobPickupView = {
276
318
  },
277
319
  "id": "view_content"
278
320
  },
321
+ {
322
+ "rawItem": {
323
+ "rawItemParams": [
324
+ {
325
+ "key": "POSITION",
326
+ "value": "BOTTOM"
327
+ }
328
+ ],
329
+ "predefinedType": "VIEWMSG_POS",
330
+ "id": "viewmsg_pos_bottom"
331
+ },
332
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
333
+ "itemStyle": "DEFAULT",
334
+ "itemType": "RAWITEM",
335
+ "layoutPos": {
336
+ "shrink": 0,
337
+ "layout": "FLEX"
338
+ },
339
+ "showCaption": true,
340
+ "id": "viewmsg_pos_bottom"
341
+ },
279
342
  {
280
343
  "actionGroupExtractMode": "ITEM",
281
344
  "panelItems": [
@@ -284,22 +347,17 @@ var DEMobPickupView = {
284
347
  "panelItems": [
285
348
  {
286
349
  "actionType": "UIACTION",
287
- "buttonHeight": 40,
288
350
  "buttonStyle": "DEFAULT",
289
351
  "buttonType": "PANELBUTTON",
290
352
  "uiactionId": "view_cancelaction",
291
353
  "renderMode": "BUTTON",
292
354
  "tooltip": "\u53D6\u6D88",
293
355
  "caption": "\u53D6\u6D88",
294
- "contentHeight": 40,
295
- "height": 40,
296
356
  "itemStyle": "DEFAULT",
297
357
  "itemType": "BUTTON",
298
358
  "layoutPos": {
299
359
  "grow": 1,
300
360
  "shrink": 1,
301
- "height": 40,
302
- "heightMode": "PX",
303
361
  "layout": "FLEX",
304
362
  "spacingRight": "OUTERSMALL"
305
363
  },
@@ -308,22 +366,17 @@ var DEMobPickupView = {
308
366
  },
309
367
  {
310
368
  "actionType": "UIACTION",
311
- "buttonHeight": 40,
312
369
  "buttonStyle": "PRIMARY",
313
370
  "buttonType": "PANELBUTTON",
314
371
  "uiactionId": "view_okaction",
315
372
  "renderMode": "BUTTON",
316
373
  "tooltip": "\u786E\u5B9A",
317
374
  "caption": "\u786E\u5B9A",
318
- "contentHeight": 40,
319
- "height": 40,
320
375
  "itemStyle": "PRIMARY",
321
376
  "itemType": "BUTTON",
322
377
  "layoutPos": {
323
378
  "grow": 1,
324
379
  "shrink": 1,
325
- "height": 40,
326
- "heightMode": "PX",
327
380
  "layout": "FLEX",
328
381
  "spacingLeft": "OUTERSMALL"
329
382
  },
@@ -6,6 +6,27 @@ var DEMobTabExpView_FLOW = {
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": [
@@ -173,6 +194,27 @@ var DEMobTabExpView_FLOW = {
173
194
  "showCaption": true,
174
195
  "id": "panelpart"
175
196
  },
197
+ {
198
+ "rawItem": {
199
+ "rawItemParams": [
200
+ {
201
+ "key": "POSITION",
202
+ "value": "BODY"
203
+ }
204
+ ],
205
+ "predefinedType": "VIEWMSG_POS",
206
+ "id": "viewmsg_pos_body"
207
+ },
208
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
209
+ "itemStyle": "DEFAULT",
210
+ "itemType": "RAWITEM",
211
+ "layoutPos": {
212
+ "shrink": 0,
213
+ "layout": "FLEX"
214
+ },
215
+ "showCaption": true,
216
+ "id": "viewmsg_pos_body"
217
+ },
176
218
  {
177
219
  "actionGroupExtractMode": "ITEM",
178
220
  "panelItems": [