@webitel/ui-sdk 25.12.78 → 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 (191) 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/src/components/wt-select/_multiselect.scss +2 -0
  21. package/src/components/wt-vidstack-player/components/panels/media-controls-panel/components/sliders/time-slider.vue +10 -0
  22. package/types/api/history/index.d.ts +2 -0
  23. package/types/api/history/transcript/callTranscript.d.ts +15 -0
  24. package/types/components/on-demand/wt-cc-agent-status-timers/wt-cc-agent-status-timers.vue.d.ts +32 -7
  25. package/types/components/on-demand/wt-chat-emoji/wt-chat-emoji.vue.d.ts +18 -7
  26. package/types/components/on-demand/wt-display-chip-items/wt-display-chip-items.vue.d.ts +7 -6
  27. package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-1.vue.d.ts +34 -9
  28. package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue.d.ts +14 -6
  29. package/types/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts +30 -8
  30. package/types/components/on-demand/wt-route-transition/wt-route-transition.vue.d.ts +3 -2
  31. package/types/components/on-demand/wt-save-failed-popup/wt-save-failed-popup.vue.d.ts +3 -2
  32. package/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +52 -11
  33. package/types/components/on-demand/wt-start-page/components/start-page-card.vue.d.ts +12 -6
  34. package/types/components/on-demand/wt-start-page/components/start-page-logo.vue.d.ts +12 -6
  35. package/types/components/on-demand/wt-start-page/components/wt-start-page.vue.d.ts +2 -1
  36. package/types/components/on-demand/wt-table-transition/wt-table-transition.vue.d.ts +3 -2
  37. package/types/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue.d.ts +13 -11
  38. package/types/components/transitions/cases/wt-replace-transition.vue.d.ts +40 -9
  39. package/types/components/transitions/wt-expand-transition.vue.d.ts +3 -2
  40. package/types/components/transitions/wt-transition.vue.d.ts +38 -9
  41. package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +76 -12
  42. package/types/components/wt-app-header/wt-app-header.vue.d.ts +3 -2
  43. package/types/components/wt-app-header/wt-app-navigator.vue.d.ts +28 -9
  44. package/types/components/wt-app-header/wt-header-actions.vue.d.ts +3 -2
  45. package/types/components/wt-avatar/wt-avatar.vue.d.ts +72 -13
  46. package/types/components/wt-badge/wt-badge.vue.d.ts +3 -2
  47. package/types/components/wt-badge-new/wt-badge.vue.d.ts +5 -4
  48. package/types/components/wt-breadcrumb/wt-breadcrumb.vue.d.ts +2 -1
  49. package/types/components/wt-button/wt-button.vue.d.ts +7 -6
  50. package/types/components/wt-button-select/wt-button-select.vue.d.ts +50 -10
  51. package/types/components/wt-checkbox/wt-checkbox.vue.d.ts +7 -5
  52. package/types/components/wt-chip/wt-chip.vue.d.ts +5 -4
  53. package/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +44 -12
  54. package/types/components/wt-context-menu/wt-context-menu.vue.d.ts +80 -17
  55. package/types/components/wt-copy-action/wt-copy-action.vue.d.ts +3 -2
  56. package/types/components/wt-datepicker/wt-datepicker.vue.d.ts +119 -21
  57. package/types/components/wt-divider/wt-divider.vue.d.ts +2 -1
  58. package/types/components/wt-dual-panel/wt-dual-panel.vue.d.ts +34 -9
  59. package/types/components/wt-dummy/wt-dummy.vue.d.ts +60 -16
  60. package/types/components/wt-empty/wt-empty.vue.d.ts +132 -16
  61. package/types/components/wt-error-page/wt-error-page.vue.d.ts +3 -2
  62. package/types/components/wt-expansion-panel/wt-expansion-panel.vue.d.ts +28 -8
  63. package/types/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue.d.ts +3 -2
  64. package/types/components/wt-galleria/wt-galleria.vue.d.ts +4 -2
  65. package/types/components/wt-headline/wt-headline.vue.d.ts +2 -1
  66. package/types/components/wt-headline-nav/__tests__/wt-headline-nav.spec.d.ts +1 -0
  67. package/types/components/wt-headline-nav/wt-headline-nav.vue.d.ts +7 -0
  68. package/types/components/wt-hint/wt-hint.vue.d.ts +3 -2
  69. package/types/components/wt-icon/wt-icon.vue.d.ts +2 -1
  70. package/types/components/wt-icon-action/wt-icon-action.vue.d.ts +46 -10
  71. package/types/components/wt-icon-btn/wt-icon-btn.vue.d.ts +2 -1
  72. package/types/components/wt-image/wt-image.vue.d.ts +3 -2
  73. package/types/components/wt-indicator/wt-indicator.vue.d.ts +3 -2
  74. package/types/components/wt-input/wt-input.vue.d.ts +9 -8
  75. package/types/components/wt-input-info/wt-input-info.vue.d.ts +3 -2
  76. package/types/components/wt-intersection-observer/wt-intersection-observer.vue.d.ts +2 -1
  77. package/types/components/wt-item-link/wt-item-link.vue.d.ts +82 -13
  78. package/types/components/wt-label/wt-label.vue.d.ts +3 -2
  79. package/types/components/wt-load-bar/wt-load-bar.vue.d.ts +3 -2
  80. package/types/components/wt-loader/_internals/wt-brand-loader.vue.d.ts +2 -1
  81. package/types/components/wt-loader/_internals/wt-loader--md.vue.d.ts +2 -0
  82. package/types/components/wt-loader/_internals/wt-loader--sm.vue.d.ts +16 -0
  83. package/types/components/wt-loader/_internals/wt-spinner-loader.vue.d.ts +3 -2
  84. package/types/components/wt-loader/wt-loader.vue.d.ts +3 -2
  85. package/types/components/wt-logo/wt-logo.vue.d.ts +38 -9
  86. package/types/components/wt-menubar/wt-menubar.vue.d.ts +3 -3
  87. package/types/components/wt-navigation-bar/wt-navigation-bar.vue.d.ts +3 -2
  88. package/types/components/wt-notification/wt-notification.vue.d.ts +3 -2
  89. package/types/components/wt-notifications-bar/wt-notifications-bar.vue.d.ts +3 -2
  90. package/types/components/wt-page-header/wt-page-header.vue.d.ts +62 -17
  91. package/types/components/wt-page-wrapper/wt-page-wrapper.vue.d.ts +3 -2
  92. package/types/components/wt-pagination/wt-pagination.vue.d.ts +3 -2
  93. package/types/components/wt-player/wt-player.vue.d.ts +4 -3
  94. package/types/components/wt-popover/wt-popover.vue.d.ts +5 -4
  95. package/types/components/wt-popup/wt-popup.vue.d.ts +4 -3
  96. package/types/components/wt-progress-bar/wt-progress-bar.vue.d.ts +3 -2
  97. package/types/components/wt-radio/wt-radio.vue.d.ts +7 -5
  98. package/types/components/wt-rounded-action/wt-rounded-action.vue.d.ts +112 -18
  99. package/types/components/wt-search-bar/wt-search-bar.vue.d.ts +7 -6
  100. package/types/components/wt-select/wt-select-v2.vue.d.ts +72 -15
  101. package/types/components/wt-select/wt-select.vue.d.ts +3 -2
  102. package/types/components/wt-slider/wt-slider.vue.d.ts +4 -2
  103. package/types/components/wt-status-select/wt-status-select.vue.d.ts +3 -2
  104. package/types/components/wt-stepper/wt-stepper.vue.d.ts +20 -8
  105. package/types/components/wt-switcher/wt-switcher.vue.d.ts +7 -5
  106. package/types/components/wt-table/wt-table.vue.d.ts +17 -16
  107. package/types/components/wt-table-actions/wt-table-actions.vue.d.ts +3 -2
  108. package/types/components/wt-table-column-select/wt-table-column-select.vue.d.ts +3 -2
  109. package/types/components/wt-tabs/wt-tabs.vue.d.ts +3 -2
  110. package/types/components/wt-tags-input/wt-tags-input.vue.d.ts +3 -2
  111. package/types/components/wt-textarea/wt-textarea.vue.d.ts +8 -6
  112. package/types/components/wt-time-input/wt-time-input.vue.d.ts +3 -2
  113. package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +4 -3
  114. package/types/components/wt-tooltip/_internals/wt-tooltip-floating.vue.d.ts +20 -7
  115. package/types/components/wt-tooltip/wt-tooltip.vue.d.ts +66 -13
  116. package/types/components/wt-tree/wt-tree.vue.d.ts +5 -4
  117. package/types/components/wt-tree-line/wt-tree-line.vue.d.ts +7 -6
  118. package/types/components/wt-tree-table/wt-tree-table.vue.d.ts +8 -7
  119. package/types/components/wt-tree-table-row/wt-tree-table-row.vue.d.ts +6 -5
  120. package/types/components/wt-vidstack-player/components/buttons/fullscreen-button.vue.d.ts +2 -1
  121. package/types/components/wt-vidstack-player/components/buttons/play-button.vue.d.ts +2 -1
  122. package/types/components/wt-vidstack-player/components/controls-group/controls-group.vue.d.ts +5 -4
  123. package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +6 -5
  124. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/fullscreen-button.vue.d.ts +6 -0
  125. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/play-button.vue.d.ts +2 -0
  126. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/sliders/time-slider.vue.d.ts +2 -0
  127. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/time-group.vue.d.ts +2 -0
  128. package/types/components/wt-vidstack-player/components/panels/media-control-panel/media-control-panel.vue.d.ts +2 -0
  129. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/buttons/fullscreen-button.vue.d.ts +2 -1
  130. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/buttons/play-button.vue.d.ts +2 -1
  131. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/sliders/time-slider.vue.d.ts +2 -1
  132. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/time-group.vue.d.ts +2 -1
  133. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/media-controls-panel.vue.d.ts +2 -1
  134. package/types/components/wt-vidstack-player/components/panels/screen-sharing-control-panel/screen-sharing-control-panel.vue.d.ts +17 -0
  135. package/types/components/wt-vidstack-player/components/panels/screen-sharing-controls-panel/screen-sharing-controls-panel.vue.d.ts +2 -1
  136. package/types/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue.d.ts +2 -1
  137. package/types/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue.d.ts +2 -1
  138. package/types/components/wt-vidstack-player/components/recording-indicator/recording-indicator.vue.d.ts +2 -1
  139. package/types/components/wt-vidstack-player/components/screenshot-box/screenshot-box.vue.d.ts +2 -1
  140. package/types/components/wt-vidstack-player/components/toggle-button.vue.d.ts +2 -1
  141. package/types/components/wt-vidstack-player/types/ScreenshotStatus.d.ts +1 -0
  142. package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +7 -6
  143. package/types/locale/ua/ua.d.ts +911 -0
  144. package/types/modules/AgentPdfs/components/agent-pdfs-tab.vue.d.ts +3 -2
  145. package/types/modules/AgentPdfs/components/pdf-status-preview.vue.d.ts +2 -1
  146. package/types/modules/AgentPdfs/components/pdf-status.vue.d.ts +2 -1
  147. package/types/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts +20 -7
  148. package/types/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue.d.ts +16 -7
  149. package/types/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue.d.ts +32 -10
  150. package/types/modules/Appearance/components/wt-dark-mode-switcher.vue.d.ts +18 -7
  151. package/types/modules/AuditForm/components/audit-form-question-read-wrapper.vue.d.ts +4 -2
  152. package/types/modules/AuditForm/components/audit-form-question-write-wrapper.vue.d.ts +2 -1
  153. package/types/modules/AuditForm/components/audit-form-question.vue.d.ts +4 -2
  154. package/types/modules/AuditForm/components/audit-form.vue.d.ts +4 -2
  155. package/types/modules/AuditForm/components/form/form-footer/audit-form-footer.vue.d.ts +2 -1
  156. package/types/modules/AuditForm/components/form-answers/answer-editing-info/audit-form-answer-editing-info.vue.d.ts +2 -1
  157. package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options-write-row.vue.d.ts +28 -9
  158. package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options.vue.d.ts +4 -2
  159. package/types/modules/AuditForm/components/form-questions/score/audit-form-question-score.vue.d.ts +2 -1
  160. package/types/modules/CallSession/modules/ScreenSharing/screen-sharing.vue.d.ts +2 -1
  161. package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +28 -10
  162. package/types/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue.d.ts +24 -9
  163. package/types/modules/FilesExport/FilesExport.d.ts +1 -3
  164. package/types/modules/FilesExport/scripts/generateMediaURL.d.ts +2 -0
  165. package/types/modules/Filters/components/filter-datetime.vue.d.ts +20 -8
  166. package/types/modules/Filters/components/filter-pagination.vue.d.ts +22 -8
  167. package/types/modules/Filters/components/filter-search.vue.d.ts +38 -10
  168. package/types/modules/Filters/components/filter-select.vue.d.ts +20 -8
  169. package/types/modules/Filters/components/filter-table-fields.vue.d.ts +34 -11
  170. package/types/modules/ObjectPermissions/_internals/components/permissions-role-row.vue.d.ts +12 -6
  171. package/types/modules/ObjectPermissions/_internals/components/permissions-role-select.vue.d.ts +9 -1
  172. package/types/modules/ObjectPermissions/_internals/components/permissions-tab-role-popup.vue.d.ts +12 -6
  173. package/types/modules/ObjectPermissions/components/permissions-tab.vue.d.ts +44 -8
  174. package/types/modules/QueryFilters/components/abstract-api-filter.vue.d.ts +3 -2
  175. package/types/modules/QueryFilters/components/abstract-enum-filter.vue.d.ts +3 -2
  176. package/types/modules/QueryFilters/components/filter-datetime.vue.d.ts +3 -2
  177. package/types/modules/QueryFilters/components/filter-from-to.vue.d.ts +3 -2
  178. package/types/modules/QueryFilters/components/filter-search.vue.d.ts +3 -2
  179. package/types/modules/QueryFilters/components/filter-table-fields.vue.d.ts +3 -2
  180. package/types/playground.vue.d.ts +2 -1
  181. package/types/plugins/primevue/theme/extend/extend.d.ts +5 -0
  182. package/types/plugins/primevue/theme/extend/spacings/spacings.d.ts +13 -0
  183. package/types/plugins/primevue/theme/semantic/color-scheme/color-schema.d.ts +1189 -0
  184. package/types/plugins/primevue/theme/semantic/color-scheme/dark-color.d.ts +162 -0
  185. package/types/plugins/primevue/theme/semantic/color-scheme/light-color.d.ts +162 -0
  186. package/types/plugins/primevue/theme/semantic/color-scheme/palette.d.ts +435 -0
  187. package/types/plugins/primevue/theme/semantic/semantic.d.ts +5 -0
  188. package/types/scripts/caseConverters.d.ts +1 -1
  189. package/types/the-app.vue.d.ts +3 -2
  190. package/dist/plyr-dBBD5QAl.js +0 -4350
  191. package/dist/vidstack-DqAw8m9J-C4fRnvp8.js +0 -29
