@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,4 +1,4 @@
1
- import { i as e } from "./enums-DW1oVune.js";
1
+ import { i as e } from "./enums-CBWwTuq7.js";
2
2
  import { t } from "./vue-i18n-B8Px6VcD.js";
3
3
  import { computed as n, isReactive as r } from "vue";
4
4
  //#region src/mixins/validationMixin/regle/useRegleValidation.ts
@@ -1,8 +1,8 @@
1
1
  import { t as e } from "./caseConverters-DXegZoCt.js";
2
2
  import { t } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
- import { o as n } from "./enums-DW1oVune.js";
3
+ import { o as n } from "./enums-CBWwTuq7.js";
4
4
  import { t as r } from "./sortQueryAdapters-CyYXvnDN.js";
5
- import { t as i } from "./wt-icon-action-DlZx4RV6.js";
5
+ import { t as i } from "./wt-icon-action-D1Vq_ixS.js";
6
6
  import { Fragment as a, computed as o, createElementBlock as s, createVNode as c, guardReactiveProps as l, mergeProps as u, normalizeProps as d, openBlock as f, renderList as p, renderSlot as m, unref as h } from "vue";
7
7
  //#region src/components/wt-action-bar/WtActionBarActionsOrder.js
8
8
  var g = [
@@ -1,5 +1,5 @@
1
- import { t as e } from "./wt-icon-CqEgBu_3.js";
2
- import { c as t, d as n, u as r } from "./enums-DW1oVune.js";
1
+ import { t as e } from "./wt-icon-0grToL89.js";
2
+ import { d as t, f as n, l as r } from "./enums-CBWwTuq7.js";
3
3
  import { computed as i, createBlock as a, createCommentVNode as o, createElementVNode as s, createTextVNode as c, defineComponent as l, inject as u, mergeProps as d, normalizeClass as f, openBlock as p, ref as m, renderSlot as h, resolveComponent as g, toDisplayString as _, toRef as v, unref as y, useAttrs as b, watch as x, withCtx as S, withModifiers as C } from "vue";
4
4
  //#endregion
5
5
  //#region src/components/wt-badge-new/wt-badge.vue
@@ -8,7 +8,7 @@ var w = /* @__PURE__ */ l({
8
8
  props: {
9
9
  value: { default: "" },
10
10
  severity: { default: null },
11
- size: { default: t.MD }
11
+ size: { default: r.MD }
12
12
  },
13
13
  setup(e) {
14
14
  let t = e;
@@ -35,7 +35,7 @@ var w = /* @__PURE__ */ l({
35
35
  type: Boolean,
36
36
  default: !1
37
37
  },
38
- size: { default: t.MD },
38
+ size: { default: r.MD },
39
39
  wide: {
40
40
  type: Boolean,
41
41
  default: !1
@@ -49,55 +49,55 @@ var w = /* @__PURE__ */ l({
49
49
  badge: {},
50
50
  badgeSeverity: {},
51
51
  badgeAbsolutePosition: { type: Boolean },
52
- variant: { default: r.ACTIVE }
52
+ variant: { default: t.ACTIVE }
53
53
  },
54
54
  emits: ["click"],
55
- setup(n, { emit: r }) {
55
+ setup(t, { emit: n }) {
56
56
  let l = {
57
- [t.XS]: "extra-small",
58
- [t.SM]: "small",
59
- [t.MD]: "medium"
57
+ [r.XS]: "extra-small",
58
+ [r.SM]: "small",
59
+ [r.MD]: "medium"
60
60
  }, E = {
61
- [t.XS]: "sm",
62
- [t.SM]: "sm",
63
- [t.MD]: "md"
64
- }, D = n, O = r, k = b(), A = m(!1), j = i(() => ({ "wt-badge--absolute": D.badgeAbsolutePosition })), M = v(u("darkMode")), N = i(() => M.value ? "on-dark" : "on-light");
61
+ [r.XS]: "sm",
62
+ [r.SM]: "sm",
63
+ [r.MD]: "md"
64
+ }, D = t, O = n, k = b(), A = m(!1), j = i(() => ({ "wt-badge--absolute": D.badgeAbsolutePosition })), M = v(u("darkMode")), N = i(() => M.value ? "on-dark" : "on-light");
65
65
  return x(() => D.loading, (e) => {
66
66
  e ? A.value = !0 : setTimeout(() => {
67
67
  A.value = e;
68
68
  }, 1e3);
69
- }, { immediate: !0 }), (r, i) => {
69
+ }, { immediate: !0 }), (n, i) => {
70
70
  let u = g("wt-loader"), m = g("p-button");
71
71
  return p(), a(m, d(y(k), {
72
72
  class: [{
73
- "p-button--width-by-content": n.widthByContent || n.icon,
74
- "p-button--wide": n.wide,
73
+ "p-button--width-by-content": t.widthByContent || t.icon,
74
+ "p-button--wide": t.wide,
75
75
  "p-button--with-badge": D.badge,
76
76
  "p-button--loading": A.value,
77
- "p-button--icon": n.icon,
78
- [`p-button--size-${n.size}`]: !0,
79
- [`p-button--icon-${n.variant} p-button--icon-${n.size}`]: n.icon
77
+ "p-button--icon": t.icon,
78
+ [`p-button--size-${t.size}`]: !0,
79
+ [`p-button--icon-${t.variant} p-button--icon-${t.size}`]: t.icon
80
80
  }, "wt-button typo-button typo-button"],
81
- disabled: n.disabled,
81
+ disabled: t.disabled,
82
82
  loading: A.value,
83
- severity: n.color,
84
- size: l[n.size],
85
- variant: n.variant
83
+ severity: t.color,
84
+ size: l[t.size],
85
+ variant: t.variant
86
86
  }, { onClick: i[0] ||= C((e) => O("click", e), ["prevent"]) }), {
87
87
  default: S(() => [A.value ? (p(), a(u, {
88
88
  key: 0,
89
89
  color: N.value,
90
90
  size: "sm"
91
91
  }, null, 8, ["color"])) : o("", !0), s("div", T, [
92
- n.icon ? o("", !0) : h(r.$slots, "default", { key: 0 }, () => [i[1] ||= c(" no content provided", -1)]),
92
+ t.icon ? o("", !0) : h(n.$slots, "default", { key: 0 }, () => [i[1] ||= c(" no content provided", -1)]),
93
93
  D.badge ? (p(), a(w, {
94
94
  key: 1,
95
95
  value: D.badge,
96
96
  severity: D.badgeSeverity,
97
97
  class: f(j.value),
98
- size: y(t).MD
98
+ size: y(r).MD
99
99
  }, {
100
- default: S(() => [h(r.$slots, "badge", {}, () => [c(_(D.badge), 1)])]),
100
+ default: S(() => [h(n.$slots, "badge", {}, () => [c(_(D.badge), 1)])]),
101
101
  _: 3
102
102
  }, 8, [
103
103
  "value",
@@ -105,12 +105,12 @@ var w = /* @__PURE__ */ l({
105
105
  "class",
106
106
  "size"
107
107
  ])) : o("", !0),
108
- n.icon ? (p(), a(e, {
108
+ t.icon ? (p(), a(e, {
109
109
  key: 2,
110
110
  class: f({ "wt-button__icon--hidden": A.value }),
111
- icon: n.icon,
112
- "icon-prefix": n.iconPrefix,
113
- size: E[n.size]
111
+ icon: t.icon,
112
+ "icon-prefix": t.iconPrefix,
113
+ size: E[t.size]
114
114
  }, null, 8, [
115
115
  "class",
116
116
  "icon",