@webitel/ui-sdk 25.12.32 → 25.12.34
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-DPTNK_y8.js → install-BcE6k8rT.js} +37582 -45395
- package/dist/{plyr-S_HQR9HD.js → plyr-BTvqopwW.js} +1 -1
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +1998 -1984
- package/dist/{vidstack-Bq6c3Bam-7dUj8HJJ.js → vidstack-Bq6c3Bam-DgwvLlaR.js} +2 -2
- package/dist/{vidstack-D2pY00kU-B4w_mKZl.js → vidstack-D2pY00kU-CwyxvBm3.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-CDgv4Ulh.js → vidstack-DDXt6fpN-6NW4twdT.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-CT5H9lb4.js → vidstack-D_-9AA6_-B8k9YaoC.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-Un0fJP1z.js → vidstack-DqAw8m9J-C65sOce2.js} +1 -1
- package/dist/{vidstack-audio-CiqSEu9s.js → vidstack-audio-B3jq6Aux.js} +2 -2
- package/dist/{vidstack-dash-X_IrTs8m.js → vidstack-dash-M4qXMVfP.js} +3 -3
- package/dist/{vidstack-google-cast-DcYQ7uwa.js → vidstack-google-cast-LI8nTpD8.js} +3 -3
- package/dist/{vidstack-hls-2XBuX8OU.js → vidstack-hls-DXtsEV0o.js} +3 -3
- package/dist/{vidstack-video-BSFI-cVG.js → vidstack-video-CC4uGQGI.js} +2 -2
- package/dist/{vidstack-vimeo-DgfVtsI6.js → vidstack-vimeo-sx1ute6E.js} +3 -3
- package/dist/{vidstack-youtube-RFa4SZBA.js → vidstack-youtube-D3wycFIa.js} +2 -2
- package/dist/{vuex.esm-bundler-D3tAy2Z7.js → vuex.esm-bundler-DmMvBG9T.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/panels/video-call-controls-panel/video-call-controls-panel.vue +2 -0
- 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/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/panels/video-call-controls-panel/video-call-controls-panel.vue.d.ts +1 -1
- 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/index.d.ts +1 -1
- 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
|
@@ -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-BcE6k8rT.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
|
}
|