@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.
Files changed (49) hide show
  1. package/dist/{clients-IxWZVjVW.js → clients-Bj07uFky.js} +38 -263
  2. package/dist/{components-BqXO2X92.js → components-HoXxNgtV.js} +483 -481
  3. package/dist/{composables-CuxX3Ib0.js → composables-vmCh4eqT.js} +18 -20
  4. package/dist/ui-sdk.css +1 -1
  5. package/dist/ui-sdk.js +1 -1
  6. package/dist/ui-sdk.umd.cjs +135 -168
  7. package/dist/{useValidation-DGl2otXJ.js → useValidation-BedhHNX5.js} +1 -1
  8. package/dist/{wt-chat-emoji-DMGWnSDG.js → wt-chat-emoji-Bxx-vud5.js} +1 -1
  9. package/dist/{wt-datepicker-slYQKBRT.js → wt-datepicker-D2GjAUWU.js} +1 -1
  10. package/dist/{wt-display-chip-items-CL9lPf4i.js → wt-display-chip-items-Dh4I_R3N.js} +1 -1
  11. package/dist/{wt-expansion-card-afRJCmRw.js → wt-expansion-card-DvLD-TP4.js} +1 -1
  12. package/dist/{wt-galleria-DGkRyAjw.js → wt-galleria-DT0SOjXk.js} +1 -1
  13. package/dist/{wt-search-bar-CYCOxWra.js → wt-search-bar-CUxiGcoz.js} +1 -1
  14. package/dist/{wt-send-message-popup-BV_3DOj4.js → wt-send-message-popup-CfXNIN5B.js} +2 -2
  15. package/dist/{wt-table-CC01Dw6T.js → wt-table-DS_2J5zF.js} +1 -1
  16. package/dist/{wt-timepicker-BEeUHumZ.js → wt-timepicker-Bxdc4s3_.js} +1 -1
  17. package/dist/{wt-type-extension-value-input-Cb_PUwOS.js → wt-type-extension-value-input-CkBLTUKL.js} +2 -2
  18. package/dist/{wt-vidstack-player-DlSB9Hkq.js → wt-vidstack-player-BJhIWHcT.js} +1 -1
  19. package/package.json +1 -1
  20. package/src/components/_internals/composables/useSelect/useSelect.ts +2 -4
  21. package/src/components/_internals/composables/useSelect/useSelectOptions.ts +2 -18
  22. package/src/components/wt-datepicker/_internals/composables/useRestoreOnBlur.ts +1 -1
  23. package/src/components/wt-multi-select/wt-multi-select.vue +8 -5
  24. package/src/components/wt-single-select/wt-single-select.vue +8 -5
  25. package/src/locale/en/en.js +2 -0
  26. package/src/locale/es/es.js +2 -0
  27. package/src/locale/kz/kz.js +2 -0
  28. package/src/locale/pl/pl.js +2 -0
  29. package/src/locale/ro/ro.js +2 -0
  30. package/src/locale/ru/ru.js +2 -0
  31. package/src/locale/uk/uk.js +2 -0
  32. package/src/locale/uz/uz.js +2 -0
  33. package/src/locale/vi/vi.js +2 -0
  34. package/src/mixins/validationMixin/vuelidate/useVuelidateValidation.ts +2 -0
  35. package/types/components/_internals/composables/useSelect/useSelect.d.ts +2 -3
  36. package/types/components/_internals/composables/useSelect/useSelectOptions.d.ts +2 -3
  37. package/types/components/wt-multi-select/wt-multi-select.vue.d.ts +6 -2
  38. package/types/components/wt-single-select/wt-single-select.vue.d.ts +6 -2
  39. package/types/locale/en/en.d.ts +1 -0
  40. package/types/locale/es/es.d.ts +1 -0
  41. package/types/locale/i18n.d.ts +9 -0
  42. package/types/locale/index.d.ts +9 -0
  43. package/types/locale/kz/kz.d.ts +1 -0
  44. package/types/locale/pl/pl.d.ts +1 -0
  45. package/types/locale/ro/ro.d.ts +1 -0
  46. package/types/locale/ru/ru.d.ts +1 -0
  47. package/types/locale/uk/uk.d.ts +1 -0
  48. package/types/locale/uz/uz.d.ts +1 -0
  49. 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-BqXO2X92.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-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";