@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
@@ -3,42 +3,37 @@ export var DformTextArea = {
3
3
  variable: {
4
4
  inputBgColor: {
5
5
  type: 'color',
6
- label: '内容背景颜色',
7
- groupsName: '背景颜色'
8
- },
9
- inputBorderRadius: {
10
- type: 'px',
11
- label: '内容背景圆角',
12
- groupsName: '边框'
6
+ label: '内容填充颜色',
7
+ groupsName: '背景'
13
8
  },
14
9
  labelTextColor: {
15
10
  type: 'color',
16
- label: '标题文本颜色',
17
- groupsName: '标签',
11
+ label: '标题颜色',
12
+ groupsName: '标题',
18
13
  desc: '继承自表单,此处不可编辑',
19
14
  canEdit: false,
20
15
  extendsKey: 'DForm'
21
16
  },
22
- labelLineHeight: {
17
+ labelFontSize: {
23
18
  type: 'px',
24
- label: '标题文本行高',
25
- groupsName: '标签',
19
+ label: '标题尺寸',
20
+ groupsName: '标题',
26
21
  desc: '继承自表单,此处不可编辑',
27
22
  canEdit: false,
28
23
  extendsKey: 'DForm'
29
24
  },
30
- labelFontSize: {
25
+ labelLineHeight: {
31
26
  type: 'px',
32
- label: '标题文本尺寸',
33
- groupsName: '标签',
27
+ label: '标题行高',
28
+ groupsName: '标题',
34
29
  desc: '继承自表单,此处不可编辑',
35
30
  canEdit: false,
36
31
  extendsKey: 'DForm'
37
32
  },
38
33
  labelFontWeight: {
39
34
  type: 'select',
40
- label: '标题文本字重',
41
- groupsName: '标签',
35
+ label: '标题字重',
36
+ groupsName: '标题',
42
37
  options: [{
43
38
  title: '100',
44
39
  value: '100'
@@ -68,7 +63,7 @@ export var DformTextArea = {
68
63
  textColor: {
69
64
  type: 'color',
70
65
  label: '文本颜色',
71
- groupsName: '组件',
66
+ groupsName: '文字',
72
67
  desc: '继承自表单,此处不可编辑',
73
68
  canEdit: false,
74
69
  extendsKey: 'DForm'
@@ -76,7 +71,7 @@ export var DformTextArea = {
76
71
  fontSize: {
77
72
  type: 'px',
78
73
  label: '文本尺寸',
79
- groupsName: '组件',
74
+ groupsName: '文字',
80
75
  desc: '继承自表单,此处不可编辑',
81
76
  canEdit: false,
82
77
  extendsKey: 'DForm'
@@ -84,7 +79,7 @@ export var DformTextArea = {
84
79
  lineHeight: {
85
80
  type: 'px',
86
81
  label: '文本行高',
87
- groupsName: '组件',
82
+ groupsName: '文字',
88
83
  desc: '继承自表单,此处不可编辑',
89
84
  canEdit: false,
90
85
  extendsKey: 'DForm'
@@ -92,7 +87,7 @@ export var DformTextArea = {
92
87
  fontWeight: {
93
88
  type: 'select',
94
89
  label: '文本字重',
95
- groupsName: '组件',
90
+ groupsName: '文字',
96
91
  options: [{
97
92
  title: '100',
98
93
  value: '100'
@@ -119,18 +114,10 @@ export var DformTextArea = {
119
114
  canEdit: false,
120
115
  extendsKey: 'DForm'
121
116
  },
122
- paddingValue: {
123
- type: 'marginInput',
124
- label: '内边距',
125
- groupsName: '组件',
126
- desc: '继承自表单,此处不可编辑',
127
- canEdit: false,
128
- extendsKey: 'DForm'
129
- },
130
117
  headTextAlign: {
131
118
  type: 'select',
132
- label: '文字对齐方式',
133
- groupsName: '组件',
119
+ label: '对齐方式',
120
+ groupsName: '文字',
134
121
  desc: '继承自表单,此处不可编辑',
135
122
  canEdit: false,
136
123
  extendsKey: 'DForm',
@@ -144,6 +131,19 @@ export var DformTextArea = {
144
131
  title: '右',
145
132
  value: 'right'
146
133
  }]
134
+ },
135
+ paddingValue: {
136
+ type: 'marginInput',
137
+ label: '内边距',
138
+ groupsName: '布局',
139
+ desc: '继承自表单,此处不可编辑',
140
+ canEdit: false,
141
+ extendsKey: 'DForm'
142
+ },
143
+ inputBorderRadius: {
144
+ type: 'px',
145
+ label: '内容背景圆角',
146
+ groupsName: '边框'
147
147
  }
148
148
  },
149
149
  groupsName: '表单',
@@ -7,17 +7,6 @@ export declare const FilterItems: {
7
7
  label: string;
8
8
  groupsName: string;
9
9
  };
10
- borderColor: {
11
- type: string;
12
- label: string;
13
- groupsName: string;
14
- followTheme: string;
15
- };
16
- borderRadius: {
17
- type: string;
18
- label: string;
19
- groupsName: string;
20
- };
21
10
  textColor: {
22
11
  type: string;
23
12
  label: string;
@@ -47,7 +36,12 @@ export declare const FilterItems: {
47
36
  value: string;
48
37
  }[];
49
38
  };
50
- iconColor: {
39
+ borderRadius: {
40
+ type: string;
41
+ label: string;
42
+ groupsName: string;
43
+ };
44
+ borderColor: {
51
45
  type: string;
52
46
  label: string;
53
47
  groupsName: string;
@@ -63,6 +57,12 @@ export declare const FilterItems: {
63
57
  label: string;
64
58
  groupsName: string;
65
59
  };
60
+ iconColor: {
61
+ type: string;
62
+ label: string;
63
+ groupsName: string;
64
+ followTheme: string;
65
+ };
66
66
  };
67
67
  groupsName: string;
68
68
  icon: string;
@@ -4,19 +4,8 @@ export var FilterItems = {
4
4
  variable: {
5
5
  backgroundColor: {
6
6
  type: 'color',
7
- label: '背景颜色',
8
- groupsName: '背景颜色'
9
- },
10
- borderColor: {
11
- type: 'color',
12
- label: '边框颜色',
13
- groupsName: '边框',
14
- followTheme: '@border-color-base'
15
- },
16
- borderRadius: {
17
- type: 'px',
18
- label: '边框圆角',
19
- groupsName: '边框'
7
+ label: '填充颜色',
8
+ groupsName: '背景'
20
9
  },
21
10
  textColor: {
22
11
  type: 'color',
@@ -33,7 +22,7 @@ export var FilterItems = {
33
22
 
34
23
  lineHeight: {
35
24
  type: 'px',
36
- label: '标题文本行高',
25
+ label: '文本行高',
37
26
  groupsName: '文字',
38
27
  options: [{
39
28
  label: 'px',
@@ -45,7 +34,7 @@ export var FilterItems = {
45
34
  },
46
35
  fontWeight: {
47
36
  type: 'select',
48
- label: '标题文本字重',
37
+ label: '文本字重',
49
38
  groupsName: '文字',
50
39
  options: [{
51
40
  title: '100',
@@ -70,21 +59,32 @@ export var FilterItems = {
70
59
  value: '700'
71
60
  }]
72
61
  },
73
- iconColor: {
62
+ borderRadius: {
63
+ type: 'px',
64
+ label: '圆角',
65
+ groupsName: '边框'
66
+ },
67
+ borderColor: {
74
68
  type: 'color',
75
- label: '收起图标颜色',
76
- groupsName: '文字',
77
- followTheme: '@brand-primary'
69
+ label: '颜色',
70
+ groupsName: '边框',
71
+ followTheme: '@border-color-base'
78
72
  },
79
73
  iconCloseColor: {
80
74
  type: 'color',
81
75
  label: '下拉图标颜色',
82
- groupsName: '文字'
76
+ groupsName: '其他'
83
77
  },
84
78
  iconSize: {
85
79
  type: 'px',
86
80
  label: '下拉图标尺寸',
87
- groupsName: '文字'
81
+ groupsName: '其他'
82
+ },
83
+ iconColor: {
84
+ type: 'color',
85
+ label: '收起图标颜色',
86
+ groupsName: '其他',
87
+ followTheme: '@brand-primary'
88
88
  }
89
89
  },
90
90
  groupsName: '高级',
@@ -6,56 +6,56 @@ export declare const Grid: {
6
6
  label: string;
7
7
  groupsName: string;
8
8
  };
9
- borderColor: {
9
+ textColor: {
10
10
  type: string;
11
11
  label: string;
12
12
  groupsName: string;
13
13
  followTheme: string;
14
14
  };
15
- borderRadius: {
15
+ fontSize: {
16
16
  type: string;
17
17
  label: string;
18
18
  groupsName: string;
19
19
  };
20
- lineColor: {
20
+ lineHeight: {
21
21
  type: string;
22
22
  label: string;
23
23
  groupsName: string;
24
- followTheme: string;
24
+ options: {
25
+ label: string;
26
+ value: string;
27
+ }[];
25
28
  };
26
- iconSize: {
29
+ fontWeight: {
27
30
  type: string;
28
31
  label: string;
29
32
  groupsName: string;
33
+ options: {
34
+ title: string;
35
+ value: string;
36
+ }[];
30
37
  };
31
- textColor: {
38
+ borderRadius: {
32
39
  type: string;
33
40
  label: string;
34
41
  groupsName: string;
35
- followTheme: string;
36
42
  };
37
- lineHeight: {
43
+ borderColor: {
38
44
  type: string;
39
45
  label: string;
40
46
  groupsName: string;
41
- options: {
42
- label: string;
43
- value: string;
44
- }[];
47
+ followTheme: string;
45
48
  };
46
- fontSize: {
49
+ lineColor: {
47
50
  type: string;
48
51
  label: string;
49
52
  groupsName: string;
53
+ followTheme: string;
50
54
  };
51
- fontWeight: {
55
+ iconSize: {
52
56
  type: string;
53
57
  label: string;
54
58
  groupsName: string;
55
- options: {
56
- title: string;
57
- value: string;
58
- }[];
59
59
  };
60
60
  };
61
61
  groupsName: string;
@@ -3,30 +3,8 @@ export var Grid = {
3
3
  variable: {
4
4
  backgroundColor: {
5
5
  type: 'color',
6
- label: '背景颜色',
7
- groupsName: '背景颜色'
8
- },
9
- borderColor: {
10
- type: 'color',
11
- label: '边框颜色',
12
- groupsName: '边框',
13
- followTheme: '@border-color-base'
14
- },
15
- borderRadius: {
16
- type: 'px',
17
- label: '边框圆角',
18
- groupsName: '边框'
19
- },
20
- lineColor: {
21
- type: 'color',
22
- label: '分割线颜色',
23
- groupsName: '边框',
24
- followTheme: '@border-color-base'
25
- },
26
- iconSize: {
27
- type: 'px',
28
- label: '图标尺寸',
29
- groupsName: '文字'
6
+ label: '填充颜色',
7
+ groupsName: '背景'
30
8
  },
31
9
  textColor: {
32
10
  type: 'color',
@@ -34,6 +12,11 @@ export var Grid = {
34
12
  groupsName: '文字',
35
13
  followTheme: '@color-text-base'
36
14
  },
15
+ fontSize: {
16
+ type: 'px',
17
+ label: '文本尺寸',
18
+ groupsName: '文字'
19
+ },
37
20
  lineHeight: {
38
21
  type: 'px',
39
22
  label: '文本行高',
@@ -46,11 +29,6 @@ export var Grid = {
46
29
  value: '%'
47
30
  }]
48
31
  },
49
- fontSize: {
50
- type: 'px',
51
- label: '文本尺寸',
52
- groupsName: '文字'
53
- },
54
32
  fontWeight: {
55
33
  type: 'select',
56
34
  label: '文本字重',
@@ -77,6 +55,28 @@ export var Grid = {
77
55
  title: '700',
78
56
  value: '700'
79
57
  }]
58
+ },
59
+ borderRadius: {
60
+ type: 'px',
61
+ label: '圆角',
62
+ groupsName: '边框'
63
+ },
64
+ borderColor: {
65
+ type: 'color',
66
+ label: '颜色',
67
+ groupsName: '边框',
68
+ followTheme: '@border-color-base'
69
+ },
70
+ lineColor: {
71
+ type: 'color',
72
+ label: '分割线颜色',
73
+ groupsName: '其他',
74
+ followTheme: '@border-color-base'
75
+ },
76
+ iconSize: {
77
+ type: 'px',
78
+ label: '图标尺寸',
79
+ groupsName: '其他'
80
80
  }
81
81
  },
82
82
  groupsName: '高级',
@@ -4,7 +4,7 @@ export var Icon = {
4
4
  iconSize: {
5
5
  type: 'px',
6
6
  label: '尺寸',
7
- groupsName: '图标'
7
+ groupsName: '文字'
8
8
  }
9
9
  },
10
10
  groupsName: '基础',
@@ -6,36 +6,36 @@ export declare const NoticeBarPlus: {
6
6
  label: string;
7
7
  groupsName: string;
8
8
  };
9
- borderColor: {
9
+ textColor: {
10
10
  type: string;
11
11
  label: string;
12
12
  groupsName: string;
13
13
  followTheme: string;
14
14
  };
15
- borderRadius: {
15
+ fontSize: {
16
16
  type: string;
17
17
  label: string;
18
18
  groupsName: string;
19
19
  };
20
- textColor: {
20
+ fontWeight: {
21
21
  type: string;
22
22
  label: string;
23
23
  groupsName: string;
24
- followTheme: string;
24
+ options: {
25
+ title: string;
26
+ value: string;
27
+ }[];
25
28
  };
26
- fontSize: {
29
+ borderRadius: {
27
30
  type: string;
28
31
  label: string;
29
32
  groupsName: string;
30
33
  };
31
- fontWeight: {
34
+ borderColor: {
32
35
  type: string;
33
36
  label: string;
34
37
  groupsName: string;
35
- options: {
36
- title: string;
37
- value: string;
38
- }[];
38
+ followTheme: string;
39
39
  };
40
40
  iconColor: {
41
41
  type: string;
@@ -3,19 +3,8 @@ export var NoticeBarPlus = {
3
3
  variable: {
4
4
  backgroundColor: {
5
5
  type: 'color',
6
- label: '背景颜色',
7
- groupsName: '背景颜色'
8
- },
9
- borderColor: {
10
- type: 'color',
11
- label: '边框颜色',
12
- groupsName: '边框',
13
- followTheme: '@border-color-base'
14
- },
15
- borderRadius: {
16
- type: 'px',
17
- label: '边框圆角',
18
- groupsName: '边框'
6
+ label: '填充颜色',
7
+ groupsName: '背景'
19
8
  },
20
9
  textColor: {
21
10
  type: 'color',
@@ -56,16 +45,27 @@ export var NoticeBarPlus = {
56
45
  value: '700'
57
46
  }]
58
47
  },
48
+ borderRadius: {
49
+ type: 'px',
50
+ label: '圆角',
51
+ groupsName: '边框'
52
+ },
53
+ borderColor: {
54
+ type: 'color',
55
+ label: '颜色',
56
+ groupsName: '边框',
57
+ followTheme: '@border-color-base'
58
+ },
59
59
  iconColor: {
60
60
  type: 'color',
61
61
  label: '下拉图标颜色',
62
- groupsName: '文字',
62
+ groupsName: '其他',
63
63
  followTheme: '@color-text-base'
64
64
  },
65
65
  iconSize: {
66
66
  type: 'px',
67
67
  label: '下拉图标尺寸',
68
- groupsName: '文字'
68
+ groupsName: '其他'
69
69
  }
70
70
  },
71
71
  groupsName: '高级',
@@ -6,67 +6,67 @@ export declare const SearchView: {
6
6
  label: string;
7
7
  groupsName: string;
8
8
  };
9
- paddingValue: {
9
+ iconSize: {
10
10
  type: string;
11
11
  label: string;
12
12
  groupsName: string;
13
13
  };
14
- borderColor: {
14
+ textColor: {
15
15
  type: string;
16
16
  label: string;
17
17
  groupsName: string;
18
18
  followTheme: string;
19
19
  };
20
- borderRadius: {
20
+ fontSize: {
21
21
  type: string;
22
22
  label: string;
23
23
  groupsName: string;
24
24
  };
25
- sBackgroundColor: {
25
+ fontWeight: {
26
26
  type: string;
27
27
  label: string;
28
28
  groupsName: string;
29
+ options: {
30
+ title: string;
31
+ value: string;
32
+ }[];
29
33
  };
30
- iconSize: {
34
+ sPaddingValue: {
31
35
  type: string;
32
36
  label: string;
33
37
  groupsName: string;
34
38
  };
35
- textColor: {
39
+ sBackgroundColor: {
36
40
  type: string;
37
41
  label: string;
38
42
  groupsName: string;
39
- followTheme: string;
40
43
  };
41
- fontSize: {
44
+ sBorderRadius: {
42
45
  type: string;
43
46
  label: string;
44
47
  groupsName: string;
45
48
  };
46
- fontWeight: {
49
+ sBorderColor: {
47
50
  type: string;
48
51
  label: string;
49
52
  groupsName: string;
50
- options: {
51
- title: string;
52
- value: string;
53
- }[];
53
+ followTheme: string;
54
54
  };
55
- sPaddingValue: {
55
+ paddingValue: {
56
56
  type: string;
57
57
  label: string;
58
58
  groupsName: string;
59
59
  };
60
- sBorderColor: {
60
+ borderRadius: {
61
61
  type: string;
62
62
  label: string;
63
63
  groupsName: string;
64
- followTheme: string;
65
64
  };
66
- sBorderRadius: {
65
+ borderColor: {
67
66
  type: string;
68
67
  label: string;
69
68
  groupsName: string;
69
+ followTheme: string;
70
70
  };
71
71
  };
72
72
  groupsName: string;
@@ -3,42 +3,21 @@ export var SearchView = {
3
3
  variable: {
4
4
  backgroundColor: {
5
5
  type: 'color',
6
- label: '背景颜色',
7
- groupsName: '背景颜色'
8
- },
9
- paddingValue: {
10
- type: 'marginInput',
11
- label: '内边距',
12
- groupsName: '布局'
13
- },
14
- borderColor: {
15
- type: 'color',
16
- label: '边框颜色',
17
- groupsName: '边框',
18
- followTheme: '@border-color-base'
19
- },
20
- borderRadius: {
21
- type: 'px',
22
- label: '边框圆角',
23
- groupsName: '边框'
24
- },
25
- sBackgroundColor: {
26
- type: 'color',
27
- label: '背景颜色',
28
- groupsName: '搜索框'
6
+ label: '填充颜色',
7
+ groupsName: '背景'
29
8
  },
30
9
  iconSize: {
31
10
  type: 'px',
32
11
  label: '图标尺寸',
33
12
  groupsName: '搜索框'
34
13
  },
14
+ // lineHeight: { type: 'px', label: '文本行高', groupsName: '搜索框' },
35
15
  textColor: {
36
16
  type: 'color',
37
17
  label: '文本颜色',
38
18
  groupsName: '搜索框',
39
19
  followTheme: '@color-text-base'
40
20
  },
41
- // lineHeight: { type: 'px', label: '文本行高', groupsName: '搜索框' },
42
21
  fontSize: {
43
22
  type: 'px',
44
23
  label: '文本尺寸',
@@ -75,7 +54,17 @@ export var SearchView = {
75
54
  },
76
55
  sPaddingValue: {
77
56
  type: 'marginInput',
78
- label: '内边距',
57
+ label: '搜索框内边距',
58
+ groupsName: '搜索框'
59
+ },
60
+ sBackgroundColor: {
61
+ type: 'color',
62
+ label: '填充颜色',
63
+ groupsName: '搜索框'
64
+ },
65
+ sBorderRadius: {
66
+ type: 'px',
67
+ label: '边框圆角',
79
68
  groupsName: '搜索框'
80
69
  },
81
70
  sBorderColor: {
@@ -84,10 +73,21 @@ export var SearchView = {
84
73
  groupsName: '搜索框',
85
74
  followTheme: '@border-color-base'
86
75
  },
87
- sBorderRadius: {
76
+ paddingValue: {
77
+ type: 'marginInput',
78
+ label: '内边距',
79
+ groupsName: '布局'
80
+ },
81
+ borderRadius: {
88
82
  type: 'px',
89
- label: '边框圆角',
90
- groupsName: '搜索框'
83
+ label: '圆角',
84
+ groupsName: '边框'
85
+ },
86
+ borderColor: {
87
+ type: 'color',
88
+ label: '颜色',
89
+ groupsName: '边框',
90
+ followTheme: '@border-color-base'
91
91
  }
92
92
  },
93
93
  groupsName: '高级',