@pristy/pristy-libvue 2.5.4 → 2.6.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/README.md +80 -17
- package/dist/{jszip.min-8PfeYdht.js → jszip.min-BrmBkVmG.js} +35 -32
- package/dist/jszip.min-BrmBkVmG.js.map +1 -0
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +31413 -173
- package/dist/pristy-libvue.es.js.map +1 -1
- package/dist/pristy-libvue.umd.js +27 -26
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/CodeMirrorEditor.vue.d.ts +3 -0
- package/dist/src/components/CodeMirrorEditor.vue.d.ts.map +1 -1
- package/dist/src/components/DiffViewerDialog.vue.d.ts +2 -0
- package/dist/src/components/DiffViewerDialog.vue.d.ts.map +1 -1
- package/dist/src/components/HelpKeyMessage.vue.d.ts.map +1 -1
- package/dist/src/components/SelectionStatus.vue.d.ts +1 -1
- package/dist/src/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts +1 -1
- package/dist/src/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts.map +1 -1
- package/dist/src/components/breadcrumb/EllipsisBreadcrumb.vue.d.ts +1 -1
- package/dist/src/components/breadcrumb/EllipsisBreadcrumb.vue.d.ts.map +1 -1
- package/dist/src/components/chat/ChatInput.vue.d.ts.map +1 -1
- package/dist/src/components/chat/ChatPanel.vue.d.ts.map +1 -1
- package/dist/src/components/classification/EmplacementForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/FieldForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts +151 -1
- package/dist/src/components/classification/NatureSelector.vue.d.ts +151 -1
- package/dist/src/components/classification/NatureSelector.vue.d.ts.map +1 -1
- package/dist/src/components/classification/RequalifyPlanPopup.vue.d.ts +453 -3
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts +456 -6
- package/dist/src/components/config/ArrayEditor.vue.d.ts.map +1 -1
- package/dist/src/components/config/ConfigSplitView.vue.d.ts.map +1 -1
- package/dist/src/components/config/ConfigUpload.vue.d.ts +2 -2
- package/dist/src/components/config/ListVersionConfig.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppLayout.vue.d.ts +46 -2
- package/dist/src/components/layouts/AppLayout.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppMobileLayout.vue.d.ts +1 -0
- package/dist/src/components/layouts/AppMobileLayout.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppSidebar.vue.d.ts +42 -0
- package/dist/src/components/layouts/AppSidebar.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppTopbar.vue.d.ts +2 -1
- package/dist/src/components/layouts/AppTopbar.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/SidebarProfileSection.vue.d.ts +49 -0
- package/dist/src/components/layouts/SidebarProfileSection.vue.d.ts.map +1 -0
- package/dist/src/components/navigation/ColumnTogglePanel.vue.d.ts +2 -0
- package/dist/src/components/navigation/ColumnTogglePanel.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts +140 -31
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentFiltersHeader.vue.d.ts +1 -24
- package/dist/src/components/navigation/ContentFiltersHeader.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentGridView.vue.d.ts +7 -2
- package/dist/src/components/navigation/ContentGridView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentListView.vue.d.ts +3 -2
- package/dist/src/components/navigation/ContentListView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentTableView.vue.d.ts +155 -23
- package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentToolbar.vue.d.ts +19 -0
- package/dist/src/components/navigation/ContentToolbar.vue.d.ts.map +1 -0
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts +338 -91
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/LayoutSelector.vue.d.ts +1 -0
- package/dist/src/components/navigation/LayoutSelector.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/PreviewPanel.vue.d.ts +41 -2
- package/dist/src/components/navigation/PreviewPanel.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/SelectionBar.vue.d.ts +90 -0
- package/dist/src/components/navigation/SelectionBar.vue.d.ts.map +1 -0
- package/dist/src/components/pdfTools/PdfToolsComponent.vue.d.ts.map +1 -1
- package/dist/src/components/popup/CopyOrMovePopup.vue.d.ts.map +1 -1
- package/dist/src/components/popup/CreateWorkflowPopup.vue.d.ts +1 -0
- package/dist/src/components/popup/CreateWorkflowPopup.vue.d.ts.map +1 -1
- package/dist/src/components/popup/ImportNewVersionPopup.vue.d.ts +2 -2
- package/dist/src/components/popup/ImportNewVersionPopup.vue.d.ts.map +1 -1
- package/dist/src/components/popup/ImportPopupWithWorker.vue.d.ts +2 -2
- package/dist/src/components/popup/ImportPopupWithWorker.vue.d.ts.map +1 -1
- package/dist/src/components/popup/MemberListPopup.vue.d.ts +2 -0
- package/dist/src/components/popup/MemberListPopup.vue.d.ts.map +1 -1
- package/dist/src/components/popup/SendMailPopup.vue.d.ts +3 -0
- package/dist/src/components/popup/SendMailPopup.vue.d.ts.map +1 -1
- package/dist/src/components/popup/ShareLinkPopup.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts +1 -1
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts +1 -1
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/FavoriteViewMenu.vue.d.ts +1 -0
- package/dist/src/components/search/FavoriteViewMenu.vue.d.ts.map +1 -1
- package/dist/src/components/search/SaveViewPopup.vue.d.ts.map +1 -1
- package/dist/src/components/search/UserViewsFavoritesPanel.vue.d.ts +1 -0
- package/dist/src/components/search/UserViewsFavoritesPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/ViewResultsPanel.vue.d.ts +1 -1
- package/dist/src/components/users/MemberList.vue.d.ts +2 -0
- package/dist/src/components/users/MemberList.vue.d.ts.map +1 -1
- package/dist/src/components/viewer/ImageViewer.vue.d.ts.map +1 -1
- package/dist/src/components/viewer/PDFComponent.vue.d.ts +41 -2
- package/dist/src/components/viewer/PDFComponent.vue.d.ts.map +1 -1
- package/dist/src/components/viewer/VideoPlayer.vue.d.ts.map +1 -1
- package/dist/src/components/workspace/WorkspaceCard.vue.d.ts.map +1 -1
- package/dist/src/composables/useAuth.d.ts +4 -0
- package/dist/src/composables/useAuth.d.ts.map +1 -0
- package/dist/src/composables/useCodeMirror.d.ts.map +1 -1
- package/dist/src/composables/useCollabEditor.d.ts +1 -0
- package/dist/src/composables/useCollabEditor.d.ts.map +1 -1
- package/dist/src/composables/useCollabWebSocket.d.ts.map +1 -1
- package/dist/src/composables/useColumnFilter.d.ts +27 -0
- package/dist/src/composables/useColumnFilter.d.ts.map +1 -0
- package/dist/src/composables/useLayout.d.ts +4 -0
- package/dist/src/composables/useLayout.d.ts.map +1 -1
- package/dist/src/composables/useMarkdownPreview.d.ts.map +1 -1
- package/dist/src/i18n/index.d.ts +150 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/index.d.ts +116 -111
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/services/AlfrescoFileService.d.ts +6 -0
- package/dist/src/services/AlfrescoFileService.d.ts.map +1 -1
- package/dist/src/services/AlfrescoNodeService.d.ts +8 -0
- package/dist/src/services/AlfrescoNodeService.d.ts.map +1 -1
- package/dist/src/services/CollabBackupService.d.ts +27 -0
- package/dist/src/services/CollabBackupService.d.ts.map +1 -0
- package/dist/src/services/FormatService.d.ts.map +1 -1
- package/dist/src/services/UserViewService.d.ts.map +1 -1
- package/dist/src/services/WorkflowService.d.ts.map +1 -1
- package/dist/src/services/WorkspaceService.d.ts.map +1 -1
- package/dist/src/stores/config.d.ts +39 -0
- package/dist/src/stores/config.d.ts.map +1 -1
- package/dist/src/stores/taskNotification.d.ts +9 -0
- package/dist/src/stores/taskNotification.d.ts.map +1 -0
- package/dist/src/stores/upload.d.ts.map +1 -1
- package/dist/src/stores/user.d.ts.map +1 -1
- package/dist/src/typedef.d.ts +367 -0
- package/dist/src/typedef.d.ts.map +1 -0
- package/package.json +10 -10
- package/dist/index-BbVzbEij.js +0 -78797
- package/dist/index-BbVzbEij.js.map +0 -1
- package/dist/jszip.min-8PfeYdht.js.map +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useColumnFilter.d.ts","sourceRoot":"","sources":["../../../src/composables/useColumnFilter.js"],"names":[],"mappings":";AAEA;;;;;;;;;;;;;;;;;;;;;;;;EA0JC"}
|
|
@@ -9,6 +9,8 @@ export function useLayout(): {
|
|
|
9
9
|
menuTheme: string;
|
|
10
10
|
staticMenuDesktopInactive: boolean;
|
|
11
11
|
anchored: boolean;
|
|
12
|
+
sidebarProfileShow: boolean;
|
|
13
|
+
sidebarProfilePosition: string;
|
|
12
14
|
mobileMenuActive: boolean;
|
|
13
15
|
overlayMenuActive: boolean;
|
|
14
16
|
profileSidebarVisible: boolean;
|
|
@@ -58,6 +60,8 @@ export function useLayout(): {
|
|
|
58
60
|
}>;
|
|
59
61
|
setMenuMode: (mode: any) => void;
|
|
60
62
|
setMenuTheme: (theme: any) => void;
|
|
63
|
+
setSidebarProfileShow: (show: any) => void;
|
|
64
|
+
setSidebarProfilePosition: (position: any) => void;
|
|
61
65
|
toggleMenu: () => void;
|
|
62
66
|
toggleAnchor: () => void;
|
|
63
67
|
showMobileMenu: () => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useLayout.d.ts","sourceRoot":"","sources":["../../../src/composables/useLayout.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"useLayout.d.ts","sourceRoot":"","sources":["../../../src/composables/useLayout.js"],"names":[],"mappings":";AAsIA;;;GAGG;AACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsVC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useMarkdownPreview.d.ts","sourceRoot":"","sources":["../../../src/composables/useMarkdownPreview.js"],"names":[],"mappings":";AA+MA;;;;;GAKG;AACH,wCAHW,MAAM,GACJ,MAAM,CAQlB;AAED;;;;;GAKG;AACH,sCAHW,MAAM,GACJ,MAAM,CAOlB;AAED;;;;;;GAMG;AACH,qDAJW,MAAM,iBACN,MAAM,GACJ,MAAM,
|
|
1
|
+
{"version":3,"file":"useMarkdownPreview.d.ts","sourceRoot":"","sources":["../../../src/composables/useMarkdownPreview.js"],"names":[],"mappings":";AA+MA;;;;;GAKG;AACH,wCAHW,MAAM,GACJ,MAAM,CAQlB;AAED;;;;;GAKG;AACH,sCAHW,MAAM,GACJ,MAAM,CAOlB;AAED;;;;;;GAMG;AACH,qDAJW,MAAM,iBACN,MAAM,GACJ,MAAM,CAyBlB;AAED;;;;;;;;;GASG;AACH,6CALG;IAA2C,OAAO,EAA1C,OAAO,KAAK,EAAE,GAAG,CAAC,MAAM,CAAC;IACU,QAAQ,EAA3C,OAAO,KAAK,EAAE,GAAG,CAAC,MAAM,CAAC;IACT,YAAY,EAA5B,MAAM;CACd,OA+DF;AA/ND;;;GAGG;AACH,09CA6DE"}
|
package/dist/src/i18n/index.d.ts
CHANGED
|
@@ -2,6 +2,12 @@ import { I18n } from 'vue-i18n';
|
|
|
2
2
|
export default i18n;
|
|
3
3
|
declare const i18n: I18n<{
|
|
4
4
|
en: {
|
|
5
|
+
pagination: {
|
|
6
|
+
rowsPerPage: string;
|
|
7
|
+
};
|
|
8
|
+
taskNotification: {
|
|
9
|
+
pendingTasks: string;
|
|
10
|
+
};
|
|
5
11
|
nothingTitle: string;
|
|
6
12
|
nothingText: string;
|
|
7
13
|
goHome: string;
|
|
@@ -113,6 +119,13 @@ declare const i18n: I18n<{
|
|
|
113
119
|
showPageByPage: string;
|
|
114
120
|
previousPage: string;
|
|
115
121
|
nextPage: string;
|
|
122
|
+
saveForm: string;
|
|
123
|
+
cancelForm: string;
|
|
124
|
+
formFieldsInfo: string;
|
|
125
|
+
formFieldsInfoTitle: string;
|
|
126
|
+
formFieldName: string;
|
|
127
|
+
formFieldType: string;
|
|
128
|
+
formFieldValue: string;
|
|
116
129
|
};
|
|
117
130
|
sharelink: {
|
|
118
131
|
shareLinkOf: string;
|
|
@@ -145,6 +158,18 @@ declare const i18n: I18n<{
|
|
|
145
158
|
userHomes: string;
|
|
146
159
|
yes: string;
|
|
147
160
|
no: string;
|
|
161
|
+
filter: {
|
|
162
|
+
toggle: string;
|
|
163
|
+
all: string;
|
|
164
|
+
search: string;
|
|
165
|
+
clear: string;
|
|
166
|
+
apply: string;
|
|
167
|
+
noOptions: string;
|
|
168
|
+
contains: string;
|
|
169
|
+
notContains: string;
|
|
170
|
+
equals: string;
|
|
171
|
+
clearAll: string;
|
|
172
|
+
};
|
|
148
173
|
howMuchResult: string;
|
|
149
174
|
howMuchSelected: string;
|
|
150
175
|
selectAllElement: string;
|
|
@@ -180,6 +205,7 @@ declare const i18n: I18n<{
|
|
|
180
205
|
successRestrictPermissions: string;
|
|
181
206
|
successRestorePermissions: string;
|
|
182
207
|
fromGroup: string;
|
|
208
|
+
viewUserProfile: string;
|
|
183
209
|
};
|
|
184
210
|
groups: string;
|
|
185
211
|
role: {
|
|
@@ -269,6 +295,7 @@ declare const i18n: I18n<{
|
|
|
269
295
|
};
|
|
270
296
|
arrayEditor: {
|
|
271
297
|
addItem: string;
|
|
298
|
+
reorder: string;
|
|
272
299
|
};
|
|
273
300
|
types: {
|
|
274
301
|
string: string;
|
|
@@ -528,8 +555,10 @@ declare const i18n: I18n<{
|
|
|
528
555
|
};
|
|
529
556
|
editor: {
|
|
530
557
|
cancelEdit: string;
|
|
558
|
+
closeEdit: string;
|
|
531
559
|
edit: string;
|
|
532
560
|
saveSuccess: string;
|
|
561
|
+
alreadyUpToDate: string;
|
|
533
562
|
loadError: string;
|
|
534
563
|
refreshError: string;
|
|
535
564
|
unsavedChanges: string;
|
|
@@ -574,6 +603,8 @@ declare const i18n: I18n<{
|
|
|
574
603
|
};
|
|
575
604
|
};
|
|
576
605
|
sendingMail: {
|
|
606
|
+
addCc: string;
|
|
607
|
+
addCci: string;
|
|
577
608
|
popup: {
|
|
578
609
|
defaultSubject: string;
|
|
579
610
|
defaultMessage: string;
|
|
@@ -599,6 +630,7 @@ declare const i18n: I18n<{
|
|
|
599
630
|
size: string;
|
|
600
631
|
type: string;
|
|
601
632
|
toggle: string;
|
|
633
|
+
customize: string;
|
|
602
634
|
};
|
|
603
635
|
facets: {
|
|
604
636
|
categories: {
|
|
@@ -1096,8 +1128,57 @@ declare const i18n: I18n<{
|
|
|
1096
1128
|
closeChat: string;
|
|
1097
1129
|
newMessages: string;
|
|
1098
1130
|
};
|
|
1131
|
+
workflow: {
|
|
1132
|
+
selectedDocuments: string;
|
|
1133
|
+
};
|
|
1134
|
+
fileList: string;
|
|
1135
|
+
previewPanel: string;
|
|
1136
|
+
selectAll: string;
|
|
1137
|
+
deselectAll: string;
|
|
1138
|
+
layoutSelector: string;
|
|
1139
|
+
layoutList: string;
|
|
1140
|
+
layoutGrid: string;
|
|
1141
|
+
layoutTable: string;
|
|
1142
|
+
delete: string;
|
|
1143
|
+
edit: string;
|
|
1144
|
+
open: string;
|
|
1145
|
+
download: string;
|
|
1146
|
+
restore: string;
|
|
1147
|
+
publish: string;
|
|
1148
|
+
back: string;
|
|
1149
|
+
minimize: string;
|
|
1150
|
+
reload: string;
|
|
1151
|
+
duplicate: string;
|
|
1152
|
+
moveUp: string;
|
|
1153
|
+
moveDown: string;
|
|
1154
|
+
sortAscending: string;
|
|
1155
|
+
sortDescending: string;
|
|
1156
|
+
search: string;
|
|
1157
|
+
moreActions: string;
|
|
1158
|
+
"add/removeFavorite": string;
|
|
1159
|
+
modify: string;
|
|
1160
|
+
home: string;
|
|
1161
|
+
selection: {
|
|
1162
|
+
count: string;
|
|
1163
|
+
mobileCount: string;
|
|
1164
|
+
selectAll: string;
|
|
1165
|
+
selectAllShort: string;
|
|
1166
|
+
clearSelection: string;
|
|
1167
|
+
clear: string;
|
|
1168
|
+
};
|
|
1169
|
+
sidebarMenu: {
|
|
1170
|
+
profile: string;
|
|
1171
|
+
portal: string;
|
|
1172
|
+
logout: string;
|
|
1173
|
+
};
|
|
1099
1174
|
};
|
|
1100
1175
|
fr: {
|
|
1176
|
+
pagination: {
|
|
1177
|
+
rowsPerPage: string;
|
|
1178
|
+
};
|
|
1179
|
+
taskNotification: {
|
|
1180
|
+
pendingTasks: string;
|
|
1181
|
+
};
|
|
1101
1182
|
nothingTitle: string;
|
|
1102
1183
|
nothingText: string;
|
|
1103
1184
|
goHome: string;
|
|
@@ -1209,6 +1290,13 @@ declare const i18n: I18n<{
|
|
|
1209
1290
|
showPageByPage: string;
|
|
1210
1291
|
previousPage: string;
|
|
1211
1292
|
nextPage: string;
|
|
1293
|
+
saveForm: string;
|
|
1294
|
+
cancelForm: string;
|
|
1295
|
+
formFieldsInfo: string;
|
|
1296
|
+
formFieldsInfoTitle: string;
|
|
1297
|
+
formFieldName: string;
|
|
1298
|
+
formFieldType: string;
|
|
1299
|
+
formFieldValue: string;
|
|
1212
1300
|
};
|
|
1213
1301
|
sharelink: {
|
|
1214
1302
|
shareLinkOf: string;
|
|
@@ -1241,6 +1329,18 @@ declare const i18n: I18n<{
|
|
|
1241
1329
|
userHomes: string;
|
|
1242
1330
|
yes: string;
|
|
1243
1331
|
no: string;
|
|
1332
|
+
filter: {
|
|
1333
|
+
toggle: string;
|
|
1334
|
+
all: string;
|
|
1335
|
+
search: string;
|
|
1336
|
+
clear: string;
|
|
1337
|
+
apply: string;
|
|
1338
|
+
noOptions: string;
|
|
1339
|
+
contains: string;
|
|
1340
|
+
notContains: string;
|
|
1341
|
+
equals: string;
|
|
1342
|
+
clearAll: string;
|
|
1343
|
+
};
|
|
1244
1344
|
howMuchResult: string;
|
|
1245
1345
|
howMuchSelected: string;
|
|
1246
1346
|
selectAllElement: string;
|
|
@@ -1276,6 +1376,7 @@ declare const i18n: I18n<{
|
|
|
1276
1376
|
successRestrictPermissions: string;
|
|
1277
1377
|
successRestorePermissions: string;
|
|
1278
1378
|
fromGroup: string;
|
|
1379
|
+
viewUserProfile: string;
|
|
1279
1380
|
};
|
|
1280
1381
|
groups: string;
|
|
1281
1382
|
role: {
|
|
@@ -1365,6 +1466,7 @@ declare const i18n: I18n<{
|
|
|
1365
1466
|
};
|
|
1366
1467
|
arrayEditor: {
|
|
1367
1468
|
addItem: string;
|
|
1469
|
+
reorder: string;
|
|
1368
1470
|
};
|
|
1369
1471
|
types: {
|
|
1370
1472
|
string: string;
|
|
@@ -1623,7 +1725,9 @@ declare const i18n: I18n<{
|
|
|
1623
1725
|
editor: {
|
|
1624
1726
|
edit: string;
|
|
1625
1727
|
cancelEdit: string;
|
|
1728
|
+
closeEdit: string;
|
|
1626
1729
|
saveSuccess: string;
|
|
1730
|
+
alreadyUpToDate: string;
|
|
1627
1731
|
loadError: string;
|
|
1628
1732
|
refreshError: string;
|
|
1629
1733
|
unsavedChanges: string;
|
|
@@ -1668,6 +1772,8 @@ declare const i18n: I18n<{
|
|
|
1668
1772
|
};
|
|
1669
1773
|
};
|
|
1670
1774
|
sendingMail: {
|
|
1775
|
+
addCc: string;
|
|
1776
|
+
addCci: string;
|
|
1671
1777
|
popup: {
|
|
1672
1778
|
defaultSubject: string;
|
|
1673
1779
|
defaultMessage: string;
|
|
@@ -1693,6 +1799,7 @@ declare const i18n: I18n<{
|
|
|
1693
1799
|
size: string;
|
|
1694
1800
|
type: string;
|
|
1695
1801
|
toggle: string;
|
|
1802
|
+
customize: string;
|
|
1696
1803
|
};
|
|
1697
1804
|
facets: {
|
|
1698
1805
|
categories: {
|
|
@@ -2190,6 +2297,49 @@ declare const i18n: I18n<{
|
|
|
2190
2297
|
closeChat: string;
|
|
2191
2298
|
newMessages: string;
|
|
2192
2299
|
};
|
|
2300
|
+
workflow: {
|
|
2301
|
+
selectedDocuments: string;
|
|
2302
|
+
};
|
|
2303
|
+
fileList: string;
|
|
2304
|
+
previewPanel: string;
|
|
2305
|
+
selectAll: string;
|
|
2306
|
+
deselectAll: string;
|
|
2307
|
+
layoutSelector: string;
|
|
2308
|
+
layoutList: string;
|
|
2309
|
+
layoutGrid: string;
|
|
2310
|
+
layoutTable: string;
|
|
2311
|
+
delete: string;
|
|
2312
|
+
edit: string;
|
|
2313
|
+
open: string;
|
|
2314
|
+
download: string;
|
|
2315
|
+
restore: string;
|
|
2316
|
+
publish: string;
|
|
2317
|
+
back: string;
|
|
2318
|
+
minimize: string;
|
|
2319
|
+
reload: string;
|
|
2320
|
+
duplicate: string;
|
|
2321
|
+
moveUp: string;
|
|
2322
|
+
moveDown: string;
|
|
2323
|
+
sortAscending: string;
|
|
2324
|
+
sortDescending: string;
|
|
2325
|
+
search: string;
|
|
2326
|
+
moreActions: string;
|
|
2327
|
+
"add/removeFavorite": string;
|
|
2328
|
+
modify: string;
|
|
2329
|
+
home: string;
|
|
2330
|
+
selection: {
|
|
2331
|
+
count: string;
|
|
2332
|
+
mobileCount: string;
|
|
2333
|
+
selectAll: string;
|
|
2334
|
+
selectAllShort: string;
|
|
2335
|
+
clearSelection: string;
|
|
2336
|
+
clear: string;
|
|
2337
|
+
};
|
|
2338
|
+
sidebarMenu: {
|
|
2339
|
+
profile: string;
|
|
2340
|
+
portal: string;
|
|
2341
|
+
logout: string;
|
|
2342
|
+
};
|
|
2193
2343
|
};
|
|
2194
2344
|
}, {}, {}, string, true>;
|
|
2195
2345
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAOG"}
|
package/dist/src/index.d.ts
CHANGED
|
@@ -1,31 +1,33 @@
|
|
|
1
|
-
import { default as PDFComponent } from '
|
|
2
|
-
import { default as PristyIcon } from '
|
|
3
|
-
import { default as PaginatorComponent } from '
|
|
4
|
-
import { default as CopyOrMovePopup } from '
|
|
5
|
-
import { default as TreeExplorer } from '
|
|
6
|
-
import { default as EllipsisBreadcrumb } from '
|
|
7
|
-
import { default as BreadCrumbAlfresco } from '
|
|
8
|
-
import { default as ComplexBreadcrumb } from '
|
|
9
|
-
import { default as ContentTableView } from '
|
|
10
|
-
import { default as ContentListView } from '
|
|
11
|
-
import { default as ContentCompactTableView } from '
|
|
12
|
-
import { default as ContentGridView } from '
|
|
13
|
-
import { default as DynamicContentView } from '
|
|
14
|
-
import { default as ContentFiltersHeader } from '
|
|
15
|
-
import { default as ImageViewer } from '
|
|
16
|
-
import { default as VideoPlayer } from '
|
|
17
|
-
import { default as AudioPlayer } from '
|
|
18
|
-
import { default as PreviewPanel } from '
|
|
19
|
-
import { default as LayoutSelector } from '
|
|
20
|
-
import { default as ColumnTogglePanel } from '
|
|
21
|
-
import { default as
|
|
22
|
-
import { default as
|
|
23
|
-
import { default as
|
|
24
|
-
import { default as
|
|
25
|
-
import { default as
|
|
26
|
-
import { default as
|
|
27
|
-
import { default as
|
|
28
|
-
import { default as
|
|
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,98 @@ 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 '
|
|
48
|
-
import { default as WorkspaceList } from '
|
|
49
|
-
import { default as PredefinedViewsPanel } from '
|
|
50
|
-
import { default as ViewList } from '
|
|
51
|
-
import { default as CreateWorkflowPopup } from '
|
|
52
|
-
import { default as ImportNewVersionPopup } from '
|
|
53
|
-
import { default as ShareLinkPopup } from '
|
|
54
|
-
import { default as MemberListPopup } from '
|
|
55
|
-
import { default as SendMailPopup } from '
|
|
56
|
-
import { default as ImportPopupWithWorker } from '
|
|
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 '
|
|
59
|
-
import { default as AppSidebar } from '
|
|
60
|
-
import { default as AppTopbar } from '
|
|
61
|
-
import { default as AppSubmenu } from '
|
|
62
|
-
import { default as AppFooter } from '
|
|
63
|
-
import { default as AppMobileLayout } from '
|
|
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 '
|
|
69
|
-
import { default as ClassificationPlanList } from '
|
|
70
|
-
import { default as ClassificationPlanCreate } from '
|
|
71
|
-
import { default as AdminClassificationPage } from '
|
|
72
|
-
import { default as NatureForm } from '
|
|
73
|
-
import { default as FieldForm } from '
|
|
74
|
-
import { default as EmplacementForm } from '
|
|
75
|
-
import { default as UploadPlanPopup } from '
|
|
76
|
-
import { default as RequalifyPlanPopup } from '
|
|
77
|
-
export { default as alfrescoFileService } from '
|
|
78
|
-
export { default as alfrescoNodeService } from '
|
|
79
|
-
export { default as alfrescoPermissionService } from '
|
|
80
|
-
export { default as collaboraAccessService } from '
|
|
81
|
-
export { default as collabService } from '
|
|
82
|
-
export { default as errorService } from '
|
|
83
|
-
export { default as favoriteService } from '
|
|
84
|
-
export { default as formatService } from '
|
|
85
|
-
export { default as iconeService } from '
|
|
86
|
-
export { default as keyboardShortcutsService } from '
|
|
87
|
-
export { default as menuService } from '
|
|
88
|
-
export { default as peopleService } from '
|
|
89
|
-
export { default as translationService } from '
|
|
90
|
-
export { default as workflowService } from '
|
|
91
|
-
export { default as workspaceService } from '
|
|
92
|
-
export { default as configService } from '
|
|
93
|
-
export { default as userViewService } from '
|
|
94
|
-
export { default as alfrescoModelService } from '
|
|
95
|
-
export { default as chatBackendService } from '
|
|
96
|
-
export { default as rocketChatService } from '
|
|
97
|
-
export { default as rocketChatAuthService } from '
|
|
98
|
-
export { default as classificationService } from '
|
|
99
|
-
export { default as classificationFileService } from '
|
|
100
|
-
export { default as viewConfigService } from '
|
|
101
|
-
export { default as aftsQueryBuilder } from '
|
|
102
|
-
export { default as vueKeyCloak } from '
|
|
103
|
-
export { default as i18n } from '
|
|
104
|
-
export { messages } from '
|
|
105
|
-
export * from '
|
|
106
|
-
export { useTheme } from '
|
|
107
|
-
export {
|
|
108
|
-
export {
|
|
109
|
-
export {
|
|
110
|
-
export {
|
|
111
|
-
export {
|
|
112
|
-
export {
|
|
113
|
-
export {
|
|
114
|
-
export {
|
|
115
|
-
export {
|
|
116
|
-
export {
|
|
117
|
-
export {
|
|
118
|
-
export {
|
|
119
|
-
export {
|
|
120
|
-
export {
|
|
121
|
-
export {
|
|
122
|
-
export {
|
|
123
|
-
export {
|
|
124
|
-
export {
|
|
125
|
-
export { default as
|
|
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 RequalifyPlanPopup } from '../components/classification/RequalifyPlanPopup.vue';
|
|
80
|
+
export { default as alfrescoFileService } from '../services/AlfrescoFileService.js';
|
|
81
|
+
export { default as alfrescoNodeService } from '../services/AlfrescoNodeService.js';
|
|
82
|
+
export { default as alfrescoPermissionService } from '../services/AlfrescoPermissionService.js';
|
|
83
|
+
export { default as collaboraAccessService } from '../services/CollaboraAccessService.js';
|
|
84
|
+
export { default as collabService } from '../services/CollabService.js';
|
|
85
|
+
export { default as errorService } from '../services/ErrorService.js';
|
|
86
|
+
export { default as favoriteService } from '../services/FavoriteService.js';
|
|
87
|
+
export { default as formatService } from '../services/FormatService.js';
|
|
88
|
+
export { default as iconeService } from '../services/IconeService.js';
|
|
89
|
+
export { default as keyboardShortcutsService } from '../services/KeyboardShortcutsService.js';
|
|
90
|
+
export { default as menuService } from '../services/MenuService.js';
|
|
91
|
+
export { default as peopleService } from '../services/PeopleService.js';
|
|
92
|
+
export { default as translationService } from '../services/TranslationService.js';
|
|
93
|
+
export { default as workflowService } from '../services/WorkflowService.js';
|
|
94
|
+
export { default as workspaceService } from '../services/WorkspaceService.js';
|
|
95
|
+
export { default as configService } from '../services/ConfigService.js';
|
|
96
|
+
export { default as userViewService } from '../services/UserViewService.js';
|
|
97
|
+
export { default as alfrescoModelService } from '../services/AlfrescoModelService.js';
|
|
98
|
+
export { default as chatBackendService } from '../services/ChatBackendService.js';
|
|
99
|
+
export { default as rocketChatService } from '../services/RocketChatService.js';
|
|
100
|
+
export { default as rocketChatAuthService } from '../services/RocketChatAuthService.js';
|
|
101
|
+
export { default as classificationService } from '../services/ClassificationService.js';
|
|
102
|
+
export { default as classificationFileService } from '../services/ClassificationFileService.js';
|
|
103
|
+
export { default as viewConfigService } from '../services/ViewConfigService.js';
|
|
104
|
+
export { default as aftsQueryBuilder } from '../services/AftsQueryBuilder.js';
|
|
105
|
+
export { default as vueKeyCloak } from '../plugins/KeycloakPlugin.js';
|
|
106
|
+
export { default as i18n } from '../i18n';
|
|
107
|
+
export { messages } from '../i18n/locales';
|
|
108
|
+
export * from '../AlfrescoApi';
|
|
109
|
+
export { useTheme } from '../composables/useTheme.js';
|
|
110
|
+
export { useAuth } from '../composables/useAuth.js';
|
|
111
|
+
export { useCollaboraStore } from '../stores/collabora';
|
|
112
|
+
export { useCollabStore } from '../stores/collab.js';
|
|
113
|
+
export { useConfigStore } from '../stores/config';
|
|
114
|
+
export { useFavoritesStore } from '../stores/favorites.js';
|
|
115
|
+
export { useMenuStore } from '../stores/menu';
|
|
116
|
+
export { useNavigationStore } from '../stores/navigation.js';
|
|
117
|
+
export { useSearchStore } from '../stores/search';
|
|
118
|
+
export { useSelectionStore } from '../stores/selection';
|
|
119
|
+
export { usePaginatorStore } from '../stores/paginator';
|
|
120
|
+
export { useUserPreferencesStore } from '../stores/userPreferences';
|
|
121
|
+
export { useUserStore } from '../stores/user';
|
|
122
|
+
export { useScreenStore } from '../stores/screen';
|
|
123
|
+
export { useUploadStore } from '../stores/upload';
|
|
124
|
+
export { useUserViewStore } from '../stores/userView.js';
|
|
125
|
+
export { useChatStore } from '../stores/chat.js';
|
|
126
|
+
export { useTaskNotificationStore } from '../stores/taskNotification.js';
|
|
127
|
+
export { useFilingPlanStore } from '../stores/filingPlan.js';
|
|
128
|
+
export { default as LoginPage } from '../pages/LoginPage.vue';
|
|
129
|
+
export { default as NotFoundPages } from '../pages/NotFoundPages.vue';
|
|
130
|
+
export { default as ErrorPage } from '../pages/ErrorPage.vue';
|
|
126
131
|
export namespace componentLibrary {
|
|
127
132
|
function install(app: any): void;
|
|
128
133
|
}
|
|
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 '
|
|
131
|
-
export { useLayout, MENU_MODES, MENU_THEMES } from '
|
|
132
|
-
export { checkNotNull, checkString } from '
|
|
133
|
-
export { useCodeMirror, getLanguageExtension, getBaseExtensions, createEditorView } from '
|
|
134
|
-
export { useMarkdownPreview, renderMarkdown, sanitizeHtml, generatePreviewDocument, DEFAULT_PREVIEW_STYLES } from '
|
|
135
|
-
export { useCollabWebSocket, ConnectionState } from '
|
|
136
|
-
export { useCollabEditor, ROLE_EDITOR, ROLE_OBSERVER } from '
|
|
137
|
-
export { useChatWebSocket, ConnectionState as ChatConnectionState } from '
|
|
134
|
+
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, RequalifyPlanPopup };
|
|
135
|
+
export { default as filingPlanService, NatureDocument, TypeDossier } from '../services/FilingPlanService.js';
|
|
136
|
+
export { useLayout, MENU_MODES, MENU_THEMES } from '../composables/useLayout.js';
|
|
137
|
+
export { checkNotNull, checkString } from '../directives/assert.js';
|
|
138
|
+
export { useCodeMirror, getLanguageExtension, getBaseExtensions, createEditorView } from '../composables/useCodeMirror.js';
|
|
139
|
+
export { useMarkdownPreview, renderMarkdown, sanitizeHtml, generatePreviewDocument, DEFAULT_PREVIEW_STYLES } from '../composables/useMarkdownPreview.js';
|
|
140
|
+
export { useCollabWebSocket, ConnectionState } from '../composables/useCollabWebSocket.js';
|
|
141
|
+
export { useCollabEditor, ROLE_EDITOR, ROLE_OBSERVER } from '../composables/useCollabEditor.js';
|
|
142
|
+
export { useChatWebSocket, ConnectionState as ChatConnectionState } from '../composables/useChatWebSocket.js';
|
|
138
143
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAsGE,iCAqEC;;yBA1JsB,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;sBAsBtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;4BAC9B,0CAA0C;kCACpC,gDAAgD;sBA3B5D,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"}
|
|
@@ -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,
|
|
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;
|
|
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"}
|