@pristy/pristy-libvue 1.9.2 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/DiffViewerDialog.vue.d.ts +1 -1
- package/dist/components/ErrorComponent.vue.d.ts +14 -1
- package/dist/components/ErrorComponent.vue.d.ts.map +1 -1
- package/dist/components/FolderUpload.vue.d.ts +5 -1
- package/dist/components/FolderUpload.vue.d.ts.map +1 -1
- package/dist/components/HelpKeyMessage.vue.d.ts +3 -2
- package/dist/components/HelpKeyMessage.vue.d.ts.map +1 -1
- package/dist/components/SelectionStatus.vue.d.ts +3 -2
- package/dist/components/SelectionStatus.vue.d.ts.map +1 -1
- package/dist/components/TreeExplorer.vue.d.ts +8 -6
- package/dist/components/TreeExplorer.vue.d.ts.map +1 -1
- package/dist/components/UploadStatus.vue.d.ts +3 -2
- package/dist/components/UploadStatus.vue.d.ts.map +1 -1
- package/dist/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts +9 -8
- package/dist/components/breadcrumb/BreadCrumbAlfresco.vue.d.ts.map +1 -1
- package/dist/components/breadcrumb/ComplexBreadcrumb.vue.d.ts +218 -0
- package/dist/components/breadcrumb/ComplexBreadcrumb.vue.d.ts.map +1 -0
- package/dist/components/breadcrumb/EllipsisBreadcrumb.vue.d.ts +8 -7
- package/dist/components/breadcrumb/EllipsisBreadcrumb.vue.d.ts.map +1 -1
- package/dist/components/config/AddPairInConfigDialog.vue.d.ts +9 -8
- package/dist/components/config/AddPairInConfigDialog.vue.d.ts.map +1 -1
- package/dist/components/config/ConfigUpload.vue.d.ts +3 -2
- package/dist/components/config/ConfigUpload.vue.d.ts.map +1 -1
- package/dist/components/config/ListVersionConfig.vue.d.ts +9 -8
- package/dist/components/config/ListVersionConfig.vue.d.ts.map +1 -1
- package/dist/components/layouts/AppFooter.vue.d.ts +115 -0
- package/dist/components/layouts/AppFooter.vue.d.ts.map +1 -0
- package/dist/components/layouts/AppLayout.vue.d.ts +702 -0
- package/dist/components/layouts/AppLayout.vue.d.ts.map +1 -0
- package/dist/components/layouts/AppMobileLayout.vue.d.ts +160 -0
- package/dist/components/layouts/AppMobileLayout.vue.d.ts.map +1 -0
- package/dist/components/layouts/AppSidebar.vue.d.ts +116 -0
- package/dist/components/layouts/AppSidebar.vue.d.ts.map +1 -0
- package/dist/components/layouts/AppSubmenu.vue.d.ts +45 -0
- package/dist/components/layouts/AppSubmenu.vue.d.ts.map +1 -0
- package/dist/components/layouts/AppTopbar.vue.d.ts +268 -0
- package/dist/components/layouts/AppTopbar.vue.d.ts.map +1 -0
- package/dist/components/menu/ActionMenu.vue.d.ts +5 -4
- package/dist/components/menu/ActionMenu.vue.d.ts.map +1 -1
- package/dist/components/navigation/ContentFiltersHeader.vue.d.ts +29 -5
- package/dist/components/navigation/ContentFiltersHeader.vue.d.ts.map +1 -1
- package/dist/components/navigation/ContentGridView.vue.d.ts +7 -6
- package/dist/components/navigation/ContentGridView.vue.d.ts.map +1 -1
- package/dist/components/navigation/ContentListView.vue.d.ts +5 -4
- package/dist/components/navigation/ContentListView.vue.d.ts.map +1 -1
- package/dist/components/navigation/ContentTableView.vue.d.ts +11 -10
- package/dist/components/navigation/ContentTableView.vue.d.ts.map +1 -1
- package/dist/components/navigation/DynamicContentView.vue.d.ts +99 -95
- package/dist/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/components/navigation/LayoutSelector.vue.d.ts +3 -2
- package/dist/components/navigation/LayoutSelector.vue.d.ts.map +1 -1
- package/dist/components/navigation/PreviewPanel.vue.d.ts +68 -31
- package/dist/components/navigation/PreviewPanel.vue.d.ts.map +1 -1
- package/dist/components/pagination/PaginatorComponent.vue.d.ts +3 -3
- package/dist/components/pagination/PaginatorComponent.vue.d.ts.map +1 -1
- package/dist/components/popup/CopyOrMovePopup.vue.d.ts +16 -14
- package/dist/components/popup/CopyOrMovePopup.vue.d.ts.map +1 -1
- package/dist/components/popup/CreateWorkflowPopup.vue.d.ts +29 -28
- package/dist/components/popup/CreateWorkflowPopup.vue.d.ts.map +1 -1
- package/dist/components/popup/ImportNewVersionPopup.vue.d.ts +11 -10
- package/dist/components/popup/ImportNewVersionPopup.vue.d.ts.map +1 -1
- package/dist/components/popup/ImportPopupWithWorker.vue.d.ts +19 -1
- package/dist/components/popup/ImportPopupWithWorker.vue.d.ts.map +1 -1
- package/dist/components/popup/MemberListPopup.vue.d.ts +18 -17
- package/dist/components/popup/MemberListPopup.vue.d.ts.map +1 -1
- package/dist/components/popup/SendMailPopup.vue.d.ts +13 -12
- package/dist/components/popup/SendMailPopup.vue.d.ts.map +1 -1
- package/dist/components/popup/ShareLinkPopup.vue.d.ts +15 -10
- package/dist/components/popup/ShareLinkPopup.vue.d.ts.map +1 -1
- package/dist/components/search/AddCriterionPopup.vue.d.ts +19 -18
- package/dist/components/search/AddCriterionPopup.vue.d.ts.map +1 -1
- package/dist/components/search/AdvancedSearchPanel.vue.d.ts +43 -41
- package/dist/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
- package/dist/components/search/AdvancedViewPanel.vue.d.ts +43 -41
- package/dist/components/search/AdvancedViewPanel.vue.d.ts.map +1 -1
- package/dist/components/search/ExactSearch.vue.d.ts +3 -2
- package/dist/components/search/ExactSearch.vue.d.ts.map +1 -1
- package/dist/components/search/SaveViewPopup.vue.d.ts +11 -10
- package/dist/components/search/SaveViewPopup.vue.d.ts.map +1 -1
- package/dist/components/search/UserViewsFavoritesPanel.vue.d.ts +3 -2
- package/dist/components/search/UserViewsFavoritesPanel.vue.d.ts.map +1 -1
- package/dist/components/users/MemberList.vue.d.ts +15 -14
- package/dist/components/users/MemberList.vue.d.ts.map +1 -1
- package/dist/components/viewer/AudioPlayer.vue.d.ts +39 -0
- package/dist/components/viewer/AudioPlayer.vue.d.ts.map +1 -0
- package/dist/components/viewer/ImageViewer.vue.d.ts +10 -9
- package/dist/components/viewer/ImageViewer.vue.d.ts.map +1 -1
- package/dist/components/viewer/PDFComponent.vue.d.ts +20 -19
- package/dist/components/viewer/PDFComponent.vue.d.ts.map +1 -1
- package/dist/components/viewer/VideoPlayer.vue.d.ts +7 -6
- package/dist/components/viewer/VideoPlayer.vue.d.ts.map +1 -1
- package/dist/components/workspace/WorkspaceCard.vue.d.ts +184 -0
- package/dist/components/workspace/WorkspaceCard.vue.d.ts.map +1 -0
- package/dist/components/workspace/WorkspaceList.vue.d.ts +380 -0
- package/dist/components/workspace/WorkspaceList.vue.d.ts.map +1 -0
- package/dist/composables/useCollabEditor.d.ts.map +1 -1
- package/dist/composables/useLayout.d.ts +86 -0
- package/dist/composables/useLayout.d.ts.map +1 -0
- package/dist/composables/useTheme.d.ts +105 -0
- package/dist/composables/useTheme.d.ts.map +1 -0
- package/dist/i18n/index.d.ts +96 -418
- package/dist/i18n/index.d.ts.map +1 -1
- package/dist/index.d.ts +13 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/pages/ErrorPage.vue.d.ts.map +1 -1
- package/dist/pages/LoginPage.vue.d.ts +11 -10
- package/dist/pages/LoginPage.vue.d.ts.map +1 -1
- package/dist/pages/NotFoundPages.vue.d.ts +29 -4
- package/dist/pages/NotFoundPages.vue.d.ts.map +1 -1
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +12796 -10277
- package/dist/pristy-libvue.es.js.map +1 -1
- package/dist/pristy-libvue.umd.js +20 -19
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/services/AlfrescoNodeService.d.ts.map +1 -1
- package/dist/services/CollabService.d.ts +2 -12
- package/dist/services/CollabService.d.ts.map +1 -1
- package/dist/stores/menu.d.ts.map +1 -1
- package/dist/stores/search.d.ts.map +1 -1
- package/package.json +4 -2
package/dist/i18n/index.d.ts
CHANGED
|
@@ -2,219 +2,16 @@ import { I18n } from 'vue-i18n';
|
|
|
2
2
|
export default i18n;
|
|
3
3
|
declare const i18n: I18n<{
|
|
4
4
|
en: {
|
|
5
|
+
nothingTitle: string;
|
|
6
|
+
nothingText: string;
|
|
7
|
+
goHome: string;
|
|
5
8
|
fichier: string;
|
|
6
9
|
dossier: string;
|
|
7
10
|
save: string;
|
|
8
11
|
cancel: string;
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
"502": string;
|
|
13
|
-
"504": string;
|
|
14
|
-
"507": string;
|
|
15
|
-
getWorkspace: {
|
|
16
|
-
"400": string;
|
|
17
|
-
"404": string;
|
|
18
|
-
};
|
|
19
|
-
uploadFile: {
|
|
20
|
-
"400": string;
|
|
21
|
-
"401": string;
|
|
22
|
-
"403": string;
|
|
23
|
-
"404": string;
|
|
24
|
-
"409": string;
|
|
25
|
-
"413": string;
|
|
26
|
-
"415": string;
|
|
27
|
-
"422": string;
|
|
28
|
-
"507": string;
|
|
29
|
-
};
|
|
30
|
-
createNode: {
|
|
31
|
-
"400": string;
|
|
32
|
-
"401": string;
|
|
33
|
-
"409": string;
|
|
34
|
-
"422": string;
|
|
35
|
-
};
|
|
36
|
-
updateNode: {
|
|
37
|
-
"400": string;
|
|
38
|
-
"401": string;
|
|
39
|
-
"409": string;
|
|
40
|
-
"422": string;
|
|
41
|
-
};
|
|
42
|
-
deleteNode: {
|
|
43
|
-
"401": string;
|
|
44
|
-
"403": string;
|
|
45
|
-
"404": string;
|
|
46
|
-
"409": string;
|
|
47
|
-
};
|
|
48
|
-
updateContentNode: {
|
|
49
|
-
"400": string;
|
|
50
|
-
"401": string;
|
|
51
|
-
"403": string;
|
|
52
|
-
"404": string;
|
|
53
|
-
"409": string;
|
|
54
|
-
"413": string;
|
|
55
|
-
"422": string;
|
|
56
|
-
};
|
|
57
|
-
copyNode: {
|
|
58
|
-
"401": string;
|
|
59
|
-
"403": string;
|
|
60
|
-
"404": string;
|
|
61
|
-
"409": string;
|
|
62
|
-
"422": string;
|
|
63
|
-
};
|
|
64
|
-
moveNode: {
|
|
65
|
-
"400": string;
|
|
66
|
-
"401": string;
|
|
67
|
-
"403": string;
|
|
68
|
-
"404": string;
|
|
69
|
-
"409": string;
|
|
70
|
-
"422": string;
|
|
71
|
-
};
|
|
72
|
-
login: {
|
|
73
|
-
"400": string;
|
|
74
|
-
"401": string;
|
|
75
|
-
"403": string;
|
|
76
|
-
emptyPasswordOrUser: string;
|
|
77
|
-
unexpectedError: string;
|
|
78
|
-
};
|
|
79
|
-
getLoolUrl: {
|
|
80
|
-
"404": string;
|
|
81
|
-
"500": string;
|
|
82
|
-
};
|
|
83
|
-
getAccessToken: {
|
|
84
|
-
"404": string;
|
|
85
|
-
"500": string;
|
|
86
|
-
};
|
|
87
|
-
getCollaboraExtensions: {
|
|
88
|
-
"404": string;
|
|
89
|
-
"500": string;
|
|
90
|
-
};
|
|
91
|
-
canOpenWithCollabora: {
|
|
92
|
-
"404": string;
|
|
93
|
-
"500": string;
|
|
94
|
-
};
|
|
95
|
-
getFavorites: {
|
|
96
|
-
"404": string;
|
|
97
|
-
};
|
|
98
|
-
createFavorite: {
|
|
99
|
-
"401": string;
|
|
100
|
-
"404": string;
|
|
101
|
-
"409": string;
|
|
102
|
-
};
|
|
103
|
-
deleteFavorite: {
|
|
104
|
-
"404": string;
|
|
105
|
-
};
|
|
106
|
-
getWorkspaces: {
|
|
107
|
-
"400": string;
|
|
108
|
-
};
|
|
109
|
-
searchAllWorkspaces: {
|
|
110
|
-
"400": string;
|
|
111
|
-
};
|
|
112
|
-
getWorkspaceMemberships: {
|
|
113
|
-
"400": string;
|
|
114
|
-
"404": string;
|
|
115
|
-
};
|
|
116
|
-
getWorkspaceGroups: {
|
|
117
|
-
"400": string;
|
|
118
|
-
"404": string;
|
|
119
|
-
};
|
|
120
|
-
createWorkspace: {
|
|
121
|
-
"400": string;
|
|
122
|
-
"409": string;
|
|
123
|
-
};
|
|
124
|
-
addWorkspaceUser: {
|
|
125
|
-
"400": string;
|
|
126
|
-
"403": string;
|
|
127
|
-
"404": string;
|
|
128
|
-
"409": string;
|
|
129
|
-
};
|
|
130
|
-
addWorkspaceGroup: {
|
|
131
|
-
"400": string;
|
|
132
|
-
"403": string;
|
|
133
|
-
"404": string;
|
|
134
|
-
"409": string;
|
|
135
|
-
};
|
|
136
|
-
requestJoinWorkspace: {
|
|
137
|
-
"400": string;
|
|
138
|
-
"404": string;
|
|
139
|
-
"500": string;
|
|
140
|
-
};
|
|
141
|
-
updateWorkspaceUserRole: {
|
|
142
|
-
"400": string;
|
|
143
|
-
"404": string;
|
|
144
|
-
"422": string;
|
|
145
|
-
};
|
|
146
|
-
updateWorkspaceGroupRole: {
|
|
147
|
-
"400": string;
|
|
148
|
-
"404": string;
|
|
149
|
-
"422": string;
|
|
150
|
-
};
|
|
151
|
-
deleteWorkspaceUser: {
|
|
152
|
-
"400": string;
|
|
153
|
-
"404": string;
|
|
154
|
-
"422": string;
|
|
155
|
-
};
|
|
156
|
-
deleteWorkspaceGroup: {
|
|
157
|
-
"404": string;
|
|
158
|
-
"422": string;
|
|
159
|
-
};
|
|
160
|
-
updateWorkspaceType: {
|
|
161
|
-
"400": string;
|
|
162
|
-
"404": string;
|
|
163
|
-
};
|
|
164
|
-
getAllUsers: {
|
|
165
|
-
"400": string;
|
|
166
|
-
};
|
|
167
|
-
getAllGroups: {
|
|
168
|
-
"400": string;
|
|
169
|
-
};
|
|
170
|
-
deleteWorkspace: {
|
|
171
|
-
"400": string;
|
|
172
|
-
"403": string;
|
|
173
|
-
"404": string;
|
|
174
|
-
};
|
|
175
|
-
updateWorkspace: {
|
|
176
|
-
"400": string;
|
|
177
|
-
"403": string;
|
|
178
|
-
"404": string;
|
|
179
|
-
};
|
|
180
|
-
createSharedLink: {
|
|
181
|
-
"400": string;
|
|
182
|
-
"403": string;
|
|
183
|
-
"404": string;
|
|
184
|
-
"409": string;
|
|
185
|
-
"501": string;
|
|
186
|
-
};
|
|
187
|
-
deleteSharedLink: {
|
|
188
|
-
"400": string;
|
|
189
|
-
"403": string;
|
|
190
|
-
"404": string;
|
|
191
|
-
"501": string;
|
|
192
|
-
};
|
|
193
|
-
listNodeVersionHitory: {
|
|
194
|
-
"400": string;
|
|
195
|
-
"403": string;
|
|
196
|
-
"404": string;
|
|
197
|
-
};
|
|
198
|
-
getVersionContent: {
|
|
199
|
-
"400": string;
|
|
200
|
-
"403": string;
|
|
201
|
-
"404": string;
|
|
202
|
-
"412": string;
|
|
203
|
-
};
|
|
204
|
-
revertVersion: {
|
|
205
|
-
"400": string;
|
|
206
|
-
"403": string;
|
|
207
|
-
"404": string;
|
|
208
|
-
"422": string;
|
|
209
|
-
};
|
|
210
|
-
listGroups: {
|
|
211
|
-
"400": string;
|
|
212
|
-
"404": string;
|
|
213
|
-
};
|
|
214
|
-
updateNodeLocked: {
|
|
215
|
-
"409": string;
|
|
216
|
-
};
|
|
217
|
-
};
|
|
12
|
+
selectFolder: string;
|
|
13
|
+
dropFolder: string;
|
|
14
|
+
error: string;
|
|
218
15
|
uploadUnknownError: string;
|
|
219
16
|
alfrescoError: string;
|
|
220
17
|
fichier_image: string;
|
|
@@ -362,6 +159,34 @@ declare const i18n: I18n<{
|
|
|
362
159
|
membersPopup: {
|
|
363
160
|
goToSiteMemberPage: string;
|
|
364
161
|
};
|
|
162
|
+
members: {
|
|
163
|
+
management: string;
|
|
164
|
+
youAre: string;
|
|
165
|
+
ofThisWorkspace: string;
|
|
166
|
+
members: string;
|
|
167
|
+
role: string;
|
|
168
|
+
search: string;
|
|
169
|
+
select: string;
|
|
170
|
+
add: string;
|
|
171
|
+
errorAdd: string;
|
|
172
|
+
successAdd: string;
|
|
173
|
+
successDelete: string;
|
|
174
|
+
successChangeRole: string;
|
|
175
|
+
nbAccess: string;
|
|
176
|
+
restrictPermissions: string;
|
|
177
|
+
restorePermissions: string;
|
|
178
|
+
successRestrictPermissions: string;
|
|
179
|
+
successRestorePermissions: string;
|
|
180
|
+
fromGroup: string;
|
|
181
|
+
};
|
|
182
|
+
groups: string;
|
|
183
|
+
role: {
|
|
184
|
+
SiteManager: string;
|
|
185
|
+
SiteCollaborator: string;
|
|
186
|
+
SiteConsumer: string;
|
|
187
|
+
};
|
|
188
|
+
success: string;
|
|
189
|
+
close: string;
|
|
365
190
|
config: {
|
|
366
191
|
pageTitle: string;
|
|
367
192
|
pageDescription: string;
|
|
@@ -671,221 +496,32 @@ declare const i18n: I18n<{
|
|
|
671
496
|
errorSendMail: string;
|
|
672
497
|
};
|
|
673
498
|
};
|
|
499
|
+
column: {
|
|
500
|
+
actions: string;
|
|
501
|
+
modifiedAt: string;
|
|
502
|
+
modifiedBy: string;
|
|
503
|
+
name: string;
|
|
504
|
+
thumbnail: string;
|
|
505
|
+
size: string;
|
|
506
|
+
type: string;
|
|
507
|
+
};
|
|
508
|
+
facets: {
|
|
509
|
+
categories: {
|
|
510
|
+
modified_date: string;
|
|
511
|
+
};
|
|
512
|
+
};
|
|
674
513
|
};
|
|
675
514
|
fr: {
|
|
515
|
+
nothingTitle: string;
|
|
516
|
+
nothingText: string;
|
|
517
|
+
goHome: string;
|
|
676
518
|
fichier: string;
|
|
677
519
|
dossier: string;
|
|
678
520
|
save: string;
|
|
679
521
|
cancel: string;
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
"502": string;
|
|
684
|
-
"504": string;
|
|
685
|
-
"507": string;
|
|
686
|
-
getWorkspace: {
|
|
687
|
-
"400": string;
|
|
688
|
-
"401": string;
|
|
689
|
-
"404": string;
|
|
690
|
-
};
|
|
691
|
-
uploadFile: {
|
|
692
|
-
"400": string;
|
|
693
|
-
"401": string;
|
|
694
|
-
"403": string;
|
|
695
|
-
"404": string;
|
|
696
|
-
"409": string;
|
|
697
|
-
"413": string;
|
|
698
|
-
"415": string;
|
|
699
|
-
"422": string;
|
|
700
|
-
"507": string;
|
|
701
|
-
};
|
|
702
|
-
createNode: {
|
|
703
|
-
"400": string;
|
|
704
|
-
"401": string;
|
|
705
|
-
"409": string;
|
|
706
|
-
"422": string;
|
|
707
|
-
};
|
|
708
|
-
updateNode: {
|
|
709
|
-
"400": string;
|
|
710
|
-
"401": string;
|
|
711
|
-
"409": string;
|
|
712
|
-
"422": string;
|
|
713
|
-
};
|
|
714
|
-
deleteNode: {
|
|
715
|
-
"400": string;
|
|
716
|
-
"401": string;
|
|
717
|
-
"403": string;
|
|
718
|
-
"404": string;
|
|
719
|
-
"409": string;
|
|
720
|
-
};
|
|
721
|
-
updateContentNode: {
|
|
722
|
-
"400": string;
|
|
723
|
-
"401": string;
|
|
724
|
-
"403": string;
|
|
725
|
-
"404": string;
|
|
726
|
-
"409": string;
|
|
727
|
-
"413": string;
|
|
728
|
-
"422": string;
|
|
729
|
-
};
|
|
730
|
-
copyNode: {
|
|
731
|
-
"400": string;
|
|
732
|
-
"401": string;
|
|
733
|
-
"403": string;
|
|
734
|
-
"404": string;
|
|
735
|
-
"409": string;
|
|
736
|
-
"422": string;
|
|
737
|
-
};
|
|
738
|
-
moveNode: {
|
|
739
|
-
"400": string;
|
|
740
|
-
"401": string;
|
|
741
|
-
"403": string;
|
|
742
|
-
"404": string;
|
|
743
|
-
"409": string;
|
|
744
|
-
"422": string;
|
|
745
|
-
};
|
|
746
|
-
login: {
|
|
747
|
-
"400": string;
|
|
748
|
-
"401": string;
|
|
749
|
-
"403": string;
|
|
750
|
-
emptyPasswordOrUser: string;
|
|
751
|
-
unexpectedError: string;
|
|
752
|
-
};
|
|
753
|
-
getLoolUrl: {
|
|
754
|
-
"404": string;
|
|
755
|
-
"500": string;
|
|
756
|
-
};
|
|
757
|
-
getAccessToken: {
|
|
758
|
-
"404": string;
|
|
759
|
-
"500": string;
|
|
760
|
-
};
|
|
761
|
-
getCollaboraExtensions: {
|
|
762
|
-
"404": string;
|
|
763
|
-
"500": string;
|
|
764
|
-
};
|
|
765
|
-
canOpenWithCollabora: {
|
|
766
|
-
"404": string;
|
|
767
|
-
"500": string;
|
|
768
|
-
};
|
|
769
|
-
getFavorites: {
|
|
770
|
-
"404": string;
|
|
771
|
-
};
|
|
772
|
-
createFavorite: {
|
|
773
|
-
"401": string;
|
|
774
|
-
"404": string;
|
|
775
|
-
"409": string;
|
|
776
|
-
};
|
|
777
|
-
deleteFavorite: {
|
|
778
|
-
"404": string;
|
|
779
|
-
};
|
|
780
|
-
searchAllWorkspaces: {
|
|
781
|
-
"400": string;
|
|
782
|
-
};
|
|
783
|
-
getWorkspaceMemberships: {
|
|
784
|
-
"400": string;
|
|
785
|
-
"404": string;
|
|
786
|
-
};
|
|
787
|
-
getWorkspaceGroups: {
|
|
788
|
-
"400": string;
|
|
789
|
-
"404": string;
|
|
790
|
-
};
|
|
791
|
-
createWorkspace: {
|
|
792
|
-
"400": string;
|
|
793
|
-
"409": string;
|
|
794
|
-
};
|
|
795
|
-
addWorkspaceUser: {
|
|
796
|
-
"400": string;
|
|
797
|
-
"403": string;
|
|
798
|
-
"404": string;
|
|
799
|
-
"409": string;
|
|
800
|
-
};
|
|
801
|
-
addWorkspaceGroup: {
|
|
802
|
-
"400": string;
|
|
803
|
-
"403": string;
|
|
804
|
-
"404": string;
|
|
805
|
-
"409": string;
|
|
806
|
-
};
|
|
807
|
-
requestJoinWorkspace: {
|
|
808
|
-
"400": string;
|
|
809
|
-
"404": string;
|
|
810
|
-
"500": string;
|
|
811
|
-
};
|
|
812
|
-
updateWorkspaceUserRole: {
|
|
813
|
-
"400": string;
|
|
814
|
-
"404": string;
|
|
815
|
-
"422": string;
|
|
816
|
-
};
|
|
817
|
-
updateWorkspaceGroupRole: {
|
|
818
|
-
"400": string;
|
|
819
|
-
"404": string;
|
|
820
|
-
"422": string;
|
|
821
|
-
};
|
|
822
|
-
deleteWorkspaceUser: {
|
|
823
|
-
"400": string;
|
|
824
|
-
"404": string;
|
|
825
|
-
"422": string;
|
|
826
|
-
};
|
|
827
|
-
deleteWorkspaceGroup: {
|
|
828
|
-
"404": string;
|
|
829
|
-
"422": string;
|
|
830
|
-
};
|
|
831
|
-
updateWorkspaceType: {
|
|
832
|
-
"400": string;
|
|
833
|
-
"404": string;
|
|
834
|
-
};
|
|
835
|
-
getAllUsers: {
|
|
836
|
-
"400": string;
|
|
837
|
-
};
|
|
838
|
-
getAllGroups: {
|
|
839
|
-
"400": string;
|
|
840
|
-
};
|
|
841
|
-
deleteWorkspace: {
|
|
842
|
-
"400": string;
|
|
843
|
-
"403": string;
|
|
844
|
-
"404": string;
|
|
845
|
-
};
|
|
846
|
-
updateWorkspace: {
|
|
847
|
-
"400": string;
|
|
848
|
-
"403": string;
|
|
849
|
-
"404": string;
|
|
850
|
-
};
|
|
851
|
-
createSharedLink: {
|
|
852
|
-
"400": string;
|
|
853
|
-
"403": string;
|
|
854
|
-
"404": string;
|
|
855
|
-
"409": string;
|
|
856
|
-
"501": string;
|
|
857
|
-
};
|
|
858
|
-
deleteSharedLink: {
|
|
859
|
-
"400": string;
|
|
860
|
-
"403": string;
|
|
861
|
-
"404": string;
|
|
862
|
-
"501": string;
|
|
863
|
-
};
|
|
864
|
-
listNodeVersionHitory: {
|
|
865
|
-
"400": string;
|
|
866
|
-
"403": string;
|
|
867
|
-
"404": string;
|
|
868
|
-
};
|
|
869
|
-
getVersionContent: {
|
|
870
|
-
"400": string;
|
|
871
|
-
"403": string;
|
|
872
|
-
"404": string;
|
|
873
|
-
"412": string;
|
|
874
|
-
};
|
|
875
|
-
revertVersion: {
|
|
876
|
-
"400": string;
|
|
877
|
-
"403": string;
|
|
878
|
-
"404": string;
|
|
879
|
-
"422": string;
|
|
880
|
-
};
|
|
881
|
-
listGroups: {
|
|
882
|
-
"400": string;
|
|
883
|
-
"404": string;
|
|
884
|
-
};
|
|
885
|
-
updateNodeLocked: {
|
|
886
|
-
"409": string;
|
|
887
|
-
};
|
|
888
|
-
};
|
|
522
|
+
selectFolder: string;
|
|
523
|
+
dropFolder: string;
|
|
524
|
+
error: string;
|
|
889
525
|
uploadUnknownError: string;
|
|
890
526
|
alfrescoError: string;
|
|
891
527
|
fichier_image: string;
|
|
@@ -1033,6 +669,34 @@ declare const i18n: I18n<{
|
|
|
1033
669
|
membersPopup: {
|
|
1034
670
|
goToSiteMemberPage: string;
|
|
1035
671
|
};
|
|
672
|
+
members: {
|
|
673
|
+
management: string;
|
|
674
|
+
youAre: string;
|
|
675
|
+
ofThisWorkspace: string;
|
|
676
|
+
members: string;
|
|
677
|
+
role: string;
|
|
678
|
+
search: string;
|
|
679
|
+
select: string;
|
|
680
|
+
add: string;
|
|
681
|
+
errorAdd: string;
|
|
682
|
+
successAdd: string;
|
|
683
|
+
successDelete: string;
|
|
684
|
+
successChangeRole: string;
|
|
685
|
+
nbAccess: string;
|
|
686
|
+
restrictPermissions: string;
|
|
687
|
+
restorePermissions: string;
|
|
688
|
+
successRestrictPermissions: string;
|
|
689
|
+
successRestorePermissions: string;
|
|
690
|
+
fromGroup: string;
|
|
691
|
+
};
|
|
692
|
+
groups: string;
|
|
693
|
+
role: {
|
|
694
|
+
SiteManager: string;
|
|
695
|
+
SiteCollaborator: string;
|
|
696
|
+
SiteConsumer: string;
|
|
697
|
+
};
|
|
698
|
+
success: string;
|
|
699
|
+
close: string;
|
|
1036
700
|
config: {
|
|
1037
701
|
pageTitle: string;
|
|
1038
702
|
pageDescription: string;
|
|
@@ -1340,6 +1004,20 @@ declare const i18n: I18n<{
|
|
|
1340
1004
|
errorSendMail: string;
|
|
1341
1005
|
};
|
|
1342
1006
|
};
|
|
1007
|
+
column: {
|
|
1008
|
+
actions: string;
|
|
1009
|
+
modifiedAt: string;
|
|
1010
|
+
modifiedBy: string;
|
|
1011
|
+
name: string;
|
|
1012
|
+
thumbnail: string;
|
|
1013
|
+
size: string;
|
|
1014
|
+
type: string;
|
|
1015
|
+
};
|
|
1016
|
+
facets: {
|
|
1017
|
+
categories: {
|
|
1018
|
+
modified_date: string;
|
|
1019
|
+
};
|
|
1020
|
+
};
|
|
1343
1021
|
};
|
|
1344
1022
|
}, {}, {}, string, true>;
|
|
1345
1023
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/i18n/index.d.ts.map
CHANGED
|
@@ -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/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import { default as CopyOrMovePopup } from './components/popup/CopyOrMovePopup.v
|
|
|
5
5
|
import { default as TreeExplorer } from './components/TreeExplorer.vue';
|
|
6
6
|
import { default as EllipsisBreadcrumb } from './components/breadcrumb/EllipsisBreadcrumb.vue';
|
|
7
7
|
import { default as BreadCrumbAlfresco } from './components/breadcrumb/BreadCrumbAlfresco.vue';
|
|
8
|
+
import { default as ComplexBreadcrumb } from './components/breadcrumb/ComplexBreadcrumb.vue';
|
|
8
9
|
import { default as ContentTableView } from './components/navigation/ContentTableView.vue';
|
|
9
10
|
import { default as ContentListView } from './components/navigation/ContentListView.vue';
|
|
10
11
|
import { default as ContentGridView } from './components/navigation/ContentGridView.vue';
|
|
@@ -12,6 +13,7 @@ import { default as DynamicContentView } from './components/navigation/DynamicCo
|
|
|
12
13
|
import { default as ContentFiltersHeader } from './components/navigation/ContentFiltersHeader.vue';
|
|
13
14
|
import { default as ImageViewer } from './components/viewer/ImageViewer.vue';
|
|
14
15
|
import { default as VideoPlayer } from './components/viewer/VideoPlayer.vue';
|
|
16
|
+
import { default as AudioPlayer } from './components/viewer/AudioPlayer.vue';
|
|
15
17
|
import { default as PreviewPanel } from './components/navigation/PreviewPanel.vue';
|
|
16
18
|
import { default as LayoutSelector } from './components/navigation/LayoutSelector.vue';
|
|
17
19
|
import { default as HelpKeyMessage } from './components/HelpKeyMessage.vue';
|
|
@@ -37,6 +39,8 @@ import { default as PdfToolsComponent } from './components/pdfTools/PdfToolsComp
|
|
|
37
39
|
import { default as CodeMirrorEditor } from './components/CodeMirrorEditor.vue';
|
|
38
40
|
import { default as DiffViewerDialog } from './components/DiffViewerDialog.vue';
|
|
39
41
|
import { default as ArrayEditor } from './components/config/ArrayEditor.vue';
|
|
42
|
+
import { default as WorkspaceCard } from './components/workspace/WorkspaceCard.vue';
|
|
43
|
+
import { default as WorkspaceList } from './components/workspace/WorkspaceList.vue';
|
|
40
44
|
import { default as CreateWorkflowPopup } from './components/popup/CreateWorkflowPopup.vue';
|
|
41
45
|
import { default as ImportNewVersionPopup } from './components/popup/ImportNewVersionPopup.vue';
|
|
42
46
|
import { default as ShareLinkPopup } from './components/popup/ShareLinkPopup.vue';
|
|
@@ -44,6 +48,12 @@ import { default as MemberListPopup } from './components/popup/MemberListPopup.v
|
|
|
44
48
|
import { default as SendMailPopup } from './components/popup/SendMailPopup.vue';
|
|
45
49
|
import { default as ImportPopupWithWorker } from './components/popup/ImportPopupWithWorker.vue';
|
|
46
50
|
import { default as ErrorComponent } from './components/ErrorComponent.vue';
|
|
51
|
+
import { default as AppLayout } from './components/layouts/AppLayout.vue';
|
|
52
|
+
import { default as AppSidebar } from './components/layouts/AppSidebar.vue';
|
|
53
|
+
import { default as AppTopbar } from './components/layouts/AppTopbar.vue';
|
|
54
|
+
import { default as AppSubmenu } from './components/layouts/AppSubmenu.vue';
|
|
55
|
+
import { default as AppFooter } from './components/layouts/AppFooter.vue';
|
|
56
|
+
import { default as AppMobileLayout } from './components/layouts/AppMobileLayout.vue';
|
|
47
57
|
export { default as alfrescoFileService } from './services/AlfrescoFileService.js';
|
|
48
58
|
export { default as alfrescoNodeService } from './services/AlfrescoNodeService.js';
|
|
49
59
|
export { default as alfrescoPermissionService } from './services/AlfrescoPermissionService.js';
|
|
@@ -66,6 +76,7 @@ export { default as vueKeyCloak } from './plugins/KeycloakPlugin.js';
|
|
|
66
76
|
export { default as i18n } from './i18n';
|
|
67
77
|
export { messages } from './i18n/locales';
|
|
68
78
|
export * from './AlfrescoApi';
|
|
79
|
+
export { useTheme } from './composables/useTheme.js';
|
|
69
80
|
export { useCollaboraStore } from './stores/collabora';
|
|
70
81
|
export { useCollabStore } from './stores/collab.js';
|
|
71
82
|
export { useConfigStore } from './stores/config';
|
|
@@ -86,8 +97,9 @@ export { default as ErrorPage } from './pages/ErrorPage.vue';
|
|
|
86
97
|
export namespace componentLibrary {
|
|
87
98
|
function install(app: any): void;
|
|
88
99
|
}
|
|
89
|
-
export { PDFComponent, PristyIcon, PaginatorComponent, CopyOrMovePopup, TreeExplorer, EllipsisBreadcrumb, BreadCrumbAlfresco, ContentTableView, ContentListView, ContentGridView, DynamicContentView, ContentFiltersHeader, ImageViewer, VideoPlayer, PreviewPanel, LayoutSelector, HelpKeyMessage, SelectionStatus, MemberList, ActionMenu, CustomToastContent, FolderUpload, UploadTargetInfo, UploadStatus, AddPairInConfigDialog, ConfigDatatable, ConfigUpload, ListVersionConfig, AddCriterionPopup, AdvancedSearchPanel, AdvancedViewPanel, ExactSearch, FavoriteViewMenu, UserViewsFavoritesPanel, SaveViewPopup, PdfToolsComponent, CodeMirrorEditor, DiffViewerDialog, ArrayEditor, CreateWorkflowPopup, ImportNewVersionPopup, ShareLinkPopup, MemberListPopup, SendMailPopup, ImportPopupWithWorker, ErrorComponent };
|
|
100
|
+
export { PDFComponent, PristyIcon, PaginatorComponent, CopyOrMovePopup, TreeExplorer, EllipsisBreadcrumb, BreadCrumbAlfresco, ComplexBreadcrumb, ContentTableView, ContentListView, ContentGridView, DynamicContentView, ContentFiltersHeader, ImageViewer, VideoPlayer, AudioPlayer, PreviewPanel, LayoutSelector, HelpKeyMessage, SelectionStatus, MemberList, ActionMenu, CustomToastContent, FolderUpload, UploadTargetInfo, UploadStatus, AddPairInConfigDialog, ConfigDatatable, ConfigUpload, ListVersionConfig, AddCriterionPopup, AdvancedSearchPanel, AdvancedViewPanel, ExactSearch, FavoriteViewMenu, UserViewsFavoritesPanel, SaveViewPopup, PdfToolsComponent, CodeMirrorEditor, DiffViewerDialog, ArrayEditor, WorkspaceCard, WorkspaceList, CreateWorkflowPopup, ImportNewVersionPopup, ShareLinkPopup, MemberListPopup, SendMailPopup, ImportPopupWithWorker, ErrorComponent, AppLayout, AppSidebar, AppTopbar, AppSubmenu, AppFooter, AppMobileLayout };
|
|
90
101
|
export { default as filingPlanService, NatureDocument, TypeDossier } from './services/FilingPlanService.js';
|
|
102
|
+
export { useLayout, MENU_MODES, MENU_THEMES } from './composables/useLayout.js';
|
|
91
103
|
export { checkNotNull, checkString } from './directives/assert.js';
|
|
92
104
|
export { useCodeMirror, getLanguageExtension, getBaseExtensions, createEditorView } from './composables/useCodeMirror.js';
|
|
93
105
|
export { useMarkdownPreview, renderMarkdown, sanitizeHtml, generatePreviewDocument, DEFAULT_PREVIEW_STYLES } from './composables/useMarkdownPreview.js';
|
package/dist/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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA6EE,iCA0DC;;yBAtHsB,sCAAsC;uBACxC,6BAA6B;+BAFrB,gDAAgD;4BAGnD,wCAAwC;yBAC3C,+BAA+B;+BACzB,gDAAgD;+BAChD,gDAAgD;8BACjD,+CAA+C;6BAChD,8CAA8C;4BAC/C,6CAA6C;4BAC7C,6CAA6C;+BAC1C,gDAAgD;iCAC9C,kDAAkD;wBAC3D,qCAAqC;wBACrC,qCAAqC;wBACrC,qCAAqC;yBACpC,0CAA0C;2BAOxC,4CAA4C;2BAC5C,iCAAiC;4BALhC,kCAAkC;uBAMvC,mCAAmC;uBACnC,kCAAkC;+BAC1B,2CAA2C;yBAGjD,+BAA+B;6BAD3B,mCAAmC;yBADvC,+BAA+B;kCAItB,+CAA+C;4BACrD,yCAAyC;yBAC5C,sCAAsC;8BACjC,2CAA2C;8BAC3C,2CAA2C;gCACzC,6CAA6C;8BAC/C,2CAA2C;wBACjD,qCAAqC;6BAChC,0CAA0C;oCACnC,iDAAiD;0BAC3D,uCAAuC;8BACnC,6CAA6C;6BAC9C,mCAAmC;6BACnC,mCAAmC;wBACxC,qCAAqC;0BAEnC,0CAA0C;0BAC1C,0CAA0C;gCAhCpC,4CAA4C;kCAC1C,8CAA8C;2BAErD,uCAAuC;4BACtC,wCAAwC;0BAC1C,sCAAsC;kCAS9B,8CAA8C;2BAgBrD,iCAAiC;sBAKtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;4BAC9B,0CAA0C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ErrorPage.vue.d.ts","sourceRoot":"","sources":["../../src/pages/ErrorPage.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"ErrorPage.vue.d.ts","sourceRoot":"","sources":["../../src/pages/ErrorPage.vue"],"names":[],"mappings":";AAyCA;"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
2
|
+
import { DefineComponent } from '@primevue/core';
|
|
3
|
+
import { ButtonProps, ButtonSlots } from 'primevue/button';
|
|
4
|
+
import { MessageProps, MessageSlots } from 'primevue/message';
|
|
5
|
+
import { DividerProps, DividerSlots } from 'primevue/divider';
|
|
6
|
+
import { InputTextProps, InputTextSlots } from 'primevue/inputtext';
|
|
7
|
+
import { PasswordProps, PasswordSlots } from 'primevue/password';
|
|
7
8
|
declare const _default: DefineComponent<{}, {}, {
|
|
8
9
|
email: string;
|
|
9
10
|
password: string;
|
|
@@ -18,11 +19,11 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
18
19
|
goToACA(): void;
|
|
19
20
|
login(): void;
|
|
20
21
|
}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {
|
|
21
|
-
PrimeButton:
|
|
22
|
-
PrimeMessage:
|
|
23
|
-
PrimeDivider:
|
|
24
|
-
PrimeInputText:
|
|
25
|
-
PrimePassword:
|
|
22
|
+
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
23
|
+
PrimeMessage: DefineComponent<MessageProps, MessageSlots, ((e: "close", event: Event) => void) & ((e: "life-end") => void)>;
|
|
24
|
+
PrimeDivider: DefineComponent<DividerProps, DividerSlots, (e: string, ...args: any[]) => void>;
|
|
25
|
+
PrimeInputText: DefineComponent<InputTextProps, InputTextSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void)>;
|
|
26
|
+
PrimePassword: DefineComponent<PasswordProps, PasswordSlots, ((e: "update:modelValue", value: string) => void) & ((e: "value-change", value: string) => void) & ((e: "change", event: Event) => void)>;
|
|
26
27
|
}, {}, string, ComponentProvideOptions, true, {}, any>;
|
|
27
28
|
export default _default;
|
|
28
29
|
//# sourceMappingURL=LoginPage.vue.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LoginPage.vue.d.ts","sourceRoot":"","sources":["../../src/pages/LoginPage.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"LoginPage.vue.d.ts","sourceRoot":"","sources":["../../src/pages/LoginPage.vue"],"names":[],"mappings":";;;;;;;AAsFA;"}
|