@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/dist/ui-sdk.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as e } from "./generateInstance-C9d7J_TX.js";
|
|
2
2
|
import { n as t } from "./wt-icon-y89gRcOs.js";
|
|
3
|
-
import { S as n, _ as r, b as i, c as a, d as o, f as s, g as c, h as l, l as u, m as d, p as f, t as p, u as m, v as h, x as g, y as _ } from "./components-
|
|
3
|
+
import { S as n, _ as r, b as i, c as a, d as o, f as s, g as c, h as l, l as u, m as d, p as f, t as p, u as m, v as h, x as g, y as _ } from "./components-HoXxNgtV.js";
|
|
4
4
|
import { i as v, l as y } from "./enums-De8CDKZ1.js";
|
|
5
5
|
import { computed as b, reactive as x, shallowRef as S, watch as C } from "vue";
|
|
6
6
|
import w from "primevue/autocomplete";
|