handsontable 0.0.0-next-517ec9c-20240930 → 0.0.0-next-f512acf-20240930
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/base.js +2 -2
- package/base.mjs +2 -2
- package/core.js +11 -0
- package/core.mjs +11 -0
- package/dataMap/metaManager/metaSchema.js +17 -0
- package/dataMap/metaManager/metaSchema.mjs +17 -0
- package/dist/handsontable.css +296 -145
- package/dist/handsontable.full.css +305 -152
- package/dist/handsontable.full.js +3536 -3695
- package/dist/handsontable.full.min.css +85 -14
- package/dist/handsontable.full.min.js +26 -26
- package/dist/handsontable.js +3243 -3396
- package/dist/handsontable.min.css +82 -11
- package/dist/handsontable.min.js +23 -23
- package/editors/dateEditor/dateEditor.js +2 -0
- package/editors/dateEditor/dateEditor.mjs +2 -0
- package/editors/handsontableEditor/handsontableEditor.js +1 -1
- package/editors/handsontableEditor/handsontableEditor.mjs +1 -1
- package/editors/selectEditor/selectEditor.js +20 -9
- package/editors/selectEditor/selectEditor.mjs +20 -9
- package/editors/textEditor/textEditor.js +4 -11
- package/editors/textEditor/textEditor.mjs +4 -11
- package/helpers/mixed.js +2 -2
- package/helpers/mixed.mjs +2 -2
- package/helpers/themes.js +17 -0
- package/helpers/themes.mjs +13 -0
- package/package.json +10 -3
- package/plugins/comments/commentEditor.js +8 -1
- package/plugins/comments/commentEditor.mjs +8 -1
- 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/styles/handsontable.css +1921 -0
- package/styles/handsontable.min.css +30 -0
- package/styles/ht-theme-gemini.css +689 -0
- package/styles/ht-theme-gemini.min.css +30 -0
- package/styles/ht-theme-main.css +697 -0
- package/styles/ht-theme-main.min.css +30 -0
- package/utils/ghostTable.js +1 -1
- package/utils/ghostTable.mjs +1 -1
@@ -25,13 +25,14 @@
|
|
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: 30/07/2024 (built at 30/09/2024
|
28
|
+
* Version: 0.0.0-next-f512acf-20240930
|
29
|
+
* Release date: 30/07/2024 (built at 30/09/2024 12:23:39)
|
30
30
|
*/
|
31
31
|
/**
|
32
32
|
* Fix for bootstrap styles
|
33
33
|
*/
|
34
|
-
.handsontable .table th,
|
34
|
+
.handsontable .table th,
|
35
|
+
.handsontable .table td {
|
35
36
|
border-top: none;
|
36
37
|
}
|
37
38
|
|
@@ -49,7 +50,7 @@
|
|
49
50
|
.handsontable .table colgroup + thead tr:first-child td,
|
50
51
|
.handsontable .table thead:first-child tr:first-child th,
|
51
52
|
.handsontable .table thead:first-child tr:first-child td {
|
52
|
-
border-top: 1px solid #
|
53
|
+
border-top: 1px solid #cccccc;
|
53
54
|
}
|
54
55
|
|
55
56
|
/* table-bordered */
|
@@ -65,7 +66,7 @@
|
|
65
66
|
|
66
67
|
.handsontable .table-bordered th:first-child,
|
67
68
|
.handsontable .table-bordered td:first-child {
|
68
|
-
border-left: 1px solid #
|
69
|
+
border-left: 1px solid #cccccc;
|
69
70
|
}
|
70
71
|
|
71
72
|
.handsontable .table > tbody > tr > td,
|
@@ -78,20 +79,58 @@
|
|
78
79
|
padding: 0;
|
79
80
|
}
|
80
81
|
|
81
|
-
.col-lg-1.handsontable,
|
82
|
-
.col-lg-
|
83
|
-
.col-
|
84
|
-
.col-
|
85
|
-
.col-
|
86
|
-
.col-
|
87
|
-
.col-
|
88
|
-
.col-
|
82
|
+
.col-lg-1.handsontable,
|
83
|
+
.col-lg-10.handsontable,
|
84
|
+
.col-lg-11.handsontable,
|
85
|
+
.col-lg-12.handsontable,
|
86
|
+
.col-lg-2.handsontable,
|
87
|
+
.col-lg-3.handsontable,
|
88
|
+
.col-lg-4.handsontable,
|
89
|
+
.col-lg-5.handsontable,
|
90
|
+
.col-lg-6.handsontable,
|
91
|
+
.col-lg-7.handsontable,
|
92
|
+
.col-lg-8.handsontable,
|
93
|
+
.col-lg-9.handsontable,
|
94
|
+
.col-md-1.handsontable,
|
95
|
+
.col-md-10.handsontable,
|
96
|
+
.col-md-11.handsontable,
|
97
|
+
.col-md-12.handsontable,
|
98
|
+
.col-md-2.handsontable,
|
99
|
+
.col-md-3.handsontable,
|
100
|
+
.col-md-4.handsontable,
|
101
|
+
.col-md-5.handsontable,
|
102
|
+
.col-md-6.handsontable,
|
103
|
+
.col-md-7.handsontable,
|
104
|
+
.col-md-8.handsontable,
|
105
|
+
.col-md-9.handsontable .col-sm-1.handsontable,
|
106
|
+
.col-sm-10.handsontable,
|
107
|
+
.col-sm-11.handsontable,
|
108
|
+
.col-sm-12.handsontable,
|
109
|
+
.col-sm-2.handsontable,
|
110
|
+
.col-sm-3.handsontable,
|
111
|
+
.col-sm-4.handsontable,
|
112
|
+
.col-sm-5.handsontable,
|
113
|
+
.col-sm-6.handsontable,
|
114
|
+
.col-sm-7.handsontable,
|
115
|
+
.col-sm-8.handsontable,
|
116
|
+
.col-sm-9.handsontable .col-xs-1.handsontable,
|
117
|
+
.col-xs-10.handsontable,
|
118
|
+
.col-xs-11.handsontable,
|
119
|
+
.col-xs-12.handsontable,
|
120
|
+
.col-xs-2.handsontable,
|
121
|
+
.col-xs-3.handsontable,
|
122
|
+
.col-xs-4.handsontable,
|
123
|
+
.col-xs-5.handsontable,
|
124
|
+
.col-xs-6.handsontable,
|
125
|
+
.col-xs-7.handsontable,
|
126
|
+
.col-xs-8.handsontable,
|
127
|
+
.col-xs-9.handsontable {
|
89
128
|
padding-left: 0;
|
90
129
|
padding-right: 0;
|
91
130
|
}
|
92
131
|
|
93
132
|
.handsontable .table-striped > tbody > tr:nth-of-type(even) {
|
94
|
-
background-color: #
|
133
|
+
background-color: #fff;
|
95
134
|
}
|
96
135
|
.handsontable {
|
97
136
|
position: relative;
|
@@ -139,12 +178,12 @@
|
|
139
178
|
/* it must be separate, otherwise there are offset miscalculations in WebKit: http://stackoverflow.com/questions/2655987/border-collapse-differences-in-ff-and-webkit */
|
140
179
|
/* this actually only changes appearance of user selection - does not make text unselectable */
|
141
180
|
/* -webkit-user-select: none;
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
181
|
+
-khtml-user-select: none;
|
182
|
+
-moz-user-select: none;
|
183
|
+
-o-user-select: none;
|
184
|
+
-ms-user-select: none;
|
185
|
+
user-select: none; // no browser supports unprefixed version
|
186
|
+
*/
|
148
187
|
border-spacing: 0;
|
149
188
|
margin: 0;
|
150
189
|
border-width: 0;
|
@@ -184,7 +223,8 @@
|
|
184
223
|
white-space: pre-wrap;
|
185
224
|
}
|
186
225
|
|
187
|
-
[dir=rtl].handsontable th,
|
226
|
+
[dir="rtl"].handsontable th,
|
227
|
+
[dir="rtl"].handsontable td {
|
188
228
|
border-right-width: 0;
|
189
229
|
border-left: 1px solid #ccc;
|
190
230
|
}
|
@@ -196,7 +236,7 @@
|
|
196
236
|
border-bottom: 1px solid #ccc;
|
197
237
|
}
|
198
238
|
|
199
|
-
[dir=rtl].handsontable th:last-child {
|
239
|
+
[dir="rtl"].handsontable th:last-child {
|
200
240
|
/*Foundation framework fix*/
|
201
241
|
border-right: none;
|
202
242
|
border-left: 1px solid #ccc;
|
@@ -207,7 +247,8 @@
|
|
207
247
|
border-left: 1px solid #ccc;
|
208
248
|
}
|
209
249
|
|
210
|
-
[dir=rtl].handsontable th:first-child,
|
250
|
+
[dir="rtl"].handsontable th:first-child,
|
251
|
+
[dir="rtl"].handsontable td:first-of-type {
|
211
252
|
border-right: 1px solid #ccc;
|
212
253
|
}
|
213
254
|
|
@@ -217,7 +258,7 @@
|
|
217
258
|
border-right: 1px solid #ccc;
|
218
259
|
}
|
219
260
|
|
220
|
-
[dir=rtl].handsontable .ht_clone_top th:nth-child(2) {
|
261
|
+
[dir="rtl"].handsontable .ht_clone_top th:nth-child(2) {
|
221
262
|
border-right-width: 0;
|
222
263
|
border-left: 1px solid #ccc;
|
223
264
|
}
|
@@ -226,7 +267,7 @@
|
|
226
267
|
border-left: 1px solid #ccc;
|
227
268
|
}
|
228
269
|
|
229
|
-
[dir=rtl].handsontable.htRowHeaders thead tr th:nth-child(2) {
|
270
|
+
[dir="rtl"].handsontable.htRowHeaders thead tr th:nth-child(2) {
|
230
271
|
border-right: 1px solid #ccc;
|
231
272
|
}
|
232
273
|
|
@@ -236,26 +277,62 @@
|
|
236
277
|
}
|
237
278
|
|
238
279
|
.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th,
|
239
|
-
.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)
|
240
|
-
|
241
|
-
|
280
|
+
.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)
|
281
|
+
thead
|
282
|
+
tr
|
283
|
+
th:first-child,
|
284
|
+
.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)
|
285
|
+
~ .handsontable:not(.htGhostTable)
|
286
|
+
tbody
|
287
|
+
tr
|
288
|
+
th,
|
289
|
+
.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)
|
290
|
+
~ .handsontable:not(.ht_clone_top):not(.htGhostTable)
|
291
|
+
thead
|
292
|
+
tr
|
293
|
+
th:first-child {
|
242
294
|
border-right-width: 0;
|
243
295
|
border-left: 1px solid #ccc;
|
244
296
|
}
|
245
297
|
|
246
|
-
[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)
|
298
|
+
[dir="rtl"].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)
|
299
|
+
tbody
|
300
|
+
tr
|
301
|
+
th,
|
302
|
+
[dir="rtl"].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)
|
303
|
+
thead
|
304
|
+
tr
|
305
|
+
th:first-child,
|
306
|
+
[dir="rtl"].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)
|
307
|
+
~ .handsontable:not(.htGhostTable)
|
308
|
+
tbody
|
309
|
+
tr
|
310
|
+
th,
|
311
|
+
[dir="rtl"].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)
|
312
|
+
~ .handsontable:not(.ht_clone_top):not(.htGhostTable)
|
313
|
+
thead
|
314
|
+
tr
|
315
|
+
th:first-child {
|
247
316
|
border-left-width: 0;
|
248
317
|
border-right: 1px solid #ccc;
|
249
318
|
}
|
250
319
|
|
251
320
|
/*
|
252
|
-
innerBorderTop - Property controlled by top overlay
|
253
|
-
innerBorderBottom - Property controlled by bottom overlay
|
254
|
-
|
321
|
+
innerBorderTop - Property controlled by top overlay
|
322
|
+
innerBorderBottom - Property controlled by bottom overlay
|
323
|
+
*/
|
255
324
|
.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,
|
256
|
-
.ht_master:not(.innerBorderTop):not(.innerBorderBottom)
|
325
|
+
.ht_master:not(.innerBorderTop):not(.innerBorderBottom)
|
326
|
+
~ .handsontable
|
327
|
+
thead
|
328
|
+
tr:last-child
|
329
|
+
th,
|
257
330
|
.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,
|
258
|
-
.ht_master:not(.innerBorderTop):not(.innerBorderBottom)
|
331
|
+
.ht_master:not(.innerBorderTop):not(.innerBorderBottom)
|
332
|
+
~ .handsontable
|
333
|
+
thead
|
334
|
+
tr.lastChild
|
335
|
+
th {
|
259
336
|
border-bottom-width: 0;
|
260
337
|
}
|
261
338
|
|
@@ -372,7 +449,8 @@ innerBorderBottom - Property controlled by bottom overlay
|
|
372
449
|
@charset "UTF-8";
|
373
450
|
.handsontable {
|
374
451
|
touch-action: manipulation;
|
375
|
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
452
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
453
|
+
"Ubuntu", "Helvetica Neue", Arial, sans-serif;
|
376
454
|
font-size: 13px;
|
377
455
|
font-weight: normal;
|
378
456
|
color: #373737;
|
@@ -409,7 +487,8 @@ innerBorderBottom - Property controlled by bottom overlay
|
|
409
487
|
}
|
410
488
|
|
411
489
|
.hot-display-license-info {
|
412
|
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
490
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
491
|
+
"Ubuntu", "Helvetica Neue", Arial, sans-serif;
|
413
492
|
font-size: 10px;
|
414
493
|
font-weight: normal;
|
415
494
|
color: #373737;
|
@@ -473,7 +552,7 @@ innerBorderBottom - Property controlled by bottom overlay
|
|
473
552
|
margin-right: unset;
|
474
553
|
}
|
475
554
|
|
476
|
-
[dir=rtl].handsontable .manualColumnResizerGuide {
|
555
|
+
[dir="rtl"].handsontable .manualColumnResizerGuide {
|
477
556
|
left: unset;
|
478
557
|
border-left: 1px dashed #777;
|
479
558
|
border-right: none;
|
@@ -523,9 +602,24 @@ innerBorderBottom - Property controlled by bottom overlay
|
|
523
602
|
left: 0;
|
524
603
|
right: 0;
|
525
604
|
bottom: 0;
|
605
|
+
/* Fix for IE9 to spread the ":before" pseudo element to 100% height of the parent element */
|
606
|
+
bottom: -100% \9;
|
526
607
|
background: #005eff;
|
527
608
|
}
|
528
609
|
|
610
|
+
/* Fix for IE10 and IE11 to spread the ":before" pseudo element to 100% height of the parent element */
|
611
|
+
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
612
|
+
.handsontable td.area:before,
|
613
|
+
.handsontable td.area-1:before,
|
614
|
+
.handsontable td.area-2:before,
|
615
|
+
.handsontable td.area-3:before,
|
616
|
+
.handsontable td.area-4:before,
|
617
|
+
.handsontable td.area-5:before,
|
618
|
+
.handsontable td.area-6:before,
|
619
|
+
.handsontable td.area-7:before {
|
620
|
+
bottom: -100%;
|
621
|
+
}
|
622
|
+
}
|
529
623
|
.handsontable td.area:before {
|
530
624
|
opacity: 0.1;
|
531
625
|
}
|
@@ -582,13 +676,13 @@ innerBorderBottom - Property controlled by bottom overlay
|
|
582
676
|
font-family: inherit;
|
583
677
|
line-height: 21px;
|
584
678
|
font-size: inherit;
|
585
|
-
box-shadow: 0 0 0 2px #
|
679
|
+
box-shadow: 0 0 0 2px #5292f7 inset;
|
586
680
|
resize: none;
|
587
681
|
/*below are needed to overwrite stuff added by jQuery UI Bootstrap theme*/
|
588
682
|
display: block;
|
589
683
|
color: #000;
|
590
684
|
border-radius: 0;
|
591
|
-
background-color: #
|
685
|
+
background-color: #fff;
|
592
686
|
/*overwrite styles potentionally made by a framework*/
|
593
687
|
}
|
594
688
|
|
@@ -606,7 +700,6 @@ innerBorderBottom - Property controlled by bottom overlay
|
|
606
700
|
-webkit-appearance: menulist-button !important;
|
607
701
|
position: absolute;
|
608
702
|
width: auto;
|
609
|
-
border: 2px solid #4b89ff;
|
610
703
|
}
|
611
704
|
|
612
705
|
.htSelectEditor:focus {
|
@@ -614,8 +707,8 @@ innerBorderBottom - Property controlled by bottom overlay
|
|
614
707
|
}
|
615
708
|
|
616
709
|
/*
|
617
|
-
TextRenderer readOnly cell
|
618
|
-
*/
|
710
|
+
TextRenderer readOnly cell
|
711
|
+
*/
|
619
712
|
.handsontable .htDimmed {
|
620
713
|
color: #777;
|
621
714
|
}
|
@@ -632,11 +725,11 @@ TextRenderer readOnly cell
|
|
632
725
|
font-size: 9px;
|
633
726
|
}
|
634
727
|
|
635
|
-
[dir=rtl].handsontable .htSubmenu :after {
|
728
|
+
[dir="rtl"].handsontable .htSubmenu :after {
|
636
729
|
content: "";
|
637
730
|
}
|
638
731
|
|
639
|
-
[dir=rtl].handsontable .htSubmenu :before {
|
732
|
+
[dir="rtl"].handsontable .htSubmenu :before {
|
640
733
|
content: "◀";
|
641
734
|
color: #777;
|
642
735
|
position: absolute;
|
@@ -645,8 +738,8 @@ TextRenderer readOnly cell
|
|
645
738
|
}
|
646
739
|
|
647
740
|
/*
|
648
|
-
TextRenderer horizontal alignment
|
649
|
-
*/
|
741
|
+
TextRenderer horizontal alignment
|
742
|
+
*/
|
650
743
|
.handsontable .htLeft {
|
651
744
|
text-align: left;
|
652
745
|
}
|
@@ -664,8 +757,8 @@ TextRenderer horizontal alignment
|
|
664
757
|
}
|
665
758
|
|
666
759
|
/*
|
667
|
-
TextRenderer vertical alignment
|
668
|
-
*/
|
760
|
+
TextRenderer vertical alignment
|
761
|
+
*/
|
669
762
|
.handsontable .htTop {
|
670
763
|
vertical-align: top;
|
671
764
|
}
|
@@ -679,15 +772,15 @@ TextRenderer vertical alignment
|
|
679
772
|
}
|
680
773
|
|
681
774
|
/*
|
682
|
-
TextRenderer placeholder value
|
683
|
-
*/
|
775
|
+
TextRenderer placeholder value
|
776
|
+
*/
|
684
777
|
.handsontable .htPlaceholder {
|
685
778
|
color: #999;
|
686
779
|
}
|
687
780
|
|
688
781
|
/**
|
689
|
-
|
690
|
-
|
782
|
+
* Handsontable listbox theme
|
783
|
+
*/
|
691
784
|
.handsontable.listbox {
|
692
785
|
margin: 0;
|
693
786
|
}
|
@@ -741,9 +834,9 @@ TextRenderer placeholder value
|
|
741
834
|
}
|
742
835
|
/*
|
743
836
|
|
744
|
-
|
837
|
+
Handsontable Mobile Text Editor stylesheet
|
745
838
|
|
746
|
-
|
839
|
+
*/
|
747
840
|
.handsontable.mobile,
|
748
841
|
.handsontable.mobile .wtHolder {
|
749
842
|
-webkit-touch-callout: none;
|
@@ -774,7 +867,10 @@ TextRenderer placeholder value
|
|
774
867
|
z-index: 9999;
|
775
868
|
}
|
776
869
|
|
777
|
-
[dir=rtl].handsontable .topSelectionHandle,
|
870
|
+
[dir="rtl"].handsontable .topSelectionHandle,
|
871
|
+
[dir="rtl"].handsontable .topSelectionHandle-HitArea,
|
872
|
+
[dir="rtl"].handsontable .bottomSelectionHandle,
|
873
|
+
[dir="rtl"].handsontable .bottomSelectionHandle-HitArea {
|
778
874
|
right: -10000px;
|
779
875
|
left: unset;
|
780
876
|
}
|
@@ -794,9 +890,9 @@ TextRenderer placeholder value
|
|
794
890
|
}
|
795
891
|
@charset "UTF-8";
|
796
892
|
/*!
|
797
|
-
|
798
|
-
|
799
|
-
|
893
|
+
* Pikaday
|
894
|
+
* Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
|
895
|
+
*/
|
800
896
|
.pika-single {
|
801
897
|
z-index: 9999;
|
802
898
|
display: block;
|
@@ -809,9 +905,9 @@ TextRenderer placeholder value
|
|
809
905
|
}
|
810
906
|
|
811
907
|
/*
|
812
|
-
clear child float (pika-lendar), using the famous micro clearfix hack
|
813
|
-
http://nicolasgallagher.com/micro-clearfix-hack/
|
814
|
-
*/
|
908
|
+
clear child float (pika-lendar), using the famous micro clearfix hack
|
909
|
+
http://nicolasgallagher.com/micro-clearfix-hack/
|
910
|
+
*/
|
815
911
|
.pika-single:before,
|
816
912
|
.pika-single:after {
|
817
913
|
content: " ";
|
@@ -978,12 +1074,12 @@ http://nicolasgallagher.com/micro-clearfix-hack/
|
|
978
1074
|
|
979
1075
|
.is-disabled .pika-button,
|
980
1076
|
.is-inrange .pika-button {
|
981
|
-
background: #
|
1077
|
+
background: #d5e9f7;
|
982
1078
|
}
|
983
1079
|
|
984
1080
|
.is-startrange .pika-button {
|
985
1081
|
color: #fff;
|
986
|
-
background: #
|
1082
|
+
background: #6cb31d;
|
987
1083
|
box-shadow: none;
|
988
1084
|
border-radius: 3px;
|
989
1085
|
}
|
@@ -1026,8 +1122,8 @@ http://nicolasgallagher.com/micro-clearfix-hack/
|
|
1026
1122
|
cursor: help;
|
1027
1123
|
}
|
1028
1124
|
/*
|
1029
|
-
AutocompleteRenderer down arrow
|
1030
|
-
*/
|
1125
|
+
AutocompleteRenderer down arrow
|
1126
|
+
*/
|
1031
1127
|
.handsontable .htAutocompleteArrow {
|
1032
1128
|
float: right;
|
1033
1129
|
font-size: 10px;
|
@@ -1037,7 +1133,7 @@ AutocompleteRenderer down arrow
|
|
1037
1133
|
text-align: center;
|
1038
1134
|
}
|
1039
1135
|
|
1040
|
-
[dir=rtl].handsontable .htAutocompleteArrow {
|
1136
|
+
[dir="rtl"].handsontable .htAutocompleteArrow {
|
1041
1137
|
float: left;
|
1042
1138
|
}
|
1043
1139
|
|
@@ -1057,8 +1153,8 @@ AutocompleteRenderer down arrow
|
|
1057
1153
|
color: #d3d3d3;
|
1058
1154
|
}
|
1059
1155
|
/*
|
1060
|
-
CheckboxRenderer
|
1061
|
-
*/
|
1156
|
+
CheckboxRenderer
|
1157
|
+
*/
|
1062
1158
|
.handsontable .htCheckboxRendererInput {
|
1063
1159
|
display: inline-block;
|
1064
1160
|
}
|
@@ -1083,7 +1179,7 @@ CheckboxRenderer
|
|
1083
1179
|
transform: translate(0%, -50%);
|
1084
1180
|
left: unset;
|
1085
1181
|
right: 5px;
|
1086
|
-
border: 1px solid #
|
1182
|
+
border: 1px solid #a6a6a6;
|
1087
1183
|
line-height: 8px;
|
1088
1184
|
color: #222;
|
1089
1185
|
border-radius: 10px;
|
@@ -1098,42 +1194,50 @@ CheckboxRenderer
|
|
1098
1194
|
text-align: center;
|
1099
1195
|
}
|
1100
1196
|
|
1101
|
-
[dir=rtl].handsontable .collapsibleIndicator {
|
1197
|
+
[dir="rtl"].handsontable .collapsibleIndicator {
|
1102
1198
|
right: unset;
|
1103
1199
|
left: 5px;
|
1104
1200
|
}
|
1105
1201
|
|
1106
|
-
.handsontable[dir=ltr]
|
1202
|
+
.handsontable[dir="ltr"]
|
1203
|
+
thead
|
1204
|
+
th:has(.collapsibleIndicator)
|
1205
|
+
div.htRight
|
1206
|
+
span.colHeader {
|
1107
1207
|
margin-right: 20px;
|
1108
1208
|
}
|
1109
1209
|
|
1110
|
-
.handsontable[dir=rtl]
|
1210
|
+
.handsontable[dir="rtl"]
|
1211
|
+
thead
|
1212
|
+
th:has(.collapsibleIndicator)
|
1213
|
+
div.htLeft
|
1214
|
+
span.colHeader {
|
1111
1215
|
margin-left: 20px;
|
1112
1216
|
}
|
1113
1217
|
.handsontable .columnSorting {
|
1114
1218
|
position: relative;
|
1115
1219
|
}
|
1116
1220
|
|
1117
|
-
.handsontable[dir=ltr] div.htRight span[class*=ascending],
|
1118
|
-
.handsontable[dir=ltr] div.htRight span[class*=descending] {
|
1221
|
+
.handsontable[dir="ltr"] div.htRight span[class*="ascending"],
|
1222
|
+
.handsontable[dir="ltr"] div.htRight span[class*="descending"] {
|
1119
1223
|
margin-right: 10px;
|
1120
1224
|
margin-left: -10px;
|
1121
1225
|
}
|
1122
1226
|
|
1123
|
-
.handsontable[dir=rtl] div.htLeft span[class*=ascending],
|
1124
|
-
.handsontable[dir=rtl] div.htLeft span[class*=descending] {
|
1227
|
+
.handsontable[dir="rtl"] div.htLeft span[class*="ascending"],
|
1228
|
+
.handsontable[dir="rtl"] div.htLeft span[class*="descending"] {
|
1125
1229
|
margin-left: 10px;
|
1126
1230
|
margin-right: -10px;
|
1127
1231
|
}
|
1128
1232
|
|
1129
|
-
.handsontable[dir=ltr] div.htRight span[class*=ascending]:only-child,
|
1130
|
-
.handsontable[dir=ltr] div.htRight span[class*=descending]:only-child {
|
1233
|
+
.handsontable[dir="ltr"] div.htRight span[class*="ascending"]:only-child,
|
1234
|
+
.handsontable[dir="ltr"] div.htRight span[class*="descending"]:only-child {
|
1131
1235
|
margin-right: 15px;
|
1132
1236
|
margin-left: -15px;
|
1133
1237
|
}
|
1134
1238
|
|
1135
|
-
.handsontable[dir=rtl] div.htLeft span[class*=ascending]:only-child,
|
1136
|
-
.handsontable[dir=rtl] div.htLeft span[class*=descending]:only-child {
|
1239
|
+
.handsontable[dir="rtl"] div.htLeft span[class*="ascending"]:only-child,
|
1240
|
+
.handsontable[dir="rtl"] div.htLeft span[class*="descending"]:only-child {
|
1137
1241
|
margin-left: 15px;
|
1138
1242
|
margin-right: -15px;
|
1139
1243
|
}
|
@@ -1162,7 +1266,7 @@ CheckboxRenderer
|
|
1162
1266
|
background-position-x: right;
|
1163
1267
|
}
|
1164
1268
|
|
1165
|
-
[dir=rtl].handsontable span.colHeader.columnSorting::before {
|
1269
|
+
[dir="rtl"].handsontable span.colHeader.columnSorting::before {
|
1166
1270
|
/* Centering end */
|
1167
1271
|
/* For purpose of continuous mouse over experience, when moving between the `span` and the `::before` elements */
|
1168
1272
|
padding-right: 8px;
|
@@ -1182,12 +1286,14 @@ CheckboxRenderer
|
|
1182
1286
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=);
|
1183
1287
|
}
|
1184
1288
|
|
1185
|
-
.htGhostTable
|
1289
|
+
.htGhostTable
|
1290
|
+
.htCore
|
1291
|
+
span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
1186
1292
|
content: "*";
|
1187
1293
|
display: inline-block;
|
1188
1294
|
position: relative;
|
1189
1295
|
/* The multi-line header and header with longer text need more padding to not hide arrow,
|
1190
|
-
|
1296
|
+
we make header wider in `GhostTable` to make some space for arrow which is positioned absolutely in the main table */
|
1191
1297
|
padding-right: 20px;
|
1192
1298
|
}
|
1193
1299
|
.handsontable .htCommentCell {
|
@@ -1205,7 +1311,7 @@ CheckboxRenderer
|
|
1205
1311
|
border-top: 6px solid black;
|
1206
1312
|
}
|
1207
1313
|
|
1208
|
-
[dir=rtl].handsontable .htCommentCell:after {
|
1314
|
+
[dir="rtl"].handsontable .htCommentCell:after {
|
1209
1315
|
left: 0;
|
1210
1316
|
right: unset;
|
1211
1317
|
border-right: 6px solid transparent;
|
@@ -1219,7 +1325,8 @@ CheckboxRenderer
|
|
1219
1325
|
}
|
1220
1326
|
|
1221
1327
|
.htCommentsContainer .htCommentTextArea {
|
1222
|
-
box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px,
|
1328
|
+
box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px,
|
1329
|
+
rgba(0, 0, 0, 0.239216) 0 1px 2px;
|
1223
1330
|
-webkit-box-sizing: border-box;
|
1224
1331
|
-moz-box-sizing: border-box;
|
1225
1332
|
box-sizing: border-box;
|
@@ -1235,24 +1342,25 @@ CheckboxRenderer
|
|
1235
1342
|
-webkit-appearance: none;
|
1236
1343
|
}
|
1237
1344
|
|
1238
|
-
[dir=rtl].htCommentsContainer .htCommentTextArea {
|
1345
|
+
[dir="rtl"].htCommentsContainer .htCommentTextArea {
|
1239
1346
|
border-right: 3px solid #ccc;
|
1240
1347
|
border-left: none;
|
1241
1348
|
}
|
1242
1349
|
|
1243
1350
|
.htCommentsContainer .htCommentTextArea:focus {
|
1244
|
-
box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px,
|
1351
|
+
box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px,
|
1352
|
+
rgba(0, 0, 0, 0.239216) 0 1px 2px, inset 0 0 0 1px #5292f7;
|
1245
1353
|
border-left: 3px solid #5292f7;
|
1246
1354
|
border-right: none;
|
1247
1355
|
}
|
1248
1356
|
|
1249
|
-
[dir=rtl].htCommentsContainer .htCommentTextArea:focus {
|
1357
|
+
[dir="rtl"].htCommentsContainer .htCommentTextArea:focus {
|
1250
1358
|
border-right: 3px solid #5292f7;
|
1251
1359
|
border-left: none;
|
1252
1360
|
}
|
1253
1361
|
/*!
|
1254
|
-
|
1255
|
-
|
1362
|
+
* Handsontable ContextMenu
|
1363
|
+
*/
|
1256
1364
|
.htContextMenu:not(.htGhostTable) {
|
1257
1365
|
display: none;
|
1258
1366
|
position: absolute;
|
@@ -1277,7 +1385,7 @@ CheckboxRenderer
|
|
1277
1385
|
border-right-width: 2px;
|
1278
1386
|
}
|
1279
1387
|
|
1280
|
-
[dir=rtl].htContextMenu .ht_master table.htCore {
|
1388
|
+
[dir="rtl"].htContextMenu .ht_master table.htCore {
|
1281
1389
|
border-right-width: 1px;
|
1282
1390
|
border-left-width: 2px;
|
1283
1391
|
}
|
@@ -1307,7 +1415,7 @@ CheckboxRenderer
|
|
1307
1415
|
border-right-width: 0;
|
1308
1416
|
}
|
1309
1417
|
|
1310
|
-
[dir=rtl].htContextMenu table tbody tr td:first-child {
|
1418
|
+
[dir="rtl"].htContextMenu table tbody tr td:first-child {
|
1311
1419
|
border-right-width: 0;
|
1312
1420
|
border-left-width: 0;
|
1313
1421
|
}
|
@@ -1348,7 +1456,7 @@ CheckboxRenderer
|
|
1348
1456
|
margin-right: 6px;
|
1349
1457
|
}
|
1350
1458
|
|
1351
|
-
[dir=rtl].htContextMenu table tbody tr td .htItemWrapper {
|
1459
|
+
[dir="rtl"].htContextMenu table tbody tr td .htItemWrapper {
|
1352
1460
|
margin-right: 10px;
|
1353
1461
|
margin-left: 6px;
|
1354
1462
|
}
|
@@ -1360,7 +1468,7 @@ CheckboxRenderer
|
|
1360
1468
|
right: 0;
|
1361
1469
|
}
|
1362
1470
|
|
1363
|
-
[dir=rtl].htContextMenu table tbody tr td div span.selected {
|
1471
|
+
[dir="rtl"].htContextMenu table tbody tr td div span.selected {
|
1364
1472
|
right: 4px;
|
1365
1473
|
left: 0;
|
1366
1474
|
}
|
@@ -1378,8 +1486,8 @@ textarea.HandsontableCopyPaste {
|
|
1378
1486
|
}
|
1379
1487
|
@charset "UTF-8";
|
1380
1488
|
/*!
|
1381
|
-
|
1382
|
-
|
1489
|
+
* Handsontable DropdownMenu
|
1490
|
+
*/
|
1383
1491
|
.handsontable .changeType {
|
1384
1492
|
background: #eee;
|
1385
1493
|
border-radius: 2px;
|
@@ -1392,11 +1500,11 @@ textarea.HandsontableCopyPaste {
|
|
1392
1500
|
float: right;
|
1393
1501
|
}
|
1394
1502
|
|
1395
|
-
[dir=rtl].handsontable .changeType {
|
1503
|
+
[dir="rtl"].handsontable .changeType {
|
1396
1504
|
float: left;
|
1397
1505
|
}
|
1398
1506
|
|
1399
|
-
.handsontable[dir=rtl] .changeType {
|
1507
|
+
.handsontable[dir="rtl"] .changeType {
|
1400
1508
|
margin: 3px 5px 0 1px;
|
1401
1509
|
}
|
1402
1510
|
|
@@ -1434,7 +1542,7 @@ textarea.HandsontableCopyPaste {
|
|
1434
1542
|
border-right-width: 2px;
|
1435
1543
|
}
|
1436
1544
|
|
1437
|
-
[dir=rtl].htDropdownMenu table.htCore {
|
1545
|
+
[dir="rtl"].htDropdownMenu table.htCore {
|
1438
1546
|
border-right-width: 1px;
|
1439
1547
|
border-left-width: 2px;
|
1440
1548
|
}
|
@@ -1464,7 +1572,7 @@ textarea.HandsontableCopyPaste {
|
|
1464
1572
|
border-left-width: 0;
|
1465
1573
|
}
|
1466
1574
|
|
1467
|
-
[dir=rtl].htDropdownMenu table tbody tr td:first-child {
|
1575
|
+
[dir="rtl"].htDropdownMenu table tbody tr td:first-child {
|
1468
1576
|
border-left-width: 0;
|
1469
1577
|
border-right-width: 0;
|
1470
1578
|
}
|
@@ -1504,7 +1612,7 @@ textarea.HandsontableCopyPaste {
|
|
1504
1612
|
margin-right: 10px;
|
1505
1613
|
}
|
1506
1614
|
|
1507
|
-
[dir=rtl].htDropdownMenu table tbody tr td .htItemWrapper {
|
1615
|
+
[dir="rtl"].htDropdownMenu table tbody tr td .htItemWrapper {
|
1508
1616
|
margin-right: 10px;
|
1509
1617
|
margin-left: 10px;
|
1510
1618
|
}
|
@@ -1516,7 +1624,7 @@ textarea.HandsontableCopyPaste {
|
|
1516
1624
|
right: 0;
|
1517
1625
|
}
|
1518
1626
|
|
1519
|
-
[dir=rtl].htDropdownMenu table tbody tr td div span.selected {
|
1627
|
+
[dir="rtl"].htDropdownMenu table tbody tr td div span.selected {
|
1520
1628
|
right: 4px;
|
1521
1629
|
left: 0;
|
1522
1630
|
}
|
@@ -1526,8 +1634,8 @@ textarea.HandsontableCopyPaste {
|
|
1526
1634
|
}
|
1527
1635
|
@charset "UTF-8";
|
1528
1636
|
/*!
|
1529
|
-
|
1530
|
-
|
1637
|
+
* Handsontable Filters
|
1638
|
+
*/
|
1531
1639
|
/* Conditions menu */
|
1532
1640
|
.htFiltersConditionsMenu:not(.htGhostTable) {
|
1533
1641
|
display: none;
|
@@ -1570,7 +1678,7 @@ textarea.HandsontableCopyPaste {
|
|
1570
1678
|
border-left-width: 0;
|
1571
1679
|
}
|
1572
1680
|
|
1573
|
-
[dir=rtl].htFiltersConditionsMenu table tbody tr td:first-child {
|
1681
|
+
[dir="rtl"].htFiltersConditionsMenu table tbody tr td:first-child {
|
1574
1682
|
border-left-width: 0;
|
1575
1683
|
border-right-width: 0;
|
1576
1684
|
}
|
@@ -1680,16 +1788,18 @@ textarea.HandsontableCopyPaste {
|
|
1680
1788
|
margin-right: 10px;
|
1681
1789
|
}
|
1682
1790
|
|
1683
|
-
[dir=rtl].handsontable .htUISelectAll {
|
1791
|
+
[dir="rtl"].handsontable .htUISelectAll {
|
1684
1792
|
margin-right: 0;
|
1685
1793
|
margin-left: 10px;
|
1686
1794
|
}
|
1687
1795
|
|
1688
|
-
.handsontable .htUIClearAll,
|
1796
|
+
.handsontable .htUIClearAll,
|
1797
|
+
.handsontable .htUISelectAll {
|
1689
1798
|
display: inline-block;
|
1690
1799
|
}
|
1691
1800
|
|
1692
|
-
.handsontable .htUIClearAll a,
|
1801
|
+
.handsontable .htUIClearAll a,
|
1802
|
+
.handsontable .htUISelectAll a {
|
1693
1803
|
font-size: 0.75em;
|
1694
1804
|
}
|
1695
1805
|
|
@@ -1697,7 +1807,7 @@ textarea.HandsontableCopyPaste {
|
|
1697
1807
|
text-align: right;
|
1698
1808
|
}
|
1699
1809
|
|
1700
|
-
[dir=rtl].handsontable .htUISelectionControls {
|
1810
|
+
[dir="rtl"].handsontable .htUISelectionControls {
|
1701
1811
|
text-align: left;
|
1702
1812
|
}
|
1703
1813
|
|
@@ -1710,7 +1820,7 @@ textarea.HandsontableCopyPaste {
|
|
1710
1820
|
height: 1em;
|
1711
1821
|
}
|
1712
1822
|
|
1713
|
-
[dir=rtl].handsontable .htCheckboxRendererInput {
|
1823
|
+
[dir="rtl"].handsontable .htCheckboxRendererInput {
|
1714
1824
|
margin-left: 5px;
|
1715
1825
|
margin-right: 0;
|
1716
1826
|
}
|
@@ -1758,7 +1868,7 @@ textarea.HandsontableCopyPaste {
|
|
1758
1868
|
margin-right: 10px;
|
1759
1869
|
}
|
1760
1870
|
|
1761
|
-
[dir=rtl].handsontable .htUIInput.htUIButtonOK {
|
1871
|
+
[dir="rtl"].handsontable .htUIInput.htUIButtonOK {
|
1762
1872
|
margin-right: 0;
|
1763
1873
|
margin-left: 10px;
|
1764
1874
|
}
|
@@ -1826,7 +1936,7 @@ textarea.HandsontableCopyPaste {
|
|
1826
1936
|
}
|
1827
1937
|
|
1828
1938
|
.handsontable .htUIMultipleSelect .handsontable .htCore td:hover {
|
1829
|
-
background-color: #
|
1939
|
+
background-color: #f5f5f5;
|
1830
1940
|
}
|
1831
1941
|
|
1832
1942
|
.handsontable .htUIMultipleSelectSearch input {
|
@@ -1842,7 +1952,7 @@ textarea.HandsontableCopyPaste {
|
|
1842
1952
|
height: 100%;
|
1843
1953
|
}
|
1844
1954
|
|
1845
|
-
[dir=rtl].handsontable .htUIRadio {
|
1955
|
+
[dir="rtl"].handsontable .htUIRadio {
|
1846
1956
|
margin-right: 0;
|
1847
1957
|
margin-left: 5px;
|
1848
1958
|
}
|
@@ -1851,12 +1961,12 @@ textarea.HandsontableCopyPaste {
|
|
1851
1961
|
margin-right: 0;
|
1852
1962
|
}
|
1853
1963
|
|
1854
|
-
.handsontable .htUIRadio > input[type=radio] {
|
1964
|
+
.handsontable .htUIRadio > input[type="radio"] {
|
1855
1965
|
margin-left: 0;
|
1856
1966
|
margin-right: 0.5ex;
|
1857
1967
|
}
|
1858
1968
|
|
1859
|
-
[dir=rtl].handsontable .htUIRadio > input[type=radio] {
|
1969
|
+
[dir="rtl"].handsontable .htUIRadio > input[type="radio"] {
|
1860
1970
|
margin-right: 0;
|
1861
1971
|
margin-left: 0.5ex;
|
1862
1972
|
}
|
@@ -1870,8 +1980,8 @@ textarea.HandsontableCopyPaste {
|
|
1870
1980
|
}
|
1871
1981
|
@charset "UTF-8";
|
1872
1982
|
/*
|
1873
|
-
|
1874
|
-
|
1983
|
+
* Handsontable HiddenColumns
|
1984
|
+
*/
|
1875
1985
|
.handsontable th.beforeHiddenColumn {
|
1876
1986
|
position: relative;
|
1877
1987
|
}
|
@@ -1889,19 +1999,19 @@ textarea.HandsontableCopyPaste {
|
|
1889
1999
|
position: relative;
|
1890
2000
|
}
|
1891
2001
|
|
1892
|
-
.handsontable[dir=ltr] th.afterHiddenColumn div.htLeft {
|
2002
|
+
.handsontable[dir="ltr"] th.afterHiddenColumn div.htLeft {
|
1893
2003
|
margin-left: 10px;
|
1894
2004
|
}
|
1895
2005
|
|
1896
|
-
.handsontable[dir=ltr] th.beforeHiddenColumn div.htRight {
|
2006
|
+
.handsontable[dir="ltr"] th.beforeHiddenColumn div.htRight {
|
1897
2007
|
margin-right: 10px;
|
1898
2008
|
}
|
1899
2009
|
|
1900
|
-
.handsontable[dir=rtl] th.afterHiddenColumn div.htRight {
|
2010
|
+
.handsontable[dir="rtl"] th.afterHiddenColumn div.htRight {
|
1901
2011
|
margin-right: 10px;
|
1902
2012
|
}
|
1903
2013
|
|
1904
|
-
.handsontable[dir=rtl] th.beforeHiddenColumn div.htLeft {
|
2014
|
+
.handsontable[dir="rtl"] th.beforeHiddenColumn div.htLeft {
|
1905
2015
|
margin-left: 10px;
|
1906
2016
|
}
|
1907
2017
|
|
@@ -1910,7 +2020,7 @@ textarea.HandsontableCopyPaste {
|
|
1910
2020
|
content: "◀"; /* left arrow */
|
1911
2021
|
}
|
1912
2022
|
|
1913
|
-
[dir=rtl].handsontable th.beforeHiddenColumn::after {
|
2023
|
+
[dir="rtl"].handsontable th.beforeHiddenColumn::after {
|
1914
2024
|
right: initial;
|
1915
2025
|
left: 1px;
|
1916
2026
|
content: "▶"; /* right arrow */
|
@@ -1921,15 +2031,15 @@ textarea.HandsontableCopyPaste {
|
|
1921
2031
|
content: "▶"; /* right arrow */
|
1922
2032
|
}
|
1923
2033
|
|
1924
|
-
[dir=rtl].handsontable th.afterHiddenColumn::before {
|
2034
|
+
[dir="rtl"].handsontable th.afterHiddenColumn::before {
|
1925
2035
|
right: 1px;
|
1926
2036
|
left: initial;
|
1927
2037
|
content: "◀"; /* left arrow */
|
1928
2038
|
}
|
1929
2039
|
@charset "UTF-8";
|
1930
2040
|
/*!
|
1931
|
-
|
1932
|
-
|
2041
|
+
* Handsontable HiddenRows
|
2042
|
+
*/
|
1933
2043
|
.handsontable th.beforeHiddenRow::before,
|
1934
2044
|
.handsontable th.afterHiddenRow::after {
|
1935
2045
|
color: #bbb;
|
@@ -1961,17 +2071,25 @@ textarea.HandsontableCopyPaste {
|
|
1961
2071
|
|
1962
2072
|
.handsontable td.afterHiddenRow.firstVisibleRow,
|
1963
2073
|
.handsontable th.afterHiddenRow.firstVisibleRow {
|
1964
|
-
border-top: 1px solid #
|
2074
|
+
border-top: 1px solid #ccc;
|
1965
2075
|
}
|
1966
|
-
.htRowHeaders
|
1967
|
-
.
|
2076
|
+
.htRowHeaders
|
2077
|
+
.ht_master.innerBorderInlineStart
|
2078
|
+
~ .ht_clone_top_inline_start_corner
|
2079
|
+
th:nth-child(2),
|
2080
|
+
.htRowHeaders
|
2081
|
+
.ht_master.innerBorderInlineStart
|
2082
|
+
~ .ht_clone_inline_start
|
2083
|
+
td:first-of-type {
|
1968
2084
|
border-left: 0 none;
|
1969
2085
|
}
|
1970
2086
|
.handsontable .wtHider {
|
1971
2087
|
position: relative;
|
1972
2088
|
}
|
1973
2089
|
|
1974
|
-
.handsontable.ht__manualColumnMove.after-selection--columns
|
2090
|
+
.handsontable.ht__manualColumnMove.after-selection--columns
|
2091
|
+
thead
|
2092
|
+
th.ht__highlight {
|
1975
2093
|
cursor: move;
|
1976
2094
|
cursor: -moz-grab;
|
1977
2095
|
cursor: -webkit-grab;
|
@@ -2068,61 +2186,83 @@ textarea.HandsontableCopyPaste {
|
|
2068
2186
|
.handsontable.on-moving--rows .ht__manualRowMove--backlight {
|
2069
2187
|
display: block;
|
2070
2188
|
}
|
2071
|
-
.handsontable
|
2189
|
+
.handsontable
|
2190
|
+
tbody
|
2191
|
+
td[rowspan][class*="area"][class*="highlight"]:not(
|
2192
|
+
[class*="fullySelectedMergedCell"]
|
2193
|
+
):before {
|
2072
2194
|
opacity: 0;
|
2073
2195
|
}
|
2074
2196
|
|
2075
|
-
.handsontable
|
2197
|
+
.handsontable
|
2198
|
+
tbody
|
2199
|
+
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-multiple"]:before {
|
2076
2200
|
opacity: 0.1;
|
2077
2201
|
}
|
2078
2202
|
|
2079
|
-
.handsontable
|
2203
|
+
.handsontable
|
2204
|
+
tbody
|
2205
|
+
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-0"]:before {
|
2080
2206
|
opacity: 0.1;
|
2081
2207
|
}
|
2082
2208
|
|
2083
|
-
.handsontable
|
2209
|
+
.handsontable
|
2210
|
+
tbody
|
2211
|
+
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-1"]:before {
|
2084
2212
|
opacity: 0.2;
|
2085
2213
|
}
|
2086
2214
|
|
2087
|
-
.handsontable
|
2215
|
+
.handsontable
|
2216
|
+
tbody
|
2217
|
+
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-2"]:before {
|
2088
2218
|
opacity: 0.27;
|
2089
2219
|
}
|
2090
2220
|
|
2091
|
-
.handsontable
|
2221
|
+
.handsontable
|
2222
|
+
tbody
|
2223
|
+
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-3"]:before {
|
2092
2224
|
opacity: 0.35;
|
2093
2225
|
}
|
2094
2226
|
|
2095
|
-
.handsontable
|
2227
|
+
.handsontable
|
2228
|
+
tbody
|
2229
|
+
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-4"]:before {
|
2096
2230
|
opacity: 0.41;
|
2097
2231
|
}
|
2098
2232
|
|
2099
|
-
.handsontable
|
2233
|
+
.handsontable
|
2234
|
+
tbody
|
2235
|
+
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-5"]:before {
|
2100
2236
|
opacity: 0.47;
|
2101
2237
|
}
|
2102
2238
|
|
2103
|
-
.handsontable
|
2239
|
+
.handsontable
|
2240
|
+
tbody
|
2241
|
+
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-6"]:before {
|
2104
2242
|
opacity: 0.54;
|
2105
2243
|
}
|
2106
2244
|
|
2107
|
-
.handsontable
|
2245
|
+
.handsontable
|
2246
|
+
tbody
|
2247
|
+
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-7"]:before {
|
2108
2248
|
opacity: 0.58;
|
2109
2249
|
}
|
2110
|
-
.handsontable[dir=ltr] div.htRight span[class*=sort-] {
|
2250
|
+
.handsontable[dir="ltr"] div.htRight span[class*="sort-"] {
|
2111
2251
|
margin-right: 15px;
|
2112
2252
|
margin-left: -15px;
|
2113
2253
|
}
|
2114
2254
|
|
2115
|
-
.handsontable[dir=rtl] div.htLeft span[class*=sort-] {
|
2255
|
+
.handsontable[dir="rtl"] div.htLeft span[class*="sort-"] {
|
2116
2256
|
margin-left: 15px;
|
2117
2257
|
margin-right: -15px;
|
2118
2258
|
}
|
2119
2259
|
|
2120
|
-
.handsontable[dir=ltr] div.htRight span[class*=sort-]:only-child {
|
2260
|
+
.handsontable[dir="ltr"] div.htRight span[class*="sort-"]:only-child {
|
2121
2261
|
margin-right: 20px;
|
2122
2262
|
margin-left: -20px;
|
2123
2263
|
}
|
2124
2264
|
|
2125
|
-
.handsontable[dir=rtl] div.htLeft span[class*=sort-]:only-child {
|
2265
|
+
.handsontable[dir="rtl"] div.htLeft span[class*="sort-"]:only-child {
|
2126
2266
|
margin-left: 20px;
|
2127
2267
|
margin-right: -20px;
|
2128
2268
|
}
|
@@ -2147,7 +2287,7 @@ textarea.HandsontableCopyPaste {
|
|
2147
2287
|
text-decoration: underline;
|
2148
2288
|
}
|
2149
2289
|
|
2150
|
-
[dir=rtl].handsontable span.colHeader.columnSorting::after {
|
2290
|
+
[dir="rtl"].handsontable span.colHeader.columnSorting::after {
|
2151
2291
|
left: -15px;
|
2152
2292
|
right: unset;
|
2153
2293
|
/* For purpose of continuous mouse over experience, when moving between the `::before` and the `::after` elements */
|
@@ -2161,7 +2301,7 @@ textarea.HandsontableCopyPaste {
|
|
2161
2301
|
}
|
2162
2302
|
|
2163
2303
|
/* We support up to 7 numeric indicators, describing order of column in sorted columns queue */
|
2164
|
-
.handsontable span.colHeader.columnSorting[class^=sort-]::after,
|
2304
|
+
.handsontable span.colHeader.columnSorting[class^="sort-"]::after,
|
2165
2305
|
.handsontable span.colHeader.columnSorting[class*=" sort-"]::after {
|
2166
2306
|
content: "+";
|
2167
2307
|
}
|
@@ -2195,7 +2335,11 @@ textarea.HandsontableCopyPaste {
|
|
2195
2335
|
}
|
2196
2336
|
|
2197
2337
|
/* Drop-down menu widens header by 5 pixels, sort sequence numbers won't overlap the icon; mainly for the IE9+ */
|
2198
|
-
.htGhostTable
|
2338
|
+
.htGhostTable
|
2339
|
+
th
|
2340
|
+
div
|
2341
|
+
button.changeType
|
2342
|
+
+ span.colHeader.columnSorting:not(.indicatorDisabled) {
|
2199
2343
|
padding-right: 5px;
|
2200
2344
|
}
|
2201
2345
|
.handsontable thead th.hiddenHeader:not(:first-of-type) {
|
@@ -2207,7 +2351,7 @@ textarea.HandsontableCopyPaste {
|
|
2207
2351
|
padding-left: 7px;
|
2208
2352
|
}
|
2209
2353
|
|
2210
|
-
[dir=rtl].handsontable th.ht_nestingLevels {
|
2354
|
+
[dir="rtl"].handsontable th.ht_nestingLevels {
|
2211
2355
|
text-align: right;
|
2212
2356
|
padding-right: 7px;
|
2213
2357
|
}
|
@@ -2219,7 +2363,7 @@ textarea.HandsontableCopyPaste {
|
|
2219
2363
|
right: unset;
|
2220
2364
|
}
|
2221
2365
|
|
2222
|
-
[dir=rtl].handsontable th div.ht_nestingLevels {
|
2366
|
+
[dir="rtl"].handsontable th div.ht_nestingLevels {
|
2223
2367
|
right: 11px;
|
2224
2368
|
left: unset;
|
2225
2369
|
}
|
@@ -2230,7 +2374,11 @@ textarea.HandsontableCopyPaste {
|
|
2230
2374
|
left: unset;
|
2231
2375
|
}
|
2232
2376
|
|
2233
|
-
[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingLevels,
|
2377
|
+
[dir="rtl"].handsontable.innerBorderInlineStart th div.ht_nestingLevels,
|
2378
|
+
[dir="rtl"].handsontable.innerBorderInlineStart
|
2379
|
+
~ .handsontable
|
2380
|
+
th
|
2381
|
+
div.ht_nestingLevels {
|
2234
2382
|
left: 10px;
|
2235
2383
|
right: unset;
|
2236
2384
|
}
|
@@ -2246,7 +2394,7 @@ textarea.HandsontableCopyPaste {
|
|
2246
2394
|
float: left;
|
2247
2395
|
}
|
2248
2396
|
|
2249
|
-
[dir=rtl].handsontable th span.ht_nestingLevel_empty {
|
2397
|
+
[dir="rtl"].handsontable th span.ht_nestingLevel_empty {
|
2250
2398
|
float: right;
|
2251
2399
|
}
|
2252
2400
|
|
@@ -2266,7 +2414,7 @@ textarea.HandsontableCopyPaste {
|
|
2266
2414
|
cursor: pointer;
|
2267
2415
|
}
|
2268
2416
|
|
2269
|
-
[dir=rtl].handsontable th div.ht_nestingButton {
|
2417
|
+
[dir="rtl"].handsontable th div.ht_nestingButton {
|
2270
2418
|
left: -2px;
|
2271
2419
|
right: unset;
|
2272
2420
|
}
|
@@ -2285,7 +2433,12 @@ textarea.HandsontableCopyPaste {
|
|
2285
2433
|
left: unset;
|
2286
2434
|
}
|
2287
2435
|
|
2288
|
-
[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingButton,
|
2436
|
+
[dir="rtl"].handsontable.innerBorderInlineStart th div.ht_nestingButton,
|
2437
|
+
[dir="rtl"].handsontable.innerBorderInlineStart
|
2438
|
+
~ .handsontable
|
2439
|
+
th
|
2440
|
+
div.ht_nestingButton {
|
2289
2441
|
left: 0;
|
2290
2442
|
right: unset;
|
2291
2443
|
}
|
2444
|
+
|