@ibiz-template/mob-theme 0.2.6 → 0.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/dist/index.min.css +1 -1
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/app-index-view-layout-blank-mode.d.ts +31 -0
- package/es/publish/app-index-view-layout-blank-mode.mjs +34 -0
- package/es/publish/app-index-view-layout.d.ts +26 -2
- package/es/publish/app-index-view-layout.mjs +21 -2
- package/es/publish/index.mjs +12 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.d.ts +42 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.mjs +47 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.d.ts +246 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.mjs +293 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.d.ts +44 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.mjs +49 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.d.ts +245 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.mjs +292 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.d.ts +47 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.mjs +82 -63
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +70 -35
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +107 -69
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.d.ts +1 -29
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +2 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.d.ts +45 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.mjs +81 -63
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +45 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +81 -63
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.d.ts +45 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.mjs +81 -63
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.d.ts +1 -29
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.mjs +2 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +45 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +81 -63
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.d.ts +90 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.mjs +98 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +70 -26
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +109 -39
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.d.ts +45 -33
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.mjs +81 -63
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +70 -6
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +108 -14
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +117 -39
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +138 -70
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +48 -31
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +34 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.d.ts +70 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.mjs +109 -10
- package/es/theme/generic/index.css +1 -1
- package/es/theme/generic/vant.css +1 -1
- package/es/theme/index.css +1 -1
- package/lib/publish/app-index-view-layout-blank-mode.cjs +38 -0
- package/lib/publish/app-index-view-layout.cjs +21 -2
- package/lib/publish/index.cjs +12 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-9-layout.cjs +51 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-calendar-view-layout.cjs +297 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-9-layout.cjs +53 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-chart-view-layout.cjs +296 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-data-view-layout.cjs +82 -63
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +107 -69
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +2 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-list-view-layout.cjs +81 -63
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +81 -63
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-md-view-layout.cjs +81 -63
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-option-view-layout.cjs +2 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +81 -63
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-9-layout.cjs +102 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +109 -39
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tree-view-layout.cjs +81 -63
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +108 -14
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +138 -70
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +34 -2
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-start-view-layout.cjs +109 -10
- package/lib/theme/generic/index.css +1 -1
- package/lib/theme/generic/vant.css +1 -1
- package/lib/theme/index.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
var DEMobChartView = {
|
|
2
|
+
"layoutMode": "FLEX",
|
|
3
|
+
"layout": {
|
|
4
|
+
"layout": "FLEX"
|
|
5
|
+
},
|
|
6
|
+
"rootPanelItems": [
|
|
7
|
+
{
|
|
8
|
+
"panelItems": [
|
|
9
|
+
{
|
|
10
|
+
"panelItems": [
|
|
11
|
+
{
|
|
12
|
+
"panelItems": [
|
|
13
|
+
{
|
|
14
|
+
"panelItems": [
|
|
15
|
+
{
|
|
16
|
+
"panelItems": [
|
|
17
|
+
{
|
|
18
|
+
"caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
|
|
19
|
+
"itemStyle": "DEFAULT",
|
|
20
|
+
"itemType": "CTRLPOS",
|
|
21
|
+
"layoutPos": {
|
|
22
|
+
"shrink": 1,
|
|
23
|
+
"heightMode": "FULL",
|
|
24
|
+
"layout": "FLEX",
|
|
25
|
+
"valignSelf": "MIDDLE"
|
|
26
|
+
},
|
|
27
|
+
"showCaption": true,
|
|
28
|
+
"id": "lefttoolbar"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"layout": {
|
|
32
|
+
"layout": "FLEX"
|
|
33
|
+
},
|
|
34
|
+
"dataRegionType": "INHERIT",
|
|
35
|
+
"caption": "\u5BB9\u5668",
|
|
36
|
+
"itemStyle": "DEFAULT",
|
|
37
|
+
"itemType": "CONTAINER",
|
|
38
|
+
"layoutPos": {
|
|
39
|
+
"shrink": 0,
|
|
40
|
+
"layout": "FLEX"
|
|
41
|
+
},
|
|
42
|
+
"id": "view_left_toolbar"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"panelItems": [
|
|
46
|
+
{
|
|
47
|
+
"caption": "\u6807\u9898\u680F",
|
|
48
|
+
"itemStyle": "DEFAULT",
|
|
49
|
+
"itemType": "CTRLPOS",
|
|
50
|
+
"layoutPos": {
|
|
51
|
+
"shrink": 1,
|
|
52
|
+
"heightMode": "FULL",
|
|
53
|
+
"layout": "FLEX"
|
|
54
|
+
},
|
|
55
|
+
"showCaption": true,
|
|
56
|
+
"id": "captionbar"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"layout": {
|
|
60
|
+
"align": "center",
|
|
61
|
+
"dir": "row",
|
|
62
|
+
"layout": "FLEX"
|
|
63
|
+
},
|
|
64
|
+
"dataRegionType": "INHERIT",
|
|
65
|
+
"caption": "\u5BB9\u5668",
|
|
66
|
+
"itemStyle": "DEFAULT",
|
|
67
|
+
"itemType": "CONTAINER",
|
|
68
|
+
"layoutPos": {
|
|
69
|
+
"grow": 1,
|
|
70
|
+
"shrink": 1,
|
|
71
|
+
"layout": "FLEX"
|
|
72
|
+
},
|
|
73
|
+
"id": "view_captionbar"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"panelItems": [
|
|
77
|
+
{
|
|
78
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
79
|
+
"itemStyle": "DEFAULT",
|
|
80
|
+
"itemType": "CTRLPOS",
|
|
81
|
+
"layoutPos": {
|
|
82
|
+
"shrink": 1,
|
|
83
|
+
"heightMode": "FULL",
|
|
84
|
+
"layout": "FLEX",
|
|
85
|
+
"valignSelf": "MIDDLE"
|
|
86
|
+
},
|
|
87
|
+
"showCaption": true,
|
|
88
|
+
"id": "righttoolbar"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"layout": {
|
|
92
|
+
"layout": "FLEX"
|
|
93
|
+
},
|
|
94
|
+
"dataRegionType": "INHERIT",
|
|
95
|
+
"caption": "\u5BB9\u5668",
|
|
96
|
+
"itemStyle": "DEFAULT",
|
|
97
|
+
"itemType": "CONTAINER",
|
|
98
|
+
"layoutPos": {
|
|
99
|
+
"shrink": 0,
|
|
100
|
+
"layout": "FLEX"
|
|
101
|
+
},
|
|
102
|
+
"id": "view_right_toolbar"
|
|
103
|
+
}
|
|
104
|
+
],
|
|
105
|
+
"predefinedType": "Toolbar",
|
|
106
|
+
"layout": {
|
|
107
|
+
"dir": "row",
|
|
108
|
+
"layout": "FLEX"
|
|
109
|
+
},
|
|
110
|
+
"dataRegionType": "INHERIT",
|
|
111
|
+
"caption": "\u5BB9\u5668",
|
|
112
|
+
"itemStyle": "DEFAULT",
|
|
113
|
+
"itemType": "CONTAINER",
|
|
114
|
+
"layoutPos": {
|
|
115
|
+
"shrink": 1,
|
|
116
|
+
"layout": "FLEX"
|
|
117
|
+
},
|
|
118
|
+
"id": "view_toolbar"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"predefinedType": "Header",
|
|
122
|
+
"layout": {
|
|
123
|
+
"dir": "column",
|
|
124
|
+
"layout": "FLEX"
|
|
125
|
+
},
|
|
126
|
+
"dataRegionType": "INHERIT",
|
|
127
|
+
"caption": "\u5BB9\u5668",
|
|
128
|
+
"itemStyle": "DEFAULT",
|
|
129
|
+
"itemType": "CONTAINER",
|
|
130
|
+
"layoutPos": {
|
|
131
|
+
"shrink": 0,
|
|
132
|
+
"layout": "FLEX"
|
|
133
|
+
},
|
|
134
|
+
"id": "view_header"
|
|
135
|
+
},
|
|
136
|
+
{
|
|
137
|
+
"panelItems": [
|
|
138
|
+
{
|
|
139
|
+
"caption": "\u641C\u7D22\u680F",
|
|
140
|
+
"itemStyle": "DEFAULT",
|
|
141
|
+
"itemType": "CTRLPOS",
|
|
142
|
+
"layoutPos": {
|
|
143
|
+
"shrink": 1,
|
|
144
|
+
"layout": "FLEX"
|
|
145
|
+
},
|
|
146
|
+
"showCaption": true,
|
|
147
|
+
"id": "searchbar"
|
|
148
|
+
}
|
|
149
|
+
],
|
|
150
|
+
"predefinedType": "Toolbar",
|
|
151
|
+
"layout": {
|
|
152
|
+
"layout": "FLEX"
|
|
153
|
+
},
|
|
154
|
+
"dataRegionType": "INHERIT",
|
|
155
|
+
"caption": "\u5BB9\u5668",
|
|
156
|
+
"itemStyle": "DEFAULT",
|
|
157
|
+
"itemType": "CONTAINER",
|
|
158
|
+
"layoutPos": {
|
|
159
|
+
"shrink": 1,
|
|
160
|
+
"layout": "FLEX"
|
|
161
|
+
},
|
|
162
|
+
"id": "view_toolbar2"
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
"panelItems": [
|
|
166
|
+
{
|
|
167
|
+
"caption": "\u641C\u7D22\u8868\u5355",
|
|
168
|
+
"itemStyle": "DEFAULT",
|
|
169
|
+
"itemType": "CTRLPOS",
|
|
170
|
+
"layoutPos": {
|
|
171
|
+
"shrink": 1,
|
|
172
|
+
"layout": "FLEX"
|
|
173
|
+
},
|
|
174
|
+
"showCaption": true,
|
|
175
|
+
"id": "searchform"
|
|
176
|
+
}
|
|
177
|
+
],
|
|
178
|
+
"layout": {
|
|
179
|
+
"layout": "FLEX"
|
|
180
|
+
},
|
|
181
|
+
"dataRegionType": "INHERIT",
|
|
182
|
+
"caption": "\u5BB9\u5668",
|
|
183
|
+
"itemStyle": "DEFAULT",
|
|
184
|
+
"itemType": "CONTAINER",
|
|
185
|
+
"layoutPos": {
|
|
186
|
+
"shrink": 1,
|
|
187
|
+
"layout": "FLEX"
|
|
188
|
+
},
|
|
189
|
+
"id": "view_searchform"
|
|
190
|
+
}
|
|
191
|
+
],
|
|
192
|
+
"layout": {
|
|
193
|
+
"dir": "column",
|
|
194
|
+
"layout": "FLEX"
|
|
195
|
+
},
|
|
196
|
+
"dataRegionType": "INHERIT",
|
|
197
|
+
"caption": "\u5BB9\u5668",
|
|
198
|
+
"itemStyle": "DEFAULT",
|
|
199
|
+
"itemType": "CONTAINER",
|
|
200
|
+
"layoutPos": {
|
|
201
|
+
"shrink": 0,
|
|
202
|
+
"layout": "FLEX"
|
|
203
|
+
},
|
|
204
|
+
"id": "view_top"
|
|
205
|
+
}
|
|
206
|
+
],
|
|
207
|
+
"predefinedType": "PANELPART",
|
|
208
|
+
"layout": {
|
|
209
|
+
"layout": "FLEX"
|
|
210
|
+
},
|
|
211
|
+
"dataRegionType": "INHERIT",
|
|
212
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
213
|
+
"itemStyle": "DEFAULT",
|
|
214
|
+
"itemType": "CONTAINER",
|
|
215
|
+
"layoutPos": {
|
|
216
|
+
"shrink": 1,
|
|
217
|
+
"layout": "FLEX"
|
|
218
|
+
},
|
|
219
|
+
"showCaption": true,
|
|
220
|
+
"id": "panelpart"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"panelItems": [
|
|
224
|
+
{
|
|
225
|
+
"caption": "\u56FE\u8868\u90E8\u4EF6",
|
|
226
|
+
"itemStyle": "DEFAULT",
|
|
227
|
+
"itemType": "CTRLPOS",
|
|
228
|
+
"layoutPos": {
|
|
229
|
+
"grow": 1,
|
|
230
|
+
"shrink": 1,
|
|
231
|
+
"layout": "FLEX"
|
|
232
|
+
},
|
|
233
|
+
"showCaption": true,
|
|
234
|
+
"id": "chart"
|
|
235
|
+
}
|
|
236
|
+
],
|
|
237
|
+
"predefinedType": "Content",
|
|
238
|
+
"layout": {
|
|
239
|
+
"layout": "FLEX"
|
|
240
|
+
},
|
|
241
|
+
"dataRegionType": "INHERIT",
|
|
242
|
+
"caption": "\u5BB9\u5668",
|
|
243
|
+
"itemStyle": "DEFAULT",
|
|
244
|
+
"itemType": "CONTAINER",
|
|
245
|
+
"layoutPos": {
|
|
246
|
+
"grow": 1,
|
|
247
|
+
"shrink": 1,
|
|
248
|
+
"layout": "FLEX"
|
|
249
|
+
},
|
|
250
|
+
"id": "view_content"
|
|
251
|
+
},
|
|
252
|
+
{
|
|
253
|
+
"panelItems": [
|
|
254
|
+
{
|
|
255
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
256
|
+
"itemStyle": "DEFAULT",
|
|
257
|
+
"itemType": "CTRLPOS",
|
|
258
|
+
"layoutPos": {
|
|
259
|
+
"shrink": 1,
|
|
260
|
+
"layout": "FLEX"
|
|
261
|
+
},
|
|
262
|
+
"showCaption": true,
|
|
263
|
+
"id": "footertoolbar"
|
|
264
|
+
}
|
|
265
|
+
],
|
|
266
|
+
"predefinedType": "Footer",
|
|
267
|
+
"layout": {
|
|
268
|
+
"layout": "FLEX"
|
|
269
|
+
},
|
|
270
|
+
"dataRegionType": "INHERIT",
|
|
271
|
+
"caption": "\u5BB9\u5668",
|
|
272
|
+
"itemStyle": "DEFAULT",
|
|
273
|
+
"itemType": "CONTAINER",
|
|
274
|
+
"layoutPos": {
|
|
275
|
+
"shrink": 0,
|
|
276
|
+
"layout": "FLEX"
|
|
277
|
+
},
|
|
278
|
+
"id": "view_footer"
|
|
279
|
+
}
|
|
280
|
+
],
|
|
281
|
+
"layoutPanel": true,
|
|
282
|
+
"mobilePanel": true,
|
|
283
|
+
"codeName": "MobChartViewLayout",
|
|
284
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
285
|
+
"logicName": "\u5B9E\u4F53\u79FB\u52A8\u7AEF\u56FE\u8868\u89C6\u56FE\u5E03\u5C40\u9762\u677F",
|
|
286
|
+
"appDataEntityId": "mobfrontmodel.mobviewlayoutmodelrepository",
|
|
287
|
+
"controlParam": {},
|
|
288
|
+
"name": "layoutpanel",
|
|
289
|
+
"id": "mobchartviewlayout"
|
|
290
|
+
};
|
|
291
|
+
|
|
292
|
+
export { DEMobChartView as default };
|
|
@@ -6,49 +6,67 @@ declare const _default: {
|
|
|
6
6
|
rootPanelItems: ({
|
|
7
7
|
panelItems: {
|
|
8
8
|
panelItems: ({
|
|
9
|
-
panelItems:
|
|
10
|
-
panelItems: {
|
|
9
|
+
panelItems: {
|
|
10
|
+
panelItems: ({
|
|
11
|
+
panelItems: {
|
|
12
|
+
caption: string;
|
|
13
|
+
itemStyle: string;
|
|
14
|
+
itemType: string;
|
|
15
|
+
layoutPos: {
|
|
16
|
+
shrink: number;
|
|
17
|
+
heightMode: string;
|
|
18
|
+
layout: string;
|
|
19
|
+
valignSelf: string;
|
|
20
|
+
};
|
|
21
|
+
showCaption: boolean;
|
|
22
|
+
id: string;
|
|
23
|
+
}[];
|
|
24
|
+
layout: {
|
|
25
|
+
layout: string;
|
|
26
|
+
align?: undefined;
|
|
27
|
+
dir?: undefined;
|
|
28
|
+
};
|
|
29
|
+
dataRegionType: string;
|
|
11
30
|
caption: string;
|
|
12
31
|
itemStyle: string;
|
|
13
32
|
itemType: string;
|
|
14
33
|
layoutPos: {
|
|
15
34
|
shrink: number;
|
|
16
35
|
layout: string;
|
|
36
|
+
grow?: undefined;
|
|
17
37
|
};
|
|
18
|
-
showCaption: boolean;
|
|
19
38
|
id: string;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
layout:
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
+
} | {
|
|
40
|
+
panelItems: {
|
|
41
|
+
caption: string;
|
|
42
|
+
itemStyle: string;
|
|
43
|
+
itemType: string;
|
|
44
|
+
layoutPos: {
|
|
45
|
+
shrink: number;
|
|
46
|
+
heightMode: string;
|
|
47
|
+
layout: string;
|
|
48
|
+
};
|
|
49
|
+
showCaption: boolean;
|
|
50
|
+
id: string;
|
|
51
|
+
}[];
|
|
52
|
+
layout: {
|
|
53
|
+
align: string;
|
|
54
|
+
dir: string;
|
|
55
|
+
layout: string;
|
|
56
|
+
};
|
|
57
|
+
dataRegionType: string;
|
|
39
58
|
caption: string;
|
|
40
59
|
itemStyle: string;
|
|
41
60
|
itemType: string;
|
|
42
61
|
layoutPos: {
|
|
62
|
+
grow: number;
|
|
43
63
|
shrink: number;
|
|
44
|
-
heightMode: string;
|
|
45
64
|
layout: string;
|
|
46
65
|
};
|
|
47
|
-
showCaption: boolean;
|
|
48
66
|
id: string;
|
|
49
|
-
}[];
|
|
67
|
+
})[];
|
|
68
|
+
predefinedType: string;
|
|
50
69
|
layout: {
|
|
51
|
-
align: string;
|
|
52
70
|
dir: string;
|
|
53
71
|
layout: string;
|
|
54
72
|
};
|
|
@@ -57,16 +75,13 @@ declare const _default: {
|
|
|
57
75
|
itemStyle: string;
|
|
58
76
|
itemType: string;
|
|
59
77
|
layoutPos: {
|
|
60
|
-
grow: number;
|
|
61
78
|
shrink: number;
|
|
62
79
|
layout: string;
|
|
63
|
-
heightMode?: undefined;
|
|
64
80
|
};
|
|
65
81
|
id: string;
|
|
66
|
-
}
|
|
82
|
+
}[];
|
|
67
83
|
predefinedType: string;
|
|
68
84
|
layout: {
|
|
69
|
-
align: string;
|
|
70
85
|
dir: string;
|
|
71
86
|
layout: string;
|
|
72
87
|
};
|
|
@@ -94,7 +109,6 @@ declare const _default: {
|
|
|
94
109
|
predefinedType: string;
|
|
95
110
|
layout: {
|
|
96
111
|
layout: string;
|
|
97
|
-
align?: undefined;
|
|
98
112
|
dir?: undefined;
|
|
99
113
|
};
|
|
100
114
|
dataRegionType: string;
|
|
@@ -120,7 +134,6 @@ declare const _default: {
|
|
|
120
134
|
}[];
|
|
121
135
|
layout: {
|
|
122
136
|
layout: string;
|
|
123
|
-
align?: undefined;
|
|
124
137
|
dir?: undefined;
|
|
125
138
|
};
|
|
126
139
|
dataRegionType: string;
|
|
@@ -134,7 +147,6 @@ declare const _default: {
|
|
|
134
147
|
id: string;
|
|
135
148
|
predefinedType?: undefined;
|
|
136
149
|
})[];
|
|
137
|
-
predefinedType: string;
|
|
138
150
|
layout: {
|
|
139
151
|
dir: string;
|
|
140
152
|
layout: string;
|
|
@@ -161,6 +173,7 @@ declare const _default: {
|
|
|
161
173
|
layoutPos: {
|
|
162
174
|
shrink: number;
|
|
163
175
|
layout: string;
|
|
176
|
+
grow?: undefined;
|
|
164
177
|
};
|
|
165
178
|
showCaption: boolean;
|
|
166
179
|
id: string;
|
|
@@ -185,6 +198,7 @@ declare const _default: {
|
|
|
185
198
|
itemStyle: string;
|
|
186
199
|
itemType: string;
|
|
187
200
|
layoutPos: {
|
|
201
|
+
grow: number;
|
|
188
202
|
shrink: number;
|
|
189
203
|
layout: string;
|
|
190
204
|
};
|
|
@@ -13,77 +13,98 @@ var DEMobDataView = {
|
|
|
13
13
|
{
|
|
14
14
|
"panelItems": [
|
|
15
15
|
{
|
|
16
|
-
"
|
|
16
|
+
"panelItems": [
|
|
17
|
+
{
|
|
18
|
+
"caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
|
|
19
|
+
"itemStyle": "DEFAULT",
|
|
20
|
+
"itemType": "CTRLPOS",
|
|
21
|
+
"layoutPos": {
|
|
22
|
+
"shrink": 1,
|
|
23
|
+
"heightMode": "FULL",
|
|
24
|
+
"layout": "FLEX",
|
|
25
|
+
"valignSelf": "MIDDLE"
|
|
26
|
+
},
|
|
27
|
+
"showCaption": true,
|
|
28
|
+
"id": "lefttoolbar"
|
|
29
|
+
}
|
|
30
|
+
],
|
|
31
|
+
"layout": {
|
|
32
|
+
"layout": "FLEX"
|
|
33
|
+
},
|
|
34
|
+
"dataRegionType": "INHERIT",
|
|
35
|
+
"caption": "\u5BB9\u5668",
|
|
17
36
|
"itemStyle": "DEFAULT",
|
|
18
|
-
"itemType": "
|
|
37
|
+
"itemType": "CONTAINER",
|
|
19
38
|
"layoutPos": {
|
|
20
|
-
"shrink":
|
|
39
|
+
"shrink": 0,
|
|
21
40
|
"layout": "FLEX"
|
|
22
41
|
},
|
|
23
|
-
"
|
|
24
|
-
|
|
25
|
-
}
|
|
26
|
-
],
|
|
27
|
-
"layout": {
|
|
28
|
-
"layout": "FLEX"
|
|
29
|
-
},
|
|
30
|
-
"dataRegionType": "INHERIT",
|
|
31
|
-
"caption": "\u5BB9\u5668",
|
|
32
|
-
"itemStyle": "DEFAULT",
|
|
33
|
-
"itemType": "CONTAINER",
|
|
34
|
-
"layoutPos": {
|
|
35
|
-
"shrink": 0,
|
|
36
|
-
"heightMode": "FULL",
|
|
37
|
-
"layout": "FLEX"
|
|
38
|
-
},
|
|
39
|
-
"id": "view_left_toolbar"
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
"panelItems": [
|
|
42
|
+
"id": "view_left_toolbar"
|
|
43
|
+
},
|
|
43
44
|
{
|
|
44
|
-
"
|
|
45
|
+
"panelItems": [
|
|
46
|
+
{
|
|
47
|
+
"caption": "\u6807\u9898\u680F",
|
|
48
|
+
"itemStyle": "DEFAULT",
|
|
49
|
+
"itemType": "CTRLPOS",
|
|
50
|
+
"layoutPos": {
|
|
51
|
+
"shrink": 1,
|
|
52
|
+
"heightMode": "FULL",
|
|
53
|
+
"layout": "FLEX"
|
|
54
|
+
},
|
|
55
|
+
"showCaption": true,
|
|
56
|
+
"id": "captionbar"
|
|
57
|
+
}
|
|
58
|
+
],
|
|
59
|
+
"layout": {
|
|
60
|
+
"align": "center",
|
|
61
|
+
"dir": "row",
|
|
62
|
+
"layout": "FLEX"
|
|
63
|
+
},
|
|
64
|
+
"dataRegionType": "INHERIT",
|
|
65
|
+
"caption": "\u5BB9\u5668",
|
|
45
66
|
"itemStyle": "DEFAULT",
|
|
46
|
-
"itemType": "
|
|
67
|
+
"itemType": "CONTAINER",
|
|
47
68
|
"layoutPos": {
|
|
69
|
+
"grow": 1,
|
|
48
70
|
"shrink": 1,
|
|
49
|
-
"heightMode": "FULL",
|
|
50
71
|
"layout": "FLEX"
|
|
51
72
|
},
|
|
52
|
-
"
|
|
53
|
-
|
|
54
|
-
}
|
|
55
|
-
],
|
|
56
|
-
"layout": {
|
|
57
|
-
"align": "center",
|
|
58
|
-
"dir": "row",
|
|
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": "view_captionbar"
|
|
71
|
-
},
|
|
72
|
-
{
|
|
73
|
-
"panelItems": [
|
|
73
|
+
"id": "view_captionbar"
|
|
74
|
+
},
|
|
74
75
|
{
|
|
75
|
-
"
|
|
76
|
+
"panelItems": [
|
|
77
|
+
{
|
|
78
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
79
|
+
"itemStyle": "DEFAULT",
|
|
80
|
+
"itemType": "CTRLPOS",
|
|
81
|
+
"layoutPos": {
|
|
82
|
+
"shrink": 1,
|
|
83
|
+
"heightMode": "FULL",
|
|
84
|
+
"layout": "FLEX",
|
|
85
|
+
"valignSelf": "MIDDLE"
|
|
86
|
+
},
|
|
87
|
+
"showCaption": true,
|
|
88
|
+
"id": "righttoolbar"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"layout": {
|
|
92
|
+
"layout": "FLEX"
|
|
93
|
+
},
|
|
94
|
+
"dataRegionType": "INHERIT",
|
|
95
|
+
"caption": "\u5BB9\u5668",
|
|
76
96
|
"itemStyle": "DEFAULT",
|
|
77
|
-
"itemType": "
|
|
97
|
+
"itemType": "CONTAINER",
|
|
78
98
|
"layoutPos": {
|
|
79
|
-
"shrink":
|
|
99
|
+
"shrink": 0,
|
|
80
100
|
"layout": "FLEX"
|
|
81
101
|
},
|
|
82
|
-
"
|
|
83
|
-
"id": "righttoolbar"
|
|
102
|
+
"id": "view_right_toolbar"
|
|
84
103
|
}
|
|
85
104
|
],
|
|
105
|
+
"predefinedType": "Toolbar",
|
|
86
106
|
"layout": {
|
|
107
|
+
"dir": "row",
|
|
87
108
|
"layout": "FLEX"
|
|
88
109
|
},
|
|
89
110
|
"dataRegionType": "INHERIT",
|
|
@@ -91,17 +112,15 @@ var DEMobDataView = {
|
|
|
91
112
|
"itemStyle": "DEFAULT",
|
|
92
113
|
"itemType": "CONTAINER",
|
|
93
114
|
"layoutPos": {
|
|
94
|
-
"shrink":
|
|
95
|
-
"heightMode": "FULL",
|
|
115
|
+
"shrink": 1,
|
|
96
116
|
"layout": "FLEX"
|
|
97
117
|
},
|
|
98
|
-
"id": "
|
|
118
|
+
"id": "view_toolbar"
|
|
99
119
|
}
|
|
100
120
|
],
|
|
101
|
-
"predefinedType": "
|
|
121
|
+
"predefinedType": "Header",
|
|
102
122
|
"layout": {
|
|
103
|
-
"
|
|
104
|
-
"dir": "row",
|
|
123
|
+
"dir": "column",
|
|
105
124
|
"layout": "FLEX"
|
|
106
125
|
},
|
|
107
126
|
"dataRegionType": "INHERIT",
|
|
@@ -109,10 +128,10 @@ var DEMobDataView = {
|
|
|
109
128
|
"itemStyle": "DEFAULT",
|
|
110
129
|
"itemType": "CONTAINER",
|
|
111
130
|
"layoutPos": {
|
|
112
|
-
"shrink":
|
|
131
|
+
"shrink": 0,
|
|
113
132
|
"layout": "FLEX"
|
|
114
133
|
},
|
|
115
|
-
"id": "
|
|
134
|
+
"id": "view_header"
|
|
116
135
|
},
|
|
117
136
|
{
|
|
118
137
|
"panelItems": [
|
|
@@ -170,7 +189,6 @@ var DEMobDataView = {
|
|
|
170
189
|
"id": "view_searchform"
|
|
171
190
|
}
|
|
172
191
|
],
|
|
173
|
-
"predefinedType": "Header",
|
|
174
192
|
"layout": {
|
|
175
193
|
"dir": "column",
|
|
176
194
|
"layout": "FLEX"
|
|
@@ -183,7 +201,7 @@ var DEMobDataView = {
|
|
|
183
201
|
"shrink": 0,
|
|
184
202
|
"layout": "FLEX"
|
|
185
203
|
},
|
|
186
|
-
"id": "
|
|
204
|
+
"id": "view_top"
|
|
187
205
|
}
|
|
188
206
|
],
|
|
189
207
|
"predefinedType": "PANELPART",
|
|
@@ -224,6 +242,7 @@ var DEMobDataView = {
|
|
|
224
242
|
"itemStyle": "DEFAULT",
|
|
225
243
|
"itemType": "CONTAINER",
|
|
226
244
|
"layoutPos": {
|
|
245
|
+
"grow": 1,
|
|
227
246
|
"shrink": 1,
|
|
228
247
|
"layout": "FLEX"
|
|
229
248
|
},
|