@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.
- package/dist/{clients-BylvVtUg.js → clients-Wwy51tyT.js} +1 -1
- package/dist/{components-C4TtdcHZ.js → components-DfHInAL6.js} +2038 -1133
- package/dist/{composables-Bq_oS99i.js → composables-C2o78NEs.js} +2 -2
- package/dist/{enums-DW1oVune.js → enums-CBWwTuq7.js} +14 -10
- package/dist/ui-sdk.js +15 -15
- package/dist/ui-sdk.umd.cjs +676 -643
- package/dist/{useValidation-NX7UjlXi.js → useValidation-C43ysfVZ.js} +1 -1
- package/dist/{wt-action-bar-BHg0dHh-.js → wt-action-bar-B6AJf7QX.js} +2 -2
- package/dist/{wt-button-Cv7wRtF5.js → wt-button-BieXVsvP.js} +30 -30
- package/dist/wt-chat-emoji-CLfk3JVt.js +1347 -0
- package/dist/{wt-datepicker-DmmqWre1.js → wt-datepicker-BhOalZat.js} +2 -2
- package/dist/{wt-display-chip-items-D8SIyLU9.js → wt-display-chip-items-BUWlvHn2.js} +1 -1
- package/dist/{wt-dual-panel-Cnzr4m-k.js → wt-dual-panel-C5LZm1Tr.js} +1 -1
- package/dist/{wt-expansion-card-B0HgFJLA.js → wt-expansion-card-CJr62Q0Q.js} +2 -2
- package/dist/{wt-expansion-panel-CYZR6tYG.js → wt-expansion-panel-Dvzj9PTk.js} +1 -1
- package/dist/{wt-galleria-CyGPEi8u.js → wt-galleria-B34y1Swo.js} +1 -1
- package/dist/{wt-icon-CqEgBu_3.js → wt-icon-0grToL89.js} +4 -1
- package/dist/{wt-icon-action-DlZx4RV6.js → wt-icon-action-D1Vq_ixS.js} +1 -1
- package/dist/{wt-icon-btn-B66HR8qM.js → wt-icon-btn-Czg40DXn.js} +1 -1
- package/dist/{wt-notifications-bar-Bbzp4mi1.js → wt-notifications-bar-OGD1cukw.js} +5 -6
- package/dist/{wt-player-CFL51-s6.js → wt-player-YrvPar8x.js} +3 -3
- package/dist/{wt-search-bar--ACLsoNo.js → wt-search-bar-gN_xHkW3.js} +4 -4
- package/dist/{wt-send-message-popup-DSrq1UDc.js → wt-send-message-popup-pvipgSrX.js} +2 -2
- package/dist/{wt-table-D9A4EDJO.js → wt-table-DK0LjVC0.js} +1 -1
- package/dist/{wt-timepicker-DpZmWZdv.js → wt-timepicker-FhXfhuFl.js} +2 -2
- package/dist/wt-toast-DrD3sFlE.js +71 -0
- package/dist/{wt-tree-table-DkK3EyzZ.js → wt-tree-table-D1XoKDVw.js} +40 -40
- package/dist/{wt-type-extension-value-input-C91azxav.js → wt-type-extension-value-input-B2fSsZQc.js} +3 -3
- package/dist/{wt-vidstack-player-B-bNOiYJ.js → wt-vidstack-player-DwCYvtSh.js} +4 -4
- package/package.json +1 -1
- package/src/assets/icons/sprite/index.ts +7 -0
- package/src/assets/icons/sprite/ws-signal-high.svg +11 -0
- package/src/assets/icons/sprite/ws-signal-low.svg +11 -0
- package/src/assets/icons/sprite/ws-signal-medium.svg +11 -0
- package/src/components/_internals/composables/useSelect/useSelectCustomValues.ts +2 -2
- package/src/components/index.js +3 -0
- package/src/components/wt-call-media-metric/wt-call-media-metric.vue +41 -0
- package/src/enums/ConnectionQualityLevel/ConnectionQualityLevel.enum.ts +8 -0
- package/src/enums/index.ts +6 -0
- package/src/locale/en/en.js +5 -0
- package/src/locale/es/es.js +5 -0
- package/src/locale/kz/kz.js +5 -0
- package/src/locale/pl/pl.js +5 -0
- package/src/locale/ro/ro.js +5 -0
- package/src/locale/ru/ru.js +5 -0
- package/src/locale/uk/uk.js +5 -0
- package/src/locale/uz/uz.js +5 -0
- package/src/locale/vi/vi.js +5 -0
- package/src/scripts/getConnectionQuality.ts +13 -0
- package/src/scripts/index.js +2 -0
- package/types/components/wt-call-media-metric/wt-call-media-metric.vue.d.ts +13 -0
- package/types/enums/ConnectionQualityLevel/ConnectionQualityLevel.enum.d.ts +6 -0
- package/types/enums/index.d.ts +3 -2
- package/types/locale/en/en.d.ts +5 -0
- package/types/locale/es/es.d.ts +5 -0
- package/types/locale/i18n.d.ts +45 -0
- package/types/locale/index.d.ts +45 -0
- package/types/locale/kz/kz.d.ts +5 -0
- package/types/locale/pl/pl.d.ts +5 -0
- package/types/locale/ro/ro.d.ts +5 -0
- package/types/locale/ru/ru.d.ts +5 -0
- package/types/locale/uk/uk.d.ts +5 -0
- package/types/locale/uz/uz.d.ts +5 -0
- package/types/locale/vi/vi.d.ts +5 -0
- package/types/modules/Flow/lookups/FlowTypeApplications.lookup.d.ts +5 -5
- package/types/scripts/getConnectionQuality.d.ts +2 -0
- package/types/scripts/index.d.ts +2 -1
- package/dist/eventBus-By3thVlR.js +0 -31
- package/dist/wt-chat-emoji-BBAMIuZ1.js +0 -2226
- package/dist/wt-toast-gaZL33Am.js +0 -44
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
//#region node_modules/mitt/dist/mitt.mjs
|
|
2
|
-
function e(e) {
|
|
3
|
-
return {
|
|
4
|
-
all: e ||= /* @__PURE__ */ new Map(),
|
|
5
|
-
on: function(t, n) {
|
|
6
|
-
var r = e.get(t);
|
|
7
|
-
r ? r.push(n) : e.set(t, [n]);
|
|
8
|
-
},
|
|
9
|
-
off: function(t, n) {
|
|
10
|
-
var r = e.get(t);
|
|
11
|
-
r && (n ? r.splice(r.indexOf(n) >>> 0, 1) : e.set(t, []));
|
|
12
|
-
},
|
|
13
|
-
emit: function(t, n) {
|
|
14
|
-
var r = e.get(t);
|
|
15
|
-
r && r.slice().map(function(e) {
|
|
16
|
-
e(n);
|
|
17
|
-
}), (r = e.get("*")) && r.slice().map(function(e) {
|
|
18
|
-
e(t, n);
|
|
19
|
-
});
|
|
20
|
-
}
|
|
21
|
-
};
|
|
22
|
-
}
|
|
23
|
-
//#endregion
|
|
24
|
-
//#region src/scripts/eventBus.js
|
|
25
|
-
var t = e(), n = {
|
|
26
|
-
$on: (...e) => t.on(...e),
|
|
27
|
-
$off: (...e) => t.off(...e),
|
|
28
|
-
$emit: (...e) => t.emit(...e)
|
|
29
|
-
};
|
|
30
|
-
//#endregion
|
|
31
|
-
export { n as t };
|