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
@@ -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
|
}
|
@@ -890,9 +794,9 @@ th {
|
|
890
794
|
}
|
891
795
|
@charset "UTF-8";
|
892
796
|
/*!
|
893
|
-
|
894
|
-
|
895
|
-
|
797
|
+
* Pikaday
|
798
|
+
* Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
|
799
|
+
*/
|
896
800
|
.pika-single {
|
897
801
|
z-index: 9999;
|
898
802
|
display: block;
|
@@ -905,9 +809,9 @@ th {
|
|
905
809
|
}
|
906
810
|
|
907
811
|
/*
|
908
|
-
|
909
|
-
|
910
|
-
|
812
|
+
clear child float (pika-lendar), using the famous micro clearfix hack
|
813
|
+
http://nicolasgallagher.com/micro-clearfix-hack/
|
814
|
+
*/
|
911
815
|
.pika-single:before,
|
912
816
|
.pika-single:after {
|
913
817
|
content: " ";
|
@@ -1074,12 +978,12 @@ th {
|
|
1074
978
|
|
1075
979
|
.is-disabled .pika-button,
|
1076
980
|
.is-inrange .pika-button {
|
1077
|
-
background: #
|
981
|
+
background: #D5E9F7;
|
1078
982
|
}
|
1079
983
|
|
1080
984
|
.is-startrange .pika-button {
|
1081
985
|
color: #fff;
|
1082
|
-
background: #
|
986
|
+
background: #6CB31D;
|
1083
987
|
box-shadow: none;
|
1084
988
|
border-radius: 3px;
|
1085
989
|
}
|
@@ -1122,8 +1026,8 @@ th {
|
|
1122
1026
|
cursor: help;
|
1123
1027
|
}
|
1124
1028
|
/*
|
1125
|
-
|
1126
|
-
|
1029
|
+
AutocompleteRenderer down arrow
|
1030
|
+
*/
|
1127
1031
|
.handsontable .htAutocompleteArrow {
|
1128
1032
|
float: right;
|
1129
1033
|
font-size: 10px;
|
@@ -1133,7 +1037,7 @@ th {
|
|
1133
1037
|
text-align: center;
|
1134
1038
|
}
|
1135
1039
|
|
1136
|
-
[dir=
|
1040
|
+
[dir=rtl].handsontable .htAutocompleteArrow {
|
1137
1041
|
float: left;
|
1138
1042
|
}
|
1139
1043
|
|
@@ -1153,8 +1057,8 @@ th {
|
|
1153
1057
|
color: #d3d3d3;
|
1154
1058
|
}
|
1155
1059
|
/*
|
1156
|
-
|
1157
|
-
|
1060
|
+
CheckboxRenderer
|
1061
|
+
*/
|
1158
1062
|
.handsontable .htCheckboxRendererInput {
|
1159
1063
|
display: inline-block;
|
1160
1064
|
}
|
@@ -1179,7 +1083,7 @@ th {
|
|
1179
1083
|
transform: translate(0%, -50%);
|
1180
1084
|
left: unset;
|
1181
1085
|
right: 5px;
|
1182
|
-
border: 1px solid #
|
1086
|
+
border: 1px solid #A6A6A6;
|
1183
1087
|
line-height: 8px;
|
1184
1088
|
color: #222;
|
1185
1089
|
border-radius: 10px;
|
@@ -1194,50 +1098,42 @@ th {
|
|
1194
1098
|
text-align: center;
|
1195
1099
|
}
|
1196
1100
|
|
1197
|
-
[dir=
|
1101
|
+
[dir=rtl].handsontable .collapsibleIndicator {
|
1198
1102
|
right: unset;
|
1199
1103
|
left: 5px;
|
1200
1104
|
}
|
1201
1105
|
|
1202
|
-
.handsontable[dir=
|
1203
|
-
thead
|
1204
|
-
th:has(.collapsibleIndicator)
|
1205
|
-
div.htRight
|
1206
|
-
span.colHeader {
|
1106
|
+
.handsontable[dir=ltr] thead th:has(.collapsibleIndicator) div.htRight span.colHeader {
|
1207
1107
|
margin-right: 20px;
|
1208
1108
|
}
|
1209
1109
|
|
1210
|
-
.handsontable[dir=
|
1211
|
-
thead
|
1212
|
-
th:has(.collapsibleIndicator)
|
1213
|
-
div.htLeft
|
1214
|
-
span.colHeader {
|
1110
|
+
.handsontable[dir=rtl] thead th:has(.collapsibleIndicator) div.htLeft span.colHeader {
|
1215
1111
|
margin-left: 20px;
|
1216
1112
|
}
|
1217
1113
|
.handsontable .columnSorting {
|
1218
1114
|
position: relative;
|
1219
1115
|
}
|
1220
1116
|
|
1221
|
-
.handsontable[dir=
|
1222
|
-
.handsontable[dir=
|
1117
|
+
.handsontable[dir=ltr] div.htRight span[class*=ascending],
|
1118
|
+
.handsontable[dir=ltr] div.htRight span[class*=descending] {
|
1223
1119
|
margin-right: 10px;
|
1224
1120
|
margin-left: -10px;
|
1225
1121
|
}
|
1226
1122
|
|
1227
|
-
.handsontable[dir=
|
1228
|
-
.handsontable[dir=
|
1123
|
+
.handsontable[dir=rtl] div.htLeft span[class*=ascending],
|
1124
|
+
.handsontable[dir=rtl] div.htLeft span[class*=descending] {
|
1229
1125
|
margin-left: 10px;
|
1230
1126
|
margin-right: -10px;
|
1231
1127
|
}
|
1232
1128
|
|
1233
|
-
.handsontable[dir=
|
1234
|
-
.handsontable[dir=
|
1129
|
+
.handsontable[dir=ltr] div.htRight span[class*=ascending]:only-child,
|
1130
|
+
.handsontable[dir=ltr] div.htRight span[class*=descending]:only-child {
|
1235
1131
|
margin-right: 15px;
|
1236
1132
|
margin-left: -15px;
|
1237
1133
|
}
|
1238
1134
|
|
1239
|
-
.handsontable[dir=
|
1240
|
-
.handsontable[dir=
|
1135
|
+
.handsontable[dir=rtl] div.htLeft span[class*=ascending]:only-child,
|
1136
|
+
.handsontable[dir=rtl] div.htLeft span[class*=descending]:only-child {
|
1241
1137
|
margin-left: 15px;
|
1242
1138
|
margin-right: -15px;
|
1243
1139
|
}
|
@@ -1266,7 +1162,7 @@ span.colHeader {
|
|
1266
1162
|
background-position-x: right;
|
1267
1163
|
}
|
1268
1164
|
|
1269
|
-
[dir=
|
1165
|
+
[dir=rtl].handsontable span.colHeader.columnSorting::before {
|
1270
1166
|
/* Centering end */
|
1271
1167
|
/* For purpose of continuous mouse over experience, when moving between the `span` and the `::before` elements */
|
1272
1168
|
padding-right: 8px;
|
@@ -1286,14 +1182,12 @@ span.colHeader {
|
|
1286
1182
|
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=);
|
1287
1183
|
}
|
1288
1184
|
|
1289
|
-
.htGhostTable
|
1290
|
-
.htCore
|
1291
|
-
span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
1185
|
+
.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
1292
1186
|
content: "*";
|
1293
1187
|
display: inline-block;
|
1294
1188
|
position: relative;
|
1295
1189
|
/* The multi-line header and header with longer text need more padding to not hide arrow,
|
1296
|
-
|
1190
|
+
we make header wider in `GhostTable` to make some space for arrow which is positioned absolutely in the main table */
|
1297
1191
|
padding-right: 20px;
|
1298
1192
|
}
|
1299
1193
|
.handsontable .htCommentCell {
|
@@ -1311,7 +1205,7 @@ span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
|
1311
1205
|
border-top: 6px solid black;
|
1312
1206
|
}
|
1313
1207
|
|
1314
|
-
[dir=
|
1208
|
+
[dir=rtl].handsontable .htCommentCell:after {
|
1315
1209
|
left: 0;
|
1316
1210
|
right: unset;
|
1317
1211
|
border-right: 6px solid transparent;
|
@@ -1325,8 +1219,7 @@ span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
|
1325
1219
|
}
|
1326
1220
|
|
1327
1221
|
.htCommentsContainer .htCommentTextArea {
|
1328
|
-
box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px,
|
1329
|
-
rgba(0, 0, 0, 0.239216) 0 1px 2px;
|
1222
|
+
box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px, rgba(0, 0, 0, 0.239216) 0 1px 2px;
|
1330
1223
|
-webkit-box-sizing: border-box;
|
1331
1224
|
-moz-box-sizing: border-box;
|
1332
1225
|
box-sizing: border-box;
|
@@ -1342,25 +1235,24 @@ span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
|
1342
1235
|
-webkit-appearance: none;
|
1343
1236
|
}
|
1344
1237
|
|
1345
|
-
[dir=
|
1238
|
+
[dir=rtl].htCommentsContainer .htCommentTextArea {
|
1346
1239
|
border-right: 3px solid #ccc;
|
1347
1240
|
border-left: none;
|
1348
1241
|
}
|
1349
1242
|
|
1350
1243
|
.htCommentsContainer .htCommentTextArea:focus {
|
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;
|
1244
|
+
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;
|
1353
1245
|
border-left: 3px solid #5292f7;
|
1354
1246
|
border-right: none;
|
1355
1247
|
}
|
1356
1248
|
|
1357
|
-
[dir=
|
1249
|
+
[dir=rtl].htCommentsContainer .htCommentTextArea:focus {
|
1358
1250
|
border-right: 3px solid #5292f7;
|
1359
1251
|
border-left: none;
|
1360
1252
|
}
|
1361
1253
|
/*!
|
1362
|
-
|
1363
|
-
|
1254
|
+
* Handsontable ContextMenu
|
1255
|
+
*/
|
1364
1256
|
.htContextMenu:not(.htGhostTable) {
|
1365
1257
|
display: none;
|
1366
1258
|
position: absolute;
|
@@ -1385,7 +1277,7 @@ span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
|
1385
1277
|
border-right-width: 2px;
|
1386
1278
|
}
|
1387
1279
|
|
1388
|
-
[dir=
|
1280
|
+
[dir=rtl].htContextMenu .ht_master table.htCore {
|
1389
1281
|
border-right-width: 1px;
|
1390
1282
|
border-left-width: 2px;
|
1391
1283
|
}
|
@@ -1415,7 +1307,7 @@ span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
|
1415
1307
|
border-right-width: 0;
|
1416
1308
|
}
|
1417
1309
|
|
1418
|
-
[dir=
|
1310
|
+
[dir=rtl].htContextMenu table tbody tr td:first-child {
|
1419
1311
|
border-right-width: 0;
|
1420
1312
|
border-left-width: 0;
|
1421
1313
|
}
|
@@ -1456,7 +1348,7 @@ span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
|
1456
1348
|
margin-right: 6px;
|
1457
1349
|
}
|
1458
1350
|
|
1459
|
-
[dir=
|
1351
|
+
[dir=rtl].htContextMenu table tbody tr td .htItemWrapper {
|
1460
1352
|
margin-right: 10px;
|
1461
1353
|
margin-left: 6px;
|
1462
1354
|
}
|
@@ -1468,7 +1360,7 @@ span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
|
1468
1360
|
right: 0;
|
1469
1361
|
}
|
1470
1362
|
|
1471
|
-
[dir=
|
1363
|
+
[dir=rtl].htContextMenu table tbody tr td div span.selected {
|
1472
1364
|
right: 4px;
|
1473
1365
|
left: 0;
|
1474
1366
|
}
|
@@ -1486,8 +1378,8 @@ textarea.HandsontableCopyPaste {
|
|
1486
1378
|
}
|
1487
1379
|
@charset "UTF-8";
|
1488
1380
|
/*!
|
1489
|
-
|
1490
|
-
|
1381
|
+
* Handsontable DropdownMenu
|
1382
|
+
*/
|
1491
1383
|
.handsontable .changeType {
|
1492
1384
|
background: #eee;
|
1493
1385
|
border-radius: 2px;
|
@@ -1500,11 +1392,11 @@ textarea.HandsontableCopyPaste {
|
|
1500
1392
|
float: right;
|
1501
1393
|
}
|
1502
1394
|
|
1503
|
-
[dir=
|
1395
|
+
[dir=rtl].handsontable .changeType {
|
1504
1396
|
float: left;
|
1505
1397
|
}
|
1506
1398
|
|
1507
|
-
.handsontable[dir=
|
1399
|
+
.handsontable[dir=rtl] .changeType {
|
1508
1400
|
margin: 3px 5px 0 1px;
|
1509
1401
|
}
|
1510
1402
|
|
@@ -1542,7 +1434,7 @@ textarea.HandsontableCopyPaste {
|
|
1542
1434
|
border-right-width: 2px;
|
1543
1435
|
}
|
1544
1436
|
|
1545
|
-
[dir=
|
1437
|
+
[dir=rtl].htDropdownMenu table.htCore {
|
1546
1438
|
border-right-width: 1px;
|
1547
1439
|
border-left-width: 2px;
|
1548
1440
|
}
|
@@ -1572,7 +1464,7 @@ textarea.HandsontableCopyPaste {
|
|
1572
1464
|
border-left-width: 0;
|
1573
1465
|
}
|
1574
1466
|
|
1575
|
-
[dir=
|
1467
|
+
[dir=rtl].htDropdownMenu table tbody tr td:first-child {
|
1576
1468
|
border-left-width: 0;
|
1577
1469
|
border-right-width: 0;
|
1578
1470
|
}
|
@@ -1612,7 +1504,7 @@ textarea.HandsontableCopyPaste {
|
|
1612
1504
|
margin-right: 10px;
|
1613
1505
|
}
|
1614
1506
|
|
1615
|
-
[dir=
|
1507
|
+
[dir=rtl].htDropdownMenu table tbody tr td .htItemWrapper {
|
1616
1508
|
margin-right: 10px;
|
1617
1509
|
margin-left: 10px;
|
1618
1510
|
}
|
@@ -1624,7 +1516,7 @@ textarea.HandsontableCopyPaste {
|
|
1624
1516
|
right: 0;
|
1625
1517
|
}
|
1626
1518
|
|
1627
|
-
[dir=
|
1519
|
+
[dir=rtl].htDropdownMenu table tbody tr td div span.selected {
|
1628
1520
|
right: 4px;
|
1629
1521
|
left: 0;
|
1630
1522
|
}
|
@@ -1634,8 +1526,8 @@ textarea.HandsontableCopyPaste {
|
|
1634
1526
|
}
|
1635
1527
|
@charset "UTF-8";
|
1636
1528
|
/*!
|
1637
|
-
|
1638
|
-
|
1529
|
+
* Handsontable Filters
|
1530
|
+
*/
|
1639
1531
|
/* Conditions menu */
|
1640
1532
|
.htFiltersConditionsMenu:not(.htGhostTable) {
|
1641
1533
|
display: none;
|
@@ -1678,7 +1570,7 @@ textarea.HandsontableCopyPaste {
|
|
1678
1570
|
border-left-width: 0;
|
1679
1571
|
}
|
1680
1572
|
|
1681
|
-
[dir=
|
1573
|
+
[dir=rtl].htFiltersConditionsMenu table tbody tr td:first-child {
|
1682
1574
|
border-left-width: 0;
|
1683
1575
|
border-right-width: 0;
|
1684
1576
|
}
|
@@ -1788,18 +1680,16 @@ textarea.HandsontableCopyPaste {
|
|
1788
1680
|
margin-right: 10px;
|
1789
1681
|
}
|
1790
1682
|
|
1791
|
-
[dir=
|
1683
|
+
[dir=rtl].handsontable .htUISelectAll {
|
1792
1684
|
margin-right: 0;
|
1793
1685
|
margin-left: 10px;
|
1794
1686
|
}
|
1795
1687
|
|
1796
|
-
.handsontable .htUIClearAll,
|
1797
|
-
.handsontable .htUISelectAll {
|
1688
|
+
.handsontable .htUIClearAll, .handsontable .htUISelectAll {
|
1798
1689
|
display: inline-block;
|
1799
1690
|
}
|
1800
1691
|
|
1801
|
-
.handsontable .htUIClearAll a,
|
1802
|
-
.handsontable .htUISelectAll a {
|
1692
|
+
.handsontable .htUIClearAll a, .handsontable .htUISelectAll a {
|
1803
1693
|
font-size: 0.75em;
|
1804
1694
|
}
|
1805
1695
|
|
@@ -1807,7 +1697,7 @@ textarea.HandsontableCopyPaste {
|
|
1807
1697
|
text-align: right;
|
1808
1698
|
}
|
1809
1699
|
|
1810
|
-
[dir=
|
1700
|
+
[dir=rtl].handsontable .htUISelectionControls {
|
1811
1701
|
text-align: left;
|
1812
1702
|
}
|
1813
1703
|
|
@@ -1820,7 +1710,7 @@ textarea.HandsontableCopyPaste {
|
|
1820
1710
|
height: 1em;
|
1821
1711
|
}
|
1822
1712
|
|
1823
|
-
[dir=
|
1713
|
+
[dir=rtl].handsontable .htCheckboxRendererInput {
|
1824
1714
|
margin-left: 5px;
|
1825
1715
|
margin-right: 0;
|
1826
1716
|
}
|
@@ -1868,7 +1758,7 @@ textarea.HandsontableCopyPaste {
|
|
1868
1758
|
margin-right: 10px;
|
1869
1759
|
}
|
1870
1760
|
|
1871
|
-
[dir=
|
1761
|
+
[dir=rtl].handsontable .htUIInput.htUIButtonOK {
|
1872
1762
|
margin-right: 0;
|
1873
1763
|
margin-left: 10px;
|
1874
1764
|
}
|
@@ -1936,7 +1826,7 @@ textarea.HandsontableCopyPaste {
|
|
1936
1826
|
}
|
1937
1827
|
|
1938
1828
|
.handsontable .htUIMultipleSelect .handsontable .htCore td:hover {
|
1939
|
-
background-color: #
|
1829
|
+
background-color: #F5F5F5;
|
1940
1830
|
}
|
1941
1831
|
|
1942
1832
|
.handsontable .htUIMultipleSelectSearch input {
|
@@ -1952,7 +1842,7 @@ textarea.HandsontableCopyPaste {
|
|
1952
1842
|
height: 100%;
|
1953
1843
|
}
|
1954
1844
|
|
1955
|
-
[dir=
|
1845
|
+
[dir=rtl].handsontable .htUIRadio {
|
1956
1846
|
margin-right: 0;
|
1957
1847
|
margin-left: 5px;
|
1958
1848
|
}
|
@@ -1961,12 +1851,12 @@ textarea.HandsontableCopyPaste {
|
|
1961
1851
|
margin-right: 0;
|
1962
1852
|
}
|
1963
1853
|
|
1964
|
-
.handsontable .htUIRadio > input[type=
|
1854
|
+
.handsontable .htUIRadio > input[type=radio] {
|
1965
1855
|
margin-left: 0;
|
1966
1856
|
margin-right: 0.5ex;
|
1967
1857
|
}
|
1968
1858
|
|
1969
|
-
[dir=
|
1859
|
+
[dir=rtl].handsontable .htUIRadio > input[type=radio] {
|
1970
1860
|
margin-right: 0;
|
1971
1861
|
margin-left: 0.5ex;
|
1972
1862
|
}
|
@@ -1980,8 +1870,8 @@ textarea.HandsontableCopyPaste {
|
|
1980
1870
|
}
|
1981
1871
|
@charset "UTF-8";
|
1982
1872
|
/*
|
1983
|
-
|
1984
|
-
|
1873
|
+
* Handsontable HiddenColumns
|
1874
|
+
*/
|
1985
1875
|
.handsontable th.beforeHiddenColumn {
|
1986
1876
|
position: relative;
|
1987
1877
|
}
|
@@ -1999,19 +1889,19 @@ textarea.HandsontableCopyPaste {
|
|
1999
1889
|
position: relative;
|
2000
1890
|
}
|
2001
1891
|
|
2002
|
-
.handsontable[dir=
|
1892
|
+
.handsontable[dir=ltr] th.afterHiddenColumn div.htLeft {
|
2003
1893
|
margin-left: 10px;
|
2004
1894
|
}
|
2005
1895
|
|
2006
|
-
.handsontable[dir=
|
1896
|
+
.handsontable[dir=ltr] th.beforeHiddenColumn div.htRight {
|
2007
1897
|
margin-right: 10px;
|
2008
1898
|
}
|
2009
1899
|
|
2010
|
-
.handsontable[dir=
|
1900
|
+
.handsontable[dir=rtl] th.afterHiddenColumn div.htRight {
|
2011
1901
|
margin-right: 10px;
|
2012
1902
|
}
|
2013
1903
|
|
2014
|
-
.handsontable[dir=
|
1904
|
+
.handsontable[dir=rtl] th.beforeHiddenColumn div.htLeft {
|
2015
1905
|
margin-left: 10px;
|
2016
1906
|
}
|
2017
1907
|
|
@@ -2020,7 +1910,7 @@ textarea.HandsontableCopyPaste {
|
|
2020
1910
|
content: "◀"; /* left arrow */
|
2021
1911
|
}
|
2022
1912
|
|
2023
|
-
[dir=
|
1913
|
+
[dir=rtl].handsontable th.beforeHiddenColumn::after {
|
2024
1914
|
right: initial;
|
2025
1915
|
left: 1px;
|
2026
1916
|
content: "▶"; /* right arrow */
|
@@ -2031,15 +1921,15 @@ textarea.HandsontableCopyPaste {
|
|
2031
1921
|
content: "▶"; /* right arrow */
|
2032
1922
|
}
|
2033
1923
|
|
2034
|
-
[dir=
|
1924
|
+
[dir=rtl].handsontable th.afterHiddenColumn::before {
|
2035
1925
|
right: 1px;
|
2036
1926
|
left: initial;
|
2037
1927
|
content: "◀"; /* left arrow */
|
2038
1928
|
}
|
2039
1929
|
@charset "UTF-8";
|
2040
1930
|
/*!
|
2041
|
-
|
2042
|
-
|
1931
|
+
* Handsontable HiddenRows
|
1932
|
+
*/
|
2043
1933
|
.handsontable th.beforeHiddenRow::before,
|
2044
1934
|
.handsontable th.afterHiddenRow::after {
|
2045
1935
|
color: #bbb;
|
@@ -2071,25 +1961,17 @@ textarea.HandsontableCopyPaste {
|
|
2071
1961
|
|
2072
1962
|
.handsontable td.afterHiddenRow.firstVisibleRow,
|
2073
1963
|
.handsontable th.afterHiddenRow.firstVisibleRow {
|
2074
|
-
border-top: 1px solid #
|
1964
|
+
border-top: 1px solid #CCC;
|
2075
1965
|
}
|
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 {
|
1966
|
+
.htRowHeaders .ht_master.innerBorderInlineStart ~ .ht_clone_top_inline_start_corner th:nth-child(2),
|
1967
|
+
.htRowHeaders .ht_master.innerBorderInlineStart ~ .ht_clone_inline_start td:first-of-type {
|
2084
1968
|
border-left: 0 none;
|
2085
1969
|
}
|
2086
1970
|
.handsontable .wtHider {
|
2087
1971
|
position: relative;
|
2088
1972
|
}
|
2089
1973
|
|
2090
|
-
.handsontable.ht__manualColumnMove.after-selection--columns
|
2091
|
-
thead
|
2092
|
-
th.ht__highlight {
|
1974
|
+
.handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight {
|
2093
1975
|
cursor: move;
|
2094
1976
|
cursor: -moz-grab;
|
2095
1977
|
cursor: -webkit-grab;
|
@@ -2186,83 +2068,61 @@ th.ht__highlight {
|
|
2186
2068
|
.handsontable.on-moving--rows .ht__manualRowMove--backlight {
|
2187
2069
|
display: block;
|
2188
2070
|
}
|
2189
|
-
.handsontable
|
2190
|
-
tbody
|
2191
|
-
td[rowspan][class*="area"][class*="highlight"]:not(
|
2192
|
-
[class*="fullySelectedMergedCell"]
|
2193
|
-
):before {
|
2071
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight]:not([class*=fullySelectedMergedCell]):before {
|
2194
2072
|
opacity: 0;
|
2195
2073
|
}
|
2196
2074
|
|
2197
|
-
.handsontable
|
2198
|
-
tbody
|
2199
|
-
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-multiple"]:before {
|
2075
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-multiple]:before {
|
2200
2076
|
opacity: 0.1;
|
2201
2077
|
}
|
2202
2078
|
|
2203
|
-
.handsontable
|
2204
|
-
tbody
|
2205
|
-
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-0"]:before {
|
2079
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before {
|
2206
2080
|
opacity: 0.1;
|
2207
2081
|
}
|
2208
2082
|
|
2209
|
-
.handsontable
|
2210
|
-
tbody
|
2211
|
-
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-1"]:before {
|
2083
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before {
|
2212
2084
|
opacity: 0.2;
|
2213
2085
|
}
|
2214
2086
|
|
2215
|
-
.handsontable
|
2216
|
-
tbody
|
2217
|
-
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-2"]:before {
|
2087
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before {
|
2218
2088
|
opacity: 0.27;
|
2219
2089
|
}
|
2220
2090
|
|
2221
|
-
.handsontable
|
2222
|
-
tbody
|
2223
|
-
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-3"]:before {
|
2091
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]:before {
|
2224
2092
|
opacity: 0.35;
|
2225
2093
|
}
|
2226
2094
|
|
2227
|
-
.handsontable
|
2228
|
-
tbody
|
2229
|
-
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-4"]:before {
|
2095
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before {
|
2230
2096
|
opacity: 0.41;
|
2231
2097
|
}
|
2232
2098
|
|
2233
|
-
.handsontable
|
2234
|
-
tbody
|
2235
|
-
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-5"]:before {
|
2099
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before {
|
2236
2100
|
opacity: 0.47;
|
2237
2101
|
}
|
2238
2102
|
|
2239
|
-
.handsontable
|
2240
|
-
tbody
|
2241
|
-
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-6"]:before {
|
2103
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before {
|
2242
2104
|
opacity: 0.54;
|
2243
2105
|
}
|
2244
2106
|
|
2245
|
-
.handsontable
|
2246
|
-
tbody
|
2247
|
-
td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-7"]:before {
|
2107
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before {
|
2248
2108
|
opacity: 0.58;
|
2249
2109
|
}
|
2250
|
-
.handsontable[dir=
|
2110
|
+
.handsontable[dir=ltr] div.htRight span[class*=sort-] {
|
2251
2111
|
margin-right: 15px;
|
2252
2112
|
margin-left: -15px;
|
2253
2113
|
}
|
2254
2114
|
|
2255
|
-
.handsontable[dir=
|
2115
|
+
.handsontable[dir=rtl] div.htLeft span[class*=sort-] {
|
2256
2116
|
margin-left: 15px;
|
2257
2117
|
margin-right: -15px;
|
2258
2118
|
}
|
2259
2119
|
|
2260
|
-
.handsontable[dir=
|
2120
|
+
.handsontable[dir=ltr] div.htRight span[class*=sort-]:only-child {
|
2261
2121
|
margin-right: 20px;
|
2262
2122
|
margin-left: -20px;
|
2263
2123
|
}
|
2264
2124
|
|
2265
|
-
.handsontable[dir=
|
2125
|
+
.handsontable[dir=rtl] div.htLeft span[class*=sort-]:only-child {
|
2266
2126
|
margin-left: 20px;
|
2267
2127
|
margin-right: -20px;
|
2268
2128
|
}
|
@@ -2287,7 +2147,7 @@ td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-7
|
|
2287
2147
|
text-decoration: underline;
|
2288
2148
|
}
|
2289
2149
|
|
2290
|
-
[dir=
|
2150
|
+
[dir=rtl].handsontable span.colHeader.columnSorting::after {
|
2291
2151
|
left: -15px;
|
2292
2152
|
right: unset;
|
2293
2153
|
/* For purpose of continuous mouse over experience, when moving between the `::before` and the `::after` elements */
|
@@ -2301,7 +2161,7 @@ td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-7
|
|
2301
2161
|
}
|
2302
2162
|
|
2303
2163
|
/* We support up to 7 numeric indicators, describing order of column in sorted columns queue */
|
2304
|
-
.handsontable span.colHeader.columnSorting[class^=
|
2164
|
+
.handsontable span.colHeader.columnSorting[class^=sort-]::after,
|
2305
2165
|
.handsontable span.colHeader.columnSorting[class*=" sort-"]::after {
|
2306
2166
|
content: "+";
|
2307
2167
|
}
|
@@ -2335,11 +2195,7 @@ td[rowspan][class*="area"][class*="highlight"][class*="fullySelectedMergedCell-7
|
|
2335
2195
|
}
|
2336
2196
|
|
2337
2197
|
/* Drop-down menu widens header by 5 pixels, sort sequence numbers won't overlap the icon; mainly for the IE9+ */
|
2338
|
-
.htGhostTable
|
2339
|
-
th
|
2340
|
-
div
|
2341
|
-
button.changeType
|
2342
|
-
+ span.colHeader.columnSorting:not(.indicatorDisabled) {
|
2198
|
+
.htGhostTable th div button.changeType + span.colHeader.columnSorting:not(.indicatorDisabled) {
|
2343
2199
|
padding-right: 5px;
|
2344
2200
|
}
|
2345
2201
|
.handsontable thead th.hiddenHeader:not(:first-of-type) {
|
@@ -2351,7 +2207,7 @@ button.changeType
|
|
2351
2207
|
padding-left: 7px;
|
2352
2208
|
}
|
2353
2209
|
|
2354
|
-
[dir=
|
2210
|
+
[dir=rtl].handsontable th.ht_nestingLevels {
|
2355
2211
|
text-align: right;
|
2356
2212
|
padding-right: 7px;
|
2357
2213
|
}
|
@@ -2363,7 +2219,7 @@ button.changeType
|
|
2363
2219
|
right: unset;
|
2364
2220
|
}
|
2365
2221
|
|
2366
|
-
[dir=
|
2222
|
+
[dir=rtl].handsontable th div.ht_nestingLevels {
|
2367
2223
|
right: 11px;
|
2368
2224
|
left: unset;
|
2369
2225
|
}
|
@@ -2374,11 +2230,7 @@ button.changeType
|
|
2374
2230
|
left: unset;
|
2375
2231
|
}
|
2376
2232
|
|
2377
|
-
[dir=
|
2378
|
-
[dir="rtl"].handsontable.innerBorderInlineStart
|
2379
|
-
~ .handsontable
|
2380
|
-
th
|
2381
|
-
div.ht_nestingLevels {
|
2233
|
+
[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingLevels, [dir=rtl].handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingLevels {
|
2382
2234
|
left: 10px;
|
2383
2235
|
right: unset;
|
2384
2236
|
}
|
@@ -2394,7 +2246,7 @@ div.ht_nestingLevels {
|
|
2394
2246
|
float: left;
|
2395
2247
|
}
|
2396
2248
|
|
2397
|
-
[dir=
|
2249
|
+
[dir=rtl].handsontable th span.ht_nestingLevel_empty {
|
2398
2250
|
float: right;
|
2399
2251
|
}
|
2400
2252
|
|
@@ -2414,7 +2266,7 @@ div.ht_nestingLevels {
|
|
2414
2266
|
cursor: pointer;
|
2415
2267
|
}
|
2416
2268
|
|
2417
|
-
[dir=
|
2269
|
+
[dir=rtl].handsontable th div.ht_nestingButton {
|
2418
2270
|
left: -2px;
|
2419
2271
|
right: unset;
|
2420
2272
|
}
|
@@ -2433,12 +2285,7 @@ div.ht_nestingLevels {
|
|
2433
2285
|
left: unset;
|
2434
2286
|
}
|
2435
2287
|
|
2436
|
-
[dir=
|
2437
|
-
[dir="rtl"].handsontable.innerBorderInlineStart
|
2438
|
-
~ .handsontable
|
2439
|
-
th
|
2440
|
-
div.ht_nestingButton {
|
2288
|
+
[dir=rtl].handsontable.innerBorderInlineStart th div.ht_nestingButton, [dir=rtl].handsontable.innerBorderInlineStart ~ .handsontable th div.ht_nestingButton {
|
2441
2289
|
left: 0;
|
2442
2290
|
right: unset;
|
2443
2291
|
}
|
2444
|
-
|