@pristy/pristy-libvue 2.10.3 → 2.11.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 (50) hide show
  1. package/dist/{ActivityHistory-Ci64w5Q1.js → ActivityHistory-CFXcjH71.js} +2 -2
  2. package/dist/{ActivityHistory-Ci64w5Q1.js.map → ActivityHistory-CFXcjH71.js.map} +1 -1
  3. package/dist/{BookmarksComponent-C51TKHjf.js → BookmarksComponent-CmYDE0Cp.js} +2 -2
  4. package/dist/{BookmarksComponent-C51TKHjf.js.map → BookmarksComponent-CmYDE0Cp.js.map} +1 -1
  5. package/dist/{ChartWrapper-DGnYIpJv.js → ChartWrapper-BmNc4SWQ.js} +2 -2
  6. package/dist/{ChartWrapper-DGnYIpJv.js.map → ChartWrapper-BmNc4SWQ.js.map} +1 -1
  7. package/dist/{DisplayFileInDashboardComponent-B4d4a65A.js → DisplayFileInDashboardComponent-CdFg8er7.js} +2 -2
  8. package/dist/{DisplayFileInDashboardComponent-B4d4a65A.js.map → DisplayFileInDashboardComponent-CdFg8er7.js.map} +1 -1
  9. package/dist/{ExternalApps-BKemAsmU.js → ExternalApps-C1zs4KGU.js} +2 -2
  10. package/dist/{ExternalApps-BKemAsmU.js.map → ExternalApps-C1zs4KGU.js.map} +1 -1
  11. package/dist/{FavoriteList-DWGSJugv.js → FavoriteList-C3U4TwcJ.js} +2 -2
  12. package/dist/{FavoriteList-DWGSJugv.js.map → FavoriteList-C3U4TwcJ.js.map} +1 -1
  13. package/dist/{MarkdownComponent-CLf0YfJU.js → MarkdownComponent-DvqLK4q_.js} +2 -2
  14. package/dist/{MarkdownComponent-CLf0YfJU.js.map → MarkdownComponent-DvqLK4q_.js.map} +1 -1
  15. package/dist/{SearchInput-BPc9g2mt.js → SearchInput-aoLen7C3.js} +2 -2
  16. package/dist/{SearchInput-BPc9g2mt.js.map → SearchInput-aoLen7C3.js.map} +1 -1
  17. package/dist/{UnknownBlockType-CsqmMjBR.js → UnknownBlockType-DX_fXvIW.js} +2 -2
  18. package/dist/{UnknownBlockType-CsqmMjBR.js.map → UnknownBlockType-DX_fXvIW.js.map} +1 -1
  19. package/dist/{index-D7q1XldB.js → index-2FfuwhLl.js} +11183 -10269
  20. package/dist/index-2FfuwhLl.js.map +1 -0
  21. package/dist/pristy-libvue.css +1 -1
  22. package/dist/pristy-libvue.es.js +1 -1
  23. package/dist/pristy-libvue.umd.js +25 -23
  24. package/dist/pristy-libvue.umd.js.map +1 -1
  25. package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +177 -0
  26. package/dist/src/components/classification/AdminClassificationPage.vue.d.ts.map +1 -1
  27. package/dist/src/components/classification/DictionaryForm.vue.d.ts +48 -0
  28. package/dist/src/components/classification/DictionaryForm.vue.d.ts.map +1 -0
  29. package/dist/src/components/classification/EmplacementForm.vue.d.ts.map +1 -1
  30. package/dist/src/components/classification/FieldForm.vue.d.ts +24 -0
  31. package/dist/src/components/classification/FieldForm.vue.d.ts.map +1 -1
  32. package/dist/src/components/classification/LexiconForm.vue.d.ts +43 -0
  33. package/dist/src/components/classification/LexiconForm.vue.d.ts.map +1 -0
  34. package/dist/src/components/classification/MetadataFormFields.vue.d.ts +20 -0
  35. package/dist/src/components/classification/MetadataFormFields.vue.d.ts.map +1 -1
  36. package/dist/src/components/classification/NatureForm.vue.d.ts.map +1 -1
  37. package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -1
  38. package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts +1 -1
  39. package/dist/src/components/navigation/ContentTableView.vue.d.ts +1 -1
  40. package/dist/src/components/navigation/DynamicContentView.vue.d.ts +2 -2
  41. package/dist/src/composables/useClassificationPlan.d.ts +2 -0
  42. package/dist/src/composables/useClassificationPlan.d.ts.map +1 -1
  43. package/dist/src/i18n/index.d.ts +102 -0
  44. package/dist/src/i18n/index.d.ts.map +1 -1
  45. package/dist/src/services/AlfrescoModelService.d.ts +32 -0
  46. package/dist/src/services/AlfrescoModelService.d.ts.map +1 -1
  47. package/dist/src/stores/filingPlan.d.ts +15 -0
  48. package/dist/src/stores/filingPlan.d.ts.map +1 -1
  49. package/package.json +1 -1
  50. package/dist/index-D7q1XldB.js.map +0 -1
