@webitel/ui-sdk 25.12.33 → 25.12.35
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-BmP9eUzZ.js → install-DlQCMKTl.js} +4703 -4664
- package/dist/{plyr-x8ciL9Nb.js → plyr-CKYeUDM3.js} +1 -1
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +207 -193
- package/dist/{vidstack-Bq6c3Bam-DBg3Tj69.js → vidstack-Bq6c3Bam-iWQBEcgI.js} +2 -2
- package/dist/{vidstack-D2pY00kU-BJ7fdiO2.js → vidstack-D2pY00kU-6PuglEEA.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-D9bfpp_X.js → vidstack-DDXt6fpN-BORLJUEd.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-BbZ9Pvtf.js → vidstack-D_-9AA6_-C3Wsl_-m.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-DGmPnOS4.js → vidstack-DqAw8m9J-C7lApj0X.js} +1 -1
- package/dist/{vidstack-audio-D-4zjl15.js → vidstack-audio-BzixbjHS.js} +2 -2
- package/dist/{vidstack-dash-ysOZfmK3.js → vidstack-dash-CYyL228R.js} +3 -3
- package/dist/{vidstack-google-cast-D2phhWpC.js → vidstack-google-cast-CpbQ2PVy.js} +3 -3
- package/dist/{vidstack-hls-Ao3jAjGg.js → vidstack-hls-BoTBrNOg.js} +3 -3
- package/dist/{vidstack-video-eosNCj40.js → vidstack-video-0JgvBoOn.js} +2 -2
- package/dist/{vidstack-vimeo-DoP-LM3_.js → vidstack-vimeo-D7tabHY3.js} +3 -3
- package/dist/{vidstack-youtube-B4Un0dIU.js → vidstack-youtube-D0MbYDls.js} +2 -2
- package/dist/{vuex.esm-bundler-Cab7BktO.js → vuex.esm-bundler-V_bpQW77.js} +1 -1
- package/package.json +2 -2
- package/src/components/wt-icon/_variables.scss +5 -0
- package/src/components/wt-vidstack-player/components/index.ts +1 -0
- package/src/components/wt-vidstack-player/components/layouts/video-layout.vue +5 -14
- package/src/components/wt-vidstack-player/components/screenshot-box/screenshot-box.vue +77 -0
- package/src/components/wt-vidstack-player/wt-vidstack-player.vue +37 -20
- package/src/enums/ComponentSize/ComponentSize.ts +5 -0
- package/src/modules/CallSession/modules/VideoCall/enums/VideoCallAction.enum.ts +4 -1
- package/src/modules/CallSession/modules/VideoCall/video-call.vue +122 -46
- package/src/modules/FilesExport/FilesExport.js +8 -4
- package/src/modules/FilesExport/mixins/exportFilesMixin.js +3 -1
- package/src/plugins/primevue/theme/extend/player/player.js +14 -0
- package/types/components/transitions/cases/wt-replace-transition.vue.d.ts +2 -2
- package/types/components/transitions/wt-transition.vue.d.ts +2 -2
- package/types/components/wt-vidstack-player/components/index.d.ts +1 -0
- package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +3 -3
- package/types/components/wt-vidstack-player/components/screenshot-box/screenshot-box.vue.d.ts +13 -0
- package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +8 -5
- package/types/enums/ComponentSize/ComponentSize.d.ts +5 -0
- package/types/modules/CallSession/modules/VideoCall/enums/VideoCallAction.enum.d.ts +2 -0
- package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +13 -18
- package/types/modules/FilesExport/FilesExport.d.ts +3 -1
- package/src/modules/FilesExport/scripts/generateMediaURL.js +0 -8
- package/types/modules/FilesExport/scripts/generateMediaURL.d.ts +0 -2
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
var gt = Object.defineProperty;
|
|
2
2
|
var bt = (e, t, i) => t in e ? gt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i;
|
|
3
3
|
var m = (e, t, i) => bt(e, typeof t != "symbol" ? t + "" : t, i);
|
|
4
|
-
import { g as yt } from "./install-
|
|
4
|
+
import { g as yt } from "./install-DlQCMKTl.js";
|
|
5
5
|
function wt(e, t) {
|
|
6
6
|
if (!(e instanceof t)) throw new TypeError("Cannot call a class as a function");
|
|
7
7
|
}
|