@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
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
import type { PlayerSrc } from 'vidstack';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
2
|
+
import { type MaybeRef } from 'vue';
|
|
3
|
+
interface VidstackSrcObject {
|
|
4
|
+
src?: unknown;
|
|
5
|
+
type?: string;
|
|
6
|
+
}
|
|
7
|
+
export type VidstackSrcInput = string | VidstackSrcObject | undefined;
|
|
8
|
+
export declare const useVidstackSrc: ({ src, type, stream, }: {
|
|
9
|
+
src?: MaybeRef<VidstackSrcInput>;
|
|
10
|
+
type?: MaybeRef<string | undefined>;
|
|
11
|
+
stream?: MaybeRef<MediaStream | undefined>;
|
|
6
12
|
}) => {
|
|
7
13
|
normalizedSrcObject: import("vue").ComputedRef<PlayerSrc>;
|
|
8
14
|
};
|
|
15
|
+
export {};
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import 'vidstack/player';
|
|
2
2
|
import 'vidstack/player/ui';
|
|
3
|
-
import type { MediaSrc } from 'vidstack';
|
|
4
3
|
import { ComponentSize } from '../../enums';
|
|
4
|
+
import { type VidstackSrcInput } from './composables/useVidstackSrc';
|
|
5
5
|
interface Props {
|
|
6
|
-
|
|
6
|
+
/** loose on purpose: `useVidstackSrc` normalizes it into a vidstack `MediaSrc` */
|
|
7
|
+
src?: VidstackSrcInput;
|
|
7
8
|
mime?: string;
|
|
8
9
|
autoplay?: boolean;
|
|
9
10
|
muted?: boolean;
|
|
@@ -33,25 +34,25 @@ type __VLS_Slots = {
|
|
|
33
34
|
}) => unknown;
|
|
34
35
|
};
|
|
35
36
|
declare const __VLS_base: import("vue").DefineComponent<Props, {
|
|
36
|
-
rootEl: Readonly<import("vue").ShallowRef<HTMLElement>>;
|
|
37
|
+
rootEl: Readonly<import("vue").ShallowRef<HTMLElement | null>>;
|
|
37
38
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
|
|
38
39
|
close: () => any;
|
|
39
40
|
"change-size": (args_0: ComponentSize) => any;
|
|
40
41
|
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
|
|
41
|
-
onClose?: () => any;
|
|
42
|
-
"onChange-size"?: (args_0: ComponentSize) => any;
|
|
42
|
+
onClose?: (() => any) | undefined;
|
|
43
|
+
"onChange-size"?: ((args_0: ComponentSize) => any) | undefined;
|
|
43
44
|
}>, {
|
|
44
45
|
title: string;
|
|
45
46
|
username: string;
|
|
46
47
|
closable: boolean;
|
|
48
|
+
muted: boolean;
|
|
47
49
|
autoplay: boolean;
|
|
48
50
|
countdownTimeMode: boolean;
|
|
49
|
-
muted: boolean;
|
|
50
51
|
hideControlsPanel: boolean;
|
|
51
52
|
mime: string;
|
|
52
53
|
static: boolean;
|
|
53
54
|
videoObjectFit: "cover" | "contain";
|
|
54
|
-
}, {}, {}, {}, string, import("vue").ComponentProvideOptions,
|
|
55
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
|
|
55
56
|
declare const __VLS_export: __VLS_WithSlots<typeof __VLS_base, __VLS_Slots>;
|
|
56
57
|
declare const _default: typeof __VLS_export;
|
|
57
58
|
export default _default;
|
package/types/locale/en/en.d.ts
CHANGED
|
@@ -188,7 +188,7 @@ declare const _default: {
|
|
|
188
188
|
agent: {
|
|
189
189
|
agent: string;
|
|
190
190
|
status: {
|
|
191
|
-
[x:
|
|
191
|
+
[x: string]: string;
|
|
192
192
|
online: string;
|
|
193
193
|
pause: string;
|
|
194
194
|
offline: string;
|
|
@@ -241,7 +241,7 @@ declare const _default: {
|
|
|
241
241
|
};
|
|
242
242
|
channel: {
|
|
243
243
|
state: {
|
|
244
|
-
[x:
|
|
244
|
+
[x: string]: string;
|
|
245
245
|
waiting: string;
|
|
246
246
|
distribute: string;
|
|
247
247
|
offering: string;
|
|
@@ -619,6 +619,7 @@ declare const _default: {
|
|
|
619
619
|
rdt_this_month: string;
|
|
620
620
|
rdt_custom: string;
|
|
621
621
|
};
|
|
622
|
+
andMore: string;
|
|
622
623
|
addFilter: ({ linked }: {
|
|
623
624
|
linked: any;
|
|
624
625
|
}) => string;
|
package/types/locale/es/es.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/i18n.d.ts
CHANGED
|
@@ -189,7 +189,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
189
189
|
agent: {
|
|
190
190
|
agent: string;
|
|
191
191
|
status: {
|
|
192
|
-
[x:
|
|
192
|
+
[x: string]: string;
|
|
193
193
|
online: string;
|
|
194
194
|
pause: string;
|
|
195
195
|
offline: string;
|
|
@@ -242,7 +242,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
242
242
|
};
|
|
243
243
|
channel: {
|
|
244
244
|
state: {
|
|
245
|
-
[x:
|
|
245
|
+
[x: string]: string;
|
|
246
246
|
waiting: string;
|
|
247
247
|
distribute: string;
|
|
248
248
|
offering: string;
|
|
@@ -620,6 +620,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
620
620
|
rdt_this_month: string;
|
|
621
621
|
rdt_custom: string;
|
|
622
622
|
};
|
|
623
|
+
andMore: string;
|
|
623
624
|
addFilter: ({ linked }: {
|
|
624
625
|
linked: any;
|
|
625
626
|
}) => string;
|
|
@@ -1043,7 +1044,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1043
1044
|
agent: {
|
|
1044
1045
|
agent: string;
|
|
1045
1046
|
status: {
|
|
1046
|
-
[x:
|
|
1047
|
+
[x: string]: string;
|
|
1047
1048
|
online: string;
|
|
1048
1049
|
pause: string;
|
|
1049
1050
|
offline: string;
|
|
@@ -1096,7 +1097,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1096
1097
|
};
|
|
1097
1098
|
channel: {
|
|
1098
1099
|
state: {
|
|
1099
|
-
[x:
|
|
1100
|
+
[x: string]: string;
|
|
1100
1101
|
waiting: string;
|
|
1101
1102
|
distribute: string;
|
|
1102
1103
|
offering: string;
|
|
@@ -1474,6 +1475,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1474
1475
|
rdt_this_month: string;
|
|
1475
1476
|
rdt_custom: string;
|
|
1476
1477
|
};
|
|
1478
|
+
andMore: string;
|
|
1477
1479
|
addFilter: ({ linked }: {
|
|
1478
1480
|
linked: any;
|
|
1479
1481
|
}) => string;
|
|
@@ -1881,7 +1883,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1881
1883
|
agent: {
|
|
1882
1884
|
agent: string;
|
|
1883
1885
|
status: {
|
|
1884
|
-
[x:
|
|
1886
|
+
[x: string]: string;
|
|
1885
1887
|
online: string;
|
|
1886
1888
|
pause: string;
|
|
1887
1889
|
offline: string;
|
|
@@ -1934,7 +1936,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
1934
1936
|
};
|
|
1935
1937
|
channel: {
|
|
1936
1938
|
state: {
|
|
1937
|
-
[x:
|
|
1939
|
+
[x: string]: string;
|
|
1938
1940
|
waiting: string;
|
|
1939
1941
|
distribute: string;
|
|
1940
1942
|
offering: string;
|
|
@@ -2312,6 +2314,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2312
2314
|
rdt_this_month: string;
|
|
2313
2315
|
rdt_custom: string;
|
|
2314
2316
|
};
|
|
2317
|
+
andMore: string;
|
|
2315
2318
|
addFilter: ({ linked }: {
|
|
2316
2319
|
linked: any;
|
|
2317
2320
|
}) => string;
|
|
@@ -2721,7 +2724,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2721
2724
|
agent: {
|
|
2722
2725
|
agent: string;
|
|
2723
2726
|
status: {
|
|
2724
|
-
[x:
|
|
2727
|
+
[x: string]: string;
|
|
2725
2728
|
online: string;
|
|
2726
2729
|
pause: string;
|
|
2727
2730
|
offline: string;
|
|
@@ -2774,7 +2777,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
2774
2777
|
};
|
|
2775
2778
|
channel: {
|
|
2776
2779
|
state: {
|
|
2777
|
-
[x:
|
|
2780
|
+
[x: string]: string;
|
|
2778
2781
|
waiting: string;
|
|
2779
2782
|
distribute: string;
|
|
2780
2783
|
offering: string;
|
|
@@ -3152,6 +3155,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3152
3155
|
rdt_this_month: string;
|
|
3153
3156
|
rdt_custom: string;
|
|
3154
3157
|
};
|
|
3158
|
+
andMore: string;
|
|
3155
3159
|
addFilter: ({ linked }: {
|
|
3156
3160
|
linked: any;
|
|
3157
3161
|
}) => string;
|
|
@@ -3559,7 +3563,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3559
3563
|
agent: {
|
|
3560
3564
|
agent: string;
|
|
3561
3565
|
status: {
|
|
3562
|
-
[x:
|
|
3566
|
+
[x: string]: string;
|
|
3563
3567
|
online: string;
|
|
3564
3568
|
pause: string;
|
|
3565
3569
|
offline: string;
|
|
@@ -3612,7 +3616,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3612
3616
|
};
|
|
3613
3617
|
channel: {
|
|
3614
3618
|
state: {
|
|
3615
|
-
[x:
|
|
3619
|
+
[x: string]: string;
|
|
3616
3620
|
waiting: string;
|
|
3617
3621
|
distribute: string;
|
|
3618
3622
|
offering: string;
|
|
@@ -3990,6 +3994,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
3990
3994
|
rdt_this_month: string;
|
|
3991
3995
|
rdt_custom: string;
|
|
3992
3996
|
};
|
|
3997
|
+
andMore: string;
|
|
3993
3998
|
addFilter: ({ linked }: {
|
|
3994
3999
|
linked: any;
|
|
3995
4000
|
}) => string;
|
|
@@ -4399,7 +4404,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4399
4404
|
agent: {
|
|
4400
4405
|
agent: string;
|
|
4401
4406
|
status: {
|
|
4402
|
-
[x:
|
|
4407
|
+
[x: string]: string;
|
|
4403
4408
|
online: string;
|
|
4404
4409
|
pause: string;
|
|
4405
4410
|
offline: string;
|
|
@@ -4452,7 +4457,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4452
4457
|
};
|
|
4453
4458
|
channel: {
|
|
4454
4459
|
state: {
|
|
4455
|
-
[x:
|
|
4460
|
+
[x: string]: string;
|
|
4456
4461
|
waiting: string;
|
|
4457
4462
|
distribute: string;
|
|
4458
4463
|
offering: string;
|
|
@@ -4830,6 +4835,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
4830
4835
|
rdt_this_month: string;
|
|
4831
4836
|
rdt_custom: string;
|
|
4832
4837
|
};
|
|
4838
|
+
andMore: string;
|
|
4833
4839
|
addFilter: ({ linked }: {
|
|
4834
4840
|
linked: any;
|
|
4835
4841
|
}) => string;
|
|
@@ -5239,7 +5245,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5239
5245
|
agent: {
|
|
5240
5246
|
agent: string;
|
|
5241
5247
|
status: {
|
|
5242
|
-
[x:
|
|
5248
|
+
[x: string]: string;
|
|
5243
5249
|
online: string;
|
|
5244
5250
|
pause: string;
|
|
5245
5251
|
offline: string;
|
|
@@ -5292,7 +5298,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5292
5298
|
};
|
|
5293
5299
|
channel: {
|
|
5294
5300
|
state: {
|
|
5295
|
-
[x:
|
|
5301
|
+
[x: string]: string;
|
|
5296
5302
|
waiting: string;
|
|
5297
5303
|
distribute: string;
|
|
5298
5304
|
offering: string;
|
|
@@ -5670,6 +5676,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
5670
5676
|
rdt_this_month: string;
|
|
5671
5677
|
rdt_custom: string;
|
|
5672
5678
|
};
|
|
5679
|
+
andMore: string;
|
|
5673
5680
|
addFilter: ({ linked }: {
|
|
5674
5681
|
linked: any;
|
|
5675
5682
|
}) => string;
|
|
@@ -6079,7 +6086,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6079
6086
|
agent: {
|
|
6080
6087
|
agent: string;
|
|
6081
6088
|
status: {
|
|
6082
|
-
[x:
|
|
6089
|
+
[x: string]: string;
|
|
6083
6090
|
online: string;
|
|
6084
6091
|
pause: string;
|
|
6085
6092
|
offline: string;
|
|
@@ -6133,7 +6140,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6133
6140
|
};
|
|
6134
6141
|
channel: {
|
|
6135
6142
|
state: {
|
|
6136
|
-
[x:
|
|
6143
|
+
[x: string]: string;
|
|
6137
6144
|
waiting: string;
|
|
6138
6145
|
distribute: string;
|
|
6139
6146
|
offering: string;
|
|
@@ -6511,6 +6518,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6511
6518
|
rdt_this_month: string;
|
|
6512
6519
|
rdt_custom: string;
|
|
6513
6520
|
};
|
|
6521
|
+
andMore: string;
|
|
6514
6522
|
addFilter: ({ linked }: {
|
|
6515
6523
|
linked: any;
|
|
6516
6524
|
}) => string;
|
|
@@ -6920,7 +6928,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6920
6928
|
agent: {
|
|
6921
6929
|
agent: string;
|
|
6922
6930
|
status: {
|
|
6923
|
-
[x:
|
|
6931
|
+
[x: string]: string;
|
|
6924
6932
|
online: string;
|
|
6925
6933
|
pause: string;
|
|
6926
6934
|
offline: string;
|
|
@@ -6973,7 +6981,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
6973
6981
|
};
|
|
6974
6982
|
channel: {
|
|
6975
6983
|
state: {
|
|
6976
|
-
[x:
|
|
6984
|
+
[x: string]: string;
|
|
6977
6985
|
waiting: string;
|
|
6978
6986
|
distribute: string;
|
|
6979
6987
|
offering: string;
|
|
@@ -7351,6 +7359,7 @@ declare const _default: import("vue-i18n").I18n<{
|
|
|
7351
7359
|
rdt_this_month: string;
|
|
7352
7360
|
rdt_custom: string;
|
|
7353
7361
|
};
|
|
7362
|
+
andMore: string;
|
|
7354
7363
|
addFilter: ({ linked }: {
|
|
7355
7364
|
linked: any;
|
|
7356
7365
|
}) => string;
|
package/types/locale/index.d.ts
CHANGED
|
@@ -199,7 +199,7 @@ export declare const messages: {
|
|
|
199
199
|
agent: {
|
|
200
200
|
agent: string;
|
|
201
201
|
status: {
|
|
202
|
-
[x:
|
|
202
|
+
[x: string]: string;
|
|
203
203
|
online: string;
|
|
204
204
|
pause: string;
|
|
205
205
|
offline: string;
|
|
@@ -252,7 +252,7 @@ export declare const messages: {
|
|
|
252
252
|
};
|
|
253
253
|
channel: {
|
|
254
254
|
state: {
|
|
255
|
-
[x:
|
|
255
|
+
[x: string]: string;
|
|
256
256
|
waiting: string;
|
|
257
257
|
distribute: string;
|
|
258
258
|
offering: string;
|
|
@@ -630,6 +630,7 @@ export declare const messages: {
|
|
|
630
630
|
rdt_this_month: string;
|
|
631
631
|
rdt_custom: string;
|
|
632
632
|
};
|
|
633
|
+
andMore: string;
|
|
633
634
|
addFilter: ({ linked }: {
|
|
634
635
|
linked: any;
|
|
635
636
|
}) => string;
|
|
@@ -1053,7 +1054,7 @@ export declare const messages: {
|
|
|
1053
1054
|
agent: {
|
|
1054
1055
|
agent: string;
|
|
1055
1056
|
status: {
|
|
1056
|
-
[x:
|
|
1057
|
+
[x: string]: string;
|
|
1057
1058
|
online: string;
|
|
1058
1059
|
pause: string;
|
|
1059
1060
|
offline: string;
|
|
@@ -1106,7 +1107,7 @@ export declare const messages: {
|
|
|
1106
1107
|
};
|
|
1107
1108
|
channel: {
|
|
1108
1109
|
state: {
|
|
1109
|
-
[x:
|
|
1110
|
+
[x: string]: string;
|
|
1110
1111
|
waiting: string;
|
|
1111
1112
|
distribute: string;
|
|
1112
1113
|
offering: string;
|
|
@@ -1484,6 +1485,7 @@ export declare const messages: {
|
|
|
1484
1485
|
rdt_this_month: string;
|
|
1485
1486
|
rdt_custom: string;
|
|
1486
1487
|
};
|
|
1488
|
+
andMore: string;
|
|
1487
1489
|
addFilter: ({ linked }: {
|
|
1488
1490
|
linked: any;
|
|
1489
1491
|
}) => string;
|
|
@@ -1891,7 +1893,7 @@ export declare const messages: {
|
|
|
1891
1893
|
agent: {
|
|
1892
1894
|
agent: string;
|
|
1893
1895
|
status: {
|
|
1894
|
-
[x:
|
|
1896
|
+
[x: string]: string;
|
|
1895
1897
|
online: string;
|
|
1896
1898
|
pause: string;
|
|
1897
1899
|
offline: string;
|
|
@@ -1944,7 +1946,7 @@ export declare const messages: {
|
|
|
1944
1946
|
};
|
|
1945
1947
|
channel: {
|
|
1946
1948
|
state: {
|
|
1947
|
-
[x:
|
|
1949
|
+
[x: string]: string;
|
|
1948
1950
|
waiting: string;
|
|
1949
1951
|
distribute: string;
|
|
1950
1952
|
offering: string;
|
|
@@ -2322,6 +2324,7 @@ export declare const messages: {
|
|
|
2322
2324
|
rdt_this_month: string;
|
|
2323
2325
|
rdt_custom: string;
|
|
2324
2326
|
};
|
|
2327
|
+
andMore: string;
|
|
2325
2328
|
addFilter: ({ linked }: {
|
|
2326
2329
|
linked: any;
|
|
2327
2330
|
}) => string;
|
|
@@ -2731,7 +2734,7 @@ export declare const messages: {
|
|
|
2731
2734
|
agent: {
|
|
2732
2735
|
agent: string;
|
|
2733
2736
|
status: {
|
|
2734
|
-
[x:
|
|
2737
|
+
[x: string]: string;
|
|
2735
2738
|
online: string;
|
|
2736
2739
|
pause: string;
|
|
2737
2740
|
offline: string;
|
|
@@ -2784,7 +2787,7 @@ export declare const messages: {
|
|
|
2784
2787
|
};
|
|
2785
2788
|
channel: {
|
|
2786
2789
|
state: {
|
|
2787
|
-
[x:
|
|
2790
|
+
[x: string]: string;
|
|
2788
2791
|
waiting: string;
|
|
2789
2792
|
distribute: string;
|
|
2790
2793
|
offering: string;
|
|
@@ -3162,6 +3165,7 @@ export declare const messages: {
|
|
|
3162
3165
|
rdt_this_month: string;
|
|
3163
3166
|
rdt_custom: string;
|
|
3164
3167
|
};
|
|
3168
|
+
andMore: string;
|
|
3165
3169
|
addFilter: ({ linked }: {
|
|
3166
3170
|
linked: any;
|
|
3167
3171
|
}) => string;
|
|
@@ -3569,7 +3573,7 @@ export declare const messages: {
|
|
|
3569
3573
|
agent: {
|
|
3570
3574
|
agent: string;
|
|
3571
3575
|
status: {
|
|
3572
|
-
[x:
|
|
3576
|
+
[x: string]: string;
|
|
3573
3577
|
online: string;
|
|
3574
3578
|
pause: string;
|
|
3575
3579
|
offline: string;
|
|
@@ -3622,7 +3626,7 @@ export declare const messages: {
|
|
|
3622
3626
|
};
|
|
3623
3627
|
channel: {
|
|
3624
3628
|
state: {
|
|
3625
|
-
[x:
|
|
3629
|
+
[x: string]: string;
|
|
3626
3630
|
waiting: string;
|
|
3627
3631
|
distribute: string;
|
|
3628
3632
|
offering: string;
|
|
@@ -4000,6 +4004,7 @@ export declare const messages: {
|
|
|
4000
4004
|
rdt_this_month: string;
|
|
4001
4005
|
rdt_custom: string;
|
|
4002
4006
|
};
|
|
4007
|
+
andMore: string;
|
|
4003
4008
|
addFilter: ({ linked }: {
|
|
4004
4009
|
linked: any;
|
|
4005
4010
|
}) => string;
|
|
@@ -4409,7 +4414,7 @@ export declare const messages: {
|
|
|
4409
4414
|
agent: {
|
|
4410
4415
|
agent: string;
|
|
4411
4416
|
status: {
|
|
4412
|
-
[x:
|
|
4417
|
+
[x: string]: string;
|
|
4413
4418
|
online: string;
|
|
4414
4419
|
pause: string;
|
|
4415
4420
|
offline: string;
|
|
@@ -4462,7 +4467,7 @@ export declare const messages: {
|
|
|
4462
4467
|
};
|
|
4463
4468
|
channel: {
|
|
4464
4469
|
state: {
|
|
4465
|
-
[x:
|
|
4470
|
+
[x: string]: string;
|
|
4466
4471
|
waiting: string;
|
|
4467
4472
|
distribute: string;
|
|
4468
4473
|
offering: string;
|
|
@@ -4840,6 +4845,7 @@ export declare const messages: {
|
|
|
4840
4845
|
rdt_this_month: string;
|
|
4841
4846
|
rdt_custom: string;
|
|
4842
4847
|
};
|
|
4848
|
+
andMore: string;
|
|
4843
4849
|
addFilter: ({ linked }: {
|
|
4844
4850
|
linked: any;
|
|
4845
4851
|
}) => string;
|
|
@@ -5249,7 +5255,7 @@ export declare const messages: {
|
|
|
5249
5255
|
agent: {
|
|
5250
5256
|
agent: string;
|
|
5251
5257
|
status: {
|
|
5252
|
-
[x:
|
|
5258
|
+
[x: string]: string;
|
|
5253
5259
|
online: string;
|
|
5254
5260
|
pause: string;
|
|
5255
5261
|
offline: string;
|
|
@@ -5302,7 +5308,7 @@ export declare const messages: {
|
|
|
5302
5308
|
};
|
|
5303
5309
|
channel: {
|
|
5304
5310
|
state: {
|
|
5305
|
-
[x:
|
|
5311
|
+
[x: string]: string;
|
|
5306
5312
|
waiting: string;
|
|
5307
5313
|
distribute: string;
|
|
5308
5314
|
offering: string;
|
|
@@ -5680,6 +5686,7 @@ export declare const messages: {
|
|
|
5680
5686
|
rdt_this_month: string;
|
|
5681
5687
|
rdt_custom: string;
|
|
5682
5688
|
};
|
|
5689
|
+
andMore: string;
|
|
5683
5690
|
addFilter: ({ linked }: {
|
|
5684
5691
|
linked: any;
|
|
5685
5692
|
}) => string;
|
|
@@ -6089,7 +6096,7 @@ export declare const messages: {
|
|
|
6089
6096
|
agent: {
|
|
6090
6097
|
agent: string;
|
|
6091
6098
|
status: {
|
|
6092
|
-
[x:
|
|
6099
|
+
[x: string]: string;
|
|
6093
6100
|
online: string;
|
|
6094
6101
|
pause: string;
|
|
6095
6102
|
offline: string;
|
|
@@ -6143,7 +6150,7 @@ export declare const messages: {
|
|
|
6143
6150
|
};
|
|
6144
6151
|
channel: {
|
|
6145
6152
|
state: {
|
|
6146
|
-
[x:
|
|
6153
|
+
[x: string]: string;
|
|
6147
6154
|
waiting: string;
|
|
6148
6155
|
distribute: string;
|
|
6149
6156
|
offering: string;
|
|
@@ -6521,6 +6528,7 @@ export declare const messages: {
|
|
|
6521
6528
|
rdt_this_month: string;
|
|
6522
6529
|
rdt_custom: string;
|
|
6523
6530
|
};
|
|
6531
|
+
andMore: string;
|
|
6524
6532
|
addFilter: ({ linked }: {
|
|
6525
6533
|
linked: any;
|
|
6526
6534
|
}) => string;
|
|
@@ -6930,7 +6938,7 @@ export declare const messages: {
|
|
|
6930
6938
|
agent: {
|
|
6931
6939
|
agent: string;
|
|
6932
6940
|
status: {
|
|
6933
|
-
[x:
|
|
6941
|
+
[x: string]: string;
|
|
6934
6942
|
online: string;
|
|
6935
6943
|
pause: string;
|
|
6936
6944
|
offline: string;
|
|
@@ -6983,7 +6991,7 @@ export declare const messages: {
|
|
|
6983
6991
|
};
|
|
6984
6992
|
channel: {
|
|
6985
6993
|
state: {
|
|
6986
|
-
[x:
|
|
6994
|
+
[x: string]: string;
|
|
6987
6995
|
waiting: string;
|
|
6988
6996
|
distribute: string;
|
|
6989
6997
|
offering: string;
|
|
@@ -7361,6 +7369,7 @@ export declare const messages: {
|
|
|
7361
7369
|
rdt_this_month: string;
|
|
7362
7370
|
rdt_custom: string;
|
|
7363
7371
|
};
|
|
7372
|
+
andMore: string;
|
|
7364
7373
|
addFilter: ({ linked }: {
|
|
7365
7374
|
linked: any;
|
|
7366
7375
|
}) => string;
|
package/types/locale/kz/kz.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/pl/pl.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;
|