@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.
- package/dist/{install-CR1tqjbI.js → install-0EhA0QIr.js} +23018 -21521
- package/dist/plyr-B0Ha1r7X.js +4152 -0
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +3 -2
- package/dist/ui-sdk.umd.cjs +2206 -945
- package/dist/{vidstack-Bq6c3Bam-Ciw5smVK.js → vidstack-Bq6c3Bam-Cbv_hYeU.js} +17 -17
- package/dist/{vidstack-D2pY00kU-CblVikX8.js → vidstack-D2pY00kU-B9oDfmsB.js} +22 -22
- package/dist/{vidstack-DDXt6fpN-9cqZjdCr.js → vidstack-DDXt6fpN-DlYdjDym.js} +4 -4
- package/dist/{vidstack-D_-9AA6_-OiYY16FN.js → vidstack-D_-9AA6_-ng3ERp2O.js} +1 -1
- package/dist/vidstack-DqAw8m9J-pkmNry66.js +29 -0
- package/dist/{vidstack-audio-CClosnpR.js → vidstack-audio-CPzwJX5G.js} +2 -2
- package/dist/{vidstack-dash-DkOucJZw.js → vidstack-dash-d24qtj9y.js} +3 -3
- package/dist/{vidstack-google-cast-mZiNbn2A.js → vidstack-google-cast-ht-ssPr3.js} +10 -10
- package/dist/{vidstack-hls-BFg8H2vB.js → vidstack-hls-C6nizJ6w.js} +11 -11
- package/dist/{vidstack-video-DRdA55iP.js → vidstack-video-C6pXq7Pw.js} +8 -8
- package/dist/{vidstack-vimeo-DZBPf6Zy.js → vidstack-vimeo-VUFgXMsf.js} +22 -22
- package/dist/{vidstack-youtube-DmUBC9f5.js → vidstack-youtube-DydL0GK6.js} +29 -29
- package/dist/{vuex.esm-bundler-DYz2ZWHQ.js → vuex.esm-bundler-ASJlhEbK.js} +1 -1
- package/package.json +66 -45
- package/src/assets/icons/sprite/_index.ts +469 -0
- package/src/components/wt-icon/utils/iconsRepository.ts +27 -0
- package/src/components/wt-icon/wt-icon.vue +9 -15
- package/src/components/wt-vidstack-player/wt-vidstack-player.vue +17 -1
- package/src/install.ts +5 -1
- package/src/modules/CallSession/modules/VideoCall/video-call.vue +2 -0
- package/types/api/history/index.d.ts +2 -0
- package/types/api/history/transcript/callTranscript.d.ts +15 -0
- package/types/components/on-demand/wt-cc-agent-status-timers/wt-cc-agent-status-timers.vue.d.ts +32 -7
- package/types/components/on-demand/wt-chat-emoji/wt-chat-emoji.vue.d.ts +18 -7
- package/types/components/on-demand/wt-display-chip-items/wt-display-chip-items.vue.d.ts +7 -6
- package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-1.vue.d.ts +34 -9
- package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue.d.ts +14 -6
- package/types/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts +30 -8
- package/types/components/on-demand/wt-route-transition/wt-route-transition.vue.d.ts +3 -2
- package/types/components/on-demand/wt-save-failed-popup/wt-save-failed-popup.vue.d.ts +3 -2
- package/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +52 -11
- package/types/components/on-demand/wt-start-page/components/start-page-card.vue.d.ts +12 -6
- package/types/components/on-demand/wt-start-page/components/start-page-logo.vue.d.ts +12 -6
- package/types/components/on-demand/wt-start-page/components/wt-start-page.vue.d.ts +2 -1
- package/types/components/on-demand/wt-table-transition/wt-table-transition.vue.d.ts +3 -2
- package/types/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue.d.ts +13 -11
- package/types/components/transitions/cases/wt-replace-transition.vue.d.ts +40 -9
- package/types/components/transitions/wt-expand-transition.vue.d.ts +3 -2
- package/types/components/transitions/wt-transition.vue.d.ts +38 -9
- package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +76 -12
- package/types/components/wt-app-header/wt-app-header.vue.d.ts +3 -2
- package/types/components/wt-app-header/wt-app-navigator.vue.d.ts +28 -9
- package/types/components/wt-app-header/wt-header-actions.vue.d.ts +3 -2
- package/types/components/wt-avatar/wt-avatar.vue.d.ts +72 -13
- package/types/components/wt-badge/wt-badge.vue.d.ts +3 -2
- package/types/components/wt-badge-new/wt-badge.vue.d.ts +5 -4
- package/types/components/wt-breadcrumb/wt-breadcrumb.vue.d.ts +2 -1
- package/types/components/wt-button/wt-button.vue.d.ts +7 -6
- package/types/components/wt-button-select/wt-button-select.vue.d.ts +50 -10
- package/types/components/wt-checkbox/wt-checkbox.vue.d.ts +7 -5
- package/types/components/wt-chip/wt-chip.vue.d.ts +5 -4
- package/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +44 -12
- package/types/components/wt-context-menu/wt-context-menu.vue.d.ts +80 -17
- package/types/components/wt-copy-action/wt-copy-action.vue.d.ts +3 -2
- package/types/components/wt-datepicker/wt-datepicker.vue.d.ts +119 -21
- package/types/components/wt-divider/wt-divider.vue.d.ts +2 -1
- package/types/components/wt-dual-panel/wt-dual-panel.vue.d.ts +34 -9
- package/types/components/wt-dummy/wt-dummy.vue.d.ts +60 -16
- package/types/components/wt-empty/wt-empty.vue.d.ts +132 -16
- package/types/components/wt-error-page/wt-error-page.vue.d.ts +3 -2
- package/types/components/wt-expansion-panel/wt-expansion-panel.vue.d.ts +28 -8
- package/types/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue.d.ts +3 -2
- package/types/components/wt-galleria/wt-galleria.vue.d.ts +4 -2
- package/types/components/wt-headline/wt-headline.vue.d.ts +2 -1
- package/types/components/wt-headline-nav/__tests__/wt-headline-nav.spec.d.ts +1 -0
- package/types/components/wt-headline-nav/wt-headline-nav.vue.d.ts +7 -0
- package/types/components/wt-hint/wt-hint.vue.d.ts +3 -2
- package/types/components/wt-icon/wt-icon.vue.d.ts +2 -1
- package/types/components/wt-icon-action/wt-icon-action.vue.d.ts +46 -10
- package/types/components/wt-icon-btn/wt-icon-btn.vue.d.ts +2 -1
- package/types/components/wt-image/wt-image.vue.d.ts +3 -2
- package/types/components/wt-indicator/wt-indicator.vue.d.ts +3 -2
- package/types/components/wt-input/wt-input.vue.d.ts +9 -8
- package/types/components/wt-input-info/wt-input-info.vue.d.ts +3 -2
- package/types/components/wt-intersection-observer/wt-intersection-observer.vue.d.ts +2 -1
- package/types/components/wt-item-link/wt-item-link.vue.d.ts +82 -13
- package/types/components/wt-label/wt-label.vue.d.ts +3 -2
- package/types/components/wt-load-bar/wt-load-bar.vue.d.ts +3 -2
- package/types/components/wt-loader/_internals/wt-brand-loader.vue.d.ts +2 -1
- package/types/components/wt-loader/_internals/wt-loader--md.vue.d.ts +2 -0
- package/types/components/wt-loader/_internals/wt-loader--sm.vue.d.ts +16 -0
- package/types/components/wt-loader/_internals/wt-spinner-loader.vue.d.ts +3 -2
- package/types/components/wt-loader/wt-loader.vue.d.ts +3 -2
- package/types/components/wt-logo/wt-logo.vue.d.ts +38 -9
- package/types/components/wt-menubar/wt-menubar.vue.d.ts +3 -3
- package/types/components/wt-navigation-bar/wt-navigation-bar.vue.d.ts +3 -2
- package/types/components/wt-notification/wt-notification.vue.d.ts +3 -2
- package/types/components/wt-notifications-bar/wt-notifications-bar.vue.d.ts +3 -2
- package/types/components/wt-page-header/wt-page-header.vue.d.ts +62 -17
- package/types/components/wt-page-wrapper/wt-page-wrapper.vue.d.ts +3 -2
- package/types/components/wt-pagination/wt-pagination.vue.d.ts +3 -2
- package/types/components/wt-player/wt-player.vue.d.ts +4 -3
- package/types/components/wt-popover/wt-popover.vue.d.ts +5 -4
- package/types/components/wt-popup/wt-popup.vue.d.ts +4 -3
- package/types/components/wt-progress-bar/wt-progress-bar.vue.d.ts +3 -2
- package/types/components/wt-radio/wt-radio.vue.d.ts +7 -5
- package/types/components/wt-rounded-action/wt-rounded-action.vue.d.ts +112 -18
- package/types/components/wt-search-bar/wt-search-bar.vue.d.ts +7 -6
- package/types/components/wt-select/wt-select-v2.vue.d.ts +72 -15
- package/types/components/wt-select/wt-select.vue.d.ts +3 -2
- package/types/components/wt-slider/wt-slider.vue.d.ts +4 -2
- package/types/components/wt-status-select/wt-status-select.vue.d.ts +3 -2
- package/types/components/wt-stepper/wt-stepper.vue.d.ts +20 -8
- package/types/components/wt-switcher/wt-switcher.vue.d.ts +7 -5
- package/types/components/wt-table/wt-table.vue.d.ts +17 -16
- package/types/components/wt-table-actions/wt-table-actions.vue.d.ts +3 -2
- package/types/components/wt-table-column-select/wt-table-column-select.vue.d.ts +3 -2
- package/types/components/wt-tabs/wt-tabs.vue.d.ts +3 -2
- package/types/components/wt-tags-input/wt-tags-input.vue.d.ts +3 -2
- package/types/components/wt-textarea/wt-textarea.vue.d.ts +8 -6
- package/types/components/wt-time-input/wt-time-input.vue.d.ts +3 -2
- package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +4 -3
- package/types/components/wt-tooltip/_internals/wt-tooltip-floating.vue.d.ts +20 -7
- package/types/components/wt-tooltip/wt-tooltip.vue.d.ts +66 -13
- package/types/components/wt-tree/wt-tree.vue.d.ts +5 -4
- package/types/components/wt-tree-line/wt-tree-line.vue.d.ts +7 -6
- package/types/components/wt-tree-table/wt-tree-table.vue.d.ts +8 -7
- package/types/components/wt-tree-table-row/wt-tree-table-row.vue.d.ts +6 -5
- package/types/components/wt-vidstack-player/components/buttons/fullscreen-button.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/buttons/play-button.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/controls-group/controls-group.vue.d.ts +5 -4
- package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +6 -5
- package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/fullscreen-button.vue.d.ts +6 -0
- package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/buttons/play-button.vue.d.ts +2 -0
- package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/sliders/time-slider.vue.d.ts +2 -0
- package/types/components/wt-vidstack-player/components/panels/media-control-panel/components/time-group.vue.d.ts +2 -0
- package/types/components/wt-vidstack-player/components/panels/media-control-panel/media-control-panel.vue.d.ts +2 -0
- package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/buttons/fullscreen-button.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/buttons/play-button.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/sliders/time-slider.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/media-controls-panel/components/time-group.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/media-controls-panel/media-controls-panel.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/screen-sharing-control-panel/screen-sharing-control-panel.vue.d.ts +17 -0
- package/types/components/wt-vidstack-player/components/panels/screen-sharing-controls-panel/screen-sharing-controls-panel.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/recording-indicator/recording-indicator.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/screenshot-box/screenshot-box.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/components/toggle-button.vue.d.ts +2 -1
- package/types/components/wt-vidstack-player/types/ScreenshotStatus.d.ts +1 -0
- package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +9 -6
- package/types/locale/ua/ua.d.ts +911 -0
- package/types/modules/AgentPdfs/components/agent-pdfs-tab.vue.d.ts +3 -2
- package/types/modules/AgentPdfs/components/pdf-status-preview.vue.d.ts +2 -1
- package/types/modules/AgentPdfs/components/pdf-status.vue.d.ts +2 -1
- package/types/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts +20 -7
- package/types/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue.d.ts +16 -7
- package/types/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue.d.ts +32 -10
- package/types/modules/Appearance/components/wt-dark-mode-switcher.vue.d.ts +18 -7
- package/types/modules/AuditForm/components/audit-form-question-read-wrapper.vue.d.ts +4 -2
- package/types/modules/AuditForm/components/audit-form-question-write-wrapper.vue.d.ts +2 -1
- package/types/modules/AuditForm/components/audit-form-question.vue.d.ts +4 -2
- package/types/modules/AuditForm/components/audit-form.vue.d.ts +4 -2
- package/types/modules/AuditForm/components/form/form-footer/audit-form-footer.vue.d.ts +2 -1
- package/types/modules/AuditForm/components/form-answers/answer-editing-info/audit-form-answer-editing-info.vue.d.ts +2 -1
- package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options-write-row.vue.d.ts +28 -9
- package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options.vue.d.ts +4 -2
- package/types/modules/AuditForm/components/form-questions/score/audit-form-question-score.vue.d.ts +2 -1
- package/types/modules/CallSession/modules/ScreenSharing/screen-sharing.vue.d.ts +2 -1
- package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +28 -10
- package/types/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue.d.ts +24 -9
- package/types/modules/FilesExport/FilesExport.d.ts +1 -3
- package/types/modules/FilesExport/scripts/generateMediaURL.d.ts +2 -0
- package/types/modules/Filters/components/filter-datetime.vue.d.ts +20 -8
- package/types/modules/Filters/components/filter-pagination.vue.d.ts +22 -8
- package/types/modules/Filters/components/filter-search.vue.d.ts +38 -10
- package/types/modules/Filters/components/filter-select.vue.d.ts +20 -8
- package/types/modules/Filters/components/filter-table-fields.vue.d.ts +34 -11
- package/types/modules/ObjectPermissions/_internals/components/permissions-role-row.vue.d.ts +12 -6
- package/types/modules/ObjectPermissions/_internals/components/permissions-role-select.vue.d.ts +9 -1
- package/types/modules/ObjectPermissions/_internals/components/permissions-tab-role-popup.vue.d.ts +12 -6
- package/types/modules/ObjectPermissions/components/permissions-tab.vue.d.ts +44 -8
- package/types/modules/QueryFilters/components/abstract-api-filter.vue.d.ts +3 -2
- package/types/modules/QueryFilters/components/abstract-enum-filter.vue.d.ts +3 -2
- package/types/modules/QueryFilters/components/filter-datetime.vue.d.ts +3 -2
- package/types/modules/QueryFilters/components/filter-from-to.vue.d.ts +3 -2
- package/types/modules/QueryFilters/components/filter-search.vue.d.ts +3 -2
- package/types/modules/QueryFilters/components/filter-table-fields.vue.d.ts +3 -2
- package/types/playground.vue.d.ts +2 -1
- package/types/plugins/primevue/theme/extend/extend.d.ts +5 -0
- package/types/plugins/primevue/theme/extend/spacings/spacings.d.ts +13 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/color-schema.d.ts +1189 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/dark-color.d.ts +162 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/light-color.d.ts +162 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/palette.d.ts +435 -0
- package/types/plugins/primevue/theme/semantic/semantic.d.ts +5 -0
- package/types/scripts/caseConverters.d.ts +1 -1
- package/types/the-app.vue.d.ts +3 -2
- package/dist/img/sprite/account.svg +0 -6
- package/dist/img/sprite/add-contact.svg +0 -3
- package/dist/img/sprite/add-filter.svg +0 -8
- package/dist/img/sprite/adfs.svg +0 -9
- package/dist/img/sprite/agent.svg +0 -6
- package/dist/img/sprite/api.svg +0 -9
- package/dist/img/sprite/app-navigator.svg +0 -11
- package/dist/img/sprite/arrange.svg +0 -7
- package/dist/img/sprite/arrow-down.svg +0 -4
- package/dist/img/sprite/arrow-left.svg +0 -4
- package/dist/img/sprite/arrow-mix.svg +0 -5
- package/dist/img/sprite/arrow-right.svg +0 -4
- package/dist/img/sprite/arrow-up.svg +0 -4
- package/dist/img/sprite/assignee.svg +0 -3
- package/dist/img/sprite/attach.svg +0 -4
- package/dist/img/sprite/attention--filled.svg +0 -3
- package/dist/img/sprite/attention.svg +0 -4
- package/dist/img/sprite/azure.svg +0 -27
- package/dist/img/sprite/back.svg +0 -4
- package/dist/img/sprite/bell-badged.svg +0 -4
- package/dist/img/sprite/bell.svg +0 -3
- package/dist/img/sprite/bot.svg +0 -6
- package/dist/img/sprite/bread-crumbs.svg +0 -3
- package/dist/img/sprite/bucket.svg +0 -4
- package/dist/img/sprite/calendar.svg +0 -4
- package/dist/img/sprite/call--filled.svg +0 -3
- package/dist/img/sprite/call-add-to--filled.svg +0 -4
- package/dist/img/sprite/call-add-to.svg +0 -5
- package/dist/img/sprite/call-disconnect--filled.svg +0 -4
- package/dist/img/sprite/call-disconnect.svg +0 -4
- package/dist/img/sprite/call-end--filled.svg +0 -4
- package/dist/img/sprite/call-end.svg +0 -4
- package/dist/img/sprite/call-inbound--filled.svg +0 -5
- package/dist/img/sprite/call-inbound.svg +0 -4
- package/dist/img/sprite/call-missed--filled.svg +0 -4
- package/dist/img/sprite/call-missed.svg +0 -4
- package/dist/img/sprite/call-outbound--filled.svg +0 -4
- package/dist/img/sprite/call-outbound.svg +0 -4
- package/dist/img/sprite/call-ringing--filled.svg +0 -6
- package/dist/img/sprite/call-ringing.svg +0 -4
- package/dist/img/sprite/call-transfer--filled.svg +0 -4
- package/dist/img/sprite/call-transfer.svg +0 -4
- package/dist/img/sprite/call.svg +0 -4
- package/dist/img/sprite/case--filled.svg +0 -4
- package/dist/img/sprite/case-author.svg +0 -4
- package/dist/img/sprite/case-done.svg +0 -4
- package/dist/img/sprite/cases.svg +0 -5
- package/dist/img/sprite/chat--filled.svg +0 -3
- package/dist/img/sprite/chat-emoji.svg +0 -4
- package/dist/img/sprite/chat-end--filled.svg +0 -4
- package/dist/img/sprite/chat-end.svg +0 -5
- package/dist/img/sprite/chat-group.svg +0 -7
- package/dist/img/sprite/chat-join.svg +0 -5
- package/dist/img/sprite/chat-message-status-read.svg +0 -4
- package/dist/img/sprite/chat-message-status-sent.svg +0 -4
- package/dist/img/sprite/chat-quick-response--filled.svg +0 -4
- package/dist/img/sprite/chat-quick-response.svg +0 -4
- package/dist/img/sprite/chat-reply.svg +0 -4
- package/dist/img/sprite/chat-send.svg +0 -7
- package/dist/img/sprite/chat-transfer--filled.svg +0 -4
- package/dist/img/sprite/chat-transfer.svg +0 -5
- package/dist/img/sprite/chat.svg +0 -4
- package/dist/img/sprite/checkbox--checked--filled.svg +0 -4
- package/dist/img/sprite/checkbox--checked.svg +0 -4
- package/dist/img/sprite/checkbox-tick.svg +0 -3
- package/dist/img/sprite/checkbox.svg +0 -4
- package/dist/img/sprite/clear.svg +0 -4
- package/dist/img/sprite/close--filled.svg +0 -4
- package/dist/img/sprite/close.svg +0 -3
- package/dist/img/sprite/collapse.svg +0 -6
- package/dist/img/sprite/column-select.svg +0 -5
- package/dist/img/sprite/comment.svg +0 -5
- package/dist/img/sprite/conference.svg +0 -11
- package/dist/img/sprite/consultative-transfer.svg +0 -4
- package/dist/img/sprite/contacts.svg +0 -4
- package/dist/img/sprite/copy.svg +0 -7
- package/dist/img/sprite/custom-chat-gateway.svg +0 -10
- package/dist/img/sprite/dark-mode.svg +0 -7
- package/dist/img/sprite/dislike.svg +0 -3
- package/dist/img/sprite/docs.svg +0 -7
- package/dist/img/sprite/done--filled.svg +0 -3
- package/dist/img/sprite/done.svg +0 -5
- package/dist/img/sprite/download-pdf.svg +0 -10
- package/dist/img/sprite/download.svg +0 -6
- package/dist/img/sprite/edit.svg +0 -4
- package/dist/img/sprite/elevenlabs.svg +0 -5
- package/dist/img/sprite/email-inbound.svg +0 -3
- package/dist/img/sprite/email-outbound.svg +0 -4
- package/dist/img/sprite/email.svg +0 -4
- package/dist/img/sprite/expand.svg +0 -6
- package/dist/img/sprite/eye--closed.svg +0 -6
- package/dist/img/sprite/eye--opened.svg +0 -6
- package/dist/img/sprite/false-ic.svg +0 -4
- package/dist/img/sprite/filter.svg +0 -5
- package/dist/img/sprite/flows.svg +0 -4
- package/dist/img/sprite/generate.svg +0 -5
- package/dist/img/sprite/google.svg +0 -10
- package/dist/img/sprite/group.svg +0 -9
- package/dist/img/sprite/history.svg +0 -4
- package/dist/img/sprite/hold.svg +0 -4
- package/dist/img/sprite/idle.svg +0 -5
- package/dist/img/sprite/impacted.svg +0 -11
- package/dist/img/sprite/index.js +0 -468
- package/dist/img/sprite/instagram.svg +0 -33
- package/dist/img/sprite/job--accept.svg +0 -5
- package/dist/img/sprite/job--end.svg +0 -5
- package/dist/img/sprite/job.svg +0 -7
- package/dist/img/sprite/json.svg +0 -6
- package/dist/img/sprite/like.svg +0 -3
- package/dist/img/sprite/link.svg +0 -8
- package/dist/img/sprite/load-preset.svg +0 -5
- package/dist/img/sprite/lock.svg +0 -4
- package/dist/img/sprite/log.svg +0 -6
- package/dist/img/sprite/logout.svg +0 -4
- package/dist/img/sprite/mail--color.svg +0 -5
- package/dist/img/sprite/mail.svg +0 -5
- package/dist/img/sprite/manual.svg +0 -3
- package/dist/img/sprite/menu.svg +0 -4
- package/dist/img/sprite/messenger-custom.svg +0 -5
- package/dist/img/sprite/messenger-facebook--filled.svg +0 -4
- package/dist/img/sprite/messenger-facebook.svg +0 -10
- package/dist/img/sprite/messenger-infobip.svg +0 -10
- package/dist/img/sprite/messenger-messenger.svg +0 -14
- package/dist/img/sprite/messenger-telegram--filled.svg +0 -5
- package/dist/img/sprite/messenger-telegram.svg +0 -12
- package/dist/img/sprite/messenger-viber--filled.svg +0 -5
- package/dist/img/sprite/messenger-viber.svg +0 -5
- package/dist/img/sprite/messenger-web-chat.svg +0 -8
- package/dist/img/sprite/messenger-whatsapp--filled.svg +0 -8
- package/dist/img/sprite/messenger-whatsapp.svg +0 -11
- package/dist/img/sprite/meta.svg +0 -22
- package/dist/img/sprite/mic-muted.svg +0 -7
- package/dist/img/sprite/mic.svg +0 -5
- package/dist/img/sprite/microsoft.svg +0 -7
- package/dist/img/sprite/minus.svg +0 -4
- package/dist/img/sprite/move.svg +0 -6
- package/dist/img/sprite/note.svg +0 -4
- package/dist/img/sprite/numpad.svg +0 -26
- package/dist/img/sprite/options.svg +0 -5
- package/dist/img/sprite/pause.svg +0 -4
- package/dist/img/sprite/pin.svg +0 -4
- package/dist/img/sprite/play.svg +0 -5
- package/dist/img/sprite/player-enter-fullscreen.svg +0 -3
- package/dist/img/sprite/player-exit-fullscreen.svg +0 -4
- package/dist/img/sprite/plus.svg +0 -4
- package/dist/img/sprite/plyr-airplay.svg +0 -4
- package/dist/img/sprite/plyr-captions-off.svg +0 -5
- package/dist/img/sprite/plyr-captions-on.svg +0 -5
- package/dist/img/sprite/plyr-download.svg +0 -7
- package/dist/img/sprite/plyr-enter-fullscreen.svg +0 -4
- package/dist/img/sprite/plyr-exit-fullscreen.svg +0 -4
- package/dist/img/sprite/plyr-fast-forward.svg +0 -4
- package/dist/img/sprite/plyr-logo-vimeo.svg +0 -4
- package/dist/img/sprite/plyr-logo-youtube.svg +0 -4
- package/dist/img/sprite/plyr-muted.svg +0 -5
- package/dist/img/sprite/plyr-pause.svg +0 -4
- package/dist/img/sprite/plyr-pip.svg +0 -4
- package/dist/img/sprite/plyr-play.svg +0 -5
- package/dist/img/sprite/plyr-restart.svg +0 -4
- package/dist/img/sprite/plyr-rewind.svg +0 -4
- package/dist/img/sprite/plyr-settings.svg +0 -4
- package/dist/img/sprite/plyr-volume.svg +0 -4
- package/dist/img/sprite/portal.svg +0 -3
- package/dist/img/sprite/preview-tag-application.svg +0 -7
- package/dist/img/sprite/preview-tag-audio.svg +0 -6
- package/dist/img/sprite/preview-tag-image.svg +0 -6
- package/dist/img/sprite/preview-tag-video.svg +0 -6
- package/dist/img/sprite/prompter.svg +0 -4
- package/dist/img/sprite/queue-member.svg +0 -4
- package/dist/img/sprite/quick-replies.svg +0 -4
- package/dist/img/sprite/radio--checked.svg +0 -5
- package/dist/img/sprite/radio.svg +0 -4
- package/dist/img/sprite/rec-off.svg +0 -3
- package/dist/img/sprite/rec.svg +0 -5
- package/dist/img/sprite/record-start.svg +0 -7
- package/dist/img/sprite/record-stop.svg +0 -7
- package/dist/img/sprite/redo.svg +0 -3
- package/dist/img/sprite/refresh.svg +0 -4
- package/dist/img/sprite/reporter.svg +0 -3
- package/dist/img/sprite/role.svg +0 -4
- package/dist/img/sprite/rounded-info.svg +0 -4
- package/dist/img/sprite/save-as.svg +0 -5
- package/dist/img/sprite/save.svg +0 -3
- package/dist/img/sprite/scorecard.svg +0 -5
- package/dist/img/sprite/screenshot-done.svg +0 -7
- package/dist/img/sprite/screenshot-false.svg +0 -7
- package/dist/img/sprite/screenshot.svg +0 -8
- package/dist/img/sprite/search.svg +0 -4
- package/dist/img/sprite/select-custom-value-enter.svg +0 -4
- package/dist/img/sprite/send-arrow.svg +0 -4
- package/dist/img/sprite/settings.svg +0 -4
- package/dist/img/sprite/sharing-end.svg +0 -5
- package/dist/img/sprite/social-media.svg +0 -4
- package/dist/img/sprite/sort-arrow-down.svg +0 -4
- package/dist/img/sprite/sort-arrow-up.svg +0 -4
- package/dist/img/sprite/sound-off.svg +0 -5
- package/dist/img/sprite/sound-on.svg +0 -4
- package/dist/img/sprite/star--filled.svg +0 -4
- package/dist/img/sprite/star.svg +0 -4
- package/dist/img/sprite/stop-sign.svg +0 -4
- package/dist/img/sprite/stop.svg +0 -6
- package/dist/img/sprite/stt-download.svg +0 -5
- package/dist/img/sprite/stt-search.svg +0 -4
- package/dist/img/sprite/stt.svg +0 -6
- package/dist/img/sprite/table.svg +0 -3
- package/dist/img/sprite/telegram-bot.svg +0 -8
- package/dist/img/sprite/tick.svg +0 -3
- package/dist/img/sprite/tile.svg +0 -6
- package/dist/img/sprite/tree-collapse.svg +0 -4
- package/dist/img/sprite/tree-corner.svg +0 -3
- package/dist/img/sprite/tree-cross.svg +0 -5
- package/dist/img/sprite/tree-expand.svg +0 -4
- package/dist/img/sprite/tree-line.svg +0 -10
- package/dist/img/sprite/true-ic.svg +0 -5
- package/dist/img/sprite/tts-download.svg +0 -6
- package/dist/img/sprite/undo.svg +0 -3
- package/dist/img/sprite/union.svg +0 -3
- package/dist/img/sprite/unpin.svg +0 -5
- package/dist/img/sprite/update-calls.svg +0 -5
- package/dist/img/sprite/upload.svg +0 -6
- package/dist/img/sprite/user.svg +0 -4
- package/dist/img/sprite/variable-select.svg +0 -9
- package/dist/img/sprite/versions.svg +0 -5
- package/dist/img/sprite/video-cam-off--filled.svg +0 -3
- package/dist/img/sprite/video-cam-off.svg +0 -6
- package/dist/img/sprite/video-cam.svg +0 -4
- package/dist/img/sprite/webitel-logo.svg +0 -19
- package/dist/img/sprite/zoom-in.svg +0 -4
- package/dist/img/sprite/zoom-out.svg +0 -5
- package/dist/plyr-CCqBk_Ws.js +0 -4350
- package/dist/vidstack-DqAw8m9J-BpJcIzi9.js +0 -29
- package/src/assets/icons/sprite/index.js +0 -468
|
@@ -1,24 +1,118 @@
|
|
|
1
|
-
declare const _default:
|
|
2
|
-
|
|
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
|
-
|
|
13
|
-
|
|
14
|
-
|
|
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
|
-
},
|
|
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
|
|
10
|
+
'additional-actions'?: (props: typeof __VLS_43) => any;
|
|
11
11
|
};
|
|
12
|
-
declare const
|
|
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
|
|
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:
|
|
2
|
-
|
|
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
|
-
|
|
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:
|
|
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
|
|
12
|
+
type __VLS_ModelProps = {
|
|
13
13
|
modelValue?: number;
|
|
14
14
|
};
|
|
15
|
-
|
|
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:
|
|
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:
|
|
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
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
|
-
|
|
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
|
|
13
|
+
type __VLS_ModelProps = {
|
|
14
14
|
modelValue?: boolean;
|
|
15
15
|
};
|
|
16
|
-
|
|
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
|
|
23
|
+
label?: (props: typeof __VLS_14) => any;
|
|
23
24
|
};
|
|
24
|
-
declare const
|
|
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
|
|
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
|
|
55
|
+
declare var __VLS_71: `header-${string}`, __VLS_72: {
|
|
56
56
|
index: number;
|
|
57
57
|
header: WtTableHeader;
|
|
58
|
-
},
|
|
58
|
+
}, __VLS_86: string, __VLS_87: {
|
|
59
59
|
index: any;
|
|
60
60
|
item: any;
|
|
61
|
-
},
|
|
61
|
+
}, __VLS_92: `${string}-footer`, __VLS_93: {}, __VLS_102: {}, __VLS_105: {
|
|
62
62
|
index: any;
|
|
63
63
|
item: any;
|
|
64
|
-
},
|
|
64
|
+
}, __VLS_108: {
|
|
65
65
|
item: any;
|
|
66
|
-
},
|
|
66
|
+
}, __VLS_111: {};
|
|
67
67
|
type __VLS_Slots = {} & {
|
|
68
|
-
[K in NonNullable<typeof
|
|
68
|
+
[K in NonNullable<typeof __VLS_71>]?: (props: typeof __VLS_72) => any;
|
|
69
69
|
} & {
|
|
70
|
-
[K in NonNullable<typeof
|
|
70
|
+
[K in NonNullable<typeof __VLS_86>]?: (props: typeof __VLS_87) => any;
|
|
71
71
|
} & {
|
|
72
|
-
[K in NonNullable<typeof
|
|
72
|
+
[K in NonNullable<typeof __VLS_92>]?: (props: typeof __VLS_93) => any;
|
|
73
73
|
} & {
|
|
74
|
-
'actions-header'?: (props: typeof
|
|
74
|
+
'actions-header'?: (props: typeof __VLS_102) => any;
|
|
75
75
|
} & {
|
|
76
|
-
actions?: (props: typeof
|
|
76
|
+
actions?: (props: typeof __VLS_105) => any;
|
|
77
77
|
} & {
|
|
78
|
-
expansion?: (props: typeof
|
|
78
|
+
expansion?: (props: typeof __VLS_108) => any;
|
|
79
79
|
} & {
|
|
80
|
-
footer?: (props: typeof
|
|
80
|
+
footer?: (props: typeof __VLS_111) => any;
|
|
81
81
|
};
|
|
82
|
-
declare const
|
|
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
|
-
|
|
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
|
|
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
|
|
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
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
|
37
|
+
type __VLS_ModelProps = {
|
|
38
38
|
modelValue?: string;
|
|
39
39
|
};
|
|
40
|
-
|
|
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
|
|
45
|
+
label?: (props: typeof __VLS_7) => any;
|
|
45
46
|
};
|
|
46
|
-
declare const
|
|
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
|
|
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:
|
|
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:
|
|
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:
|
|
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
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
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
|
-
}
|
|
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
|
};
|