@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 DEMobTabExpView = {
|
|
|
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": [
|
|
@@ -178,33 +199,36 @@ var DEMobTabExpView = {
|
|
|
178
199
|
"id": "panelpart"
|
|
179
200
|
},
|
|
180
201
|
{
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
"itemType": "CTRLPOS",
|
|
187
|
-
"layoutPos": {
|
|
188
|
-
"shrink": 1,
|
|
189
|
-
"layout": "FLEX"
|
|
190
|
-
},
|
|
191
|
-
"showCaption": true,
|
|
192
|
-
"id": "tabexppanel"
|
|
193
|
-
}
|
|
194
|
-
],
|
|
195
|
-
"predefinedType": "ToolbarContainer",
|
|
196
|
-
"layout": {
|
|
202
|
+
"caption": "\u5206\u9875\u5BFC\u822A",
|
|
203
|
+
"itemStyle": "DEFAULT",
|
|
204
|
+
"itemType": "CTRLPOS",
|
|
205
|
+
"layoutPos": {
|
|
206
|
+
"shrink": 0,
|
|
197
207
|
"layout": "FLEX"
|
|
198
208
|
},
|
|
199
|
-
"
|
|
200
|
-
"
|
|
209
|
+
"showCaption": true,
|
|
210
|
+
"id": "tabexppanel"
|
|
211
|
+
},
|
|
212
|
+
{
|
|
213
|
+
"rawItem": {
|
|
214
|
+
"rawItemParams": [
|
|
215
|
+
{
|
|
216
|
+
"key": "POSITION",
|
|
217
|
+
"value": "BODY"
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
"predefinedType": "VIEWMSG_POS",
|
|
221
|
+
"id": "viewmsg_pos_body"
|
|
222
|
+
},
|
|
223
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
201
224
|
"itemStyle": "DEFAULT",
|
|
202
|
-
"itemType": "
|
|
225
|
+
"itemType": "RAWITEM",
|
|
203
226
|
"layoutPos": {
|
|
204
|
-
"shrink":
|
|
227
|
+
"shrink": 0,
|
|
205
228
|
"layout": "FLEX"
|
|
206
229
|
},
|
|
207
|
-
"
|
|
230
|
+
"showCaption": true,
|
|
231
|
+
"id": "viewmsg_pos_body"
|
|
208
232
|
}
|
|
209
233
|
],
|
|
210
234
|
"layout": {
|
|
@@ -226,24 +250,121 @@ var DEMobTabExpView = {
|
|
|
226
250
|
"actionGroupExtractMode": "ITEM",
|
|
227
251
|
"panelItems": [
|
|
228
252
|
{
|
|
229
|
-
"
|
|
230
|
-
|
|
231
|
-
"
|
|
253
|
+
"actionGroupExtractMode": "ITEM",
|
|
254
|
+
"layout": {
|
|
255
|
+
"layout": "FLEX"
|
|
232
256
|
},
|
|
233
|
-
"
|
|
257
|
+
"dataRegionType": "INHERIT",
|
|
258
|
+
"caption": "\u5BB9\u5668",
|
|
234
259
|
"itemStyle": "DEFAULT",
|
|
235
|
-
"itemType": "
|
|
260
|
+
"itemType": "CONTAINER",
|
|
261
|
+
"layoutPos": {
|
|
262
|
+
"shrink": 0,
|
|
263
|
+
"layout": "FLEX"
|
|
264
|
+
},
|
|
265
|
+
"id": "view_tabexppanel_left"
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"actionGroupExtractMode": "ITEM",
|
|
269
|
+
"panelItems": [
|
|
270
|
+
{
|
|
271
|
+
"actionGroupExtractMode": "ITEM",
|
|
272
|
+
"layout": {
|
|
273
|
+
"layout": "FLEX"
|
|
274
|
+
},
|
|
275
|
+
"dataRegionType": "INHERIT",
|
|
276
|
+
"caption": "\u5BB9\u5668",
|
|
277
|
+
"itemStyle": "DEFAULT",
|
|
278
|
+
"itemType": "CONTAINER",
|
|
279
|
+
"layoutPos": {
|
|
280
|
+
"shrink": 0,
|
|
281
|
+
"layout": "FLEX"
|
|
282
|
+
},
|
|
283
|
+
"id": "view_tabexppanel"
|
|
284
|
+
},
|
|
285
|
+
{
|
|
286
|
+
"actionGroupExtractMode": "ITEM",
|
|
287
|
+
"panelItems": [
|
|
288
|
+
{
|
|
289
|
+
"rawItem": {
|
|
290
|
+
"predefinedType": "NAV_POS",
|
|
291
|
+
"id": "nav_pos"
|
|
292
|
+
},
|
|
293
|
+
"caption": "\u5BFC\u822A\u533A\u5360\u4F4D",
|
|
294
|
+
"itemStyle": "DEFAULT",
|
|
295
|
+
"itemType": "RAWITEM",
|
|
296
|
+
"layoutPos": {
|
|
297
|
+
"grow": 1,
|
|
298
|
+
"shrink": 1,
|
|
299
|
+
"layout": "FLEX"
|
|
300
|
+
},
|
|
301
|
+
"showCaption": true,
|
|
302
|
+
"id": "nav_pos"
|
|
303
|
+
}
|
|
304
|
+
],
|
|
305
|
+
"layout": {
|
|
306
|
+
"layout": "FLEX"
|
|
307
|
+
},
|
|
308
|
+
"dataRegionType": "INHERIT",
|
|
309
|
+
"caption": "\u5BB9\u5668",
|
|
310
|
+
"itemStyle": "DEFAULT",
|
|
311
|
+
"itemType": "CONTAINER",
|
|
312
|
+
"layoutPos": {
|
|
313
|
+
"grow": 1,
|
|
314
|
+
"shrink": 1,
|
|
315
|
+
"layout": "FLEX"
|
|
316
|
+
},
|
|
317
|
+
"id": "view_content"
|
|
318
|
+
},
|
|
319
|
+
{
|
|
320
|
+
"actionGroupExtractMode": "ITEM",
|
|
321
|
+
"layout": {
|
|
322
|
+
"layout": "FLEX"
|
|
323
|
+
},
|
|
324
|
+
"dataRegionType": "INHERIT",
|
|
325
|
+
"caption": "\u5BB9\u5668",
|
|
326
|
+
"itemStyle": "DEFAULT",
|
|
327
|
+
"itemType": "CONTAINER",
|
|
328
|
+
"layoutPos": {
|
|
329
|
+
"shrink": 0,
|
|
330
|
+
"layout": "FLEX"
|
|
331
|
+
},
|
|
332
|
+
"id": "view_tabexppanel_bottom"
|
|
333
|
+
}
|
|
334
|
+
],
|
|
335
|
+
"layout": {
|
|
336
|
+
"layout": "FLEX"
|
|
337
|
+
},
|
|
338
|
+
"dataRegionType": "INHERIT",
|
|
339
|
+
"caption": "\u5BB9\u5668",
|
|
340
|
+
"itemStyle": "DEFAULT",
|
|
341
|
+
"itemType": "CONTAINER",
|
|
236
342
|
"layoutPos": {
|
|
237
343
|
"grow": 1,
|
|
238
344
|
"shrink": 1,
|
|
239
345
|
"layout": "FLEX"
|
|
240
346
|
},
|
|
241
|
-
"
|
|
242
|
-
|
|
347
|
+
"id": "container2"
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"actionGroupExtractMode": "ITEM",
|
|
351
|
+
"layout": {
|
|
352
|
+
"layout": "FLEX"
|
|
353
|
+
},
|
|
354
|
+
"dataRegionType": "INHERIT",
|
|
355
|
+
"caption": "\u5BB9\u5668",
|
|
356
|
+
"itemStyle": "DEFAULT",
|
|
357
|
+
"itemType": "CONTAINER",
|
|
358
|
+
"layoutPos": {
|
|
359
|
+
"shrink": 0,
|
|
360
|
+
"layout": "FLEX"
|
|
361
|
+
},
|
|
362
|
+
"id": "view_tabexppanel_right"
|
|
243
363
|
}
|
|
244
364
|
],
|
|
245
365
|
"predefinedType": "Content",
|
|
246
366
|
"layout": {
|
|
367
|
+
"dir": "row",
|
|
247
368
|
"layout": "FLEX"
|
|
248
369
|
},
|
|
249
370
|
"dataRegionType": "INHERIT",
|
|
@@ -255,7 +376,39 @@ var DEMobTabExpView = {
|
|
|
255
376
|
"shrink": 1,
|
|
256
377
|
"layout": "FLEX"
|
|
257
378
|
},
|
|
258
|
-
"id": "
|
|
379
|
+
"id": "container"
|
|
380
|
+
},
|
|
381
|
+
{
|
|
382
|
+
"rawItem": {
|
|
383
|
+
"rawItemParams": [
|
|
384
|
+
{
|
|
385
|
+
"key": "POSITION",
|
|
386
|
+
"value": "BOTTOM"
|
|
387
|
+
}
|
|
388
|
+
],
|
|
389
|
+
"predefinedType": "VIEWMSG_POS",
|
|
390
|
+
"id": "viewmsg_pos_bottom"
|
|
391
|
+
},
|
|
392
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
393
|
+
"itemStyle": "DEFAULT",
|
|
394
|
+
"itemType": "RAWITEM",
|
|
395
|
+
"layoutPos": {
|
|
396
|
+
"shrink": 0,
|
|
397
|
+
"layout": "FLEX"
|
|
398
|
+
},
|
|
399
|
+
"showCaption": true,
|
|
400
|
+
"id": "viewmsg_pos_bottom"
|
|
401
|
+
},
|
|
402
|
+
{
|
|
403
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
404
|
+
"itemStyle": "DEFAULT",
|
|
405
|
+
"itemType": "CTRLPOS",
|
|
406
|
+
"layoutPos": {
|
|
407
|
+
"shrink": 1,
|
|
408
|
+
"layout": "FLEX"
|
|
409
|
+
},
|
|
410
|
+
"showCaption": true,
|
|
411
|
+
"id": "footertoolbar"
|
|
259
412
|
}
|
|
260
413
|
],
|
|
261
414
|
"layoutPanel": true,
|
|
@@ -9,9 +9,194 @@ var DEMobTabSearchView = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"actionGroupExtractMode": "ITEM",
|
|
14
35
|
"panelItems": [
|
|
36
|
+
{
|
|
37
|
+
"actionGroupExtractMode": "ITEM",
|
|
38
|
+
"panelItems": [
|
|
39
|
+
{
|
|
40
|
+
"actionGroupExtractMode": "ITEM",
|
|
41
|
+
"panelItems": [
|
|
42
|
+
{
|
|
43
|
+
"actionGroupExtractMode": "ITEM",
|
|
44
|
+
"panelItems": [
|
|
45
|
+
{
|
|
46
|
+
"actionGroupExtractMode": "ITEM",
|
|
47
|
+
"panelItems": [
|
|
48
|
+
{
|
|
49
|
+
"caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
|
|
50
|
+
"itemStyle": "DEFAULT",
|
|
51
|
+
"itemType": "CTRLPOS",
|
|
52
|
+
"layoutPos": {
|
|
53
|
+
"grow": 1,
|
|
54
|
+
"shrink": 1,
|
|
55
|
+
"heightMode": "FULL",
|
|
56
|
+
"layout": "FLEX",
|
|
57
|
+
"valignSelf": "MIDDLE",
|
|
58
|
+
"widthMode": "FULL"
|
|
59
|
+
},
|
|
60
|
+
"showCaption": true,
|
|
61
|
+
"id": "lefttoolbar"
|
|
62
|
+
}
|
|
63
|
+
],
|
|
64
|
+
"layout": {
|
|
65
|
+
"layout": "FLEX"
|
|
66
|
+
},
|
|
67
|
+
"dataRegionType": "INHERIT",
|
|
68
|
+
"caption": "\u5BB9\u5668",
|
|
69
|
+
"contentWidth": 100,
|
|
70
|
+
"itemStyle": "DEFAULT",
|
|
71
|
+
"itemType": "CONTAINER",
|
|
72
|
+
"layoutPos": {
|
|
73
|
+
"basis": 100,
|
|
74
|
+
"shrink": 0,
|
|
75
|
+
"layout": "FLEX",
|
|
76
|
+
"width": 100,
|
|
77
|
+
"widthMode": "PX"
|
|
78
|
+
},
|
|
79
|
+
"width": 100,
|
|
80
|
+
"id": "view_left_toolbar"
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"actionGroupExtractMode": "ITEM",
|
|
84
|
+
"panelItems": [
|
|
85
|
+
{
|
|
86
|
+
"caption": "\u6807\u9898\u680F",
|
|
87
|
+
"itemStyle": "DEFAULT",
|
|
88
|
+
"itemType": "CTRLPOS",
|
|
89
|
+
"layoutPos": {
|
|
90
|
+
"shrink": 1,
|
|
91
|
+
"heightMode": "FULL",
|
|
92
|
+
"layout": "FLEX",
|
|
93
|
+
"widthMode": "FULL"
|
|
94
|
+
},
|
|
95
|
+
"showCaption": true,
|
|
96
|
+
"id": "captionbar"
|
|
97
|
+
}
|
|
98
|
+
],
|
|
99
|
+
"layout": {
|
|
100
|
+
"align": "center",
|
|
101
|
+
"dir": "row",
|
|
102
|
+
"layout": "FLEX"
|
|
103
|
+
},
|
|
104
|
+
"dataRegionType": "INHERIT",
|
|
105
|
+
"caption": "\u5BB9\u5668",
|
|
106
|
+
"itemStyle": "DEFAULT",
|
|
107
|
+
"itemType": "CONTAINER",
|
|
108
|
+
"layoutPos": {
|
|
109
|
+
"grow": 1,
|
|
110
|
+
"shrink": 1,
|
|
111
|
+
"layout": "FLEX"
|
|
112
|
+
},
|
|
113
|
+
"id": "view_captionbar"
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"actionGroupExtractMode": "ITEM",
|
|
117
|
+
"panelItems": [
|
|
118
|
+
{
|
|
119
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
120
|
+
"itemStyle": "DEFAULT",
|
|
121
|
+
"itemType": "CTRLPOS",
|
|
122
|
+
"layoutPos": {
|
|
123
|
+
"grow": 1,
|
|
124
|
+
"shrink": 1,
|
|
125
|
+
"heightMode": "FULL",
|
|
126
|
+
"layout": "FLEX",
|
|
127
|
+
"valignSelf": "MIDDLE",
|
|
128
|
+
"widthMode": "FULL"
|
|
129
|
+
},
|
|
130
|
+
"showCaption": true,
|
|
131
|
+
"id": "righttoolbar"
|
|
132
|
+
}
|
|
133
|
+
],
|
|
134
|
+
"layout": {
|
|
135
|
+
"layout": "FLEX"
|
|
136
|
+
},
|
|
137
|
+
"dataRegionType": "INHERIT",
|
|
138
|
+
"caption": "\u5BB9\u5668",
|
|
139
|
+
"contentWidth": 100,
|
|
140
|
+
"itemStyle": "DEFAULT",
|
|
141
|
+
"itemType": "CONTAINER",
|
|
142
|
+
"layoutPos": {
|
|
143
|
+
"basis": 100,
|
|
144
|
+
"shrink": 0,
|
|
145
|
+
"layout": "FLEX",
|
|
146
|
+
"width": 100,
|
|
147
|
+
"widthMode": "PX"
|
|
148
|
+
},
|
|
149
|
+
"width": 100,
|
|
150
|
+
"id": "view_right_toolbar"
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
"predefinedType": "Toolbar",
|
|
154
|
+
"layout": {
|
|
155
|
+
"dir": "row",
|
|
156
|
+
"layout": "FLEX"
|
|
157
|
+
},
|
|
158
|
+
"dataRegionType": "INHERIT",
|
|
159
|
+
"caption": "\u5BB9\u5668",
|
|
160
|
+
"itemStyle": "DEFAULT",
|
|
161
|
+
"itemType": "CONTAINER",
|
|
162
|
+
"layoutPos": {
|
|
163
|
+
"shrink": 1,
|
|
164
|
+
"layout": "FLEX"
|
|
165
|
+
},
|
|
166
|
+
"id": "view_toolbar"
|
|
167
|
+
}
|
|
168
|
+
],
|
|
169
|
+
"predefinedType": "Header",
|
|
170
|
+
"layout": {
|
|
171
|
+
"dir": "column",
|
|
172
|
+
"layout": "FLEX"
|
|
173
|
+
},
|
|
174
|
+
"dataRegionType": "INHERIT",
|
|
175
|
+
"caption": "\u5BB9\u5668",
|
|
176
|
+
"itemStyle": "DEFAULT",
|
|
177
|
+
"itemType": "CONTAINER",
|
|
178
|
+
"layoutPos": {
|
|
179
|
+
"shrink": 0,
|
|
180
|
+
"layout": "FLEX"
|
|
181
|
+
},
|
|
182
|
+
"id": "view_header"
|
|
183
|
+
}
|
|
184
|
+
],
|
|
185
|
+
"predefinedType": "PANELPART",
|
|
186
|
+
"layout": {
|
|
187
|
+
"layout": "FLEX"
|
|
188
|
+
},
|
|
189
|
+
"dataRegionType": "INHERIT",
|
|
190
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
191
|
+
"itemStyle": "DEFAULT",
|
|
192
|
+
"itemType": "CONTAINER",
|
|
193
|
+
"layoutPos": {
|
|
194
|
+
"shrink": 1,
|
|
195
|
+
"layout": "FLEX"
|
|
196
|
+
},
|
|
197
|
+
"showCaption": true,
|
|
198
|
+
"id": "panelpart"
|
|
199
|
+
},
|
|
15
200
|
{
|
|
16
201
|
"actionGroupExtractMode": "ITEM",
|
|
17
202
|
"panelItems": [
|
|
@@ -44,23 +229,19 @@ var DEMobTabSearchView = {
|
|
|
44
229
|
"actionGroupExtractMode": "ITEM",
|
|
45
230
|
"panelItems": [
|
|
46
231
|
{
|
|
47
|
-
"caption": "\
|
|
232
|
+
"caption": "\u641C\u7D22\u8868\u5355",
|
|
48
233
|
"itemStyle": "DEFAULT",
|
|
49
234
|
"itemType": "CTRLPOS",
|
|
50
235
|
"layoutPos": {
|
|
51
|
-
"grow": 1,
|
|
52
236
|
"shrink": 1,
|
|
53
237
|
"layout": "FLEX"
|
|
54
238
|
},
|
|
55
239
|
"showCaption": true,
|
|
56
|
-
"id": "
|
|
240
|
+
"id": "searchform"
|
|
57
241
|
}
|
|
58
242
|
],
|
|
59
243
|
"layout": {
|
|
60
|
-
"
|
|
61
|
-
"dir": "row",
|
|
62
|
-
"layout": "FLEX",
|
|
63
|
-
"valign": "center"
|
|
244
|
+
"layout": "FLEX"
|
|
64
245
|
},
|
|
65
246
|
"dataRegionType": "INHERIT",
|
|
66
247
|
"caption": "\u5BB9\u5668",
|
|
@@ -70,25 +251,67 @@ var DEMobTabSearchView = {
|
|
|
70
251
|
"shrink": 0,
|
|
71
252
|
"layout": "FLEX"
|
|
72
253
|
},
|
|
73
|
-
"id": "
|
|
74
|
-
}
|
|
254
|
+
"id": "view_searchform"
|
|
255
|
+
}
|
|
256
|
+
],
|
|
257
|
+
"layout": {
|
|
258
|
+
"layout": "FLEX"
|
|
259
|
+
},
|
|
260
|
+
"dataRegionType": "INHERIT",
|
|
261
|
+
"caption": "\u5BB9\u5668",
|
|
262
|
+
"itemStyle": "DEFAULT",
|
|
263
|
+
"itemType": "CONTAINER",
|
|
264
|
+
"layoutPos": {
|
|
265
|
+
"shrink": 0,
|
|
266
|
+
"layout": "FLEX"
|
|
267
|
+
},
|
|
268
|
+
"id": "view_top"
|
|
269
|
+
},
|
|
270
|
+
{
|
|
271
|
+
"rawItem": {
|
|
272
|
+
"rawItemParams": [
|
|
273
|
+
{
|
|
274
|
+
"key": "POSITION",
|
|
275
|
+
"value": "BODY"
|
|
276
|
+
}
|
|
277
|
+
],
|
|
278
|
+
"predefinedType": "VIEWMSG_POS",
|
|
279
|
+
"id": "viewmsg_pos_body"
|
|
280
|
+
},
|
|
281
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
282
|
+
"itemStyle": "DEFAULT",
|
|
283
|
+
"itemType": "RAWITEM",
|
|
284
|
+
"layoutPos": {
|
|
285
|
+
"shrink": 0,
|
|
286
|
+
"layout": "FLEX"
|
|
287
|
+
},
|
|
288
|
+
"showCaption": true,
|
|
289
|
+
"id": "viewmsg_pos_body"
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"actionGroupExtractMode": "ITEM",
|
|
293
|
+
"panelItems": [
|
|
75
294
|
{
|
|
76
295
|
"actionGroupExtractMode": "ITEM",
|
|
77
296
|
"panelItems": [
|
|
78
297
|
{
|
|
79
|
-
"caption": "\
|
|
298
|
+
"caption": "\u5173\u7CFB\u5206\u9875\u90E8\u4EF6",
|
|
80
299
|
"itemStyle": "DEFAULT",
|
|
81
300
|
"itemType": "CTRLPOS",
|
|
82
301
|
"layoutPos": {
|
|
302
|
+
"grow": 1,
|
|
83
303
|
"shrink": 1,
|
|
84
304
|
"layout": "FLEX"
|
|
85
305
|
},
|
|
86
306
|
"showCaption": true,
|
|
87
|
-
"id": "
|
|
307
|
+
"id": "tabexppanel"
|
|
88
308
|
}
|
|
89
309
|
],
|
|
90
310
|
"layout": {
|
|
91
|
-
"
|
|
311
|
+
"align": "space-between",
|
|
312
|
+
"dir": "row",
|
|
313
|
+
"layout": "FLEX",
|
|
314
|
+
"valign": "center"
|
|
92
315
|
},
|
|
93
316
|
"dataRegionType": "INHERIT",
|
|
94
317
|
"caption": "\u5BB9\u5668",
|
|
@@ -98,7 +321,7 @@ var DEMobTabSearchView = {
|
|
|
98
321
|
"shrink": 0,
|
|
99
322
|
"layout": "FLEX"
|
|
100
323
|
},
|
|
101
|
-
"id": "
|
|
324
|
+
"id": "view_tabexppanel"
|
|
102
325
|
},
|
|
103
326
|
{
|
|
104
327
|
"actionGroupExtractMode": "ITEM",
|
|
@@ -135,6 +358,7 @@ var DEMobTabSearchView = {
|
|
|
135
358
|
"id": "view_nav_pos"
|
|
136
359
|
}
|
|
137
360
|
],
|
|
361
|
+
"predefinedType": "Content",
|
|
138
362
|
"layout": {
|
|
139
363
|
"layout": "FLEX"
|
|
140
364
|
},
|
|
@@ -148,6 +372,27 @@ var DEMobTabSearchView = {
|
|
|
148
372
|
"layout": "FLEX"
|
|
149
373
|
},
|
|
150
374
|
"id": "view_content"
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"rawItem": {
|
|
378
|
+
"rawItemParams": [
|
|
379
|
+
{
|
|
380
|
+
"key": "POSITION",
|
|
381
|
+
"value": "BOTTOM"
|
|
382
|
+
}
|
|
383
|
+
],
|
|
384
|
+
"predefinedType": "VIEWMSG_POS",
|
|
385
|
+
"id": "viewmsg_pos_bottom"
|
|
386
|
+
},
|
|
387
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
388
|
+
"itemStyle": "DEFAULT",
|
|
389
|
+
"itemType": "RAWITEM",
|
|
390
|
+
"layoutPos": {
|
|
391
|
+
"shrink": 0,
|
|
392
|
+
"layout": "FLEX"
|
|
393
|
+
},
|
|
394
|
+
"showCaption": true,
|
|
395
|
+
"id": "viewmsg_pos_bottom"
|
|
151
396
|
}
|
|
152
397
|
],
|
|
153
398
|
"layoutPanel": true,
|
|
@@ -9,6 +9,27 @@ var DEMobTreeExpView = {
|
|
|
9
9
|
"layout": "FLEX"
|
|
10
10
|
},
|
|
11
11
|
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"rawItem": {
|
|
14
|
+
"rawItemParams": [
|
|
15
|
+
{
|
|
16
|
+
"key": "POSITION",
|
|
17
|
+
"value": "TOP"
|
|
18
|
+
}
|
|
19
|
+
],
|
|
20
|
+
"predefinedType": "VIEWMSG_POS",
|
|
21
|
+
"id": "viewmsg_pos_top"
|
|
22
|
+
},
|
|
23
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "RAWITEM",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 0,
|
|
28
|
+
"layout": "FLEX"
|
|
29
|
+
},
|
|
30
|
+
"showCaption": true,
|
|
31
|
+
"id": "viewmsg_pos_top"
|
|
32
|
+
},
|
|
12
33
|
{
|
|
13
34
|
"actionGroupExtractMode": "ITEM",
|
|
14
35
|
"panelItems": [
|
|
@@ -190,6 +211,27 @@ var DEMobTreeExpView = {
|
|
|
190
211
|
},
|
|
191
212
|
"id": "view_top"
|
|
192
213
|
},
|
|
214
|
+
{
|
|
215
|
+
"rawItem": {
|
|
216
|
+
"rawItemParams": [
|
|
217
|
+
{
|
|
218
|
+
"key": "POSITION",
|
|
219
|
+
"value": "BODY"
|
|
220
|
+
}
|
|
221
|
+
],
|
|
222
|
+
"predefinedType": "VIEWMSG_POS",
|
|
223
|
+
"id": "viewmsg_pos_body"
|
|
224
|
+
},
|
|
225
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
226
|
+
"itemStyle": "DEFAULT",
|
|
227
|
+
"itemType": "RAWITEM",
|
|
228
|
+
"layoutPos": {
|
|
229
|
+
"shrink": 0,
|
|
230
|
+
"layout": "FLEX"
|
|
231
|
+
},
|
|
232
|
+
"showCaption": true,
|
|
233
|
+
"id": "viewmsg_pos_body"
|
|
234
|
+
},
|
|
193
235
|
{
|
|
194
236
|
"actionGroupExtractMode": "ITEM",
|
|
195
237
|
"panelItems": [
|
|
@@ -218,7 +260,6 @@ var DEMobTreeExpView = {
|
|
|
218
260
|
"itemStyle": "DEFAULT",
|
|
219
261
|
"itemType": "CONTAINER",
|
|
220
262
|
"layoutPos": {
|
|
221
|
-
"grow": 1,
|
|
222
263
|
"shrink": 0,
|
|
223
264
|
"layout": "FLEX",
|
|
224
265
|
"width": 160,
|
|
@@ -262,6 +303,7 @@ var DEMobTreeExpView = {
|
|
|
262
303
|
"id": "container2"
|
|
263
304
|
}
|
|
264
305
|
],
|
|
306
|
+
"predefinedType": "Content",
|
|
265
307
|
"layout": {
|
|
266
308
|
"dir": "row",
|
|
267
309
|
"layout": "FLEX"
|
|
@@ -276,6 +318,27 @@ var DEMobTreeExpView = {
|
|
|
276
318
|
"layout": "FLEX"
|
|
277
319
|
},
|
|
278
320
|
"id": "view_content"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"rawItem": {
|
|
324
|
+
"rawItemParams": [
|
|
325
|
+
{
|
|
326
|
+
"key": "POSITION",
|
|
327
|
+
"value": "BOTTOM"
|
|
328
|
+
}
|
|
329
|
+
],
|
|
330
|
+
"predefinedType": "VIEWMSG_POS",
|
|
331
|
+
"id": "viewmsg_pos_bottom"
|
|
332
|
+
},
|
|
333
|
+
"caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
|
|
334
|
+
"itemStyle": "DEFAULT",
|
|
335
|
+
"itemType": "RAWITEM",
|
|
336
|
+
"layoutPos": {
|
|
337
|
+
"shrink": 0,
|
|
338
|
+
"layout": "FLEX"
|
|
339
|
+
},
|
|
340
|
+
"showCaption": true,
|
|
341
|
+
"id": "viewmsg_pos_bottom"
|
|
279
342
|
}
|
|
280
343
|
],
|
|
281
344
|
"layoutPanel": true,
|