@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.
Files changed (115) 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.mjs +155 -0
  5. package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.mjs +79 -0
  6. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs +63 -0
  7. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs +63 -0
  8. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +209 -125
  9. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +83 -20
  10. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +64 -1
  11. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +63 -0
  12. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +63 -10
  13. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +206 -124
  14. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +63 -10
  15. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.mjs +63 -0
  16. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.mjs +42 -0
  17. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +63 -10
  18. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.mjs +42 -0
  19. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +182 -29
  20. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.mjs +258 -13
  21. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.mjs +64 -1
  22. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +63 -0
  23. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +63 -10
  24. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +65 -2
  25. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +63 -0
  26. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.mjs +63 -0
  27. package/es/theme/elements/index.css +1 -1
  28. package/es/theme/generic/index.css +1 -1
  29. package/es/theme/generic/rolldate.css +1 -0
  30. package/es/theme/generic/vant-rem.css +1 -0
  31. package/es/theme/generic/vant.css +1 -1
  32. package/es/theme/index.css +1 -1
  33. package/es/theme/objects/editor/editor.css +1 -0
  34. package/es/theme/objects/index.css +1 -1
  35. package/es/theme/objects/view/view.css +1 -0
  36. package/es/theme/theme/dark/dark-theme.css +1 -1
  37. package/es/theme/theme/index.css +1 -1
  38. package/es/theme/theme/light/light-theme.css +1 -1
  39. package/es/theme/var.css +1 -1
  40. package/lib/publish/control-layout/control-layout-model-repository-mob-search-form-layout.cjs +159 -0
  41. package/lib/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.cjs +79 -0
  42. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.cjs +63 -0
  43. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.cjs +63 -0
  44. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +209 -125
  45. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +83 -20
  46. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +64 -1
  47. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +63 -0
  48. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +63 -10
  49. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +206 -124
  50. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +63 -10
  51. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.cjs +63 -0
  52. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.cjs +42 -0
  53. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +63 -10
  54. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.cjs +42 -0
  55. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +182 -29
  56. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.cjs +258 -13
  57. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.cjs +64 -1
  58. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +63 -0
  59. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +63 -10
  60. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +65 -2
  61. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +63 -0
  62. package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.cjs +63 -0
  63. package/lib/theme/elements/index.css +1 -1
  64. package/lib/theme/generic/index.css +1 -1
  65. package/lib/theme/generic/rolldate.css +1 -0
  66. package/lib/theme/generic/vant-rem.css +1 -0
  67. package/lib/theme/generic/vant.css +1 -1
  68. package/lib/theme/index.css +1 -1
  69. package/lib/theme/objects/app/app.css +0 -0
  70. package/lib/theme/objects/ctrl/ctrl.css +0 -0
  71. package/lib/theme/objects/editor/editor.css +1 -0
  72. package/lib/theme/objects/index.css +1 -1
  73. package/lib/theme/objects/view/view.css +1 -0
  74. package/lib/theme/theme/dark/dark-theme.css +1 -1
  75. package/lib/theme/theme/index.css +1 -1
  76. package/lib/theme/theme/light/light-theme.css +1 -1
  77. package/lib/theme/var.css +1 -1
  78. package/package.json +2 -2
  79. package/es/index.d.ts +0 -5
  80. package/es/publish/app-index-view-layout-blank-mode.d.ts +0 -33
  81. package/es/publish/app-index-view-layout.d.ts +0 -46
  82. package/es/publish/app-login-view.d.ts +0 -341
  83. package/es/publish/app-wf-step-trace-view-layout.d.ts +0 -38
  84. package/es/publish/control-layout/control-layout-model-repository-mob-tree-exp-bar-layout.d.ts +0 -45
  85. package/es/publish/control-layout/control-layout-model-repository-mob-tree-layout.d.ts +0 -99
  86. package/es/publish/index.d.ts +0 -9
  87. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.d.ts +0 -45
  88. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.d.ts +0 -271
  89. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.d.ts +0 -47
  90. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.d.ts +0 -270
  91. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +0 -242
  92. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +0 -278
  93. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-9-layout.d.ts +0 -46
  94. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +0 -201
  95. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +0 -240
  96. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +0 -324
  97. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-9-layout.d.ts +0 -45
  98. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +0 -271
  99. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.d.ts +0 -254
  100. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-md-view-layout.d.ts +0 -75
  101. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-tree-view-layout.d.ts +0 -47
  102. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +0 -342
  103. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.d.ts +0 -95
  104. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout-flow.d.ts +0 -186
  105. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +0 -221
  106. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-search-view-layout.d.ts +0 -127
  107. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-exp-view-layout.d.ts +0 -242
  108. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +0 -243
  109. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +0 -252
  110. 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
  111. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +0 -245
  112. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +0 -208
  113. package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wizard-view-layout.d.ts +0 -201
  114. /package/es/theme/objects/{state/state.css → app/app.css} +0 -0
  115. /package/{lib/theme/objects/state/state.css → es/theme/objects/ctrl/ctrl.css} +0 -0
