@webitel/ui-sdk 25.12.89 → 25.12.90
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-DNOHZmRK.js → install-iQFJTtOs.js} +14 -13
- package/dist/{plyr-DK1TOPjS.js → plyr-B5vRTMLV.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-BoVc8VDA.js → vidstack-Bq6c3Bam-YLSvNElM.js} +2 -2
- package/dist/{vidstack-D2pY00kU-CWZ9f0mN.js → vidstack-D2pY00kU-CF10TPpx.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-B6DsLcaA.js → vidstack-DDXt6fpN-4iqjMvPk.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-FEMDvFp1.js → vidstack-D_-9AA6_-_alxXsDr.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-vqjzJdNk.js → vidstack-DqAw8m9J-Be-oWYxn.js} +1 -1
- package/dist/{vidstack-audio-xbKLe-qX.js → vidstack-audio-DGKv5nmX.js} +2 -2
- package/dist/{vidstack-dash-BAjgoF3J.js → vidstack-dash-Cz_adblH.js} +3 -3
- package/dist/{vidstack-google-cast-BgSc8U0Z.js → vidstack-google-cast-Dyv-Ym71.js} +3 -3
- package/dist/{vidstack-hls-BQS65HTC.js → vidstack-hls-ClOB3Anr.js} +3 -3
- package/dist/{vidstack-video-JUayQO7h.js → vidstack-video-BgWzSExE.js} +2 -2
- package/dist/{vidstack-vimeo-BY12jQy-.js → vidstack-vimeo-FNwe5x0R.js} +3 -3
- package/dist/{vidstack-youtube-CqDo223S.js → vidstack-youtube-Bblze4y7.js} +2 -2
- package/dist/{vuex.esm-bundler-K1XWEQRV.js → vuex.esm-bundler-CQVmzWDk.js} +1 -1
- package/package.json +1 -1
- package/src/components/wt-table/wt-table.vue +13 -1
- package/types/components/wt-table/wt-table.vue.d.ts +11 -0
|
@@ -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-CQVmzWDk.js");
|
|
54468
54468
|
h.value = I.useStore();
|
|
54469
54469
|
} catch {
|
|
54470
54470
|
h.value = null;
|
|
@@ -63071,7 +63071,7 @@ const e6e = /* @__PURE__ */ Ye(K9e, [["render", J9e], ["__scopeId", "data-v-d8a8
|
|
|
63071
63071
|
"fullscreen"
|
|
63072
63072
|
], n = this.hideDuration ? o.filter((a) => a !== "duration") : o;
|
|
63073
63073
|
this.download && n.push("download");
|
|
63074
|
-
const i = (await import("./plyr-
|
|
63074
|
+
const i = (await import("./plyr-B5vRTMLV.js")).default;
|
|
63075
63075
|
this.player = new i(this.$refs.player, {
|
|
63076
63076
|
autoplay: this.autoplay,
|
|
63077
63077
|
loadSprite: !1,
|
|
@@ -65890,6 +65890,7 @@ const P8e = /* @__PURE__ */ Ye(L8e, [["render", $8e], ["__scopeId", "data-v-03d2
|
|
|
65890
65890
|
fixedActions: { type: Boolean, default: !1 },
|
|
65891
65891
|
headless: { type: Boolean, default: !1 },
|
|
65892
65892
|
rowReorder: { type: Boolean, default: !1 },
|
|
65893
|
+
dataKey: { default: "" },
|
|
65893
65894
|
isRowReorderDisabled: { type: Function, default: () => !1 },
|
|
65894
65895
|
rowExpansion: { type: Boolean, default: !1 },
|
|
65895
65896
|
rowClass: { type: Function, default: () => "" },
|
|
@@ -65902,7 +65903,6 @@ const P8e = /* @__PURE__ */ Ye(L8e, [["render", $8e], ["__scopeId", "data-v-03d2
|
|
|
65902
65903
|
loading: { type: Boolean },
|
|
65903
65904
|
itemSize: { default: Z8e },
|
|
65904
65905
|
value: {},
|
|
65905
|
-
dataKey: {},
|
|
65906
65906
|
rows: {},
|
|
65907
65907
|
first: {},
|
|
65908
65908
|
totalRecords: {},
|
|
@@ -66034,6 +66034,7 @@ const P8e = /* @__PURE__ */ Ye(L8e, [["render", $8e], ["__scopeId", "data-v-03d2
|
|
|
66034
66034
|
"row-style": o.rowStyle,
|
|
66035
66035
|
"show-headers": !o.headless,
|
|
66036
66036
|
value: o.data,
|
|
66037
|
+
"data-key": i.dataKey,
|
|
66037
66038
|
class: "wt-table",
|
|
66038
66039
|
"column-resize-mode": "expand",
|
|
66039
66040
|
lazy: "",
|
|
@@ -66221,10 +66222,10 @@ const P8e = /* @__PURE__ */ Ye(L8e, [["render", $8e], ["__scopeId", "data-v-03d2
|
|
|
66221
66222
|
]),
|
|
66222
66223
|
key: "0"
|
|
66223
66224
|
} : void 0
|
|
66224
|
-
]), 1032, ["expanded-rows", "reorderable-columns", "resizable-columns", "row-class", "row-style", "show-headers", "value", "virtual-scroller-options"]);
|
|
66225
|
+
]), 1032, ["expanded-rows", "reorderable-columns", "resizable-columns", "row-class", "row-style", "show-headers", "value", "data-key", "virtual-scroller-options"]);
|
|
66225
66226
|
};
|
|
66226
66227
|
}
|
|
66227
|
-
}), X8e = /* @__PURE__ */ Ye(Y8e, [["__scopeId", "data-v-
|
|
66228
|
+
}), X8e = /* @__PURE__ */ Ye(Y8e, [["__scopeId", "data-v-5b3ec734"]]), Q8e = { class: "wt-table-actions" }, J8e = /* @__PURE__ */ Rt({
|
|
66228
66229
|
__name: "wt-table-actions",
|
|
66229
66230
|
props: {
|
|
66230
66231
|
icons: { default: () => ["refresh"] },
|
|
@@ -73600,7 +73601,7 @@ class Bke {
|
|
|
73600
73601
|
return "audio";
|
|
73601
73602
|
}
|
|
73602
73603
|
async load(n) {
|
|
73603
|
-
return new (await import("./vidstack-audio-
|
|
73604
|
+
return new (await import("./vidstack-audio-DGKv5nmX.js")).AudioProvider(this.target, n);
|
|
73604
73605
|
}
|
|
73605
73606
|
}
|
|
73606
73607
|
class IC {
|
|
@@ -73615,7 +73616,7 @@ class IC {
|
|
|
73615
73616
|
return "video";
|
|
73616
73617
|
}
|
|
73617
73618
|
async load(n) {
|
|
73618
|
-
return new (await import("./vidstack-video-
|
|
73619
|
+
return new (await import("./vidstack-video-BgWzSExE.js")).VideoProvider(this.target, n);
|
|
73619
73620
|
}
|
|
73620
73621
|
}
|
|
73621
73622
|
const _3 = class _3 extends IC {
|
|
@@ -73627,7 +73628,7 @@ const _3 = class _3 extends IC {
|
|
|
73627
73628
|
return _3.supported && Jf(i);
|
|
73628
73629
|
}
|
|
73629
73630
|
async load(i) {
|
|
73630
|
-
return new (await import("./vidstack-hls-
|
|
73631
|
+
return new (await import("./vidstack-hls-ClOB3Anr.js")).HLSProvider(this.target, i);
|
|
73631
73632
|
}
|
|
73632
73633
|
};
|
|
73633
73634
|
J(_3, "supported", vC());
|
|
@@ -73641,7 +73642,7 @@ const D3 = class D3 extends IC {
|
|
|
73641
73642
|
return D3.supported && wC(i);
|
|
73642
73643
|
}
|
|
73643
73644
|
async load(i) {
|
|
73644
|
-
return new (await import("./vidstack-dash-
|
|
73645
|
+
return new (await import("./vidstack-dash-Cz_adblH.js")).DASHProvider(this.target, i);
|
|
73645
73646
|
}
|
|
73646
73647
|
};
|
|
73647
73648
|
J(D3, "supported", DCe());
|
|
@@ -73667,7 +73668,7 @@ class Mke {
|
|
|
73667
73668
|
return "video";
|
|
73668
73669
|
}
|
|
73669
73670
|
async load(n) {
|
|
73670
|
-
return new (await import("./vidstack-vimeo-
|
|
73671
|
+
return new (await import("./vidstack-vimeo-FNwe5x0R.js")).VimeoProvider(this.target, n);
|
|
73671
73672
|
}
|
|
73672
73673
|
async loadPoster(n, i, a) {
|
|
73673
73674
|
const { resolveVimeoVideoId: l, getVimeoVideoInfo: s } = await import("./vidstack-krOAtKMi-B4IZWKdc.js");
|
|
@@ -73701,7 +73702,7 @@ class jke {
|
|
|
73701
73702
|
return "video";
|
|
73702
73703
|
}
|
|
73703
73704
|
async load(n) {
|
|
73704
|
-
return new (await import("./vidstack-youtube-
|
|
73705
|
+
return new (await import("./vidstack-youtube-Bblze4y7.js")).YouTubeProvider(this.target, n);
|
|
73705
73706
|
}
|
|
73706
73707
|
async loadPoster(n, i, a) {
|
|
73707
73708
|
const { findYouTubePoster: l, resolveYouTubeVideoId: s } = await import("./vidstack-Dm1xEU9Q-qSXq3AI-.js"), d = jt(n.src) && s(n.src);
|
|
@@ -74121,7 +74122,7 @@ class Uke extends Bp {
|
|
|
74121
74122
|
throw s.code = "CAST_NOT_AVAILABLE", s;
|
|
74122
74123
|
}
|
|
74123
74124
|
if (eh("https://www.gstatic.com"), !v(this, Ec)) {
|
|
74124
|
-
const s = await import("./vidstack-D2pY00kU-
|
|
74125
|
+
const s = await import("./vidstack-D2pY00kU-CF10TPpx.js").then((d) => d.v);
|
|
74125
74126
|
Y(this, Ec, new s.GoogleCastLoader());
|
|
74126
74127
|
}
|
|
74127
74128
|
await v(this, Ec).prompt(v(this, Ol)), i && v(this, Lt).queue.enqueue("media-google-cast-request", i);
|
|
@@ -75842,7 +75843,7 @@ Ll = new WeakMap(), Qn = new WeakMap(), Bi = new WeakMap(), dl = new WeakSet(),
|
|
|
75842
75843
|
if ((a = v(this, Qn)) != null && a.classList.contains("vds-google-cast"))
|
|
75843
75844
|
return v(this, Qn);
|
|
75844
75845
|
const i = document.createElement("div");
|
|
75845
|
-
return i.classList.add("vds-google-cast"), import("./vidstack-D_-9AA6_-
|
|
75846
|
+
return i.classList.add("vds-google-cast"), import("./vidstack-D_-9AA6_-_alxXsDr.js").then(({ insertContent: l }) => {
|
|
75846
75847
|
l(i, v(this, Ll).$state);
|
|
75847
75848
|
}), i;
|
|
75848
75849
|
}, J(VM, "tagName", "media-provider");
|
|
@@ -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-iQFJTtOs.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
|
}
|