@webitel/ui-sdk 25.12.81 → 26.2.0-2

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 (425) hide show
  1. package/dist/{install-CR1tqjbI.js → install-0EhA0QIr.js} +23018 -21521
  2. package/dist/plyr-B0Ha1r7X.js +4152 -0
  3. package/dist/ui-sdk.css +1 -1
  4. package/dist/ui-sdk.js +3 -2
  5. package/dist/ui-sdk.umd.cjs +2206 -945
  6. package/dist/{vidstack-Bq6c3Bam-Ciw5smVK.js → vidstack-Bq6c3Bam-Cbv_hYeU.js} +17 -17
  7. package/dist/{vidstack-D2pY00kU-CblVikX8.js → vidstack-D2pY00kU-B9oDfmsB.js} +22 -22
  8. package/dist/{vidstack-DDXt6fpN-9cqZjdCr.js → vidstack-DDXt6fpN-DlYdjDym.js} +4 -4
  9. package/dist/{vidstack-D_-9AA6_-OiYY16FN.js → vidstack-D_-9AA6_-ng3ERp2O.js} +1 -1
  10. package/dist/vidstack-DqAw8m9J-pkmNry66.js +29 -0
  11. package/dist/{vidstack-audio-CClosnpR.js → vidstack-audio-CPzwJX5G.js} +2 -2
  12. package/dist/{vidstack-dash-DkOucJZw.js → vidstack-dash-d24qtj9y.js} +3 -3
  13. package/dist/{vidstack-google-cast-mZiNbn2A.js → vidstack-google-cast-ht-ssPr3.js} +10 -10
  14. package/dist/{vidstack-hls-BFg8H2vB.js → vidstack-hls-C6nizJ6w.js} +11 -11
  15. package/dist/{vidstack-video-DRdA55iP.js → vidstack-video-C6pXq7Pw.js} +8 -8
  16. package/dist/{vidstack-vimeo-DZBPf6Zy.js → vidstack-vimeo-VUFgXMsf.js} +22 -22
  17. package/dist/{vidstack-youtube-DmUBC9f5.js → vidstack-youtube-DydL0GK6.js} +29 -29
  18. package/dist/{vuex.esm-bundler-DYz2ZWHQ.js → vuex.esm-bundler-ASJlhEbK.js} +1 -1
  19. package/package.json +66 -45
  20. package/src/assets/icons/sprite/_index.ts +469 -0
  21. package/src/components/wt-icon/utils/iconsRepository.ts +27 -0
  22. package/src/components/wt-icon/wt-icon.vue +9 -15
  23. package/src/components/wt-vidstack-player/wt-vidstack-player.vue +17 -1
  24. package/src/install.ts +5 -1
  25. package/src/modules/CallSession/modules/VideoCall/video-call.vue +2 -0
  26. package/types/api/history/index.d.ts +2 -0
  27. package/types/api/history/transcript/callTranscript.d.ts +15 -0
  28. package/types/components/on-demand/wt-cc-agent-status-timers/wt-cc-agent-status-timers.vue.d.ts +32 -7
  29. package/types/components/on-demand/wt-chat-emoji/wt-chat-emoji.vue.d.ts +18 -7
  30. package/types/components/on-demand/wt-display-chip-items/wt-display-chip-items.vue.d.ts +7 -6
  31. package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-1.vue.d.ts +34 -9
  32. package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue.d.ts +14 -6
  33. package/types/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts +30 -8
  34. package/types/components/on-demand/wt-route-transition/wt-route-transition.vue.d.ts +3 -2
  35. package/types/components/on-demand/wt-save-failed-popup/wt-save-failed-popup.vue.d.ts +3 -2
  36. package/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +52 -11
  37. package/types/components/on-demand/wt-start-page/components/start-page-card.vue.d.ts +12 -6
  38. package/types/components/on-demand/wt-start-page/components/start-page-logo.vue.d.ts +12 -6
  39. package/types/components/on-demand/wt-start-page/components/wt-start-page.vue.d.ts +2 -1
  40. package/types/components/on-demand/wt-table-transition/wt-table-transition.vue.d.ts +3 -2
  41. package/types/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue.d.ts +13 -11
  42. package/types/components/transitions/cases/wt-replace-transition.vue.d.ts +40 -9
  43. package/types/components/transitions/wt-expand-transition.vue.d.ts +3 -2
  44. package/types/components/transitions/wt-transition.vue.d.ts +38 -9
  45. package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +76 -12
  46. package/types/components/wt-app-header/wt-app-header.vue.d.ts +3 -2
  47. package/types/components/wt-app-header/wt-app-navigator.vue.d.ts +28 -9
  48. package/types/components/wt-app-header/wt-header-actions.vue.d.ts +3 -2
  49. package/types/components/wt-avatar/wt-avatar.vue.d.ts +72 -13
  50. package/types/components/wt-badge/wt-badge.vue.d.ts +3 -2
  51. package/types/components/wt-badge-new/wt-badge.vue.d.ts +5 -4
  52. package/types/components/wt-breadcrumb/wt-breadcrumb.vue.d.ts +2 -1
  53. package/types/components/wt-button/wt-button.vue.d.ts +7 -6
  54. package/types/components/wt-button-select/wt-button-select.vue.d.ts +50 -10
  55. package/types/components/wt-checkbox/wt-checkbox.vue.d.ts +7 -5
  56. package/types/components/wt-chip/wt-chip.vue.d.ts +5 -4
  57. package/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +44 -12
  58. package/types/components/wt-context-menu/wt-context-menu.vue.d.ts +80 -17
  59. package/types/components/wt-copy-action/wt-copy-action.vue.d.ts +3 -2
  60. package/types/components/wt-datepicker/wt-datepicker.vue.d.ts +119 -21
  61. package/types/components/wt-divider/wt-divider.vue.d.ts +2 -1
  62. package/types/components/wt-dual-panel/wt-dual-panel.vue.d.ts +34 -9
  63. package/types/components/wt-dummy/wt-dummy.vue.d.ts +60 -16
  64. package/types/components/wt-empty/wt-empty.vue.d.ts +132 -16
  65. package/types/components/wt-error-page/wt-error-page.vue.d.ts +3 -2
  66. package/types/components/wt-expansion-panel/wt-expansion-panel.vue.d.ts +28 -8
  67. package/types/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue.d.ts +3 -2
  68. package/types/components/wt-galleria/wt-galleria.vue.d.ts +4 -2
  69. package/types/components/wt-headline/wt-headline.vue.d.ts +2 -1
  70. package/types/components/wt-headline-nav/__tests__/wt-headline-nav.spec.d.ts +1 -0
  71. package/types/components/wt-headline-nav/wt-headline-nav.vue.d.ts +7 -0
  72. package/types/components/wt-hint/wt-hint.vue.d.ts +3 -2
  73. package/types/components/wt-icon/wt-icon.vue.d.ts +2 -1
  74. package/types/components/wt-icon-action/wt-icon-action.vue.d.ts +46 -10
  75. package/types/components/wt-icon-btn/wt-icon-btn.vue.d.ts +2 -1
  76. package/types/components/wt-image/wt-image.vue.d.ts +3 -2
  77. package/types/components/wt-indicator/wt-indicator.vue.d.ts +3 -2
  78. package/types/components/wt-input/wt-input.vue.d.ts +9 -8
  79. package/types/components/wt-input-info/wt-input-info.vue.d.ts +3 -2
  80. package/types/components/wt-intersection-observer/wt-intersection-observer.vue.d.ts +2 -1
  81. package/types/components/wt-item-link/wt-item-link.vue.d.ts +82 -13
  82. package/types/components/wt-label/wt-label.vue.d.ts +3 -2
  83. package/types/components/wt-load-bar/wt-load-bar.vue.d.ts +3 -2
  84. package/types/components/wt-loader/_internals/wt-brand-loader.vue.d.ts +2 -1
  85. package/types/components/wt-loader/_internals/wt-loader--md.vue.d.ts +2 -0
  86. package/types/components/wt-loader/_internals/wt-loader--sm.vue.d.ts +16 -0
  87. package/types/components/wt-loader/_internals/wt-spinner-loader.vue.d.ts +3 -2
  88. package/types/components/wt-loader/wt-loader.vue.d.ts +3 -2
  89. package/types/components/wt-logo/wt-logo.vue.d.ts +38 -9
  90. package/types/components/wt-menubar/wt-menubar.vue.d.ts +3 -3
  91. package/types/components/wt-navigation-bar/wt-navigation-bar.vue.d.ts +3 -2
  92. package/types/components/wt-notification/wt-notification.vue.d.ts +3 -2
  93. package/types/components/wt-notifications-bar/wt-notifications-bar.vue.d.ts +3 -2
  94. package/types/components/wt-page-header/wt-page-header.vue.d.ts +62 -17
  95. package/types/components/wt-page-wrapper/wt-page-wrapper.vue.d.ts +3 -2
  96. package/types/components/wt-pagination/wt-pagination.vue.d.ts +3 -2
  97. package/types/components/wt-player/wt-player.vue.d.ts +4 -3
  98. package/types/components/wt-popover/wt-popover.vue.d.ts +5 -4
  99. package/types/components/wt-popup/wt-popup.vue.d.ts +4 -3
  100. package/types/components/wt-progress-bar/wt-progress-bar.vue.d.ts +3 -2
  101. package/types/components/wt-radio/wt-radio.vue.d.ts +7 -5
  102. package/types/components/wt-rounded-action/wt-rounded-action.vue.d.ts +112 -18
  103. package/types/components/wt-search-bar/wt-search-bar.vue.d.ts +7 -6
  104. package/types/components/wt-select/wt-select-v2.vue.d.ts +72 -15
  105. package/types/components/wt-select/wt-select.vue.d.ts +3 -2
  106. package/types/components/wt-slider/wt-slider.vue.d.ts +4 -2
  107. package/types/components/wt-status-select/wt-status-select.vue.d.ts +3 -2
  108. package/types/components/wt-stepper/wt-stepper.vue.d.ts +20 -8
  109. package/types/components/wt-switcher/wt-switcher.vue.d.ts +7 -5
  110. package/types/components/wt-table/wt-table.vue.d.ts +17 -16
  111. package/types/components/wt-table-actions/wt-table-actions.vue.d.ts +3 -2
  112. package/types/components/wt-table-column-select/wt-table-column-select.vue.d.ts +3 -2
  113. package/types/components/wt-tabs/wt-tabs.vue.d.ts +3 -2
  114. package/types/components/wt-tags-input/wt-tags-input.vue.d.ts +3 -2
  115. package/types/components/wt-textarea/wt-textarea.vue.d.ts +8 -6
  116. package/types/components/wt-time-input/wt-time-input.vue.d.ts +3 -2
  117. package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +4 -3
  118. package/types/components/wt-tooltip/_internals/wt-tooltip-floating.vue.d.ts +20 -7
  119. package/types/components/wt-tooltip/wt-tooltip.vue.d.ts +66 -13
  120. package/types/components/wt-tree/wt-tree.vue.d.ts +5 -4
  121. package/types/components/wt-tree-line/wt-tree-line.vue.d.ts +7 -6
  122. package/types/components/wt-tree-table/wt-tree-table.vue.d.ts +8 -7
  123. package/types/components/wt-tree-table-row/wt-tree-table-row.vue.d.ts +6 -5
  124. package/types/components/wt-vidstack-player/components/buttons/fullscreen-button.vue.d.ts +2 -1
  125. package/types/components/wt-vidstack-player/components/buttons/play-button.vue.d.ts +2 -1
  126. package/types/components/wt-vidstack-player/components/controls-group/controls-group.vue.d.ts +5 -4
  127. package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +6 -5
  128. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/fullscreen-button.vue.d.ts +6 -0
  129. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/play-button.vue.d.ts +2 -0
  130. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/sliders/time-slider.vue.d.ts +2 -0
  131. package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/time-group.vue.d.ts +2 -0
  132. package/types/components/wt-vidstack-player/components/panels/media-control-panel/media-control-panel.vue.d.ts +2 -0
  133. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/buttons/fullscreen-button.vue.d.ts +2 -1
  134. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/buttons/play-button.vue.d.ts +2 -1
  135. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/sliders/time-slider.vue.d.ts +2 -1
  136. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/time-group.vue.d.ts +2 -1
  137. package/types/components/wt-vidstack-player/components/panels/media-controls-panel/media-controls-panel.vue.d.ts +2 -1
  138. package/types/components/wt-vidstack-player/components/panels/screen-sharing-control-panel/screen-sharing-control-panel.vue.d.ts +17 -0
  139. package/types/components/wt-vidstack-player/components/panels/screen-sharing-controls-panel/screen-sharing-controls-panel.vue.d.ts +2 -1
  140. package/types/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue.d.ts +2 -1
  141. package/types/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue.d.ts +2 -1
  142. package/types/components/wt-vidstack-player/components/recording-indicator/recording-indicator.vue.d.ts +2 -1
  143. package/types/components/wt-vidstack-player/components/screenshot-box/screenshot-box.vue.d.ts +2 -1
  144. package/types/components/wt-vidstack-player/components/toggle-button.vue.d.ts +2 -1
  145. package/types/components/wt-vidstack-player/types/ScreenshotStatus.d.ts +1 -0
  146. package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +9 -6
  147. package/types/locale/ua/ua.d.ts +911 -0
  148. package/types/modules/AgentPdfs/components/agent-pdfs-tab.vue.d.ts +3 -2
  149. package/types/modules/AgentPdfs/components/pdf-status-preview.vue.d.ts +2 -1
  150. package/types/modules/AgentPdfs/components/pdf-status.vue.d.ts +2 -1
  151. package/types/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts +20 -7
  152. package/types/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue.d.ts +16 -7
  153. package/types/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue.d.ts +32 -10
  154. package/types/modules/Appearance/components/wt-dark-mode-switcher.vue.d.ts +18 -7
  155. package/types/modules/AuditForm/components/audit-form-question-read-wrapper.vue.d.ts +4 -2
  156. package/types/modules/AuditForm/components/audit-form-question-write-wrapper.vue.d.ts +2 -1
  157. package/types/modules/AuditForm/components/audit-form-question.vue.d.ts +4 -2
  158. package/types/modules/AuditForm/components/audit-form.vue.d.ts +4 -2
  159. package/types/modules/AuditForm/components/form/form-footer/audit-form-footer.vue.d.ts +2 -1
  160. package/types/modules/AuditForm/components/form-answers/answer-editing-info/audit-form-answer-editing-info.vue.d.ts +2 -1
  161. package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options-write-row.vue.d.ts +28 -9
  162. package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options.vue.d.ts +4 -2
  163. package/types/modules/AuditForm/components/form-questions/score/audit-form-question-score.vue.d.ts +2 -1
  164. package/types/modules/CallSession/modules/ScreenSharing/screen-sharing.vue.d.ts +2 -1
  165. package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +28 -10
  166. package/types/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue.d.ts +24 -9
  167. package/types/modules/FilesExport/FilesExport.d.ts +1 -3
  168. package/types/modules/FilesExport/scripts/generateMediaURL.d.ts +2 -0
  169. package/types/modules/Filters/components/filter-datetime.vue.d.ts +20 -8
  170. package/types/modules/Filters/components/filter-pagination.vue.d.ts +22 -8
  171. package/types/modules/Filters/components/filter-search.vue.d.ts +38 -10
  172. package/types/modules/Filters/components/filter-select.vue.d.ts +20 -8
  173. package/types/modules/Filters/components/filter-table-fields.vue.d.ts +34 -11
  174. package/types/modules/ObjectPermissions/_internals/components/permissions-role-row.vue.d.ts +12 -6
  175. package/types/modules/ObjectPermissions/_internals/components/permissions-role-select.vue.d.ts +9 -1
  176. package/types/modules/ObjectPermissions/_internals/components/permissions-tab-role-popup.vue.d.ts +12 -6
  177. package/types/modules/ObjectPermissions/components/permissions-tab.vue.d.ts +44 -8
  178. package/types/modules/QueryFilters/components/abstract-api-filter.vue.d.ts +3 -2
  179. package/types/modules/QueryFilters/components/abstract-enum-filter.vue.d.ts +3 -2
  180. package/types/modules/QueryFilters/components/filter-datetime.vue.d.ts +3 -2
  181. package/types/modules/QueryFilters/components/filter-from-to.vue.d.ts +3 -2
  182. package/types/modules/QueryFilters/components/filter-search.vue.d.ts +3 -2
  183. package/types/modules/QueryFilters/components/filter-table-fields.vue.d.ts +3 -2
  184. package/types/playground.vue.d.ts +2 -1
  185. package/types/plugins/primevue/theme/extend/extend.d.ts +5 -0
  186. package/types/plugins/primevue/theme/extend/spacings/spacings.d.ts +13 -0
  187. package/types/plugins/primevue/theme/semantic/color-scheme/color-schema.d.ts +1189 -0
  188. package/types/plugins/primevue/theme/semantic/color-scheme/dark-color.d.ts +162 -0
  189. package/types/plugins/primevue/theme/semantic/color-scheme/light-color.d.ts +162 -0
  190. package/types/plugins/primevue/theme/semantic/color-scheme/palette.d.ts +435 -0
  191. package/types/plugins/primevue/theme/semantic/semantic.d.ts +5 -0
  192. package/types/scripts/caseConverters.d.ts +1 -1
  193. package/types/the-app.vue.d.ts +3 -2
  194. package/dist/img/sprite/account.svg +0 -6
  195. package/dist/img/sprite/add-contact.svg +0 -3
  196. package/dist/img/sprite/add-filter.svg +0 -8
  197. package/dist/img/sprite/adfs.svg +0 -9
  198. package/dist/img/sprite/agent.svg +0 -6
  199. package/dist/img/sprite/api.svg +0 -9
  200. package/dist/img/sprite/app-navigator.svg +0 -11
  201. package/dist/img/sprite/arrange.svg +0 -7
  202. package/dist/img/sprite/arrow-down.svg +0 -4
  203. package/dist/img/sprite/arrow-left.svg +0 -4
  204. package/dist/img/sprite/arrow-mix.svg +0 -5
  205. package/dist/img/sprite/arrow-right.svg +0 -4
  206. package/dist/img/sprite/arrow-up.svg +0 -4
  207. package/dist/img/sprite/assignee.svg +0 -3
  208. package/dist/img/sprite/attach.svg +0 -4
  209. package/dist/img/sprite/attention--filled.svg +0 -3
  210. package/dist/img/sprite/attention.svg +0 -4
  211. package/dist/img/sprite/azure.svg +0 -27
  212. package/dist/img/sprite/back.svg +0 -4
  213. package/dist/img/sprite/bell-badged.svg +0 -4
  214. package/dist/img/sprite/bell.svg +0 -3
  215. package/dist/img/sprite/bot.svg +0 -6
  216. package/dist/img/sprite/bread-crumbs.svg +0 -3
  217. package/dist/img/sprite/bucket.svg +0 -4
  218. package/dist/img/sprite/calendar.svg +0 -4
  219. package/dist/img/sprite/call--filled.svg +0 -3
  220. package/dist/img/sprite/call-add-to--filled.svg +0 -4
  221. package/dist/img/sprite/call-add-to.svg +0 -5
  222. package/dist/img/sprite/call-disconnect--filled.svg +0 -4
  223. package/dist/img/sprite/call-disconnect.svg +0 -4
  224. package/dist/img/sprite/call-end--filled.svg +0 -4
  225. package/dist/img/sprite/call-end.svg +0 -4
  226. package/dist/img/sprite/call-inbound--filled.svg +0 -5
  227. package/dist/img/sprite/call-inbound.svg +0 -4
  228. package/dist/img/sprite/call-missed--filled.svg +0 -4
  229. package/dist/img/sprite/call-missed.svg +0 -4
  230. package/dist/img/sprite/call-outbound--filled.svg +0 -4
  231. package/dist/img/sprite/call-outbound.svg +0 -4
  232. package/dist/img/sprite/call-ringing--filled.svg +0 -6
  233. package/dist/img/sprite/call-ringing.svg +0 -4
  234. package/dist/img/sprite/call-transfer--filled.svg +0 -4
  235. package/dist/img/sprite/call-transfer.svg +0 -4
  236. package/dist/img/sprite/call.svg +0 -4
  237. package/dist/img/sprite/case--filled.svg +0 -4
  238. package/dist/img/sprite/case-author.svg +0 -4
  239. package/dist/img/sprite/case-done.svg +0 -4
  240. package/dist/img/sprite/cases.svg +0 -5
  241. package/dist/img/sprite/chat--filled.svg +0 -3
  242. package/dist/img/sprite/chat-emoji.svg +0 -4
  243. package/dist/img/sprite/chat-end--filled.svg +0 -4
  244. package/dist/img/sprite/chat-end.svg +0 -5
  245. package/dist/img/sprite/chat-group.svg +0 -7
  246. package/dist/img/sprite/chat-join.svg +0 -5
  247. package/dist/img/sprite/chat-message-status-read.svg +0 -4
  248. package/dist/img/sprite/chat-message-status-sent.svg +0 -4
  249. package/dist/img/sprite/chat-quick-response--filled.svg +0 -4
  250. package/dist/img/sprite/chat-quick-response.svg +0 -4
  251. package/dist/img/sprite/chat-reply.svg +0 -4
  252. package/dist/img/sprite/chat-send.svg +0 -7
  253. package/dist/img/sprite/chat-transfer--filled.svg +0 -4
  254. package/dist/img/sprite/chat-transfer.svg +0 -5
  255. package/dist/img/sprite/chat.svg +0 -4
  256. package/dist/img/sprite/checkbox--checked--filled.svg +0 -4
  257. package/dist/img/sprite/checkbox--checked.svg +0 -4
  258. package/dist/img/sprite/checkbox-tick.svg +0 -3
  259. package/dist/img/sprite/checkbox.svg +0 -4
  260. package/dist/img/sprite/clear.svg +0 -4
  261. package/dist/img/sprite/close--filled.svg +0 -4
  262. package/dist/img/sprite/close.svg +0 -3
  263. package/dist/img/sprite/collapse.svg +0 -6
  264. package/dist/img/sprite/column-select.svg +0 -5
  265. package/dist/img/sprite/comment.svg +0 -5
  266. package/dist/img/sprite/conference.svg +0 -11
  267. package/dist/img/sprite/consultative-transfer.svg +0 -4
  268. package/dist/img/sprite/contacts.svg +0 -4
  269. package/dist/img/sprite/copy.svg +0 -7
  270. package/dist/img/sprite/custom-chat-gateway.svg +0 -10
  271. package/dist/img/sprite/dark-mode.svg +0 -7
  272. package/dist/img/sprite/dislike.svg +0 -3
  273. package/dist/img/sprite/docs.svg +0 -7
  274. package/dist/img/sprite/done--filled.svg +0 -3
  275. package/dist/img/sprite/done.svg +0 -5
  276. package/dist/img/sprite/download-pdf.svg +0 -10
  277. package/dist/img/sprite/download.svg +0 -6
  278. package/dist/img/sprite/edit.svg +0 -4
  279. package/dist/img/sprite/elevenlabs.svg +0 -5
  280. package/dist/img/sprite/email-inbound.svg +0 -3
  281. package/dist/img/sprite/email-outbound.svg +0 -4
  282. package/dist/img/sprite/email.svg +0 -4
  283. package/dist/img/sprite/expand.svg +0 -6
  284. package/dist/img/sprite/eye--closed.svg +0 -6
  285. package/dist/img/sprite/eye--opened.svg +0 -6
  286. package/dist/img/sprite/false-ic.svg +0 -4
  287. package/dist/img/sprite/filter.svg +0 -5
  288. package/dist/img/sprite/flows.svg +0 -4
  289. package/dist/img/sprite/generate.svg +0 -5
  290. package/dist/img/sprite/google.svg +0 -10
  291. package/dist/img/sprite/group.svg +0 -9
  292. package/dist/img/sprite/history.svg +0 -4
  293. package/dist/img/sprite/hold.svg +0 -4
  294. package/dist/img/sprite/idle.svg +0 -5
  295. package/dist/img/sprite/impacted.svg +0 -11
  296. package/dist/img/sprite/index.js +0 -468
  297. package/dist/img/sprite/instagram.svg +0 -33
  298. package/dist/img/sprite/job--accept.svg +0 -5
  299. package/dist/img/sprite/job--end.svg +0 -5
  300. package/dist/img/sprite/job.svg +0 -7
  301. package/dist/img/sprite/json.svg +0 -6
  302. package/dist/img/sprite/like.svg +0 -3
  303. package/dist/img/sprite/link.svg +0 -8
  304. package/dist/img/sprite/load-preset.svg +0 -5
  305. package/dist/img/sprite/lock.svg +0 -4
  306. package/dist/img/sprite/log.svg +0 -6
  307. package/dist/img/sprite/logout.svg +0 -4
  308. package/dist/img/sprite/mail--color.svg +0 -5
  309. package/dist/img/sprite/mail.svg +0 -5
  310. package/dist/img/sprite/manual.svg +0 -3
  311. package/dist/img/sprite/menu.svg +0 -4
  312. package/dist/img/sprite/messenger-custom.svg +0 -5
  313. package/dist/img/sprite/messenger-facebook--filled.svg +0 -4
  314. package/dist/img/sprite/messenger-facebook.svg +0 -10
  315. package/dist/img/sprite/messenger-infobip.svg +0 -10
  316. package/dist/img/sprite/messenger-messenger.svg +0 -14
  317. package/dist/img/sprite/messenger-telegram--filled.svg +0 -5
  318. package/dist/img/sprite/messenger-telegram.svg +0 -12
  319. package/dist/img/sprite/messenger-viber--filled.svg +0 -5
  320. package/dist/img/sprite/messenger-viber.svg +0 -5
  321. package/dist/img/sprite/messenger-web-chat.svg +0 -8
  322. package/dist/img/sprite/messenger-whatsapp--filled.svg +0 -8
  323. package/dist/img/sprite/messenger-whatsapp.svg +0 -11
  324. package/dist/img/sprite/meta.svg +0 -22
  325. package/dist/img/sprite/mic-muted.svg +0 -7
  326. package/dist/img/sprite/mic.svg +0 -5
  327. package/dist/img/sprite/microsoft.svg +0 -7
  328. package/dist/img/sprite/minus.svg +0 -4
  329. package/dist/img/sprite/move.svg +0 -6
  330. package/dist/img/sprite/note.svg +0 -4
  331. package/dist/img/sprite/numpad.svg +0 -26
  332. package/dist/img/sprite/options.svg +0 -5
  333. package/dist/img/sprite/pause.svg +0 -4
  334. package/dist/img/sprite/pin.svg +0 -4
  335. package/dist/img/sprite/play.svg +0 -5
  336. package/dist/img/sprite/player-enter-fullscreen.svg +0 -3
  337. package/dist/img/sprite/player-exit-fullscreen.svg +0 -4
  338. package/dist/img/sprite/plus.svg +0 -4
  339. package/dist/img/sprite/plyr-airplay.svg +0 -4
  340. package/dist/img/sprite/plyr-captions-off.svg +0 -5
  341. package/dist/img/sprite/plyr-captions-on.svg +0 -5
  342. package/dist/img/sprite/plyr-download.svg +0 -7
  343. package/dist/img/sprite/plyr-enter-fullscreen.svg +0 -4
  344. package/dist/img/sprite/plyr-exit-fullscreen.svg +0 -4
  345. package/dist/img/sprite/plyr-fast-forward.svg +0 -4
  346. package/dist/img/sprite/plyr-logo-vimeo.svg +0 -4
  347. package/dist/img/sprite/plyr-logo-youtube.svg +0 -4
  348. package/dist/img/sprite/plyr-muted.svg +0 -5
  349. package/dist/img/sprite/plyr-pause.svg +0 -4
  350. package/dist/img/sprite/plyr-pip.svg +0 -4
  351. package/dist/img/sprite/plyr-play.svg +0 -5
  352. package/dist/img/sprite/plyr-restart.svg +0 -4
  353. package/dist/img/sprite/plyr-rewind.svg +0 -4
  354. package/dist/img/sprite/plyr-settings.svg +0 -4
  355. package/dist/img/sprite/plyr-volume.svg +0 -4
  356. package/dist/img/sprite/portal.svg +0 -3
  357. package/dist/img/sprite/preview-tag-application.svg +0 -7
  358. package/dist/img/sprite/preview-tag-audio.svg +0 -6
  359. package/dist/img/sprite/preview-tag-image.svg +0 -6
  360. package/dist/img/sprite/preview-tag-video.svg +0 -6
  361. package/dist/img/sprite/prompter.svg +0 -4
  362. package/dist/img/sprite/queue-member.svg +0 -4
  363. package/dist/img/sprite/quick-replies.svg +0 -4
  364. package/dist/img/sprite/radio--checked.svg +0 -5
  365. package/dist/img/sprite/radio.svg +0 -4
  366. package/dist/img/sprite/rec-off.svg +0 -3
  367. package/dist/img/sprite/rec.svg +0 -5
  368. package/dist/img/sprite/record-start.svg +0 -7
  369. package/dist/img/sprite/record-stop.svg +0 -7
  370. package/dist/img/sprite/redo.svg +0 -3
  371. package/dist/img/sprite/refresh.svg +0 -4
  372. package/dist/img/sprite/reporter.svg +0 -3
  373. package/dist/img/sprite/role.svg +0 -4
  374. package/dist/img/sprite/rounded-info.svg +0 -4
  375. package/dist/img/sprite/save-as.svg +0 -5
  376. package/dist/img/sprite/save.svg +0 -3
  377. package/dist/img/sprite/scorecard.svg +0 -5
  378. package/dist/img/sprite/screenshot-done.svg +0 -7
  379. package/dist/img/sprite/screenshot-false.svg +0 -7
  380. package/dist/img/sprite/screenshot.svg +0 -8
  381. package/dist/img/sprite/search.svg +0 -4
  382. package/dist/img/sprite/select-custom-value-enter.svg +0 -4
  383. package/dist/img/sprite/send-arrow.svg +0 -4
  384. package/dist/img/sprite/settings.svg +0 -4
  385. package/dist/img/sprite/sharing-end.svg +0 -5
  386. package/dist/img/sprite/social-media.svg +0 -4
  387. package/dist/img/sprite/sort-arrow-down.svg +0 -4
  388. package/dist/img/sprite/sort-arrow-up.svg +0 -4
  389. package/dist/img/sprite/sound-off.svg +0 -5
  390. package/dist/img/sprite/sound-on.svg +0 -4
  391. package/dist/img/sprite/star--filled.svg +0 -4
  392. package/dist/img/sprite/star.svg +0 -4
  393. package/dist/img/sprite/stop-sign.svg +0 -4
  394. package/dist/img/sprite/stop.svg +0 -6
  395. package/dist/img/sprite/stt-download.svg +0 -5
  396. package/dist/img/sprite/stt-search.svg +0 -4
  397. package/dist/img/sprite/stt.svg +0 -6
  398. package/dist/img/sprite/table.svg +0 -3
  399. package/dist/img/sprite/telegram-bot.svg +0 -8
  400. package/dist/img/sprite/tick.svg +0 -3
  401. package/dist/img/sprite/tile.svg +0 -6
  402. package/dist/img/sprite/tree-collapse.svg +0 -4
  403. package/dist/img/sprite/tree-corner.svg +0 -3
  404. package/dist/img/sprite/tree-cross.svg +0 -5
  405. package/dist/img/sprite/tree-expand.svg +0 -4
  406. package/dist/img/sprite/tree-line.svg +0 -10
  407. package/dist/img/sprite/true-ic.svg +0 -5
  408. package/dist/img/sprite/tts-download.svg +0 -6
  409. package/dist/img/sprite/undo.svg +0 -3
  410. package/dist/img/sprite/union.svg +0 -3
  411. package/dist/img/sprite/unpin.svg +0 -5
  412. package/dist/img/sprite/update-calls.svg +0 -5
  413. package/dist/img/sprite/upload.svg +0 -6
  414. package/dist/img/sprite/user.svg +0 -4
  415. package/dist/img/sprite/variable-select.svg +0 -9
  416. package/dist/img/sprite/versions.svg +0 -5
  417. package/dist/img/sprite/video-cam-off--filled.svg +0 -3
  418. package/dist/img/sprite/video-cam-off.svg +0 -6
  419. package/dist/img/sprite/video-cam.svg +0 -4
  420. package/dist/img/sprite/webitel-logo.svg +0 -19
  421. package/dist/img/sprite/zoom-in.svg +0 -4
  422. package/dist/img/sprite/zoom-out.svg +0 -5
  423. package/dist/plyr-CCqBk_Ws.js +0 -4350
  424. package/dist/vidstack-DqAw8m9J-BpJcIzi9.js +0 -29
  425. package/src/assets/icons/sprite/index.js +0 -468
