@pristy/pristy-libvue 1.10.0 → 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 -99
- 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 -32
- 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 +94 -510
- package/dist/i18n/index.d.ts.map +1 -1
- package/dist/index.d.ts +13 -12
- 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 +12963 -12447
- 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/config.d.ts +0 -15
- package/dist/stores/config.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/components/chat/ChatInput.vue.d.ts +0 -49
- package/dist/components/chat/ChatInput.vue.d.ts.map +0 -1
- package/dist/components/chat/ChatMessage.vue.d.ts +0 -40
- package/dist/components/chat/ChatMessage.vue.d.ts.map +0 -1
- package/dist/components/chat/ChatPanel.vue.d.ts +0 -433
- package/dist/components/chat/ChatPanel.vue.d.ts.map +0 -1
- package/dist/components/chat/ChatRoomList.vue.d.ts +0 -51
- package/dist/components/chat/ChatRoomList.vue.d.ts.map +0 -1
- package/dist/components/config/ConfigItemEditor.vue.d.ts +0 -12
- package/dist/components/config/ConfigItemEditor.vue.d.ts.map +0 -1
- package/dist/components/config/ConfigSplitView.vue.d.ts +0 -14
- package/dist/components/config/ConfigSplitView.vue.d.ts.map +0 -1
- package/dist/composables/useChatWebSocket.d.ts +0 -20
- package/dist/composables/useChatWebSocket.d.ts.map +0 -1
- package/dist/services/ChatBackendService.d.ts +0 -72
- package/dist/services/ChatBackendService.d.ts.map +0 -1
- package/dist/services/RocketChatAuthService.d.ts +0 -79
- package/dist/services/RocketChatAuthService.d.ts.map +0 -1
- package/dist/services/RocketChatService.d.ts +0 -102
- package/dist/services/RocketChatService.d.ts.map +0 -1
- package/dist/stores/chat.d.ts +0 -337
- package/dist/stores/chat.d.ts.map +0 -1
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;
|
|
@@ -381,27 +206,6 @@ declare const i18n: I18n<{
|
|
|
381
206
|
saveChanges: string;
|
|
382
207
|
cancel: string;
|
|
383
208
|
add: string;
|
|
384
|
-
define: string;
|
|
385
|
-
undefine: string;
|
|
386
|
-
expand: string;
|
|
387
|
-
collapse: string;
|
|
388
|
-
};
|
|
389
|
-
notDefined: string;
|
|
390
|
-
splitView: {
|
|
391
|
-
filterPlaceholder: string;
|
|
392
|
-
selectConfig: string;
|
|
393
|
-
noResults: string;
|
|
394
|
-
defaultValue: string;
|
|
395
|
-
};
|
|
396
|
-
groups: {
|
|
397
|
-
display: string;
|
|
398
|
-
matomo: string;
|
|
399
|
-
sentry: string;
|
|
400
|
-
search: string;
|
|
401
|
-
pagination: string;
|
|
402
|
-
metadata: string;
|
|
403
|
-
security: string;
|
|
404
|
-
other: string;
|
|
405
209
|
};
|
|
406
210
|
dialog: {
|
|
407
211
|
addTitle: string;
|
|
@@ -692,247 +496,32 @@ declare const i18n: I18n<{
|
|
|
692
496
|
errorSendMail: string;
|
|
693
497
|
};
|
|
694
498
|
};
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
send: string;
|
|
709
|
-
attachFile: string;
|
|
710
|
-
attachment: string;
|
|
711
|
-
unknownUser: string;
|
|
712
|
-
userTyping: string;
|
|
713
|
-
usersTyping: string;
|
|
714
|
-
multipleUsersTyping: string;
|
|
715
|
-
sendError: string;
|
|
716
|
-
uploadError: string;
|
|
717
|
-
openChat: string;
|
|
718
|
-
closeChat: string;
|
|
719
|
-
newMessages: string;
|
|
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
|
+
};
|
|
720
512
|
};
|
|
721
513
|
};
|
|
722
514
|
fr: {
|
|
515
|
+
nothingTitle: string;
|
|
516
|
+
nothingText: string;
|
|
517
|
+
goHome: string;
|
|
723
518
|
fichier: string;
|
|
724
519
|
dossier: string;
|
|
725
520
|
save: string;
|
|
726
521
|
cancel: string;
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
"502": string;
|
|
731
|
-
"504": string;
|
|
732
|
-
"507": string;
|
|
733
|
-
getWorkspace: {
|
|
734
|
-
"400": string;
|
|
735
|
-
"401": string;
|
|
736
|
-
"404": string;
|
|
737
|
-
};
|
|
738
|
-
uploadFile: {
|
|
739
|
-
"400": string;
|
|
740
|
-
"401": string;
|
|
741
|
-
"403": string;
|
|
742
|
-
"404": string;
|
|
743
|
-
"409": string;
|
|
744
|
-
"413": string;
|
|
745
|
-
"415": string;
|
|
746
|
-
"422": string;
|
|
747
|
-
"507": string;
|
|
748
|
-
};
|
|
749
|
-
createNode: {
|
|
750
|
-
"400": string;
|
|
751
|
-
"401": string;
|
|
752
|
-
"409": string;
|
|
753
|
-
"422": string;
|
|
754
|
-
};
|
|
755
|
-
updateNode: {
|
|
756
|
-
"400": string;
|
|
757
|
-
"401": string;
|
|
758
|
-
"409": string;
|
|
759
|
-
"422": string;
|
|
760
|
-
};
|
|
761
|
-
deleteNode: {
|
|
762
|
-
"400": string;
|
|
763
|
-
"401": string;
|
|
764
|
-
"403": string;
|
|
765
|
-
"404": string;
|
|
766
|
-
"409": string;
|
|
767
|
-
};
|
|
768
|
-
updateContentNode: {
|
|
769
|
-
"400": string;
|
|
770
|
-
"401": string;
|
|
771
|
-
"403": string;
|
|
772
|
-
"404": string;
|
|
773
|
-
"409": string;
|
|
774
|
-
"413": string;
|
|
775
|
-
"422": string;
|
|
776
|
-
};
|
|
777
|
-
copyNode: {
|
|
778
|
-
"400": string;
|
|
779
|
-
"401": string;
|
|
780
|
-
"403": string;
|
|
781
|
-
"404": string;
|
|
782
|
-
"409": string;
|
|
783
|
-
"422": string;
|
|
784
|
-
};
|
|
785
|
-
moveNode: {
|
|
786
|
-
"400": string;
|
|
787
|
-
"401": string;
|
|
788
|
-
"403": string;
|
|
789
|
-
"404": string;
|
|
790
|
-
"409": string;
|
|
791
|
-
"422": string;
|
|
792
|
-
};
|
|
793
|
-
login: {
|
|
794
|
-
"400": string;
|
|
795
|
-
"401": string;
|
|
796
|
-
"403": string;
|
|
797
|
-
emptyPasswordOrUser: string;
|
|
798
|
-
unexpectedError: string;
|
|
799
|
-
};
|
|
800
|
-
getLoolUrl: {
|
|
801
|
-
"404": string;
|
|
802
|
-
"500": string;
|
|
803
|
-
};
|
|
804
|
-
getAccessToken: {
|
|
805
|
-
"404": string;
|
|
806
|
-
"500": string;
|
|
807
|
-
};
|
|
808
|
-
getCollaboraExtensions: {
|
|
809
|
-
"404": string;
|
|
810
|
-
"500": string;
|
|
811
|
-
};
|
|
812
|
-
canOpenWithCollabora: {
|
|
813
|
-
"404": string;
|
|
814
|
-
"500": string;
|
|
815
|
-
};
|
|
816
|
-
getFavorites: {
|
|
817
|
-
"404": string;
|
|
818
|
-
};
|
|
819
|
-
createFavorite: {
|
|
820
|
-
"401": string;
|
|
821
|
-
"404": string;
|
|
822
|
-
"409": string;
|
|
823
|
-
};
|
|
824
|
-
deleteFavorite: {
|
|
825
|
-
"404": string;
|
|
826
|
-
};
|
|
827
|
-
searchAllWorkspaces: {
|
|
828
|
-
"400": string;
|
|
829
|
-
};
|
|
830
|
-
getWorkspaceMemberships: {
|
|
831
|
-
"400": string;
|
|
832
|
-
"404": string;
|
|
833
|
-
};
|
|
834
|
-
getWorkspaceGroups: {
|
|
835
|
-
"400": string;
|
|
836
|
-
"404": string;
|
|
837
|
-
};
|
|
838
|
-
createWorkspace: {
|
|
839
|
-
"400": string;
|
|
840
|
-
"409": string;
|
|
841
|
-
};
|
|
842
|
-
addWorkspaceUser: {
|
|
843
|
-
"400": string;
|
|
844
|
-
"403": string;
|
|
845
|
-
"404": string;
|
|
846
|
-
"409": string;
|
|
847
|
-
};
|
|
848
|
-
addWorkspaceGroup: {
|
|
849
|
-
"400": string;
|
|
850
|
-
"403": string;
|
|
851
|
-
"404": string;
|
|
852
|
-
"409": string;
|
|
853
|
-
};
|
|
854
|
-
requestJoinWorkspace: {
|
|
855
|
-
"400": string;
|
|
856
|
-
"404": string;
|
|
857
|
-
"500": string;
|
|
858
|
-
};
|
|
859
|
-
updateWorkspaceUserRole: {
|
|
860
|
-
"400": string;
|
|
861
|
-
"404": string;
|
|
862
|
-
"422": string;
|
|
863
|
-
};
|
|
864
|
-
updateWorkspaceGroupRole: {
|
|
865
|
-
"400": string;
|
|
866
|
-
"404": string;
|
|
867
|
-
"422": string;
|
|
868
|
-
};
|
|
869
|
-
deleteWorkspaceUser: {
|
|
870
|
-
"400": string;
|
|
871
|
-
"404": string;
|
|
872
|
-
"422": string;
|
|
873
|
-
};
|
|
874
|
-
deleteWorkspaceGroup: {
|
|
875
|
-
"404": string;
|
|
876
|
-
"422": string;
|
|
877
|
-
};
|
|
878
|
-
updateWorkspaceType: {
|
|
879
|
-
"400": string;
|
|
880
|
-
"404": string;
|
|
881
|
-
};
|
|
882
|
-
getAllUsers: {
|
|
883
|
-
"400": string;
|
|
884
|
-
};
|
|
885
|
-
getAllGroups: {
|
|
886
|
-
"400": string;
|
|
887
|
-
};
|
|
888
|
-
deleteWorkspace: {
|
|
889
|
-
"400": string;
|
|
890
|
-
"403": string;
|
|
891
|
-
"404": string;
|
|
892
|
-
};
|
|
893
|
-
updateWorkspace: {
|
|
894
|
-
"400": string;
|
|
895
|
-
"403": string;
|
|
896
|
-
"404": string;
|
|
897
|
-
};
|
|
898
|
-
createSharedLink: {
|
|
899
|
-
"400": string;
|
|
900
|
-
"403": string;
|
|
901
|
-
"404": string;
|
|
902
|
-
"409": string;
|
|
903
|
-
"501": string;
|
|
904
|
-
};
|
|
905
|
-
deleteSharedLink: {
|
|
906
|
-
"400": string;
|
|
907
|
-
"403": string;
|
|
908
|
-
"404": string;
|
|
909
|
-
"501": string;
|
|
910
|
-
};
|
|
911
|
-
listNodeVersionHitory: {
|
|
912
|
-
"400": string;
|
|
913
|
-
"403": string;
|
|
914
|
-
"404": string;
|
|
915
|
-
};
|
|
916
|
-
getVersionContent: {
|
|
917
|
-
"400": string;
|
|
918
|
-
"403": string;
|
|
919
|
-
"404": string;
|
|
920
|
-
"412": string;
|
|
921
|
-
};
|
|
922
|
-
revertVersion: {
|
|
923
|
-
"400": string;
|
|
924
|
-
"403": string;
|
|
925
|
-
"404": string;
|
|
926
|
-
"422": string;
|
|
927
|
-
};
|
|
928
|
-
listGroups: {
|
|
929
|
-
"400": string;
|
|
930
|
-
"404": string;
|
|
931
|
-
};
|
|
932
|
-
updateNodeLocked: {
|
|
933
|
-
"409": string;
|
|
934
|
-
};
|
|
935
|
-
};
|
|
522
|
+
selectFolder: string;
|
|
523
|
+
dropFolder: string;
|
|
524
|
+
error: string;
|
|
936
525
|
uploadUnknownError: string;
|
|
937
526
|
alfrescoError: string;
|
|
938
527
|
fichier_image: string;
|
|
@@ -1080,6 +669,34 @@ declare const i18n: I18n<{
|
|
|
1080
669
|
membersPopup: {
|
|
1081
670
|
goToSiteMemberPage: string;
|
|
1082
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;
|
|
1083
700
|
config: {
|
|
1084
701
|
pageTitle: string;
|
|
1085
702
|
pageDescription: string;
|
|
@@ -1099,27 +716,6 @@ declare const i18n: I18n<{
|
|
|
1099
716
|
saveChanges: string;
|
|
1100
717
|
cancel: string;
|
|
1101
718
|
add: string;
|
|
1102
|
-
define: string;
|
|
1103
|
-
undefine: string;
|
|
1104
|
-
expand: string;
|
|
1105
|
-
collapse: string;
|
|
1106
|
-
};
|
|
1107
|
-
notDefined: string;
|
|
1108
|
-
splitView: {
|
|
1109
|
-
filterPlaceholder: string;
|
|
1110
|
-
selectConfig: string;
|
|
1111
|
-
noResults: string;
|
|
1112
|
-
defaultValue: string;
|
|
1113
|
-
};
|
|
1114
|
-
groups: {
|
|
1115
|
-
display: string;
|
|
1116
|
-
matomo: string;
|
|
1117
|
-
sentry: string;
|
|
1118
|
-
search: string;
|
|
1119
|
-
pagination: string;
|
|
1120
|
-
metadata: string;
|
|
1121
|
-
security: string;
|
|
1122
|
-
other: string;
|
|
1123
719
|
};
|
|
1124
720
|
dialog: {
|
|
1125
721
|
addTitle: string;
|
|
@@ -1408,31 +1004,19 @@ declare const i18n: I18n<{
|
|
|
1408
1004
|
errorSendMail: string;
|
|
1409
1005
|
};
|
|
1410
1006
|
};
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
|
|
1423
|
-
|
|
1424
|
-
send: string;
|
|
1425
|
-
attachFile: string;
|
|
1426
|
-
attachment: string;
|
|
1427
|
-
unknownUser: string;
|
|
1428
|
-
userTyping: string;
|
|
1429
|
-
usersTyping: string;
|
|
1430
|
-
multipleUsersTyping: string;
|
|
1431
|
-
sendError: string;
|
|
1432
|
-
uploadError: string;
|
|
1433
|
-
openChat: string;
|
|
1434
|
-
closeChat: string;
|
|
1435
|
-
newMessages: string;
|
|
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
|
+
};
|
|
1436
1020
|
};
|
|
1437
1021
|
};
|
|
1438
1022
|
}, {}, {}, string, true>;
|
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"}
|