handsontable 14.0.0-next-9eaa3ba-20231114 → 14.0.0-next-4fd76bc-20231114

Sign up to get free protection for your applications and to get access to all the features.
@@ -56,7 +56,7 @@ class HandsontableEditor extends _textEditor.TextEditor {
56
56
  }
57
57
  this.removeHooksByKey('beforeKeyDown');
58
58
  super.close();
59
- if (this.hot.getSettings().ariaTags) {
59
+ if (this.TD && this.hot.getSettings().ariaTags) {
60
60
  (0, _element.setAttribute)(this.TD, [(0, _a11y.A11Y_EXPANDED)('false')]);
61
61
  }
62
62
  }
@@ -53,7 +53,7 @@ export class HandsontableEditor extends TextEditor {
53
53
  }
54
54
  this.removeHooksByKey('beforeKeyDown');
55
55
  super.close();
56
- if (this.hot.getSettings().ariaTags) {
56
+ if (this.TD && this.hot.getSettings().ariaTags) {
57
57
  setAttribute(this.TD, [A11Y_EXPANDED('false')]);
58
58
  }
59
59
  }
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 = "14.0.0-next-9eaa3ba-20231114";
137
+ const hotVersion = "14.0.0-next-4fd76bc-20231114";
138
138
  let keyValidityDate;
139
139
  let consoleMessageState = 'invalid';
140
140
  let domMessageState = 'invalid';
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 = "14.0.0-next-9eaa3ba-20231114";
127
+ const hotVersion = "14.0.0-next-4fd76bc-20231114";
128
128
  let keyValidityDate;
129
129
  let consoleMessageState = 'invalid';
130
130
  let domMessageState = 'invalid';
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": "14.0.0-next-9eaa3ba-20231114",
13
+ "version": "14.0.0-next-4fd76bc-20231114",
14
14
  "main": "index",
15
15
  "module": "index.mjs",
16
16
  "jsnext:main": "index.mjs",