@lingxiteam/theme-utils 0.2.13 → 0.2.15
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/Card.d.ts +4 -0
- package/dist/config/Card.js +6 -2
- package/dist/config/Form.js +1 -1
- package/dist/h5config/Accordion.d.ts +69 -11
- package/dist/h5config/Accordion.js +102 -22
- package/dist/h5config/DForm.js +2 -2
- package/dist/h5config/SearchView.js +1 -1
- package/dist/h5config/Table.js +1 -1
- package/package.json +1 -1
package/dist/config/Card.d.ts
CHANGED
|
@@ -46,6 +46,7 @@ export declare const Card: {
|
|
|
46
46
|
type: string;
|
|
47
47
|
label: string;
|
|
48
48
|
groupsName: string;
|
|
49
|
+
followTheme: string;
|
|
49
50
|
};
|
|
50
51
|
tagSize: {
|
|
51
52
|
type: string;
|
|
@@ -91,6 +92,9 @@ export declare const Card: {
|
|
|
91
92
|
bodyColor: string;
|
|
92
93
|
lineColor: string;
|
|
93
94
|
}[];
|
|
95
|
+
followThemes: {
|
|
96
|
+
'@primary-color': string[];
|
|
97
|
+
};
|
|
94
98
|
tpl: string;
|
|
95
99
|
components: {
|
|
96
100
|
id: string;
|
package/dist/config/Card.js
CHANGED
|
@@ -63,7 +63,8 @@ export var Card = {
|
|
|
63
63
|
titleColor: {
|
|
64
64
|
type: 'color',
|
|
65
65
|
label: '装饰条颜色',
|
|
66
|
-
groupsName: '背景颜色'
|
|
66
|
+
groupsName: '背景颜色',
|
|
67
|
+
followTheme: '@primary-color'
|
|
67
68
|
},
|
|
68
69
|
tagSize: {
|
|
69
70
|
type: 'px',
|
|
@@ -101,7 +102,7 @@ export var Card = {
|
|
|
101
102
|
title: '卡片',
|
|
102
103
|
defaultValue: [{
|
|
103
104
|
backgroundColor: '#fff',
|
|
104
|
-
titleColor: '#
|
|
105
|
+
titleColor: '#47',
|
|
105
106
|
tagSize: '16px',
|
|
106
107
|
tagMargin: '8px',
|
|
107
108
|
borderColor: '#f0f0f0',
|
|
@@ -109,6 +110,9 @@ export var Card = {
|
|
|
109
110
|
bodyColor: '#fff',
|
|
110
111
|
lineColor: '#f0f0f0'
|
|
111
112
|
}],
|
|
113
|
+
followThemes: {
|
|
114
|
+
'@primary-color': ['titleColor']
|
|
115
|
+
},
|
|
112
116
|
tpl: "\n .pcfactory-card{\n border-radius: borderRadius;\n }\n .ued-card.pcfactory-card-bordered .pcfactory-card-head {\n background-color: backgroundColor;\n border-color: lineColor;\n border-top-left-radius: borderRadius;\n border-top-right-radius: borderRadius;\n }\n .ued-card.pcfactory-card-bordered {\n border-color: borderColor;\n }\n .ued-card.pcfactory-card-bordered {\n border-color: borderColor;\n }\n .ued-card .ued-card-title-icon-auto>i {\n color: titleColor;\n margin-right: tagMargin;\n }\n .ued-card .ued-card-title-icon-auto span{\n color: titleColor;\n margin-right: tagMargin;\n }\n .ued-card .ued-card-title::before {\n color: titleColor;\n background: titleColor;\n margin-right: tagMargin;\n }\n .ued-card .ued-card-title-icon-auto>i svg{\n width: tagSize;\n height: tagSize;\n }\n .ued-card .ued-card-title-icon-auto span svg{\n width: tagSize;\n height: tagSize;\n }\n .ued-card .pcfactory-card-body{\n background-color: bodyColor;\n border-bottom-right-radius: borderRadius;\n border-bottom-left-radius: borderRadius;\n }",
|
|
113
117
|
components: [{
|
|
114
118
|
id: 'Card_813627',
|
package/dist/config/Form.js
CHANGED
|
@@ -93,7 +93,7 @@ export var Form = {
|
|
|
93
93
|
// 滑动输入条没有边框样式
|
|
94
94
|
// TODO: 树选择器,联级选择器效果待确认
|
|
95
95
|
itemCustomTpl: ".pcFactory-from-component{\n .verificationCodePC, .verificationCodePC-titleTop{\n border: 1px solid itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .verificationCodePC-inputContent{\n height: auto;\n }\n .verificationCodePC-inputContent .normalArea{\n height: auto;\n }\n .pcfactory-form-item-label>label{\n color: labelTextColor;\n line-height: labelLineHeight;\n font-size: labelFontSize;\n }\n .pcfactory-input-affix-wrapper {\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-input-affix-wrapper:not(.pcfactory-input-affix-wrapper-disabled):hover{\n border-color: itemBorderColor;\n }\n .pcfactory-input{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-input:focus{\n box-shadow: none !important ;\n border-style: none !important;\n }\n .ued-inputNumber-wrap.pcfactory-input-number{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-radio-wrapper{\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-radio-button-wrapper {\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n height:auto;\n min-height: 32px;\n }\n .pcfactory-checkbox-wrapper{\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-select.ued-select-wrap{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select.ued-select-wrap .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-select:not(.pcfactory-select-customize-input) .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n height: auto;\n min-height: 32px;\n line-height: 2;\n }\n .ued-datePicker-wrap.pcfactory-picker{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n }\n .pcfactory-picker-input>input{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select-single.pcfactory-select-open .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select-single.pcfactory-select-show-arrow .pcfactory-select-selection-item, .pcfactory-select-single.pcfactory-select-show-arrow .pcfactory-select-selection-placeholder{\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-select-multiple .ued-select-checked-tag{\n color: textColor;\n font-size: fontSize;\n min-height: 24px;\n height: auto;\n padding: 4px 8px 4px 8px;\n line-height: 1.5715;\n }\n .pcfactory-select-single:not(.pcfactory-select-customize-input) .pcfactory-select-selector::after{\n line-height: fontSize;\n }\n span.pcfactory-radio+*{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select-selector{\n height: auto;\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .ued-select-wrap .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .ued-select-wrap .pcfactory-select-selector {\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .ued-select-wrap:hover .pcfactory-select-selector{\n border-color: itemBorderColor;\n }\n .pcfactory-checkbox+span{\n color: textColor;\n font-size: fontSize;\n }\n .ued-stdupload-wrap .pcfactory-upload.pcfactory-upload-select.pcfactory-upload-select-text button{\n height: auto;\n }\n .ued-cascader-wrap .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-picker-input > input{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-picker{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n\n .ued-stdupload-wrap .pcfactory-upload.pcfactory-upload-select.pcfactory-upload-select-text button>span{\n color: textColor;\n font-size: fontSize;\n }\n .ued-stdupload-wrap .pcfactory-upload.pcfactory-upload-select.pcfactory-upload-select-text button{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n \n .pcfactory-select-single .pcfactory-select-selector .pcfactory-select-selection-item, .pcfactory-select-single .pcfactory-select-selector .pcfactory-select-selection-placeholder{\n line-height: 2;\n font-size: fontSize;\n }\n .pcfactory-select-multiple .pcfactory-select-selection-placeholder{\n font-size: fontSize;\n }\n .ued-rateContainer .pcfactory-rate{\n font-size: fontSize;\n }\n .ued-rateContainer-rateText{\n color: textColor;\n font-size: fontSize;\n }\n \n }\n ",
|
|
96
|
-
tpl: ".ued-legacy-form-wrap{\n background-color: backgroundColor;\n .pcFactory-from-component{\n .verificationCodePC, .verificationCodePC-titleTop{\n border: 1px solid itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .verificationCodePC-inputContent{\n height: auto;\n }\n .verificationCodePC-inputContent .normalArea{\n height: auto;\n }\n .pcfactory-form-item-label>label{\n color: labelTextColor;\n line-height: labelLineHeight;\n font-size: labelFontSize;\n }\n .pcfactory-input-affix-wrapper {\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-input-affix-wrapper:not(.pcfactory-input-affix-wrapper-disabled):hover{\n border-color: itemBorderColor;\n }\n .pcfactory-input{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-input:focus{\n box-shadow: none !important ;\n border-style: none !important;\n }\n .ued-inputNumber-wrap.pcfactory-input-number{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-radio-wrapper{\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-radio-button-wrapper {\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n height:auto;\n min-height: 32px;\n }\n .pcfactory-checkbox-wrapper{\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-select.ued-select-wrap{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select.ued-select-wrap .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-select:not(.pcfactory-select-customize-input) .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n height: auto;\n min-height: 32px;\n line-height: 2;\n }\n .ued-datePicker-wrap.pcfactory-picker{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n }\n .pcfactory-picker-input>input{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select-single.pcfactory-select-open .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select-single.pcfactory-select-show-arrow .pcfactory-select-selection-item, .pcfactory-select-single.pcfactory-select-show-arrow .pcfactory-select-selection-placeholder{\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-select-multiple .ued-select-checked-tag{\n color: textColor;\n font-size: fontSize;\n min-height: 24px;\n height: auto;\n padding: 4px 8px 4px 8px;\n line-height: 1.5715;\n }\n .pcfactory-select-single:not(.pcfactory-select-customize-input) .pcfactory-select-selector::after{\n line-height: fontSize;\n }\n span.pcfactory-radio+*{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select-selector{\n height: auto;\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .ued-select-wrap .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .ued-select-wrap .pcfactory-select-selector {\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .ued-select-wrap:hover .pcfactory-select-selector{\n border-color: itemBorderColor;\n }\n .pcfactory-checkbox+span{\n color: textColor;\n font-size: fontSize;\n }\n .ued-stdupload-wrap .pcfactory-upload.pcfactory-upload-select.pcfactory-upload-select-text button{\n height: auto;\n }\n .ued-cascader-wrap .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-picker-input > input{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-picker{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n\n .ued-stdupload-wrap .pcfactory-upload.pcfactory-upload-select.pcfactory-upload-select-text button>span{\n color: textColor;\n font-size: fontSize;\n }\n .ued-stdupload-wrap .pcfactory-upload.pcfactory-upload-select.pcfactory-upload-select-text button{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n \n .pcfactory-select-single .pcfactory-select-selector .pcfactory-select-selection-item, .pcfactory-select-single .pcfactory-select-selector .pcfactory-select-selection-placeholder{\n line-height: 2;\n font-size: fontSize;\n }\n .pcfactory-select-multiple .pcfactory-select-selection-placeholder{\n font-size: fontSize;\n }\n .ued-rateContainer .pcfactory-rate{\n font-size: fontSize;\n }\n .ued-rateContainer-rateText{\n color: textColor;\n font-size: fontSize;\n }\n \n }\n }\n \n ",
|
|
96
|
+
tpl: ".ued-legacy-form-wrap{\n background-color: backgroundColor;\n .pcFactory-from-component{\n .verificationCodePC, .verificationCodePC-titleTop{\n border: 1px solid itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .ued-inputNumber-wrap.pcfactory-input-number .pcfactory-input-number-input{\n line-height: fontSize;\n }\n .verificationCodePC-inputContent{\n height: auto;\n }\n .verificationCodePC-inputContent .normalArea{\n height: auto;\n }\n .pcfactory-form-item-label>label{\n color: labelTextColor;\n line-height: labelLineHeight;\n font-size: labelFontSize;\n }\n .pcfactory-input-affix-wrapper {\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-input-affix-wrapper:not(.pcfactory-input-affix-wrapper-disabled):hover{\n border-color: itemBorderColor;\n }\n .pcfactory-input{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-input:focus{\n box-shadow: none !important ;\n border-style: none !important;\n }\n .ued-inputNumber-wrap.pcfactory-input-number{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-radio-wrapper{\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-radio-button-wrapper {\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n height:auto;\n min-height: 32px;\n }\n .pcfactory-checkbox-wrapper{\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-select.ued-select-wrap{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select.ued-select-wrap .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-select:not(.pcfactory-select-customize-input) .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n height: auto;\n min-height: 32px;\n line-height: 2;\n }\n .ued-datePicker-wrap.pcfactory-picker{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n }\n .pcfactory-picker-input>input{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select-single.pcfactory-select-open .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select-single.pcfactory-select-show-arrow .pcfactory-select-selection-item, .pcfactory-select-single.pcfactory-select-show-arrow .pcfactory-select-selection-placeholder{\n color: textColor;\n font-size: fontSize;\n line-height: 2;\n }\n .pcfactory-select-multiple .ued-select-checked-tag{\n color: textColor;\n font-size: fontSize;\n min-height: 24px;\n height: auto;\n padding: 4px 8px 4px 8px;\n line-height: 1.5715;\n }\n .pcfactory-select-single:not(.pcfactory-select-customize-input) .pcfactory-select-selector::after{\n line-height: fontSize;\n }\n span.pcfactory-radio+*{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select-selector{\n height: auto;\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .ued-select-wrap .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .ued-select-wrap .pcfactory-select-selector {\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .ued-select-wrap:hover .pcfactory-select-selector{\n border-color: itemBorderColor;\n }\n .pcfactory-checkbox+span{\n color: textColor;\n font-size: fontSize;\n }\n .ued-stdupload-wrap .pcfactory-upload.pcfactory-upload-select.pcfactory-upload-select-text button{\n height: auto;\n }\n .ued-cascader-wrap .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-picker-input > input{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-picker{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n\n .ued-stdupload-wrap .pcfactory-upload.pcfactory-upload-select.pcfactory-upload-select-text button>span{\n color: textColor;\n font-size: fontSize;\n }\n .ued-stdupload-wrap .pcfactory-upload.pcfactory-upload-select.pcfactory-upload-select-text button{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n \n .pcfactory-select-single .pcfactory-select-selector .pcfactory-select-selection-item, .pcfactory-select-single .pcfactory-select-selector .pcfactory-select-selection-placeholder{\n line-height: 2;\n font-size: fontSize;\n }\n .pcfactory-select-multiple .pcfactory-select-selection-placeholder{\n font-size: fontSize;\n }\n .ued-rateContainer .pcfactory-rate{\n font-size: fontSize;\n }\n .ued-rateContainer-rateText{\n color: textColor;\n font-size: fontSize;\n }\n \n }\n }\n \n ",
|
|
97
97
|
components: [{
|
|
98
98
|
id: 'Form_180373',
|
|
99
99
|
label: '表单',
|
|
@@ -10,10 +10,6 @@ export declare const Accordion: {
|
|
|
10
10
|
type: string;
|
|
11
11
|
label: string;
|
|
12
12
|
groupsName: string;
|
|
13
|
-
options: {
|
|
14
|
-
label: string;
|
|
15
|
-
value: string;
|
|
16
|
-
}[];
|
|
17
13
|
};
|
|
18
14
|
fontSize: {
|
|
19
15
|
type: string;
|
|
@@ -40,11 +36,6 @@ export declare const Accordion: {
|
|
|
40
36
|
groupsName: string;
|
|
41
37
|
followTheme: string;
|
|
42
38
|
};
|
|
43
|
-
lineColor: {
|
|
44
|
-
type: string;
|
|
45
|
-
label: string;
|
|
46
|
-
groupsName: string;
|
|
47
|
-
};
|
|
48
39
|
tagSize: {
|
|
49
40
|
type: string;
|
|
50
41
|
label: string;
|
|
@@ -92,7 +83,6 @@ export declare const Accordion: {
|
|
|
92
83
|
fontWeight: string;
|
|
93
84
|
backgroundColor: string;
|
|
94
85
|
titleColor: string;
|
|
95
|
-
lineColor: string;
|
|
96
86
|
tagSize: string;
|
|
97
87
|
tagMargin: string;
|
|
98
88
|
arrowColor: string;
|
|
@@ -176,7 +166,9 @@ export declare const Accordion: {
|
|
|
176
166
|
props: {
|
|
177
167
|
name: string;
|
|
178
168
|
};
|
|
179
|
-
style: {
|
|
169
|
+
style: {
|
|
170
|
+
padding: string;
|
|
171
|
+
};
|
|
180
172
|
isContainer: boolean;
|
|
181
173
|
isBusiObjContainer: boolean;
|
|
182
174
|
cmdgroup: string[];
|
|
@@ -313,6 +305,7 @@ export declare const Accordion: {
|
|
|
313
305
|
name: string;
|
|
314
306
|
};
|
|
315
307
|
style: {
|
|
308
|
+
padding: string;
|
|
316
309
|
textAlign: string;
|
|
317
310
|
lineHeight: string;
|
|
318
311
|
fontSize: number;
|
|
@@ -343,5 +336,70 @@ export declare const Accordion: {
|
|
|
343
336
|
}[];
|
|
344
337
|
path: string[];
|
|
345
338
|
engineApi?: undefined;
|
|
339
|
+
} | {
|
|
340
|
+
id: string;
|
|
341
|
+
label: string;
|
|
342
|
+
compName: string;
|
|
343
|
+
type: string;
|
|
344
|
+
compType: number;
|
|
345
|
+
compLib: string;
|
|
346
|
+
props: {
|
|
347
|
+
name: string;
|
|
348
|
+
visible: number;
|
|
349
|
+
bordered: boolean;
|
|
350
|
+
accordion: boolean;
|
|
351
|
+
data: never[];
|
|
352
|
+
cardIconType: string;
|
|
353
|
+
defaultActiveKey: string[];
|
|
354
|
+
basicStatus?: undefined;
|
|
355
|
+
};
|
|
356
|
+
style: {
|
|
357
|
+
textAlign?: undefined;
|
|
358
|
+
display?: undefined;
|
|
359
|
+
flexDirection?: undefined;
|
|
360
|
+
padding?: undefined;
|
|
361
|
+
width?: undefined;
|
|
362
|
+
backgroundColor?: undefined;
|
|
363
|
+
height?: undefined;
|
|
364
|
+
};
|
|
365
|
+
isContainer: boolean;
|
|
366
|
+
isBusiObjContainer: boolean;
|
|
367
|
+
cmdgroup: string[];
|
|
368
|
+
platform: string;
|
|
369
|
+
description: string;
|
|
370
|
+
image: string;
|
|
371
|
+
groupsName: string;
|
|
372
|
+
icon: string;
|
|
373
|
+
setEvents: never[];
|
|
374
|
+
isLabelDropBoxChild: boolean;
|
|
375
|
+
components: {
|
|
376
|
+
id: string;
|
|
377
|
+
label: string;
|
|
378
|
+
compName: string;
|
|
379
|
+
type: string;
|
|
380
|
+
compType: number;
|
|
381
|
+
compLib: string;
|
|
382
|
+
props: {
|
|
383
|
+
name: string;
|
|
384
|
+
visible: boolean;
|
|
385
|
+
header: string;
|
|
386
|
+
key: string;
|
|
387
|
+
};
|
|
388
|
+
style: {};
|
|
389
|
+
isContainer: boolean;
|
|
390
|
+
isBusiObjContainer: boolean;
|
|
391
|
+
cmdgroup: string[];
|
|
392
|
+
platform: string;
|
|
393
|
+
description: string;
|
|
394
|
+
image: string;
|
|
395
|
+
groupsName: string;
|
|
396
|
+
icon: string;
|
|
397
|
+
setEvents: never[];
|
|
398
|
+
isLabelDropBoxChild: boolean;
|
|
399
|
+
components: never[];
|
|
400
|
+
path: string[];
|
|
401
|
+
}[];
|
|
402
|
+
path: string[];
|
|
403
|
+
engineApi?: undefined;
|
|
346
404
|
})[];
|
|
347
405
|
};
|
|
@@ -9,14 +9,7 @@ export var Accordion = {
|
|
|
9
9
|
lineHeight: {
|
|
10
10
|
type: 'px',
|
|
11
11
|
label: '标题文本行高',
|
|
12
|
-
groupsName: '标题'
|
|
13
|
-
options: [{
|
|
14
|
-
label: 'px',
|
|
15
|
-
value: 'px'
|
|
16
|
-
}, {
|
|
17
|
-
label: '%',
|
|
18
|
-
value: '%'
|
|
19
|
-
}]
|
|
12
|
+
groupsName: '标题'
|
|
20
13
|
},
|
|
21
14
|
fontSize: {
|
|
22
15
|
type: 'px',
|
|
@@ -61,11 +54,11 @@ export var Accordion = {
|
|
|
61
54
|
groupsName: '标题',
|
|
62
55
|
followTheme: '@primary-color'
|
|
63
56
|
},
|
|
64
|
-
lineColor: {
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
},
|
|
57
|
+
// lineColor: {
|
|
58
|
+
// type: 'color',
|
|
59
|
+
// label: '分割线颜色',
|
|
60
|
+
// groupsName: '边框',
|
|
61
|
+
// },
|
|
69
62
|
tagSize: {
|
|
70
63
|
type: 'px',
|
|
71
64
|
label: '标题装饰图标尺寸',
|
|
@@ -73,7 +66,7 @@ export var Accordion = {
|
|
|
73
66
|
},
|
|
74
67
|
tagMargin: {
|
|
75
68
|
type: 'px',
|
|
76
|
-
label: '
|
|
69
|
+
label: '标题左外边距',
|
|
77
70
|
groupsName: '标题'
|
|
78
71
|
},
|
|
79
72
|
arrowColor: {
|
|
@@ -108,24 +101,24 @@ export var Accordion = {
|
|
|
108
101
|
title: '折叠面板',
|
|
109
102
|
defaultValue: [{
|
|
110
103
|
textColor: 'rgb(28, 36, 46)',
|
|
111
|
-
lineHeight: '
|
|
112
|
-
fontSize: '
|
|
104
|
+
lineHeight: '25px',
|
|
105
|
+
fontSize: '17px',
|
|
113
106
|
fontWeight: '400',
|
|
114
107
|
backgroundColor: '#fff',
|
|
115
108
|
titleColor: '#47e',
|
|
116
|
-
lineColor: '#f0f0f0',
|
|
109
|
+
// lineColor: '#f0f0f0',
|
|
117
110
|
tagSize: '16px',
|
|
118
|
-
tagMargin: '
|
|
111
|
+
tagMargin: '8px',
|
|
119
112
|
arrowColor: '#cccccc',
|
|
120
113
|
arrowSize: '19px',
|
|
121
114
|
bodyBgColor: '#fff',
|
|
122
|
-
borderColor: '#
|
|
115
|
+
borderColor: '#fff',
|
|
123
116
|
borderRadius: '4px'
|
|
124
117
|
}],
|
|
125
118
|
followThemes: {
|
|
126
119
|
'@primary-color': ['titleColor']
|
|
127
120
|
},
|
|
128
|
-
tpl: ".lcdp-accordion {\n .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-header-default-icon{\n height: tagSize;\n background: titleColor;\n margin-right:
|
|
121
|
+
tpl: ".lcdp-accordion {\n .lcdp-accordion-header{\n color: textColor;\n font-weight: fontWeight;\n font-size: fontSize;\n line-height: lineHeight;\n background: backgroundColor;\n > div {\n margin-left: tagMargin !important;\n }\n }\n .lcdp-accordion-header-icon-left{\n background: titleColor;\n }\n .lcdp-accordion-header-default-icon{\n height: tagSize;\n background: titleColor;\n margin-right: -4px;\n }\n .adm-collapse-arrow svg{\n color: arrowColor;\n width: arrowSize;\n height: arrowSize;\n }\n .adm-list-item-content-main{\n background: bodyBgColor;\n }\n .adm-collapse{\n border-radius: borderRadius;\n border-color: borderColor !important;\n }\n }\n ",
|
|
129
122
|
components: [{
|
|
130
123
|
id: 'Accordion_960849',
|
|
131
124
|
label: '折叠面板',
|
|
@@ -188,7 +181,9 @@ export var Accordion = {
|
|
|
188
181
|
props: {
|
|
189
182
|
name: '内容文本'
|
|
190
183
|
},
|
|
191
|
-
style: {
|
|
184
|
+
style: {
|
|
185
|
+
padding: '11px'
|
|
186
|
+
},
|
|
192
187
|
isContainer: false,
|
|
193
188
|
isBusiObjContainer: false,
|
|
194
189
|
cmdgroup: ['basic'],
|
|
@@ -246,7 +241,9 @@ export var Accordion = {
|
|
|
246
241
|
props: {
|
|
247
242
|
name: '内容文本'
|
|
248
243
|
},
|
|
249
|
-
style: {
|
|
244
|
+
style: {
|
|
245
|
+
padding: '11px'
|
|
246
|
+
},
|
|
250
247
|
isContainer: false,
|
|
251
248
|
isBusiObjContainer: false,
|
|
252
249
|
cmdgroup: ['basic'],
|
|
@@ -367,6 +364,7 @@ export var Accordion = {
|
|
|
367
364
|
name: '内容文本'
|
|
368
365
|
},
|
|
369
366
|
style: {
|
|
367
|
+
padding: '11px',
|
|
370
368
|
textAlign: 'left',
|
|
371
369
|
lineHeight: '24px',
|
|
372
370
|
fontSize: 14,
|
|
@@ -430,6 +428,7 @@ export var Accordion = {
|
|
|
430
428
|
name: '内容文本'
|
|
431
429
|
},
|
|
432
430
|
style: {
|
|
431
|
+
padding: '11px',
|
|
433
432
|
textAlign: 'left',
|
|
434
433
|
lineHeight: '24px',
|
|
435
434
|
fontSize: 14,
|
|
@@ -459,5 +458,86 @@ export var Accordion = {
|
|
|
459
458
|
path: ['769713', 'View_769713_1', 'Accordion_960849']
|
|
460
459
|
}],
|
|
461
460
|
path: ['769713', 'View_769713_1']
|
|
461
|
+
}, {
|
|
462
|
+
id: 'Accordion_666603',
|
|
463
|
+
label: '折叠面板',
|
|
464
|
+
compName: 'Accordion',
|
|
465
|
+
type: 'Accordion',
|
|
466
|
+
compType: 0,
|
|
467
|
+
compLib: '@/components',
|
|
468
|
+
props: {
|
|
469
|
+
name: '折叠面板',
|
|
470
|
+
visible: 1,
|
|
471
|
+
bordered: true,
|
|
472
|
+
accordion: true,
|
|
473
|
+
data: [],
|
|
474
|
+
cardIconType: 'left',
|
|
475
|
+
defaultActiveKey: ['1']
|
|
476
|
+
},
|
|
477
|
+
style: {},
|
|
478
|
+
isContainer: true,
|
|
479
|
+
isBusiObjContainer: false,
|
|
480
|
+
cmdgroup: ['basic'],
|
|
481
|
+
platform: 'h5',
|
|
482
|
+
description: '',
|
|
483
|
+
image: '',
|
|
484
|
+
groupsName: '容器',
|
|
485
|
+
icon: 'Accordion',
|
|
486
|
+
setEvents: [],
|
|
487
|
+
isLabelDropBoxChild: false,
|
|
488
|
+
components: [{
|
|
489
|
+
id: 'AccordionPanel_245519',
|
|
490
|
+
label: '折叠子面板',
|
|
491
|
+
compName: 'AccordionPanel',
|
|
492
|
+
type: 'AccordionPanel',
|
|
493
|
+
compType: 0,
|
|
494
|
+
compLib: '@/components',
|
|
495
|
+
props: {
|
|
496
|
+
name: '折叠子面板',
|
|
497
|
+
visible: true,
|
|
498
|
+
header: '标题1',
|
|
499
|
+
key: '1'
|
|
500
|
+
},
|
|
501
|
+
style: {},
|
|
502
|
+
isContainer: true,
|
|
503
|
+
isBusiObjContainer: false,
|
|
504
|
+
cmdgroup: ['basic'],
|
|
505
|
+
platform: 'h5',
|
|
506
|
+
description: '',
|
|
507
|
+
image: '',
|
|
508
|
+
groupsName: '容器',
|
|
509
|
+
icon: 'Accordion',
|
|
510
|
+
setEvents: [],
|
|
511
|
+
isLabelDropBoxChild: false,
|
|
512
|
+
components: [],
|
|
513
|
+
path: ['181337953', 'View_181337953_1', 'Accordion_666603']
|
|
514
|
+
}, {
|
|
515
|
+
id: 'AccordionPanel_0992',
|
|
516
|
+
label: '折叠子面板',
|
|
517
|
+
compName: 'AccordionPanel',
|
|
518
|
+
type: 'AccordionPanel',
|
|
519
|
+
compType: 0,
|
|
520
|
+
compLib: '@/components',
|
|
521
|
+
props: {
|
|
522
|
+
name: '折叠子面板',
|
|
523
|
+
visible: true,
|
|
524
|
+
header: '标题2',
|
|
525
|
+
key: '2'
|
|
526
|
+
},
|
|
527
|
+
style: {},
|
|
528
|
+
isContainer: true,
|
|
529
|
+
isBusiObjContainer: false,
|
|
530
|
+
cmdgroup: ['basic'],
|
|
531
|
+
platform: 'h5',
|
|
532
|
+
description: '',
|
|
533
|
+
image: '',
|
|
534
|
+
groupsName: '容器',
|
|
535
|
+
icon: 'Accordion',
|
|
536
|
+
setEvents: [],
|
|
537
|
+
isLabelDropBoxChild: false,
|
|
538
|
+
components: [],
|
|
539
|
+
path: ['181337953', 'View_181337953_1', 'Accordion_666603']
|
|
540
|
+
}],
|
|
541
|
+
path: ['181337953', 'View_181337953_1']
|
|
462
542
|
}]
|
|
463
543
|
};
|
package/dist/h5config/DForm.js
CHANGED
|
@@ -178,8 +178,8 @@ export var DForm = {
|
|
|
178
178
|
iconColor: 'rgba(0, 0, 0, 0.45)',
|
|
179
179
|
iconSize: '16px'
|
|
180
180
|
}],
|
|
181
|
-
tpl: ".dynamic-form-wrapper {\n background-color: backgroundColor;\n .lingxiteam-dform-text-item .lingxiteam-dform-placeholder .lingxiteam-dform-text-item-text div{\n text-align: headTextAlign;\n span{\n font-size: fontSize;\n line-height: lineHeight;\n font-weight: fontWeight;\n }\n }\n .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 .
|
|
182
|
-
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 .
|
|
181
|
+
tpl: ".dynamic-form-wrapper {\n background-color: backgroundColor;\n .lingxiteam-dform-text-item .lingxiteam-dform-placeholder .lingxiteam-dform-text-item-text div{\n text-align: headTextAlign;\n span{\n font-size: fontSize;\n line-height: lineHeight;\n font-weight: fontWeight;\n }\n }\n .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 .lingxiteam-dform-right-content{\n width: iconSize;\n height: iconSize;\n overflow: hidden;\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 }\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 }\n }\n ",
|
|
182
|
+
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 .lingxiteam-dform-right-content{\n width: iconSize;\n height: iconSize;\n overflow: hidden;\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 }\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 }",
|
|
183
183
|
components: [{
|
|
184
184
|
id: 'DForm_458695',
|
|
185
185
|
label: '表单',
|
|
@@ -106,7 +106,7 @@ export var SearchView = {
|
|
|
106
106
|
followThemes: {
|
|
107
107
|
'@font-size-base': ['fontSize']
|
|
108
108
|
},
|
|
109
|
-
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 }",
|
|
109
|
+
tpl: "\n .alita-search-view-wrap{\n --adm-color-background: backgroundColor;\n padding: paddingValue;\n border: 1PX solid borderColor;\n border-radius: borderRadius;\n overflow: hidden;\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 }",
|
|
110
110
|
components: [{
|
|
111
111
|
id: 'SearchView_197467',
|
|
112
112
|
label: '搜索',
|
package/dist/h5config/Table.js
CHANGED
|
@@ -124,7 +124,7 @@ export var Table = {
|
|
|
124
124
|
// fHeadBgColor: '#FAFAFA',
|
|
125
125
|
}],
|
|
126
126
|
|
|
127
|
-
tpl: ".appDynamicTable {\n .table-header{\n font-weight: fontWeight;\n font-size: fontSize;\n color: textColor;\n }\n .ag-header-row{\n font-size: headFontSize;\n }\n .table-body{\n --dynamic-table-header-bg-color: headBgColor;\n --ag-odd-row-background-color: bodyBgColor;\n --dynamic-table-header-color: headTextColor;\n }\n .ag-
|
|
127
|
+
tpl: ".appDynamicTable {\n border-radius: borderRadius;\n .table-header{\n font-weight: fontWeight;\n font-size: fontSize;\n color: textColor;\n }\n .ag-header-row{\n font-size: headFontSize;\n }\n .table-body{\n --dynamic-table-header-bg-color: headBgColor;\n --ag-odd-row-background-color: bodyBgColor;\n --dynamic-table-header-color: headTextColor;\n }\n .ag-theme-segmentation {\n --ag-background-color: bodyBgColor;\n --ag-borders-critical: borderColor;\n --ag-row-border-color: borderColor;\n --ag-header-border-color: borderColor;\n }\n .ag-theme-zebra {\n --ag-background-color: bodyBgColor;\n --ag-odd-row-background-color: zebraBgColor;\n --ag-borders: none;\n --ag-row-border-color: none;\n}\n .ag-theme-border {\n --ag-background-color: bodyBgColor;\n --ag-border-color: borderColor;\n --ag-cell-horizontal-border: solid borderColor;\n}\n }\n",
|
|
128
128
|
// tpl: `
|
|
129
129
|
// .appDynamicTable {
|
|
130
130
|
// .table-body{
|