@ibiz-template/web-theme 1.1.8 → 1.1.9
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 +4 -0
- package/dist/index.system.min.js +1 -1
- package/dist/index.system.min.js.map +1 -1
- package/es/publish/app-index-view-layout-top-nonav.d.ts +11 -8
- package/es/publish/app-index-view-layout-top-nonav.mjs +31 -6
- package/es/publish/app-index-view-layout-top.d.ts +11 -8
- package/es/publish/app-index-view-layout-top.mjs +31 -6
- package/lib/publish/app-index-view-layout-top-nonav.cjs +31 -6
- package/lib/publish/app-index-view-layout-top.cjs +31 -6
- package/package.json +2 -2
- package/src/publish/app-index-view-layout-top-nonav.ts +31 -6
- package/src/publish/app-index-view-layout-top.ts +31 -6
|
@@ -131,6 +131,7 @@ declare const _default: {
|
|
|
131
131
|
layout: string;
|
|
132
132
|
};
|
|
133
133
|
id: string;
|
|
134
|
+
predefinedType?: undefined;
|
|
134
135
|
} | {
|
|
135
136
|
panelItems: ({
|
|
136
137
|
panelItems: {
|
|
@@ -209,26 +210,27 @@ declare const _default: {
|
|
|
209
210
|
id: string;
|
|
210
211
|
}[];
|
|
211
212
|
layout: {
|
|
213
|
+
align: string;
|
|
214
|
+
dir: string;
|
|
212
215
|
layout: string;
|
|
213
|
-
|
|
214
|
-
dir?: undefined;
|
|
215
|
-
valign?: undefined;
|
|
216
|
+
valign: string;
|
|
216
217
|
};
|
|
217
218
|
dataRegionType: string;
|
|
218
219
|
caption: string;
|
|
220
|
+
contentWidth: number;
|
|
219
221
|
itemStyle: string;
|
|
220
222
|
itemType: string;
|
|
221
223
|
layoutPos: {
|
|
222
224
|
shrink: number;
|
|
225
|
+
heightMode: string;
|
|
223
226
|
layout: string;
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
widthMode?: undefined;
|
|
227
|
+
width: number;
|
|
228
|
+
widthMode: string;
|
|
227
229
|
};
|
|
230
|
+
width: number;
|
|
228
231
|
id: string;
|
|
229
|
-
contentWidth?: undefined;
|
|
230
|
-
width?: undefined;
|
|
231
232
|
})[];
|
|
233
|
+
predefinedType: string;
|
|
232
234
|
layout: {
|
|
233
235
|
align: string;
|
|
234
236
|
dir: string;
|
|
@@ -277,6 +279,7 @@ declare const _default: {
|
|
|
277
279
|
layout: string;
|
|
278
280
|
};
|
|
279
281
|
id: string;
|
|
282
|
+
predefinedType?: undefined;
|
|
280
283
|
})[];
|
|
281
284
|
layout: {
|
|
282
285
|
dir: string;
|
|
@@ -219,16 +219,24 @@ var AppIndexViewLayout_TOP_NO_NAV = {
|
|
|
219
219
|
}
|
|
220
220
|
],
|
|
221
221
|
"layout": {
|
|
222
|
-
"
|
|
222
|
+
"align": "center",
|
|
223
|
+
"dir": "row",
|
|
224
|
+
"layout": "FLEX",
|
|
225
|
+
"valign": "center"
|
|
223
226
|
},
|
|
224
227
|
"dataRegionType": "INHERIT",
|
|
225
228
|
"caption": "\u5BB9\u5668",
|
|
229
|
+
"contentWidth": 52,
|
|
226
230
|
"itemStyle": "DEFAULT",
|
|
227
231
|
"itemType": "CONTAINER",
|
|
228
232
|
"layoutPos": {
|
|
229
233
|
"shrink": 1,
|
|
230
|
-
"
|
|
234
|
+
"heightMode": "FULL",
|
|
235
|
+
"layout": "FLEX",
|
|
236
|
+
"width": 52,
|
|
237
|
+
"widthMode": "PX"
|
|
231
238
|
},
|
|
239
|
+
"width": 52,
|
|
232
240
|
"id": "container5"
|
|
233
241
|
},
|
|
234
242
|
{
|
|
@@ -255,16 +263,24 @@ var AppIndexViewLayout_TOP_NO_NAV = {
|
|
|
255
263
|
}
|
|
256
264
|
],
|
|
257
265
|
"layout": {
|
|
258
|
-
"
|
|
266
|
+
"align": "center",
|
|
267
|
+
"dir": "row",
|
|
268
|
+
"layout": "FLEX",
|
|
269
|
+
"valign": "center"
|
|
259
270
|
},
|
|
260
271
|
"dataRegionType": "INHERIT",
|
|
261
272
|
"caption": "\u5BB9\u5668",
|
|
273
|
+
"contentWidth": 52,
|
|
262
274
|
"itemStyle": "DEFAULT",
|
|
263
275
|
"itemType": "CONTAINER",
|
|
264
276
|
"layoutPos": {
|
|
265
277
|
"shrink": 1,
|
|
266
|
-
"
|
|
278
|
+
"heightMode": "FULL",
|
|
279
|
+
"layout": "FLEX",
|
|
280
|
+
"width": 52,
|
|
281
|
+
"widthMode": "PX"
|
|
267
282
|
},
|
|
283
|
+
"width": 52,
|
|
268
284
|
"id": "container6"
|
|
269
285
|
},
|
|
270
286
|
{
|
|
@@ -291,19 +307,28 @@ var AppIndexViewLayout_TOP_NO_NAV = {
|
|
|
291
307
|
}
|
|
292
308
|
],
|
|
293
309
|
"layout": {
|
|
294
|
-
"
|
|
310
|
+
"align": "center",
|
|
311
|
+
"dir": "row",
|
|
312
|
+
"layout": "FLEX",
|
|
313
|
+
"valign": "center"
|
|
295
314
|
},
|
|
296
315
|
"dataRegionType": "INHERIT",
|
|
297
316
|
"caption": "\u5BB9\u5668",
|
|
317
|
+
"contentWidth": 52,
|
|
298
318
|
"itemStyle": "DEFAULT",
|
|
299
319
|
"itemType": "CONTAINER",
|
|
300
320
|
"layoutPos": {
|
|
301
321
|
"shrink": 1,
|
|
302
|
-
"
|
|
322
|
+
"heightMode": "FULL",
|
|
323
|
+
"layout": "FLEX",
|
|
324
|
+
"width": 52,
|
|
325
|
+
"widthMode": "PX"
|
|
303
326
|
},
|
|
327
|
+
"width": 52,
|
|
304
328
|
"id": "container7"
|
|
305
329
|
}
|
|
306
330
|
],
|
|
331
|
+
"predefinedType": "INDEX_ACTIONS",
|
|
307
332
|
"layout": {
|
|
308
333
|
"align": "center",
|
|
309
334
|
"dir": "row",
|
|
@@ -146,6 +146,7 @@ declare const _default: {
|
|
|
146
146
|
layout: string;
|
|
147
147
|
};
|
|
148
148
|
id: string;
|
|
149
|
+
predefinedType?: undefined;
|
|
149
150
|
} | {
|
|
150
151
|
panelItems: ({
|
|
151
152
|
panelItems: {
|
|
@@ -224,26 +225,27 @@ declare const _default: {
|
|
|
224
225
|
id: string;
|
|
225
226
|
}[];
|
|
226
227
|
layout: {
|
|
228
|
+
align: string;
|
|
229
|
+
dir: string;
|
|
227
230
|
layout: string;
|
|
228
|
-
|
|
229
|
-
dir?: undefined;
|
|
230
|
-
valign?: undefined;
|
|
231
|
+
valign: string;
|
|
231
232
|
};
|
|
232
233
|
dataRegionType: string;
|
|
233
234
|
caption: string;
|
|
235
|
+
contentWidth: number;
|
|
234
236
|
itemStyle: string;
|
|
235
237
|
itemType: string;
|
|
236
238
|
layoutPos: {
|
|
237
239
|
shrink: number;
|
|
240
|
+
heightMode: string;
|
|
238
241
|
layout: string;
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
widthMode?: undefined;
|
|
242
|
+
width: number;
|
|
243
|
+
widthMode: string;
|
|
242
244
|
};
|
|
245
|
+
width: number;
|
|
243
246
|
id: string;
|
|
244
|
-
contentWidth?: undefined;
|
|
245
|
-
width?: undefined;
|
|
246
247
|
})[];
|
|
248
|
+
predefinedType: string;
|
|
247
249
|
layout: {
|
|
248
250
|
align: string;
|
|
249
251
|
dir: string;
|
|
@@ -292,6 +294,7 @@ declare const _default: {
|
|
|
292
294
|
layout: string;
|
|
293
295
|
};
|
|
294
296
|
id: string;
|
|
297
|
+
predefinedType?: undefined;
|
|
295
298
|
})[];
|
|
296
299
|
layout: {
|
|
297
300
|
dir: string;
|
|
@@ -234,16 +234,24 @@ var AppIndexViewLayout_TOP = {
|
|
|
234
234
|
}
|
|
235
235
|
],
|
|
236
236
|
"layout": {
|
|
237
|
-
"
|
|
237
|
+
"align": "center",
|
|
238
|
+
"dir": "row",
|
|
239
|
+
"layout": "FLEX",
|
|
240
|
+
"valign": "center"
|
|
238
241
|
},
|
|
239
242
|
"dataRegionType": "INHERIT",
|
|
240
243
|
"caption": "\u5BB9\u5668",
|
|
244
|
+
"contentWidth": 52,
|
|
241
245
|
"itemStyle": "DEFAULT",
|
|
242
246
|
"itemType": "CONTAINER",
|
|
243
247
|
"layoutPos": {
|
|
244
248
|
"shrink": 1,
|
|
245
|
-
"
|
|
249
|
+
"heightMode": "FULL",
|
|
250
|
+
"layout": "FLEX",
|
|
251
|
+
"width": 52,
|
|
252
|
+
"widthMode": "PX"
|
|
246
253
|
},
|
|
254
|
+
"width": 52,
|
|
247
255
|
"id": "container5"
|
|
248
256
|
},
|
|
249
257
|
{
|
|
@@ -270,16 +278,24 @@ var AppIndexViewLayout_TOP = {
|
|
|
270
278
|
}
|
|
271
279
|
],
|
|
272
280
|
"layout": {
|
|
273
|
-
"
|
|
281
|
+
"align": "center",
|
|
282
|
+
"dir": "row",
|
|
283
|
+
"layout": "FLEX",
|
|
284
|
+
"valign": "center"
|
|
274
285
|
},
|
|
275
286
|
"dataRegionType": "INHERIT",
|
|
276
287
|
"caption": "\u5BB9\u5668",
|
|
288
|
+
"contentWidth": 52,
|
|
277
289
|
"itemStyle": "DEFAULT",
|
|
278
290
|
"itemType": "CONTAINER",
|
|
279
291
|
"layoutPos": {
|
|
280
292
|
"shrink": 1,
|
|
281
|
-
"
|
|
293
|
+
"heightMode": "FULL",
|
|
294
|
+
"layout": "FLEX",
|
|
295
|
+
"width": 52,
|
|
296
|
+
"widthMode": "PX"
|
|
282
297
|
},
|
|
298
|
+
"width": 52,
|
|
283
299
|
"id": "container6"
|
|
284
300
|
},
|
|
285
301
|
{
|
|
@@ -306,19 +322,28 @@ var AppIndexViewLayout_TOP = {
|
|
|
306
322
|
}
|
|
307
323
|
],
|
|
308
324
|
"layout": {
|
|
309
|
-
"
|
|
325
|
+
"align": "center",
|
|
326
|
+
"dir": "row",
|
|
327
|
+
"layout": "FLEX",
|
|
328
|
+
"valign": "center"
|
|
310
329
|
},
|
|
311
330
|
"dataRegionType": "INHERIT",
|
|
312
331
|
"caption": "\u5BB9\u5668",
|
|
332
|
+
"contentWidth": 52,
|
|
313
333
|
"itemStyle": "DEFAULT",
|
|
314
334
|
"itemType": "CONTAINER",
|
|
315
335
|
"layoutPos": {
|
|
316
336
|
"shrink": 1,
|
|
317
|
-
"
|
|
337
|
+
"heightMode": "FULL",
|
|
338
|
+
"layout": "FLEX",
|
|
339
|
+
"width": 52,
|
|
340
|
+
"widthMode": "PX"
|
|
318
341
|
},
|
|
342
|
+
"width": 52,
|
|
319
343
|
"id": "container7"
|
|
320
344
|
}
|
|
321
345
|
],
|
|
346
|
+
"predefinedType": "INDEX_ACTIONS",
|
|
322
347
|
"layout": {
|
|
323
348
|
"align": "center",
|
|
324
349
|
"dir": "row",
|
|
@@ -223,16 +223,24 @@ var AppIndexViewLayout_TOP_NO_NAV = {
|
|
|
223
223
|
}
|
|
224
224
|
],
|
|
225
225
|
"layout": {
|
|
226
|
-
"
|
|
226
|
+
"align": "center",
|
|
227
|
+
"dir": "row",
|
|
228
|
+
"layout": "FLEX",
|
|
229
|
+
"valign": "center"
|
|
227
230
|
},
|
|
228
231
|
"dataRegionType": "INHERIT",
|
|
229
232
|
"caption": "\u5BB9\u5668",
|
|
233
|
+
"contentWidth": 52,
|
|
230
234
|
"itemStyle": "DEFAULT",
|
|
231
235
|
"itemType": "CONTAINER",
|
|
232
236
|
"layoutPos": {
|
|
233
237
|
"shrink": 1,
|
|
234
|
-
"
|
|
238
|
+
"heightMode": "FULL",
|
|
239
|
+
"layout": "FLEX",
|
|
240
|
+
"width": 52,
|
|
241
|
+
"widthMode": "PX"
|
|
235
242
|
},
|
|
243
|
+
"width": 52,
|
|
236
244
|
"id": "container5"
|
|
237
245
|
},
|
|
238
246
|
{
|
|
@@ -259,16 +267,24 @@ var AppIndexViewLayout_TOP_NO_NAV = {
|
|
|
259
267
|
}
|
|
260
268
|
],
|
|
261
269
|
"layout": {
|
|
262
|
-
"
|
|
270
|
+
"align": "center",
|
|
271
|
+
"dir": "row",
|
|
272
|
+
"layout": "FLEX",
|
|
273
|
+
"valign": "center"
|
|
263
274
|
},
|
|
264
275
|
"dataRegionType": "INHERIT",
|
|
265
276
|
"caption": "\u5BB9\u5668",
|
|
277
|
+
"contentWidth": 52,
|
|
266
278
|
"itemStyle": "DEFAULT",
|
|
267
279
|
"itemType": "CONTAINER",
|
|
268
280
|
"layoutPos": {
|
|
269
281
|
"shrink": 1,
|
|
270
|
-
"
|
|
282
|
+
"heightMode": "FULL",
|
|
283
|
+
"layout": "FLEX",
|
|
284
|
+
"width": 52,
|
|
285
|
+
"widthMode": "PX"
|
|
271
286
|
},
|
|
287
|
+
"width": 52,
|
|
272
288
|
"id": "container6"
|
|
273
289
|
},
|
|
274
290
|
{
|
|
@@ -295,19 +311,28 @@ var AppIndexViewLayout_TOP_NO_NAV = {
|
|
|
295
311
|
}
|
|
296
312
|
],
|
|
297
313
|
"layout": {
|
|
298
|
-
"
|
|
314
|
+
"align": "center",
|
|
315
|
+
"dir": "row",
|
|
316
|
+
"layout": "FLEX",
|
|
317
|
+
"valign": "center"
|
|
299
318
|
},
|
|
300
319
|
"dataRegionType": "INHERIT",
|
|
301
320
|
"caption": "\u5BB9\u5668",
|
|
321
|
+
"contentWidth": 52,
|
|
302
322
|
"itemStyle": "DEFAULT",
|
|
303
323
|
"itemType": "CONTAINER",
|
|
304
324
|
"layoutPos": {
|
|
305
325
|
"shrink": 1,
|
|
306
|
-
"
|
|
326
|
+
"heightMode": "FULL",
|
|
327
|
+
"layout": "FLEX",
|
|
328
|
+
"width": 52,
|
|
329
|
+
"widthMode": "PX"
|
|
307
330
|
},
|
|
331
|
+
"width": 52,
|
|
308
332
|
"id": "container7"
|
|
309
333
|
}
|
|
310
334
|
],
|
|
335
|
+
"predefinedType": "INDEX_ACTIONS",
|
|
311
336
|
"layout": {
|
|
312
337
|
"align": "center",
|
|
313
338
|
"dir": "row",
|
|
@@ -238,16 +238,24 @@ var AppIndexViewLayout_TOP = {
|
|
|
238
238
|
}
|
|
239
239
|
],
|
|
240
240
|
"layout": {
|
|
241
|
-
"
|
|
241
|
+
"align": "center",
|
|
242
|
+
"dir": "row",
|
|
243
|
+
"layout": "FLEX",
|
|
244
|
+
"valign": "center"
|
|
242
245
|
},
|
|
243
246
|
"dataRegionType": "INHERIT",
|
|
244
247
|
"caption": "\u5BB9\u5668",
|
|
248
|
+
"contentWidth": 52,
|
|
245
249
|
"itemStyle": "DEFAULT",
|
|
246
250
|
"itemType": "CONTAINER",
|
|
247
251
|
"layoutPos": {
|
|
248
252
|
"shrink": 1,
|
|
249
|
-
"
|
|
253
|
+
"heightMode": "FULL",
|
|
254
|
+
"layout": "FLEX",
|
|
255
|
+
"width": 52,
|
|
256
|
+
"widthMode": "PX"
|
|
250
257
|
},
|
|
258
|
+
"width": 52,
|
|
251
259
|
"id": "container5"
|
|
252
260
|
},
|
|
253
261
|
{
|
|
@@ -274,16 +282,24 @@ var AppIndexViewLayout_TOP = {
|
|
|
274
282
|
}
|
|
275
283
|
],
|
|
276
284
|
"layout": {
|
|
277
|
-
"
|
|
285
|
+
"align": "center",
|
|
286
|
+
"dir": "row",
|
|
287
|
+
"layout": "FLEX",
|
|
288
|
+
"valign": "center"
|
|
278
289
|
},
|
|
279
290
|
"dataRegionType": "INHERIT",
|
|
280
291
|
"caption": "\u5BB9\u5668",
|
|
292
|
+
"contentWidth": 52,
|
|
281
293
|
"itemStyle": "DEFAULT",
|
|
282
294
|
"itemType": "CONTAINER",
|
|
283
295
|
"layoutPos": {
|
|
284
296
|
"shrink": 1,
|
|
285
|
-
"
|
|
297
|
+
"heightMode": "FULL",
|
|
298
|
+
"layout": "FLEX",
|
|
299
|
+
"width": 52,
|
|
300
|
+
"widthMode": "PX"
|
|
286
301
|
},
|
|
302
|
+
"width": 52,
|
|
287
303
|
"id": "container6"
|
|
288
304
|
},
|
|
289
305
|
{
|
|
@@ -310,19 +326,28 @@ var AppIndexViewLayout_TOP = {
|
|
|
310
326
|
}
|
|
311
327
|
],
|
|
312
328
|
"layout": {
|
|
313
|
-
"
|
|
329
|
+
"align": "center",
|
|
330
|
+
"dir": "row",
|
|
331
|
+
"layout": "FLEX",
|
|
332
|
+
"valign": "center"
|
|
314
333
|
},
|
|
315
334
|
"dataRegionType": "INHERIT",
|
|
316
335
|
"caption": "\u5BB9\u5668",
|
|
336
|
+
"contentWidth": 52,
|
|
317
337
|
"itemStyle": "DEFAULT",
|
|
318
338
|
"itemType": "CONTAINER",
|
|
319
339
|
"layoutPos": {
|
|
320
340
|
"shrink": 1,
|
|
321
|
-
"
|
|
341
|
+
"heightMode": "FULL",
|
|
342
|
+
"layout": "FLEX",
|
|
343
|
+
"width": 52,
|
|
344
|
+
"widthMode": "PX"
|
|
322
345
|
},
|
|
346
|
+
"width": 52,
|
|
323
347
|
"id": "container7"
|
|
324
348
|
}
|
|
325
349
|
],
|
|
350
|
+
"predefinedType": "INDEX_ACTIONS",
|
|
326
351
|
"layout": {
|
|
327
352
|
"align": "center",
|
|
328
353
|
"dir": "row",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ibiz-template/web-theme",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.9",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "lib/index.cjs",
|
|
6
6
|
"types": "es/index.d.ts",
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"scripts": {
|
|
25
25
|
"dev": "ibiz-temp build -w",
|
|
26
26
|
"build": "npm run pub && ibiz-temp build -c && vue-tsc --declaration --emitDeclarationOnly",
|
|
27
|
-
"pub": "ibizlab pub -m
|
|
27
|
+
"pub": "ibizlab pub -m /root/workspace/template/template-next/FrontPresetModel/frontmodelbackend-core/src/main/resources/model/front/model/ibiz -t ./template -o ./src/publish --app FrontModel --clean",
|
|
28
28
|
"publish:next": "npm run build && npm publish --access public --tag=next --registry=https://registry.npmjs.org/",
|
|
29
29
|
"publish:dev": "npm run build && npm publish --access public --tag=dev --registry=https://registry.npmjs.org/",
|
|
30
30
|
"publish:alpha": "npm run build && npm publish --access public --tag=alpha --registry=https://registry.npmjs.org/",
|
|
@@ -218,16 +218,24 @@ export default {
|
|
|
218
218
|
}
|
|
219
219
|
],
|
|
220
220
|
"layout": {
|
|
221
|
-
"
|
|
221
|
+
"align": "center",
|
|
222
|
+
"dir": "row",
|
|
223
|
+
"layout": "FLEX",
|
|
224
|
+
"valign": "center"
|
|
222
225
|
},
|
|
223
226
|
"dataRegionType": "INHERIT",
|
|
224
227
|
"caption": "容器",
|
|
228
|
+
"contentWidth": 52,
|
|
225
229
|
"itemStyle": "DEFAULT",
|
|
226
230
|
"itemType": "CONTAINER",
|
|
227
231
|
"layoutPos": {
|
|
228
232
|
"shrink": 1,
|
|
229
|
-
"
|
|
233
|
+
"heightMode": "FULL",
|
|
234
|
+
"layout": "FLEX",
|
|
235
|
+
"width": 52,
|
|
236
|
+
"widthMode": "PX"
|
|
230
237
|
},
|
|
238
|
+
"width": 52,
|
|
231
239
|
"id": "container5"
|
|
232
240
|
},
|
|
233
241
|
{
|
|
@@ -254,16 +262,24 @@ export default {
|
|
|
254
262
|
}
|
|
255
263
|
],
|
|
256
264
|
"layout": {
|
|
257
|
-
"
|
|
265
|
+
"align": "center",
|
|
266
|
+
"dir": "row",
|
|
267
|
+
"layout": "FLEX",
|
|
268
|
+
"valign": "center"
|
|
258
269
|
},
|
|
259
270
|
"dataRegionType": "INHERIT",
|
|
260
271
|
"caption": "容器",
|
|
272
|
+
"contentWidth": 52,
|
|
261
273
|
"itemStyle": "DEFAULT",
|
|
262
274
|
"itemType": "CONTAINER",
|
|
263
275
|
"layoutPos": {
|
|
264
276
|
"shrink": 1,
|
|
265
|
-
"
|
|
277
|
+
"heightMode": "FULL",
|
|
278
|
+
"layout": "FLEX",
|
|
279
|
+
"width": 52,
|
|
280
|
+
"widthMode": "PX"
|
|
266
281
|
},
|
|
282
|
+
"width": 52,
|
|
267
283
|
"id": "container6"
|
|
268
284
|
},
|
|
269
285
|
{
|
|
@@ -290,19 +306,28 @@ export default {
|
|
|
290
306
|
}
|
|
291
307
|
],
|
|
292
308
|
"layout": {
|
|
293
|
-
"
|
|
309
|
+
"align": "center",
|
|
310
|
+
"dir": "row",
|
|
311
|
+
"layout": "FLEX",
|
|
312
|
+
"valign": "center"
|
|
294
313
|
},
|
|
295
314
|
"dataRegionType": "INHERIT",
|
|
296
315
|
"caption": "容器",
|
|
316
|
+
"contentWidth": 52,
|
|
297
317
|
"itemStyle": "DEFAULT",
|
|
298
318
|
"itemType": "CONTAINER",
|
|
299
319
|
"layoutPos": {
|
|
300
320
|
"shrink": 1,
|
|
301
|
-
"
|
|
321
|
+
"heightMode": "FULL",
|
|
322
|
+
"layout": "FLEX",
|
|
323
|
+
"width": 52,
|
|
324
|
+
"widthMode": "PX"
|
|
302
325
|
},
|
|
326
|
+
"width": 52,
|
|
303
327
|
"id": "container7"
|
|
304
328
|
}
|
|
305
329
|
],
|
|
330
|
+
"predefinedType": "INDEX_ACTIONS",
|
|
306
331
|
"layout": {
|
|
307
332
|
"align": "center",
|
|
308
333
|
"dir": "row",
|
|
@@ -233,16 +233,24 @@ export default {
|
|
|
233
233
|
}
|
|
234
234
|
],
|
|
235
235
|
"layout": {
|
|
236
|
-
"
|
|
236
|
+
"align": "center",
|
|
237
|
+
"dir": "row",
|
|
238
|
+
"layout": "FLEX",
|
|
239
|
+
"valign": "center"
|
|
237
240
|
},
|
|
238
241
|
"dataRegionType": "INHERIT",
|
|
239
242
|
"caption": "容器",
|
|
243
|
+
"contentWidth": 52,
|
|
240
244
|
"itemStyle": "DEFAULT",
|
|
241
245
|
"itemType": "CONTAINER",
|
|
242
246
|
"layoutPos": {
|
|
243
247
|
"shrink": 1,
|
|
244
|
-
"
|
|
248
|
+
"heightMode": "FULL",
|
|
249
|
+
"layout": "FLEX",
|
|
250
|
+
"width": 52,
|
|
251
|
+
"widthMode": "PX"
|
|
245
252
|
},
|
|
253
|
+
"width": 52,
|
|
246
254
|
"id": "container5"
|
|
247
255
|
},
|
|
248
256
|
{
|
|
@@ -269,16 +277,24 @@ export default {
|
|
|
269
277
|
}
|
|
270
278
|
],
|
|
271
279
|
"layout": {
|
|
272
|
-
"
|
|
280
|
+
"align": "center",
|
|
281
|
+
"dir": "row",
|
|
282
|
+
"layout": "FLEX",
|
|
283
|
+
"valign": "center"
|
|
273
284
|
},
|
|
274
285
|
"dataRegionType": "INHERIT",
|
|
275
286
|
"caption": "容器",
|
|
287
|
+
"contentWidth": 52,
|
|
276
288
|
"itemStyle": "DEFAULT",
|
|
277
289
|
"itemType": "CONTAINER",
|
|
278
290
|
"layoutPos": {
|
|
279
291
|
"shrink": 1,
|
|
280
|
-
"
|
|
292
|
+
"heightMode": "FULL",
|
|
293
|
+
"layout": "FLEX",
|
|
294
|
+
"width": 52,
|
|
295
|
+
"widthMode": "PX"
|
|
281
296
|
},
|
|
297
|
+
"width": 52,
|
|
282
298
|
"id": "container6"
|
|
283
299
|
},
|
|
284
300
|
{
|
|
@@ -305,19 +321,28 @@ export default {
|
|
|
305
321
|
}
|
|
306
322
|
],
|
|
307
323
|
"layout": {
|
|
308
|
-
"
|
|
324
|
+
"align": "center",
|
|
325
|
+
"dir": "row",
|
|
326
|
+
"layout": "FLEX",
|
|
327
|
+
"valign": "center"
|
|
309
328
|
},
|
|
310
329
|
"dataRegionType": "INHERIT",
|
|
311
330
|
"caption": "容器",
|
|
331
|
+
"contentWidth": 52,
|
|
312
332
|
"itemStyle": "DEFAULT",
|
|
313
333
|
"itemType": "CONTAINER",
|
|
314
334
|
"layoutPos": {
|
|
315
335
|
"shrink": 1,
|
|
316
|
-
"
|
|
336
|
+
"heightMode": "FULL",
|
|
337
|
+
"layout": "FLEX",
|
|
338
|
+
"width": 52,
|
|
339
|
+
"widthMode": "PX"
|
|
317
340
|
},
|
|
341
|
+
"width": 52,
|
|
318
342
|
"id": "container7"
|
|
319
343
|
}
|
|
320
344
|
],
|
|
345
|
+
"predefinedType": "INDEX_ACTIONS",
|
|
321
346
|
"layout": {
|
|
322
347
|
"align": "center",
|
|
323
348
|
"dir": "row",
|