@glissandoo/lib 1.53.4 → 1.53.5

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.
@@ -70,7 +70,7 @@ export default class Evento extends EventoPromoter<EventData> {
70
70
  };
71
71
  get isSelectionMode(): boolean;
72
72
  get selectionModeClosedAt(): import("../../types/firestore").Timestamp | null;
73
- get isSelectionModeClose(): boolean;
73
+ get isSelectionModeClosed(): boolean;
74
74
  get isSelectionModeOpen(): boolean;
75
75
  }
76
76
  export {};
@@ -189,7 +189,7 @@ class Evento extends promoter_1.default {
189
189
  get selectionModeClosedAt() {
190
190
  return this.data.selectionModeClosedAt || null;
191
191
  }
192
- get isSelectionModeClose() {
192
+ get isSelectionModeClosed() {
193
193
  return (!(0, lodash_1.isNull)(this.selectionModeClosedAt) && this.selectionMode === types_1.EventSelectionMode.Closed);
194
194
  }
195
195
  get isSelectionModeOpen() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@glissandoo/lib",
3
- "version": "1.53.4",
3
+ "version": "1.53.5",
4
4
  "description": "Glissandoo library js",
5
5
  "main": "./index.js",
6
6
  "types": "./index.d.ts",