@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,17 +1,76 @@
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
+ src: {
5
+ type: StringConstructor;
6
+ };
7
+ size: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ options: string[];
11
+ };
12
+ badge: {
13
+ type: BooleanConstructor;
14
+ default: boolean;
15
+ };
16
+ username: {
17
+ type: StringConstructor;
18
+ description: string;
19
+ };
20
+ status: {
21
+ type: StringConstructor;
22
+ options: Readonly<{
23
+ ACTIVE: "active";
24
+ DND: "dnd";
25
+ BUSY: "busy";
26
+ OFFLINE: "offline";
27
+ ONLINE: "online";
28
+ PAUSE: "pause";
29
+ }>;
30
+ default: "offline";
31
+ };
32
+ shape: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ options: string[];
36
+ };
37
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
38
+ src: {
39
+ type: StringConstructor;
40
+ };
41
+ size: {
42
+ type: StringConstructor;
43
+ default: string;
44
+ options: string[];
45
+ };
46
+ badge: {
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ };
50
+ username: {
51
+ type: StringConstructor;
52
+ description: string;
53
+ };
54
+ status: {
55
+ type: StringConstructor;
56
+ options: Readonly<{
57
+ ACTIVE: "active";
58
+ DND: "dnd";
59
+ BUSY: "busy";
60
+ OFFLINE: "offline";
61
+ ONLINE: "online";
62
+ PAUSE: "pause";
63
+ }>;
64
+ default: "offline";
65
+ };
66
+ shape: {
67
+ type: StringConstructor;
68
+ default: string;
69
+ options: string[];
70
+ };
71
+ }>> & Readonly<{}>, {
2
72
  status: string;
3
73
  size: string;
4
74
  badge: boolean;
5
75
  shape: string;
6
- src?: string;
7
- username?: string;
8
- $props: {
9
- readonly status?: string;
10
- readonly size?: string;
11
- readonly badge?: boolean;
12
- readonly shape?: string;
13
- readonly src?: string;
14
- readonly username?: string;
15
- };
16
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
- export default _default;
76
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -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
  colorVariable: {
3
5
  type: StringConstructor;
4
6
  default: string;
@@ -40,4 +42,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
40
42
  colorVariable: string;
41
43
  outside: boolean;
42
44
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
43
- export default _default;
@@ -4,16 +4,17 @@ interface Props {
4
4
  severity?: "secondary" | "info" | "success" | "warn" | "error" | "online" | "dnd" | "busy" | "pause" | "onlineCc" | "offline";
5
5
  size?: ComponentSize;
6
6
  }
7
- declare var __VLS_6: {};
7
+ declare var __VLS_8: {};
8
8
  type __VLS_Slots = {} & {
9
- default?: (props: typeof __VLS_6) => any;
9
+ default?: (props: typeof __VLS_8) => any;
10
10
  };
11
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
11
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
12
12
  value: string | number;
13
13
  size: ComponentSize;
14
14
  severity: "secondary" | "info" | "success" | "warn" | "error" | "online" | "dnd" | "busy" | "pause" | "onlineCc" | "offline";
15
15
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
16
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
16
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
17
+ declare const _default: typeof __VLS_export;
17
18
  export default _default;
18
19
  type __VLS_WithSlots<T, S> = T & {
19
20
  new (): {
@@ -5,5 +5,6 @@ interface Props extends BreadcrumbProps {
5
5
  route?: string | object;
6
6
  }>;
7
7
  }
8
- declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
+ declare const _default: typeof __VLS_export;
9
10
  export default _default;
@@ -14,13 +14,13 @@ interface WtButtonProps extends /* @vue-ignore */ ButtonProps {
14
14
  badgeAbsolutePosition?: boolean;
15
15
  variant?: ButtonVariant;
16
16
  }
17
- declare var __VLS_14: {}, __VLS_19: {};
17
+ declare var __VLS_15: {}, __VLS_24: {};
18
18
  type __VLS_Slots = {} & {
19
- default?: (props: typeof __VLS_14) => any;
19
+ default?: (props: typeof __VLS_15) => any;
20
20
  } & {
21
- badge?: (props: typeof __VLS_19) => any;
21
+ badge?: (props: typeof __VLS_24) => any;
22
22
  };
23
- declare const __VLS_component: import("vue").DefineComponent<WtButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
+ declare const __VLS_base: import("vue").DefineComponent<WtButtonProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
24
24
  click: (...args: any[]) => void;
25
25
  }, string, import("vue").PublicProps, Readonly<WtButtonProps> & Readonly<{
26
26
  onClick?: (...args: any[]) => any;
@@ -29,13 +29,14 @@ declare const __VLS_component: import("vue").DefineComponent<WtButtonProps, {},
29
29
  size: ComponentSize;
30
30
  color: ButtonColor;
31
31
  icon: string;
32
- wide: boolean;
33
32
  loading: boolean;
34
33
  iconPrefix: string;
34
+ wide: boolean;
35
35
  widthByContent: boolean;
36
36
  variant: ButtonVariant;
37
37
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
38
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
38
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
39
+ declare const _default: typeof __VLS_export;
39
40
  export default _default;
40
41
  type __VLS_WithSlots<T, S> = T & {
41
42
  new (): {
@@ -1,19 +1,59 @@
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: "click" | "click:option", ...args: any[]) => void;
8
- options: unknown[];
7
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
+ /**
9
+ * See context-menu component docs
10
+ */
11
+ options: {
12
+ type: ArrayConstructor;
13
+ required: true;
14
+ };
15
+ /**
16
+ * @values 'primary', 'secondary'
17
+ * @example <wt-button color="secondary"></wt-button>
18
+ */
19
+ color: {
20
+ type: StringConstructor;
21
+ default: string;
22
+ };
23
+ disabled: {
24
+ type: BooleanConstructor;
25
+ default: boolean;
26
+ };
27
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
28
+ click: (...args: any[]) => void;
29
+ "click:option": (...args: any[]) => void;
30
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
31
+ /**
32
+ * See context-menu component docs
33
+ */
34
+ options: {
35
+ type: ArrayConstructor;
36
+ required: true;
37
+ };
38
+ /**
39
+ * @values 'primary', 'secondary'
40
+ * @example <wt-button color="secondary"></wt-button>
41
+ */
42
+ color: {
43
+ type: StringConstructor;
44
+ default: string;
45
+ };
46
+ disabled: {
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ };
50
+ }>> & Readonly<{
51
+ onClick?: (...args: any[]) => any;
52
+ "onClick:option"?: (...args: any[]) => any;
53
+ }>, {
9
54
  disabled: boolean;
10
55
  color: string;
11
- $props: {
12
- readonly options?: unknown[];
13
- readonly disabled?: boolean;
14
- readonly color?: string;
15
- };
16
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
56
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
17
57
  type __VLS_Slots = {
18
58
  default?: (props: {}) => any;
19
59
  };
@@ -5,18 +5,19 @@ interface WtCheckboxProps extends CheckboxProps {
5
5
  disabled?: boolean;
6
6
  }
7
7
  type __VLS_Props = WtCheckboxProps;
8
- type __VLS_PublicProps = __VLS_Props & {
8
+ type __VLS_ModelProps = {
9
9
  'selected': boolean | string[];
10
10
  };
11
- declare var __VLS_13: {
11
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
12
+ declare var __VLS_19: {
12
13
  label: string;
13
14
  isChecked: any;
14
15
  disabled: boolean;
15
16
  };
16
17
  type __VLS_Slots = {} & {
17
- label?: (props: typeof __VLS_13) => any;
18
+ label?: (props: typeof __VLS_19) => any;
18
19
  };
19
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
20
21
  "update:selected": (value: boolean | string[]) => any;
21
22
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
22
23
  "onUpdate:selected"?: (value: boolean | string[]) => any;
@@ -25,7 +26,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
25
26
  value: string | boolean;
26
27
  label: string;
27
28
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
28
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
29
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
30
+ declare const _default: typeof __VLS_export;
29
31
  export default _default;
30
32
  type __VLS_WithSlots<T, S> = T & {
31
33
  new (): {
@@ -3,15 +3,16 @@ import { ChipColor } from '../../enums';
3
3
  interface WtProps extends ChipProps {
4
4
  color?: ChipColor;
5
5
  }
6
- declare var __VLS_6: {};
6
+ declare var __VLS_8: {};
7
7
  type __VLS_Slots = {} & {
8
- default?: (props: typeof __VLS_6) => any;
8
+ default?: (props: typeof __VLS_8) => any;
9
9
  };
10
- declare const __VLS_component: import("vue").DefineComponent<WtProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<WtProps> & Readonly<{}>, {
10
+ declare const __VLS_base: import("vue").DefineComponent<WtProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<WtProps> & Readonly<{}>, {
11
11
  color: ChipColor;
12
12
  removable: boolean;
13
13
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
14
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
15
+ declare const _default: typeof __VLS_export;
15
16
  export default _default;
16
17
  type __VLS_WithSlots<T, S> = T & {
17
18
  new (): {
@@ -1,21 +1,53 @@
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: "close" | "confirm", ...args: any[]) => void;
8
- title: string;
9
- callback: Function;
7
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
+ title: {
9
+ type: StringConstructor;
10
+ required: true;
11
+ };
12
+ deleteMessage: {
13
+ type: StringConstructor;
14
+ default: string;
15
+ };
16
+ subject: {
17
+ type: StringConstructor;
18
+ default: string;
19
+ };
20
+ callback: {
21
+ type: FunctionConstructor;
22
+ required: true;
23
+ };
24
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
+ close: (...args: any[]) => void;
26
+ confirm: (...args: any[]) => void;
27
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
28
+ title: {
29
+ type: StringConstructor;
30
+ required: true;
31
+ };
32
+ deleteMessage: {
33
+ type: StringConstructor;
34
+ default: string;
35
+ };
36
+ subject: {
37
+ type: StringConstructor;
38
+ default: string;
39
+ };
40
+ callback: {
41
+ type: FunctionConstructor;
42
+ required: true;
43
+ };
44
+ }>> & Readonly<{
45
+ onClose?: (...args: any[]) => any;
46
+ onConfirm?: (...args: any[]) => any;
47
+ }>, {
10
48
  deleteMessage: string;
11
49
  subject: string;
12
- $props: {
13
- readonly title?: string;
14
- readonly callback?: Function;
15
- readonly deleteMessage?: string;
16
- readonly subject?: string;
17
- };
18
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
50
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
19
51
  type __VLS_Slots = {
20
52
  main?: (props: {}) => any;
21
53
  } & {
@@ -1,29 +1,92 @@
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: "click" | "update:visible", ...args: any[]) => void;
8
- options: unknown[];
7
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
+ options: {
9
+ type: ArrayConstructor;
10
+ required: true;
11
+ description: string;
12
+ };
13
+ visible: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ width: {
18
+ type: StringConstructor[];
19
+ default: string;
20
+ };
21
+ minWidth: {
22
+ type: StringConstructor[];
23
+ default: string;
24
+ };
25
+ maxWidth: {
26
+ type: StringConstructor[];
27
+ default: string;
28
+ };
29
+ disabled: {
30
+ type: BooleanConstructor;
31
+ default: boolean;
32
+ };
33
+ pt: {
34
+ type: ObjectConstructor;
35
+ default: () => any;
36
+ };
37
+ tooltipTriggers: {
38
+ type: ArrayConstructor;
39
+ default: () => string[];
40
+ };
41
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
42
+ click: (...args: any[]) => void;
43
+ "update:visible": (...args: any[]) => void;
44
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
45
+ options: {
46
+ type: ArrayConstructor;
47
+ required: true;
48
+ description: string;
49
+ };
50
+ visible: {
51
+ type: BooleanConstructor;
52
+ default: boolean;
53
+ };
54
+ width: {
55
+ type: StringConstructor[];
56
+ default: string;
57
+ };
58
+ minWidth: {
59
+ type: StringConstructor[];
60
+ default: string;
61
+ };
62
+ maxWidth: {
63
+ type: StringConstructor[];
64
+ default: string;
65
+ };
66
+ disabled: {
67
+ type: BooleanConstructor;
68
+ default: boolean;
69
+ };
70
+ pt: {
71
+ type: ObjectConstructor;
72
+ default: () => any;
73
+ };
74
+ tooltipTriggers: {
75
+ type: ArrayConstructor;
76
+ default: () => string[];
77
+ };
78
+ }>> & Readonly<{
79
+ onClick?: (...args: any[]) => any;
80
+ "onUpdate:visible"?: (...args: any[]) => any;
81
+ }>, {
9
82
  disabled: boolean;
83
+ pt: Record<string, any>;
10
84
  visible: boolean;
11
- tooltipTriggers: unknown[];
12
85
  width: string;
13
86
  minWidth: string;
14
87
  maxWidth: string;
15
- pt?: Record<string, any>;
16
- $props: {
17
- readonly options?: unknown[];
18
- readonly disabled?: boolean;
19
- readonly visible?: boolean;
20
- readonly tooltipTriggers?: unknown[];
21
- readonly width?: string;
22
- readonly minWidth?: string;
23
- readonly maxWidth?: string;
24
- readonly pt?: Record<string, any>;
25
- };
26
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
88
+ tooltipTriggers: unknown[];
89
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
90
  type __VLS_Slots = {
28
91
  activator?: (props: {
29
92
  toggle: any;
@@ -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
  value: {
3
5
  type: StringConstructor;
4
6
  };
@@ -24,4 +26,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
24
26
  }>> & Readonly<{}>, {
25
27
  tooltips: Record<string, any>;
26
28
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
27
- export default _default;
@@ -1,35 +1,133 @@
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: "input", ...args: any[]) => void;
7
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
+ /**
9
+ * [`'date'`, `'datetime'`]
10
+ * */
11
+ mode: {
12
+ type: StringConstructor;
13
+ default: string;
14
+ options: string[];
15
+ };
16
+ value: {
17
+ type: (StringConstructor | NumberConstructor)[];
18
+ default: string;
19
+ };
20
+ /**
21
+ * label above calendar input
22
+ */
23
+ label: {
24
+ type: StringConstructor;
25
+ default: string;
26
+ };
27
+ placeholder: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ disabled: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ disabledDates: {
36
+ type: ObjectConstructor;
37
+ };
38
+ lang: {
39
+ type: StringConstructor;
40
+ default: string;
41
+ };
42
+ /**
43
+ * Object with props, passed down to wt-label as props
44
+ */
45
+ labelProps: {
46
+ type: ObjectConstructor;
47
+ };
48
+ /**
49
+ * Native input required attribute
50
+ */
51
+ required: {
52
+ type: BooleanConstructor;
53
+ default: boolean;
54
+ };
55
+ v: {
56
+ type: ObjectConstructor;
57
+ };
58
+ clearable: {
59
+ type: BooleanConstructor;
60
+ default: boolean;
61
+ };
62
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
63
+ input: (...args: any[]) => void;
64
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
65
+ /**
66
+ * [`'date'`, `'datetime'`]
67
+ * */
68
+ mode: {
69
+ type: StringConstructor;
70
+ default: string;
71
+ options: string[];
72
+ };
73
+ value: {
74
+ type: (StringConstructor | NumberConstructor)[];
75
+ default: string;
76
+ };
77
+ /**
78
+ * label above calendar input
79
+ */
80
+ label: {
81
+ type: StringConstructor;
82
+ default: string;
83
+ };
84
+ placeholder: {
85
+ type: StringConstructor;
86
+ default: string;
87
+ };
88
+ disabled: {
89
+ type: BooleanConstructor;
90
+ default: boolean;
91
+ };
92
+ disabledDates: {
93
+ type: ObjectConstructor;
94
+ };
95
+ lang: {
96
+ type: StringConstructor;
97
+ default: string;
98
+ };
99
+ /**
100
+ * Object with props, passed down to wt-label as props
101
+ */
102
+ labelProps: {
103
+ type: ObjectConstructor;
104
+ };
105
+ /**
106
+ * Native input required attribute
107
+ */
108
+ required: {
109
+ type: BooleanConstructor;
110
+ default: boolean;
111
+ };
112
+ v: {
113
+ type: ObjectConstructor;
114
+ };
115
+ clearable: {
116
+ type: BooleanConstructor;
117
+ default: boolean;
118
+ };
119
+ }>> & Readonly<{
120
+ onInput?: (...args: any[]) => any;
121
+ }>, {
8
122
  disabled: boolean;
9
123
  value: string | number;
10
124
  required: boolean;
11
125
  label: string;
12
- placeholder: string;
13
126
  mode: string;
14
127
  lang: string;
128
+ placeholder: string;
15
129
  clearable: boolean;
16
- v?: Record<string, any>;
17
- disabledDates?: Record<string, any>;
18
- labelProps?: Record<string, any>;
19
- $props: {
20
- readonly disabled?: boolean;
21
- readonly value?: string | number;
22
- readonly required?: boolean;
23
- readonly label?: string;
24
- readonly placeholder?: string;
25
- readonly mode?: string;
26
- readonly lang?: string;
27
- readonly clearable?: boolean;
28
- readonly v?: Record<string, any>;
29
- readonly disabledDates?: Record<string, any>;
30
- readonly labelProps?: Record<string, any>;
31
- };
32
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
130
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
33
131
  type __VLS_Slots = {
34
132
  label?: (props: {
35
133
  label: string;
@@ -2,7 +2,8 @@ import type { DividerProps } from 'primevue';
2
2
  interface Props extends DividerProps {
3
3
  variant?: 'horizontal' | 'vertical';
4
4
  }
5
- declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
5
+ declare const __VLS_export: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{}>, {
6
6
  variant: "horizontal" | "vertical";
7
7
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
8
+ declare const _default: typeof __VLS_export;
8
9
  export default _default;