@webitel/ui-sdk 25.12.25 → 25.12.26
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-Dlm9F6VX.js → install-CrrAB4P5.js} +24 -24
- package/dist/{plyr-C2xH9S2_.js → plyr-C3Uj3y6H.js} +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +11 -11
- package/dist/{vidstack-Bq6c3Bam-LBg_N7NA.js → vidstack-Bq6c3Bam-qlp5tBOT.js} +2 -2
- package/dist/{vidstack-D2pY00kU-B54jdjLZ.js → vidstack-D2pY00kU-CgOqqLnl.js} +2 -2
- package/dist/{vidstack-DDXt6fpN-0R_qWhr7.js → vidstack-DDXt6fpN-BqBO9dqI.js} +1 -1
- package/dist/{vidstack-D_-9AA6_-C20rEPA8.js → vidstack-D_-9AA6_-B_AxbMpy.js} +1 -1
- package/dist/{vidstack-DqAw8m9J-BVoQCcQn.js → vidstack-DqAw8m9J-DyYO78jE.js} +1 -1
- package/dist/{vidstack-audio-CVUfqXtN.js → vidstack-audio-BcC_A5EM.js} +2 -2
- package/dist/{vidstack-dash-DH1tKEgp.js → vidstack-dash-BIJxAfqI.js} +3 -3
- package/dist/{vidstack-google-cast-Chb7A1N-.js → vidstack-google-cast-DHfvKys1.js} +3 -3
- package/dist/{vidstack-hls-isJ6fzIa.js → vidstack-hls--7YShOeE.js} +3 -3
- package/dist/{vidstack-video-Oj0vav_S.js → vidstack-video-DS-N7qQ5.js} +2 -2
- package/dist/{vidstack-vimeo-t7YlxjO1.js → vidstack-vimeo-BZB0pZh_.js} +3 -3
- package/dist/{vidstack-youtube-Dx4AYrj5.js → vidstack-youtube-1XqeoBGJ.js} +2 -2
- package/package.json +1 -1
- package/src/plugins/primevue/theme/components/breadcrumb/breadcrumb.js +1 -1
- package/src/plugins/primevue/theme/components/button/button.js +1 -1
- package/src/plugins/primevue/theme/components/checkbox/checkbox.js +1 -1
- package/src/plugins/primevue/theme/components/chip/chip.js +1 -2
- package/src/plugins/primevue/theme/components/divider/divider.js +1 -1
- package/src/plugins/primevue/theme/components/galleria/galleria.js +1 -1
- package/src/plugins/primevue/theme/components/menubar/menubar.js +1 -1
- package/src/plugins/primevue/theme/components/popover/popover.js +1 -1
- package/src/plugins/primevue/theme/components/radio/radio.js +1 -1
- package/src/plugins/primevue/theme/components/slider/slider.js +1 -1
- package/src/plugins/primevue/theme/components/switcher/switcher.js +1 -1
- package/src/plugins/primevue/theme/components/table/table.js +1 -1
- package/src/plugins/primevue/theme/components/textarea/textarea.js +1 -1
- package/src/plugins/primevue/theme/components/toolbar/toolbar.js +1 -1
- package/src/plugins/primevue/theme/components/tooltip/tooltip.js +1 -1
- package/types/plugins/primevue/theme/components/breadcrumb/breadcrumb.d.ts +24 -22
- package/types/plugins/primevue/theme/components/button/button.d.ts +55 -53
- package/types/plugins/primevue/theme/components/checkbox/checkbox.d.ts +36 -34
- package/types/plugins/primevue/theme/components/chip/chip.d.ts +20 -18
- package/types/plugins/primevue/theme/components/divider/divider.d.ts +19 -17
- package/types/plugins/primevue/theme/components/galleria/galleria.d.ts +94 -92
- package/types/plugins/primevue/theme/components/menubar/menubar.d.ts +10 -8
- package/types/plugins/primevue/theme/components/popover/popover.d.ts +10 -8
- package/types/plugins/primevue/theme/components/radio/radio.d.ts +36 -34
- package/types/plugins/primevue/theme/components/slider/slider.d.ts +27 -25
- package/types/plugins/primevue/theme/components/switcher/switcher.d.ts +20 -18
- package/types/plugins/primevue/theme/components/table/table.d.ts +103 -101
- package/types/plugins/primevue/theme/components/textarea/textarea.d.ts +29 -27
- package/types/plugins/primevue/theme/components/toolbar/toolbar.d.ts +8 -6
- package/types/plugins/primevue/theme/components/tooltip/tooltip.d.ts +12 -10
|
@@ -70462,7 +70462,7 @@ const i9e = /* @__PURE__ */ Xe(Qye, [["render", n9e], ["__scopeId", "data-v-d8a8
|
|
|
70462
70462
|
"fullscreen"
|
|
70463
70463
|
], n = this.hideDuration ? o.filter((a) => a !== "duration") : o;
|
|
70464
70464
|
this.download && n.push("download");
|
|
70465
|
-
const i = (await import("./plyr-
|
|
70465
|
+
const i = (await import("./plyr-C3Uj3y6H.js")).default;
|
|
70466
70466
|
this.player = new i(this.$refs.player, {
|
|
70467
70467
|
autoplay: this.autoplay,
|
|
70468
70468
|
loadSprite: !1,
|
|
@@ -80978,7 +80978,7 @@ class NCe {
|
|
|
80978
80978
|
return "audio";
|
|
80979
80979
|
}
|
|
80980
80980
|
async load(n) {
|
|
80981
|
-
return new (await import("./vidstack-audio-
|
|
80981
|
+
return new (await import("./vidstack-audio-BcC_A5EM.js")).AudioProvider(this.target, n);
|
|
80982
80982
|
}
|
|
80983
80983
|
}
|
|
80984
80984
|
class kC {
|
|
@@ -80993,7 +80993,7 @@ class kC {
|
|
|
80993
80993
|
return "video";
|
|
80994
80994
|
}
|
|
80995
80995
|
async load(n) {
|
|
80996
|
-
return new (await import("./vidstack-video-
|
|
80996
|
+
return new (await import("./vidstack-video-DS-N7qQ5.js")).VideoProvider(this.target, n);
|
|
80997
80997
|
}
|
|
80998
80998
|
}
|
|
80999
80999
|
const L3 = class L3 extends kC {
|
|
@@ -81005,7 +81005,7 @@ const L3 = class L3 extends kC {
|
|
|
81005
81005
|
return L3.supported && oh(i);
|
|
81006
81006
|
}
|
|
81007
81007
|
async load(i) {
|
|
81008
|
-
return new (await import("./vidstack-hls
|
|
81008
|
+
return new (await import("./vidstack-hls--7YShOeE.js")).HLSProvider(this.target, i);
|
|
81009
81009
|
}
|
|
81010
81010
|
};
|
|
81011
81011
|
Q(L3, "supported", gC());
|
|
@@ -81019,7 +81019,7 @@ const $3 = class $3 extends kC {
|
|
|
81019
81019
|
return $3.supported && yC(i);
|
|
81020
81020
|
}
|
|
81021
81021
|
async load(i) {
|
|
81022
|
-
return new (await import("./vidstack-dash-
|
|
81022
|
+
return new (await import("./vidstack-dash-BIJxAfqI.js")).DASHProvider(this.target, i);
|
|
81023
81023
|
}
|
|
81024
81024
|
};
|
|
81025
81025
|
Q($3, "supported", Bwe());
|
|
@@ -81045,7 +81045,7 @@ class zCe {
|
|
|
81045
81045
|
return "video";
|
|
81046
81046
|
}
|
|
81047
81047
|
async load(n) {
|
|
81048
|
-
return new (await import("./vidstack-vimeo-
|
|
81048
|
+
return new (await import("./vidstack-vimeo-BZB0pZh_.js")).VimeoProvider(this.target, n);
|
|
81049
81049
|
}
|
|
81050
81050
|
async loadPoster(n, i, a) {
|
|
81051
81051
|
const { resolveVimeoVideoId: l, getVimeoVideoInfo: s } = await import("./vidstack-krOAtKMi-B4IZWKdc.js");
|
|
@@ -81079,7 +81079,7 @@ class UCe {
|
|
|
81079
81079
|
return "video";
|
|
81080
81080
|
}
|
|
81081
81081
|
async load(n) {
|
|
81082
|
-
return new (await import("./vidstack-youtube-
|
|
81082
|
+
return new (await import("./vidstack-youtube-1XqeoBGJ.js")).YouTubeProvider(this.target, n);
|
|
81083
81083
|
}
|
|
81084
81084
|
async loadPoster(n, i, a) {
|
|
81085
81085
|
const { findYouTubePoster: l, resolveYouTubeVideoId: s } = await import("./vidstack-Dm1xEU9Q-qSXq3AI-.js"), d = jt(n.src) && s(n.src);
|
|
@@ -81499,7 +81499,7 @@ class GCe extends jp {
|
|
|
81499
81499
|
throw s.code = "CAST_NOT_AVAILABLE", s;
|
|
81500
81500
|
}
|
|
81501
81501
|
if (nh("https://www.gstatic.com"), !v(this, Tc)) {
|
|
81502
|
-
const s = await import("./vidstack-D2pY00kU-
|
|
81502
|
+
const s = await import("./vidstack-D2pY00kU-CgOqqLnl.js").then((d) => d.v);
|
|
81503
81503
|
Z(this, Tc, new s.GoogleCastLoader());
|
|
81504
81504
|
}
|
|
81505
81505
|
await v(this, Tc).prompt(v(this, El)), i && v(this, Rt).queue.enqueue("media-google-cast-request", i);
|
|
@@ -83220,7 +83220,7 @@ Rl = new WeakMap(), Qn = new WeakMap(), $i = new WeakMap(), sl = new WeakSet(),
|
|
|
83220
83220
|
if ((a = v(this, Qn)) != null && a.classList.contains("vds-google-cast"))
|
|
83221
83221
|
return v(this, Qn);
|
|
83222
83222
|
const i = document.createElement("div");
|
|
83223
|
-
return i.classList.add("vds-google-cast"), import("./vidstack-D_-9AA6_-
|
|
83223
|
+
return i.classList.add("vds-google-cast"), import("./vidstack-D_-9AA6_-B_AxbMpy.js").then(({ insertContent: l }) => {
|
|
83224
83224
|
l(i, v(this, Rl).$state);
|
|
83225
83225
|
}), i;
|
|
83226
83226
|
}, Q(VM, "tagName", "media-provider");
|
|
@@ -117620,7 +117620,7 @@ const pKe = {
|
|
|
117620
117620
|
}
|
|
117621
117621
|
`
|
|
117622
117622
|
}, dGe = {
|
|
117623
|
-
|
|
117623
|
+
root: D_.sizes,
|
|
117624
117624
|
colorScheme: D_.colorScheme,
|
|
117625
117625
|
css: ({ dt: o }) => `
|
|
117626
117626
|
.p-breadcrumb .p-breadcrumb-list .p-breadcrumb-item .wt-breadcrumb__text {
|
|
@@ -117724,7 +117724,7 @@ const pKe = {
|
|
|
117724
117724
|
fill: ${n(`button.outlined.${o}.color`)};
|
|
117725
117725
|
}
|
|
117726
117726
|
`, uGe = {
|
|
117727
|
-
|
|
117727
|
+
root: v_.sizes,
|
|
117728
117728
|
colorScheme: v_.colorScheme,
|
|
117729
117729
|
extend: {
|
|
117730
117730
|
transfer: {
|
|
@@ -117794,7 +117794,7 @@ const pKe = {
|
|
|
117794
117794
|
}
|
|
117795
117795
|
`
|
|
117796
117796
|
}, fGe = {
|
|
117797
|
-
|
|
117797
|
+
root: S_.sizes,
|
|
117798
117798
|
colorScheme: S_.colorScheme,
|
|
117799
117799
|
css: ({ dt: o }) => `
|
|
117800
117800
|
.p-checkbox {
|
|
@@ -117840,7 +117840,7 @@ const pKe = {
|
|
|
117840
117840
|
fill: ${n(`chip.${o}.iconHoverColor`)};
|
|
117841
117841
|
}
|
|
117842
117842
|
`, hGe = {
|
|
117843
|
-
|
|
117843
|
+
root: I_.sizes,
|
|
117844
117844
|
colorScheme: I_.colorScheme,
|
|
117845
117845
|
// Rewrite the default chip styles in the theme here:
|
|
117846
117846
|
// For customize the chip styles you need write css styles for classes
|
|
@@ -117865,10 +117865,10 @@ const pKe = {
|
|
|
117865
117865
|
}
|
|
117866
117866
|
`
|
|
117867
117867
|
}, mGe = {
|
|
117868
|
-
|
|
117868
|
+
root: O_.sizes,
|
|
117869
117869
|
colorScheme: O_.colorScheme
|
|
117870
117870
|
}, bGe = {
|
|
117871
|
-
|
|
117871
|
+
root: L_.sizes,
|
|
117872
117872
|
colorScheme: L_.colorScheme,
|
|
117873
117873
|
css: ({ dt: o }) => `
|
|
117874
117874
|
.p-galleria-mask {
|
|
@@ -117948,17 +117948,17 @@ const pKe = {
|
|
|
117948
117948
|
gap: ${n("menubar.gap")};
|
|
117949
117949
|
}
|
|
117950
117950
|
`, yGe = {
|
|
117951
|
-
|
|
117951
|
+
root: k_.sizes,
|
|
117952
117952
|
colorScheme: k_.colorScheme,
|
|
117953
117953
|
css: ({ dt: o }) => `
|
|
117954
117954
|
${P_({ slot: "start", dt: o })}
|
|
117955
117955
|
${P_({ slot: "end", dt: o })}
|
|
117956
117956
|
`
|
|
117957
117957
|
}, vGe = {
|
|
117958
|
-
|
|
117958
|
+
root: w_.sizes,
|
|
117959
117959
|
colorScheme: w_.colorScheme
|
|
117960
117960
|
}, wGe = {
|
|
117961
|
-
|
|
117961
|
+
root: R_.sizes,
|
|
117962
117962
|
colorScheme: R_.colorScheme,
|
|
117963
117963
|
css: ({ dt: o }) => `
|
|
117964
117964
|
.p-radiobutton {
|
|
@@ -117969,10 +117969,10 @@ const pKe = {
|
|
|
117969
117969
|
}
|
|
117970
117970
|
`
|
|
117971
117971
|
}, CGe = {
|
|
117972
|
-
|
|
117972
|
+
root: __.sizes,
|
|
117973
117973
|
colorScheme: __.colorScheme
|
|
117974
117974
|
}, kGe = {
|
|
117975
|
-
|
|
117975
|
+
root: E_.sizes,
|
|
117976
117976
|
colorScheme: E_.colorScheme,
|
|
117977
117977
|
css: ({ dt: o }) => `
|
|
117978
117978
|
.p-toggleswitch {
|
|
@@ -117993,7 +117993,7 @@ const pKe = {
|
|
|
117993
117993
|
background: ${n(`datatable.row.${o}HoverBackground`)};
|
|
117994
117994
|
}
|
|
117995
117995
|
`, xGe = {
|
|
117996
|
-
|
|
117996
|
+
root: A_.sizes,
|
|
117997
117997
|
colorScheme: A_.colorScheme,
|
|
117998
117998
|
// Rewrite the default table styles in the theme here:
|
|
117999
117999
|
// For customize the table styles you need write css styles for classes
|
|
@@ -118076,7 +118076,7 @@ const pKe = {
|
|
|
118076
118076
|
}
|
|
118077
118077
|
`
|
|
118078
118078
|
}, IGe = {
|
|
118079
|
-
|
|
118079
|
+
root: T_.sizes,
|
|
118080
118080
|
colorScheme: T_.colorScheme,
|
|
118081
118081
|
css: ({ dt: o }) => `
|
|
118082
118082
|
.wt-textarea__textarea {
|
|
@@ -118084,10 +118084,10 @@ const pKe = {
|
|
|
118084
118084
|
}
|
|
118085
118085
|
`
|
|
118086
118086
|
}, SGe = {
|
|
118087
|
-
|
|
118087
|
+
root: x_.sizes,
|
|
118088
118088
|
colorScheme: x_.colorScheme
|
|
118089
118089
|
}, AGe = {
|
|
118090
|
-
|
|
118090
|
+
root: C_.sizes,
|
|
118091
118091
|
colorScheme: C_.colorScheme,
|
|
118092
118092
|
css: ({ dt: o }) => `
|
|
118093
118093
|
.p-tooltip-text {
|
|
@@ -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-CrrAB4P5.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
|
}
|
package/dist/ui-sdk.js
CHANGED
package/dist/ui-sdk.umd.cjs
CHANGED
|
@@ -7711,7 +7711,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
7711
7711
|
height: 100%;
|
|
7712
7712
|
width: 100%;
|
|
7713
7713
|
}
|
|
7714
|
-
`},zZe={
|
|
7714
|
+
`},zZe={root:iU.sizes,colorScheme:iU.colorScheme,css:({dt:o})=>`
|
|
7715
7715
|
.p-breadcrumb .p-breadcrumb-list .p-breadcrumb-item .wt-breadcrumb__text {
|
|
7716
7716
|
color: ${o("breadcrumb.item.color")};
|
|
7717
7717
|
}
|
|
@@ -7802,7 +7802,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
7802
7802
|
.p-button-outlined.p-button-${o} svg {
|
|
7803
7803
|
fill: ${n(`button.outlined.${o}.color`)};
|
|
7804
7804
|
}
|
|
7805
|
-
`,KZe={
|
|
7805
|
+
`,KZe={root:Wz.sizes,colorScheme:Wz.colorScheme,extend:{transfer:{background:"{black}",hoverBackground:"{black}",color:"{black}",hoverColor:"{black}"}},css:({dt:o})=>`
|
|
7806
7806
|
${mx({colorName:"transfer",dt:o})}
|
|
7807
7807
|
${mx({colorName:"error",dt:o})}
|
|
7808
7808
|
${mx({colorName:"job",dt:o})}
|
|
@@ -7858,7 +7858,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
7858
7858
|
.p-button--icon-${Ft.MD} {
|
|
7859
7859
|
padding: ${o("button.icon.md.padding")};
|
|
7860
7860
|
}
|
|
7861
|
-
`},WZe={
|
|
7861
|
+
`},WZe={root:Jz.sizes,colorScheme:Jz.colorScheme,css:({dt:o})=>`
|
|
7862
7862
|
.p-checkbox {
|
|
7863
7863
|
width: ${o("checkbox.root.wrapperWidth")};
|
|
7864
7864
|
height: ${o("checkbox.root.wrapperHeight")};
|
|
@@ -7900,7 +7900,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
7900
7900
|
.p-chip-${o} .wt-icon:hover {
|
|
7901
7901
|
fill: ${n(`chip.${o}.iconHoverColor`)};
|
|
7902
7902
|
}
|
|
7903
|
-
`,GZe={
|
|
7903
|
+
`,GZe={root:Qz.sizes,colorScheme:Qz.colorScheme,css:({dt:o})=>`
|
|
7904
7904
|
${Kp({colorName:"main",dt:o})}
|
|
7905
7905
|
${Kp({colorName:"primary",dt:o})}
|
|
7906
7906
|
${Kp({colorName:"secondary",dt:o})}
|
|
@@ -7919,7 +7919,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
7919
7919
|
width: ${o("chip.removeIcon.size")};
|
|
7920
7920
|
height: ${o("chip.removeIcon.size")};
|
|
7921
7921
|
}
|
|
7922
|
-
`},ZZe={
|
|
7922
|
+
`},ZZe={root:oU.sizes,colorScheme:oU.colorScheme},YZe={root:rU.sizes,colorScheme:rU.colorScheme,css:({dt:o})=>`
|
|
7923
7923
|
.p-galleria-mask {
|
|
7924
7924
|
z-index: ${o("galleria.mask.zIndex")} !important;
|
|
7925
7925
|
}
|
|
@@ -7993,17 +7993,17 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
7993
7993
|
align-items: center;
|
|
7994
7994
|
gap: ${n("menubar.gap")};
|
|
7995
7995
|
}
|
|
7996
|
-
`,QZe={
|
|
7996
|
+
`,QZe={root:Yz.sizes,colorScheme:Yz.colorScheme,css:({dt:o})=>`
|
|
7997
7997
|
${sU({slot:"start",dt:o})}
|
|
7998
7998
|
${sU({slot:"end",dt:o})}
|
|
7999
|
-
`},JZe={
|
|
7999
|
+
`},JZe={root:Gz.sizes,colorScheme:Gz.colorScheme},VZe={root:aU.sizes,colorScheme:aU.colorScheme,css:({dt:o})=>`
|
|
8000
8000
|
.p-radiobutton {
|
|
8001
8001
|
width: ${o("radiobutton.root.wrapperWidth")};
|
|
8002
8002
|
height: ${o("radiobutton.root.wrapperHeight")};
|
|
8003
8003
|
align-items: center;
|
|
8004
8004
|
justify-content: center;
|
|
8005
8005
|
}
|
|
8006
|
-
`},eYe={
|
|
8006
|
+
`},eYe={root:nU.sizes,colorScheme:nU.colorScheme},tYe={root:tU.sizes,colorScheme:tU.colorScheme,css:({dt:o})=>`
|
|
8007
8007
|
.p-toggleswitch {
|
|
8008
8008
|
flex-shrink: 0;
|
|
8009
8009
|
}
|
|
@@ -8020,7 +8020,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8020
8020
|
.p-datatable-tbody > tr.row-${o}:has(+ .p-datatable-row-expansion:hover) > td {
|
|
8021
8021
|
background: ${n(`datatable.row.${o}HoverBackground`)};
|
|
8022
8022
|
}
|
|
8023
|
-
`,oYe={
|
|
8023
|
+
`,oYe={root:Vz.sizes,colorScheme:Vz.colorScheme,css:({dt:o})=>`
|
|
8024
8024
|
.p-datatable-table-container {
|
|
8025
8025
|
width: 100%;
|
|
8026
8026
|
}
|
|
@@ -8097,11 +8097,11 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
8097
8097
|
.p-datatable-header-cell:not(:has(.wt-table__th__sort-arrow)) {
|
|
8098
8098
|
background: ${o("datatable.headerCell.background")};
|
|
8099
8099
|
}
|
|
8100
|
-
`},nYe={
|
|
8100
|
+
`},nYe={root:eU.sizes,colorScheme:eU.colorScheme,css:({dt:o})=>`
|
|
8101
8101
|
.wt-textarea__textarea {
|
|
8102
8102
|
min-height: ${o("textarea.minHeight")};
|
|
8103
8103
|
}
|
|
8104
|
-
`},iYe={
|
|
8104
|
+
`},iYe={root:Xz.sizes,colorScheme:Xz.colorScheme},aYe={root:Zz.sizes,colorScheme:Zz.colorScheme,css:({dt:o})=>`
|
|
8105
8105
|
.p-tooltip-text {
|
|
8106
8106
|
white-space: pre-line;
|
|
8107
8107
|
word-break: normal;
|
|
@@ -5,8 +5,8 @@ var ot = (n) => {
|
|
|
5
5
|
var Xt = (n, t, s) => t in n ? Qt(n, t, { enumerable: !0, configurable: !0, writable: !0, value: s }) : n[t] = s;
|
|
6
6
|
var M = (n, t, s) => Xt(n, typeof t != "symbol" ? t + "" : t, s), X = (n, t, s) => t.has(n) || ot("Cannot " + s);
|
|
7
7
|
var i = (n, t, s) => (X(n, t, "read from private field"), s ? s.call(n) : t.get(n)), d = (n, t, s) => t.has(n) ? ot("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(n) : t.set(n, s), c = (n, t, s, r) => (X(n, t, "write to private field"), r ? r.call(n, s) : t.set(n, s), s), a = (n, t, s) => (X(n, t, "access private method"), s);
|
|
8
|
-
import { z as Yt, y as ut, A as j, B as Zt, b as ti, E as nt, e as lt, C as _, F as ii, G as ei, d as si, H as ai, l as rt, J as dt, D as ni, L as Y, K as Z } from "./install-
|
|
9
|
-
import { R as ri } from "./vidstack-DqAw8m9J-
|
|
8
|
+
import { z as Yt, y as ut, A as j, B as Zt, b as ti, E as nt, e as lt, C as _, F as ii, G as ei, d as si, H as ai, l as rt, J as dt, D as ni, L as Y, K as Z } from "./install-CrrAB4P5.js";
|
|
9
|
+
import { R as ri } from "./vidstack-DqAw8m9J-DyYO78jE.js";
|
|
10
10
|
let q = null, K = [], z = [];
|
|
11
11
|
function ht() {
|
|
12
12
|
return q ?? (q = new AudioContext());
|
|
@@ -5,7 +5,7 @@ var w = (t) => {
|
|
|
5
5
|
var P = (t, e, a) => e in t ? _(t, e, { enumerable: !0, configurable: !0, writable: !0, value: a }) : t[e] = a;
|
|
6
6
|
var u = (t, e, a) => P(t, typeof e != "symbol" ? e + "" : e, a), C = (t, e, a) => e.has(t) || w("Cannot " + a);
|
|
7
7
|
var c = (t, e, a) => (C(t, e, "read from private field"), a ? a.call(t) : e.get(t)), m = (t, e, a) => e.has(t) ? w("Cannot add the same private member more than once") : e instanceof WeakSet ? e.add(t) : e.set(t, a), y = (t, e, a, o) => (C(t, e, "write to private field"), o ? o.call(t, a) : e.set(t, a), a), s = (t, e, a) => (C(t, e, "access private method"), a);
|
|
8
|
-
import { l as b, j as A, U as O, F as D, d as R, n as M } from "./install-
|
|
8
|
+
import { l as b, j as A, U as O, F as D, d as R, n as M } from "./install-CrrAB4P5.js";
|
|
9
9
|
function U() {
|
|
10
10
|
return "https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?loadCastFramework=1";
|
|
11
11
|
}
|
|
@@ -94,7 +94,7 @@ class T {
|
|
|
94
94
|
async load(e) {
|
|
95
95
|
if (!c(this, n))
|
|
96
96
|
throw Error("[vidstack] google cast player was not initialized");
|
|
97
|
-
return new (await import("./vidstack-google-cast-
|
|
97
|
+
return new (await import("./vidstack-google-cast-DHfvKys1.js")).GoogleCastProvider(c(this, n), e);
|
|
98
98
|
}
|
|
99
99
|
}
|
|
100
100
|
n = new WeakMap(), r = new WeakSet(), S = async function(e) {
|
|
@@ -5,7 +5,7 @@ var g = (s) => {
|
|
|
5
5
|
var w = (s, t, i) => t in s ? y(s, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : s[t] = i;
|
|
6
6
|
var c = (s, t, i) => w(s, typeof t != "symbol" ? t + "" : t, i), h = (s, t, i) => t.has(s) || g("Cannot " + i);
|
|
7
7
|
var e = (s, t, i) => (h(s, t, "read from private field"), i ? i.call(s) : t.get(s)), l = (s, t, i) => t.has(s) ? g("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(s) : t.set(s, i), p = (s, t, i, a) => (h(s, t, "write to private field"), a ? a.call(s, i) : t.set(s, i), i), u = (s, t, i) => (h(s, t, "access private method"), i);
|
|
8
|
-
import { K as M, l as f, e as A, d as P, S as O, b as S } from "./install-
|
|
8
|
+
import { K as M, l as f, e as A, d as P, S as O, b as S } from "./install-CrrAB4P5.js";
|
|
9
9
|
var r, o, b, m;
|
|
10
10
|
class J {
|
|
11
11
|
constructor(t) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as d, a as i, I as l, e as m } from "./install-
|
|
1
|
+
import { c as d, a as i, I as l, e as m } from "./install-CrrAB4P5.js";
|
|
2
2
|
const p = /* @__PURE__ */ i(
|
|
3
3
|
'<svg viewBox="0 0 32 32" fill="none" aria-hidden="true" xmlns="http://www.w3.org/2000/svg"></svg>'
|
|
4
4
|
);
|
|
@@ -3,7 +3,7 @@ var f = (i) => {
|
|
|
3
3
|
};
|
|
4
4
|
var c = (i, t, s) => t.has(i) || f("Cannot " + s);
|
|
5
5
|
var r = (i, t, s) => (c(i, t, "read from private field"), s ? s.call(i) : t.get(i)), e = (i, t, s) => t.has(i) ? f("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(i) : t.set(i, s), h = (i, t, s, u) => (c(i, t, "write to private field"), u ? u.call(i, s) : t.set(i, s), s), m = (i, t, s) => (c(i, t, "access private method"), s);
|
|
6
|
-
import { k as l, u as p } from "./install-
|
|
6
|
+
import { k as l, u as p } from "./install-CrrAB4P5.js";
|
|
7
7
|
var o, a, n, d;
|
|
8
8
|
class F {
|
|
9
9
|
constructor(t) {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
var a = Object.defineProperty;
|
|
2
2
|
var o = (i, e, t) => e in i ? a(i, e, { enumerable: !0, configurable: !0, writable: !0, value: t }) : i[e] = t;
|
|
3
3
|
var r = (i, e, t) => o(i, typeof e != "symbol" ? e + "" : e, t);
|
|
4
|
-
import { s as p } from "./install-
|
|
5
|
-
import { H as d, a as u } from "./vidstack-Bq6c3Bam-
|
|
4
|
+
import { s as p } from "./install-CrrAB4P5.js";
|
|
5
|
+
import { H as d, a as u } from "./vidstack-Bq6c3Bam-qlp5tBOT.js";
|
|
6
6
|
class n extends d {
|
|
7
7
|
constructor(t, s) {
|
|
8
8
|
super(t, s);
|
|
@@ -5,9 +5,9 @@ var Y = (n) => {
|
|
|
5
5
|
var wt = (n, t, e) => t in n ? vt(n, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : n[t] = e;
|
|
6
6
|
var I = (n, t, e) => wt(n, typeof t != "symbol" ? t + "" : t, e), b = (n, t, e) => t.has(n) || Y("Cannot " + e);
|
|
7
7
|
var i = (n, t, e) => (b(n, t, "read from private field"), e ? e.call(n) : t.get(n)), f = (n, t, e) => t.has(n) ? Y("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(n) : t.set(n, e), p = (n, t, e, r) => (b(n, t, "write to private field"), r ? r.call(n, e) : t.set(n, e), e), h = (n, t, e) => (b(n, t, "access private method"), e);
|
|
8
|
-
import { q as Et, b as _, p as Lt, d as At, Q as z, l as J, e as Dt, D as N, f as xt, h as O, T as Mt, L as q, r as Ct, t as Nt, u as Rt, j as Ft, k as Z, m as Pt, n as qt, o as _t } from "./install-
|
|
9
|
-
import { VideoProvider as $t } from "./vidstack-video-
|
|
10
|
-
import { R as jt } from "./vidstack-DqAw8m9J-
|
|
8
|
+
import { q as Et, b as _, p as Lt, d as At, Q as z, l as J, e as Dt, D as N, f as xt, h as O, T as Mt, L as q, r as Ct, t as Nt, u as Rt, j as Ft, k as Z, m as Pt, n as qt, o as _t } from "./install-CrrAB4P5.js";
|
|
9
|
+
import { VideoProvider as $t } from "./vidstack-video-DS-N7qQ5.js";
|
|
10
|
+
import { R as jt } from "./vidstack-DqAw8m9J-DyYO78jE.js";
|
|
11
11
|
function W(n) {
|
|
12
12
|
try {
|
|
13
13
|
return new Intl.DisplayNames(navigator.languages, { type: "language" }).of(n) ?? null;
|
|
@@ -5,9 +5,9 @@ var Q = (d) => {
|
|
|
5
5
|
var vt = (d, t, s) => t in d ? Lt(d, t, { enumerable: !0, configurable: !0, writable: !0, value: s }) : d[t] = s;
|
|
6
6
|
var G = (d, t, s) => vt(d, typeof t != "symbol" ? t + "" : t, s), O = (d, t, s) => t.has(d) || Q("Cannot " + s);
|
|
7
7
|
var e = (d, t, s) => (O(d, t, "read from private field"), s ? s.call(d) : t.get(d)), T = (d, t, s) => t.has(d) ? Q("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(d) : t.set(d, s), l = (d, t, s, i) => (O(d, t, "write to private field"), i ? i.call(d, s) : t.set(d, s), s), r = (d, t, s) => (O(d, t, "access private method"), s);
|
|
8
|
-
import { z as St, M as L, V as Z, y as At, D as tt, d as V, l as et, e as It, W as bt, L as Rt } from "./install-
|
|
9
|
-
import { R as wt } from "./vidstack-DqAw8m9J-
|
|
10
|
-
import { g as Mt, a as Dt, b as it, h as st, l as Nt, c as Pt } from "./vidstack-D2pY00kU-
|
|
8
|
+
import { z as St, M as L, V as Z, y as At, D as tt, d as V, l as et, e as It, W as bt, L as Rt } from "./install-CrrAB4P5.js";
|
|
9
|
+
import { R as wt } from "./vidstack-DqAw8m9J-DyYO78jE.js";
|
|
10
|
+
import { g as Mt, a as Dt, b as it, h as st, l as Nt, c as Pt } from "./vidstack-D2pY00kU-CgOqqLnl.js";
|
|
11
11
|
var g, _, at;
|
|
12
12
|
class _t {
|
|
13
13
|
constructor(t) {
|
|
@@ -5,9 +5,9 @@ var N = (n) => {
|
|
|
5
5
|
var ot = (n, t, i) => t in n ? rt(n, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : n[t] = i;
|
|
6
6
|
var _ = (n, t, i) => ot(n, typeof t != "symbol" ? t + "" : t, i), R = (n, t, i) => t.has(n) || N("Cannot " + i);
|
|
7
7
|
var e = (n, t, i) => (R(n, t, "read from private field"), i ? i.call(n) : t.get(n)), p = (n, t, i) => t.has(n) ? N("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(n) : t.set(n, i), f = (n, t, i, s) => (R(n, t, "write to private field"), s ? s.call(n, i) : t.set(n, i), i), a = (n, t, i) => (R(n, t, "access private method"), i);
|
|
8
|
-
import { i as ht, b as C, p as at, d as O, Q as V, l as j, e as dt, D as x, f as ut, T as ct, h as k, L as $, j as lt, k as q, m as pt, n as ft, o as vt } from "./install-
|
|
9
|
-
import { VideoProvider as yt } from "./vidstack-video-
|
|
10
|
-
import { R as gt } from "./vidstack-DqAw8m9J-
|
|
8
|
+
import { i as ht, b as C, p as at, d as O, Q as V, l as j, e as dt, D as x, f as ut, T as ct, h as k, L as $, j as lt, k as q, m as pt, n as ft, o as vt } from "./install-CrrAB4P5.js";
|
|
9
|
+
import { VideoProvider as yt } from "./vidstack-video-DS-N7qQ5.js";
|
|
10
|
+
import { R as gt } from "./vidstack-DqAw8m9J-DyYO78jE.js";
|
|
11
11
|
const Lt = (n) => ut(n);
|
|
12
12
|
var T, h, o, D, b, r, E, M, U, F, Q, K, W, B, J, X, Y, z, G, Z, tt;
|
|
13
13
|
class St {
|
|
@@ -5,8 +5,8 @@ var b = (i) => {
|
|
|
5
5
|
var N = (i, t, e) => t in i ? $(i, t, { enumerable: !0, configurable: !0, writable: !0, value: e }) : i[t] = e;
|
|
6
6
|
var y = (i, t, e) => N(i, typeof t != "symbol" ? t + "" : t, e), E = (i, t, e) => t.has(i) || b("Cannot " + e);
|
|
7
7
|
var s = (i, t, e) => (E(i, t, "read from private field"), e ? e.call(i) : t.get(i)), r = (i, t, e) => t.has(i) ? b("Cannot add the same private member more than once") : t instanceof WeakSet ? t.add(i) : t.set(i, e), c = (i, t, e, n) => (E(i, t, "write to private field"), n ? n.call(i, e) : t.set(i, e), e), p = (i, t, e) => (E(i, t, "access private method"), e);
|
|
8
|
-
import { s as U, v as V, w as A, x as q, y as C, l as F, D as Y, E as _, T as j, h as v } from "./install-
|
|
9
|
-
import { H as z, a as B } from "./vidstack-Bq6c3Bam-
|
|
8
|
+
import { s as U, v as V, w as A, x as q, y as C, l as F, D as Y, E as _, T as j, h as v } from "./install-CrrAB4P5.js";
|
|
9
|
+
import { H as z, a as B } from "./vidstack-Bq6c3Bam-qlp5tBOT.js";
|
|
10
10
|
var P, f, k, D, H;
|
|
11
11
|
class G {
|
|
12
12
|
constructor(t, e) {
|
|
@@ -5,9 +5,9 @@ var N = (r) => {
|
|
|
5
5
|
var de = (r, c, e) => c in r ? ue(r, c, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[c] = e;
|
|
6
6
|
var b = (r, c, e) => de(r, typeof c != "symbol" ? c + "" : c, e), S = (r, c, e) => c.has(r) || N("Cannot " + e);
|
|
7
7
|
var t = (r, c, e) => (S(r, c, "read from private field"), e ? e.call(r) : c.get(r)), f = (r, c, e) => c.has(r) ? N("Cannot add the same private member more than once") : c instanceof WeakSet ? c.add(r) : c.set(r, e), u = (r, c, e, i) => (S(r, c, "write to private field"), i ? i.call(r, e) : c.set(r, e), e), o = (r, c, e) => (S(r, c, "access private method"), e);
|
|
8
|
-
import { z as fe, K as U, M as C, p as pe, e as q, d as Q, b as ye, N as _, L as R, l as be, O as ke, T as ve, Q as z } from "./install-
|
|
9
|
-
import { R as me } from "./vidstack-DqAw8m9J-
|
|
10
|
-
import { E as we } from "./vidstack-DDXt6fpN-
|
|
8
|
+
import { z as fe, K as U, M as C, p as pe, e as q, d as Q, b as ye, N as _, L as R, l as be, O as ke, T as ve, Q as z } from "./install-CrrAB4P5.js";
|
|
9
|
+
import { R as me } from "./vidstack-DqAw8m9J-DyYO78jE.js";
|
|
10
|
+
import { E as we } from "./vidstack-DDXt6fpN-BqBO9dqI.js";
|
|
11
11
|
import { resolveVimeoVideoId as Pe, getVimeoVideoInfo as Te } from "./vidstack-krOAtKMi-B4IZWKdc.js";
|
|
12
12
|
const Ce = [
|
|
13
13
|
"bufferend",
|
|
@@ -5,8 +5,8 @@ var D = (r) => {
|
|
|
5
5
|
var K = (r, n, e) => n in r ? z(r, n, { enumerable: !0, configurable: !0, writable: !0, value: e }) : r[n] = e;
|
|
6
6
|
var T = (r, n, e) => K(r, typeof n != "symbol" ? n + "" : n, e), M = (r, n, e) => n.has(r) || D("Cannot " + e);
|
|
7
7
|
var s = (r, n, e) => (M(r, n, "read from private field"), e ? e.call(r) : n.get(r)), p = (r, n, e) => n.has(r) ? D("Cannot add the same private member more than once") : n instanceof WeakSet ? n.add(r) : n.set(r, e), l = (r, n, e, t) => (M(r, n, "write to private field"), t ? t.call(r, e) : n.set(r, e), e), o = (r, n, e) => (M(r, n, "access private method"), e);
|
|
8
|
-
import { z as q, K as A, p as G, e as H, b as J, N as Q, M as C, P as W, u as $, R as X } from "./install-
|
|
9
|
-
import { E as Z } from "./vidstack-DDXt6fpN-
|
|
8
|
+
import { z as q, K as A, p as G, e as H, b as J, N as Q, M as C, P as W, u as $, R as X } from "./install-CrrAB4P5.js";
|
|
9
|
+
import { E as Z } from "./vidstack-DDXt6fpN-BqBO9dqI.js";
|
|
10
10
|
import { resolveYouTubeVideoId as ee } from "./vidstack-Dm1xEU9Q-qSXq3AI-.js";
|
|
11
11
|
const b = {
|
|
12
12
|
Ended: 0,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@webitel/ui-sdk",
|
|
3
|
-
"version": "25.12.
|
|
3
|
+
"version": "25.12.26",
|
|
4
4
|
"private": false,
|
|
5
5
|
"scripts": {
|
|
6
6
|
"make-all": "npm version patch --git-tag-version false && npm run build && (npm run build:types || true) && (npm run lint:fix || true) && npm run publish-lib",
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import { ChipScheme } from '@webitel/styleguide/component-schemes';
|
|
2
|
-
|
|
3
2
|
const generateCustomColorCss = ({ colorName, dt }) => `
|
|
4
3
|
.p-chip-${colorName} {
|
|
5
4
|
background: ${dt(`chip.${colorName}.background`)};
|
|
@@ -16,7 +15,7 @@ const generateCustomColorCss = ({ colorName, dt }) => `
|
|
|
16
15
|
`;
|
|
17
16
|
|
|
18
17
|
const chip = {
|
|
19
|
-
|
|
18
|
+
root: ChipScheme.sizes,
|
|
20
19
|
colorScheme: ChipScheme.colorScheme,
|
|
21
20
|
|
|
22
21
|
// Rewrite the default chip styles in the theme here:
|