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