handsontable 0.0.0-next-e2116ad-20250117 → 0.0.0-next-542a54e-20250121
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of handsontable might be problematic. Click here for more details.
- package/3rdparty/walkontable/src/core/_base.js +0 -19
- package/3rdparty/walkontable/src/core/_base.mjs +0 -19
- package/3rdparty/walkontable/src/overlay/_base.js +8 -44
- package/3rdparty/walkontable/src/overlay/_base.mjs +8 -44
- package/3rdparty/walkontable/src/overlay/bottom.js +1 -0
- package/3rdparty/walkontable/src/overlay/bottom.mjs +1 -0
- package/3rdparty/walkontable/src/overlay/bottomInlineStartCorner.js +1 -0
- package/3rdparty/walkontable/src/overlay/bottomInlineStartCorner.mjs +1 -0
- package/3rdparty/walkontable/src/overlay/inlineStart.js +1 -0
- package/3rdparty/walkontable/src/overlay/inlineStart.mjs +1 -0
- package/3rdparty/walkontable/src/overlay/top.js +1 -0
- package/3rdparty/walkontable/src/overlay/top.mjs +1 -0
- package/3rdparty/walkontable/src/overlay/topInlineStartCorner.js +1 -0
- package/3rdparty/walkontable/src/overlay/topInlineStartCorner.mjs +1 -0
- package/3rdparty/walkontable/src/overlays.js +45 -355
- package/3rdparty/walkontable/src/overlays.mjs +45 -355
- package/3rdparty/walkontable/src/table.js +99 -94
- package/3rdparty/walkontable/src/table.mjs +99 -94
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/dist/handsontable.css +4 -20
- package/dist/handsontable.full.css +4 -20
- package/dist/handsontable.full.js +166 -522
- package/dist/handsontable.full.min.css +3 -3
- package/dist/handsontable.full.min.js +108 -108
- package/dist/handsontable.js +166 -522
- package/dist/handsontable.min.css +3 -3
- package/dist/handsontable.min.js +15 -15
- package/editors/baseEditor/baseEditor.js +1 -2
- package/editors/baseEditor/baseEditor.mjs +1 -2
- package/helpers/mixed.js +1 -1
- package/helpers/mixed.mjs +1 -1
- package/package.json +1 -1
- package/plugins/dragToScroll/dragToScroll.js +1 -1
- package/plugins/dragToScroll/dragToScroll.mjs +1 -1
- package/styles/handsontable.css +2 -7
- package/styles/handsontable.min.css +3 -3
- package/styles/ht-theme-horizon.css +2 -2
- package/styles/ht-theme-horizon.min.css +2 -2
- package/styles/ht-theme-main.css +2 -2
- package/styles/ht-theme-main.min.css +2 -2
- package/tableView.js +2 -2
- package/tableView.mjs +2 -2
|
@@ -25,9 +25,11 @@
|
|
|
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/12/2024 (built at
|
|
28
|
+
* Version: 0.0.0-next-542a54e-20250121
|
|
29
|
+
* Release date: 16/12/2024 (built at 21/01/2025 09:00:44)
|
|
30
30
|
*/
|
|
31
|
+
@charset "UTF-8";
|
|
32
|
+
|
|
31
33
|
/**
|
|
32
34
|
* Fix for bootstrap styles
|
|
33
35
|
*/
|
|
@@ -356,20 +358,12 @@ innerBorderBottom - Property controlled by bottom overlay
|
|
|
356
358
|
overflow: auto;
|
|
357
359
|
}
|
|
358
360
|
|
|
359
|
-
.handsontable .ht_master table.htCore > thead,
|
|
360
|
-
.handsontable .ht_master table.htCore > tbody > tr > th,
|
|
361
|
-
.handsontable .ht_clone_inline_start table.htCore > thead {
|
|
362
|
-
visibility: hidden;
|
|
363
|
-
}
|
|
364
|
-
|
|
365
361
|
.ht_clone_top .wtHolder,
|
|
366
362
|
.ht_clone_inline_start .wtHolder,
|
|
367
363
|
.ht_clone_bottom .wtHolder {
|
|
368
364
|
overflow: hidden;
|
|
369
365
|
}
|
|
370
366
|
|
|
371
|
-
@charset "UTF-8";
|
|
372
|
-
|
|
373
367
|
.handsontable {
|
|
374
368
|
position: relative;
|
|
375
369
|
touch-action: manipulation;
|
|
@@ -1165,8 +1159,6 @@ textarea.HandsontableCopyPaste {
|
|
|
1165
1159
|
outline: 0 none !important;
|
|
1166
1160
|
}
|
|
1167
1161
|
|
|
1168
|
-
@charset "UTF-8";
|
|
1169
|
-
|
|
1170
1162
|
/*!
|
|
1171
1163
|
* Handsontable DropdownMenu
|
|
1172
1164
|
*/
|
|
@@ -1315,8 +1307,6 @@ textarea.HandsontableCopyPaste {
|
|
|
1315
1307
|
overflow: hidden;
|
|
1316
1308
|
}
|
|
1317
1309
|
|
|
1318
|
-
@charset "UTF-8";
|
|
1319
|
-
|
|
1320
1310
|
/*!
|
|
1321
1311
|
* Handsontable Filters
|
|
1322
1312
|
*/
|
|
@@ -1662,8 +1652,6 @@ textarea.HandsontableCopyPaste {
|
|
|
1662
1652
|
padding-bottom: 5px;
|
|
1663
1653
|
}
|
|
1664
1654
|
|
|
1665
|
-
@charset "UTF-8";
|
|
1666
|
-
|
|
1667
1655
|
/*
|
|
1668
1656
|
* Handsontable HiddenColumns
|
|
1669
1657
|
*/
|
|
@@ -1722,8 +1710,6 @@ textarea.HandsontableCopyPaste {
|
|
|
1722
1710
|
content: "◀"; /* left arrow */
|
|
1723
1711
|
}
|
|
1724
1712
|
|
|
1725
|
-
@charset "UTF-8";
|
|
1726
|
-
|
|
1727
1713
|
/*!
|
|
1728
1714
|
* Handsontable HiddenRows
|
|
1729
1715
|
*/
|
|
@@ -1990,8 +1976,6 @@ textarea.HandsontableCopyPaste {
|
|
|
1990
1976
|
display: none;
|
|
1991
1977
|
}
|
|
1992
1978
|
|
|
1993
|
-
@charset "UTF-8";
|
|
1994
|
-
|
|
1995
1979
|
.handsontable th.ht_nestingLevels {
|
|
1996
1980
|
text-align: left;
|
|
1997
1981
|
padding-left: 7px;
|