@@ -0,0 +1,155 @@
1
+ "use strict";
2
+ var controlLayoutModelRepositoryMobSearchFormLayout = {
3
+ "viewProxyMode": true,
4
+ "layoutMode": "FLEX",
5
+ "layout": {
6
+ "layout": "FLEX"
7
+ },
8
+ "rootPanelItems": [
9
+ {
10
+ "actionGroupExtractMode": "ITEM",
11
+ "panelItems": [
12
+ {
13
+ "actionGroupExtractMode": "ITEM",
14
+ "panelItems": [
15
+ {
16
+ "caption": "\u641C\u7D22\u8868\u5355",
17
+ "itemStyle": "DEFAULT",
18
+ "itemType": "CTRLPOS",
19
+ "layoutPos": {
20
+ "shrink": 1,
21
+ "layout": "FLEX"
22
+ },
23
+ "showCaption": true,
24
+ "id": "searchform"
25
+ }
26
+ ],
27
+ "layout": {
28
+ "layout": "FLEX"
29
+ },
30
+ "dataRegionType": "INHERIT",
31
+ "caption": "\u5BB9\u5668",
32
+ "itemStyle": "DEFAULT",
33
+ "itemType": "CONTAINER",
34
+ "layoutPos": {
35
+ "grow": 1,
36
+ "shrink": 1,
37
+ "layout": "FLEX"
38
+ },
39
+ "id": "control_searchform"
40
+ },
41
+ {
42
+ "actionGroupExtractMode": "ITEM",
43
+ "panelItems": [
44
+ {
45
+ "rawItem": {
46
+ "halign": "LEFT",
47
+ "valign": "MIDDLE",
48
+ "wrapMode": "NOWRAP",
49
+ "contentType": "RAW",
50
+ "predefinedType": "SEARCHFORM_BUTTONS",
51
+ "id": "searchform_buttons2"
52
+ },
53
+ "itemStyle": "DEFAULT",
54
+ "itemType": "RAWITEM",
55
+ "layoutPos": {
56
+ "shrink": 1,
57
+ "layout": "FLEX"
58
+ },
59
+ "id": "searchform_buttons2"
60
+ }
61
+ ],
62
+ "layout": {
63
+ "layout": "FLEX"
64
+ },
65
+ "dataRegionType": "INHERIT",
66
+ "caption": "\u5BB9\u5668",
67
+ "itemStyle": "DEFAULT",
68
+ "itemType": "CONTAINER",
69
+ "layoutPos": {
70
+ "grow": 0,
71
+ "shrink": 0,
72
+ "layout": "FLEX"
73
+ },
74
+ "id": "control_buttons_right"
75
+ }
76
+ ],
77
+ "layout": {
78
+ "dir": "row",
79
+ "layout": "FLEX"
80
+ },
81
+ "dataRegionType": "INHERIT",
82
+ "caption": "\u5BB9\u5668",
83
+ "itemStyle": "DEFAULT",
84
+ "itemType": "CONTAINER",
85
+ "layoutPos": {
86
+ "grow": 1,
87
+ "shrink": 1,
88
+ "layout": "FLEX"
89
+ },
90
+ "id": "control_content"
91
+ },
92
+ {
93
+ "actionGroupExtractMode": "ITEM",
94
+ "panelItems": [
95
+ {
96
+ "rawItem": {
97
+ "caption": "\u56FE\u7247",
98
+ "contentType": "PLACEHOLDER",
99
+ "predefinedType": "SEARCHFORM_BUTTONS",
100
+ "id": "searchform_buttons"
101
+ },
102
+ "caption": "\u56FE\u7247",
103
+ "itemStyle": "DEFAULT",
104
+ "itemType": "RAWITEM",
105
+ "layoutPos": {
106
+ "shrink": 1,
107
+ "layout": "FLEX"
108
+ },
109
+ "showCaption": true,
110
+ "id": "searchform_buttons"
111
+ }
112
+ ],
113
+ "layout": {
114
+ "dir": "row-reverse",
115
+ "layout": "FLEX"
116
+ },
117
+ "dataRegionType": "INHERIT",
118
+ "caption": "\u5BB9\u5668",
119
+ "itemStyle": "DEFAULT",
120
+ "itemType": "CONTAINER",
121
+ "layoutPos": {
122
+ "grow": 0,
123
+ "shrink": 0,
124
+ "layout": "FLEX"
125
+ },
126
+ "id": "control_buttons_bottom"
127
+ }
128
+ ],
129
+ "layoutPanel": true,
130
+ "controls": [
131
+ {
132
+ "capLanguageRes": {
133
+ "lanResTag": "DE.LNAME.CONTROLLAYOUTMODELREPOSITORY"
134
+ },
135
+ "caption": "\u79FB\u52A8\u7AEF\u641C\u7D22\u8868\u5355",
136
+ "codeName": "MobSearchFormLayoutcaptionbar",
137
+ "controlType": "CAPTIONBAR",
138
+ "appDataEntityId": "mobfrontmodel.controllayoutmodelrepository",
139
+ "controlParam": {},
140
+ "name": "captionbar",
141
+ "id": "mobsearchformlayoutcaptionbar"
142
+ }
143
+ ],
144
+ "codeName": "Usr1022075630",
145
+ "controlType": "VIEWLAYOUTPANEL",
146
+ "logicName": "\u79FB\u52A8\u7AEF\u641C\u7D22\u8868\u5355\u90E8\u4EF6\u5E03\u5C40\u9762\u677F\u5E03\u5C40\u9762\u677F",
147
+ "appDataEntityId": "mobfrontmodel.controllayoutmodelrepository",
148
+ "controlParam": {},
149
+ "modelId": "EE291077-4277-4F81-8DE6-67A7690BD32F",
150
+ "modelType": "PSSYSVIEWLAYOUTPANEL",
151
+ "name": "layoutpanel",
152
+ "id": "usr1022075630"
153
+ };
154
+
155
+ export { controlLayoutModelRepositoryMobSearchFormLayout as default };
@@ -5,6 +5,85 @@ var TreeExpBar = {
5
5
  "layout": "FLEX"
6
6
  },
