handsontable 0.0.0-next-bc6e23d-20240425 → 0.0.0-next-e32f4db-20240426
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of handsontable might be problematic. Click here for more details.
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/dist/handsontable.css +3 -4
- package/dist/handsontable.full.css +3 -4
- package/dist/handsontable.full.js +400 -5869
- package/dist/handsontable.full.min.css +3 -3
- package/dist/handsontable.full.min.js +80 -272
- package/dist/handsontable.js +5 -5
- package/dist/handsontable.min.css +3 -3
- package/dist/handsontable.min.js +3 -3
- package/helpers/mixed.js +1 -1
- package/helpers/mixed.mjs +1 -1
- package/package.json +5 -3
package/base.js
CHANGED
@@ -45,8 +45,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
|
|
45
45
|
Handsontable.CellCoords = _src.CellCoords;
|
46
46
|
Handsontable.CellRange = _src.CellRange;
|
47
47
|
Handsontable.packageName = 'handsontable';
|
48
|
-
Handsontable.buildDate = "
|
49
|
-
Handsontable.version = "0.0.0-next-
|
48
|
+
Handsontable.buildDate = "26/04/2024 11:31:39";
|
49
|
+
Handsontable.version = "0.0.0-next-e32f4db-20240426";
|
50
50
|
Handsontable.languages = {
|
51
51
|
dictionaryKeys: _registry.dictionaryKeys,
|
52
52
|
getLanguageDictionary: _registry.getLanguageDictionary,
|
package/base.mjs
CHANGED
@@ -35,8 +35,8 @@ Handsontable.hooks = Hooks.getSingleton();
|
|
35
35
|
Handsontable.CellCoords = CellCoords;
|
36
36
|
Handsontable.CellRange = CellRange;
|
37
37
|
Handsontable.packageName = 'handsontable';
|
38
|
-
Handsontable.buildDate = "
|
39
|
-
Handsontable.version = "0.0.0-next-
|
38
|
+
Handsontable.buildDate = "26/04/2024 11:31:45";
|
39
|
+
Handsontable.version = "0.0.0-next-e32f4db-20240426";
|
40
40
|
Handsontable.languages = {
|
41
41
|
dictionaryKeys,
|
42
42
|
getLanguageDictionary,
|
package/dist/handsontable.css
CHANGED
@@ -25,8 +25,8 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 0.0.0-next-
|
29
|
-
* Release date: 16/04/2024 (built at
|
28
|
+
* Version: 0.0.0-next-e32f4db-20240426
|
29
|
+
* Release date: 16/04/2024 (built at 26/04/2024 11:31:50)
|
30
30
|
*/
|
31
31
|
/**
|
32
32
|
* Fix for bootstrap styles
|
@@ -203,12 +203,11 @@
|
|
203
203
|
}
|
204
204
|
|
205
205
|
.handsontable th:first-child,
|
206
|
-
.handsontable th:nth-child(2),
|
207
206
|
.handsontable td:first-of-type {
|
208
207
|
border-left: 1px solid #ccc;
|
209
208
|
}
|
210
209
|
|
211
|
-
[dir=rtl].handsontable th:first-child, [dir=rtl].handsontable
|
210
|
+
[dir=rtl].handsontable th:first-child, [dir=rtl].handsontable td:first-of-type {
|
212
211
|
border-right: 1px solid #ccc;
|
213
212
|
}
|
214
213
|
|
@@ -25,8 +25,8 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 0.0.0-next-
|
29
|
-
* Release date: 16/04/2024 (built at
|
28
|
+
* Version: 0.0.0-next-e32f4db-20240426
|
29
|
+
* Release date: 16/04/2024 (built at 26/04/2024 11:31:50)
|
30
30
|
*/
|
31
31
|
/**
|
32
32
|
* Fix for bootstrap styles
|
@@ -203,12 +203,11 @@
|
|
203
203
|
}
|
204
204
|
|
205
205
|
.handsontable th:first-child,
|
206
|
-
.handsontable th:nth-child(2),
|
207
206
|
.handsontable td:first-of-type {
|
208
207
|
border-left: 1px solid #ccc;
|
209
208
|
}
|
210
209
|
|
211
|
-
[dir=rtl].handsontable th:first-child, [dir=rtl].handsontable
|
210
|
+
[dir=rtl].handsontable th:first-child, [dir=rtl].handsontable td:first-of-type {
|
212
211
|
border-right: 1px solid #ccc;
|
213
212
|
}
|
214
213
|
|