@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.
@@ -15,6 +15,7 @@ export declare const Button: {
15
15
  type: string;
16
16
  label: string;
17
17
  groupsName: string;
18
+ desc: string;
18
19
  };
19
20
  backgroundColor: {
20
21
  type: string;
@@ -14,7 +14,8 @@ export var Button = {
14
14
  fontSize: {
15
15
  type: 'px',
16
16
  label: '文本尺寸',
17
- groupsName: '文字'
17
+ groupsName: '文字',
18
+ desc: '按钮高度不会随着文字大小变化,因为按钮有4种大小规格'
18
19
  },
19
20
  backgroundColor: {
20
21
  type: 'color',
@@ -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;
@@ -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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingxiteam/theme-utils",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "license": "MIT",