@webitel/ui-sdk 25.12.39 → 25.12.41
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-DGNb9nVr.js → install-B4Nk3OEz.js} +63 -58
- package/dist/{plyr-ByorDhcr.js → plyr-KaDfMO3z.js} +1 -1
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +541 -541
- package/dist/{vidstack-Bq6c3Bam-D5KBuWRZ.js → vidstack-Bq6c3Bam-wTVq5dCD.js} +2 -2
- package/dist/{vidstack-D2pY00kU-Ws1Jvjkb.js → vidstack-D2pY00kU-BDY1tl0N.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-CMGNnPQV.js → vidstack-DDXt6fpN-DFzqLOOW.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-DLAWXBQ4.js → vidstack-D_-9AA6_-Doy3hgnN.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-BPmv6sOh.js → vidstack-DqAw8m9J-CF8Kjm2j.js} +1 -1
- package/dist/{vidstack-audio-BIY4ys0T.js → vidstack-audio-CP2NCp0l.js} +2 -2
- package/dist/{vidstack-dash-HCChLXEY.js → vidstack-dash-D2mGrqE7.js} +3 -3
- package/dist/{vidstack-google-cast-Be_1pOC-.js → vidstack-google-cast-Buijkdak.js} +3 -3
- package/dist/{vidstack-hls-BbnSLJID.js → vidstack-hls-CmjSG0jl.js} +3 -3
- package/dist/{vidstack-video-Dxw2U6Fe.js → vidstack-video-1yX47WpZ.js} +2 -2
- package/dist/{vidstack-vimeo-G_rdpj4P.js → vidstack-vimeo-CHLHywMZ.js} +3 -3
- package/dist/{vidstack-youtube-Csh5czsD.js → vidstack-youtube-DT3G83C6.js} +2 -2
- package/dist/{vuex.esm-bundler-VVqVSpHV.js → vuex.esm-bundler-GW6Qg-nV.js} +1 -1
- package/package.json +2 -2
- package/src/components/wt-vidstack-player/components/layouts/video-layout.vue +4 -3
- package/src/components/wt-vidstack-player/components/panels/media-controls-panel/media-controls-panel.vue +4 -0
- package/src/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue +4 -1
- package/src/components/wt-vidstack-player/wt-vidstack-player.vue +27 -7
- package/src/locale/en/en.js +2 -0
- package/src/locale/es/es.js +2 -0
- package/src/locale/kz/kz.js +2 -0
- package/src/locale/pl/pl.js +2 -0
- package/src/locale/ro/ro.js +2 -0
- package/src/locale/ru/ru.js +2 -0
- package/src/locale/uk/uk.js +2 -0
- package/src/locale/uz/uz.js +2 -0
- package/src/locale/vi/vi.js +2 -0
- package/src/modules/CallSession/modules/VideoCall/video-call.vue +73 -68
- package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +2 -1
- package/types/locale/en/en.d.ts +2 -0
- package/types/locale/es/es.d.ts +4 -1
- package/types/locale/i18n.d.ts +18 -0
- package/types/locale/index.d.ts +18 -0
- package/types/locale/kz/kz.d.ts +4 -1
- package/types/locale/pl/pl.d.ts +4 -1
- package/types/locale/ro/ro.d.ts +4 -1
- package/types/locale/ru/ru.d.ts +4 -1
- package/types/locale/uk/uk.d.ts +4 -1
- package/types/locale/uz/uz.d.ts +4 -1
- package/types/locale/vi/vi.d.ts +4 -1
- package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +19 -1
package/types/locale/uz/uz.d.ts
CHANGED
|
@@ -68,6 +68,7 @@ declare namespace _default {
|
|
|
68
68
|
export let group: string;
|
|
69
69
|
export let dateTime: string;
|
|
70
70
|
export function updatedBy(): string;
|
|
71
|
+
export let check: string;
|
|
71
72
|
}
|
|
72
73
|
export namespace vocabulary {
|
|
73
74
|
let apply: string;
|
|
@@ -111,6 +112,7 @@ declare namespace _default {
|
|
|
111
112
|
let expireAt: string;
|
|
112
113
|
let destination: string;
|
|
113
114
|
let utilizationProgress: string;
|
|
115
|
+
let settings: string;
|
|
114
116
|
}
|
|
115
117
|
export namespace date {
|
|
116
118
|
let sec: string;
|
|
@@ -582,7 +584,8 @@ declare namespace _default {
|
|
|
582
584
|
export namespace headerActions {
|
|
583
585
|
export let account: string;
|
|
584
586
|
export let docs: string;
|
|
585
|
-
|
|
587
|
+
let settings_1: string;
|
|
588
|
+
export { settings_1 as settings };
|
|
586
589
|
let logout_1: string;
|
|
587
590
|
export { logout_1 as logout };
|
|
588
591
|
export let buildVersion: string;
|
package/types/locale/vi/vi.d.ts
CHANGED
|
@@ -68,6 +68,7 @@ declare namespace _default {
|
|
|
68
68
|
export let group: string;
|
|
69
69
|
export let dateTime: string;
|
|
70
70
|
export function updatedBy(): string;
|
|
71
|
+
export let check: string;
|
|
71
72
|
}
|
|
72
73
|
export namespace vocabulary {
|
|
73
74
|
let apply: string;
|
|
@@ -111,6 +112,7 @@ declare namespace _default {
|
|
|
111
112
|
let expireAt: string;
|
|
112
113
|
let destination: string;
|
|
113
114
|
let utilizationProgress: string;
|
|
115
|
+
let settings: string;
|
|
114
116
|
}
|
|
115
117
|
export namespace date {
|
|
116
118
|
let sec: string;
|
|
@@ -582,7 +584,8 @@ declare namespace _default {
|
|
|
582
584
|
export namespace headerActions {
|
|
583
585
|
export let account: string;
|
|
584
586
|
export let docs: string;
|
|
585
|
-
|
|
587
|
+
let settings_1: string;
|
|
588
|
+
export { settings_1 as settings };
|
|
586
589
|
let logout_1: string;
|
|
587
590
|
export { logout_1 as logout };
|
|
588
591
|
export let buildVersion: string;
|
|
@@ -17,10 +17,22 @@ type __VLS_Props = {
|
|
|
17
17
|
static?: boolean;
|
|
18
18
|
position?: 'left-bottom' | 'right-bottom';
|
|
19
19
|
size?: ComponentSize;
|
|
20
|
+
hideHeader?: boolean;
|
|
21
|
+
resizable?: boolean;
|
|
20
22
|
actions: VideoCallAction[];
|
|
21
23
|
username: string;
|
|
22
24
|
};
|
|
23
|
-
declare
|
|
25
|
+
declare var __VLS_10: {
|
|
26
|
+
size: ComponentSize;
|
|
27
|
+
}, __VLS_12: {
|
|
28
|
+
size: ComponentSize;
|
|
29
|
+
};
|
|
30
|
+
type __VLS_Slots = {} & {
|
|
31
|
+
content?: (props: typeof __VLS_10) => any;
|
|
32
|
+
} & {
|
|
33
|
+
overlay?: (props: typeof __VLS_12) => any;
|
|
34
|
+
};
|
|
35
|
+
declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
24
36
|
[x: string]: any;
|
|
25
37
|
} & {
|
|
26
38
|
[x: string]: any;
|
|
@@ -29,4 +41,10 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
|
|
|
29
41
|
}>, {
|
|
30
42
|
position: "left-bottom" | "right-bottom";
|
|
31
43
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
44
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
32
45
|
export default _default;
|
|
46
|
+
type __VLS_WithSlots<T, S> = T & {
|
|
47
|
+
new (): {
|
|
48
|
+
$slots: S;
|
|
49
|
+
};
|
|
50
|
+
};
|