@webitel/ui-sdk 25.12.71 → 25.12.73
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-BUivnNCy.js → install-CQsi6siX.js} +31 -25
- package/dist/{plyr-QbaIRdbm.js → plyr-BFwjB-v4.js} +1 -1
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +1 -1
- package/dist/{vidstack-Bq6c3Bam-DPX2f4W3.js → vidstack-Bq6c3Bam-B7hODZeO.js} +2 -2
- package/dist/{vidstack-D2pY00kU-DZBArKSs.js → vidstack-D2pY00kU-DJ6tL2DT.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-DZEByFh0.js → vidstack-DDXt6fpN-CpybjQZj.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-CEaEiCb9.js → vidstack-D_-9AA6_-zQm_8jL9.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-DiLnJpqy.js → vidstack-DqAw8m9J-BRC_-VSK.js} +1 -1
- package/dist/{vidstack-audio-BbtisONe.js → vidstack-audio-C6qfHK6i.js} +2 -2
- package/dist/{vidstack-dash-CHjAN1Q9.js → vidstack-dash-CVvqfZLO.js} +3 -3
- package/dist/{vidstack-google-cast-uP2CzAX2.js → vidstack-google-cast-Cn495btp.js} +3 -3
- package/dist/{vidstack-hls-C-VNarsf.js → vidstack-hls-BlvJAdgs.js} +3 -3
- package/dist/{vidstack-video-BIsBopdI.js → vidstack-video-C8fE0SCO.js} +2 -2
- package/dist/{vidstack-vimeo-BkpKymHD.js → vidstack-vimeo-83WPef69.js} +3 -3
- package/dist/{vidstack-youtube-Dg6LlYdT.js → vidstack-youtube-CQ4KnLwJ.js} +2 -2
- package/dist/{vuex.esm-bundler-DUU0qEUt.js → vuex.esm-bundler-DGO8dKoG.js} +1 -1
- package/package.json +1 -1
- package/src/components/wt-vidstack-player/wt-vidstack-player.vue +25 -5
- package/src/modules/CallSession/modules/VideoCall/video-call.vue +2 -2
- package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +6 -4
|
@@ -54464,7 +54464,7 @@ const Qme = /* @__PURE__ */ Ye(Zme, [["render", Xme], ["__scopeId", "data-v-9b7e
|
|
|
54464
54464
|
})), h = $e(null);
|
|
54465
54465
|
(async () => {
|
|
54466
54466
|
try {
|
|
54467
|
-
const I = await import("./vuex.esm-bundler-
|
|
54467
|
+
const I = await import("./vuex.esm-bundler-DGO8dKoG.js");
|
|
54468
54468
|
h.value = I.useStore();
|
|
54469
54469
|
} catch {
|
|
54470
54470
|
h.value = null;
|
|
@@ -63067,7 +63067,7 @@ const e6e = /* @__PURE__ */ Ye(K9e, [["render", J9e], ["__scopeId", "data-v-d8a8
|
|
|
63067
63067
|
"fullscreen"
|
|
63068
63068
|
], n = this.hideDuration ? o.filter((a) => a !== "duration") : o;
|
|
63069
63069
|
this.download && n.push("download");
|
|
63070
|
-
const i = (await import("./plyr-
|
|
63070
|
+
const i = (await import("./plyr-BFwjB-v4.js")).default;
|
|
63071
63071
|
this.player = new i(this.$refs.player, {
|
|
63072
63072
|
autoplay: this.autoplay,
|
|
63073
63073
|
loadSprite: !1,
|
|
@@ -73597,7 +73597,7 @@ class Bke {
|
|
|
73597
73597
|
return "audio";
|
|
73598
73598
|
}
|
|
73599
73599
|
async load(n) {
|
|
73600
|
-
return new (await import("./vidstack-audio-
|
|
73600
|
+
return new (await import("./vidstack-audio-C6qfHK6i.js")).AudioProvider(this.target, n);
|
|
73601
73601
|
}
|
|
73602
73602
|
}
|
|
73603
73603
|
class IC {
|
|
@@ -73612,7 +73612,7 @@ class IC {
|
|
|
73612
73612
|
return "video";
|
|
73613
73613
|
}
|
|
73614
73614
|
async load(n) {
|
|
73615
|
-
return new (await import("./vidstack-video-
|
|
73615
|
+
return new (await import("./vidstack-video-C8fE0SCO.js")).VideoProvider(this.target, n);
|
|
73616
73616
|
}
|
|
73617
73617
|
}
|
|
73618
73618
|
const _3 = class _3 extends IC {
|
|
@@ -73624,7 +73624,7 @@ const _3 = class _3 extends IC {
|
|
|
73624
73624
|
return _3.supported && Jf(i);
|
|
73625
73625
|
}
|
|
73626
73626
|
async load(i) {
|
|
73627
|
-
return new (await import("./vidstack-hls-
|
|
73627
|
+
return new (await import("./vidstack-hls-BlvJAdgs.js")).HLSProvider(this.target, i);
|
|
73628
73628
|
}
|
|
73629
73629
|
};
|
|
73630
73630
|
J(_3, "supported", vC());
|
|
@@ -73638,7 +73638,7 @@ const D3 = class D3 extends IC {
|
|
|
73638
73638
|
return D3.supported && wC(i);
|
|
73639
73639
|
}
|
|
73640
73640
|
async load(i) {
|
|
73641
|
-
return new (await import("./vidstack-dash-
|
|
73641
|
+
return new (await import("./vidstack-dash-CVvqfZLO.js")).DASHProvider(this.target, i);
|
|
73642
73642
|
}
|
|
73643
73643
|
};
|
|
73644
73644
|
J(D3, "supported", DCe());
|
|
@@ -73664,7 +73664,7 @@ class Mke {
|
|
|
73664
73664
|
return "video";
|
|
73665
73665
|
}
|
|
73666
73666
|
async load(n) {
|
|
73667
|
-
return new (await import("./vidstack-vimeo-
|
|
73667
|
+
return new (await import("./vidstack-vimeo-83WPef69.js")).VimeoProvider(this.target, n);
|
|
73668
73668
|
}
|
|
73669
73669
|
async loadPoster(n, i, a) {
|
|
73670
73670
|
const { resolveVimeoVideoId: l, getVimeoVideoInfo: s } = await import("./vidstack-krOAtKMi-B4IZWKdc.js");
|
|
@@ -73698,7 +73698,7 @@ class jke {
|
|
|
73698
73698
|
return "video";
|
|
73699
73699
|
}
|
|
73700
73700
|
async load(n) {
|
|
73701
|
-
return new (await import("./vidstack-youtube-
|
|
73701
|
+
return new (await import("./vidstack-youtube-CQ4KnLwJ.js")).YouTubeProvider(this.target, n);
|
|
73702
73702
|
}
|
|
73703
73703
|
async loadPoster(n, i, a) {
|
|
73704
73704
|
const { findYouTubePoster: l, resolveYouTubeVideoId: s } = await import("./vidstack-Dm1xEU9Q-qSXq3AI-.js"), d = jt(n.src) && s(n.src);
|
|
@@ -74118,7 +74118,7 @@ class Uke extends Bp {
|
|
|
74118
74118
|
throw s.code = "CAST_NOT_AVAILABLE", s;
|
|
74119
74119
|
}
|
|
74120
74120
|
if (eh("https://www.gstatic.com"), !v(this, Ec)) {
|
|
74121
|
-
const s = await import("./vidstack-D2pY00kU-
|
|
74121
|
+
const s = await import("./vidstack-D2pY00kU-DJ6tL2DT.js").then((d) => d.v);
|
|
74122
74122
|
Y(this, Ec, new s.GoogleCastLoader());
|
|
74123
74123
|
}
|
|
74124
74124
|
await v(this, Ec).prompt(v(this, Ol)), i && v(this, Lt).queue.enqueue("media-google-cast-request", i);
|
|
@@ -75839,7 +75839,7 @@ Ll = new WeakMap(), Qn = new WeakMap(), Bi = new WeakMap(), dl = new WeakSet(),
|
|
|
75839
75839
|
if ((a = v(this, Qn)) != null && a.classList.contains("vds-google-cast"))
|
|
75840
75840
|
return v(this, Qn);
|
|
75841
75841
|
const i = document.createElement("div");
|
|
75842
|
-
return i.classList.add("vds-google-cast"), import("./vidstack-D_-9AA6_-
|
|
75842
|
+
return i.classList.add("vds-google-cast"), import("./vidstack-D_-9AA6_-zQm_8jL9.js").then(({ insertContent: l }) => {
|
|
75843
75843
|
l(i, v(this, Ll).$state);
|
|
75844
75844
|
}), i;
|
|
75845
75845
|
}, J(VM, "tagName", "media-provider");
|
|
@@ -80360,13 +80360,14 @@ const Xxe = /* @__PURE__ */ Rt({
|
|
|
80360
80360
|
hideControlsPanel: { type: Boolean },
|
|
80361
80361
|
hideBackground: { type: Boolean },
|
|
80362
80362
|
hideExpand: { type: Boolean },
|
|
80363
|
-
stretch: { type: Boolean }
|
|
80363
|
+
stretch: { type: Boolean },
|
|
80364
|
+
videoObjectFit: { default: "contain" }
|
|
80364
80365
|
},
|
|
80365
80366
|
emits: ["close", "change-size"],
|
|
80366
80367
|
setup(o, { emit: n }) {
|
|
80367
80368
|
const i = o, a = n, l = Jl("player"), s = $e(i.size || Gt.SM), d = $e(!1);
|
|
80368
|
-
VH("size", { size: s, fullscreen: d, changeSize: (
|
|
80369
|
-
s.value =
|
|
80369
|
+
VH("size", { size: s, fullscreen: d, changeSize: (g) => {
|
|
80370
|
+
s.value = g, a("change-size", g);
|
|
80370
80371
|
} });
|
|
80371
80372
|
const u = ye(() => {
|
|
80372
80373
|
if (i.mime) return i.mime;
|
|
@@ -80376,15 +80377,19 @@ const Xxe = /* @__PURE__ */ Rt({
|
|
|
80376
80377
|
}
|
|
80377
80378
|
return "video/mp4";
|
|
80378
80379
|
}), h = ye(() => {
|
|
80379
|
-
var
|
|
80380
|
+
var g, y;
|
|
80380
80381
|
return i.stream ? { src: i.stream, type: "video/object" } : typeof i.src == "string" ? { src: i.src, type: u.value } : {
|
|
80381
|
-
src: ((
|
|
80382
|
-
type: ((
|
|
80382
|
+
src: ((g = i.src) == null ? void 0 : g.src) || null,
|
|
80383
|
+
type: ((y = i.src) == null ? void 0 : y.type) || u.value
|
|
80383
80384
|
};
|
|
80384
|
-
})
|
|
80385
|
-
|
|
80385
|
+
}), b = (g) => {
|
|
80386
|
+
var y;
|
|
80387
|
+
(y = g == null ? void 0 : g.srcElement) == null || y.play();
|
|
80388
|
+
};
|
|
80389
|
+
return (g, y) => (k(), L("div", {
|
|
80386
80390
|
class: Ie(["wt-vidstack-player", [
|
|
80387
80391
|
`wt-vidstack-player--${s.value}`,
|
|
80392
|
+
`wt-vidstack-player-video-object-fit--${i.videoObjectFit}`,
|
|
80388
80393
|
d.value && "wt-vidstack-player--fullscreen",
|
|
80389
80394
|
o.stretch && "wt-vidstack-player--stretch",
|
|
80390
80395
|
i.static && "wt-vidstack-player--static",
|
|
@@ -80399,10 +80404,11 @@ const Xxe = /* @__PURE__ */ Rt({
|
|
|
80399
80404
|
muted: i.muted,
|
|
80400
80405
|
class: "wt-vidstack-player__player",
|
|
80401
80406
|
"cross-origin": "",
|
|
80402
|
-
|
|
80403
|
-
onClose:
|
|
80407
|
+
playsinline: "",
|
|
80408
|
+
onClose: y[1] || (y[1] = (w) => a("close")),
|
|
80409
|
+
onCanPlay: b
|
|
80404
80410
|
}, [
|
|
80405
|
-
|
|
80411
|
+
y[2] || (y[2] = U("media-provider", { class: "wt-vidstack-player__provider" }, null, -1)),
|
|
80406
80412
|
ke(ie(sIe), {
|
|
80407
80413
|
"hide-header": i.hideHeader,
|
|
80408
80414
|
"hide-controls-panel": i.hideControlsPanel,
|
|
@@ -80411,20 +80417,20 @@ const Xxe = /* @__PURE__ */ Rt({
|
|
|
80411
80417
|
title: i.title,
|
|
80412
80418
|
username: i.username,
|
|
80413
80419
|
"hide-expand": i.hideExpand,
|
|
80414
|
-
onClosePlayer:
|
|
80420
|
+
onClosePlayer: y[0] || (y[0] = (w) => a("close"))
|
|
80415
80421
|
}, {
|
|
80416
80422
|
"controls-panel": ae(() => [
|
|
80417
|
-
K(
|
|
80423
|
+
K(g.$slots, "controls-panel", { size: s.value }, void 0, !0)
|
|
80418
80424
|
]),
|
|
80419
80425
|
content: ae(() => [
|
|
80420
|
-
K(
|
|
80426
|
+
K(g.$slots, "content", { size: s.value }, void 0, !0)
|
|
80421
80427
|
]),
|
|
80422
80428
|
_: 3
|
|
80423
80429
|
}, 8, ["hide-header", "hide-controls-panel", "closable", "autoplay", "title", "username", "hide-expand"])
|
|
80424
80430
|
], 40, dIe)
|
|
80425
80431
|
], 2));
|
|
80426
80432
|
}
|
|
80427
|
-
}), pIe = /* @__PURE__ */ Ye(cIe, [["__scopeId", "data-v-
|
|
80433
|
+
}), pIe = /* @__PURE__ */ Ye(cIe, [["__scopeId", "data-v-bc44e9de"]]), BE = {
|
|
80428
80434
|
WtActionBar: tme,
|
|
80429
80435
|
WtImage: p$,
|
|
80430
80436
|
WtEmpty: d5e,
|
|
@@ -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-CQsi6siX.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
|
}
|