@pristy/pristy-libvue 2.5.4 → 2.7.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.
Files changed (150) hide show
  1. package/README.md +80 -17
  2. package/dist/{jszip.min-8PfeYdht.js → jszip.min-BrmBkVmG.js} +35 -32
  3. package/dist/jszip.min-BrmBkVmG.js.map +1 -0
  4. package/dist/pristy-libvue.css +1 -1
  5. package/dist/pristy-libvue.es.js +32277 -173
  6. package/dist/pristy-libvue.es.js.map +1 -1
  7. package/dist/pristy-libvue.umd.js +27 -26
  8. package/dist/pristy-libvue.umd.js.map +1 -1
  9. package/dist/src/components/CodeMirrorEditor.vue.d.ts +3 -0
  10. package/dist/src/components/CodeMirrorEditor.vue.d.ts.map +1 -1
  11. package/dist/src/components/DiffViewerDialog.vue.d.ts +2 -0
  12. package/dist/src/components/DiffViewerDialog.vue.d.ts.map +1 -1
  13. package/dist/src/components/FolderUpload.vue.d.ts +1 -0
  14. package/dist/src/components/HelpKeyMessage.vue.d.ts.map +1 -1
  15. package/dist/src/components/SelectionStatus.vue.d.ts +1 -1
  16. package/dist/src/components/UploadStatus.vue.d.ts +1 -0
  17. package/dist/src/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts +1 -1
  18. package/dist/src/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts.map +1 -1
  19. package/dist/src/components/breadcrumb/EllipsisBreadcrumb.vue.d.ts +1 -1
  20. package/dist/src/components/breadcrumb/EllipsisBreadcrumb.vue.d.ts.map +1 -1
  21. package/dist/src/components/chat/ChatInput.vue.d.ts.map +1 -1
  22. package/dist/src/components/chat/ChatPanel.vue.d.ts.map +1 -1
  23. package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +31 -3
  24. package/dist/src/components/classification/AdminClassificationPage.vue.d.ts.map +1 -1
  25. package/dist/src/components/classification/EmplacementForm.vue.d.ts +14 -2
  26. package/dist/src/components/classification/EmplacementForm.vue.d.ts.map +1 -1
  27. package/dist/src/components/classification/FieldForm.vue.d.ts +5 -0
  28. package/dist/src/components/classification/FieldForm.vue.d.ts.map +1 -1
  29. package/dist/src/components/classification/MetadataFormFields.vue.d.ts +277 -1
  30. package/dist/src/components/classification/MetadataFormFields.vue.d.ts.map +1 -1
  31. package/dist/src/components/classification/NatureForm.vue.d.ts +14 -2
  32. package/dist/src/components/classification/NatureForm.vue.d.ts.map +1 -1
  33. package/dist/src/components/classification/NatureSelector.vue.d.ts +277 -1
  34. package/dist/src/components/classification/NatureSelector.vue.d.ts.map +1 -1
  35. package/dist/src/components/classification/UploadPlanPopup.vue.d.ts +18 -6881
  36. package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -1
  37. package/dist/src/components/config/ArrayEditor.vue.d.ts.map +1 -1
  38. package/dist/src/components/config/ConfigSplitView.vue.d.ts.map +1 -1
  39. package/dist/src/components/config/ConfigUpload.vue.d.ts +2 -2
  40. package/dist/src/components/config/ListVersionConfig.vue.d.ts.map +1 -1
  41. package/dist/src/components/layouts/AppLayout.vue.d.ts +63 -3
  42. package/dist/src/components/layouts/AppLayout.vue.d.ts.map +1 -1
  43. package/dist/src/components/layouts/AppMobileLayout.vue.d.ts +1 -0
  44. package/dist/src/components/layouts/AppMobileLayout.vue.d.ts.map +1 -1
  45. package/dist/src/components/layouts/AppSidebar.vue.d.ts +42 -0
  46. package/dist/src/components/layouts/AppSidebar.vue.d.ts.map +1 -1
  47. package/dist/src/components/layouts/AppSubmenu.vue.d.ts.map +1 -1
  48. package/dist/src/components/layouts/AppTopbar.vue.d.ts +2 -1
  49. package/dist/src/components/layouts/AppTopbar.vue.d.ts.map +1 -1
  50. package/dist/src/components/layouts/SidebarProfileSection.vue.d.ts +49 -0
  51. package/dist/src/components/layouts/SidebarProfileSection.vue.d.ts.map +1 -0
  52. package/dist/src/components/navigation/ColumnTogglePanel.vue.d.ts +2 -0
  53. package/dist/src/components/navigation/ColumnTogglePanel.vue.d.ts.map +1 -1
  54. package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts +140 -31
  55. package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts.map +1 -1
  56. package/dist/src/components/navigation/ContentFiltersHeader.vue.d.ts +1 -24
  57. package/dist/src/components/navigation/ContentFiltersHeader.vue.d.ts.map +1 -1
  58. package/dist/src/components/navigation/ContentGridView.vue.d.ts +7 -2
  59. package/dist/src/components/navigation/ContentGridView.vue.d.ts.map +1 -1
  60. package/dist/src/components/navigation/ContentListView.vue.d.ts +3 -2
  61. package/dist/src/components/navigation/ContentListView.vue.d.ts.map +1 -1
  62. package/dist/src/components/navigation/ContentTableView.vue.d.ts +155 -23
  63. package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -1
  64. package/dist/src/components/navigation/ContentToolbar.vue.d.ts +19 -0
  65. package/dist/src/components/navigation/ContentToolbar.vue.d.ts.map +1 -0
  66. package/dist/src/components/navigation/DynamicContentView.vue.d.ts +340 -93
  67. package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
  68. package/dist/src/components/navigation/LayoutSelector.vue.d.ts +1 -0
  69. package/dist/src/components/navigation/LayoutSelector.vue.d.ts.map +1 -1
  70. package/dist/src/components/navigation/PreviewPanel.vue.d.ts +41 -2
  71. package/dist/src/components/navigation/PreviewPanel.vue.d.ts.map +1 -1
  72. package/dist/src/components/navigation/SelectionBar.vue.d.ts +90 -0
  73. package/dist/src/components/navigation/SelectionBar.vue.d.ts.map +1 -0
  74. package/dist/src/components/pdfTools/PdfToolsComponent.vue.d.ts.map +1 -1
  75. package/dist/src/components/popup/CopyOrMovePopup.vue.d.ts.map +1 -1
  76. package/dist/src/components/popup/CreateWorkflowPopup.vue.d.ts +1 -0
  77. package/dist/src/components/popup/CreateWorkflowPopup.vue.d.ts.map +1 -1
  78. package/dist/src/components/popup/ImportNewVersionPopup.vue.d.ts +2 -2
  79. package/dist/src/components/popup/ImportNewVersionPopup.vue.d.ts.map +1 -1
  80. package/dist/src/components/popup/ImportPopupWithWorker.vue.d.ts +4 -2
  81. package/dist/src/components/popup/ImportPopupWithWorker.vue.d.ts.map +1 -1
  82. package/dist/src/components/popup/MemberListPopup.vue.d.ts +4 -2
  83. package/dist/src/components/popup/MemberListPopup.vue.d.ts.map +1 -1
  84. package/dist/src/components/popup/SendMailPopup.vue.d.ts +3 -0
  85. package/dist/src/components/popup/SendMailPopup.vue.d.ts.map +1 -1
  86. package/dist/src/components/popup/ShareLinkPopup.vue.d.ts.map +1 -1
  87. package/dist/src/components/search/AddCriterionPopup.vue.d.ts +6 -0
  88. package/dist/src/components/search/AddCriterionPopup.vue.d.ts.map +1 -1
  89. package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts +7 -1
  90. package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
  91. package/dist/src/components/search/AdvancedViewPanel.vue.d.ts +9 -3
  92. package/dist/src/components/search/AdvancedViewPanel.vue.d.ts.map +1 -1
  93. package/dist/src/components/search/FavoriteViewMenu.vue.d.ts +1 -0
  94. package/dist/src/components/search/FavoriteViewMenu.vue.d.ts.map +1 -1
  95. package/dist/src/components/search/SaveViewPopup.vue.d.ts.map +1 -1
  96. package/dist/src/components/search/UserViewsFavoritesPanel.vue.d.ts +1 -0
  97. package/dist/src/components/search/UserViewsFavoritesPanel.vue.d.ts.map +1 -1
  98. package/dist/src/components/search/ViewResultsPanel.vue.d.ts +1 -1
  99. package/dist/src/components/users/MemberList.vue.d.ts +4 -2
  100. package/dist/src/components/users/MemberList.vue.d.ts.map +1 -1
  101. package/dist/src/components/viewer/ImageViewer.vue.d.ts.map +1 -1
  102. package/dist/src/components/viewer/PDFComponent.vue.d.ts +41 -2
  103. package/dist/src/components/viewer/PDFComponent.vue.d.ts.map +1 -1
  104. package/dist/src/components/viewer/VideoPlayer.vue.d.ts.map +1 -1
  105. package/dist/src/components/workspace/WorkspaceCard.vue.d.ts.map +1 -1
  106. package/dist/src/composables/useAuth.d.ts +4 -0
  107. package/dist/src/composables/useAuth.d.ts.map +1 -0
  108. package/dist/src/composables/useClassificationPlan.d.ts +3 -1
  109. package/dist/src/composables/useClassificationPlan.d.ts.map +1 -1
  110. package/dist/src/composables/useCodeMirror.d.ts.map +1 -1
  111. package/dist/src/composables/useCollabEditor.d.ts +1 -0
  112. package/dist/src/composables/useCollabEditor.d.ts.map +1 -1
  113. package/dist/src/composables/useCollabWebSocket.d.ts.map +1 -1
  114. package/dist/src/composables/useColumnFilter.d.ts +27 -0
  115. package/dist/src/composables/useColumnFilter.d.ts.map +1 -0
  116. package/dist/src/composables/useLayout.d.ts +21 -1
  117. package/dist/src/composables/useLayout.d.ts.map +1 -1
  118. package/dist/src/composables/useMarkdownPreview.d.ts.map +1 -1
  119. package/dist/src/i18n/index.d.ts +276 -0
  120. package/dist/src/i18n/index.d.ts.map +1 -1
  121. package/dist/src/index.d.ts +119 -111
  122. package/dist/src/index.d.ts.map +1 -1
  123. package/dist/src/services/AlfrescoFileService.d.ts +6 -0
  124. package/dist/src/services/AlfrescoFileService.d.ts.map +1 -1
  125. package/dist/src/services/AlfrescoNodeService.d.ts +8 -0
  126. package/dist/src/services/AlfrescoNodeService.d.ts.map +1 -1
  127. package/dist/src/services/ClassificationFileService.d.ts.map +1 -1
  128. package/dist/src/services/CollabBackupService.d.ts +27 -0
  129. package/dist/src/services/CollabBackupService.d.ts.map +1 -0
  130. package/dist/src/services/FormatService.d.ts.map +1 -1
  131. package/dist/src/services/UserViewService.d.ts.map +1 -1
  132. package/dist/src/services/WorkflowService.d.ts.map +1 -1
  133. package/dist/src/services/WorkspaceService.d.ts.map +1 -1
  134. package/dist/src/stores/config.d.ts +51 -0
  135. package/dist/src/stores/config.d.ts.map +1 -1
  136. package/dist/src/stores/taskNotification.d.ts +9 -0
  137. package/dist/src/stores/taskNotification.d.ts.map +1 -0
  138. package/dist/src/stores/upload.d.ts +9 -0
  139. package/dist/src/stores/upload.d.ts.map +1 -1
  140. package/dist/src/stores/user.d.ts.map +1 -1
  141. package/dist/src/typedef.d.ts +367 -0
  142. package/dist/src/typedef.d.ts.map +1 -0
  143. package/dist/src/utils/classificationPlanUtils.d.ts +4 -1
  144. package/dist/src/utils/classificationPlanUtils.d.ts.map +1 -1
  145. package/package.json +12 -12
  146. package/dist/index-BbVzbEij.js +0 -78797
  147. package/dist/index-BbVzbEij.js.map +0 -1
  148. package/dist/jszip.min-8PfeYdht.js.map +0 -1
  149. package/dist/src/components/classification/RequalifyPlanPopup.vue.d.ts +0 -6839
  150. package/dist/src/components/classification/RequalifyPlanPopup.vue.d.ts.map +0 -1
