handsontable 0.0.0-next-627918e-20241025 → 0.0.0-next-7cc7ef7-20241028

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.

Files changed (93) hide show
  1. package/3rdparty/walkontable/src/calculator/index.js +2 -1
  2. package/3rdparty/walkontable/src/calculator/index.mjs +2 -2
  3. package/3rdparty/walkontable/src/calculator/viewportRows.js +3 -3
  4. package/3rdparty/walkontable/src/calculator/viewportRows.mjs +3 -3
  5. package/3rdparty/walkontable/src/core/_base.js +0 -3
  6. package/3rdparty/walkontable/src/core/_base.mjs +0 -3
  7. package/3rdparty/walkontable/src/core/clone.js +0 -1
  8. package/3rdparty/walkontable/src/core/clone.mjs +0 -1
  9. package/3rdparty/walkontable/src/core/core.js +0 -2
  10. package/3rdparty/walkontable/src/core/core.mjs +0 -2
  11. package/3rdparty/walkontable/src/facade/core.js +0 -3
  12. package/3rdparty/walkontable/src/facade/core.mjs +0 -3
  13. package/3rdparty/walkontable/src/index.js +1 -0
  14. package/3rdparty/walkontable/src/index.mjs +2 -2
  15. package/3rdparty/walkontable/src/overlay/_base.js +1 -3
  16. package/3rdparty/walkontable/src/overlay/_base.mjs +1 -3
  17. package/3rdparty/walkontable/src/overlay/bottom.js +2 -2
  18. package/3rdparty/walkontable/src/overlay/bottom.mjs +2 -2
  19. package/3rdparty/walkontable/src/overlay/top.js +1 -1
  20. package/3rdparty/walkontable/src/overlay/top.mjs +1 -1
  21. package/3rdparty/walkontable/src/settings.js +2 -1
  22. package/3rdparty/walkontable/src/settings.mjs +2 -1
  23. package/3rdparty/walkontable/src/table.js +8 -11
  24. package/3rdparty/walkontable/src/table.mjs +8 -11
  25. package/3rdparty/walkontable/src/types.js +0 -1
  26. package/3rdparty/walkontable/src/types.mjs +0 -1
  27. package/3rdparty/walkontable/src/utils/column.js +1 -1
  28. package/3rdparty/walkontable/src/utils/column.mjs +1 -1
  29. package/3rdparty/walkontable/src/viewport.js +0 -1
  30. package/3rdparty/walkontable/src/viewport.mjs +0 -1
  31. package/README.md +1 -1
  32. package/base.js +2 -2
  33. package/base.mjs +2 -2
  34. package/core.js +0 -14
  35. package/core.mjs +0 -14
  36. package/dataMap/metaManager/metaSchema.js +0 -17
  37. package/dataMap/metaManager/metaSchema.mjs +0 -17
  38. package/dist/handsontable.css +9 -17
  39. package/dist/handsontable.full.css +7 -17
  40. package/dist/handsontable.full.js +3814 -3893
  41. package/dist/handsontable.full.min.css +4 -5
  42. package/dist/handsontable.full.min.js +26 -26
  43. package/dist/handsontable.js +3515 -3600
  44. package/dist/handsontable.min.css +4 -5
  45. package/dist/handsontable.min.js +24 -24
  46. package/editors/autocompleteEditor/autocompleteEditor.js +1 -1
  47. package/editors/autocompleteEditor/autocompleteEditor.mjs +1 -1
  48. package/editors/baseEditor/baseEditor.js +1 -1
  49. package/editors/baseEditor/baseEditor.mjs +1 -1
  50. package/editors/dateEditor/dateEditor.js +0 -2
  51. package/editors/dateEditor/dateEditor.mjs +0 -2
  52. package/editors/handsontableEditor/handsontableEditor.js +1 -1
  53. package/editors/handsontableEditor/handsontableEditor.mjs +1 -1
  54. package/editors/selectEditor/selectEditor.js +9 -20
  55. package/editors/selectEditor/selectEditor.mjs +9 -20
  56. package/editors/textEditor/textEditor.js +11 -4
  57. package/editors/textEditor/textEditor.mjs +11 -4
  58. package/helpers/mixed.js +2 -2
  59. package/helpers/mixed.mjs +2 -2
  60. package/package.json +3 -10
  61. package/plugins/comments/commentEditor.js +1 -8
  62. package/plugins/comments/commentEditor.mjs +1 -8
  63. package/plugins/comments/comments.js +1 -1
  64. package/plugins/comments/comments.mjs +1 -1
  65. package/plugins/contextMenu/menu/menu.js +4 -4
  66. package/plugins/contextMenu/menu/menu.mjs +4 -4
  67. package/plugins/manualRowMove/manualRowMove.js +1 -1
  68. package/plugins/manualRowMove/manualRowMove.mjs +1 -1
  69. package/plugins/manualRowResize/manualRowResize.js +2 -1
  70. package/plugins/manualRowResize/manualRowResize.mjs +3 -2
  71. package/plugins/mergeCells/mergeCells.js +1 -1
  72. package/plugins/mergeCells/mergeCells.mjs +1 -1
  73. package/plugins/nestedRows/ui/headers.js +1 -3
  74. package/plugins/nestedRows/ui/headers.mjs +1 -3
  75. package/settings.d.ts +0 -1
  76. package/tableView.js +0 -34
  77. package/tableView.mjs +0 -34
  78. package/utils/autoResize.js +1 -4
  79. package/utils/autoResize.mjs +1 -4
  80. package/utils/ghostTable.js +1 -1
  81. package/utils/ghostTable.mjs +1 -1
  82. package/3rdparty/walkontable/src/utils/stylesHandler.js +0 -179
  83. package/3rdparty/walkontable/src/utils/stylesHandler.mjs +0 -175
  84. package/helpers/themes.js +0 -17
  85. package/helpers/themes.mjs +0 -13
  86. package/styles/handsontable.css +0 -1983
  87. package/styles/handsontable.min.css +0 -30
  88. package/styles/ht-theme-gemini.css +0 -706
  89. package/styles/ht-theme-gemini.min.css +0 -30
  90. package/styles/ht-theme-main.css +0 -714
  91. package/styles/ht-theme-main.min.css +0 -30
  92. package/stylesManager.js +0 -1
  93. package/stylesManager.mjs +0 -0
@@ -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-627918e-20241025
29
- * Release date: 17/10/2024 (built at 25/10/2024 06:42:23)
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
- .handsontable .table th, .handsontable .table td {
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
- select {
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 select:focus {
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-627918e-20241025
29
- * Release date: 17/10/2024 (built at 25/10/2024 06:42:23)
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
- .handsontable .table th, .handsontable .table td {
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
- select {
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 select:focus {
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
  */