@pristy/pristy-libvue 2.3.0 → 2.5.0
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/index.d.ts +1 -120
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +16827 -10848
- package/dist/pristy-libvue.es.js.map +1 -1
- package/dist/pristy-libvue.umd.js +22 -20
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/AlfrescoApi.d.ts.map +1 -0
- package/dist/src/components/CodeMirrorEditor.vue.d.ts.map +1 -0
- package/dist/src/components/DiffViewerDialog.vue.d.ts.map +1 -0
- package/dist/src/components/ErrorComponent.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/FolderUpload.vue.d.ts +1 -1
- package/dist/src/components/FolderUpload.vue.d.ts.map +1 -0
- package/dist/src/components/HelpKeyMessage.vue.d.ts.map +1 -0
- package/dist/src/components/PristyIcon.vue.d.ts.map +1 -0
- package/dist/src/components/SelectionStatus.vue.d.ts.map +1 -0
- package/dist/src/components/TreeExplorer.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/UploadStatus.vue.d.ts +1 -1
- package/dist/src/components/UploadStatus.vue.d.ts.map +1 -0
- package/dist/src/components/UploadTargetInfo.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/breadcrumb/BreadCrumbAlfresco.vue.d.ts +1 -1
- package/dist/src/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/breadcrumb/ComplexBreadcrumb.vue.d.ts +18 -2
- package/dist/src/components/breadcrumb/ComplexBreadcrumb.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/breadcrumb/EllipsisBreadcrumb.vue.d.ts +2 -2
- package/dist/src/components/breadcrumb/EllipsisBreadcrumb.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/chat/ChatInput.vue.d.ts +1 -1
- package/dist/src/components/chat/ChatInput.vue.d.ts.map +1 -0
- package/dist/src/components/chat/ChatMessage.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/chat/ChatPanel.vue.d.ts +1 -1
- package/dist/src/components/chat/ChatPanel.vue.d.ts.map +1 -0
- package/dist/src/components/chat/ChatRoomList.vue.d.ts.map +1 -0
- package/dist/src/components/classification/AdminClassificationLauncher.vue.d.ts +6 -0
- package/dist/src/components/classification/AdminClassificationLauncher.vue.d.ts.map +1 -0
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +394 -0
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts.map +1 -0
- package/dist/src/components/classification/ClassificationPlanCreate.vue.d.ts +6 -0
- package/dist/src/components/classification/ClassificationPlanCreate.vue.d.ts.map +1 -0
- package/dist/src/components/classification/ClassificationPlanList.vue.d.ts +14 -0
- package/dist/src/components/classification/ClassificationPlanList.vue.d.ts.map +1 -0
- package/dist/src/components/classification/EmplacementForm.vue.d.ts +57 -0
- package/dist/src/components/classification/EmplacementForm.vue.d.ts.map +1 -0
- package/dist/src/components/classification/FieldForm.vue.d.ts +80 -0
- package/dist/src/components/classification/FieldForm.vue.d.ts.map +1 -0
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts +2088 -0
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts.map +1 -0
- package/dist/src/components/classification/NatureForm.vue.d.ts +104 -0
- package/dist/src/components/classification/NatureForm.vue.d.ts.map +1 -0
- package/dist/src/components/classification/NatureSelector.vue.d.ts +2070 -0
- package/dist/src/components/classification/NatureSelector.vue.d.ts.map +1 -0
- package/dist/src/components/classification/RequalifyPlanPopup.vue.d.ts +6209 -0
- package/dist/src/components/classification/RequalifyPlanPopup.vue.d.ts.map +1 -0
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts +6255 -0
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -0
- package/dist/src/components/classification/ViewSelectorPopup.vue.d.ts +74 -0
- package/dist/src/components/classification/ViewSelectorPopup.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/config/AddPairInConfigDialog.vue.d.ts +2 -2
- package/dist/src/components/config/AddPairInConfigDialog.vue.d.ts.map +1 -0
- package/dist/src/components/config/ArrayEditor.vue.d.ts.map +1 -0
- package/dist/src/components/config/ConfigDatatable.vue.d.ts.map +1 -0
- package/dist/src/components/config/ConfigItemEditor.vue.d.ts.map +1 -0
- package/dist/src/components/config/ConfigSplitView.vue.d.ts.map +1 -0
- package/dist/src/components/config/ConfigUpload.vue.d.ts.map +1 -0
- package/dist/src/components/config/ListVersionConfig.vue.d.ts.map +1 -0
- package/dist/src/components/layouts/AppFooter.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/layouts/AppLayout.vue.d.ts +2 -2
- package/dist/src/components/layouts/AppLayout.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/layouts/AppMobileLayout.vue.d.ts +1 -1
- package/dist/src/components/layouts/AppMobileLayout.vue.d.ts.map +1 -0
- package/dist/src/components/layouts/AppSidebar.vue.d.ts.map +1 -0
- package/dist/src/components/layouts/AppSubmenu.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/layouts/AppTopbar.vue.d.ts +1 -1
- package/dist/src/components/layouts/AppTopbar.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/menu/ActionMenu.vue.d.ts +1 -1
- package/dist/src/components/menu/ActionMenu.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/navigation/ColumnTogglePanel.vue.d.ts +15 -4
- package/dist/src/components/navigation/ColumnTogglePanel.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/navigation/ContentCompactTableView.vue.d.ts +25 -2
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/navigation/ContentFiltersHeader.vue.d.ts +24 -2
- package/dist/src/components/navigation/ContentFiltersHeader.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/navigation/ContentGridView.vue.d.ts +2 -2
- package/dist/src/components/navigation/ContentGridView.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/navigation/ContentListView.vue.d.ts +1 -1
- package/dist/src/components/navigation/ContentListView.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/navigation/ContentTableView.vue.d.ts +10 -2
- package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/navigation/DynamicContentView.vue.d.ts +72 -30
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/navigation/LayoutSelector.vue.d.ts +1 -1
- package/dist/src/components/navigation/LayoutSelector.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/navigation/PreviewPanel.vue.d.ts +3 -3
- package/dist/src/components/navigation/PreviewPanel.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/pagination/PaginatorComponent.vue.d.ts +4 -1
- package/dist/src/components/pagination/PaginatorComponent.vue.d.ts.map +1 -0
- package/dist/src/components/pdfTools/PdfToolsComponent.vue.d.ts.map +1 -0
- package/dist/src/components/pdfTools/SaveAsPopup.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/popup/CopyOrMovePopup.vue.d.ts +1 -1
- package/dist/src/components/popup/CopyOrMovePopup.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/popup/CreateWorkflowPopup.vue.d.ts +4 -4
- package/dist/src/components/popup/CreateWorkflowPopup.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/popup/ImportNewVersionPopup.vue.d.ts +2 -2
- package/dist/src/components/popup/ImportNewVersionPopup.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/popup/ImportPopupWithWorker.vue.d.ts +3 -3
- package/dist/src/components/popup/ImportPopupWithWorker.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/popup/MemberListPopup.vue.d.ts +3 -3
- package/dist/src/components/popup/MemberListPopup.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/popup/SendMailPopup.vue.d.ts +2 -2
- package/dist/src/components/popup/SendMailPopup.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/popup/ShareLinkPopup.vue.d.ts +3 -3
- package/dist/src/components/popup/ShareLinkPopup.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/search/AddCriterionPopup.vue.d.ts +6 -6
- package/dist/src/components/search/AddCriterionPopup.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/search/AdvancedSearchPanel.vue.d.ts +69 -200
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/search/AdvancedViewPanel.vue.d.ts +109 -211
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/search/ExactSearch.vue.d.ts +1 -1
- package/dist/src/components/search/ExactSearch.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/search/FavoriteViewMenu.vue.d.ts +3 -1
- package/dist/src/components/search/FavoriteViewMenu.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/search/SaveViewPopup.vue.d.ts +30 -2
- package/dist/src/components/search/SaveViewPopup.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/search/UserViewsFavoritesPanel.vue.d.ts +24 -6
- package/dist/src/components/search/UserViewsFavoritesPanel.vue.d.ts.map +1 -0
- package/dist/src/components/search/ViewResultsPanel.vue.d.ts +275 -0
- package/dist/src/components/search/ViewResultsPanel.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/toast/CustomToastContent.vue.d.ts +1 -1
- package/dist/src/components/toast/CustomToastContent.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/users/MemberList.vue.d.ts +2 -2
- package/dist/src/components/users/MemberList.vue.d.ts.map +1 -0
- package/dist/src/components/viewer/AudioPlayer.vue.d.ts.map +1 -0
- package/dist/src/components/viewer/CodeMirrorViewer.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/viewer/ImageViewer.vue.d.ts +1 -1
- package/dist/src/components/viewer/ImageViewer.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/viewer/PDFComponent.vue.d.ts +2 -2
- package/dist/src/components/viewer/PDFComponent.vue.d.ts.map +1 -0
- package/dist/src/components/viewer/VideoPlayer.vue.d.ts.map +1 -0
- package/dist/src/components/views/PredefinedViewsPanel.vue.d.ts +82 -0
- package/dist/src/components/views/PredefinedViewsPanel.vue.d.ts.map +1 -0
- package/dist/src/components/workspace/WorkspaceCard.vue.d.ts.map +1 -0
- package/dist/{components → src/components}/workspace/WorkspaceList.vue.d.ts +1 -1
- package/dist/src/components/workspace/WorkspaceList.vue.d.ts.map +1 -0
- package/dist/src/composables/useChatWebSocket.d.ts.map +1 -0
- package/dist/src/composables/useClassificationPlan.d.ts +34 -0
- package/dist/src/composables/useClassificationPlan.d.ts.map +1 -0
- package/dist/src/composables/useCodeMirror.d.ts.map +1 -0
- package/dist/src/composables/useCollabEditor.d.ts.map +1 -0
- package/dist/src/composables/useCollabWebSocket.d.ts.map +1 -0
- package/dist/src/composables/useLayout.d.ts.map +1 -0
- package/dist/src/composables/useMarkdownPreview.d.ts.map +1 -0
- package/dist/src/composables/useTheme.d.ts.map +1 -0
- package/dist/src/directives/assert.d.ts.map +1 -0
- package/dist/{i18n → src/i18n}/index.d.ts +861 -1
- package/dist/{i18n → src/i18n}/index.d.ts.map +1 -1
- package/dist/src/i18n/locales/index.d.ts.map +1 -0
- package/dist/src/index.d.ts +137 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/pages/ErrorPage.vue.d.ts.map +1 -0
- package/dist/src/pages/LoginPage.vue.d.ts.map +1 -0
- package/dist/src/pages/NotFoundPages.vue.d.ts.map +1 -0
- package/dist/src/plugins/KeycloakPlugin.d.ts.map +1 -0
- package/dist/src/services/AftsQueryBuilder.d.ts +43 -0
- package/dist/src/services/AftsQueryBuilder.d.ts.map +1 -0
- package/dist/src/services/AlfrescoFileService.d.ts.map +1 -0
- package/dist/src/services/AlfrescoModelService.d.ts.map +1 -0
- package/dist/src/services/AlfrescoNodeService.d.ts.map +1 -0
- package/dist/src/services/AlfrescoPermissionService.d.ts.map +1 -0
- package/dist/src/services/ChatBackendService.d.ts.map +1 -0
- package/dist/src/services/ClassificationFileService.d.ts +60 -0
- package/dist/src/services/ClassificationFileService.d.ts.map +1 -0
- package/dist/src/services/ClassificationService.d.ts +28 -0
- package/dist/src/services/ClassificationService.d.ts.map +1 -0
- package/dist/src/services/CollabService.d.ts.map +1 -0
- package/dist/src/services/CollaboraAccessService.d.ts.map +1 -0
- package/dist/src/services/ConfigService.d.ts.map +1 -0
- package/dist/src/services/ErrorService.d.ts.map +1 -0
- package/dist/src/services/FavoriteService.d.ts.map +1 -0
- package/dist/src/services/FilingPlanService.d.ts.map +1 -0
- package/dist/src/services/FormatService.d.ts.map +1 -0
- package/dist/src/services/IconeService.d.ts.map +1 -0
- package/dist/src/services/KeyboardShortcutsService.d.ts.map +1 -0
- package/dist/src/services/LibVueActionService.d.ts.map +1 -0
- package/dist/src/services/MenuService.d.ts.map +1 -0
- package/dist/src/services/NodeToMenuItemService.d.ts.map +1 -0
- package/dist/src/services/PeopleService.d.ts.map +1 -0
- package/dist/src/services/RocketChatAuthService.d.ts.map +1 -0
- package/dist/src/services/RocketChatService.d.ts.map +1 -0
- package/dist/src/services/TranslationService.d.ts.map +1 -0
- package/dist/{services → src/services}/UserViewService.d.ts +2 -1
- package/dist/src/services/UserViewService.d.ts.map +1 -0
- package/dist/src/services/ViewConfigService.d.ts +39 -0
- package/dist/src/services/ViewConfigService.d.ts.map +1 -0
- package/dist/src/services/WorkflowService.d.ts.map +1 -0
- package/dist/src/services/WorkspaceService.d.ts.map +1 -0
- package/dist/src/stores/chat.d.ts.map +1 -0
- package/dist/src/stores/collab.d.ts.map +1 -0
- package/dist/src/stores/collabora.d.ts.map +1 -0
- package/dist/{stores → src/stores}/config.d.ts +6 -0
- package/dist/{stores → src/stores}/config.d.ts.map +1 -1
- package/dist/src/stores/favorites.d.ts.map +1 -0
- package/dist/src/stores/filingPlan.d.ts +51 -0
- package/dist/src/stores/filingPlan.d.ts.map +1 -0
- package/dist/src/stores/menu.d.ts.map +1 -0
- package/dist/src/stores/navigation.d.ts.map +1 -0
- package/dist/src/stores/paginator.d.ts.map +1 -0
- package/dist/src/stores/screen.d.ts.map +1 -0
- package/dist/src/stores/search.d.ts.map +1 -0
- package/dist/src/stores/selection.d.ts.map +1 -0
- package/dist/{stores → src/stores}/upload.d.ts +4 -1
- package/dist/src/stores/upload.d.ts.map +1 -0
- package/dist/src/stores/user.d.ts.map +1 -0
- package/dist/src/stores/userPreferences.d.ts.map +1 -0
- package/dist/{stores → src/stores}/userView.d.ts +43 -12
- package/dist/src/stores/userView.d.ts.map +1 -0
- package/dist/src/utils/classificationPlanUtils.d.ts +16 -0
- package/dist/src/utils/classificationPlanUtils.d.ts.map +1 -0
- package/dist/src/workers/upload.worker.d.ts.map +1 -0
- package/package.json +23 -23
- package/dist/AlfrescoApi.d.ts.map +0 -1
- package/dist/components/CodeMirrorEditor.vue.d.ts.map +0 -1
- package/dist/components/DiffViewerDialog.vue.d.ts.map +0 -1
- package/dist/components/ErrorComponent.vue.d.ts.map +0 -1
- package/dist/components/FolderUpload.vue.d.ts.map +0 -1
- package/dist/components/HelpKeyMessage.vue.d.ts.map +0 -1
- package/dist/components/PristyIcon.vue.d.ts.map +0 -1
- package/dist/components/SelectionStatus.vue.d.ts.map +0 -1
- package/dist/components/TreeExplorer.vue.d.ts.map +0 -1
- package/dist/components/UploadStatus.vue.d.ts.map +0 -1
- package/dist/components/UploadTargetInfo.vue.d.ts.map +0 -1
- package/dist/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts.map +0 -1
- package/dist/components/breadcrumb/ComplexBreadcrumb.vue.d.ts.map +0 -1
- package/dist/components/breadcrumb/EllipsisBreadcrumb.vue.d.ts.map +0 -1
- package/dist/components/chat/ChatInput.vue.d.ts.map +0 -1
- package/dist/components/chat/ChatMessage.vue.d.ts.map +0 -1
- package/dist/components/chat/ChatPanel.vue.d.ts.map +0 -1
- package/dist/components/chat/ChatRoomList.vue.d.ts.map +0 -1
- package/dist/components/config/AddPairInConfigDialog.vue.d.ts.map +0 -1
- package/dist/components/config/ArrayEditor.vue.d.ts.map +0 -1
- package/dist/components/config/ConfigDatatable.vue.d.ts.map +0 -1
- package/dist/components/config/ConfigItemEditor.vue.d.ts.map +0 -1
- package/dist/components/config/ConfigSplitView.vue.d.ts.map +0 -1
- package/dist/components/config/ConfigUpload.vue.d.ts.map +0 -1
- package/dist/components/config/ListVersionConfig.vue.d.ts.map +0 -1
- package/dist/components/layouts/AppFooter.vue.d.ts.map +0 -1
- package/dist/components/layouts/AppLayout.vue.d.ts.map +0 -1
- package/dist/components/layouts/AppMobileLayout.vue.d.ts.map +0 -1
- package/dist/components/layouts/AppSidebar.vue.d.ts.map +0 -1
- package/dist/components/layouts/AppSubmenu.vue.d.ts.map +0 -1
- package/dist/components/layouts/AppTopbar.vue.d.ts.map +0 -1
- package/dist/components/menu/ActionMenu.vue.d.ts.map +0 -1
- package/dist/components/navigation/ColumnTogglePanel.vue.d.ts.map +0 -1
- package/dist/components/navigation/ContentCompactTableView.vue.d.ts.map +0 -1
- package/dist/components/navigation/ContentFiltersHeader.vue.d.ts.map +0 -1
- package/dist/components/navigation/ContentGridView.vue.d.ts.map +0 -1
- package/dist/components/navigation/ContentListView.vue.d.ts.map +0 -1
- package/dist/components/navigation/ContentTableView.vue.d.ts.map +0 -1
- package/dist/components/navigation/DynamicContentView.vue.d.ts.map +0 -1
- package/dist/components/navigation/LayoutSelector.vue.d.ts.map +0 -1
- package/dist/components/navigation/PreviewPanel.vue.d.ts.map +0 -1
- package/dist/components/pagination/PaginatorComponent.vue.d.ts.map +0 -1
- package/dist/components/pdfTools/PdfToolsComponent.vue.d.ts.map +0 -1
- package/dist/components/pdfTools/SaveAsPopup.vue.d.ts.map +0 -1
- package/dist/components/popup/CopyOrMovePopup.vue.d.ts.map +0 -1
- package/dist/components/popup/CreateWorkflowPopup.vue.d.ts.map +0 -1
- package/dist/components/popup/ImportNewVersionPopup.vue.d.ts.map +0 -1
- package/dist/components/popup/ImportPopupWithWorker.vue.d.ts.map +0 -1
- package/dist/components/popup/MemberListPopup.vue.d.ts.map +0 -1
- package/dist/components/popup/SendMailPopup.vue.d.ts.map +0 -1
- package/dist/components/popup/ShareLinkPopup.vue.d.ts.map +0 -1
- package/dist/components/search/AddCriterionPopup.vue.d.ts.map +0 -1
- package/dist/components/search/AdvancedSearchPanel.vue.d.ts.map +0 -1
- package/dist/components/search/AdvancedViewPanel.vue.d.ts.map +0 -1
- package/dist/components/search/ExactSearch.vue.d.ts.map +0 -1
- package/dist/components/search/FavoriteViewMenu.vue.d.ts.map +0 -1
- package/dist/components/search/SaveViewPopup.vue.d.ts.map +0 -1
- package/dist/components/search/UserViewsFavoritesPanel.vue.d.ts.map +0 -1
- package/dist/components/toast/CustomToastContent.vue.d.ts.map +0 -1
- package/dist/components/users/MemberList.vue.d.ts.map +0 -1
- package/dist/components/viewer/AudioPlayer.vue.d.ts.map +0 -1
- package/dist/components/viewer/CodeMirrorViewer.vue.d.ts.map +0 -1
- package/dist/components/viewer/ImageViewer.vue.d.ts.map +0 -1
- package/dist/components/viewer/PDFComponent.vue.d.ts.map +0 -1
- package/dist/components/viewer/VideoPlayer.vue.d.ts.map +0 -1
- package/dist/components/workspace/WorkspaceCard.vue.d.ts.map +0 -1
- package/dist/components/workspace/WorkspaceList.vue.d.ts.map +0 -1
- package/dist/composables/useChatWebSocket.d.ts.map +0 -1
- package/dist/composables/useCodeMirror.d.ts.map +0 -1
- package/dist/composables/useCollabEditor.d.ts.map +0 -1
- package/dist/composables/useCollabWebSocket.d.ts.map +0 -1
- package/dist/composables/useLayout.d.ts.map +0 -1
- package/dist/composables/useMarkdownPreview.d.ts.map +0 -1
- package/dist/composables/useTheme.d.ts.map +0 -1
- package/dist/directives/assert.d.ts.map +0 -1
- package/dist/i18n/locales/index.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/pages/ErrorPage.vue.d.ts.map +0 -1
- package/dist/pages/LoginPage.vue.d.ts.map +0 -1
- package/dist/pages/NotFoundPages.vue.d.ts.map +0 -1
- package/dist/plugins/KeycloakPlugin.d.ts.map +0 -1
- package/dist/services/AlfrescoFileService.d.ts.map +0 -1
- package/dist/services/AlfrescoModelService.d.ts.map +0 -1
- package/dist/services/AlfrescoNodeService.d.ts.map +0 -1
- package/dist/services/AlfrescoPermissionService.d.ts.map +0 -1
- package/dist/services/ChatBackendService.d.ts.map +0 -1
- package/dist/services/CollabService.d.ts.map +0 -1
- package/dist/services/CollaboraAccessService.d.ts.map +0 -1
- package/dist/services/ConfigService.d.ts.map +0 -1
- package/dist/services/ErrorService.d.ts.map +0 -1
- package/dist/services/FavoriteService.d.ts.map +0 -1
- package/dist/services/FilingPlanService.d.ts.map +0 -1
- package/dist/services/FormatService.d.ts.map +0 -1
- package/dist/services/IconeService.d.ts.map +0 -1
- package/dist/services/KeyboardShortcutsService.d.ts.map +0 -1
- package/dist/services/LibVueActionService.d.ts.map +0 -1
- package/dist/services/MenuService.d.ts.map +0 -1
- package/dist/services/NodeToMenuItemService.d.ts.map +0 -1
- package/dist/services/PeopleService.d.ts.map +0 -1
- package/dist/services/RocketChatAuthService.d.ts.map +0 -1
- package/dist/services/RocketChatService.d.ts.map +0 -1
- package/dist/services/TranslationService.d.ts.map +0 -1
- package/dist/services/UserViewService.d.ts.map +0 -1
- package/dist/services/WorkflowService.d.ts.map +0 -1
- package/dist/services/WorkspaceService.d.ts.map +0 -1
- package/dist/stores/chat.d.ts.map +0 -1
- package/dist/stores/collab.d.ts.map +0 -1
- package/dist/stores/collabora.d.ts.map +0 -1
- package/dist/stores/favorites.d.ts.map +0 -1
- package/dist/stores/menu.d.ts.map +0 -1
- package/dist/stores/navigation.d.ts.map +0 -1
- package/dist/stores/paginator.d.ts.map +0 -1
- package/dist/stores/screen.d.ts.map +0 -1
- package/dist/stores/search.d.ts.map +0 -1
- package/dist/stores/selection.d.ts.map +0 -1
- package/dist/stores/upload.d.ts.map +0 -1
- package/dist/stores/user.d.ts.map +0 -1
- package/dist/stores/userPreferences.d.ts.map +0 -1
- package/dist/stores/userView.d.ts.map +0 -1
- package/dist/workers/upload.worker.d.ts.map +0 -1
- /package/dist/{AlfrescoApi.d.ts → src/AlfrescoApi.d.ts} +0 -0
- /package/dist/{components → src/components}/CodeMirrorEditor.vue.d.ts +0 -0
- /package/dist/{components → src/components}/DiffViewerDialog.vue.d.ts +0 -0
- /package/dist/{components → src/components}/ErrorComponent.vue.d.ts +0 -0
- /package/dist/{components → src/components}/HelpKeyMessage.vue.d.ts +0 -0
- /package/dist/{components → src/components}/PristyIcon.vue.d.ts +0 -0
- /package/dist/{components → src/components}/SelectionStatus.vue.d.ts +0 -0
- /package/dist/{components → src/components}/TreeExplorer.vue.d.ts +0 -0
- /package/dist/{components → src/components}/UploadTargetInfo.vue.d.ts +0 -0
- /package/dist/{components → src/components}/chat/ChatMessage.vue.d.ts +0 -0
- /package/dist/{components → src/components}/chat/ChatRoomList.vue.d.ts +0 -0
- /package/dist/{components → src/components}/config/ArrayEditor.vue.d.ts +0 -0
- /package/dist/{components → src/components}/config/ConfigDatatable.vue.d.ts +0 -0
- /package/dist/{components → src/components}/config/ConfigItemEditor.vue.d.ts +0 -0
- /package/dist/{components → src/components}/config/ConfigSplitView.vue.d.ts +0 -0
- /package/dist/{components → src/components}/config/ConfigUpload.vue.d.ts +0 -0
- /package/dist/{components → src/components}/config/ListVersionConfig.vue.d.ts +0 -0
- /package/dist/{components → src/components}/layouts/AppFooter.vue.d.ts +0 -0
- /package/dist/{components → src/components}/layouts/AppSidebar.vue.d.ts +0 -0
- /package/dist/{components → src/components}/layouts/AppSubmenu.vue.d.ts +0 -0
- /package/dist/{components → src/components}/pdfTools/PdfToolsComponent.vue.d.ts +0 -0
- /package/dist/{components → src/components}/pdfTools/SaveAsPopup.vue.d.ts +0 -0
- /package/dist/{components → src/components}/viewer/AudioPlayer.vue.d.ts +0 -0
- /package/dist/{components → src/components}/viewer/CodeMirrorViewer.vue.d.ts +0 -0
- /package/dist/{components → src/components}/viewer/VideoPlayer.vue.d.ts +0 -0
- /package/dist/{components → src/components}/workspace/WorkspaceCard.vue.d.ts +0 -0
- /package/dist/{composables → src/composables}/useChatWebSocket.d.ts +0 -0
- /package/dist/{composables → src/composables}/useCodeMirror.d.ts +0 -0
- /package/dist/{composables → src/composables}/useCollabEditor.d.ts +0 -0
- /package/dist/{composables → src/composables}/useCollabWebSocket.d.ts +0 -0
- /package/dist/{composables → src/composables}/useLayout.d.ts +0 -0
- /package/dist/{composables → src/composables}/useMarkdownPreview.d.ts +0 -0
- /package/dist/{composables → src/composables}/useTheme.d.ts +0 -0
- /package/dist/{directives → src/directives}/assert.d.ts +0 -0
- /package/dist/{i18n → src/i18n}/locales/index.d.ts +0 -0
- /package/dist/{pages → src/pages}/ErrorPage.vue.d.ts +0 -0
- /package/dist/{pages → src/pages}/LoginPage.vue.d.ts +0 -0
- /package/dist/{pages → src/pages}/NotFoundPages.vue.d.ts +0 -0
- /package/dist/{plugins → src/plugins}/KeycloakPlugin.d.ts +0 -0
- /package/dist/{services → src/services}/AlfrescoFileService.d.ts +0 -0
- /package/dist/{services → src/services}/AlfrescoModelService.d.ts +0 -0
- /package/dist/{services → src/services}/AlfrescoNodeService.d.ts +0 -0
- /package/dist/{services → src/services}/AlfrescoPermissionService.d.ts +0 -0
- /package/dist/{services → src/services}/ChatBackendService.d.ts +0 -0
- /package/dist/{services → src/services}/CollabService.d.ts +0 -0
- /package/dist/{services → src/services}/CollaboraAccessService.d.ts +0 -0
- /package/dist/{services → src/services}/ConfigService.d.ts +0 -0
- /package/dist/{services → src/services}/ErrorService.d.ts +0 -0
- /package/dist/{services → src/services}/FavoriteService.d.ts +0 -0
- /package/dist/{services → src/services}/FilingPlanService.d.ts +0 -0
- /package/dist/{services → src/services}/FormatService.d.ts +0 -0
- /package/dist/{services → src/services}/IconeService.d.ts +0 -0
- /package/dist/{services → src/services}/KeyboardShortcutsService.d.ts +0 -0
- /package/dist/{services → src/services}/LibVueActionService.d.ts +0 -0
- /package/dist/{services → src/services}/MenuService.d.ts +0 -0
- /package/dist/{services → src/services}/NodeToMenuItemService.d.ts +0 -0
- /package/dist/{services → src/services}/PeopleService.d.ts +0 -0
- /package/dist/{services → src/services}/RocketChatAuthService.d.ts +0 -0
- /package/dist/{services → src/services}/RocketChatService.d.ts +0 -0
- /package/dist/{services → src/services}/TranslationService.d.ts +0 -0
- /package/dist/{services → src/services}/WorkflowService.d.ts +0 -0
- /package/dist/{services → src/services}/WorkspaceService.d.ts +0 -0
- /package/dist/{stores → src/stores}/chat.d.ts +0 -0
- /package/dist/{stores → src/stores}/collab.d.ts +0 -0
- /package/dist/{stores → src/stores}/collabora.d.ts +0 -0
- /package/dist/{stores → src/stores}/favorites.d.ts +0 -0
- /package/dist/{stores → src/stores}/menu.d.ts +0 -0
- /package/dist/{stores → src/stores}/navigation.d.ts +0 -0
- /package/dist/{stores → src/stores}/paginator.d.ts +0 -0
- /package/dist/{stores → src/stores}/screen.d.ts +0 -0
- /package/dist/{stores → src/stores}/search.d.ts +0 -0
- /package/dist/{stores → src/stores}/selection.d.ts +0 -0
- /package/dist/{stores → src/stores}/user.d.ts +0 -0
- /package/dist/{stores → src/stores}/userPreferences.d.ts +0 -0
- /package/dist/{workers → src/workers}/upload.worker.d.ts +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAOG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/i18n/locales/index.js"],"names":[],"mappings":";;;;oBAkBoB,WAAW;oBADX,WAAW"}
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import { default as PDFComponent } from './components/viewer/PDFComponent.vue';
|
|
2
|
+
import { default as PristyIcon } from './components/PristyIcon.vue';
|
|
3
|
+
import { default as PaginatorComponent } from './components/pagination/PaginatorComponent.vue';
|
|
4
|
+
import { default as CopyOrMovePopup } from './components/popup/CopyOrMovePopup.vue';
|
|
5
|
+
import { default as TreeExplorer } from './components/TreeExplorer.vue';
|
|
6
|
+
import { default as EllipsisBreadcrumb } from './components/breadcrumb/EllipsisBreadcrumb.vue';
|
|
7
|
+
import { default as BreadCrumbAlfresco } from './components/breadcrumb/BreadCrumbAlfresco.vue';
|
|
8
|
+
import { default as ComplexBreadcrumb } from './components/breadcrumb/ComplexBreadcrumb.vue';
|
|
9
|
+
import { default as ContentTableView } from './components/navigation/ContentTableView.vue';
|
|
10
|
+
import { default as ContentListView } from './components/navigation/ContentListView.vue';
|
|
11
|
+
import { default as ContentCompactTableView } from './components/navigation/ContentCompactTableView.vue';
|
|
12
|
+
import { default as ContentGridView } from './components/navigation/ContentGridView.vue';
|
|
13
|
+
import { default as DynamicContentView } from './components/navigation/DynamicContentView.vue';
|
|
14
|
+
import { default as ContentFiltersHeader } from './components/navigation/ContentFiltersHeader.vue';
|
|
15
|
+
import { default as ImageViewer } from './components/viewer/ImageViewer.vue';
|
|
16
|
+
import { default as VideoPlayer } from './components/viewer/VideoPlayer.vue';
|
|
17
|
+
import { default as AudioPlayer } from './components/viewer/AudioPlayer.vue';
|
|
18
|
+
import { default as PreviewPanel } from './components/navigation/PreviewPanel.vue';
|
|
19
|
+
import { default as LayoutSelector } from './components/navigation/LayoutSelector.vue';
|
|
20
|
+
import { default as ColumnTogglePanel } from './components/navigation/ColumnTogglePanel.vue';
|
|
21
|
+
import { default as HelpKeyMessage } from './components/HelpKeyMessage.vue';
|
|
22
|
+
import { default as SelectionStatus } from './components/SelectionStatus.vue';
|
|
23
|
+
import { default as MemberList } from './components/users/MemberList.vue';
|
|
24
|
+
import { default as ActionMenu } from './components/menu/ActionMenu.vue';
|
|
25
|
+
import { default as CustomToastContent } from './components/toast/CustomToastContent.vue';
|
|
26
|
+
import { default as FolderUpload } from './components/FolderUpload.vue';
|
|
27
|
+
import { default as UploadTargetInfo } from './components/UploadTargetInfo.vue';
|
|
28
|
+
import { default as UploadStatus } from './components/UploadStatus.vue';
|
|
29
|
+
import { default as AddPairInConfigDialog } from '../components/config/AddPairInConfigDialog.vue';
|
|
30
|
+
import { default as ConfigDatatable } from '../components/config/ConfigDatatable.vue';
|
|
31
|
+
import { default as ConfigItemEditor } from '../components/config/ConfigItemEditor.vue';
|
|
32
|
+
import { default as ConfigSplitView } from '../components/config/ConfigSplitView.vue';
|
|
33
|
+
import { default as ConfigUpload } from '../components/config/ConfigUpload.vue';
|
|
34
|
+
import { default as ListVersionConfig } from '../components/config/ListVersionConfig.vue';
|
|
35
|
+
import { default as AddCriterionPopup } from '../components/search/AddCriterionPopup.vue';
|
|
36
|
+
import { default as AdvancedSearchPanel } from '../components/search/AdvancedSearchPanel.vue';
|
|
37
|
+
import { default as AdvancedViewPanel } from '../components/search/AdvancedViewPanel.vue';
|
|
38
|
+
import { default as ExactSearch } from '../components/search/ExactSearch.vue';
|
|
39
|
+
import { default as FavoriteViewMenu } from '../components/search/FavoriteViewMenu.vue';
|
|
40
|
+
import { default as UserViewsFavoritesPanel } from '../components/search/UserViewsFavoritesPanel.vue';
|
|
41
|
+
import { default as SaveViewPopup } from '../components/search/SaveViewPopup.vue';
|
|
42
|
+
import { default as ViewResultsPanel } from '../components/search/ViewResultsPanel.vue';
|
|
43
|
+
import { default as PdfToolsComponent } from '../components/pdfTools/PdfToolsComponent.vue';
|
|
44
|
+
import { default as CodeMirrorEditor } from '../components/CodeMirrorEditor.vue';
|
|
45
|
+
import { default as DiffViewerDialog } from '../components/DiffViewerDialog.vue';
|
|
46
|
+
import { default as ArrayEditor } from '../components/config/ArrayEditor.vue';
|
|
47
|
+
import { default as WorkspaceCard } from './components/workspace/WorkspaceCard.vue';
|
|
48
|
+
import { default as WorkspaceList } from './components/workspace/WorkspaceList.vue';
|
|
49
|
+
import { default as PredefinedViewsPanel } from './components/views/PredefinedViewsPanel.vue';
|
|
50
|
+
import { default as CreateWorkflowPopup } from './components/popup/CreateWorkflowPopup.vue';
|
|
51
|
+
import { default as ImportNewVersionPopup } from './components/popup/ImportNewVersionPopup.vue';
|
|
52
|
+
import { default as ShareLinkPopup } from './components/popup/ShareLinkPopup.vue';
|
|
53
|
+
import { default as MemberListPopup } from './components/popup/MemberListPopup.vue';
|
|
54
|
+
import { default as SendMailPopup } from './components/popup/SendMailPopup.vue';
|
|
55
|
+
import { default as ImportPopupWithWorker } from './components/popup/ImportPopupWithWorker.vue';
|
|
56
|
+
import { default as ErrorComponent } from '../components/ErrorComponent.vue';
|
|
57
|
+
import { default as AppLayout } from './components/layouts/AppLayout.vue';
|
|
58
|
+
import { default as AppSidebar } from './components/layouts/AppSidebar.vue';
|
|
59
|
+
import { default as AppTopbar } from './components/layouts/AppTopbar.vue';
|
|
60
|
+
import { default as AppSubmenu } from './components/layouts/AppSubmenu.vue';
|
|
61
|
+
import { default as AppFooter } from './components/layouts/AppFooter.vue';
|
|
62
|
+
import { default as AppMobileLayout } from './components/layouts/AppMobileLayout.vue';
|
|
63
|
+
import { default as ChatPanel } from '../components/chat/ChatPanel.vue';
|
|
64
|
+
import { default as ChatMessage } from '../components/chat/ChatMessage.vue';
|
|
65
|
+
import { default as ChatInput } from '../components/chat/ChatInput.vue';
|
|
66
|
+
import { default as ChatRoomList } from '../components/chat/ChatRoomList.vue';
|
|
67
|
+
import { default as AdminClassificationLauncher } from './components/classification/AdminClassificationLauncher.vue';
|
|
68
|
+
import { default as ClassificationPlanList } from './components/classification/ClassificationPlanList.vue';
|
|
69
|
+
import { default as ClassificationPlanCreate } from './components/classification/ClassificationPlanCreate.vue';
|
|
70
|
+
import { default as AdminClassificationPage } from './components/classification/AdminClassificationPage.vue';
|
|
71
|
+
import { default as NatureForm } from './components/classification/NatureForm.vue';
|
|
72
|
+
import { default as FieldForm } from './components/classification/FieldForm.vue';
|
|
73
|
+
import { default as EmplacementForm } from './components/classification/EmplacementForm.vue';
|
|
74
|
+
import { default as UploadPlanPopup } from './components/classification/UploadPlanPopup.vue';
|
|
75
|
+
import { default as RequalifyPlanPopup } from './components/classification/RequalifyPlanPopup.vue';
|
|
76
|
+
export { default as alfrescoFileService } from './services/AlfrescoFileService.js';
|
|
77
|
+
export { default as alfrescoNodeService } from './services/AlfrescoNodeService.js';
|
|
78
|
+
export { default as alfrescoPermissionService } from './services/AlfrescoPermissionService.js';
|
|
79
|
+
export { default as collaboraAccessService } from './services/CollaboraAccessService.js';
|
|
80
|
+
export { default as collabService } from './services/CollabService.js';
|
|
81
|
+
export { default as errorService } from './services/ErrorService.js';
|
|
82
|
+
export { default as favoriteService } from './services/FavoriteService.js';
|
|
83
|
+
export { default as formatService } from './services/FormatService.js';
|
|
84
|
+
export { default as iconeService } from './services/IconeService.js';
|
|
85
|
+
export { default as keyboardShortcutsService } from './services/KeyboardShortcutsService.js';
|
|
86
|
+
export { default as menuService } from './services/MenuService.js';
|
|
87
|
+
export { default as peopleService } from './services/PeopleService.js';
|
|
88
|
+
export { default as translationService } from './services/TranslationService.js';
|
|
89
|
+
export { default as workflowService } from './services/WorkflowService.js';
|
|
90
|
+
export { default as workspaceService } from './services/WorkspaceService.js';
|
|
91
|
+
export { default as configService } from './services/ConfigService.js';
|
|
92
|
+
export { default as userViewService } from './services/UserViewService.js';
|
|
93
|
+
export { default as alfrescoModelService } from './services/AlfrescoModelService.js';
|
|
94
|
+
export { default as chatBackendService } from './services/ChatBackendService.js';
|
|
95
|
+
export { default as rocketChatService } from './services/RocketChatService.js';
|
|
96
|
+
export { default as rocketChatAuthService } from './services/RocketChatAuthService.js';
|
|
97
|
+
export { default as classificationService } from './services/ClassificationService.js';
|
|
98
|
+
export { default as classificationFileService } from './services/ClassificationFileService.js';
|
|
99
|
+
export { default as viewConfigService } from './services/ViewConfigService.js';
|
|
100
|
+
export { default as aftsQueryBuilder } from './services/AftsQueryBuilder.js';
|
|
101
|
+
export { default as vueKeyCloak } from './plugins/KeycloakPlugin.js';
|
|
102
|
+
export { default as i18n } from './i18n';
|
|
103
|
+
export { messages } from './i18n/locales';
|
|
104
|
+
export * from './AlfrescoApi';
|
|
105
|
+
export { useTheme } from './composables/useTheme.js';
|
|
106
|
+
export { useCollaboraStore } from './stores/collabora';
|
|
107
|
+
export { useCollabStore } from './stores/collab.js';
|
|
108
|
+
export { useConfigStore } from './stores/config';
|
|
109
|
+
export { useFavoritesStore } from './stores/favorites.js';
|
|
110
|
+
export { useMenuStore } from './stores/menu';
|
|
111
|
+
export { useNavigationStore } from './stores/navigation.js';
|
|
112
|
+
export { useSearchStore } from './stores/search';
|
|
113
|
+
export { useSelectionStore } from './stores/selection';
|
|
114
|
+
export { usePaginatorStore } from './stores/paginator';
|
|
115
|
+
export { useUserPreferencesStore } from './stores/userPreferences';
|
|
116
|
+
export { useUserStore } from './stores/user';
|
|
117
|
+
export { useScreenStore } from './stores/screen';
|
|
118
|
+
export { useUploadStore } from './stores/upload';
|
|
119
|
+
export { useUserViewStore } from './stores/userView.js';
|
|
120
|
+
export { useChatStore } from './stores/chat.js';
|
|
121
|
+
export { useFilingPlanStore } from './stores/filingPlan.js';
|
|
122
|
+
export { default as LoginPage } from './pages/LoginPage.vue';
|
|
123
|
+
export { default as NotFoundPages } from './pages/NotFoundPages.vue';
|
|
124
|
+
export { default as ErrorPage } from './pages/ErrorPage.vue';
|
|
125
|
+
export namespace componentLibrary {
|
|
126
|
+
function install(app: any): void;
|
|
127
|
+
}
|
|
128
|
+
export { PDFComponent, PristyIcon, PaginatorComponent, CopyOrMovePopup, TreeExplorer, EllipsisBreadcrumb, BreadCrumbAlfresco, ComplexBreadcrumb, ContentTableView, ContentListView, ContentCompactTableView, ContentGridView, DynamicContentView, ContentFiltersHeader, ImageViewer, VideoPlayer, AudioPlayer, PreviewPanel, LayoutSelector, ColumnTogglePanel, HelpKeyMessage, SelectionStatus, MemberList, ActionMenu, CustomToastContent, FolderUpload, UploadTargetInfo, UploadStatus, AddPairInConfigDialog, ConfigDatatable, ConfigItemEditor, ConfigSplitView, ConfigUpload, ListVersionConfig, AddCriterionPopup, AdvancedSearchPanel, AdvancedViewPanel, ExactSearch, FavoriteViewMenu, UserViewsFavoritesPanel, SaveViewPopup, ViewResultsPanel, PdfToolsComponent, CodeMirrorEditor, DiffViewerDialog, ArrayEditor, WorkspaceCard, WorkspaceList, PredefinedViewsPanel, CreateWorkflowPopup, ImportNewVersionPopup, ShareLinkPopup, MemberListPopup, SendMailPopup, ImportPopupWithWorker, ErrorComponent, AppLayout, AppSidebar, AppTopbar, AppSubmenu, AppFooter, AppMobileLayout, ChatPanel, ChatMessage, ChatInput, ChatRoomList, AdminClassificationLauncher, ClassificationPlanList, ClassificationPlanCreate, AdminClassificationPage, NatureForm, FieldForm, EmplacementForm, UploadPlanPopup, RequalifyPlanPopup };
|
|
129
|
+
export { default as filingPlanService, NatureDocument, TypeDossier } from './services/FilingPlanService.js';
|
|
130
|
+
export { useLayout, MENU_MODES, MENU_THEMES } from './composables/useLayout.js';
|
|
131
|
+
export { checkNotNull, checkString } from './directives/assert.js';
|
|
132
|
+
export { useCodeMirror, getLanguageExtension, getBaseExtensions, createEditorView } from './composables/useCodeMirror.js';
|
|
133
|
+
export { useMarkdownPreview, renderMarkdown, sanitizeHtml, generatePreviewDocument, DEFAULT_PREVIEW_STYLES } from './composables/useMarkdownPreview.js';
|
|
134
|
+
export { useCollabWebSocket, ConnectionState } from './composables/useCollabWebSocket.js';
|
|
135
|
+
export { useCollabEditor, ROLE_EDITOR, ROLE_OBSERVER } from './composables/useCollabEditor.js';
|
|
136
|
+
export { useChatWebSocket, ConnectionState as ChatConnectionState } from './composables/useChatWebSocket.js';
|
|
137
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkGE,iCAkEC;;yBAnJsB,sCAAsC;uBACxC,6BAA6B;+BAFrB,gDAAgD;4BAGnD,wCAAwC;yBAC3C,+BAA+B;+BACzB,gDAAgD;+BAChD,gDAAgD;8BACjD,+CAA+C;6BAChD,8CAA8C;4BAC/C,6CAA6C;oCACrC,qDAAqD;4BAC7D,6CAA6C;+BAC1C,gDAAgD;iCAC9C,kDAAkD;wBAC3D,qCAAqC;wBACrC,qCAAqC;wBACrC,qCAAqC;yBACpC,0CAA0C;2BAOxC,4CAA4C;8BACzC,+CAA+C;2BAClD,iCAAiC;4BANhC,kCAAkC;uBAOvC,mCAAmC;uBACnC,kCAAkC;+BAC1B,2CAA2C;yBAGjD,+BAA+B;6BAD3B,mCAAmC;yBADvC,+BAA+B;kCAItB,+CAA+C;4BACrD,yCAAyC;6BACxC,0CAA0C;4BAC3C,yCAAyC;yBAC5C,sCAAsC;8BACjC,2CAA2C;8BAC3C,2CAA2C;gCACzC,6CAA6C;8BAC/C,2CAA2C;wBACjD,qCAAqC;6BAChC,0CAA0C;oCACnC,iDAAiD;0BAC3D,uCAAuC;6BACpC,0CAA0C;8BACzC,6CAA6C;6BAC9C,mCAAmC;6BACnC,mCAAmC;wBACxC,qCAAqC;0BAMnC,0CAA0C;0BAC1C,0CAA0C;iCACnC,6CAA6C;gCAzC9C,4CAA4C;kCAC1C,8CAA8C;2BAErD,uCAAuC;4BACtC,wCAAwC;0BAC1C,sCAAsC;kCAU9B,8CAA8C;2BAmBrD,iCAAiC;sBAqBtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;4BAC9B,0CAA0C;sBAzBhD,iCAAiC;wBAC/B,mCAAmC;sBACrC,iCAAiC;yBAC9B,oCAAoC;wCAMrB,6DAA6D;mCAClE,wDAAwD;qCACtD,0DAA0D;oCAC3D,yDAAyD;uBACtE,4CAA4C;sBAC7C,2CAA2C;4BACrC,iDAAiD;4BACjD,iDAAiD;+BAC9C,oDAAoD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ErrorPage.vue.d.ts","sourceRoot":"","sources":["../../../src/pages/ErrorPage.vue"],"names":[],"mappings":";AAuCA;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LoginPage.vue.d.ts","sourceRoot":"","sources":["../../../src/pages/LoginPage.vue"],"names":[],"mappings":";;;;;;;AAoFA;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NotFoundPages.vue.d.ts","sourceRoot":"","sources":["../../../src/pages/NotFoundPages.vue"],"names":[],"mappings":";;;AAGA;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KeycloakPlugin.d.ts","sourceRoot":"","sources":["../../../src/plugins/KeycloakPlugin.js"],"names":[],"mappings":";;IA2CE,+CAsDC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
declare const _default: AftsQueryBuilder;
|
|
2
|
+
export default _default;
|
|
3
|
+
/**
|
|
4
|
+
* Stateless service for building AFTS (Alfresco Full-Text Search) queries
|
|
5
|
+
* from a structured JSON configuration (locations + criteria).
|
|
6
|
+
*/
|
|
7
|
+
declare class AftsQueryBuilder {
|
|
8
|
+
/**
|
|
9
|
+
* Maps a property alias to its Solr field name.
|
|
10
|
+
* Returns the original property if no alias mapping is found.
|
|
11
|
+
* @param {string} prop - The property name or alias.
|
|
12
|
+
* @returns {string} The resolved Solr field name.
|
|
13
|
+
*/
|
|
14
|
+
mapAliasToSolr(prop: string): string;
|
|
15
|
+
/**
|
|
16
|
+
* Builds an AFTS query string from a structured JSON configuration.
|
|
17
|
+
*
|
|
18
|
+
* The queryJson object should have the following structure:
|
|
19
|
+
* {
|
|
20
|
+
* locations: [{ type: 'Site'|'Folder', value: string, negation: boolean }],
|
|
21
|
+
* criteria: [{
|
|
22
|
+
* property: { id: string, input: string },
|
|
23
|
+
* operator: string,
|
|
24
|
+
* negation: boolean,
|
|
25
|
+
* value: any,
|
|
26
|
+
* value_end?: any
|
|
27
|
+
* }]
|
|
28
|
+
* }
|
|
29
|
+
*
|
|
30
|
+
* Also supports legacy criteria format with a raw `query` property:
|
|
31
|
+
* { query: "TYPE:'cm:content'" }
|
|
32
|
+
*
|
|
33
|
+
* @param {Object} queryJson - The structured query configuration.
|
|
34
|
+
* @param {Array} [queryJson.locations] - Array of location filters.
|
|
35
|
+
* @param {Array} [queryJson.criteria] - Array of search criteria.
|
|
36
|
+
* @returns {string} The constructed AFTS query string.
|
|
37
|
+
*/
|
|
38
|
+
buildAftsQueryFromJSON(queryJson: {
|
|
39
|
+
locations?: any[];
|
|
40
|
+
criteria?: any[];
|
|
41
|
+
}): string;
|
|
42
|
+
}
|
|
43
|
+
//# sourceMappingURL=AftsQueryBuilder.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AftsQueryBuilder.d.ts","sourceRoot":"","sources":["../../../src/services/AftsQueryBuilder.js"],"names":[],"mappings":";;AAmCA;;;GAGG;AACH;IACE;;;;;OAKG;IACH,qBAHW,MAAM,GACJ,MAAM,CAQlB;IAED;;;;;;;;;;;;;;;;;;;;;;OAsBG;IACH,kCAJG;QAA0B,SAAS;QACT,QAAQ;KAClC,GAAU,MAAM,CA6GlB;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlfrescoFileService.d.ts","sourceRoot":"","sources":["../../../src/services/AlfrescoFileService.js"],"names":[],"mappings":";;;AAiCA;;GAEG;AACH;IAEI,4BAGE;IAEF,4BAAkC;IAClC,qCAGE;IAEJ,kCAQC;IAED,gCAQC;IAED,gCAQC;IAED,uDAQC;IAED,mDAeC;IAED,2DAIC;IAED,8CASC;IAED,sEAeC;IAED,kFAIC;IAED,uHAEC;IAED;;;;;OAKG;IACH,+BAFW,KAAK,QAkBf;IAED;;;;;;OAMG;IACH,0BAHW,KAAK,mBAkCf;IAED,qCAYC;IAED;;;;;OAKG;IACH,kDAFa,OAAO,CAAC,OAAO,CAAC,CA0C5B;IAED;;;;;;OAMG;IACH,yEAFa,GAAC,CA6Cb;IACD,qDAwCC;IACD,qCAMC;IACD,0BAOC;IACD,mCAqBC;IACD,wCAYC;IACD,sCA2BC;IACD,+EAcC;IACD,qBAEC;IACD,mBAEC;IACD,uBAEC;IACD,kCA4BC;IACD;;;;;;OAMG;IACH,+BALW,MAAM,QACN,MAAM,QACN,IAAI,gBAUd;IAED;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,yBAdG;QAAqB,UAAU;QACV,UAAU;QAKT,UAAU;QACV,UAAU;QACV,UAAU;KAEhC,GAAU,MAAM,CAmBlB;CACF;qBA/gBoB,WAAW"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlfrescoModelService.d.ts","sourceRoot":"","sources":["../../../src/services/AlfrescoModelService.js"],"names":[],"mappings":";;AAmBA;IACE;;;;OAIG;IACH,oBAHW,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,CAIxB;IAED;;;;OAIG;IACH,oBAHW,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,CAIxB;IAED;;;;OAIG;IACH,kBAHW,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,CAIxB;IAED;;;;OAIG;IACH,gBAHW,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,CAIxB;IAED;;;;OAIG;IACH,qCAHW,MAAM,GACJ,KAAK,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAC,CAAC,CAiBjE;IAED;;;;OAIG;IACH,yCAHW,MAAM,GACJ,KAAK,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAC,CAAC,CAiBjE;IAED;;;OAGG;IACH,sBAFa,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAgClC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlfrescoNodeService.d.ts","sourceRoot":"","sources":["../../../src/services/AlfrescoNodeService.js"],"names":[],"mappings":";;;AAyBA;;GAEG;AACH;IAEI,4BAGE;IACF,gCAGE;IACF,+BAGE;IACF,uCAGE;IACF,sCAGE;IACF,kCAGE;IACF,0CAGE;IAEJ;;;;;OAKG;IACH,YAHW,MAAM,GACL,OAAO,CAAC,IAAI,CAAC,CAsBxB;IAED;;;;;;OAMG;IACH,uBAJW,MAAM,cACN,OAAO,GACN,OAAO,CAAC,IAAI,CAAC,CASxB;IAED;;;;;;;OAOG;IACH,eALW,MAAM,QACN,cAAc,GACb,OAAO,CAAC,SAAS,CAAC,CAO7B;IAED;;;;;;;;OAQG;IACH,gFAFY,OAAO,CAAC;QAAC,eAAe,EAAE,GAAC,CAAC;QAAC,QAAQ,EAAE,GAAC,CAAC;QAAC,UAAU,EAAE,GAAC,CAAA;KAAC,GAAG;QAAC,QAAQ,EAAE,GAAC,CAAC;QAAC,UAAU,EAAE,GAAC,CAAA;KAAC,CAAC,CAiBnG;IAED;;;;;;;OAOG;IACH,4DAFY,OAAO,CAAC;QAAC,eAAe,EAAE,GAAC,CAAC;QAAC,QAAQ,EAAE,GAAC,CAAC;QAAC,UAAU,EAAE,GAAC,CAAA;KAAC,GAAG;QAAC,QAAQ,EAAE,GAAC,CAAC;QAAC,UAAU,EAAE,GAAC,CAAA;KAAC,CAAC,CA2DnG;IAED;;;;;;OAMG;IACH,uCAFY,OAAO,CAAC;QAAC,eAAe,EAAE,GAAC,CAAC;QAAC,QAAQ,EAAE,GAAC,CAAC;QAAC,UAAU,EAAE,GAAC,CAAA;KAAC,GAAG;QAAC,QAAQ,EAAE,GAAC,CAAC;QAAC,UAAU,EAAE,GAAC,CAAA;KAAC,CAAC,CA6BnG;IAED;;;;;;OAMG;IACH,eAJW,MAAM,qCAQhB;IAED;;;OAGG;IACH,8CAyBC;IAED,8CAMC;IAED,yBA0BC;IAED,0CAoBC;IAED,gHAQC;IAED,8FAkBC;IAED,+GA2BC;IAED,iFAQC;IAED,6CAIC;IAED,2GAcC;IAED,kDAkBC;IAED,+EASC;IAED,iFAIC;IAED,kDAOC;IAED,2DAMC;IAED,iDAgBC;IAED,gCAiBC;IAED,iEAkBC;CACF;qBA9gBoB,WAAW"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AlfrescoPermissionService.d.ts","sourceRoot":"","sources":["../../../src/services/AlfrescoPermissionService.js"],"names":[],"mappings":"AASA;IACE,sBAKC;IAED,yBAMC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ChatBackendService.d.ts","sourceRoot":"","sources":["../../../src/services/ChatBackendService.js"],"names":[],"mappings":";;AAmBA;;;GAGG;AACH;IACE;;OAEG;IACH,qBAEC;IAED;;OAEG;IACH,6BAEC;IAED;;OAEG;IACH,sCAEC;IAED;;;;OAIG;IACH,aAFa,OAAO,CAAC;QAAC,OAAO,EAAE,OAAO,CAAA;KAAC,CAAC,CAyBvC;IAED;;;;;OAKG;IACH,yBAHW,MAAM,GACJ,OAAO,CAAC;QAAC,KAAK,EAAE,OAAO,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAA;KAAC,CAAC,CAgCzE;IAED;;;;;OAKG;IACH,4BAHW,MAAM,GACJ,OAAO,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,OAAO,CAAA;KAAC,GAAC,IAAI,CAAC,CAkC9E;IAED;;;;OAIG;IACH,oBAFa,OAAO,CAAC;QAAC,cAAc,EAAE,OAAO,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAC,CAAC,CAyB/E;IAED;;;;;;OAMG;IACH,0BAJW,MAAM,SACN,MAAM,GACJ,OAAO,CAAC;QAAC,OAAO,EAAE,OAAO,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAA;KAAC,CAAC,CA4BzD;CACF"}
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
declare const _default: ClassificationFileService;
|
|
2
|
+
export default _default;
|
|
3
|
+
/**
|
|
4
|
+
* Service for creating files with classification plan and requalifying documents.
|
|
5
|
+
* Centralizes business logic for folder hierarchy creation, file creation with plan,
|
|
6
|
+
* and document requalification.
|
|
7
|
+
*/
|
|
8
|
+
declare class ClassificationFileService {
|
|
9
|
+
/**
|
|
10
|
+
* Ensures the folder hierarchy exists under the given parent.
|
|
11
|
+
* For each folder in pathFull, attempts to create it. If it already exists (409),
|
|
12
|
+
* retrieves the existing folder ID.
|
|
13
|
+
* @param {string} parentId - The parent node ID to start from
|
|
14
|
+
* @param {Object[]} pathFull - Array of folder objects { name, type, properties }
|
|
15
|
+
* @returns {Promise<string>} The ID of the last folder in the hierarchy
|
|
16
|
+
*/
|
|
17
|
+
ensureFolderHierarchy(parentId: string, pathFull: any[]): Promise<string>;
|
|
18
|
+
/**
|
|
19
|
+
* Gets the documentLibrary node ID for a workspace.
|
|
20
|
+
* @param {string} workspaceSiteId - The site ID of the workspace
|
|
21
|
+
* @returns {Promise<string>} The documentLibrary node ID
|
|
22
|
+
*/
|
|
23
|
+
getDocumentLibraryId(workspaceSiteId: string): Promise<string>;
|
|
24
|
+
/**
|
|
25
|
+
* Creates a file with classification plan by copying a template, placing it
|
|
26
|
+
* in the correct folder hierarchy, and applying metadata.
|
|
27
|
+
* @param {string} workspaceSiteId - The workspace site ID
|
|
28
|
+
* @param {Object[]} pathFull - Folder hierarchy to create
|
|
29
|
+
* @param {string} templateNodeId - Template node ID to copy
|
|
30
|
+
* @param {string} fileName - Final file name
|
|
31
|
+
* @param {Object} metadata - Metadata properties to apply
|
|
32
|
+
* @param {Object} nature - Nature object with type and aspects
|
|
33
|
+
* @returns {Promise<Object>} The created node
|
|
34
|
+
*/
|
|
35
|
+
createFileWithPlan(workspaceSiteId: string, pathFull: any[], templateNodeId: string, fileName: string, metadata: any, nature: any): Promise<any>;
|
|
36
|
+
/**
|
|
37
|
+
* Requalifies an existing document by moving it to the correct folder hierarchy
|
|
38
|
+
* and updating its metadata/type.
|
|
39
|
+
* @param {string} nodeId - The document node ID to requalify
|
|
40
|
+
* @param {string} workspaceSiteId - The workspace site ID
|
|
41
|
+
* @param {Object[]} pathFull - New folder hierarchy
|
|
42
|
+
* @param {Object} metadata - New metadata properties
|
|
43
|
+
* @param {string} newFileName - New file name (optional)
|
|
44
|
+
* @param {Object} nature - Nature object with type and aspects
|
|
45
|
+
* @returns {Promise<Object>} The updated node
|
|
46
|
+
*/
|
|
47
|
+
requalifyDocument(nodeId: string, workspaceSiteId: string, pathFull: any[], metadata: any, newFileName: string, nature: any, destinationNodeId: any): Promise<any>;
|
|
48
|
+
/**
|
|
49
|
+
* Uploads files with metadata according to a classification plan using the injector.
|
|
50
|
+
* Delegates to the upload store to leverage worker-based implementation for better
|
|
51
|
+
* performance and progress tracking.
|
|
52
|
+
* @param {string} workspaceSiteId The site ID of the workspace (e.g., "my-workspace").
|
|
53
|
+
* @param {Object[]} pathFull Array of folder objects with name, type, and properties for path.full.
|
|
54
|
+
* @param {File[]} files The files to upload.
|
|
55
|
+
* @param {Object} metadata The metadata object to apply to the uploaded files.
|
|
56
|
+
* @param {Object[]} fileRenames Array of objects with original and new names.
|
|
57
|
+
*/
|
|
58
|
+
uploadWithPlan(workspaceSiteId: string, pathFull: any[], files: File[], metadata: any, fileRenames: any[], destinationNodeId: any): Promise<void>;
|
|
59
|
+
}
|
|
60
|
+
//# sourceMappingURL=ClassificationFileService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClassificationFileService.d.ts","sourceRoot":"","sources":["../../../src/services/ClassificationFileService.js"],"names":[],"mappings":";;AAsBA;;;;GAIG;AACH;IACE;;;;;;;OAOG;IACH,gCAJW,MAAM,YACN,KAAQ,GACN,OAAO,CAAC,MAAM,CAAC,CA0C3B;IAED;;;;OAIG;IACH,sCAHW,MAAM,GACJ,OAAO,CAAC,MAAM,CAAC,CAM3B;IAED;;;;;;;;;;OAUG;IACH,oCARW,MAAM,YACN,KAAQ,kBACR,MAAM,YACN,MAAM,+BAGJ,OAAO,KAAQ,CA2C3B;IAED;;;;;;;;;;OAUG;IACH,0BARW,MAAM,mBACN,MAAM,YACN,KAAQ,8BAER,MAAM,wCAEJ,OAAO,KAAQ,CA2C3B;IAED;;;;;;;;;OASG;IACH,gCANW,MAAM,YACN,KAAQ,SACR,IAAI,EAAE,8BAEN,KAAQ,yCAmBlB;CACF"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
declare const _default: ClassificationService;
|
|
2
|
+
export default _default;
|
|
3
|
+
declare class ClassificationService {
|
|
4
|
+
/**
|
|
5
|
+
* Fetches a specific classification plan from the config service.
|
|
6
|
+
* @param {string} filename The name of the plan file (e.g., 'plan-classification.json').
|
|
7
|
+
* @returns {Promise<any>} A promise that resolves with the JSON content of the plan.
|
|
8
|
+
*/
|
|
9
|
+
getPlan(filename: string): Promise<any>;
|
|
10
|
+
/**
|
|
11
|
+
* Saves a specific classification plan using the config service.
|
|
12
|
+
* @param {string} filename The name of the plan file.
|
|
13
|
+
* @param {object} content The JSON object to save.
|
|
14
|
+
* @returns {Promise<void>} A promise that resolves when the operation is complete.
|
|
15
|
+
*/
|
|
16
|
+
savePlan(filename: string, content: object): Promise<void>;
|
|
17
|
+
/**
|
|
18
|
+
* Lists all existing classification plans.
|
|
19
|
+
* @returns {Promise<string[]>} A promise that resolves with an array of filenames.
|
|
20
|
+
*/
|
|
21
|
+
listPlans(): Promise<string[]>;
|
|
22
|
+
/**
|
|
23
|
+
* Lists all existing classification plan entries (full Alfresco nodes).
|
|
24
|
+
* @returns {Promise<Object[]>} A promise that resolves with an array of Alfresco entry objects.
|
|
25
|
+
*/
|
|
26
|
+
listPlanEntries(): Promise<any[]>;
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=ClassificationService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ClassificationService.d.ts","sourceRoot":"","sources":["../../../src/services/ClassificationService.js"],"names":[],"mappings":";;AAqBA;IACE;;;;OAIG;IACH,kBAHW,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,CAOxB;IAED;;;;;OAKG;IACH,mBAJW,MAAM,WACN,MAAM,GACJ,OAAO,CAAC,IAAI,CAAC,CASzB;IAED;;;OAGG;IACH,aAFa,OAAO,CAAC,MAAM,EAAE,CAAC,CAa7B;IAED;;;OAGG;IACH,mBAFa,OAAO,CAAC,KAAQ,CAAC,CAa7B;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CollabService.d.ts","sourceRoot":"","sources":["../../../src/services/CollabService.js"],"names":[],"mappings":";AAoKA,2CAA0C;AAhJ1C;;;GAGG;AACH;IAEI,iBAA6B;IAG/B;;;;OAIG;IACH,cAFa,MAAM,CAIlB;IAED;;;;OAIG;IACH,aAFa,OAAO,CAAC,MAAM,CAAC,CAI3B;IAED;;;;;;OAMG;IACH,yBAHW,MAAM,GACJ,MAAM,CAIlB;IAED;;;;;OAKG;IACH,0BAHW,MAAM,GACJ,OAAO,KAAQ,CAqC3B;IAED;;;;;OAKG;IACH,oBAHW,MAAM,GACJ,OAAO,KAAQ,CA6B3B;IAED;;;;;;OAMG;IACH,mBAFa,MAAM,CAUlB;IAED;;;;OAIG;IACH,oBAFa,MAAM,CAIlB;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"CollaboraAccessService.d.ts","sourceRoot":"","sources":["../../../src/services/CollaboraAccessService.js"],"names":[],"mappings":";;AAmBA;;;GAGG;AACH;IACE,oCAUC;IACD,kEAiBC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ConfigService.d.ts","sourceRoot":"","sources":["../../../src/services/ConfigService.js"],"names":[],"mappings":";;AAEA;;GAEG;AACH;IACE;;;;;OAKG;IACH,eAJW,MAAM,YACN,MAAM,GACJ,OAAO,KAAQ,CAK3B;IAED;;;;;;OAMG;IACH,kBALW,MAAM,YACN,MAAM,sBAEJ,OAAO,KAAQ,CAY3B;IAED;;;OAGG;IACH,gDA6BC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ErrorService.d.ts","sourceRoot":"","sources":["../../../src/services/ErrorService.js"],"names":[],"mappings":"AAwDA;;;;;;;;;;;GAWG;AACH,uCATW,MAAM,SAEd;IAAsB,MAAM,EAApB,MAAM;IACS,QAAQ,GAC/B;QAAgC,KAAK,GACrC;YAAsC,OAAO,GAArC,MAAM;SACd;KAAA;IAA6B,OAAO,EAA5B,MAAM,MAAO;CACrB,GAAS,WAAW,CAgCtB;AAoFD,2CAyCC;;;AA3MD;;;;;GAKG;AACH;IACE,iDAIC;IAFC,UAAgB;IAChB,WAAkB;CAErB;AAoED;;;;;GAKG;AACH;IACE,kCAwBC;IAED,iDAUC;IAED,6CAcC;IAED,uCAkBC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FavoriteService.d.ts","sourceRoot":"","sources":["../../../src/services/FavoriteService.js"],"names":[],"mappings":";;AAwBA;;GAEG;AACH;IACE,0CAQC;IAED,8CAMC;IAED,wCA+BC;IAED,uCAqBC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FilingPlanService.d.ts","sourceRoot":"","sources":["../../../src/services/FilingPlanService.js"],"names":[],"mappings":"AAyDA;;GAEG;AACH;IAME;;;;;;OAOC;IAZD;;OAEG;IACH,mBAFU,MAAM,EAAE,CAEA;IAIhB,UAAgB;IAChB,WAAkB;IAClB,YAAoB;IAKtB,0BAEC;CACF;AAED;;GAEG;AACH;IACE;;;;;OAMC;IAJC,UAAgB;IAChB,WAAkB;IAClB,YAAoB;CAGvB;;;AAtED;;GAEG;AACH;IACE;;;;OAIG;IACH,OAFU,OAAO,CAEH;IAEd;;;OAGG;IACH,MAFU,OAAO,CAEJ;IAEb;;;OAGG;IACH,MAFU,MAAM,CAEX;IAEL;;;OAGG;IACH,OAFU,MAAM,CAEV;IAEN;;;OAGG;IACH,QAFU,MAAM,CAET;CACR;AAsCD;;;;;;;GAOG;AACH;IACE,YAAe;IACf,iBAAe;IAGb;;;OAGG;IACH,iBAAqB;IACrB,YAAiB;IAGnB;;;;;;OAMG;IACH,6BAHW,MAAM,gBAqChB;IAED;;;;;OAKG;IACH,yBAJW,MAAM,QACN,MAAM,GACJ,WAAW,CAIvB;IAED;;;;;OAKG;IACH,kCAJW,MAAM,SACN,MAAM,GACJ,WAAW,CAIvB;IAED,2CAIC;IAED,sCAIC;IAED;;;;;OAKG;IACH,kBAHW,MAAM,GACL,WAAW,EAAE,CAQxB;IAED;;;;;;;;;;;;;OAaG;IACH,0BAJW,MAAM,GACJ,OAAO,CAAC,YAAU,CAAC,CAoB/B;IAED;;;;;OAKG;IACH,4BAJW,MAAM,QACN,MAAM,GACJ,cAAc,CAS1B;IAED;;;;;OAKG;IACH,qBAHW,MAAM,GACL,cAAc,EAAE,CAS3B;IAED;;;;;OAKG;IACH,4BAHW,MAAM,GACJ,KAAK,KAAQ,GAAC,IAAI,CAQ9B;IAED;;;;;;;OAOG;IACH,+BAJW,MAAM,cAEL,OAAO,CAAC,WAAW,CAAC,CAW/B;IAED;;;;;;;;OAQG;IACH,4BALG;QAAqB,IAAI,EACzB;YAAyB,QAAQ;SACjC;KAAA,GACS,MAAM,GAAC,IAAI,CAStB;IAED;;;;;;OAMG;IACH,oBAHW,MAAM,GACL,QAAQ,EAAE,CAkBrB;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"FormatService.d.ts","sourceRoot":"","sources":["../../../src/services/FormatService.js"],"names":[],"mappings":";;AAqBA;;;GAGG;AACH;IACE,yCAMC;IACD,+BAEC;IACD,mCAEC;IACD,+BAOC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"IconeService.d.ts","sourceRoot":"","sources":["../../../src/services/IconeService.js"],"names":[],"mappings":";;AAoBA;;;GAGG;AACH;IACE,2BAuLC;IAED,6BA2HC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"KeyboardShortcutsService.d.ts","sourceRoot":"","sources":["../../../src/services/KeyboardShortcutsService.js"],"names":[],"mappings":";;AAiBA;;;GAGG;AACH;IACE;;;;OAIG;IACH,iDAMC;IAED;;;OAGG;IACH,uDAwBC;IAED;;;OAGG;IACH,mDAeC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"LibVueActionService.d.ts","sourceRoot":"","sources":["../../../src/services/LibVueActionService.js"],"names":[],"mappings":";;AAsBA;;GAEG;AACH;IACE,iCA6BC;IACD;;;QA0BC;IACD;;;QAmBC;IAED;;;;;;sBAkBC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MenuService.d.ts","sourceRoot":"","sources":["../../../src/services/MenuService.js"],"names":[],"mappings":";;AAsBA;;GAEG;AACH;IAEI,mCAGE;IAEJ,wBAEC;IAED,qCAsBC;IAED;;;;;;;;SAeC;IAED,gDAgBC;IAED,8CAkBC;IAED,8CA8BC;IAED;;;;OAIG;IACH;;;;;;;;;;MAgBC;IAED;;;;;;;;;;;;;;;;;;MAkCC;CACF;qBA1LoB,WAAW"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"NodeToMenuItemService.d.ts","sourceRoot":"","sources":["../../../src/services/NodeToMenuItemService.js"],"names":[],"mappings":"AAsDA;;;;;;;;;;;;EAgCC;AAED;;;;;;;;;;;;;;;;;;EA+BC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"PeopleService.d.ts","sourceRoot":"","sources":["../../../src/services/PeopleService.js"],"names":[],"mappings":";;;AAqBA;;GAEG;AACH;IAEI,wCAGE;IACF,8BAGE;IAGJ,mCAkBC;IAED,sDAeC;IAED,2FAkBC;IAED,yDAgBC;IAED,2CAmBC;IAED,8DAkBC;IAED,wCAEC;IAED,sGA8CC;IAED,4DAeC;CACF;qBAzMoB,WAAW"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RocketChatAuthService.d.ts","sourceRoot":"","sources":["../../../src/services/RocketChatAuthService.js"],"names":[],"mappings":";;AAmBA;;;GAGG;AACH;IAEI;;;MAAuB;IACvB;sBAOS,OAAO;yBACP,MAAM;2BACN,MAAM;4BACN,OAAO;4BACP,MAAM;MAXG;IAGpB;;;;;;;;;OASG;IACH,aANG;QAAwB,YAAY,EAA5B,OAAO;QACQ,eAAe,EAA9B,MAAM;QACS,iBAAiB,EAAhC,MAAM;QACU,kBAAkB,EAAlC,OAAO;QACQ,kBAAkB,EAAjC,MAAM;KAChB,QAIA;IAED;;OAEG;IACH,qBAEC;IAED;;OAEG;IACH,0BAEC;IAED;;OAEG;IACH,uBAIC;IAED;;OAEG;IACH,0BAWC;IAED;;;;;OAKG;IACH,kBAFa,OAAO,CAAC;QAAC,MAAM,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAA;KAAC,GAAC,IAAI,CAAC,CAsB7D;IAED;;OAEG;IACH,yBAEC;IAED;;;;OAIG;IACH,qBAFa,OAAO,CAAC,OAAO,CAAC,CAgC5B;IAED;;;;OAIG;IACH,kBAFa,OAAO,CAAC,MAAO,IAAI,CAAC,CA6BhC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RocketChatService.d.ts","sourceRoot":"","sources":["../../../src/services/RocketChatService.js"],"names":[],"mappings":";;AAmBA;;;GAGG;AACH;IACE;;;;;;OAMG;IACH,kBAJW,MAAM,kBAEJ,OAAO,KAAQ,CA8C3B;IAED;;;;OAIG;IACH,oBAFa,OAAO,OAAO,CAK1B;IAED;;;;OAIG;IACH,aAFa,OAAO,OAAO,CAK1B;IAED;;;;;OAKG;IACH,oBAHW,MAAM,GACJ,OAAO,KAAQ,CAK3B;IAED;;;;;;;;;OASG;IACH,oBAPW,MAAM,YAEd;QAAwB,KAAK,EAArB,MAAM;QACU,MAAM,EAAtB,MAAM;QACU,MAAM,EAAtB,MAAM;KACd,GAAU,OAAO,OAAO,CAmB1B;IAED;;;;;;OAMG;IACH,oBAJW,MAAM,QACN,MAAM,GACJ,OAAO,KAAQ,CAW3B;IAED;;;;;OAKG;IACH,mBAHW,MAAM,GACJ,OAAO,CAAC,IAAI,CAAC,CAOzB;IAED;;;;OAIG;IACH,mBAFa,OAAO,KAAQ,CAa3B;IAED;;;;;OAKG;IACH,wBAHW,MAAM,GACJ,OAAO,CAAC,MAAM,CAAC,CAW3B;IAED;;;;;OAKG;IACH,wBAHW,MAAM,GACJ,OAAO,CAAC,IAAI,CAAC,CAOzB;IAED;;;;;OAKG;IACH,uBAHW,MAAM,GACJ,OAAO,OAAO,CAK1B;IAED;;;;;;;OAOG;IACH,mBALW,MAAM,QACN,IAAI,gBACJ,MAAM,GACJ,OAAO,KAAQ,CA+B3B;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TranslationService.d.ts","sourceRoot":"","sources":["../../../src/services/TranslationService.js"],"names":[],"mappings":";;AAqBA;;;;GAIG;AACH;IACE,qCAgBC;IAED,sBAWC;CACF"}
|
|
@@ -62,7 +62,8 @@ declare class UserViewService {
|
|
|
62
62
|
*/
|
|
63
63
|
getPersonalViewsAndGlobalFavorites(): Promise<any>;
|
|
64
64
|
/**
|
|
65
|
-
* Retrieves all global views from
|
|
65
|
+
* Retrieves all global views from vue-*.json config files.
|
|
66
|
+
* Falls back to SAVED_VIEWS_GLOBAL from env-config.json for backward compatibility.
|
|
66
67
|
* @returns {Promise<Array>} A list of global saved views.
|
|
67
68
|
*/
|
|
68
69
|
getGlobalViews(): Promise<any[]>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"UserViewService.d.ts","sourceRoot":"","sources":["../../../src/services/UserViewService.js"],"names":[],"mappings":";;;AA8BA;;GAEG;AACH;IACE;;;;;;;OAOG;IACH,yBAyBC;IAED;;;;;;OAMG;IACH,8BAoCC;IAED,wEAYC;IAED;;;;OAIG;IACH,0BAqCC;IAED;;;;;;OAMG;IACH,8BAYC;IAED;;;;;;OAMG;IACH,8BAgBC;IAED;;;;;OAKG;IACH,oBAHa,OAAO,OAAO,CAc1B;IAED;;;;;;;OAOG;IACH,sCALa,OAAO,KAAQ,CAiB3B;IAED;;;;OAIG;IACH,kBAFa,OAAO,OAAO,CAiC1B;IAED;;;;OAIG;IACH,iCAHW,MAAM,GACJ,OAAO,KAAQ,CAe3B;IAED,kDA8CC;IAED;;;;OAIG;IACH,2BAFa,OAAO,CAAC,IAAI,CAAC,CA6CzB;IACD,sFAgDC;IAED;;;;OAIG;IACH,+BAFa,OAAO,KAAQ,CAoD3B;IACD,sDAgCC;IAED;;;;OAIG;IACH,+BAFa,OAAO,CAAC,IAAI,CAAC,CA0BzB;IACD;;;;;OAKG;IACH,mBAJW,MAAM,GAAC,QAAQ,UACf,MAAM,GACJ,OAAO,CAAC,MAAO,IAAI,CAAC,CAehC;IAED;;;;;;OAMG;IACH,uCAFa,OAAO,KAAQ,CA2C3B;CACF"}
|
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
declare const _default: ViewConfigService;
|
|
2
|
+
export default _default;
|
|
3
|
+
/**
|
|
4
|
+
* Service for managing vue-*.json configuration files.
|
|
5
|
+
* Follows the same pattern as ClassificationService.
|
|
6
|
+
*/
|
|
7
|
+
declare class ViewConfigService {
|
|
8
|
+
/**
|
|
9
|
+
* Fetches a specific view configuration file.
|
|
10
|
+
* @param {string} filename The name of the view file (e.g., 'vue-exec-pieces.json').
|
|
11
|
+
* @returns {Promise<Object>} A promise that resolves with the JSON content of the view.
|
|
12
|
+
*/
|
|
13
|
+
getView(filename: string): Promise<any>;
|
|
14
|
+
/**
|
|
15
|
+
* Saves a view configuration file.
|
|
16
|
+
* @param {string} filename The name of the view file.
|
|
17
|
+
* @param {Object} content The view configuration object to save.
|
|
18
|
+
* @returns {Promise<void>} A promise that resolves when the operation is complete.
|
|
19
|
+
*/
|
|
20
|
+
saveView(filename: string, content: any): Promise<void>;
|
|
21
|
+
/**
|
|
22
|
+
* Deletes a view configuration file by saving null/empty content.
|
|
23
|
+
* Note: Actual deletion depends on the backend implementation.
|
|
24
|
+
* @param {string} filename The name of the view file to delete.
|
|
25
|
+
* @returns {Promise<void>} A promise that resolves when the operation is complete.
|
|
26
|
+
*/
|
|
27
|
+
deleteView(filename: string): Promise<void>;
|
|
28
|
+
/**
|
|
29
|
+
* Lists all existing view configuration file names.
|
|
30
|
+
* @returns {Promise<string[]>} A promise that resolves with an array of filenames.
|
|
31
|
+
*/
|
|
32
|
+
listViews(): Promise<string[]>;
|
|
33
|
+
/**
|
|
34
|
+
* Lists all existing view configuration entries (full Alfresco nodes).
|
|
35
|
+
* @returns {Promise<Object[]>} A promise that resolves with an array of Alfresco entry objects.
|
|
36
|
+
*/
|
|
37
|
+
listViewEntries(): Promise<any[]>;
|
|
38
|
+
}
|
|
39
|
+
//# sourceMappingURL=ViewConfigService.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ViewConfigService.d.ts","sourceRoot":"","sources":["../../../src/services/ViewConfigService.js"],"names":[],"mappings":";;AAqBA;;;GAGG;AACH;IACE;;;;OAIG;IACH,kBAHW,MAAM,GACJ,OAAO,KAAQ,CAO3B;IAED;;;;;OAKG;IACH,mBAJW,MAAM,iBAEJ,OAAO,CAAC,IAAI,CAAC,CASzB;IAED;;;;;OAKG;IACH,qBAHW,MAAM,GACJ,OAAO,CAAC,IAAI,CAAC,CASzB;IAED;;;OAGG;IACH,aAFa,OAAO,CAAC,MAAM,EAAE,CAAC,CAa7B;IAED;;;OAGG;IACH,mBAFa,OAAO,CAAC,KAAQ,CAAC,CAa7B;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkflowService.d.ts","sourceRoot":"","sources":["../../../src/services/WorkflowService.js"],"names":[],"mappings":";;;AAwBA;;;GAGG;AACH;IAEE,+EAaC;IAED,6BAkBC;IAED,yCAkBC;IAED,qCAkBC;IAED,iGAaC;IAED,8CAkBC;IAED,0FAeC;IAED,6DAkBC;IACD,qFAeC;IACD,mGAgBC;IAED,6FAeC;IAGD,4BAsBC;IACD,oCAsBC;IAED,mCAkBC;IAED,2EAiBC;IAED,oFAeC;IAED,qGAaC;IAED,uGAcC;IAED,+EAeC;IAGD,kFAWC;IAED,+BAIC;IAED,4CA4BC;IAED,oCAOC;IAED,+BAkBC;IAED,8CAUC;CACF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"WorkspaceService.d.ts","sourceRoot":"","sources":["../../../src/services/WorkspaceService.js"],"names":[],"mappings":";;;AAqBA;;GAEG;AACH;IAEI,kCAGE;IAEJ,8BAqBC;IAED,uDAoCC;IAED;;;;OAIG;IACH,uBAFa,OAAO,CAAC,IAAI,CAAC,CAmBzB;IAED,+CAkBC;IAED,kEAeC;IAED,6DAgBC;IAED,0CAkBC;IAED,iHAWC;IAED,iHAeC;IAED;;;OAGG;IACH,gCAYC;IAED,2GAgBC;IAED,4GAgBC;IAED,qHAeC;IAED,sHAeC;IAED,6DAUC;IAED,+DAUC;IAED,iGAgBC;IAED,6FAUC;IAED;;;;;OAKG;IACH,kBAJW,MAAM,aACN,MAAM,GACJ,OAAO,OAAO,CA2C1B;IAED;;;;;;OAMG;IACH,mBAJW,MAAM,aACN,MAAM,GACJ,OAAO,OAAO,CAuC1B;IAED,4CAMC;IAED,mFAIC;CACF;qBApcoB,WAAW"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"chat.d.ts","sourceRoot":"","sources":["../../../src/stores/chat.js"],"names":[],"mappings":";AA2BA;;;;;;;;;;;;;;IAkCI;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAQH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAQH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAQH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAQH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAKH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAIH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAMH;;;OAGG;;IAyCH;;OAEG;;IA6DH;;OAEG;;IASH;;OAEG;;IA6BH;;;;OAIG;uBADQ,MAAM;IAwBjB;;;;;OAKG;yBAFQ,MAAM;IA4BjB;;;;OAIG;sBADQ,MAAM;IAoBjB;;;;OAIG;uBADQ,MAAM;IAWjB;;;;OAIG;;IA4BH;;;;;OAKG;oCAFQ,MAAM,YACN,OAAO;IA4BlB;;;;OAIG;kCADQ,OAAO;IAmBlB;;;;;OAKG;qCAFQ,MAAM,GACJ,OAAO,CAAC,MAAO,IAAI,CAAC;IA4BjC;;;;;OAKG;qBAFQ,IAAI,gBACJ,MAAM;IAmBjB;;OAEG;;GAYJ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"collab.d.ts","sourceRoot":"","sources":["../../../src/stores/collab.js"],"names":[],"mappings":";AAoBA;;;;;;;;;;;IA6BI;;OAEG;;;;;;;;;;;;;;;;;;;;;;IAGH;;OAEG;;;;;;;;;;;;;;;;;;;;;;IAGH;;OAEG;;;;;;;;;;;;;;;;;;;;;;IAGH;;OAEG;;;;;;;;;;;;;;;;;;;;;;IAGH;;OAEG;;;;;;;;;;;;;;;;;;;;;;IAGH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;IAKH;;;OAGG;;IAkBH;;;;;OAKG;8BAFQ,MAAM,GACJ,OAAO,KAAQ;IAe5B;;;;OAIG;;IAOH;;;;OAIG;;IAKH;;;;OAIG;8BADQ,MAAM;IAMjB;;;;OAIG;oBADQ,KAAK;IAMhB;;OAEG;;IAUH;;;;OAIG;;IAUH;;;;OAIG;yBADQ,MAAM;IAWjB;;;;;;OAMG;+BAHQ,MAAM,YACN,MAAM,UACN,MAAM;GAUlB"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"collabora.d.ts","sourceRoot":"","sources":["../../../src/stores/collabora.js"],"names":[],"mappings":";AAqBA;;;;IAOI;;OAEG;;IAaH;;OAEG;;IAiBH;;;;;;OAMG;oCAHQ,MAAM,kBACN,MAAM,GACL,OAAO;GAqBpB"}
|
|
@@ -70,6 +70,8 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
|
|
|
70
70
|
MDPH_CODE: any;
|
|
71
71
|
WORKSPACE_TYPE_ACTES_ENABLED: boolean;
|
|
72
72
|
WORKSPACE_TYPE_GALLERY_ENABLED: boolean;
|
|
73
|
+
CLASSIFICATION_PLAN_ENABLED: boolean;
|
|
74
|
+
CLASSIFICATION_PLAN_NAME: string;
|
|
73
75
|
}, {
|
|
74
76
|
oidc: (state: {
|
|
75
77
|
INSTANCE_NAME: string;
|
|
@@ -142,6 +144,8 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
|
|
|
142
144
|
MDPH_CODE: any;
|
|
143
145
|
WORKSPACE_TYPE_ACTES_ENABLED: boolean;
|
|
144
146
|
WORKSPACE_TYPE_GALLERY_ENABLED: boolean;
|
|
147
|
+
CLASSIFICATION_PLAN_ENABLED: boolean;
|
|
148
|
+
CLASSIFICATION_PLAN_NAME: string;
|
|
145
149
|
} & PiniaCustomStateProperties<{
|
|
146
150
|
INSTANCE_NAME: string;
|
|
147
151
|
APP_ROOT_TITLE: string;
|
|
@@ -213,6 +217,8 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
|
|
|
213
217
|
MDPH_CODE: any;
|
|
214
218
|
WORKSPACE_TYPE_ACTES_ENABLED: boolean;
|
|
215
219
|
WORKSPACE_TYPE_GALLERY_ENABLED: boolean;
|
|
220
|
+
CLASSIFICATION_PLAN_ENABLED: boolean;
|
|
221
|
+
CLASSIFICATION_PLAN_NAME: string;
|
|
216
222
|
}>) => {
|
|
217
223
|
init: {
|
|
218
224
|
onLoad: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/stores/config.js"],"names":[],"mappings":";AAoBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8JI;;OAEG;;IAiBH;;;;;OAKG;0CADS,OAAO,CAAC,IAAI,CAAC;GA8B1B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"favorites.d.ts","sourceRoot":"","sources":["../../../src/stores/favorites.js"],"names":[],"mappings":";AAwBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmBI;;;;;OAKG;0BAFQ,OAAO,GACL,OAAO,OAAO;IAsC3B;;;OAGG;;IAKH;;;OAGG;wCADQ,MAAM;IAQjB;;OAEG;;GAQJ"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { StoreDefinition, PiniaCustomStateProperties } from 'pinia';
|
|
2
|
+
export const useFilingPlanStore: StoreDefinition<"filingPlan", {
|
|
3
|
+
currentPlanName: any;
|
|
4
|
+
planClassement: any[];
|
|
5
|
+
natures: any[];
|
|
6
|
+
viewCategories: any[];
|
|
7
|
+
dynamicViews: any[];
|
|
8
|
+
loading: boolean;
|
|
9
|
+
loaded: boolean;
|
|
10
|
+
}, {
|
|
11
|
+
enabledNatures: (state: {
|
|
12
|
+
currentPlanName: any;
|
|
13
|
+
planClassement: any[];
|
|
14
|
+
natures: any[];
|
|
15
|
+
viewCategories: any[];
|
|
16
|
+
dynamicViews: any[];
|
|
17
|
+
loading: boolean;
|
|
18
|
+
loaded: boolean;
|
|
19
|
+
} & PiniaCustomStateProperties<{
|
|
20
|
+
currentPlanName: any;
|
|
21
|
+
planClassement: any[];
|
|
22
|
+
natures: any[];
|
|
23
|
+
viewCategories: any[];
|
|
24
|
+
dynamicViews: any[];
|
|
25
|
+
loading: boolean;
|
|
26
|
+
loaded: boolean;
|
|
27
|
+
}>) => any[];
|
|
28
|
+
hasPlan: (state: {
|
|
29
|
+
currentPlanName: any;
|
|
30
|
+
planClassement: any[];
|
|
31
|
+
natures: any[];
|
|
32
|
+
viewCategories: any[];
|
|
33
|
+
dynamicViews: any[];
|
|
34
|
+
loading: boolean;
|
|
35
|
+
loaded: boolean;
|
|
36
|
+
} & PiniaCustomStateProperties<{
|
|
37
|
+
currentPlanName: any;
|
|
38
|
+
planClassement: any[];
|
|
39
|
+
natures: any[];
|
|
40
|
+
viewCategories: any[];
|
|
41
|
+
dynamicViews: any[];
|
|
42
|
+
loading: boolean;
|
|
43
|
+
loaded: boolean;
|
|
44
|
+
}>) => boolean;
|
|
45
|
+
}, {
|
|
46
|
+
loadPlan(planName: any, force?: boolean): Promise<any>;
|
|
47
|
+
_doLoad(planName: any): Promise<void>;
|
|
48
|
+
_loadDynamicViews(): Promise<void>;
|
|
49
|
+
reset(): void;
|
|
50
|
+
}>;
|
|
51
|
+
//# sourceMappingURL=filingPlan.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"filingPlan.d.ts","sourceRoot":"","sources":["../../../src/stores/filingPlan.js"],"names":[],"mappings":";AAMA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuFG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu.d.ts","sourceRoot":"","sources":["../../../src/stores/menu.js"],"names":[],"mappings":"AAkBA;;;;;;;;;;;;;;;;;GAiBG;AACH,2BAZU,MAAM,CAyDb"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"navigation.d.ts","sourceRoot":"","sources":["../../../src/stores/navigation.js"],"names":[],"mappings":";AAoBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH;;;;;;;;;;;;;;;;;;;;IA2BI;;;;;;OAMG;;;IAkJH;;;;;;OAMG;;GA4GJ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paginator.d.ts","sourceRoot":"","sources":["../../../src/stores/paginator.js"],"names":[],"mappings":";AAkBA;;;;;;;;;;;;;;GAcG;AACH;;;;;GAYG"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"screen.d.ts","sourceRoot":"","sources":["../../../src/stores/screen.js"],"names":[],"mappings":"AAkBA;;;;;;;GAOG;AACH,6BAFU,eAAe,CAAC,aAAa,EAAE;IAAC,WAAW,EAAE,MAAM,CAAC;IAAC,YAAY,EAAE,MAAM,CAAA;CAAC,EAAE;IAAC,iBAAiB,EAAE,CAAC,CAAS,IAAC,EAAD,GAAC,KAAG,OAAO,CAAC,CAAC;IAAC,aAAa,EAAE,CAAC,CAAS,IAAC,EAAD,GAAC,KAAG,OAAO,CAAC,CAAC;IAAC,UAAU,EAAE,CAAC,CAAS,IAAC,EAAD,GAAC,KAAG,OAAO,CAAC,CAAA;CAAC,EAAE;IAAC,gBAAgB,IAAI,IAAI,CAAA;CAAC,CAAC,CAkBtO"}
|