@webitel/ui-sdk 26.6.90 → 26.6.92
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/{clients-IxWZVjVW.js → clients-Bj07uFky.js} +38 -263
- package/dist/{components-BqXO2X92.js → components-HoXxNgtV.js} +483 -481
- package/dist/{composables-CuxX3Ib0.js → composables-vmCh4eqT.js} +18 -20
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +1 -1
- package/dist/ui-sdk.umd.cjs +135 -168
- package/dist/{useValidation-DGl2otXJ.js → useValidation-BedhHNX5.js} +1 -1
- package/dist/{wt-chat-emoji-DMGWnSDG.js → wt-chat-emoji-Bxx-vud5.js} +1 -1
- package/dist/{wt-datepicker-slYQKBRT.js → wt-datepicker-D2GjAUWU.js} +1 -1
- package/dist/{wt-display-chip-items-CL9lPf4i.js → wt-display-chip-items-Dh4I_R3N.js} +1 -1
- package/dist/{wt-expansion-card-afRJCmRw.js → wt-expansion-card-DvLD-TP4.js} +1 -1
- package/dist/{wt-galleria-DGkRyAjw.js → wt-galleria-DT0SOjXk.js} +1 -1
- package/dist/{wt-search-bar-CYCOxWra.js → wt-search-bar-CUxiGcoz.js} +1 -1
- package/dist/{wt-send-message-popup-BV_3DOj4.js → wt-send-message-popup-CfXNIN5B.js} +2 -2
- package/dist/{wt-table-CC01Dw6T.js → wt-table-DS_2J5zF.js} +1 -1
- package/dist/{wt-timepicker-BEeUHumZ.js → wt-timepicker-Bxdc4s3_.js} +1 -1
- package/dist/{wt-type-extension-value-input-Cb_PUwOS.js → wt-type-extension-value-input-CkBLTUKL.js} +2 -2
- package/dist/{wt-vidstack-player-DlSB9Hkq.js → wt-vidstack-player-BJhIWHcT.js} +1 -1
- package/package.json +1 -1
- package/src/components/_internals/composables/useSelect/useSelect.ts +2 -4
- package/src/components/_internals/composables/useSelect/useSelectOptions.ts +2 -18
- package/src/components/wt-datepicker/_internals/composables/useRestoreOnBlur.ts +1 -1
- package/src/components/wt-multi-select/wt-multi-select.vue +8 -5
- package/src/components/wt-single-select/wt-single-select.vue +8 -5
- package/src/locale/en/en.js +2 -0
- package/src/locale/es/es.js +2 -0
- package/src/locale/kz/kz.js +2 -0
- package/src/locale/pl/pl.js +2 -0
- package/src/locale/ro/ro.js +2 -0
- package/src/locale/ru/ru.js +2 -0
- package/src/locale/uk/uk.js +2 -0
- package/src/locale/uz/uz.js +2 -0
- package/src/locale/vi/vi.js +2 -0
- package/src/mixins/validationMixin/vuelidate/useVuelidateValidation.ts +2 -0
- package/types/components/_internals/composables/useSelect/useSelect.d.ts +2 -3
- package/types/components/_internals/composables/useSelect/useSelectOptions.d.ts +2 -3
- package/types/components/wt-multi-select/wt-multi-select.vue.d.ts +6 -2
- package/types/components/wt-single-select/wt-single-select.vue.d.ts +6 -2
- package/types/locale/en/en.d.ts +1 -0
- package/types/locale/es/es.d.ts +1 -0
- package/types/locale/i18n.d.ts +9 -0
- package/types/locale/index.d.ts +9 -0
- package/types/locale/kz/kz.d.ts +1 -0
- package/types/locale/pl/pl.d.ts +1 -0
- package/types/locale/ro/ro.d.ts +1 -0
- package/types/locale/ru/ru.d.ts +1 -0
- package/types/locale/uk/uk.d.ts +1 -0
- package/types/locale/uz/uz.d.ts +1 -0
- package/types/locale/vi/vi.d.ts +1 -0
package/types/locale/pl/pl.d.ts
CHANGED
|
@@ -463,6 +463,7 @@ declare namespace _default {
|
|
|
463
463
|
export let latinWithNumber: string;
|
|
464
464
|
export let integer: string;
|
|
465
465
|
export let nameAlreadyInUse: string;
|
|
466
|
+
export let phoneNumberSymbolsValidator: string;
|
|
466
467
|
}
|
|
467
468
|
export namespace webitelUI {
|
|
468
469
|
export namespace searchBar {
|
package/types/locale/ro/ro.d.ts
CHANGED
|
@@ -463,6 +463,7 @@ declare namespace _default {
|
|
|
463
463
|
export let latinWithNumber: string;
|
|
464
464
|
export let integer: string;
|
|
465
465
|
export let nameAlreadyInUse: string;
|
|
466
|
+
export let phoneNumberSymbolsValidator: string;
|
|
466
467
|
}
|
|
467
468
|
export namespace webitelUI {
|
|
468
469
|
export namespace searchBar {
|
package/types/locale/ru/ru.d.ts
CHANGED
|
@@ -461,6 +461,7 @@ declare namespace _default {
|
|
|
461
461
|
export let latinWithNumber: string;
|
|
462
462
|
export let integer: string;
|
|
463
463
|
export let nameAlreadyInUse: string;
|
|
464
|
+
export let phoneNumberSymbolsValidator: string;
|
|
464
465
|
}
|
|
465
466
|
export namespace webitelUI {
|
|
466
467
|
export namespace searchBar {
|
package/types/locale/uk/uk.d.ts
CHANGED
|
@@ -461,6 +461,7 @@ declare namespace _default {
|
|
|
461
461
|
export let latinWithNumber: string;
|
|
462
462
|
export let integer: string;
|
|
463
463
|
export let nameAlreadyInUse: string;
|
|
464
|
+
export let phoneNumberSymbolsValidator: string;
|
|
464
465
|
}
|
|
465
466
|
export namespace webitelUI {
|
|
466
467
|
export namespace searchBar {
|
package/types/locale/uz/uz.d.ts
CHANGED
|
@@ -464,6 +464,7 @@ declare namespace _default {
|
|
|
464
464
|
export let latinWithNumber: string;
|
|
465
465
|
export let integer: string;
|
|
466
466
|
export let nameAlreadyInUse: string;
|
|
467
|
+
export let phoneNumberSymbolsValidator: string;
|
|
467
468
|
}
|
|
468
469
|
export namespace webitelUI {
|
|
469
470
|
export namespace searchBar {
|
package/types/locale/vi/vi.d.ts
CHANGED
|
@@ -463,6 +463,7 @@ declare namespace _default {
|
|
|
463
463
|
export let latinWithNumber: string;
|
|
464
464
|
export let integer: string;
|
|
465
465
|
export let nameAlreadyInUse: string;
|
|
466
|
+
export let phoneNumberSymbolsValidator: string;
|
|
466
467
|
}
|
|
467
468
|
export namespace webitelUI {
|
|
468
469
|
export namespace searchBar {
|