@webitel/ui-sdk 25.12.79 → 26.2.0-1

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 (189) hide show
  1. package/dist/{install-CRbNkh_i.js → install-B9M-ZqxA.js} +21546 -21380
  2. package/dist/plyr-B0Ha1r7X.js +4152 -0
  3. package/dist/ui-sdk.css +1 -1
  4. package/dist/ui-sdk.js +1 -1
  5. package/dist/ui-sdk.umd.cjs +900 -887
  6. package/dist/{vidstack-Bq6c3Bam-DnntDKqk.js → vidstack-Bq6c3Bam-uJBwzXIY.js} +17 -17
  7. package/dist/{vidstack-D2pY00kU-Ciu2Iq-a.js → vidstack-D2pY00kU-CCxj_LQ0.js} +22 -22
  8. package/dist/{vidstack-DDXt6fpN-Qeuu3enP.js → vidstack-DDXt6fpN-ssZsNWDK.js} +4 -4
  9. package/dist/{vidstack-D_-9AA6_-DDREtIe7.js → vidstack-D_-9AA6_-IdSwTpOc.js} +1 -1
  10. package/dist/vidstack-DqAw8m9J-CgqSPNym.js +29 -0
  11. package/dist/{vidstack-audio-QtBceTAC.js → vidstack-audio-B7dtm36k.js} +2 -2
  12. package/dist/{vidstack-dash-Dab5AKoh.js → vidstack-dash-CYEsxTxk.js} +3 -3
  13. package/dist/{vidstack-google-cast-F7CV0tuD.js → vidstack-google-cast-BxXxUoUz.js} +10 -10
  14. package/dist/{vidstack-hls-C36x2qP7.js → vidstack-hls-DqolxsWc.js} +11 -11
  15. package/dist/{vidstack-video-Du0ZCqVE.js → vidstack-video-c7YjrOuW.js} +8 -8
  16. package/dist/{vidstack-vimeo-D0_aktMu.js → vidstack-vimeo-DQlaaskX.js} +22 -22
  17. package/dist/{vidstack-youtube-BBjfoGW2.js → vidstack-youtube-B7fNaTqG.js} +29 -29
  18. package/dist/{vuex.esm-bundler-YoPhVVuJ.js → vuex.esm-bundler-BmZywXo-.js} +1 -1
  19. package/package.json +67 -47
  20. package/types/api/history/index.d.ts +2 -0
  21. package/types/api/history/transcript/callTranscript.d.ts +15 -0
  22. package/types/components/on-demand/wt-cc-agent-status-timers/wt-cc-agent-status-timers.vue.d.ts +32 -7
  23. package/types/components/on-demand/wt-chat-emoji/wt-chat-emoji.vue.d.ts +18 -7
  24. package/types/components/on-demand/wt-display-chip-items/wt-display-chip-items.vue.d.ts +7 -6
  25. package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-1.vue.d.ts +34 -9
  26. package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue.d.ts +14 -6
  27. package/types/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts +30 -8
  28. package/types/components/on-demand/wt-route-transition/wt-route-transition.vue.d.ts +3 -2
  29. package/types/components/on-demand/wt-save-failed-popup/wt-save-failed-popup.vue.d.ts +3 -2
  30. package/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +52 -11
  31. package/types/components/on-demand/wt-start-page/components/start-page-card.vue.d.ts +12 -6
  32. package/types/components/on-demand/wt-start-page/components/start-page-logo.vue.d.ts +12 -6
  33. package/types/components/on-demand/wt-start-page/components/wt-start-page.vue.d.ts +2 -1
  34. package/types/components/on-demand/wt-table-transition/wt-table-transition.vue.d.ts +3 -2
  35. package/types/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue.d.ts +13 -11
  36. package/types/components/transitions/cases/wt-replace-transition.vue.d.ts +40 -9
  37. package/types/components/transitions/wt-expand-transition.vue.d.ts +3 -2
  38. package/types/components/transitions/wt-transition.vue.d.ts +38 -9
  39. package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +76 -12
  40. package/types/components/wt-app-header/wt-app-header.vue.d.ts +3 -2
  41. package/types/components/wt-app-header/wt-app-navigator.vue.d.ts +28 -9
  42. package/types/components/wt-app-header/wt-header-actions.vue.d.ts +3 -2
  43. package/types/components/wt-avatar/wt-avatar.vue.d.ts +72 -13
  44. package/types/components/wt-badge/wt-badge.vue.d.ts +3 -2
  45. package/types/components/wt-badge-new/wt-badge.vue.d.ts +5 -4
  46. package/types/components/wt-breadcrumb/wt-breadcrumb.vue.d.ts +2 -1
  47. package/types/components/wt-button/wt-button.vue.d.ts +7 -6
  48. package/types/components/wt-button-select/wt-button-select.vue.d.ts +50 -10
  49. package/types/components/wt-checkbox/wt-checkbox.vue.d.ts +7 -5
  50. package/types/components/wt-chip/wt-chip.vue.d.ts +5 -4
  51. package/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +44 -12
  52. package/types/components/wt-context-menu/wt-context-menu.vue.d.ts +80 -17
  53. package/types/components/wt-copy-action/wt-copy-action.vue.d.ts +3 -2
  54. package/types/components/wt-datepicker/wt-datepicker.vue.d.ts +119 -21
  55. package/types/components/wt-divider/wt-divider.vue.d.ts +2 -1
  56. package/types/components/wt-dual-panel/wt-dual-panel.vue.d.ts +34 -9
  57. package/types/components/wt-dummy/wt-dummy.vue.d.ts +60 -16
  58. package/types/components/wt-empty/wt-empty.vue.d.ts +132 -16
  59. package/types/components/wt-error-page/wt-error-page.vue.d.ts +3 -2
  60. package/types/components/wt-expansion-panel/wt-expansion-panel.vue.d.ts +28 -8
  61. package/types/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue.d.ts +3 -2
  62. package/types/components/wt-galleria/wt-galleria.vue.d.ts +4 -2
  63. package/types/components/wt-headline/wt-headline.vue.d.ts +2 -1
  64. package/types/components/wt-headline-nav/__tests__/wt-headline-nav.spec.d.ts +1 -0
  65. package/types/components/wt-headline-nav/wt-headline-nav.vue.d.ts +7 -0
  66. package/types/components/wt-hint/wt-hint.vue.d.ts +3 -2
  67. package/types/components/wt-icon/wt-icon.vue.d.ts +2 -1
  68. package/types/components/wt-icon-action/wt-icon-action.vue.d.ts +46 -10
  69. package/types/components/wt-icon-btn/wt-icon-btn.vue.d.ts +2 -1
  70. package/types/components/wt-image/wt-image.vue.d.ts +3 -2
  71. package/types/components/wt-indicator/wt-indicator.vue.d.ts +3 -2
  72. package/types/components/wt-input/wt-input.vue.d.ts +9 -8
  73. package/types/components/wt-input-info/wt-input-info.vue.d.ts +3 -2
  74. package/types/components/wt-intersection-observer/wt-intersection-observer.vue.d.ts +2 -1
  75. package/types/components/wt-item-link/wt-item-link.vue.d.ts +82 -13
  76. package/types/components/wt-label/wt-label.vue.d.ts +3 -2
  77. package/types/components/wt-load-bar/wt-load-bar.vue.d.ts +3 -2
  78. package/types/components/wt-loader/_internals/wt-brand-loader.vue.d.ts +2 -1
  79. package/types/components/wt-loader/_internals/wt-loader--md.vue.d.ts +2 -0
  80. package/types/components/wt-loader/_internals/wt-loader--sm.vue.d.ts +16 -0
  81. package/types/components/wt-loader/_internals/wt-spinner-loader.vue.d.ts +3 -2
  82. package/types/components/wt-loader/wt-loader.vue.d.ts +3 -2
  83. package/types/components/wt-logo/wt-logo.vue.d.ts +38 -9
  84. package/types/components/wt-menubar/wt-menubar.vue.d.ts +3 -3
  85. package/types/components/wt-navigation-bar/wt-navigation-bar.vue.d.ts +3 -2
  86. package/types/components/wt-notification/wt-notification.vue.d.ts +3 -2
  87. package/types/components/wt-notifications-bar/wt-notifications-bar.vue.d.ts +3 -2
  88. package/types/components/wt-page-header/wt-page-header.vue.d.ts +62 -17
  89. package/types/components/wt-page-wrapper/wt-page-wrapper.vue.d.ts +3 -2
  90. package/types/components/wt-pagination/wt-pagination.vue.d.ts +3 -2
  91. package/types/components/wt-player/wt-player.vue.d.ts +4 -3
  92. package/types/components/wt-popover/wt-popover.vue.d.ts +5 -4
  93. package/types/components/wt-popup/wt-popup.vue.d.ts +4 -3
  94. package/types/components/wt-progress-bar/wt-progress-bar.vue.d.ts +3 -2
  95. package/types/components/wt-radio/wt-radio.vue.d.ts +7 -5
  96. package/types/components/wt-rounded-action/wt-rounded-action.vue.d.ts +112 -18
  97. package/types/components/wt-search-bar/wt-search-bar.vue.d.ts +7 -6
  98. package/types/components/wt-select/wt-select-v2.vue.d.ts +72 -15
  99. package/types/components/wt-select/wt-select.vue.d.ts +3 -2
  100. package/types/components/wt-slider/wt-slider.vue.d.ts +4 -2
  101. package/types/components/wt-status-select/wt-status-select.vue.d.ts +3 -2
  102. package/types/components/wt-stepper/wt-stepper.vue.d.ts +20 -8
  103. package/types/components/wt-switcher/wt-switcher.vue.d.ts +7 -5
  104. package/types/components/wt-table/wt-table.vue.d.ts +17 -16
  105. package/types/components/wt-table-actions/wt-table-actions.vue.d.ts +3 -2
  106. package/types/components/wt-table-column-select/wt-table-column-select.vue.d.ts +3 -2
  107. package/types/components/wt-tabs/wt-tabs.vue.d.ts +3 -2
  108. package/types/components/wt-tags-input/wt-tags-input.vue.d.ts +3 -2
  109. package/types/components/wt-textarea/wt-textarea.vue.d.ts +8 -6
  110. package/types/components/wt-time-input/wt-time-input.vue.d.ts +3 -2
  111. package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +4 -3
  112. package/types/components/wt-tooltip/_internals/wt-tooltip-floating.vue.d.ts +20 -7
  113. package/types/components/wt-tooltip/wt-tooltip.vue.d.ts +66 -13
  114. package/types/components/wt-tree/wt-tree.vue.d.ts +5 -4
  115. package/types/components/wt-tree-line/wt-tree-line.vue.d.ts +7 -6
  116. package/types/components/wt-tree-table/wt-tree-table.vue.d.ts +8 -7
  117. package/types/components/wt-tree-table-row/wt-tree-table-row.vue.d.ts +6 -5
  118. package/types/components/wt-vidstack-player/components/buttons/fullscreen-button.vue.d.ts +2 -1
  119. package/types/components/wt-vidstack-player/components/buttons/play-button.vue.d.ts +2 -1
  120. package/types/components/wt-vidstack-player/components/controls-group/controls-group.vue.d.ts +5 -4
  121. package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +6 -5
  122. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/fullscreen-button.vue.d.ts +6 -0
  123. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/play-button.vue.d.ts +2 -0
  124. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/sliders/time-slider.vue.d.ts +2 -0
  125. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/time-group.vue.d.ts +2 -0
  126. package/types/components/wt-vidstack-player/components/panels/media-control-panel/media-control-panel.vue.d.ts +2 -0
  127. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/buttons/fullscreen-button.vue.d.ts +2 -1
  128. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/buttons/play-button.vue.d.ts +2 -1
  129. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/sliders/time-slider.vue.d.ts +2 -1
  130. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/time-group.vue.d.ts +2 -1
  131. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/media-controls-panel.vue.d.ts +2 -1
  132. package/types/components/wt-vidstack-player/components/panels/screen-sharing-control-panel/screen-sharing-control-panel.vue.d.ts +17 -0
  133. package/types/components/wt-vidstack-player/components/panels/screen-sharing-controls-panel/screen-sharing-controls-panel.vue.d.ts +2 -1
  134. package/types/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue.d.ts +2 -1
  135. package/types/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue.d.ts +2 -1
  136. package/types/components/wt-vidstack-player/components/recording-indicator/recording-indicator.vue.d.ts +2 -1
  137. package/types/components/wt-vidstack-player/components/screenshot-box/screenshot-box.vue.d.ts +2 -1
  138. package/types/components/wt-vidstack-player/components/toggle-button.vue.d.ts +2 -1
  139. package/types/components/wt-vidstack-player/types/ScreenshotStatus.d.ts +1 -0
  140. package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +7 -6
  141. package/types/locale/ua/ua.d.ts +911 -0
  142. package/types/modules/AgentPdfs/components/agent-pdfs-tab.vue.d.ts +3 -2
  143. package/types/modules/AgentPdfs/components/pdf-status-preview.vue.d.ts +2 -1
  144. package/types/modules/AgentPdfs/components/pdf-status.vue.d.ts +2 -1
  145. package/types/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts +20 -7
  146. package/types/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue.d.ts +16 -7
  147. package/types/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue.d.ts +32 -10
  148. package/types/modules/Appearance/components/wt-dark-mode-switcher.vue.d.ts +18 -7
  149. package/types/modules/AuditForm/components/audit-form-question-read-wrapper.vue.d.ts +4 -2
  150. package/types/modules/AuditForm/components/audit-form-question-write-wrapper.vue.d.ts +2 -1
  151. package/types/modules/AuditForm/components/audit-form-question.vue.d.ts +4 -2
  152. package/types/modules/AuditForm/components/audit-form.vue.d.ts +4 -2
  153. package/types/modules/AuditForm/components/form/form-footer/audit-form-footer.vue.d.ts +2 -1
  154. package/types/modules/AuditForm/components/form-answers/answer-editing-info/audit-form-answer-editing-info.vue.d.ts +2 -1
  155. package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options-write-row.vue.d.ts +28 -9
  156. package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options.vue.d.ts +4 -2
  157. package/types/modules/AuditForm/components/form-questions/score/audit-form-question-score.vue.d.ts +2 -1
  158. package/types/modules/CallSession/modules/ScreenSharing/screen-sharing.vue.d.ts +2 -1
  159. package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +28 -10
  160. package/types/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue.d.ts +24 -9
  161. package/types/modules/FilesExport/FilesExport.d.ts +1 -3
  162. package/types/modules/FilesExport/scripts/generateMediaURL.d.ts +2 -0
  163. package/types/modules/Filters/components/filter-datetime.vue.d.ts +20 -8
  164. package/types/modules/Filters/components/filter-pagination.vue.d.ts +22 -8
  165. package/types/modules/Filters/components/filter-search.vue.d.ts +38 -10
  166. package/types/modules/Filters/components/filter-select.vue.d.ts +20 -8
  167. package/types/modules/Filters/components/filter-table-fields.vue.d.ts +34 -11
  168. package/types/modules/ObjectPermissions/_internals/components/permissions-role-row.vue.d.ts +12 -6
  169. package/types/modules/ObjectPermissions/_internals/components/permissions-role-select.vue.d.ts +9 -1
  170. package/types/modules/ObjectPermissions/_internals/components/permissions-tab-role-popup.vue.d.ts +12 -6
  171. package/types/modules/ObjectPermissions/components/permissions-tab.vue.d.ts +44 -8
  172. package/types/modules/QueryFilters/components/abstract-api-filter.vue.d.ts +3 -2
  173. package/types/modules/QueryFilters/components/abstract-enum-filter.vue.d.ts +3 -2
  174. package/types/modules/QueryFilters/components/filter-datetime.vue.d.ts +3 -2
  175. package/types/modules/QueryFilters/components/filter-from-to.vue.d.ts +3 -2
  176. package/types/modules/QueryFilters/components/filter-search.vue.d.ts +3 -2
  177. package/types/modules/QueryFilters/components/filter-table-fields.vue.d.ts +3 -2
  178. package/types/playground.vue.d.ts +2 -1
  179. package/types/plugins/primevue/theme/extend/extend.d.ts +5 -0
  180. package/types/plugins/primevue/theme/extend/spacings/spacings.d.ts +13 -0
  181. package/types/plugins/primevue/theme/semantic/color-scheme/color-schema.d.ts +1189 -0
  182. package/types/plugins/primevue/theme/semantic/color-scheme/dark-color.d.ts +162 -0
  183. package/types/plugins/primevue/theme/semantic/color-scheme/light-color.d.ts +162 -0
  184. package/types/plugins/primevue/theme/semantic/color-scheme/palette.d.ts +435 -0
  185. package/types/plugins/primevue/theme/semantic/semantic.d.ts +5 -0
  186. package/types/scripts/caseConverters.d.ts +1 -1
  187. package/types/the-app.vue.d.ts +3 -2
  188. package/dist/plyr-dBBD5QAl.js +0 -4350
  189. package/dist/vidstack-DqAw8m9J-C4fRnvp8.js +0 -29
