@pristy/pristy-libvue 2.5.4 → 2.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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 +32277 -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/FolderUpload.vue.d.ts +1 -0
- 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/UploadStatus.vue.d.ts +1 -0
- 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/AdminClassificationPage.vue.d.ts +31 -3
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts.map +1 -1
- package/dist/src/components/classification/EmplacementForm.vue.d.ts +14 -2
- package/dist/src/components/classification/EmplacementForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/FieldForm.vue.d.ts +5 -0
- package/dist/src/components/classification/FieldForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts +277 -1
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts.map +1 -1
- package/dist/src/components/classification/NatureForm.vue.d.ts +14 -2
- package/dist/src/components/classification/NatureForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/NatureSelector.vue.d.ts +277 -1
- package/dist/src/components/classification/NatureSelector.vue.d.ts.map +1 -1
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts +18 -6881
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -1
- 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 +63 -3
- 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/AppSubmenu.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 +340 -93
- 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 +4 -2
- package/dist/src/components/popup/ImportPopupWithWorker.vue.d.ts.map +1 -1
- package/dist/src/components/popup/MemberListPopup.vue.d.ts +4 -2
- 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/AddCriterionPopup.vue.d.ts +6 -0
- package/dist/src/components/search/AddCriterionPopup.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts +7 -1
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts +9 -3
- 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 +4 -2
- 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/useClassificationPlan.d.ts +3 -1
- package/dist/src/composables/useClassificationPlan.d.ts.map +1 -1
- 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 +21 -1
- 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 +276 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/index.d.ts +119 -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/ClassificationFileService.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 +51 -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 +9 -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/dist/src/utils/classificationPlanUtils.d.ts +4 -1
- package/dist/src/utils/classificationPlanUtils.d.ts.map +1 -1
- package/package.json +12 -12
- package/dist/index-BbVzbEij.js +0 -78797
- package/dist/index-BbVzbEij.js.map +0 -1
- package/dist/jszip.min-8PfeYdht.js.map +0 -1
- package/dist/src/components/classification/RequalifyPlanPopup.vue.d.ts +0 -6839
- package/dist/src/components/classification/RequalifyPlanPopup.vue.d.ts.map +0 -1
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;
|
|
@@ -319,6 +346,7 @@ declare const i18n: I18n<{
|
|
|
319
346
|
addCriterionPopupTitle: string;
|
|
320
347
|
propertyLabel: string;
|
|
321
348
|
propertyPlaceholder: string;
|
|
349
|
+
searchProperty: string;
|
|
322
350
|
propertyName: string;
|
|
323
351
|
propertyId: string;
|
|
324
352
|
propertyDescription: string;
|
|
@@ -528,8 +556,10 @@ declare const i18n: I18n<{
|
|
|
528
556
|
};
|
|
529
557
|
editor: {
|
|
530
558
|
cancelEdit: string;
|
|
559
|
+
closeEdit: string;
|
|
531
560
|
edit: string;
|
|
532
561
|
saveSuccess: string;
|
|
562
|
+
alreadyUpToDate: string;
|
|
533
563
|
loadError: string;
|
|
534
564
|
refreshError: string;
|
|
535
565
|
unsavedChanges: string;
|
|
@@ -574,6 +604,8 @@ declare const i18n: I18n<{
|
|
|
574
604
|
};
|
|
575
605
|
};
|
|
576
606
|
sendingMail: {
|
|
607
|
+
addCc: string;
|
|
608
|
+
addCci: string;
|
|
577
609
|
popup: {
|
|
578
610
|
defaultSubject: string;
|
|
579
611
|
defaultMessage: string;
|
|
@@ -599,6 +631,7 @@ declare const i18n: I18n<{
|
|
|
599
631
|
size: string;
|
|
600
632
|
type: string;
|
|
601
633
|
toggle: string;
|
|
634
|
+
customize: string;
|
|
602
635
|
};
|
|
603
636
|
facets: {
|
|
604
637
|
categories: {
|
|
@@ -799,6 +832,8 @@ declare const i18n: I18n<{
|
|
|
799
832
|
display: string;
|
|
800
833
|
categories: string;
|
|
801
834
|
views: string;
|
|
835
|
+
optional: string;
|
|
836
|
+
status: string;
|
|
802
837
|
};
|
|
803
838
|
buttons: {
|
|
804
839
|
newNature: string;
|
|
@@ -895,6 +930,7 @@ declare const i18n: I18n<{
|
|
|
895
930
|
nameAndCodeRequired: string;
|
|
896
931
|
codeAlreadyExists: string;
|
|
897
932
|
};
|
|
933
|
+
optionalFieldTooltip: string;
|
|
898
934
|
};
|
|
899
935
|
emplacementForm: {
|
|
900
936
|
code: string;
|
|
@@ -914,6 +950,7 @@ declare const i18n: I18n<{
|
|
|
914
950
|
validation: {
|
|
915
951
|
codeRequired: string;
|
|
916
952
|
};
|
|
953
|
+
optionalFieldTooltip: string;
|
|
917
954
|
};
|
|
918
955
|
fieldForm: {
|
|
919
956
|
name: {
|
|
@@ -984,6 +1021,25 @@ declare const i18n: I18n<{
|
|
|
984
1021
|
fetchError: string;
|
|
985
1022
|
};
|
|
986
1023
|
};
|
|
1024
|
+
optional: {
|
|
1025
|
+
label: string;
|
|
1026
|
+
help: string;
|
|
1027
|
+
};
|
|
1028
|
+
optionalSettings: {
|
|
1029
|
+
title: string;
|
|
1030
|
+
};
|
|
1031
|
+
defaultValue: {
|
|
1032
|
+
label: string;
|
|
1033
|
+
help: string;
|
|
1034
|
+
};
|
|
1035
|
+
prefix: {
|
|
1036
|
+
label: string;
|
|
1037
|
+
help: string;
|
|
1038
|
+
};
|
|
1039
|
+
suffix: {
|
|
1040
|
+
label: string;
|
|
1041
|
+
help: string;
|
|
1042
|
+
};
|
|
987
1043
|
errors: {
|
|
988
1044
|
nameAndDescriptionRequired: string;
|
|
989
1045
|
fieldNameExists: string;
|
|
@@ -1034,10 +1090,12 @@ declare const i18n: I18n<{
|
|
|
1034
1090
|
max: string;
|
|
1035
1091
|
na: string;
|
|
1036
1092
|
constraint: string;
|
|
1093
|
+
defaultValue: string;
|
|
1037
1094
|
validationRegexError: string;
|
|
1038
1095
|
summary: {
|
|
1039
1096
|
verifyBeforeImport: string;
|
|
1040
1097
|
verifyBeforeRequalify: string;
|
|
1098
|
+
verifyBeforeDeposit: string;
|
|
1041
1099
|
generalInfo: string;
|
|
1042
1100
|
metadataToSend: string;
|
|
1043
1101
|
metadata: string;
|
|
@@ -1046,6 +1104,37 @@ declare const i18n: I18n<{
|
|
|
1046
1104
|
movement: string;
|
|
1047
1105
|
document: string;
|
|
1048
1106
|
};
|
|
1107
|
+
multiFile: {
|
|
1108
|
+
noFiles: string;
|
|
1109
|
+
fileName: string;
|
|
1110
|
+
category: string;
|
|
1111
|
+
metadataBtn: string;
|
|
1112
|
+
status: string;
|
|
1113
|
+
complete: string;
|
|
1114
|
+
incomplete: string;
|
|
1115
|
+
selectCategory: string;
|
|
1116
|
+
selectNature: string;
|
|
1117
|
+
selectCategoryFirst: string;
|
|
1118
|
+
searchNature: string;
|
|
1119
|
+
removeFile: string;
|
|
1120
|
+
metadataTitle: string;
|
|
1121
|
+
allCategories: string;
|
|
1122
|
+
configSingle: string;
|
|
1123
|
+
configMultiple: string;
|
|
1124
|
+
summaryBefore: string;
|
|
1125
|
+
selectedCount: string;
|
|
1126
|
+
unassigned: string;
|
|
1127
|
+
filterAll: string;
|
|
1128
|
+
filterIncomplete: string;
|
|
1129
|
+
filterComplete: string;
|
|
1130
|
+
progressLabel: string;
|
|
1131
|
+
modeMultiCategory: string;
|
|
1132
|
+
modeMonoCategory: string;
|
|
1133
|
+
bulkSelectNature: string;
|
|
1134
|
+
layoutRow: string;
|
|
1135
|
+
layoutCol: string;
|
|
1136
|
+
metadataFilled: string;
|
|
1137
|
+
};
|
|
1049
1138
|
buttons: {
|
|
1050
1139
|
cancel: string;
|
|
1051
1140
|
previous: string;
|
|
@@ -1054,6 +1143,8 @@ declare const i18n: I18n<{
|
|
|
1054
1143
|
acceptAndCreate: string;
|
|
1055
1144
|
acceptAndImport: string;
|
|
1056
1145
|
requalify: string;
|
|
1146
|
+
depositing: string;
|
|
1147
|
+
deposit: string;
|
|
1057
1148
|
};
|
|
1058
1149
|
toast: {
|
|
1059
1150
|
searchError: string;
|
|
@@ -1063,6 +1154,10 @@ declare const i18n: I18n<{
|
|
|
1063
1154
|
workspaceError: string;
|
|
1064
1155
|
requalifySuccess: string;
|
|
1065
1156
|
requalifyError: string;
|
|
1157
|
+
depositSuccess: string;
|
|
1158
|
+
depositError: string;
|
|
1159
|
+
createSuccess: string;
|
|
1160
|
+
createError: string;
|
|
1066
1161
|
};
|
|
1067
1162
|
requalify: {
|
|
1068
1163
|
title: string;
|
|
@@ -1096,8 +1191,57 @@ declare const i18n: I18n<{
|
|
|
1096
1191
|
closeChat: string;
|
|
1097
1192
|
newMessages: string;
|
|
1098
1193
|
};
|
|
1194
|
+
workflow: {
|
|
1195
|
+
selectedDocuments: string;
|
|
1196
|
+
};
|
|
1197
|
+
fileList: string;
|
|
1198
|
+
previewPanel: string;
|
|
1199
|
+
selectAll: string;
|
|
1200
|
+
deselectAll: string;
|
|
1201
|
+
layoutSelector: string;
|
|
1202
|
+
layoutList: string;
|
|
1203
|
+
layoutGrid: string;
|
|
1204
|
+
layoutTable: string;
|
|
1205
|
+
delete: string;
|
|
1206
|
+
edit: string;
|
|
1207
|
+
open: string;
|
|
1208
|
+
download: string;
|
|
1209
|
+
restore: string;
|
|
1210
|
+
publish: string;
|
|
1211
|
+
back: string;
|
|
1212
|
+
minimize: string;
|
|
1213
|
+
reload: string;
|
|
1214
|
+
duplicate: string;
|
|
1215
|
+
moveUp: string;
|
|
1216
|
+
moveDown: string;
|
|
1217
|
+
sortAscending: string;
|
|
1218
|
+
sortDescending: string;
|
|
1219
|
+
search: string;
|
|
1220
|
+
moreActions: string;
|
|
1221
|
+
"add/removeFavorite": string;
|
|
1222
|
+
modify: string;
|
|
1223
|
+
home: string;
|
|
1224
|
+
selection: {
|
|
1225
|
+
count: string;
|
|
1226
|
+
mobileCount: string;
|
|
1227
|
+
selectAll: string;
|
|
1228
|
+
selectAllShort: string;
|
|
1229
|
+
clearSelection: string;
|
|
1230
|
+
clear: string;
|
|
1231
|
+
};
|
|
1232
|
+
sidebarMenu: {
|
|
1233
|
+
profile: string;
|
|
1234
|
+
portal: string;
|
|
1235
|
+
logout: string;
|
|
1236
|
+
};
|
|
1099
1237
|
};
|
|
1100
1238
|
fr: {
|
|
1239
|
+
pagination: {
|
|
1240
|
+
rowsPerPage: string;
|
|
1241
|
+
};
|
|
1242
|
+
taskNotification: {
|
|
1243
|
+
pendingTasks: string;
|
|
1244
|
+
};
|
|
1101
1245
|
nothingTitle: string;
|
|
1102
1246
|
nothingText: string;
|
|
1103
1247
|
goHome: string;
|
|
@@ -1209,6 +1353,13 @@ declare const i18n: I18n<{
|
|
|
1209
1353
|
showPageByPage: string;
|
|
1210
1354
|
previousPage: string;
|
|
1211
1355
|
nextPage: string;
|
|
1356
|
+
saveForm: string;
|
|
1357
|
+
cancelForm: string;
|
|
1358
|
+
formFieldsInfo: string;
|
|
1359
|
+
formFieldsInfoTitle: string;
|
|
1360
|
+
formFieldName: string;
|
|
1361
|
+
formFieldType: string;
|
|
1362
|
+
formFieldValue: string;
|
|
1212
1363
|
};
|
|
1213
1364
|
sharelink: {
|
|
1214
1365
|
shareLinkOf: string;
|
|
@@ -1241,6 +1392,18 @@ declare const i18n: I18n<{
|
|
|
1241
1392
|
userHomes: string;
|
|
1242
1393
|
yes: string;
|
|
1243
1394
|
no: string;
|
|
1395
|
+
filter: {
|
|
1396
|
+
toggle: string;
|
|
1397
|
+
all: string;
|
|
1398
|
+
search: string;
|
|
1399
|
+
clear: string;
|
|
1400
|
+
apply: string;
|
|
1401
|
+
noOptions: string;
|
|
1402
|
+
contains: string;
|
|
1403
|
+
notContains: string;
|
|
1404
|
+
equals: string;
|
|
1405
|
+
clearAll: string;
|
|
1406
|
+
};
|
|
1244
1407
|
howMuchResult: string;
|
|
1245
1408
|
howMuchSelected: string;
|
|
1246
1409
|
selectAllElement: string;
|
|
@@ -1276,6 +1439,7 @@ declare const i18n: I18n<{
|
|
|
1276
1439
|
successRestrictPermissions: string;
|
|
1277
1440
|
successRestorePermissions: string;
|
|
1278
1441
|
fromGroup: string;
|
|
1442
|
+
viewUserProfile: string;
|
|
1279
1443
|
};
|
|
1280
1444
|
groups: string;
|
|
1281
1445
|
role: {
|
|
@@ -1365,6 +1529,7 @@ declare const i18n: I18n<{
|
|
|
1365
1529
|
};
|
|
1366
1530
|
arrayEditor: {
|
|
1367
1531
|
addItem: string;
|
|
1532
|
+
reorder: string;
|
|
1368
1533
|
};
|
|
1369
1534
|
types: {
|
|
1370
1535
|
string: string;
|
|
@@ -1415,6 +1580,7 @@ declare const i18n: I18n<{
|
|
|
1415
1580
|
addCriterionPopupTitle: string;
|
|
1416
1581
|
propertyLabel: string;
|
|
1417
1582
|
propertyPlaceholder: string;
|
|
1583
|
+
searchProperty: string;
|
|
1418
1584
|
propertyName: string;
|
|
1419
1585
|
propertyId: string;
|
|
1420
1586
|
propertyDescription: string;
|
|
@@ -1623,7 +1789,9 @@ declare const i18n: I18n<{
|
|
|
1623
1789
|
editor: {
|
|
1624
1790
|
edit: string;
|
|
1625
1791
|
cancelEdit: string;
|
|
1792
|
+
closeEdit: string;
|
|
1626
1793
|
saveSuccess: string;
|
|
1794
|
+
alreadyUpToDate: string;
|
|
1627
1795
|
loadError: string;
|
|
1628
1796
|
refreshError: string;
|
|
1629
1797
|
unsavedChanges: string;
|
|
@@ -1668,6 +1836,8 @@ declare const i18n: I18n<{
|
|
|
1668
1836
|
};
|
|
1669
1837
|
};
|
|
1670
1838
|
sendingMail: {
|
|
1839
|
+
addCc: string;
|
|
1840
|
+
addCci: string;
|
|
1671
1841
|
popup: {
|
|
1672
1842
|
defaultSubject: string;
|
|
1673
1843
|
defaultMessage: string;
|
|
@@ -1693,6 +1863,7 @@ declare const i18n: I18n<{
|
|
|
1693
1863
|
size: string;
|
|
1694
1864
|
type: string;
|
|
1695
1865
|
toggle: string;
|
|
1866
|
+
customize: string;
|
|
1696
1867
|
};
|
|
1697
1868
|
facets: {
|
|
1698
1869
|
categories: {
|
|
@@ -1893,6 +2064,8 @@ declare const i18n: I18n<{
|
|
|
1893
2064
|
display: string;
|
|
1894
2065
|
categories: string;
|
|
1895
2066
|
views: string;
|
|
2067
|
+
optional: string;
|
|
2068
|
+
status: string;
|
|
1896
2069
|
};
|
|
1897
2070
|
buttons: {
|
|
1898
2071
|
newNature: string;
|
|
@@ -1989,6 +2162,7 @@ declare const i18n: I18n<{
|
|
|
1989
2162
|
nameAndCodeRequired: string;
|
|
1990
2163
|
codeAlreadyExists: string;
|
|
1991
2164
|
};
|
|
2165
|
+
optionalFieldTooltip: string;
|
|
1992
2166
|
};
|
|
1993
2167
|
emplacementForm: {
|
|
1994
2168
|
code: string;
|
|
@@ -2008,6 +2182,7 @@ declare const i18n: I18n<{
|
|
|
2008
2182
|
validation: {
|
|
2009
2183
|
codeRequired: string;
|
|
2010
2184
|
};
|
|
2185
|
+
optionalFieldTooltip: string;
|
|
2011
2186
|
};
|
|
2012
2187
|
fieldForm: {
|
|
2013
2188
|
name: {
|
|
@@ -2078,6 +2253,25 @@ declare const i18n: I18n<{
|
|
|
2078
2253
|
fetchError: string;
|
|
2079
2254
|
};
|
|
2080
2255
|
};
|
|
2256
|
+
optional: {
|
|
2257
|
+
label: string;
|
|
2258
|
+
help: string;
|
|
2259
|
+
};
|
|
2260
|
+
optionalSettings: {
|
|
2261
|
+
title: string;
|
|
2262
|
+
};
|
|
2263
|
+
defaultValue: {
|
|
2264
|
+
label: string;
|
|
2265
|
+
help: string;
|
|
2266
|
+
};
|
|
2267
|
+
prefix: {
|
|
2268
|
+
label: string;
|
|
2269
|
+
help: string;
|
|
2270
|
+
};
|
|
2271
|
+
suffix: {
|
|
2272
|
+
label: string;
|
|
2273
|
+
help: string;
|
|
2274
|
+
};
|
|
2081
2275
|
errors: {
|
|
2082
2276
|
nameAndDescriptionRequired: string;
|
|
2083
2277
|
fieldNameExists: string;
|
|
@@ -2128,10 +2322,12 @@ declare const i18n: I18n<{
|
|
|
2128
2322
|
max: string;
|
|
2129
2323
|
na: string;
|
|
2130
2324
|
constraint: string;
|
|
2325
|
+
defaultValue: string;
|
|
2131
2326
|
validationRegexError: string;
|
|
2132
2327
|
summary: {
|
|
2133
2328
|
verifyBeforeImport: string;
|
|
2134
2329
|
verifyBeforeRequalify: string;
|
|
2330
|
+
verifyBeforeDeposit: string;
|
|
2135
2331
|
generalInfo: string;
|
|
2136
2332
|
metadataToSend: string;
|
|
2137
2333
|
metadata: string;
|
|
@@ -2140,6 +2336,37 @@ declare const i18n: I18n<{
|
|
|
2140
2336
|
movement: string;
|
|
2141
2337
|
document: string;
|
|
2142
2338
|
};
|
|
2339
|
+
multiFile: {
|
|
2340
|
+
noFiles: string;
|
|
2341
|
+
fileName: string;
|
|
2342
|
+
category: string;
|
|
2343
|
+
metadataBtn: string;
|
|
2344
|
+
status: string;
|
|
2345
|
+
complete: string;
|
|
2346
|
+
incomplete: string;
|
|
2347
|
+
selectCategory: string;
|
|
2348
|
+
selectNature: string;
|
|
2349
|
+
selectCategoryFirst: string;
|
|
2350
|
+
searchNature: string;
|
|
2351
|
+
removeFile: string;
|
|
2352
|
+
metadataTitle: string;
|
|
2353
|
+
allCategories: string;
|
|
2354
|
+
configSingle: string;
|
|
2355
|
+
configMultiple: string;
|
|
2356
|
+
summaryBefore: string;
|
|
2357
|
+
selectedCount: string;
|
|
2358
|
+
unassigned: string;
|
|
2359
|
+
filterAll: string;
|
|
2360
|
+
filterIncomplete: string;
|
|
2361
|
+
filterComplete: string;
|
|
2362
|
+
progressLabel: string;
|
|
2363
|
+
modeMultiCategory: string;
|
|
2364
|
+
modeMonoCategory: string;
|
|
2365
|
+
bulkSelectNature: string;
|
|
2366
|
+
layoutRow: string;
|
|
2367
|
+
layoutCol: string;
|
|
2368
|
+
metadataFilled: string;
|
|
2369
|
+
};
|
|
2143
2370
|
buttons: {
|
|
2144
2371
|
cancel: string;
|
|
2145
2372
|
previous: string;
|
|
@@ -2148,6 +2375,8 @@ declare const i18n: I18n<{
|
|
|
2148
2375
|
acceptAndCreate: string;
|
|
2149
2376
|
acceptAndImport: string;
|
|
2150
2377
|
requalify: string;
|
|
2378
|
+
depositing: string;
|
|
2379
|
+
deposit: string;
|
|
2151
2380
|
};
|
|
2152
2381
|
toast: {
|
|
2153
2382
|
searchError: string;
|
|
@@ -2157,6 +2386,10 @@ declare const i18n: I18n<{
|
|
|
2157
2386
|
workspaceError: string;
|
|
2158
2387
|
requalifySuccess: string;
|
|
2159
2388
|
requalifyError: string;
|
|
2389
|
+
depositSuccess: string;
|
|
2390
|
+
depositError: string;
|
|
2391
|
+
createSuccess: string;
|
|
2392
|
+
createError: string;
|
|
2160
2393
|
};
|
|
2161
2394
|
requalify: {
|
|
2162
2395
|
title: string;
|
|
@@ -2190,6 +2423,49 @@ declare const i18n: I18n<{
|
|
|
2190
2423
|
closeChat: string;
|
|
2191
2424
|
newMessages: string;
|
|
2192
2425
|
};
|
|
2426
|
+
workflow: {
|
|
2427
|
+
selectedDocuments: string;
|
|
2428
|
+
};
|
|
2429
|
+
fileList: string;
|
|
2430
|
+
previewPanel: string;
|
|
2431
|
+
selectAll: string;
|
|
2432
|
+
deselectAll: string;
|
|
2433
|
+
layoutSelector: string;
|
|
2434
|
+
layoutList: string;
|
|
2435
|
+
layoutGrid: string;
|
|
2436
|
+
layoutTable: string;
|
|
2437
|
+
delete: string;
|
|
2438
|
+
edit: string;
|
|
2439
|
+
open: string;
|
|
2440
|
+
download: string;
|
|
2441
|
+
restore: string;
|
|
2442
|
+
publish: string;
|
|
2443
|
+
back: string;
|
|
2444
|
+
minimize: string;
|
|
2445
|
+
reload: string;
|
|
2446
|
+
duplicate: string;
|
|
2447
|
+
moveUp: string;
|
|
2448
|
+
moveDown: string;
|
|
2449
|
+
sortAscending: string;
|
|
2450
|
+
sortDescending: string;
|
|
2451
|
+
search: string;
|
|
2452
|
+
moreActions: string;
|
|
2453
|
+
"add/removeFavorite": string;
|
|
2454
|
+
modify: string;
|
|
2455
|
+
home: string;
|
|
2456
|
+
selection: {
|
|
2457
|
+
count: string;
|
|
2458
|
+
mobileCount: string;
|
|
2459
|
+
selectAll: string;
|
|
2460
|
+
selectAllShort: string;
|
|
2461
|
+
clearSelection: string;
|
|
2462
|
+
clear: string;
|
|
2463
|
+
};
|
|
2464
|
+
sidebarMenu: {
|
|
2465
|
+
profile: string;
|
|
2466
|
+
portal: string;
|
|
2467
|
+
logout: string;
|
|
2468
|
+
};
|
|
2193
2469
|
};
|
|
2194
2470
|
}, {}, {}, string, true>;
|
|
2195
2471
|
//# 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"}
|