@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
|
@@ -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,
|
|
@@ -10,6 +10,27 @@ var DEMobPickupTreeView = {
|
|
|
10
10
|
"layout": "FLEX"
|
|
11
11
|
},
|
|
12
12
|
"rootPanelItems": [
|
|
13
|
+
{
|
|
14
|
+
"rawItem": {
|
|
15
|
+
"rawItemParams": [
|
|
16
|
+
{
|
|
17
|
+
"key": "POSITION",
|
|
18
|
+
"value": "BODY"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"predefinedType": "VIEWMSG_POS",
|
|
22
|
+
"id": "viewmsg_pos_body"
|
|
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_body"
|
|
33
|
+
},
|
|
13
34
|
{
|
|
14
35
|
"actionGroupExtractMode": "ITEM",
|
|
15
36
|
"panelItems": [
|
|
@@ -39,6 +60,27 @@ var DEMobPickupTreeView = {
|
|
|
39
60
|
"layout": "FLEX"
|
|
40
61
|
},
|
|
41
62
|
"id": "view_content"
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
"rawItem": {
|
|
66
|
+
"rawItemParams": [
|
|
67
|
+
{
|
|
68
|
+
"key": "POSITION",
|
|
69
|
+
"value": "BOTTOM"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"predefinedType": "VIEWMSG_POS",
|
|
73
|
+
"id": "viewmsg_pos_bottom"
|
|
74
|
+
},
|
|
75
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
76
|
+
"itemStyle": "DEFAULT",
|
|
77
|
+
"itemType": "RAWITEM",
|
|
78
|
+
"layoutPos": {
|
|
79
|
+
"shrink": 0,
|
|
80
|
+
"layout": "FLEX"
|
|
81
|
+
},
|
|
82
|
+
"showCaption": true,
|
|
83
|
+
"id": "viewmsg_pos_bottom"
|
|
42
84
|
}
|
|
43
85
|
],
|
|
44
86
|
"layoutPanel": true,
|
|
@@ -10,6 +10,27 @@ var DEMobPickupView = {
|
|
|
10
10
|
"layout": "FLEX"
|
|
11
11
|
},
|
|
12
12
|
"rootPanelItems": [
|
|
13
|
+
{
|
|
14
|
+
"rawItem": {
|
|
15
|
+
"rawItemParams": [
|
|
16
|
+
{
|
|
17
|
+
"key": "POSITION",
|
|
18
|
+
"value": "TOP"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"predefinedType": "VIEWMSG_POS",
|
|
22
|
+
"id": "viewmsg_pos_top"
|
|
23
|
+
},
|
|
24
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
25
|
+
"itemStyle": "DEFAULT",
|
|
26
|
+
"itemType": "RAWITEM",
|
|
27
|
+
"layoutPos": {
|
|
28
|
+
"shrink": 0,
|
|
29
|
+
"layout": "FLEX"
|
|
30
|
+
},
|
|
31
|
+
"showCaption": true,
|
|
32
|
+
"id": "viewmsg_pos_top"
|
|
33
|
+
},
|
|
13
34
|
{
|
|
14
35
|
"actionGroupExtractMode": "ITEM",
|
|
15
36
|
"panelItems": [
|
|
@@ -249,6 +270,27 @@ var DEMobPickupView = {
|
|
|
249
270
|
"showCaption": true,
|
|
250
271
|
"id": "panelpart"
|
|
251
272
|
},
|
|
273
|
+
{
|
|
274
|
+
"rawItem": {
|
|
275
|
+
"rawItemParams": [
|
|
276
|
+
{
|
|
277
|
+
"key": "POSITION",
|
|
278
|
+
"value": "BODY"
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"predefinedType": "VIEWMSG_POS",
|
|
282
|
+
"id": "viewmsg_pos_body"
|
|
283
|
+
},
|
|
284
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
285
|
+
"itemStyle": "DEFAULT",
|
|
286
|
+
"itemType": "RAWITEM",
|
|
287
|
+
"layoutPos": {
|
|
288
|
+
"shrink": 0,
|
|
289
|
+
"layout": "FLEX"
|
|
290
|
+
},
|
|
291
|
+
"showCaption": true,
|
|
292
|
+
"id": "viewmsg_pos_body"
|
|
293
|
+
},
|
|
252
294
|
{
|
|
253
295
|
"actionGroupExtractMode": "ITEM",
|
|
254
296
|
"panelItems": [
|
|
@@ -280,6 +322,27 @@ var DEMobPickupView = {
|
|
|
280
322
|
},
|
|
281
323
|
"id": "view_content"
|
|
282
324
|
},
|
|
325
|
+
{
|
|
326
|
+
"rawItem": {
|
|
327
|
+
"rawItemParams": [
|
|
328
|
+
{
|
|
329
|
+
"key": "POSITION",
|
|
330
|
+
"value": "BOTTOM"
|
|
331
|
+
}
|
|
332
|
+
],
|
|
333
|
+
"predefinedType": "VIEWMSG_POS",
|
|
334
|
+
"id": "viewmsg_pos_bottom"
|
|
335
|
+
},
|
|
336
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
337
|
+
"itemStyle": "DEFAULT",
|
|
338
|
+
"itemType": "RAWITEM",
|
|
339
|
+
"layoutPos": {
|
|
340
|
+
"shrink": 0,
|
|
341
|
+
"layout": "FLEX"
|
|
342
|
+
},
|
|
343
|
+
"showCaption": true,
|
|
344
|
+
"id": "viewmsg_pos_bottom"
|
|
345
|
+
},
|
|
283
346
|
{
|
|
284
347
|
"actionGroupExtractMode": "ITEM",
|
|
285
348
|
"panelItems": [
|
|
@@ -288,22 +351,17 @@ var DEMobPickupView = {
|
|
|
288
351
|
"panelItems": [
|
|
289
352
|
{
|
|
290
353
|
"actionType": "UIACTION",
|
|
291
|
-
"buttonHeight": 40,
|
|
292
354
|
"buttonStyle": "DEFAULT",
|
|
293
355
|
"buttonType": "PANELBUTTON",
|
|
294
356
|
"uiactionId": "view_cancelaction",
|
|
295
357
|
"renderMode": "BUTTON",
|
|
296
358
|
"tooltip": "\u53D6\u6D88",
|
|
297
359
|
"caption": "\u53D6\u6D88",
|
|
298
|
-
"contentHeight": 40,
|
|
299
|
-
"height": 40,
|
|
300
360
|
"itemStyle": "DEFAULT",
|
|
301
361
|
"itemType": "BUTTON",
|
|
302
362
|
"layoutPos": {
|
|
303
363
|
"grow": 1,
|
|
304
364
|
"shrink": 1,
|
|
305
|
-
"height": 40,
|
|
306
|
-
"heightMode": "PX",
|
|
307
365
|
"layout": "FLEX",
|
|
308
366
|
"spacingRight": "OUTERSMALL"
|
|
309
367
|
},
|
|
@@ -312,22 +370,17 @@ var DEMobPickupView = {
|
|
|
312
370
|
},
|
|
313
371
|
{
|
|
314
372
|
"actionType": "UIACTION",
|
|
315
|
-
"buttonHeight": 40,
|
|
316
373
|
"buttonStyle": "PRIMARY",
|
|
317
374
|
"buttonType": "PANELBUTTON",
|
|
318
375
|
"uiactionId": "view_okaction",
|
|
319
376
|
"renderMode": "BUTTON",
|
|
320
377
|
"tooltip": "\u786E\u5B9A",
|
|
321
378
|
"caption": "\u786E\u5B9A",
|
|
322
|
-
"contentHeight": 40,
|
|
323
|
-
"height": 40,
|
|
324
379
|
"itemStyle": "PRIMARY",
|
|
325
380
|
"itemType": "BUTTON",
|
|
326
381
|
"layoutPos": {
|
|
327
382
|
"grow": 1,
|
|
328
383
|
"shrink": 1,
|
|
329
|
-
"height": 40,
|
|
330
|
-
"heightMode": "PX",
|
|
331
384
|
"layout": "FLEX",
|
|
332
385
|
"spacingLeft": "OUTERSMALL"
|
|
333
386
|
},
|
|
@@ -10,6 +10,27 @@ var DEMobTabExpView_FLOW = {
|
|
|
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": [
|
|
@@ -177,6 +198,27 @@ var DEMobTabExpView_FLOW = {
|
|
|
177
198
|
"showCaption": true,
|
|
178
199
|
"id": "panelpart"
|
|
179
200
|
},
|
|
201
|
+
{
|
|
202
|
+
"rawItem": {
|
|
203
|
+
"rawItemParams": [
|
|
204
|
+
{
|
|
205
|
+
"key": "POSITION",
|
|
206
|
+
"value": "BODY"
|
|
207
|
+
}
|
|
208
|
+
],
|
|
209
|
+
"predefinedType": "VIEWMSG_POS",
|
|
210
|
+
"id": "viewmsg_pos_body"
|
|
211
|
+
},
|
|
212
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
213
|
+
"itemStyle": "DEFAULT",
|
|
214
|
+
"itemType": "RAWITEM",
|
|
215
|
+
"layoutPos": {
|
|
216
|
+
"shrink": 0,
|
|
217
|
+
"layout": "FLEX"
|
|
218
|
+
},
|
|
219
|
+
"showCaption": true,
|
|
220
|
+
"id": "viewmsg_pos_body"
|
|
221
|
+
},
|
|
180
222
|
{
|
|
181
223
|
"actionGroupExtractMode": "ITEM",
|
|
182
224
|
"panelItems": [
|