@webitel/ui-sdk 25.10.51 → 25.10.52

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 (55) hide show
  1. package/dist/errors-DCJKAXTz.js +70 -0
  2. package/dist/img/sprite/index.js +4 -0
  3. package/dist/img/sprite/player-enter-fullscreen.svg +3 -0
  4. package/dist/img/sprite/player-exit-fullscreen.svg +4 -0
  5. package/dist/install-hlMLq0U3.js +111257 -0
  6. package/dist/prod-DTLJXtPo.js +994 -0
  7. package/dist/srt-parser-CWqahKwO.js +27 -0
  8. package/dist/ssa-parser-BqjjKy4M.js +209 -0
  9. package/dist/ui-sdk.css +1 -1
  10. package/dist/ui-sdk.js +2 -100294
  11. package/dist/ui-sdk.umd.cjs +1633 -1605
  12. package/dist/vidstack-54Jpr2Lq-B-3uagaf.js +142 -0
  13. package/dist/vidstack-BP-l85ST-cd089zs4.js +21 -0
  14. package/dist/vidstack-BTBUzdbF-BuhaE3ef.js +29 -0
  15. package/dist/vidstack-Ccp8mxka-Cyoe3N05.js +20 -0
  16. package/dist/vidstack-Dgd3Tj9x-D_ifpfX9.js +397 -0
  17. package/dist/vidstack-DscYSLiW-Dk1undJ-.js +33 -0
  18. package/dist/vidstack-HTyVv8Yq-DRdwbVZd.js +52 -0
  19. package/dist/vidstack-audio-CFFRqrJ3.js +26 -0
  20. package/dist/vidstack-dash-BDtu3f4j.js +405 -0
  21. package/dist/vidstack-google-cast-hKSzmdiF.js +405 -0
  22. package/dist/vidstack-hls-BLyFYePL.js +328 -0
  23. package/dist/vidstack-video-BlmYiw-x.js +149 -0
  24. package/dist/vidstack-vimeo-DhWdWK51.js +434 -0
  25. package/dist/vidstack-youtube-l9Si5Vl-.js +204 -0
  26. package/package.json +2 -1
  27. package/src/assets/icons/sprite/index.js +4 -0
  28. package/src/assets/icons/sprite/player-enter-fullscreen.svg +3 -0
  29. package/src/assets/icons/sprite/player-exit-fullscreen.svg +4 -0
  30. package/src/components/index.js +3 -0
  31. package/src/components/wt-loader/wt-loader.vue +1 -0
  32. package/src/components/wt-popup/_mixins.scss +31 -0
  33. package/src/components/wt-popup/wt-popup.vue +7 -21
  34. package/src/components/wt-table/wt-table.vue +5 -0
  35. package/src/components/wt-vidstack-player/components/layouts/video-layout.vue +112 -0
  36. package/src/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/fullscreen-button.vue +37 -0
  37. package/src/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/play-button.vue +21 -0
  38. package/src/components/wt-vidstack-player/components/panels/media-control-panel/components/sliders/time-slider.vue +31 -0
  39. package/src/components/wt-vidstack-player/components/panels/media-control-panel/components/time-group.vue +19 -0
  40. package/src/components/wt-vidstack-player/components/panels/media-control-panel/media-control-panel.vue +34 -0
  41. package/src/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue +95 -0
  42. package/src/components/wt-vidstack-player/components/toggle-button.vue +54 -0
  43. package/src/components/wt-vidstack-player/wt-vidstack-player.vue +156 -0
  44. package/src/install.ts +1 -0
  45. package/types/components/index.d.ts +3 -1
  46. package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +11 -0
  47. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/fullscreen-button.vue.d.ts +6 -0
  48. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/play-button.vue.d.ts +2 -0
  49. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/sliders/time-slider.vue.d.ts +2 -0
  50. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/time-group.vue.d.ts +2 -0
  51. package/types/components/wt-vidstack-player/components/panels/media-control-panel/media-control-panel.vue.d.ts +2 -0
  52. package/types/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue.d.ts +11 -0
  53. package/types/components/wt-vidstack-player/components/toggle-button.vue.d.ts +12 -0
  54. package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +25 -0
  55. package/types/install.d.ts +1 -0
