@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,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
|
+
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
var f = (i) => {
|
|
2
|
-
throw TypeError(i);
|
|
3
|
-
};
|
|
4
|
-
var c = (i, t, s) => t.has(i) || f("Cannot " + s);
|
|
5
|
-
var r = (i, t, s) => (c(i, t, "read from private field"), s ? s.call(i) : t.get(i)), e = (i, t, s) => t.has(i) ? f("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(i) : t.set(i, s), h = (i, t, s, u) => (c(i, t, "write to private field"), u ? u.call(i, s) : t.set(i, s), s), m = (i, t, s) => (c(i, t, "access private method"), s);
|
|
6
|
-
import { k as l, u as p } from "./install-Dlm9F6VX.js";
|
|
7
|
-
var o, a, n, d;
|
|
8
|
-
class F {
|
|
9
|
-
constructor(t) {
|
|
10
|
-
e(this, n);
|
|
11
|
-
e(this, o);
|
|
12
|
-
e(this, a);
|
|
13
|
-
h(this, a, t);
|
|
14
|
-
}
|
|
15
|
-
start() {
|
|
16
|
-
l(r(this, o)) && m(this, n, d).call(this);
|
|
17
|
-
}
|
|
18
|
-
stop() {
|
|
19
|
-
p(r(this, o)) && window.cancelAnimationFrame(r(this, o)), h(this, o, void 0);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
o = new WeakMap(), a = new WeakMap(), n = new WeakSet(), d = function() {
|
|
23
|
-
h(this, o, window.requestAnimationFrame(() => {
|
|
24
|
-
l(r(this, o)) || (r(this, a).call(this), m(this, n, d).call(this));
|
|
25
|
-
}));
|
|
26
|
-
};
|
|
27
|
-
export {
|
|
28
|
-
F as R
|
|
29
|
-
};
|