@pristy/pristy-libvue 2.11.0 → 2.11.2

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-CJRVzJMU.js → ActivityHistory-Dvbc4pJJ.js} +2 -2
  2. package/dist/{ActivityHistory-CJRVzJMU.js.map → ActivityHistory-Dvbc4pJJ.js.map} +1 -1
  3. package/dist/{BookmarksComponent-CO7xN8NO.js → BookmarksComponent--MeUpzdk.js} +2 -2
  4. package/dist/{BookmarksComponent-CO7xN8NO.js.map → BookmarksComponent--MeUpzdk.js.map} +1 -1
  5. package/dist/{ChartWrapper-CD8d8H-H.js → ChartWrapper-DTaV2iGz.js} +2 -2
  6. package/dist/{ChartWrapper-CD8d8H-H.js.map → ChartWrapper-DTaV2iGz.js.map} +1 -1
  7. package/dist/{DisplayFileInDashboardComponent-CEfR8e0F.js → DisplayFileInDashboardComponent-BteIB_Wo.js} +2 -2
  8. package/dist/{DisplayFileInDashboardComponent-CEfR8e0F.js.map → DisplayFileInDashboardComponent-BteIB_Wo.js.map} +1 -1
  9. package/dist/{ExternalApps-CnL1M-YE.js → ExternalApps-DFSifuKE.js} +2 -2
  10. package/dist/{ExternalApps-CnL1M-YE.js.map → ExternalApps-DFSifuKE.js.map} +1 -1
  11. package/dist/{FavoriteList-BI88CGpg.js → FavoriteList-986Kirck.js} +2 -2
  12. package/dist/{FavoriteList-BI88CGpg.js.map → FavoriteList-986Kirck.js.map} +1 -1
  13. package/dist/{MarkdownComponent-BdK7_Fve.js → MarkdownComponent-CofjgT1-.js} +2 -2
  14. package/dist/{MarkdownComponent-BdK7_Fve.js.map → MarkdownComponent-CofjgT1-.js.map} +1 -1
  15. package/dist/{SearchInput-BvY345ZW.js → SearchInput-nQshufOo.js} +2 -2
  16. package/dist/{SearchInput-BvY345ZW.js.map → SearchInput-nQshufOo.js.map} +1 -1
  17. package/dist/{UnknownBlockType-DQFiX0EC.js → UnknownBlockType-ltqGOaj-.js} +2 -2
  18. package/dist/{UnknownBlockType-DQFiX0EC.js.map → UnknownBlockType-ltqGOaj-.js.map} +1 -1
  19. package/dist/{index-DRmiARUo.js → index-R9eTDd-U.js} +7308 -7176
  20. package/dist/index-R9eTDd-U.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 +24 -24
  24. package/dist/pristy-libvue.umd.js.map +1 -1
  25. package/dist/src/components/classification/AdminClassificationPage.vue.d.ts +1 -0
  26. package/dist/src/components/classification/FieldForm.vue.d.ts +1 -0
  27. package/dist/src/components/classification/FieldForm.vue.d.ts.map +1 -1
  28. package/dist/src/components/classification/MetadataFormFields.vue.d.ts +9 -0
  29. package/dist/src/components/classification/MetadataFormFields.vue.d.ts.map +1 -1
  30. package/dist/src/components/classification/UploadPlanPopup.vue.d.ts.map +1 -1
  31. package/dist/src/components/navigation/ContentCompactTableView.vue.d.ts +1 -1
  32. package/dist/src/components/navigation/ContentTableView.vue.d.ts +1 -1
  33. package/dist/src/components/navigation/DynamicContentView.vue.d.ts +2 -2
  34. package/dist/src/i18n/index.d.ts +10 -0
  35. package/dist/src/i18n/index.d.ts.map +1 -1
  36. package/dist/src/services/CollabService.d.ts +7 -1
  37. package/dist/src/services/CollabService.d.ts.map +1 -1
  38. package/package.json +1 -1
  39. package/dist/index-DRmiARUo.js.map +0 -1
@@ -358,6 +358,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
358
358
  prefix: any;
359
359
  suffix: any;
360
360
  metadata: any;
361
+ fallbackQuery: any;
361
362
  source: any;
362
363
  };
363
364
  valuesAsString: string;
@@ -42,6 +42,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
42
42
  prefix: any;
43
43
  suffix: any;
44
44
  metadata: any;
45
+ fallbackQuery: any;
45
46
  source: any;
46
47
  };
47
48
  valuesAsString: string;
@@ -1 +1 @@
1
- {"version":3,"file":"FieldForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/FieldForm.vue"],"names":[],"mappings":";;;;;;;;;;;AA0UA;"}
1
+ {"version":3,"file":"FieldForm.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/FieldForm.vue"],"names":[],"mappings":";;;;;;;;;;;AAyVA;"}
@@ -52,6 +52,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
52
52
  type: ArrayConstructor;