@@ -1,31 +1,33 @@
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';
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 ContentToolbar } from '../components/navigation/ContentToolbar.vue';
22
+ import { default as SelectionBar } from '../components/navigation/SelectionBar.vue';
23
+ import { default as HelpKeyMessage } from '../components/HelpKeyMessage.vue';
24
+ import { default as SelectionStatus } from '../components/SelectionStatus.vue';
25
+ import { default as MemberList } from '../components/users/MemberList.vue';
26
+ import { default as ActionMenu } from '../components/menu/ActionMenu.vue';
27
+ import { default as CustomToastContent } from '../components/toast/CustomToastContent.vue';
28
+ import { default as FolderUpload } from '../components/FolderUpload.vue';
29
+ import { default as UploadTargetInfo } from '../components/UploadTargetInfo.vue';
30
+ import { default as UploadStatus } from '../components/UploadStatus.vue';
29
31
  import { default as AddPairInConfigDialog } from '../components/config/AddPairInConfigDialog.vue';
30
32
  import { default as ConfigDatatable } from '../components/config/ConfigDatatable.vue';
31
33
  import { default as ConfigItemEditor } from '../components/config/ConfigItemEditor.vue';
@@ -44,95 +46,101 @@ import { default as PdfToolsComponent } from '../components/pdfTools/PdfToolsCom
44
46
  import { default as CodeMirrorEditor } from '../components/CodeMirrorEditor.vue';
