@webitel/ui-sdk 26.6.55 → 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 (70) hide show
  1. package/dist/{clients-BylvVtUg.js → clients-Wwy51tyT.js} +1 -1
  2. package/dist/{components-C4TtdcHZ.js → components-DfHInAL6.js} +2038 -1133
  3. package/dist/{composables-Bq_oS99i.js → composables-C2o78NEs.js} +2 -2
  4. package/dist/{enums-DW1oVune.js → enums-CBWwTuq7.js} +14 -10
  5. package/dist/ui-sdk.js +15 -15
  6. package/dist/ui-sdk.umd.cjs +676 -643
  7. package/dist/{useValidation-NX7UjlXi.js → useValidation-C43ysfVZ.js} +1 -1
  8. package/dist/{wt-action-bar-BHg0dHh-.js → wt-action-bar-B6AJf7QX.js} +2 -2
  9. package/dist/{wt-button-Cv7wRtF5.js → wt-button-BieXVsvP.js} +30 -30
  10. package/dist/wt-chat-emoji-CLfk3JVt.js +1347 -0
  11. package/dist/{wt-datepicker-DmmqWre1.js → wt-datepicker-BhOalZat.js} +2 -2
  12. package/dist/{wt-display-chip-items-D8SIyLU9.js → wt-display-chip-items-BUWlvHn2.js} +1 -1
  13. package/dist/{wt-dual-panel-Cnzr4m-k.js → wt-dual-panel-C5LZm1Tr.js} +1 -1
  14. package/dist/{wt-expansion-card-B0HgFJLA.js → wt-expansion-card-CJr62Q0Q.js} +2 -2
  15. package/dist/{wt-expansion-panel-CYZR6tYG.js → wt-expansion-panel-Dvzj9PTk.js} +1 -1
  16. package/dist/{wt-galleria-CyGPEi8u.js → wt-galleria-B34y1Swo.js} +1 -1
  17. package/dist/{wt-icon-CqEgBu_3.js → wt-icon-0grToL89.js} +4 -1
  18. package/dist/{wt-icon-action-DlZx4RV6.js → wt-icon-action-D1Vq_ixS.js} +1 -1
  19. package/dist/{wt-icon-btn-B66HR8qM.js → wt-icon-btn-Czg40DXn.js} +1 -1
  20. package/dist/{wt-notifications-bar-Bbzp4mi1.js → wt-notifications-bar-OGD1cukw.js} +5 -6
  21. package/dist/{wt-player-CFL51-s6.js → wt-player-YrvPar8x.js} +3 -3
  22. package/dist/{wt-search-bar--ACLsoNo.js → wt-search-bar-gN_xHkW3.js} +4 -4
  23. package/dist/{wt-send-message-popup-DSrq1UDc.js → wt-send-message-popup-pvipgSrX.js} +2 -2
  24. package/dist/{wt-table-D9A4EDJO.js → wt-table-DK0LjVC0.js} +1 -1
  25. package/dist/{wt-timepicker-DpZmWZdv.js → wt-timepicker-FhXfhuFl.js} +2 -2
  26. package/dist/wt-toast-DrD3sFlE.js +71 -0
  27. package/dist/{wt-tree-table-DkK3EyzZ.js → wt-tree-table-D1XoKDVw.js} +40 -40
  28. package/dist/{wt-type-extension-value-input-C91azxav.js → wt-type-extension-value-input-B2fSsZQc.js} +3 -3
  29. package/dist/{wt-vidstack-player-B-bNOiYJ.js → wt-vidstack-player-DwCYvtSh.js} +4 -4
  30. package/package.json +1 -1
  31. package/src/assets/icons/sprite/index.ts +7 -0
  32. package/src/assets/icons/sprite/ws-signal-high.svg +11 -0
  33. package/src/assets/icons/sprite/ws-signal-low.svg +11 -0
  34. package/src/assets/icons/sprite/ws-signal-medium.svg +11 -0
  35. package/src/components/_internals/composables/useSelect/useSelectCustomValues.ts +2 -2
  36. package/src/components/index.js +3 -0
  37. package/src/components/wt-call-media-metric/wt-call-media-metric.vue +41 -0
  38. package/src/enums/ConnectionQualityLevel/ConnectionQualityLevel.enum.ts +8 -0
  39. package/src/enums/index.ts +6 -0
  40. package/src/locale/en/en.js +5 -0
  41. package/src/locale/es/es.js +5 -0
  42. package/src/locale/kz/kz.js +5 -0
  43. package/src/locale/pl/pl.js +5 -0
  44. package/src/locale/ro/ro.js +5 -0
  45. package/src/locale/ru/ru.js +5 -0
  46. package/src/locale/uk/uk.js +5 -0
  47. package/src/locale/uz/uz.js +5 -0
  48. package/src/locale/vi/vi.js +5 -0
  49. package/src/scripts/getConnectionQuality.ts +13 -0
  50. package/src/scripts/index.js +2 -0
  51. package/types/components/wt-call-media-metric/wt-call-media-metric.vue.d.ts +13 -0
  52. package/types/enums/ConnectionQualityLevel/ConnectionQualityLevel.enum.d.ts +6 -0
  53. package/types/enums/index.d.ts +3 -2
  54. package/types/locale/en/en.d.ts +5 -0
  55. package/types/locale/es/es.d.ts +5 -0
  56. package/types/locale/i18n.d.ts +45 -0
  57. package/types/locale/index.d.ts +45 -0
  58. package/types/locale/kz/kz.d.ts +5 -0
  59. package/types/locale/pl/pl.d.ts +5 -0
  60. package/types/locale/ro/ro.d.ts +5 -0
  61. package/types/locale/ru/ru.d.ts +5 -0
  62. package/types/locale/uk/uk.d.ts +5 -0
  63. package/types/locale/uz/uz.d.ts +5 -0
  64. package/types/locale/vi/vi.d.ts +5 -0
  65. package/types/modules/Flow/lookups/FlowTypeApplications.lookup.d.ts +5 -5
  66. package/types/scripts/getConnectionQuality.d.ts +2 -0
  67. package/types/scripts/index.d.ts +2 -1
  68. package/dist/eventBus-By3thVlR.js +0 -31
  69. package/dist/wt-chat-emoji-BBAMIuZ1.js +0 -2226
  70. package/dist/wt-toast-gaZL33Am.js +0 -44
@@ -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 };