@lingxiteam/theme-utils 0.5.0 → 0.5.2

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.
Files changed (100) hide show
  1. package/dist/config/Button.d.ts +10 -10
  2. package/dist/config/Button.js +21 -21
  3. package/dist/config/Card.d.ts +18 -18
  4. package/dist/config/Card.js +40 -40
  5. package/dist/config/Cascader.d.ts +20 -20
  6. package/dist/config/Cascader.js +37 -37
  7. package/dist/config/Checkbox.d.ts +6 -22
  8. package/dist/config/Checkbox.js +28 -28
  9. package/dist/config/CheckboxGroup.d.ts +7 -7
  10. package/dist/config/CheckboxGroup.js +13 -13
  11. package/dist/config/Collapse.d.ts +24 -18
  12. package/dist/config/Collapse.js +49 -43
  13. package/dist/config/Container.d.ts +3 -3
  14. package/dist/config/Container.js +12 -12
  15. package/dist/config/DatePicker.d.ts +16 -16
  16. package/dist/config/DatePicker.js +26 -26
  17. package/dist/config/Description.d.ts +11 -11
  18. package/dist/config/Description.js +13 -13
  19. package/dist/config/Form.d.ts +19 -8
  20. package/dist/config/Form.js +51 -22
  21. package/dist/config/Input.d.ts +4 -4
  22. package/dist/config/Input.js +14 -14
  23. package/dist/config/InputNumber.d.ts +4 -4
  24. package/dist/config/InputNumber.js +14 -14
  25. package/dist/config/MultipleSelect.d.ts +4 -4
  26. package/dist/config/MultipleSelect.js +14 -14
  27. package/dist/config/Radio.d.ts +13 -13
  28. package/dist/config/Radio.js +22 -22
  29. package/dist/config/RangePicker.d.ts +22 -22
  30. package/dist/config/RangePicker.js +33 -33
  31. package/dist/config/Select.d.ts +7 -7
  32. package/dist/config/Select.js +23 -23
  33. package/dist/config/StdUpload.d.ts +22 -31
  34. package/dist/config/StdUpload.js +40 -39
  35. package/dist/config/Switch.d.ts +9 -18
  36. package/dist/config/Switch.js +29 -28
  37. package/dist/config/Table.d.ts +47 -47
  38. package/dist/config/Table.js +71 -71
  39. package/dist/config/Tabs.d.ts +18 -18
  40. package/dist/config/Tabs.js +46 -46
  41. package/dist/config/Tag.d.ts +4 -4
  42. package/dist/config/Tag.js +10 -13
  43. package/dist/config/TextArea.d.ts +5 -5
  44. package/dist/config/TextArea.js +16 -16
  45. package/dist/config/TimePicker.d.ts +16 -16
  46. package/dist/config/TimePicker.js +26 -26
  47. package/dist/config/Tree.d.ts +7 -7
  48. package/dist/config/Tree.js +17 -17
  49. package/dist/config/TreeSelect.d.ts +20 -20
  50. package/dist/config/TreeSelect.js +30 -30
  51. package/dist/h5config/Accordion.d.ts +19 -19
  52. package/dist/h5config/Accordion.js +36 -36
  53. package/dist/h5config/Button.d.ts +9 -9
  54. package/dist/h5config/Button.js +20 -20
  55. package/dist/h5config/Card.d.ts +25 -25
  56. package/dist/h5config/Card.js +51 -51
  57. package/dist/h5config/DAddressPicker.d.ts +16 -24
  58. package/dist/h5config/DAddressPicker.js +32 -40
  59. package/dist/h5config/DCheckbox.d.ts +14 -22
  60. package/dist/h5config/DCheckbox.js +32 -40
  61. package/dist/h5config/DForm.d.ts +15 -15
  62. package/dist/h5config/DForm.js +44 -43
  63. package/dist/h5config/DMultiplePicker.d.ts +16 -24
  64. package/dist/h5config/DMultiplePicker.js +32 -40
  65. package/dist/h5config/DformDate.d.ts +16 -24
  66. package/dist/h5config/DformDate.js +32 -40
  67. package/dist/h5config/DformFile.d.ts +106 -20
  68. package/dist/h5config/DformFile.js +110 -27
  69. package/dist/h5config/DformImagePicker.d.ts +17 -17
  70. package/dist/h5config/DformImagePicker.js +25 -25
  71. package/dist/h5config/DformInput.d.ts +13 -13
  72. package/dist/h5config/DformInput.js +31 -31
  73. package/dist/h5config/DformInputNumber.d.ts +8 -8
  74. package/dist/h5config/DformInputNumber.js +24 -24
  75. package/dist/h5config/DformPicker.d.ts +16 -24
  76. package/dist/h5config/DformPicker.js +32 -40
  77. package/dist/h5config/DformRadio.d.ts +20 -20
  78. package/dist/h5config/DformRadio.js +40 -40
  79. package/dist/h5config/DformRangePicker.d.ts +22 -30
  80. package/dist/h5config/DformRangePicker.js +38 -46
  81. package/dist/h5config/DformSelect.d.ts +16 -24
  82. package/dist/h5config/DformSelect.js +32 -40
  83. package/dist/h5config/DformSwitch.d.ts +2 -10
  84. package/dist/h5config/DformSwitch.js +12 -20
  85. package/dist/h5config/DformTextArea.d.ts +13 -13
  86. package/dist/h5config/DformTextArea.js +31 -31
  87. package/dist/h5config/FilterItems.d.ts +12 -12
  88. package/dist/h5config/FilterItems.js +21 -21
  89. package/dist/h5config/Grid.d.ts +18 -18
  90. package/dist/h5config/Grid.js +29 -29
  91. package/dist/h5config/Icon.js +1 -1
  92. package/dist/h5config/NoticeBarPlus.d.ts +10 -10
  93. package/dist/h5config/NoticeBarPlus.js +15 -15
  94. package/dist/h5config/SearchView.d.ts +17 -17
  95. package/dist/h5config/SearchView.js +28 -28
  96. package/dist/h5config/StaticTabs.d.ts +2 -2
  97. package/dist/h5config/StaticTabs.js +22 -21
  98. package/dist/h5config/Table.d.ts +20 -10
  99. package/dist/h5config/Table.js +45 -33
  100. package/package.json +1 -1
