@lingxiteam/theme-utils 0.1.16 → 0.2.1
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/dist/config/Container.js +1 -1
- package/dist/config/Tag.d.ts +53 -0
- package/dist/config/Tag.js +231 -0
- package/package.json +1 -1
package/dist/config/Container.js
CHANGED
|
@@ -71,7 +71,7 @@ export var Container = {
|
|
|
71
71
|
}],
|
|
72
72
|
|
|
73
73
|
// TODO:布局容器、普通容器
|
|
74
|
-
tpl: "\n .ued-card .ued-card-title {\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n font-weight: fontWeight;\n }\n .ued-collapse-wrap .pcfactory-collapse.pcfactory-collapse-icon-position-right > .pcfactory-collapse-item > .pcfactory-collapse-header .ued-collapse-panel-header {\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n font-weight: fontWeight;\n }\n .ued-table-filters .table-head-default{\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n font-weight: fontWeight;\n padding: 12px 0 0
|
|
74
|
+
tpl: "\n .ued-card .ued-card-title {\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n font-weight: fontWeight;\n }\n .ued-collapse-wrap .pcfactory-collapse.pcfactory-collapse-icon-position-right > .pcfactory-collapse-item > .pcfactory-collapse-header .ued-collapse-panel-header {\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n font-weight: fontWeight;\n }\n .ued-table-filters .table-head-default{\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n font-weight: fontWeight;\n padding: 12px 0 0 0;\n }\n .ued-table-filters .table-head-middle{\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n font-weight: fontWeight;\n padding: 12px 0 0 0;\n }\n .ued-table-wrap .table-head-default{\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n font-weight: fontWeight;\n padding: 12px 0 0 0;\n }\n .ued-table-wrap .table-head-middle .title{\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n font-weight: fontWeight;\n padding: 12px 0 0 0;\n }\n .ued-table-wrap .table-head .title{\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n font-weight: fontWeight;\n }",
|
|
75
75
|
components: [{
|
|
76
76
|
id: 'Card_872926',
|
|
77
77
|
label: '卡片',
|
package/dist/config/Tag.d.ts
CHANGED
|
@@ -64,6 +64,13 @@ export declare const Tag: {
|
|
|
64
64
|
};
|
|
65
65
|
style: {
|
|
66
66
|
minHeight: string;
|
|
67
|
+
textAlign?: undefined;
|
|
68
|
+
display?: undefined;
|
|
69
|
+
flexDirection?: undefined;
|
|
70
|
+
padding?: undefined;
|
|
71
|
+
width?: undefined;
|
|
72
|
+
backgroundColor?: undefined;
|
|
73
|
+
height?: undefined;
|
|
67
74
|
};
|
|
68
75
|
isContainer: boolean;
|
|
69
76
|
isBusiObjContainer: boolean;
|
|
@@ -77,6 +84,44 @@ export declare const Tag: {
|
|
|
77
84
|
isLabelDropBoxChild: boolean;
|
|
78
85
|
components: never[];
|
|
79
86
|
path: string[];
|
|
87
|
+
engineApi?: undefined;
|
|
88
|
+
} | {
|
|
89
|
+
id: string;
|
|
90
|
+
label: string;
|
|
91
|
+
compName: string;
|
|
92
|
+
type: string;
|
|
93
|
+
compType: number;
|
|
94
|
+
compLib: string;
|
|
95
|
+
props: {
|
|
96
|
+
name: string;
|
|
97
|
+
basicStatus: number;
|
|
98
|
+
title?: undefined;
|
|
99
|
+
closable?: undefined;
|
|
100
|
+
tagType?: undefined;
|
|
101
|
+
};
|
|
102
|
+
style: {
|
|
103
|
+
textAlign: string;
|
|
104
|
+
display: string;
|
|
105
|
+
flexDirection: string;
|
|
106
|
+
padding: string;
|
|
107
|
+
width: string;
|
|
108
|
+
backgroundColor: string;
|
|
109
|
+
height: string;
|
|
110
|
+
minHeight?: undefined;
|
|
111
|
+
};
|
|
112
|
+
isContainer: boolean;
|
|
113
|
+
isBusiObjContainer: boolean;
|
|
114
|
+
cmdgroup: string[];
|
|
115
|
+
platform: string;
|
|
116
|
+
icon: string;
|
|
117
|
+
description: string;
|
|
118
|
+
image: string;
|
|
119
|
+
groupsName: string;
|
|
120
|
+
engineApi: string[];
|
|
121
|
+
setEvents: never[];
|
|
122
|
+
isLabelDropBoxChild: boolean;
|
|
123
|
+
components: never[];
|
|
124
|
+
path: string[];
|
|
80
125
|
} | {
|
|
81
126
|
id: string;
|
|
82
127
|
label: string;
|
|
@@ -97,6 +142,13 @@ export declare const Tag: {
|
|
|
97
142
|
};
|
|
98
143
|
style: {
|
|
99
144
|
minHeight: string;
|
|
145
|
+
textAlign?: undefined;
|
|
146
|
+
display?: undefined;
|
|
147
|
+
flexDirection?: undefined;
|
|
148
|
+
padding?: undefined;
|
|
149
|
+
width?: undefined;
|
|
150
|
+
backgroundColor?: undefined;
|
|
151
|
+
height?: undefined;
|
|
100
152
|
};
|
|
101
153
|
isContainer: boolean;
|
|
102
154
|
isBusiObjContainer: boolean;
|
|
@@ -110,5 +162,6 @@ export declare const Tag: {
|
|
|
110
162
|
isLabelDropBoxChild: boolean;
|
|
111
163
|
components: never[];
|
|
112
164
|
path: string[];
|
|
165
|
+
engineApi?: undefined;
|
|
113
166
|
})[];
|
|
114
167
|
};
|
package/dist/config/Tag.js
CHANGED
|
@@ -79,6 +79,39 @@ export var Tag = {
|
|
|
79
79
|
isLabelDropBoxChild: false,
|
|
80
80
|
components: [],
|
|
81
81
|
path: ['3602564', 'View_3602564_1']
|
|
82
|
+
}, {
|
|
83
|
+
id: 'View_519882',
|
|
84
|
+
label: '普通容器',
|
|
85
|
+
compName: 'View',
|
|
86
|
+
type: 'View',
|
|
87
|
+
compType: 0,
|
|
88
|
+
compLib: 'custom',
|
|
89
|
+
props: {
|
|
90
|
+
name: '普通容器1',
|
|
91
|
+
basicStatus: 1
|
|
92
|
+
},
|
|
93
|
+
style: {
|
|
94
|
+
textAlign: 'left',
|
|
95
|
+
display: 'block',
|
|
96
|
+
flexDirection: 'column',
|
|
97
|
+
padding: '0px 0px 0px 0px',
|
|
98
|
+
width: '100%',
|
|
99
|
+
backgroundColor: '#FFFFFF',
|
|
100
|
+
height: '10px'
|
|
101
|
+
},
|
|
102
|
+
isContainer: true,
|
|
103
|
+
isBusiObjContainer: false,
|
|
104
|
+
cmdgroup: ['basic'],
|
|
105
|
+
platform: 'pc',
|
|
106
|
+
icon: 'View',
|
|
107
|
+
description: '',
|
|
108
|
+
image: '',
|
|
109
|
+
groupsName: '布局',
|
|
110
|
+
engineApi: ['service.downloadFileByFileCode'],
|
|
111
|
+
setEvents: [],
|
|
112
|
+
isLabelDropBoxChild: false,
|
|
113
|
+
components: [],
|
|
114
|
+
path: ['998509']
|
|
82
115
|
}, {
|
|
83
116
|
id: 'Tag_099399',
|
|
84
117
|
label: '标签',
|
|
@@ -112,6 +145,39 @@ export var Tag = {
|
|
|
112
145
|
isLabelDropBoxChild: false,
|
|
113
146
|
components: [],
|
|
114
147
|
path: ['3602564', 'View_3602564_1']
|
|
148
|
+
}, {
|
|
149
|
+
id: 'View_519882',
|
|
150
|
+
label: '普通容器',
|
|
151
|
+
compName: 'View',
|
|
152
|
+
type: 'View',
|
|
153
|
+
compType: 0,
|
|
154
|
+
compLib: 'custom',
|
|
155
|
+
props: {
|
|
156
|
+
name: '普通容器1',
|
|
157
|
+
basicStatus: 1
|
|
158
|
+
},
|
|
159
|
+
style: {
|
|
160
|
+
textAlign: 'left',
|
|
161
|
+
display: 'block',
|
|
162
|
+
flexDirection: 'column',
|
|
163
|
+
padding: '0px 0px 0px 0px',
|
|
164
|
+
width: '100%',
|
|
165
|
+
backgroundColor: '#FFFFFF',
|
|
166
|
+
height: '10px'
|
|
167
|
+
},
|
|
168
|
+
isContainer: true,
|
|
169
|
+
isBusiObjContainer: false,
|
|
170
|
+
cmdgroup: ['basic'],
|
|
171
|
+
platform: 'pc',
|
|
172
|
+
icon: 'View',
|
|
173
|
+
description: '',
|
|
174
|
+
image: '',
|
|
175
|
+
groupsName: '布局',
|
|
176
|
+
engineApi: ['service.downloadFileByFileCode'],
|
|
177
|
+
setEvents: [],
|
|
178
|
+
isLabelDropBoxChild: false,
|
|
179
|
+
components: [],
|
|
180
|
+
path: ['998509']
|
|
115
181
|
}, {
|
|
116
182
|
id: 'Tag_22958',
|
|
117
183
|
label: '标签',
|
|
@@ -145,6 +211,39 @@ export var Tag = {
|
|
|
145
211
|
isLabelDropBoxChild: false,
|
|
146
212
|
components: [],
|
|
147
213
|
path: ['3602564', 'View_3602564_1']
|
|
214
|
+
}, {
|
|
215
|
+
id: 'View_519882',
|
|
216
|
+
label: '普通容器',
|
|
217
|
+
compName: 'View',
|
|
218
|
+
type: 'View',
|
|
219
|
+
compType: 0,
|
|
220
|
+
compLib: 'custom',
|
|
221
|
+
props: {
|
|
222
|
+
name: '普通容器1',
|
|
223
|
+
basicStatus: 1
|
|
224
|
+
},
|
|
225
|
+
style: {
|
|
226
|
+
textAlign: 'left',
|
|
227
|
+
display: 'block',
|
|
228
|
+
flexDirection: 'column',
|
|
229
|
+
padding: '0px 0px 0px 0px',
|
|
230
|
+
width: '100%',
|
|
231
|
+
backgroundColor: '#FFFFFF',
|
|
232
|
+
height: '10px'
|
|
233
|
+
},
|
|
234
|
+
isContainer: true,
|
|
235
|
+
isBusiObjContainer: false,
|
|
236
|
+
cmdgroup: ['basic'],
|
|
237
|
+
platform: 'pc',
|
|
238
|
+
icon: 'View',
|
|
239
|
+
description: '',
|
|
240
|
+
image: '',
|
|
241
|
+
groupsName: '布局',
|
|
242
|
+
engineApi: ['service.downloadFileByFileCode'],
|
|
243
|
+
setEvents: [],
|
|
244
|
+
isLabelDropBoxChild: false,
|
|
245
|
+
components: [],
|
|
246
|
+
path: ['998509']
|
|
148
247
|
}, {
|
|
149
248
|
id: 'Tag_799551',
|
|
150
249
|
label: '标签',
|
|
@@ -178,6 +277,39 @@ export var Tag = {
|
|
|
178
277
|
isLabelDropBoxChild: false,
|
|
179
278
|
components: [],
|
|
180
279
|
path: ['3602564', 'View_3602564_1']
|
|
280
|
+
}, {
|
|
281
|
+
id: 'View_519882',
|
|
282
|
+
label: '普通容器',
|
|
283
|
+
compName: 'View',
|
|
284
|
+
type: 'View',
|
|
285
|
+
compType: 0,
|
|
286
|
+
compLib: 'custom',
|
|
287
|
+
props: {
|
|
288
|
+
name: '普通容器1',
|
|
289
|
+
basicStatus: 1
|
|
290
|
+
},
|
|
291
|
+
style: {
|
|
292
|
+
textAlign: 'left',
|
|
293
|
+
display: 'block',
|
|
294
|
+
flexDirection: 'column',
|
|
295
|
+
padding: '0px 0px 0px 0px',
|
|
296
|
+
width: '100%',
|
|
297
|
+
backgroundColor: '#FFFFFF',
|
|
298
|
+
height: '10px'
|
|
299
|
+
},
|
|
300
|
+
isContainer: true,
|
|
301
|
+
isBusiObjContainer: false,
|
|
302
|
+
cmdgroup: ['basic'],
|
|
303
|
+
platform: 'pc',
|
|
304
|
+
icon: 'View',
|
|
305
|
+
description: '',
|
|
306
|
+
image: '',
|
|
307
|
+
groupsName: '布局',
|
|
308
|
+
engineApi: ['service.downloadFileByFileCode'],
|
|
309
|
+
setEvents: [],
|
|
310
|
+
isLabelDropBoxChild: false,
|
|
311
|
+
components: [],
|
|
312
|
+
path: ['998509']
|
|
181
313
|
}, {
|
|
182
314
|
id: 'Tag_10752956',
|
|
183
315
|
label: '标签',
|
|
@@ -211,6 +343,39 @@ export var Tag = {
|
|
|
211
343
|
isLabelDropBoxChild: false,
|
|
212
344
|
components: [],
|
|
213
345
|
path: ['3602564', 'View_3602564_1']
|
|
346
|
+
}, {
|
|
347
|
+
id: 'View_519882',
|
|
348
|
+
label: '普通容器',
|
|
349
|
+
compName: 'View',
|
|
350
|
+
type: 'View',
|
|
351
|
+
compType: 0,
|
|
352
|
+
compLib: 'custom',
|
|
353
|
+
props: {
|
|
354
|
+
name: '普通容器1',
|
|
355
|
+
basicStatus: 1
|
|
356
|
+
},
|
|
357
|
+
style: {
|
|
358
|
+
textAlign: 'left',
|
|
359
|
+
display: 'block',
|
|
360
|
+
flexDirection: 'column',
|
|
361
|
+
padding: '0px 0px 0px 0px',
|
|
362
|
+
width: '100%',
|
|
363
|
+
backgroundColor: '#FFFFFF',
|
|
364
|
+
height: '10px'
|
|
365
|
+
},
|
|
366
|
+
isContainer: true,
|
|
367
|
+
isBusiObjContainer: false,
|
|
368
|
+
cmdgroup: ['basic'],
|
|
369
|
+
platform: 'pc',
|
|
370
|
+
icon: 'View',
|
|
371
|
+
description: '',
|
|
372
|
+
image: '',
|
|
373
|
+
groupsName: '布局',
|
|
374
|
+
engineApi: ['service.downloadFileByFileCode'],
|
|
375
|
+
setEvents: [],
|
|
376
|
+
isLabelDropBoxChild: false,
|
|
377
|
+
components: [],
|
|
378
|
+
path: ['998509']
|
|
214
379
|
}, {
|
|
215
380
|
id: 'Tag_3207935',
|
|
216
381
|
label: '标签',
|
|
@@ -244,6 +409,39 @@ export var Tag = {
|
|
|
244
409
|
isLabelDropBoxChild: false,
|
|
245
410
|
components: [],
|
|
246
411
|
path: ['3602564', 'View_3602564_1']
|
|
412
|
+
}, {
|
|
413
|
+
id: 'View_519882',
|
|
414
|
+
label: '普通容器',
|
|
415
|
+
compName: 'View',
|
|
416
|
+
type: 'View',
|
|
417
|
+
compType: 0,
|
|
418
|
+
compLib: 'custom',
|
|
419
|
+
props: {
|
|
420
|
+
name: '普通容器1',
|
|
421
|
+
basicStatus: 1
|
|
422
|
+
},
|
|
423
|
+
style: {
|
|
424
|
+
textAlign: 'left',
|
|
425
|
+
display: 'block',
|
|
426
|
+
flexDirection: 'column',
|
|
427
|
+
padding: '0px 0px 0px 0px',
|
|
428
|
+
width: '100%',
|
|
429
|
+
backgroundColor: '#FFFFFF',
|
|
430
|
+
height: '10px'
|
|
431
|
+
},
|
|
432
|
+
isContainer: true,
|
|
433
|
+
isBusiObjContainer: false,
|
|
434
|
+
cmdgroup: ['basic'],
|
|
435
|
+
platform: 'pc',
|
|
436
|
+
icon: 'View',
|
|
437
|
+
description: '',
|
|
438
|
+
image: '',
|
|
439
|
+
groupsName: '布局',
|
|
440
|
+
engineApi: ['service.downloadFileByFileCode'],
|
|
441
|
+
setEvents: [],
|
|
442
|
+
isLabelDropBoxChild: false,
|
|
443
|
+
components: [],
|
|
444
|
+
path: ['998509']
|
|
247
445
|
}, {
|
|
248
446
|
id: 'Tag_905984',
|
|
249
447
|
label: '标签',
|
|
@@ -277,6 +475,39 @@ export var Tag = {
|
|
|
277
475
|
isLabelDropBoxChild: false,
|
|
278
476
|
components: [],
|
|
279
477
|
path: ['3602564', 'View_3602564_1']
|
|
478
|
+
}, {
|
|
479
|
+
id: 'View_519882',
|
|
480
|
+
label: '普通容器',
|
|
481
|
+
compName: 'View',
|
|
482
|
+
type: 'View',
|
|
483
|
+
compType: 0,
|
|
484
|
+
compLib: 'custom',
|
|
485
|
+
props: {
|
|
486
|
+
name: '普通容器1',
|
|
487
|
+
basicStatus: 1
|
|
488
|
+
},
|
|
489
|
+
style: {
|
|
490
|
+
textAlign: 'left',
|
|
491
|
+
display: 'block',
|
|
492
|
+
flexDirection: 'column',
|
|
493
|
+
padding: '0px 0px 0px 0px',
|
|
494
|
+
width: '100%',
|
|
495
|
+
backgroundColor: '#FFFFFF',
|
|
496
|
+
height: '10px'
|
|
497
|
+
},
|
|
498
|
+
isContainer: true,
|
|
499
|
+
isBusiObjContainer: false,
|
|
500
|
+
cmdgroup: ['basic'],
|
|
501
|
+
platform: 'pc',
|
|
502
|
+
icon: 'View',
|
|
503
|
+
description: '',
|
|
504
|
+
image: '',
|
|
505
|
+
groupsName: '布局',
|
|
506
|
+
engineApi: ['service.downloadFileByFileCode'],
|
|
507
|
+
setEvents: [],
|
|
508
|
+
isLabelDropBoxChild: false,
|
|
509
|
+
components: [],
|
|
510
|
+
path: ['998509']
|
|
280
511
|
}, {
|
|
281
512
|
id: 'Tag_0175',
|
|
282
513
|
label: '标签',
|