@@ -831,11 +831,15 @@ declare const i18n: I18n<{
831
831
  titleAdmin: string;
832
832
  file: string;
833
833
  loading: string;
834
+ filterPlaceholder: string;
835
+ toggleFilters: string;
834
836
  tabs: {
835
837
  natures: string;
836
838
  fields: string;
837
839
  emplacements: string;
838
840
  categories: string;
841
+ dictionaries: string;
842
+ lexicons: string;
839
843
  };
840
844
  columns: {
841
845
  name: string;
@@ -853,12 +857,16 @@ declare const i18n: I18n<{
853
857
  views: string;
854
858
  optional: string;
855
859
  status: string;
860
+ entriesCount: string;
861
+ valuesCount: string;
856
862
  };
857
863
  buttons: {
858
864
  newNature: string;
859
865
  newField: string;
860
866
  newEmplacement: string;
861
867
  newCategory: string;
868
+ newDictionary: string;
869
+ newLexicon: string;
862
870
  export: string;
863
871
  import: string;
864
872
  reload: string;
@@ -878,6 +886,10 @@ declare const i18n: I18n<{
878
886
  editEmplacement: string;
879
887
  createCategory: string;
880
888
  editCategory: string;
889
+ createDictionary: string;
890
+ editDictionary: string;
891
+ createLexicon: string;
892
+ editLexicon: string;
881
893
  };
882
894
  confirm: {
883
895
  deleteMessage: string;
@@ -886,6 +898,8 @@ declare const i18n: I18n<{
886
898
  field: string;
887
899
  emplacement: string;
888
900
  category: string;
901
+ dictionary: string;
902
+ lexicon: string;
889
903
  };
890
904
  toast: {
891
905
  newPlan: string;
@@ -908,6 +922,7 @@ declare const i18n: I18n<{
908
922
  deleteImpossible: string;
909
923
  fieldUsed: string;
910
924
  emplacementUsed: string;
925
+ sourceUsed: string;
911
926
  confirmed: string;
912
927
  itemDeleted: string;
913
928
  invalidFilename: string;
@@ -1070,6 +1085,42 @@ declare const i18n: I18n<{
1070
1085
  help: string;
1071
1086
  };
1072
1087
  };
1088
+ source: {
1089
+ dictionaryLabel: string;
1090
+ lexiconLabel: string;
1091
+ placeholder: string;
1092
+ help: string;
1093
+ };
1094
+ };
1095
+ dictionaryForm: {
1096
+ id: {
1097
+ label: string;
1098
+ help: string;
1099
+ };
1100
+ label: {
1101
+ label: string;
1102
+ help: string;
1103
+ };
1104
+ entries: {
1105
+ label: string;
1106
+ help: string;
1107
+ value: string;
1108
+ add: string;
1109
+ };
1110
+ };
1111
+ lexiconForm: {
1112
+ id: {
1113
+ label: string;
1114
+ help: string;
1115
+ };
1116
+ label: {
1117
+ label: string;
1118
+ help: string;
1119
+ };
1120
+ values: {
1121
+ label: string;
1122
+ help: string;
1123
+ };
1073
1124
  };
1074
1125
  classificationPlan: {
1075
1126
  category: string;
@@ -2380,11 +2431,15 @@ declare const i18n: I18n<{
2380
2431
  titleAdmin: string;
2381
2432
  file: string;
2382
2433
  loading: string;
2434
+ filterPlaceholder: string;
2435
+ toggleFilters: string;
2383
2436
  tabs: {
2384
2437
  natures: string;
2385
2438
  fields: string;
2386
2439
  emplacements: string;
2387
2440
  categories: string;
2441
+ dictionaries: string;
2442
+ lexicons: string;
2388
2443
  };
2389
2444
  columns: {
2390
2445
  name: string;
@@ -2402,12 +2457,16 @@ declare const i18n: I18n<{
2402
2457
  views: string;
2403
2458
  optional: string;
2404
2459
  status: string;
2460
+ entriesCount: string;
2461
+ valuesCount: string;
2405
2462
  };
2406
2463
  buttons: {
2407
2464
  newNature: string;
2408
2465
  newField: string;
2409
2466
  newEmplacement: string;
2410
2467
  newCategory: string;
2468
+ newDictionary: string;
2469
+ newLexicon: string;
2411
2470
  export: string;
2412
2471
  import: string;
2413
2472
  reload: string;
@@ -2427,6 +2486,10 @@ declare const i18n: I18n<{
2427
2486
  editEmplacement: string;
2428
2487
  createCategory: string;
2429
2488
  editCategory: string;
2489
+ createDictionary: string;
2490
+ editDictionary: string;
2491
+ createLexicon: string;
2492
+ editLexicon: string;
2430
2493
  };
2431
2494
  confirm: {
2432
2495
  deleteMessage: string;
@@ -2435,6 +2498,8 @@ declare const i18n: I18n<{
2435
2498
  field: string;
2436
2499
  emplacement: string;
2437
2500
  category: string;
2501
+ dictionary: string;
2502
+ lexicon: string;
2438
2503
  };
2439
2504
  toast: {
2440
2505
  newPlan: string;
@@ -2457,6 +2522,7 @@ declare const i18n: I18n<{
2457
2522
  deleteImpossible: string;
2458
2523
  fieldUsed: string;
2459
2524
  emplacementUsed: string;
2525
+ sourceUsed: string;
2460
2526
  confirmed: string;
2461
2527
  itemDeleted: string;
2462
2528
  invalidFilename: string;
@@ -2619,6 +2685,42 @@ declare const i18n: I18n<{
2619
2685
  help: string;
2620
2686
  };
2621
2687
  };
2688
+ source: {
2689
+ dictionaryLabel: string;
2690
+ lexiconLabel: string;
2691
+ placeholder: string;
2692
+ help: string;
2693
+ };
2694
+ };
2695
+ dictionaryForm: {
2696
+ id: {
2697
+ label: string;
2698
+ help: string;
2699
+ };
2700
+ label: {
2701
+ label: string;
2702
+ help: string;
2703
+ };
2704
+ entries: {
2705
+ label: string;
2706
+ help: string;
2707
+ value: string;
2708
+ add: string;
2709
+ };
2710
+ };
2711
+ lexiconForm: {
2712
+ id: {
2713
+ label: string;
2714
+ help: string;
2715
+ };
2716
+ label: {
2717
+ label: string;
2718
+ help: string;
2719
+ };
2720
+ values: {
2721
+ label: string;
2722
+ help: string;
2723
+ };
2622
2724
  };
2623
2725
  classificationPlan: {
2624
2726
  category: 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"}
@@ -45,6 +45,38 @@ declare class AlfrescoModelService {
45
45
  title: string;
46
46
  dataType: string;
47
47
  }>;
48
+ /**
49
+ * Get properties for a given aspect in normalized format
50
+ * @param {string} aspectId
51
+ * @returns {Promise<Array<{id: string, title: string, dataType: string, isMandatory: boolean, isMultiValued: boolean}>>}
52
+ */
53
+ getPropertiesForAspect(aspectId: string): Promise<Array<{
54
+ id: string;
55
+ title: string;
56
+ dataType: string;
57
+ isMandatory: boolean;
58
+ isMultiValued: boolean;
59
+ }>>;
60
+ /**
61
+ * Get properties for a given type in normalized format
62
+ * @param {string} typeId
63
+ * @returns {Promise<Array<{id: string, title: string, dataType: string, isMandatory: boolean, isMultiValued: boolean}>>}
64
+ */
65
+ getPropertiesForType(typeId: string): Promise<Array<{
66
+ id: string;
67
+ title: string;
68
+ dataType: string;
69
+ isMandatory: boolean;
70
+ isMultiValued: boolean;
71
+ }>>;
72
+ _normalizeProperties(properties: any, excludeKeys?: Set<any>): {
73
+ id: any;
74
+ title: any;
75
+ dataType: any;
76
+ isMandatory: any;
77
+ isMultiValued: any;
78
+ }[];
79
+ _getParentPropertyKeys(parentId: any, kind: any): Promise<Set<any>>;
48
80
  /**
49
81
  * Get all available property keys from Alfresco types and aspects
50
82
  * @returns {Promise<Array<string>>}
@@ -1 +1 @@
1
- {"version":3,"file":"AlfrescoModelService.d.ts","sourceRoot":"","sources":["../../../src/services/AlfrescoModelService.js"],"names":[],"mappings":";;AAmBA;IACE;;;;OAIG;IACH,oBAHW,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,CAIxB;IAED;;;;OAIG;IACH,oBAHW,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,CAIxB;IAED;;;;OAIG;IACH,kBAHW,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,CAIxB;IAED;;;;OAIG;IACH,gBAHW,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,CAIxB;IAED;;;;OAIG;IACH,qCAHW,MAAM,GACJ,KAAK,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAC,CAAC,CAiBjE;IAED;;;;OAIG;IACH,yCAHW,MAAM,GACJ,KAAK,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAC,CAAC,CAiBjE;IAED;;;OAGG;IACH,sBAFa,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAgClC;CACF"}
1
+ {"version":3,"file":"AlfrescoModelService.d.ts","sourceRoot":"","sources":["../../../src/services/AlfrescoModelService.js"],"names":[],"mappings":";;AAmBA;IACE;;;;OAIG;IACH,oBAHW,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,CAIxB;IAED;;;;OAIG;IACH,oBAHW,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,CAIxB;IAED;;;;OAIG;IACH,kBAHW,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,CAIxB;IAED;;;;OAIG;IACH,gBAHW,MAAM,GACJ,OAAO,CAAC,GAAG,CAAC,CAIxB;IAED;;;;OAIG;IACH,qCAHW,MAAM,GACJ,KAAK,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAC,CAAC,CAiBjE;IAED;;;;OAIG;IACH,yCAHW,MAAM,GACJ,KAAK,CAAC;QAAC,GAAG,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAA;KAAC,CAAC,CAiBjE;IAED;;;;OAIG;IACH,iCAHW,MAAM,GACJ,OAAO,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,OAAO,CAAC;QAAC,aAAa,EAAE,OAAO,CAAA;KAAC,CAAC,CAAC,CAavH;IAED;;;;OAIG;IACH,6BAHW,MAAM,GACJ,OAAO,CAAC,KAAK,CAAC;QAAC,EAAE,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,QAAQ,EAAE,MAAM,CAAC;QAAC,WAAW,EAAE,OAAO,CAAC;QAAC,aAAa,EAAE,OAAO,CAAA;KAAC,CAAC,CAAC,CAavH;IAED;;;;;;QAUC;IAED,oEAmBC;IAED;;;OAGG;IACH,sBAFa,OAAO,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC,CAgClC;CACF"}
@@ -3,6 +3,9 @@ export const useFilingPlanStore: StoreDefinition<"filingPlan", {
3
3
  currentPlanName: any;
4
4
  planClassement: any[];
5
5
  natures: any[];
6
+ fields: any[];
7
+ dictionaries: any[];
8
+ lexicons: any[];
6
9
  viewCategories: any[];
7
10
  dynamicViews: any[];
8
11
  loading: boolean;
@@ -12,6 +15,9 @@ export const useFilingPlanStore: StoreDefinition<"filingPlan", {
12
15
  currentPlanName: any;
13
16
  planClassement: any[];
14
17
  natures: any[];
18
+ fields: any[];
19
+ dictionaries: any[];
20
+ lexicons: any[];
15
21
  viewCategories: any[];
16
22
  dynamicViews: any[];
17
23
  loading: boolean;
@@ -20,6 +26,9 @@ export const useFilingPlanStore: StoreDefinition<"filingPlan", {
20
26
  currentPlanName: any;
21
27
  planClassement: any[];
22
28
  natures: any[];
29
+ fields: any[];
30
+ dictionaries: any[];
31
+ lexicons: any[];
23
32
  viewCategories: any[];
24
33
  dynamicViews: any[];
25
34
  loading: boolean;
@@ -29,6 +38,9 @@ export const useFilingPlanStore: StoreDefinition<"filingPlan", {
29
38
  currentPlanName: any;
30
39
  planClassement: any[];
31
40
  natures: any[];
41
+ fields: any[];
42
+ dictionaries: any[];
43
+ lexicons: any[];
32
44
  viewCategories: any[];
33
45
  dynamicViews: any[];
34
46
  loading: boolean;
@@ -37,6 +49,9 @@ export const useFilingPlanStore: StoreDefinition<"filingPlan", {
37
49
  currentPlanName: any;
38
50
  planClassement: any[];
39
51
  natures: any[];
52
+ fields: any[];
53
+ dictionaries: any[];
54
+ lexicons: any[];
40
55
  viewCategories: any[];
41
56
  dynamicViews: any[];
42
57
  loading: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"filingPlan.d.ts","sourceRoot":"","sources":["../../../src/stores/filingPlan.js"],"names":[],"mappings":";AAMA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAsFG"}
1
+ {"version":3,"file":"filingPlan.d.ts","sourceRoot":"","sources":["../../../src/stores/filingPlan.js"],"names":[],"mappings":";AAMA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA+FG"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pristy/pristy-libvue",
3
- "version": "2.10.3",
3
+ "version": "2.11.1",
4
4
  "description": "Core library used by all Pristy applications",
5
5
  "homepage": "https://pristy.fr/en/",
6
6
  "author": "JECI SARL",