handsontable 0.0.0-next-51d3397-20231211 → 0.0.0-next-e2b07e5-20231213
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 +2 -2
- package/dist/handsontable.full.css +3 -3
- package/dist/handsontable.full.js +1824 -1489
- package/dist/handsontable.full.min.css +3 -3
- package/dist/handsontable.full.min.js +6 -5
- package/dist/handsontable.js +549 -565
- package/dist/handsontable.min.css +2 -2
- package/dist/handsontable.min.js +5 -5
- package/editors/dateEditor/dateEditor.d.ts +1 -1
- package/editors/dateEditor/dateEditor.js +1 -4
- package/editors/dateEditor/dateEditor.mjs +1 -4
- package/helpers/browser.js +2 -5
- package/helpers/browser.mjs +2 -5
- package/helpers/feature.js +0 -10
- package/helpers/feature.mjs +0 -9
- package/helpers/mixed.js +1 -1
- package/helpers/mixed.mjs +1 -1
- package/package.json +4 -3
- package/settings.d.ts +1 -1
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 = "13/12/2023 07:39:42";
|
49
|
+
Handsontable.version = "0.0.0-next-e2b07e5-20231213";
|
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 = "13/12/2023 07:39:48";
|
39
|
+
Handsontable.version = "0.0.0-next-e2b07e5-20231213";
|
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: 30/11/2023 (built at
|
28
|
+
* Version: 0.0.0-next-e2b07e5-20231213
|
29
|
+
* Release date: 30/11/2023 (built at 13/12/2023 07:39:53)
|
30
30
|
*/
|
31
31
|
/**
|
32
32
|
* Fix for bootstrap styles
|
@@ -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: 30/11/2023 (built at
|
28
|
+
* Version: 0.0.0-next-e2b07e5-20231213
|
29
|
+
* Release date: 30/11/2023 (built at 13/12/2023 07:39:53)
|
30
30
|
*/
|
31
31
|
/**
|
32
32
|
* Fix for bootstrap styles
|
@@ -1043,7 +1043,7 @@ http://nicolasgallagher.com/micro-clearfix-hack/
|
|
1043
1043
|
color: #666;
|
1044
1044
|
font-size: 12px;
|
1045
1045
|
line-height: 15px;
|
1046
|
-
text-align:
|
1046
|
+
text-align: right;
|
1047
1047
|
background: #f5f5f5;
|
1048
1048
|
height: initial;
|
1049
1049
|
}
|