handsontable 13.1.0-next-17a6f77-20230822 → 13.1.0-next-f35a363-20230828

Sign up to get free protection for your applications and to get access to all the features.
package/helpers/mixed.js CHANGED
@@ -134,7 +134,7 @@ const domMessages = {
134
134
  function _injectProductInfo(key, element) {
135
135
  const hasValidType = !isEmpty(key);
136
136
  const isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
137
- const hotVersion = "13.1.0-next-17a6f77-20230822";
137
+ const hotVersion = "13.1.0-next-f35a363-20230828";
138
138
  let keyValidityDate;
139
139
  let consoleMessageState = 'invalid';
140
140
  let domMessageState = 'invalid';
@@ -142,7 +142,7 @@ function _injectProductInfo(key, element) {
142
142
  const schemaValidity = _checkKeySchema(key);
143
143
  if (hasValidType || isNonCommercial || schemaValidity) {
144
144
  if (schemaValidity) {
145
- const releaseDate = (0, _moment.default)("29/08/2023", 'DD/MM/YYYY');
145
+ const releaseDate = (0, _moment.default)("31/08/2023", 'DD/MM/YYYY');
146
146
  const releaseDays = Math.floor(releaseDate.toDate().getTime() / 8.64e7);
147
147
  const keyValidityDays = _extractTime(key);
148
148
  keyValidityDate = (0, _moment.default)((keyValidityDays + 1) * 8.64e7, 'x').format('MMMM DD, YYYY');
package/helpers/mixed.mjs CHANGED
@@ -124,7 +124,7 @@ const domMessages = {
124
124
  export function _injectProductInfo(key, element) {
125
125
  const hasValidType = !isEmpty(key);
126
126
  const isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
127
- const hotVersion = "13.1.0-next-17a6f77-20230822";
127
+ const hotVersion = "13.1.0-next-f35a363-20230828";
128
128
  let keyValidityDate;
129
129
  let consoleMessageState = 'invalid';
130
130
  let domMessageState = 'invalid';
@@ -132,7 +132,7 @@ export function _injectProductInfo(key, element) {
132
132
  const schemaValidity = _checkKeySchema(key);
133
133
  if (hasValidType || isNonCommercial || schemaValidity) {
134
134
  if (schemaValidity) {
135
- const releaseDate = moment("29/08/2023", 'DD/MM/YYYY');
135
+ const releaseDate = moment("31/08/2023", 'DD/MM/YYYY');
136
136
  const releaseDays = Math.floor(releaseDate.toDate().getTime() / 8.64e7);
137
137
  const keyValidityDays = _extractTime(key);
138
138
  keyValidityDate = moment((keyValidityDays + 1) * 8.64e7, 'x').format('MMMM DD, YYYY');
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  "url": "https://github.com/handsontable/handsontable/issues"
11
11
  },
12
12
  "author": "Handsoncode <hello@handsontable.com>",
13
- "version": "13.1.0-next-17a6f77-20230822",
13
+ "version": "13.1.0-next-f35a363-20230828",
14
14
  "main": "index",
15
15
  "module": "index.mjs",
16
16
  "jsnext:main": "index.mjs",
@@ -466,7 +466,7 @@ class CollapsibleColumns extends _base.BasePlugin {
466
466
  }
467
467
  } else {
468
468
  var _collapsibleElement;
469
- (_collapsibleElement = collapsibleElement) === null || _collapsibleElement === void 0 ? void 0 : _collapsibleElement.remove();
469
+ (_collapsibleElement = collapsibleElement) === null || _collapsibleElement === void 0 || _collapsibleElement.remove();
470
470
  }
471
471
  }
472
472
 
@@ -460,7 +460,7 @@ export class CollapsibleColumns extends BasePlugin {
460
460
  }
461
461
  } else {
462
462
  var _collapsibleElement;
463
- (_collapsibleElement = collapsibleElement) === null || _collapsibleElement === void 0 ? void 0 : _collapsibleElement.remove();
463
+ (_collapsibleElement = collapsibleElement) === null || _collapsibleElement === void 0 || _collapsibleElement.remove();
464
464
  }
465
465
  }
466
466
 
@@ -720,7 +720,7 @@ class ColumnSorting extends _base.BasePlugin {
720
720
  var _this$columnStatesMan;
721
721
  // TODO: Probably not supported yet by ESLint: https://github.com/eslint/eslint/issues/11045
722
722
  // eslint-disable-next-line no-unused-expressions
723
- (_this$columnStatesMan = this.columnStatesManager) === null || _this$columnStatesMan === void 0 ? void 0 : _this$columnStatesMan.destroy();
723
+ (_this$columnStatesMan = this.columnStatesManager) === null || _this$columnStatesMan === void 0 || _this$columnStatesMan.destroy();
724
724
  super.destroy();
725
725
  }
726
726
  }
@@ -714,7 +714,7 @@ export class ColumnSorting extends BasePlugin {
714
714
  var _this$columnStatesMan;
715
715
  // TODO: Probably not supported yet by ESLint: https://github.com/eslint/eslint/issues/11045
716
716
  // eslint-disable-next-line no-unused-expressions
717
- (_this$columnStatesMan = this.columnStatesManager) === null || _this$columnStatesMan === void 0 ? void 0 : _this$columnStatesMan.destroy();
717
+ (_this$columnStatesMan = this.columnStatesManager) === null || _this$columnStatesMan === void 0 || _this$columnStatesMan.destroy();
718
718
  super.destroy();
719
719
  }
720
720
  }
@@ -626,7 +626,7 @@ class Filters extends _base.BasePlugin {
626
626
  const selectedColumn = this.getSelectedColumn();
627
627
  if (selectedColumn === null) {
628
628
  var _this$dropdownMenuPlu2;
629
- (_this$dropdownMenuPlu2 = this.dropdownMenuPlugin) === null || _this$dropdownMenuPlu2 === void 0 ? void 0 : _this$dropdownMenuPlu2.close();
629
+ (_this$dropdownMenuPlu2 = this.dropdownMenuPlugin) === null || _this$dropdownMenuPlu2 === void 0 || _this$dropdownMenuPlu2.close();
630
630
  return;
631
631
  }
632
632
  const {
@@ -656,7 +656,7 @@ class Filters extends _base.BasePlugin {
656
656
  this.filtersRowsMap.clear();
657
657
  this.filter();
658
658
  }
659
- (_this$dropdownMenuPlu3 = this.dropdownMenuPlugin) === null || _this$dropdownMenuPlu3 === void 0 ? void 0 : _this$dropdownMenuPlu3.close();
659
+ (_this$dropdownMenuPlu3 = this.dropdownMenuPlugin) === null || _this$dropdownMenuPlu3 === void 0 || _this$dropdownMenuPlu3.close();
660
660
  }
661
661
 
662
662
  /**
@@ -618,7 +618,7 @@ export class Filters extends BasePlugin {
618
618
  const selectedColumn = this.getSelectedColumn();
619
619
  if (selectedColumn === null) {
620
620
  var _this$dropdownMenuPlu2;
621
- (_this$dropdownMenuPlu2 = this.dropdownMenuPlugin) === null || _this$dropdownMenuPlu2 === void 0 ? void 0 : _this$dropdownMenuPlu2.close();
621
+ (_this$dropdownMenuPlu2 = this.dropdownMenuPlugin) === null || _this$dropdownMenuPlu2 === void 0 || _this$dropdownMenuPlu2.close();
622
622
  return;
623
623
  }
624
624
  const {
@@ -648,7 +648,7 @@ export class Filters extends BasePlugin {
648
648
  this.filtersRowsMap.clear();
649
649
  this.filter();
650
650
  }
651
- (_this$dropdownMenuPlu3 = this.dropdownMenuPlugin) === null || _this$dropdownMenuPlu3 === void 0 ? void 0 : _this$dropdownMenuPlu3.close();
651
+ (_this$dropdownMenuPlu3 = this.dropdownMenuPlugin) === null || _this$dropdownMenuPlu3 === void 0 || _this$dropdownMenuPlu3.close();
652
652
  }
653
653
 
654
654
  /**
@@ -496,7 +496,7 @@ class Formulas extends _base.BasePlugin {
496
496
  if ((renderSelf || sheetId !== this.sheetId) && affectedSheetIds.has(sheetId)) {
497
497
  var _relatedHot$view;
498
498
  relatedHot.render();
499
- (_relatedHot$view = relatedHot.view) === null || _relatedHot$view === void 0 ? void 0 : _relatedHot$view.adjustElementsSize();
499
+ (_relatedHot$view = relatedHot.view) === null || _relatedHot$view === void 0 || _relatedHot$view.adjustElementsSize();
500
500
  }
501
501
  });
502
502
  }
@@ -489,7 +489,7 @@ export class Formulas extends BasePlugin {
489
489
  if ((renderSelf || sheetId !== this.sheetId) && affectedSheetIds.has(sheetId)) {
490
490
  var _relatedHot$view;
491
491
  relatedHot.render();
492
- (_relatedHot$view = relatedHot.view) === null || _relatedHot$view === void 0 ? void 0 : _relatedHot$view.adjustElementsSize();
492
+ (_relatedHot$view = relatedHot.view) === null || _relatedHot$view === void 0 || _relatedHot$view.adjustElementsSize();
493
493
  }
494
494
  });
495
495
  }
@@ -831,7 +831,7 @@ function removeExposedUndoRedoMethods(instance) {
831
831
  const hook = _pluginHooks.default.getSingleton();
832
832
  hook.add('afterUpdateSettings', function () {
833
833
  var _this$getPlugin;
834
- (_this$getPlugin = this.getPlugin('undoRedo')) === null || _this$getPlugin === void 0 ? void 0 : _this$getPlugin.init();
834
+ (_this$getPlugin = this.getPlugin('undoRedo')) === null || _this$getPlugin === void 0 || _this$getPlugin.init();
835
835
  });
836
836
  hook.register('beforeUndo');
837
837
  hook.register('afterUndo');
@@ -826,7 +826,7 @@ function removeExposedUndoRedoMethods(instance) {
826
826
  const hook = Hooks.getSingleton();
827
827
  hook.add('afterUpdateSettings', function () {
828
828
  var _this$getPlugin;
829
- (_this$getPlugin = this.getPlugin('undoRedo')) === null || _this$getPlugin === void 0 ? void 0 : _this$getPlugin.init();
829
+ (_this$getPlugin = this.getPlugin('undoRedo')) === null || _this$getPlugin === void 0 || _this$getPlugin.init();
830
830
  });
831
831
  hook.register('beforeUndo');
832
832
  hook.register('afterUndo');