@pristy/pristy-libvue 1.17.3 → 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 +3614 -3566
- 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 +3 -3
- package/dist/src/components/navigation/ContentListView.vue.d.ts +3 -3
- package/dist/src/components/navigation/ContentTableView.vue.d.ts +3 -3
- package/dist/src/components/navigation/ContentTableView.vue.d.ts.map +1 -1
- package/dist/src/components/navigation/DynamicContentView.vue.d.ts +9 -9
- 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/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;
|
|
@@ -130,9 +130,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
130
130
|
default: string;
|
|
131
131
|
type: StringConstructor;
|
|
132
132
|
};
|
|
133
|
-
}>, {}, {
|
|
134
|
-
src:
|
|
135
|
-
}, {},
|
|
133
|
+
}>, {}, {}, {
|
|
134
|
+
src(): any;
|
|
135
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
136
136
|
svgFileName: {
|
|
137
137
|
default: string;
|
|
138
138
|
type: StringConstructor;
|
|
@@ -125,9 +125,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
125
125
|
default: string;
|
|
126
126
|
type: StringConstructor;
|
|
127
127
|
};
|
|
128
|
-
}>, {}, {
|
|
129
|
-
src:
|
|
130
|
-
}, {},
|
|
128
|
+
}>, {}, {}, {
|
|
129
|
+
src(): any;
|
|
130
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
131
131
|
svgFileName: {
|
|
132
132
|
default: string;
|
|
133
133
|
type: StringConstructor;
|
|
@@ -187,9 +187,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
187
187
|
default: string;
|
|
188
188
|
type: StringConstructor;
|
|
189
189
|
};
|
|
190
|
-
}>, {}, {
|
|
191
|
-
src:
|
|
192
|
-
}, {},
|
|
190
|
+
}>, {}, {}, {
|
|
191
|
+
src(): any;
|
|
192
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
193
193
|
svgFileName: {
|
|
194
194
|
default: string;
|
|
195
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"}
|
|
@@ -321,9 +321,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
321
321
|
default: string;
|
|
322
322
|
type: StringConstructor;
|
|
323
323
|
};
|
|
324
|
-
}>, {}, {
|
|
325
|
-
src:
|
|
326
|
-
}, {},
|
|
324
|
+
}>, {}, {}, {
|
|
325
|
+
src(): any;
|
|
326
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
327
327
|
svgFileName: {
|
|
328
328
|
default: string;
|
|
329
329
|
type: StringConstructor;
|
|
@@ -459,9 +459,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
459
459
|
default: string;
|
|
460
460
|
type: StringConstructor;
|
|
461
461
|
};
|
|
462
|
-
}>, {}, {
|
|
463
|
-
src:
|
|
464
|
-
}, {},
|
|
462
|
+
}>, {}, {}, {
|
|
463
|
+
src(): any;
|
|
464
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
465
465
|
svgFileName: {
|
|
466
466
|
default: string;
|
|
467
467
|
type: StringConstructor;
|
|
@@ -655,9 +655,9 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
655
655
|
default: string;
|
|
656
656
|
type: StringConstructor;
|
|
657
657
|
};
|
|
658
|
-
}>, {}, {
|
|
659
|
-
src:
|
|
660
|
-
}, {},
|
|
658
|
+
}>, {}, {}, {
|
|
659
|
+
src(): any;
|
|
660
|
+
}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<{
|
|
661
661
|
svgFileName: {
|
|
662
662
|
default: string;
|
|
663
663
|
type: StringConstructor;
|
|
@@ -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"}
|
|
@@ -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
|
},
|