@webitel/ui-sdk 25.8.5 → 25.8.6
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/package.json +143 -39
- package/src/modules/AuditForm/components/form-questions/options/audit-form-question-options-write-row.vue +1 -1
- 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/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/{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,46 @@
|
|
|
1
|
+
export default UsersAPI;
|
|
2
|
+
declare const UsersAPI: {
|
|
3
|
+
getPermissionsList: ({ parentId, ...params }: {
|
|
4
|
+
[x: string]: any;
|
|
5
|
+
parentId: any;
|
|
6
|
+
}) => Promise<{
|
|
7
|
+
items: any;
|
|
8
|
+
next: any;
|
|
9
|
+
}>;
|
|
10
|
+
patchPermissions: ({ changes, id }: {
|
|
11
|
+
changes: any;
|
|
12
|
+
id: any;
|
|
13
|
+
}) => Promise<any>;
|
|
14
|
+
getList: (params: any) => Promise<{
|
|
15
|
+
items: any;
|
|
16
|
+
next: any;
|
|
17
|
+
}>;
|
|
18
|
+
get: ({ itemId: id }: {
|
|
19
|
+
itemId: any;
|
|
20
|
+
}) => Promise<any>;
|
|
21
|
+
add: ({ itemInstance }: {
|
|
22
|
+
itemInstance: any;
|
|
23
|
+
}) => Promise<any>;
|
|
24
|
+
patch: ({ changes, id }: {
|
|
25
|
+
changes: any;
|
|
26
|
+
id: any;
|
|
27
|
+
}) => Promise<any>;
|
|
28
|
+
update: ({ itemInstance, itemId: id }: {
|
|
29
|
+
itemInstance: any;
|
|
30
|
+
itemId: any;
|
|
31
|
+
}) => Promise<any>;
|
|
32
|
+
delete: ({ id }: {
|
|
33
|
+
id: any;
|
|
34
|
+
}) => Promise<any>;
|
|
35
|
+
getLookup: (params: any) => Promise<{
|
|
36
|
+
items: any;
|
|
37
|
+
next: any;
|
|
38
|
+
}>;
|
|
39
|
+
patchUserPresence: ({ changes, id }: {
|
|
40
|
+
changes: any;
|
|
41
|
+
id: any;
|
|
42
|
+
}) => Promise<any>;
|
|
43
|
+
logoutUser: ({ id }: {
|
|
44
|
+
id: any;
|
|
45
|
+
}) => Promise<any>;
|
|
46
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export { getChat };
|
|
3
|
+
export { getAllMessages };
|
|
4
|
+
}
|
|
5
|
+
export default _default;
|
|
6
|
+
declare function getChat({ contactId, chatId }: {
|
|
7
|
+
contactId: any;
|
|
8
|
+
chatId: any;
|
|
9
|
+
}): Promise<{
|
|
10
|
+
items: any;
|
|
11
|
+
peers: any;
|
|
12
|
+
}>;
|
|
13
|
+
declare function getAllMessages(params: any): Promise<{
|
|
14
|
+
items: any;
|
|
15
|
+
next: any;
|
|
16
|
+
}>;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export default ContactsAPI;
|
|
2
|
+
declare namespace ContactsAPI {
|
|
3
|
+
export { getList };
|
|
4
|
+
export { get };
|
|
5
|
+
export { add };
|
|
6
|
+
export { update };
|
|
7
|
+
export { deleteContact as delete };
|
|
8
|
+
export { getContactsLookup as getLookup };
|
|
9
|
+
}
|
|
10
|
+
declare function getList(params: any): Promise<{
|
|
11
|
+
items: any;
|
|
12
|
+
next: any;
|
|
13
|
+
}>;
|
|
14
|
+
declare function get({ itemId: id }: {
|
|
15
|
+
itemId: any;
|
|
16
|
+
}): Promise<any>;
|
|
17
|
+
declare function add({ itemInstance }: {
|
|
18
|
+
itemInstance: any;
|
|
19
|
+
}): Promise<any>;
|
|
20
|
+
declare function update({ itemInstance }: {
|
|
21
|
+
itemInstance: any;
|
|
22
|
+
}): Promise<any>;
|
|
23
|
+
declare function deleteContact({ id }: {
|
|
24
|
+
id: any;
|
|
25
|
+
}): Promise<any>;
|
|
26
|
+
declare function getContactsLookup(params: any): Promise<{
|
|
27
|
+
items: any;
|
|
28
|
+
next: any;
|
|
29
|
+
}>;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import getDefaultGetListResponse from './getDefaultGetListResponse/getDefaultGetListResponse.js';
|
|
2
|
+
import getDefaultGetParams from './getDefaultGetParams/getDefaultGetParams.js';
|
|
3
|
+
import getDefaultInstance from './getDefaultInstance/getDefaultInstance.js';
|
|
4
|
+
import getDefaultOpenAPIConfig from './getDefaultOpenAPIConfig/getDefaultOpenAPIConfig.js';
|
|
5
|
+
export { getDefaultGetListResponse, getDefaultGetParams, getDefaultInstance, getDefaultOpenAPIConfig };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export default CallTranscriptAPI;
|
|
2
|
+
declare namespace CallTranscriptAPI {
|
|
3
|
+
export { createTranscript as create };
|
|
4
|
+
export { getTranscript as get };
|
|
5
|
+
export { deleteTranscript as delete };
|
|
6
|
+
}
|
|
7
|
+
declare function createTranscript({ callId }: {
|
|
8
|
+
callId: any;
|
|
9
|
+
}): Promise<any>;
|
|
10
|
+
declare function getTranscript({ id, page, size }: {
|
|
11
|
+
id: any;
|
|
12
|
+
page?: number;
|
|
13
|
+
size?: number;
|
|
14
|
+
}): Promise<any>;
|
|
15
|
+
declare function deleteTranscript(item: any): Promise<any>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default applyTransform;
|
|
2
|
+
import addQueryParamsToUrl from './addQueryParamsToUrl/addQueryParamsToUrl.transformer.js';
|
|
3
|
+
import camelToSnake from './camelToSnake/camelToSnake.transformer.js';
|
|
4
|
+
import generateUrl from './generateUrl/generateUrl.transformer.js';
|
|
5
|
+
import log from './log/log.transformer.js';
|
|
6
|
+
import merge from './merge/merge.transformer.js';
|
|
7
|
+
import mergeEach from './mergeEach/mergeEach.transformer.js';
|
|
8
|
+
import notify from './notify/notify.transformer.js';
|
|
9
|
+
import sanitize from './sanitize/sanitize.transformer.js';
|
|
10
|
+
import { skipIf } from './skipIf/skipIf';
|
|
11
|
+
import snakeToCamel from './snakeToCamel/snakeToCamel.transformer.js';
|
|
12
|
+
import starToSearch from './starToSearch/starToSearch.transformer.js';
|
|
13
|
+
import applyTransform from './applyTransform.js';
|
|
14
|
+
export { addQueryParamsToUrl, camelToSnake, generateUrl, log, merge, mergeEach, notify, sanitize, skipIf, snakeToCamel, starToSearch };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
export default webSocketClientController;
|
|
2
|
+
declare const webSocketClientController: WebSocketClientController;
|
|
3
|
+
declare class WebSocketClientController {
|
|
4
|
+
cli: any;
|
|
5
|
+
Event: Readonly<{
|
|
6
|
+
AFTER_AUTH: "afterAuth";
|
|
7
|
+
ERROR: "error";
|
|
8
|
+
}>;
|
|
9
|
+
_config: {};
|
|
10
|
+
_on: {
|
|
11
|
+
error: ((error: any) => any)[];
|
|
12
|
+
afterAuth: any[];
|
|
13
|
+
};
|
|
14
|
+
getCliInstance(): any;
|
|
15
|
+
destroyCliInstance(): Promise<void>;
|
|
16
|
+
addEventListener(event: any, callback: any): void;
|
|
17
|
+
_createCliInstance: () => Promise<import("vue").ShallowReactive<Client>>;
|
|
18
|
+
}
|
|
19
|
+
import { Client } from 'webitel-sdk';
|
|
@@ -0,0 +1,145 @@
|
|
|
1
|
+
export default Components;
|
|
2
|
+
import WtActionBar from './wt-action-bar/wt-action-bar.vue';
|
|
3
|
+
import WtAppHeader from './wt-app-header/wt-app-header.vue';
|
|
4
|
+
import WtAppNavigator from './wt-app-header/wt-app-navigator.vue';
|
|
5
|
+
import WtAvatar from './wt-avatar/wt-avatar.vue';
|
|
6
|
+
import WtBadge from './wt-badge/wt-badge.vue';
|
|
7
|
+
import WtButton from './wt-button/wt-button.vue';
|
|
8
|
+
import WtButtonSelect from './wt-button-select/wt-button-select.vue';
|
|
9
|
+
import WtCheckbox from './wt-checkbox/wt-checkbox.vue';
|
|
10
|
+
import WtChip from './wt-chip/wt-chip.vue';
|
|
11
|
+
import WtConfirmDialog from './wt-confirm-dialog/wt-confirm-dialog.vue';
|
|
12
|
+
import WtContextMenu from './wt-context-menu/wt-context-menu.vue';
|
|
13
|
+
import WtCopyAction from './wt-copy-action/wt-copy-action.vue';
|
|
14
|
+
import WtDatepicker from './wt-datepicker/wt-datepicker.vue';
|
|
15
|
+
import WtDivider from './wt-divider/wt-divider.vue';
|
|
16
|
+
import WtDualPanel from './wt-dual-panel/wt-dual-panel.vue';
|
|
17
|
+
import WtDummy from './wt-dummy/wt-dummy.vue';
|
|
18
|
+
import WtEmpty from './wt-empty/wt-empty.vue';
|
|
19
|
+
import WtErrorPage from './wt-error-page/wt-error-page.vue';
|
|
20
|
+
import WtExpansionPanel from './wt-expansion-panel/wt-expansion-panel.vue';
|
|
21
|
+
import WtFiltersPanelWrapper from './wt-filters-panel-wrapper/wt-filters-panel-wrapper.vue';
|
|
22
|
+
import WtHeaderActions from './wt-app-header/wt-header-actions.vue';
|
|
23
|
+
import WtHeadline from './wt-headline/wt-headline.vue';
|
|
24
|
+
import WtHeadlineNav from './wt-headline-nav/wt-headline-nav.vue';
|
|
25
|
+
import WtHint from './wt-hint/wt-hint.vue';
|
|
26
|
+
import WtIcon from './wt-icon/wt-icon.vue';
|
|
27
|
+
import WtIconAction from './wt-icon-action/wt-icon-action.vue';
|
|
28
|
+
import WtIconBtn from './wt-icon-btn/wt-icon-btn.vue';
|
|
29
|
+
import WtImage from './wt-image/wt-image.vue';
|
|
30
|
+
import WtIndicator from './wt-indicator/wt-indicator.vue';
|
|
31
|
+
import WtInput from './wt-input/wt-input.vue';
|
|
32
|
+
import WtInputInfo from './wt-input-info/wt-input-info.vue';
|
|
33
|
+
import WtIntersectionObserver from './wt-intersection-observer/wt-intersection-observer.vue';
|
|
34
|
+
import WtItemLink from './wt-item-link/wt-item-link.vue';
|
|
35
|
+
import WtLabel from './wt-label/wt-label.vue';
|
|
36
|
+
import WtLoadBar from './wt-load-bar/wt-load-bar.vue';
|
|
37
|
+
import WtLoader from './wt-loader/wt-loader.vue';
|
|
38
|
+
import WtLogo from './wt-logo/wt-logo.vue';
|
|
39
|
+
import WtNavigationBar from './wt-navigation-bar/wt-navigation-bar.vue';
|
|
40
|
+
import WtNavigationMenu from './on-demand/wt-navigation-menu/components/wt-navigation-menu.vue';
|
|
41
|
+
import WtNotification from './wt-notification/wt-notification.vue';
|
|
42
|
+
import WtNotificationsBar from './wt-notifications-bar/wt-notifications-bar.vue';
|
|
43
|
+
import WtPageHeader from './wt-page-header/wt-page-header.vue';
|
|
44
|
+
import WtPageWrapper from './wt-page-wrapper/wt-page-wrapper.vue';
|
|
45
|
+
import WtPagination from './wt-pagination/wt-pagination.vue';
|
|
46
|
+
import WtPlayer from './wt-player/wt-player.vue';
|
|
47
|
+
import WtPopover from './wt-popover/wt-popover.vue';
|
|
48
|
+
import WtPopup from './wt-popup/wt-popup.vue';
|
|
49
|
+
import WtProgressBar from './wt-progress-bar/wt-progress-bar.vue';
|
|
50
|
+
import WtRadio from './wt-radio/wt-radio.vue';
|
|
51
|
+
import WtReplaceTransition from './transitions/cases/wt-replace-transition.vue';
|
|
52
|
+
import WtRoundedAction from './wt-rounded-action/wt-rounded-action.vue';
|
|
53
|
+
import WtSearchBar from './wt-search-bar/wt-search-bar.vue';
|
|
54
|
+
import WtSelect from './wt-select/wt-select.vue';
|
|
55
|
+
import WtSelectionPopup from './on-demand/wt-selection-popup/wt-selection-popup.vue';
|
|
56
|
+
import WtSlider from './wt-slider/wt-slider.vue';
|
|
57
|
+
import WtStartPage from './on-demand/wt-start-page/components/wt-start-page.vue';
|
|
58
|
+
import WtStatusSelect from './wt-status-select/wt-status-select.vue';
|
|
59
|
+
import WtStepper from './wt-stepper/wt-stepper.vue';
|
|
60
|
+
import WtSwitcher from './wt-switcher/wt-switcher.vue';
|
|
61
|
+
import WtTable from './wt-table/wt-table.vue';
|
|
62
|
+
import WtTableActions from './wt-table-actions/wt-table-actions.vue';
|
|
63
|
+
import WtTableColumnSelect from './wt-table-column-select/wt-table-column-select.vue';
|
|
64
|
+
import WtTabs from './wt-tabs/wt-tabs.vue';
|
|
65
|
+
import WtTagsInput from './wt-tags-input/wt-tags-input.vue';
|
|
66
|
+
import WtTextarea from './wt-textarea/wt-textarea.vue';
|
|
67
|
+
import WtTimeInput from './wt-time-input/wt-time-input.vue';
|
|
68
|
+
import WtTimepicker from './wt-timepicker/wt-timepicker.vue';
|
|
69
|
+
import WtTooltip from './wt-tooltip/wt-tooltip.vue';
|
|
70
|
+
import WtTree from './wt-tree/wt-tree.vue';
|
|
71
|
+
import WtTreeTable from './wt-tree-table/wt-tree-table.vue';
|
|
72
|
+
import WtTypeExtensionValueInput from './on-demand/wt-type-extension-value-input/wt-type-extension-value-input.vue';
|
|
73
|
+
declare namespace Components {
|
|
74
|
+
export { WtActionBar };
|
|
75
|
+
export { WtImage };
|
|
76
|
+
export { WtEmpty };
|
|
77
|
+
export { WtLogo };
|
|
78
|
+
export { WtAvatar };
|
|
79
|
+
export { WtBadge };
|
|
80
|
+
export { WtIcon };
|
|
81
|
+
export { WtIndicator };
|
|
82
|
+
export { WtInputInfo };
|
|
83
|
+
export { WtButton };
|
|
84
|
+
export { WtChip };
|
|
85
|
+
export { WtConfirmDialog };
|
|
86
|
+
export { WtDivider };
|
|
87
|
+
export { WtTooltip };
|
|
88
|
+
export { WtLabel };
|
|
89
|
+
export { WtLoader };
|
|
90
|
+
export { WtRoundedAction };
|
|
91
|
+
export { WtReplaceTransition };
|
|
92
|
+
export { WtCheckbox };
|
|
93
|
+
export { WtDatepicker };
|
|
94
|
+
export { WtIconBtn };
|
|
95
|
+
export { WtInput };
|
|
96
|
+
export { WtIntersectionObserver };
|
|
97
|
+
export { WtHint };
|
|
98
|
+
export { WtNotification };
|
|
99
|
+
export { WtPopup };
|
|
100
|
+
export { WtProgressBar };
|
|
101
|
+
export { WtRadio };
|
|
102
|
+
export { WtSearchBar };
|
|
103
|
+
export { WtSelect };
|
|
104
|
+
export { WtSlider };
|
|
105
|
+
export { WtSwitcher };
|
|
106
|
+
export { WtTabs };
|
|
107
|
+
export { WtTagsInput };
|
|
108
|
+
export { WtTimeInput };
|
|
109
|
+
export { WtTimepicker };
|
|
110
|
+
export { WtTextarea };
|
|
111
|
+
export { WtAppHeader };
|
|
112
|
+
export { WtHeadline };
|
|
113
|
+
export { WtHeadlineNav };
|
|
114
|
+
export { WtNavigationBar };
|
|
115
|
+
export { WtAppNavigator };
|
|
116
|
+
export { WtFiltersPanelWrapper };
|
|
117
|
+
export { WtHeaderActions };
|
|
118
|
+
export { WtErrorPage };
|
|
119
|
+
export { WtNotificationsBar };
|
|
120
|
+
export { WtPageWrapper };
|
|
121
|
+
export { WtDualPanel };
|
|
122
|
+
export { WtPagination };
|
|
123
|
+
export { WtPlayer };
|
|
124
|
+
export { WtPopover };
|
|
125
|
+
export { WtStatusSelect };
|
|
126
|
+
export { WtTable };
|
|
127
|
+
export { WtTree };
|
|
128
|
+
export { WtTreeTable };
|
|
129
|
+
export { WtTableActions };
|
|
130
|
+
export { WtTableColumnSelect };
|
|
131
|
+
export { WtButtonSelect };
|
|
132
|
+
export { WtContextMenu };
|
|
133
|
+
export { WtCopyAction };
|
|
134
|
+
export { WtLoadBar };
|
|
135
|
+
export { WtIconAction };
|
|
136
|
+
export { WtPageHeader };
|
|
137
|
+
export { WtItemLink };
|
|
138
|
+
export { WtDummy };
|
|
139
|
+
export { WtStepper };
|
|
140
|
+
export { WtExpansionPanel };
|
|
141
|
+
export { WtNavigationMenu };
|
|
142
|
+
export { WtStartPage };
|
|
143
|
+
export { WtSelectionPopup };
|
|
144
|
+
}
|
|
145
|
+
export { WtActionBar, WtAppHeader, WtAppNavigator, WtAvatar, WtBadge, WtButton, WtButtonSelect, WtCheckbox, WtChip, WtConfirmDialog, WtContextMenu, WtCopyAction, WtDatepicker, WtDivider, WtDualPanel, WtDummy, WtEmpty, WtErrorPage, WtExpansionPanel, WtFiltersPanelWrapper, WtHeaderActions, WtHeadline, WtHeadlineNav, WtHint, WtIcon, WtIconAction, WtIconBtn, WtImage, WtIndicator, WtInput, WtInputInfo, WtIntersectionObserver, WtItemLink, WtLabel, WtLoadBar, WtLoader, WtLogo, WtNavigationBar, WtNavigationMenu, WtNotification, WtNotificationsBar, WtPageHeader, WtPageWrapper, WtPagination, WtPlayer, WtPopover, WtPopup, WtProgressBar, WtRadio, WtReplaceTransition, WtRoundedAction, WtSearchBar, WtSelect, WtSelectionPopup, WtSlider, WtStartPage, WtStatusSelect, WtStepper, WtSwitcher, WtTable, WtTableActions, WtTableColumnSelect, WtTabs, WtTagsInput, WtTextarea, WtTimeInput, WtTimepicker, WtTooltip, WtTree, WtTreeTable, WtTypeExtensionValueInput };
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/{dist/types → types}/components/on-demand/wt-save-failed-popup/wt-save-failed-popup.vue.d.ts
RENAMED
|
@@ -2,9 +2,9 @@ declare const _default: import("vue").DefineComponent<{}, {}, {}, {}, {
|
|
|
2
2
|
closePopup(): void;
|
|
3
3
|
save(): void;
|
|
4
4
|
download(): void;
|
|
5
|
-
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("
|
|
6
|
-
"onClose-popup"?: (...args: any[]) => any;
|
|
7
|
-
onSave?: (...args: any[]) => any;
|
|
5
|
+
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("download" | "save" | "close-popup")[], "download" | "save" | "close-popup", import("vue").PublicProps, Readonly<{}> & Readonly<{
|
|
8
6
|
onDownload?: (...args: any[]) => any;
|
|
7
|
+
onSave?: (...args: any[]) => any;
|
|
8
|
+
"onClose-popup"?: (...args: any[]) => any;
|
|
9
9
|
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
10
10
|
export default _default;
|
package/{dist/types → types}/components/on-demand/wt-selection-popup/wt-selection-popup.vue.d.ts
RENAMED
|
@@ -4,14 +4,14 @@ type __VLS_WithSlots<T, S> = T & (new () => {
|
|
|
4
4
|
$slots: S;
|
|
5
5
|
});
|
|
6
6
|
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
-
$emit: (event: "
|
|
7
|
+
$emit: (event: "change" | "add" | "close", ...args: any[]) => void;
|
|
8
8
|
options: unknown[];
|
|
9
|
-
title?: string;
|
|
10
9
|
selected?: Record<string, any>;
|
|
10
|
+
title?: string;
|
|
11
11
|
$props: {
|
|
12
12
|
readonly options?: unknown[];
|
|
13
|
-
readonly title?: string;
|
|
14
13
|
readonly selected?: Record<string, any>;
|
|
14
|
+
readonly title?: string;
|
|
15
15
|
};
|
|
16
16
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
17
17
|
type __VLS_Slots = {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export const tableActionsOrder: ("delete" | "filters" | "add" | "refresh" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact")[];
|
|
2
|
+
export const sectionActionsOrder: ("delete" | "filters" | "add" | "refresh" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact")[];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
|
|
2
|
+
export default _default;
|
|
3
|
+
type __VLS_WithSlots<T, S> = T & (new () => {
|
|
4
|
+
$slots: S;
|
|
5
|
+
});
|
|
6
|
+
declare const __VLS_component: import("vue").DefineComponent<{}, {
|
|
7
|
+
$emit: (event: string, ...args: any[]) => void;
|
|
8
|
+
mode: string;
|
|
9
|
+
disabled: boolean;
|
|
10
|
+
include: unknown[];
|
|
11
|
+
exclude: unknown[];
|
|
12
|
+
size?: string;
|
|
13
|
+
$props: {
|
|
14
|
+
readonly mode?: string;
|
|
15
|
+
readonly disabled?: boolean;
|
|
16
|
+
readonly include?: unknown[];
|
|
17
|
+
readonly exclude?: unknown[];
|
|
18
|
+
readonly size?: string;
|
|
19
|
+
};
|
|
20
|
+
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
21
|
+
type __VLS_Slots = {
|
|
22
|
+
delete?: (props: {
|
|
23
|
+
action: "delete" | "filters" | "add" | "refresh" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact";
|
|
24
|
+
size: string;
|
|
25
|
+
onClick: () => void;
|
|
26
|
+
}) => any;
|
|
27
|
+
filters?: (props: {
|
|
28
|
+
action: "delete" | "filters" | "add" | "refresh" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact";
|
|
29
|
+
size: string;
|
|
30
|
+
onClick: () => void;
|
|
31
|
+
}) => any;
|
|
32
|
+
add?: (props: {
|
|
33
|
+
action: "delete" | "filters" | "add" | "refresh" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact";
|
|
34
|
+
size: string;
|
|
35
|
+
onClick: () => void;
|
|
36
|
+
}) => any;
|
|
37
|
+
refresh?: (props: {
|
|
38
|
+
action: "delete" | "filters" | "add" | "refresh" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact";
|
|
39
|
+
size: string;
|
|
40
|
+
onClick: () => void;
|
|
41
|
+
}) => any;
|
|
42
|
+
upload?: (props: {
|
|
43
|
+
action: "delete" | "filters" | "add" | "refresh" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact";
|
|
44
|
+
size: string;
|
|
45
|
+
onClick: () => void;
|
|
46
|
+
}) => any;
|
|
47
|
+
download?: (props: {
|
|
48
|
+
action: "delete" | "filters" | "add" | "refresh" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact";
|
|
49
|
+
size: string;
|
|
50
|
+
onClick: () => void;
|
|
51
|
+
}) => any;
|
|
52
|
+
copy?: (props: {
|
|
53
|
+
action: "delete" | "filters" | "add" | "refresh" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact";
|
|
54
|
+
size: string;
|
|
55
|
+
onClick: () => void;
|
|
56
|
+
}) => any;
|
|
57
|
+
columns?: (props: {
|
|
58
|
+
action: "delete" | "filters" | "add" | "refresh" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact";
|
|
59
|
+
size: string;
|
|
60
|
+
onClick: () => void;
|
|
61
|
+
}) => any;
|
|
62
|
+
variables?: (props: {
|
|
63
|
+
action: "delete" | "filters" | "add" | "refresh" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact";
|
|
64
|
+
size: string;
|
|
65
|
+
onClick: () => void;
|
|
66
|
+
}) => any;
|
|
67
|
+
"add-contact"?: (props: {
|
|
68
|
+
action: "delete" | "filters" | "add" | "refresh" | "upload" | "download" | "copy" | "columns" | "variables" | "add-contact";
|
|
69
|
+
size: string;
|
|
70
|
+
onClick: () => void;
|
|
71
|
+
}) => any;
|
|
72
|
+
'search-bar'?: (props: {
|
|
73
|
+
size: string;
|
|
74
|
+
}) => any;
|
|
75
|
+
default?: (props: {
|
|
76
|
+
size: string;
|
|
77
|
+
}) => any;
|
|
78
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
declare const _default: import("vue").DefineComponent<{}, {
|
|
2
2
|
size: string;
|
|
3
|
+
status: string;
|
|
3
4
|
badge: boolean;
|
|
4
|
-
status?: string;
|
|
5
|
-
username?: string;
|
|
6
5
|
src?: string;
|
|
6
|
+
username?: string;
|
|
7
7
|
$props: {
|
|
8
8
|
readonly size?: string;
|
|
9
|
-
readonly badge?: boolean;
|
|
10
9
|
readonly status?: string;
|
|
11
|
-
readonly
|
|
10
|
+
readonly badge?: boolean;
|
|
12
11
|
readonly src?: string;
|
|
12
|
+
readonly username?: string;
|
|
13
13
|
};
|
|
14
14
|
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
15
15
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -4,7 +4,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
4
4
|
default: string;
|
|
5
5
|
};
|
|
6
6
|
selected: {
|
|
7
|
-
type: (
|
|
7
|
+
type: (ArrayConstructor | BooleanConstructor)[];
|
|
8
8
|
default: () => any[];
|
|
9
9
|
};
|
|
10
10
|
label: {
|
|
@@ -31,7 +31,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
31
31
|
default: string;
|
|
32
32
|
};
|
|
33
33
|
selected: {
|
|
34
|
-
type: (
|
|
34
|
+
type: (ArrayConstructor | BooleanConstructor)[];
|
|
35
35
|
default: () => any[];
|
|
36
36
|
};
|
|
37
37
|
label: {
|
|
@@ -49,9 +49,9 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
|
|
|
49
49
|
}>> & Readonly<{
|
|
50
50
|
onChange?: (...args: any[]) => any;
|
|
51
51
|
}>, {
|
|
52
|
+
selected: boolean | unknown[];
|
|
52
53
|
value: string | boolean;
|
|
53
54
|
label: string;
|
|
54
55
|
disabled: boolean;
|
|
55
|
-
selected: boolean | unknown[];
|
|
56
56
|
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
|
|
57
57
|
export default _default;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|