handsontable 0.0.0-next-802f59c-20241024 → 0.0.0-next-627918e-20241025
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of handsontable might be problematic. Click here for more details.
- package/3rdparty/walkontable/src/calculator/index.js +1 -2
- package/3rdparty/walkontable/src/calculator/index.mjs +2 -2
- package/3rdparty/walkontable/src/calculator/viewportRows.js +3 -3
- package/3rdparty/walkontable/src/calculator/viewportRows.mjs +3 -3
- package/3rdparty/walkontable/src/core/_base.js +3 -0
- package/3rdparty/walkontable/src/core/_base.mjs +3 -0
- package/3rdparty/walkontable/src/core/clone.js +1 -0
- package/3rdparty/walkontable/src/core/clone.mjs +1 -0
- package/3rdparty/walkontable/src/core/core.js +2 -0
- package/3rdparty/walkontable/src/core/core.mjs +2 -0
- package/3rdparty/walkontable/src/facade/core.js +3 -0
- package/3rdparty/walkontable/src/facade/core.mjs +3 -0
- package/3rdparty/walkontable/src/index.js +0 -1
- package/3rdparty/walkontable/src/index.mjs +2 -2
- package/3rdparty/walkontable/src/overlay/_base.js +3 -1
- package/3rdparty/walkontable/src/overlay/_base.mjs +3 -1
- package/3rdparty/walkontable/src/overlay/bottom.js +2 -2
- package/3rdparty/walkontable/src/overlay/bottom.mjs +2 -2
- package/3rdparty/walkontable/src/overlay/inlineStart.js +1 -1
- package/3rdparty/walkontable/src/overlay/inlineStart.mjs +1 -1
- package/3rdparty/walkontable/src/overlay/top.js +1 -1
- package/3rdparty/walkontable/src/overlay/top.mjs +1 -1
- package/3rdparty/walkontable/src/overlays.js +6 -7
- package/3rdparty/walkontable/src/overlays.mjs +6 -7
- package/3rdparty/walkontable/src/renderer/colGroup.js +1 -1
- package/3rdparty/walkontable/src/renderer/colGroup.mjs +1 -1
- package/3rdparty/walkontable/src/renderer/table.js +1 -1
- package/3rdparty/walkontable/src/renderer/table.mjs +1 -1
- package/3rdparty/walkontable/src/settings.js +8 -2
- package/3rdparty/walkontable/src/settings.mjs +8 -2
- package/3rdparty/walkontable/src/table.js +35 -8
- package/3rdparty/walkontable/src/table.mjs +35 -8
- package/3rdparty/walkontable/src/types.js +1 -0
- package/3rdparty/walkontable/src/types.mjs +1 -0
- package/3rdparty/walkontable/src/utils/column.js +43 -1
- package/3rdparty/walkontable/src/utils/column.mjs +43 -1
- package/3rdparty/walkontable/src/utils/columnStretching.js +197 -0
- package/3rdparty/walkontable/src/utils/columnStretching.mjs +193 -0
- package/3rdparty/walkontable/src/utils/stylesHandler.js +179 -0
- package/3rdparty/walkontable/src/utils/stylesHandler.mjs +175 -0
- package/3rdparty/walkontable/src/viewport.js +88 -66
- package/3rdparty/walkontable/src/viewport.mjs +89 -67
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/core/hooks/constants.js +0 -2
- package/core/hooks/constants.mjs +0 -2
- package/core/hooks/index.d.ts +2 -2
- package/core.d.ts +2 -2
- package/core.js +18 -6
- package/core.mjs +18 -6
- package/dataMap/metaManager/metaSchema.js +17 -0
- package/dataMap/metaManager/metaSchema.mjs +17 -0
- package/dist/handsontable.css +17 -9
- package/dist/handsontable.full.css +17 -7
- package/dist/handsontable.full.js +4217 -4534
- package/dist/handsontable.full.min.css +5 -4
- package/dist/handsontable.full.min.js +26 -26
- package/dist/handsontable.js +3923 -4234
- package/dist/handsontable.min.css +5 -4
- package/dist/handsontable.min.js +24 -24
- package/editors/autocompleteEditor/autocompleteEditor.js +1 -1
- package/editors/autocompleteEditor/autocompleteEditor.mjs +1 -1
- package/editors/baseEditor/baseEditor.js +1 -1
- package/editors/baseEditor/baseEditor.mjs +1 -1
- package/editors/dateEditor/dateEditor.js +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/index.d.ts +0 -7
- package/package.json +10 -8
- package/plugins/comments/commentEditor.js +8 -1
- package/plugins/comments/commentEditor.mjs +8 -1
- package/plugins/comments/comments.js +2 -2
- package/plugins/comments/comments.mjs +2 -2
- package/plugins/contextMenu/menu/menu.js +4 -4
- package/plugins/contextMenu/menu/menu.mjs +4 -4
- package/plugins/index.d.ts +0 -3
- package/plugins/index.js +0 -3
- package/plugins/index.mjs +1 -3
- package/plugins/manualColumnMove/manualColumnMove.js +3 -1
- package/plugins/manualColumnMove/manualColumnMove.mjs +3 -1
- package/plugins/manualColumnResize/manualColumnResize.js +12 -24
- package/plugins/manualColumnResize/manualColumnResize.mjs +12 -24
- package/plugins/manualRowMove/manualRowMove.js +1 -1
- package/plugins/manualRowMove/manualRowMove.mjs +1 -1
- package/plugins/manualRowResize/manualRowResize.js +1 -2
- package/plugins/manualRowResize/manualRowResize.mjs +2 -3
- package/plugins/mergeCells/mergeCells.js +1 -1
- package/plugins/mergeCells/mergeCells.mjs +1 -1
- package/plugins/nestedRows/ui/headers.js +3 -1
- package/plugins/nestedRows/ui/headers.mjs +3 -1
- package/settings.d.ts +1 -0
- package/styles/handsontable.css +1983 -0
- package/styles/handsontable.min.css +30 -0
- package/styles/ht-theme-gemini.css +706 -0
- package/styles/ht-theme-gemini.min.css +30 -0
- package/styles/ht-theme-main.css +714 -0
- package/styles/ht-theme-main.min.css +30 -0
- package/stylesManager.js +1 -0
- package/stylesManager.mjs +0 -0
- package/tableView.js +40 -39
- package/tableView.mjs +40 -39
- package/utils/autoResize.js +4 -1
- package/utils/autoResize.mjs +4 -1
- package/utils/ghostTable.js +1 -1
- package/utils/ghostTable.mjs +1 -1
- package/plugins/stretchColumns/calculator.js +0 -159
- package/plugins/stretchColumns/calculator.mjs +0 -155
- package/plugins/stretchColumns/index.d.ts +0 -1
- package/plugins/stretchColumns/index.js +0 -7
- package/plugins/stretchColumns/index.mjs +0 -1
- package/plugins/stretchColumns/strategies/_base.js +0 -85
- package/plugins/stretchColumns/strategies/_base.mjs +0 -81
- package/plugins/stretchColumns/strategies/all.js +0 -68
- package/plugins/stretchColumns/strategies/all.mjs +0 -64
- package/plugins/stretchColumns/strategies/last.js +0 -77
- package/plugins/stretchColumns/strategies/last.mjs +0 -73
- package/plugins/stretchColumns/stretchColumns.d.ts +0 -11
- package/plugins/stretchColumns/stretchColumns.js +0 -211
- package/plugins/stretchColumns/stretchColumns.mjs +0 -207
@@ -0,0 +1,1983 @@
|
|
1
|
+
/*!
|
2
|
+
* Copyright (c) HANDSONCODE sp. z o. o.
|
3
|
+
*
|
4
|
+
* HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in
|
5
|
+
* Gdynia, Poland, at Aleja Zwyciestwa 96-98, registered by the District Court in Gdansk under number
|
6
|
+
* 538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
|
7
|
+
*
|
8
|
+
* This software is protected by applicable copyright laws, including international treaties, and dual-
|
9
|
+
* licensed - depending on whether your use for commercial purposes, meaning intended for or
|
10
|
+
* resulting in commercial advantage or monetary compensation, or not.
|
11
|
+
*
|
12
|
+
* If your use is strictly personal or solely for evaluation purposes, meaning for the purposes of testing
|
13
|
+
* the suitability, performance, and usefulness of this software outside the production environment,
|
14
|
+
* you agree to be bound by the terms included in the "handsontable-non-commercial-license.pdf" file.
|
15
|
+
*
|
16
|
+
* Your use of this software for commercial purposes is subject to the terms included in an applicable
|
17
|
+
* license agreement.
|
18
|
+
*
|
19
|
+
* In any case, you must not make any such use of this software as to develop software which may be
|
20
|
+
* considered competitive with this software.
|
21
|
+
*
|
22
|
+
* UNLESS EXPRESSLY AGREED OTHERWISE, HANDSONCODE PROVIDES THIS SOFTWARE ON AN "AS IS"
|
23
|
+
* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO
|
24
|
+
* LEGAL THEORY, SHALL HANDSONCODE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,
|
25
|
+
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
|
+
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
|
+
*
|
28
|
+
* Version: 0.0.0-next-627918e-20241025
|
29
|
+
* Release date: 17/10/2024 (built at 25/10/2024 06:41:33)
|
30
|
+
*/
|
31
|
+
.handsontable {
|
32
|
+
position: relative;
|
33
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Arial, sans-serif;
|
34
|
+
font-size: var(--ht-font-size, 14px);
|
35
|
+
line-height: var(--ht-line-height, 18px);
|
36
|
+
font-weight: var(--ht-font-weight);
|
37
|
+
color: var(--ht-foreground-color);
|
38
|
+
/* Miscellaneous */
|
39
|
+
touch-action: manipulation;
|
40
|
+
}
|
41
|
+
.handsontable.ht-wrapper {
|
42
|
+
border-radius: var(--ht-wrapper-border-radius);
|
43
|
+
}
|
44
|
+
.handsontable.ht-wrapper:before {
|
45
|
+
content: "";
|
46
|
+
display: block;
|
47
|
+
position: absolute;
|
48
|
+
inset: 0;
|
49
|
+
border: var(--ht-wrapper-border-width) solid var(--ht-wrapper-border-color);
|
50
|
+
border-radius: var(--ht-wrapper-border-radius);
|
51
|
+
z-index: 999;
|
52
|
+
pointer-events: none;
|
53
|
+
}
|
54
|
+
.handsontable .ht_master,
|
55
|
+
.handsontable .htCore {
|
56
|
+
background-color: var(--ht-background-color, #ffffff);
|
57
|
+
}
|
58
|
+
.handsontable th,
|
59
|
+
.handsontable td {
|
60
|
+
height: var(--ht-row-height);
|
61
|
+
padding: var(--ht-cell-vertical-padding, 4px) var(--ht-cell-horizontal-padding, 8px);
|
62
|
+
vertical-align: top;
|
63
|
+
border-top-width: 0;
|
64
|
+
border-inline-start-width: 0;
|
65
|
+
border-inline-end-width: 1px;
|
66
|
+
border-bottom-width: 1px;
|
67
|
+
border-style: solid;
|
68
|
+
border-color: var(--ht-border-color);
|
69
|
+
font-size: var(--ht-font-size, 14px);
|
70
|
+
line-height: var(--ht-line-height, 18px);
|
71
|
+
white-space: pre-wrap;
|
72
|
+
overflow: hidden;
|
73
|
+
outline: none;
|
74
|
+
outline-width: 0;
|
75
|
+
empty-cells: show;
|
76
|
+
box-sizing: border-box;
|
77
|
+
color: var(--ht-foreground-color);
|
78
|
+
background-color: var(--ht-background-color, #ffffff);
|
79
|
+
}
|
80
|
+
.handsontable th.invisibleSelection,
|
81
|
+
.handsontable td.invisibleSelection {
|
82
|
+
outline: none;
|
83
|
+
}
|
84
|
+
.handsontable th.invisibleSelection::selection,
|
85
|
+
.handsontable td.invisibleSelection::selection {
|
86
|
+
background: transparent;
|
87
|
+
}
|
88
|
+
.handsontable td:first-of-type {
|
89
|
+
border-inline-start-width: 1px;
|
90
|
+
}
|
91
|
+
.handsontable th {
|
92
|
+
position: relative;
|
93
|
+
overflow: visible;
|
94
|
+
text-align: center;
|
95
|
+
font-weight: var(--ht-header-font-weight);
|
96
|
+
white-space: nowrap;
|
97
|
+
color: var(--ht-header-foreground-color);
|
98
|
+
background-color: var(--ht-header-background-color, #f7f7f9);
|
99
|
+
}
|
100
|
+
.handsontable th:last-child {
|
101
|
+
/* Foundation framework fix */
|
102
|
+
border-inline-start-width: 0;
|
103
|
+
border-inline-end-width: 1px;
|
104
|
+
border-bottom-width: 1px;
|
105
|
+
}
|
106
|
+
.handsontable th:first-child, .handsontable th:nth-child(2) {
|
107
|
+
border-inline-start-width: 1px;
|
108
|
+
}
|
109
|
+
.handsontable th.current {
|
110
|
+
box-shadow: inset 0 0 0 1px var(--ht-cell-selection-border-color);
|
111
|
+
}
|
112
|
+
.handsontable th.active {
|
113
|
+
color: var(--ht-header-active-foreground-color);
|
114
|
+
background-color: var(--ht-header-active-background-color, #1a42e8);
|
115
|
+
}
|
116
|
+
.handsontable th.ht__highlight {
|
117
|
+
color: var(--ht-header-highlighted-foreground-color);
|
118
|
+
background-color: var(--ht-header-highlighted-background-color);
|
119
|
+
}
|
120
|
+
.handsontable th.ht__highlight:before {
|
121
|
+
content: "";
|
122
|
+
display: block;
|
123
|
+
position: absolute;
|
124
|
+
inset: auto -1px -1px -1px;
|
125
|
+
height: var(--ht-header-highlighted-shadow-size);
|
126
|
+
background-color: var(--ht-accent-color);
|
127
|
+
}
|
128
|
+
.handsontable th.ht__active_highlight {
|
129
|
+
color: var(--ht-header-active-foreground-color, #ffffff);
|
130
|
+
background-color: var(--ht-header-active-background-color, #1a42e8);
|
131
|
+
border-color: var(--ht-header-active-border-color, #e5e5e9);
|
132
|
+
box-shadow: -1px 0 0 0 var(--ht-header-active-border-color, #e5e5e9);
|
133
|
+
}
|
134
|
+
.handsontable th.ht__active_highlight:before {
|
135
|
+
background-color: var(--ht-header-active-background-color);
|
136
|
+
}
|
137
|
+
.handsontable thead th {
|
138
|
+
padding: 0;
|
139
|
+
}
|
140
|
+
.handsontable thead th .relative {
|
141
|
+
padding: var(--ht-cell-vertical-padding, 4px) var(--ht-cell-horizontal-padding, 8px);
|
142
|
+
overflow: hidden;
|
143
|
+
}
|
144
|
+
.handsontable thead tr:not(:last-child) th {
|
145
|
+
/* Fix for - nested columns with hidden column */
|
146
|
+
overflow: hidden;
|
147
|
+
}
|
148
|
+
.handsontable tbody th {
|
149
|
+
background-color: var(--ht-header-row-background-color, #f7f7f9);
|
150
|
+
}
|
151
|
+
.handsontable tbody th.ht__highlight:before {
|
152
|
+
width: var(--ht-header-highlighted-shadow-size);
|
153
|
+
height: auto;
|
154
|
+
inset: 0 -1px -1px auto;
|
155
|
+
}
|
156
|
+
.handsontable tbody th.ht__active_highlight {
|
157
|
+
box-shadow: 0 -1px 0 0 var(--ht-header-active-border-color, #e5e5e9);
|
158
|
+
}
|
159
|
+
.handsontable .hide {
|
160
|
+
display: none;
|
161
|
+
}
|
162
|
+
.handsontable .relative {
|
163
|
+
position: relative;
|
164
|
+
box-sizing: border-box;
|
165
|
+
}
|
166
|
+
.handsontable .wtHider {
|
167
|
+
width: 0;
|
168
|
+
}
|
169
|
+
.handsontable .wtSpreader {
|
170
|
+
position: relative;
|
171
|
+
/* must be 0, otherwise blank space appears in scroll demo after scrolling max to the right */
|
172
|
+
width: 0;
|
173
|
+
height: auto;
|
174
|
+
}
|
175
|
+
.handsontable .htAutoSize {
|
176
|
+
position: absolute;
|
177
|
+
left: -99000px;
|
178
|
+
top: -99000px;
|
179
|
+
visibility: hidden;
|
180
|
+
}
|
181
|
+
.handsontable .htFocusCatcher {
|
182
|
+
position: absolute;
|
183
|
+
width: 0;
|
184
|
+
height: 0;
|
185
|
+
margin: 0;
|
186
|
+
padding: 0;
|
187
|
+
border: 0;
|
188
|
+
opacity: 0;
|
189
|
+
z-index: -1;
|
190
|
+
}
|
191
|
+
.handsontable table,
|
192
|
+
.handsontable tbody,
|
193
|
+
.handsontable thead,
|
194
|
+
.handsontable input,
|
195
|
+
.handsontable textarea,
|
196
|
+
.handsontable div {
|
197
|
+
box-sizing: content-box;
|
198
|
+
}
|
199
|
+
.handsontable input,
|
200
|
+
.handsontable textarea {
|
201
|
+
min-height: initial;
|
202
|
+
}
|
203
|
+
.handsontable .htCore {
|
204
|
+
width: 0;
|
205
|
+
margin: 0;
|
206
|
+
border-width: 0;
|
207
|
+
border-spacing: 0;
|
208
|
+
border-collapse: separate;
|
209
|
+
outline-width: 0;
|
210
|
+
table-layout: fixed;
|
211
|
+
cursor: default;
|
212
|
+
}
|
213
|
+
.handsontable col {
|
214
|
+
width: 64px;
|
215
|
+
}
|
216
|
+
.handsontable col.rowHeader {
|
217
|
+
width: 64px;
|
218
|
+
}
|
219
|
+
.handsontable col.hidden {
|
220
|
+
width: 0 !important;
|
221
|
+
}
|
222
|
+
.handsontable span.colHeader {
|
223
|
+
display: inline-block;
|
224
|
+
line-height: var(--ht-line-height, 20px);
|
225
|
+
}
|
226
|
+
.handsontable tr.hidden {
|
227
|
+
display: none;
|
228
|
+
}
|
229
|
+
.handsontable tr.hidden td,
|
230
|
+
.handsontable tr.hidden th {
|
231
|
+
display: none;
|
232
|
+
}
|
233
|
+
.handsontable a {
|
234
|
+
color: var(--ht-link-color);
|
235
|
+
}
|
236
|
+
.handsontable a:hover {
|
237
|
+
color: var(--ht-link-hover-color);
|
238
|
+
}
|
239
|
+
.handsontable .ht_clone_top th:nth-child(2) {
|
240
|
+
border-inline-start-width: 0;
|
241
|
+
border-inline-end-width: 1px;
|
242
|
+
}
|
243
|
+
.handsontable.htRowHeaders thead tr th:nth-child(2) {
|
244
|
+
border-inline-start-width: 1px;
|
245
|
+
}
|
246
|
+
.handsontable tr:first-child th,
|
247
|
+
.handsontable tr:first-child td {
|
248
|
+
border-top-width: 1px;
|
249
|
+
}
|
250
|
+
.handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable tbody tr th, .handsontable .ht_master:not(.innerBorderInlineStart):not(.emptyColumns) ~ .handsontable:not(.ht_clone_top) thead tr th:first-child {
|
251
|
+
border-inline-end-width: 0;
|
252
|
+
border-inline-start-width: 1px;
|
253
|
+
}
|
254
|
+
.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th, .handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) ~ .handsontable thead tr:last-child th,
|
255
|
+
.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th, .handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) ~ .handsontable thead tr.lastChild th {
|
256
|
+
border-bottom-width: 0;
|
257
|
+
}
|
258
|
+
.handsontable {
|
259
|
+
scrollbar-width: thin;
|
260
|
+
scrollbar-color: var(--ht-scrollbar-thumb-color) var(--ht-scrollbar-track-color);
|
261
|
+
}
|
262
|
+
.handsontable::-webkit-scrollbar-track {
|
263
|
+
border-radius: var(--ht-scrollbar-border-radius);
|
264
|
+
}
|
265
|
+
.handsontable .ht_master table.htCore > thead,
|
266
|
+
.handsontable .ht_master table.htCore > tbody > tr > th,
|
267
|
+
.handsontable .ht_clone_inline_start table.htCore > thead {
|
268
|
+
visibility: hidden;
|
269
|
+
}
|
270
|
+
|
271
|
+
.ht_master,
|
272
|
+
.ht_clone_inline_start,
|
273
|
+
.ht_clone_top,
|
274
|
+
.ht_clone_bottom {
|
275
|
+
overflow: hidden;
|
276
|
+
}
|
277
|
+
.ht_master .wtHolder,
|
278
|
+
.ht_clone_inline_start .wtHolder,
|
279
|
+
.ht_clone_top .wtHolder,
|
280
|
+
.ht_clone_bottom .wtHolder {
|
281
|
+
overflow: hidden;
|
282
|
+
}
|
283
|
+
|
284
|
+
.ht_master .wtHolder {
|
285
|
+
overflow: auto;
|
286
|
+
}
|
287
|
+
|
288
|
+
tr.ht__row_even td {
|
289
|
+
background-color: var(--ht-row-even-background-color, #ffffff);
|
290
|
+
}
|
291
|
+
tr.ht__row_odd td {
|
292
|
+
background-color: var(--ht-row-odd-background-color, #ffffff);
|
293
|
+
}
|
294
|
+
|
295
|
+
.handsontable.mobile {
|
296
|
+
user-select: none;
|
297
|
+
-webkit-tap-highlight-color: transparent;
|
298
|
+
-webkit-overflow-scrolling: touch;
|
299
|
+
}
|
300
|
+
.handsontable.mobile .wtHolder {
|
301
|
+
user-select: none;
|
302
|
+
-webkit-tap-highlight-color: transparent;
|
303
|
+
-webkit-overflow-scrolling: touch;
|
304
|
+
}
|
305
|
+
.handsontable.mobile .handsontableInput:focus {
|
306
|
+
box-shadow: 0 0 2px var(--ht-accent-color) inset;
|
307
|
+
-webkit-appearance: none;
|
308
|
+
}
|
309
|
+
.handsontable .topSelectionHandle,
|
310
|
+
.handsontable .topSelectionHandle-HitArea,
|
311
|
+
.handsontable .bottomSelectionHandle,
|
312
|
+
.handsontable .bottomSelectionHandle-HitArea {
|
313
|
+
inset-inline-start: -10000px;
|
314
|
+
inset-inline-end: unset;
|
315
|
+
top: -10000px;
|
316
|
+
z-index: 9999;
|
317
|
+
}
|
318
|
+
.handsontable.hide-tween {
|
319
|
+
-webkit-animation: opacity-hide 0.2s;
|
320
|
+
animation: opacity-hide 0.2s;
|
321
|
+
animation-fill-mode: forwards;
|
322
|
+
-webkit-animation-fill-mode: forwards;
|
323
|
+
}
|
324
|
+
.handsontable.show-tween {
|
325
|
+
-webkit-animation: opacity-show 0.3s;
|
326
|
+
animation: opacity-show 0.3s;
|
327
|
+
animation-fill-mode: forwards;
|
328
|
+
-webkit-animation-fill-mode: forwards;
|
329
|
+
}
|
330
|
+
|
331
|
+
.ht_clone_master {
|
332
|
+
z-index: 100;
|
333
|
+
}
|
334
|
+
|
335
|
+
.ht_clone_inline_start {
|
336
|
+
z-index: 120;
|
337
|
+
}
|
338
|
+
|
339
|
+
.ht_clone_bottom {
|
340
|
+
z-index: 130;
|
341
|
+
}
|
342
|
+
|
343
|
+
.ht_clone_bottom_inline_start_corner {
|
344
|
+
z-index: 150;
|
345
|
+
}
|
346
|
+
|
347
|
+
.ht_clone_top {
|
348
|
+
z-index: 160;
|
349
|
+
}
|
350
|
+
|
351
|
+
.ht_clone_top_inline_start_corner {
|
352
|
+
z-index: 180;
|
353
|
+
}
|
354
|
+
|
355
|
+
.ht_editor_hidden {
|
356
|
+
z-index: -1;
|
357
|
+
}
|
358
|
+
|
359
|
+
.ht_editor_visible {
|
360
|
+
z-index: 140;
|
361
|
+
}
|
362
|
+
|
363
|
+
.handsontable td.area {
|
364
|
+
position: relative;
|
365
|
+
}
|
366
|
+
.handsontable td.area:before {
|
367
|
+
content: "";
|
368
|
+
position: absolute;
|
369
|
+
inset: 0;
|
370
|
+
background: var(--ht-cell-selection-background-color, #1a42e8);
|
371
|
+
}
|
372
|
+
.handsontable td.area-1 {
|
373
|
+
position: relative;
|
374
|
+
}
|
375
|
+
.handsontable td.area-1:before {
|
376
|
+
content: "";
|
377
|
+
position: absolute;
|
378
|
+
inset: 0;
|
379
|
+
background: var(--ht-cell-selection-background-color, #1a42e8);
|
380
|
+
}
|
381
|
+
.handsontable td.area-2 {
|
382
|
+
position: relative;
|
383
|
+
}
|
384
|
+
.handsontable td.area-2:before {
|
385
|
+
content: "";
|
386
|
+
position: absolute;
|
387
|
+
inset: 0;
|
388
|
+
background: var(--ht-cell-selection-background-color, #1a42e8);
|
389
|
+
}
|
390
|
+
.handsontable td.area-3 {
|
391
|
+
position: relative;
|
392
|
+
}
|
393
|
+
.handsontable td.area-3:before {
|
394
|
+
content: "";
|
395
|
+
position: absolute;
|
396
|
+
inset: 0;
|
397
|
+
background: var(--ht-cell-selection-background-color, #1a42e8);
|
398
|
+
}
|
399
|
+
.handsontable td.area-4 {
|
400
|
+
position: relative;
|
401
|
+
}
|
402
|
+
.handsontable td.area-4:before {
|
403
|
+
content: "";
|
404
|
+
position: absolute;
|
405
|
+
inset: 0;
|
406
|
+
background: var(--ht-cell-selection-background-color, #1a42e8);
|
407
|
+
}
|
408
|
+
.handsontable td.area-5 {
|
409
|
+
position: relative;
|
410
|
+
}
|
411
|
+
.handsontable td.area-5:before {
|
412
|
+
content: "";
|
413
|
+
position: absolute;
|
414
|
+
inset: 0;
|
415
|
+
background: var(--ht-cell-selection-background-color, #1a42e8);
|
416
|
+
}
|
417
|
+
.handsontable td.area-6 {
|
418
|
+
position: relative;
|
419
|
+
}
|
420
|
+
.handsontable td.area-6:before {
|
421
|
+
content: "";
|
422
|
+
position: absolute;
|
423
|
+
inset: 0;
|
424
|
+
background: var(--ht-cell-selection-background-color, #1a42e8);
|
425
|
+
}
|
426
|
+
.handsontable td.area-7 {
|
427
|
+
position: relative;
|
428
|
+
}
|
429
|
+
.handsontable td.area-7:before {
|
430
|
+
content: "";
|
431
|
+
position: absolute;
|
432
|
+
inset: 0;
|
433
|
+
background: var(--ht-cell-selection-background-color, #1a42e8);
|
434
|
+
}
|
435
|
+
.handsontable td.area:before {
|
436
|
+
opacity: 0.14;
|
437
|
+
}
|
438
|
+
.handsontable td.area-1:before {
|
439
|
+
opacity: 0.21;
|
440
|
+
}
|
441
|
+
.handsontable td.area-2:before {
|
442
|
+
opacity: 0.28;
|
443
|
+
}
|
444
|
+
.handsontable td.area-3:before {
|
445
|
+
opacity: 0.35;
|
446
|
+
}
|
447
|
+
.handsontable td.area-4:before {
|
448
|
+
opacity: 0.42;
|
449
|
+
}
|
450
|
+
.handsontable td.area-5:before {
|
451
|
+
opacity: 0.49;
|
452
|
+
}
|
453
|
+
.handsontable td.area-6:before {
|
454
|
+
opacity: 0.56;
|
455
|
+
}
|
456
|
+
.handsontable td.area-7:before {
|
457
|
+
opacity: 0.63;
|
458
|
+
}
|
459
|
+
.handsontable td.area {
|
460
|
+
border-color: color-mix(in srgb, var(--ht-border-color), var(--ht-foreground-color) 10%);
|
461
|
+
}
|
462
|
+
.handsontable .wtBorder {
|
463
|
+
position: absolute;
|
464
|
+
font-size: 0;
|
465
|
+
}
|
466
|
+
.handsontable .wtBorder.hidden {
|
467
|
+
display: none !important;
|
468
|
+
}
|
469
|
+
.handsontable .wtBorder.current {
|
470
|
+
z-index: 10;
|
471
|
+
background-color: var(--ht-cell-selection-border-color, #1a42e8) !important;
|
472
|
+
}
|
473
|
+
.handsontable .wtBorder.area {
|
474
|
+
z-index: 8;
|
475
|
+
background-color: var(--ht-cell-selection-border-color, #1a42e8) !important;
|
476
|
+
}
|
477
|
+
.handsontable .wtBorder.fill {
|
478
|
+
z-index: 6;
|
479
|
+
background-color: var(--ht-read-only-color, #68696c) !important;
|
480
|
+
}
|
481
|
+
.handsontable .wtBorder.corner {
|
482
|
+
width: var(--ht-cell-autofill-size, 6px) !important;
|
483
|
+
height: var(--ht-cell-autofill-size, 6px) !important;
|
484
|
+
border: var(--ht-cell-autofill-border-width, 1px) solid var(--ht-cell-autofill-border-color, #fff) !important;
|
485
|
+
border-radius: var(--ht-cell-autofill-border-radius) !important;
|
486
|
+
background-color: var(--ht-cell-autofill-background-color, #1a42e8) !important;
|
487
|
+
margin-top: 4px;
|
488
|
+
margin-left: 4px;
|
489
|
+
transform: translate(-50%, -50%);
|
490
|
+
font-size: 0;
|
491
|
+
cursor: crosshair;
|
492
|
+
z-index: 10;
|
493
|
+
}
|
494
|
+
|
495
|
+
[dir=rtl].handsontable .wtBorder.corner {
|
496
|
+
margin-left: 0;
|
497
|
+
margin-right: -4px;
|
498
|
+
}
|
499
|
+
|
500
|
+
.hot-display-license-info {
|
501
|
+
padding: var(--ht-license-vertical-padding, 16px) var(--ht-license-horizontal-padding, 16px);
|
502
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Arial, sans-serif;
|
503
|
+
font-size: calc(var(--ht-font-size) - 2px);
|
504
|
+
line-height: calc(var(--ht-line-height) - 2px);
|
505
|
+
color: var(--ht-license-foreground-color);
|
506
|
+
background-color: var(--ht-license-background-color, #f7f7f9);
|
507
|
+
text-align: left;
|
508
|
+
border: 1px solid var(--ht-border-color, #f7f7f9);
|
509
|
+
border-top-width: 0;
|
510
|
+
}
|
511
|
+
.hot-display-license-info a {
|
512
|
+
font-size: var(--ht-license-font-size);
|
513
|
+
color: var(--ht-link-color);
|
514
|
+
}
|
515
|
+
.hot-display-license-info a:hover {
|
516
|
+
color: var(--ht-link-hover-color);
|
517
|
+
}
|
518
|
+
|
519
|
+
.handsontable .htAutocompleteArrow {
|
520
|
+
position: relative;
|
521
|
+
cursor: default;
|
522
|
+
width: var(--ht-icon-size);
|
523
|
+
height: var(--ht-icon-size);
|
524
|
+
font-size: 0;
|
525
|
+
float: inline-end;
|
526
|
+
top: calc((var(--ht-line-height) - var(--ht-icon-size)) / 2);
|
527
|
+
margin-inline-start: calc(var(--ht-gap-size) * 2);
|
528
|
+
pointer-events: none;
|
529
|
+
}
|
530
|
+
.handsontable .htAutocompleteArrow:after {
|
531
|
+
content: "";
|
532
|
+
display: block;
|
533
|
+
position: absolute;
|
534
|
+
top: 0;
|
535
|
+
left: 0;
|
536
|
+
opacity: 0.6;
|
537
|
+
}
|
538
|
+
|
539
|
+
.handsontable .htCheckboxRendererInput {
|
540
|
+
position: relative;
|
541
|
+
display: inline-block;
|
542
|
+
width: var(--ht-checkbox-size);
|
543
|
+
height: var(--ht-checkbox-size);
|
544
|
+
margin: 0;
|
545
|
+
vertical-align: middle;
|
546
|
+
cursor: pointer;
|
547
|
+
appearance: none;
|
548
|
+
}
|
549
|
+
.handsontable .htCheckboxRendererInput:before {
|
550
|
+
content: "";
|
551
|
+
display: inline-block;
|
552
|
+
width: var(--ht-checkbox-size);
|
553
|
+
height: var(--ht-checkbox-size);
|
554
|
+
border-radius: var(--ht-border-radius);
|
555
|
+
border: 1px solid var(--ht-checkbox-border-color);
|
556
|
+
background-color: var(--ht-checkbox-background-color);
|
557
|
+
box-sizing: border-box;
|
558
|
+
pointer-events: none;
|
559
|
+
transition: all var(--ht-table-transition) ease-in-out;
|
560
|
+
}
|
561
|
+
.handsontable .htCheckboxRendererInput:after {
|
562
|
+
content: "";
|
563
|
+
display: block;
|
564
|
+
position: absolute;
|
565
|
+
top: 0;
|
566
|
+
left: 0;
|
567
|
+
color: var(--ht-checkbox-icon-color);
|
568
|
+
pointer-events: none;
|
569
|
+
}
|
570
|
+
.handsontable .htCheckboxRendererInput:checked:before {
|
571
|
+
border-color: var(--ht-checkbox-checked-border-color);
|
572
|
+
background-color: var(--ht-checkbox-checked-background-color);
|
573
|
+
}
|
574
|
+
.handsontable .htCheckboxRendererInput:checked:after {
|
575
|
+
color: var(--ht-checkbox-checked-icon-color);
|
576
|
+
}
|
577
|
+
.handsontable .htCheckboxRendererInput:checked:disabled:before {
|
578
|
+
border-color: var(--ht-checkbox-checked-disabled-border-color);
|
579
|
+
background-color: var(--ht-checkbox-checked-disabled-background-color);
|
580
|
+
}
|
581
|
+
.handsontable .htCheckboxRendererInput:checked:disabled:after {
|
582
|
+
color: var(--ht-checkbox-checked-disabled-icon-color);
|
583
|
+
}
|
584
|
+
.handsontable .htCheckboxRendererInput:checked:focus:before {
|
585
|
+
border-color: var(--ht-checkbox-checked-focus-border-color);
|
586
|
+
background-color: var(--ht-checkbox-checked-focus-background-color);
|
587
|
+
outline: 1px solid var(--ht-checkbox-checked-focus-ring-color);
|
588
|
+
}
|
589
|
+
.handsontable .htCheckboxRendererInput:checked:focus:after {
|
590
|
+
color: var(--ht-checkbox-checked-focus-icon-color);
|
591
|
+
}
|
592
|
+
.handsontable .htCheckboxRendererInput:focus:before {
|
593
|
+
border-color: var(--ht-checkbox-focus-border-color);
|
594
|
+
background-color: var(--ht-checkbox-focus-background-color);
|
595
|
+
outline: 1px solid var(--ht-checkbox-focus-ring-color);
|
596
|
+
}
|
597
|
+
.handsontable .htCheckboxRendererInput:focus:after {
|
598
|
+
color: var(--ht-checkbox-focus-icon-color);
|
599
|
+
}
|
600
|
+
.handsontable .htCheckboxRendererInput:disabled {
|
601
|
+
cursor: initial;
|
602
|
+
}
|
603
|
+
.handsontable .htCheckboxRendererInput:disabled:before {
|
604
|
+
border-color: var(--ht-checkbox-disabled-border-color);
|
605
|
+
background-color: var(--ht-checkbox-disabled-background-color);
|
606
|
+
}
|
607
|
+
.handsontable .htCheckboxRendererInput:disabled:after {
|
608
|
+
color: var(--ht-checkbox-disabled-icon-color);
|
609
|
+
}
|
610
|
+
.handsontable .htCheckboxRendererInput.noValue {
|
611
|
+
opacity: 0.5;
|
612
|
+
}
|
613
|
+
.handsontable .htCheckboxRendererLabel {
|
614
|
+
position: relative;
|
615
|
+
font-size: inherit;
|
616
|
+
vertical-align: middle;
|
617
|
+
display: flex;
|
618
|
+
align-items: center;
|
619
|
+
gap: var(--ht-gap-size);
|
620
|
+
cursor: pointer;
|
621
|
+
color: inherit;
|
622
|
+
margin: 0;
|
623
|
+
}
|
624
|
+
.handsontable .htCheckboxRendererLabel.fullWidth {
|
625
|
+
width: 100%;
|
626
|
+
}
|
627
|
+
|
628
|
+
.handsontable .htPlaceholder {
|
629
|
+
color: var(--ht-placeholder-color);
|
630
|
+
}
|
631
|
+
.handsontable .htDimmed {
|
632
|
+
color: var(--ht-read-only-color);
|
633
|
+
}
|
634
|
+
.handsontable .htLeft {
|
635
|
+
text-align: left;
|
636
|
+
}
|
637
|
+
.handsontable .htCenter {
|
638
|
+
text-align: center;
|
639
|
+
}
|
640
|
+
.handsontable .htRight {
|
641
|
+
text-align: right;
|
642
|
+
}
|
643
|
+
.handsontable .htJustify {
|
644
|
+
text-align: justify;
|
645
|
+
}
|
646
|
+
.handsontable .htTop {
|
647
|
+
vertical-align: top;
|
648
|
+
}
|
649
|
+
.handsontable .htMiddle {
|
650
|
+
vertical-align: middle;
|
651
|
+
}
|
652
|
+
.handsontable .htBottom {
|
653
|
+
vertical-align: bottom;
|
654
|
+
}
|
655
|
+
.handsontable .htInvalid {
|
656
|
+
/* gives priority over td.area selection background */
|
657
|
+
background-color: var(--ht-cell-error-background-color);
|
658
|
+
}
|
659
|
+
.handsontable .htNoWrap {
|
660
|
+
white-space: nowrap;
|
661
|
+
}
|
662
|
+
.handsontable .htSearchResult {
|
663
|
+
background: var(--ht-cell-success-background-color);
|
664
|
+
}
|
665
|
+
|
666
|
+
.handsontableInputHolder {
|
667
|
+
position: absolute;
|
668
|
+
top: 0;
|
669
|
+
left: 0;
|
670
|
+
}
|
671
|
+
.handsontableInputHolder .handsontableInput {
|
672
|
+
display: block;
|
673
|
+
margin: 0;
|
674
|
+
padding: calc(var(--ht-cell-vertical-padding, 4px) + 1px) calc(var(--ht-cell-horizontal-padding, 8px) + 1px);
|
675
|
+
font-family: inherit !important;
|
676
|
+
font-size: inherit !important;
|
677
|
+
line-height: inherit !important;
|
678
|
+
color: var(--ht-cell-editor-foreground-color);
|
679
|
+
background-color: var(--ht-cell-editor-background-color, #ffffff);
|
680
|
+
box-shadow: inset 0px 0px 0px var(--ht-cell-editor-border-width, 2px) var(--ht-cell-editor-border-color, #1a42e8), 0px 0px var(--ht-cell-editor-shadow-blur-radius, 0px) 0px var(--ht-cell-editor-shadow-color, transparent);
|
681
|
+
border: none;
|
682
|
+
-webkit-appearance: none !important;
|
683
|
+
overflow: hidden !important;
|
684
|
+
resize: none !important;
|
685
|
+
box-sizing: border-box;
|
686
|
+
/* Miscellaneous */
|
687
|
+
outline-width: 0;
|
688
|
+
/*overwrite styles potentially made by a framework*/
|
689
|
+
}
|
690
|
+
.handsontableInputHolder .handsontableInput:focus {
|
691
|
+
outline: none;
|
692
|
+
}
|
693
|
+
|
694
|
+
.htSelectEditor {
|
695
|
+
position: absolute;
|
696
|
+
}
|
697
|
+
.htSelectEditor select {
|
698
|
+
position: absolute;
|
699
|
+
inset: 0;
|
700
|
+
width: 100%;
|
701
|
+
height: 100%;
|
702
|
+
padding: calc(var(--ht-cell-vertical-padding, 4px) + 1px) calc(var(--ht-cell-horizontal-padding, 8px) + 1px);
|
703
|
+
padding-right: 26px;
|
704
|
+
margin: 0;
|
705
|
+
white-space: nowrap;
|
706
|
+
overflow: hidden;
|
707
|
+
text-overflow: ellipsis;
|
708
|
+
color: var(--ht-cell-editor-foreground-color);
|
709
|
+
background-color: var(--ht-cell-editor-background-color, #ffffff);
|
710
|
+
font-family: inherit !important;
|
711
|
+
font-size: inherit !important;
|
712
|
+
line-height: inherit !important;
|
713
|
+
box-shadow: inset 0px 0px 0px var(--ht-cell-editor-border-width, 2px) var(--ht-cell-editor-border-color, #1a42e8), 0px 0px var(--ht-cell-editor-shadow-blur-radius, 0px) 0px var(--ht-cell-editor-shadow-color, transparent);
|
714
|
+
border: none;
|
715
|
+
box-sizing: border-box;
|
716
|
+
-webkit-appearance: none !important;
|
717
|
+
}
|
718
|
+
.htSelectEditor select:focus {
|
719
|
+
outline: none;
|
720
|
+
}
|
721
|
+
.htSelectEditor .htAutocompleteArrow {
|
722
|
+
top: 50%;
|
723
|
+
transform: translateY(-50%);
|
724
|
+
margin-inline-end: 4px;
|
725
|
+
z-index: 1;
|
726
|
+
pointer-events: none;
|
727
|
+
}
|
728
|
+
|
729
|
+
.handsontable.listbox {
|
730
|
+
margin: 0;
|
731
|
+
border: var(--ht-menu-border-width, 1px) solid var(--ht-menu-border-color, #e5e5e9);
|
732
|
+
box-shadow: var(--ht-menu-shadow-x, 0) var(--ht-menu-shadow-y, 0) var(--ht-menu-shadow-blur, 8px) var(--ht-menu-shadow-color, rgba(0, 0, 0, 0.08));
|
733
|
+
}
|
734
|
+
.handsontable.listbox .ht_master {
|
735
|
+
overflow: hidden;
|
736
|
+
}
|
737
|
+
.handsontable.listbox .wtHolder {
|
738
|
+
overflow: auto;
|
739
|
+
}
|
740
|
+
.handsontable.listbox table {
|
741
|
+
overflow: hidden;
|
742
|
+
}
|
743
|
+
.handsontable.listbox table th,
|
744
|
+
.handsontable.listbox table tr:first-child th,
|
745
|
+
.handsontable.listbox table tr:last-child th,
|
746
|
+
.handsontable.listbox table tr:first-child td,
|
747
|
+
.handsontable.listbox table td {
|
748
|
+
border-color: transparent !important;
|
749
|
+
}
|
750
|
+
.handsontable.listbox table th,
|
751
|
+
.handsontable.listbox table td {
|
752
|
+
white-space: nowrap;
|
753
|
+
text-overflow: ellipsis;
|
754
|
+
}
|
755
|
+
.handsontable.listbox table td.htDimmed {
|
756
|
+
cursor: default;
|
757
|
+
font-style: inherit;
|
758
|
+
color: inherit;
|
759
|
+
}
|
760
|
+
.handsontable.listbox table .wtBorder {
|
761
|
+
visibility: hidden;
|
762
|
+
}
|
763
|
+
.handsontable.listbox table strong {
|
764
|
+
font-weight: var(--ht-font-weight);
|
765
|
+
color: inherit;
|
766
|
+
}
|
767
|
+
.handsontable.listbox table tr:hover td {
|
768
|
+
background: var(--ht-menu-item-hover-color, #e5e5e9);
|
769
|
+
cursor: pointer;
|
770
|
+
}
|
771
|
+
.handsontable.listbox table tr td:hover, .handsontable.listbox table tr td.current {
|
772
|
+
background: var(--ht-menu-item-hover-color, #e5e5e9);
|
773
|
+
cursor: pointer;
|
774
|
+
}
|
775
|
+
.handsontable.listbox table thead th {
|
776
|
+
height: auto !important;
|
777
|
+
text-align: left;
|
778
|
+
border-width: 0px 1px 1px;
|
779
|
+
}
|
780
|
+
.handsontable.listbox table thead th > div {
|
781
|
+
padding-top: 8px;
|
782
|
+
padding-bottom: 8px;
|
783
|
+
}
|
784
|
+
.handsontable.listbox table thead th:first-child {
|
785
|
+
padding-left: 8px;
|
786
|
+
}
|
787
|
+
.handsontable.listbox .ht_clone_top .wtHider {
|
788
|
+
overflow: hidden;
|
789
|
+
}
|
790
|
+
.handsontable.listbox .ht_clone_top table {
|
791
|
+
border-radius: 0;
|
792
|
+
}
|
793
|
+
.handsontable.listbox .htBorders div {
|
794
|
+
background: none !important;
|
795
|
+
}
|
796
|
+
.handsontable.autocompleteEditor tr.ht__row_even th,
|
797
|
+
.handsontable.autocompleteEditor tr.ht__row_even td {
|
798
|
+
background-color: var(--ht-background-color, #ffffff);
|
799
|
+
}
|
800
|
+
.handsontable.autocompleteEditor tr.ht__row_odd th,
|
801
|
+
.handsontable.autocompleteEditor tr.ht__row_odd td {
|
802
|
+
background-color: var(--ht-background-color, #ffffff);
|
803
|
+
}
|
804
|
+
|
805
|
+
.pika-single {
|
806
|
+
position: relative;
|
807
|
+
display: block;
|
808
|
+
padding: 10px;
|
809
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Arial, sans-serif;
|
810
|
+
font-size: var(--ht-font-size);
|
811
|
+
line-height: var(--ht-line-height);
|
812
|
+
font-weight: var(--ht-font-weight);
|
813
|
+
color: var(--ht-foreground-color);
|
814
|
+
background: var(--ht-background-color, #ffffff);
|
815
|
+
border: var(--ht-menu-border-width, 1px) solid var(--ht-menu-border-color, #e5e5e9);
|
816
|
+
border-radius: var(--ht-menu-border-radius);
|
817
|
+
box-shadow: var(--ht-menu-shadow-x, 0) var(--ht-menu-shadow-y, 0) var(--ht-menu-shadow-blur, 8px) var(--ht-menu-shadow-color, rgba(0, 0, 0, 0.08));
|
818
|
+
z-index: 9999;
|
819
|
+
}
|
820
|
+
.pika-single.is-hidden {
|
821
|
+
display: none;
|
822
|
+
}
|
823
|
+
.pika-single .pika-title {
|
824
|
+
display: flex;
|
825
|
+
align-items: center;
|
826
|
+
justify-content: center;
|
827
|
+
}
|
828
|
+
.pika-single .pika-label {
|
829
|
+
position: relative;
|
830
|
+
order: 2;
|
831
|
+
padding: 5px;
|
832
|
+
color: var(--ht-accent-color);
|
833
|
+
}
|
834
|
+
.pika-single .pika-label .pika-select {
|
835
|
+
position: absolute;
|
836
|
+
inset: 0;
|
837
|
+
opacity: 0;
|
838
|
+
cursor: pointer;
|
839
|
+
}
|
840
|
+
.pika-single .pika-prev,
|
841
|
+
.pika-single .pika-next {
|
842
|
+
width: 20px;
|
843
|
+
height: 20px;
|
844
|
+
white-space: nowrap;
|
845
|
+
text-indent: -9999px;
|
846
|
+
cursor: pointer;
|
847
|
+
color: var(--ht-accent-color);
|
848
|
+
background: none;
|
849
|
+
border: none;
|
850
|
+
}
|
851
|
+
.pika-single .pika-prev {
|
852
|
+
order: 1;
|
853
|
+
margin-right: auto;
|
854
|
+
}
|
855
|
+
.pika-single .pika-next {
|
856
|
+
order: 3;
|
857
|
+
margin-left: auto;
|
858
|
+
}
|
859
|
+
.pika-single .pika-table thead {
|
860
|
+
height: 50px;
|
861
|
+
}
|
862
|
+
.pika-single .pika-table th abbr {
|
863
|
+
text-decoration: none;
|
864
|
+
font-weight: normal;
|
865
|
+
}
|
866
|
+
.pika-single .pika-table td {
|
867
|
+
padding: 1px;
|
868
|
+
}
|
869
|
+
.pika-single .pika-table td.is-disabled .pika-button {
|
870
|
+
pointer-events: none;
|
871
|
+
opacity: 0.5;
|
872
|
+
}
|
873
|
+
.pika-single .pika-table td.is-today .pika-button {
|
874
|
+
background: var(--ht-menu-item-hover-color);
|
875
|
+
}
|
876
|
+
.pika-single .pika-table td.is-selected .pika-button {
|
877
|
+
background: var(--ht-accent-color, #1a42e8);
|
878
|
+
color: var(--ht-background-color, #ffffff);
|
879
|
+
}
|
880
|
+
.pika-single .pika-table td.pika-week {
|
881
|
+
width: 12.5%;
|
882
|
+
text-align: center;
|
883
|
+
}
|
884
|
+
.pika-single .pika-table .pika-button {
|
885
|
+
width: 100%;
|
886
|
+
aspect-ratio: 1/1;
|
887
|
+
background: transparent;
|
888
|
+
color: var(--ht-foreground-color);
|
889
|
+
border: none;
|
890
|
+
border-radius: var(--ht-button-border-radius);
|
891
|
+
margin: 0;
|
892
|
+
padding: 10px;
|
893
|
+
cursor: pointer;
|
894
|
+
font-size: inherit;
|
895
|
+
}
|
896
|
+
.pika-single .pika-table .pika-button:hover {
|
897
|
+
background: var(--ht-menu-item-hover-color);
|
898
|
+
}
|
899
|
+
|
900
|
+
.handsontable .htUISelectCaption {
|
901
|
+
width: 100%;
|
902
|
+
padding: var(--ht-input-vertical-padding) var(--ht-input-horizontal-padding);
|
903
|
+
padding-right: calc(var(--ht-input-horizontal-padding) + var(--ht-icon-size));
|
904
|
+
margin: 0;
|
905
|
+
font-family: inherit;
|
906
|
+
font-size: var(--ht-font-size);
|
907
|
+
line-height: var(--ht-line-height);
|
908
|
+
font-weight: var(--ht-font-weight);
|
909
|
+
border-radius: var(--ht-input-border-radius);
|
910
|
+
box-sizing: border-box;
|
911
|
+
cursor: pointer;
|
912
|
+
outline: none !important;
|
913
|
+
border: var(--ht-input-border-width) solid var(--ht-input-border-color);
|
914
|
+
color: var(--ht-input-foreground-color);
|
915
|
+
background-color: var(--ht-input-background-color);
|
916
|
+
text-overflow: ellipsis;
|
917
|
+
white-space: nowrap;
|
918
|
+
overflow: hidden;
|
919
|
+
}
|
920
|
+
.handsontable .htUISelectCaption:after {
|
921
|
+
content: "";
|
922
|
+
display: block;
|
923
|
+
position: absolute;
|
924
|
+
right: calc(var(--ht-input-horizontal-padding) - var(--ht-icon-size) / 4);
|
925
|
+
top: 50%;
|
926
|
+
transform: translateY(-50%);
|
927
|
+
}
|
928
|
+
.handsontable .htUISelectCaption:hover {
|
929
|
+
border-color: var(--ht-input-hover-border-color);
|
930
|
+
color: var(--ht-input-hover-foreground-color);
|
931
|
+
background-color: var(--ht-input-hover-background-color);
|
932
|
+
}
|
933
|
+
.handsontable .htUISelectCaption:disabled {
|
934
|
+
border-color: var(--ht-input-disabled-border-color);
|
935
|
+
color: var(--ht-input-disabled-foreground-color);
|
936
|
+
background-color: var(--ht-input-disabled-background-color);
|
937
|
+
}
|
938
|
+
.handsontable .htUISelectCaption:focus {
|
939
|
+
border-color: var(--ht-input-focus-border-color);
|
940
|
+
color: var(--ht-input-focus-foreground-color);
|
941
|
+
background-color: var(--ht-input-focus-background-color);
|
942
|
+
}
|
943
|
+
.handsontable .htUISelect {
|
944
|
+
cursor: pointer;
|
945
|
+
position: relative;
|
946
|
+
outline: none !important;
|
947
|
+
}
|
948
|
+
|
949
|
+
.handsontable .htFiltersMenuCondition .htUIInput input,
|
950
|
+
.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input {
|
951
|
+
width: 100%;
|
952
|
+
padding: var(--ht-input-vertical-padding) var(--ht-input-horizontal-padding);
|
953
|
+
font-family: inherit;
|
954
|
+
font-size: var(--ht-font-size);
|
955
|
+
line-height: var(--ht-line-height);
|
956
|
+
font-weight: var(--ht-font-weight);
|
957
|
+
border-radius: var(--ht-input-border-radius);
|
958
|
+
box-sizing: border-box;
|
959
|
+
cursor: pointer;
|
960
|
+
outline: none !important;
|
961
|
+
border: var(--ht-input-border-width) solid var(--ht-input-border-color);
|
962
|
+
color: var(--ht-input-foreground-color);
|
963
|
+
background-color: var(--ht-input-background-color);
|
964
|
+
transition: var(--ht-table-transition) all ease-in-out;
|
965
|
+
}
|
966
|
+
.handsontable .htFiltersMenuCondition .htUIInput input:hover,
|
967
|
+
.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:hover {
|
968
|
+
border-color: var(--ht-input-hover-border-color);
|
969
|
+
color: var(--ht-input-hover-foreground-color);
|
970
|
+
background-color: var(--ht-input-hover-background-color);
|
971
|
+
}
|
972
|
+
.handsontable .htFiltersMenuCondition .htUIInput input:disabled,
|
973
|
+
.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:disabled {
|
974
|
+
border-color: var(--ht-input-disabled-border-color);
|
975
|
+
color: var(--ht-input-disabled-foreground-color);
|
976
|
+
background-color: var(--ht-input-disabled-background-color);
|
977
|
+
}
|
978
|
+
.handsontable .htFiltersMenuCondition .htUIInput input:focus,
|
979
|
+
.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:focus {
|
980
|
+
border-color: var(--ht-input-focus-border-color);
|
981
|
+
color: var(--ht-input-focus-foreground-color);
|
982
|
+
background-color: var(--ht-input-focus-background-color);
|
983
|
+
}
|
984
|
+
.handsontable .htUIInput {
|
985
|
+
position: relative;
|
986
|
+
padding: 0;
|
987
|
+
outline: none !important;
|
988
|
+
text-align: center;
|
989
|
+
}
|
990
|
+
.handsontable .htUIInputIcon {
|
991
|
+
position: absolute;
|
992
|
+
}
|
993
|
+
|
994
|
+
.handsontable .htUIInput.htUIButton {
|
995
|
+
cursor: pointer;
|
996
|
+
display: inline-block;
|
997
|
+
}
|
998
|
+
.handsontable .htUIInput.htUIButton input {
|
999
|
+
min-width: 64px;
|
1000
|
+
padding: var(--ht-button-vertical-padding) var(--ht-button-horizontal-padding);
|
1001
|
+
font-family: inherit;
|
1002
|
+
font-size: var(--ht-font-size);
|
1003
|
+
line-height: var(--ht-line-height);
|
1004
|
+
font-weight: var(--ht-font-weight);
|
1005
|
+
border-radius: var(--ht-button-border-radius);
|
1006
|
+
box-sizing: border-box;
|
1007
|
+
cursor: pointer;
|
1008
|
+
outline: none !important;
|
1009
|
+
border: 1px solid var(--ht-secondary-button-border-color);
|
1010
|
+
background-color: var(--ht-secondary-button-background-color);
|
1011
|
+
color: var(--ht-secondary-button-foreground-color);
|
1012
|
+
transition: var(--ht-table-transition) all ease-in-out;
|
1013
|
+
}
|
1014
|
+
.handsontable .htUIInput.htUIButton input:hover {
|
1015
|
+
border-color: var(--ht-secondary-button-hover-border-color);
|
1016
|
+
background-color: var(--ht-secondary-button-hover-background-color);
|
1017
|
+
color: var(--ht-secondary-button-hover-foreground-color);
|
1018
|
+
}
|
1019
|
+
.handsontable .htUIInput.htUIButton input:disabled {
|
1020
|
+
border-color: var(--ht-secondary-button-disabled-border-color);
|
1021
|
+
background-color: var(--ht-secondary-button-disabled-background-color);
|
1022
|
+
color: var(--ht-secondary-button-disabled-foreground-color);
|
1023
|
+
}
|
1024
|
+
.handsontable .htUIInput.htUIButton input:focus {
|
1025
|
+
border-color: var(--ht-secondary-button-focus-border-color);
|
1026
|
+
background-color: var(--ht-secondary-button-focus-background-color);
|
1027
|
+
color: var(--ht-secondary-button-focus-foreground-color);
|
1028
|
+
box-shadow: 0 0 0 1px var(--ht-accent-color);
|
1029
|
+
}
|
1030
|
+
.handsontable .htUIInput.htUIButtonOK {
|
1031
|
+
margin-inline-start: 0;
|
1032
|
+
margin-inline-end: calc(2 * var(--ht-gap-size, 2px));
|
1033
|
+
}
|
1034
|
+
.handsontable .htUIInput.htUIButtonOK input {
|
1035
|
+
border-color: var(--ht-primary-button-border-color);
|
1036
|
+
background-color: var(--ht-primary-button-background-color);
|
1037
|
+
color: var(--ht-primary-button-foreground-color);
|
1038
|
+
}
|
1039
|
+
.handsontable .htUIInput.htUIButtonOK input:hover {
|
1040
|
+
border-color: var(--ht-primary-button-hover-border-color);
|
1041
|
+
background-color: var(--ht-primary-button-hover-background-color);
|
1042
|
+
color: var(--ht-primary-button-hover-foreground-color);
|
1043
|
+
}
|
1044
|
+
.handsontable .htUIInput.htUIButtonOK input:disabled {
|
1045
|
+
border-color: var(--ht-primary-button-disabled-border-color);
|
1046
|
+
background-color: var(--ht-primary-button-disabled-background-color);
|
1047
|
+
color: var(--ht-primary-button-disabled-foreground-color);
|
1048
|
+
}
|
1049
|
+
.handsontable .htUIInput.htUIButtonOK input:focus {
|
1050
|
+
border-color: var(--ht-primary-button-focus-border-color);
|
1051
|
+
background-color: var(--ht-primary-button-focus-background-color);
|
1052
|
+
color: var(--ht-primary-button-focus-foreground-color);
|
1053
|
+
box-shadow: 0 0 0 1px var(--ht-accent-color);
|
1054
|
+
}
|
1055
|
+
|
1056
|
+
.handsontable .htUIRadio {
|
1057
|
+
position: relative;
|
1058
|
+
display: inline-flex;
|
1059
|
+
margin: 0;
|
1060
|
+
padding: var(--ht-gap-size) calc(2 * var(--ht-gap-size));
|
1061
|
+
align-items: center;
|
1062
|
+
gap: calc(2 * var(--ht-gap-size));
|
1063
|
+
cursor: pointer;
|
1064
|
+
}
|
1065
|
+
.handsontable .htUIRadio:first-child {
|
1066
|
+
padding-inline-start: 0;
|
1067
|
+
}
|
1068
|
+
.handsontable .htUIRadio > input[type=radio] {
|
1069
|
+
position: relative;
|
1070
|
+
width: var(--ht-checkbox-size);
|
1071
|
+
height: var(--ht-checkbox-size);
|
1072
|
+
margin: 0;
|
1073
|
+
appearance: none;
|
1074
|
+
cursor: pointer;
|
1075
|
+
}
|
1076
|
+
.handsontable .htUIRadio > input[type=radio]:before {
|
1077
|
+
content: "";
|
1078
|
+
display: block;
|
1079
|
+
position: absolute;
|
1080
|
+
inset: 0;
|
1081
|
+
border-radius: calc(0.5 * var(--ht-checkbox-size));
|
1082
|
+
border: 1px solid var(--ht-checkbox-border-color);
|
1083
|
+
background-color: var(--ht-checkbox-background-color);
|
1084
|
+
}
|
1085
|
+
.handsontable .htUIRadio > input[type=radio]:after {
|
1086
|
+
content: "";
|
1087
|
+
display: block;
|
1088
|
+
position: absolute;
|
1089
|
+
color: var(--ht-checkbox-background-color);
|
1090
|
+
}
|
1091
|
+
.handsontable .htUIRadio > input[type=radio]:checked:before {
|
1092
|
+
border-color: var(--ht-checkbox-checked-border-color);
|
1093
|
+
}
|
1094
|
+
.handsontable .htUIRadio > input[type=radio]:checked:after {
|
1095
|
+
color: var(--ht-checkbox-checked-background-color);
|
1096
|
+
}
|
1097
|
+
.handsontable .htUIRadio > input[type=radio]:checked:disabled {
|
1098
|
+
cursor: initial;
|
1099
|
+
}
|
1100
|
+
.handsontable .htUIRadio > input[type=radio]:checked:disabled:before {
|
1101
|
+
border-color: var(--ht-checkbox-checked-disabled-border-color);
|
1102
|
+
}
|
1103
|
+
.handsontable .htUIRadio > input[type=radio]:checked:disabled:after {
|
1104
|
+
color: var(--ht-checkbox-checked-disabled-background-color);
|
1105
|
+
}
|
1106
|
+
.handsontable .htUIRadio > input[type=radio]:checked:focus:before {
|
1107
|
+
border-color: var(--ht-checkbox-checked-focus-background-color);
|
1108
|
+
}
|
1109
|
+
.handsontable .htUIRadio > input[type=radio]:checked:focus:after {
|
1110
|
+
color: var(--ht-checkbox-checked-focus-background-color);
|
1111
|
+
}
|
1112
|
+
.handsontable .htUIRadio > input[type=radio]:disabled:before {
|
1113
|
+
border-color: var(--ht-checkbox-disabled-border-color);
|
1114
|
+
}
|
1115
|
+
.handsontable .htUIRadio > input[type=radio]:disabled:after {
|
1116
|
+
color: var(--ht-checkbox-disabled-background-color);
|
1117
|
+
}
|
1118
|
+
.handsontable .htUIRadio > input[type=radio]:focus:before {
|
1119
|
+
border-color: var(--ht-checkbox-focus-background-color);
|
1120
|
+
}
|
1121
|
+
.handsontable .htUIRadio > input[type=radio]:focus:after {
|
1122
|
+
color: var(--ht-checkbox-focus-background-color);
|
1123
|
+
}
|
1124
|
+
.handsontable .htUIRadio > input[type=radio]:disabled {
|
1125
|
+
cursor: initial;
|
1126
|
+
}
|
1127
|
+
.handsontable .htUIRadio > input[type=radio]:disabled:before {
|
1128
|
+
border-color: var(--ht-checkbox-disabled-border-color);
|
1129
|
+
}
|
1130
|
+
.handsontable .htUIRadio > input[type=radio]:disabled:after {
|
1131
|
+
color: var(--ht-checkbox-disabled-background-color);
|
1132
|
+
}
|
1133
|
+
.handsontable .htUIRadio label {
|
1134
|
+
vertical-align: middle;
|
1135
|
+
cursor: pointer;
|
1136
|
+
}
|
1137
|
+
.handsontable .htUIRadio label:before {
|
1138
|
+
content: "";
|
1139
|
+
display: block;
|
1140
|
+
position: absolute;
|
1141
|
+
inset: 0;
|
1142
|
+
}
|
1143
|
+
|
1144
|
+
.handsontable .collapsibleIndicator {
|
1145
|
+
top: calc((var(--ht-line-height) - var(--ht-icon-size)) / 2);
|
1146
|
+
margin-inline-start: calc(var(--ht-gap-size) * 2);
|
1147
|
+
}
|
1148
|
+
.handsontable .collapsibleIndicator,
|
1149
|
+
.handsontable .ht_nestingButton {
|
1150
|
+
position: relative;
|
1151
|
+
width: var(--ht-icon-size);
|
1152
|
+
height: var(--ht-icon-size);
|
1153
|
+
box-sizing: border-box;
|
1154
|
+
border-radius: var(--ht-collapse-button-border-radius);
|
1155
|
+
overflow: hidden;
|
1156
|
+
cursor: pointer;
|
1157
|
+
/* hide text */
|
1158
|
+
text-indent: -100px;
|
1159
|
+
font-size: 0;
|
1160
|
+
float: inline-end;
|
1161
|
+
}
|
1162
|
+
.handsontable .collapsibleIndicator:before,
|
1163
|
+
.handsontable .ht_nestingButton:before {
|
1164
|
+
content: "";
|
1165
|
+
display: block;
|
1166
|
+
position: absolute;
|
1167
|
+
top: 0;
|
1168
|
+
left: 0;
|
1169
|
+
transition: var(--ht-table-transition) all ease-in-out;
|
1170
|
+
}
|
1171
|
+
.handsontable .collapsibleIndicator.expanded, .handsontable .collapsibleIndicator.ht_nestingCollapse,
|
1172
|
+
.handsontable .ht_nestingButton.expanded,
|
1173
|
+
.handsontable .ht_nestingButton.ht_nestingCollapse {
|
1174
|
+
background-color: var(--ht-collapse-button-open-background-color);
|
1175
|
+
box-shadow: 0 0 0 1px var(--ht-collapse-button-open-border-color);
|
1176
|
+
}
|
1177
|
+
.handsontable .collapsibleIndicator.expanded:before, .handsontable .collapsibleIndicator.ht_nestingCollapse:before,
|
1178
|
+
.handsontable .ht_nestingButton.expanded:before,
|
1179
|
+
.handsontable .ht_nestingButton.ht_nestingCollapse:before {
|
1180
|
+
color: var(--ht-collapse-button-open-icon-color);
|
1181
|
+
}
|
1182
|
+
.handsontable .collapsibleIndicator.expanded:hover, .handsontable .collapsibleIndicator.ht_nestingCollapse:hover,
|
1183
|
+
.handsontable .ht_nestingButton.expanded:hover,
|
1184
|
+
.handsontable .ht_nestingButton.ht_nestingCollapse:hover {
|
1185
|
+
background-color: var(--ht-collapse-button-open-hover-background-color);
|
1186
|
+
box-shadow: 0 0 0 1px var(--ht-collapse-button-open-hover-border-color);
|
1187
|
+
}
|
1188
|
+
.handsontable .collapsibleIndicator.expanded:hover:before, .handsontable .collapsibleIndicator.ht_nestingCollapse:hover:before,
|
1189
|
+
.handsontable .ht_nestingButton.expanded:hover:before,
|
1190
|
+
.handsontable .ht_nestingButton.ht_nestingCollapse:hover:before {
|
1191
|
+
color: var(--ht-collapse-button-open-hover-icon-color);
|
1192
|
+
}
|
1193
|
+
.handsontable .collapsibleIndicator.collapsed, .handsontable .collapsibleIndicator.ht_nestingExpand,
|
1194
|
+
.handsontable .ht_nestingButton.collapsed,
|
1195
|
+
.handsontable .ht_nestingButton.ht_nestingExpand {
|
1196
|
+
background-color: var(--ht-collapse-button-close-background-color);
|
1197
|
+
box-shadow: 0 0 0 1px var(--ht-collapse-button-close-border-color);
|
1198
|
+
}
|
1199
|
+
.handsontable .collapsibleIndicator.collapsed:before, .handsontable .collapsibleIndicator.ht_nestingExpand:before,
|
1200
|
+
.handsontable .ht_nestingButton.collapsed:before,
|
1201
|
+
.handsontable .ht_nestingButton.ht_nestingExpand:before {
|
1202
|
+
color: var(--ht-collapse-button-close-icon-color);
|
1203
|
+
}
|
1204
|
+
.handsontable .collapsibleIndicator.collapsed:hover, .handsontable .collapsibleIndicator.ht_nestingExpand:hover,
|
1205
|
+
.handsontable .ht_nestingButton.collapsed:hover,
|
1206
|
+
.handsontable .ht_nestingButton.ht_nestingExpand:hover {
|
1207
|
+
background-color: var(--ht-collapse-button-close-hover-background-color);
|
1208
|
+
box-shadow: 0 0 0 1px var(--ht-collapse-button-close-hover-border-color);
|
1209
|
+
}
|
1210
|
+
.handsontable .collapsibleIndicator.collapsed:hover:before, .handsontable .collapsibleIndicator.ht_nestingExpand:hover:before,
|
1211
|
+
.handsontable .ht_nestingButton.collapsed:hover:before,
|
1212
|
+
.handsontable .ht_nestingButton.ht_nestingExpand:hover:before {
|
1213
|
+
color: var(--ht-collapse-button-close-hover-icon-color);
|
1214
|
+
}
|
1215
|
+
.handsontable th.ht__active_highlight .collapsibleIndicator.collapsed:before, .handsontable th.ht__active_highlight .collapsibleIndicator.ht_nestingExpand:before,
|
1216
|
+
.handsontable th.ht__active_highlight .ht_nestingButton.collapsed:before,
|
1217
|
+
.handsontable th.ht__active_highlight .ht_nestingButton.ht_nestingExpand:before {
|
1218
|
+
color: var(--ht-collapse-button-close-icon-active-color);
|
1219
|
+
}
|
1220
|
+
.handsontable th.ht__active_highlight .collapsibleIndicator.collapsed:hover:before, .handsontable th.ht__active_highlight .collapsibleIndicator.ht_nestingExpand:hover:before,
|
1221
|
+
.handsontable th.ht__active_highlight .ht_nestingButton.collapsed:hover:before,
|
1222
|
+
.handsontable th.ht__active_highlight .ht_nestingButton.ht_nestingExpand:hover:before {
|
1223
|
+
color: var(--ht-collapse-button-close-hover-icon-active-color);
|
1224
|
+
}
|
1225
|
+
.handsontable th.ht__active_highlight .collapsibleIndicator.expanded:before, .handsontable th.ht__active_highlight .collapsibleIndicator.ht_nestingCollapse:before,
|
1226
|
+
.handsontable th.ht__active_highlight .ht_nestingButton.expanded:before,
|
1227
|
+
.handsontable th.ht__active_highlight .ht_nestingButton.ht_nestingCollapse:before {
|
1228
|
+
color: var(--ht-collapse-button-open-icon-active-color);
|
1229
|
+
}
|
1230
|
+
.handsontable th.ht__active_highlight .collapsibleIndicator.expanded:hover:before, .handsontable th.ht__active_highlight .collapsibleIndicator.ht_nestingCollapse:hover:before,
|
1231
|
+
.handsontable th.ht__active_highlight .ht_nestingButton.expanded:hover:before,
|
1232
|
+
.handsontable th.ht__active_highlight .ht_nestingButton.ht_nestingCollapse:hover:before {
|
1233
|
+
color: var(--ht-collapse-button-open-hover-icon-active-color);
|
1234
|
+
}
|
1235
|
+
|
1236
|
+
.handsontable thead th.hiddenHeader:not(:first-of-type) {
|
1237
|
+
display: none;
|
1238
|
+
}
|
1239
|
+
|
1240
|
+
.handsontable th.ht_nestingLevels > .relative {
|
1241
|
+
display: flex;
|
1242
|
+
align-items: center;
|
1243
|
+
gap: 5px;
|
1244
|
+
}
|
1245
|
+
.handsontable th.ht_nestingLevels span:last-child {
|
1246
|
+
padding-left: calc(var(--ht-icon-size) + 5px);
|
1247
|
+
}
|
1248
|
+
.handsontable th.ht_nestingLevels span.ht_nestingLevel {
|
1249
|
+
display: inline-block;
|
1250
|
+
}
|
1251
|
+
.handsontable th.ht_nestingLevels span.ht_nestingLevel_empty {
|
1252
|
+
position: relative;
|
1253
|
+
display: inline-block;
|
1254
|
+
width: 5px;
|
1255
|
+
height: 1px;
|
1256
|
+
order: -2;
|
1257
|
+
}
|
1258
|
+
.handsontable th.ht_nestingLevels .ht_nestingButton {
|
1259
|
+
position: relative;
|
1260
|
+
cursor: pointer;
|
1261
|
+
order: -1;
|
1262
|
+
}
|
1263
|
+
|
1264
|
+
.handsontable th.beforeHiddenColumn, .handsontable th.afterHiddenColumn {
|
1265
|
+
position: relative;
|
1266
|
+
}
|
1267
|
+
.handsontable th.beforeHiddenColumn:after, .handsontable th.afterHiddenColumn:after {
|
1268
|
+
content: "";
|
1269
|
+
display: block;
|
1270
|
+
position: absolute;
|
1271
|
+
top: 50%;
|
1272
|
+
width: 10px !important;
|
1273
|
+
height: 10px !important;
|
1274
|
+
transform: translateY(-50%);
|
1275
|
+
color: var(--ht-hidden-indicator-color);
|
1276
|
+
}
|
1277
|
+
.handsontable th.beforeHiddenColumn:after {
|
1278
|
+
right: -2px;
|
1279
|
+
}
|
1280
|
+
.handsontable th.afterHiddenColumn:after {
|
1281
|
+
left: -2px;
|
1282
|
+
}
|
1283
|
+
.handsontable th.ht__active_highlight.beforeHiddenColumn:after, .handsontable th.ht__active_highlight.afterHiddenColumn:after {
|
1284
|
+
color: var(--ht-icon-active-button-icon-color);
|
1285
|
+
}
|
1286
|
+
|
1287
|
+
[dir=rtl].handsontable th.beforeHiddenColumn:after {
|
1288
|
+
right: initial;
|
1289
|
+
left: -2px;
|
1290
|
+
transform: translateY(-50%) rotate(180deg);
|
1291
|
+
}
|
1292
|
+
[dir=rtl].handsontable th.afterHiddenColumn:after {
|
1293
|
+
right: -2px;
|
1294
|
+
left: initial;
|
1295
|
+
transform: translateY(-50%) rotate(180deg);
|
1296
|
+
}
|
1297
|
+
|
1298
|
+
.handsontable th.beforeHiddenRow, .handsontable th.afterHiddenRow {
|
1299
|
+
position: relative;
|
1300
|
+
}
|
1301
|
+
.handsontable th.beforeHiddenRow:after, .handsontable th.afterHiddenRow:after {
|
1302
|
+
content: "";
|
1303
|
+
display: block;
|
1304
|
+
position: absolute;
|
1305
|
+
left: 50%;
|
1306
|
+
width: 10px !important;
|
1307
|
+
height: 10px !important;
|
1308
|
+
transform: translateX(-50%);
|
1309
|
+
color: var(--ht-hidden-indicator-color);
|
1310
|
+
}
|
1311
|
+
.handsontable th.beforeHiddenRow:after {
|
1312
|
+
bottom: -2px;
|
1313
|
+
}
|
1314
|
+
.handsontable th.afterHiddenRow:after {
|
1315
|
+
top: -2px;
|
1316
|
+
}
|
1317
|
+
.handsontable th.ht__active_highlight.beforeHiddenRow:after, .handsontable th.ht__active_highlight.afterHiddenRow:after {
|
1318
|
+
color: var(--ht-icon-active-button-icon-color);
|
1319
|
+
}
|
1320
|
+
|
1321
|
+
.handsontable .changeType {
|
1322
|
+
position: relative;
|
1323
|
+
box-sizing: border-box;
|
1324
|
+
width: var(--ht-icon-size);
|
1325
|
+
height: var(--ht-icon-size);
|
1326
|
+
border-radius: var(--ht-icon-button-border-radius);
|
1327
|
+
border: none;
|
1328
|
+
color: inherit;
|
1329
|
+
padding: 0;
|
1330
|
+
margin: 0;
|
1331
|
+
background-color: var(--ht-icon-button-background-color);
|
1332
|
+
transition: var(--ht-table-transition) all ease-in-out;
|
1333
|
+
order: 1;
|
1334
|
+
z-index: 1;
|
1335
|
+
float: inline-end;
|
1336
|
+
top: calc((var(--ht-line-height) - var(--ht-icon-size)) / 2);
|
1337
|
+
}
|
1338
|
+
.handsontable .changeType:before {
|
1339
|
+
content: "";
|
1340
|
+
display: block;
|
1341
|
+
position: absolute;
|
1342
|
+
top: 0;
|
1343
|
+
left: 0;
|
1344
|
+
color: var(--ht-icon-button-icon-color);
|
1345
|
+
}
|
1346
|
+
.handsontable .changeType:hover {
|
1347
|
+
border: none;
|
1348
|
+
cursor: pointer;
|
1349
|
+
background-color: var(--ht-icon-button-hover-background-color);
|
1350
|
+
}
|
1351
|
+
.handsontable .changeType:hover:before {
|
1352
|
+
color: var(--ht-icon-button-hover-icon-color);
|
1353
|
+
}
|
1354
|
+
.handsontable .ht__active_highlight .changeType:before {
|
1355
|
+
color: var(--ht-icon-active-button-icon-color);
|
1356
|
+
}
|
1357
|
+
.handsontable .ht__active_highlight .changeType:hover:before {
|
1358
|
+
color: var(--ht-icon-active-button-icon-color);
|
1359
|
+
}
|
1360
|
+
.handsontable th.htFiltersActive {
|
1361
|
+
background-color: var(--ht-header-filter-background-color);
|
1362
|
+
}
|
1363
|
+
.handsontable th.htFiltersActive .changeType:after {
|
1364
|
+
content: "";
|
1365
|
+
display: block;
|
1366
|
+
position: absolute;
|
1367
|
+
right: 2px;
|
1368
|
+
bottom: 2px;
|
1369
|
+
width: 4px;
|
1370
|
+
height: 4px;
|
1371
|
+
border-radius: 50%;
|
1372
|
+
background-color: var(--ht-accent-color);
|
1373
|
+
}
|
1374
|
+
.handsontable th.htFiltersActive.ht__active_highlight {
|
1375
|
+
background-color: color-mix(in srgb, var(--ht-header-active-background-color), var(--ht-header-filter-background-color) 20%);
|
1376
|
+
}
|
1377
|
+
.handsontable th.htFiltersActive.ht__active_highlight .changeType:after {
|
1378
|
+
background-color: var(--ht-header-active-foreground-color);
|
1379
|
+
}
|
1380
|
+
.handsontable.htDropdownMenu > .ht_master, .handsontable.htContextMenu > .ht_master, .handsontable.htFiltersConditionsMenu > .ht_master {
|
1381
|
+
border: var(--ht-menu-border-width, 1px) solid var(--ht-menu-border-color, #e5e5e9);
|
1382
|
+
border-radius: var(--ht-menu-border-radius);
|
1383
|
+
box-shadow: var(--ht-menu-shadow-x, 0) var(--ht-menu-shadow-y, 0) var(--ht-menu-shadow-blur, 8px) var(--ht-menu-shadow-color, rgba(0, 0, 0, 0.08));
|
1384
|
+
overflow: hidden;
|
1385
|
+
padding: var(--ht-menu-vertical-padding, 8px) var(--ht-menu-horizontal-padding, 0px);
|
1386
|
+
}
|
1387
|
+
.handsontable.htDropdownMenu:not(.htGhostTable), .handsontable.htContextMenu:not(.htGhostTable), .handsontable.htFiltersConditionsMenu:not(.htGhostTable) {
|
1388
|
+
display: none;
|
1389
|
+
position: absolute;
|
1390
|
+
/* needs to be higher than 1050 - z-index for Twitter Bootstrap modal (#1569) */
|
1391
|
+
z-index: 1060;
|
1392
|
+
}
|
1393
|
+
.handsontable.htDropdownMenu .ht_clone_top,
|
1394
|
+
.handsontable.htDropdownMenu .ht_clone_bottom,
|
1395
|
+
.handsontable.htDropdownMenu .ht_clone_inline_start,
|
1396
|
+
.handsontable.htDropdownMenu .ht_clone_top_inline_start_corner,
|
1397
|
+
.handsontable.htDropdownMenu .ht_clone_bottom_inline_start_corner, .handsontable.htContextMenu .ht_clone_top,
|
1398
|
+
.handsontable.htContextMenu .ht_clone_bottom,
|
1399
|
+
.handsontable.htContextMenu .ht_clone_inline_start,
|
1400
|
+
.handsontable.htContextMenu .ht_clone_top_inline_start_corner,
|
1401
|
+
.handsontable.htContextMenu .ht_clone_bottom_inline_start_corner, .handsontable.htFiltersConditionsMenu .ht_clone_top,
|
1402
|
+
.handsontable.htFiltersConditionsMenu .ht_clone_bottom,
|
1403
|
+
.handsontable.htFiltersConditionsMenu .ht_clone_inline_start,
|
1404
|
+
.handsontable.htFiltersConditionsMenu .ht_clone_top_inline_start_corner,
|
1405
|
+
.handsontable.htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner {
|
1406
|
+
display: none;
|
1407
|
+
}
|
1408
|
+
.handsontable.htDropdownMenu table.htCore, .handsontable.htContextMenu table.htCore, .handsontable.htFiltersConditionsMenu table.htCore {
|
1409
|
+
overflow: hidden;
|
1410
|
+
}
|
1411
|
+
.handsontable.htDropdownMenu .htCustomMenuRenderer .table.htCore, .handsontable.htContextMenu .htCustomMenuRenderer .table.htCore, .handsontable.htFiltersConditionsMenu .htCustomMenuRenderer .table.htCore {
|
1412
|
+
box-shadow: none;
|
1413
|
+
}
|
1414
|
+
.handsontable.htDropdownMenu.handsontable:focus, .handsontable.htContextMenu.handsontable:focus, .handsontable.htFiltersConditionsMenu.handsontable:focus {
|
1415
|
+
outline: none;
|
1416
|
+
}
|
1417
|
+
.handsontable.htDropdownMenu .wtBorder, .handsontable.htContextMenu .wtBorder, .handsontable.htFiltersConditionsMenu .wtBorder {
|
1418
|
+
visibility: hidden;
|
1419
|
+
}
|
1420
|
+
.handsontable.htDropdownMenu table tbody tr td, .handsontable.htContextMenu table tbody tr td, .handsontable.htFiltersConditionsMenu table tbody tr td {
|
1421
|
+
position: relative;
|
1422
|
+
padding: var(--ht-menu-item-vertical-padding, 4px) var(--ht-menu-item-horizontal-padding, 8px);
|
1423
|
+
border-width: 0;
|
1424
|
+
overflow: hidden;
|
1425
|
+
white-space: nowrap;
|
1426
|
+
text-overflow: ellipsis;
|
1427
|
+
background: var(--ht-background-color, #ffffff);
|
1428
|
+
cursor: pointer;
|
1429
|
+
transition: background calc(0.5 * var(--ht-table-transition)) ease-in-out;
|
1430
|
+
}
|
1431
|
+
.handsontable.htDropdownMenu table tbody tr td:first-child, .handsontable.htContextMenu table tbody tr td:first-child, .handsontable.htFiltersConditionsMenu table tbody tr td:first-child {
|
1432
|
+
border-top-width: 0;
|
1433
|
+
border-inline-end-width: 0;
|
1434
|
+
border-bottom-width: 0;
|
1435
|
+
border-inline-start-width: 0;
|
1436
|
+
}
|
1437
|
+
.handsontable.htDropdownMenu table tbody tr td.htDimmed, .handsontable.htContextMenu table tbody tr td.htDimmed, .handsontable.htFiltersConditionsMenu table tbody tr td.htDimmed {
|
1438
|
+
font-style: normal;
|
1439
|
+
color: var(--ht-foreground-color);
|
1440
|
+
}
|
1441
|
+
.handsontable.htDropdownMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htDropdownMenu table tbody tr td.htDisabled, .handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htContextMenu table tbody tr td.htDisabled, .handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled):hover, .handsontable.htDropdownMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htDropdownMenu table tbody tr td.htDisabled, .handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htContextMenu table tbody tr td.htDisabled, .handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled).current, .handsontable.htContextMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htDropdownMenu table tbody tr td.htDisabled, .handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htContextMenu table tbody tr td.htDisabled, .handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled):hover, .handsontable.htContextMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htDropdownMenu table tbody tr td.htDisabled, .handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htContextMenu table tbody tr td.htDisabled, .handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled).current, .handsontable.htFiltersConditionsMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htDropdownMenu table tbody tr td.htDisabled, .handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htContextMenu table tbody tr td.htDisabled, .handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled):hover, .handsontable.htFiltersConditionsMenu table tbody tr td:not(.handsontable.htDropdownMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htDropdownMenu table tbody tr td.htDisabled, .handsontable.htContextMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htContextMenu table tbody tr td.htDisabled, .handsontable.htFiltersConditionsMenu table tbody tr td.htCustomMenuRenderer, .handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled).current {
|
1442
|
+
background: var(--ht-menu-item-hover-color, #e5e5e9);
|
1443
|
+
cursor: pointer;
|
1444
|
+
}
|
1445
|
+
.handsontable.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper, .handsontable.htContextMenu table tbody tr td.htSubmenu .htItemWrapper, .handsontable.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper {
|
1446
|
+
margin-inline-end: calc(2 * var(--ht-gap-size, 4px) + var(--ht-icon-size));
|
1447
|
+
}
|
1448
|
+
.handsontable.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper:after, .handsontable.htContextMenu table tbody tr td.htSubmenu .htItemWrapper:after, .handsontable.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper:after {
|
1449
|
+
content: "";
|
1450
|
+
display: block;
|
1451
|
+
position: absolute;
|
1452
|
+
top: 50%;
|
1453
|
+
right: calc(4 * var(--ht-gap-size));
|
1454
|
+
transform: translateY(-50%);
|
1455
|
+
}
|
1456
|
+
.handsontable.htDropdownMenu table tbody tr td.htSeparator, .handsontable.htContextMenu table tbody tr td.htSeparator, .handsontable.htFiltersConditionsMenu table tbody tr td.htSeparator {
|
1457
|
+
border-top: 1px solid var(--ht-border-color);
|
1458
|
+
height: 0;
|
1459
|
+
padding: 0;
|
1460
|
+
cursor: default;
|
1461
|
+
}
|
1462
|
+
.handsontable.htDropdownMenu table tbody tr td.htDisabled, .handsontable.htContextMenu table tbody tr td.htDisabled, .handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled {
|
1463
|
+
color: var(--ht-disabled-color);
|
1464
|
+
cursor: default;
|
1465
|
+
}
|
1466
|
+
.handsontable.htDropdownMenu table tbody tr td.htDisabled:hover, .handsontable.htContextMenu table tbody tr td.htDisabled:hover, .handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled:hover {
|
1467
|
+
background: var(--ht-background-color);
|
1468
|
+
color: var(--ht-disabled-color);
|
1469
|
+
}
|
1470
|
+
.handsontable.htDropdownMenu table tbody tr td.htHidden, .handsontable.htContextMenu table tbody tr td.htHidden, .handsontable.htFiltersConditionsMenu table tbody tr td.htHidden {
|
1471
|
+
display: none;
|
1472
|
+
}
|
1473
|
+
.handsontable.htDropdownMenu table tbody tr td .htItemWrapper, .handsontable.htContextMenu table tbody tr td .htItemWrapper, .handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper {
|
1474
|
+
margin-inline: calc(2 * var(--ht-gap-size, 4px));
|
1475
|
+
}
|
1476
|
+
.handsontable.htDropdownMenu table tbody tr td .htItemWrapper:before, .handsontable.htContextMenu table tbody tr td .htItemWrapper:before, .handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper:before {
|
1477
|
+
vertical-align: text-bottom;
|
1478
|
+
margin-right: 12px;
|
1479
|
+
}
|
1480
|
+
.handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected, .handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected, .handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected {
|
1481
|
+
font-size: 0;
|
1482
|
+
inset: 0;
|
1483
|
+
}
|
1484
|
+
.handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected:after, .handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected:after, .handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:after {
|
1485
|
+
content: "";
|
1486
|
+
display: block;
|
1487
|
+
position: absolute;
|
1488
|
+
top: 50%;
|
1489
|
+
right: calc(4 * var(--ht-gap-size));
|
1490
|
+
color: var(--ht-accent-color);
|
1491
|
+
transform: translateY(-50%);
|
1492
|
+
}
|
1493
|
+
.handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected::before, .handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected::before, .handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected::before {
|
1494
|
+
content: "";
|
1495
|
+
display: block;
|
1496
|
+
position: absolute;
|
1497
|
+
inset: 0;
|
1498
|
+
background-color: var(--ht-menu-item-active-color);
|
1499
|
+
}
|
1500
|
+
.handsontable.htDropdownMenu table tbody tr td div span.selected, .handsontable.htContextMenu table tbody tr td div span.selected, .handsontable.htFiltersConditionsMenu table tbody tr td div span.selected {
|
1501
|
+
position: absolute;
|
1502
|
+
inset-inline-end: 0;
|
1503
|
+
}
|
1504
|
+
.handsontable.htDropdownMenu table tbody tr td .htUIButton, .handsontable.htContextMenu table tbody tr td .htUIButton, .handsontable.htFiltersConditionsMenu table tbody tr td .htUIButton {
|
1505
|
+
width: calc(50% - var(--ht-gap-size));
|
1506
|
+
}
|
1507
|
+
.handsontable.htDropdownMenu table tbody tr td .htUIButton input, .handsontable.htContextMenu table tbody tr td .htUIButton input, .handsontable.htFiltersConditionsMenu table tbody tr td .htUIButton input {
|
1508
|
+
width: 100%;
|
1509
|
+
}
|
1510
|
+
.handsontable.htContextMenuSub_Alignment, .handsontable.htDropdownMenuSub_Alignment {
|
1511
|
+
margin-top: calc(var(--ht-menu-vertical-padding) * -1);
|
1512
|
+
}
|
1513
|
+
.handsontable .htUIClearAll a,
|
1514
|
+
.handsontable .htUISelectAll a {
|
1515
|
+
padding: var(--ht-gap-size);
|
1516
|
+
display: inline-block;
|
1517
|
+
text-decoration: none;
|
1518
|
+
}
|
1519
|
+
.handsontable .htUIMultipleSelect .ht_master .wtHolder {
|
1520
|
+
overflow-y: scroll !important;
|
1521
|
+
background: transparent;
|
1522
|
+
}
|
1523
|
+
.handsontable .htUIMultipleSelect .ht_master .wtHolder .htCore {
|
1524
|
+
box-shadow: none;
|
1525
|
+
}
|
1526
|
+
|
1527
|
+
[dir=rtl].handsontable.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper:after, [dir=rtl].handsontable.htContextMenu table tbody tr td.htSubmenu .htItemWrapper:after, [dir=rtl].handsontable.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper:after {
|
1528
|
+
left: calc(4 * var(--ht-gap-size));
|
1529
|
+
right: auto;
|
1530
|
+
transform: translateY(-50%) rotate(180deg);
|
1531
|
+
}
|
1532
|
+
[dir=rtl].handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected:after, [dir=rtl].handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected:after, [dir=rtl].handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:after {
|
1533
|
+
left: calc(4 * var(--ht-gap-size));
|
1534
|
+
right: auto;
|
1535
|
+
}
|
1536
|
+
|
1537
|
+
.handsontable.htFiltersConditionsMenu:not(.htGhostTable) {
|
1538
|
+
z-index: 1070;
|
1539
|
+
}
|
1540
|
+
.handsontable .ht_master table td.htCustomMenuRenderer {
|
1541
|
+
cursor: auto;
|
1542
|
+
}
|
1543
|
+
.handsontable .ht_master table td.htCustomMenuRenderer.htFiltersMenuActionBar {
|
1544
|
+
padding-top: calc(var(--ht-menu-item-vertical-padding, 4px) * 2);
|
1545
|
+
}
|
1546
|
+
.handsontable .htFiltersMenuLabel {
|
1547
|
+
font-size: calc(var(--ht-font-size) - 2px);
|
1548
|
+
line-height: calc(var(--ht-line-height) - 4px);
|
1549
|
+
font-weight: var(--ht-font-weight);
|
1550
|
+
margin-bottom: calc(var(--ht-gap-size, 2px) * 2);
|
1551
|
+
}
|
1552
|
+
.handsontable .htFiltersMenuLabel:empty {
|
1553
|
+
display: none;
|
1554
|
+
}
|
1555
|
+
.handsontable .htFiltersMenuCondition {
|
1556
|
+
padding-top: calc(var(--ht-gap-size, 2px) * 4) !important;
|
1557
|
+
padding-bottom: 0 !important;
|
1558
|
+
}
|
1559
|
+
.handsontable .htFiltersMenuCondition .border {
|
1560
|
+
border-bottom: 1px solid var(--ht-border-color) !important;
|
1561
|
+
}
|
1562
|
+
.handsontable .htFiltersMenuCondition .htUIInput {
|
1563
|
+
margin-top: calc(var(--ht-gap-size, 2px) * 2);
|
1564
|
+
}
|
1565
|
+
.handsontable .htFiltersMenuValue {
|
1566
|
+
padding-top: calc(var(--ht-gap-size, 2px) * 4) !important;
|
1567
|
+
padding-bottom: 0 !important;
|
1568
|
+
border-bottom: 1px solid var(--ht-border-color) !important;
|
1569
|
+
}
|
1570
|
+
.handsontable .htFiltersMenuOperators,
|
1571
|
+
.handsontable .htUISelectionControls {
|
1572
|
+
padding-top: calc(var(--ht-gap-size, 2px) * 2) !important;
|
1573
|
+
padding-bottom: var(--ht-gap-size, 2px) !important;
|
1574
|
+
}
|
1575
|
+
.handsontable .htUISelectionControls {
|
1576
|
+
margin: 0 calc(var(--ht-gap-size, 2px) * -1);
|
1577
|
+
}
|
1578
|
+
.handsontable .htUIMultipleSelectHot {
|
1579
|
+
overflow: initial !important;
|
1580
|
+
width: calc(100% + var(--ht-menu-item-horizontal-padding, 2px) * 2 + var(--ht-gap-size, 2px) * 4);
|
1581
|
+
margin: 0 calc((var(--ht-menu-item-horizontal-padding, 2px) + var(--ht-gap-size, 2px) * 2) * -1);
|
1582
|
+
}
|
1583
|
+
.handsontable .htUIMultipleSelectHot::before {
|
1584
|
+
content: "";
|
1585
|
+
display: block;
|
1586
|
+
position: absolute;
|
1587
|
+
top: -1px;
|
1588
|
+
left: 0;
|
1589
|
+
width: 100%;
|
1590
|
+
height: 1px;
|
1591
|
+
background-color: var(--ht-border-color);
|
1592
|
+
}
|
1593
|
+
.handsontable .htUIMultipleSelectHot .wtHolder {
|
1594
|
+
padding: 0;
|
1595
|
+
overflow-x: hidden;
|
1596
|
+
box-sizing: border-box;
|
1597
|
+
}
|
1598
|
+
.handsontable .htUIMultipleSelectHot .wtHolder .wtSpreader {
|
1599
|
+
padding: calc(var(--ht-gap-size) * 2) 0;
|
1600
|
+
}
|
1601
|
+
.handsontable .htUIMultipleSelectHot .wtHolder td {
|
1602
|
+
height: auto;
|
1603
|
+
padding: 0;
|
1604
|
+
padding: 4px calc(var(--ht-menu-item-horizontal-padding, 2px) + var(--ht-gap-size, 2px) * 2);
|
1605
|
+
}
|
1606
|
+
.handsontable .htUIClearAll,
|
1607
|
+
.handsontable .htUISelectAll {
|
1608
|
+
display: inline-block;
|
1609
|
+
margin-right: var(--ht-gap-size, 4px);
|
1610
|
+
margin-bottom: var(--ht-gap-size, 4px);
|
1611
|
+
}
|
1612
|
+
.handsontable .htUIClearAll a,
|
1613
|
+
.handsontable .htUISelectAll a {
|
1614
|
+
color: var(--ht-link-color);
|
1615
|
+
border-radius: var(--ht-border-radius);
|
1616
|
+
}
|
1617
|
+
.handsontable .htUIClearAll a:hover,
|
1618
|
+
.handsontable .htUISelectAll a:hover {
|
1619
|
+
color: var(--ht-link-hover-color);
|
1620
|
+
}
|
1621
|
+
.handsontable .htUIClearAll a:focus,
|
1622
|
+
.handsontable .htUISelectAll a:focus {
|
1623
|
+
outline: 1px solid var(--ht-link-hover-color);
|
1624
|
+
}
|
1625
|
+
.handsontable .htUIMultipleSelect .ht_master .wtHolder {
|
1626
|
+
overflow-y: auto;
|
1627
|
+
}
|
1628
|
+
.handsontable .htUIMultipleSelect .ht_master .wtHolder .wtHider,
|
1629
|
+
.handsontable .htUIMultipleSelect .ht_master .wtHolder .htCore,
|
1630
|
+
.handsontable .htUIMultipleSelect .ht_master .wtHolder tr,
|
1631
|
+
.handsontable .htUIMultipleSelect .ht_master .wtHolder td {
|
1632
|
+
background: none;
|
1633
|
+
}
|
1634
|
+
|
1635
|
+
.handsontable .htCommentCell {
|
1636
|
+
position: relative;
|
1637
|
+
}
|
1638
|
+
.handsontable .htCommentCell:after {
|
1639
|
+
content: "";
|
1640
|
+
display: block;
|
1641
|
+
position: absolute;
|
1642
|
+
top: 0;
|
1643
|
+
inset-inline-end: 0;
|
1644
|
+
inset-inline-start: unset;
|
1645
|
+
border-inline-start: var(--ht-comments-indicator-size, 4px) solid transparent;
|
1646
|
+
border-inline-end: none;
|
1647
|
+
border-top: var(--ht-comments-indicator-size, 4px) solid var(--ht-comments-indicator-color, #1a42e8);
|
1648
|
+
}
|
1649
|
+
|
1650
|
+
.htCommentsContainer .htComments {
|
1651
|
+
display: none;
|
1652
|
+
z-index: 1059;
|
1653
|
+
position: absolute;
|
1654
|
+
}
|
1655
|
+
.htCommentsContainer .htCommentTextArea {
|
1656
|
+
width: 240px;
|
1657
|
+
height: 88px;
|
1658
|
+
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Arial, sans-serif;
|
1659
|
+
font-size: var(--ht-font-size);
|
1660
|
+
line-height: var(--ht-line-height);
|
1661
|
+
font-weight: var(--ht-font-weight);
|
1662
|
+
margin: 0 -1px;
|
1663
|
+
padding: var(--ht-comments-textarea-vertical-padding) var(--ht-comments-textarea-horizontal-padding);
|
1664
|
+
border: var(--ht-comments-textarea-border-width, 1px) solid var(--ht-comments-textarea-border-color, transparent);
|
1665
|
+
border-inline-start: var(--ht-comments-textarea-border-width, 1px) solid var(--ht-comments-textarea-border-color, #1a42e8);
|
1666
|
+
color: var(--ht-comments-textarea-foreground-color);
|
1667
|
+
background-color: var(--ht-comments-textarea-background-color, #ffffff);
|
1668
|
+
box-shadow: var(--ht-menu-shadow-x, 0) var(--ht-menu-shadow-y, 0) var(--ht-menu-shadow-blur, 8px) var(--ht-menu-shadow-color, rgba(0, 0, 0, 0.08));
|
1669
|
+
outline: 0px !important;
|
1670
|
+
box-sizing: border-box;
|
1671
|
+
-webkit-appearance: none;
|
1672
|
+
}
|
1673
|
+
.htCommentsContainer .htCommentTextArea:focus {
|
1674
|
+
border: var(--ht-comments-textarea-focus-border-width, 1px) solid var(--ht-comments-textarea-focus-border-color, #1a42e8);
|
1675
|
+
color: var(--ht-comments-textarea-focus-foreground-color);
|
1676
|
+
background-color: var(--ht-comments-textarea-focus-background-color, #ffffff);
|
1677
|
+
}
|
1678
|
+
|
1679
|
+
.handsontable .htRight .columnSorting.sortAction {
|
1680
|
+
margin-inline-end: calc(var(--ht-gap-size));
|
1681
|
+
}
|
1682
|
+
.handsontable .columnSorting {
|
1683
|
+
position: relative;
|
1684
|
+
}
|
1685
|
+
.handsontable .columnSorting.sortAction {
|
1686
|
+
margin-inline-end: calc(var(--ht-icon-size) * -1);
|
1687
|
+
}
|
1688
|
+
.handsontable .columnSorting.sortAction.ascending, .handsontable .columnSorting.sortAction.descending {
|
1689
|
+
margin-inline-end: calc(var(--ht-icon-size) + var(--ht-gap-size));
|
1690
|
+
}
|
1691
|
+
.handsontable .columnSorting.sortAction:hover {
|
1692
|
+
text-decoration: none;
|
1693
|
+
cursor: pointer;
|
1694
|
+
}
|
1695
|
+
.handsontable .columnSorting.sortAction:before {
|
1696
|
+
content: "";
|
1697
|
+
display: block;
|
1698
|
+
width: var(--ht-icon-size);
|
1699
|
+
position: absolute;
|
1700
|
+
top: 50%;
|
1701
|
+
left: 100%;
|
1702
|
+
transform: translateY(-50%);
|
1703
|
+
}
|
1704
|
+
|
1705
|
+
[dir=rtl] .handsontable .columnSorting.sortAction:before {
|
1706
|
+
left: auto;
|
1707
|
+
right: 100%;
|
1708
|
+
}
|
1709
|
+
|
1710
|
+
.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled)::before {
|
1711
|
+
content: "*";
|
1712
|
+
display: inline-block;
|
1713
|
+
position: relative;
|
1714
|
+
/* The multi-line header and header with longer text need more padding to not hide arrow,
|
1715
|
+
we make header wider in `GhostTable` to make some space for arrow which is positioned absolutely in the main table */
|
1716
|
+
padding-right: 20px;
|
1717
|
+
}
|
1718
|
+
|
1719
|
+
.handsontable .colHeader.columnSorting:after {
|
1720
|
+
content: "";
|
1721
|
+
display: block;
|
1722
|
+
width: 8px;
|
1723
|
+
position: absolute;
|
1724
|
+
top: 50%;
|
1725
|
+
left: 100%;
|
1726
|
+
transform: translateY(-50%);
|
1727
|
+
margin-top: 4px;
|
1728
|
+
margin-inline-start: calc(var(--ht-icon-size) - 6px);
|
1729
|
+
font-size: 8px;
|
1730
|
+
}
|
1731
|
+
.handsontable .colHeader.columnSorting[class^=sort-]::after, .handsontable .colHeader.columnSorting[class*=" sort-"]::after {
|
1732
|
+
content: "+";
|
1733
|
+
}
|
1734
|
+
.handsontable .colHeader.columnSorting.sort-1::after {
|
1735
|
+
content: "1";
|
1736
|
+
}
|
1737
|
+
.handsontable .colHeader.columnSorting.sort-2::after {
|
1738
|
+
content: "2";
|
1739
|
+
}
|
1740
|
+
.handsontable .colHeader.columnSorting.sort-3::after {
|
1741
|
+
content: "3";
|
1742
|
+
}
|
1743
|
+
.handsontable .colHeader.columnSorting.sort-4::after {
|
1744
|
+
content: "4";
|
1745
|
+
}
|
1746
|
+
.handsontable .colHeader.columnSorting.sort-5::after {
|
1747
|
+
content: "5";
|
1748
|
+
}
|
1749
|
+
.handsontable .colHeader.columnSorting.sort-6::after {
|
1750
|
+
content: "6";
|
1751
|
+
}
|
1752
|
+
.handsontable .colHeader.columnSorting.sort-7::after {
|
1753
|
+
content: "7";
|
1754
|
+
}
|
1755
|
+
|
1756
|
+
[dir=rtl] .handsontable .colHeader.columnSorting:after {
|
1757
|
+
left: auto;
|
1758
|
+
right: 100%;
|
1759
|
+
}
|
1760
|
+
|
1761
|
+
.htGhostTable th div button.changeType + span.colHeader.columnSorting:not(.indicatorDisabled) {
|
1762
|
+
padding-right: var(--ht-gap-size);
|
1763
|
+
}
|
1764
|
+
|
1765
|
+
.handsontable .htRowHeaders .ht_master.innerBorderInlineStart ~ .ht_clone_top_inline_start_corner th:nth-child(2), .handsontable .htRowHeaders .ht_master.innerBorderInlineStart ~ .ht_clone_inline_start td:first-of-type {
|
1766
|
+
border-left: 0 none;
|
1767
|
+
}
|
1768
|
+
.handsontable .ht_clone_top_inline_start_corner th.ht__active_highlight {
|
1769
|
+
box-shadow: none;
|
1770
|
+
}
|
1771
|
+
|
1772
|
+
.handsontable .manualColumnResizer {
|
1773
|
+
position: absolute;
|
1774
|
+
top: 0;
|
1775
|
+
width: 10px;
|
1776
|
+
margin: 0;
|
1777
|
+
cursor: col-resize;
|
1778
|
+
background: none;
|
1779
|
+
opacity: 0;
|
1780
|
+
z-index: 210;
|
1781
|
+
}
|
1782
|
+
.handsontable .manualColumnResizer::before, .handsontable .manualColumnResizer::after {
|
1783
|
+
content: "";
|
1784
|
+
display: block;
|
1785
|
+
position: absolute;
|
1786
|
+
top: 50%;
|
1787
|
+
left: 1px;
|
1788
|
+
width: 2px;
|
1789
|
+
height: calc(100% - 12px);
|
1790
|
+
max-height: 16px;
|
1791
|
+
background: var(--ht-read-only-color);
|
1792
|
+
border-radius: 2px;
|
1793
|
+
transform: translateY(-50%);
|
1794
|
+
}
|
1795
|
+
.handsontable .manualColumnResizer::after {
|
1796
|
+
left: auto;
|
1797
|
+
right: 0;
|
1798
|
+
}
|
1799
|
+
.handsontable .manualColumnResizer:hover, .handsontable .manualColumnResizer.active {
|
1800
|
+
opacity: 1;
|
1801
|
+
}
|
1802
|
+
.handsontable .manualColumnResizerGuide {
|
1803
|
+
position: absolute;
|
1804
|
+
inset-inline-end: unset;
|
1805
|
+
top: 0;
|
1806
|
+
width: 0;
|
1807
|
+
margin-inline-start: 5px;
|
1808
|
+
margin-inline-end: unset;
|
1809
|
+
display: none;
|
1810
|
+
border-inline-end: 1px solid var(--ht-accent-color);
|
1811
|
+
border-inline-start: none;
|
1812
|
+
}
|
1813
|
+
.handsontable .manualColumnResizerGuide.active {
|
1814
|
+
display: block;
|
1815
|
+
z-index: 209;
|
1816
|
+
}
|
1817
|
+
|
1818
|
+
.handsontable .manualRowResizer {
|
1819
|
+
position: absolute;
|
1820
|
+
left: 0;
|
1821
|
+
z-index: 210;
|
1822
|
+
height: 10px;
|
1823
|
+
margin: 0;
|
1824
|
+
cursor: row-resize;
|
1825
|
+
background: none;
|
1826
|
+
opacity: 0;
|
1827
|
+
transition: opacity 0.2s ease-in-out;
|
1828
|
+
}
|
1829
|
+
.handsontable .manualRowResizer::before, .handsontable .manualRowResizer::after {
|
1830
|
+
content: "";
|
1831
|
+
display: block;
|
1832
|
+
position: absolute;
|
1833
|
+
top: 1px;
|
1834
|
+
left: 50%;
|
1835
|
+
width: calc(100% - 12px);
|
1836
|
+
max-width: 16px;
|
1837
|
+
height: 2px;
|
1838
|
+
background: var(--ht-resize-indicator-color);
|
1839
|
+
border-radius: 2px;
|
1840
|
+
transform: translateX(-50%);
|
1841
|
+
}
|
1842
|
+
.handsontable .manualRowResizer::after {
|
1843
|
+
top: auto;
|
1844
|
+
bottom: 0;
|
1845
|
+
}
|
1846
|
+
.handsontable .manualRowResizer:hover, .handsontable .manualRowResizer.active {
|
1847
|
+
opacity: 1;
|
1848
|
+
}
|
1849
|
+
.handsontable .manualRowResizerGuide {
|
1850
|
+
position: absolute;
|
1851
|
+
left: 0;
|
1852
|
+
bottom: 0;
|
1853
|
+
height: 0;
|
1854
|
+
margin-top: 4px;
|
1855
|
+
display: none;
|
1856
|
+
border-bottom: 1px solid var(--ht-accent-color);
|
1857
|
+
border-top: none;
|
1858
|
+
}
|
1859
|
+
.handsontable .manualRowResizerGuide.active {
|
1860
|
+
display: block;
|
1861
|
+
z-index: 209;
|
1862
|
+
}
|
1863
|
+
|
1864
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before {
|
1865
|
+
opacity: 0.14;
|
1866
|
+
}
|
1867
|
+
|
1868
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before {
|
1869
|
+
opacity: 0.21;
|
1870
|
+
}
|
1871
|
+
|
1872
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before {
|
1873
|
+
opacity: 0.28;
|
1874
|
+
}
|
1875
|
+
|
1876
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]:before {
|
1877
|
+
opacity: 0.35;
|
1878
|
+
}
|
1879
|
+
|
1880
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before {
|
1881
|
+
opacity: 0.42;
|
1882
|
+
}
|
1883
|
+
|
1884
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before {
|
1885
|
+
opacity: 0.49;
|
1886
|
+
}
|
1887
|
+
|
1888
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before {
|
1889
|
+
opacity: 0.56;
|
1890
|
+
}
|
1891
|
+
|
1892
|
+
.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before {
|
1893
|
+
opacity: 0.63;
|
1894
|
+
}
|
1895
|
+
|
1896
|
+
.handsontable .wtHider {
|
1897
|
+
position: relative;
|
1898
|
+
}
|
1899
|
+
.handsontable .ht__manualColumnMove.after-selection--columns thead th.ht__highlight, .handsontable.ht__manualColumnMove.after-selection--columns thead th.ht__highlight {
|
1900
|
+
cursor: move;
|
1901
|
+
cursor: -moz-grab;
|
1902
|
+
cursor: -webkit-grab;
|
1903
|
+
cursor: grab;
|
1904
|
+
}
|
1905
|
+
.handsontable .ht__manualColumnMove.on-moving--columns *,
|
1906
|
+
.handsontable .ht__manualColumnMove.on-moving--columns thead th.ht__highlight, .handsontable.ht__manualColumnMove.on-moving--columns *,
|
1907
|
+
.handsontable.ht__manualColumnMove.on-moving--columns thead th.ht__highlight {
|
1908
|
+
cursor: move;
|
1909
|
+
cursor: -moz-grabbing;
|
1910
|
+
cursor: -webkit-grabbing;
|
1911
|
+
cursor: grabbing;
|
1912
|
+
}
|
1913
|
+
.handsontable .ht__manualColumnMove.on-moving--columns .manualColumnResizer, .handsontable.ht__manualColumnMove.on-moving--columns .manualColumnResizer {
|
1914
|
+
display: none;
|
1915
|
+
}
|
1916
|
+
.handsontable .ht__manualColumnMove--guideline, .handsontable .ht__manualColumnMove--backlight, .handsontable.ht__manualColumnMove--guideline, .handsontable.ht__manualColumnMove--backlight {
|
1917
|
+
position: absolute;
|
1918
|
+
height: 100%;
|
1919
|
+
display: none;
|
1920
|
+
}
|
1921
|
+
.handsontable .ht__manualColumnMove--guideline, .handsontable.ht__manualColumnMove--guideline {
|
1922
|
+
width: 1px;
|
1923
|
+
top: 0;
|
1924
|
+
margin-inline-start: -0.5px;
|
1925
|
+
margin-inline-end: 0;
|
1926
|
+
z-index: 205;
|
1927
|
+
background: var(--ht-move-indicator-color);
|
1928
|
+
}
|
1929
|
+
.handsontable .ht__manualColumnMove--backlight, .handsontable.ht__manualColumnMove--backlight {
|
1930
|
+
display: none;
|
1931
|
+
z-index: 205;
|
1932
|
+
pointer-events: none;
|
1933
|
+
background: var(--ht-move-backlight-color);
|
1934
|
+
}
|
1935
|
+
.handsontable .on-moving--columns.show-ui .ht__manualColumnMove--guideline,
|
1936
|
+
.handsontable .on-moving--columns .ht__manualColumnMove--backlight, .handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline,
|
1937
|
+
.handsontable.on-moving--columns .ht__manualColumnMove--backlight {
|
1938
|
+
display: block;
|
1939
|
+
}
|
1940
|
+
|
1941
|
+
.handsontable .wtHider {
|
1942
|
+
position: relative;
|
1943
|
+
}
|
1944
|
+
.handsontable .ht__manualRowMove.after-selection--rows tbody th.ht__highlight, .handsontable.ht__manualRowMove.after-selection--rows tbody th.ht__highlight {
|
1945
|
+
cursor: move;
|
1946
|
+
cursor: -moz-grab;
|
1947
|
+
cursor: -webkit-grab;
|
1948
|
+
cursor: grab;
|
1949
|
+
}
|
1950
|
+
.handsontable .ht__manualRowMove.on-moving--rows *,
|
1951
|
+
.handsontable .ht__manualRowMove.on-moving--rows tbody th.ht__highlight, .handsontable.ht__manualRowMove.on-moving--rows *,
|
1952
|
+
.handsontable.ht__manualRowMove.on-moving--rows tbody th.ht__highlight {
|
1953
|
+
cursor: move;
|
1954
|
+
cursor: -moz-grabbing;
|
1955
|
+
cursor: -webkit-grabbing;
|
1956
|
+
cursor: grabbing;
|
1957
|
+
}
|
1958
|
+
.handsontable .ht__manualRowMove.on-moving--rows .manualRowResizer, .handsontable.ht__manualRowMove.on-moving--rows .manualRowResizer {
|
1959
|
+
display: none;
|
1960
|
+
}
|
1961
|
+
.handsontable .ht__manualRowMove--guideline, .handsontable .ht__manualRowMove--backlight, .handsontable.ht__manualRowMove--guideline, .handsontable.ht__manualRowMove--backlight {
|
1962
|
+
position: absolute;
|
1963
|
+
width: 100%;
|
1964
|
+
display: none;
|
1965
|
+
}
|
1966
|
+
.handsontable .ht__manualRowMove--guideline, .handsontable.ht__manualRowMove--guideline {
|
1967
|
+
height: 1px;
|
1968
|
+
left: 0;
|
1969
|
+
margin-top: -0.5px;
|
1970
|
+
z-index: 205;
|
1971
|
+
background: var(--ht-move-indicator-color);
|
1972
|
+
}
|
1973
|
+
.handsontable .ht__manualRowMove--backlight, .handsontable.ht__manualRowMove--backlight {
|
1974
|
+
display: none;
|
1975
|
+
z-index: 205;
|
1976
|
+
pointer-events: none;
|
1977
|
+
background: var(--ht-move-backlight-color);
|
1978
|
+
}
|
1979
|
+
.handsontable .on-moving--rows.show-ui .ht__manualRowMove--guideline,
|
1980
|
+
.handsontable .on-moving--rows .ht__manualRowMove--backlight, .handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline,
|
1981
|
+
.handsontable.on-moving--rows .ht__manualRowMove--backlight {
|
1982
|
+
display: block;
|
1983
|
+
}
|