@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
@@ -1,23 +1,18 @@
1
1
  export declare const Switch: {
2
2
  type: string;
3
3
  variable: {
4
- labelTextColor: {
4
+ openColor: {
5
5
  type: string;
6
6
  label: string;
7
7
  groupsName: string;
8
- desc: string;
9
- canEdit: boolean;
10
- extendsKey: string;
8
+ followTheme: string;
11
9
  };
12
- labelLineHeight: {
10
+ closeColor: {
13
11
  type: string;
14
12
  label: string;
15
13
  groupsName: string;
16
- desc: string;
17
- canEdit: boolean;
18
- extendsKey: string;
19
14
  };
20
- labelFontSize: {
15
+ labelTextColor: {
21
16
  type: string;
22
17
  label: string;
23
18
  groupsName: string;
@@ -25,22 +20,18 @@ export declare const Switch: {
25
20
  canEdit: boolean;
26
21
  extendsKey: string;
27
22
  };
28
- openColor: {
29
- type: string;
30
- label: string;
31
- groupsName: string;
32
- followTheme: string;
33
- };
34
- closeColor: {
23
+ labelFontSize: {
35
24
  type: string;
36
25
  label: string;
37
26
  groupsName: string;
27
+ desc: string;
28
+ canEdit: boolean;
29
+ extendsKey: string;
38
30
  };
39
- itemHoverBorderColor: {
31
+ labelLineHeight: {
40
32
  type: string;
41
33
  label: string;
42
34
  groupsName: string;
43
- hidden: boolean;
44
35
  desc: string;
45
36
  canEdit: boolean;
46
37
  extendsKey: string;
@@ -1,51 +1,52 @@
1
1
  export var Switch = {
2
2
  type: 'Switch',
3
3
  variable: {
4
- labelTextColor: {
4
+ openColor: {
5
5
  type: 'color',
6
- label: '标题文本颜色',
7
- groupsName: '文字',
8
- desc: '继承自表单,此处不可编辑',
9
- canEdit: false,
10
- extendsKey: 'Form'
6
+ label: '开启颜色',
7
+ groupsName: '背景',
8
+ followTheme: '@primary-color'
11
9
  },
12
- labelLineHeight: {
13
- type: 'px',
14
- label: '标题文本行高',
15
- groupsName: '文字',
10
+ closeColor: {
11
+ type: 'color',
12
+ label: '关闭颜色',
13
+ groupsName: '背景'
14
+ },
15
+ labelTextColor: {
16
+ type: 'color',
17
+ label: '标题颜色',
18
+ groupsName: '标题',
16
19
  desc: '继承自表单,此处不可编辑',
17
20
  canEdit: false,
18
21
  extendsKey: 'Form'
19
22
  },
20
23
  labelFontSize: {
21
24
  type: 'px',
22
- label: '标题文本尺寸',
23
- groupsName: '文字',
25
+ label: '标题尺寸',
26
+ groupsName: '标题',
24
27
  desc: '继承自表单,此处不可编辑',
25
28
  canEdit: false,
26
29
  extendsKey: 'Form'
27
30
  },
28
- openColor: {
29
- type: 'color',
30
- label: '开启颜色',
31
- groupsName: '文字',
32
- followTheme: '@primary-color'
33
- },
34
- closeColor: {
35
- type: 'color',
36
- label: '关闭颜色',
37
- groupsName: '文字'
38
- },
39
- itemHoverBorderColor: {
40
- type: 'color',
41
- label: '组件激活边框颜色',
42
- groupsName: '边框',
43
- hidden: true,
31
+ labelLineHeight: {
32
+ type: 'px',
33
+ label: '标题行高',
34
+ groupsName: '标题',
44
35
  desc: '继承自表单,此处不可编辑',
45
36
  canEdit: false,
46
37
  extendsKey: 'Form'
47
38
  }
39
+ // itemHoverBorderColor: {
40
+ // type: 'color',
41
+ // label: '组件激活边框颜色',
42
+ // groupsName: '边框',
43
+ // hidden: true,
44
+ // desc: '继承自表单,此处不可编辑',
45
+ // canEdit: false,
46
+ // extendsKey: 'Form',
47
+ // },
48
48
  },
49
+
49
50
  groupsName: '数据录入',
50
51
  icon: 'icon-ico-comp-switch',
51
52
  title: '开关',
@@ -2,6 +2,21 @@ export declare const Table: {
2
2
  type: string;
3
3
  hasPrefixClass: boolean;
4
4
  variable: {
5
+ headBgColor: {
6
+ type: string;
7
+ label: string;
8
+ groupsName: string;
9
+ };
10
+ bodyBgColor: {
11
+ type: string;
12
+ label: string;
13
+ groupsName: string;
14
+ };
15
+ zebraBgColor: {
16
+ type: string;
17
+ label: string;
18
+ groupsName: string;
19
+ };
5
20
  textColor: {
6
21
  type: string;
7
22
  label: string;
@@ -10,7 +25,7 @@ export declare const Table: {
10
25
  canEdit: boolean;
11
26
  extendsKey: string;
12
27
  };
13
- lineHeight: {
28
+ fontSize: {
14
29
  type: string;
15
30
  label: string;
16
31
  groupsName: string;
@@ -18,7 +33,7 @@ export declare const Table: {
18
33
  canEdit: boolean;
19
34
  extendsKey: string;
20
35
  };
21
- fontSize: {
36
+ lineHeight: {
22
37
  type: string;
23
38
  label: string;
24
39
  groupsName: string;
@@ -38,60 +53,43 @@ export declare const Table: {
38
53
  value: string;
39
54
  }[];
40
55
  };
41
- selectPaginationColor: {
42
- type: string;
43
- label: string;
44
- groupsName: string;
45
- followTheme: string;
46
- };
47
- selectPaginationBorder: {
48
- type: string;
49
- label: string;
50
- groupsName: string;
51
- followTheme: string;
52
- };
53
- selectPaginationRadius: {
54
- type: string;
55
- label: string;
56
- groupsName: string;
57
- followTheme: string;
58
- };
59
56
  tbFontSize: {
60
57
  type: string;
61
58
  label: string;
62
59
  groupsName: string;
63
60
  followTheme: string;
64
61
  };
65
- tbBorderColor: {
62
+ headTextColor: {
66
63
  type: string;
67
64
  label: string;
68
- groupsName: string;
69
65
  followTheme: string;
70
- desc: string;
71
- };
72
- tbBorderRadius: {
73
- type: string;
74
- label: string;
75
66
  groupsName: string;
76
- followTheme: string;
77
67
  };
78
- headBgColor: {
68
+ headFontWeight: {
79
69
  type: string;
80
70
  label: string;
81
71
  groupsName: string;
72
+ options: {
73
+ title: string;
74
+ value: string;
75
+ }[];
82
76
  };
83
- headPadding: {
77
+ headTextAlign: {
84
78
  type: string;
85
79
  label: string;
86
80
  groupsName: string;
81
+ options: {
82
+ title: string;
83
+ value: string;
84
+ }[];
87
85
  };
88
- headTextColor: {
86
+ bodyTextColor: {
89
87
  type: string;
90
88
  label: string;
91
- followTheme: string;
92
89
  groupsName: string;
90
+ followTheme: string;
93
91
  };
94
- headFontWeight: {
92
+ bodyFontWeight: {
95
93
  type: string;
96
94
  label: string;
97
95
  groupsName: string;
@@ -100,7 +98,7 @@ export declare const Table: {
100
98
  value: string;
101
99
  }[];
102
100
  };
103
- headTextAlign: {
101
+ bodyTextAlign: {
104
102
  type: string;
105
103
  label: string;
106
104
  groupsName: string;
@@ -109,7 +107,7 @@ export declare const Table: {
109
107
  value: string;
110
108
  }[];
111
109
  };
112
- bodyBgColor: {
110
+ headPadding: {
113
111
  type: string;
114
112
  label: string;
115
113
  groupsName: string;
@@ -119,34 +117,36 @@ export declare const Table: {
119
117
  label: string;
120
118
  groupsName: string;
121
119
  };
122
- bodyTextColor: {
120
+ tbBorderRadius: {
123
121
  type: string;
124
122
  label: string;
125
123
  groupsName: string;
126
124
  followTheme: string;
127
125
  };
128
- bodyFontWeight: {
126
+ tbBorderColor: {
129
127
  type: string;
130
128
  label: string;
131
129
  groupsName: string;
132
- options: {
133
- title: string;
134
- value: string;
135
- }[];
130
+ followTheme: string;
131
+ desc: string;
136
132
  };
137
- bodyTextAlign: {
133
+ selectPaginationColor: {
138
134
  type: string;
139
135
  label: string;
140
136
  groupsName: string;
141
- options: {
142
- title: string;
143
- value: string;
144
- }[];
137
+ followTheme: string;
145
138
  };
146
- zebraBgColor: {
139
+ selectPaginationRadius: {
147
140
  type: string;
148
141
  label: string;
149
142
  groupsName: string;
143
+ followTheme: string;
144
+ };
145
+ selectPaginationBorder: {
146
+ type: string;
147
+ label: string;
148
+ groupsName: string;
149
+ followTheme: string;
150
150
  };
151
151
  };
152
152
  groupsName: string;
@@ -2,34 +2,49 @@ export var Table = {
2
2
  type: 'Table',
3
3
  hasPrefixClass: true,
4
4
  variable: {
5
+ headBgColor: {
6
+ type: 'color',
7
+ label: '表头填充颜色',
8
+ groupsName: '背景'
9
+ },
10
+ bodyBgColor: {
11
+ type: 'color',
12
+ label: '内容填充颜色',
13
+ groupsName: '背景'
14
+ },
15
+ zebraBgColor: {
16
+ type: 'color',
17
+ label: '斑马纹填充颜色',
18
+ groupsName: '背景'
19
+ },
5
20
  textColor: {
6
21
  type: 'color',
7
- label: '标题文本颜色',
8
- groupsName: '文字',
22
+ label: '标题颜色',
23
+ groupsName: '标题',
9
24
  desc: '继承自容器,此处不可编辑',
10
25
  canEdit: false,
11
26
  extendsKey: 'Container'
12
27
  },
13
- lineHeight: {
28
+ fontSize: {
14
29
  type: 'px',
15
- label: '标题文本行高',
16
- groupsName: '文字',
30
+ label: '标题尺寸',
31
+ groupsName: '标题',
17
32
  desc: '继承自容器,此处不可编辑',
18
33
  canEdit: false,
19
34
  extendsKey: 'Container'
20
35
  },
21
- fontSize: {
36
+ lineHeight: {
22
37
  type: 'px',
23
- label: '标题文本尺寸',
24
- groupsName: '文字',
38
+ label: '标题行高',
39
+ groupsName: '标题',
25
40
  desc: '继承自容器,此处不可编辑',
26
41
  canEdit: false,
27
42
  extendsKey: 'Container'
28
43
  },
29
44
  fontWeight: {
30
45
  type: 'select',
31
- label: '标题文本字重',
32
- groupsName: '文字',
46
+ label: '标题字重',
47
+ groupsName: '标题',
33
48
  desc: '继承自容器,此处不可编辑',
34
49
  canEdit: false,
35
50
  extendsKey: 'Container',
@@ -56,54 +71,13 @@ export var Table = {
56
71
  value: '700'
57
72
  }]
58
73
  },
59
- selectPaginationColor: {
60
- type: 'color',
61
- label: '选中项背景颜色',
62
- groupsName: '表格分页',
63
- followTheme: '@primary-color'
64
- },
65
- selectPaginationBorder: {
66
- type: 'color',
67
- label: '选中项边框颜色',
68
- groupsName: '表格分页',
69
- followTheme: '@primary-color'
70
- },
71
- selectPaginationRadius: {
72
- type: 'px',
73
- label: '选中项边框圆角',
74
- groupsName: '表格分页',
75
- followTheme: '@border-radius-base'
76
- },
77
74
  // 基础表格
78
75
  tbFontSize: {
79
76
  type: 'px',
80
- label: '表格文本尺寸',
81
- groupsName: '基础',
77
+ label: '文本尺寸',
78
+ groupsName: '文字',
82
79
  followTheme: '@font-size-base'
83
80
  },
84
- tbBorderColor: {
85
- type: 'color',
86
- label: '分割线颜色',
87
- groupsName: '基础',
88
- followTheme: '@border-color-base',
89
- desc: '边框线类型为表格时,四周边框以及竖分割线将同步生效'
90
- },
91
- tbBorderRadius: {
92
- type: 'px',
93
- label: '边框圆角',
94
- groupsName: '基础',
95
- followTheme: '@border-radius-base'
96
- },
97
- headBgColor: {
98
- type: 'color',
99
- label: '背景颜色',
100
- groupsName: '表头'
101
- },
102
- headPadding: {
103
- type: 'marginInput',
104
- label: '内边距',
105
- groupsName: '表头'
106
- },
107
81
  // headLineSize: {
108
82
  // type: 'px',
109
83
  // label: '下分割线尺寸',
@@ -118,12 +92,12 @@ export var Table = {
118
92
  type: 'color',
119
93
  label: '文本颜色',
120
94
  followTheme: '@text-color',
121
- groupsName: '表头'
95
+ groupsName: '表头行'
122
96
  },
123
97
  headFontWeight: {
124
98
  type: 'select',
125
99
  label: '文本字重',
126
- groupsName: '表头',
100
+ groupsName: '表头行',
127
101
  options: [{
128
102
  title: '100',
129
103
  value: '100'
@@ -149,8 +123,8 @@ export var Table = {
149
123
  },
150
124
  headTextAlign: {
151
125
  type: 'select',
152
- label: '文字对齐方式',
153
- groupsName: '表头',
126
+ label: '对齐方式',
127
+ groupsName: '表头行',
154
128
  options: [{
155
129
  title: '左',
156
130
  value: 'left'
@@ -162,16 +136,6 @@ export var Table = {
162
136
  value: 'right'
163
137
  }]
164
138
  },
165
- bodyBgColor: {
166
- type: 'color',
167
- label: '背景颜色',
168
- groupsName: '内容行'
169
- },
170
- bodyPadding: {
171
- type: 'marginInput',
172
- label: '内边距',
173
- groupsName: '内容行'
174
- },
175
139
  bodyTextColor: {
176
140
  type: 'color',
177
141
  label: '文本颜色',
@@ -207,7 +171,7 @@ export var Table = {
207
171
  },
208
172
  bodyTextAlign: {
209
173
  type: 'select',
210
- label: '文字对齐方式',
174
+ label: '对齐方式',
211
175
  groupsName: '内容行',
212
176
  options: [{
213
177
  title: '左',
@@ -220,10 +184,46 @@ export var Table = {
220
184
  value: 'right'
221
185
  }]
222
186
  },
223
- zebraBgColor: {
187
+ headPadding: {
188
+ type: 'marginInput',
189
+ label: '表头内边距',
190
+ groupsName: '布局'
191
+ },
192
+ bodyPadding: {
193
+ type: 'marginInput',
194
+ label: '内容内边距',
195
+ groupsName: '布局'
196
+ },
197
+ tbBorderRadius: {
198
+ type: 'px',
199
+ label: '圆角',
200
+ groupsName: '边框',
201
+ followTheme: '@border-radius-base'
202
+ },
203
+ tbBorderColor: {
204
+ type: 'color',
205
+ label: '分割线颜色',
206
+ groupsName: '边框',
207
+ followTheme: '@border-color-base',
208
+ desc: '边框线类型为表格时,四周边框以及竖分割线将同步生效'
209
+ },
210
+ selectPaginationColor: {
224
211
  type: 'color',
225
- label: '背景颜色',
226
- groupsName: '斑马纹表格'
212
+ label: '分页选中填充颜色',
213
+ groupsName: '其他',
214
+ followTheme: '@primary-color'
215
+ },
216
+ selectPaginationRadius: {
217
+ type: 'px',
218
+ label: '分页边框圆角',
219
+ groupsName: '其他',
220
+ followTheme: '@border-radius-base'
221
+ },
222
+ selectPaginationBorder: {
223
+ type: 'color',
224
+ label: '分页边框颜色',
225
+ groupsName: '其他',
226
+ followTheme: '@primary-color'
227
227
  }
228
228
  },
229
229
  groupsName: '数据展示',
@@ -7,30 +7,28 @@ export declare const Tabs: {
7
7
  label: string;
8
8
  groupsName: string;
9
9
  };
10
- activeBgColor: {
10
+ bodyColor: {
11
11
  type: string;
12
12
  label: string;
13
13
  groupsName: string;
14
- followTheme: string;
15
14
  };
16
- activeFColor: {
15
+ activeBgColor: {
17
16
  type: string;
18
17
  label: string;
19
18
  groupsName: string;
20
19
  followTheme: string;
21
20
  };
22
- activeRadius: {
21
+ textColor: {
23
22
  type: string;
24
23
  label: string;
25
24
  groupsName: string;
26
- followTheme: string;
27
25
  };
28
- paddingValue: {
26
+ activeTextColor: {
29
27
  type: string;
30
28
  label: string;
31
29
  groupsName: string;
32
30
  };
33
- marginValue: {
31
+ fontSize: {
34
32
  type: string;
35
33
  label: string;
36
34
  groupsName: string;
@@ -40,12 +38,16 @@ export declare const Tabs: {
40
38
  label: string;
41
39
  groupsName: string;
42
40
  };
43
- fontSize: {
41
+ fontWeight: {
44
42
  type: string;
45
43
  label: string;
46
44
  groupsName: string;
45
+ options: {
46
+ title: string;
47
+ value: string;
48
+ }[];
47
49
  };
48
- fontWeight: {
50
+ activeFontWeight: {
49
51
  type: string;
50
52
  label: string;
51
53
  groupsName: string;
@@ -54,35 +56,33 @@ export declare const Tabs: {
54
56
  value: string;
55
57
  }[];
56
58
  };
57
- textColor: {
59
+ paddingValue: {
58
60
  type: string;
59
61
  label: string;
60
62
  groupsName: string;
61
63
  };
62
- activeTextColor: {
64
+ marginValue: {
63
65
  type: string;
64
66
  label: string;
65
67
  groupsName: string;
66
68
  };
67
- activeFontWeight: {
69
+ borderRadius: {
68
70
  type: string;
69
71
  label: string;
70
72
  groupsName: string;
71
- options: {
72
- title: string;
73
- value: string;
74
- }[];
73
+ followTheme: string;
75
74
  };
76
- borderRadius: {
75
+ activeRadius: {
77
76
  type: string;
78
77
  label: string;
79
78
  groupsName: string;
80
79
  followTheme: string;
81
80
  };
82
- bodyColor: {
81
+ activeFColor: {
83
82
  type: string;
84
83
  label: string;
85
84
  groupsName: string;
85
+ followTheme: string;
86
86
  };
87
87
  };
88
88
  groupsName: string;