@webitel/ui-sdk 25.12.54 → 25.12.56

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 (52) hide show
  1. package/dist/{install-IYPYAYAv.js → install-DHbnzyTA.js} +4868 -4819
  2. package/dist/{plyr-C9WY050F.js → plyr-DDl8uj6I.js} +1 -1
  3. package/dist/ui-sdk.js +1 -1
  4. package/dist/ui-sdk.umd.cjs +23 -9
  5. package/dist/{vidstack-Bq6c3Bam-DH4FZW2n.js → vidstack-Bq6c3Bam-c8LF9HSj.js} +2 -2
  6. package/dist/{vidstack-D2pY00kU-DzslFbTB.js → vidstack-D2pY00kU-b0T6CwgN.js} +2 -2
  7. package/dist/{vidstack-DDXt6fpN-DjS3wL6o.js → vidstack-DDXt6fpN-NIc6oG3j.js} +1 -1
  8. package/dist/{vidstack-D_-9AA6_-Ck1DybTi.js → vidstack-D_-9AA6_-B_Nw0nF1.js} +1 -1
  9. package/dist/{vidstack-DqAw8m9J-HmRh3udC.js → vidstack-DqAw8m9J-j4x4rCsZ.js} +1 -1
  10. package/dist/{vidstack-audio-CXVg8bBx.js → vidstack-audio-Dc0lAw8g.js} +2 -2
  11. package/dist/{vidstack-dash-ud49sZQc.js → vidstack-dash-CTi0XXFj.js} +3 -3
  12. package/dist/{vidstack-google-cast-DsreNzp4.js → vidstack-google-cast-BTfcCr2M.js} +3 -3
  13. package/dist/{vidstack-hls-B5uayb_0.js → vidstack-hls-Bp1b8Iwo.js} +3 -3
  14. package/dist/{vidstack-video-CIkcth3r.js → vidstack-video-DZg31EmF.js} +2 -2
  15. package/dist/{vidstack-vimeo-DhS4yoj9.js → vidstack-vimeo-DXQzsSgO.js} +3 -3
  16. package/dist/{vidstack-youtube-CWMd114P.js → vidstack-youtube-BReczNxo.js} +2 -2
  17. package/dist/{vuex.esm-bundler-B0VAJPN7.js → vuex.esm-bundler-BTTiQ4iy.js} +1 -1
  18. package/package.json +2 -2
  19. package/src/enums/MimeTypes/MimeTypes.enum.ts +21 -0
  20. package/src/enums/index.ts +2 -0
  21. package/src/locale/en/en.js +12 -0
  22. package/src/locale/es/es.js +12 -0
  23. package/src/locale/kz/kz.js +12 -0
  24. package/src/locale/pl/pl.js +12 -0
  25. package/src/locale/ro/ro.js +12 -0
  26. package/src/locale/ru/ru.js +12 -0
  27. package/src/locale/uk/uk.js +12 -0
  28. package/src/locale/uz/uz.js +12 -0
  29. package/src/locale/vi/vi.js +12 -0
  30. package/src/modules/AgentPdfs/assets/pdf-done.png +0 -0
  31. package/src/modules/AgentPdfs/assets/pdf-error.png +0 -0
  32. package/src/modules/AgentPdfs/assets/pdf-pending.png +0 -0
  33. package/src/modules/AgentPdfs/assets/pdf-processing.png +0 -0
  34. package/src/modules/AgentPdfs/components/agent-pdfs-tab.vue +257 -0
  35. package/src/modules/AgentPdfs/components/pdf-status-preview.vue +55 -0
  36. package/src/modules/AgentPdfs/components/pdf-status.vue +67 -0
  37. package/types/enums/MimeTypes/MimeTypes.enum.d.ts +16 -0
  38. package/types/enums/index.d.ts +2 -1
  39. package/types/locale/en/en.d.ts +11 -0
  40. package/types/locale/es/es.d.ts +18 -5
  41. package/types/locale/i18n.d.ts +99 -0
  42. package/types/locale/index.d.ts +99 -0
  43. package/types/locale/kz/kz.d.ts +18 -5
  44. package/types/locale/pl/pl.d.ts +18 -5
  45. package/types/locale/ro/ro.d.ts +18 -5
  46. package/types/locale/ru/ru.d.ts +18 -5
  47. package/types/locale/uk/uk.d.ts +18 -5
  48. package/types/locale/uz/uz.d.ts +18 -5
  49. package/types/locale/vi/vi.d.ts +18 -5
  50. package/types/modules/AgentPdfs/components/agent-pdfs-tab.vue.d.ts +29 -0
  51. package/types/modules/AgentPdfs/components/pdf-status-preview.vue.d.ts +12 -0
  52. package/types/modules/AgentPdfs/components/pdf-status.vue.d.ts +7 -0
@@ -1,7 +1,7 @@
1
1
  var gt = Object.defineProperty;
2
2
  var bt = (e, t, i) => t in e ? gt(e, t, { enumerable: !0, configurable: !0, writable: !0, value: i }) : e[t] = i;
3
3
  var m = (e, t, i) => bt(e, typeof t != "symbol" ? t + "" : t, i);
4
- import { g as yt } from "./install-IYPYAYAv.js";
4
+ import { g as yt } from "./install-DHbnzyTA.js";
5
5
  function wt(e, t) {
6
6
  if (!(e instanceof t)) throw new TypeError("Cannot call a class as a function");
7
7
  }
package/dist/ui-sdk.js CHANGED
@@ -1,4 +1,4 @@
1
- import { Y as f } from "./install-IYPYAYAv.js";
1
+ import { Y as f } from "./install-DHbnzyTA.js";
2
2
  export {
3
3
  f as default
4
4
  };