@@ -1,10 +1,72 @@
1
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
1
+ declare const _default: typeof __VLS_export;
2
2
  export default _default;
3
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
3
4
  type __VLS_WithSlots<T, S> = T & (new () => {
4
5
  $slots: S;
5
6
  });
6
- declare const __VLS_component: import("vue").DefineComponent<{}, {
7
- $emit: (event: "update:visible", ...args: any[]) => void;
7
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
+ visible: {
9
+ type: BooleanConstructor;
10
+ default: boolean;
11
+ };
12
+ placement: {
13
+ type: StringConstructor;
14
+ default: string;
15
+ };
16
+ popperTriggers: {
17
+ type: ArrayConstructor;
18
+ default: () => any[];
19
+ };
20
+ triggers: {
21
+ type: ArrayConstructor;
22
+ default: () => string[];
23
+ };
24
+ popperClass: {
25
+ type: StringConstructor;
26
+ default: string;
27
+ };
28
+ disabled: {
29
+ type: BooleanConstructor;
30
+ default: boolean;
31
+ };
32
+ disableClickAway: {
33
+ type: BooleanConstructor;
34
+ default: boolean;
35
+ };
36
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
37
+ "update:visible": (...args: any[]) => void;
38
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
39
+ visible: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ placement: {
44
+ type: StringConstructor;
45
+ default: string;
46
+ };
47
+ popperTriggers: {
48
+ type: ArrayConstructor;
49
+ default: () => any[];
50
+ };
51
+ triggers: {
52
+ type: ArrayConstructor;
53
+ default: () => string[];
54
+ };
55
+ popperClass: {
56
+ type: StringConstructor;
57
+ default: string;
58
+ };
59
+ disabled: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ };
63
+ disableClickAway: {
64
+ type: BooleanConstructor;
65
+ default: boolean;
66
+ };
67
+ }>> & Readonly<{
68
+ "onUpdate:visible"?: (...args: any[]) => any;
69
+ }>, {
8
70
  disabled: boolean;
9
71
  triggers: unknown[];
10
72
  visible: boolean;
@@ -12,16 +74,7 @@ declare const __VLS_component: import("vue").DefineComponent<{}, {
12
74
  popperTriggers: unknown[];
13
75
  popperClass: string;
14
76
  disableClickAway: boolean;
15
- $props: {
16
- readonly disabled?: boolean;
17
- readonly triggers?: unknown[];
18
- readonly visible?: boolean;
19
- readonly placement?: string;
20
- readonly popperTriggers?: unknown[];
21
- readonly popperClass?: string;
22
- readonly disableClickAway?: boolean;
23
- };
24
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
77
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
25
78
  type __VLS_Slots = {
26
79
  activator?: (props: {
27
80
  visible: boolean;
@@ -27,11 +27,11 @@ type __VLS_Props = {
27
27
  multiple?: boolean;
28
28
  allowParent?: boolean;
29
29
  };
30
- declare var __VLS_8: any;
30
+ declare var __VLS_10: any;
31
31
  type __VLS_Slots = {} & {
32
- 'item-prefix'?: (props: typeof __VLS_8) => any;
32
+ 'item-prefix'?: (props: typeof __VLS_10) => any;
33
33
  };
34
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
34
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
35
35
  select: (data: any) => any;
36
36
  "update:modelValue": (value: any) => any;
37
37
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
@@ -42,7 +42,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
42
42
  childrenProp: string;
43
43
  allowParent: boolean;
44
44
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
45
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
45
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
46
+ declare const _default: typeof __VLS_export;
46
47
  export default _default;
47
48
  type __VLS_WithSlots<T, S> = T & {
48
49
  new (): {
@@ -18,7 +18,7 @@ type __VLS_Props = {
18
18
  searchedProp?: string;
19
19
  rootData?: unknown;
20
20
  };
21
- declare var __VLS_17: {
21
+ declare var __VLS_18: {
22
22
  data: unknown;
23
23
  rootData: unknown;
24
24
  nestedLevel: number;
@@ -26,13 +26,13 @@ declare var __VLS_17: {
26
26
  hasChildren: boolean;
27
27
  selectedParent: boolean;
28
28
  class: string;
29
- }, __VLS_35: any;
29
+ }, __VLS_41: any;
30
30
  type __VLS_Slots = {} & {
31
- 'item-prefix'?: (props: typeof __VLS_17) => any;
31
+ 'item-prefix'?: (props: typeof __VLS_18) => any;
32
32
  } & {
33
- 'item-prefix'?: (props: typeof __VLS_35) => any;
33
+ 'item-prefix'?: (props: typeof __VLS_41) => any;
34
34
  };
35
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
35
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
36
36
  "update:modelValue": (value: any) => any;
37
37
  openParent: () => any;
38
38
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
@@ -48,7 +48,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
48
48
  allowParent: boolean;
49
49
  searchedProp: string;
50
50
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
51
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
51
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
52
+ declare const _default: typeof __VLS_export;
52
53
  export default _default;
53
54
  type __VLS_WithSlots<T, S> = T & {
54
55
  new (): {
@@ -30,20 +30,20 @@ type __VLS_Props = {
30
30
  */
31
31
  searchedProp?: string;
32
32
  };
33
- declare var __VLS_16: {}, __VLS_25: {
33
+ declare var __VLS_18: {}, __VLS_29: {
34
34
  item: any;
35
- }, __VLS_28: string, __VLS_29: {
35
+ }, __VLS_33: string, __VLS_34: {
36
36
  index: number;
37
37
  item: any;
38
38
  };
39
39
  type __VLS_Slots = {} & {
40
- [K in NonNullable<typeof __VLS_28>]?: (props: typeof __VLS_29) => any;
40
+ [K in NonNullable<typeof __VLS_33>]?: (props: typeof __VLS_34) => any;
41
41
  } & {
42
- 'actions-header'?: (props: typeof __VLS_16) => any;
42
+ 'actions-header'?: (props: typeof __VLS_18) => any;
43
43
  } & {
44
- actions?: (props: typeof __VLS_25) => any;
44
+ actions?: (props: typeof __VLS_29) => any;
45
45
  };
46
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
46
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
47
47
  sort: (...args: any[]) => void;
48
48
  "update:selected": (...args: any[]) => void;
49
49
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
@@ -55,7 +55,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
55
55
  gridActions: boolean;
56
56
  searchedProp: string;
57
57
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
58
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
58
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
59
+ declare const _default: typeof __VLS_export;
59
60
  export default _default;
60
61
  type __VLS_WithSlots<T, S> = T & {
61
62
  new (): {
@@ -31,17 +31,17 @@ declare var __VLS_16: string, __VLS_17: {
31
31
  }, __VLS_19: {
32
32
  index: number;
33
33
  item: Record<string, unknown>;
34
- }, __VLS_31: string, __VLS_32: any, __VLS_34: any;
34
+ }, __VLS_32: string, __VLS_33: any, __VLS_36: any;
35
35
  type __VLS_Slots = {} & {
36
36
  [K in NonNullable<typeof __VLS_16>]?: (props: typeof __VLS_17) => any;
37
37
  } & {
38
- [K in NonNullable<typeof __VLS_31>]?: (props: typeof __VLS_32) => any;
38
+ [K in NonNullable<typeof __VLS_32>]?: (props: typeof __VLS_33) => any;
39
39
  } & {
40
40
  actions?: (props: typeof __VLS_19) => any;
41
41
  } & {
42
- actions?: (props: typeof __VLS_34) => any;
42
+ actions?: (props: typeof __VLS_36) => any;
43
43
  };
44
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
44
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
45
45
  "update:selected": (...args: any[]) => void;
46
46
  "expanded-collapse": (...args: any[]) => void;
47
47
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
@@ -53,7 +53,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
53
53
  searchedProp: string;
54
54
  nestingLevel: number;
55
55
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
56
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
56
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
57
+ declare const _default: typeof __VLS_export;
57
58
  export default _default;
58
59
  type __VLS_WithSlots<T, S> = T & {
59
60
  new (): {
@@ -1,6 +1,7 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
2
  toggle: (value: boolean) => any;
3
3
  }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
4
4
  onToggle?: (value: boolean) => any;
5
5
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: typeof __VLS_export;
6
7
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,9 +1,10 @@
1
- declare var __VLS_6: {};
1
+ declare var __VLS_8: {};
2
2
  type __VLS_Slots = {} & {
3
- default?: (props: typeof __VLS_6) => any;
3
+ default?: (props: typeof __VLS_8) => any;
4
4
  };
5
- declare const __VLS_component: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
5
+ declare const __VLS_base: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
7
+ declare const _default: typeof __VLS_export;
7
8
  export default _default;
8
9
  type __VLS_WithSlots<T, S> = T & {
9
10
  new (): {
@@ -6,13 +6,13 @@ type __VLS_Props = {
6
6
  hideControlsPanel?: boolean;
7
7
  hideExpand?: boolean;
8
8
  };
9
- declare var __VLS_17: {}, __VLS_19: {};
9
+ declare var __VLS_21: {}, __VLS_23: {};
10
10
  type __VLS_Slots = {} & {
11
- content?: (props: typeof __VLS_17) => any;
11
+ content?: (props: typeof __VLS_21) => any;
12
12
  } & {
13
- 'controls-panel'?: (props: typeof __VLS_19) => any;
13
+ 'controls-panel'?: (props: typeof __VLS_23) => any;
14
14
  };
15
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
16
  "close-player": () => any;
17
17
  "close-session": () => any;
18
18
  "make-screenshot": () => any;
@@ -23,7 +23,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}
23
23
  "onMake-screenshot"?: () => any;
24
24
  "onToggle-record"?: () => any;
25
25
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
26
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
27
+ declare const _default: typeof __VLS_export;
27
28
  export default _default;
28
29
  type __VLS_WithSlots<T, S> = T & {
29
30
  new (): {
@@ -0,0 +1,6 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
+ toggle: (value: boolean) => any;
3
+ }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
4
+ onToggle?: (value: boolean) => any;
5
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -0,0 +1,2 @@
1
+ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ export default _default;
@@ -1,6 +1,7 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
2
2
  toggle: (value: boolean) => any;
3
3
  }, string, import("vue").PublicProps, Readonly<{}> & Readonly<{
4
4
  onToggle?: (value: boolean) => any;
5
5
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
+ declare const _default: typeof __VLS_export;
6
7
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -0,0 +1,17 @@
1
+ import { ScreenshotStatus } from "../../../types/ScreenshotStatus";
2
+ import { WtVidstackPlayerSession } from "../../../types/WtVidstackPlayerSession";
3
+ interface Props {
4
+ session: WtVidstackPlayerSession;
5
+ screenshotStatus: ScreenshotStatus | null;
6
+ screenshotIsLoading: boolean;
7
+ }
8
+ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
9
+ "close-session": () => any;
10
+ "make-screenshot": () => any;
11
+ "toggle-record": () => any;
12
+ }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
13
+ "onClose-session"?: () => any;
14
+ "onMake-screenshot"?: () => any;
15
+ "onToggle-record"?: () => any;
16
+ }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
17
+ export default _default;
@@ -4,7 +4,7 @@ interface Props {
4
4
  screenshotStatus: ScreenshotStatus | null;
5
5
  screenshotIsLoading: boolean;
6
6
  }
7
- declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
8
  "close-session": () => any;
9
9
  "make-screenshot": () => any;
10
10
  "toggle-record": () => any;
@@ -13,4 +13,5 @@ declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, imp
13
13
  "onMake-screenshot"?: () => any;
14
14
  "onToggle-record"?: () => any;
15
15
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
+ declare const _default: typeof __VLS_export;
16
17
  export default _default;
@@ -14,7 +14,7 @@ type __VLS_Props = {
14
14
  'actions:settings:disabled': boolean;
15
15
  'actions:chat:pressed': boolean;
16
16
  };
17
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
17
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
18
18
  chat: (payload?: unknown, options?: ResultCallbacks) => any;
19
19
  video: (payload?: unknown, options?: ResultCallbacks) => any;
20
20
  settings: (payload?: unknown, options?: ResultCallbacks) => any;
@@ -31,4 +31,5 @@ declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {
31
31
  onMic?: (payload?: unknown, options?: ResultCallbacks) => any;
32
32
  onHangup?: (payload?: unknown, options?: ResultCallbacks) => any;
33
33
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
34
+ declare const _default: typeof __VLS_export;
34
35
  export default _default;
@@ -4,9 +4,10 @@ type __VLS_Props = {
4
4
  closable?: boolean;
5
5
  hideExpand?: boolean;
6
6
  };
7
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
8
  close: () => any;
9
9
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
10
  onClose?: () => any;
11
11
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ declare const _default: typeof __VLS_export;
12
13
  export default _default;
@@ -1,2 +1,3 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
1
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
2
+ declare const _default: typeof __VLS_export;
2
3
  export default _default;
@@ -3,11 +3,12 @@ type __VLS_Props = {
3
3
  src?: string;
4
4
  size: ComponentSize;
5
5
  };
6
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
6
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
7
  close: () => any;
8
8
  zoom: () => any;
9
9
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
10
  onClose?: () => any;
11
11
  onZoom?: () => any;
12
12
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
13
+ declare const _default: typeof __VLS_export;
13
14
  export default _default;
@@ -4,9 +4,10 @@ type __VLS_Props = {
4
4
  color?: string;
5
5
  disabled?: boolean;
6
6
  };
7
- declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
7
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
8
8
  toggle: (value: boolean) => any;
9
9
  }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
10
10
  onToggle?: (value: boolean) => any;
11
11
  }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
12
+ declare const _default: typeof __VLS_export;
12
13
  export default _default;
@@ -0,0 +1 @@
1
+ export type ScreenshotStatus = 'done' | 'error';
@@ -22,17 +22,17 @@ interface Props {
22
22
  stretch?: boolean;
23
23
  videoObjectFit?: 'cover' | 'contain';
24
24
  }
25
- declare var __VLS_24: {
25
+ declare var __VLS_26: {
26
26
  size: ComponentSize;
27
- }, __VLS_26: {
27
+ }, __VLS_29: {
28
28
  size: ComponentSize;
29
29
  };
30
30
  type __VLS_Slots = {} & {
31
- 'controls-panel'?: (props: typeof __VLS_24) => any;
31
+ 'controls-panel'?: (props: typeof __VLS_26) => any;
32
32
  } & {
33
- content?: (props: typeof __VLS_26) => any;
33
+ content?: (props: typeof __VLS_29) => any;
34
34
  };
35
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
35
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
36
36
  close: () => any;
37
37
  "change-size": (args_0: ComponentSize) => any;
38
38
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
@@ -48,7 +48,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
48
48
  static: boolean;
49
49
  videoObjectFit: "cover" | "contain";
50
50
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
51
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
51
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
52
+ declare const _default: typeof __VLS_export;
52
53
  export default _default;
53
54
  type __VLS_WithSlots<T, S> = T & {
54
55
  new (): {