@webitel/ui-sdk 26.8.21 → 26.8.22
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/{clients-Ba7VhTMH.js → clients-Cgrz-ee-.js} +707 -22
- package/dist/{components-ABAwRPPa.js → components-BENKf-0C.js} +882 -846
- package/dist/{composables-C_OatTQJ.js → composables-BtWSAI5D.js} +14 -12
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.js +51 -50
- package/dist/ui-sdk.umd.cjs +695 -594
- package/dist/useEventBus-B-ZeklLu.js +5 -0
- package/dist/{useValidation-DgSm80YX.js → useValidation-B4_82RZv.js} +4 -4
- package/dist/{useVidstackSrc-B4mUti_c.js → useVidstackSrc-aQcqC_v0.js} +5 -5
- package/dist/{vidstack-C6nBVWwn-cKiWT0KJ.js → vidstack-C6nBVWwn-DNsvM1pU.js} +2 -2
- package/dist/{vidstack-CI5oafcm-DfWpvayJ.js → vidstack-CI5oafcm-EXmYmdjq.js} +1 -1
- package/dist/{vidstack-DUnfBERX2-BJtKHFxc.js → vidstack-DUnfBERX2-jgzDS0Hg.js} +1 -1
- package/dist/{vidstack-audio-BCPraiiR.js → vidstack-audio-CPO0A50Q.js} +1 -1
- package/dist/{vidstack-dash-MBx5aEEA.js → vidstack-dash-DHt7tTPh.js} +2 -2
- package/dist/{vidstack-hls-BbZsbfaO.js → vidstack-hls-WW1jeu5R.js} +2 -2
- package/dist/vidstack-video-Bwash4bY.js +2 -0
- package/dist/vue-router-Dwey8MMv.js +16 -0
- package/dist/{wt-button-G2Q1uf_y.js → wt-button-OZTROX1W.js} +3 -3
- package/dist/{wt-chat-emoji-DM6G80G_.js → wt-chat-emoji-ByGj5Mh4.js} +3 -3
- package/dist/{wt-datepicker-DTUMTWJK.js → wt-datepicker-OIgnVIpv.js} +38 -34
- package/dist/{wt-display-chip-items-3GRXkRfT.js → wt-display-chip-items-BUlu4Pqh.js} +2 -2
- package/dist/{wt-dual-panel-Dhj8Eg_y.js → wt-dual-panel-BEGLGU7F.js} +1 -1
- package/dist/{wt-expansion-card-BzhcCehz.js → wt-expansion-card-CpmnVJ03.js} +1 -1
- package/dist/{wt-galleria-qPHnXPx7.js → wt-galleria-CgY38PPx.js} +3 -6
- package/dist/{wt-icon-btn-BJl5VlM9.js → wt-icon-btn-hAWVJdNG.js} +2 -2
- package/dist/{wt-navigation-menu-CenQi_-T.js → wt-navigation-menu-BMupOW07.js} +2 -2
- package/dist/{wt-notifications-bar-C7cK0wEL.js → wt-notifications-bar-CqVk9cm7.js} +1 -1
- package/dist/{wt-player-Ca2x4geU.js → wt-player-vsOVUgi7.js} +17 -15
- package/dist/{wt-screen-recordings-action-Dzzo0eqW.js → wt-screen-recordings-action-Dj6ITuhE.js} +1 -1
- package/dist/{wt-search-bar-DtJL-csc.js → wt-search-bar-CagDl5av.js} +3 -3
- package/dist/wt-send-message-popup-zjxEP-HK.js +1208 -0
- package/dist/wt-start-page-BFQExFUj.js +73 -0
- package/dist/{wt-status-select-D1hAjCAS.js → wt-status-select-B-N9Fvz4.js} +2 -2
- package/dist/{wt-table-DJ3yOWZV.js → wt-table-C4PZJ3rP.js} +49 -47
- package/dist/{wt-table-column-select-CgEh5BAF.js → wt-table-column-select-D4c56HPB.js} +2 -2
- package/dist/{wt-time-input-u5Ay5_X5.js → wt-time-input-BEBrSugB.js} +9 -2
- package/dist/{wt-timepicker-CB8HzUZw.js → wt-timepicker-CQ2TRigf.js} +11 -4
- package/dist/{wt-toast-BbaZZWKt.js → wt-toast-Cb15-PN4.js} +1 -1
- package/dist/{wt-tree-DZ9ErOGj.js → wt-tree-CMIpbXBo.js} +40 -40
- package/dist/{wt-tree-table-C0ZIJXcv.js → wt-tree-table-CVvWMduu.js} +7 -7
- package/dist/{wt-type-extension-value-input-kzX2hJY_.js → wt-type-extension-value-input-l3TF0Xtv.js} +14 -9
- package/dist/{wt-vidstack-player-DbRHboYo.js → wt-vidstack-player-DV_fxJKW.js} +46 -42
- package/package.json +4 -1
- package/src/api/clients/_shared/types.ts +30 -0
- package/src/api/clients/caseSources/caseSources.ts +17 -8
- package/src/api/clients/quickReplies/quickReplies.ts +17 -8
- package/src/api/clients/roles/roles.ts +21 -12
- package/src/api/clients/wtTypes/sysTypes/sysTypes.ts +16 -4
- package/src/api/clients/wtTypes/typeExtensions/typeExtensions.ts +27 -9
- package/src/api/websocket/WebSocketClientController.ts +13 -5
- package/src/api/websocket/{config.js → config.ts} +5 -3
- package/src/api/websocket/websocketErrorEventHandler.ts +1 -1
- package/src/components/_internals/composables/useExpansion/useExpansion.ts +6 -1
- package/src/components/_internals/composables/useGalleriaMaskClick/useGalleriaMaskClick.ts +5 -3
- package/src/components/_internals/composables/useInputControl/useInputControl.ts +5 -3
- package/src/components/_internals/composables/useSelect/types.ts +69 -0
- package/src/components/_internals/composables/useSelect/useSelect.ts +4 -2
- package/src/components/_internals/composables/useSelect/useSelectCustomValues.ts +3 -2
- package/src/components/_internals/composables/useSelect/useSelectDropdown.ts +4 -3
- package/src/components/_internals/composables/useSelect/useSelectOptions.ts +20 -14
- package/src/components/_internals/composables/useSelect/useSelectUtils.ts +20 -7
- package/src/components/_internals/composables/useTableColumnDrag/useTableColumnDrag.ts +22 -12
- package/src/components/_internals/composables/useWtTable/useWtTable.ts +6 -2
- package/src/components/_internals/types/PrimevueInstance.ts +15 -0
- package/src/components/_shared/settings-panel/components/speed-settings/speed-settings.vue +6 -1
- package/src/components/on-demand/wt-display-chip-items/wt-display-chip-items.vue +6 -1
- package/src/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-1.vue +0 -2
- package/src/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue +0 -2
- package/src/components/on-demand/wt-screen-recordings-action/wt-screen-recordings-action.vue +12 -4
- package/src/components/on-demand/wt-send-message-popup/wt-send-message-popup.vue +17 -7
- package/src/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue +36 -15
- package/src/components/on-demand/wt-upload-file-icon-btn/wt-upload-file-icon-btn.vue +1 -1
- package/src/components/wt-badge-new/wt-badge.vue +1 -1
- package/src/components/wt-button/wt-button.vue +5 -5
- package/src/components/wt-checkbox/wt-checkbox.vue +4 -2
- package/src/components/wt-chip/wt-chip.vue +1 -1
- package/src/components/wt-datepicker/wt-datepicker.vue +30 -20
- package/src/components/wt-dual-panel/wt-dual-panel.vue +1 -1
- package/src/components/wt-galleria/wt-galleria.vue +1 -11
- package/src/components/wt-image/wt-image.vue +3 -3
- package/src/components/wt-input-number/wt-input-number.vue +8 -13
- package/src/components/wt-input-text/wt-input-text.vue +15 -17
- package/src/components/wt-intersection-observer/wt-intersection-observer.vue +1 -1
- package/src/components/wt-message/wt-message.vue +1 -1
- package/src/components/wt-multi-select/wt-multi-select.vue +22 -12
- package/src/components/wt-navigation-bar/types/WtNavigationBar.ts +3 -1
- package/src/components/wt-navigation-bar/wt-navigation-bar.vue +34 -18
- package/src/components/wt-password/wt-password.vue +12 -13
- package/src/components/wt-player/wt-player.vue +7 -2
- package/src/components/wt-popover/wt-popover.vue +5 -1
- package/src/components/wt-popup/wt-popup.vue +5 -1
- package/src/components/wt-radio/wt-radio.vue +1 -1
- package/src/components/wt-search-bar/wt-search-bar.vue +17 -10
- package/src/components/wt-single-select/wt-single-select.vue +19 -12
- package/src/components/wt-status-select/wt-status-select.vue +2 -2
- package/src/components/wt-table/types/WtTable.ts +11 -1
- package/src/components/wt-table/wt-table.vue +43 -24
- package/src/components/wt-table-column-select/wt-table-column-select.vue +3 -5
- package/src/components/wt-textarea/wt-textarea.vue +9 -15
- package/src/components/wt-time-input/wt-time-input.vue +7 -4
- package/src/components/wt-timepicker/wt-timepicker.vue +6 -3
- package/src/components/wt-toast/wt-toast.vue +2 -2
- package/src/components/wt-tree/wt-tree.vue +6 -5
- package/src/components/wt-tree-line/types/wt-tree-node.ts +6 -0
- package/src/components/wt-tree-line/wt-tree-line.vue +29 -15
- package/src/components/wt-tree-table/wt-tree-table.vue +16 -18
- package/src/components/wt-tree-table-row/wt-tree-table-row.vue +9 -4
- package/src/components/wt-vidstack-player/components/buttons/fullscreen-button.vue +2 -3
- package/src/components/wt-vidstack-player/components/buttons/play-button.vue +1 -5
- package/src/components/wt-vidstack-player/components/controls-group/controls-group.vue +2 -4
- package/src/components/wt-vidstack-player/components/layouts/video-layout.vue +2 -4
- package/src/components/wt-vidstack-player/components/panels/playback-controls-panel/components/buttons/fullscreen-button.vue +0 -2
- package/src/components/wt-vidstack-player/components/panels/playback-controls-panel/components/buttons/play-button.vue +2 -4
- package/src/components/wt-vidstack-player/components/panels/screen-sharing-controls-panel/screen-sharing-controls-panel.vue +4 -4
- package/src/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue +3 -3
- package/src/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue +4 -4
- package/src/components/wt-vidstack-player/components/screenshot-box/screenshot-box.vue +1 -1
- package/src/components/wt-vidstack-player/composables/useVidstackPlayerSize.ts +11 -0
- package/src/components/wt-vidstack-player/composables/useVidstackSrc.ts +27 -6
- package/src/components/wt-vidstack-player/wt-vidstack-player.vue +7 -4
- package/src/enums/MessageColor/MessageColor.ts +1 -1
- package/src/enums/MessageVariant/MessageVariant.ts +2 -1
- package/src/install.ts +6 -2
- package/src/locale/en/en.js +1 -0
- package/src/locale/es/es.js +1 -0
- package/src/locale/kz/kz.js +1 -0
- package/src/locale/pl/pl.js +1 -0
- package/src/locale/ro/ro.js +1 -0
- package/src/locale/ru/ru.js +1 -0
- package/src/locale/uk/uk.js +1 -0
- package/src/locale/uz/uz.js +1 -0
- package/src/locale/vi/vi.js +1 -0
- package/src/mixins/validationMixin/regle/useRegleValidation.ts +2 -2
- package/src/mixins/validationMixin/useValidation.ts +1 -1
- package/src/mixins/validationMixin/vuelidate/useVuelidateValidation.ts +23 -8
- package/src/modules/CSVExport/CSVExport.js +1 -1
- package/src/modules/CallSession/modules/VideoCall/video-call.vue +34 -16
- package/src/modules/DeleteConfirmationPopup/composables/useDeleteConfirmationPopup.js +1 -1
- package/src/modules/FilesExport/composables/useFilesExport.ts +1 -1
- package/src/modules/UploadCsvPopup/components/wt-upload-csv-popup.vue +2 -2
- package/src/modules/UploadCsvPopup/composable/useUploadCsv.ts +39 -12
- package/src/modules/UploadCsvPopup/scripts/normalizeCSVData.ts +20 -17
- package/src/modules/UploadCsvPopup/scripts/parseCSV.ts +2 -2
- package/src/modules/UploadCsvPopup/scripts/processFile.ts +2 -2
- package/src/modules/UploadCsvPopup/scripts/splitAndSaveData.ts +8 -2
- package/src/modules/UserNotifications/stores/userNotificationsStore.ts +9 -1
- package/src/modules/Userinfo/classes/ApplicationsAccess.ts +12 -6
- package/src/modules/Userinfo/mappings/mappings.ts +10 -3
- package/src/modules/Userinfo/scripts/utils.ts +8 -4
- package/src/modules/Userinfo/stores/accessStore.ts +16 -16
- package/src/modules/Userinfo/types/UserAccess.ts +1 -1
- package/src/plugins/breakpoint/breakpoint.plugin.ts +1 -1
- package/src/scripts/compareSize.ts +4 -4
- package/src/scripts/downloadFile/downloadFile.ts +1 -1
- package/src/scripts/normalizeDatetime.ts +2 -2
- package/src/utils/displayText.ts +1 -1
- package/types/.tsbuildinfo +1 -1
- package/types/api/clients/_shared/types.d.ts +23 -0
- package/types/api/clients/caseSources/caseSources.d.ts +7 -15
- package/types/api/clients/chatGateways/defaults/webChatGateway.d.ts +1 -1
- package/types/api/clients/gateways/defaults/trunkingGateway.d.ts +1 -1
- package/types/api/clients/quickReplies/quickReplies.d.ts +7 -15
- package/types/api/clients/roles/roles.d.ts +8 -16
- package/types/api/clients/wtTypes/sysTypes/sysTypes.d.ts +11 -12
- package/types/api/clients/wtTypes/typeExtensions/typeExtensions.d.ts +19 -18
- package/types/api/defaults/getDefaultGetListResponse/getDefaultGetListResponse.d.ts +1 -1
- package/types/api/defaults/getDefaultGetParams/getDefaultGetParams.d.ts +2 -2
- package/types/api/transformers/applyTransform.d.ts +2 -2
- package/types/api/websocket/WebSocketClientController.d.ts +10 -9
- package/types/api/websocket/config.d.ts +3 -2
- package/types/api/websocket/websocketErrorEventHandler.d.ts +5 -1
- package/types/assets/icons/iconsRepository.d.ts +1 -1
- package/types/components/_internals/composables/useExpansion/useExpansion.d.ts +6 -1
- package/types/components/_internals/composables/useGalleriaMaskClick/useGalleriaMaskClick.d.ts +2 -1
- package/types/components/_internals/composables/useInputControl/useInputControl.d.ts +4 -2
- package/types/components/_internals/composables/useSelect/types.d.ts +52 -0
- package/types/components/_internals/composables/useSelect/useSelect.d.ts +4 -18
- package/types/components/_internals/composables/useSelect/useSelectCustomValues.d.ts +2 -12
- package/types/components/_internals/composables/useSelect/useSelectDropdown.d.ts +2 -14
- package/types/components/_internals/composables/useSelect/useSelectOptions.d.ts +6 -14
- package/types/components/_internals/composables/useSelect/useSelectUtils.d.ts +5 -4
- package/types/components/_internals/composables/useTableColumnDrag/useTableColumnDrag.d.ts +3 -1
- package/types/components/_internals/composables/useWtTable/useWtTable.d.ts +3 -2
- package/types/components/_internals/types/PrimevueInstance.d.ts +14 -0
- package/types/components/_shared/settings-panel/components/speed-settings/speed-settings.vue.d.ts +2 -2
- package/types/components/_shared/settings-panel/settings-panel.vue.d.ts +1 -1
- package/types/components/on-demand/wt-call-media-action/wt-call-media-action.vue.d.ts +2 -2
- package/types/components/on-demand/wt-chat-emoji/wt-chat-emoji.vue.d.ts +1 -1
- package/types/components/on-demand/wt-display-chip-items/wt-display-chip-items.vue.d.ts +6 -2
- package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-1.vue.d.ts +6 -6
- package/types/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue.d.ts +2 -2
- package/types/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts +2 -2
- package/types/components/on-demand/wt-route-transition/wt-route-transition.vue.d.ts +1 -1
- package/types/components/on-demand/wt-save-failed-popup/wt-save-failed-popup.vue.d.ts +3 -3
- package/types/components/on-demand/wt-screen-recordings-action/wt-screen-recordings-action.vue.d.ts +10 -2
- package/types/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +8 -8
- package/types/components/on-demand/wt-send-message-popup/wt-send-message-popup.vue.d.ts +1 -1
- package/types/components/on-demand/wt-table-transition/wt-table-transition.vue.d.ts +1 -1
- package/types/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue.d.ts +18 -11
- package/types/components/on-demand/wt-upload-file-icon-btn/wt-upload-file-icon-btn.vue.d.ts +3 -3
- package/types/components/transitions/cases/wt-replace-transition.vue.d.ts +1 -1
- package/types/components/transitions/wt-transition.vue.d.ts +1 -1
- package/types/components/wt-action-bar/WtActionBarActionsOrder.d.ts +2 -2
- package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +64 -64
- package/types/components/wt-app-header/wt-app-header.vue.d.ts +1 -1
- package/types/components/wt-app-header/wt-header-actions.vue.d.ts +6 -9
- package/types/components/wt-badge/wt-badge.vue.d.ts +1 -1
- package/types/components/wt-badge-new/wt-badge.vue.d.ts +3 -3
- package/types/components/wt-breadcrumb/wt-breadcrumb.vue.d.ts +1 -1
- package/types/components/wt-button/wt-button.vue.d.ts +2 -2
- package/types/components/wt-button-select/wt-button-select.vue.d.ts +3 -3
- package/types/components/wt-call-media-metric/wt-call-media-metric.vue.d.ts +1 -1
- package/types/components/wt-checkbox/wt-checkbox.vue.d.ts +3 -3
- package/types/components/wt-chip/wt-chip.vue.d.ts +2 -2
- package/types/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +5 -5
- package/types/components/wt-context-menu/wt-context-menu.vue.d.ts +7 -7
- package/types/components/wt-datepicker/wt-datepicker.vue.d.ts +20 -19
- package/types/components/wt-divider/wt-divider.vue.d.ts +1 -1
- package/types/components/wt-dual-panel/wt-dual-panel.vue.d.ts +5 -5
- package/types/components/wt-empty/wt-empty.vue.d.ts +38 -38
- package/types/components/wt-expansion-card/wt-expansion-card.vue.d.ts +3 -3
- package/types/components/wt-expansion-panel/wt-expansion-panel.vue.d.ts +3 -3
- package/types/components/wt-galleria/wt-galleria.vue.d.ts +2 -2
- package/types/components/wt-icon/wt-icon.vue.d.ts +1 -1
- package/types/components/wt-icon-action/wt-icon-action.vue.d.ts +4 -4
- package/types/components/wt-icon-btn/wt-icon-btn.vue.d.ts +3 -3
- package/types/components/wt-image/wt-image.vue.d.ts +2 -2
- package/types/components/wt-inline-add-panel/wt-inline-add-panel.vue.d.ts +3 -3
- package/types/components/wt-input-number/wt-input-number.vue.d.ts +9 -9
- package/types/components/wt-input-text/wt-input-text.vue.d.ts +11 -9
- package/types/components/wt-intersection-observer/wt-intersection-observer.vue.d.ts +1 -1
- package/types/components/wt-item-link/wt-item-link.vue.d.ts +1 -1
- package/types/components/wt-label/mixins/labelUsageMixin.d.ts +1 -1
- package/types/components/wt-label/wt-label.vue.d.ts +1 -1
- package/types/components/wt-menubar/wt-menubar.vue.d.ts +1 -1
- package/types/components/wt-message/wt-message.vue.d.ts +1 -1
- package/types/components/wt-multi-select/wt-multi-select.vue.d.ts +19 -19
- package/types/components/wt-navigation-bar/types/WtNavigationBar.d.ts +2 -1
- package/types/components/wt-navigation-bar/wt-navigation-bar.vue.d.ts +22 -45
- package/types/components/wt-page-header/wt-page-header.vue.d.ts +4 -4
- package/types/components/wt-password/wt-password.vue.d.ts +11 -9
- package/types/components/wt-player/wt-player.vue.d.ts +6 -6
- package/types/components/wt-popover/wt-popover.vue.d.ts +13 -9
- package/types/components/wt-popup/wt-popup.vue.d.ts +8 -4
- package/types/components/wt-radio/wt-radio.vue.d.ts +2 -2
- package/types/components/wt-search-bar/wt-search-bar.vue.d.ts +25 -18
- package/types/components/wt-single-select/wt-single-select.vue.d.ts +18 -15
- package/types/components/wt-slider/wt-slider.vue.d.ts +3 -3
- package/types/components/wt-status-select/wt-status-select.vue.d.ts +3 -3
- package/types/components/wt-stepper/wt-stepper.vue.d.ts +2 -2
- package/types/components/wt-switcher/wt-switcher.vue.d.ts +4 -4
- package/types/components/wt-table/types/WtTable.d.ts +7 -1
- package/types/components/wt-table/wt-table.vue.d.ts +12 -12
- package/types/components/wt-table-actions/wt-table-actions.vue.d.ts +2 -2
- package/types/components/wt-table-column-select/wt-table-column-select.vue.d.ts +1 -1
- package/types/components/wt-tabs/wt-tabs.vue.d.ts +3 -3
- package/types/components/wt-textarea/wt-textarea.vue.d.ts +9 -14
- package/types/components/wt-time-input/wt-time-input.vue.d.ts +9 -9
- package/types/components/wt-timepicker/wt-timepicker.vue.d.ts +8 -8
- package/types/components/wt-tooltip/_internals/wt-tooltip-floating.vue.d.ts +5 -5
- package/types/components/wt-tooltip/wt-tooltip.vue.d.ts +7 -7
- package/types/components/wt-tree/wt-tree.vue.d.ts +5 -3
- package/types/components/wt-tree-line/types/wt-tree-node.d.ts +5 -0
- package/types/components/wt-tree-line/wt-tree-line.vue.d.ts +8 -18
- package/types/components/wt-tree-table/wt-tree-table.vue.d.ts +2 -2
- package/types/components/wt-tree-table-row/wt-tree-table-row.vue.d.ts +3 -18
- package/types/components/wt-vidstack-player/components/buttons/fullscreen-button.vue.d.ts +1 -1
- package/types/components/wt-vidstack-player/components/layouts/video-layout.vue.d.ts +5 -5
- package/types/components/wt-vidstack-player/components/panels/playback-controls-panel/components/buttons/fullscreen-button.vue.d.ts +1 -1
- package/types/components/wt-vidstack-player/components/panels/playback-controls-panel/components/time-group.vue.d.ts +1 -1
- package/types/components/wt-vidstack-player/components/panels/playback-controls-panel/playback-controls-panel.vue.d.ts +1 -1
- package/types/components/wt-vidstack-player/components/panels/screen-sharing-controls-panel/screen-sharing-controls-panel.vue.d.ts +3 -3
- package/types/components/wt-vidstack-player/components/panels/video-call-controls-panel/video-call-controls-panel.vue.d.ts +14 -14
- package/types/components/wt-vidstack-player/components/panels/video-display-panel/video-display-panel.vue.d.ts +2 -2
- package/types/components/wt-vidstack-player/components/screenshot-box/screenshot-box.vue.d.ts +2 -2
- package/types/components/wt-vidstack-player/components/toggle-button.vue.d.ts +1 -1
- package/types/components/wt-vidstack-player/composables/useVidstackPlayerSize.d.ts +2 -0
- package/types/components/wt-vidstack-player/composables/useVidstackSrc.d.ts +11 -4
- package/types/components/wt-vidstack-player/wt-vidstack-player.vue.d.ts +8 -7
- package/types/composables/useCachedInterval/useCachedInterval.d.ts +1 -1
- package/types/composables/useCachedItemInstanceName/useCachedItemInstanceName.d.ts +1 -1
- package/types/composables/useCard/useCardTabs.d.ts +1 -1
- package/types/composables/useClose/useClose.d.ts +1 -1
- package/types/enums/MessageColor/MessageColor.d.ts +1 -1
- package/types/enums/MessageVariant/MessageVariant.d.ts +1 -1
- package/types/locale/en/en.d.ts +3 -2
- package/types/locale/es/es.d.ts +3 -2
- package/types/locale/i18n.d.ts +27 -18
- package/types/locale/index.d.ts +27 -18
- package/types/locale/kz/kz.d.ts +3 -2
- package/types/locale/pl/pl.d.ts +3 -2
- package/types/locale/ro/ro.d.ts +3 -2
- package/types/locale/ru/ru.d.ts +3 -2
- package/types/locale/uk/uk.d.ts +3 -2
- package/types/locale/uz/uz.d.ts +3 -2
- package/types/locale/vi/vi.d.ts +3 -2
- package/types/mixins/dataFilterMixins/_urlControllerMixin/_urlControllerMixin.d.ts +1 -1
- package/types/mixins/dataFilterMixins/apiFilterMixin.d.ts +3 -3
- package/types/mixins/dataFilterMixins/baseFilterMixin/baseFilterMixin.d.ts +1 -1
- package/types/mixins/dataFilterMixins/enumFilterMixin.d.ts +4 -4
- package/types/mixins/dataFilterMixins/paginationFilterMixin.d.ts +2 -2
- package/types/mixins/dataFilterMixins/sortFilterMixin.d.ts +1 -1
- package/types/mixins/validationMixin/regle/useRegleValidation.d.ts +1 -1
- package/types/mixins/validationMixin/useValidation.d.ts +2 -2
- package/types/mixins/validationMixin/validationMixin.d.ts +1 -1
- package/types/mixins/validationMixin/vuelidate/useVuelidateValidation.d.ts +9 -5
- package/types/modules/AgentPdfs/components/agent-pdfs-tab.vue.d.ts +1 -1
- package/types/modules/AgentPdfs/components/pdf-status-preview.vue.d.ts +1 -1
- package/types/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts +4 -4
- package/types/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue.d.ts +1 -1
- package/types/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue.d.ts +1 -1
- package/types/modules/Appearance/components/wt-dark-mode-switcher.vue.d.ts +1 -1
- package/types/modules/Appearance/pinia/store/AppearanceStore.d.ts +3 -3
- package/types/modules/Appearance/store/AppearanceStoreModule.d.ts +1 -1
- package/types/modules/AuditForm/components/audit-form-question-read-wrapper.vue.d.ts +3 -3
- package/types/modules/AuditForm/components/audit-form-question-write-wrapper.vue.d.ts +2 -2
- package/types/modules/AuditForm/components/audit-form-question.vue.d.ts +7 -7
- package/types/modules/AuditForm/components/audit-form.vue.d.ts +6 -6
- package/types/modules/AuditForm/components/form/form-footer/audit-form-footer.vue.d.ts +3 -3
- package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options-write-row.vue.d.ts +2 -2
- package/types/modules/AuditForm/components/form-questions/options/audit-form-question-options.vue.d.ts +4 -4
- package/types/modules/AuditForm/components/form-questions/score/audit-form-question-score.vue.d.ts +6 -6
- package/types/modules/AuditForm/components/form-questions/yes/audit-form-question-yes.vue.d.ts +2 -2
- package/types/modules/CSVExport/CSVExport.d.ts +3 -6
- package/types/modules/CSVExport/XLSExport.d.ts +1 -1
- package/types/modules/CSVExport/composables/useCSVExport.d.ts +6 -6
- package/types/modules/CSVExport/mixins/exportCSVMixin.d.ts +1 -1
- package/types/modules/CSVExport/mixins/exportXLSMixin.d.ts +1 -1
- package/types/modules/CallSession/modules/ScreenSharing/screen-sharing.vue.d.ts +3 -3
- package/types/modules/CallSession/modules/VideoCall/composables/useReceiverLiveStream.d.ts +6 -6
- package/types/modules/CallSession/modules/VideoCall/video-call.vue.d.ts +17 -17
- package/types/modules/CardStoreModule/store/CardStoreModule.d.ts +1 -1
- package/types/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue.d.ts +2 -2
- package/types/modules/DeleteConfirmationPopup/composables/useDeleteConfirmationPopup.d.ts +1 -1
- package/types/modules/Filters/classes/BaseFilterSchema.d.ts +7 -7
- package/types/modules/Filters/components/filter-search.vue.d.ts +2 -2
- package/types/modules/Filters/components/filter-table-fields.vue.d.ts +3 -3
- package/types/modules/Filters/scripts/getters/localStorageGetter.d.ts +1 -1
- package/types/modules/Filters/store/FiltersStoreModule.d.ts +1 -1
- package/types/modules/Notifications/assets/audio/triggerSound.d.ts +1 -1
- package/types/modules/Notifications/store/NotificationsStoreModule.d.ts +9 -9
- package/types/modules/ObjectPermissions/components/_internal/permissions-role-row.vue.d.ts +1 -1
- package/types/modules/ObjectPermissions/components/_internal/permissions-role-select.vue.d.ts +1 -1
- package/types/modules/ObjectPermissions/components/_internal/permissions-tab-content.vue.d.ts +5 -5
- package/types/modules/ObjectPermissions/components/_internal/permissions-tab-role-popup.vue.d.ts +2 -2
- package/types/modules/ObjectPermissions/headers/headers.d.ts +1 -1
- package/types/modules/ObjectPermissions/store/objectPermissionsStoreModule.d.ts +2 -2
- package/types/modules/QueryFilters/classes/BaseFilterSchema.d.ts +2 -2
- package/types/modules/QueryFilters/components/abstract-api-filter.vue.d.ts +1 -1
- package/types/modules/QueryFilters/components/abstract-enum-filter.vue.d.ts +1 -1
- package/types/modules/QueryFilters/components/filter-datetime.vue.d.ts +1 -1
- package/types/modules/QueryFilters/components/filter-from-to.vue.d.ts +1 -1
- package/types/modules/QueryFilters/components/filter-search.vue.d.ts +1 -1
- package/types/modules/QueryFilters/components/filter-table-fields.vue.d.ts +3 -3
- package/types/modules/QueryFilters/mixins/_urlControllerMixin/_urlControllerMixin.d.ts +1 -1
- package/types/modules/QueryFilters/mixins/apiFilterMixin.d.ts +1 -1
- package/types/modules/QueryFilters/mixins/baseFilterMixin/baseFilterMixin.d.ts +1 -1
- package/types/modules/QueryFilters/mixins/enumFilterMixin.d.ts +1 -1
- package/types/modules/QueryFilters/mixins/paginationFilterMixin.d.ts +2 -2
- package/types/modules/QueryFilters/mixins/sortFilterMixin.d.ts +1 -1
- package/types/modules/QueryFilters/store/QueryFiltersStoreModule.d.ts +4 -4
- package/types/modules/TableComponentModule/composables/useTableEmpty.d.ts +7 -7
- package/types/modules/TableStoreModule/store/TableStoreModule.d.ts +5 -5
- package/types/modules/UploadCsvPopup/components/wt-upload-csv-popup.vue.d.ts +5 -5
- package/types/modules/UploadCsvPopup/composable/useUploadCsv.d.ts +21 -11
- package/types/modules/UploadCsvPopup/scripts/normalizeCSVData.d.ts +15 -20
- package/types/modules/UploadCsvPopup/scripts/parseCSV.d.ts +2 -1
- package/types/modules/UploadCsvPopup/scripts/processFile.d.ts +2 -2
- package/types/modules/UploadCsvPopup/scripts/splitAndSaveData.d.ts +3 -3
- package/types/modules/Userinfo/classes/ApplicationsAccess.d.ts +2 -10
- package/types/modules/Userinfo/mappings/mappings.d.ts +12 -24
- package/types/modules/Userinfo/scripts/utils.d.ts +2 -2
- package/types/modules/Userinfo/stores/settingsStore.d.ts +4 -4
- package/types/modules/Userinfo/stores/userinfoStore.d.ts +3 -3
- package/types/modules/Userinfo/types/UserAccess.d.ts +1 -1
- package/types/scripts/compareSize.d.ts +4 -4
- package/types/scripts/debounce.d.ts +1 -1
- package/types/scripts/sortQueryAdapters.d.ts +3 -3
- package/types/store/BaseStoreModules/BaseStoreModule.d.ts +6 -6
- package/types/store/new/modules/apiStoreModule/apiStoreModule.d.ts +12 -12
- package/types/store/new/modules/tableStoreModule/tableStoreModule.d.ts +4 -4
- package/types/utils/displayText.d.ts +1 -1
- package/types/validations/config/errors/customZodErrorsHandler.d.ts +1 -1
- package/dist/vidstack-video-DwlbGwN7.js +0 -2
- package/dist/wt-send-message-popup-MbV1uq6H.js +0 -77
- package/dist/wt-start-page-DMXRhA9E.js +0 -86
- package/dist/{wt-popover-ChCN6b1o.js → wt-popover-lP-AhF8l.js} +3 -3
|
@@ -3,12 +3,12 @@ import { t } from "./vue-i18n-Db_oYfO8.js";
|
|
|
3
3
|
import { computed as n, isReactive as r, isRef as i, unref as a } from "vue";
|
|
4
4
|
//#region src/mixins/validationMixin/regle/useRegleValidation.ts
|
|
5
5
|
var o = ({ field: e }) => ({
|
|
6
|
-
invalid: n(() => e?.value
|
|
6
|
+
invalid: n(() => e?.value?.$error ?? null),
|
|
7
7
|
validationText: n(() => e?.value?.$errors?.at(0))
|
|
8
8
|
}), s = ({ field: e, customValidators: o }) => {
|
|
9
9
|
let { t: s } = t(), c = e, l = o;
|
|
10
|
-
r(e) && (c = n(() => a(e)), l = n(() => o));
|
|
11
|
-
let u = n(() => !!c && !!c.value && !!Object.keys(c.value).length), d = n(() => u.value && c?.value?.$error);
|
|
10
|
+
r(e) && (c = n(() => a(e)), l = n(() => a(o)));
|
|
11
|
+
let u = n(() => !!c && !!c.value && !!Object.keys(c.value).length), d = n(() => u.value && !!c?.value?.$error);
|
|
12
12
|
return {
|
|
13
13
|
isValidation: u,
|
|
14
14
|
invalid: d,
|
|
@@ -31,7 +31,7 @@ var o = ({ field: e }) => ({
|
|
|
31
31
|
return {
|
|
32
32
|
isValidation: p,
|
|
33
33
|
invalid: m,
|
|
34
|
-
validationText: n(() => f.value ? d
|
|
34
|
+
validationText: n(() => f.value ? d?.value : l.value),
|
|
35
35
|
validationTextColor: n(() => m.value ? e.ERROR : e.SECONDARY)
|
|
36
36
|
};
|
|
37
37
|
};
|
|
@@ -143,14 +143,14 @@ function J({ type: e }) {
|
|
|
143
143
|
//#endregion
|
|
144
144
|
//#region src/components/wt-vidstack-player/composables/useVidstackSrc.ts
|
|
145
145
|
var Y = ({ src: e, type: t, stream: n }) => {
|
|
146
|
-
let r = f(e), i = f(t), a = f(n), s = o(() => a.value ? "video/object" : i.value ||
|
|
146
|
+
let r = f(e), i = f(t), a = f(n), s = o(() => typeof r.value == "object" ? r.value : void 0), c = o(() => a.value ? "video/object" : i.value || s.value?.type), l = o(() => {
|
|
147
147
|
if (a.value) return a.value;
|
|
148
|
-
let e = typeof r.value == "string" ? r.value :
|
|
149
|
-
return e instanceof Blob ? e : e
|
|
148
|
+
let e = typeof r.value == "string" ? r.value : s.value?.src;
|
|
149
|
+
return e instanceof Blob ? e : typeof e == "string" ? e.replace("/download", "/stream") : e;
|
|
150
150
|
});
|
|
151
151
|
return { normalizedSrcObject: o(() => q({
|
|
152
|
-
src:
|
|
153
|
-
type:
|
|
152
|
+
src: l.value,
|
|
153
|
+
type: c.value ?? ""
|
|
154
154
|
})) };
|
|
155
155
|
};
|
|
156
156
|
//#endregion
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { V as e, W as t, Y as n, i as r, r as i } from "./vidstack-D9mvYVIz-DesuYgKV.js";
|
|
2
|
-
import { d as a, m as o, p as s } from "./useVidstackSrc-
|
|
3
|
-
import { n as c, t as l } from "./vidstack-CI5oafcm-
|
|
2
|
+
import { d as a, m as o, p as s } from "./useVidstackSrc-aQcqC_v0.js";
|
|
3
|
+
import { n as c, t as l } from "./vidstack-CI5oafcm-EXmYmdjq.js";
|
|
4
4
|
import { n as u, t as d } from "./vidstack-DYPyTdYw-BzqKxwCK.js";
|
|
5
5
|
//#region node_modules/vidstack/prod/chunks/vidstack-C6nBVWwn.js
|
|
6
6
|
var f = class {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { A as e, F as t, G as n, Q as r, V as i, W as a, X as o, h as s, i as c, r as l, v as u } from "./vidstack-D9mvYVIz-DesuYgKV.js";
|
|
2
|
-
import { b as d, i as f, o as p, v as m } from "./useVidstackSrc-
|
|
2
|
+
import { b as d, i as f, o as p, v as m } from "./useVidstackSrc-aQcqC_v0.js";
|
|
3
3
|
import { n as h, t as g } from "./vidstack-ijoHbXQB-DBClSWHE.js";
|
|
4
4
|
import { n as _ } from "./vidstack-CZQo98ic-D3uTuzB9.js";
|
|
5
5
|
//#region node_modules/vidstack/prod/chunks/vidstack-BFrlqsuF.js
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { G as e } from "./vidstack-D9mvYVIz-DesuYgKV.js";
|
|
2
|
-
import { c as t, i as n, r } from "./useVidstackSrc-
|
|
2
|
+
import { c as t, i as n, r } from "./useVidstackSrc-aQcqC_v0.js";
|
|
3
3
|
import { r as i } from "./vidstack-mvRkf9tF-CoFf7dS9.js";
|
|
4
4
|
import { c as a, i as o, l as s, n as c, o as l, r as u, t as d, u as f } from "./vidstack-DATGlkSz2-BnlUxvSa.js";
|
|
5
5
|
//#region node_modules/vidstack/prod/chunks/vidstack-DUnfBERX2.js
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Y as e } from "./vidstack-D9mvYVIz-DesuYgKV.js";
|
|
2
|
-
import { n as t, t as n } from "./vidstack-CI5oafcm-
|
|
2
|
+
import { n as t, t as n } from "./vidstack-CI5oafcm-EXmYmdjq.js";
|
|
3
3
|
//#region node_modules/vidstack/prod/providers/vidstack-audio.js
|
|
4
4
|
var r = class extends t {
|
|
5
5
|
$$PROVIDER_TYPE = "AUDIO";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { E as e, F as t, G as n, L as r, M as i, V as a, f as o, r as s, v as c } from "./vidstack-D9mvYVIz-DesuYgKV.js";
|
|
2
|
-
import { _ as l, f as u, r as d, u as f } from "./useVidstackSrc-
|
|
2
|
+
import { _ as l, f as u, r as d, u as f } from "./useVidstackSrc-aQcqC_v0.js";
|
|
3
3
|
import { i as p, r as m } from "./vidstack-mvRkf9tF-CoFf7dS9.js";
|
|
4
4
|
import { n as h, t as g } from "./vidstack-ijoHbXQB-DBClSWHE.js";
|
|
5
5
|
import { n as _, t as v } from "./vidstack-DYPyTdYw-BzqKxwCK.js";
|
|
6
6
|
import { t as y } from "./vidstack-_E7LrUjK-DaCLs8ge.js";
|
|
7
|
-
import { t as b } from "./vidstack-C6nBVWwn-
|
|
7
|
+
import { t as b } from "./vidstack-C6nBVWwn-DNsvM1pU.js";
|
|
8
8
|
import { n as x } from "./vidstack-CDOoBnJL-BCwLE1fB.js";
|
|
9
9
|
//#region node_modules/vidstack/prod/chunks/vidstack-cIhilC9U.js
|
|
10
10
|
function S(e) {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { E as e, F as t, G as n, L as r, V as i, f as a, r as o, v as s } from "./vidstack-D9mvYVIz-DesuYgKV.js";
|
|
2
|
-
import { r as c, y as l } from "./useVidstackSrc-
|
|
2
|
+
import { r as c, y as l } from "./useVidstackSrc-aQcqC_v0.js";
|
|
3
3
|
import { i as u, r as d } from "./vidstack-mvRkf9tF-CoFf7dS9.js";
|
|
4
4
|
import { n as f, t as p } from "./vidstack-ijoHbXQB-DBClSWHE.js";
|
|
5
5
|
import { n as m, t as h } from "./vidstack-DYPyTdYw-BzqKxwCK.js";
|
|
6
6
|
import { t as g } from "./vidstack-_E7LrUjK-DaCLs8ge.js";
|
|
7
|
-
import { t as _ } from "./vidstack-C6nBVWwn-
|
|
7
|
+
import { t as _ } from "./vidstack-C6nBVWwn-DNsvM1pU.js";
|
|
8
8
|
import { n as v } from "./vidstack-CDOoBnJL-BCwLE1fB.js";
|
|
9
9
|
//#region node_modules/vidstack/prod/providers/vidstack-hls.js
|
|
10
10
|
var y = (e) => a(e), b = class {
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { n as e, t } from "./dist-Crpfx4FA.js";
|
|
2
|
+
import { inject as n } from "vue";
|
|
3
|
+
t(), Array.isArray;
|
|
4
|
+
var r = /* @__PURE__ */ function(e) {
|
|
5
|
+
return e[e.MATCHER_NOT_FOUND = 1] = "MATCHER_NOT_FOUND", e[e.NAVIGATION_GUARD_REDIRECT = 2] = "NAVIGATION_GUARD_REDIRECT", e[e.NAVIGATION_ABORTED = 4] = "NAVIGATION_ABORTED", e[e.NAVIGATION_CANCELLED = 8] = "NAVIGATION_CANCELLED", e[e.NAVIGATION_DUPLICATED = 16] = "NAVIGATION_DUPLICATED", e;
|
|
6
|
+
}({});
|
|
7
|
+
Symbol(e.env.NODE_ENV === "production" ? "" : "navigation failure"), r.MATCHER_NOT_FOUND, r.NAVIGATION_GUARD_REDIRECT, r.NAVIGATION_ABORTED, r.NAVIGATION_CANCELLED, r.NAVIGATION_DUPLICATED, Symbol(e.env.NODE_ENV === "production" ? "" : "router view location matched"), Symbol(e.env.NODE_ENV === "production" ? "" : "router view depth");
|
|
8
|
+
var i = Symbol(e.env.NODE_ENV === "production" ? "" : "router");
|
|
9
|
+
Symbol(e.env.NODE_ENV === "production" ? "" : "route location"), Symbol(e.env.NODE_ENV === "production" ? "" : "router view location"), t(), (/* @__PURE__ */ function(e) {
|
|
10
|
+
return e[e.Static = 0] = "Static", e[e.Param = 1] = "Param", e[e.Group = 2] = "Group", e;
|
|
11
|
+
}({})).Static;
|
|
12
|
+
function a() {
|
|
13
|
+
return n(i);
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { a as t };
|
|
@@ -58,9 +58,9 @@ var w = /* @__PURE__ */ l({
|
|
|
58
58
|
[r.SM]: "small",
|
|
59
59
|
[r.MD]: "medium"
|
|
60
60
|
}, E = {
|
|
61
|
-
[r.XS]:
|
|
62
|
-
[r.SM]:
|
|
63
|
-
[r.MD]:
|
|
61
|
+
[r.XS]: r.SM,
|
|
62
|
+
[r.SM]: r.SM,
|
|
63
|
+
[r.MD]: r.MD
|
|
64
64
|
}, D = t, O = n, k = b(), A = m(!1), j = i(() => ({ "wt-badge--absolute": D.badgeAbsolutePosition })), M = v(u("darkMode")), N = i(() => M.value ? "on-dark" : "on-light");
|
|
65
65
|
return x(() => D.loading, (e) => {
|
|
66
66
|
e ? A.value = !0 : setTimeout(() => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import "./components-
|
|
1
|
+
import "./components-BENKf-0C.js";
|
|
2
2
|
import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { l as t } from "./enums-De8CDKZ1.js";
|
|
4
|
-
import { t as n } from "./wt-button-
|
|
5
|
-
import { n as r } from "./wt-toast-
|
|
4
|
+
import { t as n } from "./wt-button-OZTROX1W.js";
|
|
5
|
+
import { n as r } from "./wt-toast-Cb15-PN4.js";
|
|
6
6
|
import { Teleport as i, computed as a, createBlock as o, createCommentVNode as s, createElementBlock as c, createVNode as l, nextTick as u, onBeforeUnmount as d, openBlock as f, ref as p, resolveDirective as m, unref as h, withDirectives as g } from "vue";
|
|
7
7
|
//#region node_modules/emoji-picker-element/database.js
|
|
8
8
|
function _(e) {
|
|
@@ -2,7 +2,7 @@ import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
|
|
|
2
2
|
import { d as t, f as n, l as r, r as i } from "./enums-De8CDKZ1.js";
|
|
3
3
|
import { a, i as o, n as s, r as c, t as l } from "./toZonedTime-B8L5kbse.js";
|
|
4
4
|
import { t as u } from "./vue-i18n-Db_oYfO8.js";
|
|
5
|
-
import { t as d } from "./useValidation-
|
|
5
|
+
import { t as d } from "./useValidation-B4_82RZv.js";
|
|
6
6
|
import { computed as f, createBlock as p, createCommentVNode as m, createElementBlock as h, createElementVNode as g, createTextVNode as _, createVNode as v, defineComponent as y, guardReactiveProps as b, mergeModels as x, mergeProps as S, nextTick as C, normalizeProps as w, onMounted as T, onUnmounted as E, openBlock as D, renderSlot as O, resolveComponent as k, toDisplayString as A, toRefs as j, unref as M, useModel as N, useTemplateRef as ee, vShow as te, withCtx as P, withDirectives as F } from "vue";
|
|
7
7
|
import I from "primevue/datepicker";
|
|
8
8
|
//#region node_modules/date-fns-tz/dist/esm/fromZonedTime/index.js
|
|
@@ -202,7 +202,11 @@ var W = { class: "wt-datepicker" }, G = { class: "wt-datepicker__button-bar" },
|
|
|
202
202
|
required: { type: Boolean },
|
|
203
203
|
clearable: { type: Boolean },
|
|
204
204
|
timezone: {},
|
|
205
|
-
v: {
|
|
205
|
+
v: { type: [
|
|
206
|
+
Object,
|
|
207
|
+
null,
|
|
208
|
+
Boolean
|
|
209
|
+
] },
|
|
206
210
|
customValidators: { default: () => [] },
|
|
207
211
|
modelValue: {},
|
|
208
212
|
defaultValue: {},
|
|
@@ -302,7 +306,7 @@ var W = { class: "wt-datepicker" }, G = { class: "wt-datepicker__button-bar" },
|
|
|
302
306
|
let t = o.timezone ? L(e, o.timezone) : e;
|
|
303
307
|
s.value = t.getTime();
|
|
304
308
|
}
|
|
305
|
-
}), x = ee("datepicker"), T = `datepicker-${Math.random().toString(36).slice(2, 11)}`, { onBlur:
|
|
309
|
+
}), x = ee("datepicker"), T = (e) => e, E = `datepicker-${Math.random().toString(36).slice(2, 11)}`, { onBlur: R, lockOverlay: z, unlockOverlay: B } = U(() => x.value?.$el?.querySelector("input") ?? null, () => x.value ?? null, () => !!o.showTime, () => !!o.clearable), V = f(() => o.placholder || `dd/mm/yyyy ${o.showTime ? "hh:mm" : ""}`), H = () => {
|
|
306
310
|
if (o.showTime && y.value) {
|
|
307
311
|
let e = y.value;
|
|
308
312
|
C(() => {
|
|
@@ -310,42 +314,42 @@ var W = { class: "wt-datepicker" }, G = { class: "wt-datepicker__button-bar" },
|
|
|
310
314
|
});
|
|
311
315
|
}
|
|
312
316
|
setTimeout(() => {
|
|
313
|
-
x.value?.alignOverlay();
|
|
317
|
+
x.value?.alignOverlay?.();
|
|
314
318
|
let e = x.value?.overlay;
|
|
315
|
-
e && (e.style.minWidth = "",
|
|
319
|
+
e && (e.style.minWidth = "", z(e));
|
|
316
320
|
}, 0);
|
|
317
|
-
},
|
|
318
|
-
|
|
319
|
-
},
|
|
320
|
-
v:
|
|
321
|
-
customValidators:
|
|
321
|
+
}, X = () => {
|
|
322
|
+
B();
|
|
323
|
+
}, Z = f(() => o.required ? `${o.label}*` : o.label), { v: ne, customValidators: re } = j(o), { isValidation: ie, invalid: Q, validationText: $, validationTextColor: ae } = d({
|
|
324
|
+
v: ne,
|
|
325
|
+
customValidators: re
|
|
322
326
|
});
|
|
323
327
|
return (a, o) => {
|
|
324
328
|
let s = k("wt-label"), l = k("wt-button"), u = k("wt-icon-btn"), d = k("wt-message");
|
|
325
329
|
return D(), h("div", W, [
|
|
326
330
|
v(s, S(e.labelProps, { disabled: e.disabled }, {
|
|
327
|
-
for:
|
|
331
|
+
for: E,
|
|
328
332
|
invalid: M(Q)
|
|
329
333
|
}), {
|
|
330
|
-
default: P(() => [O(a.$slots, "label", w(b({ label: e.label })), () => [_(A(
|
|
334
|
+
default: P(() => [O(a.$slots, "label", w(b({ label: e.label })), () => [_(A(Z.value), 1)], !0)], void 0, !0),
|
|
331
335
|
_: 3
|
|
332
336
|
}, 16, ["disabled", "invalid"]),
|
|
333
337
|
v(M(I), {
|
|
334
338
|
ref_key: "datepicker",
|
|
335
339
|
ref: x,
|
|
336
|
-
id:
|
|
340
|
+
id: E,
|
|
337
341
|
modelValue: y.value,
|
|
338
342
|
"onUpdate:modelValue": o[0] ||= (e) => y.value = e,
|
|
339
343
|
"date-format": "dd/mm/yy",
|
|
340
344
|
"input-class": "typo-body-1",
|
|
341
345
|
required: e.required,
|
|
342
346
|
disabled: e.disabled,
|
|
343
|
-
invalid: M(Q),
|
|
347
|
+
invalid: M(Q) ?? void 0,
|
|
344
348
|
"show-time": e.showTime,
|
|
345
349
|
"min-date": e.minDate,
|
|
346
350
|
"max-date": e.maxDate,
|
|
347
|
-
placeholder:
|
|
348
|
-
"show-clear": e.clearable && y.value,
|
|
351
|
+
placeholder: V.value,
|
|
352
|
+
"show-clear": !!(e.clearable && y.value),
|
|
349
353
|
"show-button-bar": "",
|
|
350
354
|
fluid: "",
|
|
351
355
|
pt: {
|
|
@@ -357,9 +361,9 @@ var W = { class: "wt-datepicker" }, G = { class: "wt-datepicker__button-bar" },
|
|
|
357
361
|
minute: { class: "typo-body-2" },
|
|
358
362
|
panel: { style: { maxWidth: "380px" } }
|
|
359
363
|
},
|
|
360
|
-
onShow:
|
|
361
|
-
onHide:
|
|
362
|
-
onBlur: M(
|
|
364
|
+
onShow: H,
|
|
365
|
+
onHide: X,
|
|
366
|
+
onBlur: M(R)
|
|
363
367
|
}, {
|
|
364
368
|
buttonbar: P(({ todayCallback: i, clearCallback: a }) => [g("div", G, [v(l, {
|
|
365
369
|
color: M(n).SECONDARY,
|
|
@@ -402,24 +406,24 @@ var W = { class: "wt-datepicker" }, G = { class: "wt-datepicker__button-bar" },
|
|
|
402
406
|
onClick: e
|
|
403
407
|
}, null, 8, ["onClick"])]),
|
|
404
408
|
hourincrementbutton: P(({ callbacks: e }) => [g("span", {
|
|
405
|
-
onMousedown: e.mousedown,
|
|
406
|
-
onMouseup: e.mouseup,
|
|
407
|
-
onMouseleave: e.mouseleave
|
|
409
|
+
onMousedown: T(e).mousedown,
|
|
410
|
+
onMouseup: T(e).mouseup,
|
|
411
|
+
onMouseleave: T(e).mouseleave
|
|
408
412
|
}, [v(u, { icon: "arrow-up" })], 40, K)]),
|
|
409
413
|
hourdecrementbutton: P(({ callbacks: e }) => [g("span", {
|
|
410
|
-
onMousedown: e.mousedown,
|
|
411
|
-
onMouseup: e.mouseup,
|
|
412
|
-
onMouseleave: e.mouseleave
|
|
414
|
+
onMousedown: T(e).mousedown,
|
|
415
|
+
onMouseup: T(e).mouseup,
|
|
416
|
+
onMouseleave: T(e).mouseleave
|
|
413
417
|
}, [v(u, { icon: "arrow-down" })], 40, q)]),
|
|
414
418
|
minuteincrementbutton: P(({ callbacks: e }) => [g("span", {
|
|
415
|
-
onMousedown: e.mousedown,
|
|
416
|
-
onMouseup: e.mouseup,
|
|
417
|
-
onMouseleave: e.mouseleave
|
|
419
|
+
onMousedown: T(e).mousedown,
|
|
420
|
+
onMouseup: T(e).mouseup,
|
|
421
|
+
onMouseleave: T(e).mouseleave
|
|
418
422
|
}, [v(u, { icon: "arrow-up" })], 40, J)]),
|
|
419
423
|
minutedecrementbutton: P(({ callbacks: e }) => [g("span", {
|
|
420
|
-
onMousedown: e.mousedown,
|
|
421
|
-
onMouseup: e.mouseup,
|
|
422
|
-
onMouseleave: e.mouseleave
|
|
424
|
+
onMousedown: T(e).mousedown,
|
|
425
|
+
onMouseup: T(e).mouseup,
|
|
426
|
+
onMouseleave: T(e).mouseleave
|
|
423
427
|
}, [v(u, { icon: "arrow-down" })], 40, Y)]),
|
|
424
428
|
_: 1
|
|
425
429
|
}, 8, [
|
|
@@ -434,9 +438,9 @@ var W = { class: "wt-datepicker" }, G = { class: "wt-datepicker__button-bar" },
|
|
|
434
438
|
"show-clear",
|
|
435
439
|
"onBlur"
|
|
436
440
|
]),
|
|
437
|
-
M(
|
|
441
|
+
M(ie) && M($) ? (D(), p(d, {
|
|
438
442
|
key: 0,
|
|
439
|
-
color: M(
|
|
443
|
+
color: M(ae),
|
|
440
444
|
variant: M(i).SIMPLE,
|
|
441
445
|
size: M(r).SM
|
|
442
446
|
}, {
|
|
@@ -450,6 +454,6 @@ var W = { class: "wt-datepicker" }, G = { class: "wt-datepicker__button-bar" },
|
|
|
450
454
|
]);
|
|
451
455
|
};
|
|
452
456
|
}
|
|
453
|
-
}), [["__scopeId", "data-v-
|
|
457
|
+
}), [["__scopeId", "data-v-e763bd8a"]]);
|
|
454
458
|
//#endregion
|
|
455
459
|
export { X as default };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as e, i as t } from "./components-
|
|
1
|
+
import { C as e, i as t } from "./components-BENKf-0C.js";
|
|
2
2
|
import { t as n } from "./_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { t as r } from "./displayText-CtaxzaBz.js";
|
|
4
4
|
import { Fragment as i, computed as a, createCommentVNode as o, createElementBlock as s, createTextVNode as c, createVNode as l, defineComponent as u, openBlock as d, renderList as f, renderSlot as p, toDisplayString as m, unref as h, withCtx as g } from "vue";
|
|
@@ -29,6 +29,6 @@ var _ = { class: "wt-display-chip-items" }, v = { key: 0 }, y = ["onClick"], b =
|
|
|
29
29
|
})
|
|
30
30
|
]));
|
|
31
31
|
}
|
|
32
|
-
}), [["__scopeId", "data-v-
|
|
32
|
+
}), [["__scopeId", "data-v-02135394"]]);
|
|
33
33
|
//#endregion
|
|
34
34
|
export { b as default };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
|
|
2
2
|
import { l as t } from "./enums-De8CDKZ1.js";
|
|
3
3
|
import { t as n } from "./useExpansion-DVdIpoOn.js";
|
|
4
|
-
import "./composables-
|
|
4
|
+
import "./composables-BtWSAI5D.js";
|
|
5
5
|
import { t as r } from "./wt-expand-transition-C2p9bR4j.js";
|
|
6
6
|
import { createElementBlock as i, createElementVNode as a, createVNode as o, defineComponent as s, guardReactiveProps as c, normalizeClass as l, normalizeProps as u, openBlock as d, renderSlot as f, resolveComponent as p, toRef as m, unref as h, vShow as g, withCtx as _, withDirectives as v, withKeys as y } from "vue";
|
|
7
7
|
//#region src/components/wt-expansion-card/wt-expansion-card.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
|
|
2
2
|
import { t } from "./vue-i18n-Db_oYfO8.js";
|
|
3
|
-
import { a as n, o as r } from "./composables-
|
|
3
|
+
import { a as n, o as r } from "./composables-BtWSAI5D.js";
|
|
4
4
|
import { Fragment as i, computed as a, createBlock as o, createCommentVNode as s, createElementBlock as c, createElementVNode as l, createTextVNode as u, createVNode as d, defineComponent as f, mergeModels as p, mergeProps as m, nextTick as h, normalizeClass as g, onMounted as _, onUnmounted as v, openBlock as y, ref as b, renderSlot as x, resolveComponent as S, toDisplayString as C, unref as w, useAttrs as T, useModel as E, vShow as D, watch as O, withCtx as k, withDirectives as A } from "vue";
|
|
5
5
|
//#region src/modules/DeleteConfirmationPopup/composables/useDeleteConfirmationPopup.js
|
|
6
6
|
var j = () => {
|
|
7
7
|
let e = b(!1), t = b(0), n = b(() => {});
|
|
8
|
-
function r({ deleted: r, callback: i }) {
|
|
8
|
+
function r({ deleted: r = void 0, callback: i }) {
|
|
9
9
|
Array.isArray(r) ? t.value = r.length : t.value = 1, e.value = !0, n.value = i;
|
|
10
10
|
}
|
|
11
11
|
function i() {
|
|
@@ -121,10 +121,7 @@ var j = () => {
|
|
|
121
121
|
}, Y = () => {
|
|
122
122
|
T.value = !1;
|
|
123
123
|
}, X = () => {
|
|
124
|
-
N.value && B(), K({
|
|
125
|
-
deleteCount: 1,
|
|
126
|
-
callback: () => f("delete", m)
|
|
127
|
-
});
|
|
124
|
+
N.value && B(), K({ callback: () => f("delete", m) });
|
|
128
125
|
};
|
|
129
126
|
return O(() => x.value, (e, t) => {
|
|
130
127
|
e?.src !== t?.src && (T.value = !0);
|
|
@@ -49,7 +49,7 @@ var x = { class: "wt-checkbox" }, S = { class: "wt-checkbox__checkmark" }, C = {
|
|
|
49
49
|
}),
|
|
50
50
|
emits: ["update:selected"],
|
|
51
51
|
setup(e) {
|
|
52
|
-
let t = e, c = v(e, "selected"), u = `checkbox-${Math.random().toString(36).slice(2, 11)}`, d = y(), f = n(() => t.label || d.label), w = n(() => !Array.isArray(c.value)), T = n(() => w.value ? c.value : c.value.includes(t.value)), E = n(() => T.value ? "checkbox-tick" : ""), D = n(() => t.disabled ? "disabled" : T.value ? "active" : null);
|
|
52
|
+
let t = e, c = v(e, "selected"), u = `checkbox-${Math.random().toString(36).slice(2, 11)}`, d = y(), f = n(() => t.label || d.label), w = n(() => !Array.isArray(c.value)), T = n(() => w.value ? c.value : Array.isArray(c.value) ? c.value.includes(String(t.value)) : !1), E = n(() => T.value ? "checkbox-tick" : ""), D = n(() => t.disabled ? "disabled" : T.value ? "active" : null);
|
|
53
53
|
return (t, n) => {
|
|
54
54
|
let d = g("wt-icon"), v = g("p-checkbox"), y = g("wt-label");
|
|
55
55
|
return m(), a("div", x, [s(v, {
|
|
@@ -83,7 +83,7 @@ var x = { class: "wt-checkbox" }, S = { class: "wt-checkbox__checkmark" }, C = {
|
|
|
83
83
|
}, 8, ["disabled"])) : i("", !0)]);
|
|
84
84
|
};
|
|
85
85
|
}
|
|
86
|
-
}), [["__scopeId", "data-v-
|
|
86
|
+
}), [["__scopeId", "data-v-b8e46222"]]), T = /*#__PURE__*/ t(/* @__PURE__ */ c({
|
|
87
87
|
__name: "wt-icon-btn",
|
|
88
88
|
props: { disabled: {
|
|
89
89
|
type: Boolean,
|
|
@@ -37,7 +37,7 @@ var _ = { class: "nav-menu__category nav-menu-lvl-1" }, v = ["onClick"], y = /*#
|
|
|
37
37
|
}, null, 8, ["color", "icon"]), a(" " + p(t.name), 1)], 10, v), g(i("div", null, [d(n.$slots, "default", {}, void 0, !0)], 512), [[m, e.selected.value === t.value]])]))), 128))]);
|
|
38
38
|
};
|
|
39
39
|
}
|
|
40
|
-
}, [["__scopeId", "data-v-
|
|
40
|
+
}, [["__scopeId", "data-v-52920c85"]]), b = { class: "nav-menu__category nav-menu-lvl-2" }, x = /*#__PURE__*/ e({
|
|
41
41
|
__name: "nav-menu-lvl-2",
|
|
42
42
|
props: { categories: {
|
|
43
43
|
type: Array,
|
|
@@ -58,7 +58,7 @@ var _ = { class: "nav-menu__category nav-menu-lvl-1" }, v = ["onClick"], y = /*#
|
|
|
58
58
|
}, 1032, ["to"])]))), 128))]);
|
|
59
59
|
};
|
|
60
60
|
}
|
|
61
|
-
}, [["__scopeId", "data-v-
|
|
61
|
+
}, [["__scopeId", "data-v-c560eb2d"]]), S = { class: "wt-navigation-menu" }, C = { class: "wt-navigation-menu__wrapper" }, w = /*#__PURE__*/ e({
|
|
62
62
|
__name: "wt-navigation-menu",
|
|
63
63
|
props: {
|
|
64
64
|
nav: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { i as e } from "./enums-De8CDKZ1.js";
|
|
2
|
-
import { n as t, t as n } from "./wt-toast-
|
|
2
|
+
import { n as t, t as n } from "./wt-toast-Cb15-PN4.js";
|
|
3
3
|
import { createBlock as r, inject as i, onUnmounted as a, openBlock as o } from "vue";
|
|
4
4
|
import { useToast as s } from "primevue/usetoast";
|
|
5
5
|
//#region src/components/wt-toast/types/index.ts
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { t as e } from "./wt-icon-DwMyq99p.js";
|
|
2
2
|
import { t } from "./_plugin-vue_export-helper-B3ysoDQm.js";
|
|
3
3
|
import { l as n } from "./enums-De8CDKZ1.js";
|
|
4
|
-
import { t as r } from "./wt-button-
|
|
5
|
-
import { n as i, t as a } from "./useVidstackSrc-
|
|
6
|
-
import { t as o } from "./wt-popover-
|
|
4
|
+
import { t as r } from "./wt-button-OZTROX1W.js";
|
|
5
|
+
import { n as i, t as a } from "./useVidstackSrc-aQcqC_v0.js";
|
|
6
|
+
import { t as o } from "./wt-popover-lP-AhF8l.js";
|
|
7
7
|
import { t as s } from "./wt-slider-BPzRTeYU.js";
|
|
8
8
|
import { Fragment as c, computed as l, createBlock as u, createCommentVNode as d, createElementBlock as f, createElementVNode as p, createVNode as m, defineComponent as h, normalizeClass as g, openBlock as _, ref as v, renderList as y, resolveComponent as b, toDisplayString as x, toRefs as S, unref as C, watch as w, withCtx as T } from "vue";
|
|
9
9
|
//#region src/components/_shared/settings-panel/components/speed-settings/speed-settings.vue?vue&type=script&setup=true&lang.ts
|
|
@@ -12,7 +12,9 @@ var E = { class: "speed-settings" }, D = { class: "speed-settings__controls" },
|
|
|
12
12
|
props: { modelValue: { default: 1 } },
|
|
13
13
|
emits: ["update:modelValue"],
|
|
14
14
|
setup(t, { emit: i }) {
|
|
15
|
-
let a = t, o = i, u =
|
|
15
|
+
let a = t, o = i, u = (e) => {
|
|
16
|
+
e !== void 0 && o("update:modelValue", e);
|
|
17
|
+
}, d = [
|
|
16
18
|
{
|
|
17
19
|
speed: .5,
|
|
18
20
|
icon: "playback-0.50"
|
|
@@ -33,12 +35,12 @@ var E = { class: "speed-settings" }, D = { class: "speed-settings__controls" },
|
|
|
33
35
|
speed: 1.75,
|
|
34
36
|
icon: "playback-1.75"
|
|
35
37
|
}
|
|
36
|
-
],
|
|
37
|
-
function
|
|
38
|
+
], h = l(() => `${a.modelValue.toFixed(2)}x`);
|
|
39
|
+
function g() {
|
|
38
40
|
let e = parseFloat((a.modelValue - M).toFixed(2));
|
|
39
41
|
o("update:modelValue", Math.max(A, e));
|
|
40
42
|
}
|
|
41
|
-
function
|
|
43
|
+
function v() {
|
|
42
44
|
let e = parseFloat((a.modelValue + M).toFixed(2));
|
|
43
45
|
o("update:modelValue", Math.min(j, e));
|
|
44
46
|
}
|
|
@@ -50,7 +52,7 @@ var E = { class: "speed-settings" }, D = { class: "speed-settings__controls" },
|
|
|
50
52
|
class: "speed-settings__step-button",
|
|
51
53
|
variant: "outlined",
|
|
52
54
|
color: "secondary",
|
|
53
|
-
onClick:
|
|
55
|
+
onClick: g
|
|
54
56
|
}, {
|
|
55
57
|
default: T(() => [m(e, {
|
|
56
58
|
icon: "minus",
|
|
@@ -58,14 +60,14 @@ var E = { class: "speed-settings" }, D = { class: "speed-settings__controls" },
|
|
|
58
60
|
}, null, 8, ["size"])]),
|
|
59
61
|
_: 1
|
|
60
62
|
}, 8, ["size", "disabled"]),
|
|
61
|
-
p("span", O, x(
|
|
63
|
+
p("span", O, x(h.value), 1),
|
|
62
64
|
m(r, {
|
|
63
65
|
size: C(n).SM,
|
|
64
66
|
disabled: t.modelValue >= j,
|
|
65
67
|
class: "speed-settings__step-button",
|
|
66
68
|
variant: "outlined",
|
|
67
69
|
color: "secondary",
|
|
68
|
-
onClick:
|
|
70
|
+
onClick: v
|
|
69
71
|
}, {
|
|
70
72
|
default: T(() => [m(e, {
|
|
71
73
|
icon: "plus",
|
|
@@ -80,9 +82,9 @@ var E = { class: "speed-settings" }, D = { class: "speed-settings__controls" },
|
|
|
80
82
|
min: A,
|
|
81
83
|
max: j,
|
|
82
84
|
step: M,
|
|
83
|
-
"onUpdate:modelValue":
|
|
85
|
+
"onUpdate:modelValue": u
|
|
84
86
|
}, null, 8, ["model-value"]),
|
|
85
|
-
p("div", k, [(_(), f(c, null, y(
|
|
87
|
+
p("div", k, [(_(), f(c, null, y(d, (t) => m(r, {
|
|
86
88
|
key: t.speed,
|
|
87
89
|
size: C(n).SM,
|
|
88
90
|
variant: "outlined",
|
|
@@ -98,7 +100,7 @@ var E = { class: "speed-settings" }, D = { class: "speed-settings__controls" },
|
|
|
98
100
|
}, 1032, ["size", "onClick"])), 64))])
|
|
99
101
|
]));
|
|
100
102
|
}
|
|
101
|
-
}), [["__scopeId", "data-v-
|
|
103
|
+
}), [["__scopeId", "data-v-97161620"]]), P = ["onClick"], F = /*#__PURE__*/ t(/* @__PURE__ */ h({
|
|
102
104
|
__name: "settings-panel",
|
|
103
105
|
props: { modelValue: { default: () => ({ playbackRate: 1 }) } },
|
|
104
106
|
emits: ["update:modelValue"],
|
|
@@ -230,7 +232,7 @@ var z = /*#__PURE__*/ t(I, [["render", R], ["__scopeId", "data-v-45e5719d"]]), B
|
|
|
230
232
|
setup(e, { emit: t }) {
|
|
231
233
|
let r = e, o = v({ playbackRate: 1 }), { src: s } = S(r), { normalizedSrcObject: c } = a({ src: s });
|
|
232
234
|
function l() {
|
|
233
|
-
let e = typeof r.src == "string" ? r.src : r.src?.src, t = typeof r.download == "function" ? r.download(e) : r.download, n = r.src?.type
|
|
235
|
+
let e = typeof r.src == "string" ? r.src : r.src?.src, t = typeof r.download == "function" ? r.download(typeof e == "string" ? e : "") : String(r.download), n = typeof r.src == "object" ? r.src?.type?.split("/").pop() : void 0, i = r.fileName || r.id || "unknown", a = document.createElement("a");
|
|
234
236
|
a.style.display = "none", a.href = t, a.download = `${i}.${n}`, document.body.appendChild(a), a.click(), document.body.removeChild(a);
|
|
235
237
|
}
|
|
236
238
|
function h(e) {
|
|
@@ -282,6 +284,6 @@ var z = /*#__PURE__*/ t(I, [["render", R], ["__scopeId", "data-v-45e5719d"]]), B
|
|
|
282
284
|
])], 42, K);
|
|
283
285
|
};
|
|
284
286
|
}
|
|
285
|
-
}), [["__scopeId", "data-v-
|
|
287
|
+
}), [["__scopeId", "data-v-146dd594"]]);
|
|
286
288
|
//#endregion
|
|
287
289
|
export { J as default };
|
package/dist/{wt-screen-recordings-action-Dzzo0eqW.js → wt-screen-recordings-action-Dj6ITuhE.js}
RENAMED
|
@@ -32,6 +32,6 @@ var h = { class: "wt-screen-recordings-action" }, g = { class: "wt-screen-record
|
|
|
32
32
|
}, 8, ["options"]), o("p", null, f(y.value?.length || p("-")), 1)]);
|
|
33
33
|
};
|
|
34
34
|
}
|
|
35
|
-
}), [["__scopeId", "data-v-
|
|
35
|
+
}), [["__scopeId", "data-v-4c1e938c"]]);
|
|
36
36
|
//#endregion
|
|
37
37
|
export { _ as default };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { t as e } from "./_plugin-vue_export-helper-B3ysoDQm.js";
|
|
2
2
|
import { t } from "./debounce-Bp3jy7S5.js";
|
|
3
|
-
import { t as n } from "./useValidation-
|
|
3
|
+
import { t as n } from "./useValidation-B4_82RZv.js";
|
|
4
4
|
import { computed as r, createBlock as i, createCommentVNode as a, createElementVNode as o, createSlots as s, createTextVNode as c, createVNode as l, defineComponent as u, normalizeClass as d, openBlock as f, renderSlot as p, resolveComponent as m, resolveDirective as h, toDisplayString as g, toRefs as _, unref as v, withCtx as y, withDirectives as b } from "vue";
|
|
5
5
|
//#region src/components/wt-search-bar/wt-search-bar.vue?vue&type=script&setup=true&lang.ts
|
|
6
6
|
var x = { class: "wt-search-bar__icon-controls" }, S = /*#__PURE__*/ e(/* @__PURE__ */ u({
|
|
@@ -68,7 +68,7 @@ var x = { class: "wt-search-bar__icon-controls" }, S = /*#__PURE__*/ e(/* @__PUR
|
|
|
68
68
|
}, s({
|
|
69
69
|
prefix: y(() => [l(r, {
|
|
70
70
|
color: D.value,
|
|
71
|
-
icon: e.searchMode?.icon || "search"
|
|
71
|
+
icon: typeof e.searchMode == "object" && e.searchMode?.icon || "search"
|
|
72
72
|
}, null, 8, ["color", "icon"])]),
|
|
73
73
|
_: 2
|
|
74
74
|
}, [O.value ? {
|
|
@@ -118,6 +118,6 @@ var x = { class: "wt-search-bar__icon-controls" }, S = /*#__PURE__*/ e(/* @__PUR
|
|
|
118
118
|
]);
|
|
119
119
|
};
|
|
120
120
|
}
|
|
121
|
-
}), [["__scopeId", "data-v-
|
|
121
|
+
}), [["__scopeId", "data-v-4aeb3357"]]);
|
|
122
122
|
//#endregion
|
|
123
123
|
export { S as default };
|