@webitel/ui-sdk 25.12.63 → 25.12.65
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-Dl55T7ER.js → install-CWyqpx9T.js} +18 -23
- package/dist/{plyr-DeNXNsnl.js → plyr-BA1kaMuu.js} +1 -1
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +2 -7
- package/dist/{vidstack-Bq6c3Bam-e32p9jBa.js → vidstack-Bq6c3Bam--faG_O_T.js} +2 -2
- package/dist/{vidstack-D2pY00kU-BfedE-Ok.js → vidstack-D2pY00kU-DhWnPnsH.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-JD5ed8Q9.js → vidstack-DDXt6fpN-CP77xg7v.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-CYkv9V-x.js → vidstack-D_-9AA6_-BKDpJzUc.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-DCsCFYl_.js → vidstack-DqAw8m9J-Cd0ah6Bt.js} +1 -1
- package/dist/{vidstack-audio-Bo7VqglF.js → vidstack-audio-CIUe9GO_.js} +2 -2
- package/dist/{vidstack-dash-DFQBODJY.js → vidstack-dash-Dd6VTSM0.js} +3 -3
- package/dist/{vidstack-google-cast-BqH58CNa.js → vidstack-google-cast-bIbqCahs.js} +3 -3
- package/dist/{vidstack-hls-D2Gck8uA.js → vidstack-hls-ZS-fWEGy.js} +3 -3
- package/dist/{vidstack-video-BjcixzQN.js → vidstack-video-Dr0XYZog.js} +2 -2
- package/dist/{vidstack-vimeo-p6Odxs_3.js → vidstack-vimeo-DsdRz53C.js} +3 -3
- package/dist/{vidstack-youtube-ta55oeo3.js → vidstack-youtube-DpwpKVen.js} +2 -2
- package/dist/{vuex.esm-bundler-Btqm_q36.js → vuex.esm-bundler-CTiptakK.js} +1 -1
- package/package.json +1 -1
- package/src/components/wt-button/wt-button.vue +4 -0
- package/src/components/wt-vidstack-player/wt-vidstack-player.vue +2 -2
- package/src/enums/WebitelApplications/WtApplication.js +2 -1
- package/src/plugins/primevue/theme/components/button/button.js +10 -15
- package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +4 -4
|
@@ -6458,7 +6458,8 @@ const foe = /* @__PURE__ */ Ap(uoe), hoe = {
|
|
|
6458
6458
|
Audit: "audit",
|
|
6459
6459
|
Analytics: "grafana",
|
|
6460
6460
|
Crm: "crm",
|
|
6461
|
-
Wfm: "wfm"
|
|
6461
|
+
Wfm: "wfm",
|
|
6462
|
+
Meet: "meet"
|
|
6462
6463
|
}, un = Object.fromEntries(
|
|
6463
6464
|
Object.entries(hoe).map(([o, n]) => [
|
|
6464
6465
|
foe(o).replaceAll(" ", "_"),
|
|
@@ -54460,7 +54461,7 @@ const Qme = /* @__PURE__ */ Ye(Zme, [["render", Xme], ["__scopeId", "data-v-9b7e
|
|
|
54460
54461
|
})), h = Re(null);
|
|
54461
54462
|
(async () => {
|
|
54462
54463
|
try {
|
|
54463
|
-
const I = await import("./vuex.esm-bundler-
|
|
54464
|
+
const I = await import("./vuex.esm-bundler-CTiptakK.js");
|
|
54464
54465
|
h.value = I.useStore();
|
|
54465
54466
|
} catch {
|
|
54466
54467
|
h.value = null;
|
|
@@ -63063,7 +63064,7 @@ const e6e = /* @__PURE__ */ Ye(K9e, [["render", J9e], ["__scopeId", "data-v-d8a8
|
|
|
63063
63064
|
"fullscreen"
|
|
63064
63065
|
], n = this.hideDuration ? o.filter((a) => a !== "duration") : o;
|
|
63065
63066
|
this.download && n.push("download");
|
|
63066
|
-
const i = (await import("./plyr-
|
|
63067
|
+
const i = (await import("./plyr-BA1kaMuu.js")).default;
|
|
63067
63068
|
this.player = new i(this.$refs.player, {
|
|
63068
63069
|
autoplay: this.autoplay,
|
|
63069
63070
|
loadSprite: !1,
|
|
@@ -73592,7 +73593,7 @@ class Bke {
|
|
|
73592
73593
|
return "audio";
|
|
73593
73594
|
}
|
|
73594
73595
|
async load(n) {
|
|
73595
|
-
return new (await import("./vidstack-audio-
|
|
73596
|
+
return new (await import("./vidstack-audio-CIUe9GO_.js")).AudioProvider(this.target, n);
|
|
73596
73597
|
}
|
|
73597
73598
|
}
|
|
73598
73599
|
class IC {
|
|
@@ -73607,7 +73608,7 @@ class IC {
|
|
|
73607
73608
|
return "video";
|
|
73608
73609
|
}
|
|
73609
73610
|
async load(n) {
|
|
73610
|
-
return new (await import("./vidstack-video-
|
|
73611
|
+
return new (await import("./vidstack-video-Dr0XYZog.js")).VideoProvider(this.target, n);
|
|
73611
73612
|
}
|
|
73612
73613
|
}
|
|
73613
73614
|
const _3 = class _3 extends IC {
|
|
@@ -73619,7 +73620,7 @@ const _3 = class _3 extends IC {
|
|
|
73619
73620
|
return _3.supported && Jf(i);
|
|
73620
73621
|
}
|
|
73621
73622
|
async load(i) {
|
|
73622
|
-
return new (await import("./vidstack-hls-
|
|
73623
|
+
return new (await import("./vidstack-hls-ZS-fWEGy.js")).HLSProvider(this.target, i);
|
|
73623
73624
|
}
|
|
73624
73625
|
};
|
|
73625
73626
|
J(_3, "supported", vC());
|
|
@@ -73633,7 +73634,7 @@ const D3 = class D3 extends IC {
|
|
|
73633
73634
|
return D3.supported && wC(i);
|
|
73634
73635
|
}
|
|
73635
73636
|
async load(i) {
|
|
73636
|
-
return new (await import("./vidstack-dash-
|
|
73637
|
+
return new (await import("./vidstack-dash-Dd6VTSM0.js")).DASHProvider(this.target, i);
|
|
73637
73638
|
}
|
|
73638
73639
|
};
|
|
73639
73640
|
J(D3, "supported", DCe());
|
|
@@ -73659,7 +73660,7 @@ class Mke {
|
|
|
73659
73660
|
return "video";
|
|
73660
73661
|
}
|
|
73661
73662
|
async load(n) {
|
|
73662
|
-
return new (await import("./vidstack-vimeo-
|
|
73663
|
+
return new (await import("./vidstack-vimeo-DsdRz53C.js")).VimeoProvider(this.target, n);
|
|
73663
73664
|
}
|
|
73664
73665
|
async loadPoster(n, i, a) {
|
|
73665
73666
|
const { resolveVimeoVideoId: l, getVimeoVideoInfo: s } = await import("./vidstack-krOAtKMi-B4IZWKdc.js");
|
|
@@ -73693,7 +73694,7 @@ class jke {
|
|
|
73693
73694
|
return "video";
|
|
73694
73695
|
}
|
|
73695
73696
|
async load(n) {
|
|
73696
|
-
return new (await import("./vidstack-youtube-
|
|
73697
|
+
return new (await import("./vidstack-youtube-DpwpKVen.js")).YouTubeProvider(this.target, n);
|
|
73697
73698
|
}
|
|
73698
73699
|
async loadPoster(n, i, a) {
|
|
73699
73700
|
const { findYouTubePoster: l, resolveYouTubeVideoId: s } = await import("./vidstack-Dm1xEU9Q-qSXq3AI-.js"), d = jt(n.src) && s(n.src);
|
|
@@ -74113,7 +74114,7 @@ class Uke extends Bp {
|
|
|
74113
74114
|
throw s.code = "CAST_NOT_AVAILABLE", s;
|
|
74114
74115
|
}
|
|
74115
74116
|
if (eh("https://www.gstatic.com"), !v(this, Ec)) {
|
|
74116
|
-
const s = await import("./vidstack-D2pY00kU-
|
|
74117
|
+
const s = await import("./vidstack-D2pY00kU-DhWnPnsH.js").then((d) => d.v);
|
|
74117
74118
|
Y(this, Ec, new s.GoogleCastLoader());
|
|
74118
74119
|
}
|
|
74119
74120
|
await v(this, Ec).prompt(v(this, Ol)), i && v(this, Lt).queue.enqueue("media-google-cast-request", i);
|
|
@@ -75834,7 +75835,7 @@ Ll = new WeakMap(), Qn = new WeakMap(), Bi = new WeakMap(), dl = new WeakSet(),
|
|
|
75834
75835
|
if ((a = v(this, Qn)) != null && a.classList.contains("vds-google-cast"))
|
|
75835
75836
|
return v(this, Qn);
|
|
75836
75837
|
const i = document.createElement("div");
|
|
75837
|
-
return i.classList.add("vds-google-cast"), import("./vidstack-D_-9AA6_-
|
|
75838
|
+
return i.classList.add("vds-google-cast"), import("./vidstack-D_-9AA6_-BKDpJzUc.js").then(({ insertContent: l }) => {
|
|
75838
75839
|
l(i, v(this, Ll).$state);
|
|
75839
75840
|
}), i;
|
|
75840
75841
|
}, J(VM, "tagName", "media-provider");
|
|
@@ -80359,10 +80360,10 @@ const Xxe = /* @__PURE__ */ Rt({
|
|
|
80359
80360
|
},
|
|
80360
80361
|
emits: ["close", "change-size"],
|
|
80361
80362
|
setup(o, { emit: n }) {
|
|
80362
|
-
const i = o, a = n, l = Jl("player"), s = Re(i.size || Gt.SM), d = Re(!1)
|
|
80363
|
-
|
|
80364
|
-
|
|
80365
|
-
|
|
80363
|
+
const i = o, a = n, l = Jl("player"), s = Re(i.size || Gt.SM), d = Re(!1);
|
|
80364
|
+
VH("size", { size: s, fullscreen: d, changeSize: (b) => {
|
|
80365
|
+
s.value = b, a("change-size", b);
|
|
80366
|
+
} });
|
|
80366
80367
|
const u = be(() => {
|
|
80367
80368
|
if (i.mime) return i.mime;
|
|
80368
80369
|
if (typeof i.src == "string") {
|
|
@@ -80395,8 +80396,7 @@ const Xxe = /* @__PURE__ */ Rt({
|
|
|
80395
80396
|
class: "wt-vidstack-player__player",
|
|
80396
80397
|
"cross-origin": "",
|
|
80397
80398
|
"plays-inline": "",
|
|
80398
|
-
onClose: g[1] || (g[1] = (y) => a("close"))
|
|
80399
|
-
onChangeSize: p
|
|
80399
|
+
onClose: g[1] || (g[1] = (y) => a("close"))
|
|
80400
80400
|
}, [
|
|
80401
80401
|
g[2] || (g[2] = U("media-provider", { class: "wt-vidstack-player__provider" }, null, -1)),
|
|
80402
80402
|
ke(ae(sIe), {
|
|
@@ -80420,7 +80420,7 @@ const Xxe = /* @__PURE__ */ Rt({
|
|
|
80420
80420
|
], 40, dIe)
|
|
80421
80421
|
], 2));
|
|
80422
80422
|
}
|
|
80423
|
-
}), pIe = /* @__PURE__ */ Ye(cIe, [["__scopeId", "data-v-
|
|
80423
|
+
}), pIe = /* @__PURE__ */ Ye(cIe, [["__scopeId", "data-v-170b3bf7"]]), BE = {
|
|
80424
80424
|
WtActionBar: tme,
|
|
80425
80425
|
WtImage: p$,
|
|
80426
80426
|
WtEmpty: d5e,
|
|
@@ -110488,11 +110488,6 @@ const eWe = {
|
|
|
110488
110488
|
}
|
|
110489
110489
|
.p-button {
|
|
110490
110490
|
min-width: 90px;
|
|
110491
|
-
font-weight: 600;
|
|
110492
|
-
font-size: 12px;
|
|
110493
|
-
line-height: 24px;
|
|
110494
|
-
font-family: "Montserrat", monospace;
|
|
110495
|
-
text-transform: uppercase;
|
|
110496
110491
|
border: none !important;
|
|
110497
110492
|
}
|
|
110498
110493
|
.p-button:hover {
|
|
@@ -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-CWyqpx9T.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
|
}
|