45
47
  import { default as DiffViewerDialog } from '../components/DiffViewerDialog.vue';
46
48
  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 ViewList } from './components/views/ViewList.vue';
51
- import { default as CreateWorkflowPopup } from './components/popup/CreateWorkflowPopup.vue';
52
- import { default as ImportNewVersionPopup } from './components/popup/ImportNewVersionPopup.vue';
53
- import { default as ShareLinkPopup } from './components/popup/ShareLinkPopup.vue';
54
- import { default as MemberListPopup } from './components/popup/MemberListPopup.vue';
55
- import { default as SendMailPopup } from './components/popup/SendMailPopup.vue';
56
- import { default as ImportPopupWithWorker } from './components/popup/ImportPopupWithWorker.vue';
49
+ import { default as WorkspaceCard } from '../components/workspace/WorkspaceCard.vue';
50
+ import { default as WorkspaceList } from '../components/workspace/WorkspaceList.vue';
51
+ import { default as PredefinedViewsPanel } from '../components/views/PredefinedViewsPanel.vue';
52
+ import { default as ViewList } from '../components/views/ViewList.vue';
53
+ import { default as CreateWorkflowPopup } from '../components/popup/CreateWorkflowPopup.vue';
54
+ import { default as ImportNewVersionPopup } from '../components/popup/ImportNewVersionPopup.vue';
55
+ import { default as ShareLinkPopup } from '../components/popup/ShareLinkPopup.vue';
56
+ import { default as MemberListPopup } from '../components/popup/MemberListPopup.vue';
57
+ import { default as SendMailPopup } from '../components/popup/SendMailPopup.vue';
58
+ import { default as ImportPopupWithWorker } from '../components/popup/ImportPopupWithWorker.vue';
57
59
  import { default as ErrorComponent } from '../components/ErrorComponent.vue';
58
- import { default as AppLayout } from './components/layouts/AppLayout.vue';
59
- import { default as AppSidebar } from './components/layouts/AppSidebar.vue';
60
- import { default as AppTopbar } from './components/layouts/AppTopbar.vue';
61
- import { default as AppSubmenu } from './components/layouts/AppSubmenu.vue';
62
- import { default as AppFooter } from './components/layouts/AppFooter.vue';
63
- import { default as AppMobileLayout } from './components/layouts/AppMobileLayout.vue';
60
+ import { default as AppLayout } from '../components/layouts/AppLayout.vue';
61
+ import { default as AppSidebar } from '../components/layouts/AppSidebar.vue';
62
+ import { default as AppTopbar } from '../components/layouts/AppTopbar.vue';
63
+ import { default as AppSubmenu } from '../components/layouts/AppSubmenu.vue';
64
+ import { default as AppFooter } from '../components/layouts/AppFooter.vue';
65
+ import { default as AppMobileLayout } from '../components/layouts/AppMobileLayout.vue';
66
+ import { default as SidebarProfileSection } from '../components/layouts/SidebarProfileSection.vue';
64
67
  import { default as ChatPanel } from '../components/chat/ChatPanel.vue';
65
68
  import { default as ChatMessage } from '../components/chat/ChatMessage.vue';
66
69
  import { default as ChatInput } from '../components/chat/ChatInput.vue';
67
70
  import { default as ChatRoomList } from '../components/chat/ChatRoomList.vue';
