@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,7 +1,7 @@
1
1
  import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
2
- import { c as t, r as n } from "./enums-DW1oVune.js";
2
+ import { l as t, r as n } from "./enums-CBWwTuq7.js";
3
3
  import { C as r, D as i, E as a, S as o, T as s, _ as c, a as l, b as u, c as d, d as f, f as p, g as m, h, i as g, l as _, m as v, o as y, p as ee, s as b, u as x, v as S, w as C, x as w, y as T } from "./dist-Dz55hlwp.js";
4
- import { t as te } from "./useValidation-NX7UjlXi.js";
4
+ import { t as te } from "./useValidation-C43ysfVZ.js";
5
5
  import { Fragment as E, Teleport as ne, Transition as re, computed as D, createBlock as O, createCommentVNode as k, createElementBlock as A, createElementVNode as j, createSlots as M, createTextVNode as N, createVNode as P, defineComponent as F, getCurrentScope as ie, guardReactiveProps as ae, isRef as oe, mergeProps as se, nextTick as ce, normalizeClass as I, normalizeProps as le, normalizeStyle as ue, onBeforeUpdate as de, onMounted as fe, onScopeDispose as pe, onUnmounted as me, openBlock as L, reactive as he, ref as R, renderList as z, renderSlot as B, resolveComponent as ge, resolveDynamicComponent as _e, toDisplayString as V, toRef as ve, toRefs as ye, unref as H, useSlots as be, vShow as xe, watch as Se, withCtx as U, withDirectives as Ce, withKeys as W, withModifiers as we } from "vue";
6
6
  //#region node_modules/date-fns/addDays.js
