@webitel/ui-sdk 26.6.117 → 26.6.119
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/{components-CtLZTAqX.js → components-DkD3WP0T.js} +7 -7
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +2 -2
- package/dist/ui-sdk.umd.cjs +232 -227
- package/dist/{wt-button-dC4nOW56.js → wt-button-DwAda_g4.js} +1 -1
- package/dist/{wt-chat-emoji-IgDi1RWV.js → wt-chat-emoji-CgJ-4Oal.js} +3 -3
- package/dist/{wt-display-chip-items-Cl3pyvc1.js → wt-display-chip-items-Bqo0iQgb.js} +1 -1
- package/dist/{wt-icon-y89gRcOs.js → wt-icon-DvONu3WD.js} +1 -0
- package/dist/{wt-icon-btn-DYjjSl-C.js → wt-icon-btn-Behnq_SS.js} +1 -1
- package/dist/{wt-notifications-bar-DhJxMjNB.js → wt-notifications-bar-CKEWt08-.js} +1 -1
- package/dist/{wt-player-Bbirdlj9.js → wt-player-zWCh3Ozp.js} +2 -2
- package/dist/{wt-send-message-popup-C9NwnoOr.js → wt-send-message-popup-Dz2RrnWO.js} +1 -1
- package/dist/{wt-toast-DXrSMdRm.js → wt-toast-LQxOxrff.js} +1 -1
- package/dist/{wt-tree-table-BRokvhkB.js → wt-tree-table-C-UiFrTF.js} +1 -1
- package/dist/{wt-type-extension-value-input-DdGlEVxi.js → wt-type-extension-value-input-CLxPbjkA.js} +1 -1
- package/dist/{wt-vidstack-player-qtPWzeNH.js → wt-vidstack-player-CpfJc5li.js} +85 -76
- package/package.json +1 -1
- package/src/assets/icons/sprite/index.ts +2 -0
- package/src/assets/icons/sprite/open-pip.svg +5 -0
- package/src/components/wt-vidstack-player/components/layouts/video-layout.vue +4 -0
- package/src/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue +2 -0
- package/src/components/wt-vidstack-player/wt-vidstack-player.vue +4 -0
- package/src/locale/en/en.js +1 -0
- package/src/locale/es/es.js +1 -0
- package/src/locale/kz/kz.js +1 -0
- package/src/locale/pl/pl.js +1 -0
- package/src/locale/ro/ro.js +1 -0
- package/src/locale/ru/ru.js +1 -0
- package/src/locale/uk/uk.js +1 -0
- package/src/locale/uz/uz.js +1 -0
- package/src/locale/vi/vi.js +1 -0
- package/src/modules/CallSession/modules/VideoCall/composables/useDocumentPiP/useDocumentPiP.ts +3 -3
- package/src/modules/CallSession/modules/VideoCall/video-call.vue +10 -30
- package/src/modules/Userinfo/types/UserAccess.ts +1 -1
- package/types/.tsbuildinfo +1 -1
- package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +5 -3
- package/types/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue.d.ts +3 -1
- package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +6 -4
- package/types/locale/en/en.d.ts +1 -0
- package/types/locale/es/es.d.ts +1 -0
- package/types/locale/i18n.d.ts +9 -0
- package/types/locale/index.d.ts +9 -0
- package/types/locale/kz/kz.d.ts +1 -0
- package/types/locale/pl/pl.d.ts +1 -0
- package/types/locale/ro/ro.d.ts +1 -0
- package/types/locale/ru/ru.d.ts +1 -0
- package/types/locale/uk/uk.d.ts +1 -0
- package/types/locale/uz/uz.d.ts +1 -0
- package/types/locale/vi/vi.d.ts +1 -0
- package/types/modules/CallSession/modules/VideoCall/composables/useDocumentPiP/useDocumentPiP.d.ts +1 -1
- package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +4 -4
- package/types/modules/Userinfo/types/UserAccess.d.ts +1 -1
package/dist/ui-sdk.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as e } from "./generateInstance-C9d7J_TX.js";
|
|
2
|
-
import { n as t } from "./wt-icon-
|
|
3
|
-
import { S as n, _ as r, b as i, c as a, d as o, f as s, g as c, h as l, l as u, m as d, p as f, t as p, u as m, v as h, x as g, y as _ } from "./components-
|
|
2
|
+
import { n as t } from "./wt-icon-DvONu3WD.js";
|
|
3
|
+
import { S as n, _ as r, b as i, c as a, d as o, f as s, g as c, h as l, l as u, m as d, p as f, t as p, u as m, v as h, x as g, y as _ } from "./components-DkD3WP0T.js";
|
|
4
4
|
import { i as v, l as y } from "./enums-De8CDKZ1.js";
|
|
5
5
|
import { computed as b, reactive as x, shallowRef as S, watch as C } from "vue";
|
|
6
6
|
import w from "primevue/autocomplete";
|