68
- import { default as AdminClassificationLauncher } from './components/classification/AdminClassificationLauncher.vue';
69
- import { default as ClassificationPlanList } from './components/classification/ClassificationPlanList.vue';
70
- import { default as ClassificationPlanCreate } from './components/classification/ClassificationPlanCreate.vue';
71
- import { default as AdminClassificationPage } from './components/classification/AdminClassificationPage.vue';
72
- import { default as NatureForm } from './components/classification/NatureForm.vue';
73
- import { default as FieldForm } from './components/classification/FieldForm.vue';
74
- import { default as EmplacementForm } from './components/classification/EmplacementForm.vue';
75
- import { default as UploadPlanPopup } from './components/classification/UploadPlanPopup.vue';
76
- import { default as RequalifyPlanPopup } from './components/classification/RequalifyPlanPopup.vue';
77
- export { default as alfrescoFileService } from './services/AlfrescoFileService.js';
78
- export { default as alfrescoNodeService } from './services/AlfrescoNodeService.js';
79
- export { default as alfrescoPermissionService } from './services/AlfrescoPermissionService.js';
80
- export { default as collaboraAccessService } from './services/CollaboraAccessService.js';
81
- export { default as collabService } from './services/CollabService.js';
82
- export { default as errorService } from './services/ErrorService.js';
83
- export { default as favoriteService } from './services/FavoriteService.js';
84
- export { default as formatService } from './services/FormatService.js';
85
- export { default as iconeService } from './services/IconeService.js';
86
- export { default as keyboardShortcutsService } from './services/KeyboardShortcutsService.js';
87
- export { default as menuService } from './services/MenuService.js';
88
- export { default as peopleService } from './services/PeopleService.js';
89
- export { default as translationService } from './services/TranslationService.js';
90
- export { default as workflowService } from './services/WorkflowService.js';
91
- export { default as workspaceService } from './services/WorkspaceService.js';
92
- export { default as configService } from './services/ConfigService.js';
93
- export { default as userViewService } from './services/UserViewService.js';
94
- export { default as alfrescoModelService } from './services/AlfrescoModelService.js';
95
- export { default as chatBackendService } from './services/ChatBackendService.js';
96
- export { default as rocketChatService } from './services/RocketChatService.js';
97
- export { default as rocketChatAuthService } from './services/RocketChatAuthService.js';
98
- export { default as classificationService } from './services/ClassificationService.js';
99
- export { default as classificationFileService } from './services/ClassificationFileService.js';
100
- export { default as viewConfigService } from './services/ViewConfigService.js';
101
- export { default as aftsQueryBuilder } from './services/AftsQueryBuilder.js';
102
- export { default as vueKeyCloak } from './plugins/KeycloakPlugin.js';
103
- export { default as i18n } from './i18n';
104
- export { messages } from './i18n/locales';
105
- export * from './AlfrescoApi';
106
- export { useTheme } from './composables/useTheme.js';
107
- export { useCollaboraStore } from './stores/collabora';
108
- export { useCollabStore } from './stores/collab.js';
109
- export { useConfigStore } from './stores/config';
110
- export { useFavoritesStore } from './stores/favorites.js';
111
- export { useMenuStore } from './stores/menu';
112
- export { useNavigationStore } from './stores/navigation.js';
113
- export { useSearchStore } from './stores/search';
114
- export { useSelectionStore } from './stores/selection';
115
- export { usePaginatorStore } from './stores/paginator';
116
- export { useUserPreferencesStore } from './stores/userPreferences';
117
- export { useUserStore } from './stores/user';
118
- export { useScreenStore } from './stores/screen';
119
- export { useUploadStore } from './stores/upload';
120
- export { useUserViewStore } from './stores/userView.js';
121
- export { useChatStore } from './stores/chat.js';
122
- export { useFilingPlanStore } from './stores/filingPlan.js';
123
- export { default as LoginPage } from './pages/LoginPage.vue';
124
- export { default as NotFoundPages } from './pages/NotFoundPages.vue';
125
- export { default as ErrorPage } from './pages/ErrorPage.vue';
71
+ import { default as AdminClassificationLauncher } from '../components/classification/AdminClassificationLauncher.vue';
72
+ import { default as ClassificationPlanList } from '../components/classification/ClassificationPlanList.vue';
73
+ import { default as ClassificationPlanCreate } from '../components/classification/ClassificationPlanCreate.vue';
74
+ import { default as AdminClassificationPage } from '../components/classification/AdminClassificationPage.vue';
75
+ import { default as NatureForm } from '../components/classification/NatureForm.vue';
76
+ import { default as FieldForm } from '../components/classification/FieldForm.vue';
77
+ import { default as EmplacementForm } from '../components/classification/EmplacementForm.vue';
78
+ import { default as UploadPlanPopup } from '../components/classification/UploadPlanPopup.vue';
79
+ import { default as NatureSelector } from '../components/classification/NatureSelector.vue';
80
+ import { default as MetadataFormFields } from '../components/classification/MetadataFormFields.vue';
81
+ export { default as alfrescoFileService } from '../services/AlfrescoFileService.js';
82
+ export { default as alfrescoNodeService } from '../services/AlfrescoNodeService.js';
83
+ export { default as alfrescoPermissionService } from '../services/AlfrescoPermissionService.js';
84
+ export { default as collaboraAccessService } from '../services/CollaboraAccessService.js';
85
+ export { default as collabService } from '../services/CollabService.js';
86
+ export { default as errorService } from '../services/ErrorService.js';
87
+ export { default as favoriteService } from '../services/FavoriteService.js';
88
+ export { default as formatService } from '../services/FormatService.js';
89
+ export { default as iconeService } from '../services/IconeService.js';
90
+ export { default as keyboardShortcutsService } from '../services/KeyboardShortcutsService.js';
91
+ export { default as menuService } from '../services/MenuService.js';
92
+ export { default as peopleService } from '../services/PeopleService.js';
93
+ export { default as translationService } from '../services/TranslationService.js';
94
+ export { default as workflowService } from '../services/WorkflowService.js';
95
+ export { default as workspaceService } from '../services/WorkspaceService.js';
96
+ export { default as configService } from '../services/ConfigService.js';
97
+ export { default as userViewService } from '../services/UserViewService.js';
98
+ export { default as alfrescoModelService } from '../services/AlfrescoModelService.js';
99
+ export { default as chatBackendService } from '../services/ChatBackendService.js';
100
+ export { default as rocketChatService } from '../services/RocketChatService.js';
101
+ export { default as rocketChatAuthService } from '../services/RocketChatAuthService.js';
102
+ export { default as classificationService } from '../services/ClassificationService.js';
103
+ export { default as classificationFileService } from '../services/ClassificationFileService.js';
104
+ export { default as viewConfigService } from '../services/ViewConfigService.js';
105
+ export { default as aftsQueryBuilder } from '../services/AftsQueryBuilder.js';
106
+ export { default as vueKeyCloak } from '../plugins/KeycloakPlugin.js';
107
+ export { default as i18n } from '../i18n';
108
+ export { messages } from '../i18n/locales';
109
+ export * from '../AlfrescoApi';
110
+ export { useTheme } from '../composables/useTheme.js';
111
+ export { useAuth } from '../composables/useAuth.js';
112
+ export { useCollaboraStore } from '../stores/collabora';
113
+ export { useCollabStore } from '../stores/collab.js';
114
+ export { useConfigStore } from '../stores/config';
115
+ export { useFavoritesStore } from '../stores/favorites.js';
116
+ export { useMenuStore } from '../stores/menu';
117
+ export { useNavigationStore } from '../stores/navigation.js';
118
+ export { useSearchStore } from '../stores/search';
119
+ export { useSelectionStore } from '../stores/selection';
120
+ export { usePaginatorStore } from '../stores/paginator';
121
+ export { useUserPreferencesStore } from '../stores/userPreferences';
122
+ export { useUserStore } from '../stores/user';
123
+ export { useScreenStore } from '../stores/screen';
124
+ export { useUploadStore } from '../stores/upload';
125
+ export { useUserViewStore } from '../stores/userView.js';
126
+ export { useChatStore } from '../stores/chat.js';
127
+ export { useTaskNotificationStore } from '../stores/taskNotification.js';
128
+ export { useFilingPlanStore } from '../stores/filingPlan.js';
129
+ export { default as LoginPage } from '../pages/LoginPage.vue';
130
+ export { default as NotFoundPages } from '../pages/NotFoundPages.vue';
131
+ export { default as ErrorPage } from '../pages/ErrorPage.vue';
132
+ export { useClassificationPlan } from '../composables/useClassificationPlan.js';
126
133
  export namespace componentLibrary {
127
134
  function install(app: any): void;
128
135
  }
