@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
|
@@ -9,6 +9,8 @@ declare const i18n: I18n<{
|
|
|
9
9
|
dossier: string;
|
|
10
10
|
save: string;
|
|
11
11
|
cancel: string;
|
|
12
|
+
next: string;
|
|
13
|
+
previous: string;
|
|
12
14
|
selectFolder: string;
|
|
13
15
|
dropFolder: string;
|
|
14
16
|
error: string;
|
|
@@ -276,6 +278,39 @@ declare const i18n: I18n<{
|
|
|
276
278
|
object: string;
|
|
277
279
|
};
|
|
278
280
|
};
|
|
281
|
+
vuesFavorites: {
|
|
282
|
+
title: string;
|
|
283
|
+
loadedViewMessage: string;
|
|
284
|
+
noSavedViews: string;
|
|
285
|
+
personalViews: string;
|
|
286
|
+
selectPersonalView: string;
|
|
287
|
+
globalViews: string;
|
|
288
|
+
selectGlobalView: string;
|
|
289
|
+
filterSavedViews: string;
|
|
290
|
+
};
|
|
291
|
+
vuesUtilisateurs: {
|
|
292
|
+
saveView: string;
|
|
293
|
+
modifyView: string;
|
|
294
|
+
cancelButton: string;
|
|
295
|
+
saveViewPopup: {
|
|
296
|
+
title: string;
|
|
297
|
+
nameLabel: string;
|
|
298
|
+
nameRequired: string;
|
|
299
|
+
descriptionLabel: string;
|
|
300
|
+
detailsLabel: string;
|
|
301
|
+
scopeLabel: string;
|
|
302
|
+
scopeDescription: string;
|
|
303
|
+
scopeUser: string;
|
|
304
|
+
scopeGlobal: string;
|
|
305
|
+
fileIdLabel: string;
|
|
306
|
+
fileIdDescription: string;
|
|
307
|
+
fileIdPlaceholder: string;
|
|
308
|
+
personalDescription: string;
|
|
309
|
+
};
|
|
310
|
+
modifyViewPopup: {
|
|
311
|
+
title: string;
|
|
312
|
+
};
|
|
313
|
+
};
|
|
279
314
|
rechercheAvancee: {
|
|
280
315
|
sitePlaceholder: string;
|
|
281
316
|
folderPlaceholder: string;
|
|
@@ -310,7 +345,7 @@ declare const i18n: I18n<{
|
|
|
310
345
|
locationValuePlaceholder: string;
|
|
311
346
|
criteriaTitle: string;
|
|
312
347
|
noCriteria: string;
|
|
313
|
-
|
|
348
|
+
addCriterionButton: string;
|
|
314
349
|
advancedSearchActive: string;
|
|
315
350
|
savedViews: string;
|
|
316
351
|
noSavedViews: string;
|
|
@@ -335,6 +370,33 @@ declare const i18n: I18n<{
|
|
|
335
370
|
favorite: string;
|
|
336
371
|
addFavorite: string;
|
|
337
372
|
removeFavorite: string;
|
|
373
|
+
closeView: string;
|
|
374
|
+
activeView: string;
|
|
375
|
+
loadedViewMessage: string;
|
|
376
|
+
locationsTitle: string;
|
|
377
|
+
locationsHint: string;
|
|
378
|
+
noLocations: string;
|
|
379
|
+
addLocationButton: string;
|
|
380
|
+
addLocationTitle: string;
|
|
381
|
+
addLocationConfirm: string;
|
|
382
|
+
removeLocation: string;
|
|
383
|
+
includePrefix: string;
|
|
384
|
+
excludePrefix: string;
|
|
385
|
+
locationTypeLabel: string;
|
|
386
|
+
saveViewAsNew: string;
|
|
387
|
+
saveViewModifications: string;
|
|
388
|
+
deleteView: string;
|
|
389
|
+
deleteViewSuccess: string;
|
|
390
|
+
confirmDeleteTitle: string;
|
|
391
|
+
confirmDelete: string;
|
|
392
|
+
noResults: string;
|
|
393
|
+
showMore: string;
|
|
394
|
+
addAsIncludeLocation: string;
|
|
395
|
+
addAsExcludeLocation: string;
|
|
396
|
+
addAsIncludeFolder: string;
|
|
397
|
+
addAsExcludeFolder: string;
|
|
398
|
+
addAsIncludeSite: string;
|
|
399
|
+
addAsExcludeSite: string;
|
|
338
400
|
};
|
|
339
401
|
pdfTools: {
|
|
340
402
|
title: string;
|
|
@@ -535,6 +597,374 @@ declare const i18n: I18n<{
|
|
|
535
597
|
modified_date: string;
|
|
536
598
|
};
|
|
537
599
|
};
|
|
600
|
+
adminClassificationLauncher: {
|
|
601
|
+
title: string;
|
|
602
|
+
existingPlans: {
|
|
603
|
+
title: string;
|
|
604
|
+
loading: string;
|
|
605
|
+
noPlansFound: string;
|
|
606
|
+
download: string;
|
|
607
|
+
};
|
|
608
|
+
createPlan: {
|
|
609
|
+
title: string;
|
|
610
|
+
description: string;
|
|
611
|
+
placeholder: string;
|
|
612
|
+
button: string;
|
|
613
|
+
cancel: string;
|
|
614
|
+
};
|
|
615
|
+
toast: {
|
|
616
|
+
listError: {
|
|
617
|
+
summary: string;
|
|
618
|
+
detail: string;
|
|
619
|
+
};
|
|
620
|
+
invalidName: {
|
|
621
|
+
summary: string;
|
|
622
|
+
detail: string;
|
|
623
|
+
};
|
|
624
|
+
};
|
|
625
|
+
selectionBar: {
|
|
626
|
+
selected: string;
|
|
627
|
+
selectAll: string;
|
|
628
|
+
clearSelection: string;
|
|
629
|
+
downloadAll: string;
|
|
630
|
+
openAll: string;
|
|
631
|
+
};
|
|
632
|
+
deletePlan: {
|
|
633
|
+
button: string;
|
|
634
|
+
confirmHeader: string;
|
|
635
|
+
confirmMessage: string;
|
|
636
|
+
confirmMessageMultiple: string;
|
|
637
|
+
toast: {
|
|
638
|
+
success: {
|
|
639
|
+
summary: string;
|
|
640
|
+
detail: string;
|
|
641
|
+
};
|
|
642
|
+
successMultiple: {
|
|
643
|
+
detail: string;
|
|
644
|
+
};
|
|
645
|
+
error: {
|
|
646
|
+
summary: string;
|
|
647
|
+
detail: string;
|
|
648
|
+
};
|
|
649
|
+
errorMultiple: {
|
|
650
|
+
detail: string;
|
|
651
|
+
};
|
|
652
|
+
};
|
|
653
|
+
};
|
|
654
|
+
importPlan: {
|
|
655
|
+
button: string;
|
|
656
|
+
invalidStructure: string;
|
|
657
|
+
toast: {
|
|
658
|
+
success: {
|
|
659
|
+
summary: string;
|
|
660
|
+
detail: string;
|
|
661
|
+
};
|
|
662
|
+
saveError: {
|
|
663
|
+
summary: string;
|
|
664
|
+
detail: string;
|
|
665
|
+
};
|
|
666
|
+
parseError: {
|
|
667
|
+
summary: string;
|
|
668
|
+
detail: string;
|
|
669
|
+
};
|
|
670
|
+
};
|
|
671
|
+
};
|
|
672
|
+
};
|
|
673
|
+
adminClassificationPage: {
|
|
674
|
+
titleNew: string;
|
|
675
|
+
titleAdmin: string;
|
|
676
|
+
file: string;
|
|
677
|
+
loading: string;
|
|
678
|
+
tabs: {
|
|
679
|
+
natures: string;
|
|
680
|
+
fields: string;
|
|
681
|
+
emplacements: string;
|
|
682
|
+
categories: string;
|
|
683
|
+
};
|
|
684
|
+
columns: {
|
|
685
|
+
name: string;
|
|
686
|
+
type: string;
|
|
687
|
+
icon: string;
|
|
688
|
+
actions: string;
|
|
689
|
+
description: string;
|
|
690
|
+
code: string;
|
|
691
|
+
title: string;
|
|
692
|
+
id: string;
|
|
693
|
+
label: string;
|
|
694
|
+
display: string;
|
|
695
|
+
categories: string;
|
|
696
|
+
views: string;
|
|
697
|
+
};
|
|
698
|
+
buttons: {
|
|
699
|
+
newNature: string;
|
|
700
|
+
newField: string;
|
|
701
|
+
newEmplacement: string;
|
|
702
|
+
newCategory: string;
|
|
703
|
+
export: string;
|
|
704
|
+
import: string;
|
|
705
|
+
reload: string;
|
|
706
|
+
createFile: string;
|
|
707
|
+
saveFile: string;
|
|
708
|
+
cancel: string;
|
|
709
|
+
save: string;
|
|
710
|
+
};
|
|
711
|
+
dialog: {
|
|
712
|
+
createNature: string;
|
|
713
|
+
editNature: string;
|
|
714
|
+
duplicateNature: string;
|
|
715
|
+
createField: string;
|
|
716
|
+
editField: string;
|
|
717
|
+
duplicateField: string;
|
|
718
|
+
createEmplacement: string;
|
|
719
|
+
editEmplacement: string;
|
|
720
|
+
createCategory: string;
|
|
721
|
+
editCategory: string;
|
|
722
|
+
};
|
|
723
|
+
confirm: {
|
|
724
|
+
deleteMessage: string;
|
|
725
|
+
deleteHeader: string;
|
|
726
|
+
nature: string;
|
|
727
|
+
field: string;
|
|
728
|
+
emplacement: string;
|
|
729
|
+
category: string;
|
|
730
|
+
};
|
|
731
|
+
toast: {
|
|
732
|
+
newPlan: string;
|
|
733
|
+
fileNotExist: string;
|
|
734
|
+
loadError: string;
|
|
735
|
+
loadErrorDetail: string;
|
|
736
|
+
saveSuccess: string;
|
|
737
|
+
saveError: string;
|
|
738
|
+
exportSuccess: string;
|
|
739
|
+
exportSuccessDetail: string;
|
|
740
|
+
importSuccess: string;
|
|
741
|
+
importSuccessDetail: string;
|
|
742
|
+
importError: string;
|
|
743
|
+
importErrorDetail: string;
|
|
744
|
+
invalidFileStructure: string;
|
|
745
|
+
fieldCreated: string;
|
|
746
|
+
fieldAutoCreated: string;
|
|
747
|
+
autoCreatedForNature: string;
|
|
748
|
+
autoCreatedForEmplacement: string;
|
|
749
|
+
deleteImpossible: string;
|
|
750
|
+
fieldUsed: string;
|
|
751
|
+
emplacementUsed: string;
|
|
752
|
+
confirmed: string;
|
|
753
|
+
itemDeleted: string;
|
|
754
|
+
invalidFilename: string;
|
|
755
|
+
filenameMustStartWithPlan: string;
|
|
756
|
+
};
|
|
757
|
+
viewSelector: {
|
|
758
|
+
title: string;
|
|
759
|
+
search: string;
|
|
760
|
+
selected: string;
|
|
761
|
+
available: string;
|
|
762
|
+
searchResults: string;
|
|
763
|
+
noViews: string;
|
|
764
|
+
nViews: string;
|
|
765
|
+
validate: string;
|
|
766
|
+
noResults: string;
|
|
767
|
+
};
|
|
768
|
+
};
|
|
769
|
+
natureForm: {
|
|
770
|
+
name: string;
|
|
771
|
+
code: string;
|
|
772
|
+
documentType: string;
|
|
773
|
+
aspects: string;
|
|
774
|
+
selectAspects: string;
|
|
775
|
+
icon: string;
|
|
776
|
+
chooseIcon: string;
|
|
777
|
+
emplacement: string;
|
|
778
|
+
selectPath: string;
|
|
779
|
+
calculatedPath: string;
|
|
780
|
+
metadata: string;
|
|
781
|
+
noMetadata: string;
|
|
782
|
+
key: string;
|
|
783
|
+
mappingType: string;
|
|
784
|
+
value: string;
|
|
785
|
+
required: string;
|
|
786
|
+
valueOrFieldName: string;
|
|
787
|
+
categories: string;
|
|
788
|
+
selectCategories: string;
|
|
789
|
+
validation: {
|
|
790
|
+
nameAndCodeRequired: string;
|
|
791
|
+
codeAlreadyExists: string;
|
|
792
|
+
};
|
|
793
|
+
};
|
|
794
|
+
emplacementForm: {
|
|
795
|
+
code: string;
|
|
796
|
+
codeHelp: string;
|
|
797
|
+
type: string;
|
|
798
|
+
typeHelp: string;
|
|
799
|
+
aspects: string;
|
|
800
|
+
selectAspects: string;
|
|
801
|
+
metadata: string;
|
|
802
|
+
noMetadata: string;
|
|
803
|
+
key: string;
|
|
804
|
+
mappingType: string;
|
|
805
|
+
value: string;
|
|
806
|
+
required: string;
|
|
807
|
+
valueOrFieldName: string;
|
|
808
|
+
editType: string;
|
|
809
|
+
validation: {
|
|
810
|
+
codeRequired: string;
|
|
811
|
+
};
|
|
812
|
+
};
|
|
813
|
+
fieldForm: {
|
|
814
|
+
name: {
|
|
815
|
+
label: string;
|
|
816
|
+
help: string;
|
|
817
|
+
};
|
|
818
|
+
description: {
|
|
819
|
+
label: string;
|
|
820
|
+
help: string;
|
|
821
|
+
};
|
|
822
|
+
dataType: {
|
|
823
|
+
label: string;
|
|
824
|
+
placeholder: string;
|
|
825
|
+
help: string;
|
|
826
|
+
};
|
|
827
|
+
inputType: {
|
|
828
|
+
label: string;
|
|
829
|
+
placeholder: string;
|
|
830
|
+
help: string;
|
|
831
|
+
};
|
|
832
|
+
stringConstraints: {
|
|
833
|
+
title: string;
|
|
834
|
+
regex: {
|
|
835
|
+
label: string;
|
|
836
|
+
help: string;
|
|
837
|
+
};
|
|
838
|
+
regexTester: {
|
|
839
|
+
label: string;
|
|
840
|
+
placeholder: string;
|
|
841
|
+
};
|
|
842
|
+
};
|
|
843
|
+
numberConstraints: {
|
|
844
|
+
title: string;
|
|
845
|
+
default: {
|
|
846
|
+
label: string;
|
|
847
|
+
};
|
|
848
|
+
min: {
|
|
849
|
+
label: string;
|
|
850
|
+
};
|
|
851
|
+
max: {
|
|
852
|
+
label: string;
|
|
853
|
+
};
|
|
854
|
+
};
|
|
855
|
+
values: {
|
|
856
|
+
label: string;
|
|
857
|
+
help: string;
|
|
858
|
+
};
|
|
859
|
+
search: {
|
|
860
|
+
title: string;
|
|
861
|
+
lang: {
|
|
862
|
+
label: string;
|
|
863
|
+
};
|
|
864
|
+
query: {
|
|
865
|
+
label: string;
|
|
866
|
+
};
|
|
867
|
+
valueField: {
|
|
868
|
+
label: string;
|
|
869
|
+
};
|
|
870
|
+
testButton: {
|
|
871
|
+
label: string;
|
|
872
|
+
};
|
|
873
|
+
testResults: {
|
|
874
|
+
title: string;
|
|
875
|
+
};
|
|
876
|
+
testError: {
|
|
877
|
+
emptyQuery: string;
|
|
878
|
+
noResult: string;
|
|
879
|
+
fetchError: string;
|
|
880
|
+
};
|
|
881
|
+
};
|
|
882
|
+
errors: {
|
|
883
|
+
nameAndDescriptionRequired: string;
|
|
884
|
+
fieldNameExists: string;
|
|
885
|
+
};
|
|
886
|
+
};
|
|
887
|
+
classificationPlan: {
|
|
888
|
+
category: string;
|
|
889
|
+
allCategories: string;
|
|
890
|
+
noCategory: string;
|
|
891
|
+
filterByCategory: string;
|
|
892
|
+
upload: {
|
|
893
|
+
headerCreate: string;
|
|
894
|
+
headerImport: string;
|
|
895
|
+
};
|
|
896
|
+
steps: {
|
|
897
|
+
step: string;
|
|
898
|
+
selectPlan: string;
|
|
899
|
+
selectNature: string;
|
|
900
|
+
fillMetadata: string;
|
|
901
|
+
fillMetadataAndFiles: string;
|
|
902
|
+
selectFiles: string;
|
|
903
|
+
summary: string;
|
|
904
|
+
};
|
|
905
|
+
stepper: {
|
|
906
|
+
plan: string;
|
|
907
|
+
nature: string;
|
|
908
|
+
metadata: string;
|
|
909
|
+
files: string;
|
|
910
|
+
summary: string;
|
|
911
|
+
};
|
|
912
|
+
plan: string;
|
|
913
|
+
nature: string;
|
|
914
|
+
natureColumn: string;
|
|
915
|
+
code: string;
|
|
916
|
+
choosePlan: string;
|
|
917
|
+
planAriaLabel: string;
|
|
918
|
+
noPlanFound: string;
|
|
919
|
+
searchPlaceholder: string;
|
|
920
|
+
searchNaturePlaceholder: string;
|
|
921
|
+
noNature: string;
|
|
922
|
+
destinationCurrent: string;
|
|
923
|
+
destinationLabel: string;
|
|
924
|
+
chooseFiles: string;
|
|
925
|
+
fileToCreate: string;
|
|
926
|
+
filesToImport: string;
|
|
927
|
+
files: string;
|
|
928
|
+
min: string;
|
|
929
|
+
max: string;
|
|
930
|
+
na: string;
|
|
931
|
+
constraint: string;
|
|
932
|
+
validationRegexError: string;
|
|
933
|
+
summary: {
|
|
934
|
+
verifyBeforeImport: string;
|
|
935
|
+
verifyBeforeRequalify: string;
|
|
936
|
+
generalInfo: string;
|
|
937
|
+
metadataToSend: string;
|
|
938
|
+
metadata: string;
|
|
939
|
+
fileClassification: string;
|
|
940
|
+
destinationFolder: string;
|
|
941
|
+
movement: string;
|
|
942
|
+
document: string;
|
|
943
|
+
};
|
|
944
|
+
buttons: {
|
|
945
|
+
cancel: string;
|
|
946
|
+
previous: string;
|
|
947
|
+
next: string;
|
|
948
|
+
viewSummary: string;
|
|
949
|
+
acceptAndCreate: string;
|
|
950
|
+
acceptAndImport: string;
|
|
951
|
+
requalify: string;
|
|
952
|
+
};
|
|
953
|
+
toast: {
|
|
954
|
+
searchError: string;
|
|
955
|
+
searchFieldFailed: string;
|
|
956
|
+
loadPlansError: string;
|
|
957
|
+
loadPlanContentError: string;
|
|
958
|
+
workspaceError: string;
|
|
959
|
+
requalifySuccess: string;
|
|
960
|
+
requalifyError: string;
|
|
961
|
+
};
|
|
962
|
+
requalify: {
|
|
963
|
+
title: string;
|
|
964
|
+
summaryFrom: string;
|
|
965
|
+
summaryTo: string;
|
|
966
|
+
};
|
|
967
|
+
};
|
|
538
968
|
chat: {
|
|
539
969
|
title: string;
|
|
540
970
|
connecting: string;
|
|
@@ -570,6 +1000,8 @@ declare const i18n: I18n<{
|
|
|
570
1000
|
dossier: string;
|
|
571
1001
|
save: string;
|
|
572
1002
|
cancel: string;
|
|
1003
|
+
next: string;
|
|
1004
|
+
previous: string;
|
|
573
1005
|
selectFolder: string;
|
|
574
1006
|
dropFolder: string;
|
|
575
1007
|
error: string;
|
|
@@ -837,6 +1269,39 @@ declare const i18n: I18n<{
|
|
|
837
1269
|
object: string;
|
|
838
1270
|
};
|
|
839
1271
|
};
|
|
1272
|
+
vuesFavorites: {
|
|
1273
|
+
title: string;
|
|
1274
|
+
loadedViewMessage: string;
|
|
1275
|
+
noSavedViews: string;
|
|
1276
|
+
personalViews: string;
|
|
1277
|
+
selectPersonalView: string;
|
|
1278
|
+
globalViews: string;
|
|
1279
|
+
selectGlobalView: string;
|
|
1280
|
+
filterSavedViews: string;
|
|
1281
|
+
};
|
|
1282
|
+
vuesUtilisateurs: {
|
|
1283
|
+
saveView: string;
|
|
1284
|
+
modifyView: string;
|
|
1285
|
+
cancelButton: string;
|
|
1286
|
+
saveViewPopup: {
|
|
1287
|
+
title: string;
|
|
1288
|
+
nameLabel: string;
|
|
1289
|
+
nameRequired: string;
|
|
1290
|
+
descriptionLabel: string;
|
|
1291
|
+
detailsLabel: string;
|
|
1292
|
+
scopeLabel: string;
|
|
1293
|
+
scopeDescription: string;
|
|
1294
|
+
scopeUser: string;
|
|
1295
|
+
scopeGlobal: string;
|
|
1296
|
+
fileIdLabel: string;
|
|
1297
|
+
fileIdDescription: string;
|
|
1298
|
+
fileIdPlaceholder: string;
|
|
1299
|
+
personalDescription: string;
|
|
1300
|
+
};
|
|
1301
|
+
modifyViewPopup: {
|
|
1302
|
+
title: string;
|
|
1303
|
+
};
|
|
1304
|
+
};
|
|
840
1305
|
rechercheAvancee: {
|
|
841
1306
|
sitePlaceholder: string;
|
|
842
1307
|
folderPlaceholder: string;
|
|
@@ -894,6 +1359,33 @@ declare const i18n: I18n<{
|
|
|
894
1359
|
selectPersonalSearch: string;
|
|
895
1360
|
selectGlobalSearch: string;
|
|
896
1361
|
favorite: string;
|
|
1362
|
+
closeView: string;
|
|
1363
|
+
activeView: string;
|
|
1364
|
+
loadedViewMessage: string;
|
|
1365
|
+
locationsTitle: string;
|
|
1366
|
+
locationsHint: string;
|
|
1367
|
+
noLocations: string;
|
|
1368
|
+
addLocationButton: string;
|
|
1369
|
+
addLocationTitle: string;
|
|
1370
|
+
addLocationConfirm: string;
|
|
1371
|
+
removeLocation: string;
|
|
1372
|
+
includePrefix: string;
|
|
1373
|
+
excludePrefix: string;
|
|
1374
|
+
locationTypeLabel: string;
|
|
1375
|
+
saveViewAsNew: string;
|
|
1376
|
+
saveViewModifications: string;
|
|
1377
|
+
deleteView: string;
|
|
1378
|
+
deleteViewSuccess: string;
|
|
1379
|
+
confirmDeleteTitle: string;
|
|
1380
|
+
confirmDelete: string;
|
|
1381
|
+
noResults: string;
|
|
1382
|
+
showMore: string;
|
|
1383
|
+
addAsIncludeLocation: string;
|
|
1384
|
+
addAsExcludeLocation: string;
|
|
1385
|
+
addAsIncludeFolder: string;
|
|
1386
|
+
addAsExcludeFolder: string;
|
|
1387
|
+
addAsIncludeSite: string;
|
|
1388
|
+
addAsExcludeSite: string;
|
|
897
1389
|
};
|
|
898
1390
|
pdfTools: {
|
|
899
1391
|
title: string;
|
|
@@ -1094,6 +1586,374 @@ declare const i18n: I18n<{
|
|
|
1094
1586
|
modified_date: string;
|
|
1095
1587
|
};
|
|
1096
1588
|
};
|
|
1589
|
+
adminClassificationLauncher: {
|
|
1590
|
+
title: string;
|
|
1591
|
+
existingPlans: {
|
|
1592
|
+
title: string;
|
|
1593
|
+
loading: string;
|
|
1594
|
+
noPlansFound: string;
|
|
1595
|
+
download: string;
|
|
1596
|
+
};
|
|
1597
|
+
createPlan: {
|
|
1598
|
+
title: string;
|
|
1599
|
+
description: string;
|
|
1600
|
+
placeholder: string;
|
|
1601
|
+
button: string;
|
|
1602
|
+
cancel: string;
|
|
1603
|
+
};
|
|
1604
|
+
toast: {
|
|
1605
|
+
listError: {
|
|
1606
|
+
summary: string;
|
|
1607
|
+
detail: string;
|
|
1608
|
+
};
|
|
1609
|
+
invalidName: {
|
|
1610
|
+
summary: string;
|
|
1611
|
+
detail: string;
|
|
1612
|
+
};
|
|
1613
|
+
};
|
|
1614
|
+
selectionBar: {
|
|
1615
|
+
selected: string;
|
|
1616
|
+
selectAll: string;
|
|
1617
|
+
clearSelection: string;
|
|
1618
|
+
downloadAll: string;
|
|
1619
|
+
openAll: string;
|
|
1620
|
+
};
|
|
1621
|
+
deletePlan: {
|
|
1622
|
+
button: string;
|
|
1623
|
+
confirmHeader: string;
|
|
1624
|
+
confirmMessage: string;
|
|
1625
|
+
confirmMessageMultiple: string;
|
|
1626
|
+
toast: {
|
|
1627
|
+
success: {
|
|
1628
|
+
summary: string;
|
|
1629
|
+
detail: string;
|
|
1630
|
+
};
|
|
1631
|
+
successMultiple: {
|
|
1632
|
+
detail: string;
|
|
1633
|
+
};
|
|
1634
|
+
error: {
|
|
1635
|
+
summary: string;
|
|
1636
|
+
detail: string;
|
|
1637
|
+
};
|
|
1638
|
+
errorMultiple: {
|
|
1639
|
+
detail: string;
|
|
1640
|
+
};
|
|
1641
|
+
};
|
|
1642
|
+
};
|
|
1643
|
+
importPlan: {
|
|
1644
|
+
button: string;
|
|
1645
|
+
invalidStructure: string;
|
|
1646
|
+
toast: {
|
|
1647
|
+
success: {
|
|
1648
|
+
summary: string;
|
|
1649
|
+
detail: string;
|
|
1650
|
+
};
|
|
1651
|
+
saveError: {
|
|
1652
|
+
summary: string;
|
|
1653
|
+
detail: string;
|
|
1654
|
+
};
|
|
1655
|
+
parseError: {
|
|
1656
|
+
summary: string;
|
|
1657
|
+
detail: string;
|
|
1658
|
+
};
|
|
1659
|
+
};
|
|
1660
|
+
};
|
|
1661
|
+
};
|
|
1662
|
+
adminClassificationPage: {
|
|
1663
|
+
titleNew: string;
|
|
1664
|
+
titleAdmin: string;
|
|
1665
|
+
file: string;
|
|
1666
|
+
loading: string;
|
|
1667
|
+
tabs: {
|
|
1668
|
+
natures: string;
|
|
1669
|
+
fields: string;
|
|
1670
|
+
emplacements: string;
|
|
1671
|
+
categories: string;
|
|
1672
|
+
};
|
|
1673
|
+
columns: {
|
|
1674
|
+
name: string;
|
|
1675
|
+
type: string;
|
|
1676
|
+
icon: string;
|
|
1677
|
+
actions: string;
|
|
1678
|
+
description: string;
|
|
1679
|
+
code: string;
|
|
1680
|
+
title: string;
|
|
1681
|
+
id: string;
|
|
1682
|
+
label: string;
|
|
1683
|
+
display: string;
|
|
1684
|
+
categories: string;
|
|
1685
|
+
views: string;
|
|
1686
|
+
};
|
|
1687
|
+
buttons: {
|
|
1688
|
+
newNature: string;
|
|
1689
|
+
newField: string;
|
|
1690
|
+
newEmplacement: string;
|
|
1691
|
+
newCategory: string;
|
|
1692
|
+
export: string;
|
|
1693
|
+
import: string;
|
|
1694
|
+
reload: string;
|
|
1695
|
+
createFile: string;
|
|
1696
|
+
saveFile: string;
|
|
1697
|
+
cancel: string;
|
|
1698
|
+
save: string;
|
|
1699
|
+
};
|
|
1700
|
+
dialog: {
|
|
1701
|
+
createNature: string;
|
|
1702
|
+
editNature: string;
|
|
1703
|
+
duplicateNature: string;
|
|
1704
|
+
createField: string;
|
|
1705
|
+
editField: string;
|
|
1706
|
+
duplicateField: string;
|
|
1707
|
+
createEmplacement: string;
|
|
1708
|
+
editEmplacement: string;
|
|
1709
|
+
createCategory: string;
|
|
1710
|
+
editCategory: string;
|
|
1711
|
+
};
|
|
1712
|
+
confirm: {
|
|
1713
|
+
deleteMessage: string;
|
|
1714
|
+
deleteHeader: string;
|
|
1715
|
+
nature: string;
|
|
1716
|
+
field: string;
|
|
1717
|
+
emplacement: string;
|
|
1718
|
+
category: string;
|
|
1719
|
+
};
|
|
1720
|
+
toast: {
|
|
1721
|
+
newPlan: string;
|
|
1722
|
+
fileNotExist: string;
|
|
1723
|
+
loadError: string;
|
|
1724
|
+
loadErrorDetail: string;
|
|
1725
|
+
saveSuccess: string;
|
|
1726
|
+
saveError: string;
|
|
1727
|
+
exportSuccess: string;
|
|
1728
|
+
exportSuccessDetail: string;
|
|
1729
|
+
importSuccess: string;
|
|
1730
|
+
importSuccessDetail: string;
|
|
1731
|
+
importError: string;
|
|
1732
|
+
importErrorDetail: string;
|
|
1733
|
+
invalidFileStructure: string;
|
|
1734
|
+
fieldCreated: string;
|
|
1735
|
+
fieldAutoCreated: string;
|
|
1736
|
+
autoCreatedForNature: string;
|
|
1737
|
+
autoCreatedForEmplacement: string;
|
|
1738
|
+
deleteImpossible: string;
|
|
1739
|
+
fieldUsed: string;
|
|
1740
|
+
emplacementUsed: string;
|
|
1741
|
+
confirmed: string;
|
|
1742
|
+
itemDeleted: string;
|
|
1743
|
+
invalidFilename: string;
|
|
1744
|
+
filenameMustStartWithPlan: string;
|
|
1745
|
+
};
|
|
1746
|
+
viewSelector: {
|
|
1747
|
+
title: string;
|
|
1748
|
+
search: string;
|
|
1749
|
+
selected: string;
|
|
1750
|
+
available: string;
|
|
1751
|
+
searchResults: string;
|
|
1752
|
+
noViews: string;
|
|
1753
|
+
nViews: string;
|
|
1754
|
+
validate: string;
|
|
1755
|
+
noResults: string;
|
|
1756
|
+
};
|
|
1757
|
+
};
|
|
1758
|
+
natureForm: {
|
|
1759
|
+
name: string;
|
|
1760
|
+
code: string;
|
|
1761
|
+
documentType: string;
|
|
1762
|
+
aspects: string;
|
|
1763
|
+
selectAspects: string;
|
|
1764
|
+
icon: string;
|
|
1765
|
+
chooseIcon: string;
|
|
1766
|
+
emplacement: string;
|
|
1767
|
+
selectPath: string;
|
|
1768
|
+
calculatedPath: string;
|
|
1769
|
+
metadata: string;
|
|
1770
|
+
noMetadata: string;
|
|
1771
|
+
key: string;
|
|
1772
|
+
mappingType: string;
|
|
1773
|
+
value: string;
|
|
1774
|
+
required: string;
|
|
1775
|
+
valueOrFieldName: string;
|
|
1776
|
+
categories: string;
|
|
1777
|
+
selectCategories: string;
|
|
1778
|
+
validation: {
|
|
1779
|
+
nameAndCodeRequired: string;
|
|
1780
|
+
codeAlreadyExists: string;
|
|
1781
|
+
};
|
|
1782
|
+
};
|
|
1783
|
+
emplacementForm: {
|
|
1784
|
+
code: string;
|
|
1785
|
+
codeHelp: string;
|
|
1786
|
+
type: string;
|
|
1787
|
+
typeHelp: string;
|
|
1788
|
+
aspects: string;
|
|
1789
|
+
selectAspects: string;
|
|
1790
|
+
metadata: string;
|
|
1791
|
+
noMetadata: string;
|
|
1792
|
+
key: string;
|
|
1793
|
+
mappingType: string;
|
|
1794
|
+
value: string;
|
|
1795
|
+
required: string;
|
|
1796
|
+
valueOrFieldName: string;
|
|
1797
|
+
editType: string;
|
|
1798
|
+
validation: {
|
|
1799
|
+
codeRequired: string;
|
|
1800
|
+
};
|
|
1801
|
+
};
|
|
1802
|
+
fieldForm: {
|
|
1803
|
+
name: {
|
|
1804
|
+
label: string;
|
|
1805
|
+
help: string;
|
|
1806
|
+
};
|
|
1807
|
+
description: {
|
|
1808
|
+
label: string;
|
|
1809
|
+
help: string;
|
|
1810
|
+
};
|
|
1811
|
+
dataType: {
|
|
1812
|
+
label: string;
|
|
1813
|
+
placeholder: string;
|
|
1814
|
+
help: string;
|
|
1815
|
+
};
|
|
1816
|
+
inputType: {
|
|
1817
|
+
label: string;
|
|
1818
|
+
placeholder: string;
|
|
1819
|
+
help: string;
|
|
1820
|
+
};
|
|
1821
|
+
stringConstraints: {
|
|
1822
|
+
title: string;
|
|
1823
|
+
regex: {
|
|
1824
|
+
label: string;
|
|
1825
|
+
help: string;
|
|
1826
|
+
};
|
|
1827
|
+
regexTester: {
|
|
1828
|
+
label: string;
|
|
1829
|
+
placeholder: string;
|
|
1830
|
+
};
|
|
1831
|
+
};
|
|
1832
|
+
numberConstraints: {
|
|
1833
|
+
title: string;
|
|
1834
|
+
default: {
|
|
1835
|
+
label: string;
|
|
1836
|
+
};
|
|
1837
|
+
min: {
|
|
1838
|
+
label: string;
|
|
1839
|
+
};
|
|
1840
|
+
max: {
|
|
1841
|
+
label: string;
|
|
1842
|
+
};
|
|
1843
|
+
};
|
|
1844
|
+
values: {
|
|
1845
|
+
label: string;
|
|
1846
|
+
help: string;
|
|
1847
|
+
};
|
|
1848
|
+
search: {
|
|
1849
|
+
title: string;
|
|
1850
|
+
lang: {
|
|
1851
|
+
label: string;
|
|
1852
|
+
};
|
|
1853
|
+
query: {
|
|
1854
|
+
label: string;
|
|
1855
|
+
};
|
|
1856
|
+
valueField: {
|
|
1857
|
+
label: string;
|
|
1858
|
+
};
|
|
1859
|
+
testButton: {
|
|
1860
|
+
label: string;
|
|
1861
|
+
};
|
|
1862
|
+
testResults: {
|
|
1863
|
+
title: string;
|
|
1864
|
+
};
|
|
1865
|
+
testError: {
|
|
1866
|
+
emptyQuery: string;
|
|
1867
|
+
noResult: string;
|
|
1868
|
+
fetchError: string;
|
|
1869
|
+
};
|
|
1870
|
+
};
|
|
1871
|
+
errors: {
|
|
1872
|
+
nameAndDescriptionRequired: string;
|
|
1873
|
+
fieldNameExists: string;
|
|
1874
|
+
};
|
|
1875
|
+
};
|
|
1876
|
+
classificationPlan: {
|
|
1877
|
+
category: string;
|
|
1878
|
+
allCategories: string;
|
|
1879
|
+
noCategory: string;
|
|
1880
|
+
filterByCategory: string;
|
|
1881
|
+
upload: {
|
|
1882
|
+
headerCreate: string;
|
|
1883
|
+
headerImport: string;
|
|
1884
|
+
};
|
|
1885
|
+
steps: {
|
|
1886
|
+
step: string;
|
|
1887
|
+
selectPlan: string;
|
|
1888
|
+
selectNature: string;
|
|
1889
|
+
fillMetadata: string;
|
|
1890
|
+
fillMetadataAndFiles: string;
|
|
1891
|
+
selectFiles: string;
|
|
1892
|
+
summary: string;
|
|
1893
|
+
};
|
|
1894
|
+
stepper: {
|
|
1895
|
+
plan: string;
|
|
1896
|
+
nature: string;
|
|
1897
|
+
metadata: string;
|
|
1898
|
+
files: string;
|
|
1899
|
+
summary: string;
|
|
1900
|
+
};
|
|
1901
|
+
plan: string;
|
|
1902
|
+
nature: string;
|
|
1903
|
+
natureColumn: string;
|
|
1904
|
+
code: string;
|
|
1905
|
+
choosePlan: string;
|
|
1906
|
+
planAriaLabel: string;
|
|
1907
|
+
noPlanFound: string;
|
|
1908
|
+
searchPlaceholder: string;
|
|
1909
|
+
searchNaturePlaceholder: string;
|
|
1910
|
+
noNature: string;
|
|
1911
|
+
destinationCurrent: string;
|
|
1912
|
+
destinationLabel: string;
|
|
1913
|
+
chooseFiles: string;
|
|
1914
|
+
fileToCreate: string;
|
|
1915
|
+
filesToImport: string;
|
|
1916
|
+
files: string;
|
|
1917
|
+
min: string;
|
|
1918
|
+
max: string;
|
|
1919
|
+
na: string;
|
|
1920
|
+
constraint: string;
|
|
1921
|
+
validationRegexError: string;
|
|
1922
|
+
summary: {
|
|
1923
|
+
verifyBeforeImport: string;
|
|
1924
|
+
verifyBeforeRequalify: string;
|
|
1925
|
+
generalInfo: string;
|
|
1926
|
+
metadataToSend: string;
|
|
1927
|
+
metadata: string;
|
|
1928
|
+
fileClassification: string;
|
|
1929
|
+
destinationFolder: string;
|
|
1930
|
+
movement: string;
|
|
1931
|
+
document: string;
|
|
1932
|
+
};
|
|
1933
|
+
buttons: {
|
|
1934
|
+
cancel: string;
|
|
1935
|
+
previous: string;
|
|
1936
|
+
next: string;
|
|
1937
|
+
viewSummary: string;
|
|
1938
|
+
acceptAndCreate: string;
|
|
1939
|
+
acceptAndImport: string;
|
|
1940
|
+
requalify: string;
|
|
1941
|
+
};
|
|
1942
|
+
toast: {
|
|
1943
|
+
searchError: string;
|
|
1944
|
+
searchFieldFailed: string;
|
|
1945
|
+
loadPlansError: string;
|
|
1946
|
+
loadPlanContentError: string;
|
|
1947
|
+
workspaceError: string;
|
|
1948
|
+
requalifySuccess: string;
|
|
1949
|
+
requalifyError: string;
|
|
1950
|
+
};
|
|
1951
|
+
requalify: {
|
|
1952
|
+
title: string;
|
|
1953
|
+
summaryFrom: string;
|
|
1954
|
+
summaryTo: string;
|
|
1955
|
+
};
|
|
1956
|
+
};
|
|
1097
1957
|
chat: {
|
|
1098
1958
|
title: string;
|
|
1099
1959
|
connecting: string;
|