handsontable 0.0.0-next-c3a3b3c-20221206 → 0.0.0-next-b266dab-20221207
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/3rdparty/walkontable/src/overlays.js +8 -2
- package/3rdparty/walkontable/src/overlays.mjs +8 -2
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/core.js +4 -10
- package/core.mjs +4 -10
- package/dataMap/dataMap.js +60 -19
- package/dataMap/dataMap.mjs +60 -19
- package/dataMap/replaceData.js +2 -1
- package/dataMap/replaceData.mjs +2 -1
- package/dist/handsontable.css +2 -2
- package/dist/handsontable.full.css +2 -2
- package/dist/handsontable.full.js +382 -376
- package/dist/handsontable.full.min.css +2 -2
- package/dist/handsontable.full.min.js +29 -29
- package/dist/handsontable.js +355 -349
- package/dist/handsontable.min.css +2 -2
- package/dist/handsontable.min.js +3 -3
- package/editorManager.js +7 -4
- package/editorManager.mjs +7 -4
- package/helpers/feature.js +9 -36
- package/helpers/feature.mjs +3 -30
- package/helpers/mixed.js +1 -1
- package/helpers/mixed.mjs +1 -1
- package/package.json +1 -2
- package/plugins/columnSummary/endpoints.js +2 -14
- package/plugins/columnSummary/endpoints.mjs +2 -14
@@ -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: 25/10/2022 (built at
|
28
|
+
* Version: 0.0.0-next-b266dab-20221207
|
29
|
+
* Release date: 25/10/2022 (built at 07/12/2022 08:51:11)
|
30
30
|
*/
|
31
31
|
/**
|
32
32
|
* Fix for bootstrap styles
|