@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
@@ -5,6 +5,30 @@ declare const _default: {
5
5
  layout: string;
6
6
  };
7
7
  rootPanelItems: ({
8
+ rawItem: {
9
+ rawItemParams: {
10
+ key: string;
11
+ value: string;
12
+ }[];
13
+ predefinedType: string;
14
+ id: string;
15
+ };
16
+ caption: string;
17
+ itemStyle: string;
18
+ itemType: string;
19
+ layoutPos: {
20
+ shrink: number;
21
+ layout: string;
22
+ grow?: undefined;
23
+ };
24
+ showCaption: boolean;
25
+ id: string;
26
+ actionGroupExtractMode?: undefined;
27
+ panelItems?: undefined;
28
+ predefinedType?: undefined;
29
+ layout?: undefined;
30
+ dataRegionType?: undefined;
31
+ } | {
8
32
  actionGroupExtractMode: string;
9
33
  panelItems: {
10
34
  actionGroupExtractMode: string;
@@ -128,6 +152,7 @@ declare const _default: {
128
152
  };
129
153
  showCaption: boolean;
130
154
  id: string;
155
+ rawItem?: undefined;
131
156
  } | {
132
157
  actionGroupExtractMode: string;
133
158
  panelItems: {
@@ -156,6 +181,7 @@ declare const _default: {
156
181
  layout: string;
157
182
  };
158
183
  id: string;
184
+ rawItem?: undefined;
159
185
  showCaption?: undefined;
160
186
  } | {
161
187
  actionGroupExtractMode: string;
@@ -184,6 +210,7 @@ declare const _default: {
184
210
  grow?: undefined;
185
211
  };
186
212
  id: string;
213
+ rawItem?: undefined;
187
214
  showCaption?: undefined;
188
215
  })[];
189
216
  layoutPanel: boolean;
@@ -6,6 +6,27 @@ var DEMobEditView = {
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 DEMobEditView = {
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,6 +243,27 @@ var DEMobEditView = {
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": [
@@ -209,7 +272,7 @@ var DEMobEditView = {
209
272
  "itemStyle": "DEFAULT",
210
273
  "itemType": "CTRLPOS",
211
274
  "layoutPos": {
212
- "shrink": 1,
275
+ "shrink": 0,
213
276
  "layout": "FLEX"
214
277
  },
215
278
  "showCaption": true,
@@ -5,6 +5,29 @@ declare const _default: {
5
5
  layout: string;
6
6
  };
7
7
  rootPanelItems: ({
8
+ rawItem: {
9
+ rawItemParams: {
10
+ key: string;
11
+ value: string;
12
+ }[];
13
+ predefinedType: string;
14
+ id: string;
15
+ };
16
+ caption: string;
17
+ itemStyle: string;
18
+ itemType: string;
19
+ layoutPos: {
20
+ shrink: number;
21
+ layout: string;
22
+ };
23
+ showCaption: boolean;
24
+ id: string;
25
+ actionGroupExtractMode?: undefined;
26
+ panelItems?: undefined;
27
+ predefinedType?: undefined;
28
+ layout?: undefined;
29
+ dataRegionType?: undefined;
30
+ } | {
8
31
  actionGroupExtractMode: string;
9
32
  panelItems: {
10
33
  actionGroupExtractMode: string;
@@ -197,6 +220,7 @@ declare const _default: {
197
220
  };
198
221
  showCaption: boolean;
199
222
  id: string;
223
+ rawItem?: undefined;
200
224
  } | {
201
225
  actionGroupExtractMode: string;
202
226
  panelItems: {
@@ -223,6 +247,7 @@ declare const _default: {
223
247
  layout: string;
224
248
  };
225
249
  id: string;
250
+ rawItem?: undefined;
226
251
  showCaption?: undefined;
227
252
  })[];
228
253
  layoutPanel: boolean;
@@ -6,6 +6,27 @@ var DEMobListView = {
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 DEMobListView = {
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": [
@@ -273,6 +315,27 @@ var DEMobListView = {
273
315
  "layout": "FLEX"
274
316
  },
275
317
  "id": "view_content"
318
+ },
319
+ {
320
+ "rawItem": {
321
+ "rawItemParams": [
322
+ {
323
+ "key": "POSITION",
324
+ "value": "BOTTOM"
325
+ }
326
+ ],
327
+ "predefinedType": "VIEWMSG_POS",
328
+ "id": "viewmsg_pos_bottom"
329
+ },
330
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
331
+ "itemStyle": "DEFAULT",
332
+ "itemType": "RAWITEM",
333
+ "layoutPos": {
334
+ "shrink": 0,
335
+ "layout": "FLEX"
336
+ },
337
+ "showCaption": true,
338
+ "id": "viewmsg_pos_bottom"
276
339
  }
277
340
  ],
278
341
  "layoutPanel": true,
@@ -5,6 +5,31 @@ declare const _default: {
5
5
  layout: string;
6
6
  };
7
7
  rootPanelItems: ({
8
+ rawItem: {
9
+ rawItemParams: {
10
+ key: string;
11
+ value: string;
12
+ }[];
13
+ predefinedType: string;
14
+ id: string;
15
+ };
16
+ caption: string;
17
+ itemStyle: string;
18
+ itemType: string;
19
+ layoutPos: {
20
+ shrink: number;
21
+ layout: string;
22
+ basis?: undefined;
23
+ grow?: undefined;
24
+ };
25
+ showCaption: boolean;
26
+ id: string;
27
+ actionGroupExtractMode?: undefined;
28
+ panelItems?: undefined;
29
+ predefinedType?: undefined;
30
+ layout?: undefined;
31
+ dataRegionType?: undefined;
32
+ } | {
8
33
  actionGroupExtractMode: string;
9
34
  panelItems: {
10
35
  actionGroupExtractMode: string;
@@ -199,6 +224,7 @@ declare const _default: {
199
224
  };
200
225
  showCaption: boolean;
201
226
  id: string;
227
+ rawItem?: undefined;
202
228
  } | {
203
229
  actionGroupExtractMode: string;
204
230
  panelItems: {
@@ -227,6 +253,7 @@ declare const _default: {
227
253
  layout: string;
228
254
  };
229
255
  id: string;
256
+ rawItem?: undefined;
230
257
  showCaption?: undefined;
231
258
  } | {
232
259
  actionGroupExtractMode: string;
@@ -251,22 +278,17 @@ declare const _default: {
251
278
  actionGroupExtractMode: string;
252
279
  panelItems: {
253
280
  actionType: string;
254
- buttonHeight: number;
255
281
  buttonStyle: string;
256
282
  buttonType: string;
257
283
  uiactionId: string;
258
284
  renderMode: string;
259
285
  tooltip: string;
260
286
  caption: string;
261
- contentHeight: number;
262
- height: number;
263
287
  itemStyle: string;
264
288
  itemType: string;
265
289
  layoutPos: {
266
290
  grow: number;
267
291
  shrink: number;
268
- height: number;
269
- heightMode: string;
270
292
  layout: string;
271
293
  spacingLeft: string;
272
294
  };
@@ -307,6 +329,7 @@ declare const _default: {
307
329
  grow?: undefined;
308
330
  };
309
331
  id: string;
332
+ rawItem?: undefined;
310
333
  showCaption?: undefined;
311
334
  })[];
312
335
  layoutPanel: boolean;
@@ -6,6 +6,27 @@ var DEMobMPickupView = {
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 DEMobMPickupView = {
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 DEMobMPickupView = {
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": [
@@ -295,22 +358,17 @@ var DEMobMPickupView = {
295
358
  "panelItems": [
296
359
  {
297
360
  "actionType": "UIACTION",
298
- "buttonHeight": 40,
299
361
  "buttonStyle": "DEFAULT",
300
362
  "buttonType": "PANELBUTTON",
301
363
  "uiactionId": "view_cancelaction",
302
364
  "renderMode": "BUTTON",
303
365
  "tooltip": "\u53D6\u6D88",
304
366
  "caption": "\u53D6\u6D88",
305
- "contentHeight": 40,
306
- "height": 40,
307
367
  "itemStyle": "DEFAULT",
308
368
  "itemType": "BUTTON",
309
369
  "layoutPos": {
310
370
  "grow": 1,
311
371
  "shrink": 1,
312
- "height": 40,
313
- "heightMode": "PX",
314
372
  "layout": "FLEX",
315
373
  "spacingLeft": "OUTERSMALL"
316
374
  },
@@ -319,22 +377,17 @@ var DEMobMPickupView = {
319
377
  },
320
378
  {
321
379
  "actionType": "UIACTION",
322
- "buttonHeight": 40,
323
380
  "buttonStyle": "PRIMARY",
324
381
  "buttonType": "PANELBUTTON",
325
382
  "uiactionId": "view_okaction",
326
383
  "renderMode": "BUTTON",
327
384
  "tooltip": "\u786E\u5B9A",
328
385
  "caption": "\u786E\u5B9A",
329
- "contentHeight": 40,
330
- "height": 40,
331
386
  "itemStyle": "PRIMARY",
332
387
  "itemType": "BUTTON",
333
388
  "layoutPos": {
334
389
  "grow": 1,
335
390
  "shrink": 1,
336
- "height": 40,
337
- "heightMode": "PX",
338
391
  "layout": "FLEX",
339
392
  "spacingLeft": "OUTERSMALL"
340
393
  },