@webitel/ui-sdk 25.8.5 → 25.8.7
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/ui-sdk.js +3 -1
- package/package.json +148 -40
- package/src/composables/index.ts +10 -0
- package/src/composables/useAccessControl/index.ts +1 -0
- package/src/modules/AuditForm/components/form-questions/options/audit-form-question-options-write-row.vue +1 -1
- package/src/scripts/index.js +0 -2
- package/types/api/axios/generateInstance.d.ts +2 -0
- package/types/api/clients/_shared/generatePermissionsApi.d.ts +13 -0
- package/types/api/clients/agents/agentChats.d.ts +10 -0
- package/types/api/clients/agents/agents.d.ts +55 -0
- package/types/api/clients/buckets/buckets.d.ts +30 -0
- package/types/api/clients/calendars/calendars.d.ts +35 -0
- package/types/api/clients/caseCloseReasonGroups/caseCloseReasonGroups.d.ts +30 -0
- package/types/api/clients/caseCloseReasons/caseCloseReasons.d.ts +36 -0
- package/types/api/clients/casePriorities/casePriorities.d.ts +30 -0
- package/types/api/clients/caseServiceCatalogs/serviceCatalogs.d.ts +30 -0
- package/types/api/clients/caseServices/services.d.ts +42 -0
- package/types/api/clients/caseStatusConditions/caseStatusConditions.d.ts +43 -0
- package/types/api/clients/caseStatuses/caseStatuses.d.ts +30 -0
- package/types/api/clients/catalog/catalog.d.ts +10 -0
- package/types/api/clients/chatGateways/chatGateways.d.ts +35 -0
- package/types/api/clients/chatGateways/defaults/defaultChatGateway.d.ts +15 -0
- package/types/api/clients/chatGateways/defaults/webChatGateway.d.ts +64 -0
- package/types/api/clients/chatGateways/enums/WebchatAlternativeChannel.enum.d.ts +8 -0
- package/types/api/clients/chatGateways/scripts/generateUri.d.ts +2 -0
- package/types/api/clients/communications/communications.d.ts +35 -0
- package/types/api/clients/configurations/configurations.d.ts +35 -0
- package/types/api/clients/contactGroups/contactGroups.d.ts +47 -0
- package/types/api/clients/flows/flow.d.ts +35 -0
- package/types/api/clients/gateways/defaults/defaultGateway.d.ts +8 -0
- package/types/api/clients/gateways/defaults/registerGateway.d.ts +13 -0
- package/types/api/clients/gateways/defaults/trunkingGateway.d.ts +11 -0
- package/types/api/clients/gateways/gateways.d.ts +35 -0
- package/types/api/clients/index.d.ts +34 -0
- package/types/api/clients/labels/labels.d.ts +13 -0
- package/types/api/clients/lists/blacklists.d.ts +30 -0
- package/types/api/clients/media/media.d.ts +24 -0
- package/types/api/clients/object/object.d.ts +13 -0
- package/types/api/clients/queues/defaults/processing.d.ts +2 -0
- package/types/api/clients/queues/queues.d.ts +40 -0
- package/types/api/clients/roles/roles.d.ts +40 -0
- package/types/api/clients/skills/skills.d.ts +30 -0
- package/types/api/clients/slaConditions/slaConditions.d.ts +36 -0
- package/types/api/clients/slas/slas.d.ts +30 -0
- package/types/api/clients/teams/teams.d.ts +30 -0
- package/types/api/clients/users/users.d.ts +46 -0
- package/types/api/clients//321/201ontacts/contactChatMessagesHistory.d.ts +16 -0
- package/types/api/clients//321/201ontacts/contacts.d.ts +29 -0
- package/types/api/clients//321/201ontacts/enums/ContactsSearchMode.d.ts +8 -0
- package/types/api/clients//321/201ontacts/index.d.ts +4 -0
- package/types/api/defaults/getDefaultGetListResponse/getDefaultGetListResponse.d.ts +5 -0
- package/types/api/defaults/getDefaultGetParams/getDefaultGetParams.d.ts +8 -0
- package/types/api/defaults/getDefaultInstance/getDefaultInstance.d.ts +2 -0
- package/types/api/defaults/getDefaultOpenAPIConfig/getDefaultOpenAPIConfig.d.ts +3 -0
- package/types/api/defaults/index.d.ts +5 -0
- package/types/api/history/index.d.ts +2 -0
- package/types/api/history/transcript/callTranscript.d.ts +15 -0
- package/types/api/interceptors/request/updateToken.interceptor.d.ts +2 -0
- package/types/api/interceptors/response/handleUnauthorized.interceptor.d.ts +2 -0
- package/types/api/transformers/addQueryParamsToUrl/addQueryParamsToUrl.transformer.d.ts +2 -0
- package/types/api/transformers/applyTransform.d.ts +5 -0
- package/types/api/transformers/camelToSnake/camelToSnake.transformer.d.ts +2 -0
- package/types/api/transformers/generateUrl/generateUrl.transformer.d.ts +2 -0
- package/types/api/transformers/index.d.ts +14 -0
- package/types/api/transformers/log/log.transformer.d.ts +2 -0
- package/types/api/transformers/merge/merge.transformer.d.ts +2 -0
- package/types/api/transformers/mergeEach/mergeEach.transformer.d.ts +2 -0
- package/types/api/transformers/notify/notify.transformer.d.ts +2 -0
- package/types/api/transformers/sanitize/sanitize.transformer.d.ts +2 -0
- package/types/api/transformers/snakeToCamel/snakeToCamel.transformer.d.ts +2 -0
- package/types/api/transformers/starToSearch/starToSearch.transformer.d.ts +2 -0
- package/types/api/websocket/WebSocketClientController.d.ts +19 -0
- package/types/api/websocket/config.d.ts +2 -0
- package/types/api/websocket/websocketErrorEventHandler.d.ts +2 -0
- package/types/assets/icons/sprite/index.d.ts +2 -0
- package/types/components/index.d.ts +145 -0
- package/types/components/on-demand/wt-cc-agent-status-timers/__tests__/wt-cc-agent-status-timers.spec.d.ts +1 -0
- package/types/components/on-demand/wt-save-failed-popup/__tests__/WtPopup.spec.d.ts +1 -0
- package/{dist/types → types}/components/on-demand/wt-save-failed-popup/wt-save-failed-popup.vue.d.ts +3 -3
- package/{dist/types → types}/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts +3 -3
- package/types/components/transitions/__tests__/ExpandTransition.spec.d.ts +1 -0
- package/types/components/wt-action-bar/WtActionBarActionsOrder.d.ts +2 -0
- package/types/components/wt-action-bar/__tests__/wt-action-bar.spec.d.ts +1 -0
- package/types/components/wt-action-bar/wt-action-bar.vue.d.ts +78 -0
- package/types/components/wt-app-header/__tests__/WtAppHeader.spec.d.ts +1 -0
- package/types/components/wt-app-header/__tests__/WtAppNavigator.spec.d.ts +1 -0
- package/types/components/wt-app-header/__tests__/WtHeaderActions.spec.d.ts +1 -0
- package/types/components/wt-avatar/__tests__/wt-avatar.spec.d.ts +1 -0
- package/{dist/types → types}/components/wt-avatar/wt-avatar.vue.d.ts +4 -4
- package/types/components/wt-badge/__tests__/wt-badge.spec.d.ts +1 -0
- package/types/components/wt-button/__tests__/WtButton.spec.d.ts +1 -0
- package/types/components/wt-button-select/__tests__/WtButtonSelect.spec.d.ts +1 -0
- package/types/components/wt-checkbox/__tests__/WtCheckbox.spec.d.ts +1 -0
- package/{dist/types → types}/components/wt-checkbox/wt-checkbox.vue.d.ts +3 -3
- package/types/components/wt-chip/__tests__/WtChip.spec.d.ts +1 -0
- package/types/components/wt-context-menu/__tests__/WtContextMenu.spec.d.ts +1 -0
- package/types/components/wt-copy-action/__tests__/WtCopyAction.spec.d.ts +1 -0
- package/types/components/wt-datepicker/__tests__/WtDatepicker.spec.d.ts +1 -0
- package/types/components/wt-divider/__tests__/WtDivider.spec.d.ts +1 -0
- package/types/components/wt-dual-panel/__tests__/WtDualPanel.d.ts +1 -0
- package/types/components/wt-dummy/__tests__/WtDummy.spec.d.ts +1 -0
- package/types/components/wt-empty/__tests__/wt-empty.spec.d.ts +1 -0
- package/{dist/types → types}/components/wt-empty/wt-empty.vue.d.ts +1 -1
- package/types/components/wt-error-page/__tests__/wt-error-page.spec.d.ts +1 -0
- package/types/components/wt-expansion-panel/__tests__/WtExpansionPanel.spec.d.ts +1 -0
- package/types/components/wt-filters-panel-wrapper/__tests__/WtFiltersPanelWrapper.spec.d.ts +1 -0
- package/types/components/wt-headline/__tests__/WtHeadline.spec.d.ts +1 -0
- package/types/components/wt-headline-nav/__tests__/wt-headline-nav.spec.d.ts +1 -0
- package/types/components/wt-hint/__tests__/WtHint.spec.d.ts +1 -0
- package/types/components/wt-icon/__tests__/WtIcon.spec.d.ts +1 -0
- package/types/components/wt-icon-action/__tests__/WtIconAction.spec.d.ts +1 -0
- package/types/components/wt-icon-action/iconMappings.d.ts +21 -0
- package/types/components/wt-icon-btn/__tests__/WtIconBtn.spec.d.ts +1 -0
- package/types/components/wt-image/__tests__/wt-image.spec.d.ts +1 -0
- package/types/components/wt-indicator/__tests__/WtIndicator.spec.d.ts +1 -0
- package/types/components/wt-input/__tests__/WtInput.spec.d.ts +1 -0
- package/types/components/wt-input-info/__tests__/WtInputInfo.spec.d.ts +1 -0
- package/types/components/wt-intersection-observer/__tests__/WtIntersectionObserver.spec.d.ts +1 -0
- package/types/components/wt-item-link/__tests__/WtItemLink.spec.d.ts +1 -0
- package/types/components/wt-label/__tests__/WtLabel.spec.d.ts +1 -0
- package/types/components/wt-label/mixins/labelUsageMixin.d.ts +19 -0
- package/types/components/wt-load-bar/__tests__/WtLoadBar.spec.d.ts +1 -0
- package/types/components/wt-loader/__tests__/WtLoader.spec.d.ts +1 -0
- package/types/components/wt-logo/__tests__/wt-logo.spec.d.ts +1 -0
- package/types/components/wt-navigation-bar/__tests__/WtNavigationBar.spec.d.ts +1 -0
- package/types/components/wt-notification/__tests__/WtNotification.spec.d.ts +1 -0
- package/{dist/types → types}/components/wt-notification/wt-notification.vue.d.ts +1 -1
- package/types/components/wt-notifications-bar/__tests__/WtNotificationsBar.spec.d.ts +1 -0
- package/{dist/types → types}/components/wt-notifications-bar/wt-notifications-bar.vue.d.ts +5 -1
- package/types/components/wt-page-header/__tests__/wt-page-header.spec.d.ts +1 -0
- package/types/components/wt-page-wrapper/__tests__/WtPageWrapper.spec.d.ts +1 -0
- package/types/components/wt-pagination/__tests__/WtPagination.spec.d.ts +1 -0
- package/{dist/types → types}/components/wt-pagination/wt-pagination.vue.d.ts +1 -1
- package/types/components/wt-player/__tests__/WtPlayer.spec.d.ts +1 -0
- package/types/components/wt-popup/__tests__/WtPopup.spec.d.ts +1 -0
- package/types/components/wt-progress-bar/__tests__/WtProgressBar.spec.d.ts +1 -0
- package/types/components/wt-radio/__tests__/WtRadio.spec.d.ts +1 -0
- package/types/components/wt-rounded-action/__tests__/WtRoundedAction.spec.d.ts +1 -0
- package/types/components/wt-search-bar/__tests__/WtSearchBar.spec.d.ts +1 -0
- package/{dist/types → types}/components/wt-search-bar/wt-search-bar.vue.d.ts +1 -1
- package/types/components/wt-select/__tests__/WtSelect.spec.d.ts +1 -0
- package/types/components/wt-select/mixins/__tests__/multiselectMixin.spec.d.ts +1 -0
- package/types/components/wt-select/mixins/multiselectMixin.d.ts +128 -0
- package/{dist/types → types}/components/wt-select/wt-select-v2.vue.d.ts +1 -1
- package/types/components/wt-select/wt-select.vue.d.ts +202 -0
- package/types/components/wt-slider/__tests__/WtSlider.spec.d.ts +1 -0
- package/types/components/wt-status-select/__tests__/WtStatusSelect.spec.d.ts +1 -0
- package/types/components/wt-status-select/_internals/StatusOptions.lookup.d.ts +18 -0
- package/{dist/types → types}/components/wt-status-select/wt-status-select.vue.d.ts +6 -6
- package/types/components/wt-stepper/__tests__/WtStepper.spec.vue.d.ts +1 -0
- package/types/components/wt-switcher/__tests__/WtSwitcher.spec.d.ts +1 -0
- package/types/components/wt-table/__tests__/WtTable.spec.d.ts +1 -0
- package/types/components/wt-table-actions/__tests__/WtTableActions.spec.d.ts +1 -0
- package/types/components/wt-table-column-select/__tests__/WtTableColumnSelect.spec.d.ts +1 -0
- package/types/components/wt-tabs/__tests__/WtTabs.spec.d.ts +1 -0
- package/types/components/wt-tags-input/__tests__/WtTagsInput.spec.d.ts +1 -0
- package/types/components/wt-tags-input/mixin/__tests__/taggableMixin.spec.d.ts +1 -0
- package/types/components/wt-tags-input/mixin/taggableMixin.d.ts +7 -0
- package/types/components/wt-tags-input/wt-tags-input.vue.d.ts +182 -0
- package/types/components/wt-textarea/__tests__/WtTextarea.spec.d.ts +1 -0
- package/{dist/types → types}/components/wt-textarea/wt-textarea.vue.d.ts +32 -3
- package/types/components/wt-time-input/__tests__/WtTimeInput.spec.d.ts +1 -0
- package/{dist/types → types}/components/wt-time-input/wt-time-input.vue.d.ts +31 -3
- package/types/components/wt-timepicker/__tests__/WtTimepicker.spec.d.ts +1 -0
- package/{dist/types → types}/components/wt-timepicker/wt-timepicker.vue.d.ts +24 -9
- package/types/components/wt-tooltip/__tests__/WtTooltip.spec.d.ts +1 -0
- package/types/components/wt-tooltip/_internals/useTooltipTriggerSubscriptions.d.ts +6 -0
- package/types/components/wt-tree/__tests__/WtTree.spec.d.ts +1 -0
- package/types/composables/index.d.ts +10 -0
- package/types/composables/useAccessControl/index.d.ts +1 -0
- package/types/composables/useAccessControl/useAccessControl.d.ts +8 -0
- package/types/composables/useCachedInterval/__tests__/useCachedInterval.spec.d.ts +1 -0
- package/types/composables/useCachedInterval/useCachedInterval.d.ts +6 -0
- package/types/composables/useCachedItemInstanceName/useCachedItemInstanceName.d.ts +5 -0
- package/types/composables/useCard/useCardComponent.d.ts +12 -0
- package/types/composables/useCard/useCardTabs.d.ts +4 -0
- package/types/composables/useClose/useClose.d.ts +3 -0
- package/types/composables/useDestroyableSortable/useDestroyableSortable.d.ts +20 -0
- package/types/composables/useRepresentableAgentPauseCause/__tests__/useRepresentableAgentPauseCause.spec.d.ts +1 -0
- package/types/composables/useRepresentableAgentPauseCause/useRepresentableAgentPauseCause.d.ts +3 -0
- package/types/composables/useValidate/useValidate.d.ts +4 -0
- package/types/directives/clickaway/clickaway.d.ts +2 -0
- package/types/directives/index.d.ts +5 -0
- package/types/enums/AbstractUserStatus/AbstractUserStatus.enum.d.ts +9 -0
- package/types/enums/AgentStatus/AgentStatus.enum.d.ts +7 -0
- package/types/enums/ChatGatewayProvider/ChatGatewayProvider.enum.d.ts +11 -0
- package/types/enums/ChatGatewayProvider/ProviderIconType.enum.d.ts +10 -0
- package/types/enums/IconAction/IconAction.enum.d.ts +25 -0
- package/types/enums/QueueType/QueueType.enum.d.ts +12 -0
- package/types/enums/TypesExportedSettings/TypesExportedSettings.enum.d.ts +5 -0
- package/types/enums/WebitelApplications/AdminSections.enum.d.ts +2 -0
- package/types/enums/WebitelApplications/AuditorSections.enum.d.ts +2 -0
- package/types/enums/WebitelApplications/CrmSections.enum.d.ts +2 -0
- package/types/enums/WebitelApplications/SupervisorSections.enum.d.ts +2 -0
- package/types/enums/WebitelApplications/WebitelApplications.enum.d.ts +2 -0
- package/{dist/types → types}/install.d.ts +1 -1
- package/types/locale/en/en.d.ts +915 -0
- package/types/locale/es/es.d.ts +245 -0
- package/types/locale/i18n.d.ts +2986 -0
- package/types/locale/kz/kz.d.ts +301 -0
- package/types/locale/ru/ru.d.ts +911 -0
- package/types/locale/ua/ua.d.ts +911 -0
- package/types/main.d.ts +1 -0
- package/types/mixins/dataFilterMixins/__tests__/apiFilterMixin.spec.d.ts +1 -0
- package/types/mixins/dataFilterMixins/__tests__/enumFilterMixin.spec.d.ts +1 -0
- package/types/mixins/dataFilterMixins/__tests__/paginationFilterMixin.spec.d.ts +1 -0
- package/types/mixins/dataFilterMixins/__tests__/sortFilterMixin.spec.d.ts +1 -0
- package/types/mixins/dataFilterMixins/__tests__/urlControllerMixin.spec.d.ts +1 -0
- package/types/mixins/dataFilterMixins/_urlControllerMixin/_urlControllerMixin.d.ts +17 -0
- package/types/mixins/dataFilterMixins/apiFilterMixin.d.ts +45 -0
- package/types/mixins/dataFilterMixins/baseFilterMixin/baseFilterMixin.d.ts +33 -0
- package/types/mixins/dataFilterMixins/enumFilterMixin.d.ts +47 -0
- package/types/mixins/dataFilterMixins/paginationFilterMixin.d.ts +62 -0
- package/types/mixins/dataFilterMixins/sortFilterMixin.d.ts +46 -0
- package/types/mixins/validationMixin/__tests__/validationMixin.spec.d.ts +1 -0
- package/types/mixins/validationMixin/validationMixin.d.ts +19 -0
- package/types/modules/AgentStatusSelect/api/agent-status.d.ts +13 -0
- package/types/modules/AgentStatusSelect/api/pause-cause.d.ts +12 -0
- package/types/modules/AgentStatusSelect/components/__tests__/wt-cc-agent-status-select.spec.d.ts +1 -0
- package/types/modules/AgentStatusSelect/components/__tests__/wt-cc-pause-cause-popup.spec.d.ts +1 -0
- package/{dist/types → types}/modules/AgentStatusSelect/components/_internals/wt-cc-pause-cause-popup.vue.d.ts +1 -1
- package/{dist/types → types}/modules/AgentStatusSelect/components/wt-cc-agent-status-select.vue.d.ts +2 -2
- package/types/modules/Appearance/components/__tests__/wt-dark-mode-switcher.spec.d.ts +1 -0
- package/types/modules/Appearance/store/AppearanceStoreModule.d.ts +15 -0
- package/types/modules/Appearance/store/__tests__/AppearanceStoreModule.spec.d.ts +1 -0
- package/types/modules/AuditForm/components/form-questions/options/__tests__/audit-form-question-options-write-row.spec.d.ts +1 -0
- package/types/modules/AuditForm/components/form-questions/options/__tests__/audit-form-question-options.spec.d.ts +1 -0
- package/types/modules/AuditForm/components/form-questions/score/__tests__/audit-form-question-score.spec.d.ts +1 -0
- package/types/modules/AuditForm/schemas/AuditFormQuestionOptionsSchema.d.ts +12 -0
- package/types/modules/AuditForm/schemas/AuditFormQuestionSchema.d.ts +9 -0
- package/types/modules/AuditForm/schemas/AuditFormQuestionScoreSchema.d.ts +6 -0
- package/types/modules/CSVExport/CSVExport.d.ts +20 -0
- package/types/modules/CSVExport/XLSExport.d.ts +19 -0
- package/types/modules/CSVExport/__tests__/CSVExport.spec.d.ts +1 -0
- package/types/modules/CSVExport/mixins/exportCSVMixin.d.ts +16 -0
- package/types/modules/CSVExport/mixins/exportXLSMixin.d.ts +16 -0
- package/types/modules/CardStoreModule/composables/useCardStore.d.ts +12 -0
- package/types/modules/CardStoreModule/store/CardStoreModule.d.ts +45 -0
- package/types/modules/DeleteConfirmationPopup/__tests__/delete-confirmation-popup.spec.d.ts +1 -0
- package/types/modules/DeleteConfirmationPopup/composables/useDeleteConfirmationPopup.d.ts +10 -0
- package/types/modules/FilesExport/FilesExport.d.ts +28 -0
- package/types/modules/FilesExport/__tests__/FilesExport.spec.d.ts +1 -0
- package/types/modules/FilesExport/mixins/exportFilesMixin.d.ts +16 -0
- package/types/modules/FilesExport/scripts/generateMediaURL.d.ts +2 -0
- package/types/modules/Filters/classes/BaseFilterSchema.d.ts +17 -0
- package/types/modules/Filters/components/__tests__/filter-pagination.spec.d.ts +1 -0
- package/types/modules/Filters/components/__tests__/filter-table-fields.spec.d.ts +1 -0
- package/types/modules/Filters/composables/useTableFilters.d.ts +8 -0
- package/types/modules/Filters/enums/FilterEvent.enum.d.ts +6 -0
- package/types/modules/Filters/scripts/getters/index.d.ts +4 -0
- package/types/modules/Filters/scripts/getters/localStorageGetter.d.ts +2 -0
- package/types/modules/Filters/scripts/getters/queryGetter.d.ts +2 -0
- package/types/modules/Filters/scripts/getters/valueGetter.d.ts +2 -0
- package/types/modules/Filters/scripts/restores/index.d.ts +3 -0
- package/types/modules/Filters/scripts/restores/localStorageRestore.d.ts +2 -0
- package/types/modules/Filters/scripts/restores/queryRestore.d.ts +2 -0
- package/types/modules/Filters/scripts/setters/index.d.ts +4 -0
- package/types/modules/Filters/scripts/setters/localStorageSetter.d.ts +2 -0
- package/types/modules/Filters/scripts/setters/querySetter.d.ts +2 -0
- package/types/modules/Filters/scripts/setters/valueSetter.d.ts +2 -0
- package/types/modules/Filters/scripts/utils/changeRouteQuery.d.ts +5 -0
- package/types/modules/Filters/store/FiltersStoreModule.d.ts +40 -0
- package/types/modules/Filters/store/__tests__/FiltersStoreModule.spec.d.ts +1 -0
- package/types/modules/Notifications/assets/audio/triggerSound.d.ts +8 -0
- package/types/modules/Notifications/store/NotificationsStoreModule.d.ts +54 -0
- package/types/modules/Notifications/store/__tests__/NotificationsStoreModule.actions.spec.d.ts +1 -0
- package/types/modules/Notifications/store/__tests__/NotificationsStoreModule.mutations.spec.d.ts +1 -0
- package/types/modules/ObjectPermissions/_internals/enums/AccessMode.enum.d.ts +5 -0
- package/types/modules/ObjectPermissions/_internals/modules/filters/store/filters.store.d.ts +14 -0
- package/types/modules/ObjectPermissions/_internals/store/helpers/createObjectPermissionsStoreModule.d.ts +1 -0
- package/types/modules/ObjectPermissions/_internals/store/modules/headers.d.ts +7 -0
- package/types/modules/ObjectPermissions/_internals/store/modules/objectPermissionsStoreModule.d.ts +39 -0
- package/types/modules/ObjectPermissions/store/index.d.ts +2 -0
- package/types/modules/QueryFilters/api/__tests__/defaults.spec.d.ts +1 -0
- package/types/modules/QueryFilters/api/defaults.d.ts +10 -0
- package/types/modules/QueryFilters/classes/ApiFilterSchema.d.ts +11 -0
- package/types/modules/QueryFilters/classes/BaseFilterSchema.d.ts +8 -0
- package/types/modules/QueryFilters/classes/EnumFilterSchema.d.ts +9 -0
- package/types/modules/QueryFilters/classes/__tests__/ApiFilterSchema.spec.d.ts +1 -0
- package/types/modules/QueryFilters/components/__tests__/abstract-api-filter.spec.d.ts +1 -0
- package/types/modules/QueryFilters/components/__tests__/abstract-enum-filter.spec.d.ts +1 -0
- package/types/modules/QueryFilters/components/__tests__/filter-datetime.spec.d.ts +1 -0
- package/types/modules/QueryFilters/components/__tests__/filter-from-to.spec.d.ts +1 -0
- package/types/modules/QueryFilters/components/__tests__/filter-search.spec.d.ts +1 -0
- package/types/modules/QueryFilters/components/abstract-api-filter.vue.d.ts +62 -0
- package/types/modules/QueryFilters/components/abstract-enum-filter.vue.d.ts +66 -0
- package/types/modules/QueryFilters/components/filter-datetime.vue.d.ts +55 -0
- package/types/modules/QueryFilters/components/filter-from-to.vue.d.ts +64 -0
- package/types/modules/QueryFilters/components/filter-search.vue.d.ts +50 -0
- package/{dist/types → types}/modules/QueryFilters/components/filter-table-fields.vue.d.ts +35 -1
- package/types/modules/QueryFilters/mixins/__tests__/apiFilterMixin.spec.d.ts +1 -0
- package/types/modules/QueryFilters/mixins/__tests__/enumFilterMixin.spec.d.ts +1 -0
- package/types/modules/QueryFilters/mixins/__tests__/paginationFilterMixin.spec.d.ts +1 -0
- package/types/modules/QueryFilters/mixins/__tests__/sortFilterMixin.spec.d.ts +1 -0
- package/types/modules/QueryFilters/mixins/__tests__/urlControllerMixin.spec.d.ts +1 -0
- package/types/modules/QueryFilters/mixins/_urlControllerMixin/_urlControllerMixin.d.ts +17 -0
- package/types/modules/QueryFilters/mixins/apiFilterMixin.d.ts +49 -0
- package/types/modules/QueryFilters/mixins/baseFilterMixin/baseFilterMixin.d.ts +36 -0
- package/types/modules/QueryFilters/mixins/enumFilterMixin.d.ts +57 -0
- package/types/modules/QueryFilters/mixins/paginationFilterMixin.d.ts +57 -0
- package/types/modules/QueryFilters/mixins/sortFilterMixin.d.ts +49 -0
- package/types/modules/QueryFilters/store/QueryFiltersStoreModule.d.ts +27 -0
- package/types/modules/QueryFilters/store/__tests__/QueryFiltersStoreModule.spec.d.ts +1 -0
- package/types/modules/QueryFilters/store/queryFilters.d.ts +14 -0
- package/types/modules/TableComponentModule/composables/useTableEmpty.d.ts +14 -0
- package/types/modules/TableStoreModule/composables/useTableStore.d.ts +15 -0
- package/types/modules/TableStoreModule/store/TableStoreModule.d.ts +60 -0
- package/types/modules/TableStoreModule/store/__tests__/TableStoreModule.spec.d.ts +1 -0
- package/types/modules/Userinfo/api/userinfo.d.ts +15 -0
- package/types/modules/Userinfo/classes/ApplicationsAccess.d.ts +11 -0
- package/types/modules/Userinfo/enums/Permissions.enum.d.ts +8 -0
- package/types/modules/Userinfo/store/UserinfoStoreModule.d.ts +60 -0
- package/{dist/types → types}/modules/Userinfo/v2/api/UserinfoAPI.d.ts +1 -1
- package/types/modules/Userinfo/v2/index.d.ts +1 -0
- package/types/plugins/breakpoint/breakpoint.plugin.d.ts +1 -0
- package/types/plugins/primevue/primevue.plugin.d.ts +2 -0
- package/types/plugins/primevue/theme/components/autocomplete/autocomplete.d.ts +33 -0
- package/types/plugins/primevue/theme/components/button/button.d.ts +137 -0
- package/types/plugins/primevue/theme/components/components.d.ts +11 -0
- package/types/plugins/primevue/theme/components/popover/popover.d.ts +10 -0
- package/types/plugins/primevue/theme/components/tooltip/tooltip.d.ts +8 -0
- package/types/plugins/primevue/theme/extend/extend.d.ts +5 -0
- package/types/plugins/primevue/theme/extend/spacings/spacings.d.ts +13 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/color-schema.d.ts +1189 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/dark-color.d.ts +162 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/light-color.d.ts +162 -0
- package/types/plugins/primevue/theme/semantic/color-scheme/palette.d.ts +435 -0
- package/types/plugins/primevue/theme/semantic/semantic.d.ts +5 -0
- package/types/plugins/primevue/theme/webitel-theme.d.ts +2 -0
- package/types/router/index.d.ts +2 -0
- package/types/scripts/__tests__/caseConverters.spec.d.ts +1 -0
- package/types/scripts/__tests__/convertDuration.spec.d.ts +1 -0
- package/types/scripts/__tests__/debounce.spec.d.ts +1 -0
- package/types/scripts/__tests__/editProxy.spec.d.ts +1 -0
- package/types/scripts/__tests__/isEmpty.spec.d.ts +1 -0
- package/types/scripts/__tests__/prettifyFileSize.spec.d.ts +1 -0
- package/types/scripts/__tests__/prettifyTime.spec.d.ts +1 -0
- package/types/scripts/__tests__/preventHiddenPageCallsDecorator.spec.d.ts +1 -0
- package/types/scripts/__tests__/sortQueryAdapters.spec.d.ts +1 -0
- package/types/scripts/__tests__/updateObject.spec.d.ts +1 -0
- package/types/scripts/caseConverters.d.ts +9 -0
- package/types/scripts/convertDuration.d.ts +2 -0
- package/types/scripts/convertDurationWithMinutes.d.ts +2 -0
- package/types/scripts/debounce.d.ts +2 -0
- package/types/scripts/editProxy.d.ts +2 -0
- package/types/scripts/eventBus.d.ts +6 -0
- package/types/scripts/index.d.ts +29 -0
- package/types/scripts/isEmpty.d.ts +2 -0
- package/types/scripts/logger.d.ts +12 -0
- package/types/scripts/prettifyFileSize.d.ts +2 -0
- package/types/scripts/prettifyTime.d.ts +2 -0
- package/types/scripts/preventHiddenPageCallsDecorator.d.ts +2 -0
- package/types/scripts/saveAsJSON.d.ts +2 -0
- package/types/scripts/sortQueryAdapters.d.ts +8 -0
- package/types/scripts/updateObject.d.ts +6 -0
- package/types/store/BaseStoreModules/ApiStoreModule.d.ts +4 -0
- package/types/store/BaseStoreModules/BaseStoreModule.d.ts +31 -0
- package/types/store/BaseStoreModules/__tests__/BaseStoreModule.spec.d.ts +1 -0
- package/types/store/ReactiveNowStoreModule/ReactiveNowStoreModule.d.ts +13 -0
- package/types/store/helpers/__tests__/getNamespacedState.spec.d.ts +1 -0
- package/types/store/helpers/getNamespacedState.d.ts +2 -0
- package/types/store/new/helpers/createApiStoreModule.d.ts +1 -0
- package/types/store/new/helpers/createBaseStoreModule.d.ts +1 -0
- package/types/store/new/helpers/createCardStoreModule.d.ts +1 -0
- package/types/store/new/helpers/createStoreModule.d.ts +1 -0
- package/types/store/new/helpers/createTableStoreModule.d.ts +1 -0
- package/types/store/new/index.d.ts +7 -0
- package/types/store/new/modules/apiStoreModule/apiStoreModule.d.ts +45 -0
- package/types/store/new/modules/baseStoreModule/baseStoreModule.d.ts +13 -0
- package/types/store/new/modules/cardStoreModule/cardStoreModule.d.ts +31 -0
- package/types/store/new/modules/cardStoreModule/useCardStore.d.ts +12 -0
- package/types/store/new/modules/tableStoreModule/__tests__/tableStoreModule.spec.d.ts +1 -0
- package/types/store/new/modules/tableStoreModule/tableStoreModule.d.ts +62 -0
- package/types/store/new/modules/tableStoreModule/useTableStore.d.ts +15 -0
- package/types/tests/mocks/axiosMock.d.ts +2 -0
- package/types/tests/mocks/contextMock.d.ts +9 -0
- package/types/validations/config/errors/customZodErrorsHandler.d.ts +3 -0
- package/types/validations/config/index.d.ts +6 -0
- package/types/validations/index.d.ts +1 -0
- package/types/validations/vuelidate/validators/decimalValidator.d.ts +2 -0
- package/types/validations/vuelidate/validators/domainValidator.d.ts +2 -0
- package/types/validations/vuelidate/validators/variableSearchValidator/__tests__/variableSearchValidator.spec.d.ts +1 -0
- package/types/validations/vuelidate/validators/variableSearchValidator/variableSearchValidator.d.ts +1 -0
- package/types/validations/vuelidate/validators/websocketValidator/__tests__/websocketValidator.spec.d.ts +1 -0
- package/types/validations/vuelidate/validators/websocketValidator/websocketValidator.d.ts +2 -0
- package/dist/types/components/wt-action-bar/wt-action-bar.vue.d.ts +0 -26
- package/dist/types/components/wt-select/wt-select.vue.d.ts +0 -89
- package/dist/types/components/wt-tags-input/wt-tags-input.vue.d.ts +0 -54
- package/dist/types/modules/QueryFilters/components/abstract-api-filter.vue.d.ts +0 -15
- package/dist/types/modules/QueryFilters/components/abstract-enum-filter.vue.d.ts +0 -12
- package/dist/types/modules/QueryFilters/components/filter-datetime.vue.d.ts +0 -21
- package/dist/types/modules/QueryFilters/components/filter-from-to.vue.d.ts +0 -30
- package/dist/types/modules/QueryFilters/components/filter-search.vue.d.ts +0 -16
- package/src/composables/useWtTable/useWtTable.js +0 -24
- package/src/enums/index.js +0 -39
- package/src/scripts/compareSize.js +0 -57
- package/src/{validators → validations/vuelidate/validators}/decimalValidator.js +0 -0
- package/src/{validators → validations/vuelidate/validators}/domainValidator.js +0 -0
- package/src/{validators → validations/vuelidate/validators}/variableSearchValidator/__tests__/variableSearchValidator.spec.js +0 -0
- package/src/{validators → validations/vuelidate/validators}/variableSearchValidator/variableSearchValidator.js +0 -0
- package/src/{validators → validations/vuelidate/validators}/websocketValidator/__tests__/websocketValidator.spec.js +0 -0
- package/src/{validators → validations/vuelidate/validators}/websocketValidator/websocketValidator.js +0 -0
- package/{dist/types → types}/api/clients/caseSources/caseSources.d.ts +0 -0
- package/{dist/types → types}/api/clients/quickReplies/quickReplies.d.ts +0 -0
- package/{dist/types/modules/Userinfo/v2/index.d.ts → types/api/clients/users/__tests__/users.spec.d.ts} +0 -0
- package/{dist/types → types}/api/clients/wtTypes/_shared/utils/sortDynamicFields.d.ts +0 -0
- package/{dist/types → types}/api/clients/wtTypes/sysTypes/sysTypes.d.ts +0 -0
- package/{dist/types → types}/api/clients/wtTypes/typeExtensions/typeExtensions.d.ts +0 -0
- package/{dist/types → types}/api/transformers/skipIf/skipIf.d.ts +0 -0
- package/{dist/types → types}/components/on-demand/wt-cc-agent-status-timers/wt-cc-agent-status-timers.vue.d.ts +0 -0
- package/{dist/types → types}/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-1.vue.d.ts +4 -4
- package/{dist/types → types}/components/on-demand/wt-navigation-menu/components/_internals/nav-menu-lvl-2.vue.d.ts +0 -0
- package/{dist/types → types}/components/on-demand/wt-navigation-menu/components/wt-navigation-menu.vue.d.ts +2 -2
- package/{dist/types → types}/components/on-demand/wt-route-transition/wt-route-transition.vue.d.ts +0 -0
- package/{dist/types → types}/components/on-demand/wt-start-page/components/start-page-card.vue.d.ts +0 -0
- package/{dist/types → types}/components/on-demand/wt-start-page/components/start-page-logo.vue.d.ts +0 -0
- package/{dist/types → types}/components/on-demand/wt-start-page/components/wt-start-page.vue.d.ts +0 -0
- package/{dist/types → types}/components/on-demand/wt-table-transition/wt-table-transition.vue.d.ts +0 -0
- package/{dist/types → types}/components/on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue.d.ts +0 -0
- package/{dist/types → types}/components/transitions/cases/wt-replace-transition.vue.d.ts +2 -2
- package/{dist/types → types}/components/transitions/wt-expand-transition.vue.d.ts +0 -0
- package/{dist/types → types}/components/transitions/wt-transition.vue.d.ts +2 -2
- package/{dist/types → types}/components/wt-app-header/wt-app-header.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-app-header/wt-app-navigator.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-app-header/wt-header-actions.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-badge/wt-badge.vue.d.ts +1 -1
- package/{dist/types → types}/components/wt-button/wt-button.vue.d.ts +1 -1
- package/{dist/types → types}/components/wt-button-select/wt-button-select.vue.d.ts +4 -4
- package/{dist/types → types}/components/wt-chip/wt-chip.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-confirm-dialog/wt-confirm-dialog.vue.d.ts +2 -2
- package/{dist/types → types}/components/wt-context-menu/wt-context-menu.vue.d.ts +4 -4
- package/{dist/types → types}/components/wt-copy-action/wt-copy-action.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-datepicker/wt-datepicker.vue.d.ts +8 -8
- package/{dist/types → types}/components/wt-divider/wt-divider.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-dual-panel/wt-dual-panel.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-dummy/wt-dummy.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-error-page/wt-error-page.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-expansion-panel/wt-expansion-panel.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-headline/wt-headline.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-headline-nav/wt-headline-nav.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-hint/wt-hint.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-icon/wt-icon.vue.d.ts +4 -4
- package/{dist/types → types}/components/wt-icon-action/wt-icon-action.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-icon-btn/wt-icon-btn.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-image/wt-image.vue.d.ts +2 -2
- package/{dist/types → types}/components/wt-indicator/wt-indicator.vue.d.ts +1 -1
- package/{dist/types → types}/components/wt-input/wt-input.vue.d.ts +2 -2
- package/{dist/types → types}/components/wt-input-info/wt-input-info.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-intersection-observer/wt-intersection-observer.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-item-link/wt-item-link.vue.d.ts +4 -4
- package/{dist/types → types}/components/wt-label/wt-label.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-load-bar/wt-load-bar.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-loader/_internals/wt-loader--md.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-loader/_internals/wt-loader--sm.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-loader/wt-loader.vue.d.ts +1 -1
- package/{dist/types → types}/components/wt-logo/wt-logo.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-navigation-bar/wt-navigation-bar.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-page-header/wt-page-header.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-page-wrapper/wt-page-wrapper.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-player/wt-player.vue.d.ts +2 -2
- package/{dist/types → types}/components/wt-popover/wt-popover.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-popup/wt-popup.vue.d.ts +1 -1
- package/{dist/types → types}/components/wt-progress-bar/wt-progress-bar.vue.d.ts +1 -1
- package/{dist/types → types}/components/wt-radio/wt-radio.vue.d.ts +2 -2
- package/{dist/types → types}/components/wt-rounded-action/wt-rounded-action.vue.d.ts +4 -4
- package/{dist/types → types}/components/wt-slider/wt-slider.vue.d.ts +2 -2
- package/{dist/types → types}/components/wt-stepper/wt-stepper.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-switcher/wt-switcher.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-table/wt-table.vue.d.ts +1 -1
- package/{dist/types → types}/components/wt-table-actions/wt-table-actions.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-table-column-select/wt-table-column-select.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-tabs/wt-tabs.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-tooltip/_internals/wt-tooltip-floating.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-tooltip/wt-tooltip.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-tree/types/WtTreeMode.d.ts +0 -0
- package/{dist/types → types}/components/wt-tree/wt-tree.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-tree-line/types/wt-tree-nested-icons.d.ts +0 -0
- package/{dist/types → types}/components/wt-tree-line/wt-tree-line.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-tree-table/wt-tree-table.vue.d.ts +0 -0
- package/{dist/types → types}/components/wt-tree-table-row/wt-tree-table-row.vue.d.ts +0 -0
- package/{dist/types → types}/composables/useAccessControl/v2/createUserAccessControl.d.ts +0 -0
- package/{dist/types → types}/composables/useWtTable/useWtTable.d.ts +0 -0
- package/{dist/types → types}/enums/ButtonColor/ButtonColor.d.ts +0 -0
- package/{dist/types → types}/enums/ComponentSize/ComponentSize.d.ts +0 -0
- package/{dist/types → types}/enums/CrudAction/CrudAction.d.ts +0 -0
- package/{dist/types → types}/enums/RelativeDatetimeValue/RelativeDatetimeValue.d.ts +0 -0
- package/{dist/types → types}/enums/WebitelApplications/AdminSections.d.ts +0 -0
- package/{dist/types → types}/enums/WebitelApplications/AuditorSections.d.ts +0 -0
- package/{dist/types → types}/enums/WebitelApplications/CrmSections.d.ts +0 -0
- package/{dist/types → types}/enums/WebitelApplications/SupervisorSections.d.ts +0 -0
- package/{dist/types → types}/enums/WebitelApplications/WtApplication.d.ts +0 -0
- package/{dist/types → types}/enums/WtObject/WtObject.d.ts +0 -0
- package/{dist/types → types}/enums/WtTypeExtensionFieldKind/WtTypeExtensionFieldKind.d.ts +0 -0
- package/{dist/types → types}/enums/index.d.ts +0 -0
- package/{dist/types → types}/mixins/validationMixin/regle/useRegleValidation.d.ts +0 -0
- package/{dist/types → types}/mixins/validationMixin/useValidation.d.ts +0 -0
- package/{dist/types → types}/mixins/validationMixin/vuelidate/useVuelidateValidation.d.ts +0 -0
- package/{dist/types → types}/modules/AgentStatusSelect/components/_internals/wt-cc-status-select-error-popup.vue.d.ts +0 -0
- package/{dist/types → types}/modules/Appearance/components/wt-dark-mode-switcher.vue.d.ts +0 -0
- package/{dist/types → types}/modules/AuditForm/components/audit-form-question-read-wrapper.vue.d.ts +0 -0
- package/{dist/types → types}/modules/AuditForm/components/audit-form-question-write-wrapper.vue.d.ts +0 -0
- package/{dist/types → types}/modules/AuditForm/components/audit-form-question.vue.d.ts +0 -0
- package/{dist/types → types}/modules/AuditForm/components/audit-form.vue.d.ts +0 -0
- package/{dist/types → types}/modules/AuditForm/components/form/form-footer/audit-form-footer.vue.d.ts +0 -0
- package/{dist/types → types}/modules/AuditForm/components/form-answers/answer-editing-info/audit-form-answer-editing-info.vue.d.ts +0 -0
- package/{dist/types → types}/modules/AuditForm/components/form-questions/options/audit-form-question-options-write-row.vue.d.ts +0 -0
- package/{dist/types → types}/modules/AuditForm/components/form-questions/options/audit-form-question-options.vue.d.ts +0 -0
- package/{dist/types → types}/modules/AuditForm/components/form-questions/score/audit-form-question-score.vue.d.ts +0 -0
- package/{dist/types → types}/modules/DeleteConfirmationPopup/components/delete-confirmation-popup.vue.d.ts +0 -0
- package/{dist/types → types}/modules/Filters/components/filter-datetime.vue.d.ts +0 -0
- package/{dist/types → types}/modules/Filters/components/filter-pagination.vue.d.ts +2 -2
- /package/{dist/types → types}/modules/Filters/components/filter-search.vue.d.ts +0 -0
- /package/{dist/types → types}/modules/Filters/components/filter-select.vue.d.ts +0 -0
- /package/{dist/types → types}/modules/Filters/components/filter-table-fields.vue.d.ts +0 -0
- /package/{dist/types → types}/modules/ObjectPermissions/_internals/components/permissions-role-row.vue.d.ts +0 -0
- /package/{dist/types → types}/modules/ObjectPermissions/_internals/components/permissions-role-select.vue.d.ts +0 -0
- /package/{dist/types → types}/modules/ObjectPermissions/_internals/components/permissions-tab-role-popup.vue.d.ts +0 -0
- /package/{dist/types → types}/modules/ObjectPermissions/components/permissions-tab.vue.d.ts +0 -0
- /package/{dist/types → types}/modules/Userinfo/v2/enums/GlobalActions/GlobalActions.d.ts +0 -0
- /package/{dist/types → types}/modules/Userinfo/v2/enums/ScopeClass/ScopeClass.d.ts +0 -0
- /package/{dist/types → types}/modules/Userinfo/v2/enums/index.d.ts +0 -0
- /package/{dist/types → types}/modules/Userinfo/v2/mappings/mappings.d.ts +0 -0
- /package/{dist/types → types}/modules/Userinfo/v2/scripts/utils.d.ts +0 -0
- /package/{dist/types → types}/modules/Userinfo/v2/stores/accessStore.d.ts +0 -0
- /package/{dist/types → types}/modules/Userinfo/v2/stores/userinfoStore.d.ts +0 -0
- /package/{dist/types → types}/playground.vue.d.ts +0 -0
- /package/{dist/types → types}/scripts/compareSize.d.ts +0 -0
- /package/{dist/types → types}/scripts/normalizeDatetime.d.ts +0 -0
- /package/{dist/types → types}/the-app.vue.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,182 @@
|
|
|
1
|
+
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
|
|
2
|
+
value: {
|
|
3
|
+
type: ArrayConstructor;
|
|
4
|
+
};
|
|
5
|
+
trackBy: {
|
|
6
|
+
type: StringConstructor;
|
|
7
|
+
default: any;
|
|
8
|
+
};
|
|
9
|
+
taggable: {
|
|
10
|
+
type: BooleanConstructor;
|
|
11
|
+
default: boolean;
|
|
12
|
+
};
|
|
13
|
+
manualTagging: {
|
|
14
|
+
type: BooleanConstructor;
|
|
15
|
+
default: boolean;
|
|
16
|
+
description: string;
|
|
17
|
+
};
|
|
18
|
+
}>, {}, {
|
|
19
|
+
defaultOptionLabel: string;
|
|
20
|
+
multiple: boolean;
|
|
21
|
+
}, {}, {
|
|
22
|
+
getTagOptionLabel({ optionLabel, option }: {
|
|
23
|
+
optionLabel: any;
|
|
24
|
+
option: any;
|
|
25
|
+
}): any;
|
|
26
|
+
initializeOptions(): any[];
|
|
27
|
+
}, {
|
|
28
|
+
mixins: {
|
|
29
|
+
props: {
|
|
30
|
+
label: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
labelProps: {
|
|
35
|
+
type: ObjectConstructor;
|
|
36
|
+
description: string;
|
|
37
|
+
};
|
|
38
|
+
};
|
|
39
|
+
computed: {
|
|
40
|
+
hasLabel(): boolean;
|
|
41
|
+
requiredLabel(): any;
|
|
42
|
+
};
|
|
43
|
+
}[];
|
|
44
|
+
directives: {
|
|
45
|
+
ObserveVisibility: DirectiveOptions;
|
|
46
|
+
};
|
|
47
|
+
components: {
|
|
48
|
+
VueMultiselect: typeof import("vue-multiselect").default;
|
|
49
|
+
};
|
|
50
|
+
props: {
|
|
51
|
+
options: {
|
|
52
|
+
type: ArrayConstructor;
|
|
53
|
+
default: () => any[];
|
|
54
|
+
};
|
|
55
|
+
placeholder: {
|
|
56
|
+
type: StringConstructor;
|
|
57
|
+
default: string;
|
|
58
|
+
};
|
|
59
|
+
trackBy: {
|
|
60
|
+
type: StringConstructor;
|
|
61
|
+
default: string;
|
|
62
|
+
};
|
|
63
|
+
optionLabel: {
|
|
64
|
+
type: StringConstructor;
|
|
65
|
+
};
|
|
66
|
+
searchMethod: {
|
|
67
|
+
type: FunctionConstructor;
|
|
68
|
+
};
|
|
69
|
+
disabled: {
|
|
70
|
+
type: BooleanConstructor;
|
|
71
|
+
default: boolean;
|
|
72
|
+
};
|
|
73
|
+
required: {
|
|
74
|
+
type: BooleanConstructor;
|
|
75
|
+
default: boolean;
|
|
76
|
+
};
|
|
77
|
+
allowEmpty: {
|
|
78
|
+
type: BooleanConstructor;
|
|
79
|
+
default: boolean;
|
|
80
|
+
};
|
|
81
|
+
useValueFromOptionsByProp: {
|
|
82
|
+
type: StringConstructor;
|
|
83
|
+
default: string;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
data: () => {
|
|
87
|
+
apiOptions: any[];
|
|
88
|
+
cachedOptionsMap: {};
|
|
89
|
+
isLoading: boolean;
|
|
90
|
+
defaultOptionLabel: string;
|
|
91
|
+
searchParams: {
|
|
92
|
+
search: string;
|
|
93
|
+
page: number;
|
|
94
|
+
};
|
|
95
|
+
searchHasNext: boolean;
|
|
96
|
+
};
|
|
97
|
+
computed: {
|
|
98
|
+
selectOptionLabel(): any;
|
|
99
|
+
isApiMode(): boolean;
|
|
100
|
+
showIntersectionObserver(): any;
|
|
101
|
+
selectValue(): any;
|
|
102
|
+
selectOptions(): any;
|
|
103
|
+
isValue(): boolean;
|
|
104
|
+
listeners(): {
|
|
105
|
+
'update:model-value': any;
|
|
106
|
+
close: any;
|
|
107
|
+
tag: any;
|
|
108
|
+
'search-change': (search: any) => void;
|
|
109
|
+
};
|
|
110
|
+
};
|
|
111
|
+
methods: {
|
|
112
|
+
getOptionLabel({ option, optionLabel }: {
|
|
113
|
+
option: any;
|
|
114
|
+
optionLabel: any;
|
|
115
|
+
}): any;
|
|
116
|
+
handleSearchChange(search: any): void;
|
|
117
|
+
handleAfterListIntersect(isVisible: any): void;
|
|
118
|
+
fetchOptions({ search, page }?: any): Promise<void>;
|
|
119
|
+
input(value: any): void;
|
|
120
|
+
close(event: any): void;
|
|
121
|
+
tag(): void;
|
|
122
|
+
};
|
|
123
|
+
watch: {
|
|
124
|
+
disabled(): void;
|
|
125
|
+
selectOptions: {
|
|
126
|
+
handler(): void;
|
|
127
|
+
immediate: boolean;
|
|
128
|
+
};
|
|
129
|
+
value: {
|
|
130
|
+
handler(): Promise<void>;
|
|
131
|
+
immediate: boolean;
|
|
132
|
+
};
|
|
133
|
+
};
|
|
134
|
+
created(): void;
|
|
135
|
+
} | {
|
|
136
|
+
methods: {
|
|
137
|
+
tag(searchQuery: any, id: any): void;
|
|
138
|
+
emitTagEvent(searchQuery: any, id: any): void;
|
|
139
|
+
};
|
|
140
|
+
} | {
|
|
141
|
+
props: {
|
|
142
|
+
v: {
|
|
143
|
+
type: ObjectConstructor;
|
|
144
|
+
};
|
|
145
|
+
customValidators: {
|
|
146
|
+
type: ArrayConstructor;
|
|
147
|
+
default: () => any[];
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
computed: {
|
|
151
|
+
isValidation(): boolean;
|
|
152
|
+
invalid(): any;
|
|
153
|
+
validationText(): string;
|
|
154
|
+
};
|
|
155
|
+
}, import("vue").ComponentOptionsMixin, ("input" | "search-change" | "closed" | "tag")[], "input" | "search-change" | "closed" | "tag", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
156
|
+
value: {
|
|
157
|
+
type: ArrayConstructor;
|
|
158
|
+
};
|
|
159
|
+
trackBy: {
|
|
160
|
+
type: StringConstructor;
|
|
161
|
+
default: any;
|
|
162
|
+
};
|
|
163
|
+
taggable: {
|
|
164
|
+
type: BooleanConstructor;
|
|
165
|
+
default: boolean;
|
|
166
|
+
};
|
|
167
|
+
manualTagging: {
|
|
168
|
+
type: BooleanConstructor;
|
|
169
|
+
default: boolean;
|
|
170
|
+
description: string;
|
|
171
|
+
};
|
|
172
|
+
}>> & Readonly<{
|
|
173
|
+
onInput?: (...args: any[]) => any;
|
|
174
|
+
"onSearch-change"?: (...args: any[]) => any;
|
|
175
|
+
onClosed?: (...args: any[]) => any;
|
|
176
|
+
onTag?: (...args: any[]) => any;
|
|
177
|
+
}>, {
|
|
178
|
+
trackBy: string;
|
|
179
|
+
taggable: boolean;
|
|
180
|
+
manualTagging: boolean;
|
|
181
|
+
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
182
|
+
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -64,13 +64,42 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
64
64
|
description: string;
|
|
65
65
|
};
|
|
66
66
|
}>, {}, {}, {
|
|
67
|
-
listeners():
|
|
67
|
+
listeners(): {
|
|
68
|
+
input: (event: any) => void;
|
|
69
|
+
keypress: (event: any) => void;
|
|
70
|
+
apply(this: Function, thisArg: any, argArray?: any): any;
|
|
71
|
+
call(this: Function, thisArg: any, ...argArray: any[]): any;
|
|
72
|
+
bind(this: Function, thisArg: any, ...argArray: any[]): any;
|
|
73
|
+
toString(): string;
|
|
74
|
+
prototype: any;
|
|
75
|
+
length: number;
|
|
76
|
+
arguments: any;
|
|
77
|
+
caller: Function;
|
|
78
|
+
name: string;
|
|
79
|
+
[Symbol.hasInstance](value: any): boolean;
|
|
80
|
+
[Symbol.metadata]: DecoratorMetadata | null;
|
|
81
|
+
};
|
|
68
82
|
}, {
|
|
69
83
|
handleKeypress(event: any): void;
|
|
70
84
|
autoGrow(): void;
|
|
71
85
|
resetGrow(): void;
|
|
72
86
|
updateInputPaddings(): void;
|
|
73
|
-
},
|
|
87
|
+
}, {
|
|
88
|
+
props: {
|
|
89
|
+
v: {
|
|
90
|
+
type: ObjectConstructor;
|
|
91
|
+
};
|
|
92
|
+
customValidators: {
|
|
93
|
+
type: ArrayConstructor;
|
|
94
|
+
default: () => any[];
|
|
95
|
+
};
|
|
96
|
+
};
|
|
97
|
+
computed: {
|
|
98
|
+
isValidation(): boolean;
|
|
99
|
+
invalid(): any;
|
|
100
|
+
validationText(): string;
|
|
101
|
+
};
|
|
102
|
+
}, import("vue").ComponentOptionsMixin, ("input" | "enter")[], "input" | "enter", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
74
103
|
/**
|
|
75
104
|
* Current textarea value (`v-model`)
|
|
76
105
|
*/
|
|
@@ -139,9 +168,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
139
168
|
onInput?: (...args: any[]) => any;
|
|
140
169
|
onEnter?: (...args: any[]) => any;
|
|
141
170
|
}>, {
|
|
171
|
+
required: boolean;
|
|
142
172
|
value: string;
|
|
143
173
|
name: string;
|
|
144
|
-
required: boolean;
|
|
145
174
|
label: string;
|
|
146
175
|
disabled: boolean;
|
|
147
176
|
readonly: boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -46,8 +46,36 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
46
46
|
}>, {}, {}, {
|
|
47
47
|
hasLabel(): boolean;
|
|
48
48
|
showInfo(): boolean;
|
|
49
|
-
listeners():
|
|
50
|
-
|
|
49
|
+
listeners(): {
|
|
50
|
+
input: (event: any) => void;
|
|
51
|
+
apply(this: Function, thisArg: any, argArray?: any): any;
|
|
52
|
+
call(this: Function, thisArg: any, ...argArray: any[]): any;
|
|
53
|
+
bind(this: Function, thisArg: any, ...argArray: any[]): any;
|
|
54
|
+
toString(): string;
|
|
55
|
+
prototype: any;
|
|
56
|
+
length: number;
|
|
57
|
+
arguments: any;
|
|
58
|
+
caller: Function;
|
|
59
|
+
name: string;
|
|
60
|
+
[Symbol.hasInstance](value: any): boolean;
|
|
61
|
+
[Symbol.metadata]: DecoratorMetadata | null;
|
|
62
|
+
};
|
|
63
|
+
}, {}, {
|
|
64
|
+
props: {
|
|
65
|
+
v: {
|
|
66
|
+
type: ObjectConstructor;
|
|
67
|
+
};
|
|
68
|
+
customValidators: {
|
|
69
|
+
type: ArrayConstructor;
|
|
70
|
+
default: () => any[];
|
|
71
|
+
};
|
|
72
|
+
};
|
|
73
|
+
computed: {
|
|
74
|
+
isValidation(): boolean;
|
|
75
|
+
invalid(): any;
|
|
76
|
+
validationText(): string;
|
|
77
|
+
};
|
|
78
|
+
}, import("vue").ComponentOptionsMixin, "input"[], "input", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
51
79
|
/**
|
|
52
80
|
* Current input value (`v-model`)
|
|
53
81
|
*/
|
|
@@ -95,8 +123,8 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
95
123
|
}>> & Readonly<{
|
|
96
124
|
onInput?: (...args: any[]) => any;
|
|
97
125
|
}>, {
|
|
98
|
-
value: number;
|
|
99
126
|
required: boolean;
|
|
127
|
+
value: number;
|
|
100
128
|
label: string;
|
|
101
129
|
disabled: boolean;
|
|
102
130
|
hideInputInfo: boolean;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -48,12 +48,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
48
48
|
description: string;
|
|
49
49
|
};
|
|
50
50
|
}>, {}, {}, {
|
|
51
|
-
isHour():
|
|
52
|
-
isMin():
|
|
53
|
-
isSec():
|
|
54
|
-
labelHours():
|
|
55
|
-
labelMin():
|
|
56
|
-
labelSec():
|
|
51
|
+
isHour(): boolean;
|
|
52
|
+
isMin(): boolean;
|
|
53
|
+
isSec(): boolean;
|
|
54
|
+
labelHours(): string;
|
|
55
|
+
labelMin(): string;
|
|
56
|
+
labelSec(): string;
|
|
57
57
|
hour: {
|
|
58
58
|
get(): number;
|
|
59
59
|
set(value: any): void;
|
|
@@ -69,7 +69,22 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
69
69
|
requiredLabel(): string;
|
|
70
70
|
}, {
|
|
71
71
|
onHoursBlurEvent(): void;
|
|
72
|
-
},
|
|
72
|
+
}, {
|
|
73
|
+
props: {
|
|
74
|
+
v: {
|
|
75
|
+
type: ObjectConstructor;
|
|
76
|
+
};
|
|
77
|
+
customValidators: {
|
|
78
|
+
type: ArrayConstructor;
|
|
79
|
+
default: () => any[];
|
|
80
|
+
};
|
|
81
|
+
};
|
|
82
|
+
computed: {
|
|
83
|
+
isValidation(): boolean;
|
|
84
|
+
invalid(): any;
|
|
85
|
+
validationText(): string;
|
|
86
|
+
};
|
|
87
|
+
}, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
|
|
73
88
|
/**
|
|
74
89
|
* Time value in seconds (not milliseconds!)
|
|
75
90
|
*/
|
|
@@ -119,12 +134,12 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
119
134
|
description: string;
|
|
120
135
|
};
|
|
121
136
|
}>> & Readonly<{}>, {
|
|
122
|
-
value: string | number;
|
|
123
137
|
required: boolean;
|
|
138
|
+
value: string | number;
|
|
124
139
|
label: string;
|
|
125
140
|
disabled: boolean;
|
|
126
|
-
format: string;
|
|
127
141
|
dateMode: boolean;
|
|
142
|
+
format: string;
|
|
128
143
|
noLabel: boolean;
|
|
129
144
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
130
145
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export * from './useAccessControl';
|
|
2
|
+
export * from './useCachedInterval/useCachedInterval';
|
|
3
|
+
export * from './useCachedItemInstanceName/useCachedItemInstanceName';
|
|
4
|
+
export * from './useCard/useCardComponent';
|
|
5
|
+
export * from './useCard/useCardTabs';
|
|
6
|
+
export * from './useClose/useClose';
|
|
7
|
+
export * from './useDestroyableSortable/useDestroyableSortable';
|
|
8
|
+
export * from './useRepresentableAgentPauseCause/useRepresentableAgentPauseCause';
|
|
9
|
+
export * from './useValidate/useValidate';
|
|
10
|
+
export * from './useWtTable/useWtTable';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './v2/createUserAccessControl';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export function useAccessControl(): {
|
|
2
|
+
hasReadAccess: import("vue").ComputedRef<any>;
|
|
3
|
+
hasCreateAccess: import("vue").ComputedRef<any>;
|
|
4
|
+
hasEditAccess: import("vue").ComputedRef<any>;
|
|
5
|
+
hasDeleteAccess: import("vue").ComputedRef<any>;
|
|
6
|
+
hasSaveActionAccess: import("vue").ComputedRef<any>;
|
|
7
|
+
disableUserInput: import("vue").ComputedRef<boolean>;
|
|
8
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export function useCardComponent(params: any): {
|
|
2
|
+
id: any;
|
|
3
|
+
isLoading: import("vue").Ref<boolean, boolean>;
|
|
4
|
+
itemInstance: any;
|
|
5
|
+
isNew: import("vue").ComputedRef<boolean>;
|
|
6
|
+
pathName: import("vue").Ref<string, string>;
|
|
7
|
+
disabledSave: import("vue").ComputedRef<any>;
|
|
8
|
+
saveText: import("vue").ComputedRef<string>;
|
|
9
|
+
save: () => Promise<void>;
|
|
10
|
+
initializeCard: () => Promise<void>;
|
|
11
|
+
initialize: () => Promise<void>;
|
|
12
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @param elRef
|
|
3
|
+
* @param options
|
|
4
|
+
* @returns {{reloadSortable: Ref<UnwrapRef<boolean>>}}
|
|
5
|
+
*
|
|
6
|
+
* @description initializes Sortable on passed element ref and reinitializes it after each reorder
|
|
7
|
+
*
|
|
8
|
+
* WHY TO REINITIALIZE SORTABLE AFTER EACH ARRAY REORDER?
|
|
9
|
+
* Sortable and Vue both changing DOM so that there are collisions
|
|
10
|
+
* because both Vue and Sortable try to put element to the position. So element is put incorrectly.
|
|
11
|
+
*
|
|
12
|
+
* There are 2 vue packages for sortable (vue 2 and vue 3), but I had encountered issues when tried to use them.
|
|
13
|
+
* Also, it seems to me that they aren't supported now :(
|
|
14
|
+
*
|
|
15
|
+
* So that I decided to reinitialize Sortable each time order changes to represent it correctly.
|
|
16
|
+
* Bad decision, but I haven't come up with a better one
|
|
17
|
+
*/
|
|
18
|
+
export function useDestroyableSortable(elRef: any, options: any): {
|
|
19
|
+
reloadSortable: Ref<UnwrapRef<boolean>>;
|
|
20
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export default ChatGatewayProvider;
|
|
2
|
+
declare const ChatGatewayProvider: Readonly<{
|
|
3
|
+
TELEGRAM_BOT: "telegram";
|
|
4
|
+
TELEGRAM_APP: "gotd";
|
|
5
|
+
MESSENGER: "messenger";
|
|
6
|
+
VIBER: "viber";
|
|
7
|
+
WEBCHAT: "webchat";
|
|
8
|
+
INFOBIP: "infobip_whatsapp";
|
|
9
|
+
CUSTOM: "custom";
|
|
10
|
+
PORTAL: "portal";
|
|
11
|
+
}>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export default ProviderIconType;
|
|
2
|
+
declare const ProviderIconType: Readonly<{
|
|
3
|
+
telegram: "telegram-bot";
|
|
4
|
+
gotd: "messenger-telegram";
|
|
5
|
+
messenger: "meta";
|
|
6
|
+
viber: "messenger-viber";
|
|
7
|
+
webchat: "messenger-web-chat";
|
|
8
|
+
infobip_whatsapp: "messenger-infobip";
|
|
9
|
+
custom: "custom-chat-gateway";
|
|
10
|
+
}>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
export default IconAction;
|
|
2
|
+
declare const IconAction: Readonly<{
|
|
3
|
+
REFRESH: "refresh";
|
|
4
|
+
ADD: "add";
|
|
5
|
+
DELETE: "delete";
|
|
6
|
+
FILTERS: "filters";
|
|
7
|
+
UPLOAD: "upload";
|
|
8
|
+
DOWNLOAD: "download";
|
|
9
|
+
EXPORT: "export";
|
|
10
|
+
COPY: "copy";
|
|
11
|
+
COLUMNS: "columns";
|
|
12
|
+
HISTORY: "history";
|
|
13
|
+
EDIT: "edit";
|
|
14
|
+
COLLAPSE: "collapse";
|
|
15
|
+
EXPAND: "expand";
|
|
16
|
+
CLOSE: "close";
|
|
17
|
+
CANCEL: "cancel";
|
|
18
|
+
VARIABLES: "variables";
|
|
19
|
+
CLEAR: "clear";
|
|
20
|
+
ADD_FILTER: "add-filter";
|
|
21
|
+
SAVE: "save";
|
|
22
|
+
SAVE_PRESET: "save-preset";
|
|
23
|
+
APPLY_PRESET: "apply-preset";
|
|
24
|
+
ADD_CONTACT: "add-contact";
|
|
25
|
+
}>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export default QueueType;
|
|
2
|
+
declare const QueueType: Readonly<{
|
|
3
|
+
OFFLINE_QUEUE: 0;
|
|
4
|
+
INBOUND_QUEUE: 1;
|
|
5
|
+
OUTBOUND_IVR_QUEUE: 2;
|
|
6
|
+
PREVIEW_DIALER: 3;
|
|
7
|
+
PROGRESSIVE_DIALER: 4;
|
|
8
|
+
PREDICTIVE_DIALER: 5;
|
|
9
|
+
CHAT_INBOUND_QUEUE: 6;
|
|
10
|
+
INBOUND_JOB_QUEUE: 7;
|
|
11
|
+
OUTBOUND_JOB_QUEUE: 8;
|
|
12
|
+
}>;
|