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