@webitel/ui-sdk 25.12.33 → 25.12.35

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 (42) hide show
  1. package/dist/{install-BmP9eUzZ.js → install-DlQCMKTl.js} +4703 -4664
  2. package/dist/{plyr-x8ciL9Nb.js → plyr-CKYeUDM3.js} +1 -1
  3. package/dist/ui-sdk.css +1 -1
  4. package/dist/ui-sdk.js +1 -1
  5. package/dist/ui-sdk.umd.cjs +207 -193
  6. package/dist/{vidstack-Bq6c3Bam-DBg3Tj69.js → vidstack-Bq6c3Bam-iWQBEcgI.js} +2 -2
  7. package/dist/{vidstack-D2pY00kU-BJ7fdiO2.js → vidstack-D2pY00kU-6PuglEEA.js} +2 -2
  8. package/dist/{vidstack-DDXt6fpN-D9bfpp_X.js → vidstack-DDXt6fpN-BORLJUEd.js} +1 -1
  9. package/dist/{vidstack-D_-9AA6_-BbZ9Pvtf.js → vidstack-D_-9AA6_-C3Wsl_-m.js} +1 -1
  10. package/dist/{vidstack-DqAw8m9J-DGmPnOS4.js → vidstack-DqAw8m9J-C7lApj0X.js} +1 -1
  11. package/dist/{vidstack-audio-D-4zjl15.js → vidstack-audio-BzixbjHS.js} +2 -2
  12. package/dist/{vidstack-dash-ysOZfmK3.js → vidstack-dash-CYyL228R.js} +3 -3
  13. package/dist/{vidstack-google-cast-D2phhWpC.js → vidstack-google-cast-CpbQ2PVy.js} +3 -3
  14. package/dist/{vidstack-hls-Ao3jAjGg.js → vidstack-hls-BoTBrNOg.js} +3 -3
  15. package/dist/{vidstack-video-eosNCj40.js → vidstack-video-0JgvBoOn.js} +2 -2
  16. package/dist/{vidstack-vimeo-DoP-LM3_.js → vidstack-vimeo-D7tabHY3.js} +3 -3
  17. package/dist/{vidstack-youtube-B4Un0dIU.js → vidstack-youtube-D0MbYDls.js} +2 -2
  18. package/dist/{vuex.esm-bundler-Cab7BktO.js → vuex.esm-bundler-V_bpQW77.js} +1 -1
  19. package/package.json +2 -2
  20. package/src/components/wt-icon/_variables.scss +5 -0
  21. package/src/components/wt-vidstack-player/components/index.ts +1 -0
  22. package/src/components/wt-vidstack-player/components/layouts/video-layout.vue +5 -14
  23. package/src/components/wt-vidstack-player/components/screenshot-box/screenshot-box.vue +77 -0
  24. package/src/components/wt-vidstack-player/wt-vidstack-player.vue +37 -20
  25. package/src/enums/ComponentSize/ComponentSize.ts +5 -0
  26. package/src/modules/CallSession/modules/VideoCall/enums/VideoCallAction.enum.ts +4 -1
  27. package/src/modules/CallSession/modules/VideoCall/video-call.vue +122 -46
  28. package/src/modules/FilesExport/FilesExport.js +8 -4
  29. package/src/modules/FilesExport/mixins/exportFilesMixin.js +3 -1
  30. package/src/plugins/primevue/theme/extend/player/player.js +14 -0
  31. package/types/components/transitions/cases/wt-replace-transition.vue.d.ts +2 -2
  32. package/types/components/transitions/wt-transition.vue.d.ts +2 -2
  33. package/types/components/wt-vidstack-player/components/index.d.ts +1 -0
  34. package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +3 -3
  35. package/types/components/wt-vidstack-player/components/screenshot-box/screenshot-box.vue.d.ts +13 -0
  36. package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +8 -5
  37. package/types/enums/ComponentSize/ComponentSize.d.ts +5 -0
  38. package/types/modules/CallSession/modules/VideoCall/enums/VideoCallAction.enum.d.ts +2 -0
  39. package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +13 -18
  40. package/types/modules/FilesExport/FilesExport.d.ts +3 -1
  41. package/src/modules/FilesExport/scripts/generateMediaURL.js +0 -8
  42. package/types/modules/FilesExport/scripts/generateMediaURL.d.ts +0 -2
package/dist/ui-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- import { Y as f } from "./install-BmP9eUzZ.js";
1
+ import { Y as f } from "./install-DlQCMKTl.js";
2
2
  export {
3
3
  f as default
4
4
  };