@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.
@@ -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;;;;;;;;;;IAg/BI;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAhDP,KAj2B4B,CAi2B5B,aAj2B0C;;;;;;;;;;;6BAi2B1C,MA3vBuB;;;;;;;;;;;;;;;IAwyBnB;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BAhDP,KAj2B4B,CAi2B5B,aAj2B0C;;;;;;;;;;;iCAi2B1C,MA3vBuB"}
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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pristy/pristy-libvue",
3
- "version": "2.5.3",
3
+ "version": "2.5.4",
4
4
  "description": "Core library used by all Pristy applications",
5
5
  "homepage": "https://pristy.fr/en/",
6
6
  "author": "JECI SARL",