129
- 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, ViewList, 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 };
130
- export { default as filingPlanService, NatureDocument, TypeDossier } from './services/FilingPlanService.js';
131
- export { useLayout, MENU_MODES, MENU_THEMES } from './composables/useLayout.js';
132
- export { checkNotNull, checkString } from './directives/assert.js';
133
- export { useCodeMirror, getLanguageExtension, getBaseExtensions, createEditorView } from './composables/useCodeMirror.js';
134
- export { useMarkdownPreview, renderMarkdown, sanitizeHtml, generatePreviewDocument, DEFAULT_PREVIEW_STYLES } from './composables/useMarkdownPreview.js';
135
- export { useCollabWebSocket, ConnectionState } from './composables/useCollabWebSocket.js';
136
- export { useCollabEditor, ROLE_EDITOR, ROLE_OBSERVER } from './composables/useCollabEditor.js';
137
- export { useChatWebSocket, ConnectionState as ChatConnectionState } from './composables/useChatWebSocket.js';
136
+ export { PDFComponent, PristyIcon, PaginatorComponent, CopyOrMovePopup, TreeExplorer, EllipsisBreadcrumb, BreadCrumbAlfresco, ComplexBreadcrumb, ContentTableView, ContentListView, ContentCompactTableView, ContentGridView, DynamicContentView, ContentFiltersHeader, ImageViewer, VideoPlayer, AudioPlayer, PreviewPanel, LayoutSelector, ColumnTogglePanel, ContentToolbar, SelectionBar, 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, ViewList, CreateWorkflowPopup, ImportNewVersionPopup, ShareLinkPopup, MemberListPopup, SendMailPopup, ImportPopupWithWorker, ErrorComponent, AppLayout, AppSidebar, AppTopbar, AppSubmenu, AppFooter, AppMobileLayout, SidebarProfileSection, ChatPanel, ChatMessage, ChatInput, ChatRoomList, AdminClassificationLauncher, ClassificationPlanList, ClassificationPlanCreate, AdminClassificationPage, NatureForm, FieldForm, EmplacementForm, UploadPlanPopup, NatureSelector, MetadataFormFields };
137
+ export { default as filingPlanService, NatureDocument, TypeDossier } from '../services/FilingPlanService.js';
138
+ export { useLayout, MENU_MODES, MENU_THEMES } from '../composables/useLayout.js';
139
+ export { checkNotNull, checkString } from '../directives/assert.js';
140
+ export { useCodeMirror, getLanguageExtension, getBaseExtensions, createEditorView } from '../composables/useCodeMirror.js';
141
+ export { useMarkdownPreview, renderMarkdown, sanitizeHtml, generatePreviewDocument, DEFAULT_PREVIEW_STYLES } from '../composables/useMarkdownPreview.js';
142
+ export { useCollabWebSocket, ConnectionState } from '../composables/useCollabWebSocket.js';
143
+ export { useCollabEditor, ROLE_EDITOR, ROLE_OBSERVER } from '../composables/useCollabEditor.js';
144
+ export { useChatWebSocket, ConnectionState as ChatConnectionState } from '../composables/useChatWebSocket.js';
145
+ export { resolveTemplate, extractVariables } from '../utils/classificationPlanUtils.js';
138
146
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAmGE,iCAkEC;;yBApJsB,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;qBACzD,iCAAiC;gCA1CtB,4CAA4C;kCAC1C,8CAA8C;2BAErD,uCAAuC;4BACtC,wCAAwC;0BAC1C,sCAAsC;kCAU9B,8CAA8C;2BAmBrD,iCAAiC;sBAsBtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;4BAC9B,0CAA0C;sBA1BhD,iCAAiC;wBAC/B,mCAAmC;sBACrC,iCAAiC;yBAC9B,oCAAoC;wCAOrB,6DAA6D;mCAClE,wDAAwD;qCACtD,0DAA0D;oCAC3D,yDAAyD;uBACtE,4CAA4C;sBAC7C,2CAA2C;4BACrC,iDAAiD;4BACjD,iDAAiD;+BAC9C,oDAAoD"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuGE,iCAqEC;;yBA3JsB,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,4CAA4C;yBAC9C,0CAA0C;2BACxC,iCAAiC;4BARhC,kCAAkC;uBASvC,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;qBACzD,iCAAiC;gCA5CtB,4CAA4C;kCAC1C,8CAA8C;2BAErD,uCAAuC;4BACtC,wCAAwC;0BAC1C,sCAAsC;kCAY9B,8CAA8C;2BAmBrD,iCAAiC;sBAuBtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;4BAC9B,0CAA0C;kCACpC,gDAAgD;sBA5B5D,iCAAiC;wBAC/B,mCAAmC;sBACrC,iCAAiC;yBAC9B,oCAAoC;wCAOrB,6DAA6D;mCAClE,wDAAwD;qCACtD,0DAA0D;oCAC3D,yDAAyD;uBACtE,4CAA4C;sBAC7C,2CAA2C;4BACrC,iDAAiD;4BACjD,iDAAiD;2BAClD,gDAAgD;+BAC5C,oDAAoD"}
@@ -101,5 +101,11 @@ declare class AlfrescoFileService {
101
101
  properties?: any;
102
102
  properties?: any;
103
103
  }): string;
