@webitel/ui-sdk 25.12.25 → 25.12.26
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-CrrAB4P5.js} +24 -24
- package/dist/{plyr-C2xH9S2_.js → plyr-C3Uj3y6H.js} +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +11 -11
- package/dist/{vidstack-Bq6c3Bam-LBg_N7NA.js → vidstack-Bq6c3Bam-qlp5tBOT.js} +2 -2
- package/dist/{vidstack-D2pY00kU-B54jdjLZ.js → vidstack-D2pY00kU-CgOqqLnl.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-0R_qWhr7.js → vidstack-DDXt6fpN-BqBO9dqI.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-C20rEPA8.js → vidstack-D_-9AA6_-B_AxbMpy.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-BVoQCcQn.js → vidstack-DqAw8m9J-DyYO78jE.js} +1 -1
- package/dist/{vidstack-audio-CVUfqXtN.js → vidstack-audio-BcC_A5EM.js} +2 -2
- package/dist/{vidstack-dash-DH1tKEgp.js → vidstack-dash-BIJxAfqI.js} +3 -3
- package/dist/{vidstack-google-cast-Chb7A1N-.js → vidstack-google-cast-DHfvKys1.js} +3 -3
- package/dist/{vidstack-hls-isJ6fzIa.js → vidstack-hls--7YShOeE.js} +3 -3
- package/dist/{vidstack-video-Oj0vav_S.js → vidstack-video-DS-N7qQ5.js} +2 -2
- package/dist/{vidstack-vimeo-t7YlxjO1.js → vidstack-vimeo-BZB0pZh_.js} +3 -3
- package/dist/{vidstack-youtube-Dx4AYrj5.js → vidstack-youtube-1XqeoBGJ.js} +2 -2
- package/package.json +1 -1
- 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
|
@@ -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
|
+
}
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
export default toolbar;
|
|
2
|
-
declare
|
|
3
|
-
|
|
2
|
+
declare namespace toolbar {
|
|
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,7 +19,4 @@ declare const toolbar: {
|
|
|
14
19
|
transitionDuration: string;
|
|
15
20
|
};
|
|
16
21
|
};
|
|
17
|
-
|
|
18
|
-
padding: string;
|
|
19
|
-
borderRadius: string;
|
|
20
|
-
};
|
|
22
|
+
}
|
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
export default tooltip;
|
|
2
|
-
declare
|
|
3
|
-
|
|
2
|
+
declare namespace tooltip {
|
|
3
|
+
let root: {
|
|
4
|
+
maxWidth: string;
|
|
5
|
+
gutter: string;
|
|
6
|
+
padding: string;
|
|
7
|
+
borderRadius: string;
|
|
8
|
+
shadow: string;
|
|
9
|
+
};
|
|
10
|
+
let colorScheme: {
|
|
4
11
|
light: {
|
|
5
12
|
root: {
|
|
6
13
|
background: string;
|
|
@@ -14,12 +21,7 @@ declare const tooltip: {
|
|
|
14
21
|
};
|
|
15
22
|
};
|
|
16
23
|
};
|
|
17
|
-
css
|
|
24
|
+
function css({ dt }: {
|
|
18
25
|
dt: any;
|
|
19
|
-
})
|
|
20
|
-
|
|
21
|
-
gutter: string;
|
|
22
|
-
padding: string;
|
|
23
|
-
borderRadius: string;
|
|
24
|
-
shadow: string;
|
|
25
|
-
};
|
|
26
|
+
}): string;
|
|
27
|
+
}
|