@webitel/ui-sdk 25.12.65 → 25.12.67
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-CWyqpx9T.js → install-CeDguI1_.js} +24 -22
- package/dist/{plyr-BA1kaMuu.js → plyr-BGYJOJC_.js} +1 -1
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +7 -7
- package/dist/{vidstack-Bq6c3Bam--faG_O_T.js → vidstack-Bq6c3Bam-CQ23f27I.js} +2 -2
- package/dist/{vidstack-D2pY00kU-DhWnPnsH.js → vidstack-D2pY00kU-KeqnbHZ3.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-CP77xg7v.js → vidstack-DDXt6fpN-BBmnU4RK.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-BKDpJzUc.js → vidstack-D_-9AA6_-cOrT0wb8.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-Cd0ah6Bt.js → vidstack-DqAw8m9J-BV92HncQ.js} +1 -1
- package/dist/{vidstack-audio-CIUe9GO_.js → vidstack-audio-BKNgv-X1.js} +2 -2
- package/dist/{vidstack-dash-Dd6VTSM0.js → vidstack-dash-B-DzxQZ9.js} +3 -3
- package/dist/{vidstack-google-cast-bIbqCahs.js → vidstack-google-cast-CxqY50Jn.js} +3 -3
- package/dist/{vidstack-hls-ZS-fWEGy.js → vidstack-hls-BVNnOQ7R.js} +3 -3
- package/dist/{vidstack-video-Dr0XYZog.js → vidstack-video-DJYI58rN.js} +2 -2
- package/dist/{vidstack-vimeo-DsdRz53C.js → vidstack-vimeo-BaBoW5b3.js} +3 -3
- package/dist/{vidstack-youtube-DpwpKVen.js → vidstack-youtube-DKq4V60n.js} +2 -2
- package/dist/{vuex.esm-bundler-CTiptakK.js → vuex.esm-bundler-C2s5jXrE.js} +1 -1
- package/package.json +2 -2
- package/src/components/wt-vidstack-player/wt-vidstack-player.vue +1 -0
- package/src/plugins/primevue/theme/components/galleria/galleria.js +2 -2
- package/types/plugins/primevue/theme/components/galleria/galleria.d.ts +1 -1
|
@@ -17416,7 +17416,8 @@ r({
|
|
|
17416
17416
|
});
|
|
17417
17417
|
r({
|
|
17418
17418
|
page: c().optional().describe("Page number (1-based)."),
|
|
17419
|
-
size: c().optional().describe("Number of items per page.")
|
|
17419
|
+
size: c().optional().describe("Number of items per page."),
|
|
17420
|
+
sort: e().optional().describe('sorting criteria, e.g. "+created_at" or "-name"')
|
|
17420
17421
|
});
|
|
17421
17422
|
const L0e = "EXPORT_STATUS_UNSPECIFIED";
|
|
17422
17423
|
r({
|
|
@@ -17465,7 +17466,8 @@ r({
|
|
|
17465
17466
|
});
|
|
17466
17467
|
r({
|
|
17467
17468
|
page: c().optional().describe("Page number (1-based)."),
|
|
17468
|
-
size: c().optional().describe("Number of items per page.")
|
|
17469
|
+
size: c().optional().describe("Number of items per page."),
|
|
17470
|
+
sort: e().optional().describe('sorting criteria, e.g. "+created_at" or "-name"')
|
|
17469
17471
|
});
|
|
17470
17472
|
const P0e = "EXPORT_STATUS_UNSPECIFIED";
|
|
17471
17473
|
r({
|
|
@@ -54461,7 +54463,7 @@ const Qme = /* @__PURE__ */ Ye(Zme, [["render", Xme], ["__scopeId", "data-v-9b7e
|
|
|
54461
54463
|
})), h = Re(null);
|
|
54462
54464
|
(async () => {
|
|
54463
54465
|
try {
|
|
54464
|
-
const I = await import("./vuex.esm-bundler-
|
|
54466
|
+
const I = await import("./vuex.esm-bundler-C2s5jXrE.js");
|
|
54465
54467
|
h.value = I.useStore();
|
|
54466
54468
|
} catch {
|
|
54467
54469
|
h.value = null;
|
|
@@ -63064,7 +63066,7 @@ const e6e = /* @__PURE__ */ Ye(K9e, [["render", J9e], ["__scopeId", "data-v-d8a8
|
|
|
63064
63066
|
"fullscreen"
|
|
63065
63067
|
], n = this.hideDuration ? o.filter((a) => a !== "duration") : o;
|
|
63066
63068
|
this.download && n.push("download");
|
|
63067
|
-
const i = (await import("./plyr-
|
|
63069
|
+
const i = (await import("./plyr-BGYJOJC_.js")).default;
|
|
63068
63070
|
this.player = new i(this.$refs.player, {
|
|
63069
63071
|
autoplay: this.autoplay,
|
|
63070
63072
|
loadSprite: !1,
|
|
@@ -73593,7 +73595,7 @@ class Bke {
|
|
|
73593
73595
|
return "audio";
|
|
73594
73596
|
}
|
|
73595
73597
|
async load(n) {
|
|
73596
|
-
return new (await import("./vidstack-audio-
|
|
73598
|
+
return new (await import("./vidstack-audio-BKNgv-X1.js")).AudioProvider(this.target, n);
|
|
73597
73599
|
}
|
|
73598
73600
|
}
|
|
73599
73601
|
class IC {
|
|
@@ -73608,7 +73610,7 @@ class IC {
|
|
|
73608
73610
|
return "video";
|
|
73609
73611
|
}
|
|
73610
73612
|
async load(n) {
|
|
73611
|
-
return new (await import("./vidstack-video-
|
|
73613
|
+
return new (await import("./vidstack-video-DJYI58rN.js")).VideoProvider(this.target, n);
|
|
73612
73614
|
}
|
|
73613
73615
|
}
|
|
73614
73616
|
const _3 = class _3 extends IC {
|
|
@@ -73620,7 +73622,7 @@ const _3 = class _3 extends IC {
|
|
|
73620
73622
|
return _3.supported && Jf(i);
|
|
73621
73623
|
}
|
|
73622
73624
|
async load(i) {
|
|
73623
|
-
return new (await import("./vidstack-hls-
|
|
73625
|
+
return new (await import("./vidstack-hls-BVNnOQ7R.js")).HLSProvider(this.target, i);
|
|
73624
73626
|
}
|
|
73625
73627
|
};
|
|
73626
73628
|
J(_3, "supported", vC());
|
|
@@ -73634,7 +73636,7 @@ const D3 = class D3 extends IC {
|
|
|
73634
73636
|
return D3.supported && wC(i);
|
|
73635
73637
|
}
|
|
73636
73638
|
async load(i) {
|
|
73637
|
-
return new (await import("./vidstack-dash-
|
|
73639
|
+
return new (await import("./vidstack-dash-B-DzxQZ9.js")).DASHProvider(this.target, i);
|
|
73638
73640
|
}
|
|
73639
73641
|
};
|
|
73640
73642
|
J(D3, "supported", DCe());
|
|
@@ -73660,7 +73662,7 @@ class Mke {
|
|
|
73660
73662
|
return "video";
|
|
73661
73663
|
}
|
|
73662
73664
|
async load(n) {
|
|
73663
|
-
return new (await import("./vidstack-vimeo-
|
|
73665
|
+
return new (await import("./vidstack-vimeo-BaBoW5b3.js")).VimeoProvider(this.target, n);
|
|
73664
73666
|
}
|
|
73665
73667
|
async loadPoster(n, i, a) {
|
|
73666
73668
|
const { resolveVimeoVideoId: l, getVimeoVideoInfo: s } = await import("./vidstack-krOAtKMi-B4IZWKdc.js");
|
|
@@ -73694,7 +73696,7 @@ class jke {
|
|
|
73694
73696
|
return "video";
|
|
73695
73697
|
}
|
|
73696
73698
|
async load(n) {
|
|
73697
|
-
return new (await import("./vidstack-youtube-
|
|
73699
|
+
return new (await import("./vidstack-youtube-DKq4V60n.js")).YouTubeProvider(this.target, n);
|
|
73698
73700
|
}
|
|
73699
73701
|
async loadPoster(n, i, a) {
|
|
73700
73702
|
const { findYouTubePoster: l, resolveYouTubeVideoId: s } = await import("./vidstack-Dm1xEU9Q-qSXq3AI-.js"), d = jt(n.src) && s(n.src);
|
|
@@ -74114,7 +74116,7 @@ class Uke extends Bp {
|
|
|
74114
74116
|
throw s.code = "CAST_NOT_AVAILABLE", s;
|
|
74115
74117
|
}
|
|
74116
74118
|
if (eh("https://www.gstatic.com"), !v(this, Ec)) {
|
|
74117
|
-
const s = await import("./vidstack-D2pY00kU-
|
|
74119
|
+
const s = await import("./vidstack-D2pY00kU-KeqnbHZ3.js").then((d) => d.v);
|
|
74118
74120
|
Y(this, Ec, new s.GoogleCastLoader());
|
|
74119
74121
|
}
|
|
74120
74122
|
await v(this, Ec).prompt(v(this, Ol)), i && v(this, Lt).queue.enqueue("media-google-cast-request", i);
|
|
@@ -75835,7 +75837,7 @@ Ll = new WeakMap(), Qn = new WeakMap(), Bi = new WeakMap(), dl = new WeakSet(),
|
|
|
75835
75837
|
if ((a = v(this, Qn)) != null && a.classList.contains("vds-google-cast"))
|
|
75836
75838
|
return v(this, Qn);
|
|
75837
75839
|
const i = document.createElement("div");
|
|
75838
|
-
return i.classList.add("vds-google-cast"), import("./vidstack-D_-9AA6_-
|
|
75840
|
+
return i.classList.add("vds-google-cast"), import("./vidstack-D_-9AA6_-cOrT0wb8.js").then(({ insertContent: l }) => {
|
|
75839
75841
|
l(i, v(this, Ll).$state);
|
|
75840
75842
|
}), i;
|
|
75841
75843
|
}, J(VM, "tagName", "media-provider");
|
|
@@ -80420,7 +80422,7 @@ const Xxe = /* @__PURE__ */ Rt({
|
|
|
80420
80422
|
], 40, dIe)
|
|
80421
80423
|
], 2));
|
|
80422
80424
|
}
|
|
80423
|
-
}), pIe = /* @__PURE__ */ Ye(cIe, [["__scopeId", "data-v-
|
|
80425
|
+
}), pIe = /* @__PURE__ */ Ye(cIe, [["__scopeId", "data-v-996ed6c5"]]), BE = {
|
|
80424
80426
|
WtActionBar: tme,
|
|
80425
80427
|
WtImage: p$,
|
|
80426
80428
|
WtEmpty: d5e,
|
|
@@ -108018,14 +108020,14 @@ const eWe = {
|
|
|
108018
108020
|
},
|
|
108019
108021
|
wrapper: {
|
|
108020
108022
|
background: "{surface.900}",
|
|
108021
|
-
overlayColor: "
|
|
108022
|
-
mutedColor: "
|
|
108023
|
+
overlayColor: "hsla(0, 0%, 0%, 0.8)",
|
|
108024
|
+
mutedColor: "hsl(224.706, 20%, 50%)",
|
|
108023
108025
|
color: "{white}",
|
|
108024
108026
|
borderColor: "{surface.750}"
|
|
108025
108027
|
},
|
|
108026
108028
|
headLine: {
|
|
108027
108029
|
background: "{transparent}",
|
|
108028
|
-
hoverBackground: "
|
|
108030
|
+
hoverBackground: "hsla(0, 0%, 0%, 0.5)",
|
|
108029
108031
|
iconColor: "{white}",
|
|
108030
108032
|
color: "{white}",
|
|
108031
108033
|
blur: "10px"
|
|
@@ -108044,14 +108046,14 @@ const eWe = {
|
|
|
108044
108046
|
},
|
|
108045
108047
|
wrapper: {
|
|
108046
108048
|
background: "{surface.900}",
|
|
108047
|
-
overlayColor: "
|
|
108048
|
-
mutedColor: "
|
|
108049
|
+
overlayColor: "hsla(0, 0%, 0%, 0.8)",
|
|
108050
|
+
mutedColor: "hsl(224.706, 20%, 50%)",
|
|
108049
108051
|
color: "{white}",
|
|
108050
108052
|
borderColor: "{surface.750}"
|
|
108051
108053
|
},
|
|
108052
108054
|
headLine: {
|
|
108053
108055
|
background: "{transparent}",
|
|
108054
|
-
hoverBackground: "
|
|
108056
|
+
hoverBackground: "hsla(0, 0%, 0%, 0.5)",
|
|
108055
108057
|
iconColor: "{white}",
|
|
108056
108058
|
color: "{white}",
|
|
108057
108059
|
blur: "10px"
|
|
@@ -109514,7 +109516,7 @@ const eWe = {
|
|
|
109514
109516
|
},
|
|
109515
109517
|
fullscreenImage: {
|
|
109516
109518
|
maxHeight: "85vh",
|
|
109517
|
-
|
|
109519
|
+
maxWidth: "100vw"
|
|
109518
109520
|
},
|
|
109519
109521
|
navButton: {
|
|
109520
109522
|
size: "2.5rem",
|
|
@@ -110604,8 +110606,8 @@ const eWe = {
|
|
|
110604
110606
|
}
|
|
110605
110607
|
|
|
110606
110608
|
.wt-galleria__image--fullscreen {
|
|
110607
|
-
|
|
110608
|
-
|
|
110609
|
+
height: ${o("galleria.fullscreenImage.maxHeight")};
|
|
110610
|
+
width: ${o("galleria.fullscreenImage.maxWidth")};
|
|
110609
110611
|
}
|
|
110610
110612
|
|
|
110611
110613
|
.wt-galleria__thumbnail {
|
|
@@ -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-CeDguI1_.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
|
}
|