@lingxiteam/theme-utils 0.1.4 → 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 +1 -0
- package/dist/config/Button.js +2 -1
- package/dist/config/Cascader.d.ts +7 -0
- package/dist/config/Cascader.js +8 -1
- package/dist/config/Form.js +1 -1
- package/dist/config/Select.d.ts +7 -0
- package/dist/config/Select.js +9 -2
- package/dist/config/TreeSelect.d.ts +7 -0
- package/dist/config/TreeSelect.js +10 -3
- package/dist/h5config/DForm.js +1 -1
- package/package.json +4 -4
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: '表单',
|
package/dist/config/Form.js
CHANGED
|
@@ -86,7 +86,7 @@ export var Form = {
|
|
|
86
86
|
// 下拉单选与下拉复选样式一致
|
|
87
87
|
// 滑动输入条没有边框样式
|
|
88
88
|
// TODO: 树选择器,联级选择器效果待确认
|
|
89
|
-
tpl: "\n .ued-legacy-form-wrap{\n background-color: backgroundColor;\n }\n .ued-legacy-form-wrap.pcfactory-form-vertical .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{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .ued-inputNumber-wrap.pcfactory-input-number{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .verificationCodePC-inputContent{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-radio-wrapper{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-checkbox-wrapper{\n color: textColor;\n font-size: fontSize;\n }\n .ued-select-wrap .pcfactory-select{\n color: textColor;\n font-size: fontSize;\n }\n .ued-select-checked-tag{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-select-selector{\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-cascader-wrap .pcfactory-select-selection-item{\n color: textColor;\n font-size: fontSize;\n }\n .ued-treeSelect-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 .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 .pcfactory-select:not(.pcfactory-select-customize-input) .pcfactory-select-selector{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n }\n .pcfactory-
|
|
89
|
+
tpl: "\n .ued-legacy-form-wrap{\n background-color: backgroundColor;\n }\n .ued-legacy-form-wrap.pcfactory-form-vertical .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{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .ued-inputNumber-wrap.pcfactory-input-number{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n color: textColor;\n font-size: fontSize;\n }\n .verificationCodePC-inputContent{\n border-color: itemBorderColor;\n border-radius: itemBorderRadius;\n height: auto;\n min-height: 32px;\n }\n .pcfactory-radio-wrapper{\n color: textColor;\n font-size: fontSize;\n }\n .pcfactory-checkbox-wrapper{\n color: textColor;\n font-size: fontSize;\n }\n .ued-select-wrap .pcfactory-select{\n color: textColor;\n font-size: fontSize;\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 }\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 .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 .ued-treeSelect-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 .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 .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 }\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 ",
|
|
90
90
|
components: [{
|
|
91
91
|
id: 'Form_180373',
|
|
92
92
|
label: '表单',
|
package/dist/config/Select.d.ts
CHANGED
|
@@ -61,18 +61,25 @@ export declare const Select: {
|
|
|
61
61
|
type: string;
|
|
62
62
|
label: string;
|
|
63
63
|
groupsName: string;
|
|
64
|
+
desc: string;
|
|
64
65
|
};
|
|
65
66
|
iconColor: {
|
|
66
67
|
type: string;
|
|
67
68
|
label: string;
|
|
68
69
|
groupsName: string;
|
|
69
70
|
};
|
|
71
|
+
iconTop: {
|
|
72
|
+
type: string;
|
|
73
|
+
label: string;
|
|
74
|
+
groupsName: string;
|
|
75
|
+
};
|
|
70
76
|
};
|
|
71
77
|
groupsName: string;
|
|
72
78
|
icon: string;
|
|
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/Select.js
CHANGED
|
@@ -60,12 +60,18 @@ export var Select = {
|
|
|
60
60
|
iconFontSize: {
|
|
61
61
|
type: 'px',
|
|
62
62
|
label: '下拉图标尺寸',
|
|
63
|
-
groupsName: '文字'
|
|
63
|
+
groupsName: '文字',
|
|
64
|
+
desc: '请根据实际【文本尺寸】调整,不宜与【文本尺寸】大小差异过大'
|
|
64
65
|
},
|
|
65
66
|
iconColor: {
|
|
66
67
|
type: 'color',
|
|
67
68
|
label: '下拉图标颜色',
|
|
68
69
|
groupsName: '文字'
|
|
70
|
+
},
|
|
71
|
+
iconTop: {
|
|
72
|
+
type: 'px',
|
|
73
|
+
label: '下拉图标距离顶部',
|
|
74
|
+
groupsName: '文字'
|
|
69
75
|
}
|
|
70
76
|
},
|
|
71
77
|
groupsName: '数据录入',
|
|
@@ -73,9 +79,10 @@ export var Select = {
|
|
|
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-select-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-select-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-select-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-select-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: '表单',
|
|
@@ -61,12 +61,18 @@ export declare const TreeSelect: {
|
|
|
61
61
|
type: string;
|
|
62
62
|
label: string;
|
|
63
63
|
groupsName: string;
|
|
64
|
+
desc: string;
|
|
64
65
|
};
|
|
65
66
|
iconColor: {
|
|
66
67
|
type: string;
|
|
67
68
|
label: string;
|
|
68
69
|
groupsName: string;
|
|
69
70
|
};
|
|
71
|
+
iconTop: {
|
|
72
|
+
type: string;
|
|
73
|
+
label: string;
|
|
74
|
+
groupsName: string;
|
|
75
|
+
};
|
|
70
76
|
};
|
|
71
77
|
groupsName: string;
|
|
72
78
|
icon: string;
|
|
@@ -74,6 +80,7 @@ export declare const TreeSelect: {
|
|
|
74
80
|
defaultValue: {
|
|
75
81
|
iconFontSize: string;
|
|
76
82
|
iconColor: string;
|
|
83
|
+
iconTop: string;
|
|
77
84
|
}[];
|
|
78
85
|
tpl: string;
|
|
79
86
|
components: {
|
|
@@ -60,12 +60,18 @@ export var TreeSelect = {
|
|
|
60
60
|
iconFontSize: {
|
|
61
61
|
type: 'px',
|
|
62
62
|
label: '下拉图标尺寸',
|
|
63
|
-
groupsName: '文字'
|
|
63
|
+
groupsName: '文字',
|
|
64
|
+
desc: '请根据实际【文本尺寸】调整,不宜与【文本尺寸】大小差异过大'
|
|
64
65
|
},
|
|
65
66
|
iconColor: {
|
|
66
67
|
type: 'color',
|
|
67
68
|
label: '下拉图标颜色',
|
|
68
69
|
groupsName: '文字'
|
|
70
|
+
},
|
|
71
|
+
iconTop: {
|
|
72
|
+
type: 'px',
|
|
73
|
+
label: '下拉图标距离顶部',
|
|
74
|
+
groupsName: '文字'
|
|
69
75
|
}
|
|
70
76
|
},
|
|
71
77
|
groupsName: '数据录入',
|
|
@@ -73,9 +79,10 @@ export var TreeSelect = {
|
|
|
73
79
|
title: '树选择',
|
|
74
80
|
defaultValue: [{
|
|
75
81
|
iconFontSize: '12px',
|
|
76
|
-
iconColor: 'rgba(28,36,46,.25)'
|
|
82
|
+
iconColor: 'rgba(28,36,46,.25)',
|
|
83
|
+
iconTop: '12px'
|
|
77
84
|
}],
|
|
78
|
-
tpl: ".ued-treeSelect-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-treeSelect-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-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 }",
|
|
79
86
|
components: [{
|
|
80
87
|
id: 'Form_180373',
|
|
81
88
|
label: '表单',
|
package/dist/h5config/DForm.js
CHANGED
|
@@ -151,7 +151,7 @@ export var DForm = {
|
|
|
151
151
|
iconColor: 'rgba(0, 0, 0, 0.45)',
|
|
152
152
|
iconSize: '16px'
|
|
153
153
|
}],
|
|
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.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}",
|
|
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}",
|
|
155
155
|
components: [{
|
|
156
156
|
id: 'DForm_458695',
|
|
157
157
|
label: '表单',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lingxiteam/theme-utils",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"prettier-plugin-organize-imports": "^2.3.4",
|
|
30
30
|
"prettier-plugin-packagejson": "^2.2.18"
|
|
31
31
|
},
|
|
32
|
-
"publishConfig": {
|
|
33
|
-
"access": "public"
|
|
34
|
-
},
|
|
35
32
|
"peerDependencies": {
|
|
36
33
|
"antd": "4.18.8"
|
|
34
|
+
},
|
|
35
|
+
"publishConfig": {
|
|
36
|
+
"access": "public"
|
|
37
37
|
}
|
|
38
38
|
}
|