handsontable 0.0.0-next-923e108-20240319 → 0.0.0-next-97c8a0d-20240320

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.

Potentially problematic release.


This version of handsontable might be problematic. Click here for more details.

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 = "0.0.0-next-923e108-20240319";
137
+ const hotVersion = "0.0.0-next-97c8a0d-20240320";
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 = "0.0.0-next-923e108-20240319";
127
+ const hotVersion = "0.0.0-next-97c8a0d-20240320";
128
128
  let keyValidityDate;
129
129
  let consoleMessageState = 'invalid';
130
130
  let domMessageState = 'invalid';
@@ -0,0 +1,5 @@
1
+ export default dictionary;
2
+ declare const dictionary: {
3
+ [x: string]: string | string[];
4
+ languageCode: 'ar-AR';
5
+ };
@@ -0,0 +1,5 @@
1
+ export default dictionary;
2
+ declare const dictionary: {
3
+ [x: string]: string | string[];
4
+ languageCode: 'cs-CZ';
5
+ };
@@ -0,0 +1,5 @@
1
+ export default dictionary;
2
+ declare const dictionary: {
3
+ [x: string]: string | string[];
4
+ languageCode: 'hr-HR';
5
+ };
@@ -0,0 +1,5 @@
1
+ export default dictionary;
2
+ declare const dictionary: {
3
+ [x: string]: string | string[];
4
+ languageCode: 'sr-SP';
5
+ };
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": "0.0.0-next-923e108-20240319",
13
+ "version": "0.0.0-next-97c8a0d-20240320",
14
14
  "main": "index",
15
15
  "module": "index.mjs",
16
16
  "jsnext:main": "index.mjs",
@@ -618,10 +618,12 @@
618
618
  "import": "./i18n/registry.mjs"
619
619
  },
620
620
  "./i18n/languages/ar-AR": {
621
+ "types": "./i18n/languages/ar-AR.d.ts",
621
622
  "require": "./i18n/languages/ar-AR.js",
622
623
  "import": "./i18n/languages/ar-AR.mjs"
623
624
  },
624
625
  "./i18n/languages/cs-CZ": {
626
+ "types": "./i18n/languages/cs-CZ.d.ts",
625
627
  "require": "./i18n/languages/cs-CZ.js",
626
628
  "import": "./i18n/languages/cs-CZ.mjs"
627
629
  },
@@ -651,6 +653,7 @@
651
653
  "import": "./i18n/languages/fr-FR.mjs"
652
654
  },
653
655
  "./i18n/languages/hr-HR": {
656
+ "types": "./i18n/languages/hr-HR.d.ts",
654
657
  "require": "./i18n/languages/hr-HR.js",
655
658
  "import": "./i18n/languages/hr-HR.mjs"
656
659
  },
@@ -705,6 +708,7 @@
705
708
  "import": "./i18n/languages/ru-RU.mjs"
706
709
  },
707
710
  "./i18n/languages/sr-SP": {
711
+ "types": "./i18n/languages/sr-SP.d.ts",
708
712
  "require": "./i18n/languages/sr-SP.js",
709
713
  "import": "./i18n/languages/sr-SP.mjs"
710
714
  },