@webitel/ui-sdk 25.12.25 → 25.12.27
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/{install-Dlm9F6VX.js → install-A9G4M7-6.js} +13392 -14121
- package/dist/{plyr-C2xH9S2_.js → plyr-dI1qsIWm.js} +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +936 -936
- package/dist/{vidstack-Bq6c3Bam-LBg_N7NA.js → vidstack-Bq6c3Bam-Bpshd13A.js} +17 -17
- package/dist/{vidstack-D2pY00kU-B54jdjLZ.js → vidstack-D2pY00kU-DknwOKzI.js} +22 -22
- package/dist/{vidstack-DDXt6fpN-0R_qWhr7.js → vidstack-DDXt6fpN-2JcEs0WE.js} +4 -4
- package/dist/{vidstack-D_-9AA6_-C20rEPA8.js → vidstack-D_-9AA6_-ltFyEXo5.js} +1 -1
- package/dist/vidstack-DqAw8m9J-CL4FNO5F.js +29 -0
- package/dist/{vidstack-audio-CVUfqXtN.js → vidstack-audio-CnLJOsQb.js} +2 -2
- package/dist/{vidstack-dash-DH1tKEgp.js → vidstack-dash-DE9OxUbu.js} +3 -3
- package/dist/{vidstack-google-cast-Chb7A1N-.js → vidstack-google-cast-DUF-rvcM.js} +10 -10
- package/dist/{vidstack-hls-isJ6fzIa.js → vidstack-hls-B5QgAztZ.js} +32 -32
- package/dist/{vidstack-video-Oj0vav_S.js → vidstack-video-DK5nUu2T.js} +8 -8
- package/dist/{vidstack-vimeo-t7YlxjO1.js → vidstack-vimeo-BPIRVQ20.js} +22 -22
- package/dist/{vidstack-youtube-Dx4AYrj5.js → vidstack-youtube-BBGQ_xiA.js} +29 -29
- package/dist/vuex.esm-bundler-07IDl-KX.js +950 -0
- package/package.json +1 -1
- package/src/components/wt-button/wt-button.vue +28 -4
- package/src/plugins/primevue/theme/components/breadcrumb/breadcrumb.js +1 -1
- package/src/plugins/primevue/theme/components/button/button.js +1 -1
- package/src/plugins/primevue/theme/components/checkbox/checkbox.js +1 -1
- package/src/plugins/primevue/theme/components/chip/chip.js +1 -2
- package/src/plugins/primevue/theme/components/divider/divider.js +1 -1
- package/src/plugins/primevue/theme/components/galleria/galleria.js +1 -1
- package/src/plugins/primevue/theme/components/menubar/menubar.js +1 -1
- package/src/plugins/primevue/theme/components/popover/popover.js +1 -1
- package/src/plugins/primevue/theme/components/radio/radio.js +1 -1
- package/src/plugins/primevue/theme/components/slider/slider.js +1 -1
- package/src/plugins/primevue/theme/components/switcher/switcher.js +1 -1
- package/src/plugins/primevue/theme/components/table/table.js +1 -1
- package/src/plugins/primevue/theme/components/textarea/textarea.js +1 -1
- package/src/plugins/primevue/theme/components/toolbar/toolbar.js +1 -1
- package/src/plugins/primevue/theme/components/tooltip/tooltip.js +1 -1
- package/types/plugins/primevue/theme/components/breadcrumb/breadcrumb.d.ts +24 -22
- package/types/plugins/primevue/theme/components/button/button.d.ts +55 -53
- package/types/plugins/primevue/theme/components/checkbox/checkbox.d.ts +36 -34
- package/types/plugins/primevue/theme/components/chip/chip.d.ts +20 -18
- package/types/plugins/primevue/theme/components/divider/divider.d.ts +19 -17
- package/types/plugins/primevue/theme/components/galleria/galleria.d.ts +94 -92
- package/types/plugins/primevue/theme/components/menubar/menubar.d.ts +10 -8
- package/types/plugins/primevue/theme/components/popover/popover.d.ts +10 -8
- package/types/plugins/primevue/theme/components/radio/radio.d.ts +36 -34
- package/types/plugins/primevue/theme/components/slider/slider.d.ts +27 -25
- package/types/plugins/primevue/theme/components/switcher/switcher.d.ts +20 -18
- package/types/plugins/primevue/theme/components/table/table.d.ts +103 -101
- package/types/plugins/primevue/theme/components/textarea/textarea.d.ts +29 -27
- package/types/plugins/primevue/theme/components/toolbar/toolbar.d.ts +8 -6
- package/types/plugins/primevue/theme/components/tooltip/tooltip.d.ts +12 -10
- package/dist/vidstack-DqAw8m9J-BVoQCcQn.js +0 -29
|
@@ -1,6 +1,95 @@
|
|
|
1
1
|
export default galleria;
|
|
2
|
-
declare
|
|
3
|
-
|
|
2
|
+
declare namespace galleria {
|
|
3
|
+
let root: {
|
|
4
|
+
root: {
|
|
5
|
+
borderWidth: string;
|
|
6
|
+
borderRadius: string;
|
|
7
|
+
transitionDuration: string;
|
|
8
|
+
};
|
|
9
|
+
mask: {
|
|
10
|
+
zIndex: string;
|
|
11
|
+
};
|
|
12
|
+
activeImageContainer: {
|
|
13
|
+
width: string;
|
|
14
|
+
height: string;
|
|
15
|
+
};
|
|
16
|
+
fullscreenImage: {
|
|
17
|
+
maxHeight: string;
|
|
18
|
+
maxWidth9: string;
|
|
19
|
+
};
|
|
20
|
+
navButton: {
|
|
21
|
+
size: string;
|
|
22
|
+
gutter: string;
|
|
23
|
+
prev: {
|
|
24
|
+
borderRadius: string;
|
|
25
|
+
};
|
|
26
|
+
next: {
|
|
27
|
+
borderRadius: string;
|
|
28
|
+
};
|
|
29
|
+
focusRing: {
|
|
30
|
+
width: string;
|
|
31
|
+
style: string;
|
|
32
|
+
offset: string;
|
|
33
|
+
};
|
|
34
|
+
};
|
|
35
|
+
navIcon: {
|
|
36
|
+
size: string;
|
|
37
|
+
};
|
|
38
|
+
thumbnailsContent: {
|
|
39
|
+
padding: string;
|
|
40
|
+
};
|
|
41
|
+
thumbnailImage: {
|
|
42
|
+
width: string;
|
|
43
|
+
height: string;
|
|
44
|
+
};
|
|
45
|
+
thumbnailNavButton: {
|
|
46
|
+
size: string;
|
|
47
|
+
borderRadius: string;
|
|
48
|
+
gutter: string;
|
|
49
|
+
focusRing: {
|
|
50
|
+
width: string;
|
|
51
|
+
style: string;
|
|
52
|
+
offset: string;
|
|
53
|
+
};
|
|
54
|
+
};
|
|
55
|
+
thumbnailNavButtonIcon: {
|
|
56
|
+
size: string;
|
|
57
|
+
};
|
|
58
|
+
caption: {
|
|
59
|
+
padding: string;
|
|
60
|
+
};
|
|
61
|
+
indicatorList: {
|
|
62
|
+
gap: string;
|
|
63
|
+
padding: string;
|
|
64
|
+
};
|
|
65
|
+
indicatorButton: {
|
|
66
|
+
width: string;
|
|
67
|
+
height: string;
|
|
68
|
+
borderRadius: string;
|
|
69
|
+
focusRing: {
|
|
70
|
+
width: string;
|
|
71
|
+
style: string;
|
|
72
|
+
offset: string;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
closeButton: {
|
|
76
|
+
size: string;
|
|
77
|
+
gutter: string;
|
|
78
|
+
borderRadius: string;
|
|
79
|
+
focusRing: {
|
|
80
|
+
width: string;
|
|
81
|
+
style: string;
|
|
82
|
+
offset: string;
|
|
83
|
+
};
|
|
84
|
+
};
|
|
85
|
+
closeButtonIcon: {
|
|
86
|
+
size: string;
|
|
87
|
+
};
|
|
88
|
+
footer: {
|
|
89
|
+
padding: string;
|
|
90
|
+
};
|
|
91
|
+
};
|
|
92
|
+
let colorScheme: {
|
|
4
93
|
light: {
|
|
5
94
|
root: {
|
|
6
95
|
borderColor: string;
|
|
@@ -140,94 +229,7 @@ declare const galleria: {
|
|
|
140
229
|
};
|
|
141
230
|
};
|
|
142
231
|
};
|
|
143
|
-
css
|
|
232
|
+
function css({ dt }: {
|
|
144
233
|
dt: any;
|
|
145
|
-
})
|
|
146
|
-
|
|
147
|
-
borderWidth: string;
|
|
148
|
-
borderRadius: string;
|
|
149
|
-
transitionDuration: string;
|
|
150
|
-
};
|
|
151
|
-
mask: {
|
|
152
|
-
zIndex: string;
|
|
153
|
-
};
|
|
154
|
-
activeImageContainer: {
|
|
155
|
-
width: string;
|
|
156
|
-
height: string;
|
|
157
|
-
};
|
|
158
|
-
fullscreenImage: {
|
|
159
|
-
maxHeight: string;
|
|
160
|
-
maxWidth9: string;
|
|
161
|
-
};
|
|
162
|
-
navButton: {
|
|
163
|
-
size: string;
|
|
164
|
-
gutter: string;
|
|
165
|
-
prev: {
|
|
166
|
-
borderRadius: string;
|
|
167
|
-
};
|
|
168
|
-
next: {
|
|
169
|
-
borderRadius: string;
|
|
170
|
-
};
|
|
171
|
-
focusRing: {
|
|
172
|
-
width: string;
|
|
173
|
-
style: string;
|
|
174
|
-
offset: string;
|
|
175
|
-
};
|
|
176
|
-
};
|
|
177
|
-
navIcon: {
|
|
178
|
-
size: string;
|
|
179
|
-
};
|
|
180
|
-
thumbnailsContent: {
|
|
181
|
-
padding: string;
|
|
182
|
-
};
|
|
183
|
-
thumbnailImage: {
|
|
184
|
-
width: string;
|
|
185
|
-
height: string;
|
|
186
|
-
};
|
|
187
|
-
thumbnailNavButton: {
|
|
188
|
-
size: string;
|
|
189
|
-
borderRadius: string;
|
|
190
|
-
gutter: string;
|
|
191
|
-
focusRing: {
|
|
192
|
-
width: string;
|
|
193
|
-
style: string;
|
|
194
|
-
offset: string;
|
|
195
|
-
};
|
|
196
|
-
};
|
|
197
|
-
thumbnailNavButtonIcon: {
|
|
198
|
-
size: string;
|
|
199
|
-
};
|
|
200
|
-
caption: {
|
|
201
|
-
padding: string;
|
|
202
|
-
};
|
|
203
|
-
indicatorList: {
|
|
204
|
-
gap: string;
|
|
205
|
-
padding: string;
|
|
206
|
-
};
|
|
207
|
-
indicatorButton: {
|
|
208
|
-
width: string;
|
|
209
|
-
height: string;
|
|
210
|
-
borderRadius: string;
|
|
211
|
-
focusRing: {
|
|
212
|
-
width: string;
|
|
213
|
-
style: string;
|
|
214
|
-
offset: string;
|
|
215
|
-
};
|
|
216
|
-
};
|
|
217
|
-
closeButton: {
|
|
218
|
-
size: string;
|
|
219
|
-
gutter: string;
|
|
220
|
-
borderRadius: string;
|
|
221
|
-
focusRing: {
|
|
222
|
-
width: string;
|
|
223
|
-
style: string;
|
|
224
|
-
offset: string;
|
|
225
|
-
};
|
|
226
|
-
};
|
|
227
|
-
closeButtonIcon: {
|
|
228
|
-
size: string;
|
|
229
|
-
};
|
|
230
|
-
footer: {
|
|
231
|
-
padding: string;
|
|
232
|
-
};
|
|
233
|
-
};
|
|
234
|
+
}): string;
|
|
235
|
+
}
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
export default menubar;
|
|
2
|
-
declare
|
|
3
|
-
|
|
2
|
+
declare namespace menubar {
|
|
3
|
+
let root: {
|
|
4
|
+
gap: string;
|
|
5
|
+
padding: string;
|
|
6
|
+
borderRadius: string;
|
|
7
|
+
};
|
|
8
|
+
let colorScheme: {
|
|
4
9
|
light: {
|
|
5
10
|
background: string;
|
|
6
11
|
borderColor: string;
|
|
@@ -14,10 +19,7 @@ declare const menubar: {
|
|
|
14
19
|
transitionDuration: string;
|
|
15
20
|
};
|
|
16
21
|
};
|
|
17
|
-
css
|
|
22
|
+
function css({ dt }: {
|
|
18
23
|
dt: any;
|
|
19
|
-
})
|
|
20
|
-
|
|
21
|
-
padding: string;
|
|
22
|
-
borderRadius: string;
|
|
23
|
-
};
|
|
24
|
+
}): string;
|
|
25
|
+
}
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
export default popover;
|
|
2
|
-
declare
|
|
3
|
-
|
|
2
|
+
declare namespace popover {
|
|
3
|
+
let root: {
|
|
4
|
+
padding: string;
|
|
5
|
+
gutter: string;
|
|
6
|
+
arrowOffset: string;
|
|
7
|
+
borderRadius: string;
|
|
8
|
+
shadow: string;
|
|
9
|
+
};
|
|
10
|
+
let colorScheme: {
|
|
4
11
|
light: {
|
|
5
12
|
background: string;
|
|
6
13
|
borderColor: string;
|
|
@@ -12,9 +19,4 @@ declare const popover: {
|
|
|
12
19
|
color: string;
|
|
13
20
|
};
|
|
14
21
|
};
|
|
15
|
-
|
|
16
|
-
gutter: string;
|
|
17
|
-
arrowOffset: string;
|
|
18
|
-
borderRadius: string;
|
|
19
|
-
shadow: string;
|
|
20
|
-
};
|
|
22
|
+
}
|
|
@@ -1,6 +1,37 @@
|
|
|
1
1
|
export default radio;
|
|
2
|
-
declare
|
|
3
|
-
|
|
2
|
+
declare namespace radio {
|
|
3
|
+
let root: {
|
|
4
|
+
root: {
|
|
5
|
+
width: string;
|
|
6
|
+
height: string;
|
|
7
|
+
focusRing: {
|
|
8
|
+
width: string;
|
|
9
|
+
style: string;
|
|
10
|
+
offset: string;
|
|
11
|
+
};
|
|
12
|
+
transitionDuration: string;
|
|
13
|
+
sm: {
|
|
14
|
+
width: string;
|
|
15
|
+
height: string;
|
|
16
|
+
};
|
|
17
|
+
lg: {
|
|
18
|
+
width: string;
|
|
19
|
+
height: string;
|
|
20
|
+
};
|
|
21
|
+
wrapperWidth: string;
|
|
22
|
+
wrapperHeight: string;
|
|
23
|
+
};
|
|
24
|
+
icon: {
|
|
25
|
+
size: string;
|
|
26
|
+
sm: {
|
|
27
|
+
size: string;
|
|
28
|
+
};
|
|
29
|
+
lg: {
|
|
30
|
+
size: string;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
let colorScheme: {
|
|
4
35
|
light: {
|
|
5
36
|
root: {
|
|
6
37
|
background: string;
|
|
@@ -56,36 +87,7 @@ declare const radio: {
|
|
|
56
87
|
};
|
|
57
88
|
};
|
|
58
89
|
};
|
|
59
|
-
css
|
|
90
|
+
function css({ dt }: {
|
|
60
91
|
dt: any;
|
|
61
|
-
})
|
|
62
|
-
|
|
63
|
-
width: string;
|
|
64
|
-
height: string;
|
|
65
|
-
focusRing: {
|
|
66
|
-
width: string;
|
|
67
|
-
style: string;
|
|
68
|
-
offset: string;
|
|
69
|
-
};
|
|
70
|
-
transitionDuration: string;
|
|
71
|
-
sm: {
|
|
72
|
-
width: string;
|
|
73
|
-
height: string;
|
|
74
|
-
};
|
|
75
|
-
lg: {
|
|
76
|
-
width: string;
|
|
77
|
-
height: string;
|
|
78
|
-
};
|
|
79
|
-
wrapperWidth: string;
|
|
80
|
-
wrapperHeight: string;
|
|
81
|
-
};
|
|
82
|
-
icon: {
|
|
83
|
-
size: string;
|
|
84
|
-
sm: {
|
|
85
|
-
size: string;
|
|
86
|
-
};
|
|
87
|
-
lg: {
|
|
88
|
-
size: string;
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
|
-
};
|
|
92
|
+
}): string;
|
|
93
|
+
}
|
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
export default slider;
|
|
2
|
-
declare
|
|
3
|
-
|
|
2
|
+
declare namespace slider {
|
|
3
|
+
let root: {
|
|
4
|
+
root: {
|
|
5
|
+
transitionDuration: string;
|
|
6
|
+
};
|
|
7
|
+
track: {
|
|
8
|
+
borderRadius: string;
|
|
9
|
+
size: string;
|
|
10
|
+
};
|
|
11
|
+
handle: {
|
|
12
|
+
width: string;
|
|
13
|
+
height: string;
|
|
14
|
+
borderRadius: string;
|
|
15
|
+
content: {
|
|
16
|
+
borderRadius: string;
|
|
17
|
+
width: string;
|
|
18
|
+
height: string;
|
|
19
|
+
};
|
|
20
|
+
focusRing: {
|
|
21
|
+
width: string;
|
|
22
|
+
style: string;
|
|
23
|
+
offset: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
let colorScheme: {
|
|
4
28
|
light: {
|
|
5
29
|
track: {
|
|
6
30
|
background: string;
|
|
@@ -44,26 +68,4 @@ declare const slider: {
|
|
|
44
68
|
};
|
|
45
69
|
};
|
|
46
70
|
};
|
|
47
|
-
|
|
48
|
-
transitionDuration: string;
|
|
49
|
-
};
|
|
50
|
-
track: {
|
|
51
|
-
borderRadius: string;
|
|
52
|
-
size: string;
|
|
53
|
-
};
|
|
54
|
-
handle: {
|
|
55
|
-
width: string;
|
|
56
|
-
height: string;
|
|
57
|
-
borderRadius: string;
|
|
58
|
-
content: {
|
|
59
|
-
borderRadius: string;
|
|
60
|
-
width: string;
|
|
61
|
-
height: string;
|
|
62
|
-
};
|
|
63
|
-
focusRing: {
|
|
64
|
-
width: string;
|
|
65
|
-
style: string;
|
|
66
|
-
offset: string;
|
|
67
|
-
};
|
|
68
|
-
};
|
|
69
|
-
};
|
|
71
|
+
}
|
|
@@ -1,6 +1,21 @@
|
|
|
1
1
|
export default switcher;
|
|
2
|
-
declare
|
|
3
|
-
|
|
2
|
+
declare namespace switcher {
|
|
3
|
+
let root: {
|
|
4
|
+
root: {
|
|
5
|
+
width: string;
|
|
6
|
+
height: string;
|
|
7
|
+
borderRadius: string;
|
|
8
|
+
gap: string;
|
|
9
|
+
borderWidth: string;
|
|
10
|
+
transitionDuration: string;
|
|
11
|
+
slideDuration: string;
|
|
12
|
+
};
|
|
13
|
+
handle: {
|
|
14
|
+
borderRadius: string;
|
|
15
|
+
size: string;
|
|
16
|
+
};
|
|
17
|
+
};
|
|
18
|
+
let colorScheme: {
|
|
4
19
|
light: {
|
|
5
20
|
root: {
|
|
6
21
|
shadow: string;
|
|
@@ -62,20 +77,7 @@ declare const switcher: {
|
|
|
62
77
|
};
|
|
63
78
|
};
|
|
64
79
|
};
|
|
65
|
-
css
|
|
80
|
+
function css({ dt }: {
|
|
66
81
|
dt: any;
|
|
67
|
-
})
|
|
68
|
-
|
|
69
|
-
width: string;
|
|
70
|
-
height: string;
|
|
71
|
-
borderRadius: string;
|
|
72
|
-
gap: string;
|
|
73
|
-
borderWidth: string;
|
|
74
|
-
transitionDuration: string;
|
|
75
|
-
slideDuration: string;
|
|
76
|
-
};
|
|
77
|
-
handle: {
|
|
78
|
-
borderRadius: string;
|
|
79
|
-
size: string;
|
|
80
|
-
};
|
|
81
|
-
};
|
|
82
|
+
}): string;
|
|
83
|
+
}
|
|
@@ -1,6 +1,104 @@
|
|
|
1
1
|
export default table;
|
|
2
|
-
declare
|
|
3
|
-
|
|
2
|
+
declare namespace table {
|
|
3
|
+
let root: {
|
|
4
|
+
root: {
|
|
5
|
+
transitionDuration: string;
|
|
6
|
+
};
|
|
7
|
+
header: {
|
|
8
|
+
borderWidth: string;
|
|
9
|
+
padding: string;
|
|
10
|
+
sm: {
|
|
11
|
+
padding: string;
|
|
12
|
+
};
|
|
13
|
+
lg: {
|
|
14
|
+
padding: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
headerCell: {
|
|
18
|
+
gap: string;
|
|
19
|
+
padding: string;
|
|
20
|
+
focusRing: {
|
|
21
|
+
width: string;
|
|
22
|
+
style: string;
|
|
23
|
+
offset: string;
|
|
24
|
+
};
|
|
25
|
+
sm: {
|
|
26
|
+
padding: string;
|
|
27
|
+
};
|
|
28
|
+
lg: {
|
|
29
|
+
padding: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
columnWeight: {
|
|
33
|
+
fontWeight: string;
|
|
34
|
+
};
|
|
35
|
+
row: {
|
|
36
|
+
focusRing: {
|
|
37
|
+
width: string;
|
|
38
|
+
style: string;
|
|
39
|
+
offset: string;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
bodyCell: {
|
|
43
|
+
padding: string;
|
|
44
|
+
sm: {
|
|
45
|
+
padding: string;
|
|
46
|
+
};
|
|
47
|
+
lg: {
|
|
48
|
+
padding: string;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
footerCell: {
|
|
52
|
+
padding: string;
|
|
53
|
+
sm: {
|
|
54
|
+
padding: string;
|
|
55
|
+
};
|
|
56
|
+
lg: {
|
|
57
|
+
padding: string;
|
|
58
|
+
};
|
|
59
|
+
};
|
|
60
|
+
columnFooter: {
|
|
61
|
+
fontWeight: string;
|
|
62
|
+
};
|
|
63
|
+
footer: {
|
|
64
|
+
borderWidth: string;
|
|
65
|
+
padding: string;
|
|
66
|
+
sm: {
|
|
67
|
+
padding: string;
|
|
68
|
+
};
|
|
69
|
+
lg: {
|
|
70
|
+
padding: string;
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
columnResizer: {
|
|
74
|
+
width: string;
|
|
75
|
+
};
|
|
76
|
+
resizeIndicator: {
|
|
77
|
+
width: string;
|
|
78
|
+
};
|
|
79
|
+
filter: {
|
|
80
|
+
inlineGap: string;
|
|
81
|
+
overlaySelect: {
|
|
82
|
+
borderRadius: string;
|
|
83
|
+
};
|
|
84
|
+
overlayPopover: {
|
|
85
|
+
padding: string;
|
|
86
|
+
gap: string;
|
|
87
|
+
};
|
|
88
|
+
constraintList: {
|
|
89
|
+
padding: string;
|
|
90
|
+
gap: string;
|
|
91
|
+
};
|
|
92
|
+
constraint: {
|
|
93
|
+
padding: string;
|
|
94
|
+
borderRadius: string;
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
sortIcon: {
|
|
98
|
+
size: string;
|
|
99
|
+
};
|
|
100
|
+
};
|
|
101
|
+
let colorScheme: {
|
|
4
102
|
light: {
|
|
5
103
|
root: {
|
|
6
104
|
borderColor: string;
|
|
@@ -206,103 +304,7 @@ declare const table: {
|
|
|
206
304
|
};
|
|
207
305
|
};
|
|
208
306
|
};
|
|
209
|
-
css
|
|
307
|
+
function css({ dt }: {
|
|
210
308
|
dt: any;
|
|
211
|
-
})
|
|
212
|
-
|
|
213
|
-
transitionDuration: string;
|
|
214
|
-
};
|
|
215
|
-
header: {
|
|
216
|
-
borderWidth: string;
|
|
217
|
-
padding: string;
|
|
218
|
-
sm: {
|
|
219
|
-
padding: string;
|
|
220
|
-
};
|
|
221
|
-
lg: {
|
|
222
|
-
padding: string;
|
|
223
|
-
};
|
|
224
|
-
};
|
|
225
|
-
headerCell: {
|
|
226
|
-
gap: string;
|
|
227
|
-
padding: string;
|
|
228
|
-
focusRing: {
|
|
229
|
-
width: string;
|
|
230
|
-
style: string;
|
|
231
|
-
offset: string;
|
|
232
|
-
};
|
|
233
|
-
sm: {
|
|
234
|
-
padding: string;
|
|
235
|
-
};
|
|
236
|
-
lg: {
|
|
237
|
-
padding: string;
|
|
238
|
-
};
|
|
239
|
-
};
|
|
240
|
-
columnWeight: {
|
|
241
|
-
fontWeight: string;
|
|
242
|
-
};
|
|
243
|
-
row: {
|
|
244
|
-
focusRing: {
|
|
245
|
-
width: string;
|
|
246
|
-
style: string;
|
|
247
|
-
offset: string;
|
|
248
|
-
};
|
|
249
|
-
};
|
|
250
|
-
bodyCell: {
|
|
251
|
-
padding: string;
|
|
252
|
-
sm: {
|
|
253
|
-
padding: string;
|
|
254
|
-
};
|
|
255
|
-
lg: {
|
|
256
|
-
padding: string;
|
|
257
|
-
};
|
|
258
|
-
};
|
|
259
|
-
footerCell: {
|
|
260
|
-
padding: string;
|
|
261
|
-
sm: {
|
|
262
|
-
padding: string;
|
|
263
|
-
};
|
|
264
|
-
lg: {
|
|
265
|
-
padding: string;
|
|
266
|
-
};
|
|
267
|
-
};
|
|
268
|
-
columnFooter: {
|
|
269
|
-
fontWeight: string;
|
|
270
|
-
};
|
|
271
|
-
footer: {
|
|
272
|
-
borderWidth: string;
|
|
273
|
-
padding: string;
|
|
274
|
-
sm: {
|
|
275
|
-
padding: string;
|
|
276
|
-
};
|
|
277
|
-
lg: {
|
|
278
|
-
padding: string;
|
|
279
|
-
};
|
|
280
|
-
};
|
|
281
|
-
columnResizer: {
|
|
282
|
-
width: string;
|
|
283
|
-
};
|
|
284
|
-
resizeIndicator: {
|
|
285
|
-
width: string;
|
|
286
|
-
};
|
|
287
|
-
filter: {
|
|
288
|
-
inlineGap: string;
|
|
289
|
-
overlaySelect: {
|
|
290
|
-
borderRadius: string;
|
|
291
|
-
};
|
|
292
|
-
overlayPopover: {
|
|
293
|
-
padding: string;
|
|
294
|
-
gap: string;
|
|
295
|
-
};
|
|
296
|
-
constraintList: {
|
|
297
|
-
padding: string;
|
|
298
|
-
gap: string;
|
|
299
|
-
};
|
|
300
|
-
constraint: {
|
|
301
|
-
padding: string;
|
|
302
|
-
borderRadius: string;
|
|
303
|
-
};
|
|
304
|
-
};
|
|
305
|
-
sortIcon: {
|
|
306
|
-
size: string;
|
|
307
|
-
};
|
|
308
|
-
};
|
|
309
|
+
}): string;
|
|
310
|
+
}
|
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
export default textarea;
|
|
2
|
-
declare
|
|
3
|
-
|
|
2
|
+
declare namespace textarea {
|
|
3
|
+
let root: {
|
|
4
|
+
root: {
|
|
5
|
+
paddingX: string;
|
|
6
|
+
paddingY: string;
|
|
7
|
+
borderRadius: string;
|
|
8
|
+
minHeight: string;
|
|
9
|
+
focusRing: {
|
|
10
|
+
width: string;
|
|
11
|
+
style: string;
|
|
12
|
+
offset: string;
|
|
13
|
+
};
|
|
14
|
+
transitionDuration: string;
|
|
15
|
+
sm: {
|
|
16
|
+
fontSize: string;
|
|
17
|
+
paddingX: string;
|
|
18
|
+
paddingY: string;
|
|
19
|
+
};
|
|
20
|
+
lg: {
|
|
21
|
+
fontSize: string;
|
|
22
|
+
paddingX: string;
|
|
23
|
+
paddingY: string;
|
|
24
|
+
};
|
|
25
|
+
};
|
|
26
|
+
};
|
|
27
|
+
let colorScheme: {
|
|
4
28
|
light: {
|
|
5
29
|
root: {
|
|
6
30
|
background: string;
|
|
@@ -46,29 +70,7 @@ declare const textarea: {
|
|
|
46
70
|
};
|
|
47
71
|
};
|
|
48
72
|
};
|
|
49
|
-
css
|
|
73
|
+
function css({ dt }: {
|
|
50
74
|
dt: any;
|
|
51
|
-
})
|
|
52
|
-
|
|
53
|
-
paddingX: string;
|
|
54
|
-
paddingY: string;
|
|
55
|
-
borderRadius: string;
|
|
56
|
-
minHeight: string;
|
|
57
|
-
focusRing: {
|
|
58
|
-
width: string;
|
|
59
|
-
style: string;
|
|
60
|
-
offset: string;
|
|
61
|
-
};
|
|
62
|
-
transitionDuration: string;
|
|
63
|
-
sm: {
|
|
64
|
-
fontSize: string;
|
|
65
|
-
paddingX: string;
|
|
66
|
-
paddingY: string;
|
|
67
|
-
};
|
|
68
|
-
lg: {
|
|
69
|
-
fontSize: string;
|
|
70
|
-
paddingX: string;
|
|
71
|
-
paddingY: string;
|
|
72
|
-
};
|
|
73
|
-
};
|
|
74
|
-
};
|
|
75
|
+
}): string;
|
|
76
|
+
}
|