@webitel/ui-sdk 25.12.45 → 25.12.46
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-CUgs4Xk9.js → install-CVfWqwx_.js} +55 -21
- package/dist/{plyr-MznxCSdD.js → plyr-DjpbRwU1.js} +1 -1
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +4 -4
- package/dist/{vidstack-Bq6c3Bam-d3j_euvK.js → vidstack-Bq6c3Bam-D76pUOvQ.js} +2 -2
- package/dist/{vidstack-D2pY00kU-CXogHdEB.js → vidstack-D2pY00kU-Bu00d2sw.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-CgvZK-AW.js → vidstack-DDXt6fpN-BiIBX3zp.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-CM88fDLb.js → vidstack-D_-9AA6_-DntZkT1m.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-XYrShB_1.js → vidstack-DqAw8m9J-D1kVCcCr.js} +1 -1
- package/dist/{vidstack-audio-DM2PAvhc.js → vidstack-audio-DqdNN8Aw.js} +2 -2
- package/dist/{vidstack-dash-BUeqVh4h.js → vidstack-dash-WgTAdPNm.js} +3 -3
- package/dist/{vidstack-google-cast-CQEpU8W8.js → vidstack-google-cast-C2L48CdR.js} +3 -3
- package/dist/{vidstack-hls-BDthTU3U.js → vidstack-hls-sIM-sJCc.js} +3 -3
- package/dist/{vidstack-video-BThek5E6.js → vidstack-video-BCaTiWs3.js} +2 -2
- package/dist/{vidstack-vimeo-Bd8OaIn7.js → vidstack-vimeo-CJTn78Qu.js} +3 -3
- package/dist/{vidstack-youtube-RocUDWis.js → vidstack-youtube-3bZfchO3.js} +2 -2
- package/dist/{vuex.esm-bundler-CmuPKFG5.js → vuex.esm-bundler-BGS0cOh_.js} +1 -1
- package/package.json +1 -1
- package/src/components/wt-vidstack-player/components/layouts/video-layout.vue +2 -0
- package/src/components/wt-vidstack-player/components/panels/screen-sharing-controls-panel/screen-sharing-controls-panel.vue +10 -3
- package/src/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue +37 -28
- package/src/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue +2 -0
- package/src/components/wt-vidstack-player/wt-vidstack-player.vue +11 -0
- package/src/modules/CallSession/modules/VideoCall/video-call.vue +6 -1
- package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +1 -0
- package/types/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue.d.ts +2 -0
- package/types/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue.d.ts +1 -0
- package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +2 -0
- package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +2 -0
|
@@ -27931,6 +27931,7 @@ r({
|
|
|
27931
27931
|
id: e().optional(),
|
|
27932
27932
|
name: e().optional()
|
|
27933
27933
|
}).optional(),
|
|
27934
|
+
conversationId: e().optional(),
|
|
27934
27935
|
createdAt: e().optional(),
|
|
27935
27936
|
destination: e().optional(),
|
|
27936
27937
|
destinationName: e().optional(),
|
|
@@ -28179,6 +28180,7 @@ r({
|
|
|
28179
28180
|
id: e().optional(),
|
|
28180
28181
|
name: e().optional()
|
|
28181
28182
|
}).optional(),
|
|
28183
|
+
conversationId: e().optional(),
|
|
28182
28184
|
createdAt: e().optional(),
|
|
28183
28185
|
destination: e().optional(),
|
|
28184
28186
|
destinationName: e().optional(),
|
|
@@ -28512,6 +28514,7 @@ r({
|
|
|
28512
28514
|
id: e().optional(),
|
|
28513
28515
|
name: e().optional()
|
|
28514
28516
|
}).optional(),
|
|
28517
|
+
conversationId: e().optional(),
|
|
28515
28518
|
createdAt: e().optional(),
|
|
28516
28519
|
destination: e().optional(),
|
|
28517
28520
|
destinationName: e().optional(),
|
|
@@ -46113,6 +46116,12 @@ r({
|
|
|
46113
46116
|
r({
|
|
46114
46117
|
error: e().optional()
|
|
46115
46118
|
});
|
|
46119
|
+
r({
|
|
46120
|
+
id: e()
|
|
46121
|
+
});
|
|
46122
|
+
r({
|
|
46123
|
+
id: e().optional()
|
|
46124
|
+
});
|
|
46116
46125
|
r({
|
|
46117
46126
|
agent_id: e().describe("Agent ID for which the export is generated.")
|
|
46118
46127
|
});
|
|
@@ -48189,6 +48198,23 @@ r({
|
|
|
48189
48198
|
next: m().optional(),
|
|
48190
48199
|
page: c().optional()
|
|
48191
48200
|
});
|
|
48201
|
+
r({
|
|
48202
|
+
id: e()
|
|
48203
|
+
});
|
|
48204
|
+
r({
|
|
48205
|
+
allowSatisfaction: m().optional(),
|
|
48206
|
+
createdAt: e().optional(),
|
|
48207
|
+
expiresAt: e().optional(),
|
|
48208
|
+
satisfaction: e().optional(),
|
|
48209
|
+
title: e().optional()
|
|
48210
|
+
});
|
|
48211
|
+
r({
|
|
48212
|
+
id: e()
|
|
48213
|
+
});
|
|
48214
|
+
r({
|
|
48215
|
+
satisfaction: e().optional()
|
|
48216
|
+
});
|
|
48217
|
+
r({});
|
|
48192
48218
|
r({
|
|
48193
48219
|
id: f(e()).optional(),
|
|
48194
48220
|
permanent: m().optional()
|
|
@@ -57503,7 +57529,7 @@ const uge = /* @__PURE__ */ Ze(dge, [["render", pge], ["__scopeId", "data-v-9b7e
|
|
|
57503
57529
|
}, l = o, s = n, d = sb(), p = Re(!1), u = Re(null);
|
|
57504
57530
|
(async () => {
|
|
57505
57531
|
try {
|
|
57506
|
-
const w = await import("./vuex.esm-bundler-
|
|
57532
|
+
const w = await import("./vuex.esm-bundler-BGS0cOh_.js");
|
|
57507
57533
|
u.value = w.useStore();
|
|
57508
57534
|
} catch {
|
|
57509
57535
|
u.value = null;
|
|
@@ -66117,7 +66143,7 @@ const fwe = /* @__PURE__ */ Ze(lwe, [["render", uwe], ["__scopeId", "data-v-d8a8
|
|
|
66117
66143
|
"fullscreen"
|
|
66118
66144
|
], n = this.hideDuration ? o.filter((a) => a !== "duration") : o;
|
|
66119
66145
|
this.download && n.push("download");
|
|
66120
|
-
const i = (await import("./plyr-
|
|
66146
|
+
const i = (await import("./plyr-DjpbRwU1.js")).default;
|
|
66121
66147
|
this.player = new i(this.$refs.player, {
|
|
66122
66148
|
autoplay: this.autoplay,
|
|
66123
66149
|
loadSprite: !1,
|
|
@@ -76661,7 +76687,7 @@ class ZAe {
|
|
|
76661
76687
|
return "audio";
|
|
76662
76688
|
}
|
|
76663
76689
|
async load(n) {
|
|
76664
|
-
return new (await import("./vidstack-audio-
|
|
76690
|
+
return new (await import("./vidstack-audio-DqdNN8Aw.js")).AudioProvider(this.target, n);
|
|
76665
76691
|
}
|
|
76666
76692
|
}
|
|
76667
76693
|
class DC {
|
|
@@ -76676,7 +76702,7 @@ class DC {
|
|
|
76676
76702
|
return "video";
|
|
76677
76703
|
}
|
|
76678
76704
|
async load(n) {
|
|
76679
|
-
return new (await import("./vidstack-video-
|
|
76705
|
+
return new (await import("./vidstack-video-BCaTiWs3.js")).VideoProvider(this.target, n);
|
|
76680
76706
|
}
|
|
76681
76707
|
}
|
|
76682
76708
|
const P3 = class P3 extends DC {
|
|
@@ -76688,7 +76714,7 @@ const P3 = class P3 extends DC {
|
|
|
76688
76714
|
return P3.supported && ih(i);
|
|
76689
76715
|
}
|
|
76690
76716
|
async load(i) {
|
|
76691
|
-
return new (await import("./vidstack-hls-
|
|
76717
|
+
return new (await import("./vidstack-hls-sIM-sJCc.js")).HLSProvider(this.target, i);
|
|
76692
76718
|
}
|
|
76693
76719
|
};
|
|
76694
76720
|
Q(P3, "supported", AC());
|
|
@@ -76702,7 +76728,7 @@ const B3 = class B3 extends DC {
|
|
|
76702
76728
|
return B3.supported && TC(i);
|
|
76703
76729
|
}
|
|
76704
76730
|
async load(i) {
|
|
76705
|
-
return new (await import("./vidstack-dash-
|
|
76731
|
+
return new (await import("./vidstack-dash-WgTAdPNm.js")).DASHProvider(this.target, i);
|
|
76706
76732
|
}
|
|
76707
76733
|
};
|
|
76708
76734
|
Q(B3, "supported", HSe());
|
|
@@ -76728,7 +76754,7 @@ class XAe {
|
|
|
76728
76754
|
return "video";
|
|
76729
76755
|
}
|
|
76730
76756
|
async load(n) {
|
|
76731
|
-
return new (await import("./vidstack-vimeo-
|
|
76757
|
+
return new (await import("./vidstack-vimeo-CJTn78Qu.js")).VimeoProvider(this.target, n);
|
|
76732
76758
|
}
|
|
76733
76759
|
async loadPoster(n, i, a) {
|
|
76734
76760
|
const { resolveVimeoVideoId: l, getVimeoVideoInfo: s } = await import("./vidstack-krOAtKMi-B4IZWKdc.js");
|
|
@@ -76762,7 +76788,7 @@ class QAe {
|
|
|
76762
76788
|
return "video";
|
|
76763
76789
|
}
|
|
76764
76790
|
async load(n) {
|
|
76765
|
-
return new (await import("./vidstack-youtube-
|
|
76791
|
+
return new (await import("./vidstack-youtube-3bZfchO3.js")).YouTubeProvider(this.target, n);
|
|
76766
76792
|
}
|
|
76767
76793
|
async loadPoster(n, i, a) {
|
|
76768
76794
|
const { findYouTubePoster: l, resolveYouTubeVideoId: s } = await import("./vidstack-Dm1xEU9Q-qSXq3AI-.js"), d = Ft(n.src) && s(n.src);
|
|
@@ -77182,7 +77208,7 @@ class nTe extends Fp {
|
|
|
77182
77208
|
throw s.code = "CAST_NOT_AVAILABLE", s;
|
|
77183
77209
|
}
|
|
77184
77210
|
if (ah("https://www.gstatic.com"), !v(this, Dc)) {
|
|
77185
|
-
const s = await import("./vidstack-D2pY00kU-
|
|
77211
|
+
const s = await import("./vidstack-D2pY00kU-Bu00d2sw.js").then((d) => d.v);
|
|
77186
77212
|
Y(this, Dc, new s.GoogleCastLoader());
|
|
77187
77213
|
}
|
|
77188
77214
|
await v(this, Dc).prompt(v(this, Dl)), i && v(this, Rt).queue.enqueue("media-google-cast-request", i);
|
|
@@ -78903,7 +78929,7 @@ Pl = new WeakMap(), ti = new WeakMap(), Fi = new WeakMap(), pl = new WeakSet(),
|
|
|
78903
78929
|
if ((a = v(this, ti)) != null && a.classList.contains("vds-google-cast"))
|
|
78904
78930
|
return v(this, ti);
|
|
78905
78931
|
const i = document.createElement("div");
|
|
78906
|
-
return i.classList.add("vds-google-cast"), import("./vidstack-D_-9AA6_-
|
|
78932
|
+
return i.classList.add("vds-google-cast"), import("./vidstack-D_-9AA6_-DntZkT1m.js").then(({ insertContent: l }) => {
|
|
78907
78933
|
l(i, v(this, Pl).$state);
|
|
78908
78934
|
}), i;
|
|
78909
78935
|
}, Q(XM, "tagName", "media-provider");
|
|
@@ -83325,7 +83351,8 @@ const pEe = /* @__PURE__ */ Bt({
|
|
|
83325
83351
|
props: {
|
|
83326
83352
|
title: {},
|
|
83327
83353
|
username: {},
|
|
83328
|
-
closable: { type: Boolean }
|
|
83354
|
+
closable: { type: Boolean },
|
|
83355
|
+
hideExpand: { type: Boolean }
|
|
83329
83356
|
},
|
|
83330
83357
|
emits: ["close"],
|
|
83331
83358
|
setup(o, { emit: n }) {
|
|
@@ -83358,14 +83385,15 @@ const pEe = /* @__PURE__ */ Bt({
|
|
|
83358
83385
|
]),
|
|
83359
83386
|
U("div", yEe, [
|
|
83360
83387
|
ke(uEe, { onToggle: p }),
|
|
83361
|
-
|
|
83388
|
+
s.hideExpand ? F("", !0) : (k(), J(mEe, {
|
|
83389
|
+
key: 0,
|
|
83362
83390
|
"primary-icon": "expand",
|
|
83363
83391
|
"secondary-icon": "collapse",
|
|
83364
83392
|
color: "on-dark",
|
|
83365
83393
|
onToggle: u
|
|
83366
|
-
}),
|
|
83394
|
+
})),
|
|
83367
83395
|
s.closable ? (k(), J(kp, {
|
|
83368
|
-
key:
|
|
83396
|
+
key: 1,
|
|
83369
83397
|
icon: "close",
|
|
83370
83398
|
color: "on-dark",
|
|
83371
83399
|
onClick: y[0] || (y[0] = (w) => d("close"))
|
|
@@ -83373,14 +83401,15 @@ const pEe = /* @__PURE__ */ Bt({
|
|
|
83373
83401
|
])
|
|
83374
83402
|
], 2));
|
|
83375
83403
|
}
|
|
83376
|
-
}), wEe = /* @__PURE__ */ Ze(vEe, [["__scopeId", "data-v-
|
|
83404
|
+
}), wEe = /* @__PURE__ */ Ze(vEe, [["__scopeId", "data-v-5022f508"]]), CEe = /* @__PURE__ */ Bt({
|
|
83377
83405
|
__name: "video-layout",
|
|
83378
83406
|
props: {
|
|
83379
83407
|
title: {},
|
|
83380
83408
|
username: {},
|
|
83381
83409
|
closable: { type: Boolean },
|
|
83382
83410
|
hideHeader: { type: Boolean },
|
|
83383
|
-
hideControlsPanel: { type: Boolean }
|
|
83411
|
+
hideControlsPanel: { type: Boolean },
|
|
83412
|
+
hideExpand: { type: Boolean }
|
|
83384
83413
|
},
|
|
83385
83414
|
emits: ["close-player", "close-session", "make-screenshot", "toggle-record"],
|
|
83386
83415
|
setup(o, { emit: n }) {
|
|
@@ -83393,8 +83422,9 @@ const pEe = /* @__PURE__ */ Bt({
|
|
|
83393
83422
|
title: a.title,
|
|
83394
83423
|
username: a.username,
|
|
83395
83424
|
closable: a.closable,
|
|
83425
|
+
"hide-expand": a.hideExpand,
|
|
83396
83426
|
onClose: d[0] || (d[0] = (p) => l("close-player"))
|
|
83397
|
-
}, null, 8, ["class", "title", "username", "closable"]),
|
|
83427
|
+
}, null, 8, ["class", "title", "username", "closable", "hide-expand"]),
|
|
83398
83428
|
U("media-controls-group", null, [
|
|
83399
83429
|
Z(s.$slots, "content", {}, void 0, !0)
|
|
83400
83430
|
]),
|
|
@@ -83403,7 +83433,7 @@ const pEe = /* @__PURE__ */ Bt({
|
|
|
83403
83433
|
], !0)
|
|
83404
83434
|
], 2));
|
|
83405
83435
|
}
|
|
83406
|
-
}), kEe = /* @__PURE__ */ Ze(CEe, [["__scopeId", "data-v-
|
|
83436
|
+
}), kEe = /* @__PURE__ */ Ze(CEe, [["__scopeId", "data-v-8a513385"]]), xEe = ["src", "autoplay", "muted"], IEe = /* @__PURE__ */ Bt({
|
|
83407
83437
|
__name: "wt-vidstack-player",
|
|
83408
83438
|
props: {
|
|
83409
83439
|
src: {},
|
|
@@ -83418,7 +83448,9 @@ const pEe = /* @__PURE__ */ Bt({
|
|
|
83418
83448
|
size: {},
|
|
83419
83449
|
hideHeader: { type: Boolean },
|
|
83420
83450
|
hideControlsPanel: { type: Boolean },
|
|
83421
|
-
hideBackground: { type: Boolean }
|
|
83451
|
+
hideBackground: { type: Boolean },
|
|
83452
|
+
hideExpand: { type: Boolean },
|
|
83453
|
+
stretch: { type: Boolean }
|
|
83422
83454
|
},
|
|
83423
83455
|
emits: ["close", "change-size"],
|
|
83424
83456
|
setup(o, { emit: n }) {
|
|
@@ -83444,6 +83476,7 @@ const pEe = /* @__PURE__ */ Bt({
|
|
|
83444
83476
|
class: Ie(["wt-vidstack-player", [
|
|
83445
83477
|
`wt-vidstack-player--${s.value}`,
|
|
83446
83478
|
d.value && "wt-vidstack-player--fullscreen",
|
|
83479
|
+
o.stretch && "wt-vidstack-player--stretch",
|
|
83447
83480
|
i.static && "wt-vidstack-player--static",
|
|
83448
83481
|
i.hideBackground && "wt-vidstack-player--hide-background"
|
|
83449
83482
|
]])
|
|
@@ -83468,6 +83501,7 @@ const pEe = /* @__PURE__ */ Bt({
|
|
|
83468
83501
|
autoplay: i.autoplay,
|
|
83469
83502
|
title: i.title,
|
|
83470
83503
|
username: i.username,
|
|
83504
|
+
"hide-expand": i.hideExpand,
|
|
83471
83505
|
onClosePlayer: g[0] || (g[0] = (y) => a("close"))
|
|
83472
83506
|
}, {
|
|
83473
83507
|
"controls-panel": re(() => [
|
|
@@ -83477,11 +83511,11 @@ const pEe = /* @__PURE__ */ Bt({
|
|
|
83477
83511
|
Z(b.$slots, "content", { size: s.value }, void 0, !0)
|
|
83478
83512
|
]),
|
|
83479
83513
|
_: 3
|
|
83480
|
-
}, 8, ["hide-header", "hide-controls-panel", "closable", "autoplay", "title", "username"])
|
|
83514
|
+
}, 8, ["hide-header", "hide-controls-panel", "closable", "autoplay", "title", "username", "hide-expand"])
|
|
83481
83515
|
], 40, xEe)
|
|
83482
83516
|
], 2));
|
|
83483
83517
|
}
|
|
83484
|
-
}), SEe = /* @__PURE__ */ Ze(IEe, [["__scopeId", "data-v-
|
|
83518
|
+
}), SEe = /* @__PURE__ */ Ze(IEe, [["__scopeId", "data-v-353b98fa"]]), GE = {
|
|
83485
83519
|
WtActionBar: m5e,
|
|
83486
83520
|
WtImage: g$,
|
|
83487
83521
|
WtEmpty: C6e,
|
|
@@ -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-CVfWqwx_.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
|
}
|