@webitel/ui-sdk 26.8.49 → 26.8.51

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 (63) hide show
  1. package/dist/clients-rgtvDufW.js +39250 -0
  2. package/dist/{components-gG_-DJ10.js → components-9JJurJkY.js} +639 -631
  3. package/dist/{enums-De8CDKZ1.js → enums-DY3jIXFF.js} +50 -29
  4. package/dist/ui-sdk.css +1 -1
  5. package/dist/ui-sdk.js +3 -3
  6. package/dist/ui-sdk.umd.cjs +394 -394
  7. package/dist/{useValidation-D6P-wRwq.js → useValidation-BD4S-sEW.js} +1 -1
  8. package/dist/{wt-action-bar-HBm22ay5.js → wt-action-bar-C4JukltF.js} +2 -2
  9. package/dist/{wt-button-B7B7qITq.js → wt-button-2_aOV7LX.js} +4 -4
  10. package/dist/{wt-chat-emoji-mH3xAWyP.js → wt-chat-emoji-D2VNcMWj.js} +4 -4
  11. package/dist/{wt-datepicker-D5Af57PB.js → wt-datepicker-H4E0JyRE.js} +78 -51
  12. package/dist/{wt-display-chip-items-DnL_Twmy.js → wt-display-chip-items-Dk-8hhAU.js} +1 -1
  13. package/dist/{wt-dual-panel-BEGLGU7F.js → wt-dual-panel-C98aGU8o.js} +1 -1
  14. package/dist/{wt-expansion-card-CpmnVJ03.js → wt-expansion-card-CEMaWXCy.js} +1 -1
  15. package/dist/{wt-expansion-panel-Br7JPc5X.js → wt-expansion-panel-BjeXHSay.js} +1 -1
  16. package/dist/{wt-icon-09f_Vpk_.js → wt-icon-Ct0E7k_d.js} +1 -1
  17. package/dist/{wt-icon-action-BBmutGsL.js → wt-icon-action-DB6P4E4K.js} +1 -1
  18. package/dist/{wt-icon-btn-DvrrxhWx.js → wt-icon-btn-DZa_qsai.js} +1 -1
  19. package/dist/{wt-notifications-bar-0o0yhR7P.js → wt-notifications-bar-BEomlIrN.js} +2 -2
  20. package/dist/{wt-player-D_kVPIdJ.js → wt-player-1-8X7Uo8.js} +3 -3
  21. package/dist/{wt-search-bar-Dnjkgro3.js → wt-search-bar-DzzSQyB3.js} +1 -1
  22. package/dist/{wt-send-message-popup-C-fqzFxG.js → wt-send-message-popup-BYV75cZf.js} +2 -2
  23. package/dist/{wt-status-select-DL1bOn9G.js → wt-status-select-BuojqV_1.js} +9 -9
  24. package/dist/{wt-timepicker-CAkO0jFY.js → wt-timepicker-RhM7Sln_.js} +2 -2
  25. package/dist/{wt-toast-DrfbAfTj.js → wt-toast-eWzfeYuz.js} +2 -2
  26. package/dist/{wt-tree-table-DJGISZ65.js → wt-tree-table-DvG6KLLB.js} +1 -1
  27. package/dist/{wt-type-extension-value-input-jb7TbSvV.js → wt-type-extension-value-input-BYoxNwD4.js} +3 -3
  28. package/dist/{wt-vidstack-player-BrDmQ4dp.js → wt-vidstack-player-B-vb7PqO.js} +4 -4
  29. package/package.json +3 -1
  30. package/src/components/wt-datepicker/_internals/composables/useCloseOnAnchorHidden.ts +51 -0
  31. package/src/components/wt-datepicker/_internals/composables/useDatepicker.ts +17 -1
  32. package/src/components/wt-datepicker/wt-datepicker.vue +1 -0
  33. package/src/enums/QueueType/QueueType.enum.ts +12 -31
  34. package/src/enums/RelativeDatetimeValue/RelativeDatetimeValue.ts +1 -11
  35. package/src/locale/en/en.js +64 -0
  36. package/src/locale/es/es.js +64 -0
  37. package/src/locale/kz/kz.js +64 -0
  38. package/src/locale/pl/pl.js +64 -0
  39. package/src/locale/ro/ro.js +64 -0
  40. package/src/locale/ru/ru.js +64 -0
  41. package/src/locale/uk/uk.js +64 -0
  42. package/src/locale/uz/uz.js +64 -0
  43. package/src/locale/vi/vi.js +64 -0
  44. package/src/scripts/normalizeDatetime.ts +7 -88
  45. package/types/.tsbuildinfo +1 -1
  46. package/types/components/wt-datepicker/_internals/composables/useCloseOnAnchorHidden.d.ts +21 -0
  47. package/types/components/wt-datepicker/_internals/composables/useDatepicker.d.ts +1 -0
  48. package/types/enums/QueueType/QueueType.enum.d.ts +9 -28
  49. package/types/enums/RelativeDatetimeValue/RelativeDatetimeValue.d.ts +1 -7
  50. package/types/locale/en/en.d.ts +64 -0
  51. package/types/locale/es/es.d.ts +87 -3
  52. package/types/locale/i18n.d.ts +576 -0
  53. package/types/locale/index.d.ts +576 -0
  54. package/types/locale/kz/kz.d.ts +87 -3
  55. package/types/locale/pl/pl.d.ts +87 -3
  56. package/types/locale/ro/ro.d.ts +87 -3
  57. package/types/locale/ru/ru.d.ts +87 -3
  58. package/types/locale/uk/uk.d.ts +87 -3
  59. package/types/locale/uz/uz.d.ts +87 -3
  60. package/types/locale/vi/vi.d.ts +87 -3
  61. package/types/modules/Flow/lookups/FlowTypeApplications.lookup.d.ts +1 -1
  62. package/types/scripts/normalizeDatetime.d.ts +1 -8
  63. package/dist/clients-DBqdsc05.js +0 -38757
package/dist/ui-sdk.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import { t as e } from "./generateInstance-C9d7J_TX.js";
2
- import { n as t } from "./wt-icon-09f_Vpk_.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-gG_-DJ10.js";
4
- import { i as v, l as y } from "./enums-De8CDKZ1.js";
2
+ import { n as t } from "./wt-icon-Ct0E7k_d.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-9JJurJkY.js";
4
+ import { i as v, l as y } from "./enums-DY3jIXFF.js";
5
5
  import { t as b } from "./useEventBus-B-ZeklLu.js";
6
6
  import { computed as x, reactive as S, shallowRef as C, watch as w } from "vue";
7
7
  import T from "primevue/autocomplete";