@webitel/ui-sdk 25.12.19 → 25.12.21
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-Cc5v28sQ.js → install-CdGI1s_Z.js} +46 -30
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +523 -523
- package/dist/{vidstack-Bq6c3Bam-DsrzVnIy.js → vidstack-Bq6c3Bam-BLAMh0vH.js} +2 -2
- package/dist/{vidstack-D2pY00kU-CfifXGPD.js → vidstack-D2pY00kU-Dicre-nA.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-DLvflmce.js → vidstack-DDXt6fpN-CdAy0iv6.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-GJSNStr6.js → vidstack-D_-9AA6_-CidODK__.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-PZilPgEJ.js → vidstack-DqAw8m9J-BwXpv8Os.js} +1 -1
- package/dist/{vidstack-audio-DAQFDjfz.js → vidstack-audio-BQjseZWu.js} +2 -2
- package/dist/{vidstack-dash-Baa-mmY0.js → vidstack-dash-Cx5Y-oOT.js} +3 -3
- package/dist/{vidstack-google-cast-BHt8nVcL.js → vidstack-google-cast-DRNYogTM.js} +3 -3
- package/dist/{vidstack-hls-Vlmn3t6k.js → vidstack-hls-sG3loGlT.js} +3 -3
- package/dist/{vidstack-video-UBob8Q-T.js → vidstack-video-DkPlVqH9.js} +2 -2
- package/dist/{vidstack-vimeo-DOSdlknH.js → vidstack-vimeo-Cp4A_zm_.js} +3 -3
- package/dist/{vidstack-youtube-BYufexS8.js → vidstack-youtube-CHb6qlZ2.js} +2 -2
- package/package.json +1 -1
- package/src/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue +1 -1
- package/src/modules/Userinfo/v2/stores/settingsStore.ts +9 -4
|
@@ -14046,6 +14046,7 @@ r({
|
|
|
14046
14046
|
duration: e().optional(),
|
|
14047
14047
|
id: e().optional(),
|
|
14048
14048
|
joinedAt: e().optional(),
|
|
14049
|
+
leavedAt: e().optional(),
|
|
14049
14050
|
pauseCause: e().optional(),
|
|
14050
14051
|
payload: e().optional(),
|
|
14051
14052
|
queue: r({
|
|
@@ -14095,6 +14096,7 @@ r({
|
|
|
14095
14096
|
duration: e().optional(),
|
|
14096
14097
|
id: e().optional(),
|
|
14097
14098
|
joinedAt: e().optional(),
|
|
14099
|
+
leavedAt: e().optional(),
|
|
14098
14100
|
pauseCause: e().optional(),
|
|
14099
14101
|
payload: e().optional(),
|
|
14100
14102
|
queue: r({
|
|
@@ -15857,7 +15859,7 @@ r({
|
|
|
15857
15859
|
|
|
15858
15860
|
bool active = 11; // not archive`),
|
|
15859
15861
|
question: e().optional(),
|
|
15860
|
-
teamFilter:
|
|
15862
|
+
teamFilter: c().optional().describe("expects userID to filter by user's team")
|
|
15861
15863
|
});
|
|
15862
15864
|
const kse = "question_default";
|
|
15863
15865
|
r({
|
|
@@ -47113,10 +47115,22 @@ r({
|
|
|
47113
47115
|
next: m().optional()
|
|
47114
47116
|
});
|
|
47115
47117
|
r({
|
|
47116
|
-
|
|
47118
|
+
q: e().optional(),
|
|
47119
|
+
type: f(c()).optional(),
|
|
47120
|
+
teamId: f(c()).optional(),
|
|
47121
|
+
tags: f(e()).optional()
|
|
47117
47122
|
});
|
|
47118
47123
|
r({
|
|
47119
|
-
|
|
47124
|
+
isAllEnabled: m().optional(),
|
|
47125
|
+
potentialRows: c().optional()
|
|
47126
|
+
});
|
|
47127
|
+
r({
|
|
47128
|
+
tags: f(e()).optional(),
|
|
47129
|
+
enabled: m().optional(),
|
|
47130
|
+
id: f(e()).optional(),
|
|
47131
|
+
q: e().optional(),
|
|
47132
|
+
teamId: f(c()).optional(),
|
|
47133
|
+
type: f(c()).optional()
|
|
47120
47134
|
});
|
|
47121
47135
|
r({
|
|
47122
47136
|
count: c().optional()
|
|
@@ -50618,7 +50632,8 @@ r({
|
|
|
50618
50632
|
});
|
|
50619
50633
|
r({
|
|
50620
50634
|
aggs: r({
|
|
50621
|
-
enabled: m().optional()
|
|
50635
|
+
enabled: m().optional(),
|
|
50636
|
+
potentialRows: c().optional()
|
|
50622
50637
|
}).optional(),
|
|
50623
50638
|
items: f(
|
|
50624
50639
|
r({
|
|
@@ -50650,6 +50665,7 @@ r({
|
|
|
50650
50665
|
enabled: m().optional(),
|
|
50651
50666
|
fields: f(e()).optional(),
|
|
50652
50667
|
id: f(e()).optional(),
|
|
50668
|
+
q: e().optional(),
|
|
50653
50669
|
skill: r({
|
|
50654
50670
|
id: e().optional(),
|
|
50655
50671
|
name: e().optional()
|
|
@@ -75349,8 +75365,8 @@ const l8e = /* @__PURE__ */ Ze(n8e, [["render", r8e], ["__scopeId", "data-v-5b67
|
|
|
75349
75365
|
}, 16, ["disabled", "for", "required", "invalid"]),
|
|
75350
75366
|
U("div", s8e, [
|
|
75351
75367
|
ke(_, {
|
|
75352
|
-
ref: "textarea-wrapper",
|
|
75353
75368
|
id: w.name,
|
|
75369
|
+
ref: "textarea-wrapper",
|
|
75354
75370
|
modelValue: a.value,
|
|
75355
75371
|
"onUpdate:modelValue": S[0] || (S[0] = (A) => a.value = A),
|
|
75356
75372
|
placeholder: w.placeholder || w.label,
|
|
@@ -75378,7 +75394,7 @@ const l8e = /* @__PURE__ */ Ze(n8e, [["render", r8e], ["__scopeId", "data-v-5b67
|
|
|
75378
75394
|
], 2);
|
|
75379
75395
|
};
|
|
75380
75396
|
}
|
|
75381
|
-
}), c8e = /* @__PURE__ */ Ze(d8e, [["__scopeId", "data-v-
|
|
75397
|
+
}), c8e = /* @__PURE__ */ Ze(d8e, [["__scopeId", "data-v-9d83a0ac"]]), p8e = {
|
|
75382
75398
|
name: "WtTimeInput",
|
|
75383
75399
|
mixins: [uw],
|
|
75384
75400
|
props: {
|
|
@@ -80786,7 +80802,7 @@ class Bwe {
|
|
|
80786
80802
|
return "audio";
|
|
80787
80803
|
}
|
|
80788
80804
|
async load(i) {
|
|
80789
|
-
return new (await import("./vidstack-audio-
|
|
80805
|
+
return new (await import("./vidstack-audio-BQjseZWu.js")).AudioProvider(this.target, i);
|
|
80790
80806
|
}
|
|
80791
80807
|
}
|
|
80792
80808
|
class Bw {
|
|
@@ -80801,7 +80817,7 @@ class Bw {
|
|
|
80801
80817
|
return "video";
|
|
80802
80818
|
}
|
|
80803
80819
|
async load(i) {
|
|
80804
|
-
return new (await import("./vidstack-video-
|
|
80820
|
+
return new (await import("./vidstack-video-DkPlVqH9.js")).VideoProvider(this.target, i);
|
|
80805
80821
|
}
|
|
80806
80822
|
}
|
|
80807
80823
|
const E3 = class E3 extends Bw {
|
|
@@ -80813,7 +80829,7 @@ const E3 = class E3 extends Bw {
|
|
|
80813
80829
|
return E3.supported && th(n);
|
|
80814
80830
|
}
|
|
80815
80831
|
async load(n) {
|
|
80816
|
-
return new (await import("./vidstack-hls-
|
|
80832
|
+
return new (await import("./vidstack-hls-sG3loGlT.js")).HLSProvider(this.target, n);
|
|
80817
80833
|
}
|
|
80818
80834
|
};
|
|
80819
80835
|
ee(E3, "supported", Ow());
|
|
@@ -80827,7 +80843,7 @@ const _3 = class _3 extends Bw {
|
|
|
80827
80843
|
return _3.supported && Dw(n);
|
|
80828
80844
|
}
|
|
80829
80845
|
async load(n) {
|
|
80830
|
-
return new (await import("./vidstack-dash-
|
|
80846
|
+
return new (await import("./vidstack-dash-Cx5Y-oOT.js")).DASHProvider(this.target, n);
|
|
80831
80847
|
}
|
|
80832
80848
|
};
|
|
80833
80849
|
ee(_3, "supported", Ove());
|
|
@@ -80853,7 +80869,7 @@ class $we {
|
|
|
80853
80869
|
return "video";
|
|
80854
80870
|
}
|
|
80855
80871
|
async load(i) {
|
|
80856
|
-
return new (await import("./vidstack-vimeo-
|
|
80872
|
+
return new (await import("./vidstack-vimeo-Cp4A_zm_.js")).VimeoProvider(this.target, i);
|
|
80857
80873
|
}
|
|
80858
80874
|
async loadPoster(i, n, a) {
|
|
80859
80875
|
const { resolveVimeoVideoId: s, getVimeoVideoInfo: l } = await import("./vidstack-krOAtKMi-B4IZWKdc.js");
|
|
@@ -80887,7 +80903,7 @@ class Mwe {
|
|
|
80887
80903
|
return "video";
|
|
80888
80904
|
}
|
|
80889
80905
|
async load(i) {
|
|
80890
|
-
return new (await import("./vidstack-youtube-
|
|
80906
|
+
return new (await import("./vidstack-youtube-CHb6qlZ2.js")).YouTubeProvider(this.target, i);
|
|
80891
80907
|
}
|
|
80892
80908
|
async loadPoster(i, n, a) {
|
|
80893
80909
|
const { findYouTubePoster: s, resolveYouTubeVideoId: l } = await import("./vidstack-Dm1xEU9Q-qSXq3AI-.js"), d = jt(i.src) && l(i.src);
|
|
@@ -81307,7 +81323,7 @@ class zwe extends Bp {
|
|
|
81307
81323
|
throw l.code = "CAST_NOT_AVAILABLE", l;
|
|
81308
81324
|
}
|
|
81309
81325
|
if (oh("https://www.gstatic.com"), !v(this, Ac)) {
|
|
81310
|
-
const l = await import("./vidstack-D2pY00kU-
|
|
81326
|
+
const l = await import("./vidstack-D2pY00kU-Dicre-nA.js").then((d) => d.v);
|
|
81311
81327
|
Y(this, Ac, new l.GoogleCastLoader());
|
|
81312
81328
|
}
|
|
81313
81329
|
await v(this, Ac).prompt(v(this, Sl)), n && v(this, Rt).queue.enqueue("media-google-cast-request", n);
|
|
@@ -83028,7 +83044,7 @@ _l = new WeakMap(), Qi = new WeakMap(), Pn = new WeakMap(), al = new WeakSet(),
|
|
|
83028
83044
|
if ((a = v(this, Qi)) != null && a.classList.contains("vds-google-cast"))
|
|
83029
83045
|
return v(this, Qi);
|
|
83030
83046
|
const n = document.createElement("div");
|
|
83031
|
-
return n.classList.add("vds-google-cast"), import("./vidstack-D_-9AA6_-
|
|
83047
|
+
return n.classList.add("vds-google-cast"), import("./vidstack-D_-9AA6_-CidODK__.js").then(({ insertContent: s }) => {
|
|
83032
83048
|
s(n, v(this, _l).$state);
|
|
83033
83049
|
}), n;
|
|
83034
83050
|
}, ee(eM, "tagName", "media-provider");
|
|
@@ -117123,14 +117139,6 @@ const QNe = {
|
|
|
117123
117139
|
...T_.sizes,
|
|
117124
117140
|
colorScheme: T_.colorScheme
|
|
117125
117141
|
}, lVe = {
|
|
117126
|
-
...P_.sizes,
|
|
117127
|
-
colorScheme: P_.colorScheme,
|
|
117128
|
-
css: ({ dt: o }) => `
|
|
117129
|
-
.wt-textarea__textarea {
|
|
117130
|
-
min-height: ${o("textarea.minHeight")};
|
|
117131
|
-
}
|
|
117132
|
-
`
|
|
117133
|
-
}, sVe = {
|
|
117134
117142
|
...q_.sizes,
|
|
117135
117143
|
colorScheme: q_.colorScheme,
|
|
117136
117144
|
css: ({ dt: o }) => `
|
|
@@ -117141,10 +117149,10 @@ const QNe = {
|
|
|
117141
117149
|
justify-content: center;
|
|
117142
117150
|
}
|
|
117143
117151
|
`
|
|
117144
|
-
},
|
|
117152
|
+
}, sVe = {
|
|
117145
117153
|
...M_.sizes,
|
|
117146
117154
|
colorScheme: M_.colorScheme
|
|
117147
|
-
},
|
|
117155
|
+
}, dVe = {
|
|
117148
117156
|
...B_.sizes,
|
|
117149
117157
|
colorScheme: B_.colorScheme,
|
|
117150
117158
|
css: ({ dt: o }) => `
|
|
@@ -117165,7 +117173,7 @@ const QNe = {
|
|
|
117165
117173
|
.p-datatable-tbody > tr.row-${o}:has(+ .p-datatable-row-expansion:hover) > td {
|
|
117166
117174
|
background: ${i(`datatable.row.${o}HoverBackground`)};
|
|
117167
117175
|
}
|
|
117168
|
-
`,
|
|
117176
|
+
`, cVe = {
|
|
117169
117177
|
...L_.sizes,
|
|
117170
117178
|
colorScheme: L_.colorScheme,
|
|
117171
117179
|
// Rewrite the default table styles in the theme here:
|
|
@@ -117248,6 +117256,14 @@ const QNe = {
|
|
|
117248
117256
|
background: ${o("datatable.headerCell.background")};
|
|
117249
117257
|
}
|
|
117250
117258
|
`
|
|
117259
|
+
}, pVe = {
|
|
117260
|
+
...P_.sizes,
|
|
117261
|
+
colorScheme: P_.colorScheme,
|
|
117262
|
+
css: ({ dt: o }) => `
|
|
117263
|
+
.wt-textarea__textarea {
|
|
117264
|
+
min-height: ${o("textarea.minHeight")};
|
|
117265
|
+
}
|
|
117266
|
+
`
|
|
117251
117267
|
}, uVe = {
|
|
117252
117268
|
...O_.sizes,
|
|
117253
117269
|
colorScheme: O_.colorScheme
|
|
@@ -117272,16 +117288,16 @@ const QNe = {
|
|
|
117272
117288
|
button: JUe,
|
|
117273
117289
|
chip: tVe,
|
|
117274
117290
|
checkbox: eVe,
|
|
117275
|
-
textarea:
|
|
117276
|
-
toggleswitch:
|
|
117291
|
+
textarea: pVe,
|
|
117292
|
+
toggleswitch: dVe,
|
|
117277
117293
|
divider: oVe,
|
|
117278
117294
|
image: nVe,
|
|
117279
117295
|
menubar: aVe,
|
|
117280
117296
|
popover: rVe,
|
|
117281
|
-
radiobutton:
|
|
117282
|
-
slider:
|
|
117297
|
+
radiobutton: lVe,
|
|
117298
|
+
slider: sVe,
|
|
117283
117299
|
tooltip: fVe,
|
|
117284
|
-
datatable:
|
|
117300
|
+
datatable: cVe,
|
|
117285
117301
|
toolbar: uVe,
|
|
117286
117302
|
galleria: iVe
|
|
117287
117303
|
}, w6 = ({ size: o, dt: i }) => `
|