@webitel/ui-sdk 25.12.30 → 25.12.32
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/img/sprite/index.js +3 -1
- package/dist/img/sprite/video-cam-off--filled.svg +3 -0
- package/dist/{install-D_xtJZB0.js → install-DPTNK_y8.js} +7311 -7275
- package/dist/{plyr-DNPJWtDF.js → plyr-S_HQR9HD.js} +1 -1
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +724 -724
- package/dist/{vidstack-Bq6c3Bam-iboJqKVr.js → vidstack-Bq6c3Bam-7dUj8HJJ.js} +2 -2
- package/dist/{vidstack-D2pY00kU-Ct14APC8.js → vidstack-D2pY00kU-B4w_mKZl.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-Dt79RJ4W.js → vidstack-DDXt6fpN-CDgv4Ulh.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-DDXWcVDN.js → vidstack-D_-9AA6_-CT5H9lb4.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-DRb_cwVy.js → vidstack-DqAw8m9J-Un0fJP1z.js} +1 -1
- package/dist/{vidstack-audio-ciWGdZoD.js → vidstack-audio-CiqSEu9s.js} +2 -2
- package/dist/{vidstack-dash-BjbkCaQh.js → vidstack-dash-X_IrTs8m.js} +3 -3
- package/dist/{vidstack-google-cast-BWfbN1oJ.js → vidstack-google-cast-DcYQ7uwa.js} +3 -3
- package/dist/{vidstack-hls-BqpGa4dW.js → vidstack-hls-2XBuX8OU.js} +3 -3
- package/dist/{vidstack-video-5xriTd1y.js → vidstack-video-BSFI-cVG.js} +2 -2
- package/dist/{vidstack-vimeo-BC8x2jc8.js → vidstack-vimeo-DgfVtsI6.js} +3 -3
- package/dist/{vidstack-youtube-B8OrDxFV.js → vidstack-youtube-RFa4SZBA.js} +2 -2
- package/dist/{vuex.esm-bundler-BOZ1SHXV.js → vuex.esm-bundler-D3tAy2Z7.js} +1 -1
- package/package.json +9 -1
- package/src/assets/icons/sprite/index.js +3 -1
- package/src/assets/icons/sprite/video-cam-off--filled.svg +3 -0
- package/src/components/wt-switcher/wt-switcher.vue +19 -2
- package/src/components/wt-tree/wt-tree.vue +11 -1
- package/src/components/wt-tree-line/wt-tree-line.vue +21 -1
- package/src/components/wt-vidstack-player/components/layouts/video-layout.vue +7 -1
- package/src/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue +86 -41
- package/src/components/wt-vidstack-player/wt-vidstack-player.vue +51 -40
- package/src/modules/CallSession/index.ts +3 -4
- package/src/modules/CallSession/modules/ScreenSharing/screen-sharing.vue +1 -1
- package/src/modules/CallSession/modules/VideoCall/enums/VideoCallAction.enum.ts +11 -0
- package/src/modules/CallSession/modules/VideoCall/video-call.vue +133 -42
- package/types/components/wt-switcher/wt-switcher.vue.d.ts +6 -4
- package/types/components/wt-tree/wt-tree.vue.d.ts +11 -1
- package/types/components/wt-tree-line/wt-tree-line.vue.d.ts +21 -1
- package/types/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue.d.ts +29 -16
- package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +9 -4
- package/types/modules/CallSession/index.d.ts +3 -3
- package/types/modules/CallSession/modules/VideoCall/enums/VideoCallAction.enum.d.ts +10 -0
- package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +34 -18
- package/types/types/ResultCallbacks.types.d.ts +5 -0
- package/types/types/index.d.ts +1 -0
|
@@ -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-DPTNK_y8.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
|
}
|