104
+ /**
105
+ * Filter predicate for path elements, skipping the root folder
106
+ * (whose name is locale-dependent) and other system nodes.
107
+ * Designed to be used with Array.filter() on node.path.elements.
108
+ */
109
+ isPathElementVisible(item: any, index: any): boolean;
104
110
  }
105
111
  //# sourceMappingURL=AlfrescoFileService.d.ts.map
@@ -1 +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"}
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,sCA+BC;IACD,+EAcC;IACD,qBAEC;IACD,mBAEC;IACD,uBAEC;IACD,kCAqCC;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;IAED;;;;OAIG;IACH,qDAQC;CACF;qBA3iBoB,WAAW"}
@@ -93,6 +93,14 @@ declare class AlfrescoNodeService {
93
93
  * @return {Promise} A promise that resolves when the node is successfully updated or rejects with an error if the update fails.
94
94
  */
95
95
  updateNode(id: string, nodeBodyUpdate: any): Promise<any>;
96
+ /**
97
+ * Update the MIME type of a node's content without changing the content itself.
98
+ * Downloads the current content and re-uploads it with the new MIME type.
99
+ * @param {string} id - The node identifier.
100
+ * @param {string} mimeType - The new MIME type (e.g. "text/plain").
101
+ * @return {Promise} A promise that resolves with the updated node entry.
102
+ */
103
+ updateMimeType(id: string, mimeType: string): Promise<any>;
96
104
  /**
97
105
  * Create a version if not existe.
98
106
  * @param id
@@ -1 +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"}
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;;;;;;OAMG;IACH,mBAJW,MAAM,YACN,MAAM,gBAkBhB;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;qBAtiBoB,WAAW"}
@@ -1 +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"}
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,CAwC3B;IAED;;;;;;;;;OASG;IACH,gCANW,MAAM,YACN,KAAQ,SACR,IAAI,EAAE,8BAEN,KAAQ,yCAmBlB;CACF"}
@@ -0,0 +1,27 @@
1
+ declare namespace _default {
2
+ /**
3
+ * Saves a backup of the editor content for a given node.
4
+ *
5
+ * @param {string} nodeId - The Alfresco node ID
6
+ * @param {string} content - The editor content to back up
7
+ * @param {string} sessionId - The collaborative session ID
8
+ * @returns {Promise<void>}
9
+ */
10
+ function saveBackup(nodeId: string, content: string, sessionId: string): Promise<void>;
11
+ /**
12
+ * Loads a backup for a given node.
13
+ *
14
+ * @param {string} nodeId - The Alfresco node ID
15
+ * @returns {Promise<Object|null>} The backup record or null
16
+ */
17
+ function loadBackup(nodeId: string): Promise<any | null>;
18
+ /**
19
+ * Clears the backup for a given node.
20
+ *
21
+ * @param {string} nodeId - The Alfresco node ID
22
+ * @returns {Promise<void>}
23
+ */
24
+ function clearBackup(nodeId: string): Promise<void>;
25
+ }
26
+ export default _default;
27
+ //# sourceMappingURL=CollabBackupService.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CollabBackupService.d.ts","sourceRoot":"","sources":["../../../src/services/CollabBackupService.js"],"names":[],"mappings":";IA2DE;;;;;;;OAOG;IACH,4BALW,MAAM,WACN,MAAM,aACN,MAAM,GACJ,OAAO,CAAC,IAAI,CAAC,CAoBzB;IAED;;;;;OAKG;IACH,4BAHW,MAAM,GACJ,OAAO,CAAC,MAAO,IAAI,CAAC,CAgBhC;IAED;;;;;OAKG;IACH,6BAHW,MAAM,GACJ,OAAO,CAAC,IAAI,CAAC,CAezB"}
@@ -1 +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"}
1
+ {"version":3,"file":"FormatService.d.ts","sourceRoot":"","sources":["../../../src/services/FormatService.js"],"names":[],"mappings":";;AAqBA;;;GAGG;AACH;IACE,yCAMC;IACD,+BASC;IACD,mCASC;IACD,+BAOC;CACF"}
@@ -1 +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"}
1
+ {"version":3,"file":"UserViewService.d.ts","sourceRoot":"","sources":["../../../src/services/UserViewService.js"],"names":[],"mappings":";;;AA4BA;;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"}
@@ -1 +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"}
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,4BAwBC;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"}
@@ -1 +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"}
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,gCAcC;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;qBAtcoB,WAAW"}
@@ -8,6 +8,7 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
8
8
  PORTAIL_HOST: string;
9
9
  MARCHES_HOST: string;
10
10
  SOCIAL_HOST: string;
11
+ MEDIA_HOST: string;
11
12
  COLLABORA_HOSTING_DISCOVERY: string;
12
13
  ALFRESCO_AUTH: string;
13
14
  ALFRESCO_ROOT: string;
@@ -20,12 +21,17 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
20
21
  MENU_ACTES: boolean;
21
22
  MENU_MARCHES: boolean;
22
23
  MENU_SOCIAL: boolean;
24
+ MENU_MEDIA: boolean;
23
25
  WEBDELIB: boolean;
