handsontable 14.1.0-next-122113d-20240110 → 14.1.0-next-b389d4f-20240111
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +2 -1
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/dist/handsontable.css +2 -2
- package/dist/handsontable.full.css +2 -2
- package/dist/handsontable.full.js +5 -5
- package/dist/handsontable.full.min.css +2 -2
- package/dist/handsontable.full.min.js +3 -3
- package/dist/handsontable.js +5 -5
- package/dist/handsontable.min.css +2 -2
- package/dist/handsontable.min.js +3 -3
- package/helpers/mixed.js +1 -1
- package/helpers/mixed.mjs +1 -1
- package/package.json +4 -6
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.1.0-next-
|
137
|
+
const hotVersion = "14.1.0-next-b389d4f-20240111";
|
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.1.0-next-
|
127
|
+
const hotVersion = "14.1.0-next-b389d4f-20240111";
|
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.1.0-next-
|
13
|
+
"version": "14.1.0-next-b389d4f-20240111",
|
14
14
|
"main": "index",
|
15
15
|
"module": "index.mjs",
|
16
16
|
"jsnext:main": "index.mjs",
|
@@ -36,7 +36,9 @@
|
|
36
36
|
"core-js": "^3.31.1",
|
37
37
|
"dompurify": "^2.1.1",
|
38
38
|
"moment": "2.29.4",
|
39
|
-
"numbro": "2.1.2"
|
39
|
+
"numbro": "2.1.2",
|
40
|
+
"pikaday": "1.8.2",
|
41
|
+
"@types/pikaday": "1.7.4"
|
40
42
|
},
|
41
43
|
"devDependencies": {
|
42
44
|
"@babel/cli": "^7.8.3",
|
@@ -102,10 +104,6 @@
|
|
102
104
|
"optionalDependencies": {
|
103
105
|
"hyperformula": "^2.4.0"
|
104
106
|
},
|
105
|
-
"peerDependencies": {
|
106
|
-
"pikaday": "1.8.2",
|
107
|
-
"@types/pikaday": "1.7.4"
|
108
|
-
},
|
109
107
|
"license": "SEE LICENSE IN LICENSE.txt",
|
110
108
|
"typings": "./index.d.ts",
|
111
109
|
"sideEffects": [
|