@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
@@ -9,6 +9,27 @@ var DEMobEditView3 = {
9
9
  "layout": "FLEX"
10
10
  },
11
11
  "rootPanelItems": [
12
+ {
13
+ "rawItem": {
14
+ "rawItemParams": [
15
+ {
16
+ "key": "POSITION",
17
+ "value": "TOP"
18
+ }
19
+ ],
20
+ "predefinedType": "VIEWMSG_POS",
21
+ "id": "viewmsg_pos_top"
22
+ },
23
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
24
+ "itemStyle": "DEFAULT",
25
+ "itemType": "RAWITEM",
26
+ "layoutPos": {
27
+ "shrink": 0,
28
+ "layout": "FLEX"
29
+ },
30
+ "showCaption": true,
31
+ "id": "viewmsg_pos_top"
32
+ },
12
33
  {
13
34
  "actionGroupExtractMode": "ITEM",
14
35
  "panelItems": [
@@ -176,6 +197,45 @@ var DEMobEditView3 = {
176
197
  "showCaption": true,
177
198
  "id": "panelpart"
178
199
  },
200
+ {
201
+ "rawItem": {
202
+ "rawItemParams": [
203
+ {
204
+ "key": "POSITION",
205
+ "value": "BODY"
206
+ }
207
+ ],
208
+ "predefinedType": "VIEWMSG_POS",
209
+ "id": "viewmsg_pos_body"
210
+ },
211
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
212
+ "itemStyle": "DEFAULT",
213
+ "itemType": "RAWITEM",
214
+ "layoutPos": {
215
+ "shrink": 0,
216
+ "layout": "FLEX"
217
+ },
218
+ "showCaption": true,
219
+ "id": "viewmsg_pos_body"
220
+ }
221
+ ],
222
+ "layout": {
223
+ "dir": "column",
224
+ "layout": "FLEX"
225
+ },
226
+ "dataRegionType": "INHERIT",
227
+ "caption": "\u5BB9\u5668",
228
+ "itemStyle": "DEFAULT",
229
+ "itemType": "CONTAINER",
230
+ "layoutPos": {
231
+ "shrink": 0,
232
+ "layout": "FLEX"
233
+ },
234
+ "id": "view_top"
235
+ },
236
+ {
237
+ "actionGroupExtractMode": "ITEM",
238
+ "panelItems": [
179
239
  {
180
240
  "actionGroupExtractMode": "ITEM",
181
241
  "panelItems": [
@@ -199,29 +259,11 @@ var DEMobEditView3 = {
199
259
  "itemStyle": "DEFAULT",
200
260
  "itemType": "CONTAINER",
201
261
  "layoutPos": {
202
- "shrink": 1,
262
+ "shrink": 0,
203
263
  "layout": "FLEX"
204
264
  },
205
265
  "id": "view_drtab"
206
- }
207
- ],
208
- "layout": {
209
- "dir": "column",
210
- "layout": "FLEX"
211
- },
212
- "dataRegionType": "INHERIT",
213
- "caption": "\u5BB9\u5668",
214
- "itemStyle": "DEFAULT",
215
- "itemType": "CONTAINER",
216
- "layoutPos": {
217
- "shrink": 0,
218
- "layout": "FLEX"
219
- },
220
- "id": "view_top"
221
- },
222
- {
223
- "actionGroupExtractMode": "ITEM",
224
- "panelItems": [
266
+ },
225
267
  {
226
268
  "actionGroupExtractMode": "ITEM",
227
269
  "panelItems": [
@@ -281,6 +323,27 @@ var DEMobEditView3 = {
281
323
  },
282
324
  "id": "view_content"
283
325
  },
326
+ {
327
+ "rawItem": {
328
+ "rawItemParams": [
329
+ {
330
+ "key": "POSITION",
331
+ "value": "BOTTOM"
332
+ }
333
+ ],
334
+ "predefinedType": "VIEWMSG_POS",
335
+ "id": "viewmsg_pos_bottom"
336
+ },
337
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
338
+ "itemStyle": "DEFAULT",
339
+ "itemType": "RAWITEM",
340
+ "layoutPos": {
341
+ "shrink": 0,
342
+ "layout": "FLEX"
343
+ },
344
+ "showCaption": true,
345
+ "id": "viewmsg_pos_bottom"
346
+ },
284
347
  {
285
348
  "actionGroupExtractMode": "ITEM",
286
349
  "panelItems": [
@@ -10,6 +10,27 @@ var DEMobEditView = {
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": [
@@ -174,6 +195,27 @@ var DEMobEditView = {
174
195
  "showCaption": true,
175
196
  "id": "panelpart"
176
197
  },
198
+ {
199
+ "rawItem": {
200
+ "rawItemParams": [
201
+ {
202
+ "key": "POSITION",
203
+ "value": "BODY"
204
+ }
205
+ ],
206
+ "predefinedType": "VIEWMSG_POS",
207
+ "id": "viewmsg_pos_body"
208
+ },
209
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
210
+ "itemStyle": "DEFAULT",
211
+ "itemType": "RAWITEM",
212
+ "layoutPos": {
213
+ "shrink": 0,
214
+ "layout": "FLEX"
215
+ },
216
+ "showCaption": true,
217
+ "id": "viewmsg_pos_body"
218
+ },
177
219
  {
178
220
  "actionGroupExtractMode": "ITEM",
179
221
  "panelItems": [
@@ -205,6 +247,27 @@ var DEMobEditView = {
205
247
  },
206
248
  "id": "view_content"
207
249
  },
250
+ {
251
+ "rawItem": {
252
+ "rawItemParams": [
253
+ {
254
+ "key": "POSITION",
255
+ "value": "BOTTOM"
256
+ }
257
+ ],
258
+ "predefinedType": "VIEWMSG_POS",
259
+ "id": "viewmsg_pos_bottom"
260
+ },
261
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
262
+ "itemStyle": "DEFAULT",
263
+ "itemType": "RAWITEM",
264
+ "layoutPos": {
265
+ "shrink": 0,
266
+ "layout": "FLEX"
267
+ },
268
+ "showCaption": true,
269
+ "id": "viewmsg_pos_bottom"
270
+ },
208
271
  {
209
272
  "actionGroupExtractMode": "ITEM",
210
273
  "panelItems": [
@@ -213,7 +276,7 @@ var DEMobEditView = {
213
276
  "itemStyle": "DEFAULT",
214
277
  "itemType": "CTRLPOS",
215
278
  "layoutPos": {
216
- "shrink": 1,
279
+ "shrink": 0,
217
280
  "layout": "FLEX"
218
281
  },
219
282
  "showCaption": true,
@@ -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
  },