handsontable 0.0.0-next-b0eaa90-20241016 → 0.0.0-next-662a118-20241017
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/calculator/viewportRows.js +1 -5
- package/3rdparty/walkontable/src/calculator/viewportRows.mjs +2 -5
- 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/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 -0
- package/3rdparty/walkontable/src/settings.mjs +2 -0
- package/3rdparty/walkontable/src/table.js +5 -6
- package/3rdparty/walkontable/src/table.mjs +5 -6
- 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/CHANGELOG.md +5 -0
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/core.js +0 -11
- package/core.mjs +0 -11
- package/dataMap/metaManager/metaSchema.js +0 -17
- package/dataMap/metaManager/metaSchema.mjs +0 -17
- package/dist/handsontable.css +5 -236
- package/dist/handsontable.full.css +3 -3
- package/dist/handsontable.full.js +3816 -3902
- package/dist/handsontable.full.min.css +3 -4
- package/dist/handsontable.full.min.js +26 -26
- package/dist/handsontable.js +3508 -3600
- package/dist/handsontable.min.css +4 -9
- 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/passwordEditor/passwordEditor.js +0 -4
- package/editors/passwordEditor/passwordEditor.mjs +1 -5
- package/editors/selectEditor/selectEditor.js +9 -20
- package/editors/selectEditor/selectEditor.mjs +9 -20
- package/editors/textEditor/textEditor.js +11 -7
- package/editors/textEditor/textEditor.mjs +12 -8
- package/helpers/mixed.js +3 -3
- package/helpers/mixed.mjs +3 -3
- 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/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/tableView.js +0 -33
- package/tableView.mjs +0 -33
- 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 -185
- package/3rdparty/walkontable/src/utils/stylesHandler.mjs +0 -181
- package/helpers/themes.js +0 -17
- package/helpers/themes.mjs +0 -13
- package/styles/handsontable.css +0 -1920
- package/styles/handsontable.min.css +0 -30
- package/styles/ht-theme-gemini.css +0 -690
- package/styles/ht-theme-gemini.min.css +0 -30
- package/styles/ht-theme-main.css +0 -712
- package/styles/ht-theme-main.min.css +0 -30
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:
|
28
|
+
* Version: 0.0.0-next-662a118-20241017
|
29
|
+
* Release date: 17/10/2024 (built at 17/10/2024 07:42:03)
|
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
|
|
@@ -792,239 +792,6 @@ TextRenderer placeholder value
|
|
792
792
|
animation-fill-mode: forwards;
|
793
793
|
-webkit-animation-fill-mode: forwards;
|
794
794
|
}
|
795
|
-
@charset "UTF-8";
|
796
|
-
/*!
|
797
|
-
* Pikaday
|
798
|
-
* Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
|
799
|
-
*/
|
800
|
-
.pika-single {
|
801
|
-
z-index: 9999;
|
802
|
-
display: block;
|
803
|
-
position: relative;
|
804
|
-
color: #333;
|
805
|
-
background: #fff;
|
806
|
-
border: 1px solid #ccc;
|
807
|
-
border-bottom-color: #bbb;
|
808
|
-
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
809
|
-
}
|
810
|
-
|
811
|
-
/*
|
812
|
-
clear child float (pika-lendar), using the famous micro clearfix hack
|
813
|
-
http://nicolasgallagher.com/micro-clearfix-hack/
|
814
|
-
*/
|
815
|
-
.pika-single:before,
|
816
|
-
.pika-single:after {
|
817
|
-
content: " ";
|
818
|
-
display: table;
|
819
|
-
}
|
820
|
-
|
821
|
-
.pika-single:after {
|
822
|
-
clear: both;
|
823
|
-
}
|
824
|
-
|
825
|
-
.pika-single.is-hidden {
|
826
|
-
display: none;
|
827
|
-
}
|
828
|
-
|
829
|
-
.pika-single.is-bound {
|
830
|
-
position: absolute;
|
831
|
-
box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
|
832
|
-
}
|
833
|
-
|
834
|
-
.pika-lendar {
|
835
|
-
float: left;
|
836
|
-
width: 240px;
|
837
|
-
margin: 8px;
|
838
|
-
}
|
839
|
-
|
840
|
-
.pika-title {
|
841
|
-
position: relative;
|
842
|
-
text-align: center;
|
843
|
-
}
|
844
|
-
|
845
|
-
.pika-label {
|
846
|
-
display: inline-block;
|
847
|
-
position: relative;
|
848
|
-
z-index: 9999;
|
849
|
-
overflow: hidden;
|
850
|
-
margin: 0;
|
851
|
-
padding: 5px 3px;
|
852
|
-
font-size: 14px;
|
853
|
-
line-height: 20px;
|
854
|
-
font-weight: bold;
|
855
|
-
background-color: #fff;
|
856
|
-
}
|
857
|
-
|
858
|
-
.pika-title select {
|
859
|
-
cursor: pointer;
|
860
|
-
position: absolute;
|
861
|
-
z-index: 9998;
|
862
|
-
margin: 0;
|
863
|
-
left: 0;
|
864
|
-
top: 5px;
|
865
|
-
opacity: 0;
|
866
|
-
}
|
867
|
-
|
868
|
-
.pika-prev,
|
869
|
-
.pika-next {
|
870
|
-
display: block;
|
871
|
-
cursor: pointer;
|
872
|
-
position: relative;
|
873
|
-
outline: none;
|
874
|
-
border: 0;
|
875
|
-
padding: 0;
|
876
|
-
width: 20px;
|
877
|
-
height: 30px;
|
878
|
-
/* hide text using text-indent trick, using width value (it's enough) */
|
879
|
-
text-indent: 20px;
|
880
|
-
white-space: nowrap;
|
881
|
-
overflow: hidden;
|
882
|
-
background-color: transparent;
|
883
|
-
background-position: center center;
|
884
|
-
background-repeat: no-repeat;
|
885
|
-
background-size: 75% 75%;
|
886
|
-
opacity: 0.5;
|
887
|
-
}
|
888
|
-
|
889
|
-
.pika-prev:hover,
|
890
|
-
.pika-next:hover {
|
891
|
-
opacity: 1;
|
892
|
-
}
|
893
|
-
|
894
|
-
.pika-prev,
|
895
|
-
.is-rtl .pika-next {
|
896
|
-
float: left;
|
897
|
-
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
|
898
|
-
}
|
899
|
-
|
900
|
-
.pika-next,
|
901
|
-
.is-rtl .pika-prev {
|
902
|
-
float: right;
|
903
|
-
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
|
904
|
-
}
|
905
|
-
|
906
|
-
.pika-prev.is-disabled,
|
907
|
-
.pika-next.is-disabled {
|
908
|
-
cursor: default;
|
909
|
-
opacity: 0.2;
|
910
|
-
}
|
911
|
-
|
912
|
-
.pika-select {
|
913
|
-
display: inline-block;
|
914
|
-
}
|
915
|
-
|
916
|
-
.pika-table {
|
917
|
-
width: 100%;
|
918
|
-
border-collapse: collapse;
|
919
|
-
border-spacing: 0;
|
920
|
-
border: 0;
|
921
|
-
}
|
922
|
-
|
923
|
-
.pika-table th,
|
924
|
-
.pika-table td {
|
925
|
-
width: 14.2857142857%;
|
926
|
-
padding: 0;
|
927
|
-
}
|
928
|
-
|
929
|
-
.pika-table th {
|
930
|
-
color: #999;
|
931
|
-
font-size: 12px;
|
932
|
-
line-height: 25px;
|
933
|
-
font-weight: bold;
|
934
|
-
text-align: center;
|
935
|
-
}
|
936
|
-
|
937
|
-
.pika-button {
|
938
|
-
cursor: pointer;
|
939
|
-
display: block;
|
940
|
-
box-sizing: border-box;
|
941
|
-
-moz-box-sizing: border-box;
|
942
|
-
outline: none;
|
943
|
-
border: 0;
|
944
|
-
margin: 0;
|
945
|
-
width: 100%;
|
946
|
-
padding: 5px;
|
947
|
-
color: #666;
|
948
|
-
font-size: 12px;
|
949
|
-
line-height: 15px;
|
950
|
-
text-align: center;
|
951
|
-
background: #f5f5f5;
|
952
|
-
height: initial;
|
953
|
-
}
|
954
|
-
|
955
|
-
.pika-week {
|
956
|
-
font-size: 11px;
|
957
|
-
color: #999;
|
958
|
-
}
|
959
|
-
|
960
|
-
.is-today .pika-button {
|
961
|
-
color: #33aaff;
|
962
|
-
font-weight: bold;
|
963
|
-
}
|
964
|
-
|
965
|
-
.is-selected .pika-button,
|
966
|
-
.has-event .pika-button {
|
967
|
-
color: #fff;
|
968
|
-
font-weight: bold;
|
969
|
-
background: #33aaff;
|
970
|
-
box-shadow: inset 0 1px 3px #178fe5;
|
971
|
-
border-radius: 3px;
|
972
|
-
}
|
973
|
-
|
974
|
-
.has-event .pika-button {
|
975
|
-
background: #005da9;
|
976
|
-
box-shadow: inset 0 1px 3px #0076c9;
|
977
|
-
}
|
978
|
-
|
979
|
-
.is-disabled .pika-button,
|
980
|
-
.is-inrange .pika-button {
|
981
|
-
background: #D5E9F7;
|
982
|
-
}
|
983
|
-
|
984
|
-
.is-startrange .pika-button {
|
985
|
-
color: #fff;
|
986
|
-
background: #6CB31D;
|
987
|
-
box-shadow: none;
|
988
|
-
border-radius: 3px;
|
989
|
-
}
|
990
|
-
|
991
|
-
.is-endrange .pika-button {
|
992
|
-
color: #fff;
|
993
|
-
background: #33aaff;
|
994
|
-
box-shadow: none;
|
995
|
-
border-radius: 3px;
|
996
|
-
}
|
997
|
-
|
998
|
-
.is-disabled .pika-button {
|
999
|
-
pointer-events: none;
|
1000
|
-
cursor: default;
|
1001
|
-
color: #999;
|
1002
|
-
opacity: 0.3;
|
1003
|
-
}
|
1004
|
-
|
1005
|
-
.is-outside-current-month .pika-button {
|
1006
|
-
color: #999;
|
1007
|
-
opacity: 0.3;
|
1008
|
-
}
|
1009
|
-
|
1010
|
-
.is-selection-disabled {
|
1011
|
-
pointer-events: none;
|
1012
|
-
cursor: default;
|
1013
|
-
}
|
1014
|
-
|
1015
|
-
.pika-button:hover,
|
1016
|
-
.pika-row.pick-whole-week:hover .pika-button {
|
1017
|
-
color: #fff;
|
1018
|
-
background: #ff8000;
|
1019
|
-
box-shadow: none;
|
1020
|
-
border-radius: 3px;
|
1021
|
-
}
|
1022
|
-
|
1023
|
-
/* styling for abbr */
|
1024
|
-
.pika-table abbr {
|
1025
|
-
border-bottom: none;
|
1026
|
-
cursor: help;
|
1027
|
-
}
|
1028
795
|
/*
|
1029
796
|
AutocompleteRenderer down arrow
|
1030
797
|
*/
|
@@ -2289,3 +2056,5 @@ textarea.HandsontableCopyPaste {
|
|
2289
2056
|
left: 0;
|
2290
2057
|
right: unset;
|
2291
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:
|
28
|
+
* Version: 0.0.0-next-662a118-20241017
|
29
|
+
* Release date: 17/10/2024 (built at 17/10/2024 07:42:03)
|
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
|
|