@@ -4,51 +4,44 @@ export var Tabs = {
4
4
  variable: {
5
5
  headBgColor: {
6
6
  type: 'color',
7
- label: '头部背景颜色',
8
- groupsName: '背景颜色'
7
+ label: '头部填充颜色',
8
+ groupsName: '背景'
9
9
  },
10
- activeBgColor: {
10
+ bodyColor: {
11
11
  type: 'color',
12
- label: '选中项背景颜色',
13
- groupsName: '背景颜色',
14
- followTheme: '@primary-color'
12
+ label: '内容填充颜色',
13
+ groupsName: '背景'
15
14
  },
16
- activeFColor: {
15
+ activeBgColor: {
17
16
  type: 'color',
18
- label: '分割线颜色',
19
- groupsName: '背景颜色',
17
+ label: '选中项填充颜色',
18
+ groupsName: '背景',
20
19
  followTheme: '@primary-color'
21
20
  },
22
- activeRadius: {
23
- type: 'px',
24
- label: '选中项边框圆角',
25
- groupsName: '边框',
26
- followTheme: '@border-radius-base'
21
+ textColor: {
22
+ type: 'color',
23
+ label: '标题颜色',
24
+ groupsName: '标题'
27
25
  },
28
- paddingValue: {
29
- type: 'marginInput',
30
- label: '选中项内边距',
31
- groupsName: '布局'
26
+ activeTextColor: {
27
+ type: 'color',
28
+ label: '选中标题颜色',
29
+ groupsName: '标题'
32
30
  },
33
- marginValue: {
31
+ fontSize: {
34
32
  type: 'px',
35
- label: '选中项右外边距',
36
- groupsName: '布局'
33
+ label: '标题尺寸',
34
+ groupsName: '标题'
37
35
  },
38
36
  lineHeight: {
39
37
  type: 'px',
40
- label: '标题文本行高',
41
- groupsName: '文字'
42
- },
43
- fontSize: {
44
- type: 'px',
45
- label: '标题文本尺寸',
46
- groupsName: '文字'
38
+ label: '标题行高',
39
+ groupsName: '标题'
47
40
  },
48
41
  fontWeight: {
49
42
  type: 'select',
50
- label: '标题文本字重',
51
- groupsName: '文字',
43
+ label: '标题字重',
44
+ groupsName: '标题',
52
45
  options: [{
53
46
  title: '100',
54
47
  value: '100'
@@ -72,20 +65,10 @@ export var Tabs = {
72
65
  value: '700'
73
66
  }]
74
67
  },
75
- textColor: {
76
- type: 'color',
77
- label: '默认标题文本颜色',
78
- groupsName: '文字'
79
- },
80
- activeTextColor: {
81
- type: 'color',
82
- label: '选中标题文本颜色',
83
- groupsName: '文字'
84
- },
85
68
  activeFontWeight: {
86
69
  type: 'select',
87
- label: '选中标题文本字重',
88
- groupsName: '文字',
70
+ label: '选中标题字重',
71
+ groupsName: '标题',
89
72
  options: [{
90
73
  title: '100',
91
74
  value: '100'
@@ -114,16 +97,33 @@ export var Tabs = {
114
97
  // label: '边框颜色',
115
98
  // groupsName: '边框',
116
99
  // },
100
+ paddingValue: {
101
+ type: 'marginInput',
102
+ label: '选中项内边距',
103
+ groupsName: '布局'
104
+ },
105
+ marginValue: {
106
+ type: 'px',
107
+ label: '选项间距',
108
+ groupsName: '布局'
109
+ },
117
110
  borderRadius: {
118
111
  type: 'px',
119
- label: '边框圆角',
112
+ label: '圆角',
120
113
  groupsName: '边框',
121
114
  followTheme: '@border-radius-base'
122
115
  },
123
- bodyColor: {
116
+ activeRadius: {
117
+ type: 'px',
118
+ label: '选项圆角',
119
+ groupsName: '边框',
120
+ followTheme: '@border-radius-base'
121
+ },
122
+ activeFColor: {
124
123
  type: 'color',
125
- label: '内容区域背景',
126
- groupsName: '背景颜色'
124
+ label: '分割线颜色',
125
+ groupsName: '其他',
126
+ followTheme: '@primary-color'
127
127
  }
128
128
  },
129
129
  groupsName: '容器',
@@ -6,22 +6,22 @@ export declare const Tag: {
6
6
  label: string;
7
7
  groupsName: string;
8
8
  };
9
- paddingValue: {
9
+ fontSize: {
10
10
  type: string;
11
11
  label: string;
12
12
  groupsName: string;
13
13
  };
14
- marginValue: {
14
+ paddingValue: {
15
15
  type: string;
16
16
  label: string;
17
17
  groupsName: string;
18
18
  };
19
- borderRadius: {
19
+ marginValue: {
20
20
  type: string;
21
21
  label: string;
22
22
  groupsName: string;
23
23
  };
24
- fontSize: {
24
+ borderRadius: {
25
25
  type: string;
26
26
  label: string;
27
27
  groupsName: string;
@@ -1,11 +1,15 @@
1
1
  export var Tag = {
2
2
  type: 'Tag',
3
3
  variable: {
4
- // tagHeight: { type: 'px', label: '标签高度', groupsName: '文字' },
5
4
  backgroundColor: {
6
5
  type: 'color',
7
- label: '背景颜色',
8
- groupsName: '背景颜色'
6
+ label: '填充颜色',
7
+ groupsName: '背景'
8
+ },
9
+ fontSize: {
10
+ type: 'px',
11
+ label: '文本尺寸',
12
+ groupsName: '文字'
9
13
  },
10
14
  paddingValue: {
11
15
  type: 'marginInput',
@@ -17,27 +21,20 @@ export var Tag = {
17
21
  label: '外边距',
18
22
  groupsName: '布局'
19
23
  },
20
- // borderColor: { type: 'color', label: '边框颜色', groupsName: '边框' },
21
24
  borderRadius: {
22
25
  type: 'px',
23
- label: '边框圆角',
26
+ label: '圆角',
24
27
  groupsName: '边框'
25
28
  },
26
- // textColor: { type: 'color', label: '文本颜色', groupsName: '文字' },
27
- fontSize: {
28
- type: 'px',
29
- label: '文本尺寸',
30
- groupsName: '文字'
31
- },
32
29
  closeColor: {
33
30
  type: 'color',
34
31
  label: '关闭图标颜色',
35
- groupsName: '文字'
32
+ groupsName: '其他'
36
33
  },
37
34
  closeSize: {
38
35
  type: 'px',
39
36
  label: '关闭图标尺寸',
40
- groupsName: '文字'
37
+ groupsName: '其他'
41
38
  }
42
39
  },
43
40
  groupsName: '数据展示',
@@ -9,7 +9,7 @@ export declare const TextArea: {
9
9
  canEdit: boolean;
10
10
  extendsKey: string;
11
11
  };
12
- labelLineHeight: {
12
+ labelFontSize: {
13
13
  type: string;
14
14
  label: string;
15
15
  groupsName: string;
@@ -17,7 +17,7 @@ export declare const TextArea: {
17
17
  canEdit: boolean;
18
18
  extendsKey: string;
19
19
  };
20
- labelFontSize: {
20
+ labelLineHeight: {
21
21
  type: string;
22
22
  label: string;
23
23
  groupsName: string;
@@ -41,11 +41,10 @@ export declare const TextArea: {
41
41
  canEdit: boolean;
42
42
  extendsKey: string;
43
43
  };
44
- itemHoverBorderColor: {
44
+ itemBorderRadius: {
45
45
  type: string;
46
46
  label: string;
47
47
  groupsName: string;
48
- hidden: boolean;
49
48
  desc: string;
50
49
  canEdit: boolean;
51
50
  extendsKey: string;
@@ -58,10 +57,11 @@ export declare const TextArea: {
58
57
  canEdit: boolean;
59
58
  extendsKey: string;
60
59
  };
61
- itemBorderRadius: {
60
+ itemHoverBorderColor: {
62
61
  type: string;
63
62
  label: string;
64
63
  groupsName: string;
64
+ hidden: boolean;
65
65
  desc: string;
66
66
  canEdit: boolean;
67
67
  extendsKey: string;
@@ -3,24 +3,24 @@ export var TextArea = {
3
3
  variable: {
4
4
  labelTextColor: {
5
5
  type: 'color',
6
- label: '标题文本颜色',
7
- groupsName: '文字',
6
+ label: '标题颜色',
7
+ groupsName: '标题',
8
8
  desc: '继承自表单,此处不可编辑',
9
9
  canEdit: false,
10
10
  extendsKey: 'Form'
11
11
  },
12
- labelLineHeight: {
12
+ labelFontSize: {
13
13
  type: 'px',
14
- label: '标题文本行高',
15
- groupsName: '文字',
14
+ label: '标题尺寸',
15
+ groupsName: '标题',
16
16
  desc: '继承自表单,此处不可编辑',
17
17
  canEdit: false,
18
18
  extendsKey: 'Form'
19
19
  },
20
- labelFontSize: {
20
+ labelLineHeight: {
21
21
  type: 'px',
22
- label: '标题文本尺寸',
23
- groupsName: '文字',
22
+ label: '标题行高',
23
+ groupsName: '标题',
24
24
  desc: '继承自表单,此处不可编辑',
25
25
  canEdit: false,
26
26
  extendsKey: 'Form'
@@ -41,27 +41,27 @@ export var TextArea = {
41
41
  canEdit: false,
42
42
  extendsKey: 'Form'
43
43
  },
44
- itemHoverBorderColor: {
45
- type: 'color',
46
- label: '组件激活边框颜色',
44
+ itemBorderRadius: {
45
+ type: 'px',
46
+ label: '圆角',
47
47
  groupsName: '边框',
48
- hidden: true,
49
48
  desc: '继承自表单,此处不可编辑',
50
49
  canEdit: false,
51
50
  extendsKey: 'Form'
52
51
  },
53
52
  itemBorderColor: {
54
53
  type: 'color',
55
- label: '边框颜色',
54
+ label: '颜色',
56
55
  groupsName: '边框',
57
56
  desc: '继承自表单,此处不可编辑',
58
57
  canEdit: false,
59
58
  extendsKey: 'Form'
60
59
  },
61
- itemBorderRadius: {
62
- type: 'px',
63
- label: '边框圆角',
60
+ itemHoverBorderColor: {
61
+ type: 'color',
62
+ label: '组件激活边框颜色',
64
63
  groupsName: '边框',
64
+ hidden: true,
65
65
  desc: '继承自表单,此处不可编辑',
66
66
  canEdit: false,
67
67
  extendsKey: 'Form'
@@ -2,18 +2,6 @@ export declare const TimePicker: {
2
2
  type: string;
3
3
  hasPrefixClass: boolean;
4
4
  variable: {
5
- iconFontSize: {
6
- type: string;
7
- label: string;
8
- groupsName: string;
9
- followTheme: string;
10
- };
11
- iconColor: {
12
- type: string;
13
- label: string;
14
- groupsName: string;
15
- followTheme: string;
16
- };
17
5
  labelTextColor: {
18
6
  type: string;
19
7
  label: string;
@@ -22,7 +10,7 @@ export declare const TimePicker: {
22
10
  canEdit: boolean;
23
11
  extendsKey: string;
24
12
  };
25
- labelLineHeight: {
13
+ labelFontSize: {
26
14
  type: string;
27
15
  label: string;
28
16
  groupsName: string;
@@ -30,7 +18,7 @@ export declare const TimePicker: {
30
18
  canEdit: boolean;
31
19
  extendsKey: string;
32
20
  };
33
- labelFontSize: {
21
+ labelLineHeight: {
34
22
  type: string;
35
23
  label: string;
36
24
  groupsName: string;
@@ -54,7 +42,7 @@ export declare const TimePicker: {
54
42
  canEdit: boolean;
55
43
  extendsKey: string;
56
44
  };
57
- itemBorderColor: {
45
+ itemBorderRadius: {
58
46
  type: string;
59
47
  label: string;
60
48
  groupsName: string;
@@ -62,7 +50,7 @@ export declare const TimePicker: {
62
50
  canEdit: boolean;
63
51
  extendsKey: string;
64
52
  };
65
- itemBorderRadius: {
53
+ itemBorderColor: {
66
54
  type: string;
67
55
  label: string;
68
56
  groupsName: string;
@@ -79,6 +67,18 @@ export declare const TimePicker: {
79
67
  canEdit: boolean;
80
68
  extendsKey: string;
81
69
  };
70
+ iconColor: {
71
+ type: string;
72
+ label: string;
73
+ groupsName: string;
74
+ followTheme: string;
75
+ };
76
+ iconFontSize: {
77
+ type: string;
78
+ label: string;
79
+ groupsName: string;
80
+ followTheme: string;
81
+ };
82
82
  };
83
83
  groupsName: string;
84
84
  icon: string;
@@ -2,38 +2,26 @@ export var TimePicker = {
2
2
  type: 'TimePicker',
3
3
  hasPrefixClass: true,
4
4
  variable: {
5
- iconFontSize: {
6
- type: 'px',
7
- label: '日期图标尺寸',
8
- groupsName: '文字',
9
- followTheme: '@font-size-base'
10
- },
11
- iconColor: {
12
- type: 'color',
13
- label: '日期图标颜色',
14
- groupsName: '文字',
15
- followTheme: '@text-color-secondary'
16
- },
17
5
  labelTextColor: {
18
6
  type: 'color',
19
- label: '标题文本颜色',
20
- groupsName: '文字',
7
+ label: '标题颜色',
8
+ groupsName: '标题',
21
9
  desc: '继承自表单,此处不可编辑',
22
10
  canEdit: false,
23
11
  extendsKey: 'Form'
24
12
  },
25
- labelLineHeight: {
13
+ labelFontSize: {
26
14
  type: 'px',
27
- label: '标题文本行高',
28
- groupsName: '文字',
15
+ label: '标题尺寸',
16
+ groupsName: '标题',
29
17
  desc: '继承自表单,此处不可编辑',
30
18
  canEdit: false,
31
19
  extendsKey: 'Form'
32
20
  },
33
- labelFontSize: {
21
+ labelLineHeight: {
34
22
  type: 'px',
35
- label: '标题文本尺寸',
36
- groupsName: '文字',
23
+ label: '标题行高',
24
+ groupsName: '标题',
37
25
  desc: '继承自表单,此处不可编辑',
38
26
  canEdit: false,
39
27
  extendsKey: 'Form'
@@ -54,17 +42,17 @@ export var TimePicker = {
54
42
  canEdit: false,
55
43
  extendsKey: 'Form'
56
44
  },
57
- itemBorderColor: {
58
- type: 'color',
59
- label: '边框颜色',
45
+ itemBorderRadius: {
46
+ type: 'px',
47
+ label: '圆角',
60
48
  groupsName: '边框',
61
49
  desc: '继承自表单,此处不可编辑',
62
50
  canEdit: false,
63
51
  extendsKey: 'Form'
64
52
  },
65
- itemBorderRadius: {
66
- type: 'px',
67
- label: '边框圆角',
53
+ itemBorderColor: {
54
+ type: 'color',
55
+ label: '颜色',
68
56
  groupsName: '边框',
69
57
  desc: '继承自表单,此处不可编辑',
70
58
  canEdit: false,
@@ -78,6 +66,18 @@ export var TimePicker = {
78
66
  desc: '继承自表单,此处不可编辑',
79
67
  canEdit: false,
80
68
  extendsKey: 'Form'
69
+ },
70
+ iconColor: {
71
+ type: 'color',
72
+ label: '后缀图标颜色',
73
+ groupsName: '其他',
74
+ followTheme: '@text-color-secondary'
75
+ },
76
+ iconFontSize: {
77
+ type: 'px',
78
+ label: '后缀图标尺寸',
79
+ groupsName: '其他',
80
+ followTheme: '@font-size-base'
81
81
  }
82
82
  },
83
83
  groupsName: '数据录入',
@@ -1,25 +1,25 @@
1
1
  export declare const Tree: {
2
2
  type: string;
3
3
  variable: {
4
- borderColor: {
4
+ textColor: {
5
5
  type: string;
6
6
  label: string;
7
7
  groupsName: string;
8
8
  followTheme: string;
9
9
  };
10
- borderRadius: {
10
+ fontSize: {
11
11
  type: string;
12
12
  label: string;
13
13
  groupsName: string;
14
14
  followTheme: string;
15
15
  };
16
- textColor: {
16
+ borderColor: {
17
17
  type: string;
18
18
  label: string;
19
19
  groupsName: string;
20
20
  followTheme: string;
21
21
  };
22
- fontSize: {
22
+ borderRadius: {
23
23
  type: string;
24
24
  label: string;
25
25
  groupsName: string;
@@ -42,16 +42,16 @@ export declare const Tree: {
42
42
  groupsName: string;
43
43
  followTheme: string;
44
44
  };
45
- treeIconColor: {
45
+ treeLineColor: {
46
46
  type: string;
47
47
  label: string;
48
48
  groupsName: string;
49
- followTheme: string;
50
49
  };
51
- treeLineColor: {
50
+ treeIconColor: {
52
51
  type: string;
53
52
  label: string;
54
53
  groupsName: string;
54
+ followTheme: string;
55
55
  };
56
56
  treeBgColor: {
57
57
  type: string;
@@ -1,18 +1,6 @@
1
1
  export var Tree = {
2
2
  type: 'Tree',
3
3
  variable: {
4
- borderColor: {
5
- type: 'color',
6
- label: '边框颜色',
7
- groupsName: '搜索框样式',
8
- followTheme: '@border-color-base'
9
- },
10
- borderRadius: {
11
- type: 'px',
12
- label: '边框圆角',
13
- groupsName: '搜索框样式',
14
- followTheme: '@border-radius-base'
15
- },
16
4
  textColor: {
17
5
  type: 'color',
18
6
  label: '文本颜色',
@@ -25,6 +13,18 @@ export var Tree = {
25
13
  groupsName: '搜索框样式',
26
14
  followTheme: '@font-size-base'
27
15
  },
16
+ borderColor: {
17
+ type: 'color',
18
+ label: '边框颜色',
19
+ groupsName: '搜索框样式',
20
+ followTheme: '@border-color-base'
21
+ },
22
+ borderRadius: {
23
+ type: 'px',
24
+ label: '边框圆角',
25
+ groupsName: '搜索框样式',
26
+ followTheme: '@border-radius-base'
27
+ },
28
28
  btnWidth: {
29
29
  type: 'px',
30
30
  label: '按钮宽度',
@@ -43,17 +43,17 @@ export var Tree = {
43
43
  groupsName: '树样式',
44
44
  followTheme: '@font-size-base'
45
45
  },
46
+ treeLineColor: {
47
+ type: 'color',
48
+ label: '连接线颜色',
49
+ groupsName: '树样式'
50
+ },
46
51
  treeIconColor: {
47
52
  type: 'color',
48
53
  label: '折叠图标颜色',
49
54
  groupsName: '树样式',
50
55
  followTheme: '@primary-color'
51
56
  },
52
- treeLineColor: {
53
- type: 'color',
54
- label: '衔接线颜色',
55
- groupsName: '树样式'
56
- },
57
57
  treeBgColor: {
58
58
  type: 'color',
59
59
  label: '选中背景颜色',
@@ -2,22 +2,6 @@ export declare const TreeSelect: {
2
2
  type: string;
3
3
  hasPrefixClass: boolean;
4
4
  variable: {
5
- iconFontSize: {
6
- type: string;
7
- label: string;
8
- groupsName: string;
9
- desc: string;
10
- };
11
- iconColor: {
12
- type: string;
13
- label: string;
14
- groupsName: string;
15
- };
16
- iconTop: {
17
- type: string;
18
- label: string;
19
- groupsName: string;
20
- };
21
5
  labelTextColor: {
22
6
  type: string;
23
7
  label: string;
@@ -26,7 +10,7 @@ export declare const TreeSelect: {
26
10
  canEdit: boolean;
27
11
  extendsKey: string;
28
12
  };
29
- labelLineHeight: {
13
+ labelFontSize: {
30
14
  type: string;
31
15
  label: string;
32
16
  groupsName: string;
@@ -34,7 +18,7 @@ export declare const TreeSelect: {
34
18
  canEdit: boolean;
35
19
  extendsKey: string;
36
20
  };
37
- labelFontSize: {
21
+ labelLineHeight: {
38
22
  type: string;
39
23
  label: string;
40
24
  groupsName: string;
@@ -58,7 +42,7 @@ export declare const TreeSelect: {
58
42
  canEdit: boolean;
59
43
  extendsKey: string;
60
44
  };
61
- itemBorderColor: {
45
+ itemBorderRadius: {
62
46
  type: string;
63
47
  label: string;
64
48
  groupsName: string;
@@ -66,7 +50,7 @@ export declare const TreeSelect: {
66
50
  canEdit: boolean;
67
51
  extendsKey: string;
68
52
  };
69
- itemBorderRadius: {
53
+ itemBorderColor: {
70
54
  type: string;
71
55
  label: string;
72
56
  groupsName: string;
@@ -83,6 +67,22 @@ export declare const TreeSelect: {
83
67
  canEdit: boolean;
84
68
  extendsKey: string;
85
69
  };
70
+ iconColor: {
71
+ type: string;
72
+ label: string;
73
+ groupsName: string;
74
+ };
75
+ iconFontSize: {
76
+ type: string;
77
+ label: string;
78
+ groupsName: string;
79
+ desc: string;
80
+ };
81
+ iconTop: {
82
+ type: string;
83
+ label: string;
84
+ groupsName: string;
85
+ };
86
86
  };
87
87
  groupsName: string;
88
88
  icon: string;