@@ -1,24 +1,93 @@
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
- link: string | Record<string, any>;
7
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
+ link: {
9
+ type: (ObjectConstructor | StringConstructor)[];
10
+ default: string;
11
+ };
12
+ target: {
13
+ type: StringConstructor;
14
+ default: string;
15
+ };
16
+ /**
17
+ * DEPRECAPTED, use :link, or make a wrapper component
18
+ *
19
+ * @deprecated
20
+ */
21
+ routeName: {
22
+ type: StringConstructor;
23
+ default: string;
24
+ };
25
+ /**
26
+ * DEPRECAPTED, use :link, or make a wrapper component
27
+ *
28
+ * @deprecated
29
+ */
30
+ id: {
31
+ type: (StringConstructor | NumberConstructor)[];
32
+ default: string;
33
+ };
34
+ /**
35
+ * Hide styles
36
+ */
37
+ invisible: {
38
+ type: BooleanConstructor;
39
+ default: boolean;
40
+ };
41
+ disabled: {
42
+ type: BooleanConstructor;
43
+ default: boolean;
44
+ };
45
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
46
+ link: {
47
+ type: (ObjectConstructor | StringConstructor)[];
48
+ default: string;
49
+ };
50
+ target: {
51
+ type: StringConstructor;
52
+ default: string;
53
+ };
54
+ /**
55
+ * DEPRECAPTED, use :link, or make a wrapper component
56
+ *
57
+ * @deprecated
58
+ */
59
+ routeName: {
60
+ type: StringConstructor;
61
+ default: string;
62
+ };
63
+ /**
64
+ * DEPRECAPTED, use :link, or make a wrapper component
65
+ *
66
+ * @deprecated
67
+ */
68
+ id: {
69
+ type: (StringConstructor | NumberConstructor)[];
70
+ default: string;
71
+ };
72
+ /**
73
+ * Hide styles
74
+ */
75
+ invisible: {
76
+ type: BooleanConstructor;
77
+ default: boolean;
78
+ };
79
+ disabled: {
80
+ type: BooleanConstructor;
81
+ default: boolean;
82
+ };
83
+ }>> & Readonly<{}>, {
8
84
  disabled: boolean;
9
- target: string;
85
+ link: string | Record<string, any>;
10
86
  id: string | number;
87
+ target: string;
11
88
  routeName: string;
12
89
  invisible: boolean;
13
- $props: {
14
- readonly link?: string | Record<string, any>;
15
- readonly disabled?: boolean;
16
- readonly target?: string;
17
- readonly id?: string | number;
18
- readonly routeName?: string;
19
- readonly invisible?: boolean;
20
- };
21
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
90
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
22
91
  type __VLS_Slots = {
23
92
  default?: (props: {}) => any;
24
93
  };
@@ -8,8 +8,9 @@ declare var __VLS_1: {};
8
8
  type __VLS_Slots = {} & {
9
9
  default?: (props: typeof __VLS_1) => any;
10
10
  };
11
- declare const __VLS_component: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
11
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
12
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
13
+ declare const _default: typeof __VLS_export;
13
14
  export default _default;
14
15
  type __VLS_WithSlots<T, S> = T & {
15
16
  new (): {
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  max: {
3
5
  type: (StringConstructor | NumberConstructor)[];
4
6
  default: number;
@@ -34,4 +36,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
34
36
  color: string;
35
37
  max: string | number;
36
38
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
37
- 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 _default: typeof __VLS_export;
2
2
  export default _default;
3
+ 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>;
@@ -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,16 @@
1
+ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ color: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ description: string;
6
+ };
7
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
8
+ color: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ description: string;
12
+ };
13
+ }>> & Readonly<{}>, {
14
+ color: string;
15
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
16
+ export default _default;
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  color: {
3
5
  type: StringConstructor;
4
6
  default: string;
@@ -24,4 +26,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
24
26
  size: string;
25
27
  color: string;
26
28
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
- export default _default;
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  size: {
3
5
  type: StringConstructor;
4
6
  default: string;
@@ -52,4 +54,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
52
54
  color: string;
53
55
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
54
56
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
55
- export default _default;
@@ -1,13 +1,42 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ darkMode: {
5
+ type: BooleanConstructor;
6
+ default: boolean;
7
+ };
8
+ logoHref: {
9
+ type: StringConstructor;
10
+ default: string;
11
+ };
12
+ logoRoute: {
13
+ type: StringConstructor;
14
+ default: string;
15
+ };
16
+ disabled: {
17
+ type: BooleanConstructor;
18
+ default: boolean;
19
+ };
20
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
21
+ darkMode: {
22
+ type: BooleanConstructor;
23
+ default: boolean;
24
+ };
25
+ logoHref: {
26
+ type: StringConstructor;
27
+ default: string;
28
+ };
29
+ logoRoute: {
30
+ type: StringConstructor;
31
+ default: string;
32
+ };
33
+ disabled: {
34
+ type: BooleanConstructor;
35
+ default: boolean;
36
+ };
37
+ }>> & Readonly<{}>, {
2
38
  disabled: boolean;
3
39
  darkMode: boolean;
4
40
  logoHref: string;
5
41
  logoRoute: string;
6
- $props: {
7
- readonly disabled?: boolean;
8
- readonly darkMode?: boolean;
9
- readonly logoHref?: string;
10
- readonly logoRoute?: string;
11
- };
12
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
- export default _default;
42
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,10 +1,10 @@
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<{}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
+ 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>;
7
8
  type __VLS_Slots = {
8
9
  [x: string]: (props: {}) => any;
9
- [x: number]: (props: {}) => any;
10
10
  };
@@ -1,5 +1,7 @@
1
1
  import WebitelApplications from '../../enums/WebitelApplications/WebitelApplications.enum.js';
2
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
+ declare const _default: typeof __VLS_export;
3
+ export default _default;
4
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
3
5
  currentApp: {
4
6
  type: StringConstructor;
5
7
  default: string;
@@ -94,4 +96,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
94
96
  leave(element: any): void;
95
97
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
96
98
  }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
97
- export default _default;
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  type: {
3
5
  type: StringConstructor;
4
6
  default: string;
@@ -14,4 +16,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
14
16
  }>> & Readonly<{}>, {
15
17
  type: string;
16
18
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
- export default _default;
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<{}, {}, {
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<{}, {}, {
2
4
  notificationDuration: number;
3
5
  notifications: any[];
4
6
  eventBus: {
@@ -10,4 +12,3 @@ declare const _default: import("vue").DefineComponent<{}, {}, {
10
12
  showNotification(notification: any): void;
11
13
  closeNotification(notification: any): void;
12
14
  }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
- export default _default;
@@ -1,28 +1,73 @@
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
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
+ hidePrimary: {
9
+ type: BooleanConstructor;
10
+ default: boolean;
11
+ };
12
+ hideSecondary: {
13
+ type: BooleanConstructor;
14
+ default: boolean;
15
+ };
16
+ primaryText: {
17
+ type: StringConstructor;
18
+ };
19
+ primaryAction: {
20
+ type: FunctionConstructor;
21
+ };
22
+ primaryDisabled: {
23
+ type: BooleanConstructor;
24
+ default: boolean;
25
+ };
26
+ secondaryDisabled: {
27
+ type: BooleanConstructor;
28
+ default: boolean;
29
+ };
30
+ secondaryText: {
31
+ type: StringConstructor;
32
+ };
33
+ secondaryAction: {
34
+ type: FunctionConstructor;
35
+ };
36
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
37
+ hidePrimary: {
38
+ type: BooleanConstructor;
39
+ default: boolean;
40
+ };
41
+ hideSecondary: {
42
+ type: BooleanConstructor;
43
+ default: boolean;
44
+ };
45
+ primaryText: {
46
+ type: StringConstructor;
47
+ };
48
+ primaryAction: {
49
+ type: FunctionConstructor;
50
+ };
51
+ primaryDisabled: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ secondaryDisabled: {
56
+ type: BooleanConstructor;
57
+ default: boolean;
58
+ };
59
+ secondaryText: {
60
+ type: StringConstructor;
61
+ };
62
+ secondaryAction: {
63
+ type: FunctionConstructor;
64
+ };
65
+ }>> & Readonly<{}>, {
7
66
  hidePrimary: boolean;
8
67
  hideSecondary: boolean;
9
68
  primaryDisabled: boolean;
10
69
  secondaryDisabled: boolean;
11
- primaryText?: string;
12
- primaryAction?: Function;
13
- secondaryText?: string;
14
- secondaryAction?: Function;
15
- $props: {
16
- readonly hidePrimary?: boolean;
17
- readonly hideSecondary?: boolean;
18
- readonly primaryDisabled?: boolean;
19
- readonly secondaryDisabled?: boolean;
20
- readonly primaryText?: string;
21
- readonly primaryAction?: Function;
22
- readonly secondaryText?: string;
23
- readonly secondaryAction?: Function;
24
- };
25
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
70
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
26
71
  type __VLS_Slots = {
27
72
  default?: (props: {}) => any;
28
73
  } & {
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  hideHeader: {
3
5
  type: BooleanConstructor;
4
6
  default: boolean;
@@ -20,4 +22,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
20
22
  hideHeader: boolean;
21
23
  actionsPanel: boolean;
22
24
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
23
- export default _default;
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  size: {
3
5
  type: (StringConstructor | NumberConstructor)[];
4
6
  };
@@ -56,4 +58,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
56
58
  debounce: boolean;
57
59
  debounceDelay: number;
58
60
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
59
- export default _default;
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  src: {};
3
5
  autoplay: {
4
6
  type: BooleanConstructor;
@@ -97,7 +99,6 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
97
99
  onInitialized?: (...args: any[]) => any;
98
100
  }>, {
99
101
  download: string | boolean | Function;
100
- position: string;
101
102
  autoplay: boolean;
102
103
  loop: boolean;
103
104
  hideDuration: boolean;
@@ -106,5 +107,5 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
106
107
  invertTime: boolean;
107
108
  resetVolume: boolean;
108
109
  closable: boolean;
110
+ position: string;
109
111
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
110
- export default _default;
@@ -6,16 +6,16 @@ declare var __VLS_1: {
6
6
  show: (event?: Event, target?: HTMLElement | null | undefined) => void;
7
7
  toggle: (event?: Event, target?: HTMLElement | null | undefined) => void;
8
8
  hide: (event?: Event) => void;
9
- }, __VLS_9: {
9
+ }, __VLS_11: {
10
10
  hide: (event?: Event) => void;
11
11
  toggle: (event?: Event, target?: HTMLElement | null | undefined) => void;
12
12
  };
13
13
  type __VLS_Slots = {} & {
14
14
  activator?: (props: typeof __VLS_1) => any;
15
15
  } & {
16
- default?: (props: typeof __VLS_9) => any;
16
+ default?: (props: typeof __VLS_11) => any;
17
17
  };
18
- declare const __VLS_component: import("vue").DefineComponent<Props, {
18
+ declare const __VLS_base: import("vue").DefineComponent<Props, {
19
19
  toggle: (event?: Event, target?: HTMLElement | null | undefined) => void;
20
20
  show: (event?: Event, target?: HTMLElement | null | undefined) => void;
21
21
  hide: (event?: Event) => void;
@@ -37,7 +37,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {
37
37
  breakpoints: import("primevue").PopoverBreakpoints;
38
38
  closeOnEscape: boolean | undefined;
39
39
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
40
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
40
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
41
+ declare const _default: typeof __VLS_export;
41
42
  export default _default;
42
43
  type __VLS_WithSlots<T, S> = T & {
43
44
  new (): {
@@ -30,7 +30,7 @@ interface ActivatorSlotScope {
30
30
  type __VLS_Slots = {
31
31
  activator?: ActivatorSlotScope;
32
32
  };
33
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
33
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
34
34
  close: () => any;
35
35
  "popup:opened": () => any;
36
36
  "popup:closed": () => any;
@@ -41,11 +41,12 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
41
41
  }>, {
42
42
  disabled: boolean;
43
43
  size: ComponentSize;
44
- overflow: boolean;
45
44
  shown: boolean;
46
45
  closable: boolean;
46
+ overflow: boolean;
47
47
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
48
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
48
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
49
+ declare const _default: typeof __VLS_export;
49
50
  export default _default;
50
51
  type __VLS_WithSlots<T, S> = T & {
51
52
  new (): {
@@ -1,4 +1,6 @@
1
- declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
2
4
  max: {
3
5
  type: (StringConstructor | NumberConstructor)[];
4
6
  default: number;
@@ -35,4 +37,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
35
37
  color: string;
36
38
  max: string | number;
37
39
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
38
- export default _default;
@@ -7,18 +7,19 @@ interface Props extends RadioButtonProps {
7
7
  outline?: boolean;
8
8
  }
9
9
  type __VLS_Props = Props;
10
- type __VLS_PublicProps = __VLS_Props & {
10
+ type __VLS_ModelProps = {
11
11
  'selected': string | number | boolean | object;
12
12
  };
13
- declare var __VLS_9: {
13
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
14
+ declare var __VLS_12: {
14
15
  label: string;
15
16
  isChecked: boolean;
16
17
  disabled: boolean;
17
18
  };
18
19
  type __VLS_Slots = {} & {
19
- label?: (props: typeof __VLS_9) => any;
20
+ label?: (props: typeof __VLS_12) => any;
20
21
  };
21
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
22
23
  "update:selected": (value: string | number | boolean | object) => any;
23
24
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
24
25
  "onUpdate:selected"?: (value: string | number | boolean | object) => any;
@@ -28,7 +29,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
28
29
  label: string;
29
30
  outline: boolean;
30
31
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
31
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
32
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
33
+ declare const _default: typeof __VLS_export;
32
34
  export default _default;
33
35
  type __VLS_WithSlots<T, S> = T & {
34
36
  new (): {