@pristy/pristy-libvue 1.17.2 → 1.18.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/pristy-libvue.css +1 -1
- package/dist/pristy-libvue.es.js +3630 -3564
- package/dist/pristy-libvue.es.js.map +1 -1
- package/dist/pristy-libvue.umd.js +9 -9
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/CodeMirrorEditor.vue.d.ts.map +1 -1
- package/dist/src/components/FolderUpload.vue.d.ts +1 -1
- package/dist/src/components/PristyIcon.vue.d.ts +3 -3
- package/dist/src/components/UploadStatus.vue.d.ts +1 -1
- package/dist/src/components/navigation/ContentGridView.vue.d.ts +5 -3
- package/dist/src/components/navigation/ContentGridView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentListView.vue.d.ts +5 -3
- package/dist/src/components/navigation/ContentListView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/ContentTableView.vue.d.ts +5 -3
- package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts +15 -9
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts.map +1 -1
- package/dist/src/components/popup/ImportPopupWithWorker.vue.d.ts +2 -2
- package/dist/src/composables/useCollabEditor.d.ts.map +1 -1
- package/dist/src/composables/useCollabWebSocket.d.ts.map +1 -1
- package/dist/src/i18n/index.d.ts +4 -0
- package/dist/src/i18n/index.d.ts.map +1 -1
- package/dist/src/services/AlfrescoFileService.d.ts +2 -0
- package/dist/src/services/AlfrescoFileService.d.ts.map +1 -1
- package/dist/src/services/CollabService.d.ts +7 -1
- package/dist/src/services/CollabService.d.ts.map +1 -1
- package/dist/src/services/WorkspaceService.d.ts +1 -1
- package/dist/src/services/WorkspaceService.d.ts.map +1 -1
- package/dist/src/stores/config.d.ts +3 -0
- package/dist/src/stores/config.d.ts.map +1 -1
- package/dist/src/stores/upload.d.ts +4 -1
- package/dist/src/stores/upload.d.ts.map +1 -1
- package/package.json +12 -12
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CodeMirrorEditor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeMirrorEditor.vue"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"CodeMirrorEditor.vue.d.ts","sourceRoot":"","sources":["../../../src/components/CodeMirrorEditor.vue"],"names":[],"mappings":";AA8VA;"}
|
|
@@ -9,7 +9,7 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
9
9
|
triggerFileInput(): void;
|
|
10
10
|
handleDragOver(): void;
|
|
11
11
|
handleDragLeave(): void;
|
|
12
|
-
startUpload: (uploadItems: any, nodeId: any) => void;
|
|
12
|
+
startUpload: (uploadItems: any, nodeId: any, metadata?: any) => void;
|
|
13
13
|
initializeWorker: () => void;
|
|
14
14
|
handleUploadRequest: (item: any, nodeId: any) => Promise<void>;
|
|
15
15
|
cancelUpload: (fileName: any) => void;
|
|
@@ -4,9 +4,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
4
4
|
default: string;
|
|
5
5
|
type: StringConstructor;
|
|
6
6
|
};
|
|
7
|
-
}>, {}, {
|
|
8
|
-
src:
|
|
9
|
-
}, {},
|
|
7
|
+
}>, {}, {}, {
|
|
8
|
+
src(): any;
|
|
9
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
10
10
|
svgFileName: {
|
|
11
11
|
default: string;
|
|
12
12
|
type: StringConstructor;
|
|
@@ -13,7 +13,7 @@ declare const _default: DefineComponent<{}, {}, {
|
|
|
13
13
|
getIconColor(status: any): "" | "color: green" | "color: red";
|
|
14
14
|
iconForStatus(status: any): "" | "ri-checkbox-circle-fill text-2xl" | "ri-close-circle-fill text-2xl";
|
|
15
15
|
openFile(node: any): void;
|
|
16
|
-
startUpload: (uploadItems: any, nodeId: any) => void;
|
|
16
|
+
startUpload: (uploadItems: any, nodeId: any, metadata?: any) => void;
|
|
17
17
|
initializeWorker: () => void;
|
|
18
18
|
handleUploadRequest: (item: any, nodeId: any) => Promise<void>;
|
|
19
19
|
cancelUpload: (fileName: any) => void;
|
|
@@ -47,6 +47,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
47
47
|
getVersionRendition(nodeId: any, versionId: any, renditionId: any): Promise< RenditionEntry>;
|
|
48
48
|
handleThumbnailFallback(event: Event): void;
|
|
49
49
|
onImageLoadFailure(event: Event, node: any): void;
|
|
50
|
+
onPreviewLoadFailure(event: any, node: any): void;
|
|
51
|
+
_requestRenditionCreation(node: any): void;
|
|
50
52
|
isThumbnailSupported(node: any): any;
|
|
51
53
|
getRenditionUrl(nodeId: any, rendition?: string): Promise<unknown>;
|
|
52
54
|
getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): any;
|
|
@@ -128,9 +130,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
128
130
|
default: string;
|
|
129
131
|
type: StringConstructor;
|
|
130
132
|
};
|
|
131
|
-
}>, {}, {
|
|
132
|
-
src:
|
|
133
|
-
}, {},
|
|
133
|
+
}>, {}, {}, {
|
|
134
|
+
src(): any;
|
|
135
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
134
136
|
svgFileName: {
|
|
135
137
|
default: string;
|
|
136
138
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentGridView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentGridView.vue"],"names":[],"mappings":";;;AA8JA
|
|
1
|
+
{"version":3,"file":"ContentGridView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentGridView.vue"],"names":[],"mappings":";;;AA8JA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAqRmB,iBAAiB;qBACf,mBAAmB;kBACtB,gBAAgB"}
|
|
@@ -46,6 +46,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
46
46
|
getVersionRendition(nodeId: any, versionId: any, renditionId: any): Promise< RenditionEntry>;
|
|
47
47
|
handleThumbnailFallback(event: Event): void;
|
|
48
48
|
onImageLoadFailure(event: Event, node: any): void;
|
|
49
|
+
onPreviewLoadFailure(event: any, node: any): void;
|
|
50
|
+
_requestRenditionCreation(node: any): void;
|
|
49
51
|
isThumbnailSupported(node: any): any;
|
|
50
52
|
getRenditionUrl(nodeId: any, rendition?: string): Promise<unknown>;
|
|
51
53
|
getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): any;
|
|
@@ -123,9 +125,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
123
125
|
default: string;
|
|
124
126
|
type: StringConstructor;
|
|
125
127
|
};
|
|
126
|
-
}>, {}, {
|
|
127
|
-
src:
|
|
128
|
-
}, {},
|
|
128
|
+
}>, {}, {}, {
|
|
129
|
+
src(): any;
|
|
130
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
129
131
|
svgFileName: {
|
|
130
132
|
default: string;
|
|
131
133
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentListView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentListView.vue"],"names":[],"mappings":";;;AAqLA
|
|
1
|
+
{"version":3,"file":"ContentListView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentListView.vue"],"names":[],"mappings":";;;AAqLA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAqSmB,iBAAiB;qBACf,mBAAmB"}
|
|
@@ -81,6 +81,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
81
81
|
getVersionRendition(nodeId: any, versionId: any, renditionId: any): Promise< RenditionEntry>;
|
|
82
82
|
handleThumbnailFallback(event: Event): void;
|
|
83
83
|
onImageLoadFailure(event: Event, node: any): void;
|
|
84
|
+
onPreviewLoadFailure(event: any, node: any): void;
|
|
85
|
+
_requestRenditionCreation(node: any): void;
|
|
84
86
|
isThumbnailSupported(node: any): any;
|
|
85
87
|
getRenditionUrl(nodeId: any, rendition?: string): Promise<unknown>;
|
|
86
88
|
getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): any;
|
|
@@ -185,9 +187,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
185
187
|
default: string;
|
|
186
188
|
type: StringConstructor;
|
|
187
189
|
};
|
|
188
|
-
}>, {}, {
|
|
189
|
-
src:
|
|
190
|
-
}, {},
|
|
190
|
+
}>, {}, {}, {
|
|
191
|
+
src(): any;
|
|
192
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
191
193
|
svgFileName: {
|
|
192
194
|
default: string;
|
|
193
195
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ContentTableView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentTableView.vue"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"ContentTableView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/ContentTableView.vue"],"names":[],"mappings":";;;AAgOA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBAwbmB,iBAAiB;kBAClB,gBAAgB;sBACZ,oBAAoB;qBACrB,mBAAmB;mBACrB,iBAAiB"}
|
|
@@ -238,6 +238,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
238
238
|
getVersionRendition(nodeId: any, versionId: any, renditionId: any): Promise< RenditionEntry>;
|
|
239
239
|
handleThumbnailFallback(event: Event): void;
|
|
240
240
|
onImageLoadFailure(event: Event, node: any): void;
|
|
241
|
+
onPreviewLoadFailure(event: any, node: any): void;
|
|
242
|
+
_requestRenditionCreation(node: any): void;
|
|
241
243
|
isThumbnailSupported(node: any): any;
|
|
242
244
|
getRenditionUrl(nodeId: any, rendition?: string): Promise<unknown>;
|
|
243
245
|
getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): any;
|
|
@@ -319,9 +321,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
319
321
|
default: string;
|
|
320
322
|
type: StringConstructor;
|
|
321
323
|
};
|
|
322
|
-
}>, {}, {
|
|
323
|
-
src:
|
|
324
|
-
}, {},
|
|
324
|
+
}>, {}, {}, {
|
|
325
|
+
src(): any;
|
|
326
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
325
327
|
svgFileName: {
|
|
326
328
|
default: string;
|
|
327
329
|
type: StringConstructor;
|
|
@@ -378,6 +380,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
378
380
|
getVersionRendition(nodeId: any, versionId: any, renditionId: any): Promise< RenditionEntry>;
|
|
379
381
|
handleThumbnailFallback(event: Event): void;
|
|
380
382
|
onImageLoadFailure(event: Event, node: any): void;
|
|
383
|
+
onPreviewLoadFailure(event: any, node: any): void;
|
|
384
|
+
_requestRenditionCreation(node: any): void;
|
|
381
385
|
isThumbnailSupported(node: any): any;
|
|
382
386
|
getRenditionUrl(nodeId: any, rendition?: string): Promise<unknown>;
|
|
383
387
|
getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): any;
|
|
@@ -455,9 +459,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
455
459
|
default: string;
|
|
456
460
|
type: StringConstructor;
|
|
457
461
|
};
|
|
458
|
-
}>, {}, {
|
|
459
|
-
src:
|
|
460
|
-
}, {},
|
|
462
|
+
}>, {}, {}, {
|
|
463
|
+
src(): any;
|
|
464
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
461
465
|
svgFileName: {
|
|
462
466
|
default: string;
|
|
463
467
|
type: StringConstructor;
|
|
@@ -545,6 +549,8 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
545
549
|
getVersionRendition(nodeId: any, versionId: any, renditionId: any): Promise< RenditionEntry>;
|
|
546
550
|
handleThumbnailFallback(event: Event): void;
|
|
547
551
|
onImageLoadFailure(event: Event, node: any): void;
|
|
552
|
+
onPreviewLoadFailure(event: any, node: any): void;
|
|
553
|
+
_requestRenditionCreation(node: any): void;
|
|
548
554
|
isThumbnailSupported(node: any): any;
|
|
549
555
|
getRenditionUrl(nodeId: any, rendition?: string): Promise<unknown>;
|
|
550
556
|
getVersionRenditionUrl(nodeId: any, versionId: any, rendition?: string): any;
|
|
@@ -649,9 +655,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
649
655
|
default: string;
|
|
650
656
|
type: StringConstructor;
|
|
651
657
|
};
|
|
652
|
-
}>, {}, {
|
|
653
|
-
src:
|
|
654
|
-
}, {},
|
|
658
|
+
}>, {}, {}, {
|
|
659
|
+
src(): any;
|
|
660
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
655
661
|
svgFileName: {
|
|
656
662
|
default: string;
|
|
657
663
|
type: StringConstructor;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"DynamicContentView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/DynamicContentView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAyLA
|
|
1
|
+
{"version":3,"file":"DynamicContentView.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/DynamicContentView.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;AAyLA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mBA6jBmB,iBAAiB;qBAEf,mBAAmB;qBADnB,mBAAmB"}
|
|
@@ -17,7 +17,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
17
17
|
}, {
|
|
18
18
|
closePopup(): void;
|
|
19
19
|
handleUpload(event: any): void;
|
|
20
|
-
startUpload: (uploadItems: any, nodeId: any) => void;
|
|
20
|
+
startUpload: (uploadItems: any, nodeId: any, metadata?: any) => void;
|
|
21
21
|
initializeWorker: () => void;
|
|
22
22
|
handleUploadRequest: (item: any, nodeId: any) => Promise<void>;
|
|
23
23
|
cancelUpload: (fileName: any) => void;
|
|
@@ -54,7 +54,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
54
54
|
triggerFileInput(): void;
|
|
55
55
|
handleDragOver(): void;
|
|
56
56
|
handleDragLeave(): void;
|
|
57
|
-
startUpload: (uploadItems: any, nodeId: any) => void;
|
|
57
|
+
startUpload: (uploadItems: any, nodeId: any, metadata?: any) => void;
|
|
58
58
|
initializeWorker: () => void;
|
|
59
59
|
handleUploadRequest: (item: any, nodeId: any) => Promise<void>;
|
|
60
60
|
cancelUpload: (fileName: any) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCollabEditor.d.ts","sourceRoot":"","sources":["../../../src/composables/useCollabEditor.js"],"names":[],"mappings":"AAiKA;;;;;GAKG;AACH,
|
|
1
|
+
{"version":3,"file":"useCollabEditor.d.ts","sourceRoot":"","sources":["../../../src/composables/useCollabEditor.js"],"names":[],"mappings":"AAiKA;;;;;GAKG;AACH,uCAi7BC;AA/iCD,0BAA2B,QAAQ,CAAC;AACpC,4BAA6B,UAAU,CAAC;AAExC;;;;GAIG;AACH,+BAAgC,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useCollabWebSocket.d.ts","sourceRoot":"","sources":["../../../src/composables/useCollabWebSocket.js"],"names":[],"mappings":"AA0CA;;;;;;GAMG;AACH,
|
|
1
|
+
{"version":3,"file":"useCollabWebSocket.d.ts","sourceRoot":"","sources":["../../../src/composables/useCollabWebSocket.js"],"names":[],"mappings":"AA0CA;;;;;;GAMG;AACH,sDAsTC"}
|
package/dist/src/i18n/index.d.ts
CHANGED
|
@@ -680,6 +680,8 @@ declare const i18n: I18n<{
|
|
|
680
680
|
observersTooltip: string;
|
|
681
681
|
messageTooLarge: string;
|
|
682
682
|
connectionFailed: string;
|
|
683
|
+
authExpired: string;
|
|
684
|
+
reload: string;
|
|
683
685
|
copyContent: string;
|
|
684
686
|
contentCopied: string;
|
|
685
687
|
retryConnection: string;
|
|
@@ -1478,6 +1480,8 @@ declare const i18n: I18n<{
|
|
|
1478
1480
|
observersTooltip: string;
|
|
1479
1481
|
messageTooLarge: string;
|
|
1480
1482
|
connectionFailed: string;
|
|
1483
|
+
authExpired: string;
|
|
1484
|
+
reload: string;
|
|
1481
1485
|
copyContent: string;
|
|
1482
1486
|
contentCopied: string;
|
|
1483
1487
|
retryConnection: 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"}
|
|
@@ -34,6 +34,8 @@ declare class AlfrescoFileService {
|
|
|
34
34
|
* @param {Object} node - The Alfresco node object
|
|
35
35
|
*/
|
|
36
36
|
onImageLoadFailure(event: Event, node: any): void;
|
|
37
|
+
onPreviewLoadFailure(event: any, node: any): void;
|
|
38
|
+
_requestRenditionCreation(node: any): void;
|
|
37
39
|
isThumbnailSupported(node: any): any;
|
|
38
40
|
/**
|
|
39
41
|
* Get rendition of the selected node. The method will retry 5 times, waiting for rendition to be created
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AlfrescoFileService.d.ts","sourceRoot":"","sources":["../../../src/services/AlfrescoFileService.js"],"names":[],"mappings":";;;AAiCA;;GAEG;AACH;IAEI,4BAGE;IAEF,4BAAkC;IAClC,qCAGE;IAEJ,kCAQC;IAED,gCAQC;IAED,gCAQC;IAED,uDAQC;IAED,mDAeC;IAED,2DAIC;IAED,8CASC;IAED,sEAeC;IAED,kFAIC;IAED,uHAEC;IAED;;;;;OAKG;IACH,+BAFW,KAAK,QAkBf;IAED;;;;;;OAMG;IACH,0BAHW,KAAK,
|
|
1
|
+
{"version":3,"file":"AlfrescoFileService.d.ts","sourceRoot":"","sources":["../../../src/services/AlfrescoFileService.js"],"names":[],"mappings":";;;AAiCA;;GAEG;AACH;IAEI,4BAGE;IAEF,4BAAkC;IAClC,qCAGE;IAEJ,kCAQC;IAED,gCAQC;IAED,gCAQC;IAED,uDAQC;IAED,mDAeC;IAED,2DAIC;IAED,8CASC;IAED,sEAeC;IAED,kFAIC;IAED,uHAEC;IAED;;;;;OAKG;IACH,+BAFW,KAAK,QAkBf;IAED;;;;;;OAMG;IACH,0BAHW,KAAK,mBAMf;IAED,kDAOC;IAED,2CA4BC;IAED,qCAYC;IAED;;;;;OAKG;IACH,kDAFa,OAAO,CAAC,OAAO,CAAC,CA0C5B;IAED;;;;;;OAMG;IACH,yEAFa,GAAC,CA6Cb;IACD,qDAwCC;IACD,qCAMC;IACD,0BAOC;IACD,mCAqBC;IACD,wCAYC;IACD,sCA+BC;IACD,+EAcC;IACD,qBAEC;IACD,mBAEC;IACD,uBAEC;IACD,kCAqCC;IACD;;;;;;OAMG;IACH,+BALW,MAAM,QACN,MAAM,QACN,IAAI,gBAUd;IAED;;;;;;;;;;;;;;;;;;;;;;;;OAwBG;IACH,yBAdG;QAAqB,UAAU;QACV,UAAU;QAKT,UAAU;QACV,UAAU;QACV,UAAU;KAEhC,GAAU,MAAM,CAmBlB;IAED;;;;OAIG;IACH,qDAQC;CACF;qBAtjBoB,WAAW"}
|
|
@@ -49,7 +49,13 @@ declare class CollabService {
|
|
|
49
49
|
*/
|
|
50
50
|
getWebSocketUrl(): string;
|
|
51
51
|
/**
|
|
52
|
-
*
|
|
52
|
+
* Returns a client ID stable for the lifetime of the browser tab (window).
|
|
53
|
+
*
|
|
54
|
+
* Persisted in sessionStorage so that a reconnection or a page reload reuses the same ID:
|
|
55
|
+
* the server can then recognize the rejoin and replace the stale peer instead of allocating a
|
|
56
|
+
* new session slot. Without this, every reload leaked a slot and sessions filled up with ghost
|
|
57
|
+
* peers (SESSION_FULL). sessionStorage is per-tab, so different tabs (or servers) still get
|
|
58
|
+
* distinct IDs, allowing concurrent sessions.
|
|
53
59
|
*
|
|
54
60
|
* @returns {string} Client ID
|
|
55
61
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CollabService.d.ts","sourceRoot":"","sources":["../../../src/services/CollabService.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"CollabService.d.ts","sourceRoot":"","sources":["../../../src/services/CollabService.js"],"names":[],"mappings":";AAuLA,2CAA0C;AAnK1C;;;GAGG;AACH;IAEI,iBAA6B;IAG/B;;;;OAIG;IACH,cAFa,MAAM,CAIlB;IAED;;;;OAIG;IACH,aAFa,OAAO,CAAC,MAAM,CAAC,CAI3B;IAED;;;;;;OAMG;IACH,yBAHW,MAAM,GACJ,MAAM,CAIlB;IAED;;;;;OAKG;IACH,0BAHW,MAAM,GACJ,OAAO,KAAQ,CAqC3B;IAED;;;;;OAKG;IACH,oBAHW,MAAM,GACJ,OAAO,KAAQ,CA6B3B;IAED;;;;;;OAMG;IACH,mBAFa,MAAM,CAUlB;IAED;;;;;;;;;;OAUG;IACH,oBAFa,MAAM,CAiBlB;CACF"}
|
|
@@ -54,7 +54,7 @@ declare class WorkspaceService {
|
|
|
54
54
|
* @returns {Promise<Array>} Normalized group list
|
|
55
55
|
*/
|
|
56
56
|
searchGroups(term: string, maxItems?: number): Promise<any[]>;
|
|
57
|
-
deleteWorkspace(siteId: any): Promise<void>;
|
|
57
|
+
deleteWorkspace(siteId: any, permanent?: boolean): Promise<void>;
|
|
58
58
|
updateWorkspace(id: any, opts: any): Promise< SiteEntry>;
|
|
59
59
|
}
|
|
60
60
|
//# sourceMappingURL=WorkspaceService.d.ts.map
|
|
@@ -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;;;;;;;;;;;OAWG;IACH,mBAJW,MAAM,aACN,MAAM,GACJ,OAAO,OAAO,CA8C1B;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,iEAMC;IAED,mFAIC;CACF;qBAldoB,WAAW"}
|
|
@@ -83,6 +83,7 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
|
|
|
83
83
|
SAVED_VIEWS_GLOBAL: any[];
|
|
84
84
|
DASHBOARD_CONFIG: any[];
|
|
85
85
|
MDPH_CODE: any;
|
|
86
|
+
MARCHES_DIRECTIONS_MAITRESSES: any[];
|
|
86
87
|
}, {
|
|
87
88
|
oidc: (state: {
|
|
88
89
|
INSTANCE_NAME: string;
|
|
@@ -168,6 +169,7 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
|
|
|
168
169
|
SAVED_VIEWS_GLOBAL: any[];
|
|
169
170
|
DASHBOARD_CONFIG: any[];
|
|
170
171
|
MDPH_CODE: any;
|
|
172
|
+
MARCHES_DIRECTIONS_MAITRESSES: any[];
|
|
171
173
|
} & PiniaCustomStateProperties<{
|
|
172
174
|
INSTANCE_NAME: string;
|
|
173
175
|
APP_ROOT_TITLE: string;
|
|
@@ -252,6 +254,7 @@ export const useConfigStore: StoreDefinition<"ConfigStore", {
|
|
|
252
254
|
SAVED_VIEWS_GLOBAL: any[];
|
|
253
255
|
DASHBOARD_CONFIG: any[];
|
|
254
256
|
MDPH_CODE: any;
|
|
257
|
+
MARCHES_DIRECTIONS_MAITRESSES: any[];
|
|
255
258
|
}>) => {
|
|
256
259
|
init: {
|
|
257
260
|
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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAgLI;;OAEG;;IAiBH;;;;;OAKG;0CADS,OAAO,CAAC,IAAI,CAAC;GA+B1B"}
|
|
@@ -9,6 +9,7 @@ export const useUploadStore: StoreDefinition<"upload", {
|
|
|
9
9
|
worker: any;
|
|
10
10
|
activeRequests: {};
|
|
11
11
|
classificationPlanFiles: any[];
|
|
12
|
+
uploadMetadata: any;
|
|
12
13
|
}, {
|
|
13
14
|
overallMessage(state: {
|
|
14
15
|
isUploading: boolean;
|
|
@@ -20,6 +21,7 @@ export const useUploadStore: StoreDefinition<"upload", {
|
|
|
20
21
|
worker: any;
|
|
21
22
|
activeRequests: {};
|
|
22
23
|
classificationPlanFiles: any[];
|
|
24
|
+
uploadMetadata: any;
|
|
23
25
|
} & PiniaCustomStateProperties<{
|
|
24
26
|
isUploading: boolean;
|
|
25
27
|
files: any[];
|
|
@@ -30,9 +32,10 @@ export const useUploadStore: StoreDefinition<"upload", {
|
|
|
30
32
|
worker: any;
|
|
31
33
|
activeRequests: {};
|
|
32
34
|
classificationPlanFiles: any[];
|
|
35
|
+
uploadMetadata: any;
|
|
33
36
|
}>): string;
|
|
34
37
|
}, {
|
|
35
|
-
startUpload(uploadItems: any, nodeId: any): void;
|
|
38
|
+
startUpload(uploadItems: any, nodeId: any, metadata?: any): void;
|
|
36
39
|
initializeWorker(): void;
|
|
37
40
|
handleUploadRequest(item: any, nodeId: any): Promise<void>;
|
|
38
41
|
cancelUpload(fileName: any): void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upload.d.ts","sourceRoot":"","sources":["../../../src/stores/upload.js"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"upload.d.ts","sourceRoot":"","sources":["../../../src/stores/upload.js"],"names":[],"mappings":";AA8BA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAyOI;;;;;;;;OAQG;uDALQ,MAAM,YACN,MAAM;IA6DjB;;;OAGG;;GAqGJ"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pristy/pristy-libvue",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.18.0",
|
|
4
4
|
"description": "Core library used by all Pristy applications",
|
|
5
5
|
"homepage": "https://pristy.fr/en/",
|
|
6
6
|
"author": "JECI SARL",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"testreport": "vitest run --reporter=junit --outputFile.junit=./testreport.xml"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
|
-
"@codemirror/autocomplete": "^6.20.
|
|
42
|
+
"@codemirror/autocomplete": "^6.20.3",
|
|
43
43
|
"@codemirror/collab": "^6.1.1",
|
|
44
44
|
"@codemirror/commands": "^6.10.3",
|
|
45
45
|
"@codemirror/lang-html": "^6.4.11",
|
|
@@ -49,15 +49,15 @@
|
|
|
49
49
|
"@codemirror/lang-yaml": "^6.1.3",
|
|
50
50
|
"@codemirror/language": "^6.12.3",
|
|
51
51
|
"@codemirror/legacy-modes": "^6.5.3",
|
|
52
|
-
"@codemirror/lint": "^6.9.
|
|
53
|
-
"@codemirror/merge": "^6.12.
|
|
52
|
+
"@codemirror/lint": "^6.9.7",
|
|
53
|
+
"@codemirror/merge": "^6.12.2",
|
|
54
54
|
"@codemirror/search": "^6.7.0",
|
|
55
55
|
"@codemirror/state": "^6.6.0",
|
|
56
56
|
"@codemirror/theme-one-dark": "^6.1.3",
|
|
57
|
-
"@codemirror/view": "^6.43.
|
|
57
|
+
"@codemirror/view": "^6.43.1",
|
|
58
58
|
"codemirror": "6.0.2",
|
|
59
59
|
"vue": "^3.5.22",
|
|
60
|
-
"vue-i18n": "^11.4.
|
|
60
|
+
"vue-i18n": "^11.4.5",
|
|
61
61
|
"vue-router": "^4.6.4"
|
|
62
62
|
},
|
|
63
63
|
"resolutions": {
|
|
@@ -72,8 +72,8 @@
|
|
|
72
72
|
"@tato30/vue-pdf": "^1.11.5",
|
|
73
73
|
"@vueuse/core": "^12.8.2",
|
|
74
74
|
"async-retry": "^1.3.3",
|
|
75
|
-
"axios": "^1.
|
|
76
|
-
"dompurify": "^3.4.
|
|
75
|
+
"axios": "^1.17.0",
|
|
76
|
+
"dompurify": "^3.4.8",
|
|
77
77
|
"email-validator": "^2.0.4",
|
|
78
78
|
"highlight.js": "^11.11.1",
|
|
79
79
|
"keycloak-js": "^26.2.4",
|
|
@@ -93,20 +93,20 @@
|
|
|
93
93
|
"@eslint/js": "^9.37.0",
|
|
94
94
|
"@vitejs/plugin-legacy": "^7.2.1",
|
|
95
95
|
"@vitejs/plugin-vue": "^6.0.7",
|
|
96
|
-
"@vitest/coverage-v8": "^3.2.
|
|
96
|
+
"@vitest/coverage-v8": "^3.2.6",
|
|
97
97
|
"eslint": "^9.39.4",
|
|
98
98
|
"eslint-config-prettier": "^10.1.8",
|
|
99
99
|
"eslint-plugin-import": "^2.32.0",
|
|
100
100
|
"eslint-plugin-n": "^17.24.0",
|
|
101
|
-
"eslint-plugin-prettier": "^5.5.
|
|
101
|
+
"eslint-plugin-prettier": "^5.5.6",
|
|
102
102
|
"eslint-plugin-promise": "^7.3.0",
|
|
103
103
|
"eslint-plugin-vue": "^9.33.0",
|
|
104
104
|
"jsdom": "^27.4.0",
|
|
105
|
-
"prettier": "^3.8.
|
|
105
|
+
"prettier": "^3.8.4",
|
|
106
106
|
"rollup-plugin-visualizer": "^6.0.11",
|
|
107
107
|
"sass": "^1.100.0",
|
|
108
108
|
"svgo": "^4.0.1",
|
|
109
|
-
"vite": "^7.3.
|
|
109
|
+
"vite": "^7.3.5",
|
|
110
110
|
"vite-plugin-dts": "^4.5.4",
|
|
111
111
|
"vitest": "^3.2.4"
|
|
112
112
|
},
|