@@ -0,0 +1,70 @@
1
+ import { P as a, c as t } from "./prod-DTLJXtPo.js";
2
+ const i = {
3
+ r() {
4
+ return new a({
5
+ code: t.BadSignature,
6
+ reason: "missing WEBVTT file header",
7
+ line: 1
8
+ });
9
+ },
10
+ s(n, e) {
11
+ return new a({
12
+ code: t.BadTimestamp,
13
+ reason: `cue start timestamp \`${n}\` is invalid on line ${e}`,
14
+ line: e
15
+ });
16
+ },
17
+ t(n, e) {
18
+ return new a({
19
+ code: t.BadTimestamp,
20
+ reason: `cue end timestamp \`${n}\` is invalid on line ${e}`,
21
+ line: e
22
+ });
23
+ },
24
+ u(n, e, r) {
25
+ return new a({
26
+ code: t.BadTimestamp,
27
+ reason: `cue end timestamp \`${e}\` is greater than start \`${n}\` on line ${r}`,
28
+ line: r
29
+ });
30
+ },
31
+ y(n, e, r) {
32
+ return new a({
33
+ code: t.BadSettingValue,
34
+ reason: `invalid value for cue setting \`${n}\` on line ${r} (value: ${e})`,
35
+ line: r
36
+ });
37
+ },
38
+ x(n, e, r) {
39
+ return new a({
40
+ code: t.UnknownSetting,
41
+ reason: `unknown cue setting \`${n}\` on line ${r} (value: ${e})`,
42
+ line: r
43
+ });
44
+ },
45
+ w(n, e, r) {
46
+ return new a({
47
+ code: t.BadSettingValue,
48
+ reason: `invalid value for region setting \`${n}\` on line ${r} (value: ${e})`,
49
+ line: r
50
+ });
51
+ },
52
+ v(n, e, r) {
53
+ return new a({
54
+ code: t.UnknownSetting,
55
+ reason: `unknown region setting \`${n}\` on line ${r} (value: ${e})`,
56
+ line: r
57
+ });
58
+ },
59
+ // SSA-specific errors
60
+ T(n, e) {
61
+ return new a({
62
+ code: t.BadFormat,
63
+ reason: `format missing for \`${n}\` block on line ${e}`,
64
+ line: e
65
+ });
66
+ }
67
+ };
68
+ export {
69
+ i as ParseErrorBuilder
70
+ };
@@ -136,6 +136,8 @@ import options from './options.svg';
136
136
  import pause from './pause.svg';
137
137
  import pin from './pin.svg';
138
138
  import play from './play.svg';
139
+ import playerEnterFullscreen from './player-enter-fullscreen.svg';
140
+ import playerExitFullscreen from './player-exit-fullscreen.svg';
139
141
  import plus from './plus.svg';
140
142
  import plyrAirplay from './plyr-airplay.svg';
141
143
  import plyrCaptionsOff from './plyr-captions-off.svg';
