@lingxiteam/theme-utils 0.5.0 → 0.5.1

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 (177) hide show
  1. package/dist/config/Button.d.ts +11 -10
  2. package/dist/config/Button.d.ts.map +1 -0
  3. package/dist/config/Button.js +21 -21
  4. package/dist/config/Card.d.ts +19 -18
  5. package/dist/config/Card.d.ts.map +1 -0
  6. package/dist/config/Card.js +40 -40
  7. package/dist/config/Cascader.d.ts +21 -20
  8. package/dist/config/Cascader.d.ts.map +1 -0
  9. package/dist/config/Cascader.js +37 -37
  10. package/dist/config/Checkbox.d.ts +7 -22
  11. package/dist/config/Checkbox.d.ts.map +1 -0
  12. package/dist/config/Checkbox.js +28 -28
  13. package/dist/config/CheckboxGroup.d.ts +8 -7
  14. package/dist/config/CheckboxGroup.d.ts.map +1 -0
  15. package/dist/config/CheckboxGroup.js +13 -13
  16. package/dist/config/Collapse.d.ts +25 -18
  17. package/dist/config/Collapse.d.ts.map +1 -0
  18. package/dist/config/Collapse.js +49 -43
  19. package/dist/config/Container.d.ts +4 -3
  20. package/dist/config/Container.d.ts.map +1 -0
  21. package/dist/config/Container.js +9 -9
  22. package/dist/config/DatePicker.d.ts +17 -16
  23. package/dist/config/DatePicker.d.ts.map +1 -0
  24. package/dist/config/DatePicker.js +26 -26
  25. package/dist/config/Description.d.ts +12 -11
  26. package/dist/config/Description.d.ts.map +1 -0
  27. package/dist/config/Description.js +13 -13
  28. package/dist/config/Divider.d.ts +1 -0
  29. package/dist/config/Divider.d.ts.map +1 -0
  30. package/dist/config/Form.d.ts +20 -8
  31. package/dist/config/Form.d.ts.map +1 -0
  32. package/dist/config/Form.js +51 -22
  33. package/dist/config/Icon.d.ts +1 -0
  34. package/dist/config/Icon.d.ts.map +1 -0
  35. package/dist/config/Input.d.ts +5 -4
  36. package/dist/config/Input.d.ts.map +1 -0
  37. package/dist/config/Input.js +14 -14
  38. package/dist/config/InputNumber.d.ts +5 -4
  39. package/dist/config/InputNumber.d.ts.map +1 -0
  40. package/dist/config/InputNumber.js +14 -14
  41. package/dist/config/Link.d.ts +1 -0
  42. package/dist/config/Link.d.ts.map +1 -0
  43. package/dist/config/MultipleSelect.d.ts +5 -4
  44. package/dist/config/MultipleSelect.d.ts.map +1 -0
  45. package/dist/config/MultipleSelect.js +14 -14
  46. package/dist/config/Radio.d.ts +14 -13
  47. package/dist/config/Radio.d.ts.map +1 -0
  48. package/dist/config/Radio.js +22 -22
  49. package/dist/config/RangePicker.d.ts +23 -22
  50. package/dist/config/RangePicker.d.ts.map +1 -0
  51. package/dist/config/RangePicker.js +33 -33
  52. package/dist/config/Select.d.ts +8 -7
  53. package/dist/config/Select.d.ts.map +1 -0
  54. package/dist/config/Select.js +23 -23
  55. package/dist/config/StdUpload.d.ts +23 -31
  56. package/dist/config/StdUpload.d.ts.map +1 -0
  57. package/dist/config/StdUpload.js +40 -39
  58. package/dist/config/Switch.d.ts +10 -18
  59. package/dist/config/Switch.d.ts.map +1 -0
  60. package/dist/config/Switch.js +29 -28
  61. package/dist/config/Table.d.ts +48 -47
  62. package/dist/config/Table.d.ts.map +1 -0
  63. package/dist/config/Table.js +71 -71
  64. package/dist/config/Tabs.d.ts +19 -18
  65. package/dist/config/Tabs.d.ts.map +1 -0
  66. package/dist/config/Tabs.js +46 -46
  67. package/dist/config/Tag.d.ts +5 -4
  68. package/dist/config/Tag.d.ts.map +1 -0
  69. package/dist/config/Tag.js +10 -13
  70. package/dist/config/Text.d.ts +1 -0
  71. package/dist/config/Text.d.ts.map +1 -0
  72. package/dist/config/TextArea.d.ts +6 -5
  73. package/dist/config/TextArea.d.ts.map +1 -0
  74. package/dist/config/TextArea.js +16 -16
  75. package/dist/config/TimePicker.d.ts +17 -16
  76. package/dist/config/TimePicker.d.ts.map +1 -0
  77. package/dist/config/TimePicker.js +26 -26
  78. package/dist/config/Tree.d.ts +8 -7
  79. package/dist/config/Tree.d.ts.map +1 -0
  80. package/dist/config/Tree.js +17 -17
  81. package/dist/config/TreeSelect.d.ts +21 -20
  82. package/dist/config/TreeSelect.d.ts.map +1 -0
  83. package/dist/config/TreeSelect.js +30 -30
  84. package/dist/css.d.ts +1 -0
  85. package/dist/css.d.ts.map +1 -0
  86. package/dist/demo.d.ts +1 -0
  87. package/dist/demo.d.ts.map +1 -0
  88. package/dist/h5config/Accordion.d.ts +20 -19
  89. package/dist/h5config/Accordion.d.ts.map +1 -0
  90. package/dist/h5config/Accordion.js +36 -36
  91. package/dist/h5config/Button.d.ts +10 -9
  92. package/dist/h5config/Button.d.ts.map +1 -0
  93. package/dist/h5config/Button.js +20 -20
  94. package/dist/h5config/Card.d.ts +26 -25
  95. package/dist/h5config/Card.d.ts.map +1 -0
  96. package/dist/h5config/Card.js +51 -51
  97. package/dist/h5config/DAddressPicker.d.ts +17 -24
  98. package/dist/h5config/DAddressPicker.d.ts.map +1 -0
  99. package/dist/h5config/DAddressPicker.js +32 -40
  100. package/dist/h5config/DCheckbox.d.ts +15 -22
  101. package/dist/h5config/DCheckbox.d.ts.map +1 -0
  102. package/dist/h5config/DCheckbox.js +32 -40
  103. package/dist/h5config/DForm.d.ts +16 -15
  104. package/dist/h5config/DForm.d.ts.map +1 -0
  105. package/dist/h5config/DForm.js +44 -43
  106. package/dist/h5config/DMultiplePicker.d.ts +17 -24
  107. package/dist/h5config/DMultiplePicker.d.ts.map +1 -0
  108. package/dist/h5config/DMultiplePicker.js +32 -40
  109. package/dist/h5config/DformDate.d.ts +17 -24
  110. package/dist/h5config/DformDate.d.ts.map +1 -0
  111. package/dist/h5config/DformDate.js +32 -40
  112. package/dist/h5config/DformFile.d.ts +107 -20
  113. package/dist/h5config/DformFile.d.ts.map +1 -0
  114. package/dist/h5config/DformFile.js +110 -27
  115. package/dist/h5config/DformImagePicker.d.ts +18 -17
  116. package/dist/h5config/DformImagePicker.d.ts.map +1 -0
  117. package/dist/h5config/DformImagePicker.js +25 -25
  118. package/dist/h5config/DformInput.d.ts +14 -13
  119. package/dist/h5config/DformInput.d.ts.map +1 -0
  120. package/dist/h5config/DformInput.js +31 -31
  121. package/dist/h5config/DformInputNumber.d.ts +9 -8
  122. package/dist/h5config/DformInputNumber.d.ts.map +1 -0
  123. package/dist/h5config/DformInputNumber.js +24 -24
  124. package/dist/h5config/DformPicker.d.ts +17 -24
  125. package/dist/h5config/DformPicker.d.ts.map +1 -0
  126. package/dist/h5config/DformPicker.js +32 -40
  127. package/dist/h5config/DformRadio.d.ts +21 -20
  128. package/dist/h5config/DformRadio.d.ts.map +1 -0
  129. package/dist/h5config/DformRadio.js +40 -40
  130. package/dist/h5config/DformRangePicker.d.ts +23 -30
  131. package/dist/h5config/DformRangePicker.d.ts.map +1 -0
  132. package/dist/h5config/DformRangePicker.js +38 -46
  133. package/dist/h5config/DformSelect.d.ts +17 -24
  134. package/dist/h5config/DformSelect.d.ts.map +1 -0
  135. package/dist/h5config/DformSelect.js +32 -40
  136. package/dist/h5config/DformSwitch.d.ts +3 -10
  137. package/dist/h5config/DformSwitch.d.ts.map +1 -0
  138. package/dist/h5config/DformSwitch.js +12 -20
  139. package/dist/h5config/DformTextArea.d.ts +14 -13
  140. package/dist/h5config/DformTextArea.d.ts.map +1 -0
  141. package/dist/h5config/DformTextArea.js +31 -31
  142. package/dist/h5config/Divider.d.ts +1 -0
  143. package/dist/h5config/Divider.d.ts.map +1 -0
  144. package/dist/h5config/FilterItems.d.ts +13 -12
  145. package/dist/h5config/FilterItems.d.ts.map +1 -0
  146. package/dist/h5config/FilterItems.js +21 -21
  147. package/dist/h5config/Grid.d.ts +19 -18
  148. package/dist/h5config/Grid.d.ts.map +1 -0
  149. package/dist/h5config/Grid.js +29 -29
  150. package/dist/h5config/Icon.d.ts +1 -0
  151. package/dist/h5config/Icon.d.ts.map +1 -0
  152. package/dist/h5config/Icon.js +1 -1
  153. package/dist/h5config/Link.d.ts +1 -0
  154. package/dist/h5config/Link.d.ts.map +1 -0
  155. package/dist/h5config/LoadMore.d.ts +1 -0
  156. package/dist/h5config/LoadMore.d.ts.map +1 -0
  157. package/dist/h5config/NoticeBarPlus.d.ts +11 -10
  158. package/dist/h5config/NoticeBarPlus.d.ts.map +1 -0
  159. package/dist/h5config/NoticeBarPlus.js +15 -15
  160. package/dist/h5config/SearchView.d.ts +18 -17
  161. package/dist/h5config/SearchView.d.ts.map +1 -0
  162. package/dist/h5config/SearchView.js +28 -28
  163. package/dist/h5config/StaticTabs.d.ts +3 -2
  164. package/dist/h5config/StaticTabs.d.ts.map +1 -0
  165. package/dist/h5config/StaticTabs.js +22 -21
  166. package/dist/h5config/Table.d.ts +21 -10
  167. package/dist/h5config/Table.d.ts.map +1 -0
  168. package/dist/h5config/Table.js +45 -33
  169. package/dist/index.d.ts +1 -0
  170. package/dist/index.d.ts.map +1 -0
  171. package/dist/lx-mobile.d.ts +1 -0
  172. package/dist/lx-mobile.d.ts.map +1 -0
  173. package/dist/lx.d.ts +1 -0
  174. package/dist/lx.d.ts.map +1 -0
  175. package/dist/utils.d.ts +1 -0
  176. package/dist/utils.d.ts.map +1 -0
  177. package/package.json +1 -1
