handsontable 0.0.0-next-4c6aa91-20240814 → 0.0.0-next-a5069f0-20240819
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 +145 -296
- package/dist/handsontable.full.css +152 -305
- package/dist/handsontable.full.js +3683 -3469
- package/dist/handsontable.full.min.css +14 -85
- package/dist/handsontable.full.min.js +26 -26
- package/dist/handsontable.js +3384 -3179
- package/dist/handsontable.min.css +11 -82
- package/dist/handsontable.min.js +23 -23
- package/editors/selectEditor/selectEditor.js +9 -20
- package/editors/selectEditor/selectEditor.mjs +9 -20
- package/helpers/mixed.js +2 -2
- package/helpers/mixed.mjs +2 -2
- package/package.json +3 -18
- package/plugins/columnSorting/columnSorting.js +10 -1
- package/plugins/columnSorting/columnSorting.mjs +10 -1
- package/styles/handsontable.css +0 -1968
- package/styles/handsontable.min.css +0 -30
- package/styles/ht-theme-elegant-dark-auto.css +0 -184
- package/styles/ht-theme-elegant-dark-auto.min.css +0 -30
- package/styles/ht-theme-elegant-dark.css +0 -104
- package/styles/ht-theme-elegant-dark.min.css +0 -30
- package/styles/ht-theme-elegant-light.css +0 -104
- package/styles/ht-theme-elegant-light.min.css +0 -30
- package/styles/ht-theme-main-dark-auto.css +0 -184
- package/styles/ht-theme-main-dark-auto.min.css +0 -30
- package/styles/ht-theme-main-dark.css +0 -104
- package/styles/ht-theme-main-dark.min.css +0 -30
- package/styles/ht-theme-main-light.css +0 -104
- package/styles/ht-theme-main-light.min.css +0 -30
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 = "19/08/2024 11:05:44";
|
49
|
+
Handsontable.version = "0.0.0-next-a5069f0-20240819";
|
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 = "19/08/2024 11:05:50";
|
39
|
+
Handsontable.version = "0.0.0-next-a5069f0-20240819";
|
40
40
|
Handsontable.languages = {
|
41
41
|
dictionaryKeys,
|
42
42
|
getLanguageDictionary,
|