@@ -431,6 +433,8 @@ export default objCamelToKebab({
431
433
  plyrRewind,
432
434
  plyrSettings,
433
435
  plyrVolume,
436
+ playerExitFullscreen,
437
+ playerEnterFullscreen,
434
438
  loadPreset,
435
439
  quickReplies,
436
440
  checkboxTick,
@@ -0,0 +1,3 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M17.2806 10.9927C17.6739 11.3861 18.3116 11.3861 18.705 10.9927C19.0983 10.5994 19.0983 9.96164 18.705 9.5683C18.711 9.57433 18.7106 9.5736 18.7055 9.56414C18.6897 9.5354 18.6301 9.42632 18.5726 9.18181C18.5049 8.89405 18.4658 8.52842 18.4658 8.14387C18.4658 7.75931 18.5049 7.39369 18.5726 7.10593C18.6301 6.86141 18.6897 6.75235 18.7054 6.72362C18.7106 6.71413 18.711 6.7134 18.705 6.71944C19.0983 6.32609 19.0983 5.68839 18.7049 5.29506C18.3116 4.90173 17.6739 4.90171 17.2806 5.29501C17.2866 5.28897 17.2859 5.28937 17.2764 5.29455C17.2477 5.31026 17.1386 5.36986 16.8941 5.4274C16.6063 5.4951 16.2407 5.53416 15.8561 5.53416C15.4716 5.53416 15.1059 5.4951 14.8182 5.4274C14.5737 5.36986 14.4646 5.31026 14.4359 5.29456C14.4264 5.28937 14.4257 5.28897 14.4317 5.29501C14.0384 4.90166 13.4006 4.90166 13.0073 5.29501C12.6139 5.68835 12.6139 6.32609 13.0073 6.71944C13.3877 7.09987 13.9253 7.28676 14.3568 7.38829C14.5838 7.44169 14.8237 7.48095 15.0683 7.50725L12.295 10.2806C11.9017 10.6739 11.9017 11.3116 12.295 11.705C12.6884 12.0983 13.3261 12.0983 13.7194 11.705L16.4927 8.93168C16.519 9.17625 16.5583 9.41624 16.6117 9.64319C16.7132 10.0747 16.9001 10.6123 17.2806 10.9927ZM6.71944 13.0073C6.32609 12.6139 5.68835 12.6139 5.29501 13.0073C4.90166 13.4006 4.90166 14.0384 5.29501 14.4317C5.28898 14.4257 5.28937 14.4264 5.29455 14.4359C5.31025 14.4646 5.36986 14.5737 5.42739 14.8182C5.4951 15.1059 5.53416 15.4716 5.53416 15.8561C5.53416 16.2407 5.4951 16.6063 5.42739 16.8941C5.36986 17.1386 5.31026 17.2476 5.29456 17.2764C5.28937 17.2859 5.28897 17.2866 5.29501 17.2806C4.90171 17.6739 4.90173 18.3116 5.29506 18.7049C5.68839 19.0983 6.32609 19.0983 6.71944 18.705C6.7134 18.711 6.71413 18.7106 6.72361 18.7054C6.75235 18.6897 6.86141 18.6301 7.10593 18.5726C7.39368 18.5049 7.75931 18.4658 8.14387 18.4658C8.52842 18.4658 8.89405 18.5049 9.18181 18.5726C9.42632 18.6301 9.53538 18.6897 9.56411 18.7054C9.5736 18.7106 9.57433 18.711 9.5683 18.705C9.96164 19.0983 10.5994 19.0983 10.9927 18.705C11.3861 18.3116 11.3861 17.6739 10.9927 17.2806C10.6123 16.9001 10.0747 16.7132 9.64319 16.6117C9.41624 16.5583 9.17625 16.519 8.93168 16.4927L11.705 13.7194C12.0983 13.3261 12.0983 12.6884 11.705 12.295C11.3116 11.9017 10.6739 11.9017 10.2806 12.295L7.50725 15.0683C7.48095 14.8237 7.44169 14.5838 7.38829 14.3568C7.28676 13.9253 7.09987 13.3877 6.71944 13.0073Z"/>
3
+ </svg>
@@ -0,0 +1,4 @@
1
+ <svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M12.295 6.00727C12.6884 5.61393 13.3261 5.61393 13.7194 6.00727C14.0999 6.3877 14.2868 6.92531 14.3883 7.35681C14.4417 7.58376 14.481 7.82375 14.5073 8.06832L17.2806 5.29501C17.6739 4.90166 18.3116 4.90166 18.705 5.29501C19.0983 5.68835 19.0983 6.32609 18.705 6.71944L15.9317 9.49275C16.1763 9.51905 16.4162 9.55831 16.6432 9.61171C17.0747 9.71323 17.6123 9.90013 17.9927 10.2806C18.3861 10.6739 18.3861 11.3116 17.9927 11.705C17.5994 12.0983 16.9616 12.0983 16.5683 11.705C16.5743 11.711 16.5736 11.7106 16.5641 11.7054C16.5354 11.6897 16.4263 11.6301 16.1818 11.5726C15.8941 11.5049 15.5284 11.4658 15.1439 11.4658C14.7593 11.4658 14.3937 11.5049 14.1059 11.5726C13.8614 11.6301 13.7523 11.6897 13.7236 11.7054C13.7141 11.7106 13.7134 11.711 13.7194 11.705C13.3261 12.0983 12.6884 12.0983 12.2951 11.7049C11.9017 11.3116 11.9017 10.6739 12.295 10.2806C12.289 10.2866 12.2894 10.2859 12.2946 10.2764C12.3103 10.2476 12.3699 10.1386 12.4274 9.89407C12.4951 9.60631 12.5342 9.24069 12.5342 8.85613C12.5342 8.47158 12.4951 8.10595 12.4274 7.81819C12.3699 7.57368 12.3103 7.4646 12.2945 7.43586C12.2894 7.4264 12.289 7.42567 12.295 7.4317C11.9017 7.03836 11.9017 6.40062 12.295 6.00727Z"/>
3
+ <path d="M11.705 17.9927C11.3116 18.3861 10.6739 18.3861 10.2806 17.9927C9.90013 17.6123 9.71324 17.0747 9.61171 16.6432C9.55831 16.4162 9.51905 16.1763 9.49275 15.9317L6.71944 18.705C6.32609 19.0983 5.68835 19.0983 5.29501 18.705C4.90166 18.3116 4.90166 17.6739 5.29501 17.2806L8.06832 14.5073C7.82375 14.481 7.58376 14.4417 7.35681 14.3883C6.92531 14.2868 6.3877 14.0999 6.00728 13.7194C5.61393 13.3261 5.61393 12.6884 6.00728 12.295C6.40062 11.9017 7.03836 11.9017 7.4317 12.295C7.42567 12.289 7.4264 12.2894 7.43588 12.2946C7.46462 12.3103 7.57368 12.3699 7.81819 12.4274C8.10595 12.4951 8.47158 12.5342 8.85613 12.5342C9.24069 12.5342 9.60632 12.4951 9.89407 12.4274C10.1386 12.3699 10.2477 12.3103 10.2764 12.2946C10.2859 12.2894 10.2866 12.289 10.2806 12.295C10.6739 11.9017 11.3116 11.9017 11.7049 12.2951C12.0983 12.6884 12.0983 13.3261 11.705 13.7194C11.711 13.7134 11.7106 13.7141 11.7054 13.7236C11.6897 13.7524 11.6301 13.8614 11.5726 14.1059C11.5049 14.3937 11.4658 14.7593 11.4658 15.1439C11.4658 15.5284 11.5049 15.8941 11.5726 16.1818C11.6301 16.4263 11.6898 16.5354 11.7055 16.5641C11.7106 16.5736 11.711 16.5743 11.705 16.5683C12.0983 16.9616 12.0983 17.5994 11.705 17.9927Z"/>
4
+ </svg>