@pristy/pristy-libvue 2.16.0 → 2.16.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.
Files changed (39) hide show
  1. package/dist/{ActivityHistory-DgugopJu.js → ActivityHistory-BR80usg-.js} +2 -2
  2. package/dist/{ActivityHistory-DgugopJu.js.map → ActivityHistory-BR80usg-.js.map} +1 -1
  3. package/dist/{BookmarksComponent-BsVkjHDs.js → BookmarksComponent-CzngDcRh.js} +2 -2
  4. package/dist/{BookmarksComponent-BsVkjHDs.js.map → BookmarksComponent-CzngDcRh.js.map} +1 -1
  5. package/dist/{ChartWrapper-Cn4qvZrN.js → ChartWrapper-B0gpH1NL.js} +2 -2
  6. package/dist/{ChartWrapper-Cn4qvZrN.js.map → ChartWrapper-B0gpH1NL.js.map} +1 -1
  7. package/dist/{DisplayFileInDashboardComponent-DFbgjJQD.js → DisplayFileInDashboardComponent-DQqCmNLY.js} +2 -2
  8. package/dist/{DisplayFileInDashboardComponent-DFbgjJQD.js.map → DisplayFileInDashboardComponent-DQqCmNLY.js.map} +1 -1
  9. package/dist/{ExternalApps-DtVKaN6h.js → ExternalApps-Bnyti2Vr.js} +2 -2
  10. package/dist/{ExternalApps-DtVKaN6h.js.map → ExternalApps-Bnyti2Vr.js.map} +1 -1
  11. package/dist/{FavoriteList-2ffRI8Ov.js → FavoriteList-DcX0XQzp.js} +2 -2
  12. package/dist/{FavoriteList-2ffRI8Ov.js.map → FavoriteList-DcX0XQzp.js.map} +1 -1
  13. package/dist/{MarkdownComponent-Cd34LCLP.js → MarkdownComponent-Bf0Po2be.js} +2 -2
  14. package/dist/{MarkdownComponent-Cd34LCLP.js.map → MarkdownComponent-Bf0Po2be.js.map} +1 -1
  15. package/dist/{SearchInput-DDR4-OwU.js → SearchInput-CDKrd-q5.js} +2 -2
  16. package/dist/{SearchInput-DDR4-OwU.js.map → SearchInput-CDKrd-q5.js.map} +1 -1
  17. package/dist/{UnknownBlockType-CPdBnteG.js → UnknownBlockType-DuZjRoOX.js} +2 -2
  18. package/dist/{UnknownBlockType-CPdBnteG.js.map → UnknownBlockType-DuZjRoOX.js.map} +1 -1
  19. package/dist/{index-ljscfG6r.js → index-C9hyjkU6.js} +8659 -8413
  20. package/dist/{index-ljscfG6r.js.map → index-C9hyjkU6.js.map} +1 -1
  21. package/dist/pristy-libvue.css +1 -1
  22. package/dist/pristy-libvue.es.js +1 -1
  23. package/dist/pristy-libvue.umd.js +17 -17
  24. package/dist/pristy-libvue.umd.js.map +1 -1
  25. package/dist/src/components/classification/ClassificationPlanList.vue.d.ts.map +1 -1
  26. package/dist/src/components/search/AddCriterionPopup.vue.d.ts +6 -0
  27. package/dist/src/components/search/AddCriterionPopup.vue.d.ts.map +1 -1
  28. package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts +1 -0
  29. package/dist/src/components/search/AdvancedSearchPanel.vue.d.ts.map +1 -1
  30. package/dist/src/components/search/AdvancedViewPanel.vue.d.ts +13 -0
  31. package/dist/src/components/search/AdvancedViewPanel.vue.d.ts.map +1 -1
  32. package/dist/src/components/views/ViewList.vue.d.ts.map +1 -1
  33. package/dist/src/i18n/index.d.ts +104 -0
  34. package/dist/src/i18n/index.d.ts.map +1 -1
  35. package/dist/src/services/ClassificationService.d.ts +4 -1
  36. package/dist/src/services/ClassificationService.d.ts.map +1 -1
  37. package/dist/src/services/ViewConfigService.d.ts +4 -1
  38. package/dist/src/services/ViewConfigService.d.ts.map +1 -1
  39. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"ClassificationPlanList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/ClassificationPlanList.vue"],"names":[],"mappings":";AAiKA;"}
