@pristy/pristy-libvue 2.6.0 → 2.8.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/assets/{upload.worker-DYhWdEjp.js.map → upload.worker-BYbd1-Px.js.map} +1 -1
- package/dist/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +12115 -10988
- package/dist/pristy-libvue.es.js.map +1 -1
- package/dist/pristy-libvue.umd.js +15 -15
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/FolderUpload.vue.d.ts +1 -0
- package/dist/src/components/UploadStatus.vue.d.ts +1 -0
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +33 -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 +7 -0
- package/dist/src/components/classification/FieldForm.vue.d.ts.map +1 -1
- package/dist/src/components/classification/MetadataFormFields.vue.d.ts +155 -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 +155 -1
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts +22 -7331
- package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -1
- package/dist/src/components/layouts/AppLayout.vue.d.ts +17 -1
- package/dist/src/components/layouts/AppLayout.vue.d.ts.map +1 -1
- 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.map +1 -1
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts +2 -1
- package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentGridView.vue.d.ts +2 -1
- package/dist/src/components/navigation/ContentGridView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentListView.vue.d.ts +2 -1
- package/dist/src/components/navigation/ContentListView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentTableView.vue.d.ts +2 -1
- package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts +9 -5
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/src/components/popup/ImportPopupWithWorker.vue.d.ts +2 -0
- package/dist/src/components/popup/MemberListPopup.vue.d.ts +2 -2
- 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 +6 -0
- package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts +8 -2
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts.map +1 -1
- package/dist/src/components/search/ExactSearch.vue.d.ts.map +1 -1
- package/dist/src/components/users/MemberList.vue.d.ts +2 -2
- package/dist/src/components/users/MemberList.vue.d.ts.map +1 -1
- package/dist/src/composables/useClassificationPlan.d.ts +3 -1
- package/dist/src/composables/useClassificationPlan.d.ts.map +1 -1
- package/dist/src/composables/useColumnFilter.d.ts +2 -1
- package/dist/src/composables/useColumnFilter.d.ts.map +1 -1
- package/dist/src/composables/useLayout.d.ts +17 -1
- package/dist/src/composables/useLayout.d.ts.map +1 -1
- package/dist/src/i18n/index.d.ts +154 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/index.d.ts +5 -2
- package/dist/src/index.d.ts.map +1 -1
- package/dist/src/services/AlfrescoNodeService.d.ts.map +1 -1
- package/dist/src/services/ClassificationFileService.d.ts.map +1 -1
- package/dist/src/services/WorkspaceService.d.ts +6 -1
- package/dist/src/services/WorkspaceService.d.ts.map +1 -1
- package/dist/src/stores/config.d.ts +12 -0
- package/dist/src/stores/config.d.ts.map +1 -1
- package/dist/src/stores/filingPlan.d.ts.map +1 -1
- package/dist/src/stores/search.d.ts.map +1 -1
- package/dist/src/stores/upload.d.ts +9 -0
- package/dist/src/stores/upload.d.ts.map +1 -1
- package/dist/src/utils/classificationPlanUtils.d.ts +34 -1
- package/dist/src/utils/classificationPlanUtils.d.ts.map +1 -1
- package/package.json +5 -5
- package/dist/src/components/classification/RequalifyPlanPopup.vue.d.ts +0 -7289
- package/dist/src/components/classification/RequalifyPlanPopup.vue.d.ts.map +0 -1
package/dist/src/i18n/index.d.ts
CHANGED
|
@@ -8,6 +8,7 @@ declare const i18n: I18n<{
|
|
|
8
8
|
taskNotification: {
|
|
9
9
|
pendingTasks: string;
|
|
10
10
|
};
|
|
11
|
+
restrictedPermissions: string;
|
|
11
12
|
nothingTitle: string;
|
|
12
13
|
nothingText: string;
|
|
13
14
|
goHome: string;
|
|
@@ -206,12 +207,17 @@ declare const i18n: I18n<{
|
|
|
206
207
|
successRestorePermissions: string;
|
|
207
208
|
fromGroup: string;
|
|
208
209
|
viewUserProfile: string;
|
|
210
|
+
permissions: string;
|
|
209
211
|
};
|
|
210
212
|
groups: string;
|
|
211
213
|
role: {
|
|
212
214
|
SiteManager: string;
|
|
213
215
|
SiteCollaborator: string;
|
|
214
216
|
SiteConsumer: string;
|
|
217
|
+
Manager: string;
|
|
218
|
+
Collaborator: string;
|
|
219
|
+
Consumer: string;
|
|
220
|
+
Contributor: string;
|
|
215
221
|
};
|
|
216
222
|
success: string;
|
|
217
223
|
close: string;
|
|
@@ -346,6 +352,7 @@ declare const i18n: I18n<{
|
|
|
346
352
|
addCriterionPopupTitle: string;
|
|
347
353
|
propertyLabel: string;
|
|
348
354
|
propertyPlaceholder: string;
|
|
355
|
+
searchProperty: string;
|
|
349
356
|
propertyName: string;
|
|
350
357
|
propertyId: string;
|
|
351
358
|
propertyDescription: string;
|
|
@@ -831,6 +838,8 @@ declare const i18n: I18n<{
|
|
|
831
838
|
display: string;
|
|
832
839
|
categories: string;
|
|
833
840
|
views: string;
|
|
841
|
+
optional: string;
|
|
842
|
+
status: string;
|
|
834
843
|
};
|
|
835
844
|
buttons: {
|
|
836
845
|
newNature: string;
|
|
@@ -927,6 +936,7 @@ declare const i18n: I18n<{
|
|
|
927
936
|
nameAndCodeRequired: string;
|
|
928
937
|
codeAlreadyExists: string;
|
|
929
938
|
};
|
|
939
|
+
optionalFieldTooltip: string;
|
|
930
940
|
};
|
|
931
941
|
emplacementForm: {
|
|
932
942
|
code: string;
|
|
@@ -946,6 +956,7 @@ declare const i18n: I18n<{
|
|
|
946
956
|
validation: {
|
|
947
957
|
codeRequired: string;
|
|
948
958
|
};
|
|
959
|
+
optionalFieldTooltip: string;
|
|
949
960
|
};
|
|
950
961
|
fieldForm: {
|
|
951
962
|
name: {
|
|
@@ -1016,10 +1027,36 @@ declare const i18n: I18n<{
|
|
|
1016
1027
|
fetchError: string;
|
|
1017
1028
|
};
|
|
1018
1029
|
};
|
|
1030
|
+
optional: {
|
|
1031
|
+
label: string;
|
|
1032
|
+
help: string;
|
|
1033
|
+
};
|
|
1034
|
+
optionalSettings: {
|
|
1035
|
+
title: string;
|
|
1036
|
+
};
|
|
1037
|
+
defaultValue: {
|
|
1038
|
+
label: string;
|
|
1039
|
+
help: string;
|
|
1040
|
+
};
|
|
1041
|
+
prefix: {
|
|
1042
|
+
label: string;
|
|
1043
|
+
help: string;
|
|
1044
|
+
};
|
|
1045
|
+
suffix: {
|
|
1046
|
+
label: string;
|
|
1047
|
+
help: string;
|
|
1048
|
+
};
|
|
1019
1049
|
errors: {
|
|
1020
1050
|
nameAndDescriptionRequired: string;
|
|
1021
1051
|
fieldNameExists: string;
|
|
1022
1052
|
};
|
|
1053
|
+
parentConfig: {
|
|
1054
|
+
title: string;
|
|
1055
|
+
metadata: {
|
|
1056
|
+
label: string;
|
|
1057
|
+
help: string;
|
|
1058
|
+
};
|
|
1059
|
+
};
|
|
1023
1060
|
};
|
|
1024
1061
|
classificationPlan: {
|
|
1025
1062
|
category: string;
|
|
@@ -1066,10 +1103,13 @@ declare const i18n: I18n<{
|
|
|
1066
1103
|
max: string;
|
|
1067
1104
|
na: string;
|
|
1068
1105
|
constraint: string;
|
|
1106
|
+
defaultValue: string;
|
|
1107
|
+
parentFieldNotFound: string;
|
|
1069
1108
|
validationRegexError: string;
|
|
1070
1109
|
summary: {
|
|
1071
1110
|
verifyBeforeImport: string;
|
|
1072
1111
|
verifyBeforeRequalify: string;
|
|
1112
|
+
verifyBeforeDeposit: string;
|
|
1073
1113
|
generalInfo: string;
|
|
1074
1114
|
metadataToSend: string;
|
|
1075
1115
|
metadata: string;
|
|
@@ -1078,6 +1118,37 @@ declare const i18n: I18n<{
|
|
|
1078
1118
|
movement: string;
|
|
1079
1119
|
document: string;
|
|
1080
1120
|
};
|
|
1121
|
+
multiFile: {
|
|
1122
|
+
noFiles: string;
|
|
1123
|
+
fileName: string;
|
|
1124
|
+
category: string;
|
|
1125
|
+
metadataBtn: string;
|
|
1126
|
+
status: string;
|
|
1127
|
+
complete: string;
|
|
1128
|
+
incomplete: string;
|
|
1129
|
+
selectCategory: string;
|
|
1130
|
+
selectNature: string;
|
|
1131
|
+
selectCategoryFirst: string;
|
|
1132
|
+
searchNature: string;
|
|
1133
|
+
removeFile: string;
|
|
1134
|
+
metadataTitle: string;
|
|
1135
|
+
allCategories: string;
|
|
1136
|
+
configSingle: string;
|
|
1137
|
+
configMultiple: string;
|
|
1138
|
+
summaryBefore: string;
|
|
1139
|
+
selectedCount: string;
|
|
1140
|
+
unassigned: string;
|
|
1141
|
+
filterAll: string;
|
|
1142
|
+
filterIncomplete: string;
|
|
1143
|
+
filterComplete: string;
|
|
1144
|
+
progressLabel: string;
|
|
1145
|
+
modeMultiCategory: string;
|
|
1146
|
+
modeMonoCategory: string;
|
|
1147
|
+
bulkSelectNature: string;
|
|
1148
|
+
layoutRow: string;
|
|
1149
|
+
layoutCol: string;
|
|
1150
|
+
metadataFilled: string;
|
|
1151
|
+
};
|
|
1081
1152
|
buttons: {
|
|
1082
1153
|
cancel: string;
|
|
1083
1154
|
previous: string;
|
|
@@ -1086,6 +1157,8 @@ declare const i18n: I18n<{
|
|
|
1086
1157
|
acceptAndCreate: string;
|
|
1087
1158
|
acceptAndImport: string;
|
|
1088
1159
|
requalify: string;
|
|
1160
|
+
depositing: string;
|
|
1161
|
+
deposit: string;
|
|
1089
1162
|
};
|
|
1090
1163
|
toast: {
|
|
1091
1164
|
searchError: string;
|
|
@@ -1095,6 +1168,10 @@ declare const i18n: I18n<{
|
|
|
1095
1168
|
workspaceError: string;
|
|
1096
1169
|
requalifySuccess: string;
|
|
1097
1170
|
requalifyError: string;
|
|
1171
|
+
depositSuccess: string;
|
|
1172
|
+
depositError: string;
|
|
1173
|
+
createSuccess: string;
|
|
1174
|
+
createError: string;
|
|
1098
1175
|
};
|
|
1099
1176
|
requalify: {
|
|
1100
1177
|
title: string;
|
|
@@ -1179,6 +1256,7 @@ declare const i18n: I18n<{
|
|
|
1179
1256
|
taskNotification: {
|
|
1180
1257
|
pendingTasks: string;
|
|
1181
1258
|
};
|
|
1259
|
+
restrictedPermissions: string;
|
|
1182
1260
|
nothingTitle: string;
|
|
1183
1261
|
nothingText: string;
|
|
1184
1262
|
goHome: string;
|
|
@@ -1377,12 +1455,17 @@ declare const i18n: I18n<{
|
|
|
1377
1455
|
successRestorePermissions: string;
|
|
1378
1456
|
fromGroup: string;
|
|
1379
1457
|
viewUserProfile: string;
|
|
1458
|
+
permissions: string;
|
|
1380
1459
|
};
|
|
1381
1460
|
groups: string;
|
|
1382
1461
|
role: {
|
|
1383
1462
|
SiteManager: string;
|
|
1384
1463
|
SiteCollaborator: string;
|
|
1385
1464
|
SiteConsumer: string;
|
|
1465
|
+
Manager: string;
|
|
1466
|
+
Collaborator: string;
|
|
1467
|
+
Consumer: string;
|
|
1468
|
+
Contributor: string;
|
|
1386
1469
|
};
|
|
1387
1470
|
success: string;
|
|
1388
1471
|
close: string;
|
|
@@ -1517,6 +1600,7 @@ declare const i18n: I18n<{
|
|
|
1517
1600
|
addCriterionPopupTitle: string;
|
|
1518
1601
|
propertyLabel: string;
|
|
1519
1602
|
propertyPlaceholder: string;
|
|
1603
|
+
searchProperty: string;
|
|
1520
1604
|
propertyName: string;
|
|
1521
1605
|
propertyId: string;
|
|
1522
1606
|
propertyDescription: string;
|
|
@@ -2000,6 +2084,8 @@ declare const i18n: I18n<{
|
|
|
2000
2084
|
display: string;
|
|
2001
2085
|
categories: string;
|
|
2002
2086
|
views: string;
|
|
2087
|
+
optional: string;
|
|
2088
|
+
status: string;
|
|
2003
2089
|
};
|
|
2004
2090
|
buttons: {
|
|
2005
2091
|
newNature: string;
|
|
@@ -2096,6 +2182,7 @@ declare const i18n: I18n<{
|
|
|
2096
2182
|
nameAndCodeRequired: string;
|
|
2097
2183
|
codeAlreadyExists: string;
|
|
2098
2184
|
};
|
|
2185
|
+
optionalFieldTooltip: string;
|
|
2099
2186
|
};
|
|
2100
2187
|
emplacementForm: {
|
|
2101
2188
|
code: string;
|
|
@@ -2115,6 +2202,7 @@ declare const i18n: I18n<{
|
|
|
2115
2202
|
validation: {
|
|
2116
2203
|
codeRequired: string;
|
|
2117
2204
|
};
|
|
2205
|
+
optionalFieldTooltip: string;
|
|
2118
2206
|
};
|
|
2119
2207
|
fieldForm: {
|
|
2120
2208
|
name: {
|
|
@@ -2185,10 +2273,36 @@ declare const i18n: I18n<{
|
|
|
2185
2273
|
fetchError: string;
|
|
2186
2274
|
};
|
|
2187
2275
|
};
|
|
2276
|
+
optional: {
|
|
2277
|
+
label: string;
|
|
2278
|
+
help: string;
|
|
2279
|
+
};
|
|
2280
|
+
optionalSettings: {
|
|
2281
|
+
title: string;
|
|
2282
|
+
};
|
|
2283
|
+
defaultValue: {
|
|
2284
|
+
label: string;
|
|
2285
|
+
help: string;
|
|
2286
|
+
};
|
|
2287
|
+
prefix: {
|
|
2288
|
+
label: string;
|
|
2289
|
+
help: string;
|
|
2290
|
+
};
|
|
2291
|
+
suffix: {
|
|
2292
|
+
label: string;
|
|
2293
|
+
help: string;
|
|
2294
|
+
};
|
|
2188
2295
|
errors: {
|
|
2189
2296
|
nameAndDescriptionRequired: string;
|
|
2190
2297
|
fieldNameExists: string;
|
|
2191
2298
|
};
|
|
2299
|
+
parentConfig: {
|
|
2300
|
+
title: string;
|
|
2301
|
+
metadata: {
|
|
2302
|
+
label: string;
|
|
2303
|
+
help: string;
|
|
2304
|
+
};
|
|
2305
|
+
};
|
|
2192
2306
|
};
|
|
2193
2307
|
classificationPlan: {
|
|
2194
2308
|
category: string;
|
|
@@ -2235,10 +2349,13 @@ declare const i18n: I18n<{
|
|
|
2235
2349
|
max: string;
|
|
2236
2350
|
na: string;
|
|
2237
2351
|
constraint: string;
|
|
2352
|
+
defaultValue: string;
|
|
2353
|
+
parentFieldNotFound: string;
|
|
2238
2354
|
validationRegexError: string;
|
|
2239
2355
|
summary: {
|
|
2240
2356
|
verifyBeforeImport: string;
|
|
2241
2357
|
verifyBeforeRequalify: string;
|
|
2358
|
+
verifyBeforeDeposit: string;
|
|
2242
2359
|
generalInfo: string;
|
|
2243
2360
|
metadataToSend: string;
|
|
2244
2361
|
metadata: string;
|
|
@@ -2247,6 +2364,37 @@ declare const i18n: I18n<{
|
|
|
2247
2364
|
movement: string;
|
|
2248
2365
|
document: string;
|
|
2249
2366
|
};
|
|
2367
|
+
multiFile: {
|
|
2368
|
+
noFiles: string;
|
|
2369
|
+
fileName: string;
|
|
2370
|
+
category: string;
|
|
2371
|
+
metadataBtn: string;
|
|
2372
|
+
status: string;
|
|
2373
|
+
complete: string;
|
|
2374
|
+
incomplete: string;
|
|
2375
|
+
selectCategory: string;
|
|
2376
|
+
selectNature: string;
|
|
2377
|
+
selectCategoryFirst: string;
|
|
2378
|
+
searchNature: string;
|
|
2379
|
+
removeFile: string;
|
|
2380
|
+
metadataTitle: string;
|
|
2381
|
+
allCategories: string;
|
|
2382
|
+
configSingle: string;
|
|
2383
|
+
configMultiple: string;
|
|
2384
|
+
summaryBefore: string;
|
|
2385
|
+
selectedCount: string;
|
|
2386
|
+
unassigned: string;
|
|
2387
|
+
filterAll: string;
|
|
2388
|
+
filterIncomplete: string;
|
|
2389
|
+
filterComplete: string;
|
|
2390
|
+
progressLabel: string;
|
|
2391
|
+
modeMultiCategory: string;
|
|
2392
|
+
modeMonoCategory: string;
|
|
2393
|
+
bulkSelectNature: string;
|
|
2394
|
+
layoutRow: string;
|
|
2395
|
+
layoutCol: string;
|
|
2396
|
+
metadataFilled: string;
|
|
2397
|
+
};
|
|
2250
2398
|
buttons: {
|
|
2251
2399
|
cancel: string;
|
|
2252
2400
|
previous: string;
|
|
@@ -2255,6 +2403,8 @@ declare const i18n: I18n<{
|
|
|
2255
2403
|
acceptAndCreate: string;
|
|
2256
2404
|
acceptAndImport: string;
|
|
2257
2405
|
requalify: string;
|
|
2406
|
+
depositing: string;
|
|
2407
|
+
deposit: string;
|
|
2258
2408
|
};
|
|
2259
2409
|
toast: {
|
|
2260
2410
|
searchError: string;
|
|
@@ -2264,6 +2414,10 @@ declare const i18n: I18n<{
|
|
|
2264
2414
|
workspaceError: string;
|
|
2265
2415
|
requalifySuccess: string;
|
|
2266
2416
|
requalifyError: string;
|
|
2417
|
+
depositSuccess: string;
|
|
2418
|
+
depositError: string;
|
|
2419
|
+
createSuccess: string;
|
|
2420
|
+
createError: string;
|
|
2267
2421
|
};
|
|
2268
2422
|
requalify: {
|
|
2269
2423
|
title: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAOG"}
|
package/dist/src/index.d.ts
CHANGED
|
@@ -76,7 +76,8 @@ import { default as NatureForm } from '../components/classification/NatureForm.v
|
|
|
76
76
|
import { default as FieldForm } from '../components/classification/FieldForm.vue';
|
|
77
77
|
import { default as EmplacementForm } from '../components/classification/EmplacementForm.vue';
|
|
78
78
|
import { default as UploadPlanPopup } from '../components/classification/UploadPlanPopup.vue';
|
|
79
|
-
import { default as
|
|
79
|
+
import { default as NatureSelector } from '../components/classification/NatureSelector.vue';
|
|
80
|
+
import { default as MetadataFormFields } from '../components/classification/MetadataFormFields.vue';
|
|
80
81
|
export { default as alfrescoFileService } from '../services/AlfrescoFileService.js';
|
|
81
82
|
export { default as alfrescoNodeService } from '../services/AlfrescoNodeService.js';
|
|
82
83
|
export { default as alfrescoPermissionService } from '../services/AlfrescoPermissionService.js';
|
|
@@ -128,10 +129,11 @@ export { useFilingPlanStore } from '../stores/filingPlan.js';
|
|
|
128
129
|
export { default as LoginPage } from '../pages/LoginPage.vue';
|
|
129
130
|
export { default as NotFoundPages } from '../pages/NotFoundPages.vue';
|
|
130
131
|
export { default as ErrorPage } from '../pages/ErrorPage.vue';
|
|
132
|
+
export { useClassificationPlan } from '../composables/useClassificationPlan.js';
|
|
131
133
|
export namespace componentLibrary {
|
|
132
134
|
function install(app: any): void;
|
|
133
135
|
}
|
|
134
|
-
export { PDFComponent, PristyIcon, PaginatorComponent, CopyOrMovePopup, TreeExplorer, EllipsisBreadcrumb, BreadCrumbAlfresco, ComplexBreadcrumb, ContentTableView, ContentListView, ContentCompactTableView, ContentGridView, DynamicContentView, ContentFiltersHeader, ImageViewer, VideoPlayer, AudioPlayer, PreviewPanel, LayoutSelector, ColumnTogglePanel, ContentToolbar, SelectionBar, HelpKeyMessage, SelectionStatus, MemberList, ActionMenu, CustomToastContent, FolderUpload, UploadTargetInfo, UploadStatus, AddPairInConfigDialog, ConfigDatatable, ConfigItemEditor, ConfigSplitView, ConfigUpload, ListVersionConfig, AddCriterionPopup, AdvancedSearchPanel, AdvancedViewPanel, ExactSearch, FavoriteViewMenu, UserViewsFavoritesPanel, SaveViewPopup, ViewResultsPanel, PdfToolsComponent, CodeMirrorEditor, DiffViewerDialog, ArrayEditor, WorkspaceCard, WorkspaceList, PredefinedViewsPanel, ViewList, CreateWorkflowPopup, ImportNewVersionPopup, ShareLinkPopup, MemberListPopup, SendMailPopup, ImportPopupWithWorker, ErrorComponent, AppLayout, AppSidebar, AppTopbar, AppSubmenu, AppFooter, AppMobileLayout, SidebarProfileSection, ChatPanel, ChatMessage, ChatInput, ChatRoomList, AdminClassificationLauncher, ClassificationPlanList, ClassificationPlanCreate, AdminClassificationPage, NatureForm, FieldForm, EmplacementForm, UploadPlanPopup,
|
|
136
|
+
export { PDFComponent, PristyIcon, PaginatorComponent, CopyOrMovePopup, TreeExplorer, EllipsisBreadcrumb, BreadCrumbAlfresco, ComplexBreadcrumb, ContentTableView, ContentListView, ContentCompactTableView, ContentGridView, DynamicContentView, ContentFiltersHeader, ImageViewer, VideoPlayer, AudioPlayer, PreviewPanel, LayoutSelector, ColumnTogglePanel, ContentToolbar, SelectionBar, HelpKeyMessage, SelectionStatus, MemberList, ActionMenu, CustomToastContent, FolderUpload, UploadTargetInfo, UploadStatus, AddPairInConfigDialog, ConfigDatatable, ConfigItemEditor, ConfigSplitView, ConfigUpload, ListVersionConfig, AddCriterionPopup, AdvancedSearchPanel, AdvancedViewPanel, ExactSearch, FavoriteViewMenu, UserViewsFavoritesPanel, SaveViewPopup, ViewResultsPanel, PdfToolsComponent, CodeMirrorEditor, DiffViewerDialog, ArrayEditor, WorkspaceCard, WorkspaceList, PredefinedViewsPanel, ViewList, CreateWorkflowPopup, ImportNewVersionPopup, ShareLinkPopup, MemberListPopup, SendMailPopup, ImportPopupWithWorker, ErrorComponent, AppLayout, AppSidebar, AppTopbar, AppSubmenu, AppFooter, AppMobileLayout, SidebarProfileSection, ChatPanel, ChatMessage, ChatInput, ChatRoomList, AdminClassificationLauncher, ClassificationPlanList, ClassificationPlanCreate, AdminClassificationPage, NatureForm, FieldForm, EmplacementForm, UploadPlanPopup, NatureSelector, MetadataFormFields };
|
|
135
137
|
export { default as filingPlanService, NatureDocument, TypeDossier } from '../services/FilingPlanService.js';
|
|
136
138
|
export { useLayout, MENU_MODES, MENU_THEMES } from '../composables/useLayout.js';
|
|
137
139
|
export { checkNotNull, checkString } from '../directives/assert.js';
|
|
@@ -140,4 +142,5 @@ export { useMarkdownPreview, renderMarkdown, sanitizeHtml, generatePreviewDocume
|
|
|
140
142
|
export { useCollabWebSocket, ConnectionState } from '../composables/useCollabWebSocket.js';
|
|
141
143
|
export { useCollabEditor, ROLE_EDITOR, ROLE_OBSERVER } from '../composables/useCollabEditor.js';
|
|
142
144
|
export { useChatWebSocket, ConnectionState as ChatConnectionState } from '../composables/useChatWebSocket.js';
|
|
145
|
+
export { resolveTemplate, extractVariables } from '../utils/classificationPlanUtils.js';
|
|
143
146
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.js"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuGE,iCAqEC;;yBA3JsB,sCAAsC;uBACxC,6BAA6B;+BAFrB,gDAAgD;4BAGnD,wCAAwC;yBAC3C,+BAA+B;+BACzB,gDAAgD;+BAChD,gDAAgD;8BACjD,+CAA+C;6BAChD,8CAA8C;4BAC/C,6CAA6C;oCACrC,qDAAqD;4BAC7D,6CAA6C;+BAC1C,gDAAgD;iCAC9C,kDAAkD;wBAC3D,qCAAqC;wBACrC,qCAAqC;wBACrC,qCAAqC;yBACpC,0CAA0C;2BAOxC,4CAA4C;8BACzC,+CAA+C;2BAClD,4CAA4C;yBAC9C,0CAA0C;2BACxC,iCAAiC;4BARhC,kCAAkC;uBASvC,mCAAmC;uBACnC,kCAAkC;+BAC1B,2CAA2C;yBAGjD,+BAA+B;6BAD3B,mCAAmC;yBADvC,+BAA+B;kCAItB,+CAA+C;4BACrD,yCAAyC;6BACxC,0CAA0C;4BAC3C,yCAAyC;yBAC5C,sCAAsC;8BACjC,2CAA2C;8BAC3C,2CAA2C;gCACzC,6CAA6C;8BAC/C,2CAA2C;wBACjD,qCAAqC;6BAChC,0CAA0C;oCACnC,iDAAiD;0BAC3D,uCAAuC;6BACpC,0CAA0C;8BACzC,6CAA6C;6BAC9C,mCAAmC;6BACnC,mCAAmC;wBACxC,qCAAqC;0BAMnC,0CAA0C;0BAC1C,0CAA0C;iCACnC,6CAA6C;qBACzD,iCAAiC;gCA5CtB,4CAA4C;kCAC1C,8CAA8C;2BAErD,uCAAuC;4BACtC,wCAAwC;0BAC1C,sCAAsC;kCAY9B,8CAA8C;2BAmBrD,iCAAiC;sBAuBtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;uBACnC,qCAAqC;sBACtC,oCAAoC;4BAC9B,0CAA0C;kCACpC,gDAAgD;sBA5B5D,iCAAiC;wBAC/B,mCAAmC;sBACrC,iCAAiC;yBAC9B,oCAAoC;wCAOrB,6DAA6D;mCAClE,wDAAwD;qCACtD,0DAA0D;oCAC3D,yDAAyD;uBACtE,4CAA4C;sBAC7C,2CAA2C;4BACrC,iDAAiD;4BACjD,iDAAiD;2BAClD,gDAAgD;+BAC5C,oDAAoD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlfrescoNodeService.d.ts","sourceRoot":"","sources":["../../../src/services/AlfrescoNodeService.js"],"names":[],"mappings":";;;AAyBA;;GAEG;AACH;IAEI,4BAGE;IACF,gCAGE;IACF,+BAGE;IACF,uCAGE;IACF,sCAGE;IACF,kCAGE;IACF,0CAGE;IAEJ;;;;;OAKG;IACH,YAHW,MAAM,GACL,OAAO,CAAC,IAAI,CAAC,CAsBxB;IAED;;;;;;OAMG;IACH,uBAJW,MAAM,cACN,OAAO,GACN,OAAO,CAAC,IAAI,CAAC,CASxB;IAED;;;;;;;OAOG;IACH,eALW,MAAM,QACN,cAAc,GACb,OAAO,CAAC,SAAS,CAAC,CAO7B;IAED;;;;;;;;OAQG;IACH,gFAFY,OAAO,CAAC;QAAC,eAAe,EAAE,GAAC,CAAC;QAAC,QAAQ,EAAE,GAAC,CAAC;QAAC,UAAU,EAAE,GAAC,CAAA;KAAC,GAAG;QAAC,QAAQ,EAAE,GAAC,CAAC;QAAC,UAAU,EAAE,GAAC,CAAA;KAAC,CAAC,CAiBnG;IAED;;;;;;;OAOG;IACH,4DAFY,OAAO,CAAC;QAAC,eAAe,EAAE,GAAC,CAAC;QAAC,QAAQ,EAAE,GAAC,CAAC;QAAC,UAAU,EAAE,GAAC,CAAA;KAAC,GAAG;QAAC,QAAQ,EAAE,GAAC,CAAC;QAAC,UAAU,EAAE,GAAC,CAAA;KAAC,CAAC,CA2DnG;IAED;;;;;;OAMG;IACH,uCAFY,OAAO,CAAC;QAAC,eAAe,EAAE,GAAC,CAAC;QAAC,QAAQ,EAAE,GAAC,CAAC;QAAC,UAAU,EAAE,GAAC,CAAA;KAAC,GAAG;QAAC,QAAQ,EAAE,GAAC,CAAC;QAAC,UAAU,EAAE,GAAC,CAAA;KAAC,CAAC,CA6BnG;IAED;;;;;;OAMG;IACH,eAJW,MAAM,
|
|
1
|
+
{"version":3,"file":"AlfrescoNodeService.d.ts","sourceRoot":"","sources":["../../../src/services/AlfrescoNodeService.js"],"names":[],"mappings":";;;AAyBA;;GAEG;AACH;IAEI,4BAGE;IACF,gCAGE;IACF,+BAGE;IACF,uCAGE;IACF,sCAGE;IACF,kCAGE;IACF,0CAGE;IAEJ;;;;;OAKG;IACH,YAHW,MAAM,GACL,OAAO,CAAC,IAAI,CAAC,CAsBxB;IAED;;;;;;OAMG;IACH,uBAJW,MAAM,cACN,OAAO,GACN,OAAO,CAAC,IAAI,CAAC,CASxB;IAED;;;;;;;OAOG;IACH,eALW,MAAM,QACN,cAAc,GACb,OAAO,CAAC,SAAS,CAAC,CAO7B;IAED;;;;;;;;OAQG;IACH,gFAFY,OAAO,CAAC;QAAC,eAAe,EAAE,GAAC,CAAC;QAAC,QAAQ,EAAE,GAAC,CAAC;QAAC,UAAU,EAAE,GAAC,CAAA;KAAC,GAAG;QAAC,QAAQ,EAAE,GAAC,CAAC;QAAC,UAAU,EAAE,GAAC,CAAA;KAAC,CAAC,CAiBnG;IAED;;;;;;;OAOG;IACH,4DAFY,OAAO,CAAC;QAAC,eAAe,EAAE,GAAC,CAAC;QAAC,QAAQ,EAAE,GAAC,CAAC;QAAC,UAAU,EAAE,GAAC,CAAA;KAAC,GAAG;QAAC,QAAQ,EAAE,GAAC,CAAC;QAAC,UAAU,EAAE,GAAC,CAAA;KAAC,CAAC,CA2DnG;IAED;;;;;;OAMG;IACH,uCAFY,OAAO,CAAC;QAAC,eAAe,EAAE,GAAC,CAAC;QAAC,QAAQ,EAAE,GAAC,CAAC;QAAC,UAAU,EAAE,GAAC,CAAA;KAAC,GAAG;QAAC,QAAQ,EAAE,GAAC,CAAC;QAAC,UAAU,EAAE,GAAC,CAAA;KAAC,CAAC,CA6BnG;IAED;;;;;;OAMG;IACH,eAJW,MAAM,qCAchB;IAED;;;;;;OAMG;IACH,mBAJW,MAAM,YACN,MAAM,gBAkBhB;IAED;;;OAGG;IACH,8CAyBC;IAED,8CAMC;IAED,yBA0BC;IAED,0CAoBC;IAED,gHAQC;IAED,8FAkBC;IAED,+GA2BC;IAED,iFAQC;IAED,6CAIC;IAED,2GAcC;IAED,kDAkBC;IAED,+EASC;IAED,iFAIC;IAED,kDAOC;IAED,2DAMC;IAED,iDAgBC;IAED,gCAiBC;IAED,iEAkBC;CACF;qBA5iBoB,WAAW"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClassificationFileService.d.ts","sourceRoot":"","sources":["../../../src/services/ClassificationFileService.js"],"names":[],"mappings":";;AAsBA;;;;GAIG;AACH;IACE;;;;;;;OAOG;IACH,gCAJW,MAAM,YACN,KAAQ,GACN,OAAO,CAAC,MAAM,CAAC,CA0C3B;IAED;;;;OAIG;IACH,sCAHW,MAAM,GACJ,OAAO,CAAC,MAAM,CAAC,CAM3B;IAED;;;;;;;;;;OAUG;IACH,oCARW,MAAM,YACN,KAAQ,kBACR,MAAM,YACN,MAAM,+BAGJ,OAAO,KAAQ,CA2C3B;IAED;;;;;;;;;;OAUG;IACH,0BARW,MAAM,mBACN,MAAM,YACN,KAAQ,8BAER,MAAM,wCAEJ,OAAO,KAAQ,
|
|
1
|
+
{"version":3,"file":"ClassificationFileService.d.ts","sourceRoot":"","sources":["../../../src/services/ClassificationFileService.js"],"names":[],"mappings":";;AAsBA;;;;GAIG;AACH;IACE;;;;;;;OAOG;IACH,gCAJW,MAAM,YACN,KAAQ,GACN,OAAO,CAAC,MAAM,CAAC,CA0C3B;IAED;;;;OAIG;IACH,sCAHW,MAAM,GACJ,OAAO,CAAC,MAAM,CAAC,CAM3B;IAED;;;;;;;;;;OAUG;IACH,oCARW,MAAM,YACN,KAAQ,kBACR,MAAM,YACN,MAAM,+BAGJ,OAAO,KAAQ,CA2C3B;IAED;;;;;;;;;;OAUG;IACH,0BARW,MAAM,mBACN,MAAM,YACN,KAAQ,8BAER,MAAM,wCAEJ,OAAO,KAAQ,CAwC3B;IAED;;;;;;;;;OASG;IACH,gCANW,MAAM,YACN,KAAQ,SACR,IAAI,EAAE,8BAEN,KAAQ,yCAmBlB;CACF"}
|
|
@@ -42,7 +42,12 @@ declare class WorkspaceService {
|
|
|
42
42
|
*/
|
|
43
43
|
searchUsers(term: string, maxItems?: number): Promise<any[]>;
|
|
44
44
|
/**
|
|
45
|
-
* Search groups by term using AFTS query
|
|
45
|
+
* Search groups by term using AFTS query.
|
|
46
|
+
* Natural search covers cm:authorityName (group id), cm:authorityDisplayName
|
|
47
|
+
* and cm:description (from the cm:titled aspect, optional).
|
|
48
|
+
* When the term starts with "GROUP_", searches only on cm:authorityName
|
|
49
|
+
* so that users explicitly looking up a group by its id are not polluted
|
|
50
|
+
* by display-name or description matches.
|
|
46
51
|
* Filters out system groups (site_, SITE_, ALFRESCO_, EMAIL_).
|
|
47
52
|
* @param {string} term - Search term (minimum 2 characters recommended)
|
|
48
53
|
* @param {number} maxItems - Maximum number of results (default 25)
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WorkspaceService.d.ts","sourceRoot":"","sources":["../../../src/services/WorkspaceService.js"],"names":[],"mappings":";;;AAqBA;;GAEG;AACH;IAEI,kCAGE;IAEJ,8BAqBC;IAED,uDAoCC;IAED;;;;OAIG;IACH,uBAFa,OAAO,CAAC,IAAI,CAAC,CAmBzB;IAED,+CAkBC;IAED,kEAeC;IAED,6DAgBC;IAED,0CAkBC;IAED,iHAWC;IAED,iHAeC;IAED;;;OAGG;IACH,gCAcC;IAED,2GAgBC;IAED,4GAgBC;IAED,qHAeC;IAED,sHAeC;IAED,6DAUC;IAED,+DAUC;IAED,iGAgBC;IAED,6FAUC;IAED;;;;;OAKG;IACH,kBAJW,MAAM,aACN,MAAM,GACJ,OAAO,OAAO,CA2C1B;IAED
|
|
1
|
+
{"version":3,"file":"WorkspaceService.d.ts","sourceRoot":"","sources":["../../../src/services/WorkspaceService.js"],"names":[],"mappings":";;;AAqBA;;GAEG;AACH;IAEI,kCAGE;IAEJ,8BAqBC;IAED,uDAoCC;IAED;;;;OAIG;IACH,uBAFa,OAAO,CAAC,IAAI,CAAC,CAmBzB;IAED,+CAkBC;IAED,kEAeC;IAED,6DAgBC;IAED,0CAkBC;IAED,iHAWC;IAED,iHAeC;IAED;;;OAGG;IACH,gCAcC;IAED,2GAgBC;IAED,4GAgBC;IAED,qHAeC;IAED,sHAeC;IAED,6DAUC;IAED,+DAUC;IAED,iGAgBC;IAED,6FAUC;IAED;;;;;OAKG;IACH,kBAJW,MAAM,aACN,MAAM,GACJ,OAAO,OAAO,CA2C1B;IAED;;;;;;;;;;;OAWG;IACH,mBAJW,MAAM,aACN,MAAM,GACJ,OAAO,OAAO,CA8C1B;IAED,4CAMC;IAED,mFAIC;CACF;qBAldoB,WAAW"}
|
|
@@ -85,6 +85,10 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
|
|
|
85
85
|
WORKSPACE_TYPE_GALLERY_ENABLED: boolean;
|
|
86
86
|
CLASSIFICATION_PLAN_ENABLED: boolean;
|
|
87
87
|
CLASSIFICATION_PLAN_NAME: string;
|
|
88
|
+
CLASSIFICATION_PLAN_ALLOW_NO_NATURE: boolean;
|
|
89
|
+
CLASSIFICATION_PLAN_FULL_VIEW_THRESHOLD: number;
|
|
90
|
+
CLASSIFICATION_PLAN_INLINE_METADATA_THRESHOLD: number;
|
|
91
|
+
CLASSIFICATION_PLAN_NATURE_CODE_PROPERTY: string;
|
|
88
92
|
}, {
|
|
89
93
|
oidc: (state: {
|
|
90
94
|
INSTANCE_NAME: string;
|
|
@@ -172,6 +176,10 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
|
|
|
172
176
|
WORKSPACE_TYPE_GALLERY_ENABLED: boolean;
|
|
173
177
|
CLASSIFICATION_PLAN_ENABLED: boolean;
|
|
174
178
|
CLASSIFICATION_PLAN_NAME: string;
|
|
179
|
+
CLASSIFICATION_PLAN_ALLOW_NO_NATURE: boolean;
|
|
180
|
+
CLASSIFICATION_PLAN_FULL_VIEW_THRESHOLD: number;
|
|
181
|
+
CLASSIFICATION_PLAN_INLINE_METADATA_THRESHOLD: number;
|
|
182
|
+
CLASSIFICATION_PLAN_NATURE_CODE_PROPERTY: string;
|
|
175
183
|
} & PiniaCustomStateProperties<{
|
|
176
184
|
INSTANCE_NAME: string;
|
|
177
185
|
APP_ROOT_TITLE: string;
|
|
@@ -258,6 +266,10 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
|
|
|
258
266
|
WORKSPACE_TYPE_GALLERY_ENABLED: boolean;
|
|
259
267
|
CLASSIFICATION_PLAN_ENABLED: boolean;
|
|
260
268
|
CLASSIFICATION_PLAN_NAME: string;
|
|
269
|
+
CLASSIFICATION_PLAN_ALLOW_NO_NATURE: boolean;
|
|
270
|
+
CLASSIFICATION_PLAN_FULL_VIEW_THRESHOLD: number;
|
|
271
|
+
CLASSIFICATION_PLAN_INLINE_METADATA_THRESHOLD: number;
|
|
272
|
+
CLASSIFICATION_PLAN_NATURE_CODE_PROPERTY: string;
|
|
261
273
|
}>) => {
|
|
262
274
|
init: {
|
|
263
275
|
onLoad: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/stores/config.js"],"names":[],"mappings":";AAoBA
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../src/stores/config.js"],"names":[],"mappings":";AAoBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAqLI;;OAEG;;IAiBH;;;;;OAKG;0CADS,OAAO,CAAC,IAAI,CAAC;GAgC1B"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"filingPlan.d.ts","sourceRoot":"","sources":["../../../src/stores/filingPlan.js"],"names":[],"mappings":";AAMA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"filingPlan.d.ts","sourceRoot":"","sources":["../../../src/stores/filingPlan.js"],"names":[],"mappings":";AAMA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsFG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../src/stores/search.js"],"names":[],"mappings":";;AAoBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"search.d.ts","sourceRoot":"","sources":["../../../src/stores/search.js"],"names":[],"mappings":";;AAoBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAuCG;AACH;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkKI;;;;OAIG;2BAFe,KAAK,GACV,OAAO;;IA8BpB;;;;OAIG;qBAFe,KAAK,GACV,OAAO;;GAiBrB"}
|
|
@@ -50,6 +50,15 @@ export const useUploadStore: StoreDefinition<"upload", {
|
|
|
50
50
|
* @param {Array} fileRenames - Array of {original, new} rename mappings
|
|
51
51
|
*/
|
|
52
52
|
startUploadWithClassificationPlan(workspaceSiteId: string, pathFull: string, files: any[], metadata: any, fileRenames: any[], destinationNodeId: any): void;
|
|
53
|
+
/**
|
|
54
|
+
* Start a classification plan upload where each file has its own
|
|
55
|
+
* pathFull, metadata, and fileRenames.
|
|
56
|
+
* @param {string} workspaceSiteId
|
|
57
|
+
* @param {File[]} files
|
|
58
|
+
* @param {Object[]} perFileData - Array of { pathFull, metadata, fileRenames } per file
|
|
59
|
+
* @param {string} destinationNodeId
|
|
60
|
+
*/
|
|
61
|
+
startUploadWithClassificationPlanMulti(workspaceSiteId: string, files: File[], perFileData: any[], destinationNodeId: string): void;
|
|
53
62
|
/**
|
|
54
63
|
* Handle classification plan upload request from worker
|
|
55
64
|
* Uses multipart/form-data for efficient upload without base64 encoding
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upload.d.ts","sourceRoot":"","sources":["../../../src/stores/upload.js"],"names":[],"mappings":";AA6BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuNI;;;;;;;;OAQG;uDALQ,MAAM,YACN,MAAM;IA+DjB;;;OAGG;;
|
|
1
|
+
{"version":3,"file":"upload.d.ts","sourceRoot":"","sources":["../../../src/stores/upload.js"],"names":[],"mappings":";AA6BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAuNI;;;;;;;;OAQG;uDALQ,MAAM,YACN,MAAM;IA+DjB;;;;;;;OAOG;4DAJQ,MAAM,SACN,IAAI,EAAE,eACN,KAAQ,qBACR,MAAM;IAoDjB;;;OAGG;;GA0GJ"}
|
|
@@ -8,9 +8,42 @@ export function extractVariables(template: string): string[];
|
|
|
8
8
|
/**
|
|
9
9
|
* Resolve a template string by replacing ${var} placeholders with values.
|
|
10
10
|
* Supports the :upper filter.
|
|
11
|
+
* When a variable has no value, uses the field's default if available.
|
|
12
|
+
* Applies prefix/suffix around the resolved value (only if non-empty).
|
|
11
13
|
* @param {string} template
|
|
12
14
|
* @param {Object} values - key/value map of field values
|
|
15
|
+
* @param {Array} [fields] - optional array of field definitions (with default, prefix, suffix)
|
|
13
16
|
* @returns {string}
|
|
14
17
|
*/
|
|
15
|
-
export function resolveTemplate(template: string, values: any): string;
|
|
18
|
+
export function resolveTemplate(template: string, values: any, fields?: any[]): string;
|
|
19
|
+
/**
|
|
20
|
+
* Parse a filename to extract the base name, increment, and extension.
|
|
21
|
+
* "rapport (3).pdf" → { baseName: "rapport", increment: 3, extension: ".pdf" }
|
|
22
|
+
* "rapport.pdf" → { baseName: "rapport", increment: 0, extension: ".pdf" }
|
|
23
|
+
* "rapport" → { baseName: "rapport", increment: 0, extension: "" }
|
|
24
|
+
* @param {string} fileName
|
|
25
|
+
* @returns {{ baseName: string, increment: number, extension: string }}
|
|
26
|
+
*/
|
|
27
|
+
export function parseFileName(fileName: string): {
|
|
28
|
+
baseName: string;
|
|
29
|
+
increment: number;
|
|
30
|
+
extension: string;
|
|
31
|
+
};
|
|
32
|
+
/**
|
|
33
|
+
* Build an incremented filename.
|
|
34
|
+
* ("rapport", 3, ".pdf") → "rapport (3).pdf"
|
|
35
|
+
* ("rapport", 0, ".pdf") → "rapport.pdf"
|
|
36
|
+
* @param {string} baseName
|
|
37
|
+
* @param {number} increment
|
|
38
|
+
* @param {string} extension
|
|
39
|
+
* @returns {string}
|
|
40
|
+
*/
|
|
41
|
+
export function buildIncrementedName(baseName: string, increment: number, extension: string): string;
|
|
42
|
+
/**
|
|
43
|
+
* Deduplicate a list of filenames against each other and against existing names.
|
|
44
|
+
* @param {string[]} newNames - the names to deduplicate
|
|
45
|
+
* @param {string[]} existingNames - the names already present in the folder
|
|
46
|
+
* @returns {string[]} - deduplicated names, in the same order
|
|
47
|
+
*/
|
|
48
|
+
export function deduplicateFileNames(newNames: string[], existingNames: string[]): string[];
|
|
16
49
|
//# sourceMappingURL=classificationPlanUtils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"classificationPlanUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/classificationPlanUtils.js"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,2CAHW,MAAM,GACJ,MAAM,EAAE,CASpB;AAED
|
|
1
|
+
{"version":3,"file":"classificationPlanUtils.d.ts","sourceRoot":"","sources":["../../../src/utils/classificationPlanUtils.js"],"names":[],"mappings":"AAAA;;;;;GAKG;AACH,2CAHW,MAAM,GACJ,MAAM,EAAE,CASpB;AAED;;;;;;;;;GASG;AACH,0CALW,MAAM,gCAGJ,MAAM,CAkClB;AAED;;;;;;;GAOG;AACH,wCAHW,MAAM,GACJ;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,MAAM,CAAA;CAAE,CAYtE;AAED;;;;;;;;GAQG;AACH,+CALW,MAAM,aACN,MAAM,aACN,MAAM,GACJ,MAAM,CAOlB;AAED;;;;;GAKG;AACH,+CAJW,MAAM,EAAE,iBACR,MAAM,EAAE,GACN,MAAM,EAAE,CA4CpB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pristy/pristy-libvue",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.8.0",
|
|
4
4
|
"description": "Core library used by all Pristy applications",
|
|
5
5
|
"homepage": "https://pristy.fr/en/",
|
|
6
6
|
"author": "JECI SARL",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@codemirror/search": "^6.6.0",
|
|
55
55
|
"@codemirror/state": "^6.6.0",
|
|
56
56
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
57
|
-
"@codemirror/view": "^6.41.
|
|
57
|
+
"@codemirror/view": "^6.41.1",
|
|
58
58
|
"codemirror": "6.0.2",
|
|
59
59
|
"vue": "^3.5.22",
|
|
60
60
|
"vue-i18n": "^11.3.2",
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"@tato30/vue-pdf": "^1.11.5",
|
|
72
72
|
"@vueuse/core": "^12.8.2",
|
|
73
73
|
"async-retry": "^1.3.3",
|
|
74
|
-
"axios": "^1.15.
|
|
74
|
+
"axios": "^1.15.1",
|
|
75
75
|
"dompurify": "^3.4.0",
|
|
76
76
|
"email-validator": "^2.0.4",
|
|
77
77
|
"highlight.js": "^11.11.1",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"pinia": "^2.3.1",
|
|
85
85
|
"primevue": "^4.5.5",
|
|
86
86
|
"quick-lru": "^7.3.0",
|
|
87
|
-
"sanitize-html": "^2.17.
|
|
87
|
+
"sanitize-html": "^2.17.3",
|
|
88
88
|
"type-check": "^0.4.0",
|
|
89
89
|
"vue-draggable-next": "^2.3.0"
|
|
90
90
|
},
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"eslint-plugin-promise": "^7.2.1",
|
|
103
103
|
"eslint-plugin-vue": "^9.33.0",
|
|
104
104
|
"jsdom": "^27.4.0",
|
|
105
|
-
"prettier": "^3.8.
|
|
105
|
+
"prettier": "^3.8.3",
|
|
106
106
|
"rollup-plugin-visualizer": "^6.0.11",
|
|
107
107
|
"sass": "^1.99.0",
|
|
108
108
|
"svgo": "^4.0.1",
|