@webitel/ui-sdk 26.2.11 → 26.2.12
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-BQEiwn-1.js → install-mdAUQvwW.js} +14 -13
- package/dist/{plyr-CjUrzECD.js → plyr-Dl9mhRpy.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-Bpv5gW7w.js → vidstack-Bq6c3Bam-BZCmReL3.js} +2 -2
- package/dist/{vidstack-D2pY00kU-BR-BS_RW.js → vidstack-D2pY00kU-BYytRjCF.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-CM4I1hXK.js → vidstack-DDXt6fpN-BkCEpqiv.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-CL_t8-mc.js → vidstack-D_-9AA6_-CuVZBenS.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-BcAl_1U1.js → vidstack-DqAw8m9J-DfB8IrWr.js} +1 -1
- package/dist/{vidstack-audio-CnzMOYiV.js → vidstack-audio-zdkPu0oA.js} +2 -2
- package/dist/{vidstack-dash-DJm0KX-U.js → vidstack-dash-DTg8gRm7.js} +3 -3
- package/dist/{vidstack-google-cast-BV7suY1R.js → vidstack-google-cast-l7o6QV0q.js} +3 -3
- package/dist/{vidstack-hls-DV2cPFRZ.js → vidstack-hls-BwVfbStc.js} +3 -3
- package/dist/{vidstack-video-DCNihKnl.js → vidstack-video-C6v9_v4c.js} +2 -2
- package/dist/{vidstack-vimeo-Cr8lysI9.js → vidstack-vimeo-Cy5Loo_h.js} +3 -3
- package/dist/{vidstack-youtube-y0Vd9OeV.js → vidstack-youtube-DtQ6OT2A.js} +2 -2
- package/dist/{vuex.esm-bundler-DUrRebcJ.js → vuex.esm-bundler-HOJpxpZD.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
|
@@ -56006,7 +56006,7 @@ const Wge = /* @__PURE__ */ Qe(Hge, [["render", Kge], ["__scopeId", "data-v-9b7e
|
|
|
56006
56006
|
})), h = Le(null);
|
|
56007
56007
|
(async () => {
|
|
56008
56008
|
try {
|
|
56009
|
-
const I = await import("./vuex.esm-bundler-
|
|
56009
|
+
const I = await import("./vuex.esm-bundler-HOJpxpZD.js");
|
|
56010
56010
|
h.value = I.useStore();
|
|
56011
56011
|
} catch {
|
|
56012
56012
|
h.value = null;
|
|
@@ -64014,7 +64014,7 @@ const twe = /* @__PURE__ */ Qe(Zve, [["render", ewe], ["__scopeId", "data-v-d8a8
|
|
|
64014
64014
|
"fullscreen"
|
|
64015
64015
|
], n = this.hideDuration ? o.filter((a) => a !== "duration") : o;
|
|
64016
64016
|
this.download && n.push("download");
|
|
64017
|
-
const i = (await import("./plyr-
|
|
64017
|
+
const i = (await import("./plyr-Dl9mhRpy.js")).default;
|
|
64018
64018
|
this.player = new i(this.$refs.player, {
|
|
64019
64019
|
autoplay: this.autoplay,
|
|
64020
64020
|
loadSprite: !1,
|
|
@@ -66820,6 +66820,7 @@ const BCe = /* @__PURE__ */ Qe($Ce, [["render", PCe], ["__scopeId", "data-v-03d2
|
|
|
66820
66820
|
fixedActions: { type: Boolean, default: !1 },
|
|
66821
66821
|
headless: { type: Boolean, default: !1 },
|
|
66822
66822
|
rowReorder: { type: Boolean, default: !1 },
|
|
66823
|
+
dataKey: { default: "" },
|
|
66823
66824
|
isRowReorderDisabled: { type: Function, default: () => !1 },
|
|
66824
66825
|
rowExpansion: { type: Boolean, default: !1 },
|
|
66825
66826
|
rowClass: { type: Function, default: () => "" },
|
|
@@ -66832,7 +66833,6 @@ const BCe = /* @__PURE__ */ Qe($Ce, [["render", PCe], ["__scopeId", "data-v-03d2
|
|
|
66832
66833
|
loading: { type: Boolean },
|
|
66833
66834
|
itemSize: { default: YCe },
|
|
66834
66835
|
value: {},
|
|
66835
|
-
dataKey: {},
|
|
66836
66836
|
rows: {},
|
|
66837
66837
|
first: {},
|
|
66838
66838
|
totalRecords: {},
|
|
@@ -66964,6 +66964,7 @@ const BCe = /* @__PURE__ */ Qe($Ce, [["render", PCe], ["__scopeId", "data-v-03d2
|
|
|
66964
66964
|
"row-style": o.rowStyle,
|
|
66965
66965
|
"show-headers": !o.headless,
|
|
66966
66966
|
value: o.data,
|
|
66967
|
+
"data-key": i.dataKey,
|
|
66967
66968
|
class: "wt-table",
|
|
66968
66969
|
"column-resize-mode": "expand",
|
|
66969
66970
|
lazy: "",
|
|
@@ -67151,10 +67152,10 @@ const BCe = /* @__PURE__ */ Qe($Ce, [["render", PCe], ["__scopeId", "data-v-03d2
|
|
|
67151
67152
|
]),
|
|
67152
67153
|
key: "0"
|
|
67153
67154
|
} : void 0
|
|
67154
|
-
]), 1032, ["expanded-rows", "reorderable-columns", "resizable-columns", "row-class", "row-style", "show-headers", "value", "virtual-scroller-options"]);
|
|
67155
|
+
]), 1032, ["expanded-rows", "reorderable-columns", "resizable-columns", "row-class", "row-style", "show-headers", "value", "data-key", "virtual-scroller-options"]);
|
|
67155
67156
|
};
|
|
67156
67157
|
}
|
|
67157
|
-
}), QCe = /* @__PURE__ */ Qe(XCe, [["__scopeId", "data-v-
|
|
67158
|
+
}), QCe = /* @__PURE__ */ Qe(XCe, [["__scopeId", "data-v-5b3ec734"]]), JCe = { class: "wt-table-actions" }, eke = /* @__PURE__ */ Bt({
|
|
67158
67159
|
__name: "wt-table-actions",
|
|
67159
67160
|
props: {
|
|
67160
67161
|
icons: { default: () => ["refresh"] },
|
|
@@ -74530,7 +74531,7 @@ class MAe {
|
|
|
74530
74531
|
return "audio";
|
|
74531
74532
|
}
|
|
74532
74533
|
async load(n) {
|
|
74533
|
-
return new (await import("./vidstack-audio-
|
|
74534
|
+
return new (await import("./vidstack-audio-zdkPu0oA.js")).AudioProvider(this.target, n);
|
|
74534
74535
|
}
|
|
74535
74536
|
}
|
|
74536
74537
|
class ax {
|
|
@@ -74545,7 +74546,7 @@ class ax {
|
|
|
74545
74546
|
return "video";
|
|
74546
74547
|
}
|
|
74547
74548
|
async load(n) {
|
|
74548
|
-
return new (await import("./vidstack-video-
|
|
74549
|
+
return new (await import("./vidstack-video-C6v9_v4c.js")).VideoProvider(this.target, n);
|
|
74549
74550
|
}
|
|
74550
74551
|
}
|
|
74551
74552
|
const F3 = class F3 extends ax {
|
|
@@ -74557,7 +74558,7 @@ const F3 = class F3 extends ax {
|
|
|
74557
74558
|
return F3.supported && sh(i);
|
|
74558
74559
|
}
|
|
74559
74560
|
async load(i) {
|
|
74560
|
-
return new (await import("./vidstack-hls-
|
|
74561
|
+
return new (await import("./vidstack-hls-BwVfbStc.js")).HLSProvider(this.target, i);
|
|
74561
74562
|
}
|
|
74562
74563
|
};
|
|
74563
74564
|
ee(F3, "supported", ex());
|
|
@@ -74571,7 +74572,7 @@ const N3 = class N3 extends ax {
|
|
|
74571
74572
|
return N3.supported && tx(i);
|
|
74572
74573
|
}
|
|
74573
74574
|
async load(i) {
|
|
74574
|
-
return new (await import("./vidstack-dash-
|
|
74575
|
+
return new (await import("./vidstack-dash-DTg8gRm7.js")).DASHProvider(this.target, i);
|
|
74575
74576
|
}
|
|
74576
74577
|
};
|
|
74577
74578
|
ee(N3, "supported", RSe());
|
|
@@ -74597,7 +74598,7 @@ class jAe {
|
|
|
74597
74598
|
return "video";
|
|
74598
74599
|
}
|
|
74599
74600
|
async load(n) {
|
|
74600
|
-
return new (await import("./vidstack-vimeo-
|
|
74601
|
+
return new (await import("./vidstack-vimeo-Cy5Loo_h.js")).VimeoProvider(this.target, n);
|
|
74601
74602
|
}
|
|
74602
74603
|
async loadPoster(n, i, a) {
|
|
74603
74604
|
const { resolveVimeoVideoId: l, getVimeoVideoInfo: s } = await import("./vidstack-krOAtKMi-B4IZWKdc.js");
|
|
@@ -74631,7 +74632,7 @@ class qAe {
|
|
|
74631
74632
|
return "video";
|
|
74632
74633
|
}
|
|
74633
74634
|
async load(n) {
|
|
74634
|
-
return new (await import("./vidstack-youtube-
|
|
74635
|
+
return new (await import("./vidstack-youtube-DtQ6OT2A.js")).YouTubeProvider(this.target, n);
|
|
74635
74636
|
}
|
|
74636
74637
|
async loadPoster(n, i, a) {
|
|
74637
74638
|
const { findYouTubePoster: l, resolveYouTubeVideoId: s } = await import("./vidstack-Dm1xEU9Q-qSXq3AI-.js"), d = Nt(n.src) && s(n.src);
|
|
@@ -75051,7 +75052,7 @@ class VAe extends Fp {
|
|
|
75051
75052
|
throw s.code = "CAST_NOT_AVAILABLE", s;
|
|
75052
75053
|
}
|
|
75053
75054
|
if (dh("https://www.gstatic.com"), !v(this, Dc)) {
|
|
75054
|
-
const s = await import("./vidstack-D2pY00kU-
|
|
75055
|
+
const s = await import("./vidstack-D2pY00kU-BYytRjCF.js").then((d) => d.v);
|
|
75055
75056
|
Y(this, Dc, new s.GoogleCastLoader());
|
|
75056
75057
|
}
|
|
75057
75058
|
await v(this, Dc).prompt(v(this, Rl)), i && v(this, Mt).queue.enqueue("media-google-cast-request", i);
|
|
@@ -76772,7 +76773,7 @@ Bl = new WeakMap(), Qn = new WeakMap(), Bi = new WeakMap(), ul = new WeakSet(),
|
|
|
76772
76773
|
if ((a = v(this, Qn)) != null && a.classList.contains("vds-google-cast"))
|
|
76773
76774
|
return v(this, Qn);
|
|
76774
76775
|
const i = document.createElement("div");
|
|
76775
|
-
return i.classList.add("vds-google-cast"), import("./vidstack-D_-9AA6_-
|
|
76776
|
+
return i.classList.add("vds-google-cast"), import("./vidstack-D_-9AA6_-CuVZBenS.js").then(({ insertContent: l }) => {
|
|
76776
76777
|
l(i, v(this, Bl).$state);
|
|
76777
76778
|
}), i;
|
|
76778
76779
|
}, ee(lN, "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-mdAUQvwW.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
|
}
|