@pristy/pristy-libvue 2.5.0 → 2.5.1
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 +2225 -2170
- package/dist/pristy-libvue.es.js.map +1 -1
- package/dist/pristy-libvue.umd.js +11 -11
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +10 -0
- package/dist/src/components/classification/AdminClassificationPage.vue.d.ts.map +1 -1
- package/dist/src/components/classification/ViewSelectorPopup.vue.d.ts +9 -0
- package/dist/src/components/classification/ViewSelectorPopup.vue.d.ts.map +1 -1
- package/dist/src/services/ClassificationService.d.ts +9 -0
- package/dist/src/services/ClassificationService.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -64,6 +64,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
64
64
|
viewsLoading: boolean;
|
|
65
65
|
displayViewSelector: boolean;
|
|
66
66
|
viewSelectorCategory: any;
|
|
67
|
+
canEdit: boolean;
|
|
67
68
|
}, {}, {
|
|
68
69
|
getCategoryLabel(catId: any): any;
|
|
69
70
|
loadPlan(): void;
|
|
@@ -339,6 +340,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
339
340
|
type: BooleanConstructor;
|
|
340
341
|
default: boolean;
|
|
341
342
|
};
|
|
343
|
+
readonly: {
|
|
344
|
+
type: BooleanConstructor;
|
|
345
|
+
default: boolean;
|
|
346
|
+
};
|
|
342
347
|
}>, {}, {
|
|
343
348
|
localSelected: any[];
|
|
344
349
|
searchQuery: string;
|
|
@@ -373,6 +378,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
373
378
|
type: BooleanConstructor;
|
|
374
379
|
default: boolean;
|
|
375
380
|
};
|
|
381
|
+
readonly: {
|
|
382
|
+
type: BooleanConstructor;
|
|
383
|
+
default: boolean;
|
|
384
|
+
};
|
|
376
385
|
}>> & Readonly<{
|
|
377
386
|
"onUpdate:visible"?: (...args: any[]) => any;
|
|
378
387
|
"onUpdate:selectedViews"?: (...args: any[]) => any;
|
|
@@ -381,6 +390,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
381
390
|
visible: boolean;
|
|
382
391
|
selectedViews: unknown[];
|
|
383
392
|
availableViews: unknown[];
|
|
393
|
+
readonly: boolean;
|
|
384
394
|
}, {}, {
|
|
385
395
|
PrimeDialog: DefineComponent<DialogProps, DialogSlots, ((e: "show") => void) & ((e: "hide") => void) & ((e: "update:visible", value: boolean) => void) & ((e: "after-hide") => void) & ((e: "maximize", event: Event) => void) & ((e: "unmaximize", event: Event) => void) & ((e: "dragstart", event: Event) => void) & ((e: "dragend", event: Event) => void)>;
|
|
386
396
|
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdminClassificationPage.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/AdminClassificationPage.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"AdminClassificationPage.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/AdminClassificationPage.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAwjBA;"}
|
|
@@ -20,6 +20,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
20
20
|
type: BooleanConstructor;
|
|
21
21
|
default: boolean;
|
|
22
22
|
};
|
|
23
|
+
readonly: {
|
|
24
|
+
type: BooleanConstructor;
|
|
25
|
+
default: boolean;
|
|
26
|
+
};
|
|
23
27
|
}>, {}, {
|
|
24
28
|
localSelected: any[];
|
|
25
29
|
searchQuery: string;
|
|
@@ -54,6 +58,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
54
58
|
type: BooleanConstructor;
|
|
55
59
|
default: boolean;
|
|
56
60
|
};
|
|
61
|
+
readonly: {
|
|
62
|
+
type: BooleanConstructor;
|
|
63
|
+
default: boolean;
|
|
64
|
+
};
|
|
57
65
|
}>> & Readonly<{
|
|
58
66
|
"onUpdate:visible"?: (...args: any[]) => any;
|
|
59
67
|
"onUpdate:selectedViews"?: (...args: any[]) => any;
|
|
@@ -62,6 +70,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
62
70
|
visible: boolean;
|
|
63
71
|
selectedViews: unknown[];
|
|
64
72
|
availableViews: unknown[];
|
|
73
|
+
readonly: boolean;
|
|
65
74
|
}, {}, {
|
|
66
75
|
PrimeDialog: DefineComponent<DialogProps, DialogSlots, ((e: "show") => void) & ((e: "hide") => void) & ((e: "update:visible", value: boolean) => void) & ((e: "after-hide") => void) & ((e: "maximize", event: Event) => void) & ((e: "unmaximize", event: Event) => void) & ((e: "dragstart", event: Event) => void) & ((e: "dragend", event: Event) => void)>;
|
|
67
76
|
PrimeButton: DefineComponent<ButtonProps, ButtonSlots, (e: string, ...args: any[]) => void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ViewSelectorPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/ViewSelectorPopup.vue"],"names":[],"mappings":";;;;;;;;
|
|
1
|
+
{"version":3,"file":"ViewSelectorPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/ViewSelectorPopup.vue"],"names":[],"mappings":";;;;;;;;AA0KA;"}
|
|
@@ -19,6 +19,15 @@ declare class ClassificationService {
|
|
|
19
19
|
* @returns {Promise<string[]>} A promise that resolves with an array of filenames.
|
|
20
20
|
*/
|
|
21
21
|
listPlans(): Promise<string[]>;
|
|
22
|
+
/**
|
|
23
|
+
* Fetches a classification plan along with its allowableOperations.
|
|
24
|
+
* @param {string} filename The name of the plan file.
|
|
25
|
+
* @returns {Promise<{content: any, allowableOperations: string[]}>}
|
|
26
|
+
*/
|
|
27
|
+
getPlanWithPermissions(filename: string): Promise<{
|
|
28
|
+
content: any;
|
|
29
|
+
allowableOperations: string[];
|
|
30
|
+
}>;
|
|
22
31
|
/**
|
|
23
32
|
* Lists all existing classification plan entries (full Alfresco nodes).
|
|
24
33
|
* @returns {Promise<Object[]>} A promise that resolves with an array of Alfresco entry objects.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ClassificationService.d.ts","sourceRoot":"","sources":["../../../src/services/ClassificationService.js"],"names":[],"mappings":";;AAqBA;IACE;;;;OAIG;IACH,kBAHW,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,CAOxB;IAED;;;;;OAKG;IACH,mBAJW,MAAM,WACN,MAAM,GACJ,OAAO,CAAC,IAAI,CAAC,CASzB;IAED;;;OAGG;IACH,aAFa,OAAO,CAAC,MAAM,EAAE,CAAC,CAa7B;IAED;;;OAGG;IACH,mBAFa,OAAO,CAAC,KAAQ,CAAC,CAa7B;CACF"}
|
|
1
|
+
{"version":3,"file":"ClassificationService.d.ts","sourceRoot":"","sources":["../../../src/services/ClassificationService.js"],"names":[],"mappings":";;AAqBA;IACE;;;;OAIG;IACH,kBAHW,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,CAOxB;IAED;;;;;OAKG;IACH,mBAJW,MAAM,WACN,MAAM,GACJ,OAAO,CAAC,IAAI,CAAC,CASzB;IAED;;;OAGG;IACH,aAFa,OAAO,CAAC,MAAM,EAAE,CAAC,CAa7B;IAED;;;;OAIG;IACH,iCAHW,MAAM,GACJ,OAAO,CAAC;QAAC,OAAO,EAAE,GAAG,CAAC;QAAC,mBAAmB,EAAE,MAAM,EAAE,CAAA;KAAC,CAAC,CAkBlE;IAED;;;OAGG;IACH,mBAFa,OAAO,CAAC,KAAQ,CAAC,CAa7B;CACF"}
|