@pristy/pristy-libvue 2.5.3 → 2.5.4
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/{index-DYatiWG2.js → index-BbVzbEij.js} +11 -3
- package/dist/{index-DYatiWG2.js.map → index-BbVzbEij.js.map} +1 -1
- package/dist/{jszip.min-BrgORSfj.js → jszip.min-8PfeYdht.js} +2 -2
- package/dist/{jszip.min-BrgORSfj.js.map → jszip.min-8PfeYdht.js.map} +1 -1
- package/dist/pristy-libvue.es.js +1 -1
- package/dist/pristy-libvue.umd.js +1 -1
- package/dist/pristy-libvue.umd.js.map +1 -1
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts +17 -0
- package/dist/src/components/search/AdvancedViewPanel.vue.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -47,6 +47,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
47
47
|
type: BooleanConstructor;
|
|
48
48
|
default: boolean;
|
|
49
49
|
};
|
|
50
|
+
/**
|
|
51
|
+
* When true, bypasses the isPristyAdmin check for editing loaded views.
|
|
52
|
+
* Useful for admin pages where the user already has edit permissions.
|
|
53
|
+
*/
|
|
54
|
+
canEditLoadedView: {
|
|
55
|
+
type: BooleanConstructor;
|
|
56
|
+
default: boolean;
|
|
57
|
+
};
|
|
50
58
|
}>, {}, {
|
|
51
59
|
isAddCriterionDialogVisible: boolean;
|
|
52
60
|
isAddLocationDialogVisible: boolean;
|
|
@@ -492,6 +500,14 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
492
500
|
type: BooleanConstructor;
|
|
493
501
|
default: boolean;
|
|
494
502
|
};
|
|
503
|
+
/**
|
|
504
|
+
* When true, bypasses the isPristyAdmin check for editing loaded views.
|
|
505
|
+
* Useful for admin pages where the user already has edit permissions.
|
|
506
|
+
*/
|
|
507
|
+
canEditLoadedView: {
|
|
508
|
+
type: BooleanConstructor;
|
|
509
|
+
default: boolean;
|
|
510
|
+
};
|
|
495
511
|
}>> & Readonly<{
|
|
496
512
|
"onChange-exact-search-settings"?: (...args: any[]) => any;
|
|
497
513
|
"onLoad-view"?: (...args: any[]) => any;
|
|
@@ -501,6 +517,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
|
|
|
501
517
|
showUserHome: boolean;
|
|
502
518
|
globalOnly: boolean;
|
|
503
519
|
hideViewSelector: boolean;
|
|
520
|
+
canEditLoadedView: boolean;
|
|
504
521
|
}, {}, {
|
|
505
522
|
PrimeAccordion: DefineComponent<AccordionProps, AccordionSlots, ((e: "update:value", value: string | string[]) => void) & ((e: "update:activeIndex", value: number) => void) & ((e: "tab-open", event: AccordionTabOpenEvent) => void) & ((e: "tab-close", event: AccordionTabCloseEvent) => void) & ((e: "tab-click", event: AccordionClickEvent) => void)>;
|
|
506
523
|
PrimeAccordionPanel: DefineComponent<AccordionPanelProps, AccordionPanelSlots, (e: string, ...args: any[]) => void>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AdvancedViewPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AdvancedViewPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6aA;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"AdvancedViewPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AdvancedViewPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA6aA;;;;;;;;;;IA2/BI;;;OAGG;;;;;IAKH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAxDP,KA52B4B,CA42B5B,aA52B0C;;;;;;;;;;;6BA42B1C,MAtwBuB;;;;;;;;;;;;;;;IAmzBnB;;;OAGG;;;;;IAKH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAxDP,KA52B4B,CA42B5B,aA52B0C;;;;;;;;;;;iCA42B1C,MAtwBuB"}
|