1
+ {"version":3,"file":"ClassificationPlanList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/ClassificationPlanList.vue"],"names":[],"mappings":";AAqNA;"}
@@ -74,6 +74,12 @@ declare const _default: DefineComponent<ExtractPropTypes<{
74
74
  isCriterionValid(): boolean;
75
75
  propertyType(): any;
76
76
  }, {
77
+ /**
78
+ * Resolves a property's display label: use its i18n translation when the
79
+ * labelId key exists, otherwise fall back to the verbatim METADATA title
80
+ * (or id) instead of showing the raw translation key (e.g. "field.PATH").
81
+ */
82
+ fieldLabel(property: any): any;
77
83
  getOperatorsForCriterion(): any;
78
84
  onPropertyChange(): void;
79
85
  addCriterion(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"AddCriterionPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AddCriterionPopup.vue"],"names":[],"mappings":";;;;;;;;;;;;;AAqLA;"}
1
+ {"version":3,"file":"AddCriterionPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AddCriterionPopup.vue"],"names":[],"mappings":";;;;;;;;;;;;;AAkLA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA2iBI;;;;OAIG"}
@@ -528,6 +528,7 @@ declare const _default: DefineComponent<{}, {}, {
528
528
  isCriterionValid(): boolean;
529
529
  propertyType(): any;
530
530
  }, {
531
+ fieldLabel(property: any): any;
531
532
  getOperatorsForCriterion(): any;
532
533
  onPropertyChange(): void;
533
534
  addCriterion(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"AdvancedSearchPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AdvancedSearchPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0NA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAseA,KAnYA,CAmYA,aAnYc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAmYd,KA7OU;;2BA6OV,KA1MuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA0MvB,KAnYA,CAmYA,aAnYc"}
1
+ {"version":3,"file":"AdvancedSearchPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AdvancedSearchPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0NA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAseA,KAnYA,CAmYA,aAnYc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iCAmYd,KA7OU;;2BA6OV,KA1MuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA0MvB,KAnYA,CAmYA,aAnYc"}
@@ -485,6 +485,18 @@ declare const _default: DefineComponent<ExtractPropTypes<{
485
485
  apiLogin: (a: string, p: string) => Promise<any>;
486
486
  publiclogoff: () => Promise<void>;
487
487
  publiclogin: (espace_id: string) => Promise<string>;
488
+ /**
489
+ * Resolves a property's display label: use its i18n translation when the
490
+ * labelId key exists, otherwise fall back to the verbatim METADATA title
491
+ * (or id) instead of showing the raw translation key (e.g. "field.PATH").
492
+ */
493
+ fieldLabel(property: any): any;
494
+ /**
495
+ * Builds a natural-language phrase merging the criterion's negation and
496
+ * operator into a single label (e.g. "doit contenir exactement",
497
+ * "ne doit pas être"), instead of concatenating two redundant keywords.
498
+ */
499
+ criterionPhraseKey(criterion: any): string;
488
500
  }, ComponentOptionsMixin, ComponentOptionsMixin, ("change-exact-search-settings" | "load-view" | "close-view" | "view-saved")[], "change-exact-search-settings" | "load-view" | "close-view" | "view-saved", PublicProps, Readonly< ExtractPropTypes<{
489
501
  globalOnly: {
490
502
  type: BooleanConstructor;
@@ -636,6 +648,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
636
648
  isCriterionValid(): boolean;
637
649
  propertyType(): any;
638
650
  }, {
651
+ fieldLabel(property: any): any;
639
652
  getOperatorsForCriterion(): any;
640
653
  onPropertyChange(): void;
641
654
  addCriterion(): void;
@@ -1 +1 @@
1
- {"version":3,"file":"AdvancedViewPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AdvancedViewPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAmbA;;;;;;;;;;IAqgCI;;;OAGG;;;;;IAKH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BA1DP,KAh3BkC,CAg3BlC,aAh3BgD;;;;;;;;;;;;;;;;;;;;;;;;;;IA+5B5C;;;OAGG;;;;;IAKH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA1DP,KAh3BkC,CAg3BlC,aAh3BgD"}
1
+ {"version":3,"file":"AdvancedViewPanel.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/search/AdvancedViewPanel.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+aA;;;;;;;;;;IAgkCI;;;OAGG;;;;;IAKH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BA1DP,KA36BkC,CA26BlC,aA36BgD;;;;;;;;;;;;;;;;;IA8kC5C;;;;OAIG;;IAUH;;;;OAIG;;;;;;;;;;;IAtIH;;;OAGG;;;;;IAKH;;;OAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8BA1DP,KA36BkC,CA26BlC,aA36BgD"}
@@ -1 +1 @@
1
- {"version":3,"file":"ViewList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/views/ViewList.vue"],"names":[],"mappings":";AAuMA;"}
1
+ {"version":3,"file":"ViewList.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/views/ViewList.vue"],"names":[],"mappings":";AAwMA;"}
@@ -376,6 +376,32 @@ declare const i18n: I18n<{
376
376
  isNumber: string;
377
377
  isNumberRange: string;
378
378
  is: string;
379
+ criterionPhrase: {
380
+ contains: {
381
+ include: string;
382
+ exclude: string;
383
+ };
384
+ exact: {
385
+ include: string;
386
+ exclude: string;
387
+ };
388
+ isNumber: {
389
+ include: string;
390
+ exclude: string;
391
+ };
392
+ isDate: {
393
+ include: string;
394
+ exclude: string;
395
+ };
396
+ range: {
397
+ include: string;
398
+ exclude: string;
399
+ };
400
+ is: {
401
+ include: string;
402
+ exclude: string;
403
+ };
404
+ };
379
405
  locationLabel: string;
380
406
  locationSite: string;
381
407
  locationPath: string;
@@ -666,6 +692,9 @@ declare const i18n: I18n<{
666
692
  adminViewList: {
667
693
  existingViews: {
668
694
  title: string;
695
+ name: string;
696
+ description: string;
697
+ modifiedAt: string;
669
698
  loading: string;
670
699
  noViewsFound: string;
671
700
  download: string;
@@ -763,10 +792,33 @@ declare const i18n: I18n<{
763
792
  title: string;
764
793
  existingPlans: {
765
794
  title: string;
795
+ name: string;
796
+ description: string;
797
+ modifiedAt: string;
766
798
  loading: string;
767
799
  noPlansFound: string;
768
800
  download: string;
769
801
  };
802
+ editPlan: {
803
+ button: string;
804
+ title: string;
805
+ name: string;
806
+ namePlaceholder: string;
807
+ description: string;
808
+ descriptionPlaceholder: string;
809
+ save: string;
810
+ cancel: string;
811
+ toast: {
812
+ success: {
813
+ summary: string;
814
+ detail: string;
815
+ };
816
+ error: {
817
+ summary: string;
818
+ detail: string;
819
+ };
820
+ };
821
+ };
770
822
  createPlan: {
771
823
  title: string;
772
824
  description: string;
@@ -1994,6 +2046,32 @@ declare const i18n: I18n<{
1994
2046
  isNumber: string;
1995
2047
  isNumberRange: string;
1996
2048
  is: string;
2049
+ criterionPhrase: {
2050
+ contains: {
2051
+ include: string;
2052
+ exclude: string;
2053
+ };
2054
+ exact: {
2055
+ include: string;
2056
+ exclude: string;
2057
+ };
2058
+ isNumber: {
2059
+ include: string;
2060
+ exclude: string;
2061
+ };
2062
+ isDate: {
2063
+ include: string;
2064
+ exclude: string;
2065
+ };
2066
+ range: {
2067
+ include: string;
2068
+ exclude: string;
2069
+ };
2070
+ is: {
2071
+ include: string;
2072
+ exclude: string;
2073
+ };
2074
+ };
1997
2075
  locationLabel: string;
1998
2076
  locationSite: string;
1999
2077
  locationPath: string;
@@ -2282,6 +2360,9 @@ declare const i18n: I18n<{
2282
2360
  adminViewList: {
2283
2361
  existingViews: {
2284
2362
  title: string;
2363
+ name: string;
2364
+ description: string;
2365
+ modifiedAt: string;
2285
2366
  loading: string;
2286
2367
  noViewsFound: string;
2287
2368
  download: string;
@@ -2379,10 +2460,33 @@ declare const i18n: I18n<{
2379
2460
  title: string;
2380
2461
  existingPlans: {
2381
2462
  title: string;
2463
+ name: string;
2464
+ description: string;
2465
+ modifiedAt: string;
2382
2466
  loading: string;
2383
2467
  noPlansFound: string;
2384
2468
  download: string;
2385
2469
  };
2470
+ editPlan: {
2471
+ button: string;
2472
+ title: string;
2473
+ name: string;
2474
+ namePlaceholder: string;
2475
+ description: string;
2476
+ descriptionPlaceholder: string;
2477
+ save: string;
2478
+ cancel: string;
2479
+ toast: {
2480
+ success: {
2481
+ summary: string;
2482
+ detail: string;
2483
+ };
2484
+ error: {
2485
+ summary: string;
2486
+ detail: string;
2487
+ };
2488
+ };
2489
+ };
2386
2490
  createPlan: {
2387
2491
  title: string;
2388
2492
  description: string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAOG"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/i18n/index.js"],"names":[],"mappings":";;AAsBA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBAOG"}
@@ -29,7 +29,10 @@ declare class ClassificationService {
29
29
  allowableOperations: string[];
30
30
  }>;
31
31
  /**
32
- * Lists all existing classification plan entries (full Alfresco nodes).
32
+ * Lists all existing classification plan entries (full Alfresco nodes),
33
+ * enriched with the human-readable name and description read from each
34
+ * plan's JSON content (the top-level NAME and DESCRIPTION keys, stored
35
+ * inside the file rather than as node properties).
33
36
  * @returns {Promise<Object[]>} A promise that resolves with an array of Alfresco entry objects.
34
37
  */
35
38
  listPlanEntries(): Promise<any[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"ClassificationService.d.ts","sourceRoot":"","sources":["../../../src/services/ClassificationService.js"],"names":[],"mappings":";;AAuBA;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,CAU7B;IAED;;;;OAIG;IACH,iCAHW,MAAM,GACJ,OAAO,CAAC;QAAC,OAAO,EAAE,GAAG,CAAC;QAAC,mBAAmB,EAAE,MAAM,EAAE,CAAA;KAAC,CAAC,CAUlE;IAED;;;OAGG;IACH,mBAFa,OAAO,CAAC,KAAQ,CAAC,CAU7B;;CAuBF"}
1
+ {"version":3,"file":"ClassificationService.d.ts","sourceRoot":"","sources":["../../../src/services/ClassificationService.js"],"names":[],"mappings":";;AAuBA;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,CAU7B;IAED;;;;OAIG;IACH,iCAHW,MAAM,GACJ,OAAO,CAAC;QAAC,OAAO,EAAE,GAAG,CAAC;QAAC,mBAAmB,EAAE,MAAM,EAAE,CAAA;KAAC,CAAC,CAUlE;IAED;;;;;;OAMG;IACH,mBAFa,OAAO,CAAC,KAAQ,CAAC,CAwB7B;;CAuBF"}
@@ -31,7 +31,10 @@ declare class ViewConfigService {
31
31
  */
32
32
  listViews(): Promise<string[]>;
33
33
  /**
34
- * Lists all existing view configuration entries (full Alfresco nodes).
34
+ * Lists all existing view configuration entries (full Alfresco nodes),
35
+ * enriched with the human-readable name and description read from each
36
+ * view's JSON content (these are stored inside the file, not as node
37
+ * properties).
35
38
  * @returns {Promise<Object[]>} A promise that resolves with an array of Alfresco entry objects.
36
39
  */
37
40
  listViewEntries(): Promise<any[]>;
@@ -1 +1 @@
1
- {"version":3,"file":"ViewConfigService.d.ts","sourceRoot":"","sources":["../../../src/services/ViewConfigService.js"],"names":[],"mappings":";;AAuBA;;;GAGG;AACH;IACE;;;;OAIG;IACH,kBAHW,MAAM,GACJ,OAAO,KAAQ,CAO3B;IAED;;;;;OAKG;IACH,mBAJW,MAAM,iBAEJ,OAAO,CAAC,IAAI,CAAC,CASzB;IAED;;;;;OAKG;IACH,qBAHW,MAAM,GACJ,OAAO,CAAC,IAAI,CAAC,CASzB;IAED;;;OAGG;IACH,aAFa,OAAO,CAAC,MAAM,EAAE,CAAC,CAU7B;IAED;;;OAGG;IACH,mBAFa,OAAO,CAAC,KAAQ,CAAC,CAU7B;;CAuBF"}
1
+ {"version":3,"file":"ViewConfigService.d.ts","sourceRoot":"","sources":["../../../src/services/ViewConfigService.js"],"names":[],"mappings":";;AAuBA;;;GAGG;AACH;IACE;;;;OAIG;IACH,kBAHW,MAAM,GACJ,OAAO,KAAQ,CAO3B;IAED;;;;;OAKG;IACH,mBAJW,MAAM,iBAEJ,OAAO,CAAC,IAAI,CAAC,CASzB;IAED;;;;;OAKG;IACH,qBAHW,MAAM,GACJ,OAAO,CAAC,IAAI,CAAC,CASzB;IAED;;;OAGG;IACH,aAFa,OAAO,CAAC,MAAM,EAAE,CAAC,CAU7B;IAED;;;;;;OAMG;IACH,mBAFa,OAAO,CAAC,KAAQ,CAAC,CAwB7B;;CAuBF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pristy/pristy-libvue",
3
- "version": "2.16.0",
3
+ "version": "2.16.1",
4
4
  "description": "Core library used by all Pristy applications",
5
5
  "homepage": "https://pristy.fr/en/",
6
6
  "author": "JECI SARL",