7
7
  function Te(e, t, n) {
@@ -1,4 +1,4 @@
1
- import { c as e, i as t } from "./components-Ceu_o5QZ.js";
1
+ import { c as e, i as t } from "./components-DfHInAL6.js";
2
2
  import { t as n } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
3
  import { t as r } from "./displayText-CtaxzaBz.js";
4
4
  import { Fragment as i, computed as a, createCommentVNode as o, createElementBlock as s, createTextVNode as c, createVNode as l, defineComponent as u, openBlock as d, renderList as f, renderSlot as p, toDisplayString as m, unref as h, withCtx as g } from "vue";
@@ -1,5 +1,5 @@
1
1
  import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
2
- import { c as t, o as n } from "./enums-DW1oVune.js";
2
+ import { l as t, o as n } from "./enums-CBWwTuq7.js";
3
3
  import { computed as r, createBlock as i, createCommentVNode as a, createElementBlock as o, createElementVNode as s, normalizeClass as c, openBlock as l, ref as u, renderSlot as d, resolveComponent as f, unref as p } from "vue";
4
4
  //#region src/components/wt-dual-panel/wt-dual-panel.vue
5
5
  var m = { class: "wt-dual-panel" }, h = {
@@ -1,7 +1,7 @@
1
1
  import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
2
- import { c as t } from "./enums-DW1oVune.js";
2
+ import { l as t } from "./enums-CBWwTuq7.js";
3
3
  import { t as n } from "./useExpansion-DVdIpoOn.js";
4
- import "./composables-DJlgUtl5.js";
4
+ import "./composables-C2o78NEs.js";
5
5
  import { t as r } from "./wt-expand-transition-C2p9bR4j.js";
6
6
  import { createElementBlock as i, createElementVNode as a, createVNode as o, defineComponent as s, guardReactiveProps as c, normalizeClass as l, normalizeProps as u, openBlock as d, renderSlot as f, resolveComponent as p, toRef as m, unref as h, vShow as g, withCtx as _, withDirectives as v, withKeys as y } from "vue";
7
7
  //#region src/components/wt-expansion-card/wt-expansion-card.vue?vue&type=script&setup=true&lang.ts
@@ -1,5 +1,5 @@
1
1
  import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
2
- import { c as t } from "./enums-DW1oVune.js";
2
+ import { l as t } from "./enums-CBWwTuq7.js";
3
3
  import { t as n } from "./useExpansion-DVdIpoOn.js";
4
4
  import { t as r } from "./wt-expand-transition-C2p9bR4j.js";
5
5
  import { createElementBlock as i, createElementVNode as a, createVNode as o, defineComponent as s, guardReactiveProps as c, normalizeClass as l, normalizeProps as u, openBlock as d, renderSlot as f, resolveComponent as p, toRef as m, unref as h, vShow as g, withCtx as _, withDirectives as v, withKeys as y } from "vue";
@@ -1,6 +1,6 @@
1
1
  import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
2
2
  import { t } from "./vue-i18n-B8Px6VcD.js";
3
- import { a as n, o as r } from "./composables-DJlgUtl5.js";
3
+ import { a as n, o as r } from "./composables-C2o78NEs.js";
4
4
  import { Fragment as i, computed as a, createBlock as o, createCommentVNode as s, createElementBlock as c, createElementVNode as l, createTextVNode as u, createVNode as d, defineComponent as f, mergeModels as p, mergeProps as m, nextTick as h, normalizeClass as g, onMounted as _, onUnmounted as v, openBlock as y, ref as b, renderSlot as x, resolveComponent as S, toDisplayString as C, unref as w, useAttrs as T, useModel as E, vShow as D, watch as O, withCtx as k, withDirectives as A } from "vue";
5
5
  //#region src/modules/DeleteConfirmationPopup/composables/useDeleteConfirmationPopup.js
6
6
  var j = () => {
@@ -1,5 +1,5 @@
1
1
  import { n as e } from "./caseConverters-DXegZoCt.js";
2
- import { a as t, c as n } from "./enums-DW1oVune.js";
2
+ import { a as t, l as n } from "./enums-CBWwTuq7.js";
3
3
  import { computed as r, createElementBlock as i, defineComponent as a, normalizeClass as o, openBlock as s } from "vue";
4
4
  //#region node_modules/dompurify/dist/purify.es.mjs
5
5
  function c(e, t) {
@@ -936,6 +936,9 @@ var Ye = Je(), Xe = e({
936
936
  undo: "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M6 19C6 19.5523 6.44772 20 7 20H14.5C18.0899 20 21 17.0899 21 13.5C21 9.91015 18.0899 7 14.5 7H7.10615C7.25938 6.80984 7.4003 6.6138 7.52214 6.41698C7.75379 6.04278 8 5.53415 8 5C8 4.44771 7.55228 4 7 4C6.44772 4 6 4.44771 6 5C6 4.99152 5.99977 4.99232 5.99675 5.00262C5.9876 5.03382 5.95288 5.15222 5.82161 5.36427C5.66713 5.61382 5.43786 5.89792 5.16789 6.16789C4.89792 6.43786 4.61382 6.66713 4.36427 6.82161C4.15222 6.95288 4.03382 6.9876 4.00262 6.99675C3.99233 6.99976 3.99153 7 4 7C3.44772 7 3 7.44771 3 8C3 8.55229 3.44772 9 4 9C3.99153 9 3.99232 9.00023 4.00261 9.00325C4.03381 9.0124 4.15222 9.04712 4.36427 9.17839C4.61382 9.33287 4.89792 9.56214 5.16789 9.83211C5.43786 10.1021 5.66713 10.3862 5.82161 10.6357C5.95288 10.8478 5.9876 10.9662 5.99675 10.9974C5.99977 11.0077 6 11.0085 6 11C6 11.5523 6.44772 12 7 12C7.55228 12 8 11.5523 8 11C8 10.4658 7.75379 9.95722 7.52214 9.58302C7.4003 9.3862 7.25938 9.19016 7.10615 9H14.5C16.9853 9 19 11.0147 19 13.5C19 15.9853 16.9853 18 14.5 18H7C6.44772 18 6 18.4477 6 19Z\" />\n</svg>\n",
937
937
  versions: "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11 2H14.1716C14.702 2 15.2107 2.21071 15.5858 2.58579L21.4142 8.41421C21.7893 8.78929 22 9.29799 22 9.82843V14C22 15.1046 21.1046 16 20 16H11C9.89543 16 9 15.1046 9 14V4C9 2.89543 9.89543 2 11 2ZM16 5.82843L18.1716 8H17C16.4477 8 16 7.55228 16 7V5.82843ZM11 4H14V7C14 8.65685 15.3431 10 17 10H20V14H11V4Z\" />\n<path d=\"M10 17C8.89543 17 8 16.1046 8 15V6C8 5.44772 7.55228 5 7 5C6.44772 5 6 5.44772 6 6V17C6 18.1046 6.89543 19 8 19H18C18.5523 19 19 18.5523 19 18C19 17.4477 18.5523 17 18 17H10Z\" />\n<path d=\"M7 20C5.89543 20 5 19.1046 5 18V9C5 8.44772 4.55228 8 4 8C3.44772 8 3 8.44772 3 9V20C3 21.1046 3.89543 22 5 22H15C15.5523 22 16 21.5523 16 21C16 20.4477 15.5523 20 15 20H7Z\" />\n</svg>\n",
938
938
  webitelLogo: "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n <path d=\"M20.8877 10.6113C21.2936 10.2675 21.4738 9.72554 21.3547 9.20674L21.2284 8.65711C21.1097 8.1402 20.7135 7.73242 20.2008 7.59931L2.5651 3.02104C1.96996 2.86654 1.53736 3.59791 1.94112 4.07596L7.9352 11.1731C8.44168 11.7727 9.33776 11.8478 9.93665 11.3406L14.0573 7.85113C14.6562 7.34398 15.5523 7.41899 16.0588 8.01867L18.4319 10.8285C18.9384 11.4282 19.8345 11.5032 20.4334 10.996L20.8877 10.6113Z\" fill=\"url(#paint0_linear_11821_4528)\"/>\n <path d=\"M3.15862 17.881L0.0347845 8.11559C-0.179907 7.44445 0.651318 6.95324 1.10091 7.48557L7.60057 15.1813C8.10705 15.7809 9.00313 15.856 9.60202 15.3488L13.7227 11.8593C14.3216 11.3522 15.2177 11.4272 15.7241 12.0269L22.3924 19.9222C22.8257 20.4352 22.2984 21.2039 21.6874 20.9499L17.0965 19.0417C16.8851 18.9539 16.6556 18.9185 16.4276 18.9385L6.11233 19.8466C4.79002 19.963 3.56354 19.1468 3.15862 17.881Z\" fill=\"url(#paint1_linear_11821_4528)\"/>\n <path d=\"M21.8834 14.9448C22.678 15.7203 24 15.1482 24 14.0288C24 12.9091 22.6773 12.3372 21.8828 13.1134C21.3711 13.6133 21.3713 14.4452 21.8834 14.9448Z\" fill=\"url(#paint2_linear_11821_4528)\"/>\n <defs>\n <linearGradient id=\"paint0_linear_11821_4528\" x1=\"21.3838\" y1=\"4.47761\" x2=\"5.1167\" y2=\"20.2543\" gradientUnits=\"userSpaceOnUse\">\n <stop stop-color=\"#D93DF5\"/>\n <stop offset=\"1\" stop-color=\"#1A2EB2\"/>\n </linearGradient>\n <linearGradient id=\"paint1_linear_11821_4528\" x1=\"21.3838\" y1=\"4.47761\" x2=\"5.1167\" y2=\"20.2543\" gradientUnits=\"userSpaceOnUse\">\n <stop stop-color=\"#D93DF5\"/>\n <stop offset=\"1\" stop-color=\"#1A2EB2\"/>\n </linearGradient>\n <linearGradient id=\"paint2_linear_11821_4528\" x1=\"21.3838\" y1=\"4.47761\" x2=\"5.1167\" y2=\"20.2543\" gradientUnits=\"userSpaceOnUse\">\n <stop stop-color=\"#D93DF5\"/>\n <stop offset=\"1\" stop-color=\"#1A2EB2\"/>\n </linearGradient>\n </defs>\n</svg>\n",
939
+ wsSignalHigh: "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n <rect x=\"2\" y=\"12\" width=\"3\" height=\"9\" fill=\"#2DD264\"/>\n <path d=\"M5 12L7 11V20L5 21V12Z\" fill=\"#24A850\"/>\n <path d=\"M4 11H7L5 12H2L4 11Z\" fill=\"#28BD5A\"/>\n <path d=\"M11 8H14L12 9H9L11 8Z\" fill=\"#28BD5A\"/>\n <path d=\"M18 4H21L19 5H16L18 4Z\" fill=\"#28BD5A\"/>\n <rect x=\"9\" y=\"9\" width=\"3\" height=\"12\" fill=\"#2DD264\"/>\n <rect x=\"16\" y=\"5\" width=\"3\" height=\"16\" fill=\"#2DD264\"/>\n <path d=\"M12 9L14 8V20L12 21V9Z\" fill=\"#24A850\"/>\n <path d=\"M19 5L21.0001 4V20L19 21V5Z\" fill=\"#24A850\"/>\n</svg>\n",
940
+ wsSignalMedium: "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n <rect x=\"2\" y=\"12\" width=\"3\" height=\"9\" fill=\"#E99D63\"/>\n <path d=\"M5 12L7 11V20L5 21V12Z\" fill=\"#E28136\"/>\n <path d=\"M4 11H7L5 12H2L4 11Z\" fill=\"#E58E4C\"/>\n <path d=\"M11 8H14L12 9H9L11 8Z\" fill=\"#E58E4C\"/>\n <path d=\"M18 4H21L19 5H16L18 4Z\" fill=\"#C2C7D6\"/>\n <rect x=\"9\" y=\"9\" width=\"3\" height=\"12\" fill=\"#E99D63\"/>\n <rect x=\"16\" y=\"5\" width=\"3\" height=\"16\" fill=\"#E0E3EB\"/>\n <path d=\"M12 9L14 8V20L12 21V9Z\" fill=\"#E28136\"/>\n <path d=\"M19 5L21.0001 4V20L19 21V5Z\" fill=\"#A3ABC2\"/>\n</svg>\n",
941
+ wsSignalLow: "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n <rect x=\"2\" y=\"12\" width=\"3\" height=\"9\" fill=\"#EC7979\"/>\n <path d=\"M5 12L7 11V20L5 21V12Z\" fill=\"#E54C4C\"/>\n <path d=\"M4 11H7L5 12H2L4 11Z\" fill=\"#E96363\"/>\n <path d=\"M11 8H14L12 9H9L11 8Z\" fill=\"#C2C7D6\"/>\n <path d=\"M18 4H21L19 5H16L18 4Z\" fill=\"#C2C7D6\"/>\n <rect x=\"9\" y=\"9\" width=\"3\" height=\"12\" fill=\"#E0E3EB\"/>\n <rect x=\"16\" y=\"5\" width=\"3\" height=\"16\" fill=\"#E0E3EB\"/>\n <path d=\"M12 9L14 8V20L12 21V9Z\" fill=\"#B3B9CC\"/>\n <path d=\"M19 5L21.0001 4V20L19 21V5Z\" fill=\"#A3ABC2\"/>\n</svg>\n",
939
942
  portal: "<svg id=\"portal\" viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM9 19.416C9.92666 19.7912 10.9388 20 12 20C12.4458 20 12.8827 19.9617 13.3086 19.8916L9 16.3008V19.416ZM15.5596 19.1641C16.6047 18.6438 17.5195 17.9024 18.2432 17H12.9629L15.5596 19.1641ZM4.83496 15.5596C5.35516 16.6047 6.09769 17.5185 7 18.2422V12.9619L4.83496 15.5596ZM12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9ZM16.3018 15H19.416C19.7912 14.0733 20 13.0612 20 12C20 11.5539 19.9618 11.1166 19.8916 10.6904L16.3018 15ZM4.58398 9C4.20875 9.92666 4 10.9388 4 12C4 12.4457 4.03734 12.8827 4.10742 13.3086L7.69824 9H4.58398ZM17 11.0371L19.1641 8.43945C18.6438 7.39467 17.9022 6.48031 17 5.75684V11.0371ZM12 4C11.554 4 11.1166 4.03724 10.6904 4.10742L15 7.69824V4.58301C14.0734 4.20786 13.0611 4 12 4ZM8.43945 4.83496C7.3945 5.35523 6.4804 6.0977 5.75684 7H11.0371L8.43945 4.83496Z\" />\n</svg>\n",
940
943
  previewTagAudio: "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M9 13.1707C8.68722 13.0602 8.35064 13 8 13C6.34315 13 5 14.3431 5 16C5 17.6569 6.34315 19 8 19C9.65685 19 11 17.6569 11 16V16V7.86731L16 7.15302L16 12.1707C15.6872 12.0602 15.3506 12 15 12C13.3431 12 12 13.3431 12 15C12 16.6569 13.3431 18 15 18C16.6568 18 18 16.6569 18 15V15V7.15302C18 5.93593 16.922 5.001 15.7172 5.17313L10.7172 5.88741C9.73186 6.02817 9 6.87201 9 7.86731V13.1707ZM9 16C8.99999 16.5523 8.55228 17 8 17C7.44772 17 7 16.5523 7 16C7 15.4477 7.44772 15 8 15C8.55228 15 9 15.4477 9 16V16ZM16 15V15C16 14.4477 15.5523 14 15 14C14.4477 14 14 14.4477 14 15C14 15.5523 14.4477 16 15 16C15.5523 16 16 15.5523 16 15Z\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M2 6C2 3.79086 3.79086 2 6 2H18C20.2091 2 22 3.79086 22 6V18C22 20.2091 20.2091 22 18 22H6C3.79086 22 2 20.2091 2 18V6ZM6 4H18C19.1046 4 20 4.89543 20 6V18C20 19.1046 19.1046 20 18 20H6C4.89543 20 4 19.1046 4 18V6C4 4.89543 4.89543 4 6 4Z\"/>\n</svg>\n",
941
944
  previewTagVideo: "<svg viewBox=\"0 0 24 24\" xmlns=\"http://www.w3.org/2000/svg\">\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M9.00002 15.0657C9.00002 16.2638 10.3352 16.9783 11.3321 16.3138L15.9307 13.248C16.8213 12.6543 16.8213 11.3456 15.9307 10.7519L11.3321 7.68616C10.3352 7.0216 9.00002 7.73619 9.00002 8.93423L9.00002 15.0657ZM14.1972 12L11 14.1315V9.86849L14.1972 12Z\"/>\n <path fill-rule=\"evenodd\" clip-rule=\"evenodd\"\n d=\"M6 2C3.79086 2 2 3.79086 2 6V18C2 20.2091 3.79086 22 6 22H18C20.2091 22 22 20.2091 22 18V6C22 3.79086 20.2091 2 18 2H6ZM18 4H6C4.89543 4 4 4.89543 4 6V18C4 19.1046 4.89543 20 6 20H18C19.1046 20 20 19.1046 20 18V6C20 4.89543 19.1046 4 18 4Z\"/>\n</svg>\n",
@@ -1,4 +1,4 @@
1
- import { o as e } from "./enums-DW1oVune.js";
1
+ import { o as e } from "./enums-CBWwTuq7.js";
2
2
  import { t } from "./vue-i18n-B8Px6VcD.js";
3
3
  import { t as n } from "./sortQueryAdapters-CyYXvnDN.js";
4
4
  import { computed as r, createBlock as i, openBlock as a, resolveComponent as o, resolveDirective as s, unref as c, withDirectives as l } from "vue";
@@ -1,4 +1,4 @@
1
- import { t as e } from "./wt-icon-CqEgBu_3.js";
1
+ import { t as e } from "./wt-icon-0grToL89.js";
2
2
  import { t } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
3
  import { computed as n, createBlock as r, createCommentVNode as i, createElementBlock as a, createElementVNode as o, createVNode as s, defineComponent as c, guardReactiveProps as l, mergeModels as u, mergeProps as d, normalizeClass as f, normalizeProps as p, openBlock as m, renderSlot as h, resolveComponent as g, toDisplayString as _, useModel as v, useSlots as y, withCtx as b } from "vue";
4
4
  //#region src/components/wt-checkbox/wt-checkbox.vue?vue&type=script&setup=true&lang.ts
@@ -1,7 +1,6 @@
1
- import { i as e } from "./enums-DW1oVune.js";
2
- import { t } from "./wt-toast-gaZL33Am.js";
3
- import { n } from "./usetoast-BECIyaas.js";
4
- import { t as r } from "./eventBus-By3thVlR.js";
1
+ import { i as e } from "./enums-CBWwTuq7.js";
2
+ import { n as t, t as n } from "./wt-toast-DrD3sFlE.js";
3
+ import { n as r } from "./usetoast-BECIyaas.js";
5
4
  import { createBlock as i, inject as a, onUnmounted as o, openBlock as s } from "vue";
6
5
  //#region src/components/wt-toast/types/index.ts
7
6
  var c = {
@@ -12,7 +11,7 @@ var c = {
12
11
  }, l = 4e3, u = /*@__PURE__*/ Object.assign({ name: "WtNotificationsBar" }, {
13
12
  __name: "wt-notifications-bar",
14
13
  setup(e) {
15
- let u = a("$eventBus", null) ?? r, d = n();
14
+ let u = a("$eventBus", null) ?? t, d = r();
16
15
  function f({ type: e, text: t, timeout: n }) {
17
16
  d.add({
18
17
  severity: c[e],
@@ -22,7 +21,7 @@ var c = {
22
21
  }
23
22
  return u.$on("notification", f), o(() => {
24
23
  u.$off("notification", f);
25
- }), (e, n) => (s(), i(t, { position: "top-right" }));
24
+ }), (e, t) => (s(), i(n, { position: "top-right" }));
26
25
  }
27
26
  });
28
27
  //#endregion
@@ -1,7 +1,7 @@
1
- import { t as e } from "./wt-icon-CqEgBu_3.js";
1
+ import { t as e } from "./wt-icon-0grToL89.js";
2
2
  import { t } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
- import { c as n } from "./enums-DW1oVune.js";
4
- import { t as r } from "./wt-button-Cv7wRtF5.js";
3
+ import { l as n } from "./enums-CBWwTuq7.js";
4
+ import { t as r } from "./wt-button-BieXVsvP.js";
5
5
  import { n as i, t as a } from "./useVidstackSrc-jCDCYTce.js";
6
6
  import { t as o } from "./wt-popover-CJin-2BO.js";
7
7
  import { t as s } from "./wt-slider-BS3SoGht.js";
@@ -1,6 +1,6 @@
1
1
  import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
2
- import { t } from "./useValidation-NX7UjlXi.js";
3
- import { t as n } from "./debounce-DPzXwiOS.js";
2
+ import { t } from "./debounce-DPzXwiOS.js";
3
+ import { t as n } from "./useValidation-C43ysfVZ.js";
4
4
  import { computed as r, createBlock as i, createCommentVNode as a, createElementVNode as o, createSlots as s, createTextVNode as c, createVNode as l, defineComponent as u, normalizeClass as d, openBlock as f, renderSlot as p, resolveComponent as m, resolveDirective as h, toDisplayString as g, toRefs as _, unref as v, withCtx as y, withDirectives as b } from "vue";
5
5
  //#region src/components/wt-search-bar/wt-search-bar.vue?vue&type=script&setup=true&lang.ts
6
6
  var x = { class: "wt-search-bar__icon-controls" }, S = /*#__PURE__*/ e(/* @__PURE__ */ u({
@@ -38,10 +38,10 @@ var x = { class: "wt-search-bar__icon-controls" }, S = /*#__PURE__*/ e(/* @__PUR
38
38
  "change:search-mode"
39
39
  ],
40
40
  setup(e, { emit: u }) {
41
- let S = e, C = u, { v: w, customValidators: T } = _(S), { invalid: E } = t({
41
+ let S = e, C = u, { v: w, customValidators: T } = _(S), { invalid: E } = n({
42
42
  v: w,
43
43
  customValidators: T
44
- }), D = r(() => E.value ? "error" : "default"), O = r(() => S.value || S.searchMode || S.hint), k = n((e) => {
44
+ }), D = r(() => E.value ? "error" : "default"), O = r(() => S.value || S.searchMode || S.hint), k = t((e) => {
45
45
  C("search", e);
46
46
  }, 1e3);
47
47
  function A(e) {
@@ -1,6 +1,6 @@
1
- import { n as e } from "./components-Ceu_o5QZ.js";
1
+ import { n as e } from "./components-DfHInAL6.js";
2
2
  import { t } from "./vue-i18n-B8Px6VcD.js";
3
- import { n, r } from "./clients-BylvVtUg.js";
3
+ import { n, r } from "./clients-Wwy51tyT.js";
4
4
  import { createBlock as i, createTextVNode as a, createVNode as o, defineComponent as s, inject as c, mergeProps as l, onMounted as u, openBlock as d, ref as f, resolveComponent as p, toDisplayString as m, unref as h, withCtx as g } from "vue";
5
5
  //#endregion
6
6
  //#region src/components/on-demand/wt-send-message-popup/wt-send-message-popup.vue
@@ -1,7 +1,7 @@
1
1
  import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
2
2
  import { t } from "./vue-i18n-B8Px6VcD.js";
3
3
  import { n, t as r } from "./sortQueryAdapters-CyYXvnDN.js";
4
- import { t as i } from "./composables-DJlgUtl5.js";
4
+ import { t as i } from "./composables-C2o78NEs.js";
5
5
  import { Fragment as ee, computed as a, createBlock as o, createCommentVNode as s, createElementBlock as c, createElementVNode as l, createSlots as u, createTextVNode as d, createVNode as f, defineComponent as p, nextTick as m, normalizeStyle as h, onMounted as g, onUnmounted as _, openBlock as v, ref as y, renderList as b, renderSlot as x, resolveComponent as S, resolveDirective as C, toDisplayString as w, useSlots as T, useTemplateRef as E, withCtx as D, withDirectives as O, withModifiers as k } from "vue";
6
6
  //#region src/components/wt-table/wt-table.vue?vue&type=script&setup=true&lang.ts
7
7
  var A = { class: "wt-table__th__content typo-body-1-bold" }, j = { class: "wt-table__td__actions" }, M = 10, N = /*#__PURE__*/ e(/* @__PURE__ */ p({
@@ -1,7 +1,7 @@
1
1
  import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
2
- import { c as t, r as n } from "./enums-DW1oVune.js";
2
+ import { l as t, r as n } from "./enums-CBWwTuq7.js";
3
3
  import { t as r } from "./vue-i18n-B8Px6VcD.js";
4
- import { t as i } from "./useValidation-NX7UjlXi.js";
4
+ import { t as i } from "./useValidation-C43ysfVZ.js";
5
5
  import { computed as a, createBlock as o, createCommentVNode as s, createElementBlock as c, createElementVNode as l, createTextVNode as u, defineComponent as d, guardReactiveProps as f, mergeProps as p, nextTick as m, normalizeClass as h, normalizeProps as g, openBlock as _, renderSlot as v, resolveComponent as y, toDisplayString as b, toRefs as x, unref as S, withCtx as C } from "vue";
6
6
  //#region src/components/wt-timepicker/wt-timepicker.vue?vue&type=script&setup=true&lang.ts
7
7
  var w = { class: "wt-timepicker__wrapper" }, T = 3600, E = 60, D = /*#__PURE__*/ e(/* @__PURE__ */ d({
@@ -0,0 +1,71 @@
1
+ import { t as e } from "./wt-icon-0grToL89.js";
2
+ import { i as t, l as n } from "./enums-CBWwTuq7.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 node_modules/mitt/dist/mitt.mjs
5
+ function v(e) {
6
+ return {
7
+ all: e ||= /* @__PURE__ */ new Map(),
8
+ on: function(t, n) {
9
+ var r = e.get(t);
10
+ r ? r.push(n) : e.set(t, [n]);
11
+ },
12
+ off: function(t, n) {
13
+ var r = e.get(t);
14
+ r && (n ? r.splice(r.indexOf(n) >>> 0, 1) : e.set(t, []));
15
+ },
16
+ emit: function(t, n) {
17
+ var r = e.get(t);
18
+ r && r.slice().map(function(e) {
19
+ e(n);
20
+ }), (r = e.get("*")) && r.slice().map(function(e) {
21
+ e(t, n);
22
+ });
23
+ }
24
+ };
25
+ }
26
+ //#endregion
27
+ //#region src/scripts/eventBus.js
28
+ var y = v(), b = {
29
+ $on: (...e) => y.on(...e),
30
+ $off: (...e) => y.off(...e),
31
+ $emit: (...e) => y.emit(...e)
32
+ }, x = { class: "p-toast-message-text" }, S = { class: "p-toast-summary" }, C = {
33
+ key: 0,
34
+ class: "p-toast-detail"
35
+ }, w = /* @__PURE__ */ l({
36
+ name: "WtToast",
37
+ inheritAttrs: !1,
38
+ __name: "wt-toast",
39
+ setup(l) {
40
+ let v = g(), y = {
41
+ success: "done",
42
+ info: "rounded-info",
43
+ warn: "warning",
44
+ error: "error"
45
+ }, b = {
46
+ success: t.SUCCESS,
47
+ info: t.INFO,
48
+ warn: t.WARN,
49
+ error: t.ERROR,
50
+ contrast: t.CONTRAST,
51
+ secondary: t.SECONDARY
52
+ };
53
+ return (l, g) => {
54
+ let w = p("PToast");
55
+ return f(), i(w, d(u(h(v))), {
56
+ message: _(({ message: n }) => [n ? (f(), o(r, { key: 0 }, [c(e, {
57
+ icon: y[n.severity] ?? "",
58
+ color: b[n.severity] ?? h(t).CONTRAST,
59
+ class: "p-toast-message-icon"
60
+ }, null, 8, ["icon", "color"]), s("div", x, [s("span", S, m(n.summary), 1), n.detail ? (f(), o("div", C, m(n.detail), 1)) : a("", !0)])], 64)) : a("", !0)]),
61
+ closeicon: _(() => [c(e, {
62
+ icon: "close",
63
+ size: h(n).SM
64
+ }, null, 8, ["size"])]),
65
+ _: 1
66
+ }, 16);
67
+ };
68
+ }
69
+ });
70
+ //#endregion
71
+ export { b as n, w as t };
@@ -1,6 +1,6 @@
1
1
  import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
2
- import { n as t, t as n } from "./wt-icon-btn-B66HR8qM.js";
3
- import { n as r } from "./sortQueryAdapters-CyYXvnDN.js";
2
+ import { n as t } from "./sortQueryAdapters-CyYXvnDN.js";
3
+ import { n, t as r } from "./wt-icon-btn-Czg40DXn.js";
4
4
  import { t as i } from "./useWtTable-tqmVOvve.js";
5
5
  import { Fragment as a, computed as o, createBlock as s, createCommentVNode as c, createElementBlock as l, createElementVNode as u, createSlots as d, createTextVNode as f, createVNode as p, defineComponent as m, normalizeClass as h, normalizeStyle as g, onMounted as _, openBlock as v, ref as y, renderList as b, renderSlot as x, resolveComponent as S, toDisplayString as C, toRef as w, unref as T, withCtx as E, withModifiers as D } from "vue";
6
6
  //#region src/components/wt-tree-table-row/wt-tree-table-row.vue?vue&type=script&setup=true&lang.ts
@@ -30,8 +30,8 @@ var O = { class: "wt-tree-table-td__content" }, k = {
30
30
  searchedProp: { default: "searched" }
31
31
  },
32
32
  emits: ["update:selected", "expanded-collapse"],
33
- setup(e, { emit: r }) {
34
- let i = e, p = r, m = y(!0), g = o(() => i.nestingLevel), w = o(() => i.nestingLevel + 1), T = o(() => i.selectedElements.includes(i.data)), D = () => {
33
+ setup(e, { emit: t }) {
34
+ let i = e, p = t, m = y(!0), g = o(() => i.nestingLevel), w = o(() => i.nestingLevel + 1), T = o(() => i.selectedElements.includes(i.data)), D = () => {
35
35
  m.value = !1, p("expanded-collapse");
36
36
  }, M = (e, t = 0) => {
37
37
  if (e[i.searchedProp] && t) return !0;
@@ -42,7 +42,7 @@ var O = { class: "wt-tree-table-td__content" }, k = {
42
42
  };
43
43
  return _(() => {
44
44
  i.searchedProp && M(i.data) && D();
45
- }), (r, i) => {
45
+ }), (t, i) => {
46
46
  let o = S("wt-tree-table-row", !0);
47
47
  return v(), l(a, null, [u("tr", { class: h([[{ "wt-tree-table-row--alternate": e.rowPosition % 2 }], "wt-tree-table-row"]) }, [(v(!0), l(a, null, b(e.dataHeaders, (o, d) => (v(), l("td", {
48
48
  key: d,
@@ -52,29 +52,29 @@ var O = { class: "wt-tree-table-td__content" }, k = {
52
52
  key: e,
53
53
  class: "wt-tree-table-row__tree-space"
54
54
  }))), 128)),
55
- e.selectable ? (v(), s(t, {
55
+ e.selectable ? (v(), s(n, {
56
56
  key: 0,
57
57
  selected: T.value,
58
- "onUpdate:selected": i[0] ||= (t) => r.$emit("update:selected", {
58
+ "onUpdate:selected": i[0] ||= (n) => t.$emit("update:selected", {
59
59
  data: e.data,
60
- select: t
60
+ select: n
61
61
  })
62
62
  }, null, 8, ["selected"])) : c("", !0),
63
- e.data[e.childrenProp] ? (v(), s(n, {
63
+ e.data[e.childrenProp] ? (v(), s(r, {
64
64
  key: 1,
65
65
  icon: m.value ? "tree-expand" : "tree-collapse",
66
66
  onClick: i[1] ||= (e) => m.value = !m.value
67
67
  }, null, 8, ["icon"])) : c("", !0)
68
- ])), x(r.$slots, o.value, {
68
+ ])), x(t.$slots, o.value, {
69
69
  index: e.rowPosition,
70
70
  item: e.data
71
- }, () => [f(C(e.data[o.value]), 1)], !0)])]))), 128)), e.gridActions ? (v(), l("td", A, [u("div", j, [x(r.$slots, "actions", {
71
+ }, () => [f(C(e.data[o.value]), 1)], !0)])]))), 128)), e.gridActions ? (v(), l("td", A, [u("div", j, [x(t.$slots, "actions", {
72
72
  index: e.rowPosition,
73
73
  item: e.data
74
- }, void 0, !0)])])) : c("", !0)], 2), m.value ? c("", !0) : (v(!0), l(a, { key: 0 }, b(e.data[e.childrenProp], (t, n) => (v(), s(o, {
75
- key: n,
74
+ }, void 0, !0)])])) : c("", !0)], 2), m.value ? c("", !0) : (v(!0), l(a, { key: 0 }, b(e.data[e.childrenProp], (n, r) => (v(), s(o, {
75
+ key: r,
76
76
  "children-prop": e.childrenProp,
77
- data: t,
77
+ data: n,
78
78
  "data-headers": e.dataHeaders,
79
79
  "nesting-level": w.value,
80
80
  "row-position": e.rowPosition,
@@ -82,22 +82,22 @@ var O = { class: "wt-tree-table-td__content" }, k = {
82
82
  selectable: e.selectable,
83
83
  "selected-elements": e.selectedElements,
84
84
  onExpandedCollapse: D,
85
- "onUpdate:selected": i[2] ||= (e) => r.$emit("update:selected", {
85
+ "onUpdate:selected": i[2] ||= (e) => t.$emit("update:selected", {
86
86
  data: e.data,
87
87
  select: e.select
88
88
  })
89
89
  }, d({
90
- actions: E(({ item: t }) => [x(r.$slots, "actions", {
90
+ actions: E(({ item: n }) => [x(t.$slots, "actions", {
91
91
  index: e.rowPosition,
92
- item: t
92
+ item: n
93
93
  }, void 0, !0)]),
94
94
  _: 2
95
- }, [b(e.dataHeaders, (t, n) => ({
96
- name: t.value,
97
- fn: E(({ item: n }) => [x(r.$slots, t.value, {
95
+ }, [b(e.dataHeaders, (n, r) => ({
96
+ name: n.value,
97
+ fn: E(({ item: r }) => [x(t.$slots, n.value, {
98
98
  index: e.rowPosition,
99
- item: n
100
- }, () => [u("div", null, C(n[t.value]), 1)], !0)])
99
+ item: r
100
+ }, () => [u("div", null, C(r[n.value]), 1)], !0)])
101
101
  }))]), 1032, [
102
102
  "children-prop",
103
103
  "data",
@@ -135,8 +135,8 @@ var O = { class: "wt-tree-table-td__content" }, k = {
135
135
  searchedProp: { default: "searched" }
136
136
  },
137
137
  emits: ["sort", "update:selected"],
138
- setup(e, { emit: n }) {
139
- let m = e, _ = n, y = (e) => e[m.childrenProp] && Array.isArray(e[m.childrenProp]), O = (e) => {
138
+ setup(e, { emit: r }) {
139
+ let m = e, _ = r, y = (e) => e[m.childrenProp] && Array.isArray(e[m.childrenProp]), O = (e) => {
140
140
  let t = [], n = (e) => {
141
141
  if (e._isSelected) return [e];
142
142
  y(e) && e[m.childrenProp].forEach(n);
@@ -148,7 +148,7 @@ var O = { class: "wt-tree-table-td__content" }, k = {
148
148
  };
149
149
  return e.forEach(n), t;
150
150
  }, A = o(() => m.selected || O(m.data)), j = o(() => A.value.length === k(m.data).length && k(m.data).length > 0), { tableHeaders: H } = i({ headers: w(m, "headers") }), U = ({ sort: e }) => m.sortable && e !== void 0, W = (e) => {
151
- U(e) && _("sort", e, r(e.sort));
151
+ U(e) && _("sort", e, t(e.sort));
152
152
  }, G = (e, t) => {
153
153
  e.forEach((e) => {
154
154
  e._isSelected = t, y(e) && G(e[m.childrenProp], t);
@@ -158,22 +158,22 @@ var O = { class: "wt-tree-table-td__content" }, k = {
158
158
  }, q = (e, t) => {
159
159
  m.selected ? t ? _("update:selected", [...A.value, e]) : _("update:selected", A.value.filter((t) => t !== e)) : e._isSelected = !e._isSelected;
160
160
  };
161
- return (n, r) => {
161
+ return (t, r) => {
162
162
  let i = S("wt-icon");
163
- return v(), l("div", N, [u("table", P, [u("thead", F, [u("tr", I, [(v(!0), l(a, null, b(T(H), (n, a) => (v(), l("th", {
164
- key: String(a) + n?.sort,
165
- class: h([[{ "wt-tree-table-th--sortable": U(n) }, `wt-tree-table-th--sort-${n.sort}`], "wt-tree-table-th typo-body-1"]),
166
- style: g(n.width ? `min-width:${n.width}` : ""),
167
- onClick: (e) => W(n, a)
163
+ return v(), l("div", N, [u("table", P, [u("thead", F, [u("tr", I, [(v(!0), l(a, null, b(T(H), (t, a) => (v(), l("th", {
164
+ key: String(a) + t?.sort,
165
+ class: h([[{ "wt-tree-table-th--sortable": U(t) }, `wt-tree-table-th--sort-${t.sort}`], "wt-tree-table-th typo-body-1"]),
166
+ style: g(t.width ? `min-width:${t.width}` : ""),
167
+ onClick: (e) => W(t, a)
168
168
  }, [u("div", { class: h(["wt-tree-table-th__content", { "wt-tree-table-th__content--selectable": a === 0 && e.selectable }]) }, [
169
169
  a === 0 && e.selectable ? (v(), l("div", {
170
170
  key: 0,
171
171
  onClick: r[0] ||= D(() => {}, ["stop"])
172
- }, [p(t, {
172
+ }, [p(n, {
173
173
  selected: j.value,
174
174
  "onUpdate:selected": K
175
175
  }, null, 8, ["selected"])])) : c("", !0),
176
- u("div", R, C(n.text), 1),
176
+ u("div", R, C(t.text), 1),
177
177
  e.sortable ? (v(), s(i, {
178
178
  key: 1,
179
179
  class: "wt-tree-table-th-sort-arrow wt-tree-table-th-sort-arrow--asc",
@@ -186,25 +186,25 @@ var O = { class: "wt-tree-table-td__content" }, k = {
186
186
  icon: "sort-arrow-down",
187
187
  size: "sm"
188
188
  })) : c("", !0)
189
- ], 2)], 14, L))), 128)), e.gridActions ? (v(), l("th", z, [u("div", B, [x(n.$slots, "actions-header", {}, void 0, !0)])])) : c("", !0)])]), u("tbody", V, [(v(!0), l(a, null, b(e.data, (t, i) => (v(), s(M, {
189
+ ], 2)], 14, L))), 128)), e.gridActions ? (v(), l("th", z, [u("div", B, [x(t.$slots, "actions-header", {}, void 0, !0)])])) : c("", !0)])]), u("tbody", V, [(v(!0), l(a, null, b(e.data, (n, i) => (v(), s(M, {
190
190
  key: i,
191
191
  "row-position": i,
192
192
  "data-headers": T(H),
193
- data: t,
193
+ data: n,
194
194
  selectable: e.selectable,
195
195
  "children-prop": e.childrenProp,
196
196
  "selected-elements": A.value,
197
197
  "searched-prop": e.searchedProp,
198
198
  "onUpdate:selected": r[1] ||= (e) => q(e.data, e.select)
199
199
  }, d({
200
- actions: E(({ item: e }) => [x(n.$slots, "actions", { item: e }, void 0, !0)]),
200
+ actions: E(({ item: e }) => [x(t.$slots, "actions", { item: e }, void 0, !0)]),
201
201
  _: 2
202
- }, [b(T(H), (e, t) => ({
202
+ }, [b(T(H), (e, n) => ({
203
203
  name: e.value,
204
- fn: E(({ item: t }) => [x(n.$slots, e.value, {
204
+ fn: E(({ item: n }) => [x(t.$slots, e.value, {
205
205
  index: i,
206
- item: t
207
- }, () => [f(C(t[e.value]), 1)], !0)])
206
+ item: n
207
+ }, () => [f(C(n[e.value]), 1)], !0)])
208
208
  }))]), 1032, [
209
209
  "row-position",
210
210
  "data-headers",
@@ -1,7 +1,7 @@
1
- import { a as e, o as t, r as n, s as r } from "./components-Ceu_o5QZ.js";
2
- import { t as i } from "./enums-DW1oVune.js";
1
+ import { a as e, o as t, r as n, s as r } from "./components-DfHInAL6.js";
2
+ import { t as i } from "./enums-CBWwTuq7.js";
3
3
  import { t as a } from "./vue-i18n-B8Px6VcD.js";
4
- import { t as o } from "./clients-BylvVtUg.js";
4
+ import { t as o } from "./clients-Wwy51tyT.js";
5
5
  import { computed as s, createBlock as c, createCommentVNode as l, createVNode as u, defineComponent as d, mergeModels as f, mergeProps as p, openBlock as m, renderSlot as h, resolveComponent as g, unref as _, useModel as v } from "vue";
6
6
  //#endregion
7
7
  //#region src/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue
@@ -1,8 +1,8 @@
1
- import { l as e } from "./components-Ceu_o5QZ.js";
1
+ import { l as e } from "./components-DfHInAL6.js";
2
2
  import { t } from "./_plugin-vue_export-helper-B3ysoDQm.js";
3
- import { c as n } from "./enums-DW1oVune.js";
4
- import "./wt-button-Cv7wRtF5.js";
5
- import { t as r } from "./wt-icon-btn-B66HR8qM.js";
3
+ import { l as n } from "./enums-CBWwTuq7.js";
4
+ import "./wt-button-BieXVsvP.js";
5
+ import { t as r } from "./wt-icon-btn-Czg40DXn.js";
6
6
  import { $ as i, A as a, B as o, C as s, F as c, G as l, H as u, I as d, J as f, K as p, L as m, M as h, N as g, O as ee, P as te, Q as _, R as ne, T as re, U as v, W as ie, X as ae, Y as oe, Z as y, _ as b, a as se, at as ce, b as le, c as ue, d as de, et as x, f as fe, g as pe, h as me, i as S, it as he, k as ge, l as C, m as _e, n as w, nt as ve, o as T, p as E, q as D, r as O, rt as k, st as ye, t as be, tt as xe, u as Se, v as A, w as j, x as Ce, y as we, z as Te } from "./vidstack-BGSTndAW-CyKM_CM4.js";
7
7
  import { _ as Ee, a as De, c as Oe, f as ke, g as Ae, h as je, i as Me, l as Ne, n as Pe, r as Fe, s as Ie, t as Le, u as Re, v as ze, x as Be, y as Ve } from "./useVidstackSrc-jCDCYTce.js";
8
8
  import { i as He, n as Ue } from "./vidstack-CTojmhKq-D7sZJxgm.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "26.6.56",
3
+ "version": "26.6.57",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "npm run docs:dev",
@@ -241,6 +241,9 @@ import violation from './violation.svg?raw';
241
241
  import violationFilled from './violation--filled.svg?raw';
242
242
  import warning from './warning.svg?raw';
243
243
  import webitelLogo from './webitel-logo.svg?raw';
244
+ import wsSignalHigh from './ws-signal-high.svg?raw';
245
+ import wsSignalLow from './ws-signal-low.svg?raw';
246
+ import wsSignalMedium from './ws-signal-medium.svg?raw';
244
247
  import zoomIn from './zoom-in.svg?raw';
245
248
  import zoomOut from './zoom-out.svg?raw';
246
249
 
@@ -454,6 +457,10 @@ export default objCamelToKebab({
454
457
 
455
458
  webitelLogo,
456
459
 
460
+ wsSignalHigh,
461
+ wsSignalMedium,
462
+ wsSignalLow,
463
+
457
464
  portal,
458
465
 
459
466
  previewTagAudio,
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2" y="12" width="3" height="9" fill="#2DD264"/>
3
+ <path d="M5 12L7 11V20L5 21V12Z" fill="#24A850"/>
4
+ <path d="M4 11H7L5 12H2L4 11Z" fill="#28BD5A"/>
5
+ <path d="M11 8H14L12 9H9L11 8Z" fill="#28BD5A"/>
6
+ <path d="M18 4H21L19 5H16L18 4Z" fill="#28BD5A"/>
7
+ <rect x="9" y="9" width="3" height="12" fill="#2DD264"/>
8
+ <rect x="16" y="5" width="3" height="16" fill="#2DD264"/>
9
+ <path d="M12 9L14 8V20L12 21V9Z" fill="#24A850"/>
10
+ <path d="M19 5L21.0001 4V20L19 21V5Z" fill="#24A850"/>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2" y="12" width="3" height="9" fill="#EC7979"/>
3
+ <path d="M5 12L7 11V20L5 21V12Z" fill="#E54C4C"/>
4
+ <path d="M4 11H7L5 12H2L4 11Z" fill="#E96363"/>
5
+ <path d="M11 8H14L12 9H9L11 8Z" fill="#C2C7D6"/>
6
+ <path d="M18 4H21L19 5H16L18 4Z" fill="#C2C7D6"/>
7
+ <rect x="9" y="9" width="3" height="12" fill="#E0E3EB"/>
8
+ <rect x="16" y="5" width="3" height="16" fill="#E0E3EB"/>
9
+ <path d="M12 9L14 8V20L12 21V9Z" fill="#B3B9CC"/>
10
+ <path d="M19 5L21.0001 4V20L19 21V5Z" fill="#A3ABC2"/>
11
+ </svg>
@@ -0,0 +1,11 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <rect x="2" y="12" width="3" height="9" fill="#E99D63"/>
3
+ <path d="M5 12L7 11V20L5 21V12Z" fill="#E28136"/>
4
+ <path d="M4 11H7L5 12H2L4 11Z" fill="#E58E4C"/>
5
+ <path d="M11 8H14L12 9H9L11 8Z" fill="#E58E4C"/>
6
+ <path d="M18 4H21L19 5H16L18 4Z" fill="#C2C7D6"/>
7
+ <rect x="9" y="9" width="3" height="12" fill="#E99D63"/>
8
+ <rect x="16" y="5" width="3" height="16" fill="#E0E3EB"/>
9
+ <path d="M12 9L14 8V20L12 21V9Z" fill="#E28136"/>
10
+ <path d="M19 5L21.0001 4V20L19 21V5Z" fill="#A3ABC2"/>
11
+ </svg>
@@ -9,6 +9,7 @@ import WtBadge from './wt-badge/wt-badge.vue';
9
9
  import WtBadgeNew from './wt-badge-new/wt-badge.vue';
10
10
  import WtBreadcrumb from './wt-breadcrumb/wt-breadcrumb.vue';
11
11
  import WtButton from './wt-button/wt-button.vue';
12
+ import WtCallMediaMetric from './wt-call-media-metric/wt-call-media-metric.vue';
12
13
  import WtCheckbox from './wt-checkbox/wt-checkbox.vue';
13
14
  import WtChip from './wt-chip/wt-chip.vue';
14
15
  import WtDatetimeText from './wt-datetime-text/wt-datetime-text.vue';
@@ -255,6 +256,7 @@ const Components = {
255
256
  WtScreenRecordingsAction,
256
257
  WtInlineAddPanel,
257
258
  WtCallMediaAction,
259
+ WtCallMediaMetric,
258
260
  WtSendMessagePopup,
259
261
  };
260
262
 
@@ -269,6 +271,7 @@ export {
269
271
  WtButton,
270
272
  WtButtonSelect,
271
273
  WtCallMediaAction,
274
+ WtCallMediaMetric,
272
275
  WtChatEmoji,
273
276
  WtCheckbox,
274
277
  WtChip,
@@ -0,0 +1,41 @@
1
+ <template>
2
+ <wt-icon
3
+ v-if="resolvedQuality"
4
+ v-tooltip.bottom="showTooltip ? tooltip : undefined"
5
+ :icon="`ws-signal-${resolvedQuality}`"
6
+ :size="size"
7
+ />
8
+ </template>
9
+
10
+ <script setup lang="ts">
11
+ import { computed } from 'vue';
12
+ import { useI18n } from 'vue-i18n';
13
+ import { ComponentSize, type ConnectionQualityLevelsType } from '../../enums';
14
+ import { getConnectionQuality } from '../../scripts';
15
+
16
+ const props = withDefaults(
17
+ defineProps<{
18
+ quality?: ConnectionQualityLevelsType | null;
19
+ mosAvg?: number | null;
20
+ size?: (typeof ComponentSize)[keyof typeof ComponentSize];
21
+ showTooltip?: boolean;
22
+ }>(),
23
+ {
24
+ size: ComponentSize.MD,
25
+ showTooltip: false,
26
+ },
27
+ );
28
+
29
+ const { t } = useI18n();
30
+
31
+ const resolvedQuality = computed(() => {
32
+ if (props.quality) return props.quality;
33
+ return getConnectionQuality(props.mosAvg ?? undefined);
34
+ });
35
+
36
+ const tooltip = computed(() =>
37
+ resolvedQuality.value
38
+ ? t(`connectionQuality.${resolvedQuality.value}`)
39
+ : undefined,
40
+ );
41
+ </script>