@lingxiteam/theme-utils 0.1.6 → 0.1.7
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/Button.d.ts
CHANGED
package/dist/config/Button.js
CHANGED
|
@@ -61,6 +61,12 @@ export declare const Cascader: {
|
|
|
61
61
|
type: string;
|
|
62
62
|
label: string;
|
|
63
63
|
groupsName: string;
|
|
64
|
+
desc: string;
|
|
65
|
+
};
|
|
66
|
+
iconTop: {
|
|
67
|
+
type: string;
|
|
68
|
+
label: string;
|
|
69
|
+
groupsName: string;
|
|
64
70
|
};
|
|
65
71
|
iconColor: {
|
|
66
72
|
type: string;
|
|
@@ -73,6 +79,7 @@ export declare const Cascader: {
|
|
|
73
79
|
title: string;
|
|
74
80
|
defaultValue: {
|
|
75
81
|
iconFontSize: string;
|
|
82
|
+
iconTop: string;
|
|
76
83
|
iconColor: string;
|
|
77
84
|
}[];
|
|
78
85
|
tpl: string;
|
package/dist/config/Cascader.js
CHANGED
|
@@ -60,6 +60,12 @@ export var Cascader = {
|
|
|
60
60
|
iconFontSize: {
|
|
61
61
|
type: 'px',
|
|
62
62
|
label: '下拉图标尺寸',
|
|
63
|
+
groupsName: '文字',
|
|
64
|
+
desc: '请根据实际【文本尺寸】调整,不宜与【文本尺寸】大小差异过大'
|
|
65
|
+
},
|
|
66
|
+
iconTop: {
|
|
67
|
+
type: 'px',
|
|
68
|
+
label: '下拉图标距离顶部',
|
|
63
69
|
groupsName: '文字'
|
|
64
70
|
},
|
|
65
71
|
iconColor: {
|
|
@@ -73,9 +79,10 @@ export var Cascader = {
|
|
|
73
79
|
title: '级联选择',
|
|
74
80
|
defaultValue: [{
|
|
75
81
|
iconFontSize: '12px',
|
|
82
|
+
iconTop: '12px',
|
|
76
83
|
iconColor: 'rgba(28,36,46,.25)'
|
|
77
84
|
}],
|
|
78
|
-
tpl: ".ued-cascader-wrap .pcfactory-select-arrow{\n color: iconColor;\n width: iconFontSize;\n height: iconFontSize;\n .anticon>svg{\n width: iconFontSize;\n height: iconFontSize;\n }\n }\n .ued-cascader-wrap .pcfactory-select-clear{\n color: iconColor;\n width: iconFontSize;\n height: iconFontSize;\n .anticon>svg{\n width: iconFontSize;\n height: iconFontSize;\n }\n }",
|
|
85
|
+
tpl: ".ued-cascader-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-cascader-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 }",
|
|
79
86
|
components: [{
|
|
80
87
|
id: 'Form_180373',
|
|
81
88
|
label: '表单',
|