@lingxiteam/theme-utils 0.5.3 → 0.5.5
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.
- package/dist/config/Button.d.ts +113 -0
- package/dist/config/Button.js +277 -0
- package/dist/config/Card.d.ts +144 -0
- package/dist/config/Card.js +162 -0
- package/dist/config/Cascader.d.ts +196 -0
- package/dist/config/Cascader.js +225 -0
- package/dist/config/Checkbox.d.ts +162 -0
- package/dist/config/Checkbox.js +178 -0
- package/dist/config/CheckboxGroup.d.ts +184 -0
- package/dist/config/CheckboxGroup.js +192 -0
- package/dist/config/Collapse.d.ts +186 -0
- package/dist/config/Collapse.js +330 -0
- package/dist/config/Container.d.ts +275 -0
- package/dist/config/Container.js +301 -0
- package/dist/config/DatePicker.d.ts +179 -0
- package/dist/config/DatePicker.js +179 -0
- package/dist/config/Description.d.ts +106 -0
- package/dist/config/Description.js +126 -0
- package/dist/config/Divider.d.ts +61 -0
- package/dist/config/Divider.js +61 -0
- package/dist/config/Form.d.ts +3071 -0
- package/dist/config/Form.js +1358 -0
- package/dist/config/Icon.d.ts +55 -0
- package/dist/config/Icon.js +55 -0
- package/dist/config/Input.d.ts +159 -0
- package/dist/config/Input.js +159 -0
- package/dist/config/InputNumber.d.ts +154 -0
- package/dist/config/InputNumber.js +154 -0
- package/dist/config/Link.d.ts +128 -0
- package/dist/config/Link.js +120 -0
- package/dist/config/MultipleSelect.d.ts +167 -0
- package/dist/config/MultipleSelect.js +175 -0
- package/dist/config/Radio.d.ts +239 -0
- package/dist/config/Radio.js +261 -0
- package/dist/config/RangePicker.d.ts +182 -0
- package/dist/config/RangePicker.js +182 -0
- package/dist/config/Select.d.ts +190 -0
- package/dist/config/Select.js +198 -0
- package/dist/config/StdUpload.d.ts +197 -0
- package/dist/config/StdUpload.js +211 -0
- package/dist/config/Switch.d.ts +141 -0
- package/dist/config/Switch.js +151 -0
- package/dist/config/Table.d.ts +482 -0
- package/dist/config/Table.js +560 -0
- package/dist/config/Tabs.d.ts +230 -0
- package/dist/config/Tabs.js +970 -0
- package/dist/config/Tag.d.ts +173 -0
- package/dist/config/Tag.js +548 -0
- package/dist/config/Text.d.ts +34 -0
- package/dist/config/Text.js +34 -0
- package/dist/config/TextArea.d.ts +151 -0
- package/dist/config/TextArea.js +151 -0
- package/dist/config/TimePicker.d.ts +180 -0
- package/dist/config/TimePicker.js +180 -0
- package/dist/config/Tree.d.ts +151 -0
- package/dist/config/Tree.js +195 -0
- package/dist/config/TreeSelect.d.ts +197 -0
- package/dist/config/TreeSelect.js +213 -0
- package/dist/css.d.ts +6 -0
- package/dist/css.js +126 -0
- package/dist/demo.d.ts +5 -0
- package/dist/demo.js +79 -0
- package/dist/h5config/Accordion.d.ts +410 -0
- package/dist/h5config/Accordion.js +548 -0
- package/dist/h5config/Button.d.ts +142 -0
- package/dist/h5config/Button.js +253 -0
- package/dist/h5config/Card.d.ts +275 -0
- package/dist/h5config/Card.js +535 -0
- package/dist/h5config/DAddressPicker.d.ts +188 -0
- package/dist/h5config/DAddressPicker.js +230 -0
- package/dist/h5config/DCheckbox.d.ts +202 -0
- package/dist/h5config/DCheckbox.js +248 -0
- package/dist/h5config/DForm.d.ts +1597 -0
- package/dist/h5config/DForm.js +932 -0
- package/dist/h5config/DMultiplePicker.d.ts +189 -0
- package/dist/h5config/DMultiplePicker.js +235 -0
- package/dist/h5config/DformDate.d.ts +191 -0
- package/dist/h5config/DformDate.js +233 -0
- package/dist/h5config/DformFile.d.ts +277 -0
- package/dist/h5config/DformFile.js +292 -0
- package/dist/h5config/DformImagePicker.d.ts +138 -0
- package/dist/h5config/DformImagePicker.js +156 -0
- package/dist/h5config/DformInput.d.ts +189 -0
- package/dist/h5config/DformInput.js +231 -0
- package/dist/h5config/DformInputNumber.d.ts +173 -0
- package/dist/h5config/DformInputNumber.js +215 -0
- package/dist/h5config/DformPicker.d.ts +190 -0
- package/dist/h5config/DformPicker.js +236 -0
- package/dist/h5config/DformRadio.d.ts +210 -0
- package/dist/h5config/DformRadio.js +256 -0
- package/dist/h5config/DformRangePicker.d.ts +195 -0
- package/dist/h5config/DformRangePicker.js +237 -0
- package/dist/h5config/DformSelect.d.ts +198 -0
- package/dist/h5config/DformSelect.js +262 -0
- package/dist/h5config/DformSwitch.d.ts +145 -0
- package/dist/h5config/DformSwitch.js +163 -0
- package/dist/h5config/DformTextArea.d.ts +184 -0
- package/dist/h5config/DformTextArea.js +226 -0
- package/dist/h5config/Divider.d.ts +53 -0
- package/dist/h5config/Divider.js +90 -0
- package/dist/h5config/FilterItems.d.ts +154 -0
- package/dist/h5config/FilterItems.js +204 -0
- package/dist/h5config/Grid.d.ts +235 -0
- package/dist/h5config/Grid.js +278 -0
- package/dist/h5config/Icon.d.ts +54 -0
- package/dist/h5config/Icon.js +54 -0
- package/dist/h5config/Link.d.ts +51 -0
- package/dist/h5config/Link.js +51 -0
- package/dist/h5config/LoadMore.d.ts +527 -0
- package/dist/h5config/LoadMore.js +940 -0
- package/dist/h5config/NoticeBarPlus.d.ts +111 -0
- package/dist/h5config/NoticeBarPlus.js +141 -0
- package/dist/h5config/SearchView.d.ts +135 -0
- package/dist/h5config/SearchView.js +177 -0
- package/dist/h5config/StaticTabs.d.ts +121 -0
- package/dist/h5config/StaticTabs.js +180 -0
- package/dist/h5config/Table.d.ts +197 -0
- package/dist/h5config/Table.js +589 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +4 -0
- package/dist/lx-mobile.d.ts +23 -0
- package/dist/lx-mobile.js +174 -0
- package/dist/lx.d.ts +24 -0
- package/dist/lx.js +139 -0
- package/dist/utils.d.ts +12 -0
- package/dist/utils.js +67 -0
- package/package.json +1 -1
|
@@ -0,0 +1,230 @@
|
|
|
1
|
+
export declare const Tabs: {
|
|
2
|
+
type: string;
|
|
3
|
+
hasPrefixClass: boolean;
|
|
4
|
+
variable: {
|
|
5
|
+
headBgColor: {
|
|
6
|
+
type: string;
|
|
7
|
+
label: string;
|
|
8
|
+
groupsName: string;
|
|
9
|
+
};
|
|
10
|
+
bodyColor: {
|
|
11
|
+
type: string;
|
|
12
|
+
label: string;
|
|
13
|
+
groupsName: string;
|
|
14
|
+
};
|
|
15
|
+
activeBgColor: {
|
|
16
|
+
type: string;
|
|
17
|
+
label: string;
|
|
18
|
+
groupsName: string;
|
|
19
|
+
followTheme: string;
|
|
20
|
+
};
|
|
21
|
+
textColor: {
|
|
22
|
+
type: string;
|
|
23
|
+
label: string;
|
|
24
|
+
groupsName: string;
|
|
25
|
+
};
|
|
26
|
+
activeTextColor: {
|
|
27
|
+
type: string;
|
|
28
|
+
label: string;
|
|
29
|
+
groupsName: string;
|
|
30
|
+
};
|
|
31
|
+
fontSize: {
|
|
32
|
+
type: string;
|
|
33
|
+
label: string;
|
|
34
|
+
groupsName: string;
|
|
35
|
+
};
|
|
36
|
+
lineHeight: {
|
|
37
|
+
type: string;
|
|
38
|
+
label: string;
|
|
39
|
+
groupsName: string;
|
|
40
|
+
};
|
|
41
|
+
fontWeight: {
|
|
42
|
+
type: string;
|
|
43
|
+
label: string;
|
|
44
|
+
groupsName: string;
|
|
45
|
+
options: {
|
|
46
|
+
title: string;
|
|
47
|
+
value: string;
|
|
48
|
+
}[];
|
|
49
|
+
};
|
|
50
|
+
activeFontWeight: {
|
|
51
|
+
type: string;
|
|
52
|
+
label: string;
|
|
53
|
+
groupsName: string;
|
|
54
|
+
options: {
|
|
55
|
+
title: string;
|
|
56
|
+
value: string;
|
|
57
|
+
}[];
|
|
58
|
+
};
|
|
59
|
+
paddingValue: {
|
|
60
|
+
type: string;
|
|
61
|
+
label: string;
|
|
62
|
+
groupsName: string;
|
|
63
|
+
};
|
|
64
|
+
marginValue: {
|
|
65
|
+
type: string;
|
|
66
|
+
label: string;
|
|
67
|
+
groupsName: string;
|
|
68
|
+
};
|
|
69
|
+
borderRadius: {
|
|
70
|
+
type: string;
|
|
71
|
+
label: string;
|
|
72
|
+
groupsName: string;
|
|
73
|
+
followTheme: string;
|
|
74
|
+
};
|
|
75
|
+
activeRadius: {
|
|
76
|
+
type: string;
|
|
77
|
+
label: string;
|
|
78
|
+
groupsName: string;
|
|
79
|
+
followTheme: string;
|
|
80
|
+
};
|
|
81
|
+
activeFColor: {
|
|
82
|
+
type: string;
|
|
83
|
+
label: string;
|
|
84
|
+
groupsName: string;
|
|
85
|
+
followTheme: string;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
groupsName: string;
|
|
89
|
+
icon: string;
|
|
90
|
+
title: string;
|
|
91
|
+
defaultValue: {
|
|
92
|
+
headBgColor: string;
|
|
93
|
+
activeBgColor: string;
|
|
94
|
+
activeFColor: string;
|
|
95
|
+
bodyColor: string;
|
|
96
|
+
activeRadius: string;
|
|
97
|
+
borderRadius: string;
|
|
98
|
+
paddingValue: string;
|
|
99
|
+
marginValue: string;
|
|
100
|
+
textColor: string;
|
|
101
|
+
activeTextColor: string;
|
|
102
|
+
lineHeight: string;
|
|
103
|
+
fontSize: string;
|
|
104
|
+
fontWeight: string;
|
|
105
|
+
activeFontWeight: string;
|
|
106
|
+
}[];
|
|
107
|
+
followThemes: {
|
|
108
|
+
'@primary-color': string[];
|
|
109
|
+
'@border-radius-base': never[];
|
|
110
|
+
};
|
|
111
|
+
tpl: string;
|
|
112
|
+
components: ({
|
|
113
|
+
id: string;
|
|
114
|
+
label: string;
|
|
115
|
+
compName: string;
|
|
116
|
+
type: string;
|
|
117
|
+
compType: number;
|
|
118
|
+
compLib: string;
|
|
119
|
+
props: {
|
|
120
|
+
name: string;
|
|
121
|
+
basicStatus: number;
|
|
122
|
+
content: string;
|
|
123
|
+
textType: string;
|
|
124
|
+
showHtml: boolean;
|
|
125
|
+
type?: undefined;
|
|
126
|
+
animated?: undefined;
|
|
127
|
+
defaultActiveKey?: undefined;
|
|
128
|
+
tabBarGutter?: undefined;
|
|
129
|
+
tabPosition?: undefined;
|
|
130
|
+
size?: undefined;
|
|
131
|
+
};
|
|
132
|
+
style: {
|
|
133
|
+
textAlign: string;
|
|
134
|
+
fontSize: number;
|
|
135
|
+
lineHeight: string;
|
|
136
|
+
color: string;
|
|
137
|
+
backgroundColor: string;
|
|
138
|
+
padding: string;
|
|
139
|
+
margin: string;
|
|
140
|
+
width?: undefined;
|
|
141
|
+
};
|
|
142
|
+
isContainer: boolean;
|
|
143
|
+
isBusiObjContainer: boolean;
|
|
144
|
+
cmdgroup: string[];
|
|
145
|
+
platform: string;
|
|
146
|
+
icon: string;
|
|
147
|
+
isInlineBlock: boolean;
|
|
148
|
+
setEvents: never[];
|
|
149
|
+
description: string;
|
|
150
|
+
image: string;
|
|
151
|
+
groupsName: string;
|
|
152
|
+
isLabelDropBoxChild: boolean;
|
|
153
|
+
components: never[];
|
|
154
|
+
path: string[];
|
|
155
|
+
onlyChildren?: undefined;
|
|
156
|
+
} | {
|
|
157
|
+
id: string;
|
|
158
|
+
label: string;
|
|
159
|
+
compName: string;
|
|
160
|
+
type: string;
|
|
161
|
+
compType: number;
|
|
162
|
+
compLib: string;
|
|
163
|
+
props: {
|
|
164
|
+
name: string;
|
|
165
|
+
basicStatus: number;
|
|
166
|
+
type: string;
|
|
167
|
+
animated: boolean;
|
|
168
|
+
defaultActiveKey: string;
|
|
169
|
+
tabBarGutter: string;
|
|
170
|
+
tabPosition: string;
|
|
171
|
+
size: string;
|
|
172
|
+
content?: undefined;
|
|
173
|
+
textType?: undefined;
|
|
174
|
+
showHtml?: undefined;
|
|
175
|
+
};
|
|
176
|
+
style: {
|
|
177
|
+
width: string;
|
|
178
|
+
margin: string;
|
|
179
|
+
padding: string;
|
|
180
|
+
textAlign?: undefined;
|
|
181
|
+
fontSize?: undefined;
|
|
182
|
+
lineHeight?: undefined;
|
|
183
|
+
color?: undefined;
|
|
184
|
+
backgroundColor?: undefined;
|
|
185
|
+
};
|
|
186
|
+
isContainer: boolean;
|
|
187
|
+
isBusiObjContainer: boolean;
|
|
188
|
+
cmdgroup: string[];
|
|
189
|
+
platform: string;
|
|
190
|
+
icon: string;
|
|
191
|
+
description: string;
|
|
192
|
+
image: string;
|
|
193
|
+
groupsName: string;
|
|
194
|
+
onlyChildren: string[];
|
|
195
|
+
setEvents: never[];
|
|
196
|
+
isLabelDropBoxChild: boolean;
|
|
197
|
+
components: {
|
|
198
|
+
id: string;
|
|
199
|
+
label: string;
|
|
200
|
+
compName: string;
|
|
201
|
+
type: string;
|
|
202
|
+
compType: number;
|
|
203
|
+
compLib: string;
|
|
204
|
+
props: {
|
|
205
|
+
name: string;
|
|
206
|
+
basicStatus: number;
|
|
207
|
+
tab: string;
|
|
208
|
+
key: string;
|
|
209
|
+
};
|
|
210
|
+
style: {
|
|
211
|
+
height: number;
|
|
212
|
+
};
|
|
213
|
+
isContainer: boolean;
|
|
214
|
+
isBusiObjContainer: boolean;
|
|
215
|
+
cmdgroup: string[];
|
|
216
|
+
platform: string;
|
|
217
|
+
icon: string;
|
|
218
|
+
description: string;
|
|
219
|
+
image: string;
|
|
220
|
+
groupsName: string;
|
|
221
|
+
onlyRoot: string[];
|
|
222
|
+
setEvents: never[];
|
|
223
|
+
isLabelDropBoxChild: boolean;
|
|
224
|
+
components: never[];
|
|
225
|
+
path: string[];
|
|
226
|
+
}[];
|
|
227
|
+
path: string[];
|
|
228
|
+
isInlineBlock?: undefined;
|
|
229
|
+
})[];
|
|
230
|
+
};
|