handsontable 0.0.0-next-b87a425-20240814 → 0.0.0-next-4c6aa91-20240814
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of handsontable might be problematic. Click here for more details.
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/dist/handsontable.css +2 -2
- package/dist/handsontable.full.css +2 -2
- package/dist/handsontable.full.js +5 -5
- package/dist/handsontable.full.min.css +2 -2
- package/dist/handsontable.full.min.js +3 -3
- package/dist/handsontable.js +5 -5
- package/dist/handsontable.min.css +2 -2
- package/dist/handsontable.min.js +3 -3
- package/helpers/mixed.js +1 -1
- package/helpers/mixed.mjs +1 -1
- package/package.json +15 -1
- package/styles/handsontable.css +2 -2
- package/styles/handsontable.min.css +2 -2
- package/styles/ht-theme-elegant-dark-auto.css +2 -2
- package/styles/ht-theme-elegant-dark-auto.min.css +2 -2
- package/styles/ht-theme-elegant-dark.css +2 -2
- package/styles/ht-theme-elegant-dark.min.css +2 -2
- package/styles/ht-theme-elegant-light.css +2 -2
- package/styles/ht-theme-elegant-light.min.css +2 -2
- package/styles/ht-theme-main-dark-auto.css +2 -2
- package/styles/ht-theme-main-dark-auto.min.css +2 -2
- package/styles/ht-theme-main-dark.css +2 -2
- package/styles/ht-theme-main-dark.min.css +2 -2
- package/styles/ht-theme-main-light.css +2 -2
- package/styles/ht-theme-main-light.min.css +2 -2
package/helpers/mixed.js
CHANGED
@@ -134,7 +134,7 @@ const domMessages = {
|
|
134
134
|
function _injectProductInfo(key, element) {
|
135
135
|
const hasValidType = !isEmpty(key);
|
136
136
|
const isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
|
137
|
-
const hotVersion = "0.0.0-next-
|
137
|
+
const hotVersion = "0.0.0-next-4c6aa91-20240814";
|
138
138
|
let keyValidityDate;
|
139
139
|
let consoleMessageState = 'invalid';
|
140
140
|
let domMessageState = 'invalid';
|
package/helpers/mixed.mjs
CHANGED
@@ -124,7 +124,7 @@ const domMessages = {
|
|
124
124
|
export function _injectProductInfo(key, element) {
|
125
125
|
const hasValidType = !isEmpty(key);
|
126
126
|
const isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
|
127
|
-
const hotVersion = "0.0.0-next-
|
127
|
+
const hotVersion = "0.0.0-next-4c6aa91-20240814";
|
128
128
|
let keyValidityDate;
|
129
129
|
let consoleMessageState = 'invalid';
|
130
130
|
let domMessageState = 'invalid';
|
package/package.json
CHANGED
@@ -10,7 +10,7 @@
|
|
10
10
|
"url": "https://github.com/handsontable/handsontable/issues"
|
11
11
|
},
|
12
12
|
"author": "Handsoncode <hello@handsontable.com>",
|
13
|
-
"version": "0.0.0-next-
|
13
|
+
"version": "0.0.0-next-4c6aa91-20240814",
|
14
14
|
"main": "index",
|
15
15
|
"module": "index.mjs",
|
16
16
|
"jsnext:main": "index.mjs",
|
@@ -768,6 +768,20 @@
|
|
768
768
|
"./dist/languages/zh-CN.min.js": "./dist/languages/zh-CN.min.js",
|
769
769
|
"./dist/languages/zh-TW.js": "./dist/languages/zh-TW.js",
|
770
770
|
"./dist/languages/zh-TW.min.js": "./dist/languages/zh-TW.min.js",
|
771
|
+
"./styles/handsontable.css": "./styles/handsontable.css",
|
772
|
+
"./styles/handsontable.min.css": "./styles/handsontable.min.css",
|
773
|
+
"./styles/ht-theme-elegant-dark-auto.css": "./styles/ht-theme-elegant-dark-auto.css",
|
774
|
+
"./styles/ht-theme-elegant-dark-auto.min.css": "./styles/ht-theme-elegant-dark-auto.min.css",
|
775
|
+
"./styles/ht-theme-elegant-dark.css": "./styles/ht-theme-elegant-dark.css",
|
776
|
+
"./styles/ht-theme-elegant-dark.min.css": "./styles/ht-theme-elegant-dark.min.css",
|
777
|
+
"./styles/ht-theme-elegant-light.css": "./styles/ht-theme-elegant-light.css",
|
778
|
+
"./styles/ht-theme-elegant-light.min.css": "./styles/ht-theme-elegant-light.min.css",
|
779
|
+
"./styles/ht-theme-main-dark-auto.css": "./styles/ht-theme-main-dark-auto.css",
|
780
|
+
"./styles/ht-theme-main-dark-auto.min.css": "./styles/ht-theme-main-dark-auto.min.css",
|
781
|
+
"./styles/ht-theme-main-dark.css": "./styles/ht-theme-main-dark.css",
|
782
|
+
"./styles/ht-theme-main-dark.min.css": "./styles/ht-theme-main-dark.min.css",
|
783
|
+
"./styles/ht-theme-main-light.css": "./styles/ht-theme-main-light.css",
|
784
|
+
"./styles/ht-theme-main-light.min.css": "./styles/ht-theme-main-light.min.css",
|
771
785
|
".": {
|
772
786
|
"types": "./index.d.ts",
|
773
787
|
"import": "./index.mjs",
|
package/styles/handsontable.css
CHANGED
@@ -25,8 +25,8 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 0.0.0-next-
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:
|
28
|
+
* Version: 0.0.0-next-4c6aa91-20240814
|
29
|
+
* Release date: 30/07/2024 (built at 14/08/2024 12:36:59)
|
30
30
|
*/
|
31
31
|
.handsontable{
|
32
32
|
}
|
@@ -25,6 +25,6 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 0.0.0-next-
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:
|
28
|
+
* Version: 0.0.0-next-4c6aa91-20240814
|
29
|
+
* Release date: 30/07/2024 (built at 14/08/2024 12:37:16)
|
30
30
|
*/.handsontable .htUIClearAll a,.handsontable .htUISelectAll a{display:inline-block;padding:8px;text-decoration:none}.handsontable .htUIMultipleSelect .ht_master .wtHolder{background:transparent}.handsontable .htUIMultipleSelect .ht_master .wtHolder .htCore{box-shadow:none}.handsontable{font-family:var(--hot-font-family);font-weight:400;position:relative;touch-action:manipulation}.handsontable,.handsontable td,.handsontable th{color:var(--hot-foreground-color);font-size:var(--hot-base-font-size)}.handsontable td,.handsontable th{border-bottom-width:var(--hot-border-horizontal-size);border-color:var(--hot-border-color);border-inline-end-width:var(--hot-border-vertical-size);border-inline-start-width:0;border-style:solid;border-top-width:0;box-sizing:border-box;empty-cells:show;height:calc(var(--hot-base-line-height) + var(--hot-cell-vertical-padding)*2);line-height:var(--hot-base-line-height);outline:none;outline-width:0;overflow:hidden;padding:var(--hot-cell-vertical-padding) var(--hot-cell-horizontal-padding);vertical-align:top;white-space:pre-wrap}.handsontable td.invisibleSelection,.handsontable th.invisibleSelection{outline:none}.handsontable td.invisibleSelection::selection,.handsontable th.invisibleSelection::selection{background:transparent}.handsontable td:first-of-type{border-inline-start-width:var(--hot-border-vertical-size)}.handsontable th{background-color:var(--hot-header-background-color);border-color:var(--hot-border-color);border-style:solid;color:var(--hot-header-foreground-color);font-weight:400;overflow:visible;position:relative;text-align:center;white-space:nowrap}.handsontable th:last-child{border-bottom-width:var(--hot-border-horizontal-size);border-inline-end-width:var(--hot-border-vertical-size);border-inline-start-width:0}.handsontable th:first-child,.handsontable th:nth-child(2){border-inline-start-width:var(--hot-border-vertical-size)}.handsontable th.active{background-color:var(--hot-highlight-color)}.handsontable th.current{box-shadow:inset 0 0 0 calc(var(--hot-border-horizontal-size)*1) var(--hot-header-current-color)}.handsontable th.ht__active_highlight{border-color:var(--hot-header-highlight-active-border-color);box-shadow:calc(var(--hot-border-vertical-size)*-1) calc(var(--hot-border-horizontal-size)*-1) 0 var(--hot-header-highlight-active-border-color),0 calc(var(--hot-border-horizontal-size)*-1) 0 var(--hot-header-highlight-active-border-color),calc(var(--hot-border-vertical-size)*-1) 0 0 var(--hot-header-highlight-active-border-color)}.handsontable th.ht__active_highlight:before{background:var(--hot-header-highlight-active-background-color)}.handsontable th.ht__highlight{background-color:var(--hot-highlight-color)}.handsontable th.ht__highlight:before{background-color:var(--hot-accent-color);content:"";display:block;height:1px;inset:auto -1px -1px -1px;position:absolute}.handsontable th.ht__active_highlight{background-color:var(--hot-header-highlight-active-background-color);color:var(--hot-header-active-text-color)}.handsontable thead th{padding:0}.handsontable thead th .relative{height:calc(var(--hot-base-line-height) + var(--hot-cell-vertical-padding)*2);padding:var(--hot-cell-vertical-padding) var(--hot-cell-horizontal-padding)}.handsontable thead tr:not(:last-child) th{overflow:hidden}.handsontable tbody th.ht__highlight:before{height:auto;inset:-1px -1px -1px auto;width:1px}.handsontable .hide{display:none}.handsontable .relative{box-sizing:border-box;position:relative}.handsontable .wtHider{width:0}.handsontable .wtSpreader{height:auto;position:relative;width:0}.handsontable .htAutoSize{left:-99000px;position:absolute;top:-99000px;visibility:hidden}.handsontable .htFocusCatcher{border:0;height:0;margin:0;opacity:0;padding:0;position:absolute;width:0;z-index:-1}.handsontable div,.handsontable input,.handsontable table,.handsontable tbody,.handsontable textarea,.handsontable thead{box-sizing:content-box}.handsontable input,.handsontable textarea{min-height:auto}.handsontable .htCore{background:var(--hot-background-color);border-collapse:separate;border-spacing:0;border-width:0;cursor:default;margin:0;outline-width:0;table-layout:fixed;width:0}.handsontable col,.handsontable col.rowHeader{width:64px}.handsontable col.hidden{width:0!important}.handsontable span.colHeader{display:inline-block;line-height:var(--hot-base-line-height)}.handsontable tr.hidden,.handsontable tr.hidden td,.handsontable tr.hidden th{display:none}.handsontable a{color:var(--hot-accent-color)}.handsontable .ht_clone_top th:nth-child(2){border-inline-end-width:var(--hot-border-vertical-size);border-inline-start-width:0}.handsontable.htRowHeaders thead tr th:nth-child(2){border-inline-start-width:var(--hot-border-vertical-size)}.handsontable tr:first-child td,.handsontable tr:first-child th{border-top-width:var(--hot-border-horizontal-size)}.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{border-inline-end-width:0;border-inline-start-width:var(--hot-border-vertical-size)}.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr.lastChild th,.handsontable .ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr:last-child th{border-bottom-width:0}.handsontable{scrollbar-color:var(--hot-border-color) var(--hot-header-background-color);scrollbar-width:thin}.ht_clone_master{z-index:100}.ht_clone_inline_start{z-index:120}.ht_clone_bottom{z-index:130}.ht_clone_bottom_inline_start_corner{z-index:150}.ht_clone_top{z-index:160}.ht_clone_top_inline_start_corner{z-index:180}.ht_editor_hidden{z-index:-1}.ht_editor_visible{z-index:200}.ht_clone_bottom,.ht_clone_bottom .wtHolder,.ht_clone_inline_start,.ht_clone_inline_start .wtHolder,.ht_clone_top,.ht_clone_top .wtHolder,.ht_master,.ht_master .wtHolder{overflow:hidden}.ht_master .wtHolder{overflow:auto}.handsontable .ht_clone_inline_start table.htCore>thead,.handsontable .ht_master table.htCore>tbody>tr>th,.handsontable .ht_master table.htCore>thead{visibility:hidden}.handsontable.mobile,.handsontable.mobile .wtHolder{user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling:touch}.handsontable.mobile .handsontableInput:focus{-webkit-appearance:none;box-shadow:0 0 2px var(--hot-mobile-focus-color) inset}.handsontable .bottomSelectionHandle,.handsontable .bottomSelectionHandle-HitArea,.handsontable .topSelectionHandle,.handsontable .topSelectionHandle-HitArea{inset-inline-end:unset;inset-inline-start:-10000px;top:-10000px;z-index:9999}.handsontable.hide-tween{-webkit-animation:opacity-hide .2s;animation:opacity-hide .2s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}.handsontable.show-tween{-webkit-animation:opacity-show .3s;animation:opacity-show .3s;animation-fill-mode:forwards;-webkit-animation-fill-mode:forwards}@keyframes marching-ants{0%{background-position:0 0,8px 100%,0 8px,100% 0}to{background-position:8px 0,0 100%,0 0,100% 8px}}.handsontable td.area{position:relative}.handsontable td.area:before{background:var(--hot-accent-color);content:"";inset:0;position:absolute}.handsontable td.area-1{position:relative}.handsontable td.area-1:before{background:var(--hot-accent-color);content:"";inset:0;position:absolute}.handsontable td.area-2{position:relative}.handsontable td.area-2:before{background:var(--hot-accent-color);content:"";inset:0;position:absolute}.handsontable td.area-3{position:relative}.handsontable td.area-3:before{background:var(--hot-accent-color);content:"";inset:0;position:absolute}.handsontable td.area-4{position:relative}.handsontable td.area-4:before{background:var(--hot-accent-color);content:"";inset:0;position:absolute}.handsontable td.area-5{position:relative}.handsontable td.area-5:before{background:var(--hot-accent-color);content:"";inset:0;position:absolute}.handsontable td.area-6{position:relative}.handsontable td.area-6:before{background:var(--hot-accent-color);content:"";inset:0;position:absolute}.handsontable td.area-7{position:relative}.handsontable td.area-7:before{background:var(--hot-accent-color);content:"";inset:0;position:absolute}.handsontable td.area:before{opacity:.1}.handsontable td.area-1:before{opacity:.17}.handsontable td.area-2:before{opacity:.24}.handsontable td.area-3:before{opacity:.31}.handsontable td.area-4:before{opacity:.38}.handsontable td.area-5:before{opacity:.45}.handsontable td.area-6:before{opacity:.52}.handsontable td.area-7:before{opacity:.59}.handsontable .wtBorder{font-size:0;position:absolute}.handsontable .wtBorder.hidden{display:none!important}.handsontable .wtBorder.current{background-color:var(--hot-accent-color)!important;z-index:10}.handsontable .wtBorder.area{background-color:var(--hot-accent-color)!important;z-index:8}.handsontable .wtBorder.fill{animation:marching-ants .6s linear infinite;background-color:var(--hot-accent-color)!important;background-image:linear-gradient(90deg,#fff 50%,transparent 0),linear-gradient(90deg,#fff 50%,transparent 0),linear-gradient(0,#fff 50%,transparent 0),linear-gradient(0,#fff 50%,transparent 0);background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:8px 2px,0 0,2px 8px,0 0;z-index:6}.handsontable .wtBorder.corner{cursor:crosshair;font-size:0;z-index:10}.hot-display-license-info{color:var(--hot-foreground-color);font-family:var(--hot-font-family);font-size:calc(var(--hot-base-font-size) - 4px);font-weight:400;padding:var(--hot-base-padding) 0;text-align:left}.hot-display-license-info a{color:var(--hot-accent-color);font-size:10px}.handsontable .htAutocompleteArrow{cursor:default;float:inline-end;font-size:0;height:16px;margin-inline-end:calc(var(--hot-base-grid) - var(--hot-cell-horizontal-padding));position:relative;top:calc((var(--hot-base-line-height) - 16px)*.5);width:16px}.handsontable .htAutocompleteArrow:after{border-bottom:1.5px solid var(--hot-read-only-text);border-right:1.5px solid var(--hot-read-only-text);content:"";display:block;height:4px;left:50%;position:absolute;top:50%;transform:rotate(45deg) translate(-100%);width:4px}.handsontable .htCheckboxRendererInput{appearance:none;cursor:pointer;display:inline-block;height:var(--hot-control-size);margin-inline-end:calc(var(--hot-base-grid)*2);position:relative;vertical-align:middle;width:var(--hot-control-size)}.handsontable .htCheckboxRendererInput:checked:before{background-color:var(--hot-accent-color);border-color:var(--hot-accent-color)}.handsontable .htCheckboxRendererInput:before{background-color:var(--hot-background-color);border:1px solid var(--hot-border-color);border-radius:var(--hot-border-radius);box-sizing:border-box;content:"";display:inline-block;height:var(--hot-control-size);pointer-events:none;transition:all .5s ease-in-out;width:var(--hot-control-size)}.handsontable .htCheckboxRendererInput:after{border-left:2px solid var(--hot-background-color);border-top:2px solid var(--hot-background-color);box-sizing:border-box;content:"";height:10px;left:calc(var(--hot-control-size)*.5);pointer-events:none;position:absolute;top:6.5px;transform:translate(-50%,-50%) rotate(-135deg);transition:all .2s ease-in-out;width:6px}.handsontable .htCheckboxRendererInput.noValue{opacity:.5}.handsontable .htCheckboxRendererLabel{align-items:center;cursor:pointer;display:flex;font-size:inherit;gap:var(--hot-base-grid);position:relative;vertical-align:middle}.handsontable .htCheckboxRendererLabel.fullWidth{width:100%}.handsontable .htPlaceholder{color:var(--hot-placeholder-text)}.handsontable .htDimmed{color:var(--hot-read-only-text)}.handsontable .htLeft{text-align:left}.handsontable .htCenter{text-align:center}.handsontable .htRight{text-align:right}.handsontable .htJustify{text-align:justify}.handsontable .htTop{vertical-align:top}.handsontable .htMiddle{vertical-align:middle}.handsontable .htBottom{vertical-align:bottom}.handsontable .htInvalid{background-color:var(--hot-invalid-background-color)!important}.handsontable .htNoWrap{white-space:nowrap}.handsontable .htSearchResult{background:var(--hot-search-highlight-background-color)}.handsontableInputHolder{left:0;position:absolute;top:0}.handsontableInputHolder .handsontableInput{background-color:var(--hot-background-color);border:none;border-radius:0;box-shadow:0 0 0 calc(var(--hot-border-horizontal-size)*2) var(--hot-accent-color) inset;color:var(--hot-foreground-color-active);display:block;font-family:inherit;font-size:inherit;line-height:calc(var(--hot-base-line-height) + var(--hot-cell-vertical-padding)*2);margin:0;outline-width:0;padding:var(--hot-border-vertical-size)!important;padding-bottom:0!important;padding-left:calc(var(--hot-cell-horizontal-padding) + var(--hot-border-horizontal-size))!important;padding-right:calc(var(--hot-cell-horizontal-padding) + var(--hot-border-horizontal-size))!important;resize:none}.handsontableInputHolder .handsontableInput:focus{outline:none}.htSelectEditor{position:absolute}.htSelectEditor select{-webkit-appearance:none!important;background:var(--hot-background-color);border-color:var(--hot-accent-color);box-shadow:0 0 0 1px inset var(--hot-accent-color);color:var(--hot-foreground-color);font-family:var(--hot-font-family);font-size:inherit;height:100%;inset:0;line-height:var(--hot-base-line-height);overflow:hidden;padding:var(--hot-cell-vertical-padding) var(--hot-cell-horizontal-padding);padding-right:26px;position:absolute;text-overflow:ellipsis;white-space:nowrap;width:100%}.htSelectEditor select:focus{outline:none}.htSelectEditor .htAutocompleteArrow{margin-inline-end:4px;top:calc((var(--hot-base-line-height) - 6px)*.5);z-index:1}.handsontable.listbox{margin:0}.handsontable.listbox .ht_master,.handsontable.listbox .ht_master .wtHolder{overflow:visible}.handsontable.listbox .ht_master table{border:1px solid var(--hot-border-color);overflow:hidden}.handsontable.listbox .ht_master table td,.handsontable.listbox .ht_master table th,.handsontable.listbox .ht_master table tr:first-child td,.handsontable.listbox .ht_master table tr:first-child th,.handsontable.listbox .ht_master table tr:last-child th{border-color:transparent!important}.handsontable.listbox .ht_master table td,.handsontable.listbox .ht_master table th{text-overflow:ellipsis;white-space:nowrap}.handsontable.listbox .ht_master table td.htDimmed{color:inherit;cursor:default;font-style:inherit}.handsontable.listbox .ht_master table .wtBorder{visibility:hidden}.handsontable.listbox .ht_master table strong{font-weight:400}.handsontable.listbox .ht_master table tr td.current{background:color-mix(in srgb,var(--hot-accent-color),var(--hot-background-color) 88%)}.handsontable.listbox .ht_master table tr:hover td{background:var(--hot-off-background-color);cursor:pointer}.handsontable.listbox .ht_master table thead th{border-width:0 1px 1px;height:auto!important;text-align:left}.handsontable.listbox .ht_master table thead th>div{padding-bottom:8px;padding-top:8px}.handsontable.listbox .ht_master table thead th:first-child{padding-left:8px}.handsontable.listbox .ht_clone_top .wtHider{overflow:hidden}.handsontable.listbox .ht_clone_top table{border-radius:0}.handsontable.listbox .htBorders div{background:none!important}.handsontable .htUISelectCaption{background-color:var(--hot-background-color);border:1px solid var(--hot-border-color);border-radius:var(--hot-border-radius);box-sizing:border-box;font-family:inherit;font-size:var(--hot-font-size);line-height:var(--hot-line-height);outline:none!important;overflow:hidden;padding:calc(var(--hot-base-grid) + 1px) calc(var(--hot-base-grid)*2);text-overflow:ellipsis;white-space:nowrap;width:100%}.handsontable .htUISelectCaption:focus,.handsontable .htUISelectCaption:hover{border-color:var(--hot-accent-color)}.handsontable .htUISelect{cursor:pointer;outline:none!important;position:relative}.handsontable .htFiltersMenuCondition .htUIInput input,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input{background-color:var(--hot-background-color);border:1px solid var(--hot-border-color);border-radius:var(--hot-border-radius);box-sizing:border-box;font-family:inherit;font-size:var(--hot-font-size);line-height:var(--hot-line-height);outline:none!important;overflow:hidden;padding:calc(var(--hot-base-grid) + 1px) calc(var(--hot-base-grid)*2);text-overflow:ellipsis;white-space:nowrap;width:100%}.handsontable .htFiltersMenuCondition .htUIInput input:focus,.handsontable .htFiltersMenuCondition .htUIInput input:hover,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:focus,.handsontable .htFiltersMenuValue .htUIMultipleSelectSearch input:hover{border-color:var(--hot-accent-color)}.handsontable .htUIInput{outline:none!important;padding:0;position:relative;text-align:center}.handsontable .htUIInput input{border:1px solid var(--hot-border-color);border-radius:var(--hot-border-radius)}.handsontable .htUIInputIcon{position:absolute}.handsontable .htUIInput.htUIButton{cursor:pointer;display:inline-block}.handsontable .htUIInput.htUIButton input{background-color:var(--hot-background-color);border:1px solid var(--hot-border-color);border-radius:var(--hot-border-radius);box-sizing:border-box;color:var(--hot-foreground-color);cursor:pointer;font-family:inherit;font-size:var(--hot-font-size);font-weight:400;line-height:var(--hot-line-height);min-width:64px;outline:none!important;padding:calc(1px + var(--hot-base-grid)) calc(var(--hot-base-grid)*2)}.handsontable .htUIInput.htUIButton input:hover{background-color:var(--hot-off-background-color)}.handsontable .htUIInput.htUIButtonOK{margin-inline-end:calc(var(--hot-base-grid)*2);margin-inline-start:0}.handsontable .htUIInput.htUIButtonOK input{background-color:var(--hot-accent-color);border-color:var(--hot-accent-color);color:#fff}.handsontable .htUIInput.htUIButtonOK input:hover{background-color:color-mix(in srgb,var(--hot-accent-color),#000 12%)}.handsontable .htUIRadio{align-items:center;cursor:pointer;display:inline-flex;gap:calc(var(--hot-base-grid)*2);margin:0;padding:var(--hot-base-grid) calc(var(--hot-base-grid)*2);position:relative}.handsontable .htUIRadio:first-child{padding-inline-start:0}.handsontable .htUIRadio>input[type=radio]{appearance:none;cursor:pointer;height:var(--hot-control-size);margin:0;position:relative;width:var(--hot-control-size)}.handsontable .htUIRadio>input[type=radio]:before{background:var(--hot-off-background-color);border:1px solid var(--hot-border-color);border-radius:8px;content:"";display:block;inset:0;position:absolute}.handsontable .htUIRadio>input[type=radio]:after{border:2px solid var(--hot-background-color);border-radius:calc(var(--hot-control-size)*.5);content:"";display:block;inset:2px;position:absolute}.handsontable .htUIRadio>input[type=radio]:checked:before{background:var(--hot-accent-color);border:2px solid var(--hot-accent-color)}.handsontable .htUIRadio label{cursor:pointer;vertical-align:middle}.handsontable .htUIRadio label:before{content:"";display:block;inset:0;position:absolute}.handsontable .collapsibleIndicator,.handsontable .ht_nestingButton{background-color:var(--hot-background-color);border:1px solid var(--hot-border-color);border-radius:var(--hot-border-radius);box-sizing:border-box;cursor:pointer;font-size:0;height:calc(var(--hot-base-grid)*4);inset-inline-end:var(--hot-base-grid);inset-inline-start:unset;overflow:hidden;position:absolute;text-indent:-100px;top:50%;transform:translateY(-50%);transition:var(--hot-transition-time) all ease-in-out;width:calc(var(--hot-base-grid)*4)}.handsontable .collapsibleIndicator:after,.handsontable .collapsibleIndicator:before,.handsontable .ht_nestingButton:after,.handsontable .ht_nestingButton:before{background-color:var(--hot-border-color);border-radius:var(--hot-border-radius);content:"";display:block;height:1.5px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:var(--hot-transition-time) all ease-in-out;width:calc(var(--hot-base-grid)*2)}.handsontable .collapsibleIndicator:before,.handsontable .ht_nestingButton:before{height:calc(var(--hot-base-grid)*2);opacity:0;width:1.5px}.handsontable .collapsibleIndicator.expanded:hover:after,.handsontable .ht_nestingButton.expanded:hover:after{background-color:var(--hot-accent-color)}.handsontable .collapsibleIndicator.collapsed,.handsontable .collapsibleIndicator.ht_nestingExpand,.handsontable .ht_nestingButton.collapsed,.handsontable .ht_nestingButton.ht_nestingExpand{background-color:var(--hot-header-active-background-color);border-color:var(--hot-border-color)}.handsontable .collapsibleIndicator.collapsed:after,.handsontable .collapsibleIndicator.collapsed:before,.handsontable .collapsibleIndicator.ht_nestingExpand:after,.handsontable .collapsibleIndicator.ht_nestingExpand:before,.handsontable .ht_nestingButton.collapsed:after,.handsontable .ht_nestingButton.collapsed:before,.handsontable .ht_nestingButton.ht_nestingExpand:after,.handsontable .ht_nestingButton.ht_nestingExpand:before{background-color:var(--hot-border-color);opacity:1}.handsontable .collapsibleIndicator.collapsed:hover,.handsontable .collapsibleIndicator.ht_nestingExpand:hover,.handsontable .ht_nestingButton.collapsed:hover,.handsontable .ht_nestingButton.ht_nestingExpand:hover{background-color:var(--hot-header-active-background-color)}.handsontable .collapsibleIndicator.collapsed:hover:after,.handsontable .collapsibleIndicator.collapsed:hover:before,.handsontable .collapsibleIndicator.ht_nestingExpand:hover:after,.handsontable .collapsibleIndicator.ht_nestingExpand:hover:before,.handsontable .ht_nestingButton.collapsed:hover:after,.handsontable .ht_nestingButton.collapsed:hover:before,.handsontable .ht_nestingButton.ht_nestingExpand:hover:after,.handsontable .ht_nestingButton.ht_nestingExpand:hover:before{background-color:var(--hot-accent-color)}.handsontable .collapsibleIndicator:hover,.handsontable .ht_nestingButton:hover{background-color:var(--hot-header-background-color)}.handsontable .collapsibleIndicator:hover:after,.handsontable .collapsibleIndicator:hover:before,.handsontable .ht_nestingButton:hover:after,.handsontable .ht_nestingButton:hover:before{background-color:var(--hot-border-color)}[dir=rtl].handsontable .collapsibleIndicator{left:var(--hot-base-grid);right:unset}.handsontable thead th.hiddenHeader:not(:first-of-type){display:none}.handsontable th.ht_nestingLevels{padding-inline-start:calc(var(--hot-base-grid)*2);text-align:inline-start}.handsontable th.ht_nestingLevels>.relative{align-items:center;display:flex;gap:calc(var(--hot-base-grid)*.5);justify-content:center}.handsontable th div.ht_nestingLevels{display:inline-block;inset-inline-end:unset;inset-inline-start:calc(var(--hot-base-grid)*3);position:absolute}.handsontable th span.ht_nestingLevel{display:inline-block}.handsontable th span.ht_nestingLevel_empty{align-self:start;border-bottom:1px solid var(--hot-border-color);display:inline-block;float:inline-start;height:calc(var(--hot-base-line-height)/2);position:relative;width:calc(var(--hot-base-grid)*2)}.handsontable th span.ht_nestingLevel_empty:first-child{margin-left:-2px;width:var(--hot-base-grid)}.handsontable th span.ht_nestingLevel_empty:first-child:before{border-left:1px solid var(--hot-border-color);bottom:0;content:"";display:block;height:calc(var(--hot-base-line-height)*.5 + 3px);left:0;position:absolute}.handsontable th span.ht_nestingLevel_empty+.rowHeader{margin-left:6px}.handsontable th span.ht_nestingLevel_empty+.ht_nestingLevel_empty{border-bottom:1px solid var(--hot-border-color);border-left:0}.handsontable th div.ht_nestingButton{cursor:pointer;display:inline-block;inset-inline-end:-2px;inset-inline-start:unset;margin-right:var(--hot-base-grid);order:-1;position:absolute;position:relative;top:0;transform:none}.handsontable.innerBorderInlineStart th div.ht_nestingLevels,.handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingLevels{inset-inline-end:calc(var(--hot-base-grid)*4);inset-inline-start:unset}.handsontable.innerBorderInlineStart th div.ht_nestingButton,.handsontable.innerBorderInlineStart~.handsontable th div.ht_nestingButton{inset-inline-end:0;inset-inline-start:unset}.handsontable th.afterHiddenColumn,.handsontable th.beforeHiddenColumn{position:relative}.handsontable th.afterHiddenColumn .relative:after,.handsontable th.afterHiddenColumn .relative:before,.handsontable th.beforeHiddenColumn .relative:after,.handsontable th.beforeHiddenColumn .relative:before{border:4px solid transparent;content:"";height:0;position:absolute;top:50%;transform:translateY(-50%);width:0}.handsontable th.beforeHiddenColumn .relative:after{border-color:transparent var(--hot-border-color) transparent transparent;right:2px}.handsontable th.afterHiddenColumn .relative:before,[dir=rtl].handsontable th.beforeHiddenColumn .relative:after{border-color:transparent transparent transparent var(--hot-border-color);left:2px}[dir=rtl].handsontable th.beforeHiddenColumn .relative:after{right:auto}[dir=rtl].handsontable th.afterHiddenColumn .relative:before{border-color:transparent var(--hot-border-color) transparent transparent;left:auto;right:2px}.handsontable th.afterHiddenRow,.handsontable th.beforeHiddenRow{position:relative}.handsontable th.afterHiddenRow .relative:after,.handsontable th.afterHiddenRow .relative:before,.handsontable th.beforeHiddenRow .relative:after,.handsontable th.beforeHiddenRow .relative:before{border:4px solid transparent;content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0}.handsontable th.beforeHiddenRow .relative:before{border-color:transparent transparent var(--hot-border-color) transparent;bottom:-2px}.handsontable th.afterHiddenRow .relative:after{border-color:var(--hot-border-color) transparent transparent transparent;top:-2px}.handsontable td.afterHiddenRow.firstVisibleRow,.handsontable th.afterHiddenRow.firstVisibleRow{border-top:var(--hot-border-horizontal-size) solid var(--hot-border-color)}.handsontable .changeType{background:none;border:none;border-radius:var(--hot-border-radius);box-sizing:border-box;display:inline-block;float:inline-end;height:calc(var(--hot-base-grid)*4);margin-inline-end:calc(var(--hot-base-grid) - var(--hot-cell-horizontal-padding));padding:calc(var(--hot-base-grid)*2);position:relative;top:50%;transform:translateY(-50%);transition:var(--hot-transition-time) all ease-in-out;width:calc(var(--hot-base-grid)*4);z-index:1}.handsontable .changeType:hover{background-color:var(--hot-background-color);border:none;box-shadow:0 0 0 1px var(--hot-border-color);cursor:pointer}.handsontable .changeType:hover:before{border-color:var(--hot-accent-color)}.handsontable .changeType:before{border-bottom:1.5px solid var(--hot-header-foreground-color);border-right:1.5px solid var(--hot-header-foreground-color);content:"";display:block;height:var(--hot-base-grid);left:50%;margin-left:.5px;position:absolute;top:50%;transform:rotate(45deg) translate(-100%);transition:var(--hot-transition-time) all ease-in-out;width:var(--hot-base-grid)}.handsontable .htFiltersActive .changeType{background-color:var(--hot-header-menu-button-background-active);border:var(--hot-header-menu-button-border-size) solid var(--hot-header-menu-button-border-active-color);color:var(--hot-header-menu-button-background-active-color)}.handsontable.htContextMenu .ht_master .wtHolder,.handsontable.htDropdownMenu .ht_master .wtHolder,.handsontable.htFiltersConditionsMenu .ht_master .wtHolder{overflow:hidden}.handsontable.htContextMenu:not(.htGhostTable),.handsontable.htDropdownMenu:not(.htGhostTable),.handsontable.htFiltersConditionsMenu:not(.htGhostTable){display:none;position:absolute;z-index:1060}.handsontable.htContextMenu .ht_clone_bottom,.handsontable.htContextMenu .ht_clone_bottom_inline_start_corner,.handsontable.htContextMenu .ht_clone_inline_start,.handsontable.htContextMenu .ht_clone_top,.handsontable.htContextMenu .ht_clone_top_inline_start_corner,.handsontable.htDropdownMenu .ht_clone_bottom,.handsontable.htDropdownMenu .ht_clone_bottom_inline_start_corner,.handsontable.htDropdownMenu .ht_clone_inline_start,.handsontable.htDropdownMenu .ht_clone_top,.handsontable.htDropdownMenu .ht_clone_top_inline_start_corner,.handsontable.htFiltersConditionsMenu .ht_clone_bottom,.handsontable.htFiltersConditionsMenu .ht_clone_bottom_inline_start_corner,.handsontable.htFiltersConditionsMenu .ht_clone_inline_start,.handsontable.htFiltersConditionsMenu .ht_clone_top,.handsontable.htFiltersConditionsMenu .ht_clone_top_inline_start_corner{display:none}.handsontable.htContextMenu table.htCore,.handsontable.htDropdownMenu table.htCore,.handsontable.htFiltersConditionsMenu table.htCore{border-color:var(--hot-dropdown-border-color);border-radius:calc(var(--hot-border-radius)*2);border-style:solid;border-width:var(--hot-dropdown-border-width);box-shadow:var(--hot-base-shadow);overflow:hidden;padding:calc(var(--hot-base-grid)*2) 0}.handsontable.htContextMenu .htCustomMenuRenderer .table.htCore,.handsontable.htDropdownMenu .htCustomMenuRenderer .table.htCore,.handsontable.htFiltersConditionsMenu .htCustomMenuRenderer .table.htCore{box-shadow:none}.handsontable.htContextMenu.handsontable:focus,.handsontable.htDropdownMenu.handsontable:focus,.handsontable.htFiltersConditionsMenu.handsontable:focus{outline:none}.handsontable.htContextMenu .wtBorder,.handsontable.htDropdownMenu .wtBorder,.handsontable.htFiltersConditionsMenu .wtBorder{visibility:hidden}.handsontable.htContextMenu table tbody tr td,.handsontable.htDropdownMenu table tbody tr td,.handsontable.htFiltersConditionsMenu table tbody tr td{background:var(--hot-dropdown-background);border-width:0;cursor:pointer;overflow:hidden;padding:calc(var(--hot-base-grid)*2);position:relative;text-overflow:ellipsis;transition:background calc(var(--hot-transition-time)*.5) ease-in-out;white-space:nowrap}.handsontable.htContextMenu table tbody tr td:first-child,.handsontable.htDropdownMenu table tbody tr td:first-child,.handsontable.htFiltersConditionsMenu table tbody tr td:first-child{border-bottom-width:0;border-inline-end-width:0;border-inline-start-width:0;border-top-width:0}.handsontable.htContextMenu table tbody tr td.htDimmed,.handsontable.htDropdownMenu table tbody tr td.htDimmed,.handsontable.htFiltersConditionsMenu table tbody tr td.htDimmed{color:var(--hot-foreground-color);font-style:normal}.handsontable.htContextMenu table tbody tr td.current:not(.htSelectionDisabled),.handsontable.htDropdownMenu table tbody tr td.current:not(.htSelectionDisabled),.handsontable.htFiltersConditionsMenu table tbody tr td.current:not(.htSelectionDisabled){background:var(--hot-off-background-color)}.handsontable.htContextMenu table tbody tr td.htSubmenu .htItemWrapper:after,.handsontable.htDropdownMenu table tbody tr td.htSubmenu .htItemWrapper:after,.handsontable.htFiltersConditionsMenu table tbody tr td.htSubmenu .htItemWrapper:after{border-right:1.5px solid var(--hot-read-only-text);border-top:1.5px solid var(--hot-read-only-text);content:"";display:block;height:4px;margin-left:.5px;position:absolute;right:calc(var(--hot-base-grid)*4);top:50%;transform:rotate(45deg) translate(-100%);width:4px}.handsontable.htContextMenu table tbody tr td.htSeparator,.handsontable.htDropdownMenu table tbody tr td.htSeparator,.handsontable.htFiltersConditionsMenu table tbody tr td.htSeparator{border-top:1px solid var(--hot-highlight-color);cursor:default;height:0;padding:0}.handsontable.htContextMenu table tbody tr td.htDisabled,.handsontable.htDropdownMenu table tbody tr td.htDisabled,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled{color:var(--hot-read-only-text);cursor:default}.handsontable.htContextMenu table tbody tr td.htDisabled:hover,.handsontable.htDropdownMenu table tbody tr td.htDisabled:hover,.handsontable.htFiltersConditionsMenu table tbody tr td.htDisabled:hover{background:var(--hot-dropdown-background);color:var(--hot-read-only-text)}.handsontable.htContextMenu table tbody tr td.htHidden,.handsontable.htDropdownMenu table tbody tr td.htHidden,.handsontable.htFiltersConditionsMenu table tbody tr td.htHidden{display:none}.handsontable.htContextMenu table tbody tr td .htItemWrapper,.handsontable.htDropdownMenu table tbody tr td .htItemWrapper,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper{margin-inline:calc(var(--hot-base-grid)*2)}.handsontable.htContextMenu table tbody tr td .htItemWrapper i,.handsontable.htDropdownMenu table tbody tr td .htItemWrapper i,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper i{font-size:18px;margin-right:5px}.handsontable.htContextMenu table tbody tr td .htItemWrapper:before,.handsontable.htDropdownMenu table tbody tr td .htItemWrapper:before,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper:before{margin-right:12px;vertical-align:text-bottom}.handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected,.handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected{font-size:0;inset:0}.handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected:after,.handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected:after,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:after{border-left:1.5px solid var(--hot-accent-color);border-top:1.5px solid var(--hot-accent-color);box-sizing:border-box;content:"";display:block;height:10px;pointer-events:none;position:absolute;right:16px;top:50%;transform:translate(-50%,-50%) rotate(-135deg);transition:all var(--hot-transition-time) ease-in-out;width:6px}.handsontable.htContextMenu table tbody tr td .htItemWrapper span.selected:before,.handsontable.htDropdownMenu table tbody tr td .htItemWrapper span.selected:before,.handsontable.htFiltersConditionsMenu table tbody tr td .htItemWrapper span.selected:before{background-color:var(--hot-accent-color);content:"";display:block;inset:0;opacity:.1;position:absolute}.handsontable.htContextMenu table tbody tr td div span.selected,.handsontable.htDropdownMenu table tbody tr td div span.selected,.handsontable.htFiltersConditionsMenu table tbody tr td div span.selected{inset-inline-end:0;position:absolute}.handsontable.htFiltersConditionsMenu:not(.htGhostTable){z-index:1070}.handsontable .htMenuFiltering{border-bottom:1px solid var(--hot-border-color);height:var(--hot-filters-menu-filtering-height);overflow:hidden}.handsontable .ht_master table td.htCustomMenuRenderer{cursor:auto}.handsontable .htFiltersMenuLabel{font-size:var(--hot-label-font-size);line-height:var(--hot-label-line-height);padding:calc(var(--hot-base-grid)*2) 0 calc(var(--hot-base-grid)*.5)}.handsontable .htFiltersMenuLabel:empty{display:none}.handsontable .htFiltersMenuCondition.border{border-bottom:1px solid var(--hot-highlight-color)!important;padding-bottom:calc(var(--hot-base-grid)*4)}.handsontable .htFiltersMenuValue{border-bottom:1px solid var(--hot-highlight-color)!important;padding-bottom:0!important}.handsontable .htUIMultipleSelectHot{border-top:1px solid var(--hot-highlight-color);margin:0 calc(var(--hot-base-grid)*-4)}.handsontable .htUIMultipleSelectHot td{padding:calc(var(--hot-base-grid)*2) calc(var(--hot-base-grid)*4)!important}.handsontable .htUIClearAll,.handsontable .htUISelectAll{display:inline-block}.handsontable .htUIClearAll a,.handsontable .htUISelectAll a{font-size:var(--hot-font-size)}.handsontable .htUISelectAll{margin-inline-end:calc(var(--hot-base-grid)*2);margin-inline-start:0}.handsontable .htUIMultipleSelect .ht_master .wtHolder{overflow-y:auto}.handsontable .htUIMultipleSelect .ht_master .wtHolder .htCore,.handsontable .htUIMultipleSelect .ht_master .wtHolder .wtHider,.handsontable .htUIMultipleSelect .ht_master .wtHolder td,.handsontable .htUIMultipleSelect .ht_master .wtHolder tr{background:none}.handsontable .htUIMultipleSelect .handsontable .htCore td:hover{background-color:var(---hot-off-background-color)}.handsontable .htUIMultipleSelect .handsontable .htCore td.current{background:var(---hot-background-color)}.handsontable .htCommentCell{position:relative}.handsontable .htCommentCell:after{border-inline-end:none;border-inline-start:var(--hot-comment-indicator-size) solid transparent;border-top:var(--hot-comment-indicator-size) solid var(--hot-comment-indicator-color);content:"";inset-inline-end:0;inset-inline-start:unset;position:absolute;top:0}.htCommentsContainer .htComments{display:none;position:absolute;z-index:1059}.htCommentsContainer .htCommentTextArea{-webkit-appearance:none;background-color:var(--hot-background-color);border:0;border-inline-end:none;border-inline-start:1px solid var(--hot-accent-color);border-radius:0 calc(var(--hot-base-grid)*2) calc(var(--hot-base-grid)*2) 0;box-shadow:var(--hot-base-shadow);box-sizing:border-box;color:var(--hot-foreground-color);font-family:var(--hot-font-family);font-size:var(--hot-base-font-size);height:var(--hot-comment-textarea-height);line-height:var(--hot-base-line-height);margin:0 -1px;outline:0!important;padding:calc(var(--hot-base-grid)*3);width:var(--hot-comment-textarea-width)}.htCommentsContainer .htCommentTextArea:focus{border-inline-end:none;border-inline-start:1px solid var(--hot-accent-color);box-shadow:var(--hot-base-shadow)}.handsontable .columnSorting{position:relative}.handsontable .columnSorting.sortAction{align-items:center;display:inline-flex;gap:0;inset:0}.handsontable .columnSorting.sortAction:hover{cursor:pointer;text-decoration:none}.handsontable .columnSorting.sortAction:before{content:"";order:1}.handsontable .columnSorting.sortAction.descending:before{background-color:currentColor;height:var(--hot-icon-size);mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M7.773 2.895a.5.5 0 0 0-.222.212c-.041.073-.045.433-.052 4.212l-.007 4.132-.806-.801c-.443-.44-.887-.874-.987-.965-.18-.164-.182-.165-.343-.165-.094 0-.2.018-.253.044-.195.092-.302.336-.247.561.03.121.108.204 1.408 1.503.757.756 1.435 1.413 1.507 1.46.173.112.285.112.458 0 .072-.046.74-.692 1.484-1.435 1.469-1.466 1.484-1.484 1.448-1.721-.038-.254-.234-.411-.513-.412h-.166l-.181.165c-.1.091-.544.525-.988.966l-.806.802-.002-3.933c-.001-2.163-.011-4.039-.023-4.168-.023-.266-.063-.342-.231-.438a.6.6 0 0 0-.478-.019'/%3E%3C/svg%3E");mask-size:contain;width:var(--hot-icon-size)}.handsontable .columnSorting.sortAction.ascending:before{background-color:currentColor;height:var(--hot-icon-size);mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M7.787 2.882c-.075.031-2.139 2.077-2.614 2.592-.257.277-.318.36-.333.444-.054.319.257.629.577.575.135-.023.213-.093 1.242-1.117l.833-.827.007 4.132c.006 3.441.014 4.143.044 4.199.116.211.355.323.569.265a.5.5 0 0 0 .319-.232l.062-.1.008-4.13.007-4.131.899.892c.495.491.946.927 1.004.97.086.065.129.078.253.078.185 0 .304-.064.415-.222.067-.094.08-.139.08-.268 0-.141-.01-.167-.106-.285-.134-.165-2.293-2.343-2.61-2.632l-.236-.217-.177-.007a.8.8 0 0 0-.243.021'/%3E%3C/svg%3E");mask-size:contain;width:var(--hot-icon-size)}.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled):before{content:"*";display:inline-block;padding-right:20px;position:relative}.handsontable span.colHeader.columnSorting:after{font-size:7px;margin-left:calc(var(--hot-base-grid)*-1);order:2;padding-inline-end:1px;padding-inline-start:1px;position:relative;top:var(--hot-base-grid)}.handsontable span.colHeader.columnSorting[class*=" sort-"]:after,.handsontable span.colHeader.columnSorting[class^=sort-]:after{content:"+"}.handsontable span.colHeader.columnSorting.sort-1:after{content:"1"}.handsontable span.colHeader.columnSorting.sort-2:after{content:"2"}.handsontable span.colHeader.columnSorting.sort-3:after{content:"3"}.handsontable span.colHeader.columnSorting.sort-4:after{content:"4"}.handsontable span.colHeader.columnSorting.sort-5:after{content:"5"}.handsontable span.colHeader.columnSorting.sort-6:after{content:"6"}.handsontable span.colHeader.columnSorting.sort-7:after{content:"7"}.htGhostTable th div button.changeType+span.colHeader.columnSorting:not(.indicatorDisabled){padding-right:var(--hot-base-grid)}.handsontable .htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_inline_start td:first-of-type,.handsontable .htRowHeaders .ht_master.innerBorderInlineStart~.ht_clone_top_inline_start_corner th:nth-child(2){border-left:0}.ht_clone_bottom_left_corner tbody tr td:last-child,.ht_clone_bottom_left_corner thead tr th:not(:first-child):last-child,.ht_clone_inline_start.ht_clone_left tbody tr td:last-child,.ht_clone_inline_start.ht_clone_left thead tr th:not(:first-child):last-child,.ht_clone_top_left_corner tbody tr td:last-child,.ht_clone_top_left_corner thead tr th:not(:first-child):last-child{box-shadow:calc(var(--hot-frozen-size)*-1) 0 0 0 inset var(--hot-frozen-shadow)}.ht_clone_bottom_left_corner tbody tr td:last-child.current,.ht_clone_bottom_left_corner thead tr th:not(:first-child):last-child.current,.ht_clone_inline_start.ht_clone_left tbody tr td:last-child.current,.ht_clone_inline_start.ht_clone_left thead tr th:not(:first-child):last-child.current,.ht_clone_top_left_corner tbody tr td:last-child.current,.ht_clone_top_left_corner thead tr th:not(:first-child):last-child.current{box-shadow:calc(var(--hot-frozen-size)*-1) 0 0 0 inset var(--hot-frozen-shadow),0 0 0 1px inset var(--hot-accent-color)}.ht_clone_bottom_left_corner tbody tr td.ht__highlight:last-child,.ht_clone_bottom_left_corner thead tr th.ht__active_highlight:not(:first-child):last-child,.ht_clone_inline_start.ht_clone_left tbody tr td.ht__highlight:last-child,.ht_clone_inline_start.ht_clone_left thead tr th.ht__active_highlight:not(:first-child):last-child,.ht_clone_top_left_corner tbody tr td.ht__highlight:last-child,.ht_clone_top_left_corner thead tr th.ht__active_highlight:not(:first-child):last-child{box-shadow:calc(var(--hot-frozen-size)*-1) 0 0 0 inset var(--hot-header-highlight-active-background-color)}.ht_clone_top_left_corner tbody tr:last-child td:last-child{box-shadow:calc(var(--hot-frozen-size)*-1) calc(var(--hot-frozen-size)*-1) 0 0 inset var(--hot-frozen-shadow)}.ht_clone_bottom tbody tr:first-child td,.ht_clone_bottom tbody tr:first-child th,.ht_clone_bottom_left_corner tbody tr:first-child td,.ht_clone_bottom_left_corner tbody tr:first-child th{box-shadow:0 var(--hot-frozen-size) 0 0 inset var(--hot-frozen-shadow)}.ht_clone_bottom tbody tr:first-child td.current,.ht_clone_bottom tbody tr:first-child th.current,.ht_clone_bottom_left_corner tbody tr:first-child td.current,.ht_clone_bottom_left_corner tbody tr:first-child th.current{box-shadow:0 var(--hot-frozen-size) 0 0 inset var(--hot-frozen-shadow),0 0 0 1px inset var(--hot-accent-color)}.ht_clone_bottom_left_corner tbody tr:first-child td:last-child{box-shadow:calc(var(--hot-frozen-size)*-1) var(--hot-frozen-size) 0 0 inset var(--hot-frozen-shadow)}.ht_clone_top tbody tr:last-child td,.ht_clone_top tbody tr:last-child th,.ht_clone_top_left_corner tbody tr:last-child td,.ht_clone_top_left_corner tbody tr:last-child th{box-shadow:0 calc(var(--hot-frozen-size)*-1) 0 0 inset var(--hot-frozen-shadow)}.ht_clone_top tbody tr:last-child td.current,.ht_clone_top tbody tr:last-child th.current,.ht_clone_top_left_corner tbody tr:last-child td.current,.ht_clone_top_left_corner tbody tr:last-child th.current{box-shadow:calc(var(--hot-frozen-size)*-1) 0 0 inset var(--hot-frozen-shadow),0 0 0 1px inset var(--hot-accent-color)}.ht_clone_top_inline_start_corner thead tr th:first-child{border-bottom:transparent}.handsontable .manualColumnResizer{background:none;cursor:col-resize;margin:0;opacity:0;position:absolute;top:0;transition:opacity var(--hot-transition-time) ease-in-out;width:10px;z-index:210}.handsontable .manualColumnResizer:after,.handsontable .manualColumnResizer:before{background:var(--hot-read-only-text);border-radius:2px;content:"";display:block;height:calc(100% - 8px);left:1px;margin:4px 0;position:absolute;top:0;width:2px}.handsontable .manualColumnResizer:after{left:auto;right:0}.handsontable .manualColumnResizer.active,.handsontable .manualColumnResizer:hover{opacity:1}.handsontable .manualColumnResizerGuide{border-inline-end:1px solid var(--hot-accent-color);border-inline-start:none;display:none;inset-inline-end:unset;margin-inline-end:unset;margin-inline-start:4px;position:absolute;top:0;width:0}.handsontable .manualColumnResizerGuide.active{display:block;z-index:209}.handsontable .manualRowResizer{background:none;cursor:row-resize;height:10px;left:0;margin:0;opacity:0;position:absolute;transition:opacity .2s ease-in-out;z-index:210}.handsontable .manualRowResizer:after,.handsontable .manualRowResizer:before{background:var(--hot-read-only-text);border-radius:2px;content:"";display:block;height:2px;left:0;margin:0 4px;position:absolute;top:1px;width:calc(100% - 8px)}.handsontable .manualRowResizer:after{bottom:0;top:auto}.handsontable .manualRowResizer.active,.handsontable .manualRowResizer:hover{opacity:1}.handsontable .manualRowResizerGuide{border-bottom:1px solid var(--hot-accent-color);border-top:none;bottom:0;display:none;height:0;left:0;margin-top:4px;position:absolute}.handsontable .manualRowResizerGuide.active{display:block;z-index:209}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-0]:before{opacity:.1}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-1]:before{opacity:.17}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-2]:before{opacity:.24}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-3]:before{opacity:.31}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-4]:before{opacity:.38}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-5]:before{opacity:.45}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-6]:before{opacity:.52}.handsontable tbody td[rowspan][class*=area][class*=highlight][class*=fullySelectedMergedCell-7]:before{opacity:.59}.handsontable .ht__manualColumnMove.after-selection--columns thead th.ht__highlight{cursor:move;cursor:-moz-grab;cursor:-webkit-grab;cursor:grab}.handsontable .ht__manualColumnMove.on-moving--columns *,.handsontable .ht__manualColumnMove.on-moving--columns thead th.ht__highlight{cursor:move;cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.handsontable .ht__manualColumnMove.on-moving--columns .manualColumnResizer{display:none}.handsontable .ht__manualColumnMove--backlight,.handsontable .ht__manualColumnMove--guideline{background:var(--hot-accent-color);display:none;height:100%;position:absolute}.handsontable .ht__manualColumnMove--guideline{margin-inline-end:0;margin-inline-start:-.5px;top:0;width:1px;z-index:205}.handsontable .ht__manualColumnMove--backlight{display:none;opacity:.1;pointer-events:none;z-index:205}.handsontable.on-moving--columns .ht__manualColumnMove--backlight,.handsontable.on-moving--columns.show-ui .ht__manualColumnMove--guideline{display:block}.handsontable .wtHider{position:relative}.handsontable .ht__manualRowMove.after-selection--rows tbody th.ht__highlight{cursor:move;cursor:-moz-grab;cursor:-webkit-grab;cursor:grab}.handsontable .ht__manualRowMove.on-moving--rows *,.handsontable .ht__manualRowMove.on-moving--rows tbody th.ht__highlight{cursor:move;cursor:-moz-grabbing;cursor:-webkit-grabbing;cursor:grabbing}.handsontable .ht__manualRowMove.on-moving--rows .manualRowResizer{display:none}.handsontable .ht__manualRowMove--backlight,.handsontable .ht__manualRowMove--guideline{background:var(--hot-accent-color);display:none;position:absolute;width:100%}.handsontable .ht__manualRowMove--guideline{height:1px;left:0;margin-top:-.5px;z-index:205}.handsontable .ht__manualRowMove--backlight{display:none;opacity:.1;pointer-events:none;z-index:205}.handsontable.on-moving--rows .ht__manualRowMove--backlight,.handsontable.on-moving--rows.show-ui .ht__manualRowMove--guideline,.pika-single{display:block}.pika-single{background:#fff;border:1px solid;border-color:#ccc #ccc #bbb;color:#333;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;position:relative;z-index:9999}.pika-single:after,.pika-single:before{content:" ";display:table}.pika-single:after{clear:both}.pika-single.is-hidden{display:none}.pika-single.is-bound{box-shadow:0 5px 15px -5px rgba(0,0,0,.5);position:absolute}.pika-lendar{float:left;margin:8px;width:240px}.pika-title{position:relative;text-align:center}.pika-label{background-color:#fff;display:inline-block;font-size:14px;font-weight:700;line-height:20px;margin:0;overflow:hidden;padding:5px 3px;position:relative;z-index:9999}.pika-title select{cursor:pointer;left:0;margin:0;opacity:0;position:absolute;top:5px;z-index:9998}.pika-next,.pika-prev{background-color:transparent;background-position:50%;background-repeat:no-repeat;background-size:75% 75%;border:0;cursor:pointer;display:block;height:30px;opacity:.5;outline:none;overflow:hidden;padding:0;position:relative;text-indent:20px;white-space:nowrap;width:20px}.pika-next:hover,.pika-prev:hover{opacity:1}.is-rtl .pika-next,.pika-prev{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);float:left}.is-rtl .pika-prev,.pika-next{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);float:right}.pika-next.is-disabled,.pika-prev.is-disabled{cursor:default;opacity:.2}.pika-select{display:inline-block}.pika-table{border:0;border-collapse:collapse;border-spacing:0;width:100%}.pika-table td,.pika-table th{padding:0;width:14.2857142857%}.pika-table th{color:#999;font-weight:700;line-height:25px}.pika-button,.pika-table th{font-size:12px;text-align:center}.pika-button{background:#f5f5f5;border:0;box-sizing:border-box;-moz-box-sizing:border-box;color:#666;cursor:pointer;display:block;height:auto;line-height:15px;margin:0;outline:none;padding:5px;width:100%}.pika-week{color:#999;font-size:11px}.is-today .pika-button{color:#3af;font-weight:700}.has-event .pika-button,.is-selected .pika-button{background:#3af;border-radius:3px;box-shadow:inset 0 1px 3px #178fe5;color:#fff;font-weight:700}.has-event .pika-button{background:#005da9;box-shadow:inset 0 1px 3px #0076c9}.is-disabled .pika-button,.is-inrange .pika-button{background:#d5e9f7}.is-startrange .pika-button{background:#6cb31d;border-radius:3px;box-shadow:none;color:#fff}.is-endrange .pika-button{background:#3af;border-radius:3px;box-shadow:none;color:#fff}.is-disabled .pika-button{color:#999;cursor:default;opacity:.3;pointer-events:none}.is-outside-current-month .pika-button{color:#999;opacity:.3}.is-selection-disabled{cursor:default;pointer-events:none}.pika-button:hover,.pika-row.pick-whole-week:hover .pika-button{background:#ff8000;border-radius:3px;box-shadow:none;color:#fff}.pika-table abbr{border-bottom:none;cursor:help}
|
@@ -25,8 +25,8 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 0.0.0-next-
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:
|
28
|
+
* Version: 0.0.0-next-4c6aa91-20240814
|
29
|
+
* Release date: 30/07/2024 (built at 14/08/2024 12:37:48)
|
30
30
|
*/
|
31
31
|
/* Light mode */
|
32
32
|
@media (prefers-color-scheme: light) {
|
@@ -25,6 +25,6 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 0.0.0-next-
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:
|
28
|
+
* Version: 0.0.0-next-4c6aa91-20240814
|
29
|
+
* Release date: 30/07/2024 (built at 14/08/2024 12:37:48)
|
30
30
|
*/@media(prefers-color-scheme:light){.handsontable,body{--hot-font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Helvetica Neue",Arial,sans-serif;--hot-base-font-size:12px;--hot-label-font-size:10px;--hot-base-line-height:20px;--hot-label-line-height:18px;--hot-border-horizontal-size:1px;--hot-border-vertical-size:1px;--hot-base-grid:4px;--hot-border-radius:4px;--hot-base-shadow:0px 8px 16px 0px rgba(0,0,0,.12);--hot-control-size:16px;--hot-icon-size:16px;--hot-background-color:#fff;--hot-border-color:#d1d1d5;--hot-off-background-color:#f7f7f9;--hot-highlight-color:#efeff3;--hot-foreground-color:#222;--hot-foreground-color-active:#000;--hot-search-highlight-background-color:#fbe952;--hot-invalid-background-color:rgba(250,77,50,.3);--hot-read-only-text:color-mix(in srgb,var(--hot-background-color),var(--hot-foreground-color) 37%);--hot-placeholder-text:var(--hot-read-only-tex);--hot-accent-color:#1a42e8;--hot-input-border-color:var(--hot-accent-color);--hot-mobile-focus-color:var(--hot-input-border-color);--hot-transition-time:0.2s;--hot-cell-horizontal-padding:8px;--hot-cell-vertical-padding:4px;--hot-header-background-color:var(--hot-off-background-color);--hot-header-highlight-active-background-color:var(--hot-accent-color);--hot-header-foreground-color:color-mix(in srgb,var(--hot-background-color),var(--hot-foreground-color) 64%);--hot-header-active-text-color:color-mix(in srgb,var(--hot-header-highlight-active-background-color),var(--hot-background-color) 64%);--hot-header-current-color:var(--hot-accent-color);--hot-header-highlight-active-border-color:color-mix(in srgb,var(--hot-border-color),var(--hot-header-highlight-active-background-color) 82%);--hot-dropdown-background:var(--hot-background-color);--hot-dropdown-border-color:var(--hot-border-color);--hot-dropdown-border-width:0;--hot-comment-indicator-size:6px;--hot-comment-indicator-color:var(--hot-accent-color);--hot-comment-textarea-height:88px;--hot-comment-textarea-width:240px;--hot-frozen-size:2px;--hot-frozen-shadow:rgba(0,0,0,.2)}}@media(prefers-color-scheme:dark){.handsontable,body{--hot-font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Helvetica Neue",Arial,sans-serif;--hot-base-font-size:12px;--hot-label-font-size:10px;--hot-base-line-height:20px;--hot-label-line-height:18px;--hot-border-horizontal-size:1px;--hot-border-vertical-size:1px;--hot-base-grid:4px;--hot-border-radius:4px;--hot-base-shadow:0px 8px 16px 0px rgba(0,0,0,.12);--hot-control-size:16px;--hot-icon-size:16px;--hot-background-color:#222;--hot-border-color:#333;--hot-off-background-color:#121212;--hot-highlight-color:#000;--hot-foreground-color:#fff;--hot-foreground-color-active:#fff;--hot-search-highlight-background-color:#fbe952;--hot-invalid-background-color:rgba(250,77,50,.3);--hot-read-only-text:color-mix(in srgb,var(--hot-background-color),var(--hot-foreground-color) 37%);--hot-placeholder-text:var(--hot-read-only-tex);--hot-accent-color:#1a42e8;--hot-input-border-color:var(--hot-accent-color);--hot-mobile-focus-color:var(--hot-input-border-color);--hot-transition-time:0.2s;--hot-cell-horizontal-padding:8px;--hot-cell-vertical-padding:4px;--hot-header-background-color:var(--hot-off-background-color);--hot-header-highlight-active-background-color:var(--hot-accent-color);--hot-header-foreground-color:color-mix(in srgb,var(--hot-background-color),var(--hot-foreground-color) 64%);--hot-header-active-text-color:color-mix(in srgb,var(--hot-header-highlight-active-background-color),var(--hot-background-color) 64%);--hot-header-current-color:var(--hot-accent-color);--hot-header-highlight-active-border-color:color-mix(in srgb,var(--hot-border-color),var(--hot-header-highlight-active-background-color) 82%);--hot-dropdown-background:var(--hot-background-color);--hot-dropdown-border-color:var(--hot-border-color);--hot-dropdown-border-width:0;--hot-comment-indicator-size:6px;--hot-comment-indicator-color:var(--hot-accent-color);--hot-comment-textarea-height:88px;--hot-comment-textarea-width:240px;--hot-frozen-size:2px;--hot-frozen-shadow:rgba(0,0,0,.2)}}
|
@@ -25,8 +25,8 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 0.0.0-next-
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:
|
28
|
+
* Version: 0.0.0-next-4c6aa91-20240814
|
29
|
+
* Release date: 30/07/2024 (built at 14/08/2024 12:37:48)
|
30
30
|
*/
|
31
31
|
.handsontable,
|
32
32
|
body {
|
@@ -25,6 +25,6 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 0.0.0-next-
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:
|
28
|
+
* Version: 0.0.0-next-4c6aa91-20240814
|
29
|
+
* Release date: 30/07/2024 (built at 14/08/2024 12:37:48)
|
30
30
|
*/.handsontable,body{--hot-font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Helvetica Neue",Arial,sans-serif;--hot-base-font-size:12px;--hot-label-font-size:10px;--hot-base-line-height:20px;--hot-label-line-height:18px;--hot-border-horizontal-size:1px;--hot-border-vertical-size:1px;--hot-base-grid:4px;--hot-border-radius:4px;--hot-base-shadow:0px 8px 16px 0px rgba(0,0,0,.12);--hot-control-size:16px;--hot-icon-size:16px;--hot-background-color:#222;--hot-border-color:#333;--hot-off-background-color:#121212;--hot-highlight-color:#000;--hot-foreground-color:#fff;--hot-foreground-color-active:#fff;--hot-search-highlight-background-color:#fbe952;--hot-invalid-background-color:rgba(250,77,50,.3);--hot-read-only-text:color-mix(in srgb,var(--hot-background-color),var(--hot-foreground-color) 37%);--hot-placeholder-text:var(--hot-read-only-tex);--hot-accent-color:#1a42e8;--hot-input-border-color:var(--hot-accent-color);--hot-mobile-focus-color:var(--hot-input-border-color);--hot-transition-time:0.2s;--hot-cell-horizontal-padding:8px;--hot-cell-vertical-padding:4px;--hot-header-background-color:var(--hot-off-background-color);--hot-header-highlight-active-background-color:var(--hot-accent-color);--hot-header-foreground-color:color-mix(in srgb,var(--hot-background-color),var(--hot-foreground-color) 64%);--hot-header-active-text-color:color-mix(in srgb,var(--hot-header-highlight-active-background-color),var(--hot-background-color) 64%);--hot-header-current-color:var(--hot-accent-color);--hot-header-highlight-active-border-color:color-mix(in srgb,var(--hot-border-color),var(--hot-header-highlight-active-background-color) 82%);--hot-dropdown-background:var(--hot-background-color);--hot-dropdown-border-color:var(--hot-border-color);--hot-dropdown-border-width:0;--hot-comment-indicator-size:6px;--hot-comment-indicator-color:var(--hot-accent-color);--hot-comment-textarea-height:88px;--hot-comment-textarea-width:240px;--hot-frozen-size:2px;--hot-frozen-shadow:rgba(0,0,0,.2)}
|
@@ -25,8 +25,8 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 0.0.0-next-
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:
|
28
|
+
* Version: 0.0.0-next-4c6aa91-20240814
|
29
|
+
* Release date: 30/07/2024 (built at 14/08/2024 12:37:48)
|
30
30
|
*/
|
31
31
|
.handsontable,
|
32
32
|
body {
|
@@ -25,6 +25,6 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 0.0.0-next-
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:
|
28
|
+
* Version: 0.0.0-next-4c6aa91-20240814
|
29
|
+
* Release date: 30/07/2024 (built at 14/08/2024 12:37:48)
|
30
30
|
*/.handsontable,body{--hot-font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Helvetica Neue",Arial,sans-serif;--hot-base-font-size:12px;--hot-label-font-size:10px;--hot-base-line-height:20px;--hot-label-line-height:18px;--hot-border-horizontal-size:1px;--hot-border-vertical-size:1px;--hot-base-grid:4px;--hot-border-radius:4px;--hot-base-shadow:0px 8px 16px 0px rgba(0,0,0,.12);--hot-control-size:16px;--hot-icon-size:16px;--hot-background-color:#fff;--hot-border-color:#d1d1d5;--hot-off-background-color:#f7f7f9;--hot-highlight-color:#efeff3;--hot-foreground-color:#222;--hot-foreground-color-active:#000;--hot-search-highlight-background-color:#fbe952;--hot-invalid-background-color:rgba(250,77,50,.3);--hot-read-only-text:color-mix(in srgb,var(--hot-background-color),var(--hot-foreground-color) 37%);--hot-placeholder-text:var(--hot-read-only-tex);--hot-accent-color:#1a42e8;--hot-input-border-color:var(--hot-accent-color);--hot-mobile-focus-color:var(--hot-input-border-color);--hot-transition-time:0.2s;--hot-cell-horizontal-padding:8px;--hot-cell-vertical-padding:4px;--hot-header-background-color:var(--hot-off-background-color);--hot-header-highlight-active-background-color:var(--hot-accent-color);--hot-header-foreground-color:color-mix(in srgb,var(--hot-background-color),var(--hot-foreground-color) 64%);--hot-header-active-text-color:color-mix(in srgb,var(--hot-header-highlight-active-background-color),var(--hot-background-color) 64%);--hot-header-current-color:var(--hot-accent-color);--hot-header-highlight-active-border-color:color-mix(in srgb,var(--hot-border-color),var(--hot-header-highlight-active-background-color) 82%);--hot-dropdown-background:var(--hot-background-color);--hot-dropdown-border-color:var(--hot-border-color);--hot-dropdown-border-width:0;--hot-comment-indicator-size:6px;--hot-comment-indicator-color:var(--hot-accent-color);--hot-comment-textarea-height:88px;--hot-comment-textarea-width:240px;--hot-frozen-size:2px;--hot-frozen-shadow:rgba(0,0,0,.2)}
|
@@ -25,8 +25,8 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 0.0.0-next-
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:
|
28
|
+
* Version: 0.0.0-next-4c6aa91-20240814
|
29
|
+
* Release date: 30/07/2024 (built at 14/08/2024 12:37:48)
|
30
30
|
*/
|
31
31
|
/* Light mode */
|
32
32
|
@media (prefers-color-scheme: light) {
|
@@ -25,6 +25,6 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 0.0.0-next-
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:
|
28
|
+
* Version: 0.0.0-next-4c6aa91-20240814
|
29
|
+
* Release date: 30/07/2024 (built at 14/08/2024 12:37:48)
|
30
30
|
*/@media(prefers-color-scheme:light){.handsontable,body{--hot-font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Helvetica Neue",Arial,sans-serif;--hot-base-font-size:12px;--hot-label-font-size:10px;--hot-base-line-height:20px;--hot-label-line-height:18px;--hot-border-horizontal-size:1px;--hot-border-vertical-size:1px;--hot-base-grid:4px;--hot-border-radius:4px;--hot-base-shadow:0px 8px 16px 0px rgba(0,0,0,.12);--hot-control-size:16px;--hot-icon-size:16px;--hot-background-color:#fff;--hot-border-color:#d1d1d5;--hot-off-background-color:#f7f7f9;--hot-highlight-color:#efeff3;--hot-foreground-color:#222;--hot-foreground-color-active:#000;--hot-search-highlight-background-color:#fbe952;--hot-invalid-background-color:rgba(250,77,50,.3);--hot-read-only-text:color-mix(in srgb,var(--hot-background-color),var(--hot-foreground-color) 37%);--hot-placeholder-text:var(--hot-read-only-tex);--hot-accent-color:#1a42e8;--hot-input-border-color:var(--hot-accent-color);--hot-mobile-focus-color:var(--hot-input-border-color);--hot-transition-time:0.2s;--hot-cell-horizontal-padding:8px;--hot-cell-vertical-padding:4px;--hot-header-background-color:var(--hot-off-background-color);--hot-header-highlight-active-background-color:var(--hot-accent-color);--hot-header-foreground-color:color-mix(in srgb,var(--hot-background-color),var(--hot-foreground-color) 64%);--hot-header-active-text-color:color-mix(in srgb,var(--hot-header-highlight-active-background-color),var(--hot-background-color) 64%);--hot-header-current-color:var(--hot-accent-color);--hot-header-highlight-active-border-color:color-mix(in srgb,var(--hot-border-color),var(--hot-header-highlight-active-background-color) 82%);--hot-dropdown-background:var(--hot-background-color);--hot-dropdown-border-color:var(--hot-border-color);--hot-dropdown-border-width:0;--hot-comment-indicator-size:6px;--hot-comment-indicator-color:var(--hot-accent-color);--hot-comment-textarea-height:88px;--hot-comment-textarea-width:240px;--hot-frozen-size:2px;--hot-frozen-shadow:rgba(0,0,0,.2)}}@media(prefers-color-scheme:dark){.handsontable,body{--hot-font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Helvetica Neue",Arial,sans-serif;--hot-base-font-size:12px;--hot-label-font-size:10px;--hot-base-line-height:20px;--hot-label-line-height:18px;--hot-border-horizontal-size:1px;--hot-border-vertical-size:1px;--hot-base-grid:4px;--hot-border-radius:4px;--hot-base-shadow:0px 8px 16px 0px rgba(0,0,0,.12);--hot-control-size:16px;--hot-icon-size:16px;--hot-background-color:#222;--hot-border-color:#333;--hot-off-background-color:#121212;--hot-highlight-color:#000;--hot-foreground-color:#fff;--hot-foreground-color-active:#fff;--hot-search-highlight-background-color:#fbe952;--hot-invalid-background-color:rgba(250,77,50,.3);--hot-read-only-text:color-mix(in srgb,var(--hot-background-color),var(--hot-foreground-color) 37%);--hot-placeholder-text:var(--hot-read-only-tex);--hot-accent-color:#1a42e8;--hot-input-border-color:var(--hot-accent-color);--hot-mobile-focus-color:var(--hot-input-border-color);--hot-transition-time:0.2s;--hot-cell-horizontal-padding:8px;--hot-cell-vertical-padding:4px;--hot-header-background-color:var(--hot-off-background-color);--hot-header-highlight-active-background-color:var(--hot-accent-color);--hot-header-foreground-color:color-mix(in srgb,var(--hot-background-color),var(--hot-foreground-color) 64%);--hot-header-active-text-color:color-mix(in srgb,var(--hot-header-highlight-active-background-color),var(--hot-background-color) 64%);--hot-header-current-color:var(--hot-accent-color);--hot-header-highlight-active-border-color:color-mix(in srgb,var(--hot-border-color),var(--hot-header-highlight-active-background-color) 82%);--hot-dropdown-background:var(--hot-background-color);--hot-dropdown-border-color:var(--hot-border-color);--hot-dropdown-border-width:0;--hot-comment-indicator-size:6px;--hot-comment-indicator-color:var(--hot-accent-color);--hot-comment-textarea-height:88px;--hot-comment-textarea-width:240px;--hot-frozen-size:2px;--hot-frozen-shadow:rgba(0,0,0,.2)}}
|
@@ -25,8 +25,8 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 0.0.0-next-
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:
|
28
|
+
* Version: 0.0.0-next-4c6aa91-20240814
|
29
|
+
* Release date: 30/07/2024 (built at 14/08/2024 12:37:48)
|
30
30
|
*/
|
31
31
|
.handsontable,
|
32
32
|
body {
|
@@ -25,6 +25,6 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 0.0.0-next-
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:
|
28
|
+
* Version: 0.0.0-next-4c6aa91-20240814
|
29
|
+
* Release date: 30/07/2024 (built at 14/08/2024 12:37:48)
|
30
30
|
*/.handsontable,body{--hot-font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Helvetica Neue",Arial,sans-serif;--hot-base-font-size:12px;--hot-label-font-size:10px;--hot-base-line-height:20px;--hot-label-line-height:18px;--hot-border-horizontal-size:1px;--hot-border-vertical-size:1px;--hot-base-grid:4px;--hot-border-radius:4px;--hot-base-shadow:0px 8px 16px 0px rgba(0,0,0,.12);--hot-control-size:16px;--hot-icon-size:16px;--hot-background-color:#222;--hot-border-color:#333;--hot-off-background-color:#121212;--hot-highlight-color:#000;--hot-foreground-color:#fff;--hot-foreground-color-active:#fff;--hot-search-highlight-background-color:#fbe952;--hot-invalid-background-color:rgba(250,77,50,.3);--hot-read-only-text:color-mix(in srgb,var(--hot-background-color),var(--hot-foreground-color) 37%);--hot-placeholder-text:var(--hot-read-only-tex);--hot-accent-color:#1a42e8;--hot-input-border-color:var(--hot-accent-color);--hot-mobile-focus-color:var(--hot-input-border-color);--hot-transition-time:0.2s;--hot-cell-horizontal-padding:8px;--hot-cell-vertical-padding:4px;--hot-header-background-color:var(--hot-off-background-color);--hot-header-highlight-active-background-color:var(--hot-accent-color);--hot-header-foreground-color:color-mix(in srgb,var(--hot-background-color),var(--hot-foreground-color) 64%);--hot-header-active-text-color:color-mix(in srgb,var(--hot-header-highlight-active-background-color),var(--hot-background-color) 64%);--hot-header-current-color:var(--hot-accent-color);--hot-header-highlight-active-border-color:color-mix(in srgb,var(--hot-border-color),var(--hot-header-highlight-active-background-color) 82%);--hot-dropdown-background:var(--hot-background-color);--hot-dropdown-border-color:var(--hot-border-color);--hot-dropdown-border-width:0;--hot-comment-indicator-size:6px;--hot-comment-indicator-color:var(--hot-accent-color);--hot-comment-textarea-height:88px;--hot-comment-textarea-width:240px;--hot-frozen-size:2px;--hot-frozen-shadow:rgba(0,0,0,.2)}
|
@@ -25,8 +25,8 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 0.0.0-next-
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:
|
28
|
+
* Version: 0.0.0-next-4c6aa91-20240814
|
29
|
+
* Release date: 30/07/2024 (built at 14/08/2024 12:37:48)
|
30
30
|
*/
|
31
31
|
.handsontable,
|
32
32
|
body {
|
@@ -25,6 +25,6 @@
|
|
25
25
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
26
26
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
27
27
|
*
|
28
|
-
* Version: 0.0.0-next-
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:
|
28
|
+
* Version: 0.0.0-next-4c6aa91-20240814
|
29
|
+
* Release date: 30/07/2024 (built at 14/08/2024 12:37:48)
|
30
30
|
*/.handsontable,body{--hot-font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Helvetica Neue",Arial,sans-serif;--hot-base-font-size:12px;--hot-label-font-size:10px;--hot-base-line-height:20px;--hot-label-line-height:18px;--hot-border-horizontal-size:1px;--hot-border-vertical-size:1px;--hot-base-grid:4px;--hot-border-radius:4px;--hot-base-shadow:0px 8px 16px 0px rgba(0,0,0,.12);--hot-control-size:16px;--hot-icon-size:16px;--hot-background-color:#fff;--hot-border-color:#d1d1d5;--hot-off-background-color:#f7f7f9;--hot-highlight-color:#efeff3;--hot-foreground-color:#222;--hot-foreground-color-active:#000;--hot-search-highlight-background-color:#fbe952;--hot-invalid-background-color:rgba(250,77,50,.3);--hot-read-only-text:color-mix(in srgb,var(--hot-background-color),var(--hot-foreground-color) 37%);--hot-placeholder-text:var(--hot-read-only-tex);--hot-accent-color:#1a42e8;--hot-input-border-color:var(--hot-accent-color);--hot-mobile-focus-color:var(--hot-input-border-color);--hot-transition-time:0.2s;--hot-cell-horizontal-padding:8px;--hot-cell-vertical-padding:4px;--hot-header-background-color:var(--hot-off-background-color);--hot-header-highlight-active-background-color:var(--hot-accent-color);--hot-header-foreground-color:color-mix(in srgb,var(--hot-background-color),var(--hot-foreground-color) 64%);--hot-header-active-text-color:color-mix(in srgb,var(--hot-header-highlight-active-background-color),var(--hot-background-color) 64%);--hot-header-current-color:var(--hot-accent-color);--hot-header-highlight-active-border-color:color-mix(in srgb,var(--hot-border-color),var(--hot-header-highlight-active-background-color) 82%);--hot-dropdown-background:var(--hot-background-color);--hot-dropdown-border-color:var(--hot-border-color);--hot-dropdown-border-width:0;--hot-comment-indicator-size:6px;--hot-comment-indicator-color:var(--hot-accent-color);--hot-comment-textarea-height:88px;--hot-comment-textarea-width:240px;--hot-frozen-size:2px;--hot-frozen-shadow:rgba(0,0,0,.2)}
|