@webitel/ui-sdk 26.6.56 → 26.6.57

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 (69) hide show
  1. package/dist/{clients-BylvVtUg.js → clients-Wwy51tyT.js} +1 -1
  2. package/dist/{components-Ceu_o5QZ.js → components-DfHInAL6.js} +2038 -1133
  3. package/dist/{enums-DW1oVune.js → enums-CBWwTuq7.js} +14 -10
  4. package/dist/ui-sdk.js +15 -15
  5. package/dist/ui-sdk.umd.cjs +676 -643
  6. package/dist/{useValidation-NX7UjlXi.js → useValidation-C43ysfVZ.js} +1 -1
  7. package/dist/{wt-action-bar-BHg0dHh-.js → wt-action-bar-B6AJf7QX.js} +2 -2
  8. package/dist/{wt-button-Cv7wRtF5.js → wt-button-BieXVsvP.js} +30 -30
  9. package/dist/wt-chat-emoji-CLfk3JVt.js +1347 -0
  10. package/dist/{wt-datepicker-DmmqWre1.js → wt-datepicker-BhOalZat.js} +2 -2
  11. package/dist/{wt-display-chip-items-CIW2Kmd1.js → wt-display-chip-items-BUWlvHn2.js} +1 -1
  12. package/dist/{wt-dual-panel-Cnzr4m-k.js → wt-dual-panel-C5LZm1Tr.js} +1 -1
  13. package/dist/{wt-expansion-card-B3J3dMdV.js → wt-expansion-card-CJr62Q0Q.js} +2 -2
  14. package/dist/{wt-expansion-panel-CYZR6tYG.js → wt-expansion-panel-Dvzj9PTk.js} +1 -1
  15. package/dist/{wt-galleria-AICD8wZ_.js → wt-galleria-B34y1Swo.js} +1 -1
  16. package/dist/{wt-icon-CqEgBu_3.js → wt-icon-0grToL89.js} +4 -1
  17. package/dist/{wt-icon-action-DlZx4RV6.js → wt-icon-action-D1Vq_ixS.js} +1 -1
  18. package/dist/{wt-icon-btn-B66HR8qM.js → wt-icon-btn-Czg40DXn.js} +1 -1
  19. package/dist/{wt-notifications-bar-Bbzp4mi1.js → wt-notifications-bar-OGD1cukw.js} +5 -6
  20. package/dist/{wt-player-CFL51-s6.js → wt-player-YrvPar8x.js} +3 -3
  21. package/dist/{wt-search-bar--ACLsoNo.js → wt-search-bar-gN_xHkW3.js} +4 -4
  22. package/dist/{wt-send-message-popup-D5_uap5F.js → wt-send-message-popup-pvipgSrX.js} +2 -2
  23. package/dist/{wt-table-2AC3hrK9.js → wt-table-DK0LjVC0.js} +1 -1
  24. package/dist/{wt-timepicker-DpZmWZdv.js → wt-timepicker-FhXfhuFl.js} +2 -2
  25. package/dist/wt-toast-DrD3sFlE.js +71 -0
  26. package/dist/{wt-tree-table-DkK3EyzZ.js → wt-tree-table-D1XoKDVw.js} +40 -40
  27. package/dist/{wt-type-extension-value-input-f5i8mReW.js → wt-type-extension-value-input-B2fSsZQc.js} +3 -3
  28. package/dist/{wt-vidstack-player-Ba6-mEdW.js → wt-vidstack-player-DwCYvtSh.js} +4 -4
  29. package/package.json +1 -1
  30. package/src/assets/icons/sprite/index.ts +7 -0
  31. package/src/assets/icons/sprite/ws-signal-high.svg +11 -0
  32. package/src/assets/icons/sprite/ws-signal-low.svg +11 -0
  33. package/src/assets/icons/sprite/ws-signal-medium.svg +11 -0
  34. package/src/components/index.js +3 -0
  35. package/src/components/wt-call-media-metric/wt-call-media-metric.vue +41 -0
  36. package/src/enums/ConnectionQualityLevel/ConnectionQualityLevel.enum.ts +8 -0
  37. package/src/enums/index.ts +6 -0
  38. package/src/locale/en/en.js +5 -0
  39. package/src/locale/es/es.js +5 -0
  40. package/src/locale/kz/kz.js +5 -0
  41. package/src/locale/pl/pl.js +5 -0
  42. package/src/locale/ro/ro.js +5 -0
  43. package/src/locale/ru/ru.js +5 -0
  44. package/src/locale/uk/uk.js +5 -0
  45. package/src/locale/uz/uz.js +5 -0
  46. package/src/locale/vi/vi.js +5 -0
  47. package/src/scripts/getConnectionQuality.ts +13 -0
  48. package/src/scripts/index.js +2 -0
  49. package/types/components/wt-call-media-metric/wt-call-media-metric.vue.d.ts +13 -0
  50. package/types/enums/ConnectionQualityLevel/ConnectionQualityLevel.enum.d.ts +6 -0
  51. package/types/enums/index.d.ts +3 -2
  52. package/types/locale/en/en.d.ts +5 -0
  53. package/types/locale/es/es.d.ts +5 -0
  54. package/types/locale/i18n.d.ts +45 -0
  55. package/types/locale/index.d.ts +45 -0
  56. package/types/locale/kz/kz.d.ts +5 -0
  57. package/types/locale/pl/pl.d.ts +5 -0
  58. package/types/locale/ro/ro.d.ts +5 -0
  59. package/types/locale/ru/ru.d.ts +5 -0
  60. package/types/locale/uk/uk.d.ts +5 -0
  61. package/types/locale/uz/uz.d.ts +5 -0
  62. package/types/locale/vi/vi.d.ts +5 -0
  63. package/types/modules/Flow/lookups/FlowTypeApplications.lookup.d.ts +5 -5
  64. package/types/scripts/getConnectionQuality.d.ts +2 -0
  65. package/types/scripts/index.d.ts +2 -1
  66. package/dist/eventBus-By3thVlR.js +0 -31
  67. package/dist/wt-chat-emoji-Dnu07Or5.js +0 -2226
  68. package/dist/wt-toast-gaZL33Am.js +0 -44
  69. package/dist/{composables-DJlgUtl5.js → composables-C2o78NEs.js} +1 -1
