@revolist/revogrid 3.7.4 → 3.7.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.
@@ -388,11 +388,12 @@ class SelectionStoreConnector {
388
388
  this.setEdit('');
389
389
  }
390
390
  beforeNextFocusCell(focus) {
391
+ var _a;
391
392
  if (!this.focusedStore) {
392
393
  return;
393
394
  }
394
395
  const nextStore = this.checkNextStore(focus, this.focusedStore.position, this.focusedStore.entity.store.get('lastCell'));
395
- nextStore.store.nextFocus(Object.assign(Object.assign({}, focus), nextStore.item));
396
+ (_a = nextStore.store) === null || _a === void 0 ? void 0 : _a.nextFocus(Object.assign(Object.assign({}, focus), nextStore.item));
396
397
  }
397
398
  checkNextStore(focus, currentStorePointer, lastCell) {
398
399
  // item in new store
@@ -7042,11 +7042,12 @@ class SelectionStoreConnector {
7042
7042
  this.setEdit('');
7043
7043
  }
7044
7044
  beforeNextFocusCell(focus) {
7045
+ var _a;
7045
7046
  if (!this.focusedStore) {
7046
7047
  return;
7047
7048
  }
7048
7049
  const nextStore = this.checkNextStore(focus, this.focusedStore.position, this.focusedStore.entity.store.get('lastCell'));
7049
- nextStore.store.nextFocus(Object.assign(Object.assign({}, focus), nextStore.item));
7050
+ (_a = nextStore.store) === null || _a === void 0 ? void 0 : _a.nextFocus(Object.assign(Object.assign({}, focus), nextStore.item));
7050
7051
  }
7051
7052
  checkNextStore(focus, currentStorePointer, lastCell) {
7052
7053
  // item in new store
@@ -133,11 +133,12 @@ export default class SelectionStoreConnector {
133
133
  this.setEdit('');
134
134
  }
135
135
  beforeNextFocusCell(focus) {
136
+ var _a;
136
137
  if (!this.focusedStore) {
137
138
  return;
138
139
  }
139
140
  const nextStore = this.checkNextStore(focus, this.focusedStore.position, this.focusedStore.entity.store.get('lastCell'));
140
- nextStore.store.nextFocus(Object.assign(Object.assign({}, focus), nextStore.item));
141
+ (_a = nextStore.store) === null || _a === void 0 ? void 0 : _a.nextFocus(Object.assign(Object.assign({}, focus), nextStore.item));
141
142
  }
142
143
  checkNextStore(focus, currentStorePointer, lastCell) {
143
144
  // item in new store
@@ -7038,11 +7038,12 @@ class SelectionStoreConnector {
7038
7038
  this.setEdit('');
7039
7039
  }
7040
7040
  beforeNextFocusCell(focus) {
7041
+ var _a;
7041
7042
  if (!this.focusedStore) {
7042
7043
  return;
7043
7044
  }
7044
7045
  const nextStore = this.checkNextStore(focus, this.focusedStore.position, this.focusedStore.entity.store.get('lastCell'));
7045
- nextStore.store.nextFocus(Object.assign(Object.assign({}, focus), nextStore.item));
7046
+ (_a = nextStore.store) === null || _a === void 0 ? void 0 : _a.nextFocus(Object.assign(Object.assign({}, focus), nextStore.item));
7046
7047
  }
7047
7048
  checkNextStore(focus, currentStorePointer, lastCell) {
7048
7049
  // item in new store