@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
|
@@ -5,50 +5,83 @@ declare const _default: {
|
|
|
5
5
|
};
|
|
6
6
|
rootPanelItems: ({
|
|
7
7
|
panelItems: ({
|
|
8
|
-
panelItems:
|
|
8
|
+
panelItems: {
|
|
9
9
|
panelItems: {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
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;
|
|
30
|
+
caption: string;
|
|
31
|
+
itemStyle: string;
|
|
32
|
+
itemType: string;
|
|
33
|
+
layoutPos: {
|
|
34
|
+
shrink: number;
|
|
35
|
+
layout: string;
|
|
36
|
+
grow?: undefined;
|
|
37
|
+
};
|
|
38
|
+
id: string;
|
|
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;
|
|
58
|
+
caption: string;
|
|
59
|
+
itemStyle: string;
|
|
60
|
+
itemType: string;
|
|
61
|
+
layoutPos: {
|
|
62
|
+
grow: number;
|
|
63
|
+
shrink: number;
|
|
64
|
+
layout: string;
|
|
65
|
+
};
|
|
66
|
+
id: string;
|
|
67
|
+
})[];
|
|
68
|
+
predefinedType: string;
|
|
69
|
+
layout: {
|
|
70
|
+
dir: string;
|
|
16
71
|
layout: string;
|
|
17
72
|
};
|
|
18
|
-
|
|
19
|
-
id: string;
|
|
20
|
-
}[];
|
|
21
|
-
layout: {
|
|
22
|
-
layout: string;
|
|
23
|
-
align?: undefined;
|
|
24
|
-
dir?: undefined;
|
|
25
|
-
};
|
|
26
|
-
dataRegionType: string;
|
|
27
|
-
caption: string;
|
|
28
|
-
itemStyle: string;
|
|
29
|
-
itemType: string;
|
|
30
|
-
layoutPos: {
|
|
31
|
-
shrink: number;
|
|
32
|
-
layout: string;
|
|
33
|
-
grow?: undefined;
|
|
34
|
-
heightMode?: undefined;
|
|
35
|
-
};
|
|
36
|
-
id: string;
|
|
37
|
-
} | {
|
|
38
|
-
panelItems: {
|
|
73
|
+
dataRegionType: string;
|
|
39
74
|
caption: string;
|
|
40
75
|
itemStyle: string;
|
|
41
76
|
itemType: string;
|
|
42
77
|
layoutPos: {
|
|
43
78
|
shrink: number;
|
|
44
|
-
heightMode: string;
|
|
45
79
|
layout: string;
|
|
46
80
|
};
|
|
47
|
-
showCaption: boolean;
|
|
48
81
|
id: string;
|
|
49
82
|
}[];
|
|
83
|
+
predefinedType: string;
|
|
50
84
|
layout: {
|
|
51
|
-
align: string;
|
|
52
85
|
dir: string;
|
|
53
86
|
layout: string;
|
|
54
87
|
};
|
|
@@ -57,15 +90,13 @@ declare const _default: {
|
|
|
57
90
|
itemStyle: string;
|
|
58
91
|
itemType: string;
|
|
59
92
|
layoutPos: {
|
|
60
|
-
grow: number;
|
|
61
93
|
shrink: number;
|
|
62
|
-
heightMode: string;
|
|
63
94
|
layout: string;
|
|
64
95
|
};
|
|
65
96
|
id: string;
|
|
66
|
-
}
|
|
97
|
+
}[];
|
|
98
|
+
predefinedType: string;
|
|
67
99
|
layout: {
|
|
68
|
-
dir: string;
|
|
69
100
|
layout: string;
|
|
70
101
|
};
|
|
71
102
|
dataRegionType: string;
|
|
@@ -76,6 +107,7 @@ declare const _default: {
|
|
|
76
107
|
shrink: number;
|
|
77
108
|
layout: string;
|
|
78
109
|
};
|
|
110
|
+
showCaption: boolean;
|
|
79
111
|
id: string;
|
|
80
112
|
} | {
|
|
81
113
|
panelItems: {
|
|
@@ -91,7 +123,6 @@ declare const _default: {
|
|
|
91
123
|
}[];
|
|
92
124
|
layout: {
|
|
93
125
|
layout: string;
|
|
94
|
-
dir?: undefined;
|
|
95
126
|
};
|
|
96
127
|
dataRegionType: string;
|
|
97
128
|
caption: string;
|
|
@@ -102,8 +133,9 @@ declare const _default: {
|
|
|
102
133
|
layout: string;
|
|
103
134
|
};
|
|
104
135
|
id: string;
|
|
136
|
+
predefinedType?: undefined;
|
|
137
|
+
showCaption?: undefined;
|
|
105
138
|
})[];
|
|
106
|
-
predefinedType: string;
|
|
107
139
|
layout: {
|
|
108
140
|
layout: string;
|
|
109
141
|
};
|
|
@@ -116,8 +148,13 @@ declare const _default: {
|
|
|
116
148
|
layout: string;
|
|
117
149
|
basis?: undefined;
|
|
118
150
|
grow?: undefined;
|
|
151
|
+
spacingBottom?: undefined;
|
|
152
|
+
spacingLeft?: undefined;
|
|
153
|
+
spacingRight?: undefined;
|
|
154
|
+
spacingTop?: undefined;
|
|
119
155
|
};
|
|
120
156
|
id: string;
|
|
157
|
+
predefinedType?: undefined;
|
|
121
158
|
} | {
|
|
122
159
|
panelItems: ({
|
|
123
160
|
panelItems: {
|
|
@@ -176,20 +213,57 @@ declare const _default: {
|
|
|
176
213
|
grow: number;
|
|
177
214
|
shrink: number;
|
|
178
215
|
layout: string;
|
|
216
|
+
spacingBottom?: undefined;
|
|
217
|
+
spacingLeft?: undefined;
|
|
218
|
+
spacingRight?: undefined;
|
|
219
|
+
spacingTop?: undefined;
|
|
179
220
|
};
|
|
180
221
|
id: string;
|
|
181
222
|
} | {
|
|
182
|
-
panelItems: {
|
|
223
|
+
panelItems: ({
|
|
224
|
+
rawItem: {
|
|
225
|
+
halign: string;
|
|
226
|
+
renderMode: string;
|
|
227
|
+
valign: string;
|
|
228
|
+
wrapMode: string;
|
|
229
|
+
contentType: string;
|
|
230
|
+
predefinedType: string;
|
|
231
|
+
rawItemHeight: number;
|
|
232
|
+
id: string;
|
|
233
|
+
};
|
|
183
234
|
caption: string;
|
|
235
|
+
contentHeight: number;
|
|
236
|
+
height: number;
|
|
184
237
|
itemStyle: string;
|
|
185
238
|
itemType: string;
|
|
186
239
|
layoutPos: {
|
|
240
|
+
grow: number;
|
|
187
241
|
shrink: number;
|
|
242
|
+
height: number;
|
|
243
|
+
heightMode: string;
|
|
188
244
|
layout: string;
|
|
245
|
+
widthMode: string;
|
|
189
246
|
};
|
|
190
247
|
showCaption: boolean;
|
|
191
248
|
id: string;
|
|
192
|
-
}
|
|
249
|
+
} | {
|
|
250
|
+
caption: string;
|
|
251
|
+
itemStyle: string;
|
|
252
|
+
itemType: string;
|
|
253
|
+
layoutPos: {
|
|
254
|
+
shrink: number;
|
|
255
|
+
layout: string;
|
|
256
|
+
grow?: undefined;
|
|
257
|
+
height?: undefined;
|
|
258
|
+
heightMode?: undefined;
|
|
259
|
+
widthMode?: undefined;
|
|
260
|
+
};
|
|
261
|
+
showCaption: boolean;
|
|
262
|
+
id: string;
|
|
263
|
+
rawItem?: undefined;
|
|
264
|
+
contentHeight?: undefined;
|
|
265
|
+
height?: undefined;
|
|
266
|
+
})[];
|
|
193
267
|
predefinedType: string;
|
|
194
268
|
layout: {
|
|
195
269
|
layout: string;
|
|
@@ -201,6 +275,10 @@ declare const _default: {
|
|
|
201
275
|
layoutPos: {
|
|
202
276
|
shrink: number;
|
|
203
277
|
layout: string;
|
|
278
|
+
spacingBottom: string;
|
|
279
|
+
spacingLeft: string;
|
|
280
|
+
spacingRight: string;
|
|
281
|
+
spacingTop: string;
|
|
204
282
|
basis?: undefined;
|
|
205
283
|
grow?: undefined;
|
|
206
284
|
};
|
|
@@ -11,79 +11,116 @@ var DEMobWFDynaEditView3 = {
|
|
|
11
11
|
{
|
|
12
12
|
"panelItems": [
|
|
13
13
|
{
|
|
14
|
-
"
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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",
|
|
20
108
|
"layout": "FLEX"
|
|
21
109
|
},
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
}
|
|
25
|
-
],
|
|
26
|
-
"layout": {
|
|
27
|
-
"layout": "FLEX"
|
|
28
|
-
},
|
|
29
|
-
"dataRegionType": "INHERIT",
|
|
30
|
-
"caption": "\u5BB9\u5668",
|
|
31
|
-
"itemStyle": "DEFAULT",
|
|
32
|
-
"itemType": "CONTAINER",
|
|
33
|
-
"layoutPos": {
|
|
34
|
-
"shrink": 0,
|
|
35
|
-
"layout": "FLEX"
|
|
36
|
-
},
|
|
37
|
-
"id": "view_left_toolbar"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"panelItems": [
|
|
41
|
-
{
|
|
42
|
-
"caption": "\u6807\u9898\u680F",
|
|
110
|
+
"dataRegionType": "INHERIT",
|
|
111
|
+
"caption": "\u5BB9\u5668",
|
|
43
112
|
"itemStyle": "DEFAULT",
|
|
44
|
-
"itemType": "
|
|
113
|
+
"itemType": "CONTAINER",
|
|
45
114
|
"layoutPos": {
|
|
46
115
|
"shrink": 1,
|
|
47
|
-
"heightMode": "FULL",
|
|
48
116
|
"layout": "FLEX"
|
|
49
117
|
},
|
|
50
|
-
"
|
|
51
|
-
"id": "captionbar"
|
|
52
|
-
}
|
|
53
|
-
],
|
|
54
|
-
"layout": {
|
|
55
|
-
"align": "center",
|
|
56
|
-
"dir": "row",
|
|
57
|
-
"layout": "FLEX"
|
|
58
|
-
},
|
|
59
|
-
"dataRegionType": "INHERIT",
|
|
60
|
-
"caption": "\u5BB9\u5668",
|
|
61
|
-
"itemStyle": "DEFAULT",
|
|
62
|
-
"itemType": "CONTAINER",
|
|
63
|
-
"layoutPos": {
|
|
64
|
-
"grow": 1,
|
|
65
|
-
"shrink": 1,
|
|
66
|
-
"heightMode": "FULL",
|
|
67
|
-
"layout": "FLEX"
|
|
68
|
-
},
|
|
69
|
-
"id": "view_captionbar"
|
|
70
|
-
},
|
|
71
|
-
{
|
|
72
|
-
"panelItems": [
|
|
73
|
-
{
|
|
74
|
-
"caption": "\u53F3\u4FA7\u5DE5\u5177\u680F",
|
|
75
|
-
"itemStyle": "DEFAULT",
|
|
76
|
-
"itemType": "CTRLPOS",
|
|
77
|
-
"layoutPos": {
|
|
78
|
-
"shrink": 1,
|
|
79
|
-
"heightMode": "FULL",
|
|
80
|
-
"layout": "FLEX"
|
|
81
|
-
},
|
|
82
|
-
"showCaption": true,
|
|
83
|
-
"id": "righttoolbar"
|
|
118
|
+
"id": "view_toolbar"
|
|
84
119
|
}
|
|
85
120
|
],
|
|
121
|
+
"predefinedType": "Header",
|
|
86
122
|
"layout": {
|
|
123
|
+
"dir": "column",
|
|
87
124
|
"layout": "FLEX"
|
|
88
125
|
},
|
|
89
126
|
"dataRegionType": "INHERIT",
|
|
@@ -94,22 +131,23 @@ var DEMobWFDynaEditView3 = {
|
|
|
94
131
|
"shrink": 0,
|
|
95
132
|
"layout": "FLEX"
|
|
96
133
|
},
|
|
97
|
-
"id": "
|
|
134
|
+
"id": "view_header"
|
|
98
135
|
}
|
|
99
136
|
],
|
|
137
|
+
"predefinedType": "PANELPART",
|
|
100
138
|
"layout": {
|
|
101
|
-
"dir": "row",
|
|
102
139
|
"layout": "FLEX"
|
|
103
140
|
},
|
|
104
141
|
"dataRegionType": "INHERIT",
|
|
105
|
-
"caption": "\
|
|
142
|
+
"caption": "\u5F15\u7528\u5E03\u5C40\u9762\u677F",
|
|
106
143
|
"itemStyle": "DEFAULT",
|
|
107
144
|
"itemType": "CONTAINER",
|
|
108
145
|
"layoutPos": {
|
|
109
146
|
"shrink": 1,
|
|
110
147
|
"layout": "FLEX"
|
|
111
148
|
},
|
|
112
|
-
"
|
|
149
|
+
"showCaption": true,
|
|
150
|
+
"id": "panelpart"
|
|
113
151
|
},
|
|
114
152
|
{
|
|
115
153
|
"panelItems": [
|
|
@@ -139,7 +177,6 @@ var DEMobWFDynaEditView3 = {
|
|
|
139
177
|
"id": "view_drtab"
|
|
140
178
|
}
|
|
141
179
|
],
|
|
142
|
-
"predefinedType": "Header",
|
|
143
180
|
"layout": {
|
|
144
181
|
"layout": "FLEX"
|
|
145
182
|
},
|
|
@@ -151,7 +188,7 @@ var DEMobWFDynaEditView3 = {
|
|
|
151
188
|
"shrink": 0,
|
|
152
189
|
"layout": "FLEX"
|
|
153
190
|
},
|
|
154
|
-
"id": "
|
|
191
|
+
"id": "view_top"
|
|
155
192
|
},
|
|
156
193
|
{
|
|
157
194
|
"panelItems": [
|
|
@@ -216,6 +253,33 @@ var DEMobWFDynaEditView3 = {
|
|
|
216
253
|
},
|
|
217
254
|
{
|
|
218
255
|
"panelItems": [
|
|
256
|
+
{
|
|
257
|
+
"rawItem": {
|
|
258
|
+
"halign": "LEFT",
|
|
259
|
+
"renderMode": "TEXT",
|
|
260
|
+
"valign": "MIDDLE",
|
|
261
|
+
"wrapMode": "NOWRAP",
|
|
262
|
+
"contentType": "RAW",
|
|
263
|
+
"predefinedType": "WF_ACTION_BUTTON",
|
|
264
|
+
"rawItemHeight": 40,
|
|
265
|
+
"id": "wf_action_button"
|
|
266
|
+
},
|
|
267
|
+
"caption": "\u5904\u7406",
|
|
268
|
+
"contentHeight": 40,
|
|
269
|
+
"height": 40,
|
|
270
|
+
"itemStyle": "DEFAULT",
|
|
271
|
+
"itemType": "RAWITEM",
|
|
272
|
+
"layoutPos": {
|
|
273
|
+
"grow": 1,
|
|
274
|
+
"shrink": 1,
|
|
275
|
+
"height": 40,
|
|
276
|
+
"heightMode": "PX",
|
|
277
|
+
"layout": "FLEX",
|
|
278
|
+
"widthMode": "FULL"
|
|
279
|
+
},
|
|
280
|
+
"showCaption": true,
|
|
281
|
+
"id": "wf_action_button"
|
|
282
|
+
},
|
|
219
283
|
{
|
|
220
284
|
"caption": "\u5DE5\u5177\u680F",
|
|
221
285
|
"itemStyle": "DEFAULT",
|
|
@@ -238,7 +302,11 @@ var DEMobWFDynaEditView3 = {
|
|
|
238
302
|
"itemType": "CONTAINER",
|
|
239
303
|
"layoutPos": {
|
|
240
304
|
"shrink": 1,
|
|
241
|
-
"layout": "FLEX"
|
|
305
|
+
"layout": "FLEX",
|
|
306
|
+
"spacingBottom": "INNERLARGE",
|
|
307
|
+
"spacingLeft": "INNERLARGE",
|
|
308
|
+
"spacingRight": "INNERLARGE",
|
|
309
|
+
"spacingTop": "INNERLARGE"
|
|
242
310
|
},
|
|
243
311
|
"id": "view_footer"
|
|
244
312
|
}
|
|
@@ -15,6 +15,7 @@ declare const _default: {
|
|
|
15
15
|
shrink: number;
|
|
16
16
|
heightMode: string;
|
|
17
17
|
layout: string;
|
|
18
|
+
valignSelf: string;
|
|
18
19
|
};
|
|
19
20
|
showCaption: boolean;
|
|
20
21
|
id: string;
|
|
@@ -62,35 +63,6 @@ declare const _default: {
|
|
|
62
63
|
layout: string;
|
|
63
64
|
};
|
|
64
65
|
id: string;
|
|
65
|
-
} | {
|
|
66
|
-
panelItems: {
|
|
67
|
-
caption: string;
|
|
68
|
-
itemStyle: string;
|
|
69
|
-
itemType: string;
|
|
70
|
-
layoutPos: {
|
|
71
|
-
shrink: number;
|
|
72
|
-
heightMode: string;
|
|
73
|
-
layout: string;
|
|
74
|
-
valignSelf: string;
|
|
75
|
-
};
|
|
76
|
-
showCaption: boolean;
|
|
77
|
-
id: string;
|
|
78
|
-
}[];
|
|
79
|
-
layout: {
|
|
80
|
-
layout: string;
|
|
81
|
-
align?: undefined;
|
|
82
|
-
dir?: undefined;
|
|
83
|
-
};
|
|
84
|
-
dataRegionType: string;
|
|
85
|
-
caption: string;
|
|
86
|
-
itemStyle: string;
|
|
87
|
-
itemType: string;
|
|
88
|
-
layoutPos: {
|
|
89
|
-
shrink: number;
|
|
90
|
-
layout: string;
|
|
91
|
-
grow?: undefined;
|
|
92
|
-
};
|
|
93
|
-
id: string;
|
|
94
66
|
})[];
|
|
95
67
|
predefinedType: string;
|
|
96
68
|
layout: {
|
|
@@ -134,6 +106,10 @@ declare const _default: {
|
|
|
134
106
|
shrink: number;
|
|
135
107
|
layout: string;
|
|
136
108
|
grow?: undefined;
|
|
109
|
+
spacingBottom?: undefined;
|
|
110
|
+
spacingLeft?: undefined;
|
|
111
|
+
spacingRight?: undefined;
|
|
112
|
+
spacingTop?: undefined;
|
|
137
113
|
};
|
|
138
114
|
showCaption: boolean;
|
|
139
115
|
id: string;
|
|
@@ -162,21 +138,58 @@ declare const _default: {
|
|
|
162
138
|
grow: number;
|
|
163
139
|
shrink: number;
|
|
164
140
|
layout: string;
|
|
141
|
+
spacingBottom?: undefined;
|
|
142
|
+
spacingLeft?: undefined;
|
|
143
|
+
spacingRight?: undefined;
|
|
144
|
+
spacingTop?: undefined;
|
|
165
145
|
};
|
|
166
146
|
id: string;
|
|
167
147
|
showCaption?: undefined;
|
|
168
148
|
} | {
|
|
169
|
-
panelItems: {
|
|
149
|
+
panelItems: ({
|
|
150
|
+
rawItem: {
|
|
151
|
+
halign: string;
|
|
152
|
+
renderMode: string;
|
|
153
|
+
valign: string;
|
|
154
|
+
wrapMode: string;
|
|
155
|
+
contentType: string;
|
|
156
|
+
predefinedType: string;
|
|
157
|
+
rawItemHeight: number;
|
|
158
|
+
id: string;
|
|
159
|
+
};
|
|
170
160
|
caption: string;
|
|
161
|
+
contentHeight: number;
|
|
162
|
+
height: number;
|
|
171
163
|
itemStyle: string;
|
|
172
164
|
itemType: string;
|
|
173
165
|
layoutPos: {
|
|
166
|
+
grow: number;
|
|
174
167
|
shrink: number;
|
|
168
|
+
height: number;
|
|
169
|
+
heightMode: string;
|
|
175
170
|
layout: string;
|
|
171
|
+
widthMode: string;
|
|
176
172
|
};
|
|
177
173
|
showCaption: boolean;
|
|
178
174
|
id: string;
|
|
179
|
-
}
|
|
175
|
+
} | {
|
|
176
|
+
caption: string;
|
|
177
|
+
itemStyle: string;
|
|
178
|
+
itemType: string;
|
|
179
|
+
layoutPos: {
|
|
180
|
+
shrink: number;
|
|
181
|
+
layout: string;
|
|
182
|
+
grow?: undefined;
|
|
183
|
+
height?: undefined;
|
|
184
|
+
heightMode?: undefined;
|
|
185
|
+
widthMode?: undefined;
|
|
186
|
+
};
|
|
187
|
+
showCaption: boolean;
|
|
188
|
+
id: string;
|
|
189
|
+
rawItem?: undefined;
|
|
190
|
+
contentHeight?: undefined;
|
|
191
|
+
height?: undefined;
|
|
192
|
+
})[];
|
|
180
193
|
predefinedType: string;
|
|
181
194
|
layout: {
|
|
182
195
|
layout: string;
|
|
@@ -188,6 +201,10 @@ declare const _default: {
|
|
|
188
201
|
layoutPos: {
|
|
189
202
|
shrink: number;
|
|
190
203
|
layout: string;
|
|
204
|
+
spacingBottom: string;
|
|
205
|
+
spacingLeft: string;
|
|
206
|
+
spacingRight: string;
|
|
207
|
+
spacingTop: string;
|
|
191
208
|
grow?: undefined;
|
|
192
209
|
};
|
|
193
210
|
id: string;
|
|
@@ -19,7 +19,8 @@ var DEMobWFDynaEditView = {
|
|
|
19
19
|
"layoutPos": {
|
|
20
20
|
"shrink": 1,
|
|
21
21
|
"heightMode": "FULL",
|
|
22
|
-
"layout": "FLEX"
|
|
22
|
+
"layout": "FLEX",
|
|
23
|
+
"valignSelf": "MIDDLE"
|
|
23
24
|
},
|
|
24
25
|
"showCaption": true,
|
|
25
26
|
"id": "lefttoolbar"
|
|
@@ -178,6 +179,33 @@ var DEMobWFDynaEditView = {
|
|
|
178
179
|
},
|
|
179
180
|
{
|
|
180
181
|
"panelItems": [
|
|
182
|
+
{
|
|
183
|
+
"rawItem": {
|
|
184
|
+
"halign": "LEFT",
|
|
185
|
+
"renderMode": "TEXT",
|
|
186
|
+
"valign": "MIDDLE",
|
|
187
|
+
"wrapMode": "NOWRAP",
|
|
188
|
+
"contentType": "RAW",
|
|
189
|
+
"predefinedType": "WF_ACTION_BUTTON",
|
|
190
|
+
"rawItemHeight": 40,
|
|
191
|
+
"id": "wf_action_button"
|
|
192
|
+
},
|
|
193
|
+
"caption": "\u5904\u7406",
|
|
194
|
+
"contentHeight": 40,
|
|
195
|
+
"height": 40,
|
|
196
|
+
"itemStyle": "DEFAULT",
|
|
197
|
+
"itemType": "RAWITEM",
|
|
198
|
+
"layoutPos": {
|
|
199
|
+
"grow": 1,
|
|
200
|
+
"shrink": 1,
|
|
201
|
+
"height": 40,
|
|
202
|
+
"heightMode": "PX",
|
|
203
|
+
"layout": "FLEX",
|
|
204
|
+
"widthMode": "FULL"
|
|
205
|
+
},
|
|
206
|
+
"showCaption": true,
|
|
207
|
+
"id": "wf_action_button"
|
|
208
|
+
},
|
|
181
209
|
{
|
|
182
210
|
"caption": "\u5DE5\u5177\u680F",
|
|
183
211
|
"itemStyle": "DEFAULT",
|
|
@@ -200,7 +228,11 @@ var DEMobWFDynaEditView = {
|
|
|
200
228
|
"itemType": "CONTAINER",
|
|
201
229
|
"layoutPos": {
|
|
202
230
|
"shrink": 1,
|
|
203
|
-
"layout": "FLEX"
|
|
231
|
+
"layout": "FLEX",
|
|
232
|
+
"spacingBottom": "INNERLARGE",
|
|
233
|
+
"spacingLeft": "INNERLARGE",
|
|
234
|
+
"spacingRight": "INNERLARGE",
|
|
235
|
+
"spacingTop": "INNERLARGE"
|
|
204
236
|
},
|
|
205
237
|
"id": "view_footer"
|
|
206
238
|
}
|