@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
@@ -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,
@@ -10,6 +10,27 @@ var DEMobOptionView = {
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 DEMobOptionView = {
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,27 +247,43 @@ var DEMobOptionView = {
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": [
211
274
  {
212
275
  "actionType": "UIACTION",
213
- "buttonHeight": 40,
214
276
  "buttonStyle": "DEFAULT",
215
277
  "buttonType": "PANELBUTTON",
216
278
  "uiactionId": "view_cancelaction",
217
279
  "renderMode": "BUTTON",
218
280
  "tooltip": "\u53D6\u6D88",
219
281
  "caption": "\u53D6\u6D88",
220
- "contentHeight": 40,
221
- "height": 40,
222
282
  "itemStyle": "DEFAULT",
223
283
  "itemType": "BUTTON",
224
284
  "layoutPos": {
225
285
  "grow": 1,
226
286
  "shrink": 1,
227
- "height": 40,
228
- "heightMode": "PX",
229
287
  "layout": "FLEX",
230
288
  "spacingRight": "OUTERSMALL"
231
289
  },
@@ -234,22 +292,17 @@ var DEMobOptionView = {
234
292
  },
235
293
  {
236
294
  "actionType": "UIACTION",
237
- "buttonHeight": 40,
238
295
  "buttonStyle": "PRIMARY",
239
296
  "buttonType": "PANELBUTTON",
240
297
  "uiactionId": "view_okaction",
241
298
  "renderMode": "BUTTON",
242
299
  "tooltip": "\u786E\u5B9A",
243
300
  "caption": "\u786E\u5B9A",
244
- "contentHeight": 40,
245
- "height": 40,
246
301
  "itemStyle": "PRIMARY",
247
302
  "itemType": "BUTTON",
248
303
  "layoutPos": {
249
304
  "grow": 1,
250
305
  "shrink": 1,
251
- "height": 40,
252
- "heightMode": "PX",
253
306
  "layout": "FLEX",
254
307
  "spacingLeft": "OUTERSMALL"
255
308
  },
@@ -10,6 +10,27 @@ var DEMobPickupMDView = {
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": [
@@ -39,6 +60,27 @@ var DEMobPickupMDView = {
39
60
  },
40
61
  "id": "view_toolbar2"
41
62
  },
63
+ {
64
+ "rawItem": {
65
+ "rawItemParams": [
66
+ {
67
+ "key": "POSITION",
68
+ "value": "BODY"
69
+ }
70
+ ],
71
+ "predefinedType": "VIEWMSG_POS",
72
+ "id": "viewmsg_pos_body"
73
+ },
74
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
75
+ "itemStyle": "DEFAULT",
76
+ "itemType": "RAWITEM",
77
+ "layoutPos": {
78
+ "shrink": 0,
79
+ "layout": "FLEX"
80
+ },
81
+ "showCaption": true,
82
+ "id": "viewmsg_pos_body"
83
+ },
42
84
  {
43
85
  "actionGroupExtractMode": "ITEM",
44
86
  "panelItems": [
@@ -68,6 +110,27 @@ var DEMobPickupMDView = {
68
110
  "layout": "FLEX"
69
111
  },
70
112
  "id": "view_content"
113
+ },
114
+ {
115
+ "rawItem": {
116
+ "rawItemParams": [
117
+ {
118
+ "key": "POSITION",
119
+ "value": "BOTTOM"
120
+ }
121
+ ],
122
+ "predefinedType": "VIEWMSG_POS",
123
+ "id": "viewmsg_pos_bottom"
124
+ },
125
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
126
+ "itemStyle": "DEFAULT",
127
+ "itemType": "RAWITEM",
128
+ "layoutPos": {
129
+ "shrink": 0,
130
+ "layout": "FLEX"
131
+ },
132
+ "showCaption": true,
133
+ "id": "viewmsg_pos_bottom"
71
134
  }
72
135
  ],
73
136
  "layoutPanel": true,