@webitel/ui-sdk 26.6.67 → 26.6.69
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/{components-rjTUkhKS.js → components-Ba1lcvXA.js} +3 -3
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +1 -1
- package/dist/{wt-chat-emoji-C1Ps8-7X.js → wt-chat-emoji-XZI_gxkA.js} +1 -1
- package/dist/{wt-datepicker-BGSK1JFI.js → wt-datepicker-BAm9JPkW.js} +5 -2
- package/dist/{wt-display-chip-items-BqQVIAkF.js → wt-display-chip-items-Dcqpc9EL.js} +1 -1
- package/dist/{wt-player-B2SZ_NSb.js → wt-player-CZ1X2qkK.js} +1 -1
- package/dist/{wt-popover-BdwrokVy.js → wt-popover-ChCN6b1o.js} +1 -1
- package/dist/{wt-send-message-popup-C243_OQU.js → wt-send-message-popup-C0PI_PfY.js} +1 -1
- package/dist/{wt-type-extension-value-input-BqqkVK_q.js → wt-type-extension-value-input-C8wF5fp2.js} +1 -1
- package/dist/{wt-vidstack-player-0NJ7uOcM.js → wt-vidstack-player-BVTJV4sL.js} +1 -1
- package/package.json +1 -1
- package/src/components/wt-datepicker/wt-datepicker.vue +7 -0
- package/src/components/wt-popover/_internals/composables/usePopoverOverlayFix.ts +5 -1
- package/src/locale/es/es.js +3 -3
- package/src/locale/kz/kz.js +3 -3
- package/src/locale/pl/pl.js +3 -3
- package/src/locale/ro/ro.js +3 -3
- package/src/locale/ru/ru.js +3 -3
- package/src/locale/uk/uk.js +3 -3
- package/src/locale/uz/uz.js +3 -3
- package/src/locale/vi/vi.js +3 -3
- package/types/locale/es/es.d.ts +3 -3
- package/types/locale/i18n.d.ts +24 -24
- package/types/locale/index.d.ts +24 -24
- package/types/locale/kz/kz.d.ts +3 -3
- package/types/locale/pl/pl.d.ts +3 -3
- package/types/locale/ro/ro.d.ts +3 -3
- package/types/locale/ru/ru.d.ts +3 -3
- package/types/locale/uk/uk.d.ts +3 -3
- package/types/locale/uz/uz.d.ts +3 -3
- package/types/locale/vi/vi.d.ts +3 -3
|
@@ -153,6 +153,8 @@ var R = { class: "wt-datepicker" }, z = { class: "wt-datepicker__button-bar" },
|
|
|
153
153
|
}
|
|
154
154
|
setTimeout(() => {
|
|
155
155
|
x.value?.alignOverlay();
|
|
156
|
+
let e = x.value?.overlay;
|
|
157
|
+
e && (e.style.minWidth = "");
|
|
156
158
|
}, 0);
|
|
157
159
|
}, K = f(() => o.required ? `${o.label}*` : o.label), { v: q, customValidators: J } = k(o), { isValidation: Y, invalid: X, validationText: Z, validationTextColor: Q } = d({
|
|
158
160
|
v: q,
|
|
@@ -190,7 +192,8 @@ var R = { class: "wt-datepicker" }, z = { class: "wt-datepicker__button-bar" },
|
|
|
190
192
|
tableHeaderCell: { class: "typo-body-2-bold" },
|
|
191
193
|
day: { class: "typo-body-2" },
|
|
192
194
|
hour: { class: "typo-body-2" },
|
|
193
|
-
minute: { class: "typo-body-2" }
|
|
195
|
+
minute: { class: "typo-body-2" },
|
|
196
|
+
panel: { style: { maxWidth: "380px" } }
|
|
194
197
|
},
|
|
195
198
|
onShow: G
|
|
196
199
|
}, {
|
|
@@ -281,6 +284,6 @@ var R = { class: "wt-datepicker" }, z = { class: "wt-datepicker__button-bar" },
|
|
|
281
284
|
]);
|
|
282
285
|
};
|
|
283
286
|
}
|
|
284
|
-
}), [["__scopeId", "data-v-
|
|
287
|
+
}), [["__scopeId", "data-v-8518d071"]]);
|
|
285
288
|
//#endregion
|
|
286
289
|
export { W as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as e, i as t } from "./components-
|
|
1
|
+
import { C as e, i as t } from "./components-Ba1lcvXA.js";
|
|
2
2
|
import { t as n } from "./_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { t as r } from "./displayText-CtaxzaBz.js";
|
|
4
4
|
import { Fragment as i, computed as a, createCommentVNode as o, createElementBlock as s, createTextVNode as c, createVNode as l, defineComponent as u, openBlock as d, renderList as f, renderSlot as p, toDisplayString as m, unref as h, withCtx as g } from "vue";
|
|
@@ -3,7 +3,7 @@ import { t } from "./_plugin-vue_export-helper-B3ysoDQm.js";
|
|
|
3
3
|
import { l as n } from "./enums-CoY-pIuZ.js";
|
|
4
4
|
import { t as r } from "./wt-button-uY5Q1GAg.js";
|
|
5
5
|
import { n as i, t as a } from "./useVidstackSrc-epUQZhkL.js";
|
|
6
|
-
import { t as o } from "./wt-popover-
|
|
6
|
+
import { t as o } from "./wt-popover-ChCN6b1o.js";
|
|
7
7
|
import { t as s } from "./wt-slider-BPzRTeYU.js";
|
|
8
8
|
import { Fragment as c, computed as l, createBlock as u, createCommentVNode as d, createElementBlock as f, createElementVNode as p, createVNode as m, defineComponent as h, normalizeClass as g, openBlock as _, ref as v, renderList as y, resolveComponent as b, toDisplayString as x, toRefs as S, unref as C, watch as w, withCtx as T } from "vue";
|
|
9
9
|
//#region src/components/_shared/settings-panel/components/speed-settings/speed-settings.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -4,7 +4,7 @@ import { createElementBlock as t, createVNode as n, defineComponent as r, guardR
|
|
|
4
4
|
var _ = (e, t) => {
|
|
5
5
|
let n = (n) => {
|
|
6
6
|
let r = n.target;
|
|
7
|
-
if (r?.closest(".p-select-overlay, .p-multiselect-overlay")) {
|
|
7
|
+
if (r?.closest(".p-select-overlay, .p-multiselect-overlay, .p-datepicker-panel")) {
|
|
8
8
|
let t = e.value?.outsideClickListener;
|
|
9
9
|
if (!t) return;
|
|
10
10
|
document.removeEventListener("click", t), document.addEventListener("click", () => {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as e } from "./components-
|
|
1
|
+
import { n as e } from "./components-Ba1lcvXA.js";
|
|
2
2
|
import { t } from "./vue-i18n-lTFLGg_9.js";
|
|
3
3
|
import { n, r } from "./clients-B1AOAvEK.js";
|
|
4
4
|
import { createBlock as i, createTextVNode as a, createVNode as o, defineComponent as s, inject as c, mergeProps as l, onMounted as u, openBlock as d, ref as f, resolveComponent as p, toDisplayString as m, unref as h, withCtx as g } from "vue";
|
package/dist/{wt-type-extension-value-input-BqqkVK_q.js → wt-type-extension-value-input-C8wF5fp2.js}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as e, o as t, r as n, s as r } from "./components-
|
|
1
|
+
import { a as e, o as t, r as n, s as r } from "./components-Ba1lcvXA.js";
|
|
2
2
|
import { t as i } from "./enums-CoY-pIuZ.js";
|
|
3
3
|
import { t as a } from "./vue-i18n-lTFLGg_9.js";
|
|
4
4
|
import { t as o } from "./clients-B1AOAvEK.js";
|
package/package.json
CHANGED
|
@@ -40,6 +40,11 @@
|
|
|
40
40
|
},
|
|
41
41
|
minute: {
|
|
42
42
|
class: 'typo-body-2'
|
|
43
|
+
},
|
|
44
|
+
panel: {
|
|
45
|
+
style: {
|
|
46
|
+
maxWidth: '380px',
|
|
47
|
+
}
|
|
43
48
|
}
|
|
44
49
|
}"
|
|
45
50
|
@show="onPanelShow"
|
|
@@ -207,6 +212,8 @@ const onPanelShow = () => {
|
|
|
207
212
|
// align overlay, because on first render it is not aligned correctly
|
|
208
213
|
setTimeout(() => {
|
|
209
214
|
datepicker.value?.alignOverlay();
|
|
215
|
+
const panel = datepicker.value?.overlay;
|
|
216
|
+
if (panel) panel.style.minWidth = '';
|
|
210
217
|
}, 0);
|
|
211
218
|
};
|
|
212
219
|
|
|
@@ -29,7 +29,11 @@ export const usePopoverOverlayFix = (
|
|
|
29
29
|
const onDocumentPointerdown = (event: PointerEvent) => {
|
|
30
30
|
const target = event.target as Element;
|
|
31
31
|
|
|
32
|
-
if (
|
|
32
|
+
if (
|
|
33
|
+
target?.closest(
|
|
34
|
+
'.p-select-overlay, .p-multiselect-overlay, .p-datepicker-panel',
|
|
35
|
+
)
|
|
36
|
+
) {
|
|
33
37
|
const outsideClickListener = innerPopover.value?.outsideClickListener;
|
|
34
38
|
if (!outsideClickListener) return;
|
|
35
39
|
document.removeEventListener('click', outsideClickListener);
|
package/src/locale/es/es.js
CHANGED
package/src/locale/kz/kz.js
CHANGED
package/src/locale/pl/pl.js
CHANGED
package/src/locale/ro/ro.js
CHANGED
package/src/locale/ru/ru.js
CHANGED
package/src/locale/uk/uk.js
CHANGED
package/src/locale/uz/uz.js
CHANGED
package/src/locale/vi/vi.js
CHANGED
package/types/locale/es/es.d.ts
CHANGED
|
@@ -909,9 +909,9 @@ declare namespace _default {
|
|
|
909
909
|
}
|
|
910
910
|
}
|
|
911
911
|
export { filters_1 as filters };
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
912
|
+
export namespace select {
|
|
913
|
+
let selectedItemsLabel: string;
|
|
914
|
+
}
|
|
915
915
|
}
|
|
916
916
|
export namespace systemNotifications {
|
|
917
917
|
export namespace success_1 {
|
package/types/locale/i18n.d.ts
CHANGED
|
@@ -1644,9 +1644,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1644
1644
|
};
|
|
1645
1645
|
};
|
|
1646
1646
|
};
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1647
|
+
select: {
|
|
1648
|
+
selectedItemsLabel: string;
|
|
1649
|
+
};
|
|
1650
1650
|
};
|
|
1651
1651
|
systemNotifications: {
|
|
1652
1652
|
success: {
|
|
@@ -2474,9 +2474,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2474
2474
|
};
|
|
2475
2475
|
};
|
|
2476
2476
|
};
|
|
2477
|
-
|
|
2478
|
-
|
|
2479
|
-
|
|
2477
|
+
select: {
|
|
2478
|
+
selectedItemsLabel: string;
|
|
2479
|
+
};
|
|
2480
2480
|
};
|
|
2481
2481
|
systemNotifications: {
|
|
2482
2482
|
success: {
|
|
@@ -3306,9 +3306,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3306
3306
|
};
|
|
3307
3307
|
};
|
|
3308
3308
|
};
|
|
3309
|
-
|
|
3310
|
-
|
|
3311
|
-
|
|
3309
|
+
select: {
|
|
3310
|
+
selectedItemsLabel: string;
|
|
3311
|
+
};
|
|
3312
3312
|
};
|
|
3313
3313
|
systemNotifications: {
|
|
3314
3314
|
success: {
|
|
@@ -4136,9 +4136,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4136
4136
|
};
|
|
4137
4137
|
};
|
|
4138
4138
|
};
|
|
4139
|
-
|
|
4140
|
-
|
|
4141
|
-
|
|
4139
|
+
select: {
|
|
4140
|
+
selectedItemsLabel: string;
|
|
4141
|
+
};
|
|
4142
4142
|
};
|
|
4143
4143
|
systemNotifications: {
|
|
4144
4144
|
success: {
|
|
@@ -4968,9 +4968,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4968
4968
|
};
|
|
4969
4969
|
};
|
|
4970
4970
|
};
|
|
4971
|
-
|
|
4972
|
-
|
|
4973
|
-
|
|
4971
|
+
select: {
|
|
4972
|
+
selectedItemsLabel: string;
|
|
4973
|
+
};
|
|
4974
4974
|
};
|
|
4975
4975
|
systemNotifications: {
|
|
4976
4976
|
success: {
|
|
@@ -5800,9 +5800,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5800
5800
|
};
|
|
5801
5801
|
};
|
|
5802
5802
|
};
|
|
5803
|
-
|
|
5804
|
-
|
|
5805
|
-
|
|
5803
|
+
select: {
|
|
5804
|
+
selectedItemsLabel: string;
|
|
5805
|
+
};
|
|
5806
5806
|
};
|
|
5807
5807
|
systemNotifications: {
|
|
5808
5808
|
success: {
|
|
@@ -6633,9 +6633,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6633
6633
|
};
|
|
6634
6634
|
};
|
|
6635
6635
|
};
|
|
6636
|
-
|
|
6637
|
-
|
|
6638
|
-
|
|
6636
|
+
select: {
|
|
6637
|
+
selectedItemsLabel: string;
|
|
6638
|
+
};
|
|
6639
6639
|
};
|
|
6640
6640
|
systemNotifications: {
|
|
6641
6641
|
success: {
|
|
@@ -7465,9 +7465,9 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7465
7465
|
};
|
|
7466
7466
|
};
|
|
7467
7467
|
};
|
|
7468
|
-
|
|
7469
|
-
|
|
7470
|
-
|
|
7468
|
+
select: {
|
|
7469
|
+
selectedItemsLabel: string;
|
|
7470
|
+
};
|
|
7471
7471
|
};
|
|
7472
7472
|
systemNotifications: {
|
|
7473
7473
|
success: {
|
package/types/locale/index.d.ts
CHANGED
|
@@ -1654,9 +1654,9 @@ export declare const messages: {
|
|
|
1654
1654
|
};
|
|
1655
1655
|
};
|
|
1656
1656
|
};
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1657
|
+
select: {
|
|
1658
|
+
selectedItemsLabel: string;
|
|
1659
|
+
};
|
|
1660
1660
|
};
|
|
1661
1661
|
systemNotifications: {
|
|
1662
1662
|
success: {
|
|
@@ -2484,9 +2484,9 @@ export declare const messages: {
|
|
|
2484
2484
|
};
|
|
2485
2485
|
};
|
|
2486
2486
|
};
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
|
|
2487
|
+
select: {
|
|
2488
|
+
selectedItemsLabel: string;
|
|
2489
|
+
};
|
|
2490
2490
|
};
|
|
2491
2491
|
systemNotifications: {
|
|
2492
2492
|
success: {
|
|
@@ -3316,9 +3316,9 @@ export declare const messages: {
|
|
|
3316
3316
|
};
|
|
3317
3317
|
};
|
|
3318
3318
|
};
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3319
|
+
select: {
|
|
3320
|
+
selectedItemsLabel: string;
|
|
3321
|
+
};
|
|
3322
3322
|
};
|
|
3323
3323
|
systemNotifications: {
|
|
3324
3324
|
success: {
|
|
@@ -4146,9 +4146,9 @@ export declare const messages: {
|
|
|
4146
4146
|
};
|
|
4147
4147
|
};
|
|
4148
4148
|
};
|
|
4149
|
-
|
|
4150
|
-
|
|
4151
|
-
|
|
4149
|
+
select: {
|
|
4150
|
+
selectedItemsLabel: string;
|
|
4151
|
+
};
|
|
4152
4152
|
};
|
|
4153
4153
|
systemNotifications: {
|
|
4154
4154
|
success: {
|
|
@@ -4978,9 +4978,9 @@ export declare const messages: {
|
|
|
4978
4978
|
};
|
|
4979
4979
|
};
|
|
4980
4980
|
};
|
|
4981
|
-
|
|
4982
|
-
|
|
4983
|
-
|
|
4981
|
+
select: {
|
|
4982
|
+
selectedItemsLabel: string;
|
|
4983
|
+
};
|
|
4984
4984
|
};
|
|
4985
4985
|
systemNotifications: {
|
|
4986
4986
|
success: {
|
|
@@ -5810,9 +5810,9 @@ export declare const messages: {
|
|
|
5810
5810
|
};
|
|
5811
5811
|
};
|
|
5812
5812
|
};
|
|
5813
|
-
|
|
5814
|
-
|
|
5815
|
-
|
|
5813
|
+
select: {
|
|
5814
|
+
selectedItemsLabel: string;
|
|
5815
|
+
};
|
|
5816
5816
|
};
|
|
5817
5817
|
systemNotifications: {
|
|
5818
5818
|
success: {
|
|
@@ -6643,9 +6643,9 @@ export declare const messages: {
|
|
|
6643
6643
|
};
|
|
6644
6644
|
};
|
|
6645
6645
|
};
|
|
6646
|
-
|
|
6647
|
-
|
|
6648
|
-
|
|
6646
|
+
select: {
|
|
6647
|
+
selectedItemsLabel: string;
|
|
6648
|
+
};
|
|
6649
6649
|
};
|
|
6650
6650
|
systemNotifications: {
|
|
6651
6651
|
success: {
|
|
@@ -7475,9 +7475,9 @@ export declare const messages: {
|
|
|
7475
7475
|
};
|
|
7476
7476
|
};
|
|
7477
7477
|
};
|
|
7478
|
-
|
|
7479
|
-
|
|
7480
|
-
|
|
7478
|
+
select: {
|
|
7479
|
+
selectedItemsLabel: string;
|
|
7480
|
+
};
|
|
7481
7481
|
};
|
|
7482
7482
|
systemNotifications: {
|
|
7483
7483
|
success: {
|
package/types/locale/kz/kz.d.ts
CHANGED
|
@@ -909,9 +909,9 @@ declare namespace _default {
|
|
|
909
909
|
}
|
|
910
910
|
}
|
|
911
911
|
export { filters_1 as filters };
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
912
|
+
export namespace select {
|
|
913
|
+
let selectedItemsLabel: string;
|
|
914
|
+
}
|
|
915
915
|
}
|
|
916
916
|
export namespace systemNotifications {
|
|
917
917
|
export namespace success_1 {
|
package/types/locale/pl/pl.d.ts
CHANGED
|
@@ -909,9 +909,9 @@ declare namespace _default {
|
|
|
909
909
|
}
|
|
910
910
|
}
|
|
911
911
|
export { filters_1 as filters };
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
912
|
+
export namespace select {
|
|
913
|
+
let selectedItemsLabel: string;
|
|
914
|
+
}
|
|
915
915
|
}
|
|
916
916
|
export namespace systemNotifications {
|
|
917
917
|
export namespace success_1 {
|
package/types/locale/ro/ro.d.ts
CHANGED
|
@@ -909,9 +909,9 @@ declare namespace _default {
|
|
|
909
909
|
}
|
|
910
910
|
}
|
|
911
911
|
export { filters_1 as filters };
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
912
|
+
export namespace select {
|
|
913
|
+
let selectedItemsLabel: string;
|
|
914
|
+
}
|
|
915
915
|
}
|
|
916
916
|
export namespace systemNotifications {
|
|
917
917
|
export namespace success_1 {
|
package/types/locale/ru/ru.d.ts
CHANGED
|
@@ -907,9 +907,9 @@ declare namespace _default {
|
|
|
907
907
|
}
|
|
908
908
|
}
|
|
909
909
|
export { filters_1 as filters };
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
910
|
+
export namespace select {
|
|
911
|
+
let selectedItemsLabel: string;
|
|
912
|
+
}
|
|
913
913
|
}
|
|
914
914
|
export namespace systemNotifications {
|
|
915
915
|
export namespace success_1 {
|
package/types/locale/uk/uk.d.ts
CHANGED
|
@@ -907,9 +907,9 @@ declare namespace _default {
|
|
|
907
907
|
}
|
|
908
908
|
}
|
|
909
909
|
export { filters_1 as filters };
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
910
|
+
export namespace select {
|
|
911
|
+
let selectedItemsLabel: string;
|
|
912
|
+
}
|
|
913
913
|
}
|
|
914
914
|
export namespace systemNotifications {
|
|
915
915
|
export namespace success_1 {
|
package/types/locale/uz/uz.d.ts
CHANGED
|
@@ -910,9 +910,9 @@ declare namespace _default {
|
|
|
910
910
|
}
|
|
911
911
|
}
|
|
912
912
|
export { filters_1 as filters };
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
913
|
+
export namespace select {
|
|
914
|
+
let selectedItemsLabel: string;
|
|
915
|
+
}
|
|
916
916
|
}
|
|
917
917
|
export namespace systemNotifications {
|
|
918
918
|
export namespace success_1 {
|
package/types/locale/vi/vi.d.ts
CHANGED
|
@@ -909,9 +909,9 @@ declare namespace _default {
|
|
|
909
909
|
}
|
|
910
910
|
}
|
|
911
911
|
export { filters_1 as filters };
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
912
|
+
export namespace select {
|
|
913
|
+
let selectedItemsLabel: string;
|
|
914
|
+
}
|
|
915
915
|
}
|
|
916
916
|
export namespace systemNotifications {
|
|
917
917
|
export namespace success_1 {
|