7
7
  "rootPanelItems": [
8
+ {
9
+ "actionGroupExtractMode": "ITEM",
10
+ "panelItems": [
11
+ {
12
+ "actionGroupExtractMode": "ITEM",
13
+ "panelItems": [
14
+ {
15
+ "caption": "\u9875\u9762\u6807\u9898",
16
+ "itemStyle": "DEFAULT",
17
+ "itemType": "CTRLPOS",
18
+ "layoutPos": {
19
+ "shrink": 1,
20
+ "layout": "FLEX"
21
+ },
22
+ "showCaption": true,
23
+ "id": "captionbar"
24
+ }
25
+ ],
26
+ "layout": {
27
+ "align": "center",
28
+ "dir": "row",
29
+ "layout": "FLEX",
30
+ "valign": "center"
31
+ },
32
+ "dataRegionType": "INHERIT",
33
+ "caption": "\u5BB9\u5668",
34
+ "itemStyle": "DEFAULT",
35
+ "itemType": "CONTAINER",
36
+ "layoutPos": {
37
+ "shrink": 1,
38
+ "layout": "FLEX"
39
+ },
40
+ "id": "control_header_left"
41
+ },
42
+ {
43
+ "actionGroupExtractMode": "ITEM",
44
+ "panelItems": [
45
+ {
46
+ "caption": "\u5DE5\u5177\u680F",
47
+ "itemStyle": "DEFAULT",
48
+ "itemType": "CTRLPOS",
49
+ "layoutPos": {
50
+ "shrink": 1,
51
+ "layout": "FLEX"
52
+ },
53
+ "showCaption": true,
54
+ "id": "treeexpbar_toolbar"
55
+ }
56
+ ],
57
+ "layout": {
58
+ "dir": "row-reverse",
59
+ "layout": "FLEX"
60
+ },
61
+ "dataRegionType": "INHERIT",
62
+ "caption": "\u5BB9\u5668",
63
+ "itemStyle": "DEFAULT",
64
+ "itemType": "CONTAINER",
65
+ "layoutPos": {
66
+ "grow": 1,
67
+ "shrink": 1,
68
+ "layout": "FLEX"
69
+ },
70
+ "id": "control_header_right"
71
+ }
72
+ ],
73
+ "layout": {
74
+ "dir": "row",
75
+ "layout": "FLEX"
76
+ },
77
+ "dataRegionType": "INHERIT",
78
+ "caption": "\u5BB9\u5668",
79
+ "itemStyle": "DEFAULT",
80
+ "itemType": "CONTAINER",
81
+ "layoutPos": {
82
+ "shrink": 0,
83
+ "layout": "FLEX"
84
+ },
85
+ "id": "control_header"
86
+ },
8
87
  {
9
88
  "actionGroupExtractMode": "ITEM",
10
89
  "panelItems": [
@@ -6,6 +6,27 @@ var DEMobCalendarView = {
6
6
  "layout": "FLEX"
7
7
  },
8
8
  "rootPanelItems": [
9
+ {
10
+ "rawItem": {
11
+ "rawItemParams": [
12
+ {
13
+ "key": "POSITION",
14
+ "value": "TOP"
15
+ }
16
+ ],
17
+ "predefinedType": "VIEWMSG_POS",
18
+ "id": "viewmsg_pos_top"
19
+ },
20
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
21
+ "itemStyle": "DEFAULT",
22
+ "itemType": "RAWITEM",
23
+ "layoutPos": {
24
+ "shrink": 0,
25
+ "layout": "FLEX"
26
+ },
27
+ "showCaption": true,
28
+ "id": "viewmsg_pos_top"
29
+ },
9
30
  {
10
31
  "actionGroupExtractMode": "ITEM",
11
32
  "panelItems": [
@@ -245,6 +266,27 @@ var DEMobCalendarView = {
245
266
  "showCaption": true,
246
267
  "id": "panelpart"
247
268
  },
269
+ {
270
+ "rawItem": {
271
+ "rawItemParams": [
272
+ {
273
+ "key": "POSITION",
274
+ "value": "BODY"
275
+ }
276
+ ],
277
+ "predefinedType": "VIEWMSG_POS",
278
+ "id": "viewmsg_pos_body"
279
+ },
280
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
281
+ "itemStyle": "DEFAULT",
282
+ "itemType": "RAWITEM",
283
+ "layoutPos": {
284
+ "shrink": 0,
285
+ "layout": "FLEX"
286
+ },
287
+ "showCaption": true,
288
+ "id": "viewmsg_pos_body"
289
+ },
248
290
  {
249
291
  "actionGroupExtractMode": "ITEM",
250
292
  "panelItems": [
@@ -276,6 +318,27 @@ var DEMobCalendarView = {
276
318
  },
277
319
  "id": "view_content"
278
320
  },
321
+ {
322
+ "rawItem": {
323
+ "rawItemParams": [
324
+ {
325
+ "key": "POSITION",
326
+ "value": "BOTTOM"
327
+ }
328
+ ],
329
+ "predefinedType": "VIEWMSG_POS",
330
+ "id": "viewmsg_pos_bottom"
331
+ },
332
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
333
+ "itemStyle": "DEFAULT",
334
+ "itemType": "RAWITEM",
335
+ "layoutPos": {
336
+ "shrink": 0,
337
+ "layout": "FLEX"
338
+ },
339
+ "showCaption": true,
340
+ "id": "viewmsg_pos_bottom"
341
+ },
279
342
  {
280
343
  "actionGroupExtractMode": "ITEM",
281
344
  "panelItems": [
@@ -5,6 +5,27 @@ var DEMobChartView = {
5
5
  "layout": "FLEX"
6
6
  },
7
7
  "rootPanelItems": [
8
+ {
9
+ "rawItem": {
10
+ "rawItemParams": [
11
+ {
12
+ "key": "POSITION",
13
+ "value": "TOP"
14
+ }
15
+ ],
16
+ "predefinedType": "VIEWMSG_POS",
17
+ "id": "viewmsg_pos_top"
18
+ },
19
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
20
+ "itemStyle": "DEFAULT",
21
+ "itemType": "RAWITEM",
22
+ "layoutPos": {
23
+ "shrink": 0,
24
+ "layout": "FLEX"
25
+ },
26
+ "showCaption": true,
27
+ "id": "viewmsg_pos_top"
28
+ },
8
29
  {
9
30
  "actionGroupExtractMode": "ITEM",
10
31
  "panelItems": [
@@ -244,6 +265,27 @@ var DEMobChartView = {
244
265
  "showCaption": true,
245
266
  "id": "panelpart"
246
267
  },
268
+ {
269
+ "rawItem": {
270
+ "rawItemParams": [
271
+ {
272
+ "key": "POSITION",
273
+ "value": "BODY"
274
+ }
275
+ ],
276
+ "predefinedType": "VIEWMSG_POS",
277
+ "id": "viewmsg_pos_body"
278
+ },
279
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
280
+ "itemStyle": "DEFAULT",
281
+ "itemType": "RAWITEM",
282
+ "layoutPos": {
283
+ "shrink": 0,
284
+ "layout": "FLEX"
285
+ },
286
+ "showCaption": true,
287
+ "id": "viewmsg_pos_body"
288
+ },
247
289
  {
248
290
  "actionGroupExtractMode": "ITEM",
249
291
  "panelItems": [
@@ -275,6 +317,27 @@ var DEMobChartView = {
275
317
  },
276
318
  "id": "view_content"
277
319
  },
320
+ {
321
+ "rawItem": {
322
+ "rawItemParams": [
323
+ {
324
+ "key": "POSITION",
325
+ "value": "BOTTOM"
326
+ }
327
+ ],
328
+ "predefinedType": "VIEWMSG_POS",
329
+ "id": "viewmsg_pos_bottom"
330
+ },
331
+ "caption": "\u89C6\u56FE\u6D88\u606F\u5360\u4F4D",
332
+ "itemStyle": "DEFAULT",
333
+ "itemType": "RAWITEM",
334
+ "layoutPos": {
335
+ "shrink": 0,
336
+ "layout": "FLEX"
337
+ },
338
+ "showCaption": true,
339
+ "id": "viewmsg_pos_bottom"
340
+ },
278
341
  {
279
342
  "actionGroupExtractMode": "ITEM",
280
343
  "panelItems": [