@ibiz-template/mob-theme 0.2.0 → 0.2.3
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 +20 -1
- 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.d.ts +1 -0
- package/es/publish/app-index-view-layout.mjs +1 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.d.ts +33 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.mjs +4 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.mjs +1 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.d.ts +46 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.mjs +31 -12
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.d.ts +46 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.mjs +23 -4
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.d.ts +25 -1
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.mjs +26 -5
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.d.ts +44 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.mjs +23 -4
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.d.ts +41 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.mjs +9 -2
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.d.ts +3 -0
- package/es/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.mjs +1 -0
- package/es/theme/elements/index.css +1 -1
- package/es/theme/generic/index.css +1 -1
- package/es/theme/generic/vant.css +1 -0
- package/es/theme/index.css +1 -1
- package/es/theme/var.css +1 -0
- package/lib/publish/app-index-view-layout.cjs +1 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-3-layout.cjs +4 -0
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-edit-view-layout.cjs +1 -1
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-m-pickup-view-layout.cjs +31 -12
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-pickup-view-layout.cjs +23 -4
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-tab-exp-view-layout.cjs +26 -5
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-action-view-layout.cjs +23 -4
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-3-layout.cjs +9 -2
- package/lib/publish/mob-view-layout-model-repository/mob-view-layout-model-repository-de-mob-wf-dyna-edit-view-layout.cjs +1 -0
- package/lib/theme/elements/index.css +1 -1
- package/lib/theme/generic/index.css +1 -1
- package/lib/theme/generic/vant.css +1 -0
- package/lib/theme/index.css +1 -1
- package/lib/theme/var.css +1 -0
- package/package.json +2 -2
|
@@ -2,7 +2,7 @@ declare const _default: {
|
|
|
2
2
|
layoutMode: string;
|
|
3
3
|
rootPanelItems: ({
|
|
4
4
|
panelItems: ({
|
|
5
|
-
panelItems: {
|
|
5
|
+
panelItems: ({
|
|
6
6
|
panelItems: {
|
|
7
7
|
caption: string;
|
|
8
8
|
itemStyle: string;
|
|
@@ -16,6 +16,8 @@ declare const _default: {
|
|
|
16
16
|
}[];
|
|
17
17
|
layout: {
|
|
18
18
|
layout: string;
|
|
19
|
+
align?: undefined;
|
|
20
|
+
dir?: undefined;
|
|
19
21
|
};
|
|
20
22
|
dataRegionType: string;
|
|
21
23
|
caption: string;
|
|
@@ -24,9 +26,38 @@ declare const _default: {
|
|
|
24
26
|
layoutPos: {
|
|
25
27
|
shrink: number;
|
|
26
28
|
layout: string;
|
|
29
|
+
grow?: undefined;
|
|
27
30
|
};
|
|
28
31
|
id: string;
|
|
29
|
-
}
|
|
32
|
+
} | {
|
|
33
|
+
panelItems: {
|
|
34
|
+
caption: string;
|
|
35
|
+
itemStyle: string;
|
|
36
|
+
itemType: string;
|
|
37
|
+
layoutPos: {
|
|
38
|
+
shrink: number;
|
|
39
|
+
heightMode: string;
|
|
40
|
+
layout: string;
|
|
41
|
+
};
|
|
42
|
+
showCaption: boolean;
|
|
43
|
+
id: string;
|
|
44
|
+
}[];
|
|
45
|
+
layout: {
|
|
46
|
+
align: string;
|
|
47
|
+
dir: string;
|
|
48
|
+
layout: string;
|
|
49
|
+
};
|
|
50
|
+
dataRegionType: string;
|
|
51
|
+
caption: string;
|
|
52
|
+
itemStyle: string;
|
|
53
|
+
itemType: string;
|
|
54
|
+
layoutPos: {
|
|
55
|
+
grow: number;
|
|
56
|
+
shrink: number;
|
|
57
|
+
layout: string;
|
|
58
|
+
};
|
|
59
|
+
id: string;
|
|
60
|
+
})[];
|
|
30
61
|
layout: {
|
|
31
62
|
dir: string;
|
|
32
63
|
layout: string;
|
|
@@ -40,6 +40,7 @@ var DEMobEditView3 = {
|
|
|
40
40
|
"itemType": "CTRLPOS",
|
|
41
41
|
"layoutPos": {
|
|
42
42
|
"shrink": 1,
|
|
43
|
+
"heightMode": "FULL",
|
|
43
44
|
"layout": "FLEX"
|
|
44
45
|
},
|
|
45
46
|
"showCaption": true,
|
|
@@ -47,6 +48,8 @@ var DEMobEditView3 = {
|
|
|
47
48
|
}
|
|
48
49
|
],
|
|
49
50
|
"layout": {
|
|
51
|
+
"align": "center",
|
|
52
|
+
"dir": "row",
|
|
50
53
|
"layout": "FLEX"
|
|
51
54
|
},
|
|
52
55
|
"dataRegionType": "INHERIT",
|
|
@@ -54,6 +57,7 @@ var DEMobEditView3 = {
|
|
|
54
57
|
"itemStyle": "DEFAULT",
|
|
55
58
|
"itemType": "CONTAINER",
|
|
56
59
|
"layoutPos": {
|
|
60
|
+
"grow": 1,
|
|
57
61
|
"shrink": 1,
|
|
58
62
|
"layout": "FLEX"
|
|
59
63
|
},
|
|
@@ -127,9 +127,39 @@ declare const _default: {
|
|
|
127
127
|
layoutPos: {
|
|
128
128
|
shrink: number;
|
|
129
129
|
layout: string;
|
|
130
|
+
basis?: undefined;
|
|
131
|
+
grow?: undefined;
|
|
130
132
|
};
|
|
131
133
|
showCaption: boolean;
|
|
132
134
|
id: string;
|
|
135
|
+
} | {
|
|
136
|
+
panelItems: {
|
|
137
|
+
caption: string;
|
|
138
|
+
itemStyle: string;
|
|
139
|
+
itemType: string;
|
|
140
|
+
layoutPos: {
|
|
141
|
+
shrink: number;
|
|
142
|
+
layout: string;
|
|
143
|
+
};
|
|
144
|
+
showCaption: boolean;
|
|
145
|
+
id: string;
|
|
146
|
+
}[];
|
|
147
|
+
predefinedType: string;
|
|
148
|
+
layout: {
|
|
149
|
+
layout: string;
|
|
150
|
+
};
|
|
151
|
+
dataRegionType: string;
|
|
152
|
+
caption: string;
|
|
153
|
+
itemStyle: string;
|
|
154
|
+
itemType: string;
|
|
155
|
+
layoutPos: {
|
|
156
|
+
basis: number;
|
|
157
|
+
grow: number;
|
|
158
|
+
shrink: number;
|
|
159
|
+
layout: string;
|
|
160
|
+
};
|
|
161
|
+
id: string;
|
|
162
|
+
showCaption?: undefined;
|
|
133
163
|
} | {
|
|
134
164
|
panelItems: ({
|
|
135
165
|
caption: string;
|
|
@@ -138,6 +168,9 @@ declare const _default: {
|
|
|
138
168
|
layoutPos: {
|
|
139
169
|
shrink: number;
|
|
140
170
|
layout: string;
|
|
171
|
+
spacingBottom?: undefined;
|
|
172
|
+
spacingLeft?: undefined;
|
|
173
|
+
spacingRight?: undefined;
|
|
141
174
|
};
|
|
142
175
|
showCaption: boolean;
|
|
143
176
|
id: string;
|
|
@@ -150,16 +183,24 @@ declare const _default: {
|
|
|
150
183
|
uiactionId: string;
|
|
151
184
|
tooltip: string;
|
|
152
185
|
caption: string;
|
|
186
|
+
contentHeight: number;
|
|
187
|
+
height: number;
|
|
153
188
|
itemStyle: string;
|
|
154
189
|
itemType: string;
|
|
155
190
|
layoutPos: {
|
|
191
|
+
grow: number;
|
|
156
192
|
shrink: number;
|
|
193
|
+
height: number;
|
|
194
|
+
heightMode: string;
|
|
157
195
|
layout: string;
|
|
196
|
+
spacingLeft: string;
|
|
158
197
|
};
|
|
159
198
|
showCaption: boolean;
|
|
160
199
|
id: string;
|
|
161
200
|
}[];
|
|
162
201
|
layout: {
|
|
202
|
+
align: string;
|
|
203
|
+
dir: string;
|
|
163
204
|
layout: string;
|
|
164
205
|
};
|
|
165
206
|
dataRegionType: string;
|
|
@@ -169,6 +210,9 @@ declare const _default: {
|
|
|
169
210
|
layoutPos: {
|
|
170
211
|
shrink: number;
|
|
171
212
|
layout: string;
|
|
213
|
+
spacingBottom: string;
|
|
214
|
+
spacingLeft: string;
|
|
215
|
+
spacingRight: string;
|
|
172
216
|
};
|
|
173
217
|
id: string;
|
|
174
218
|
showCaption?: undefined;
|
|
@@ -184,6 +228,8 @@ declare const _default: {
|
|
|
184
228
|
layoutPos: {
|
|
185
229
|
shrink: number;
|
|
186
230
|
layout: string;
|
|
231
|
+
basis?: undefined;
|
|
232
|
+
grow?: undefined;
|
|
187
233
|
};
|
|
188
234
|
id: string;
|
|
189
235
|
showCaption?: undefined;
|
|
@@ -192,6 +192,8 @@ var DEMobMPickupView = {
|
|
|
192
192
|
"itemStyle": "DEFAULT",
|
|
193
193
|
"itemType": "CONTAINER",
|
|
194
194
|
"layoutPos": {
|
|
195
|
+
"basis": 0,
|
|
196
|
+
"grow": 1,
|
|
195
197
|
"shrink": 1,
|
|
196
198
|
"layout": "FLEX"
|
|
197
199
|
},
|
|
@@ -214,34 +216,48 @@ var DEMobMPickupView = {
|
|
|
214
216
|
"panelItems": [
|
|
215
217
|
{
|
|
216
218
|
"actionType": "UIACTION",
|
|
217
|
-
"uiactionId": "
|
|
218
|
-
"tooltip": "\
|
|
219
|
-
"caption": "\
|
|
219
|
+
"uiactionId": "cancel",
|
|
220
|
+
"tooltip": "\u53D6\u6D88",
|
|
221
|
+
"caption": "\u53D6\u6D88",
|
|
222
|
+
"contentHeight": 40,
|
|
223
|
+
"height": 40,
|
|
220
224
|
"itemStyle": "DEFAULT",
|
|
221
225
|
"itemType": "BUTTON",
|
|
222
226
|
"layoutPos": {
|
|
227
|
+
"grow": 1,
|
|
223
228
|
"shrink": 1,
|
|
224
|
-
"
|
|
229
|
+
"height": 40,
|
|
230
|
+
"heightMode": "PX",
|
|
231
|
+
"layout": "FLEX",
|
|
232
|
+
"spacingLeft": "OUTERSMALL"
|
|
225
233
|
},
|
|
226
234
|
"showCaption": true,
|
|
227
|
-
"id": "
|
|
235
|
+
"id": "button_cancelaction"
|
|
228
236
|
},
|
|
229
237
|
{
|
|
230
238
|
"actionType": "UIACTION",
|
|
231
|
-
"uiactionId": "
|
|
232
|
-
"tooltip": "\
|
|
233
|
-
"caption": "\
|
|
234
|
-
"
|
|
239
|
+
"uiactionId": "ok",
|
|
240
|
+
"tooltip": "\u786E\u5B9A",
|
|
241
|
+
"caption": "\u786E\u5B9A",
|
|
242
|
+
"contentHeight": 40,
|
|
243
|
+
"height": 40,
|
|
244
|
+
"itemStyle": "PRIMARY",
|
|
235
245
|
"itemType": "BUTTON",
|
|
236
246
|
"layoutPos": {
|
|
247
|
+
"grow": 1,
|
|
237
248
|
"shrink": 1,
|
|
238
|
-
"
|
|
249
|
+
"height": 40,
|
|
250
|
+
"heightMode": "PX",
|
|
251
|
+
"layout": "FLEX",
|
|
252
|
+
"spacingLeft": "OUTERSMALL"
|
|
239
253
|
},
|
|
240
254
|
"showCaption": true,
|
|
241
|
-
"id": "
|
|
255
|
+
"id": "button_okaction"
|
|
242
256
|
}
|
|
243
257
|
],
|
|
244
258
|
"layout": {
|
|
259
|
+
"align": "space-around",
|
|
260
|
+
"dir": "row",
|
|
245
261
|
"layout": "FLEX"
|
|
246
262
|
},
|
|
247
263
|
"dataRegionType": "INHERIT",
|
|
@@ -250,7 +266,10 @@ var DEMobMPickupView = {
|
|
|
250
266
|
"itemType": "CONTAINER",
|
|
251
267
|
"layoutPos": {
|
|
252
268
|
"shrink": 1,
|
|
253
|
-
"layout": "FLEX"
|
|
269
|
+
"layout": "FLEX",
|
|
270
|
+
"spacingBottom": "OUTERLARGE",
|
|
271
|
+
"spacingLeft": "OUTERSMALL",
|
|
272
|
+
"spacingRight": "OUTERSMALL"
|
|
254
273
|
},
|
|
255
274
|
"id": "container"
|
|
256
275
|
}
|
|
@@ -127,6 +127,11 @@ declare const _default: {
|
|
|
127
127
|
layoutPos: {
|
|
128
128
|
shrink: number;
|
|
129
129
|
layout: string;
|
|
130
|
+
basis?: undefined;
|
|
131
|
+
grow?: undefined;
|
|
132
|
+
spacingBottom?: undefined;
|
|
133
|
+
spacingLeft?: undefined;
|
|
134
|
+
spacingRight?: undefined;
|
|
130
135
|
};
|
|
131
136
|
showCaption: boolean;
|
|
132
137
|
id: string;
|
|
@@ -151,28 +156,61 @@ declare const _default: {
|
|
|
151
156
|
itemStyle: string;
|
|
152
157
|
itemType: string;
|
|
153
158
|
layoutPos: {
|
|
159
|
+
basis: number;
|
|
160
|
+
grow: number;
|
|
154
161
|
shrink: number;
|
|
155
162
|
layout: string;
|
|
163
|
+
spacingBottom?: undefined;
|
|
164
|
+
spacingLeft?: undefined;
|
|
165
|
+
spacingRight?: undefined;
|
|
156
166
|
};
|
|
157
167
|
id: string;
|
|
158
168
|
showCaption?: undefined;
|
|
159
169
|
} | {
|
|
160
170
|
panelItems: {
|
|
161
|
-
panelItems: {
|
|
171
|
+
panelItems: ({
|
|
162
172
|
actionType: string;
|
|
163
173
|
uiactionId: string;
|
|
164
174
|
tooltip: string;
|
|
165
175
|
caption: string;
|
|
176
|
+
contentHeight: number;
|
|
177
|
+
height: number;
|
|
166
178
|
itemStyle: string;
|
|
167
179
|
itemType: string;
|
|
168
180
|
layoutPos: {
|
|
181
|
+
grow: number;
|
|
169
182
|
shrink: number;
|
|
183
|
+
height: number;
|
|
184
|
+
heightMode: string;
|
|
170
185
|
layout: string;
|
|
186
|
+
spacingRight: string;
|
|
187
|
+
spacingLeft?: undefined;
|
|
171
188
|
};
|
|
172
189
|
showCaption: boolean;
|
|
173
190
|
id: string;
|
|
174
|
-
}
|
|
191
|
+
} | {
|
|
192
|
+
actionType: string;
|
|
193
|
+
uiactionId: string;
|
|
194
|
+
tooltip: string;
|
|
195
|
+
caption: string;
|
|
196
|
+
contentHeight: number;
|
|
197
|
+
height: number;
|
|
198
|
+
itemStyle: string;
|
|
199
|
+
itemType: string;
|
|
200
|
+
layoutPos: {
|
|
201
|
+
grow: number;
|
|
202
|
+
shrink: number;
|
|
203
|
+
height: number;
|
|
204
|
+
heightMode: string;
|
|
205
|
+
layout: string;
|
|
206
|
+
spacingLeft: string;
|
|
207
|
+
spacingRight?: undefined;
|
|
208
|
+
};
|
|
209
|
+
showCaption: boolean;
|
|
210
|
+
id: string;
|
|
211
|
+
})[];
|
|
175
212
|
layout: {
|
|
213
|
+
align: string;
|
|
176
214
|
dir: string;
|
|
177
215
|
layout: string;
|
|
178
216
|
};
|
|
@@ -183,6 +221,7 @@ declare const _default: {
|
|
|
183
221
|
itemStyle: string;
|
|
184
222
|
itemType: string;
|
|
185
223
|
layoutPos: {
|
|
224
|
+
grow: number;
|
|
186
225
|
shrink: number;
|
|
187
226
|
height: number;
|
|
188
227
|
heightMode: string;
|
|
@@ -201,6 +240,11 @@ declare const _default: {
|
|
|
201
240
|
layoutPos: {
|
|
202
241
|
shrink: number;
|
|
203
242
|
layout: string;
|
|
243
|
+
spacingBottom: string;
|
|
244
|
+
spacingLeft: string;
|
|
245
|
+
spacingRight: string;
|
|
246
|
+
basis?: undefined;
|
|
247
|
+
grow?: undefined;
|
|
204
248
|
};
|
|
205
249
|
id: string;
|
|
206
250
|
showCaption?: undefined;
|
|
@@ -192,6 +192,8 @@ var DEMobPickupView = {
|
|
|
192
192
|
"itemStyle": "DEFAULT",
|
|
193
193
|
"itemType": "CONTAINER",
|
|
194
194
|
"layoutPos": {
|
|
195
|
+
"basis": 0,
|
|
196
|
+
"grow": 1,
|
|
195
197
|
"shrink": 1,
|
|
196
198
|
"layout": "FLEX"
|
|
197
199
|
},
|
|
@@ -206,11 +208,17 @@ var DEMobPickupView = {
|
|
|
206
208
|
"uiactionId": "cancel",
|
|
207
209
|
"tooltip": "\u53D6\u6D88",
|
|
208
210
|
"caption": "\u53D6\u6D88",
|
|
211
|
+
"contentHeight": 40,
|
|
212
|
+
"height": 40,
|
|
209
213
|
"itemStyle": "DEFAULT",
|
|
210
214
|
"itemType": "BUTTON",
|
|
211
215
|
"layoutPos": {
|
|
216
|
+
"grow": 1,
|
|
212
217
|
"shrink": 1,
|
|
213
|
-
"
|
|
218
|
+
"height": 40,
|
|
219
|
+
"heightMode": "PX",
|
|
220
|
+
"layout": "FLEX",
|
|
221
|
+
"spacingRight": "OUTERSMALL"
|
|
214
222
|
},
|
|
215
223
|
"showCaption": true,
|
|
216
224
|
"id": "button_cancelaction"
|
|
@@ -220,17 +228,24 @@ var DEMobPickupView = {
|
|
|
220
228
|
"uiactionId": "ok",
|
|
221
229
|
"tooltip": "\u786E\u5B9A",
|
|
222
230
|
"caption": "\u786E\u5B9A",
|
|
223
|
-
"
|
|
231
|
+
"contentHeight": 40,
|
|
232
|
+
"height": 40,
|
|
233
|
+
"itemStyle": "PRIMARY",
|
|
224
234
|
"itemType": "BUTTON",
|
|
225
235
|
"layoutPos": {
|
|
236
|
+
"grow": 1,
|
|
226
237
|
"shrink": 1,
|
|
227
|
-
"
|
|
238
|
+
"height": 40,
|
|
239
|
+
"heightMode": "PX",
|
|
240
|
+
"layout": "FLEX",
|
|
241
|
+
"spacingLeft": "OUTERSMALL"
|
|
228
242
|
},
|
|
229
243
|
"showCaption": true,
|
|
230
244
|
"id": "button_okaction"
|
|
231
245
|
}
|
|
232
246
|
],
|
|
233
247
|
"layout": {
|
|
248
|
+
"align": "space-around",
|
|
234
249
|
"dir": "row",
|
|
235
250
|
"layout": "FLEX"
|
|
236
251
|
},
|
|
@@ -241,6 +256,7 @@ var DEMobPickupView = {
|
|
|
241
256
|
"itemStyle": "DEFAULT",
|
|
242
257
|
"itemType": "CONTAINER",
|
|
243
258
|
"layoutPos": {
|
|
259
|
+
"grow": 1,
|
|
244
260
|
"shrink": 1,
|
|
245
261
|
"height": 100,
|
|
246
262
|
"heightMode": "FULL",
|
|
@@ -259,7 +275,10 @@ var DEMobPickupView = {
|
|
|
259
275
|
"itemType": "CONTAINER",
|
|
260
276
|
"layoutPos": {
|
|
261
277
|
"shrink": 1,
|
|
262
|
-
"layout": "FLEX"
|
|
278
|
+
"layout": "FLEX",
|
|
279
|
+
"spacingBottom": "OUTERLARGE",
|
|
280
|
+
"spacingLeft": "OUTERSMALL",
|
|
281
|
+
"spacingRight": "OUTERSMALL"
|
|
263
282
|
},
|
|
264
283
|
"id": "view_footer"
|
|
265
284
|
}
|
|
@@ -10,21 +10,44 @@ declare const _default: {
|
|
|
10
10
|
layoutPos: {
|
|
11
11
|
shrink: number;
|
|
12
12
|
layout: string;
|
|
13
|
+
grow?: undefined;
|
|
13
14
|
heightMode?: undefined;
|
|
14
15
|
};
|
|
15
16
|
showCaption: boolean;
|
|
16
17
|
id: string;
|
|
18
|
+
panelItems?: undefined;
|
|
19
|
+
layout?: undefined;
|
|
20
|
+
dataRegionType?: undefined;
|
|
17
21
|
} | {
|
|
22
|
+
panelItems: {
|
|
23
|
+
caption: string;
|
|
24
|
+
itemStyle: string;
|
|
25
|
+
itemType: string;
|
|
26
|
+
layoutPos: {
|
|
27
|
+
shrink: number;
|
|
28
|
+
heightMode: string;
|
|
29
|
+
layout: string;
|
|
30
|
+
};
|
|
31
|
+
showCaption: boolean;
|
|
32
|
+
id: string;
|
|
33
|
+
}[];
|
|
34
|
+
layout: {
|
|
35
|
+
align: string;
|
|
36
|
+
dir: string;
|
|
37
|
+
layout: string;
|
|
38
|
+
};
|
|
39
|
+
dataRegionType: string;
|
|
18
40
|
caption: string;
|
|
19
41
|
itemStyle: string;
|
|
20
42
|
itemType: string;
|
|
21
43
|
layoutPos: {
|
|
44
|
+
grow: number;
|
|
22
45
|
shrink: number;
|
|
23
46
|
heightMode: string;
|
|
24
47
|
layout: string;
|
|
25
48
|
};
|
|
26
|
-
showCaption: boolean;
|
|
27
49
|
id: string;
|
|
50
|
+
showCaption?: undefined;
|
|
28
51
|
})[];
|
|
29
52
|
predefinedType: string;
|
|
30
53
|
layout: {
|
|
@@ -91,6 +114,7 @@ declare const _default: {
|
|
|
91
114
|
itemStyle: string;
|
|
92
115
|
itemType: string;
|
|
93
116
|
layoutPos: {
|
|
117
|
+
grow: number;
|
|
94
118
|
shrink: number;
|
|
95
119
|
layout: string;
|
|
96
120
|
};
|
|
@@ -18,16 +18,36 @@ var DEMobTabExpView = {
|
|
|
18
18
|
"id": "lefttoolbar"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
"
|
|
21
|
+
"panelItems": [
|
|
22
|
+
{
|
|
23
|
+
"caption": "\u6807\u9898\u680F",
|
|
24
|
+
"itemStyle": "DEFAULT",
|
|
25
|
+
"itemType": "CTRLPOS",
|
|
26
|
+
"layoutPos": {
|
|
27
|
+
"shrink": 1,
|
|
28
|
+
"heightMode": "FULL",
|
|
29
|
+
"layout": "FLEX"
|
|
30
|
+
},
|
|
31
|
+
"showCaption": true,
|
|
32
|
+
"id": "captionbar"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"layout": {
|
|
36
|
+
"align": "center",
|
|
37
|
+
"dir": "row",
|
|
38
|
+
"layout": "FLEX"
|
|
39
|
+
},
|
|
40
|
+
"dataRegionType": "INHERIT",
|
|
41
|
+
"caption": "\u5BB9\u5668",
|
|
22
42
|
"itemStyle": "DEFAULT",
|
|
23
|
-
"itemType": "
|
|
43
|
+
"itemType": "CONTAINER",
|
|
24
44
|
"layoutPos": {
|
|
45
|
+
"grow": 1,
|
|
25
46
|
"shrink": 1,
|
|
26
|
-
"heightMode": "
|
|
47
|
+
"heightMode": "PERCENTAGE",
|
|
27
48
|
"layout": "FLEX"
|
|
28
49
|
},
|
|
29
|
-
"
|
|
30
|
-
"id": "captionbar"
|
|
50
|
+
"id": "view_captionbar"
|
|
31
51
|
},
|
|
32
52
|
{
|
|
33
53
|
"caption": "\u5DE5\u5177\u680F",
|
|
@@ -110,6 +130,7 @@ var DEMobTabExpView = {
|
|
|
110
130
|
"itemStyle": "DEFAULT",
|
|
111
131
|
"itemType": "RAWITEM",
|
|
112
132
|
"layoutPos": {
|
|
133
|
+
"grow": 1,
|
|
113
134
|
"shrink": 1,
|
|
114
135
|
"layout": "FLEX"
|
|
115
136
|
},
|
|
@@ -15,6 +15,8 @@ declare const _default: {
|
|
|
15
15
|
id: string;
|
|
16
16
|
}[];
|
|
17
17
|
layout: {
|
|
18
|
+
align: string;
|
|
19
|
+
dir: string;
|
|
18
20
|
layout: string;
|
|
19
21
|
};
|
|
20
22
|
dataRegionType: string;
|
|
@@ -23,6 +25,7 @@ declare const _default: {
|
|
|
23
25
|
itemType: string;
|
|
24
26
|
layoutPos: {
|
|
25
27
|
shrink: number;
|
|
28
|
+
heightMode: string;
|
|
26
29
|
layout: string;
|
|
27
30
|
};
|
|
28
31
|
id: string;
|
|
@@ -40,6 +43,10 @@ declare const _default: {
|
|
|
40
43
|
layoutPos: {
|
|
41
44
|
shrink: number;
|
|
42
45
|
layout: string;
|
|
46
|
+
grow?: undefined;
|
|
47
|
+
spacingBottom?: undefined;
|
|
48
|
+
spacingLeft?: undefined;
|
|
49
|
+
spacingRight?: undefined;
|
|
43
50
|
};
|
|
44
51
|
id: string;
|
|
45
52
|
} | {
|
|
@@ -65,25 +72,56 @@ declare const _default: {
|
|
|
65
72
|
itemStyle: string;
|
|
66
73
|
itemType: string;
|
|
67
74
|
layoutPos: {
|
|
75
|
+
grow: number;
|
|
68
76
|
shrink: number;
|
|
69
77
|
layout: string;
|
|
78
|
+
spacingBottom?: undefined;
|
|
79
|
+
spacingLeft?: undefined;
|
|
80
|
+
spacingRight?: undefined;
|
|
70
81
|
};
|
|
71
82
|
id: string;
|
|
72
83
|
} | {
|
|
73
|
-
panelItems: {
|
|
84
|
+
panelItems: ({
|
|
74
85
|
actionType: string;
|
|
75
86
|
uiactionId: string;
|
|
76
87
|
tooltip: string;
|
|
77
88
|
caption: string;
|
|
89
|
+
contentHeight: number;
|
|
90
|
+
height: number;
|
|
78
91
|
itemStyle: string;
|
|
79
92
|
itemType: string;
|
|
80
93
|
layoutPos: {
|
|
94
|
+
grow: number;
|
|
81
95
|
shrink: number;
|
|
96
|
+
height: number;
|
|
97
|
+
heightMode: string;
|
|
82
98
|
layout: string;
|
|
99
|
+
spacingRight: string;
|
|
100
|
+
spacingLeft?: undefined;
|
|
83
101
|
};
|
|
84
102
|
showCaption: boolean;
|
|
85
103
|
id: string;
|
|
86
|
-
}
|
|
104
|
+
} | {
|
|
105
|
+
actionType: string;
|
|
106
|
+
uiactionId: string;
|
|
107
|
+
tooltip: string;
|
|
108
|
+
caption: string;
|
|
109
|
+
contentHeight: number;
|
|
110
|
+
height: number;
|
|
111
|
+
itemStyle: string;
|
|
112
|
+
itemType: string;
|
|
113
|
+
layoutPos: {
|
|
114
|
+
grow: number;
|
|
115
|
+
shrink: number;
|
|
116
|
+
height: number;
|
|
117
|
+
heightMode: string;
|
|
118
|
+
layout: string;
|
|
119
|
+
spacingLeft: string;
|
|
120
|
+
spacingRight?: undefined;
|
|
121
|
+
};
|
|
122
|
+
showCaption: boolean;
|
|
123
|
+
id: string;
|
|
124
|
+
})[];
|
|
87
125
|
predefinedType: string;
|
|
88
126
|
layout: {
|
|
89
127
|
align: string;
|
|
@@ -97,6 +135,10 @@ declare const _default: {
|
|
|
97
135
|
layoutPos: {
|
|
98
136
|
shrink: number;
|
|
99
137
|
layout: string;
|
|
138
|
+
spacingBottom: string;
|
|
139
|
+
spacingLeft: string;
|
|
140
|
+
spacingRight: string;
|
|
141
|
+
grow?: undefined;
|
|
100
142
|
};
|
|
101
143
|
id: string;
|
|
102
144
|
})[];
|