53
53
  default: () => any[];
54
54
  };
55
+ parentFieldOptions: {
56
+ type: ObjectConstructor;
57
+ default: () => {};
58
+ };
55
59
  }>, {
56
60
  t: ComposerTranslation<{
57
61
  [x: string]: LocaleMessage<VueMessageType>;
@@ -98,6 +102,10 @@ declare const _default: DefineComponent<ExtractPropTypes<{
98
102
  type: ArrayConstructor;
99
103
  default: () => any[];
100
104
  };
105
+ parentFieldOptions: {
106
+ type: ObjectConstructor;
107
+ default: () => {};
108
+ };
101
109
  }>> & Readonly<{
102
110
  "onUpdate:modelValue"?: (...args: any[]) => any;
103
111
  onValidate?: (...args: any[]) => any;
@@ -110,6 +118,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
110
118
  validationErrors: Record<string, any>;
111
119
  getSearchOptions: Function;
112
120
  isSearchLoading: Function;
121
+ parentFieldOptions: Record<string, any>;
113
122
  }, {}, {
114
123
  PrimeDatePicker: DefineComponent<DatePickerProps, DatePickerSlots, ((e: "update:modelValue", value: Date | Date[]) => void) & ((e: "value-change", value: Date | Date[]) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: DatePickerBlurEvent) => void) & ((e: "show") => void) & ((e: "hide") => void) & ((e: "input", event: Event) => void) & ((e: "date-select", value: Date) => void) & ((e: "today-click", date: Date) => void) & ((e: "clear-click", event: Event) => void) & ((e: "month-change", event: DatePickerMonthChangeEvent) => void) & ((e: "year-change", event: DatePickerYearChangeEvent) => void) & ((e: "keydown", event: Event) => void)>;
115
124
  PrimeInputNumber: DefineComponent<InputNumberProps, InputNumberSlots, ((e: "update:modelValue", value: number) => void) & ((e: "value-change", value: number) => void) & ((e: "focus", event: Event) => void) & ((e: "blur", event: InputNumberBlurEvent) => void) & ((e: "input", event: InputNumberInputEvent) => void), InputNumberMethods>;
@@ -1 +1 @@
1
- {"version":3,"file":"MetadataFormFields.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/MetadataFormFields.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AAyMA;"}
1
+ {"version":3,"file":"MetadataFormFields.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/MetadataFormFields.vue"],"names":[],"mappings":";;;;;;;;;;;;;;;;;AA4NA;"}
@@ -1 +1 @@
1
- {"version":3,"file":"UploadPlanPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/UploadPlanPopup.vue"],"names":[],"mappings":";AAo5BA;"}
1
+ {"version":3,"file":"UploadPlanPopup.vue.d.ts","sourceRoot":"","sources":["../../../../src/components/classification/UploadPlanPopup.vue"],"names":[],"mappings":";AAy6BA;"}
@@ -129,7 +129,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
129
129
  loadIconLabel(item: any): any;
130
130
  applyAction(actionFnName: any, row: any): void;
131
131
  applyFormat(value: any, formatFnName: any): any;
132
- getValue(obj: any, path: any): any;
132
+ getValue(obj: any, path: any, col: any): any;
133
133
  convertBytesToSize(str: any): string;
134
134
  toLocaleDateString(datestr: any): string;
135
135
  formatDate(value: any): string;
@@ -119,7 +119,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
119
119
  handleNavigateClick(event: any, node: any): void;
120
120
  applyAction(actionFnName: any, row: any): void;
121
121
  applyFormat(value: any, formatFnName: any): any;