@@ -1,24 +1,118 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- $emit: (event: "click", ...args: any[]) => void;
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ icon: {
5
+ type: StringConstructor;
6
+ required: true;
7
+ };
8
+ /**
9
+ * inserts icon name prefix between "icon" and actual icon name ("icon" prop).
10
+ * Useful for library icons extension with project-level icons with this prefix in name
11
+ */
12
+ iconPrefix: {
13
+ type: StringConstructor;
14
+ default: string;
15
+ };
16
+ /**
17
+ * @values 'primary', 'secondary', 'success', 'error', 'transfer'
18
+ */
19
+ color: {
20
+ type: StringConstructor;
21
+ options: string[];
22
+ default: string;
23
+ };
24
+ /**
25
+ * @values 'sm', 'md'
26
+ */
27
+ size: {
28
+ type: StringConstructor;
29
+ default: string;
30
+ };
31
+ active: {
32
+ type: BooleanConstructor;
33
+ default: boolean;
34
+ };
35
+ disabled: {
36
+ type: BooleanConstructor;
37
+ default: boolean;
38
+ };
39
+ rounded: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ /**
44
+ * Stretches button to all available width
45
+ */
46
+ wide: {
47
+ type: BooleanConstructor;
48
+ default: boolean;
49
+ };
50
+ loading: {
51
+ type: BooleanConstructor;
52
+ default: boolean;
53
+ };
54
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
55
+ click: (...args: any[]) => void;
56
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
57
+ icon: {
58
+ type: StringConstructor;
59
+ required: true;
60
+ };
61
+ /**
62
+ * inserts icon name prefix between "icon" and actual icon name ("icon" prop).
63
+ * Useful for library icons extension with project-level icons with this prefix in name
64
+ */
65
+ iconPrefix: {
66
+ type: StringConstructor;
67
+ default: string;
68
+ };
69
+ /**
70
+ * @values 'primary', 'secondary', 'success', 'error', 'transfer'
71
+ */
72
+ color: {
73
+ type: StringConstructor;
74
+ options: string[];
75
+ default: string;
76
+ };
77
+ /**
78
+ * @values 'sm', 'md'
79
+ */
80
+ size: {
81
+ type: StringConstructor;
82
+ default: string;
83
+ };
84
+ active: {
85
+ type: BooleanConstructor;
86
+ default: boolean;
87
+ };
88
+ disabled: {
89
+ type: BooleanConstructor;
90
+ default: boolean;
91
+ };
92
+ rounded: {
93
+ type: BooleanConstructor;
94
+ default: boolean;
95
+ };
96
+ /**
97
+ * Stretches button to all available width
98
+ */
99
+ wide: {
100
+ type: BooleanConstructor;
101
+ default: boolean;
102
+ };
103
+ loading: {
104
+ type: BooleanConstructor;
105
+ default: boolean;
106
+ };
107
+ }>> & Readonly<{
108
+ onClick?: (...args: any[]) => any;
109
+ }>, {
3
110
  active: boolean;
4
111
  disabled: boolean;
5
112
  size: string;
6
113
  color: string;
7
- icon: string;
8
- rounded: boolean;
9
- wide: boolean;
10
114
  loading: boolean;
11
115
  iconPrefix: string;
12
- $props: {
13
- readonly active?: boolean;
14
- readonly disabled?: boolean;
15
- readonly size?: string;
16
- readonly color?: string;
17
- readonly icon?: string;
18
- readonly rounded?: boolean;
19
- readonly wide?: boolean;
20
- readonly loading?: boolean;
21
- readonly iconPrefix?: string;
22
- };
23
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
24
- export default _default;
116
+ wide: boolean;
117
+ rounded: boolean;
118
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
@@ -1,15 +1,15 @@
1
1
  declare var __VLS_1: {
2
2
  invalid: boolean;
3
3
  searchMode: string | Record<string, any>;
4
- }, __VLS_39: {
4
+ }, __VLS_43: {
5
5
  invalid: boolean;
6
6
  };
7
7
  type __VLS_Slots = {} & {
8
8
  'search-icon'?: (props: typeof __VLS_1) => any;
9
9
  } & {
10
- 'additional-actions'?: (props: typeof __VLS_39) => any;
10
+ 'additional-actions'?: (props: typeof __VLS_43) => any;
11
11
  };
12
- declare const __VLS_component: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
12
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
13
13
  v: {
14
14
  type: ObjectConstructor;
15
15
  };
@@ -42,8 +42,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
42
42
  default: () => any[];
43
43
  };