24
26
  DELIB_PUBLICATION: string;
25
27
  HIDE_SEANCE: boolean;
26
28
  CONSTRAINTS: any[];
27
29
  METADATA: any[];
28
30
  ASPECTS: any[];
31
+ MIME_TYPES: {
32
+ label: string;
33
+ value: string;
34
+ }[];
29
35
  OIDC_REALM: string;
30
36
  OIDC_CLIENT_ID: string;
31
37
  OIDC_PROVIDER: string;
@@ -35,6 +41,13 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
35
41
  primeConfig: {
36
42
  ripple: boolean;
37
43
  inputStyle: string;
44
+ pt: {
45
+ button: {
46
+ icon: {
47
+ "aria-hidden": boolean;
48
+ };
49
+ };
50
+ };
38
51
  };
39
52
  ACA_LINK: string;
40
53
  SHOW_ACA_LOGIN_LINK: boolean;
@@ -72,6 +85,10 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
72
85
  WORKSPACE_TYPE_GALLERY_ENABLED: boolean;
73
86
  CLASSIFICATION_PLAN_ENABLED: boolean;
74
87
  CLASSIFICATION_PLAN_NAME: string;
88
+ CLASSIFICATION_PLAN_ALLOW_NO_NATURE: boolean;
89
+ CLASSIFICATION_PLAN_FULL_VIEW_THRESHOLD: number;
90
+ CLASSIFICATION_PLAN_INLINE_METADATA_THRESHOLD: number;
91
+ CLASSIFICATION_PLAN_NATURE_CODE_PROPERTY: string;
75
92
  }, {
76
93
  oidc: (state: {
77
94
  INSTANCE_NAME: string;
@@ -82,6 +99,7 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
82
99
  PORTAIL_HOST: string;
83
100
  MARCHES_HOST: string;
84
101
  SOCIAL_HOST: string;
102
+ MEDIA_HOST: string;
85
103
  COLLABORA_HOSTING_DISCOVERY: string;
86
104
  ALFRESCO_AUTH: string;
87
105
  ALFRESCO_ROOT: string;
@@ -94,12 +112,17 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
94
112
  MENU_ACTES: boolean;
95
113
  MENU_MARCHES: boolean;
96
114
  MENU_SOCIAL: boolean;
115
+ MENU_MEDIA: boolean;
97
116
  WEBDELIB: boolean;
98
117
  DELIB_PUBLICATION: string;
99
118
  HIDE_SEANCE: boolean;
100
119
  CONSTRAINTS: any[];
101
120
  METADATA: any[];
102
121
  ASPECTS: any[];
122
+ MIME_TYPES: {
123
+ label: string;
124
+ value: string;
125
+ }[];
103
126
  OIDC_REALM: string;
104
127
  OIDC_CLIENT_ID: string;
105
128
  OIDC_PROVIDER: string;
@@ -109,6 +132,13 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
109
132
  primeConfig: {
110
133
  ripple: boolean;
111
134
  inputStyle: string;
135
+ pt: {
136
+ button: {
137
+ icon: {
138
+ "aria-hidden": boolean;
139
+ };
140
+ };
141
+ };
112
142
  };
113
143
  ACA_LINK: string;
114
144
  SHOW_ACA_LOGIN_LINK: boolean;
@@ -146,6 +176,10 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
146
176
  WORKSPACE_TYPE_GALLERY_ENABLED: boolean;
147
177
  CLASSIFICATION_PLAN_ENABLED: boolean;
148
178
  CLASSIFICATION_PLAN_NAME: string;
179
+ CLASSIFICATION_PLAN_ALLOW_NO_NATURE: boolean;
180
+ CLASSIFICATION_PLAN_FULL_VIEW_THRESHOLD: number;
181
+ CLASSIFICATION_PLAN_INLINE_METADATA_THRESHOLD: number;
182
+ CLASSIFICATION_PLAN_NATURE_CODE_PROPERTY: string;
149
183
  } & PiniaCustomStateProperties<{
150
184
  INSTANCE_NAME: string;
151
185
  APP_ROOT_TITLE: string;
@@ -155,6 +189,7 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
155
189
  PORTAIL_HOST: string;
156
190
  MARCHES_HOST: string;
157
191
  SOCIAL_HOST: string;
192
+ MEDIA_HOST: string;
158
193
  COLLABORA_HOSTING_DISCOVERY: string;
159
194
  ALFRESCO_AUTH: string;
160
195
  ALFRESCO_ROOT: string;
@@ -167,12 +202,17 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
167
202
  MENU_ACTES: boolean;
168
203
  MENU_MARCHES: boolean;
169
204
  MENU_SOCIAL: boolean;
205
+ MENU_MEDIA: boolean;
170
206
  WEBDELIB: boolean;
171
207
  DELIB_PUBLICATION: string;
172
208
  HIDE_SEANCE: boolean;
173
209
  CONSTRAINTS: any[];
174
210
  METADATA: any[];
175
211
  ASPECTS: any[];
212
+ MIME_TYPES: {
213
+ label: string;
214
+ value: string;
215
+ }[];
176
216
  OIDC_REALM: string;
177
217
  OIDC_CLIENT_ID: string;
178
218
  OIDC_PROVIDER: string;
@@ -182,6 +222,13 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
182
222
  primeConfig: {
183
223
  ripple: boolean;
184
224
  inputStyle: string;
225
+ pt: {
226
+ button: {
227
+ icon: {
228
+ "aria-hidden": boolean;
229
+ };
230
+ };
231
+ };
185
232
  };
186
233
  ACA_LINK: string;
187
234
  SHOW_ACA_LOGIN_LINK: boolean;
@@ -219,6 +266,10 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
219
266
  WORKSPACE_TYPE_GALLERY_ENABLED: boolean;
220
267
  CLASSIFICATION_PLAN_ENABLED: boolean;
221
268
  CLASSIFICATION_PLAN_NAME: string;
269
+ CLASSIFICATION_PLAN_ALLOW_NO_NATURE: boolean;
270
+ CLASSIFICATION_PLAN_FULL_VIEW_THRESHOLD: number;
271
+ CLASSIFICATION_PLAN_INLINE_METADATA_THRESHOLD: number;
272
+ CLASSIFICATION_PLAN_NATURE_CODE_PROPERTY: string;
222
273
  }>) => {
223
274
  init: {
224
275
  onLoad: string;
@@ -1 +1 @@
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"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/stores/config.js"],"names":[],"mappings":";AAoBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqLI;;OAEG;;IAiBH;;;;;OAKG;0CADS,OAAO,CAAC,IAAI,CAAC;GAgC1B"}
@@ -0,0 +1,9 @@
1
+ import { StoreDefinition } from 'pinia';
2
+ export const useTaskNotificationStore: StoreDefinition<"TaskNotificationStore", {
3
+ hasActiveTasks: boolean;
4
+ }, {}, {
5
+ checkTasks(): Promise<void>;
6
+ startPolling(): void;
7
+ stopPolling(): void;
8
+ }>;
9
+ //# sourceMappingURL=taskNotification.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"taskNotification.d.ts","sourceRoot":"","sources":["../../../src/stores/taskNotification.js"],"names":[],"mappings":";AAuBA;;;;;;GAsCG"}
@@ -50,6 +50,15 @@ export const useUploadStore: StoreDefinition<"upload", {
50
50
  * @param {Array} fileRenames - Array of {original, new} rename mappings
51
51
  */
52
52
  startUploadWithClassificationPlan(workspaceSiteId: string, pathFull: string, files: any[], metadata: any, fileRenames: any[], destinationNodeId: any): void;
53
+ /**
54
+ * Start a classification plan upload where each file has its own
55
+ * pathFull, metadata, and fileRenames.
56
+ * @param {string} workspaceSiteId
57
+ * @param {File[]} files
58
+ * @param {Object[]} perFileData - Array of { pathFull, metadata, fileRenames } per file
59
+ * @param {string} destinationNodeId
60
+ */
61
+ startUploadWithClassificationPlanMulti(workspaceSiteId: string, files: File[], perFileData: any[], destinationNodeId: string): void;
53
62
  /**
54
63
  * Handle classification plan upload request from worker
55
64
  * Uses multipart/form-data for efficient upload without base64 encoding
@@ -1 +1 @@
1
- {"version":3,"file":"upload.d.ts","sourceRoot":"","sources":["../../../src/stores/upload.js"],"names":[],"mappings":";AA4BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuNI;;;;;;;;OAQG;uDALQ,MAAM,YACN,MAAM;IA+DjB;;;OAGG;;GAwGJ"}
1
+ {"version":3,"file":"upload.d.ts","sourceRoot":"","sources":["../../../src/stores/upload.js"],"names":[],"mappings":";AA6BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuNI;;;;;;;;OAQG;uDALQ,MAAM,YACN,MAAM;IA+DjB;;;;;;;OAOG;4DAJQ,MAAM,SACN,IAAI,EAAE,eACN,KAAQ,qBACR,MAAM;IAoDjB;;;OAGG;;GAwGJ"}
@@ -1 +1 @@
1
- {"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/stores/user.js"],"names":[],"mappings":";AA+BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiBI;;;OAGG;cADS,OAAO,CAAC,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IAiC7C;;;OAGG;uBADS,OAAO,CAAC;QAAC,EAAE,EAAC,MAAM,CAAA;KAAC,CAAC;IAShC;;;;OAIG;2BADS,OAAO,CAAC,IAAI,CAAC;IA0BzB;;;;;OAKG;6BAFQ,GAAG,GACF,OAAO,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAC,CAAC;IASjC;;;OAGG;oBADS,OAAO,CAAC;QAAC,EAAE,EAAC,MAAM,CAAA;KAAC,GAAG,SAAS,CAAC;IAwC5C;;;OAGG;iBADS,OAAO,CAAC,MAAM,CAAC;IAwC3B;;;OAGG;;IAqBH;;;;;OAKG;gBAHQ,MAAM,YACN,MAAM,GACL,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;IASnC;;;;;OAKG;gBAHQ,MAAM,KACN,MAAM,GACL,OAAO,CAAC,GAAG,CAAC;IAcxB;;;OAGG;oBADS,OAAO,CAAC,IAAI,CAAC;IAUzB;;;;OAIG;2BAFQ,MAAM,GACL,OAAO,CAAC,MAAM,CAAC;GAwB5B"}
1
+ {"version":3,"file":"user.d.ts","sourceRoot":"","sources":["../../../src/stores/user.js"],"names":[],"mappings":";AAgCA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA6BG;AACH;;;;;;;;;;;;;;;;;;;;;;;;;;;IAiBI;;;OAGG;cADS,OAAO,CAAC,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IAuC7C;;;OAGG;uBADS,OAAO,CAAC;QAAC,EAAE,EAAC,MAAM,CAAA;KAAC,CAAC;IAShC;;;;OAIG;2BADS,OAAO,CAAC,IAAI,CAAC;IA0BzB;;;;;OAKG;6BAFQ,GAAG,GACF,OAAO,CAAC;QAAC,EAAE,EAAE,MAAM,CAAA;KAAC,CAAC;IASjC;;;OAGG;oBADS,OAAO,CAAC;QAAC,EAAE,EAAC,MAAM,CAAA;KAAC,GAAG,SAAS,CAAC;IAwC5C;;;OAGG;iBADS,OAAO,CAAC,MAAM,CAAC;IAwC3B;;;OAGG;;IAqBH;;;;;OAKG;gBAHQ,MAAM,YACN,MAAM,GACL,OAAO,CAAC,OAAO,GAAG,IAAI,CAAC;IASnC;;;;;OAKG;gBAHQ,MAAM,KACN,MAAM,GACL,OAAO,CAAC,GAAG,CAAC;IAcxB;;;OAGG;oBADS,OAAO,CAAC,IAAI,CAAC;IAUzB;;;;OAIG;2BAFQ,MAAM,GACL,OAAO,CAAC,MAAM,CAAC;GAwB5B"}