@lingxiteam/theme-utils 0.1.15 → 0.2.0
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/README.md +5 -11
- package/dist/config/Button.js +1 -1
- package/dist/config/Card.js +1 -1
- package/dist/config/Cascader.d.ts +0 -1
- package/dist/config/Cascader.js +1 -2
- package/dist/config/Checkbox.d.ts +0 -1
- package/dist/config/Checkbox.js +1 -2
- package/dist/config/CheckboxGroup.d.ts +0 -1
- package/dist/config/CheckboxGroup.js +1 -2
- package/dist/config/Container.d.ts +0 -1
- package/dist/config/Container.js +1 -2
- package/dist/config/DatePicker.d.ts +0 -1
- package/dist/config/DatePicker.js +1 -2
- package/dist/config/Description.d.ts +0 -1
- package/dist/config/Description.js +0 -1
- package/dist/config/Form.d.ts +0 -1
- package/dist/config/Form.js +1 -2
- package/dist/config/Radio.d.ts +0 -1
- package/dist/config/Radio.js +1 -2
- package/dist/config/RangePicker.d.ts +0 -1
- package/dist/config/RangePicker.js +1 -2
- package/dist/config/Select.d.ts +0 -1
- package/dist/config/Select.js +1 -2
- package/dist/config/StdUpload.d.ts +0 -1
- package/dist/config/StdUpload.js +1 -2
- package/dist/config/Tabs.js +1 -1
- package/dist/config/Tag.d.ts +53 -0
- package/dist/config/Tag.js +232 -1
- package/dist/config/TimePicker.d.ts +0 -1
- package/dist/config/TimePicker.js +1 -2
- package/dist/config/TreeSelect.d.ts +0 -1
- package/dist/config/TreeSelect.js +1 -2
- package/dist/css.d.ts +1 -1
- package/dist/css.js +1 -2
- package/dist/h5config/Accordion.d.ts +0 -1
- package/dist/h5config/Accordion.js +1 -2
- package/dist/h5config/Card.d.ts +0 -1
- package/dist/h5config/Card.js +1 -2
- package/dist/h5config/DForm.d.ts +0 -2
- package/dist/h5config/DForm.js +1 -3
- package/dist/h5config/DformFile.d.ts +0 -1
- package/dist/h5config/DformFile.js +1 -2
- package/dist/h5config/DformSwitch.d.ts +0 -1
- package/dist/h5config/DformSwitch.js +1 -2
- package/dist/h5config/FilterItems.d.ts +0 -1
- package/dist/h5config/FilterItems.js +1 -2
- package/dist/h5config/Grid.js +1 -1
- package/dist/h5config/NoticeBarPlus.js +1 -1
- package/dist/h5config/SearchView.js +1 -1
- package/dist/h5config/StaticTabs.d.ts +18 -1
- package/dist/h5config/StaticTabs.js +23 -12
- package/dist/h5config/Table.d.ts +1 -2
- package/dist/h5config/Table.js +3 -4
- package/dist/lx-mobile.d.ts +0 -2
- package/dist/lx-mobile.js +6 -16
- package/dist/lx.d.ts +0 -2
- package/dist/lx.js +4 -14
- package/package.json +1 -1
package/dist/config/Tag.js
CHANGED
|
@@ -46,7 +46,7 @@ export var Tag = {
|
|
|
46
46
|
closeColor: 'rgba(0,0,0,.45)',
|
|
47
47
|
closeSize: '10px'
|
|
48
48
|
}],
|
|
49
|
-
tpl: ".pcfactory-tag{\n background: backgroundColor;\n padding: paddingValue;\n border-radius: borderRadius;\n font-size: fontSize;\n }\n .pcfactory-tag .pcfactory-tag-close-icon { \n color: closeColor;\n > svg{\n width: closeSize;\n height: closeSize;\n }\n }",
|
|
49
|
+
tpl: ".ued-tag-wrap .pcfactory-tag{\n background: backgroundColor;\n padding: paddingValue;\n border-radius: borderRadius;\n font-size: fontSize;\n }\n .ued-tag-wrap .pcfactory-tag .pcfactory-tag-close-icon { \n color: closeColor;\n > svg{\n width: closeSize;\n height: closeSize;\n }\n }",
|
|
50
50
|
components: [{
|
|
51
51
|
id: 'Tag_6939955',
|
|
52
52
|
label: '标签',
|
|
@@ -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: '标签',
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export var TimePicker = {
|
|
2
2
|
type: 'TimePicker',
|
|
3
|
-
hasPrefixClass: true,
|
|
4
3
|
variable: {
|
|
5
4
|
labelTextColor: {
|
|
6
5
|
type: 'color',
|
|
@@ -76,7 +75,7 @@ export var TimePicker = {
|
|
|
76
75
|
iconFontSize: '14px',
|
|
77
76
|
iconColor: '#0085D0'
|
|
78
77
|
}],
|
|
79
|
-
tpl: ".ued-datePicker-wrap
|
|
78
|
+
tpl: ".ued-datePicker-wrap .pcfactory-picker-suffix{\n color: iconColor;\n width: iconFontSize;\n height: iconFontSize;\n .anticon>svg{\n width: iconFontSize;\n height: iconFontSize;\n }\n }\n .ued-datePicker-wrap .pcfactory-picker-clear{\n color: iconColor;\n width: iconFontSize;\n height: iconFontSize;\n .anticon>svg{\n width: iconFontSize;\n height: iconFontSize;\n }\n }",
|
|
80
79
|
components: [{
|
|
81
80
|
id: 'Form_180373',
|
|
82
81
|
label: '表单',
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export var TreeSelect = {
|
|
2
2
|
type: 'TreeSelect',
|
|
3
|
-
hasPrefixClass: true,
|
|
4
3
|
variable: {
|
|
5
4
|
labelTextColor: {
|
|
6
5
|
type: 'color',
|
|
@@ -83,7 +82,7 @@ export var TreeSelect = {
|
|
|
83
82
|
iconColor: 'rgba(28,36,46,.25)',
|
|
84
83
|
iconTop: '16px'
|
|
85
84
|
}],
|
|
86
|
-
tpl: ".ued-treeSelect-wrap
|
|
85
|
+
tpl: ".ued-treeSelect-wrap .pcfactory-select-arrow{\n color: iconColor;\n width: iconFontSize;\n height: iconFontSize;\n top: iconTop;\n .anticon>svg{\n width: iconFontSize;\n height: iconFontSize;\n }\n }\n .ued-treeSelect-wrap .pcfactory-select-clear{\n color: iconColor;\n width: iconFontSize;\n height: iconFontSize;\n top: iconTop;\n .anticon>svg{\n width: iconFontSize;\n height: iconFontSize;\n }\n }",
|
|
87
86
|
components: [{
|
|
88
87
|
id: 'Form_180373',
|
|
89
88
|
label: '表单',
|
package/dist/css.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export declare function stringifyCss(tpl: string, values: any): string;
|
|
2
2
|
export declare function parseCss(tpl: string, a: string): any;
|
|
3
3
|
export declare function normalizeCSS(css: string, selector?: string): string;
|
|
4
|
-
export declare function
|
|
4
|
+
export declare function prefixCSS(css: string, prefix?: string): string;
|
|
5
5
|
export declare function insertRules(id: string, rules: string, selector?: HTMLHeadElement): void;
|
|
6
6
|
export declare function insertLink(id: string, href: string, insertBefore?: boolean): void;
|
package/dist/css.js
CHANGED
|
@@ -84,11 +84,10 @@ export function normalizeCSS(css, selector) {
|
|
|
84
84
|
}
|
|
85
85
|
|
|
86
86
|
// 这个解法不是特别好,但是组件有些是有嵌套的 div 有些是没有嵌套,所以给可用的 class 添加一个 &. 的样式前缀
|
|
87
|
-
export function
|
|
87
|
+
export function prefixCSS(css, prefix) {
|
|
88
88
|
if (prefix) {
|
|
89
89
|
var hasD = prefix.startsWith('.') || prefix.startsWith('#');
|
|
90
90
|
var prefixCss = "".concat(hasD ? '' : '.').concat(prefix);
|
|
91
|
-
if (hasPrefix) return "".concat(prefixCss).concat(css);
|
|
92
91
|
return css.split('\n').map(function (i) {
|
|
93
92
|
if (i.trimStart().startsWith('.')) {
|
|
94
93
|
return "".concat(prefixCss).concat(i.trimStart());
|
|
@@ -88,7 +88,6 @@ export var Accordion = {
|
|
|
88
88
|
groupsName: '边框'
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
|
-
hasPrefixClass: true,
|
|
92
91
|
groupsName: '容器',
|
|
93
92
|
icon: 'icon-ico-comp-app-Accordion',
|
|
94
93
|
title: '折叠面板',
|
|
@@ -108,7 +107,7 @@ export var Accordion = {
|
|
|
108
107
|
borderColor: '#DDD',
|
|
109
108
|
borderRadius: '4px'
|
|
110
109
|
}],
|
|
111
|
-
tpl: ".lcdp-accordion
|
|
110
|
+
tpl: "\n .lcdp-accordion .lcdp-accordion-header{\n color: textColor;\n font-weight: fontWeight;\n font-size: fontSize;\n line-height: lineHeight;\n background: backgroundColor;\n }\n .lcdp-accordion .lcdp-accordion-header-default-icon{\n height: tagSize;\n background: titleColor;\n margin-right: tagMargin;\n }\n .adm-list-item-content{\n border-color: lineColor;\n }\n\n .lcdp-accordion .adm-collapse-arrow svg{\n color: arrowColor;\n width: arrowSize;\n height: arrowSize;\n }\n .lcdp-accordion .adm-list-item-content-main{\n background: bodyBgColor;\n }\n .lcdp-accordion{\n .adm-collapse{\n border-radius: borderRadius;\n border-color: borderColor !important;\n }\n }",
|
|
112
111
|
components: [{
|
|
113
112
|
id: 'Accordion_960849',
|
|
114
113
|
label: '折叠面板',
|
package/dist/h5config/Card.d.ts
CHANGED
package/dist/h5config/Card.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export var Card = {
|
|
2
2
|
type: 'Card',
|
|
3
|
-
hasPrefixClass: true,
|
|
4
3
|
variable: {
|
|
5
4
|
textColor: {
|
|
6
5
|
type: 'color',
|
|
@@ -120,7 +119,7 @@ export var Card = {
|
|
|
120
119
|
borderColor: 'rgba(0,0,0,0)',
|
|
121
120
|
borderRadius: '4px'
|
|
122
121
|
}],
|
|
123
|
-
tpl: ".lcdp-h5-card
|
|
122
|
+
tpl: ".lcdp-h5-card-title{\n color: textColor;\n font-weight: fontWeight;\n font-size: fontSize;\n line-height: lineHeight;\n }\n .lcdp-h5-card-hStyle{\n background: titleColor;\n margin-right: tagMargin;\n position: static;\n width: tagSize;\n }\n .lcdp-h5-card-vStyle{\n height: tagSize;\n background: titleColor;\n margin-right: tagMargin;\n }\n .lcdp-h5-card-icon{\n width: tagSize;\n height: tagSize;\n }\n .lcdp-h5-card-icon svg{\n color: titleColor;\n width: tagSize;\n height: tagSize;\n }\n .lcdp-h5-card-icon{\n margin-right: tagMargin;\n }\n .lcdp-h5-card-extra-icon{\n width: arrowSize;\n height: arrowSize;\n }\n .lcdp-h5-card-extra-icon svg{\n color: arrowColor;\n width: arrowSize;\n height: arrowSize;\n }\n .lcdp-h5-card .adm-card-header:not(:last-child){\n border-color: lineColor !important;\n }\n .lcdp-h5-card .adm-card-header{\n border-color: lineColor !important;\n background: backgroundColor !important;\n }\n .lcdp-h5-card .adm-card-body{\n background: bodyBgColor;\n }\n .lcdp-card-footer-draw-box-border{\n border-color: bodyLineColor;\n background: footBgColor;\n }\n .lcdp-h5-card {\n border-radius: borderRadius;\n border: 1PX solid borderColor;\n }\n ",
|
|
124
123
|
components: [{
|
|
125
124
|
id: 'Card_4143673',
|
|
126
125
|
label: '卡片',
|
package/dist/h5config/DForm.d.ts
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export declare const DForm: {
|
|
2
2
|
type: string;
|
|
3
|
-
hasPrefixClass: boolean;
|
|
4
3
|
variable: {
|
|
5
4
|
backgroundColor: {
|
|
6
5
|
type: string;
|
|
@@ -111,7 +110,6 @@ export declare const DForm: {
|
|
|
111
110
|
iconSize: string;
|
|
112
111
|
}[];
|
|
113
112
|
tpl: string;
|
|
114
|
-
itemCustomTpl: string;
|
|
115
113
|
components: {
|
|
116
114
|
id: string;
|
|
117
115
|
label: string;
|
package/dist/h5config/DForm.js
CHANGED
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export var DForm = {
|
|
2
2
|
type: 'DForm',
|
|
3
|
-
hasPrefixClass: true,
|
|
4
3
|
variable: {
|
|
5
4
|
backgroundColor: {
|
|
6
5
|
type: 'color',
|
|
@@ -152,8 +151,7 @@ export var DForm = {
|
|
|
152
151
|
iconColor: 'rgba(0, 0, 0, 0.45)',
|
|
153
152
|
iconSize: '16px'
|
|
154
153
|
}],
|
|
155
|
-
tpl: ".dynamic-form-wrapper
|
|
156
|
-
itemCustomTpl: ".lcdp-form-item {\n --color: textColor;\n --font-size: fontSize;\n .adm-text-area{\n --color: textColor;\n --font-size: fontSize;\n }\n .lingxiteam-dform-title {\n color: labelTextColor;\n font-size: labelFontSize !important;\n line-height: labelLineHeight;\n font-weight: labelFontWeight;\n text-align: headTextAlign;\n }\n .lingxiteam-dform-input-item-value input{\n color: textColor;\n line-height: lineHeight;\n font-weight: fontWeight;\n padding: paddingValue;\n text-align: headTextAlign;\n font-size: fontSize;\n }\n \n .lingxiteam-dform-radio-label{\n color: textColor;\n line-height: lineHeight;\n font-weight: fontWeight;\n padding: paddingValue;\n text-align: headTextAlign;\n font-size: fontSize;\n \n }\n .lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-label{\n color: textColor;\n line-height: lineHeight;\n font-weight: fontWeight;\n text-align: headTextAlign;\n font-size: fontSize;\n \n }\n .lingxiteam-dform-text-item-content .lingxiteam-dform-text-item-text{\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n text-align: headTextAlign;\n padding: paddingValue;\n font-weight: fontWeight;\n }\n .lingxiteam-dform-text-item-content .lingxiteam-dform-text-item-date-text{\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n text-align: headTextAlign;\n padding: paddingValue;\n font-weight: fontWeight;\n }\n .lingxiteam-dform-rangdate-h-value{\n color: textColor;\n line-height: lineHeight;\n text-align: headTextAlign;\n font-size: fontSize;\n padding: paddingValue;\n font-weight: fontWeight;\n }\n .lingxiteam-dform-area-group-value-area textarea{\n line-height: lineHeight;\n padding: paddingValue;\n font-weight: fontWeight;\n font-size: fontSize;\n color: textColor;\n text-align: headTextAlign;\n \n }\n .cust-icon{\n width: iconSize;\n height: iconSize;\n }\n .cust-icon svg{\n color: iconColor;\n fill: iconColor;\n width: iconSize;\n height: iconSize;\n }\n .lingxiteam-dform-right-content{\n width: iconSize;\n height: iconSize;\n overflow: hidden;\n }\n .lingxiteam-dform-arrow-horizontal{\n background-image: none;\n width: iconSize;\n height: iconSize;\n position: relative;\n }\n .lingxiteam-dform-arrow-horizontal::before {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: iconSize;\n height: iconSize;\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E\");\n background-repeat: round;\n transform: translateX(-100%);\n background-size: 100%;\n filter: drop-shadow(iconSize 0 iconColor);\n }\n }",
|
|
154
|
+
tpl: "\n .dynamic-form-wrapper{\n background-color: backgroundColor;\n --color: textColor;\n --font-size: fontSize;\n }\n .adm-text-area{\n --color: textColor;\n --font-size: fontSize;\n }\n .lingxiteam-dform-title {\n color: labelTextColor;\n font-size: labelFontSize !important;\n line-height: labelLineHeight;\n font-weight: labelFontWeight;\n text-align: headTextAlign;\n}\n.lingxiteam-dform-input-item-value input{\n color: textColor;\n line-height: lineHeight;\n font-weight: fontWeight;\n padding: paddingValue;\n text-align: headTextAlign;\n font-size: fontSize;\n}\n\n.lingxiteam-dform-radio-label{\n color: textColor;\n line-height: lineHeight;\n font-weight: fontWeight;\n padding: paddingValue;\n text-align: headTextAlign;\n font-size: fontSize;\n\n}\n.lingxiteam-dform-check-box .lingxiteam-dform-box-content .lingxiteam-dform-box-wrapper .lingxiteam-dform-box-label{\n color: textColor;\n line-height: lineHeight;\n font-weight: fontWeight;\n text-align: headTextAlign;\n font-size: fontSize;\n\n}\n.lingxiteam-dform-text-item-content .lingxiteam-dform-text-item-text{\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n text-align: headTextAlign;\n padding: paddingValue;\n font-weight: fontWeight;\n}\n.lingxiteam-dform-text-item-content .lingxiteam-dform-text-item-date-text{\n color: textColor;\n line-height: lineHeight;\n font-size: fontSize;\n text-align: headTextAlign;\n padding: paddingValue;\n font-weight: fontWeight;\n}\n.lingxiteam-dform-rangdate-h-value{\n color: textColor;\n line-height: lineHeight;\n text-align: headTextAlign;\n font-size: fontSize;\n padding: paddingValue;\n font-weight: fontWeight;\n}\n.lingxiteam-dform-area-group-value-area textarea{\n line-height: lineHeight;\n padding: paddingValue;\n font-weight: fontWeight;\n font-size: fontSize;\n color: textColor;\n text-align: headTextAlign;\n\n}\n.cust-icon{\n width: iconSize;\n height: iconSize;\n}\n.cust-icon svg{\n color: iconColor;\n fill: iconColor;\n width: iconSize;\n height: iconSize;\n}\n.lingxiteam-dform-right-content{\n width: iconSize;\n height: iconSize;\n overflow: hidden;\n}\n.lingxiteam-dform-arrow-horizontal{\n background-image: none;\n width: iconSize;\n height: iconSize;\n position: relative;\n}\n.lingxiteam-dform-arrow-horizontal::before {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: iconSize;\n height: iconSize;\nbackground-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2226%22%20viewBox%3D%220%200%2016%2026%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cg%20id%3D%22UI-KIT_%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%229.9%E5%9F%BA%E7%A1%80%E5%85%83%E4%BB%B6%22%20transform%3D%22translate%28-5809.000000%2C%20-8482.000000%29%22%20fill%3D%22%23C7C7CC%22%3E%3Cpolygon%20id%3D%22Disclosure-Indicator%22%20points%3D%225811%208482%205809%208484%205820.5%208495%205809%208506%205811%208508%205825%208495%22%3E%3C%2Fpolygon%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E\");\nbackground-repeat: round;\ntransform: translateX(-100%);\nbackground-size: 100%;\n filter: drop-shadow(iconSize 0 iconColor);\n}",
|
|
157
155
|
components: [{
|
|
158
156
|
id: 'DForm_458695',
|
|
159
157
|
label: '表单',
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export var DformFile = {
|
|
2
2
|
type: 'DformFile',
|
|
3
|
-
hasPrefixClass: true,
|
|
4
3
|
variable: {
|
|
5
4
|
btnBgColor: {
|
|
6
5
|
type: 'color',
|
|
@@ -74,7 +73,7 @@ export var DformFile = {
|
|
|
74
73
|
btnIconColor: '#108ee9',
|
|
75
74
|
btnBorderRadius: '100px'
|
|
76
75
|
}],
|
|
77
|
-
tpl: ".
|
|
76
|
+
tpl: ".lingxiteam-dform-file-extra-btn{\n border-radius: btnBorderRadius;\n background: btnBgColor;\n > span {\n color: btnIconColor;\n }\n }",
|
|
78
77
|
components: [{
|
|
79
78
|
id: 'DForm_333712',
|
|
80
79
|
label: '表单',
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export var DformSwitch = {
|
|
2
2
|
type: 'DformSwitch',
|
|
3
|
-
hasPrefixClass: true,
|
|
4
3
|
variable: {
|
|
5
4
|
openColor: {
|
|
6
5
|
type: 'color',
|
|
@@ -76,7 +75,7 @@ export var DformSwitch = {
|
|
|
76
75
|
openColor: '#108ee9',
|
|
77
76
|
closeColor: '#ddd'
|
|
78
77
|
}],
|
|
79
|
-
tpl: "
|
|
78
|
+
tpl: "\n .adm-switch.adm-switch-checked .adm-switch-checkbox{\n background: openColor;\n }\n .lingxiteam-dform-switch .adm-switch-checkbox{\n background: closeColor;\n }\n .lingxiteam-dform-switch .adm-switch-checkbox::before{\n background: closeColor;\n }",
|
|
80
79
|
components: [{
|
|
81
80
|
id: 'DForm_333712',
|
|
82
81
|
label: '表单',
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export var FilterItems = {
|
|
2
2
|
type: 'FilterItems',
|
|
3
|
-
hasPrefixClass: true,
|
|
4
3
|
variable: {
|
|
5
4
|
backgroundColor: {
|
|
6
5
|
type: 'color',
|
|
@@ -84,7 +83,7 @@ export var FilterItems = {
|
|
|
84
83
|
iconSize: '16px',
|
|
85
84
|
iconCloseColor: 'rgba(0,0,0,0.3)'
|
|
86
85
|
}],
|
|
87
|
-
tpl: "
|
|
86
|
+
tpl: "\n .alita-filter-item-content{\n background: backgroundColor;\n font-size: fontSize;\n border-radius: borderRadius;\n border: 1px solid borderColor;\n }\n .alita-filter-item-active-text{\n color: textColor;\n line-height: lineHeight;\n font-weight: fontWeight;\n }\n .alita-filter-item-noraml-icon{\n width: iconSize;\n height: iconSize;\n overflow: hidden;\n }\n .alita-filter-item-icon-up{\n background-image: none;\n width: iconSize;\n height: iconSize;\n position: relative;\n }\n .alita-filter-item-icon-up::before {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: iconSize;\n height: iconSize;\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3E%E7%BC%96%E7%BB%84%206%3C%2Ftitle%3E%3Cg%20id%3D%22%E9%A1%B5%E9%9D%A2-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22%E5%85%B6%E4%BD%99%E7%BB%84%E4%BB%B6%22%20transform%3D%22translate%28-171.000000%2C%20-3340.000000%29%22%3E%3Cg%20id%3D%22%E5%AF%BC%E8%88%AA%E6%A0%8F%EF%BC%9ANavigationBa%E5%A4%87%E4%BB%BD-2%22%20transform%3D%22translate%2836.000000%2C%201199.000000%29%22%3E%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-5%22%20transform%3D%22translate%2851.000000%2C%202131.000000%29%22%3E%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-6%22%20transform%3D%22translate%2884.000000%2C%2010.000000%29%22%3E%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20fill%3D%22%23D8D8D8%22%20opacity%3D%220%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M13.4723603%2C5.99735754%20L8.67496913%2C11.2434071%20C8.53163306%2C11.4065089%208.32501122%2C11.5%208.10787665%2C11.5%20C7.89072486%2C11.5%207.68408225%2C11.4065218%207.54073483%2C11.2434071%20L2.74334363%2C5.99735754%20C2.50915215%2C5.75000397%202.43677915%2C5.38947121%202.55781612%2C5.07103987%20C2.67885308%2C4.75260854%202.97097257%2C4.53024691%203.31046078%2C4.5%20L12.9013205%2C4.5%20C13.2421162%2C4.52895167%2013.5355186%2C4.74998106%2013.6565803%2C5.06974464%20C13.7789495%2C5.38948354%2013.7065888%2C5.74867172%2013.4723603%2C5.99735754%20Z%22%20id%3D%22%E8%B7%AF%E5%BE%84%22%20fill%3D%22%23BFBFBF%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E\");\n background-repeat: round;\n transform: translateX(-100%);\n background-size: 100%;\n filter: drop-shadow(iconSize 0 iconCloseColor);\n }\n .alita-filter-item-icon-down{\n background-image: none;\n width: iconSize;\n height: iconSize;\n position: relative;\n }\n .alita-filter-item-icon-down::before {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n width: iconSize;\n height: iconSize;\n background-image: url(\"data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Ctitle%3E%E7%BC%96%E7%BB%84%206%3C%2Ftitle%3E%3Cg%20id%3D%22%E9%A1%B5%E9%9D%A2-1%22%20stroke%3D%22none%22%20stroke-width%3D%221%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Cg%20id%3D%22%E5%85%B6%E4%BD%99%E7%BB%84%E4%BB%B6%22%20transform%3D%22translate%28-295.000000%2C%20-3340.000000%29%22%3E%3Cg%20id%3D%22%E5%AF%BC%E8%88%AA%E6%A0%8F%EF%BC%9ANavigationBa%E5%A4%87%E4%BB%BD-2%22%20transform%3D%22translate%2836.000000%2C%201199.000000%29%22%3E%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-5%22%20transform%3D%22translate%28175.000000%2C%202131.000000%29%22%3E%3Cg%20id%3D%22%E7%BC%96%E7%BB%84-6%22%20transform%3D%22translate%2892.000000%2C%2018.000000%29%20scale%281%2C%20-1%29%20translate%28-92.000000%2C%20-18.000000%29%20translate%2884.000000%2C%2010.000000%29%22%3E%3Crect%20id%3D%22%E7%9F%A9%E5%BD%A2%22%20fill%3D%22%231677ff%22%20opacity%3D%220%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2216%22%20height%3D%2216%22%3E%3C%2Frect%3E%3Cpath%20d%3D%22M13.4723603%2C5.99735754%20L8.67496913%2C11.2434071%20C8.53163306%2C11.4065089%208.32501122%2C11.5%208.10787665%2C11.5%20C7.89072486%2C11.5%207.68408225%2C11.4065218%207.54073483%2C11.2434071%20L2.74334363%2C5.99735754%20C2.50915215%2C5.75000397%202.43677915%2C5.38947121%202.55781612%2C5.07103987%20C2.67885308%2C4.75260854%202.97097257%2C4.53024691%203.31046078%2C4.5%20L12.9013205%2C4.5%20C13.2421162%2C4.52895167%2013.5355186%2C4.74998106%2013.6565803%2C5.06974464%20C13.7789495%2C5.38948354%2013.7065888%2C5.74867172%2013.4723603%2C5.99735754%20Z%22%20id%3D%22%E8%B7%AF%E5%BE%84%22%20fill%3D%22%231677ff%22%20fill-rule%3D%22nonzero%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E\");\n background-repeat: round;\n background-size: 100%;\n transform: translateX(-100%);\n filter: drop-shadow(iconSize 0 iconColor);\n}\n",
|
|
88
87
|
components: [{
|
|
89
88
|
id: 'FilterItems_7957386',
|
|
90
89
|
label: '筛选项',
|
package/dist/h5config/Grid.js
CHANGED
|
@@ -77,7 +77,7 @@ export var Grid = {
|
|
|
77
77
|
fontSize: '12px',
|
|
78
78
|
fontWeight: '400'
|
|
79
79
|
}],
|
|
80
|
-
tpl: ".use-app-grid{\n
|
|
80
|
+
tpl: "\n .use-app-grid{\n background-color: backgroundColor;\n border-radius: borderRadius;\n }\n .am-grid {\n background-color: backgroundColor;\n border-radius: borderRadius;\n --adm-font-size-4: fontSize;\n --adm-color-text: textColor\n }\n .am-grid.am-grid-line:not(.am-grid-carousel){\n border:1PX solid borderColor;\n border-bottom:none;\n }\n .am-grid.am-grid-line .am-grid-flex:last-child{\n border-color: borderColor;\n border-bottom-right-radius: borderRadius;\n border-bottom-left-radius: borderRadius;\n }\n .am-grid.am-grid-line .am-grid-flex:first-child{\n border-top-left-radius: borderRadius;\n }\n .am-grid.am-grid-line .am-grid-flex .am-grid-flex-item:first-child{\n border: none;\n }\n .am-grid.am-grid-line .am-grid-flex{\n border-color: lineColor;\n }\n .am-grid.am-grid-square .am-grid-item .am-grid-item-inner-content .am-grid-icon{\n width: iconSize;\n }\n .am-grid .am-grid-flex .am-grid-flex-item .am-grid-item-content .am-grid-item-inner-content .am-grid-text{\n line-height: lineHeight;\n font-weight: fontWeight;\n }",
|
|
81
81
|
components: [{
|
|
82
82
|
id: 'Grid_842271',
|
|
83
83
|
label: '宫格',
|
|
@@ -73,7 +73,7 @@ export var NoticeBarPlus = {
|
|
|
73
73
|
iconSize: '20px',
|
|
74
74
|
fontWeight: '400'
|
|
75
75
|
}],
|
|
76
|
-
tpl: "
|
|
76
|
+
tpl: "\n .alita-notice-bar{\n --adm-color-background: backgroundColor;\n border-color: borderColor;\n border-radius: borderRadius;\n font-size: fontSize;\n // line-height: lineHeight;\n font-weight:fontWeight;\n color: textColor;\n > div {\n\n > svg {\n color: iconColor;\n\nwidth: iconSize;\nheight: iconSize;\n }\n }\n }",
|
|
77
77
|
components: [{
|
|
78
78
|
id: 'NoticeBarPlus_0162497',
|
|
79
79
|
label: '公告栏',
|
|
@@ -97,7 +97,7 @@ export var SearchView = {
|
|
|
97
97
|
sBorderColor: 'rgba(0,0,0,0)',
|
|
98
98
|
sBorderRadius: '18px'
|
|
99
99
|
}],
|
|
100
|
-
tpl: "\n .alita-search-view-wrap{\n --adm-color-background: backgroundColor;\n padding: paddingValue;\n border: 1PX solid borderColor;\n border-radius: borderRadius;\n }\n .alita-search-bar-input{\n background-color: sBackgroundColor;\ncolor: textColor;\nfont-size: fontSize;\nfont-weight: fontWeight;\npadding: sPaddingValue;\nborder-radius: sBorderRadius;\nborder: 1PX solid sBorderColor;\n }\n .alita-search-bar-search{\n width: iconSize;\n height: iconSize;\n }",
|
|
100
|
+
tpl: "\n .alita-search-view-wrap{\n --adm-color-background: backgroundColor;\n padding: paddingValue;\n border: 1PX solid borderColor;\n border-radius: borderRadius;\n }\n .alita-search-view-wrap .alita-search-bar-input{\n background-color: sBackgroundColor;\ncolor: textColor;\nfont-size: fontSize;\nfont-weight: fontWeight;\npadding: sPaddingValue;\nborder-radius: sBorderRadius;\nborder: 1PX solid sBorderColor;\n }\n .alita-search-view-wrap .alita-search-bar-search{\n width: iconSize;\n height: iconSize;\n }",
|
|
101
101
|
components: [{
|
|
102
102
|
id: 'SearchView_197467',
|
|
103
103
|
label: '搜索',
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
export declare const StaticTabs: {
|
|
2
2
|
type: string;
|
|
3
|
-
hasPrefixClass: boolean;
|
|
4
3
|
variable: {
|
|
5
4
|
selectBgColor: {
|
|
6
5
|
type: string;
|
|
@@ -36,6 +35,11 @@ export declare const StaticTabs: {
|
|
|
36
35
|
label: string;
|
|
37
36
|
groupsName: string;
|
|
38
37
|
};
|
|
38
|
+
lineHeight: {
|
|
39
|
+
type: string;
|
|
40
|
+
label: string;
|
|
41
|
+
groupsName: string;
|
|
42
|
+
};
|
|
39
43
|
fontSize: {
|
|
40
44
|
type: string;
|
|
41
45
|
label: string;
|
|
@@ -50,6 +54,16 @@ export declare const StaticTabs: {
|
|
|
50
54
|
value: string;
|
|
51
55
|
}[];
|
|
52
56
|
};
|
|
57
|
+
borderColor: {
|
|
58
|
+
type: string;
|
|
59
|
+
label: string;
|
|
60
|
+
groupsName: string;
|
|
61
|
+
};
|
|
62
|
+
lineColor: {
|
|
63
|
+
type: string;
|
|
64
|
+
label: string;
|
|
65
|
+
groupsName: string;
|
|
66
|
+
};
|
|
53
67
|
bodyBgColor: {
|
|
54
68
|
type: string;
|
|
55
69
|
label: string;
|
|
@@ -67,8 +81,11 @@ export declare const StaticTabs: {
|
|
|
67
81
|
selectFontWeight: string;
|
|
68
82
|
fontWeight: string;
|
|
69
83
|
fontSize: string;
|
|
84
|
+
lineHeight: string;
|
|
70
85
|
selectBorderRadius: string;
|
|
71
86
|
bodyBgColor: string;
|
|
87
|
+
borderColor: string;
|
|
88
|
+
lineColor: string;
|
|
72
89
|
}[];
|
|
73
90
|
tpl: string;
|
|
74
91
|
components: {
|