@webitel/ui-sdk 25.12.79 → 26.2.1
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-CRbNkh_i.js → install-CR1tqjbI.js} +12 -14
- package/dist/{plyr-dBBD5QAl.js → plyr-CCqBk_Ws.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-DnntDKqk.js → vidstack-Bq6c3Bam-Ciw5smVK.js} +2 -2
- package/dist/{vidstack-D2pY00kU-Ciu2Iq-a.js → vidstack-D2pY00kU-CblVikX8.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-Qeuu3enP.js → vidstack-DDXt6fpN-9cqZjdCr.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-DDREtIe7.js → vidstack-D_-9AA6_-OiYY16FN.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-C4fRnvp8.js → vidstack-DqAw8m9J-BpJcIzi9.js} +1 -1
- package/dist/{vidstack-audio-QtBceTAC.js → vidstack-audio-CClosnpR.js} +2 -2
- package/dist/{vidstack-dash-Dab5AKoh.js → vidstack-dash-DkOucJZw.js} +3 -3
- package/dist/{vidstack-google-cast-F7CV0tuD.js → vidstack-google-cast-mZiNbn2A.js} +3 -3
- package/dist/{vidstack-hls-C36x2qP7.js → vidstack-hls-BFg8H2vB.js} +3 -3
- package/dist/{vidstack-video-Du0ZCqVE.js → vidstack-video-DRdA55iP.js} +2 -2
- package/dist/{vidstack-vimeo-D0_aktMu.js → vidstack-vimeo-DZBPf6Zy.js} +3 -3
- package/dist/{vidstack-youtube-BBjfoGW2.js → vidstack-youtube-DmUBC9f5.js} +2 -2
- package/dist/{vuex.esm-bundler-YoPhVVuJ.js → vuex.esm-bundler-DYz2ZWHQ.js} +1 -1
- package/package.json +1 -1
- package/src/components/wt-vidstack-player/wt-vidstack-player.vue +1 -17
- package/src/modules/CallSession/modules/VideoCall/video-call.vue +0 -2
- package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +0 -2
|
@@ -54464,7 +54464,7 @@ const Qme = /* @__PURE__ */ Ye(Zme, [["render", Xme], ["__scopeId", "data-v-9b7e
|
|
|
54464
54464
|
})), h = Re(null);
|
|
54465
54465
|
(async () => {
|
|
54466
54466
|
try {
|
|
54467
|
-
const I = await import("./vuex.esm-bundler-
|
|
54467
|
+
const I = await import("./vuex.esm-bundler-DYz2ZWHQ.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-CCqBk_Ws.js")).default;
|
|
63071
63071
|
this.player = new i(this.$refs.player, {
|
|
63072
63072
|
autoplay: this.autoplay,
|
|
63073
63073
|
loadSprite: !1,
|
|
@@ -73596,7 +73596,7 @@ class Bke {
|
|
|
73596
73596
|
return "audio";
|
|
73597
73597
|
}
|
|
73598
73598
|
async load(n) {
|
|
73599
|
-
return new (await import("./vidstack-audio-
|
|
73599
|
+
return new (await import("./vidstack-audio-CClosnpR.js")).AudioProvider(this.target, n);
|
|
73600
73600
|
}
|
|
73601
73601
|
}
|
|
73602
73602
|
class IC {
|
|
@@ -73611,7 +73611,7 @@ class IC {
|
|
|
73611
73611
|
return "video";
|
|
73612
73612
|
}
|
|
73613
73613
|
async load(n) {
|
|
73614
|
-
return new (await import("./vidstack-video-
|
|
73614
|
+
return new (await import("./vidstack-video-DRdA55iP.js")).VideoProvider(this.target, n);
|
|
73615
73615
|
}
|
|
73616
73616
|
}
|
|
73617
73617
|
const _3 = class _3 extends IC {
|
|
@@ -73623,7 +73623,7 @@ const _3 = class _3 extends IC {
|
|
|
73623
73623
|
return _3.supported && Jf(i);
|
|
73624
73624
|
}
|
|
73625
73625
|
async load(i) {
|
|
73626
|
-
return new (await import("./vidstack-hls-
|
|
73626
|
+
return new (await import("./vidstack-hls-BFg8H2vB.js")).HLSProvider(this.target, i);
|
|
73627
73627
|
}
|
|
73628
73628
|
};
|
|
73629
73629
|
J(_3, "supported", vC());
|
|
@@ -73637,7 +73637,7 @@ const D3 = class D3 extends IC {
|
|
|
73637
73637
|
return D3.supported && wC(i);
|
|
73638
73638
|
}
|
|
73639
73639
|
async load(i) {
|
|
73640
|
-
return new (await import("./vidstack-dash-
|
|
73640
|
+
return new (await import("./vidstack-dash-DkOucJZw.js")).DASHProvider(this.target, i);
|
|
73641
73641
|
}
|
|
73642
73642
|
};
|
|
73643
73643
|
J(D3, "supported", DCe());
|
|
@@ -73663,7 +73663,7 @@ class Mke {
|
|
|
73663
73663
|
return "video";
|
|
73664
73664
|
}
|
|
73665
73665
|
async load(n) {
|
|
73666
|
-
return new (await import("./vidstack-vimeo-
|
|
73666
|
+
return new (await import("./vidstack-vimeo-DZBPf6Zy.js")).VimeoProvider(this.target, n);
|
|
73667
73667
|
}
|
|
73668
73668
|
async loadPoster(n, i, a) {
|
|
73669
73669
|
const { resolveVimeoVideoId: l, getVimeoVideoInfo: s } = await import("./vidstack-krOAtKMi-B4IZWKdc.js");
|
|
@@ -73697,7 +73697,7 @@ class jke {
|
|
|
73697
73697
|
return "video";
|
|
73698
73698
|
}
|
|
73699
73699
|
async load(n) {
|
|
73700
|
-
return new (await import("./vidstack-youtube-
|
|
73700
|
+
return new (await import("./vidstack-youtube-DmUBC9f5.js")).YouTubeProvider(this.target, n);
|
|
73701
73701
|
}
|
|
73702
73702
|
async loadPoster(n, i, a) {
|
|
73703
73703
|
const { findYouTubePoster: l, resolveYouTubeVideoId: s } = await import("./vidstack-Dm1xEU9Q-qSXq3AI-.js"), d = jt(n.src) && s(n.src);
|
|
@@ -74117,7 +74117,7 @@ class Uke extends Bp {
|
|
|
74117
74117
|
throw s.code = "CAST_NOT_AVAILABLE", s;
|
|
74118
74118
|
}
|
|
74119
74119
|
if (eh("https://www.gstatic.com"), !v(this, Ec)) {
|
|
74120
|
-
const s = await import("./vidstack-D2pY00kU-
|
|
74120
|
+
const s = await import("./vidstack-D2pY00kU-CblVikX8.js").then((d) => d.v);
|
|
74121
74121
|
Y(this, Ec, new s.GoogleCastLoader());
|
|
74122
74122
|
}
|
|
74123
74123
|
await v(this, Ec).prompt(v(this, Ol)), i && v(this, Lt).queue.enqueue("media-google-cast-request", i);
|
|
@@ -75838,7 +75838,7 @@ Ll = new WeakMap(), Qn = new WeakMap(), Bi = new WeakMap(), dl = new WeakSet(),
|
|
|
75838
75838
|
if ((a = v(this, Qn)) != null && a.classList.contains("vds-google-cast"))
|
|
75839
75839
|
return v(this, Qn);
|
|
75840
75840
|
const i = document.createElement("div");
|
|
75841
|
-
return i.classList.add("vds-google-cast"), import("./vidstack-D_-9AA6_-
|
|
75841
|
+
return i.classList.add("vds-google-cast"), import("./vidstack-D_-9AA6_-OiYY16FN.js").then(({ insertContent: l }) => {
|
|
75842
75842
|
l(i, v(this, Ll).$state);
|
|
75843
75843
|
}), i;
|
|
75844
75844
|
}, J(VM, "tagName", "media-provider");
|
|
@@ -80363,8 +80363,7 @@ const Xxe = /* @__PURE__ */ Rt({
|
|
|
80363
80363
|
hideControlsPanel: { type: Boolean },
|
|
80364
80364
|
hideBackground: { type: Boolean },
|
|
80365
80365
|
hideExpand: { type: Boolean },
|
|
80366
|
-
stretch: { type: Boolean }
|
|
80367
|
-
videoObjectFit: { default: "contain" }
|
|
80366
|
+
stretch: { type: Boolean }
|
|
80368
80367
|
},
|
|
80369
80368
|
emits: ["close", "change-size"],
|
|
80370
80369
|
setup(o, { emit: n }) {
|
|
@@ -80392,7 +80391,6 @@ const Xxe = /* @__PURE__ */ Rt({
|
|
|
80392
80391
|
return (g, y) => (k(), L("div", {
|
|
80393
80392
|
class: xe(["wt-vidstack-player", [
|
|
80394
80393
|
`wt-vidstack-player--${s.value}`,
|
|
80395
|
-
`wt-vidstack-player-video-object-fit--${i.videoObjectFit}`,
|
|
80396
80394
|
d.value && "wt-vidstack-player--fullscreen",
|
|
80397
80395
|
o.stretch && "wt-vidstack-player--stretch",
|
|
80398
80396
|
i.static && "wt-vidstack-player--static",
|
|
@@ -80433,7 +80431,7 @@ const Xxe = /* @__PURE__ */ Rt({
|
|
|
80433
80431
|
], 40, uIe)
|
|
80434
80432
|
], 2));
|
|
80435
80433
|
}
|
|
80436
|
-
}), hIe = /* @__PURE__ */ Ye(fIe, [["__scopeId", "data-v-
|
|
80434
|
+
}), hIe = /* @__PURE__ */ Ye(fIe, [["__scopeId", "data-v-483430ae"]]), BE = {
|
|
80437
80435
|
WtActionBar: tme,
|
|
80438
80436
|
WtImage: p$,
|
|
80439
80437
|
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-CR1tqjbI.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
|
}
|