@@ -1,25 +1,35 @@
1
1
  export var Accordion = {
2
2
  type: 'Accordion',
3
3
  variable: {
4
+ backgroundColor: {
5
+ type: 'color',
6
+ label: '头部填充颜色',
7
+ groupsName: '背景'
8
+ },
9
+ bodyBgColor: {
10
+ type: 'color',
11
+ label: '内容填充颜色',
12
+ groupsName: '背景'
13
+ },
4
14
  textColor: {
5
15
  type: 'color',
6
- label: '标题文本颜色',
16
+ label: '标题颜色',
7
17
  groupsName: '标题',
8
18
  followTheme: '@color-text-base'
9
19
  },
10
- lineHeight: {
20
+ fontSize: {
11
21
  type: 'px',
12
- label: '标题文本行高',
22
+ label: '标题尺寸',
13
23
  groupsName: '标题'
14
24
  },
15
- fontSize: {
25
+ lineHeight: {
16
26
  type: 'px',
17
- label: '标题文本尺寸',
27
+ label: '标题行高',
18
28
  groupsName: '标题'
19
29
  },
20
30
  fontWeight: {
21
31
  type: 'select',
22
- label: '标题文本字重',
32
+ label: '标题字重',
23
33
  groupsName: '标题',
24
34
  options: [{
25
35
  title: '100',
@@ -44,15 +54,21 @@ export var Accordion = {
44
54
  value: '700'
45
55
  }]
46
56
  },
47
- backgroundColor: {
57
+ borderRadius: {
58
+ type: 'px',
59
+ label: '圆角',
60
+ groupsName: '边框'
61
+ },
62
+ borderColor: {
48
63
  type: 'color',
49
- label: '头部背景颜色',
50
- groupsName: '背景颜色'
64
+ label: '颜色',
65
+ groupsName: '边框',
66
+ followTheme: '@border-color-base'
51
67
  },
52
68
  titleColor: {
53
69
  type: 'color',
54
- label: '装饰条颜色',
55
- groupsName: '标题',
70
+ label: '装饰符颜色',
71
+ groupsName: '其他',
56
72
  followTheme: '@brand-primary'
57
73
  },
58
74
  // lineColor: {
@@ -62,40 +78,24 @@ export var Accordion = {
62
78
  // },
63
79
  tagSize: {
64
80
  type: 'px',
65
- label: '标题装饰图标尺寸',
66
- groupsName: '标题'
81
+ label: '装饰符标尺寸',
82
+ groupsName: '其他'
67
83
  },
68
84
  tagMargin: {
69
- type: 'px',
70
- label: '标题左外边距',
71
- groupsName: '标题'
85
+ type: 'marginInput',
86
+ label: '装饰符外边距',
87
+ groupsName: '其他'
72
88
  },
73
89
  arrowColor: {
74
90
  type: 'color',
75
91
  label: '后缀图标颜色',
76
- groupsName: '标题',
92
+ groupsName: '其他',
77
93
  followTheme: '@border-color-base'
78
94
  },
79
95
  arrowSize: {
80
96
  type: 'px',
81
97
  label: '后缀图标尺寸',
82
- groupsName: '标题'
83
- },
84
- bodyBgColor: {
85
- type: 'color',
86
- label: '内容背景颜色',
87
- groupsName: '背景颜色'
88
- },
89
- borderColor: {
90
- type: 'color',
91
- label: '边框颜色',
92
- groupsName: '边框',
93
- followTheme: '@border-color-base'
94
- },
95
- borderRadius: {
96
- type: 'px',
97
- label: '边框圆角',
98
- groupsName: '边框'
98
+ groupsName: '其他'
99
99
  }
100
100
  },
101
101
  hasPrefixClass: true,
@@ -111,7 +111,7 @@ export var Accordion = {
111
111
  titleColor: '#47e',
112
112
  // lineColor: '#f0f0f0',
113
113
  tagSize: '16px',
114
- tagMargin: '8px',
114
+ tagMargin: '0 0 0 8px',
115
115
  arrowColor: '#cccccc',
116
116
  arrowSize: '19px',
117
117
  bodyBgColor: '#fff',
@@ -123,7 +123,7 @@ export var Accordion = {
123
123
  '@color-text-base': [],
124
124
  '@border-color-base': []
125
125
  },
126
- tpl: ".lcdp-accordion {\n .lcdp-accordion-header{\n color: textColor;\n font-weight: fontWeight;\n font-size: fontSize;\n line-height: lineHeight;\n background: backgroundColor;\n > div {\n margin-left: tagMargin !important;\n }\n }\n .lcdp-accordion-header-icon-left{\n background: titleColor;\n }\n .lcdp-accordion-header-default-icon{\n height: tagSize;\n background: titleColor;\n margin-right: -4px;\n }\n .adm-collapse-arrow svg{\n color: arrowColor;\n width: arrowSize;\n height: arrowSize;\n }\n .adm-list-item-content-main{\n background: bodyBgColor;\n }\n .adm-collapse{\n border-radius: borderRadius;\n border-color: borderColor !important;\n }\n }\n ",
126
+ tpl: ".lcdp-accordion {\n .lcdp-accordion-header{\n color: textColor;\n font-weight: fontWeight;\n font-size: fontSize;\n line-height: lineHeight;\n background: backgroundColor;\n > div {\n margin: tagMargin !important;\n }\n }\n .lcdp-accordion-header-icon-left{\n background: titleColor;\n }\n .lcdp-accordion-header-default-icon{\n height: tagSize;\n background: titleColor;\n margin-right: -4px;\n }\n .adm-collapse-arrow svg{\n color: arrowColor;\n width: arrowSize;\n height: arrowSize;\n }\n .adm-list-item-content-main{\n background: bodyBgColor;\n }\n .adm-collapse{\n border-radius: borderRadius;\n border-color: borderColor !important;\n }\n }\n ",
127
127
  components: [{
128
128
  id: 'Accordion_960849',
129
129
  label: '折叠面板',
@@ -1,48 +1,48 @@
1
1
  export declare const Button: {
2
2
  type: string;
3
3
  variable: {
4
- textColor: {
4
+ backgroundColor: {
5
5
  type: string;
6
6
  label: string;
7
7
  groupsName: string;
8
8
  followTheme: string;
9
9
  };
10
- lineHeight: {
10
+ textColor: {
11
11
  type: string;
12
12
  label: string;
13
13
  groupsName: string;
14
+ followTheme: string;
14
15
  };
15
16
  fontSize: {
16
17
  type: string;
17
18
  label: string;
18
19
  groupsName: string;
19
20
  };
20
- backgroundColor: {
21
+ lineHeight: {
21
22
  type: string;
22
23
  label: string;
23
24
  groupsName: string;
24
- followTheme: string;
25
25
  };
26
- borderColor: {
26
+ paddingValue: {
27
27
  type: string;
28
28
  label: string;
29
29
  groupsName: string;
30
- followTheme: string;
31
30
  };
32
- borderRadius: {
31
+ marginValue: {
33
32
  type: string;
34
33
  label: string;
35
34
  groupsName: string;
36
35
  };
37
- paddingValue: {
36
+ borderRadius: {
38
37
  type: string;
39
38
  label: string;
40
39
  groupsName: string;
41
40
  };
42
- marginValue: {
41
+ borderColor: {
43
42
  type: string;
44
43
  label: string;
45
44
  groupsName: string;
45
+ followTheme: string;
46
46
  };
47
47
  };
48
48
  groupsName: string;
@@ -140,3 +140,4 @@ export declare const Button: {
140
140
  path: string[];
141
141
  })[];
142
142
  };
143
+ //# sourceMappingURL=Button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["Button.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4QlB,CAAC"}
@@ -1,38 +1,27 @@
1
1
  export var Button = {
2
2
  type: 'Button',
3
3
  variable: {
4
+ backgroundColor: {
5
+ type: 'color',
6
+ label: '填充颜色',
7
+ groupsName: '背景',
8
+ followTheme: '@brand-primary'
9
+ },
4
10
  textColor: {
5
11
  type: 'color',
6
12
  label: '文本颜色',
7
13
  groupsName: '文字',
8
14
  followTheme: '@color-text-base'
9
15
  },
10
- lineHeight: {
11
- type: 'px',
12
- label: '文本行高',
13
- groupsName: '文字'
14
- },
15
16
  fontSize: {
16
17
  type: 'px',
17
18
  label: '文本尺寸',
18
19
  groupsName: '文字'
19
20
  },
20
- backgroundColor: {
21
- type: 'color',
22
- label: '主题颜色',
23
- groupsName: '颜色',
24
- followTheme: '@brand-primary'
25
- },
26
- borderColor: {
27
- type: 'color',
28
- label: '边框颜色',
29
- groupsName: '边框',
30
- followTheme: '@border-color-base'
31
- },
32
- borderRadius: {
21
+ lineHeight: {
33
22
  type: 'px',
34
- label: '边框圆角',
35
- groupsName: '边框'
23
+ label: '文本行高',
24
+ groupsName: '文字'
36
25
  },
37
26
  paddingValue: {
38
27
  type: 'marginInput',
@@ -43,6 +32,17 @@ export var Button = {
43
32
  type: 'marginInput',
44
33
  label: '外边距',
45
34
  groupsName: '布局'
35
+ },
36
+ borderRadius: {
37
+ type: 'px',
38
+ label: '圆角',
39
+ groupsName: '边框'
40
+ },
41
+ borderColor: {
42
+ type: 'color',
43
+ label: '颜色',
44
+ groupsName: '边框',
45
+ followTheme: '@border-color-base'
46
46
  }
47
47
  },
48
48
  groupsName: '通用',
@@ -2,12 +2,32 @@ export declare const Card: {
2
2
  type: string;
3
3
  hasPrefixClass: boolean;
4
4
  variable: {
5
+ backgroundColor: {
6
+ type: string;
7
+ label: string;
8
+ groupsName: string;
9
+ };
10
+ bodyBgColor: {
11
+ type: string;
12
+ label: string;
13
+ groupsName: string;
14
+ };
15
+ footBgColor: {
16
+ type: string;
17
+ label: string;
18
+ groupsName: string;
19
+ };
5
20
  textColor: {
6
21
  type: string;
7
22
  label: string;
8
23
  followTheme: string;
9
24
  groupsName: string;
10
25
  };
26
+ fontSize: {
27
+ type: string;
28
+ label: string;
29
+ groupsName: string;
30
+ };
11
31
  lineHeight: {
12
32
  type: string;
13
33
  label: string;
@@ -17,11 +37,6 @@ export declare const Card: {
17
37
  value: string;
18
38
  }[];
19
39
  };
20
- fontSize: {
21
- type: string;
22
- label: string;
23
- groupsName: string;
24
- };
25
40
  fontWeight: {
26
41
  type: string;
27
42
  label: string;
@@ -31,18 +46,18 @@ export declare const Card: {
31
46
  value: string;
32
47
  }[];
33
48
  };
34
- backgroundColor: {
49
+ borderRadius: {
35
50
  type: string;
36
51
  label: string;
37
52
  groupsName: string;
38
53
  };
39
- titleColor: {
54
+ borderColor: {
40
55
  type: string;
41
56
  label: string;
42
57
  groupsName: string;
43
58
  followTheme: string;
44
59
  };
45
- lineColor: {
60
+ titleColor: {
46
61
  type: string;
47
62
  label: string;
48
63
  groupsName: string;
@@ -68,33 +83,18 @@ export declare const Card: {
68
83
  label: string;
69
84
  groupsName: string;
70
85
  };
71
- bodyBgColor: {
72
- type: string;
73
- label: string;
74
- groupsName: string;
75
- };
76
- bodyLineColor: {
86
+ lineColor: {
77
87
  type: string;
78
88
  label: string;
79
89
  groupsName: string;
80
90
  followTheme: string;
81
91
  };
82
- footBgColor: {
83
- type: string;
84
- label: string;
85
- groupsName: string;
86
- };
87
- borderColor: {
92
+ bodyLineColor: {
88
93
  type: string;
89
94
  label: string;
90
95
  groupsName: string;
91
96
  followTheme: string;
92
97
  };
93
- borderRadius: {
94
- type: string;
95
- label: string;
96
- groupsName: string;
97
- };
98
98
  };
99
99
  groupsName: string;
100
100
  icon: string;
@@ -273,3 +273,4 @@ export declare const Card: {
273
273
  path: string[];
274
274
  })[];
275
275
  };
276
+ //# sourceMappingURL=Card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Card.d.ts","sourceRoot":"","sources":["Card.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAokBhB,CAAC"}
@@ -2,15 +2,38 @@ export var Card = {
2
2
  type: 'Card',
3
3
  hasPrefixClass: true,
4
4
  variable: {
5
+ backgroundColor: {
6
+ type: 'color',
7
+ label: '头部填充颜色',
8
+ groupsName: '背景'
9
+ },
10
+ bodyBgColor: {
11
+ type: 'color',
12
+ label: '内容填充颜色',
13
+ groupsName: '背景'
14
+ },
15
+ footBgColor: {
16
+ type: 'color',
17
+ label: '底部填充颜色',
18
+ groupsName: '背景'
19
+ },
5
20
  textColor: {
6
21
  type: 'color',
7
- label: '标题文本颜色',
22
+ label: '标题颜色',
8
23
  followTheme: '@color-text-base',
9
24
  groupsName: '标题'
10
25
  },
26
+ fontSize: {
27
+ type: 'px',
28
+ label: '标题尺寸',
29
+ groupsName: '标题'
30
+ // TODO: 单位是 * @hd 有异常
31
+ // followTheme: '@font-size-heading',
32
+ },
33
+
11
34
  lineHeight: {
12
35
  type: 'px',
13
- label: '标题文本行高',
36
+ label: '标题行高',
14
37
  groupsName: '标题',
15
38
  options: [{
16
39
  label: 'px',
@@ -20,17 +43,9 @@ export var Card = {
20
43
  value: '%'
21
44
  }]
22
45
  },
23
- fontSize: {
24
- type: 'px',
25
- label: '标题文本尺寸',
26
- groupsName: '标题'
27
- // TODO: 单位是 * @hd 有异常
28
- // followTheme: '@font-size-heading',
29
- },
30
-
31
46
  fontWeight: {
32
47
  type: 'select',
33
- label: '标题文本字重',
48
+ label: '标题字重',
34
49
  groupsName: '标题',
35
50
  options: [{
36
51
  title: '100',
@@ -55,69 +70,54 @@ export var Card = {
55
70
  value: '700'
56
71
  }]
57
72
  },
58
- backgroundColor: {
73
+ borderRadius: {
74
+ type: 'px',
75
+ label: '圆角',
76
+ groupsName: '边框'
77
+ },
78
+ borderColor: {
59
79
  type: 'color',
60
- label: '头部背景颜色',
61
- groupsName: '背景颜色'
80
+ label: '颜色',
81
+ groupsName: '边框',
82
+ followTheme: '@border-color-base'
62
83
  },
63
84
  titleColor: {
64
85
  type: 'color',
65
- label: '装饰条颜色',
66
- groupsName: '标题',
86
+ label: '装饰符颜色',
87
+ groupsName: '其他',
67
88
  followTheme: '@brand-primary'
68
89
  },
69
- lineColor: {
70
- type: 'color',
71
- label: '分割线颜色',
72
- groupsName: '边框',
73
- followTheme: '@border-color-base'
74
- },
75
90
  tagSize: {
76
91
  type: 'px',
77
- label: '标题装饰图标尺寸',
78
- groupsName: '标题'
92
+ label: '装饰符尺寸',
93
+ groupsName: '其他'
79
94
  },
80
95
  tagMargin: {
81
- type: 'px',
82
- label: '符号右外边距',
83
- groupsName: '标题'
96
+ type: 'marginInput',
97
+ label: '符号符外边距',
98
+ groupsName: '其他'
84
99
  },
85
100
  arrowColor: {
86
101
  type: 'color',
87
102
  label: '后缀图标颜色',
88
- groupsName: '标题'
103
+ groupsName: '其他'
89
104
  },
90
105
  arrowSize: {
91
106
  type: 'px',
92
107
  label: '后缀图标尺寸',
93
- groupsName: '标题'
108
+ groupsName: '其他'
94
109
  },
95
- bodyBgColor: {
110
+ lineColor: {
96
111
  type: 'color',
97
- label: '内容背景颜色',
98
- groupsName: '背景颜色'
112
+ label: '头部分割线颜色',
113
+ groupsName: '其他',
114
+ followTheme: '@border-color-base'
99
115
  },
100
116
  bodyLineColor: {
101
117
  type: 'color',
102
118
  label: '内容分割线颜色',
103
- groupsName: '边框',
104
- followTheme: '@border-color-base'
105
- },
106
- footBgColor: {
107
- type: 'color',
108
- label: '底部背景颜色',
109
- groupsName: '背景颜色'
110
- },
111
- borderColor: {
112
- type: 'color',
113
- label: '边框颜色',
114
- groupsName: '边框',
119
+ groupsName: '其他',
115
120
  followTheme: '@border-color-base'
116
- },
117
- borderRadius: {
118
- type: 'px',
119
- label: '边框圆角',
120
- groupsName: '边框'
121
121
  }
122
122
  },
123
123
  groupsName: '容器',
@@ -132,7 +132,7 @@ export var Card = {
132
132
  titleColor: '#47e',
133
133
  lineColor: '#f0f0f0',
134
134
  tagSize: '16px',
135
- tagMargin: '4px',
135
+ tagMargin: '0 4px 0 0',
136
136
  arrowColor: 'rgba(28, 36, 46, 0.55)',
137
137
  arrowSize: '12px',
138
138
  bodyBgColor: '#fff',
@@ -147,7 +147,7 @@ export var Card = {
147
147
  '@color-text-base': [],
148
148
  '@border-color-base': ['lineColor', 'bodyLineColor']
149
149
  },
150
- tpl: ".lcdp-h5-card {\n border-radius: borderRadius;\n border: 1PX solid borderColor;\n\n .adm-card-header:not(:last-child){\n border-color: lineColor !important;\n }\n .adm-card-header{\n border-color: lineColor !important;\n background: backgroundColor;\n }\n .adm-card-body{\n background: bodyBgColor;\n }\n\n .adm-card-header-title .lcdp-h5-card-title{\n color: textColor;\n font-weight: fontWeight;\n font-size: fontSize;\n line-height: lineHeight;\n }\n\n .lcdp-h5-card-hStyle{\n background: titleColor;\n margin-right: tagMargin;\n position: static;\n width: tagSize;\n }\n .lcdp-h5-card-vStyle{\n height: tagSize;\n background: titleColor;\n margin-right: tagMargin;\n }\n .lcdp-h5-card-icon{\n width: tagSize;\n height: tagSize;\n margin-right: tagMargin;\n margin-top: -1px;\n display: grid;\n }\n .lcdp-h5-card-icon svg{\n color: titleColor;\n width: tagSize;\n height: tagSize;\n }\n .lcdp-h5-card-extra-icon{\n width: arrowSize;\n height: arrowSize;\n }\n .lcdp-h5-card-extra-icon svg{\n color: arrowColor;\n width: arrowSize;\n height: arrowSize;\n }\n .lcdp-card-footer-draw-box-border{\n border-color: bodyLineColor;\n background: footBgColor;\n }\n }\n \n ",
150
+ tpl: ".lcdp-h5-card {\n border-radius: borderRadius;\n border: 1PX solid borderColor;\n\n .adm-card-header:not(:last-child){\n border-color: lineColor !important;\n }\n .adm-card-header{\n border-color: lineColor !important;\n background: backgroundColor;\n }\n .adm-card-body{\n background: bodyBgColor;\n }\n\n .adm-card-header-title .lcdp-h5-card-title{\n color: textColor;\n font-weight: fontWeight;\n font-size: fontSize;\n line-height: lineHeight;\n }\n\n .lcdp-h5-card-hStyle{\n background: titleColor;\n margin: tagMargin;\n position: static;\n width: tagSize;\n }\n .lcdp-h5-card-vStyle{\n height: tagSize;\n background: titleColor;\n margin: tagMargin;\n }\n .lcdp-h5-card-icon{\n width: tagSize;\n height: tagSize;\n margin: tagMargin;\n margin-top: -1px;\n display: grid;\n }\n .lcdp-h5-card-icon svg{\n color: titleColor;\n width: tagSize;\n height: tagSize;\n }\n .lcdp-h5-card-extra-icon{\n width: arrowSize;\n height: arrowSize;\n }\n .lcdp-h5-card-extra-icon svg{\n color: arrowColor;\n width: arrowSize;\n height: arrowSize;\n }\n .lcdp-card-footer-draw-box-border{\n border-color: bodyLineColor;\n background: footBgColor;\n }\n }\n \n ",
151
151
  components: [{
152
152
  id: 'Card_194419',
153
153
  label: '卡片',
@@ -1,22 +1,6 @@
1
1
  export declare const DAddressPicker: {
2
2
  type: string;
3
3
  variable: {
4
- iconColor: {
5
- type: string;
6
- label: string;
7
- groupsName: string;
8
- desc: string;
9
- canEdit: boolean;
10
- extendsKey: string;
11
- };
12
- iconSize: {
13
- type: string;
14
- label: string;
15
- groupsName: string;
16
- desc: string;
17
- canEdit: boolean;
18
- extendsKey: string;
19
- };
20
4
  labelTextColor: {
21
5
  type: string;
22
6
  label: string;
@@ -25,7 +9,7 @@ export declare const DAddressPicker: {
25
9
  canEdit: boolean;
26
10
  extendsKey: string;
27
11
  };
28
- labelLineHeight: {
12
+ labelFontSize: {
29
13
  type: string;
30
14
  label: string;
31
15
  groupsName: string;
@@ -33,7 +17,7 @@ export declare const DAddressPicker: {
33
17
  canEdit: boolean;
34
18
  extendsKey: string;
35
19
  };
36
- labelFontSize: {
20
+ labelLineHeight: {
37
21
  type: string;
38
22
  label: string;
39
23
  groupsName: string;
@@ -89,25 +73,33 @@ export declare const DAddressPicker: {
89
73
  canEdit: boolean;
90
74
  extendsKey: string;
91
75
  };
92
- paddingValue: {
76
+ headTextAlign: {
93
77
  type: string;
94
78
  label: string;
95
79
  groupsName: string;
96
80
  desc: string;
97
81
  canEdit: boolean;
98
82
  extendsKey: string;
83
+ options: {
84
+ title: string;
85
+ value: string;
86
+ }[];
99
87
  };
100
- headTextAlign: {
88
+ iconColor: {
89
+ type: string;
90
+ label: string;
91
+ groupsName: string;
92
+ desc: string;
93
+ canEdit: boolean;
94
+ extendsKey: string;
95
+ };
96
+ iconSize: {
101
97
  type: string;
102
98
  label: string;
103
99
  groupsName: string;
104
100
  desc: string;
105
101
  canEdit: boolean;
106
102
  extendsKey: string;
107
- options: {
108
- title: string;
109
- value: string;
110
- }[];
111
103
  };
112
104
  };
113
105
  groupsName: string;
@@ -194,3 +186,4 @@ export declare const DAddressPicker: {
194
186
  path: string[];
195
187
  }[];
196
188
  };
189
+ //# sourceMappingURL=DAddressPicker.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DAddressPicker.d.ts","sourceRoot":"","sources":["DAddressPicker.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8M1B,CAAC"}