44
44
  }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
45
- search: (args_0: string) => any;
46
45
  input: (args_0: string) => any;
46
+ search: (args_0: string) => any;
47
47
  enter: (args_0: string) => any;
48
48
  "update:search-mode": (args_0: string | object) => any;
49
49
  "change:search-mode": (args_0: string | object) => any;
@@ -80,8 +80,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
80
80
  default: () => any[];
81
81
  };
82
82
  }>> & Readonly<{
83
- onSearch?: (args_0: string) => any;
84
83
  onInput?: (args_0: string) => any;
84
+ onSearch?: (args_0: string) => any;
85
85
  onEnter?: (args_0: string) => any;
86
86
  "onUpdate:search-mode"?: (args_0: string | object) => any;
87
87
  "onChange:search-mode"?: (args_0: string | object) => any;
@@ -90,7 +90,8 @@ declare const __VLS_component: import("vue").DefineComponent<import("vue").Extra
90
90
  customValidators: unknown[];
91
91
  searchModeOptions: unknown[];
92
92
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
93
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
93
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
94
+ declare const _default: typeof __VLS_export;
94
95
  export default _default;
95
96
  type __VLS_WithSlots<T, S> = T & {
96
97
  new (): {
@@ -1,20 +1,77 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- $emit: (event: "input" | "update:modelValue" | "reset" | "search-change" | "closed" | "custom-value", ...args: any[]) => void;
1
+ declare const _default: typeof __VLS_export;
2
+ export default _default;
3
+ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
4
+ value: {};
5
+ multiple: {
6
+ type: BooleanConstructor;
7
+ default: boolean;
8
+ };
9
+ options: {
10
+ type: ArrayConstructor;
11
+ default: () => any[];
12
+ };
13
+ clearable: {
14
+ type: BooleanConstructor;
15
+ default: boolean;
16
+ };
17
+ searchMethod: {
18
+ type: FunctionConstructor;
19
+ };
20
+ allowCustomValues: {
21
+ type: BooleanConstructor;
22
+ default: boolean;
23
+ description: string;
24
+ };
25
+ handleCustomValuesAdditionManually: {
26
+ type: BooleanConstructor;
27
+ default: boolean;
28
+ description: string;
29
+ };
30
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
31
+ input: (...args: any[]) => void;
32
+ "update:modelValue": (...args: any[]) => void;
33
+ reset: (...args: any[]) => void;
34
+ "search-change": (...args: any[]) => void;
35
+ closed: (...args: any[]) => void;
36
+ "custom-value": (...args: any[]) => void;
37
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
38
+ value: {};
39
+ multiple: {
40
+ type: BooleanConstructor;
41
+ default: boolean;
42
+ };
43
+ options: {
44
+ type: ArrayConstructor;
45
+ default: () => any[];
46
+ };
47
+ clearable: {
48
+ type: BooleanConstructor;
49
+ default: boolean;
50
+ };
51
+ searchMethod: {
52
+ type: FunctionConstructor;
53
+ };
54
+ allowCustomValues: {
55
+ type: BooleanConstructor;
56
+ default: boolean;
57
+ description: string;
58
+ };
59
+ handleCustomValuesAdditionManually: {
60
+ type: BooleanConstructor;
61
+ default: boolean;
62
+ description: string;
63
+ };
64
+ }>> & Readonly<{
65
+ onInput?: (...args: any[]) => any;
66
+ "onUpdate:modelValue"?: (...args: any[]) => any;
67
+ onReset?: (...args: any[]) => any;
68
+ "onSearch-change"?: (...args: any[]) => any;
69
+ onClosed?: (...args: any[]) => any;
70
+ "onCustom-value"?: (...args: any[]) => any;
71
+ }>, {
3
72
  options: unknown[];
4
73
  clearable: boolean;
5
74
  multiple: boolean;
6
75
  allowCustomValues: boolean;
7
76
  handleCustomValuesAdditionManually: boolean;
8
- value?: unknown;
9
- searchMethod?: Function;
10
- $props: {
11
- readonly options?: unknown[];
12
- readonly clearable?: boolean;
13
- readonly multiple?: boolean;
14
- readonly allowCustomValues?: boolean;
15
- readonly handleCustomValuesAdditionManually?: boolean;
16
- readonly value?: unknown;
17
- readonly searchMethod?: Function;
18
- };
19
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
- export default _default;
77
+ }, {}, {}, {}, 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
  value: {};
3
5
  multiple: {
4
6
  type: BooleanConstructor;
@@ -202,4 +204,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
202
204
  allowCustomValues: boolean;
203
205
  handleCustomValuesAdditionManually: boolean;
204
206
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
205
- export default _default;
@@ -9,10 +9,11 @@ interface Props extends SliderProps {
9
9
  width?: number;
10
10
  }
11
11
  type __VLS_Props = Props;
12
- type __VLS_PublicProps = __VLS_Props & {
12
+ type __VLS_ModelProps = {
13
13
  modelValue?: number;
14
14
  };
15
- declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
15
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
16
+ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
16
17
  "update:modelValue": (value: number) => any;
17
18
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
18
19
  "onUpdate:modelValue"?: (value: number) => any;
@@ -25,4 +26,5 @@ declare const _default: import("vue").DefineComponent<__VLS_PublicProps, {}, {},
25
26
  min: number;
26
27
  height: number;
27
28
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
29
+ declare const _default: typeof __VLS_export;
28
30
  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
  status: {
3
5
  type: StringConstructor;
4
6
  default: "offline";
@@ -37,4 +39,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
37
39
  status: string;
38
40
  statusDuration: string | number;
39
41
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
40
- export default _default;
@@ -1,16 +1,28 @@
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
- activeStep: number;
8
- steps?: Record<string, any>;
9
- $props: {
10
- readonly activeStep?: number;
11
- readonly steps?: Record<string, any>;
7
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
+ steps: {
9
+ type: ObjectConstructor;
10
+ };
11
+ activeStep: {
12
+ type: NumberConstructor;
13
+ default: number;
14
+ };
15
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
+ steps: {
17
+ type: ObjectConstructor;
12
18
  };
13
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
19
+ activeStep: {
20
+ type: NumberConstructor;
21
+ default: number;
22
+ };
23
+ }>> & Readonly<{}>, {
24
+ activeStep: number;
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
14
26
  type __VLS_Slots = {
15
27
  description?: (props: {}) => any;
16
28
  } & {
@@ -10,18 +10,19 @@ interface Props extends ToggleSwitchProps {
10
10
  controlled?: boolean;
11
11
  }
12
12
  type __VLS_Props = Props;
13
- type __VLS_PublicProps = __VLS_Props & {
13
+ type __VLS_ModelProps = {
14
14
  modelValue?: boolean;
15
15
  };
16
- declare var __VLS_13: {
16
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
17
+ declare var __VLS_14: {
17
18
  label: string;
18
19
  value: any;
19
20
  disabled: boolean;
20
21
  };
21
22
  type __VLS_Slots = {} & {
22
- label?: (props: typeof __VLS_13) => any;
23
+ label?: (props: typeof __VLS_14) => any;
23
24
  };
24
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
25
26
  "update:modelValue": (...args: any[]) => void;
26
27
  }, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
27
28
  "onUpdate:modelValue"?: (...args: any[]) => any;
@@ -32,7 +33,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
32
33
  labelLeft: boolean;
33
34
  controlled: boolean;
34
35
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
35
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
36
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
37
+ declare const _default: typeof __VLS_export;
36
38
  export default _default;
37
39
  type __VLS_WithSlots<T, S> = T & {
38
40
  new (): {
@@ -52,34 +52,34 @@ interface Props extends DataTableProps {
52
52
  loading?: boolean;
53
53
  itemSize?: number | undefined;
54
54
  }
55
- declare var __VLS_60: `header-${string}`, __VLS_61: {
55
+ declare var __VLS_71: `header-${string}`, __VLS_72: {
56
56
  index: number;
57
57
  header: WtTableHeader;
58
- }, __VLS_72: string, __VLS_73: {
58
+ }, __VLS_86: string, __VLS_87: {
59
59
  index: any;
60
60
  item: any;
61
- }, __VLS_76: `${string}-footer`, __VLS_77: {}, __VLS_83: {}, __VLS_85: {
61
+ }, __VLS_92: `${string}-footer`, __VLS_93: {}, __VLS_102: {}, __VLS_105: {
62
62
  index: any;
63
63
  item: any;
64
- }, __VLS_87: {
64
+ }, __VLS_108: {
65
65
  item: any;
66
- }, __VLS_89: {};
66
+ }, __VLS_111: {};
67
67
  type __VLS_Slots = {} & {
68
- [K in NonNullable<typeof __VLS_60>]?: (props: typeof __VLS_61) => any;
68
+ [K in NonNullable<typeof __VLS_71>]?: (props: typeof __VLS_72) => any;
69
69
  } & {
70
- [K in NonNullable<typeof __VLS_72>]?: (props: typeof __VLS_73) => any;
70
+ [K in NonNullable<typeof __VLS_86>]?: (props: typeof __VLS_87) => any;
71
71
  } & {
72
- [K in NonNullable<typeof __VLS_76>]?: (props: typeof __VLS_77) => any;
72
+ [K in NonNullable<typeof __VLS_92>]?: (props: typeof __VLS_93) => any;
73
73
  } & {
74
- 'actions-header'?: (props: typeof __VLS_83) => any;
74
+ 'actions-header'?: (props: typeof __VLS_102) => any;
75
75
  } & {
76
- actions?: (props: typeof __VLS_85) => any;
76
+ actions?: (props: typeof __VLS_105) => any;
77
77
  } & {
78
- expansion?: (props: typeof __VLS_87) => any;
78
+ expansion?: (props: typeof __VLS_108) => any;
79
79
  } & {
80
- footer?: (props: typeof __VLS_89) => any;
80
+ footer?: (props: typeof __VLS_111) => any;
81
81
  };
82
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
82
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
83
83
  sort: (...args: any[]) => void;
84
84
  "update:selected": (...args: any[]) => void;
85
85
  "reorder:row": (...args: any[]) => void;
@@ -92,9 +92,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
92
92
  "onColumn-resize"?: (...args: any[]) => any;
93
93
  "onColumn-reorder"?: (...args: any[]) => any;
94
94
  }>, {
95
- headers: WtTableHeader[];
96
95
  data: Array<unknown>;
97
- lazy: boolean;
96
+ headers: WtTableHeader[];
98
97
  sortable: boolean;
99
98
  selectable: boolean;
100
99
  gridActions: boolean;
@@ -110,9 +109,11 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
110
109
  resizableColumns: boolean;
111
110
  reorderableColumns: boolean;
112
111
  rowExpansionDisabled: (row: object) => boolean;
112
+ lazy: boolean;
113
113
  itemSize: number | undefined;
114
114
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
115
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
115
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
116
+ declare const _default: typeof __VLS_export;
116
117
  export default _default;
117
118
  type __VLS_WithSlots<T, S> = T & {
118
119
  new (): {
@@ -7,7 +7,7 @@ declare var __VLS_1: {};
7
7
  type __VLS_Slots = {} & {
8
8
  default?: (props: typeof __VLS_1) => any;
9
9
  };
10
- declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
10
+ declare const __VLS_base: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
11
11
  input: (value: string) => any;
12
12
  }, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
13
13
  onInput?: (value: string) => any;
@@ -16,7 +16,8 @@ declare const __VLS_component: import("vue").DefineComponent<Props, {}, {}, {},
16
16
  isSettingsActive: boolean;
17
17
  isSettingsBadge: boolean;
18
18
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
19
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
19
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
20
+ declare const _default: typeof __VLS_export;
20
21
  export default _default;
21
22
  type __VLS_WithSlots<T, S> = T & {
22
23
  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
  headers: {
3
5
  type: ArrayConstructor;
4
6
  required: true;
@@ -39,4 +41,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
39
41
  }>, {
40
42
  staticHeaders: unknown[];
41
43
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
42
- 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
  current: {
3
5
  type: ObjectConstructor;
4
6
  default: () => {};
@@ -37,4 +39,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
37
39
  current: Record<string, any>;
38
40
  tabs: unknown[];
39
41
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
40
- 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
  value: {
3
5
  type: ArrayConstructor;
4
6
  };
@@ -182,4 +184,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
182
184
  taggable: boolean;
183
185
  manualTagging: boolean;
184
186
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
185
- export default _default;
@@ -34,16 +34,17 @@ interface Props extends /* @vue-ignore */ TextareaProps {
34
34
  }>;
35
35
  }
36
36
  type __VLS_Props = Props;
37
- type __VLS_PublicProps = __VLS_Props & {
37
+ type __VLS_ModelProps = {
38
38
  modelValue?: string;
39
39
  };
40
- declare var __VLS_5: {
40
+ type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
41
+ declare var __VLS_7: {
41
42
  label: string;
42
43
  };
43
44
  type __VLS_Slots = {} & {
44
- label?: (props: typeof __VLS_5) => any;
45
+ label?: (props: typeof __VLS_7) => any;
45
46
  };
46
- declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
47
+ declare const __VLS_base: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
47
48
  enter: (...args: any[]) => void;
48
49
  blur: (...args: any[]) => void;
49
50
  keydown: (...args: any[]) => void;
@@ -58,8 +59,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
58
59
  }>, {
59
60
  disabled: boolean;
60
61
  required: boolean;
61
- name: string;
62
62
  label: string;
63
+ name: string;
63
64
  placeholder: string;
64
65
  v: any;
65
66
  labelProps: Record<string, any>;
@@ -71,7 +72,8 @@ declare const __VLS_component: import("vue").DefineComponent<__VLS_PublicProps,
71
72
  rows: number;
72
73
  autoresize: boolean;
73
74
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
74
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
75
+ declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
76
+ declare const _default: typeof __VLS_export;
75
77
  export default _default;
76
78
  type __VLS_WithSlots<T, S> = T & {
77
79
  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
  /**
3
5
  * Current input value (`v-model`)
4
6
  */
@@ -129,4 +131,3 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
129
131
  label: string;
130
132
  hideInputInfo: boolean;
131
133
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
132
- 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
  /**
3
5
  * Time value in seconds (not milliseconds!)
4
6
  */
@@ -138,8 +140,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
138
140
  value: string | number;
139
141
  required: boolean;
140
142
  label: string;
141
- format: string;
142
143
  dateMode: boolean;
144
+ format: string;
143
145
  noLabel: boolean;
144
146
  }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
145
- export default _default;
@@ -1,15 +1,28 @@
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: "show" | "hide", ...args: any[]) => void;
8
- triggers: unknown[];
9
- $props: {
10
- readonly triggers?: unknown[];
7
+ declare const __VLS_base: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
8
+ triggers: {
9
+ type: ArrayConstructor;
10
+ default: () => any[];
11
+ };
12
+ }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
13
+ show: (...args: any[]) => void;
14
+ hide: (...args: any[]) => void;
15
+ }, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
16
+ triggers: {
17
+ type: ArrayConstructor;
18
+ default: () => any[];
11
19
  };
12
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
20
+ }>> & Readonly<{
21
+ onShow?: (...args: any[]) => any;
22
+ onHide?: (...args: any[]) => any;
23
+ }>, {
24
+ triggers: unknown[];
25
+ }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
13
26
  type __VLS_Slots = {
14
27
  default?: (props: {}) => any;
15
28
  };