122
- getValue(obj: any, path: any): any;
122
+ getValue(obj: any, path: any, col: any): any;
123
123
  alfrescoFileService(): {
124
124
  lruUrls: __DTS_DEFAULT_0__<any, any>;
125
125
  pendingRenditions: Set<any>;
@@ -398,7 +398,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
398
398
  loadIconLabel(item: any): any;
399
399
  applyAction(actionFnName: any, row: any): void;
400
400
  applyFormat(value: any, formatFnName: any): any;
401
- getValue(obj: any, path: any): any;
401
+ getValue(obj: any, path: any, col: any): any;
402
402
  convertBytesToSize(str: any): string;
403
403
  toLocaleDateString(datestr: any): string;
404
404
  formatDate(value: any): string;
@@ -808,7 +808,7 @@ declare const _default: DefineComponent<ExtractPropTypes<{
808
808
  handleNavigateClick(event: any, node: any): void;
809
809
  applyAction(actionFnName: any, row: any): void;
810
810
  applyFormat(value: any, formatFnName: any): any;
811
- getValue(obj: any, path: any): any;
811
+ getValue(obj: any, path: any, col: any): any;
812
812
  alfrescoFileService(): {
813
813
  lruUrls: __DTS_DEFAULT_0__<any, any>;
814
814
  pendingRenditions: Set<any>;
@@ -1084,6 +1084,10 @@ declare const i18n: I18n<{
1084
1084
  label: string;
1085
1085
  help: string;
1086
1086
  };
1087
+ fallbackQuery: {
1088
+ label: string;
1089
+ help: string;
1090
+ };
1087
1091
  };
1088
1092
  source: {
1089
1093
  dictionaryLabel: string;
@@ -1169,6 +1173,7 @@ declare const i18n: I18n<{
1169
1173
  constraint: string;
1170
1174
  defaultValue: string;
1171
1175
  parentFieldNotFound: string;
1176
+ selectParentValue: string;
1172
1177
  validationRegexError: string;
1173
1178
  summary: {
1174
1179
  verifyBeforeImport: string;
@@ -2684,6 +2689,10 @@ declare const i18n: I18n<{
2684
2689
  label: string;
2685
2690
  help: string;
2686
2691
  };
2692
+ fallbackQuery: {
2693
+ label: string;
2694
+ help: string;
2695
+ };
2687
2696
  };
2688
2697
  source: {
2689
2698
  dictionaryLabel: string;
@@ -2769,6 +2778,7 @@ declare const i18n: I18n<{
2769
2778
  constraint: string;
2770
2779
  defaultValue: string;
2771
2780
  parentFieldNotFound: string;
2781
+ selectParentValue: string;
2772
2782
  validationRegexError: string;
2773
2783
  summary: {
2774
2784
  verifyBeforeImport: 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"}
@@ -49,7 +49,13 @@ declare class CollabService {
49
49
  */
50
50
  getWebSocketUrl(): string;
51
51
  /**
52
- * Generates a unique client ID for this browser session.
52
+ * Returns a client ID stable for the lifetime of the browser tab (window).
53
+ *
54
+ * Persisted in sessionStorage so that a reconnection or a page reload reuses the same ID:
55
+ * the server can then recognize the rejoin and replace the stale peer instead of allocating a
56
+ * new session slot. Without this, every reload leaked a slot and sessions filled up with ghost
57
+ * peers (SESSION_FULL). sessionStorage is per-tab, so different tabs (or servers) still get
58
+ * distinct IDs, allowing concurrent sessions.
53
59
  *
54
60
  * @returns {string} Client ID
55
61
  */
@@ -1 +1 @@
1
- {"version":3,"file":"CollabService.d.ts","sourceRoot":"","sources":["../../../src/services/CollabService.js"],"names":[],"mappings":";AAoKA,2CAA0C;AAhJ1C;;;GAGG;AACH;IAEI,iBAA6B;IAG/B;;;;OAIG;IACH,cAFa,MAAM,CAIlB;IAED;;;;OAIG;IACH,aAFa,OAAO,CAAC,MAAM,CAAC,CAI3B;IAED;;;;;;OAMG;IACH,yBAHW,MAAM,GACJ,MAAM,CAIlB;IAED;;;;;OAKG;IACH,0BAHW,MAAM,GACJ,OAAO,KAAQ,CAqC3B;IAED;;;;;OAKG;IACH,oBAHW,MAAM,GACJ,OAAO,KAAQ,CA6B3B;IAED;;;;;;OAMG;IACH,mBAFa,MAAM,CAUlB;IAED;;;;OAIG;IACH,oBAFa,MAAM,CAIlB;CACF"}
1
+ {"version":3,"file":"CollabService.d.ts","sourceRoot":"","sources":["../../../src/services/CollabService.js"],"names":[],"mappings":";AAuLA,2CAA0C;AAnK1C;;;GAGG;AACH;IAEI,iBAA6B;IAG/B;;;;OAIG;IACH,cAFa,MAAM,CAIlB;IAED;;;;OAIG;IACH,aAFa,OAAO,CAAC,MAAM,CAAC,CAI3B;IAED;;;;;;OAMG;IACH,yBAHW,MAAM,GACJ,MAAM,CAIlB;IAED;;;;;OAKG;IACH,0BAHW,MAAM,GACJ,OAAO,KAAQ,CAqC3B;IAED;;;;;OAKG;IACH,oBAHW,MAAM,GACJ,OAAO,KAAQ,CA6B3B;IAED;;;;;;OAMG;IACH,mBAFa,MAAM,CAUlB;IAED;;;;;;;;;;OAUG;IACH,oBAFa,MAAM,CAiBlB;CACF"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pristy/pristy-libvue",
3
- "version": "2.11.0",
3
+ "version": "2.11.2",
4
4
  "description": "Core library used by all Pristy applications",
5
5
  "homepage": "https://pristy.fr/en/",
6
6
  "author": "JECI SARL",