@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
  caption: string;
@@ -31,6 +55,8 @@ declare const _default: {
31
55
  grow?: undefined;
32
56
  };
33
57
  id: string;
58
+ rawItem?: undefined;
59
+ showCaption?: undefined;
34
60
  } | {
35
61
  actionGroupExtractMode: string;
36
62
  panelItems: {
@@ -58,6 +84,8 @@ declare const _default: {
58
84
  layout: string;
59
85
  };
60
86
  id: string;
87
+ rawItem?: undefined;
88
+ showCaption?: undefined;
61
89
  predefinedType?: undefined;
62
90
  })[];
63
91
  layoutPanel: boolean;
@@ -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,
@@ -4,7 +4,31 @@ declare const _default: {
4
4
  layout: {
5
5
  layout: string;
6
6
  };
7
- rootPanelItems: {
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
  caption: string;
@@ -31,7 +55,9 @@ declare const _default: {
31
55
  layout: string;
32
56
  };
33
57
  id: string;
34
- }[];
58
+ rawItem?: undefined;
59
+ showCaption?: undefined;
60
+ })[];
35
61
  layoutPanel: boolean;
36
62
  mobilePanel: boolean;
37
63
  codeName: string;
@@ -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,
@@ -5,6 +5,34 @@ 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
+ spacingBottom?: undefined;
25
+ spacingLeft?: undefined;
26
+ spacingRight?: undefined;
27
+ };
28
+ showCaption: boolean;
29
+ id: string;
30
+ actionGroupExtractMode?: undefined;
31
+ panelItems?: undefined;
32
+ predefinedType?: undefined;
33
+ layout?: undefined;
34
+ dataRegionType?: undefined;
35
+ } | {
8
36
  actionGroupExtractMode: string;
9
37
  panelItems: {
10
38
  actionGroupExtractMode: string;
@@ -202,6 +230,7 @@ declare const _default: {
202
230
  };
203
231
  showCaption: boolean;
204
232
  id: string;
233
+ rawItem?: undefined;
205
234
  } | {
206
235
  actionGroupExtractMode: string;
207
236
  panelItems: {
@@ -233,6 +262,7 @@ declare const _default: {
233
262
  spacingRight?: undefined;
234
263
  };
235
264
  id: string;
265
+ rawItem?: undefined;
236
266
  showCaption?: undefined;
237
267
  } | {
238
268
  actionGroupExtractMode: string;
@@ -240,22 +270,17 @@ declare const _default: {
240
270
  actionGroupExtractMode: string;
241
271
  panelItems: ({
242
272
  actionType: string;
243
- buttonHeight: number;
244
273
  buttonStyle: string;
245
274
  buttonType: string;
246
275
  uiactionId: string;
247
276
  renderMode: string;
248
277
  tooltip: string;
249
278
  caption: string;
250
- contentHeight: number;
251
- height: number;
252
279
  itemStyle: string;
253
280
  itemType: string;
254
281
  layoutPos: {
255
282
  grow: number;
256
283
  shrink: number;
257
- height: number;
258
- heightMode: string;
259
284
  layout: string;
260
285
  spacingRight: string;
261
286
  spacingLeft?: undefined;
@@ -264,22 +289,17 @@ declare const _default: {
264
289
  id: string;
265
290
  } | {
266
291
  actionType: string;
267
- buttonHeight: number;
268
292
  buttonStyle: string;
269
293
  buttonType: string;
270
294
  uiactionId: string;
271
295
  renderMode: string;
272
296
  tooltip: string;
273
297
  caption: string;
274
- contentHeight: number;
275
- height: number;
276
298
  itemStyle: string;
277
299
  itemType: string;
278
300
  layoutPos: {
279
301
  grow: number;
280
302
  shrink: number;
281
- height: number;
282
- heightMode: string;
283
303
  layout: string;
284
304
  spacingLeft: string;
285
305
  spacingRight?: undefined;
@@ -325,6 +345,7 @@ declare const _default: {
325
345
  grow?: undefined;
326
346
  };
327
347
  id: string;
348
+ rawItem?: undefined;
328
349
  showCaption?: undefined;
329
350
  })[];
330
351
  layoutPanel: boolean;
@@ -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
  },
@@ -4,7 +4,30 @@ declare const _default: {
4
4
  layout: {
5
5
  layout: string;
6
6
  };
7
- rootPanelItems: {
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
+ layout?: undefined;
29
+ dataRegionType?: undefined;
30
+ } | {
8
31
  actionGroupExtractMode: string;
9
32
  panelItems: ({
10
33
  actionGroupExtractMode: string;
@@ -129,6 +152,30 @@ declare const _default: {
129
152
  };
130
153
  showCaption: boolean;
131
154
  id: string;
155
+ rawItem?: undefined;
156
+ } | {
157
+ rawItem: {
158
+ rawItemParams: {
159
+ key: string;
160
+ value: string;
161
+ }[];
162
+ predefinedType: string;
163
+ id: string;
164
+ };
165
+ caption: string;
166
+ itemStyle: string;
167
+ itemType: string;
168
+ layoutPos: {
169
+ shrink: number;
170
+ layout: string;
171
+ };
172
+ showCaption: boolean;
173
+ id: string;
174
+ actionGroupExtractMode?: undefined;
175
+ panelItems?: undefined;
176
+ predefinedType?: undefined;
177
+ layout?: undefined;
178
+ dataRegionType?: undefined;
132
179
  } | {
133
180
  actionGroupExtractMode: string;
134
181
  panelItems: {
@@ -156,6 +203,7 @@ declare const _default: {
156
203
  };
157
204
  id: string;
158
205
  showCaption?: undefined;
206
+ rawItem?: undefined;
159
207
  })[];
160
208
  layout: {
161
209
  layout: string;
@@ -170,7 +218,9 @@ declare const _default: {
170
218
  layout: string;
171
219
  };
172
220
  id: string;
173
- }[];
221
+ rawItem?: undefined;
222
+ showCaption?: undefined;
223
+ })[];
174
224
  layoutPanel: boolean;
175
225
  mobilePanel: boolean;
176
226
  codeName: string;
@@ -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": [