@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
package/types/locale/ro/ro.d.ts
CHANGED
|
@@ -200,7 +200,7 @@ declare namespace _default {
|
|
|
200
200
|
let agent_1: string;
|
|
201
201
|
export { agent_1 as agent };
|
|
202
202
|
let status_1: {
|
|
203
|
-
[x:
|
|
203
|
+
[x: string]: string;
|
|
204
204
|
online: string;
|
|
205
205
|
pause: string;
|
|
206
206
|
offline: string;
|
|
@@ -261,7 +261,7 @@ declare namespace _default {
|
|
|
261
261
|
}
|
|
262
262
|
export namespace channel_1 {
|
|
263
263
|
let state_1: {
|
|
264
|
-
[x:
|
|
264
|
+
[x: string]: string;
|
|
265
265
|
waiting: string;
|
|
266
266
|
distribute: string;
|
|
267
267
|
offering: string;
|
|
@@ -694,6 +694,7 @@ declare namespace _default {
|
|
|
694
694
|
let rdt_this_month: string;
|
|
695
695
|
let rdt_custom: string;
|
|
696
696
|
}
|
|
697
|
+
export let andMore: string;
|
|
697
698
|
export function addFilter({ linked }: {
|
|
698
699
|
linked: any;
|
|
699
700
|
}): string;
|
package/types/locale/ru/ru.d.ts
CHANGED
|
@@ -198,7 +198,7 @@ declare namespace _default {
|
|
|
198
198
|
let agent_1: string;
|
|
199
199
|
export { agent_1 as agent };
|
|
200
200
|
let status_1: {
|
|
201
|
-
[x:
|
|
201
|
+
[x: string]: string;
|
|
202
202
|
online: string;
|
|
203
203
|
pause: string;
|
|
204
204
|
offline: string;
|
|
@@ -259,7 +259,7 @@ declare namespace _default {
|
|
|
259
259
|
}
|
|
260
260
|
export namespace channel_1 {
|
|
261
261
|
let state_1: {
|
|
262
|
-
[x:
|
|
262
|
+
[x: string]: string;
|
|
263
263
|
waiting: string;
|
|
264
264
|
distribute: string;
|
|
265
265
|
offering: string;
|
|
@@ -692,6 +692,7 @@ declare namespace _default {
|
|
|
692
692
|
let rdt_this_month: string;
|
|
693
693
|
let rdt_custom: string;
|
|
694
694
|
}
|
|
695
|
+
export let andMore: string;
|
|
695
696
|
export function addFilter({ linked }: {
|
|
696
697
|
linked: any;
|
|
697
698
|
}): string;
|
package/types/locale/uk/uk.d.ts
CHANGED
|
@@ -198,7 +198,7 @@ declare namespace _default {
|
|
|
198
198
|
let agent_1: string;
|
|
199
199
|
export { agent_1 as agent };
|
|
200
200
|
let status_1: {
|
|
201
|
-
[x:
|
|
201
|
+
[x: string]: string;
|
|
202
202
|
online: string;
|
|
203
203
|
pause: string;
|
|
204
204
|
offline: string;
|
|
@@ -259,7 +259,7 @@ declare namespace _default {
|
|
|
259
259
|
}
|
|
260
260
|
export namespace channel_1 {
|
|
261
261
|
let state_1: {
|
|
262
|
-
[x:
|
|
262
|
+
[x: string]: string;
|
|
263
263
|
waiting: string;
|
|
264
264
|
distribute: string;
|
|
265
265
|
offering: string;
|
|
@@ -692,6 +692,7 @@ declare namespace _default {
|
|
|
692
692
|
let rdt_this_month: string;
|
|
693
693
|
let rdt_custom: string;
|
|
694
694
|
}
|
|
695
|
+
export let andMore: string;
|
|
695
696
|
export function addFilter({ linked }: {
|
|
696
697
|
linked: any;
|
|
697
698
|
}): string;
|
package/types/locale/uz/uz.d.ts
CHANGED
|
@@ -200,7 +200,7 @@ declare namespace _default {
|
|
|
200
200
|
let agent_1: string;
|
|
201
201
|
export { agent_1 as agent };
|
|
202
202
|
let status_1: {
|
|
203
|
-
[x:
|
|
203
|
+
[x: string]: string;
|
|
204
204
|
online: string;
|
|
205
205
|
pause: string;
|
|
206
206
|
offline: string;
|
|
@@ -262,7 +262,7 @@ declare namespace _default {
|
|
|
262
262
|
}
|
|
263
263
|
export namespace channel_1 {
|
|
264
264
|
let state_1: {
|
|
265
|
-
[x:
|
|
265
|
+
[x: string]: string;
|
|
266
266
|
waiting: string;
|
|
267
267
|
distribute: string;
|
|
268
268
|
offering: string;
|
|
@@ -695,6 +695,7 @@ declare namespace _default {
|
|
|
695
695
|
let rdt_this_month: string;
|
|
696
696
|
let rdt_custom: string;
|
|
697
697
|
}
|
|
698
|
+
export let andMore: string;
|
|
698
699
|
export function addFilter({ linked }: {
|
|
699
700
|
linked: any;
|
|
700
701
|
}): string;
|
package/types/locale/vi/vi.d.ts
CHANGED
|
@@ -200,7 +200,7 @@ declare namespace _default {
|
|
|
200
200
|
let agent_1: string;
|
|
201
201
|
export { agent_1 as agent };
|
|
202
202
|
let status_1: {
|
|
203
|
-
[x:
|
|
203
|
+
[x: string]: string;
|
|
204
204
|
online: string;
|
|
205
205
|
pause: string;
|
|
206
206
|
offline: string;
|
|
@@ -261,7 +261,7 @@ declare namespace _default {
|
|
|
261
261
|
}
|
|
262
262
|
export namespace channel_1 {
|
|
263
263
|
let state_1: {
|
|
264
|
-
[x:
|
|
264
|
+
[x: string]: string;
|
|
265
265
|
waiting: string;
|
|
266
266
|
distribute: string;
|
|
267
267
|
offering: string;
|
|
@@ -694,6 +694,7 @@ declare namespace _default {
|
|
|
694
694
|
let rdt_this_month: string;
|
|
695
695
|
let rdt_custom: string;
|
|
696
696
|
}
|
|
697
|
+
export let andMore: string;
|
|
697
698
|
export function addFilter({ linked }: {
|
|
698
699
|
linked: any;
|
|
699
700
|
}): string;
|
|
@@ -7,7 +7,7 @@ declare namespace _default {
|
|
|
7
7
|
function setValueToQuery({ filterQuery, value, storedProp }: {
|
|
8
8
|
filterQuery: any;
|
|
9
9
|
value: any;
|
|
10
|
-
storedProp?: string;
|
|
10
|
+
storedProp?: string | undefined;
|
|
11
11
|
}): Promise<void>;
|
|
12
12
|
function getValueFromQuery({ filterQuery }: {
|
|
13
13
|
filterQuery: any;
|
|
@@ -9,7 +9,7 @@ declare namespace _default {
|
|
|
9
9
|
setValueToQuery({ filterQuery, value, storedProp }: {
|
|
10
10
|
filterQuery: any;
|
|
11
11
|
value: any;
|
|
12
|
-
storedProp?: string;
|
|
12
|
+
storedProp?: string | undefined;
|
|
13
13
|
}): Promise<void>;
|
|
14
14
|
getValueFromQuery({ filterQuery }: {
|
|
15
15
|
filterQuery: any;
|
|
@@ -32,8 +32,8 @@ declare namespace _default {
|
|
|
32
32
|
};
|
|
33
33
|
}[];
|
|
34
34
|
function data(): {
|
|
35
|
-
value:
|
|
36
|
-
defaultValue:
|
|
35
|
+
value: never[];
|
|
36
|
+
defaultValue: never[];
|
|
37
37
|
trackBy: string;
|
|
38
38
|
storedProp: string;
|
|
39
39
|
};
|
|
@@ -9,7 +9,7 @@ declare namespace _default {
|
|
|
9
9
|
setValueToQuery({ filterQuery, value, storedProp }: {
|
|
10
10
|
filterQuery: any;
|
|
11
11
|
value: any;
|
|
12
|
-
storedProp?: string;
|
|
12
|
+
storedProp?: string | undefined;
|
|
13
13
|
}): Promise<void>;
|
|
14
14
|
getValueFromQuery({ filterQuery }: {
|
|
15
15
|
filterQuery: any;
|
|
@@ -32,13 +32,13 @@ declare namespace _default {
|
|
|
32
32
|
};
|
|
33
33
|
}[];
|
|
34
34
|
function data(): {
|
|
35
|
-
value:
|
|
36
|
-
defaultValue:
|
|
35
|
+
value: never[];
|
|
36
|
+
defaultValue: never[];
|
|
37
37
|
trackBy: string;
|
|
38
38
|
storedProp: string;
|
|
39
39
|
};
|
|
40
40
|
namespace computed {
|
|
41
|
-
function options():
|
|
41
|
+
function options(): never[];
|
|
42
42
|
}
|
|
43
43
|
namespace methods {
|
|
44
44
|
function restoreValue(value: any): void;
|
|
@@ -9,7 +9,7 @@ declare namespace _default {
|
|
|
9
9
|
setValueToQuery({ filterQuery, value, storedProp }: {
|
|
10
10
|
filterQuery: any;
|
|
11
11
|
value: any;
|
|
12
|
-
storedProp?: string;
|
|
12
|
+
storedProp?: string | undefined;
|
|
13
13
|
}): Promise<void>;
|
|
14
14
|
getValueFromQuery({ filterQuery }: {
|
|
15
15
|
filterQuery: any;
|
|
@@ -48,7 +48,7 @@ declare namespace _default {
|
|
|
48
48
|
};
|
|
49
49
|
};
|
|
50
50
|
namespace computed {
|
|
51
|
-
function isPrev():
|
|
51
|
+
function isPrev(): any;
|
|
52
52
|
}
|
|
53
53
|
namespace methods {
|
|
54
54
|
function restore(): void;
|
|
@@ -9,7 +9,7 @@ declare namespace _default {
|
|
|
9
9
|
setValueToQuery({ filterQuery, value, storedProp }: {
|
|
10
10
|
filterQuery: any;
|
|
11
11
|
value: any;
|
|
12
|
-
storedProp?: string;
|
|
12
|
+
storedProp?: string | undefined;
|
|
13
13
|
}): Promise<void>;
|
|
14
14
|
getValueFromQuery({ filterQuery }: {
|
|
15
15
|
filterQuery: any;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import type { SuperCompatibleRegleFieldStatus } from '@regle/core';
|
|
2
2
|
import { type ComputedRef, type Ref } from 'vue';
|
|
3
3
|
export type UseFieldValidationParams = {
|
|
4
|
-
field?: Ref<SuperCompatibleRegleFieldStatus>;
|
|
4
|
+
field?: Ref<SuperCompatibleRegleFieldStatus | undefined | null>;
|
|
5
5
|
};
|
|
6
6
|
export type UseFieldValidationReturn = {
|
|
7
7
|
invalid: ComputedRef<boolean | null>;
|
|
@@ -10,8 +10,8 @@ type UseValidationParams = {
|
|
|
10
10
|
};
|
|
11
11
|
export declare const useValidation: ({ v: vuelidateValidation, customValidators: inputCustomValidators, regleValidation, }: UseValidationParams) => {
|
|
12
12
|
isValidation: import("vue").ComputedRef<boolean>;
|
|
13
|
-
invalid: import("vue").ComputedRef<boolean>;
|
|
14
|
-
validationText: import("vue").ComputedRef<string>;
|
|
13
|
+
invalid: import("vue").ComputedRef<boolean | null>;
|
|
14
|
+
validationText: import("vue").ComputedRef<string | undefined>;
|
|
15
15
|
validationTextColor: import("vue").ComputedRef<"error" | "secondary">;
|
|
16
16
|
};
|
|
17
17
|
export {};
|
|
@@ -1,12 +1,17 @@
|
|
|
1
|
-
import type { Validation } from '@vuelidate/core';
|
|
2
1
|
import { type ComputedRef, type Ref } from 'vue';
|
|
3
|
-
type CompatCustomValidator = {
|
|
2
|
+
export type CompatCustomValidator = {
|
|
4
3
|
name: string;
|
|
5
4
|
text: string;
|
|
6
5
|
};
|
|
6
|
+
/**
|
|
7
|
+
* Structural on purpose: inlining `@vuelidate/core`'s `Validation` blows up
|
|
8
|
+
* prop-type inference in the components (TS2590). `false` is accepted because
|
|
9
|
+
* callers write `:v="!disableValidation && v$.field"` to opt out.
|
|
10
|
+
*/
|
|
11
|
+
export type VuelidateFieldLike = Record<string, any> | null | false;
|
|
7
12
|
export type UseFieldValidationParams = {
|
|
8
|
-
field?: Ref<
|
|
9
|
-
customValidators?: CompatCustomValidator[]
|
|
13
|
+
field?: Ref<VuelidateFieldLike | undefined>;
|
|
14
|
+
customValidators?: CompatCustomValidator[] | Ref<CompatCustomValidator[] | undefined>;
|
|
10
15
|
};
|
|
11
16
|
export declare const useFieldValidation: ({ field: inputV, customValidators: inputCustomValidators, }: UseFieldValidationParams) => {
|
|
12
17
|
isValidation: ComputedRef<boolean>;
|
|
@@ -18,4 +23,3 @@ export declare const useVuelidateFieldValidation: ({ field: inputV, customValida
|
|
|
18
23
|
invalid: ComputedRef<boolean>;
|
|
19
24
|
validationText: ComputedRef<string>;
|
|
20
25
|
};
|
|
21
|
-
export {};
|
|
@@ -7,7 +7,7 @@ type __VLS_Props = {
|
|
|
7
7
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
8
8
|
click: () => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
|
-
onClick?: () => any;
|
|
10
|
+
onClick?: (() => any) | undefined;
|
|
11
11
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
12
12
|
declare const _default: typeof __VLS_export;
|
|
13
13
|
export default _default;
|
package/types/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts
CHANGED
|
@@ -3,7 +3,7 @@ export default _default;
|
|
|
3
3
|
declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
4
4
|
options: {
|
|
5
5
|
type: ArrayConstructor;
|
|
6
|
-
default: () =>
|
|
6
|
+
default: () => never[];
|
|
7
7
|
};
|
|
8
8
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
9
9
|
change: (...args: any[]) => void;
|
|
@@ -11,11 +11,11 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
11
11
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
12
12
|
options: {
|
|
13
13
|
type: ArrayConstructor;
|
|
14
|
-
default: () =>
|
|
14
|
+
default: () => never[];
|
|
15
15
|
};
|
|
16
16
|
}>> & Readonly<{
|
|
17
|
-
onChange?: (...args: any[]) => any;
|
|
18
|
-
onClose?: (...args: any[]) => any;
|
|
17
|
+
onChange?: ((...args: any[]) => any) | undefined;
|
|
18
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
19
19
|
}>, {
|
|
20
20
|
options: unknown[];
|
|
21
21
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -13,5 +13,5 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
13
13
|
required: true;
|
|
14
14
|
};
|
|
15
15
|
}>> & Readonly<{
|
|
16
|
-
onClose?: (...args: any[]) => any;
|
|
16
|
+
onClose?: ((...args: any[]) => any) | undefined;
|
|
17
17
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -27,7 +27,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
27
27
|
default: number;
|
|
28
28
|
};
|
|
29
29
|
}>> & Readonly<{
|
|
30
|
-
onChanged?: (...args: any[]) => any;
|
|
30
|
+
onChanged?: ((...args: any[]) => any) | undefined;
|
|
31
31
|
}>, {
|
|
32
32
|
status: "offline";
|
|
33
33
|
statusDuration: string | number;
|
|
@@ -13,7 +13,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
13
13
|
default: string;
|
|
14
14
|
};
|
|
15
15
|
}>> & Readonly<{
|
|
16
|
-
onChangedMode?: (...args: any[]) => any;
|
|
16
|
+
onChangedMode?: ((...args: any[]) => any) | undefined;
|
|
17
17
|
}>, {
|
|
18
18
|
namespace: string;
|
|
19
19
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export declare const createAppearanceStore: () => import("pinia").StoreDefinition<"appearance", Pick<{
|
|
2
|
-
theme: import("vue").Ref<string, string>;
|
|
2
|
+
theme: import("vue").Ref<string | null, string | null>;
|
|
3
3
|
darkMode: import("vue").ComputedRef<boolean>;
|
|
4
4
|
setTheme: (newTheme: string) => void;
|
|
5
5
|
}, "theme">, Pick<{
|
|
6
|
-
theme: import("vue").Ref<string, string>;
|
|
6
|
+
theme: import("vue").Ref<string | null, string | null>;
|
|
7
7
|
darkMode: import("vue").ComputedRef<boolean>;
|
|
8
8
|
setTheme: (newTheme: string) => void;
|
|
9
9
|
}, "darkMode">, Pick<{
|
|
10
|
-
theme: import("vue").Ref<string, string>;
|
|
10
|
+
theme: import("vue").Ref<string | null, string | null>;
|
|
11
11
|
darkMode: import("vue").ComputedRef<boolean>;
|
|
12
12
|
setTheme: (newTheme: string) => void;
|
|
13
13
|
}, "setTheme">>;
|
|
@@ -9,11 +9,11 @@ type __VLS_ModelProps = {
|
|
|
9
9
|
};
|
|
10
10
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
11
11
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
12
|
-
"update:answer": (value: EngineQuestionAnswer) => any;
|
|
12
|
+
"update:answer": (value: EngineQuestionAnswer | null | undefined) => any;
|
|
13
13
|
activate: () => any;
|
|
14
14
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
|
-
"onUpdate:answer"?: (value: EngineQuestionAnswer) => any;
|
|
16
|
-
onActivate?: () => any;
|
|
15
|
+
"onUpdate:answer"?: ((value: EngineQuestionAnswer | null | undefined) => any) | undefined;
|
|
16
|
+
onActivate?: (() => any) | undefined;
|
|
17
17
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
18
18
|
declare const _default: typeof __VLS_export;
|
|
19
19
|
export default _default;
|
|
@@ -11,7 +11,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
11
11
|
type: import("vue").PropType<EngineQuestion>;
|
|
12
12
|
};
|
|
13
13
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
-
"update:question": (value: EngineQuestion) => any;
|
|
14
|
+
"update:question": (value: EngineQuestion | undefined) => any;
|
|
15
15
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
16
16
|
first: {
|
|
17
17
|
type: BooleanConstructor;
|
|
@@ -24,7 +24,7 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
24
24
|
type: import("vue").PropType<EngineQuestion>;
|
|
25
25
|
};
|
|
26
26
|
}>> & Readonly<{
|
|
27
|
-
"onUpdate:question"?: (value: EngineQuestion) => any;
|
|
27
|
+
"onUpdate:question"?: ((value: EngineQuestion | undefined) => any) | undefined;
|
|
28
28
|
}>, {
|
|
29
29
|
first: boolean;
|
|
30
30
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -13,15 +13,15 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {
|
|
|
13
13
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
14
|
copy: () => any;
|
|
15
15
|
delete: () => any;
|
|
16
|
-
"update:question": (value: EngineQuestion) => any;
|
|
17
|
-
"update:answer": (value: EngineQuestionAnswer) => any;
|
|
16
|
+
"update:question": (value: EngineQuestion | undefined) => any;
|
|
17
|
+
"update:answer": (value: EngineQuestionAnswer | null | undefined) => any;
|
|
18
18
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
19
|
-
onCopy?: () => any;
|
|
20
|
-
onDelete?: () => any;
|
|
21
|
-
"onUpdate:question"?: (value: EngineQuestion) => any;
|
|
22
|
-
"onUpdate:answer"?: (value: EngineQuestionAnswer) => any;
|
|
19
|
+
onCopy?: (() => any) | undefined;
|
|
20
|
+
onDelete?: (() => any) | undefined;
|
|
21
|
+
"onUpdate:question"?: ((value: EngineQuestion | undefined) => any) | undefined;
|
|
22
|
+
"onUpdate:answer"?: ((value: EngineQuestionAnswer | null | undefined) => any) | undefined;
|
|
23
23
|
}>, {
|
|
24
24
|
first: boolean;
|
|
25
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
25
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
26
26
|
declare const _default: typeof __VLS_export;
|
|
27
27
|
export default _default;
|
|
@@ -18,13 +18,13 @@ type __VLS_ModelProps = {
|
|
|
18
18
|
};
|
|
19
19
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
20
20
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
21
|
-
"update:questions": (value: EngineQuestion[]) => any;
|
|
22
|
-
"update:answers": (value: EngineQuestionAnswer[]) => any;
|
|
23
|
-
"update:resultComment": (value: string) => any;
|
|
21
|
+
"update:questions": (value: EngineQuestion[] | undefined) => any;
|
|
22
|
+
"update:answers": (value: EngineQuestionAnswer[] | undefined) => any;
|
|
23
|
+
"update:resultComment": (value: string | undefined) => any;
|
|
24
24
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
25
|
-
"onUpdate:questions"?: (value: EngineQuestion[]) => any;
|
|
26
|
-
"onUpdate:answers"?: (value: EngineQuestionAnswer[]) => any;
|
|
27
|
-
"onUpdate:resultComment"?: (value: string) => any;
|
|
25
|
+
"onUpdate:questions"?: ((value: EngineQuestion[] | undefined) => any) | undefined;
|
|
26
|
+
"onUpdate:answers"?: ((value: EngineQuestionAnswer[] | undefined) => any) | undefined;
|
|
27
|
+
"onUpdate:resultComment"?: ((value: string | undefined) => any) | undefined;
|
|
28
28
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
29
29
|
declare const _default: typeof __VLS_export;
|
|
30
30
|
export default _default;
|
|
@@ -7,9 +7,9 @@ declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {
|
|
|
7
7
|
"fill:cancel": () => any;
|
|
8
8
|
"create:add": () => any;
|
|
9
9
|
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
|
|
10
|
-
"onFill:save"?: () => any;
|
|
11
|
-
"onFill:cancel"?: () => any;
|
|
12
|
-
"onCreate:add"?: () => any;
|
|
10
|
+
"onFill:save"?: (() => any) | undefined;
|
|
11
|
+
"onFill:cancel"?: (() => any) | undefined;
|
|
12
|
+
"onCreate:add"?: (() => any) | undefined;
|
|
13
13
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
14
14
|
declare const _default: typeof __VLS_export;
|
|
15
15
|
export default _default;
|
|
@@ -22,8 +22,8 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
22
22
|
default: boolean;
|
|
23
23
|
};
|
|
24
24
|
}>> & Readonly<{
|
|
25
|
-
onDelete?: (...args: any[]) => any;
|
|
26
|
-
"onUpdate:option"?: (...args: any[]) => any;
|
|
25
|
+
onDelete?: ((...args: any[]) => any) | undefined;
|
|
26
|
+
"onUpdate:option"?: ((...args: any[]) => any) | undefined;
|
|
27
27
|
}>, {
|
|
28
28
|
first: boolean;
|
|
29
29
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
@@ -11,11 +11,11 @@ type __VLS_ModelProps = {
|
|
|
11
11
|
};
|
|
12
12
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
13
13
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
-
"update:question": (value: EngineQuestion) => any;
|
|
15
|
-
"update:answer": (value: EngineQuestionAnswer) => any;
|
|
14
|
+
"update:question": (value: EngineQuestion | undefined) => any;
|
|
15
|
+
"update:answer": (value: EngineQuestionAnswer | null | undefined) => any;
|
|
16
16
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
17
|
-
"onUpdate:question"?: (value: EngineQuestion) => any;
|
|
18
|
-
"onUpdate:answer"?: (value: EngineQuestionAnswer) => any;
|
|
17
|
+
"onUpdate:question"?: ((value: EngineQuestion | undefined) => any) | undefined;
|
|
18
|
+
"onUpdate:answer"?: ((value: EngineQuestionAnswer | null | undefined) => any) | undefined;
|
|
19
19
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
20
20
|
declare const _default: typeof __VLS_export;
|
|
21
21
|
export default _default;
|
package/types/modules/AuditForm/components/form-questions/score/audit-form-question-score.vue.d.ts
CHANGED
|
@@ -5,28 +5,28 @@ declare const __VLS_export: import("vue").DefineComponent<import("vue").ExtractP
|
|
|
5
5
|
default: string;
|
|
6
6
|
};
|
|
7
7
|
answer: {
|
|
8
|
-
type: import("vue").PropType<EngineQuestionAnswer>;
|
|
8
|
+
type: import("vue").PropType<EngineQuestionAnswer | null>;
|
|
9
9
|
};
|
|
10
10
|
question: {
|
|
11
11
|
type: import("vue").PropType<EngineQuestion>;
|
|
12
12
|
};
|
|
13
13
|
}>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
14
|
-
"update:question": (value: EngineQuestion) => any;
|
|
15
|
-
"update:answer": (value: EngineQuestionAnswer) => any;
|
|
14
|
+
"update:question": (value: EngineQuestion | undefined) => any;
|
|
15
|
+
"update:answer": (value: EngineQuestionAnswer | null | undefined) => any;
|
|
16
16
|
}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
17
17
|
mode: {
|
|
18
18
|
type: StringConstructor;
|
|
19
19
|
default: string;
|
|
20
20
|
};
|
|
21
21
|
answer: {
|
|
22
|
-
type: import("vue").PropType<EngineQuestionAnswer>;
|
|
22
|
+
type: import("vue").PropType<EngineQuestionAnswer | null>;
|
|
23
23
|
};
|
|
24
24
|
question: {
|
|
25
25
|
type: import("vue").PropType<EngineQuestion>;
|
|
26
26
|
};
|
|
27
27
|
}>> & Readonly<{
|
|
28
|
-
"onUpdate:question"?: (value: EngineQuestion) => any;
|
|
29
|
-
"onUpdate:answer"?: (value: EngineQuestionAnswer) => any;
|
|
28
|
+
"onUpdate:question"?: ((value: EngineQuestion | undefined) => any) | undefined;
|
|
29
|
+
"onUpdate:answer"?: ((value: EngineQuestionAnswer | null | undefined) => any) | undefined;
|
|
30
30
|
}>, {
|
|
31
31
|
mode: string;
|
|
32
32
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
package/types/modules/AuditForm/components/form-questions/yes/audit-form-question-yes.vue.d.ts
CHANGED
|
@@ -10,9 +10,9 @@ type __VLS_ModelProps = {
|
|
|
10
10
|
};
|
|
11
11
|
type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps;
|
|
12
12
|
declare const __VLS_export: import("vue").DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
13
|
-
"update:answer": (value: EngineQuestionAnswer) => any;
|
|
13
|
+
"update:answer": (value: EngineQuestionAnswer | null | undefined) => any;
|
|
14
14
|
}, string, import("vue").PublicProps, Readonly<__VLS_PublicProps> & Readonly<{
|
|
15
|
-
"onUpdate:answer"?: (value: EngineQuestionAnswer) => any;
|
|
15
|
+
"onUpdate:answer"?: ((value: EngineQuestionAnswer | null | undefined) => any) | undefined;
|
|
16
16
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
17
17
|
declare const _default: typeof __VLS_export;
|
|
18
18
|
export default _default;
|
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
export default class CSVExport {
|
|
2
2
|
static _getStringifyOptions(delimiter: any): any;
|
|
3
|
-
constructor(fetchMethod: any, { filename, delimiter }
|
|
4
|
-
filename: any;
|
|
5
|
-
delimiter: any;
|
|
6
|
-
});
|
|
3
|
+
constructor(fetchMethod: any, { filename, delimiter }?: {});
|
|
7
4
|
filename: string;
|
|
8
|
-
fetchMethod:
|
|
5
|
+
fetchMethod: null;
|
|
9
6
|
downloadProgress: {
|
|
10
7
|
count: number;
|
|
11
8
|
};
|
|
@@ -13,7 +10,7 @@ export default class CSVExport {
|
|
|
13
10
|
resetProgress(): void;
|
|
14
11
|
zippingProgress: {
|
|
15
12
|
percent: number;
|
|
16
|
-
};
|
|
13
|
+
} | undefined;
|
|
17
14
|
save(csv: any): void;
|
|
18
15
|
stringify(params?: {}): Promise<string>;
|
|
19
16
|
export(params: any): Promise<void>;
|
|
@@ -14,7 +14,7 @@ export declare function useCSVExport({ selected, }: {
|
|
|
14
14
|
}): {
|
|
15
15
|
CSVExportInstance: Ref<{
|
|
16
16
|
filename: string;
|
|
17
|
-
fetchMethod:
|
|
17
|
+
fetchMethod: null;
|
|
18
18
|
downloadProgress: {
|
|
19
19
|
count: number;
|
|
20
20
|
};
|
|
@@ -22,13 +22,13 @@ export declare function useCSVExport({ selected, }: {
|
|
|
22
22
|
resetProgress: () => void;
|
|
23
23
|
zippingProgress: {
|
|
24
24
|
percent: number;
|
|
25
|
-
};
|
|
25
|
+
} | undefined;
|
|
26
26
|
save: (csv: any) => void;
|
|
27
27
|
stringify: (params?: {}) => Promise<string>;
|
|
28
28
|
export: (params: any) => Promise<void>;
|
|
29
|
-
}, CSVExport | {
|
|
29
|
+
} | null, CSVExport | {
|
|
30
30
|
filename: string;
|
|
31
|
-
fetchMethod:
|
|
31
|
+
fetchMethod: null;
|
|
32
32
|
downloadProgress: {
|
|
33
33
|
count: number;
|
|
34
34
|
};
|
|
@@ -36,11 +36,11 @@ export declare function useCSVExport({ selected, }: {
|
|
|
36
36
|
resetProgress: () => void;
|
|
37
37
|
zippingProgress: {
|
|
38
38
|
percent: number;
|
|
39
|
-
};
|
|
39
|
+
} | undefined;
|
|
40
40
|
save: (csv: any) => void;
|
|
41
41
|
stringify: (params?: {}) => Promise<string>;
|
|
42
42
|
export: (params: any) => Promise<void>;
|
|
43
|
-
}>;
|
|
43
|
+
} | null>;
|
|
44
44
|
CSVDownloadProgress: import("vue").ComputedRef<number>;
|
|
45
45
|
isCSVLoading: import("vue").ComputedRef<boolean>;
|
|
46
46
|
isAnySelected: import("vue").ComputedRef<boolean>;
|