@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,297 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var DEMobCalendarView = {
|
|
6
|
+
"layoutBodyOnly": true,
|
|
7
|
+
"layoutMode": "FLEX",
|
|
8
|
+
"layout": {
|
|
9
|
+
"layout": "FLEX"
|
|
10
|
+
},
|
|
11
|
+
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"panelItems": [
|
|
14
|
+
{
|
|
15
|
+
"panelItems": [
|
|
16
|
+
{
|
|
17
|
+
"panelItems": [
|
|
18
|
+
{
|
|
19
|
+
"panelItems": [
|
|
20
|
+
{
|
|
21
|
+
"panelItems": [
|
|
22
|
+
{
|
|
23
|
+
"caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "CTRLPOS",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 1,
|
|
28
|
+
"heightMode": "FULL",
|
|
29
|
+
"layout": "FLEX",
|
|
30
|
+
"valignSelf": "MIDDLE"
|
|
31
|
+
},
|
|
32
|
+
"showCaption": true,
|
|
33
|
+
"id": "lefttoolbar"
|
|
34
|
+
}
|
|
35
|
+
],
|
|
36
|
+
"layout": {
|
|
37
|
+
"layout": "FLEX"
|
|
38
|
+
},
|
|
39
|
+
"dataRegionType": "INHERIT",
|
|
40
|
+
"caption": "\u5BB9\u5668",
|
|
41
|
+
"itemStyle": "DEFAULT",
|
|
42
|
+
"itemType": "CONTAINER",
|
|
43
|
+
"layoutPos": {
|
|
44
|
+
"shrink": 0,
|
|
45
|
+
"layout": "FLEX"
|
|
46
|
+
},
|
|
47
|
+
"id": "view_left_toolbar"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"panelItems": [
|
|
51
|
+
{
|
|
52
|
+
"caption": "\u6807\u9898\u680F",
|
|
53
|
+
"itemStyle": "DEFAULT",
|
|
54
|
+
"itemType": "CTRLPOS",
|
|
55
|
+
"layoutPos": {
|
|
56
|
+
"shrink": 1,
|
|
57
|
+
"heightMode": "FULL",
|
|
58
|
+
"layout": "FLEX"
|
|
59
|
+
},
|
|
60
|
+
"showCaption": true,
|
|
61
|
+
"id": "captionbar"
|
|
62
|
+
}
|
|
63
|
+
],
|
|
64
|
+
"layout": {
|
|
65
|
+
"align": "center",
|
|
66
|
+
"dir": "row",
|
|
67
|
+
"layout": "FLEX"
|
|
68
|
+
},
|
|
69
|
+
"dataRegionType": "INHERIT",
|
|
70
|
+
"caption": "\u5BB9\u5668",
|
|
71
|
+
"itemStyle": "DEFAULT",
|
|
72
|
+
"itemType": "CONTAINER",
|
|
73
|
+
"layoutPos": {
|
|
74
|
+
"grow": 1,
|
|
75
|
+
"shrink": 1,
|
|
76
|
+
"layout": "FLEX"
|
|
77
|
+
},
|
|
78
|
+
"id": "view_captionbar"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"panelItems": [
|
|
82
|
+
{
|
|
83
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
84
|
+
"itemStyle": "DEFAULT",
|
|
85
|
+
"itemType": "CTRLPOS",
|
|
86
|
+
"layoutPos": {
|
|
87
|
+
"shrink": 1,
|
|
88
|
+
"heightMode": "FULL",
|
|
89
|
+
"layout": "FLEX",
|
|
90
|
+
"valignSelf": "MIDDLE"
|
|
91
|
+
},
|
|
92
|
+
"showCaption": true,
|
|
93
|
+
"id": "righttoolbar"
|
|
94
|
+
}
|
|
95
|
+
],
|
|
96
|
+
"layout": {
|
|
97
|
+
"layout": "FLEX"
|
|
98
|
+
},
|
|
99
|
+
"dataRegionType": "INHERIT",
|
|
100
|
+
"caption": "\u5BB9\u5668",
|
|
101
|
+
"itemStyle": "DEFAULT",
|
|
102
|
+
"itemType": "CONTAINER",
|
|
103
|
+
"layoutPos": {
|
|
104
|
+
"shrink": 0,
|
|
105
|
+
"layout": "FLEX"
|
|
106
|
+
},
|
|
107
|
+
"id": "view_right_toolbar"
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"predefinedType": "Toolbar",
|
|
111
|
+
"layout": {
|
|
112
|
+
"dir": "row",
|
|
113
|
+
"layout": "FLEX"
|
|
114
|
+
},
|
|
115
|
+
"dataRegionType": "INHERIT",
|
|
116
|
+
"caption": "\u5BB9\u5668",
|
|
117
|
+
"itemStyle": "DEFAULT",
|
|
118
|
+
"itemType": "CONTAINER",
|
|
119
|
+
"layoutPos": {
|
|
120
|
+
"shrink": 1,
|
|
121
|
+
"layout": "FLEX"
|
|
122
|
+
},
|
|
123
|
+
"id": "view_toolbar"
|
|
124
|
+
}
|
|
125
|
+
],
|
|
126
|
+
"predefinedType": "Header",
|
|
127
|
+
"layout": {
|
|
128
|
+
"dir": "column",
|
|
129
|
+
"layout": "FLEX"
|
|
130
|
+
},
|
|
131
|
+
"dataRegionType": "INHERIT",
|
|
132
|
+
"caption": "\u5BB9\u5668",
|
|
133
|
+
"itemStyle": "DEFAULT",
|
|
134
|
+
"itemType": "CONTAINER",
|
|
135
|
+
"layoutPos": {
|
|
136
|
+
"shrink": 0,
|
|
137
|
+
"layout": "FLEX"
|
|
138
|
+
},
|
|
139
|
+
"id": "view_header"
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
"panelItems": [
|
|
143
|
+
{
|
|
144
|
+
"caption": "\u641C\u7D22\u680F",
|
|
145
|
+
"itemStyle": "DEFAULT",
|
|
146
|
+
"itemType": "CTRLPOS",
|
|
147
|
+
"layoutPos": {
|
|
148
|
+
"shrink": 1,
|
|
149
|
+
"layout": "FLEX"
|
|
150
|
+
},
|
|
151
|
+
"showCaption": true,
|
|
152
|
+
"id": "searchbar"
|
|
153
|
+
}
|
|
154
|
+
],
|
|
155
|
+
"predefinedType": "Toolbar",
|
|
156
|
+
"layout": {
|
|
157
|
+
"layout": "FLEX"
|
|
158
|
+
},
|
|
159
|
+
"dataRegionType": "INHERIT",
|
|
160
|
+
"caption": "\u5BB9\u5668",
|
|
161
|
+
"itemStyle": "DEFAULT",
|
|
162
|
+
"itemType": "CONTAINER",
|
|
163
|
+
"layoutPos": {
|
|
164
|
+
"shrink": 1,
|
|
165
|
+
"layout": "FLEX"
|
|
166
|
+
},
|
|
167
|
+
"id": "view_toolbar2"
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
"panelItems": [
|
|
171
|
+
{
|
|
172
|
+
"caption": "\u641C\u7D22\u8868\u5355",
|
|
173
|
+
"itemStyle": "DEFAULT",
|
|
174
|
+
"itemType": "CTRLPOS",
|
|
175
|
+
"layoutPos": {
|
|
176
|
+
"shrink": 1,
|
|
177
|
+
"layout": "FLEX"
|
|
178
|
+
},
|
|
179
|
+
"showCaption": true,
|
|
180
|
+
"id": "searchform"
|
|
181
|
+
}
|
|
182
|
+
],
|
|
183
|
+
"layout": {
|
|
184
|
+
"layout": "FLEX"
|
|
185
|
+
},
|
|
186
|
+
"dataRegionType": "INHERIT",
|
|
187
|
+
"caption": "\u5BB9\u5668",
|
|
188
|
+
"itemStyle": "DEFAULT",
|
|
189
|
+
"itemType": "CONTAINER",
|
|
190
|
+
"layoutPos": {
|
|
191
|
+
"shrink": 1,
|
|
192
|
+
"layout": "FLEX"
|
|
193
|
+
},
|
|
194
|
+
"id": "view_searchform"
|
|
195
|
+
}
|
|
196
|
+
],
|
|
197
|
+
"layout": {
|
|
198
|
+
"dir": "column",
|
|
199
|
+
"layout": "FLEX"
|
|
200
|
+
},
|
|
201
|
+
"dataRegionType": "INHERIT",
|
|
202
|
+
"caption": "\u5BB9\u5668",
|
|
203
|
+
"itemStyle": "DEFAULT",
|
|
204
|
+
"itemType": "CONTAINER",
|
|
205
|
+
"layoutPos": {
|
|
206
|
+
"shrink": 0,
|
|
207
|
+
"layout": "FLEX"
|
|
208
|
+
},
|
|
209
|
+
"id": "view_top"
|
|
210
|
+
}
|
|
211
|
+
],
|
|
212
|
+
"predefinedType": "PANELPART",
|
|
213
|
+
"layout": {
|
|
214
|
+
"layout": "FLEX"
|
|
215
|
+
},
|
|
216
|
+
"dataRegionType": "INHERIT",
|
|
217
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
218
|
+
"itemStyle": "DEFAULT",
|
|
219
|
+
"itemType": "CONTAINER",
|
|
220
|
+
"layoutPos": {
|
|
221
|
+
"shrink": 1,
|
|
222
|
+
"layout": "FLEX"
|
|
223
|
+
},
|
|
224
|
+
"showCaption": true,
|
|
225
|
+
"id": "panelpart"
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"panelItems": [
|
|
229
|
+
{
|
|
230
|
+
"caption": "\u65E5\u5386\u90E8\u4EF6",
|
|
231
|
+
"itemStyle": "DEFAULT",
|
|
232
|
+
"itemType": "CTRLPOS",
|
|
233
|
+
"layoutPos": {
|
|
234
|
+
"grow": 1,
|
|
235
|
+
"shrink": 1,
|
|
236
|
+
"layout": "FLEX"
|
|
237
|
+
},
|
|
238
|
+
"showCaption": true,
|
|
239
|
+
"id": "calendar"
|
|
240
|
+
}
|
|
241
|
+
],
|
|
242
|
+
"predefinedType": "Content",
|
|
243
|
+
"layout": {
|
|
244
|
+
"layout": "FLEX"
|
|
245
|
+
},
|
|
246
|
+
"dataRegionType": "INHERIT",
|
|
247
|
+
"caption": "\u5BB9\u5668",
|
|
248
|
+
"itemStyle": "DEFAULT",
|
|
249
|
+
"itemType": "CONTAINER",
|
|
250
|
+
"layoutPos": {
|
|
251
|
+
"grow": 1,
|
|
252
|
+
"shrink": 1,
|
|
253
|
+
"layout": "FLEX"
|
|
254
|
+
},
|
|
255
|
+
"id": "view_content"
|
|
256
|
+
},
|
|
257
|
+
{
|
|
258
|
+
"panelItems": [
|
|
259
|
+
{
|
|
260
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
261
|
+
"itemStyle": "DEFAULT",
|
|
262
|
+
"itemType": "CTRLPOS",
|
|
263
|
+
"layoutPos": {
|
|
264
|
+
"shrink": 1,
|
|
265
|
+
"layout": "FLEX"
|
|
266
|
+
},
|
|
267
|
+
"showCaption": true,
|
|
268
|
+
"id": "footertoolbar"
|
|
269
|
+
}
|
|
270
|
+
],
|
|
271
|
+
"predefinedType": "Footer",
|
|
272
|
+
"layout": {
|
|
273
|
+
"layout": "FLEX"
|
|
274
|
+
},
|
|
275
|
+
"dataRegionType": "INHERIT",
|
|
276
|
+
"caption": "\u5BB9\u5668",
|
|
277
|
+
"itemStyle": "DEFAULT",
|
|
278
|
+
"itemType": "CONTAINER",
|
|
279
|
+
"layoutPos": {
|
|
280
|
+
"shrink": 0,
|
|
281
|
+
"layout": "FLEX"
|
|
282
|
+
},
|
|
283
|
+
"id": "view_footer"
|
|
284
|
+
}
|
|
285
|
+
],
|
|
286
|
+
"layoutPanel": true,
|
|
287
|
+
"mobilePanel": true,
|
|
288
|
+
"codeName": "MobCalendariewLayout",
|
|
289
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
290
|
+
"logicName": "\u5B9E\u4F53\u79FB\u52A8\u7AEF\u65E5\u5386\u89C6\u56FE\u5E03\u5C40\u9762\u677F",
|
|
291
|
+
"appDataEntityId": "mobfrontmodel.mobviewlayoutmodelrepository",
|
|
292
|
+
"controlParam": {},
|
|
293
|
+
"name": "layoutpanel",
|
|
294
|
+
"id": "mobcalendariewlayout"
|
|
295
|
+
};
|
|
296
|
+
|
|
297
|
+
exports.default = DEMobCalendarView;
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var DEMobChartView9 = {
|
|
6
|
+
"layoutBodyOnly": true,
|
|
7
|
+
"layoutMode": "FLEX",
|
|
8
|
+
"layout": {
|
|
9
|
+
"layout": "FLEX"
|
|
10
|
+
},
|
|
11
|
+
"rootPanelItems": [
|
|
12
|
+
{
|
|
13
|
+
"panelItems": [
|
|
14
|
+
{
|
|
15
|
+
"caption": "\u56FE\u8868\u90E8\u4EF6",
|
|
16
|
+
"itemStyle": "DEFAULT",
|
|
17
|
+
"itemType": "CTRLPOS",
|
|
18
|
+
"layoutPos": {
|
|
19
|
+
"shrink": 1,
|
|
20
|
+
"heightMode": "FULL",
|
|
21
|
+
"layout": "FLEX"
|
|
22
|
+
},
|
|
23
|
+
"showCaption": true,
|
|
24
|
+
"id": "chart"
|
|
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": 1,
|
|
36
|
+
"heightMode": "FULL",
|
|
37
|
+
"layout": "FLEX"
|
|
38
|
+
},
|
|
39
|
+
"id": "view_content"
|
|
40
|
+
}
|
|
41
|
+
],
|
|
42
|
+
"layoutPanel": true,
|
|
43
|
+
"mobilePanel": true,
|
|
44
|
+
"codeName": "MobCHARTView9Layout",
|
|
45
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
46
|
+
"logicName": "\u5B9E\u4F53\u79FB\u52A8\u7AEF\u56FE\u8868\u89C6\u56FE\uFF08\u90E8\u4EF6\u89C6\u56FE\uFF09\u5E03\u5C40\u9762\u677F\u5E03\u5C40\u9762\u677F",
|
|
47
|
+
"appDataEntityId": "mobfrontmodel.mobviewlayoutmodelrepository",
|
|
48
|
+
"controlParam": {},
|
|
49
|
+
"name": "layoutpanel",
|
|
50
|
+
"id": "mobchartview9layout"
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
exports.default = DEMobChartView9;
|
|
@@ -0,0 +1,296 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var DEMobChartView = {
|
|
6
|
+
"layoutMode": "FLEX",
|
|
7
|
+
"layout": {
|
|
8
|
+
"layout": "FLEX"
|
|
9
|
+
},
|
|
10
|
+
"rootPanelItems": [
|
|
11
|
+
{
|
|
12
|
+
"panelItems": [
|
|
13
|
+
{
|
|
14
|
+
"panelItems": [
|
|
15
|
+
{
|
|
16
|
+
"panelItems": [
|
|
17
|
+
{
|
|
18
|
+
"panelItems": [
|
|
19
|
+
{
|
|
20
|
+
"panelItems": [
|
|
21
|
+
{
|
|
22
|
+
"caption": "\u5DE6\u4FA7\u5DE5\u5177\u680F",
|
|
23
|
+
"itemStyle": "DEFAULT",
|
|
24
|
+
"itemType": "CTRLPOS",
|
|
25
|
+
"layoutPos": {
|
|
26
|
+
"shrink": 1,
|
|
27
|
+
"heightMode": "FULL",
|
|
28
|
+
"layout": "FLEX",
|
|
29
|
+
"valignSelf": "MIDDLE"
|
|
30
|
+
},
|
|
31
|
+
"showCaption": true,
|
|
32
|
+
"id": "lefttoolbar"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"layout": {
|
|
36
|
+
"layout": "FLEX"
|
|
37
|
+
},
|
|
38
|
+
"dataRegionType": "INHERIT",
|
|
39
|
+
"caption": "\u5BB9\u5668",
|
|
40
|
+
"itemStyle": "DEFAULT",
|
|
41
|
+
"itemType": "CONTAINER",
|
|
42
|
+
"layoutPos": {
|
|
43
|
+
"shrink": 0,
|
|
44
|
+
"layout": "FLEX"
|
|
45
|
+
},
|
|
46
|
+
"id": "view_left_toolbar"
|
|
47
|
+
},
|
|
48
|
+
{
|
|
49
|
+
"panelItems": [
|
|
50
|
+
{
|
|
51
|
+
"caption": "\u6807\u9898\u680F",
|
|
52
|
+
"itemStyle": "DEFAULT",
|
|
53
|
+
"itemType": "CTRLPOS",
|
|
54
|
+
"layoutPos": {
|
|
55
|
+
"shrink": 1,
|
|
56
|
+
"heightMode": "FULL",
|
|
57
|
+
"layout": "FLEX"
|
|
58
|
+
},
|
|
59
|
+
"showCaption": true,
|
|
60
|
+
"id": "captionbar"
|
|
61
|
+
}
|
|
62
|
+
],
|
|
63
|
+
"layout": {
|
|
64
|
+
"align": "center",
|
|
65
|
+
"dir": "row",
|
|
66
|
+
"layout": "FLEX"
|
|
67
|
+
},
|
|
68
|
+
"dataRegionType": "INHERIT",
|
|
69
|
+
"caption": "\u5BB9\u5668",
|
|
70
|
+
"itemStyle": "DEFAULT",
|
|
71
|
+
"itemType": "CONTAINER",
|
|
72
|
+
"layoutPos": {
|
|
73
|
+
"grow": 1,
|
|
74
|
+
"shrink": 1,
|
|
75
|
+
"layout": "FLEX"
|
|
76
|
+
},
|
|
77
|
+
"id": "view_captionbar"
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
"panelItems": [
|
|
81
|
+
{
|
|
82
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
83
|
+
"itemStyle": "DEFAULT",
|
|
84
|
+
"itemType": "CTRLPOS",
|
|
85
|
+
"layoutPos": {
|
|
86
|
+
"shrink": 1,
|
|
87
|
+
"heightMode": "FULL",
|
|
88
|
+
"layout": "FLEX",
|
|
89
|
+
"valignSelf": "MIDDLE"
|
|
90
|
+
},
|
|
91
|
+
"showCaption": true,
|
|
92
|
+
"id": "righttoolbar"
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"layout": {
|
|
96
|
+
"layout": "FLEX"
|
|
97
|
+
},
|
|
98
|
+
"dataRegionType": "INHERIT",
|
|
99
|
+
"caption": "\u5BB9\u5668",
|
|
100
|
+
"itemStyle": "DEFAULT",
|
|
101
|
+
"itemType": "CONTAINER",
|
|
102
|
+
"layoutPos": {
|
|
103
|
+
"shrink": 0,
|
|
104
|
+
"layout": "FLEX"
|
|
105
|
+
},
|
|
106
|
+
"id": "view_right_toolbar"
|
|
107
|
+
}
|
|
108
|
+
],
|
|
109
|
+
"predefinedType": "Toolbar",
|
|
110
|
+
"layout": {
|
|
111
|
+
"dir": "row",
|
|
112
|
+
"layout": "FLEX"
|
|
113
|
+
},
|
|
114
|
+
"dataRegionType": "INHERIT",
|
|
115
|
+
"caption": "\u5BB9\u5668",
|
|
116
|
+
"itemStyle": "DEFAULT",
|
|
117
|
+
"itemType": "CONTAINER",
|
|
118
|
+
"layoutPos": {
|
|
119
|
+
"shrink": 1,
|
|
120
|
+
"layout": "FLEX"
|
|
121
|
+
},
|
|
122
|
+
"id": "view_toolbar"
|
|
123
|
+
}
|
|
124
|
+
],
|
|
125
|
+
"predefinedType": "Header",
|
|
126
|
+
"layout": {
|
|
127
|
+
"dir": "column",
|
|
128
|
+
"layout": "FLEX"
|
|
129
|
+
},
|
|
130
|
+
"dataRegionType": "INHERIT",
|
|
131
|
+
"caption": "\u5BB9\u5668",
|
|
132
|
+
"itemStyle": "DEFAULT",
|
|
133
|
+
"itemType": "CONTAINER",
|
|
134
|
+
"layoutPos": {
|
|
135
|
+
"shrink": 0,
|
|
136
|
+
"layout": "FLEX"
|
|
137
|
+
},
|
|
138
|
+
"id": "view_header"
|
|
139
|
+
},
|
|
140
|
+
{
|
|
141
|
+
"panelItems": [
|
|
142
|
+
{
|
|
143
|
+
"caption": "\u641C\u7D22\u680F",
|
|
144
|
+
"itemStyle": "DEFAULT",
|
|
145
|
+
"itemType": "CTRLPOS",
|
|
146
|
+
"layoutPos": {
|
|
147
|
+
"shrink": 1,
|
|
148
|
+
"layout": "FLEX"
|
|
149
|
+
},
|
|
150
|
+
"showCaption": true,
|
|
151
|
+
"id": "searchbar"
|
|
152
|
+
}
|
|
153
|
+
],
|
|
154
|
+
"predefinedType": "Toolbar",
|
|
155
|
+
"layout": {
|
|
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_toolbar2"
|
|
167
|
+
},
|
|
168
|
+
{
|
|
169
|
+
"panelItems": [
|
|
170
|
+
{
|
|
171
|
+
"caption": "\u641C\u7D22\u8868\u5355",
|
|
172
|
+
"itemStyle": "DEFAULT",
|
|
173
|
+
"itemType": "CTRLPOS",
|
|
174
|
+
"layoutPos": {
|
|
175
|
+
"shrink": 1,
|
|
176
|
+
"layout": "FLEX"
|
|
177
|
+
},
|
|
178
|
+
"showCaption": true,
|
|
179
|
+
"id": "searchform"
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"layout": {
|
|
183
|
+
"layout": "FLEX"
|
|
184
|
+
},
|
|
185
|
+
"dataRegionType": "INHERIT",
|
|
186
|
+
"caption": "\u5BB9\u5668",
|
|
187
|
+
"itemStyle": "DEFAULT",
|
|
188
|
+
"itemType": "CONTAINER",
|
|
189
|
+
"layoutPos": {
|
|
190
|
+
"shrink": 1,
|
|
191
|
+
"layout": "FLEX"
|
|
192
|
+
},
|
|
193
|
+
"id": "view_searchform"
|
|
194
|
+
}
|
|
195
|
+
],
|
|
196
|
+
"layout": {
|
|
197
|
+
"dir": "column",
|
|
198
|
+
"layout": "FLEX"
|
|
199
|
+
},
|
|
200
|
+
"dataRegionType": "INHERIT",
|
|
201
|
+
"caption": "\u5BB9\u5668",
|
|
202
|
+
"itemStyle": "DEFAULT",
|
|
203
|
+
"itemType": "CONTAINER",
|
|
204
|
+
"layoutPos": {
|
|
205
|
+
"shrink": 0,
|
|
206
|
+
"layout": "FLEX"
|
|
207
|
+
},
|
|
208
|
+
"id": "view_top"
|
|
209
|
+
}
|
|
210
|
+
],
|
|
211
|
+
"predefinedType": "PANELPART",
|
|
212
|
+
"layout": {
|
|
213
|
+
"layout": "FLEX"
|
|
214
|
+
},
|
|
215
|
+
"dataRegionType": "INHERIT",
|
|
216
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
217
|
+
"itemStyle": "DEFAULT",
|
|
218
|
+
"itemType": "CONTAINER",
|
|
219
|
+
"layoutPos": {
|
|
220
|
+
"shrink": 1,
|
|
221
|
+
"layout": "FLEX"
|
|
222
|
+
},
|
|
223
|
+
"showCaption": true,
|
|
224
|
+
"id": "panelpart"
|
|
225
|
+
},
|
|
226
|
+
{
|
|
227
|
+
"panelItems": [
|
|
228
|
+
{
|
|
229
|
+
"caption": "\u56FE\u8868\u90E8\u4EF6",
|
|
230
|
+
"itemStyle": "DEFAULT",
|
|
231
|
+
"itemType": "CTRLPOS",
|
|
232
|
+
"layoutPos": {
|
|
233
|
+
"grow": 1,
|
|
234
|
+
"shrink": 1,
|
|
235
|
+
"layout": "FLEX"
|
|
236
|
+
},
|
|
237
|
+
"showCaption": true,
|
|
238
|
+
"id": "chart"
|
|
239
|
+
}
|
|
240
|
+
],
|
|
241
|
+
"predefinedType": "Content",
|
|
242
|
+
"layout": {
|
|
243
|
+
"layout": "FLEX"
|
|
244
|
+
},
|
|
245
|
+
"dataRegionType": "INHERIT",
|
|
246
|
+
"caption": "\u5BB9\u5668",
|
|
247
|
+
"itemStyle": "DEFAULT",
|
|
248
|
+
"itemType": "CONTAINER",
|
|
249
|
+
"layoutPos": {
|
|
250
|
+
"grow": 1,
|
|
251
|
+
"shrink": 1,
|
|
252
|
+
"layout": "FLEX"
|
|
253
|
+
},
|
|
254
|
+
"id": "view_content"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"panelItems": [
|
|
258
|
+
{
|
|
259
|
+
"caption": "\u5DE5\u5177\u680F",
|
|
260
|
+
"itemStyle": "DEFAULT",
|
|
261
|
+
"itemType": "CTRLPOS",
|
|
262
|
+
"layoutPos": {
|
|
263
|
+
"shrink": 1,
|
|
264
|
+
"layout": "FLEX"
|
|
265
|
+
},
|
|
266
|
+
"showCaption": true,
|
|
267
|
+
"id": "footertoolbar"
|
|
268
|
+
}
|
|
269
|
+
],
|
|
270
|
+
"predefinedType": "Footer",
|
|
271
|
+
"layout": {
|
|
272
|
+
"layout": "FLEX"
|
|
273
|
+
},
|
|
274
|
+
"dataRegionType": "INHERIT",
|
|
275
|
+
"caption": "\u5BB9\u5668",
|
|
276
|
+
"itemStyle": "DEFAULT",
|
|
277
|
+
"itemType": "CONTAINER",
|
|
278
|
+
"layoutPos": {
|
|
279
|
+
"shrink": 0,
|
|
280
|
+
"layout": "FLEX"
|
|
281
|
+
},
|
|
282
|
+
"id": "view_footer"
|
|
283
|
+
}
|
|
284
|
+
],
|
|
285
|
+
"layoutPanel": true,
|
|
286
|
+
"mobilePanel": true,
|
|
287
|
+
"codeName": "MobChartViewLayout",
|
|
288
|
+
"controlType": "VIEWLAYOUTPANEL",
|
|
289
|
+
"logicName": "\u5B9E\u4F53\u79FB\u52A8\u7AEF\u56FE\u8868\u89C6\u56FE\u5E03\u5C40\u9762\u677F",
|
|
290
|
+
"appDataEntityId": "mobfrontmodel.mobviewlayoutmodelrepository",
|
|
291
|
+
"controlParam": {},
|
|
292
|
+
"name": "layoutpanel",
|
|
293
|
+
"id": "mobchartviewlayout"
|
|
294
|
+
};
|
|
295
|
+
|
|
296
|
+
exports.default = DEMobChartView;
|