@ibiz-template/mob-theme 3.1.2 → 4.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +2 -2
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/control-layout/control-layout-model-repository-mob-search-form-layout.mjs +155 -0
- package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs +79 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +209 -125
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +83 -20
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +64 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +206 -124
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.mjs +42 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.mjs +42 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +182 -29
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.mjs +258 -13
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs +64 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +63 -10
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +65 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +63 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs +63 -0
- package/es/theme/elements/index.css +1 -1
- package/es/theme/generic/index.css +1 -1
- package/es/theme/generic/rolldate.css +1 -0
- package/es/theme/generic/vant-rem.css +1 -0
- package/es/theme/generic/vant.css +1 -1
- package/es/theme/index.css +1 -1
- package/es/theme/objects/editor/editor.css +1 -0
- package/es/theme/objects/index.css +1 -1
- package/es/theme/objects/view/view.css +1 -0
- package/es/theme/theme/dark/dark-theme.css +1 -1
- package/es/theme/theme/index.css +1 -1
- package/es/theme/theme/light/light-theme.css +1 -1
- package/es/theme/var.css +1 -1
- package/lib/publish/control-layout/control-layout-model-repository-mob-search-form-layout.cjs +159 -0
- package/lib/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs +79 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +209 -125
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +83 -20
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +64 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +206 -124
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.cjs +42 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.cjs +42 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +182 -29
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.cjs +258 -13
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.cjs +64 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +63 -10
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +65 -2
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +63 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.cjs +63 -0
- package/lib/theme/elements/index.css +1 -1
- package/lib/theme/generic/index.css +1 -1
- package/lib/theme/generic/rolldate.css +1 -0
- package/lib/theme/generic/vant-rem.css +1 -0
- package/lib/theme/generic/vant.css +1 -1
- package/lib/theme/index.css +1 -1
- package/lib/theme/objects/app/app.css +0 -0
- package/lib/theme/objects/ctrl/ctrl.css +0 -0
- package/lib/theme/objects/editor/editor.css +1 -0
- package/lib/theme/objects/index.css +1 -1
- package/lib/theme/objects/view/view.css +1 -0
- package/lib/theme/theme/dark/dark-theme.css +1 -1
- package/lib/theme/theme/index.css +1 -1
- package/lib/theme/theme/light/light-theme.css +1 -1
- package/lib/theme/var.css +1 -1
- package/package.json +2 -2
- package/es/index.d.ts +0 -5
- package/es/publish/app-index-view-layout-blank-mode.d.ts +0 -33
- package/es/publish/app-index-view-layout.d.ts +0 -46
- package/es/publish/app-login-view.d.ts +0 -341
- package/es/publish/app-wf-step-trace-view-layout.d.ts +0 -38
- package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.d.ts +0 -45
- package/es/publish/control-layout/control-layout-model-repository-mob-tree-layout.d.ts +0 -99
- package/es/publish/index.d.ts +0 -9
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.d.ts +0 -45
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.d.ts +0 -271
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.d.ts +0 -47
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.d.ts +0 -270
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +0 -242
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +0 -278
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.d.ts +0 -46
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +0 -201
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +0 -240
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +0 -324
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.d.ts +0 -45
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +0 -271
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.d.ts +0 -254
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +0 -75
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.d.ts +0 -47
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +0 -342
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.d.ts +0 -95
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.d.ts +0 -186
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +0 -221
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.d.ts +0 -127
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.d.ts +0 -242
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +0 -243
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +0 -252
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +0 -323
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +0 -245
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +0 -208
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.d.ts +0 -201
- /package/es/theme/objects/{state/state.css → app/app.css} +0 -0
- /package/{lib/theme/objects/state/state.css → es/theme/objects/ctrl/ctrl.css} +0 -0
|
@@ -6,6 +6,27 @@ var DEMobOptionView = {
|
|
|
6
6
|
"layout": "FLEX"
|
|
7
7
|
},
|
|
8
8
|
"rootPanelItems": [
|
|
9
|
+
{
|
|
10
|
+
"rawItem": {
|
|
11
|
+
"rawItemParams": [
|
|
12
|
+
{
|
|
13
|
+
"key": "POSITION",
|
|
14
|
+
"value": "TOP"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"predefinedType": "VIEWMSG_POS",
|
|
18
|
+
"id": "viewmsg_pos_top"
|
|
19
|
+
},
|
|
20
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
21
|
+
"itemStyle": "DEFAULT",
|
|
22
|
+
"itemType": "RAWITEM",
|
|
23
|
+
"layoutPos": {
|
|
24
|
+
"shrink": 0,
|
|
25
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"showCaption": true,
|
|
28
|
+
"id": "viewmsg_pos_top"
|
|
29
|
+
},
|
|
9
30
|
{
|
|
10
31
|
"actionGroupExtractMode": "ITEM",
|
|
11
32
|
"panelItems": [
|
|
@@ -170,6 +191,27 @@ var DEMobOptionView = {
|
|
|
170
191
|
"showCaption": true,
|
|
171
192
|
"id": "panelpart"
|
|
172
193
|
},
|
|
194
|
+
{
|
|
195
|
+
"rawItem": {
|
|
196
|
+
"rawItemParams": [
|
|
197
|
+
{
|
|
198
|
+
"key": "POSITION",
|
|
199
|
+
"value": "BODY"
|
|
200
|
+
}
|
|
201
|
+
],
|
|
202
|
+
"predefinedType": "VIEWMSG_POS",
|
|
203
|
+
"id": "viewmsg_pos_body"
|
|
204
|
+
},
|
|
205
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
206
|
+
"itemStyle": "DEFAULT",
|
|
207
|
+
"itemType": "RAWITEM",
|
|
208
|
+
"layoutPos": {
|
|
209
|
+
"shrink": 0,
|
|
210
|
+
"layout": "FLEX"
|
|
211
|
+
},
|
|
212
|
+
"showCaption": true,
|
|
213
|
+
"id": "viewmsg_pos_body"
|
|
214
|
+
},
|
|
173
215
|
{
|
|
174
216
|
"actionGroupExtractMode": "ITEM",
|
|
175
217
|
"panelItems": [
|
|
@@ -201,27 +243,43 @@ var DEMobOptionView = {
|
|
|
201
243
|
},
|
|
202
244
|
"id": "view_content"
|
|
203
245
|
},
|
|
246
|
+
{
|
|
247
|
+
"rawItem": {
|
|
248
|
+
"rawItemParams": [
|
|
249
|
+
{
|
|
250
|
+
"key": "POSITION",
|
|
251
|
+
"value": "BOTTOM"
|
|
252
|
+
}
|
|
253
|
+
],
|
|
254
|
+
"predefinedType": "VIEWMSG_POS",
|
|
255
|
+
"id": "viewmsg_pos_bottom"
|
|
256
|
+
},
|
|
257
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
258
|
+
"itemStyle": "DEFAULT",
|
|
259
|
+
"itemType": "RAWITEM",
|
|
260
|
+
"layoutPos": {
|
|
261
|
+
"shrink": 0,
|
|
262
|
+
"layout": "FLEX"
|
|
263
|
+
},
|
|
264
|
+
"showCaption": true,
|
|
265
|
+
"id": "viewmsg_pos_bottom"
|
|
266
|
+
},
|
|
204
267
|
{
|
|
205
268
|
"actionGroupExtractMode": "ITEM",
|
|
206
269
|
"panelItems": [
|
|
207
270
|
{
|
|
208
271
|
"actionType": "UIACTION",
|
|
209
|
-
"buttonHeight": 40,
|
|
210
272
|
"buttonStyle": "DEFAULT",
|
|
211
273
|
"buttonType": "PANELBUTTON",
|
|
212
274
|
"uiactionId": "view_cancelaction",
|
|
213
275
|
"renderMode": "BUTTON",
|
|
214
276
|
"tooltip": "\u53D6\u6D88",
|
|
215
277
|
"caption": "\u53D6\u6D88",
|
|
216
|
-
"contentHeight": 40,
|
|
217
|
-
"height": 40,
|
|
218
278
|
"itemStyle": "DEFAULT",
|
|
219
279
|
"itemType": "BUTTON",
|
|
220
280
|
"layoutPos": {
|
|
221
281
|
"grow": 1,
|
|
222
282
|
"shrink": 1,
|
|
223
|
-
"height": 40,
|
|
224
|
-
"heightMode": "PX",
|
|
225
283
|
"layout": "FLEX",
|
|
226
284
|
"spacingRight": "OUTERSMALL"
|
|
227
285
|
},
|
|
@@ -230,22 +288,17 @@ var DEMobOptionView = {
|
|
|
230
288
|
},
|
|
231
289
|
{
|
|
232
290
|
"actionType": "UIACTION",
|
|
233
|
-
"buttonHeight": 40,
|
|
234
291
|
"buttonStyle": "PRIMARY",
|
|
235
292
|
"buttonType": "PANELBUTTON",
|
|
236
293
|
"uiactionId": "view_okaction",
|
|
237
294
|
"renderMode": "BUTTON",
|
|
238
295
|
"tooltip": "\u786E\u5B9A",
|
|
239
296
|
"caption": "\u786E\u5B9A",
|
|
240
|
-
"contentHeight": 40,
|
|
241
|
-
"height": 40,
|
|
242
297
|
"itemStyle": "PRIMARY",
|
|
243
298
|
"itemType": "BUTTON",
|
|
244
299
|
"layoutPos": {
|
|
245
300
|
"grow": 1,
|
|
246
301
|
"shrink": 1,
|
|
247
|
-
"height": 40,
|
|
248
|
-
"heightMode": "PX",
|
|
249
302
|
"layout": "FLEX",
|
|
250
303
|
"spacingLeft": "OUTERSMALL"
|
|
251
304
|
},
|
|
@@ -6,6 +6,27 @@ var DEMobPickupMDView = {
|
|
|
6
6
|
"layout": "FLEX"
|
|
7
7
|
},
|
|
8
8
|
"rootPanelItems": [
|
|
9
|
+
{
|
|
10
|
+
"rawItem": {
|
|
11
|
+
"rawItemParams": [
|
|
12
|
+
{
|
|
13
|
+
"key": "POSITION",
|
|
14
|
+
"value": "TOP"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"predefinedType": "VIEWMSG_POS",
|
|
18
|
+
"id": "viewmsg_pos_top"
|
|
19
|
+
},
|
|
20
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
21
|
+
"itemStyle": "DEFAULT",
|
|
22
|
+
"itemType": "RAWITEM",
|
|
23
|
+
"layoutPos": {
|
|
24
|
+
"shrink": 0,
|
|
25
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"showCaption": true,
|
|
28
|
+
"id": "viewmsg_pos_top"
|
|
29
|
+
},
|
|
9
30
|
{
|
|
10
31
|
"actionGroupExtractMode": "ITEM",
|
|
11
32
|
"panelItems": [
|
|
@@ -35,6 +56,27 @@ var DEMobPickupMDView = {
|
|
|
35
56
|
},
|
|
36
57
|
"id": "view_toolbar2"
|
|
37
58
|
},
|
|
59
|
+
{
|
|
60
|
+
"rawItem": {
|
|
61
|
+
"rawItemParams": [
|
|
62
|
+
{
|
|
63
|
+
"key": "POSITION",
|
|
64
|
+
"value": "BODY"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"predefinedType": "VIEWMSG_POS",
|
|
68
|
+
"id": "viewmsg_pos_body"
|
|
69
|
+
},
|
|
70
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
71
|
+
"itemStyle": "DEFAULT",
|
|
72
|
+
"itemType": "RAWITEM",
|
|
73
|
+
"layoutPos": {
|
|
74
|
+
"shrink": 0,
|
|
75
|
+
"layout": "FLEX"
|
|
76
|
+
},
|
|
77
|
+
"showCaption": true,
|
|
78
|
+
"id": "viewmsg_pos_body"
|
|
79
|
+
},
|
|
38
80
|
{
|
|
39
81
|
"actionGroupExtractMode": "ITEM",
|
|
40
82
|
"panelItems": [
|
|
@@ -64,6 +106,27 @@ var DEMobPickupMDView = {
|
|
|
64
106
|
"layout": "FLEX"
|
|
65
107
|
},
|
|
66
108
|
"id": "view_content"
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"rawItem": {
|
|
112
|
+
"rawItemParams": [
|
|
113
|
+
{
|
|
114
|
+
"key": "POSITION",
|
|
115
|
+
"value": "BOTTOM"
|
|
116
|
+
}
|
|
117
|
+
],
|
|
118
|
+
"predefinedType": "VIEWMSG_POS",
|
|
119
|
+
"id": "viewmsg_pos_bottom"
|
|
120
|
+
},
|
|
121
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
122
|
+
"itemStyle": "DEFAULT",
|
|
123
|
+
"itemType": "RAWITEM",
|
|
124
|
+
"layoutPos": {
|
|
125
|
+
"shrink": 0,
|
|
126
|
+
"layout": "FLEX"
|
|
127
|
+
},
|
|
128
|
+
"showCaption": true,
|
|
129
|
+
"id": "viewmsg_pos_bottom"
|
|
67
130
|
}
|
|
68
131
|
],
|
|
69
132
|
"layoutPanel": true,
|
|
@@ -6,6 +6,27 @@ var DEMobPickupTreeView = {
|
|
|
6
6
|
"layout": "FLEX"
|
|
7
7
|
},
|
|
8
8
|
"rootPanelItems": [
|
|
9
|
+
{
|
|
10
|
+
"rawItem": {
|
|
11
|
+
"rawItemParams": [
|
|
12
|
+
{
|
|
13
|
+
"key": "POSITION",
|
|
14
|
+
"value": "BODY"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"predefinedType": "VIEWMSG_POS",
|
|
18
|
+
"id": "viewmsg_pos_body"
|
|
19
|
+
},
|
|
20
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
21
|
+
"itemStyle": "DEFAULT",
|
|
22
|
+
"itemType": "RAWITEM",
|
|
23
|
+
"layoutPos": {
|
|
24
|
+
"shrink": 0,
|
|
25
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"showCaption": true,
|
|
28
|
+
"id": "viewmsg_pos_body"
|
|
29
|
+
},
|
|
9
30
|
{
|
|
10
31
|
"actionGroupExtractMode": "ITEM",
|
|
11
32
|
"panelItems": [
|
|
@@ -35,6 +56,27 @@ var DEMobPickupTreeView = {
|
|
|
35
56
|
"layout": "FLEX"
|
|
36
57
|
},
|
|
37
58
|
"id": "view_content"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
"rawItem": {
|
|
62
|
+
"rawItemParams": [
|
|
63
|
+
{
|
|
64
|
+
"key": "POSITION",
|
|
65
|
+
"value": "BOTTOM"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"predefinedType": "VIEWMSG_POS",
|
|
69
|
+
"id": "viewmsg_pos_bottom"
|
|
70
|
+
},
|
|
71
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
72
|
+
"itemStyle": "DEFAULT",
|
|
73
|
+
"itemType": "RAWITEM",
|
|
74
|
+
"layoutPos": {
|
|
75
|
+
"shrink": 0,
|
|
76
|
+
"layout": "FLEX"
|
|
77
|
+
},
|
|
78
|
+
"showCaption": true,
|
|
79
|
+
"id": "viewmsg_pos_bottom"
|
|
38
80
|
}
|
|
39
81
|
],
|
|
40
82
|
"layoutPanel": true,
|
|
@@ -6,6 +6,27 @@ var DEMobPickupView = {
|
|
|
6
6
|
"layout": "FLEX"
|
|
7
7
|
},
|
|
8
8
|
"rootPanelItems": [
|
|
9
|
+
{
|
|
10
|
+
"rawItem": {
|
|
11
|
+
"rawItemParams": [
|
|
12
|
+
{
|
|
13
|
+
"key": "POSITION",
|
|
14
|
+
"value": "TOP"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"predefinedType": "VIEWMSG_POS",
|
|
18
|
+
"id": "viewmsg_pos_top"
|
|
19
|
+
},
|
|
20
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
21
|
+
"itemStyle": "DEFAULT",
|
|
22
|
+
"itemType": "RAWITEM",
|
|
23
|
+
"layoutPos": {
|
|
24
|
+
"shrink": 0,
|
|
25
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"showCaption": true,
|
|
28
|
+
"id": "viewmsg_pos_top"
|
|
29
|
+
},
|
|
9
30
|
{
|
|
10
31
|
"actionGroupExtractMode": "ITEM",
|
|
11
32
|
"panelItems": [
|
|
@@ -245,6 +266,27 @@ var DEMobPickupView = {
|
|
|
245
266
|
"showCaption": true,
|
|
246
267
|
"id": "panelpart"
|
|
247
268
|
},
|
|
269
|
+
{
|
|
270
|
+
"rawItem": {
|
|
271
|
+
"rawItemParams": [
|
|
272
|
+
{
|
|
273
|
+
"key": "POSITION",
|
|
274
|
+
"value": "BODY"
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
"predefinedType": "VIEWMSG_POS",
|
|
278
|
+
"id": "viewmsg_pos_body"
|
|
279
|
+
},
|
|
280
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
281
|
+
"itemStyle": "DEFAULT",
|
|
282
|
+
"itemType": "RAWITEM",
|
|
283
|
+
"layoutPos": {
|
|
284
|
+
"shrink": 0,
|
|
285
|
+
"layout": "FLEX"
|
|
286
|
+
},
|
|
287
|
+
"showCaption": true,
|
|
288
|
+
"id": "viewmsg_pos_body"
|
|
289
|
+
},
|
|
248
290
|
{
|
|
249
291
|
"actionGroupExtractMode": "ITEM",
|
|
250
292
|
"panelItems": [
|
|
@@ -276,6 +318,27 @@ var DEMobPickupView = {
|
|
|
276
318
|
},
|
|
277
319
|
"id": "view_content"
|
|
278
320
|
},
|
|
321
|
+
{
|
|
322
|
+
"rawItem": {
|
|
323
|
+
"rawItemParams": [
|
|
324
|
+
{
|
|
325
|
+
"key": "POSITION",
|
|
326
|
+
"value": "BOTTOM"
|
|
327
|
+
}
|
|
328
|
+
],
|
|
329
|
+
"predefinedType": "VIEWMSG_POS",
|
|
330
|
+
"id": "viewmsg_pos_bottom"
|
|
331
|
+
},
|
|
332
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
333
|
+
"itemStyle": "DEFAULT",
|
|
334
|
+
"itemType": "RAWITEM",
|
|
335
|
+
"layoutPos": {
|
|
336
|
+
"shrink": 0,
|
|
337
|
+
"layout": "FLEX"
|
|
338
|
+
},
|
|
339
|
+
"showCaption": true,
|
|
340
|
+
"id": "viewmsg_pos_bottom"
|
|
341
|
+
},
|
|
279
342
|
{
|
|
280
343
|
"actionGroupExtractMode": "ITEM",
|
|
281
344
|
"panelItems": [
|
|
@@ -284,22 +347,17 @@ var DEMobPickupView = {
|
|
|
284
347
|
"panelItems": [
|
|
285
348
|
{
|
|
286
349
|
"actionType": "UIACTION",
|
|
287
|
-
"buttonHeight": 40,
|
|
288
350
|
"buttonStyle": "DEFAULT",
|
|
289
351
|
"buttonType": "PANELBUTTON",
|
|
290
352
|
"uiactionId": "view_cancelaction",
|
|
291
353
|
"renderMode": "BUTTON",
|
|
292
354
|
"tooltip": "\u53D6\u6D88",
|
|
293
355
|
"caption": "\u53D6\u6D88",
|
|
294
|
-
"contentHeight": 40,
|
|
295
|
-
"height": 40,
|
|
296
356
|
"itemStyle": "DEFAULT",
|
|
297
357
|
"itemType": "BUTTON",
|
|
298
358
|
"layoutPos": {
|
|
299
359
|
"grow": 1,
|
|
300
360
|
"shrink": 1,
|
|
301
|
-
"height": 40,
|
|
302
|
-
"heightMode": "PX",
|
|
303
361
|
"layout": "FLEX",
|
|
304
362
|
"spacingRight": "OUTERSMALL"
|
|
305
363
|
},
|
|
@@ -308,22 +366,17 @@ var DEMobPickupView = {
|
|
|
308
366
|
},
|
|
309
367
|
{
|
|
310
368
|
"actionType": "UIACTION",
|
|
311
|
-
"buttonHeight": 40,
|
|
312
369
|
"buttonStyle": "PRIMARY",
|
|
313
370
|
"buttonType": "PANELBUTTON",
|
|
314
371
|
"uiactionId": "view_okaction",
|
|
315
372
|
"renderMode": "BUTTON",
|
|
316
373
|
"tooltip": "\u786E\u5B9A",
|
|
317
374
|
"caption": "\u786E\u5B9A",
|
|
318
|
-
"contentHeight": 40,
|
|
319
|
-
"height": 40,
|
|
320
375
|
"itemStyle": "PRIMARY",
|
|
321
376
|
"itemType": "BUTTON",
|
|
322
377
|
"layoutPos": {
|
|
323
378
|
"grow": 1,
|
|
324
379
|
"shrink": 1,
|
|
325
|
-
"height": 40,
|
|
326
|
-
"heightMode": "PX",
|
|
327
380
|
"layout": "FLEX",
|
|
328
381
|
"spacingLeft": "OUTERSMALL"
|
|
329
382
|
},
|
|
@@ -6,6 +6,27 @@ var DEMobTabExpView_FLOW = {
|
|
|
6
6
|
"layout": "FLEX"
|
|
7
7
|
},
|
|
8
8
|
"rootPanelItems": [
|
|
9
|
+
{
|
|
10
|
+
"rawItem": {
|
|
11
|
+
"rawItemParams": [
|
|
12
|
+
{
|
|
13
|
+
"key": "POSITION",
|
|
14
|
+
"value": "TOP"
|
|
15
|
+
}
|
|
16
|
+
],
|
|
17
|
+
"predefinedType": "VIEWMSG_POS",
|
|
18
|
+
"id": "viewmsg_pos_top"
|
|
19
|
+
},
|
|
20
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
21
|
+
"itemStyle": "DEFAULT",
|
|
22
|
+
"itemType": "RAWITEM",
|
|
23
|
+
"layoutPos": {
|
|
24
|
+
"shrink": 0,
|
|
25
|
+
"layout": "FLEX"
|
|
26
|
+
},
|
|
27
|
+
"showCaption": true,
|
|
28
|
+
"id": "viewmsg_pos_top"
|
|
29
|
+
},
|
|
9
30
|
{
|
|
10
31
|
"actionGroupExtractMode": "ITEM",
|
|
11
32
|
"panelItems": [
|
|
@@ -173,6 +194,27 @@ var DEMobTabExpView_FLOW = {
|
|
|
173
194
|
"showCaption": true,
|
|
174
195
|
"id": "panelpart"
|
|
175
196
|
},
|
|
197
|
+
{
|
|
198
|
+
"rawItem": {
|
|
199
|
+
"rawItemParams": [
|
|
200
|
+
{
|
|
201
|
+
"key": "POSITION",
|
|
202
|
+
"value": "BODY"
|
|
203
|
+
}
|
|
204
|
+
],
|
|
205
|
+
"predefinedType": "VIEWMSG_POS",
|
|
206
|
+
"id": "viewmsg_pos_body"
|
|
207
|
+
},
|
|
208
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
209
|
+
"itemStyle": "DEFAULT",
|
|
210
|
+
"itemType": "RAWITEM",
|
|
211
|
+
"layoutPos": {
|
|
212
|
+
"shrink": 0,
|
|
213
|
+
"layout": "FLEX"
|
|
214
|
+
},
|
|
215
|
+
"showCaption": true,
|
|
216
|
+
"id": "viewmsg_pos_body"
|
|
217
|
+
},
|
|
176
218
|
{
|
|
177
219
|
"actionGroupExtractMode": "ITEM",
|
|
178
220
|
"panelItems": [
|