handsontable 0.0.0-next-627918e-20241025 → 0.0.0-next-7cc7ef7-20241028
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/calculator/index.js +2 -1
- package/3rdparty/walkontable/src/calculator/index.mjs +2 -2
- package/3rdparty/walkontable/src/calculator/viewportRows.js +3 -3
- package/3rdparty/walkontable/src/calculator/viewportRows.mjs +3 -3
- package/3rdparty/walkontable/src/core/_base.js +0 -3
- package/3rdparty/walkontable/src/core/_base.mjs +0 -3
- package/3rdparty/walkontable/src/core/clone.js +0 -1
- package/3rdparty/walkontable/src/core/clone.mjs +0 -1
- package/3rdparty/walkontable/src/core/core.js +0 -2
- package/3rdparty/walkontable/src/core/core.mjs +0 -2
- package/3rdparty/walkontable/src/facade/core.js +0 -3
- package/3rdparty/walkontable/src/facade/core.mjs +0 -3
- package/3rdparty/walkontable/src/index.js +1 -0
- package/3rdparty/walkontable/src/index.mjs +2 -2
- package/3rdparty/walkontable/src/overlay/_base.js +1 -3
- package/3rdparty/walkontable/src/overlay/_base.mjs +1 -3
- package/3rdparty/walkontable/src/overlay/bottom.js +2 -2
- package/3rdparty/walkontable/src/overlay/bottom.mjs +2 -2
- package/3rdparty/walkontable/src/overlay/top.js +1 -1
- package/3rdparty/walkontable/src/overlay/top.mjs +1 -1
- package/3rdparty/walkontable/src/settings.js +2 -1
- package/3rdparty/walkontable/src/settings.mjs +2 -1
- package/3rdparty/walkontable/src/table.js +8 -11
- package/3rdparty/walkontable/src/table.mjs +8 -11
- package/3rdparty/walkontable/src/types.js +0 -1
- package/3rdparty/walkontable/src/types.mjs +0 -1
- package/3rdparty/walkontable/src/utils/column.js +1 -1
- package/3rdparty/walkontable/src/utils/column.mjs +1 -1
- package/3rdparty/walkontable/src/viewport.js +0 -1
- package/3rdparty/walkontable/src/viewport.mjs +0 -1
- package/README.md +1 -1
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/core.js +0 -14
- package/core.mjs +0 -14
- package/dataMap/metaManager/metaSchema.js +0 -17
- package/dataMap/metaManager/metaSchema.mjs +0 -17
- package/dist/handsontable.css +9 -17
- package/dist/handsontable.full.css +7 -17
- package/dist/handsontable.full.js +3814 -3893
- package/dist/handsontable.full.min.css +4 -5
- package/dist/handsontable.full.min.js +26 -26
- package/dist/handsontable.js +3515 -3600
- package/dist/handsontable.min.css +4 -5
- package/dist/handsontable.min.js +24 -24
- package/editors/autocompleteEditor/autocompleteEditor.js +1 -1
- package/editors/autocompleteEditor/autocompleteEditor.mjs +1 -1
- package/editors/baseEditor/baseEditor.js +1 -1
- package/editors/baseEditor/baseEditor.mjs +1 -1
- package/editors/dateEditor/dateEditor.js +0 -2
- package/editors/dateEditor/dateEditor.mjs +0 -2
- package/editors/handsontableEditor/handsontableEditor.js +1 -1
- package/editors/handsontableEditor/handsontableEditor.mjs +1 -1
- package/editors/selectEditor/selectEditor.js +9 -20
- package/editors/selectEditor/selectEditor.mjs +9 -20
- package/editors/textEditor/textEditor.js +11 -4
- package/editors/textEditor/textEditor.mjs +11 -4
- package/helpers/mixed.js +2 -2
- package/helpers/mixed.mjs +2 -2
- package/package.json +3 -10
- package/plugins/comments/commentEditor.js +1 -8
- package/plugins/comments/commentEditor.mjs +1 -8
- package/plugins/comments/comments.js +1 -1
- package/plugins/comments/comments.mjs +1 -1
- package/plugins/contextMenu/menu/menu.js +4 -4
- package/plugins/contextMenu/menu/menu.mjs +4 -4
- package/plugins/manualRowMove/manualRowMove.js +1 -1
- package/plugins/manualRowMove/manualRowMove.mjs +1 -1
- package/plugins/manualRowResize/manualRowResize.js +2 -1
- package/plugins/manualRowResize/manualRowResize.mjs +3 -2
- package/plugins/mergeCells/mergeCells.js +1 -1
- package/plugins/mergeCells/mergeCells.mjs +1 -1
- package/plugins/nestedRows/ui/headers.js +1 -3
- package/plugins/nestedRows/ui/headers.mjs +1 -3
- package/settings.d.ts +0 -1
- package/tableView.js +0 -34
- package/tableView.mjs +0 -34
- package/utils/autoResize.js +1 -4
- package/utils/autoResize.mjs +1 -4
- package/utils/ghostTable.js +1 -1
- package/utils/ghostTable.mjs +1 -1
- package/3rdparty/walkontable/src/utils/stylesHandler.js +0 -179
- package/3rdparty/walkontable/src/utils/stylesHandler.mjs +0 -175
- package/helpers/themes.js +0 -17
- package/helpers/themes.mjs +0 -13
- package/styles/handsontable.css +0 -1983
- package/styles/handsontable.min.css +0 -30
- package/styles/ht-theme-gemini.css +0 -706
- package/styles/ht-theme-gemini.min.css +0 -30
- package/styles/ht-theme-main.css +0 -714
- package/styles/ht-theme-main.min.css +0 -30
- package/stylesManager.js +0 -1
- package/stylesManager.mjs +0 -0
package/dist/handsontable.css
CHANGED
|
@@ -25,13 +25,13 @@
|
|
|
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: 17/10/2024 (built at
|
|
28
|
+
* Version: 0.0.0-next-7cc7ef7-20241028
|
|
29
|
+
* Release date: 17/10/2024 (built at 28/10/2024 10:18:32)
|
|
30
30
|
*/
|
|
31
31
|
/**
|
|
32
32
|
* Fix for bootstrap styles
|
|
33
33
|
*/
|
|
34
|
-
|
|
34
|
+
.handsontable .table th, .handsontable .table td {
|
|
35
35
|
border-top: none;
|
|
36
36
|
}
|
|
37
37
|
|
|
@@ -589,7 +589,6 @@ innerBorderBottom - Property controlled by bottom overlay
|
|
|
589
589
|
color: #000;
|
|
590
590
|
border-radius: 0;
|
|
591
591
|
background-color: #FFF;
|
|
592
|
-
box-sizing: border-box !important;
|
|
593
592
|
/*overwrite styles potentionally made by a framework*/
|
|
594
593
|
}
|
|
595
594
|
|
|
@@ -604,25 +603,16 @@ innerBorderBottom - Property controlled by bottom overlay
|
|
|
604
603
|
}
|
|
605
604
|
|
|
606
605
|
.htSelectEditor {
|
|
606
|
+
-webkit-appearance: menulist-button !important;
|
|
607
607
|
position: absolute;
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
-webkit-appearance: menulist-button !important;
|
|
611
|
-
width: 100%;
|
|
612
|
-
height: 100%;
|
|
613
|
-
border: 2px solid #4b89ff;
|
|
614
|
-
box-sizing: border-box !important;
|
|
615
|
-
}
|
|
608
|
+
width: auto;
|
|
609
|
+
border: 2px solid #4b89ff;
|
|
616
610
|
}
|
|
617
611
|
|
|
618
|
-
.htSelectEditor
|
|
612
|
+
.htSelectEditor:focus {
|
|
619
613
|
outline: none;
|
|
620
614
|
}
|
|
621
615
|
|
|
622
|
-
.htSelectEditor .htAutocompleteArrow {
|
|
623
|
-
display: none;
|
|
624
|
-
}
|
|
625
|
-
|
|
626
616
|
/*
|
|
627
617
|
TextRenderer readOnly cell
|
|
628
618
|
*/
|
|
@@ -2066,3 +2056,5 @@ textarea.HandsontableCopyPaste {
|
|
|
2066
2056
|
left: 0;
|
|
2067
2057
|
right: unset;
|
|
2068
2058
|
}
|
|
2059
|
+
|
|
2060
|
+
/*# sourceMappingURL=handsontable.css.map*/
|
|
@@ -25,13 +25,13 @@
|
|
|
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: 17/10/2024 (built at
|
|
28
|
+
* Version: 0.0.0-next-7cc7ef7-20241028
|
|
29
|
+
* Release date: 17/10/2024 (built at 28/10/2024 10:18:32)
|
|
30
30
|
*/
|
|
31
31
|
/**
|
|
32
32
|
* Fix for bootstrap styles
|
|
33
33
|
*/
|
|
34
|
-
|
|
34
|
+
.handsontable .table th, .handsontable .table td {
|
|
35
35
|
border-top: none;
|
|
36
36
|
}
|
|
37
37
|
|
|
@@ -589,7 +589,6 @@ innerBorderBottom - Property controlled by bottom overlay
|
|
|
589
589
|
color: #000;
|
|
590
590
|
border-radius: 0;
|
|
591
591
|
background-color: #FFF;
|
|
592
|
-
box-sizing: border-box !important;
|
|
593
592
|
/*overwrite styles potentionally made by a framework*/
|
|
594
593
|
}
|
|
595
594
|
|
|
@@ -604,25 +603,16 @@ innerBorderBottom - Property controlled by bottom overlay
|
|
|
604
603
|
}
|
|
605
604
|
|
|
606
605
|
.htSelectEditor {
|
|
606
|
+
-webkit-appearance: menulist-button !important;
|
|
607
607
|
position: absolute;
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
-webkit-appearance: menulist-button !important;
|
|
611
|
-
width: 100%;
|
|
612
|
-
height: 100%;
|
|
613
|
-
border: 2px solid #4b89ff;
|
|
614
|
-
box-sizing: border-box !important;
|
|
615
|
-
}
|
|
608
|
+
width: auto;
|
|
609
|
+
border: 2px solid #4b89ff;
|
|
616
610
|
}
|
|
617
611
|
|
|
618
|
-
.htSelectEditor
|
|
612
|
+
.htSelectEditor:focus {
|
|
619
613
|
outline: none;
|
|
620
614
|
}
|
|
621
615
|
|
|
622
|
-
.htSelectEditor .htAutocompleteArrow {
|
|
623
|
-
display: none;
|
|
624
|
-
}
|
|
625
|
-
|
|
626
616
|
/*
|
|
627
617
|
TextRenderer readOnly cell
|
|
628
618
|
*/
|