handsontable 0.0.0-next-f512acf-20240930 → 0.0.0-next-3a00df6-20241001
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/selection/manager.js +7 -7
- package/3rdparty/walkontable/src/selection/manager.mjs +7 -7
- package/3rdparty/walkontable/src/selection/scanner.js +7 -7
- package/3rdparty/walkontable/src/selection/scanner.mjs +7 -7
- package/CHANGELOG.md +29 -0
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/core.js +7 -18
- package/core.mjs +7 -18
- package/dataMap/metaManager/lazyFactoryMap.js +7 -7
- package/dataMap/metaManager/lazyFactoryMap.mjs +7 -7
- package/dataMap/metaManager/metaSchema.js +0 -17
- package/dataMap/metaManager/metaSchema.mjs +2 -19
- package/dataMap/metaManager/mods/dynamicCellMeta.js +7 -7
- package/dataMap/metaManager/mods/dynamicCellMeta.mjs +7 -7
- package/dataMap/metaManager/mods/extendMetaProperties.js +7 -7
- package/dataMap/metaManager/mods/extendMetaProperties.mjs +7 -7
- package/dataMap/metaManager/utils.js +7 -7
- package/dataMap/metaManager/utils.mjs +7 -7
- package/dist/handsontable.css +145 -296
- package/dist/handsontable.full.css +152 -305
- package/dist/handsontable.full.js +3755 -3641
- package/dist/handsontable.full.min.css +14 -85
- package/dist/handsontable.full.min.js +122 -132
- package/dist/handsontable.js +3440 -3336
- package/dist/handsontable.min.css +11 -82
- package/dist/handsontable.min.js +23 -23
- 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/array.js +7 -7
- package/helpers/array.mjs +7 -7
- package/helpers/mixed.js +3 -3
- package/helpers/mixed.mjs +3 -3
- package/helpers/number.js +7 -7
- package/helpers/number.mjs +7 -7
- package/package.json +3 -10
- package/pluginHooks.js +3 -1
- package/pluginHooks.mjs +3 -1
- package/plugins/columnSorting/utils.js +7 -7
- package/plugins/columnSorting/utils.mjs +7 -7
- 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/filters/utils.js +7 -7
- package/plugins/filters/utils.mjs +7 -7
- package/plugins/formulas/formulas.js +7 -7
- package/plugins/formulas/formulas.mjs +7 -7
- package/plugins/hiddenColumns/hiddenColumns.js +7 -7
- package/plugins/hiddenColumns/hiddenColumns.mjs +7 -7
- package/plugins/hiddenRows/hiddenRows.js +7 -7
- package/plugins/hiddenRows/hiddenRows.mjs +7 -7
- package/plugins/mergeCells/cellsCollection.js +7 -7
- package/plugins/mergeCells/cellsCollection.mjs +7 -7
- package/plugins/mergeCells/mergeCells.js +7 -7
- package/plugins/mergeCells/mergeCells.mjs +7 -7
- package/plugins/nestedHeaders/stateManager/nodeModifiers/collapse.js +7 -7
- package/plugins/nestedHeaders/stateManager/nodeModifiers/collapse.mjs +7 -7
- package/plugins/nestedHeaders/stateManager/nodeModifiers/expand.js +7 -7
- package/plugins/nestedHeaders/stateManager/nodeModifiers/expand.mjs +7 -7
- package/plugins/nestedRows/nestedRows.js +7 -7
- package/plugins/nestedRows/nestedRows.mjs +7 -7
- package/plugins/trimRows/trimRows.js +7 -7
- package/plugins/trimRows/trimRows.mjs +7 -7
- package/selection/selection.js +7 -7
- package/selection/selection.mjs +7 -7
- package/selection/utils.js +7 -7
- package/selection/utils.mjs +7 -7
- package/shortcuts/keyObserver.js +7 -7
- package/shortcuts/keyObserver.mjs +7 -7
- package/translations/changesObservable/observable.js +7 -7
- package/translations/changesObservable/observable.mjs +7 -7
- package/translations/indexMapper.js +7 -7
- package/translations/indexMapper.mjs +7 -7
- package/utils/dataStructures/uniqueSet.js +7 -7
- package/utils/dataStructures/uniqueSet.mjs +7 -7
- package/utils/ghostTable.js +1 -1
- package/utils/ghostTable.mjs +1 -1
- package/utils/paginator.js +7 -7
- package/utils/paginator.mjs +7 -7
- package/helpers/themes.js +0 -17
- package/helpers/themes.mjs +0 -13
- package/styles/handsontable.css +0 -1921
- package/styles/handsontable.min.css +0 -30
- package/styles/ht-theme-gemini.css +0 -689
- package/styles/ht-theme-gemini.min.css +0 -30
- package/styles/ht-theme-main.css +0 -697
- package/styles/ht-theme-main.min.css +0 -30
package/dist/handsontable.css
CHANGED
@@ -25,14 +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-3a00df6-20241001
|
29
|
+
* Release date: 01/10/2024 (built at 01/10/2024 08:13:44)
|
30
30
|
*/
|
31
31
|
/**
|
32
32
|
* Fix for bootstrap styles
|
33
33
|
*/
|
34
|
-
.handsontable .table th,
|
35
|
-
.handsontable .table td {
|
34
|
+
.handsontable .table th, .handsontable .table td {
|
36
35
|
border-top: none;
|
37
36
|
}
|
38
37
|
|
@@ -50,7 +49,7 @@
|
|
50
49
|
.handsontable .table colgroup + thead tr:first-child td,
|
51
50
|
.handsontable .table thead:first-child tr:first-child th,
|
52
51
|
.handsontable .table thead:first-child tr:first-child td {
|
53
|
-
border-top: 1px solid #
|
52
|
+
border-top: 1px solid #CCCCCC;
|
54
53
|
}
|
55
54
|
|
56
55
|
/* table-bordered */
|
@@ -66,7 +65,7 @@
|
|
66
65
|
|
67
66
|
.handsontable .table-bordered th:first-child,
|
68
67
|
.handsontable .table-bordered td:first-child {
|
69
|
-
border-left: 1px solid #
|
68
|
+
border-left: 1px solid #CCCCCC;
|
70
69
|
}
|
71
70
|
|
72
71
|
.handsontable .table > tbody > tr > td,
|
@@ -79,58 +78,20 @@
|
|
79
78
|
padding: 0;
|
80
79
|
}
|
81
80
|
|
82
|
-
.col-lg-1.handsontable,
|
83
|
-
.col-lg-
|
84
|
-
.col-
|
85
|
-
.col-
|
86
|
-
.col-
|
87
|
-
.col-
|
88
|
-
.col-
|
89
|
-
.col-
|
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 {
|
81
|
+
.col-lg-1.handsontable, .col-lg-10.handsontable, .col-lg-11.handsontable, .col-lg-12.handsontable,
|
82
|
+
.col-lg-2.handsontable, .col-lg-3.handsontable, .col-lg-4.handsontable, .col-lg-5.handsontable, .col-lg-6.handsontable, .col-lg-7.handsontable, .col-lg-8.handsontable, .col-lg-9.handsontable,
|
83
|
+
.col-md-1.handsontable, .col-md-10.handsontable, .col-md-11.handsontable, .col-md-12.handsontable,
|
84
|
+
.col-md-2.handsontable, .col-md-3.handsontable, .col-md-4.handsontable, .col-md-5.handsontable, .col-md-6.handsontable, .col-md-7.handsontable, .col-md-8.handsontable, .col-md-9.handsontable .col-sm-1.handsontable,
|
85
|
+
.col-sm-10.handsontable, .col-sm-11.handsontable, .col-sm-12.handsontable,
|
86
|
+
.col-sm-2.handsontable, .col-sm-3.handsontable, .col-sm-4.handsontable, .col-sm-5.handsontable, .col-sm-6.handsontable, .col-sm-7.handsontable, .col-sm-8.handsontable, .col-sm-9.handsontable .col-xs-1.handsontable,
|
87
|
+
.col-xs-10.handsontable, .col-xs-11.handsontable, .col-xs-12.handsontable,
|
88
|
+
.col-xs-2.handsontable, .col-xs-3.handsontable, .col-xs-4.handsontable, .col-xs-5.handsontable, .col-xs-6.handsontable, .col-xs-7.handsontable, .col-xs-8.handsontable, .col-xs-9.handsontable {
|
128
89
|
padding-left: 0;
|
129
90
|
padding-right: 0;
|
130
91
|
}
|
131
92
|
|
132
93
|
.handsontable .table-striped > tbody > tr:nth-of-type(even) {
|
133
|
-
background-color: #
|
94
|
+
background-color: #FFF;
|
134
95
|
}
|
135
96
|
.handsontable {
|
136
97
|
position: relative;
|
@@ -178,12 +139,12 @@
|
|
178
139
|
/* it must be separate, otherwise there are offset miscalculations in WebKit: http://stackoverflow.com/questions/2655987/border-collapse-differences-in-ff-and-webkit */
|
179
140
|
/* this actually only changes appearance of user selection - does not make text unselectable */
|
180
141
|
/* -webkit-user-select: none;
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
142
|
+
-khtml-user-select: none;
|
143
|
+
-moz-user-select: none;
|
144
|
+
-o-user-select: none;
|
145
|
+
-ms-user-select: none;
|
146
|
+
user-select: none; // no browser supports unprefixed version
|
147
|
+
*/
|
187
148
|
border-spacing: 0;
|
188
149
|
margin: 0;
|
189
150
|
border-width: 0;
|
@@ -223,8 +184,7 @@
|
|
223
184
|
white-space: pre-wrap;
|
224
185
|
}
|
225
186
|
|
226
|
-
[dir=
|
227
|
-
[dir="rtl"].handsontable td {
|
187
|
+
[dir=rtl].handsontable th, [dir=rtl].handsontable td {
|
228
188
|
border-right-width: 0;
|
229
189
|
border-left: 1px solid #ccc;
|
230
190
|
}
|
@@ -236,7 +196,7 @@
|
|
236
196
|
border-bottom: 1px solid #ccc;
|
237
197
|
}
|
238
198
|
|
239
|
-
[dir=
|
199
|
+
[dir=rtl].handsontable th:last-child {
|
240
200
|
/*Foundation framework fix*/
|
241
201
|
border-right: none;
|
242
202
|
border-left: 1px solid #ccc;
|
@@ -247,8 +207,7 @@
|
|
247
207
|
border-left: 1px solid #ccc;
|
248
208
|
}
|
249
209
|
|
250
|
-
[dir=
|
251
|
-
[dir="rtl"].handsontable td:first-of-type {
|
210
|
+
[dir=rtl].handsontable th:first-child, [dir=rtl].handsontable td:first-of-type {
|
252
211
|
border-right: 1px solid #ccc;
|
253
212
|
}
|
254
213
|
|
@@ -258,7 +217,7 @@
|
|
258
217
|
border-right: 1px solid #ccc;
|
259
218
|
}
|
260
219
|
|
261
|
-
[dir=
|
220
|
+
[dir=rtl].handsontable .ht_clone_top th:nth-child(2) {
|
262
221
|
border-right-width: 0;
|
263
222
|
border-left: 1px solid #ccc;
|
264
223
|
}
|
@@ -267,7 +226,7 @@
|
|
267
226
|
border-left: 1px solid #ccc;
|
268
227
|
}
|
269
228
|
|
270
|
-
[dir=
|
229
|
+
[dir=rtl].handsontable.htRowHeaders thead tr th:nth-child(2) {
|
271
230
|
border-right: 1px solid #ccc;
|
272
231
|
}
|
273
232
|
|
@@ -277,62 +236,26 @@
|
|
277
236
|
}
|
278
237
|
|
279
238
|
.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th,
|
280
|
-
.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)
|
281
|
-
|
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 {
|
239
|
+
.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child,
|
240
|
+
.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.htGhostTable) tbody tr th,
|
241
|
+
.ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child {
|
294
242
|
border-right-width: 0;
|
295
243
|
border-left: 1px solid #ccc;
|
296
244
|
}
|
297
245
|
|
298
|
-
[dir=
|
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 {
|
246
|
+
[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) tbody tr th, [dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) thead tr th:first-child, [dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.htGhostTable) tbody tr th, [dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top):not(.htGhostTable) thead tr th:first-child {
|
316
247
|
border-left-width: 0;
|
317
248
|
border-right: 1px solid #ccc;
|
318
249
|
}
|
319
250
|
|
320
251
|
/*
|
321
|
-
|
322
|
-
|
323
|
-
|
252
|
+
innerBorderTop - Property controlled by top overlay
|
253
|
+
innerBorderBottom - Property controlled by bottom overlay
|
254
|
+
*/
|
324
255
|
.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,
|
325
|
-
.ht_master:not(.innerBorderTop):not(.innerBorderBottom)
|
326
|
-
~ .handsontable
|
327
|
-
thead
|
328
|
-
tr:last-child
|
329
|
-
th,
|
256
|
+
.ht_master:not(.innerBorderTop):not(.innerBorderBottom) ~ .handsontable thead tr:last-child th,
|
330
257
|
.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,
|
331
|
-
.ht_master:not(.innerBorderTop):not(.innerBorderBottom)
|
332
|
-
~ .handsontable
|
333
|
-
thead
|
334
|
-
tr.lastChild
|
335
|
-
th {
|
258
|
+
.ht_master:not(.innerBorderTop):not(.innerBorderBottom) ~ .handsontable thead tr.lastChild th {
|
336
259
|
border-bottom-width: 0;
|
337
260
|
}
|
338
261
|
|
@@ -449,8 +372,7 @@ th {
|
|
449
372
|
@charset "UTF-8";
|
450
373
|
.handsontable {
|
451
374
|
touch-action: manipulation;
|
452
|
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
453
|
-
"Ubuntu", "Helvetica Neue", Arial, sans-serif;
|
375
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
|
454
376
|
font-size: 13px;
|
455
377
|
font-weight: normal;
|
456
378
|
color: #373737;
|
@@ -487,8 +409,7 @@ th {
|
|
487
409
|
}
|
488
410
|
|
489
411
|
.hot-display-license-info {
|
490
|
-
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
|
491
|
-
"Ubuntu", "Helvetica Neue", Arial, sans-serif;
|
412
|
+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
|
492
413
|
font-size: 10px;
|
493
414
|
font-weight: normal;
|
494
415
|
color: #373737;
|
@@ -552,7 +473,7 @@ th {
|
|
552
473
|
margin-right: unset;
|
553
474
|
}
|
554
475
|
|
555
|
-
[dir=
|
476
|
+
[dir=rtl].handsontable .manualColumnResizerGuide {
|
556
477
|
left: unset;
|
557
478
|
border-left: 1px dashed #777;
|
558
479
|
border-right: none;
|
@@ -602,24 +523,9 @@ th {
|
|
602
523
|
left: 0;
|
603
524
|
right: 0;
|
604
525
|
bottom: 0;
|
605
|
-
/* Fix for IE9 to spread the ":before" pseudo element to 100% height of the parent element */
|
606
|
-
bottom: -100% \9;
|
607
526
|
background: #005eff;
|
608
527
|
}
|
609
528
|
|
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
|
-
}
|
623
529
|
.handsontable td.area:before {
|
624
530
|
opacity: 0.1;
|
625
531
|
}
|
@@ -676,13 +582,13 @@ th {
|
|
676
582
|
font-family: inherit;
|
677
583
|
line-height: 21px;
|
678
584
|
font-size: inherit;
|
679
|
-
box-shadow: 0 0 0 2px #
|
585
|
+
box-shadow: 0 0 0 2px #5292F7 inset;
|
680
586
|
resize: none;
|
681
587
|
/*below are needed to overwrite stuff added by jQuery UI Bootstrap theme*/
|
682
588
|
display: block;
|
683
589
|
color: #000;
|
684
590
|
border-radius: 0;
|
685
|
-
background-color: #
|
591
|
+
background-color: #FFF;
|
686
592
|
/*overwrite styles potentionally made by a framework*/
|
687
593
|
}
|
688
594
|
|
@@ -700,6 +606,7 @@ th {
|
|
700
606
|
-webkit-appearance: menulist-button !important;
|
701
607
|
position: absolute;
|
702
608
|
width: auto;
|
609
|
+
border: 2px solid #4b89ff;
|
703
610
|
}
|
704
611
|
|
705
612
|
.htSelectEditor:focus {
|
@@ -707,8 +614,8 @@ th {
|
|
707
614
|
}
|
708
615
|
|
709
616
|
/*
|
710
|
-
|
711
|
-
|
617
|
+
TextRenderer readOnly cell
|
618
|
+
*/
|
712
619
|
.handsontable .htDimmed {
|
713
620
|
color: #777;
|
714
621
|
}
|
@@ -725,11 +632,11 @@ th {
|
|
725
632
|
font-size: 9px;
|
726
633
|
}
|
727
634
|
|
728
|
-
[dir=
|
635
|
+
[dir=rtl].handsontable .htSubmenu :after {
|
729
636
|
content: "";
|
730
637
|
}
|
731
638
|
|
732
|
-
[dir=
|
639
|
+
[dir=rtl].handsontable .htSubmenu :before {
|
733
640
|
content: "◀";
|
734
641
|
color: #777;
|
735
642
|
position: absolute;
|
@@ -738,8 +645,8 @@ th {
|
|
738
645
|
}
|
739
646
|
|
740
647
|
/*
|
741
|
-
|
742
|
-
|
648
|
+
TextRenderer horizontal alignment
|
649
|
+
*/
|
743
650
|
.handsontable .htLeft {
|
744
651
|
text-align: left;
|
745
652
|
}
|
@@ -757,8 +664,8 @@ th {
|
|
757
664
|
}
|
758
665
|
|
759
666
|
/*
|
760
|
-
|
761
|
-
|
667
|
+
TextRenderer vertical alignment
|
668
|
+
*/
|
762
669
|
.handsontable .htTop {
|
763
670
|
vertical-align: top;
|
764
671
|
}
|
@@ -772,15 +679,15 @@ th {
|
|
772
679
|
}
|
773
680
|
|
774
681
|
/*
|
775
|
-
|
776
|
-
|
682
|
+
TextRenderer placeholder value
|
683
|
+
*/
|
777
684
|
.handsontable .htPlaceholder {
|
778
685
|
color: #999;
|
779
686
|
}
|
780
687
|
|
781
688
|
/**
|
782
|
-
|
783
|
-
|
689
|
+
* Handsontable listbox theme
|
690
|
+
*/
|
784
691
|
.handsontable.listbox {
|
785
692
|
margin: 0;
|
786
693
|
}
|
@@ -834,9 +741,9 @@ th {
|
|
834
741
|
}
|
835
742
|
/*
|
836
743
|
|
837
|
-
|
744
|
+
Handsontable Mobile Text Editor stylesheet
|
838
745
|
|
839
|
-
|
746
|
+
*/
|
840
747
|
.handsontable.mobile,
|
841
748
|
.handsontable.mobile .wtHolder {
|
842
749
|
-webkit-touch-callout: none;
|
@@ -867,10 +774,7 @@ th {
|
|
867
774
|
z-index: 9999;
|
868
775
|
}
|
869
776
|
|
870
|
-
[dir=
|
871
|
-
[dir="rtl"].handsontable .topSelectionHandle-HitArea,
|
872
|
-
[dir="rtl"].handsontable .bottomSelectionHandle,
|
873
|
-
[dir="rtl"].handsontable .bottomSelectionHandle-HitArea {
|
777
|
+
[dir=rtl].handsontable .topSelectionHandle, [dir=rtl].handsontable .topSelectionHandle-HitArea, [dir=rtl].handsontable .bottomSelectionHandle, [dir=rtl].handsontable .bottomSelectionHandle-HitArea {
|
874
778
|
right: -10000px;
|
875
779
|
left: unset;
|
876
780
|
}
|
@@ -889,8 +793,8 @@ th {
|
|
889
793
|
-webkit-animation-fill-mode: forwards;
|
890
794
|
}
|
891
795
|
/*
|
892
|
-
|
893
|
-
|
796
|
+
AutocompleteRenderer down arrow
|
797
|
+
*/
|
894
798
|
.handsontable .htAutocompleteArrow {
|
895
799
|
float: right;
|
896
800
|
font-size: 10px;
|
@@ -900,7 +804,7 @@ th {
|
|
900
804
|
text-align: center;
|
901
805
|
}
|
902
806
|
|
903
|
-
[dir=
|
807
|
+
[dir=rtl].handsontable .htAutocompleteArrow {
|
904
808
|
float: left;
|
905
809
|
}
|
906
810
|
|
@@ -920,8 +824,8 @@ th {
|
|
920
824
|
color: #d3d3d3;
|
921
825
|
}
|
922
826
|
/*
|
923
|
-
|
924
|
-
|
827
|
+
CheckboxRenderer
|
828
|
+
*/
|
925
829
|
.handsontable .htCheckboxRendererInput {
|
926
830
|
display: inline-block;
|
927
831
|
}
|
@@ -946,7 +850,7 @@ th {
|
|
946
850
|
transform: translate(0%, -50%);
|
947
851
|
left: unset;
|
948
852
|
right: 5px;
|
949
|
-
border: 1px solid #
|
853
|
+
border: 1px solid #A6A6A6;
|
950
854
|
line-height: 8px;
|
951
855
|
color: #222;
|
952
856
|
border-radius: 10px;
|
@@ -961,50 +865,42 @@ th {
|
|
961
865
|
text-align: center;
|
962
866
|
}
|
963
867
|
|
964
|
-
[dir=
|
868
|
+
[dir=rtl].handsontable .collapsibleIndicator {
|
965
869
|
right: unset;
|
966
870
|
left: 5px;
|
967
871
|
}
|
968
872
|
|
969
|
-
.handsontable[dir=
|
970
|
-
thead
|
971
|
-
th:has(.collapsibleIndicator)
|
972
|
-
div.htRight
|
973
|
-
span.colHeader {
|
873
|
+
.handsontable[dir=ltr] thead th:has(.collapsibleIndicator) div.htRight span.colHeader {
|
974
874
|
margin-right: 20px;
|
975
875
|
}
|
976
876
|
|
977
|
-
.handsontable[dir=
|
978
|
-
thead
|
979
|
-
th:has(.collapsibleIndicator)
|
980
|
-
div.htLeft
|
981
|
-
span.colHeader {
|
877
|
+
.handsontable[dir=rtl] thead th:has(.collapsibleIndicator) div.htLeft span.colHeader {
|
982
878
|
margin-left: 20px;
|
983
879
|
}
|
984
880
|
.handsontable .columnSorting {
|
985
881
|
position: relative;
|
986
882
|
}
|
987
883
|
|
988
|
-
.handsontable[dir=
|
989
|
-
.handsontable[dir=
|
884
|
+
.handsontable[dir=ltr] div.htRight span[class*=ascending],
|
885
|
+
.handsontable[dir=ltr] div.htRight span[class*=descending] {
|
990
886
|
margin-right: 10px;
|
991
887
|
margin-left: -10px;
|
992
888
|
}
|
993
889
|
|
994
|
-
.handsontable[dir=
|
995
|
-
.handsontable[dir=
|
890
|
+
.handsontable[dir=rtl] div.htLeft span[class*=ascending],
|
891
|
+
.handsontable[dir=rtl] div.htLeft span[class*=descending] {
|
996
892
|
margin-left: 10px;
|
997
893
|
margin-right: -10px;
|
998
894
|
}
|
999
895
|
|
1000
|
-
.handsontable[dir=
|
1001
|
-
.handsontable[dir=
|
896
|
+
.handsontable[dir=ltr] div.htRight span[class*=ascending]:only-child,
|
897
|
+
.handsontable[dir=ltr] div.htRight span[class*=descending]:only-child {
|
1002
898
|
margin-right: 15px;
|
1003
899
|
margin-left: -15px;
|
1004
900
|
}
|
1005
901
|
|
1006
|
-
.handsontable[dir=
|
1007
|
-
.handsontable[dir=
|
902
|
+
.handsontable[dir=rtl] div.htLeft span[class*=ascending]:only-child,
|
903
|
+
.handsontable[dir=rtl] div.htLeft span[class*=descending]:only-child {
|
1008
904
|
margin-left: 15px;
|
1009
905
|
margin-right: -15px;
|
1010
906
|
}
|
@@ -1033,7 +929,7 @@ span.colHeader {
|
|
1033
929
|
background-position-x: right;
|
1034
930
|
}
|
1035
931
|
|
1036
|
-
[dir=
|
932
|
+
[dir=rtl].handsontable span.colHeader.columnSorting::before {
|
1037
933
|
/* Centering end */
|
1038
934
|
/* For purpose of continuous mouse over experience, when moving between the `span` and the `::before` elements */
|
1039
935
|
padding-right: 8px;
|
@@ -1053,14 +949,12 @@ span.colHeader {
|
|
1053
949
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=);
|
1054
950
|
}
|
1055
951
|
|
1056
|
-
.htGhostTable
|
1057
|
-
.htCore
|
1058
|
-
span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
952
|
+
.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
1059
953
|
content: "*";
|
1060
954
|
display: inline-block;
|
1061
955
|
position: relative;
|
1062
956
|
/* The multi-line header and header with longer text need more padding to not hide arrow,
|
1063
|
-
|
957
|
+
we make header wider in `GhostTable` to make some space for arrow which is positioned absolutely in the main table */
|
1064
958
|
padding-right: 20px;
|
1065
959
|
}
|
1066
960
|
.handsontable .htCommentCell {
|
@@ -1078,7 +972,7 @@ span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
|
1078
972
|
border-top: 6px solid black;
|
1079
973
|
}
|
1080
974
|
|
1081
|
-
[dir=
|
975
|
+
[dir=rtl].handsontable .htCommentCell:after {
|
1082
976
|
left: 0;
|
1083
977
|
right: unset;
|
1084
978
|
border-right: 6px solid transparent;
|
@@ -1092,8 +986,7 @@ span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
|
1092
986
|
}
|
1093
987
|
|
1094
988
|
.htCommentsContainer .htCommentTextArea {
|
1095
|
-
box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px,
|
1096
|
-
rgba(0, 0, 0, 0.239216) 0 1px 2px;
|
989
|
+
box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px, rgba(0, 0, 0, 0.239216) 0 1px 2px;
|
1097
990
|
-webkit-box-sizing: border-box;
|
1098
991
|
-moz-box-sizing: border-box;
|
1099
992
|
box-sizing: border-box;
|
@@ -1109,25 +1002,24 @@ span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
|
1109
1002
|
-webkit-appearance: none;
|
1110
1003
|
}
|
1111
1004
|
|
1112
|
-
[dir=
|
1005
|
+
[dir=rtl].htCommentsContainer .htCommentTextArea {
|
1113
1006
|
border-right: 3px solid #ccc;
|
1114
1007
|
border-left: none;
|
1115
1008
|
}
|
1116
1009
|
|
1117
1010
|
.htCommentsContainer .htCommentTextArea:focus {
|
1118
|
-
box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px,
|
1119
|
-
rgba(0, 0, 0, 0.239216) 0 1px 2px, inset 0 0 0 1px #5292f7;
|
1011
|
+
box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px, rgba(0, 0, 0, 0.239216) 0 1px 2px, inset 0 0 0 1px #5292f7;
|
1120
1012
|
border-left: 3px solid #5292f7;
|
1121
1013
|
border-right: none;
|
1122
1014
|
}
|
1123
1015
|
|
1124
|
-
[dir=
|
1016
|
+
[dir=rtl].htCommentsContainer .htCommentTextArea:focus {
|
1125
1017
|
border-right: 3px solid #5292f7;
|
1126
1018
|
border-left: none;
|
1127
1019
|
}
|
1128
1020
|
/*!
|
1129
|
-
|
1130
|
-
|
1021
|
+
* Handsontable ContextMenu
|
1022
|
+
*/
|
1131
1023
|
.htContextMenu:not(.htGhostTable) {
|
1132
1024
|
display: none;
|
1133
1025
|
position: absolute;
|
@@ -1152,7 +1044,7 @@ span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
|
1152
1044
|
border-right-width: 2px;
|
1153
1045
|
}
|
1154
1046
|
|
1155
|
-
[dir=
|
1047
|
+
[dir=rtl].htContextMenu .ht_master table.htCore {
|
1156
1048
|
border-right-width: 1px;
|
1157
1049
|
border-left-width: 2px;
|
1158
1050
|
}
|
@@ -1182,7 +1074,7 @@ span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
|
1182
1074
|
border-right-width: 0;
|
1183
1075
|
}
|
1184
1076
|
|
1185
|
-
[dir=
|
1077
|
+
[dir=rtl].htContextMenu table tbody tr td:first-child {
|
1186
1078
|
border-right-width: 0;
|
1187
1079
|
border-left-width: 0;
|
1188
1080
|
}
|
@@ -1223,7 +1115,7 @@ span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
|
1223
1115
|
margin-right: 6px;
|
1224
1116
|
}
|
1225
1117
|
|
1226
|
-
[dir=
|
1118
|
+
[dir=rtl].htContextMenu table tbody tr td .htItemWrapper {
|
1227
1119
|
margin-right: 10px;
|
1228
1120
|
margin-left: 6px;
|
1229
1121
|
}
|
@@ -1235,7 +1127,7 @@ span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
|
1235
1127
|
right: 0;
|
1236
1128
|
}
|
1237
1129
|
|
1238
|
-
[dir=
|
1130
|
+
[dir=rtl].htContextMenu table tbody tr td div span.selected {
|
1239
1131
|
right: 4px;
|
1240
1132
|
left: 0;
|
1241
1133
|
}
|
@@ -1253,8 +1145,8 @@ textarea.HandsontableCopyPaste {
|
|
1253
1145
|
}
|
1254
1146
|
@charset "UTF-8";
|
1255
1147
|
/*!
|
1256
|
-
|
1257
|
-
|
1148
|
+
* Handsontable DropdownMenu
|
1149
|
+
*/
|
1258
1150
|
.handsontable .changeType {
|
1259
1151
|
background: #eee;
|
1260
1152
|
border-radius: 2px;
|
@@ -1267,11 +1159,11 @@ textarea.HandsontableCopyPaste {
|
|
1267
1159
|
float: right;
|
1268
1160
|
}
|
1269
1161
|
|
1270
|
-
[dir=
|
1162
|
+
[dir=rtl].handsontable .changeType {
|
1271
1163
|
float: left;
|
1272
1164
|
}
|
1273
1165
|
|
1274
|
-
.handsontable[dir=
|
1166
|
+
.handsontable[dir=rtl] .changeType {
|
1275
1167
|
margin: 3px 5px 0 1px;
|
1276
1168
|
}
|
1277
1169
|
|
@@ -1309,7 +1201,7 @@ textarea.HandsontableCopyPaste {
|
|
1309
1201
|
border-right-width: 2px;
|
1310
1202
|
}
|
1311
1203
|
|
1312
|
-
[dir=
|
1204
|
+
[dir=rtl].htDropdownMenu table.htCore {
|
1313
1205
|
border-right-width: 1px;
|
1314
1206
|
border-left-width: 2px;
|
1315
1207
|
}
|
@@ -1339,7 +1231,7 @@ textarea.HandsontableCopyPaste {
|
|
1339
1231
|
border-left-width: 0;
|
1340
1232
|
}
|
1341
1233
|
|
1342
|
-
[dir=
|
1234
|
+
[dir=rtl].htDropdownMenu table tbody tr td:first-child {
|
1343
1235
|
border-left-width: 0;
|
1344
1236
|
border-right-width: 0;
|
1345
1237
|
}
|
@@ -1379,7 +1271,7 @@ textarea.HandsontableCopyPaste {
|
|
1379
1271
|
margin-right: 10px;
|
1380
1272
|
}
|
1381
1273
|
|
1382
|
-
[dir=
|
1274
|
+
[dir=rtl].htDropdownMenu table tbody tr td .htItemWrapper {
|
1383
1275
|
margin-right: 10px;
|
1384
1276
|
margin-left: 10px;
|
1385
1277
|
}
|
@@ -1391,7 +1283,7 @@ textarea.HandsontableCopyPaste {
|
|
1391
1283
|
right: 0;
|
1392
1284
|
}
|
1393
1285
|
|
1394
|
-
[dir=
|
1286
|
+
[dir=rtl].htDropdownMenu table tbody tr td div span.selected {
|
1395
1287
|
right: 4px;
|
1396
1288
|
left: 0;
|
1397
1289
|
}
|
@@ -1401,8 +1293,8 @@ textarea.HandsontableCopyPaste {
|
|
1401
1293
|
}
|
1402
1294
|
@charset "UTF-8";
|
1403
1295
|
/*!
|
1404
|
-
|
1405
|
-
|
1296
|
+
* Handsontable Filters
|
1297
|
+
*/
|
1406
1298
|
/* Conditions menu */
|
1407
1299
|
.htFiltersConditionsMenu:not(.htGhostTable) {
|
1408
1300
|
display: none;
|
@@ -1445,7 +1337,7 @@ textarea.HandsontableCopyPaste {
|
|
1445
1337
|
border-left-width: 0;
|
1446
1338
|
}
|
1447
1339
|
|
1448
|
-
[dir=
|
1340
|
+
[dir=rtl].htFiltersConditionsMenu table tbody tr td:first-child {
|
1449
1341
|
border-left-width: 0;
|
1450
1342
|
border-right-width: 0;
|
1451
1343
|
}
|
@@ -1555,18 +1447,16 @@ textarea.HandsontableCopyPaste {
|
|
1555
1447
|
margin-right: 10px;
|
1556
1448
|
}
|
1557
1449
|
|
1558
|
-
[dir=
|
1450
|
+
[dir=rtl].handsontable .htUISelectAll {
|
1559
1451
|
margin-right: 0;
|
1560
1452
|
margin-left: 10px;
|
1561
1453
|
}
|
1562
1454
|
|
1563
|
-
.handsontable .htUIClearAll,
|
1564
|
-
.handsontable .htUISelectAll {
|
1455
|
+
.handsontable .htUIClearAll, .handsontable .htUISelectAll {
|
1565
1456
|
display: inline-block;
|
1566
1457
|
}
|
1567
1458
|
|
1568
|
-
.handsontable .htUIClearAll a,
|
1569
|
-
.handsontable .htUISelectAll a {
|
1459
|
+
.handsontable .htUIClearAll a, .handsontable .htUISelectAll a {
|
1570
1460
|
font-size: 0.75em;
|
1571
1461
|
}
|
1572
1462
|
|
@@ -1574,7 +1464,7 @@ textarea.HandsontableCopyPaste {
|
|
1574
1464
|
text-align: right;
|
1575
1465
|
}
|
1576
1466
|
|
1577
|
-
[dir=
|
1467
|
+
[dir=rtl].handsontable .htUISelectionControls {
|
1578
1468
|
text-align: left;
|
1579
1469
|
}
|
1580
1470
|
|
@@ -1587,7 +1477,7 @@ textarea.HandsontableCopyPaste {
|
|
1587
1477
|
height: 1em;
|
1588
1478
|
}
|
1589
1479
|
|
1590
|
-
[dir=
|
1480
|
+
[dir=rtl].handsontable .htCheckboxRendererInput {
|
1591
1481
|
margin-left: 5px;
|
1592
1482
|
margin-right: 0;
|
1593
1483
|
}
|
@@ -1635,7 +1525,7 @@ textarea.HandsontableCopyPaste {
|
|
1635
1525
|
margin-right: 10px;
|
1636
1526
|
}
|
1637
1527
|
|
1638
|
-
[dir=
|
1528
|
+
[dir=rtl].handsontable .htUIInput.htUIButtonOK {
|
1639
1529
|
margin-right: 0;
|
1640
1530
|
margin-left: 10px;
|
1641
1531
|
}
|
@@ -1703,7 +1593,7 @@ textarea.HandsontableCopyPaste {
|
|
1703
1593
|
}
|
1704
1594
|
|
1705
1595
|
.handsontable .htUIMultipleSelect .handsontable .htCore td:hover {
|
1706
|
-
background-color: #
|
1596
|
+
background-color: #F5F5F5;
|
1707
1597
|
}
|
1708
1598
|
|
1709
1599
|
.handsontable .htUIMultipleSelectSearch input {
|
@@ -1719,7 +1609,7 @@ textarea.HandsontableCopyPaste {
|
|
1719
1609
|
height: 100%;
|
1720
1610
|
}
|
1721
1611
|
|
1722
|
-
[dir=
|
1612
|
+
[dir=rtl].handsontable .htUIRadio {
|
1723
1613
|
margin-right: 0;
|
1724
1614
|
margin-left: 5px;
|
1725
1615
|
}
|
@@ -1728,12 +1618,12 @@ textarea.HandsontableCopyPaste {
|
|
1728
1618
|
margin-right: 0;
|
1729
1619
|
}
|
1730
1620
|
|
1731
|
-
.handsontable .htUIRadio > input[type=
|
1621
|
+
.handsontable .htUIRadio > input[type=radio] {
|
1732
1622
|
margin-left: 0;
|
1733
1623
|
margin-right: 0.5ex;
|
1734
1624
|
}
|
1735
1625
|
|
1736
|
-
[dir=
|
1626
|
+
[dir=rtl].handsontable .htUIRadio > input[type=radio] {
|
1737
1627
|
margin-right: 0;
|
1738
1628
|
margin-left: 0.5ex;
|
1739
1629
|
}
|
@@ -1747,8 +1637,8 @@ textarea.HandsontableCopyPaste {
|
|
1747
1637
|
}
|
1748
1638
|
@charset "UTF-8";
|
1749
1639
|
/*
|
1750
|
-
|
1751
|
-
|
1640
|
+
* Handsontable HiddenColumns
|
1641
|
+
*/
|
1752
1642
|
.handsontable th.beforeHiddenColumn {
|
1753
1643
|
position: relative;
|
1754
1644
|
}
|
@@ -1766,19 +1656,19 @@ textarea.HandsontableCopyPaste {
|
|
1766
1656
|
position: relative;
|
1767
1657
|
}
|
1768
1658
|
|
1769
|
-
.handsontable[dir=
|
1659
|
+
.handsontable[dir=ltr] th.afterHiddenColumn div.htLeft {
|
1770
1660
|
margin-left: 10px;
|
1771
1661
|
}
|
1772
1662
|
|
1773
|
-
.handsontable[dir=
|
1663
|
+
.handsontable[dir=ltr] th.beforeHiddenColumn div.htRight {
|
1774
1664
|
margin-right: 10px;
|
1775
1665
|
}
|
1776
1666
|
|
1777
|
-
.handsontable[dir=
|
1667
|
+
.handsontable[dir=rtl] th.afterHiddenColumn div.htRight {
|
1778
1668
|
margin-right: 10px;
|
1779
1669
|
}
|
1780
1670
|
|
1781
|
-
.handsontable[dir=
|
1671
|
+
.handsontable[dir=rtl] th.beforeHiddenColumn div.htLeft {
|
1782
1672
|
margin-left: 10px;
|
1783
1673
|
}
|
1784
1674
|
|
@@ -1787,7 +1677,7 @@ textarea.HandsontableCopyPaste {
|
|
1787
1677
|
content: "◀"; /* left arrow */
|
1788
1678
|
}
|
1789
1679
|
|
1790
|
-
[dir=
|
1680
|
+
[dir=rtl].handsontable th.beforeHiddenColumn::after {
|
1791
1681
|
right: initial;
|
1792
1682
|
left: 1px;
|
1793
1683
|
content: "▶"; /* right arrow */
|
@@ -1798,15 +1688,15 @@ textarea.HandsontableCopyPaste {
|
|
1798
1688
|
content: "▶"; /* right arrow */
|
1799
1689
|
}
|
1800
1690
|
|
1801
|
-
[dir=
|
1691
|
+
[dir=rtl].handsontable th.afterHiddenColumn::before {
|
1802
1692
|
right: 1px;
|
1803
1693
|
left: initial;
|
1804
1694
|
content: "◀"; /* left arrow */
|
1805
1695
|
}
|
1806
1696
|
@charset "UTF-8";
|
1807
1697
|
/*!
|
1808
|
-
|
1809
|
-
|
1698
|
+
* Handsontable HiddenRows
|
1699
|
+
*/
|
1810
1700
|
.handsontable th.beforeHiddenRow::before,
|
1811
1701
|
.handsontable th.afterHiddenRow::after {
|
1812
1702
|
color: #bbb;
|
@@ -1838,25 +1728,17 @@ textarea.HandsontableCopyPaste {
|
|
1838
1728
|
|
1839
1729
|
.handsontable td.afterHiddenRow.firstVisibleRow,
|
1840
1730
|
.handsontable th.afterHiddenRow.firstVisibleRow {
|
1841
|
-
border-top: 1px solid #
|
1731
|
+
border-top: 1px solid #CCC;
|
1842
1732
|
}
|
1843
|
-
.htRowHeaders
|
1844
|
-
.ht_master.innerBorderInlineStart
|
1845
|
-
~ .ht_clone_top_inline_start_corner
|
1846
|
-
th:nth-child(2),
|
1847
|
-
.htRowHeaders
|
1848
|
-
.ht_master.innerBorderInlineStart
|
1849
|
-
~ .ht_clone_inline_start
|
1850
|
-
td:first-of-type {
|
1733
|
+
.htRowHeaders .ht_master.innerBorderInlineStart ~ .ht_clone_top_inline_start_corner th:nth-child(2),
|
1734
|
+
.htRowHeaders .ht_master.innerBorderInlineStart ~ .ht_clone_inline_start td:first-of-type {
|
1851
1735
|
border-left: 0 none;
|
1852
1736
|
}
|
1853
1737
|
.handsontable .wtHider {
|
1854
1738
|
position: relative;
|
1855
1739
|
}
|
1856
1740
|
|
1857
|
-
.handsontable.ht__manualColumnMove.after-selection--columns
|
1858
|
-
thead
|
1859
|
-
th.ht__highlight {
|
1741
|
+
.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight {
|
1860
1742
|
cursor: move;
|
1861
1743
|
cursor: -moz-grab;
|
1862
1744
|
cursor: -webkit-grab;
|
@@ -1953,83 +1835,61 @@ th.ht__highlight {
|
|
1953
1835
|
.handsontable.on-moving--rows .ht__manualRowMove--backlight {
|
1954
1836
|
display: block;
|
1955
1837
|
}
|
1956
|
-
.handsontable
|
1957
|
-
tbody
|
1958
|
-
td[rowspan][class*="area"][class*="highlight"]:not(
|
1959
|
-
[class*="fullySelectedMergedCell"]
|
1960
|
-
):before {
|
1838
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight]:not([class*=fullySelectedMergedCell]):before {
|
1961
1839
|
opacity: 0;
|
1962
1840
|
}
|
1963
1841
|
|
1964
|
-
.handsontable
|
1965
|
-
tbody
|
1966
|
-
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-multiple"]:before {
|
1842
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-multiple]:before {
|
1967
1843
|
opacity: 0.1;
|
1968
1844
|
}
|
1969
1845
|
|
1970
|
-
.handsontable
|
1971
|
-
tbody
|
1972
|
-
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-0"]:before {
|
1846
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before {
|
1973
1847
|
opacity: 0.1;
|
1974
1848
|
}
|
1975
1849
|
|
1976
|
-
.handsontable
|
1977
|
-
tbody
|
1978
|
-
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-1"]:before {
|
1850
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before {
|
1979
1851
|
opacity: 0.2;
|
1980
1852
|
}
|
1981
1853
|
|
1982
|
-
.handsontable
|
1983
|
-
tbody
|
1984
|
-
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-2"]:before {
|
1854
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before {
|
1985
1855
|
opacity: 0.27;
|
1986
1856
|
}
|
1987
1857
|
|
1988
|
-
.handsontable
|
1989
|
-
tbody
|
1990
|
-
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-3"]:before {
|
1858
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]:before {
|
1991
1859
|
opacity: 0.35;
|
1992
1860
|
}
|
1993
1861
|
|
1994
|
-
.handsontable
|
1995
|
-
tbody
|
1996
|
-
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-4"]:before {
|
1862
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before {
|
1997
1863
|
opacity: 0.41;
|
1998
1864
|
}
|
1999
1865
|
|
2000
|
-
.handsontable
|
2001
|
-
tbody
|
2002
|
-
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-5"]:before {
|
1866
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before {
|
2003
1867
|
opacity: 0.47;
|
2004
1868
|
}
|
2005
1869
|
|
2006
|
-
.handsontable
|
2007
|
-
tbody
|
2008
|
-
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-6"]:before {
|
1870
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before {
|
2009
1871
|
opacity: 0.54;
|
2010
1872
|
}
|
2011
1873
|
|
2012
|
-
.handsontable
|
2013
|
-
tbody
|
2014
|
-
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-7"]:before {
|
1874
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before {
|
2015
1875
|
opacity: 0.58;
|
2016
1876
|
}
|
2017
|
-
.handsontable[dir=
|
1877
|
+
.handsontable[dir=ltr] div.htRight span[class*=sort-] {
|
2018
1878
|
margin-right: 15px;
|
2019
1879
|
margin-left: -15px;
|
2020
1880
|
}
|
2021
1881
|
|
2022
|
-
.handsontable[dir=
|
1882
|
+
.handsontable[dir=rtl] div.htLeft span[class*=sort-] {
|
2023
1883
|
margin-left: 15px;
|
2024
1884
|
margin-right: -15px;
|
2025
1885
|
}
|
2026
1886
|
|
2027
|
-
.handsontable[dir=
|
1887
|
+
.handsontable[dir=ltr] div.htRight span[class*=sort-]:only-child {
|
2028
1888
|
margin-right: 20px;
|
2029
1889
|
margin-left: -20px;
|
2030
1890
|
}
|
2031
1891
|
|
2032
|
-
.handsontable[dir=
|
1892
|
+
.handsontable[dir=rtl] div.htLeft span[class*=sort-]:only-child {
|
2033
1893
|
margin-left: 20px;
|
2034
1894
|
margin-right: -20px;
|
2035
1895
|
}
|
@@ -2054,7 +1914,7 @@ td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-7
|
|
2054
1914
|
text-decoration: underline;
|
2055
1915
|
}
|
2056
1916
|
|
2057
|
-
[dir=
|
1917
|
+
[dir=rtl].handsontable span.colHeader.columnSorting::after {
|
2058
1918
|
left: -15px;
|
2059
1919
|
right: unset;
|
2060
1920
|
/* For purpose of continuous mouse over experience, when moving between the `::before` and the `::after` elements */
|
@@ -2068,7 +1928,7 @@ td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-7
|
|
2068
1928
|
}
|
2069
1929
|
|
2070
1930
|
/* We support up to 7 numeric indicators, describing order of column in sorted columns queue */
|
2071
|
-
.handsontable span.colHeader.columnSorting[class^=
|
1931
|
+
.handsontable span.colHeader.columnSorting[class^=sort-]::after,
|
2072
1932
|
.handsontable span.colHeader.columnSorting[class*=" sort-"]::after {
|
2073
1933
|
content: "+";
|
2074
1934
|
}
|
@@ -2102,11 +1962,7 @@ td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-7
|
|
2102
1962
|
}
|
2103
1963
|
|
2104
1964
|
/* Drop-down menu widens header by 5 pixels, sort sequence numbers won't overlap the icon; mainly for the IE9+ */
|
2105
|
-
.htGhostTable
|
2106
|
-
th
|
2107
|
-
div
|
2108
|
-
button.changeType
|
2109
|
-
+ span.colHeader.columnSorting:not(.indicatorDisabled) {
|
1965
|
+
.htGhostTable th div button.changeType + span.colHeader.columnSorting:not(.indicatorDisabled) {
|
2110
1966
|
padding-right: 5px;
|
2111
1967
|
}
|
2112
1968
|
.handsontable thead th.hiddenHeader:not(:first-of-type) {
|
@@ -2118,7 +1974,7 @@ button.changeType
|
|
2118
1974
|
padding-left: 7px;
|
2119
1975
|
}
|
2120
1976
|
|
2121
|
-
[dir=
|
1977
|
+
[dir=rtl].handsontable th.ht_nestingLevels {
|
2122
1978
|
text-align: right;
|
2123
1979
|
padding-right: 7px;
|
2124
1980
|
}
|
@@ -2130,7 +1986,7 @@ button.changeType
|
|
2130
1986
|
right: unset;
|
2131
1987
|
}
|
2132
1988
|
|
2133
|
-
[dir=
|
1989
|
+
[dir=rtl].handsontable th div.ht_nestingLevels {
|
2134
1990
|
right: 11px;
|
2135
1991
|
left: unset;
|
2136
1992
|
}
|
@@ -2141,11 +1997,7 @@ button.changeType
|
|
2141
1997
|
left: unset;
|
2142
1998
|
}
|
2143
1999
|
|
2144
|
-
[dir=
|
2145
|
-
[dir="rtl"].handsontable.innerBorderInlineStart
|
2146
|
-
~ .handsontable
|
2147
|
-
th
|
2148
|
-
div.ht_nestingLevels {
|
2000
|
+
[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingLevels, [dir=rtl].handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingLevels {
|
2149
2001
|
left: 10px;
|
2150
2002
|
right: unset;
|
2151
2003
|
}
|
@@ -2161,7 +2013,7 @@ div.ht_nestingLevels {
|
|
2161
2013
|
float: left;
|
2162
2014
|
}
|
2163
2015
|
|
2164
|
-
[dir=
|
2016
|
+
[dir=rtl].handsontable th span.ht_nestingLevel_empty {
|
2165
2017
|
float: right;
|
2166
2018
|
}
|
2167
2019
|
|
@@ -2181,7 +2033,7 @@ div.ht_nestingLevels {
|
|
2181
2033
|
cursor: pointer;
|
2182
2034
|
}
|
2183
2035
|
|
2184
|
-
[dir=
|
2036
|
+
[dir=rtl].handsontable th div.ht_nestingButton {
|
2185
2037
|
left: -2px;
|
2186
2038
|
right: unset;
|
2187
2039
|
}
|
@@ -2200,12 +2052,9 @@ div.ht_nestingLevels {
|
|
2200
2052
|
left: unset;
|
2201
2053
|
}
|
2202
2054
|
|
2203
|
-
[dir=
|
2204
|
-
[dir="rtl"].handsontable.innerBorderInlineStart
|
2205
|
-
~ .handsontable
|
2206
|
-
th
|
2207
|
-
div.ht_nestingButton {
|
2055
|
+
[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingButton, [dir=rtl].handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingButton {
|
2208
2056
|
left: 0;
|
2209
2057
|
right: unset;
|
2210
2058
|
}
|
2211
2059
|
|
2060
|
+
/*# sourceMappingURL=handsontable.css.map*/
|