@@ -1,44 +0,0 @@
1
- import { t as e } from "./wt-icon-CqEgBu_3.js";
2
- import { c as t, i as n } from "./enums-DW1oVune.js";
3
- import { Fragment as r, createBlock as i, createCommentVNode as a, createElementBlock as o, createElementVNode as s, createVNode as c, defineComponent as l, guardReactiveProps as u, normalizeProps as d, openBlock as f, resolveComponent as p, toDisplayString as m, unref as h, useAttrs as g, withCtx as _ } from "vue";
4
- //#region src/components/wt-toast/wt-toast.vue?vue&type=script&setup=true&lang.ts
5
- var v = { class: "p-toast-message-text" }, y = { class: "p-toast-summary" }, b = {
6
- key: 0,
7
- class: "p-toast-detail"
8
- }, x = /* @__PURE__ */ l({
9
- name: "WtToast",
10
- inheritAttrs: !1,
11
- __name: "wt-toast",
12
- setup(l) {
13
- let x = g(), S = {
14
- success: "done",
15
- info: "rounded-info",
16
- warn: "warning",
17
- error: "error"
18
- }, C = {
19
- success: n.SUCCESS,
20
- info: n.INFO,
21
- warn: n.WARN,
22
- error: n.ERROR,
23
- contrast: n.CONTRAST,
24
- secondary: n.SECONDARY
25
- };
26
- return (l, g) => {
27
- let w = p("PToast");
28
- return f(), i(w, d(u(h(x))), {
29
- message: _(({ message: t }) => [t ? (f(), o(r, { key: 0 }, [c(e, {
30
- icon: S[t.severity] ?? "",
31
- color: C[t.severity] ?? h(n).CONTRAST,
32
- class: "p-toast-message-icon"
33
- }, null, 8, ["icon", "color"]), s("div", v, [s("span", y, m(t.summary), 1), t.detail ? (f(), o("div", b, m(t.detail), 1)) : a("", !0)])], 64)) : a("", !0)]),
34
- closeicon: _(() => [c(e, {
35
- icon: "close",
36
- size: h(t).SM
37
- }, null, 8, ["size"])]),
38
- _: 1
39
- }, 16);
40
- };
41
- }
42
- });
43
- //#endregion
44
- export { x as t };
@@ -1,6 +1,6 @@
1
1
  import { t as e } from "./vue-i18n-B8Px6VcD.js";
2
- import "./useExpansion-DVdIpoOn.js";
3
2
  import { t } from "./debounce-DPzXwiOS.js";
3
+ import "./useExpansion-DVdIpoOn.js";
4
4
  import "./useWtTable-tqmVOvve.js";
5
5
  import { computed as n, nextTick as r, onMounted as i, onUnmounted as a, reactive as o, ref as s, watch as c } from "vue";
6
6
  //#region src/components/_internals/composables/useGalleriaFullscreen/useGalleriaFullscreen.ts