@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
@@ -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": "\u5173\u7CFB\u5206\u9875\u90E8\u4EF6",
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": "tabexppanel"
240
+ "id": "searchform"
57
241
  }
58
242
  ],
59
243
  "layout": {
60
- "align": "space-between",
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": "view_tabexppanel"
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": "\u641C\u7D22\u8868\u5355",
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": "searchform"
307
+ "id": "tabexppanel"
88
308
  }
89
309
  ],
90
310
  "layout": {
91
- "layout": "FLEX"
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": "view_searchform"
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,
@@ -10,6 +10,27 @@ var DEMobTreeView = {
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 DEMobTreeView = {
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": [
@@ -279,6 +321,27 @@ var DEMobTreeView = {
279
321
  "layout": "FLEX"
280
322
  },
281
323
  "id": "view_content"
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"
282
345
  }
283
346
  ],
284
347
  "layoutPanel": true,
@@ -9,6 +9,27 @@ var DEMobWFDynaActionView = {
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": [
@@ -173,6 +194,27 @@ var DEMobWFDynaActionView = {
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": [
@@ -203,27 +245,43 @@ var DEMobWFDynaActionView = {
203
245
  },
204
246
  "id": "view_content"
205
247
  },
248
+ {
249
+ "rawItem": {
250
+ "rawItemParams": [
251
+ {
252
+ "key": "POSITION",
253
+ "value": "BOTTOM"
254
+ }
255
+ ],
256
+ "predefinedType": "VIEWMSG_POS",
257
+ "id": "viewmsg_pos_bottom"
258
+ },
259
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
260
+ "itemStyle": "DEFAULT",
261
+ "itemType": "RAWITEM",
262
+ "layoutPos": {
263
+ "shrink": 0,
264
+ "layout": "FLEX"
265
+ },
266
+ "showCaption": true,
267
+ "id": "viewmsg_pos_bottom"
268
+ },
206
269
  {
207
270
  "actionGroupExtractMode": "ITEM",
208
271
  "panelItems": [
209
272
  {
210
273
  "actionType": "UIACTION",
211
- "buttonHeight": 40,
212
274
  "buttonStyle": "DEFAULT",
213
275
  "buttonType": "PANELBUTTON",
214
276
  "uiactionId": "view_cancelaction",
215
277
  "renderMode": "BUTTON",
216
278
  "tooltip": "\u53D6\u6D88",
217
279
  "caption": "\u53D6\u6D88",
218
- "contentHeight": 40,
219
- "height": 40,
220
280
  "itemStyle": "DEFAULT",
221
281
  "itemType": "BUTTON",
222
282
  "layoutPos": {
223
283
  "grow": 1,
224
284
  "shrink": 1,
225
- "height": 40,
226
- "heightMode": "PX",
227
285
  "layout": "FLEX",
228
286
  "spacingRight": "OUTERSMALL"
229
287
  },
@@ -232,22 +290,17 @@ var DEMobWFDynaActionView = {
232
290
  },
233
291
  {
234
292
  "actionType": "UIACTION",
235
- "buttonHeight": 40,
236
293
  "buttonStyle": "PRIMARY",
237
294
  "buttonType": "PANELBUTTON",
238
295
  "uiactionId": "view_okaction",
239
296
  "renderMode": "BUTTON",
240
297
  "tooltip": "\u786E\u5B9A",
241
298
  "caption": "\u786E\u5B9A",
242
- "contentHeight": 40,
243
- "height": 40,
244
299
  "itemStyle": "PRIMARY",
245
300
  "itemType": "BUTTON",
246
301
  "layoutPos": {
247
302
  "grow": 1,
248
303
  "shrink": 1,
249
- "height": 40,
250
- "heightMode": "PX",
251
304
  "layout": "FLEX",
252
305
  "spacingLeft": "OUTERSMALL"
253
306
  },