handsontable 0.0.0-next-4c6aa91-20240814 → 0.0.0-next-d008dbc-20240819
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 +145 -296
- package/dist/handsontable.full.css +152 -305
- package/dist/handsontable.full.js +3673 -3468
- package/dist/handsontable.full.min.css +14 -85
- package/dist/handsontable.full.min.js +26 -26
- package/dist/handsontable.js +3374 -3178
- package/dist/handsontable.min.css +11 -82
- package/dist/handsontable.min.js +23 -23
- package/editors/selectEditor/selectEditor.js +9 -20
- package/editors/selectEditor/selectEditor.mjs +9 -20
- package/helpers/mixed.js +2 -2
- package/helpers/mixed.mjs +2 -2
- package/package.json +3 -18
- package/styles/handsontable.css +0 -1968
- package/styles/handsontable.min.css +0 -30
- package/styles/ht-theme-elegant-dark-auto.css +0 -184
- package/styles/ht-theme-elegant-dark-auto.min.css +0 -30
- package/styles/ht-theme-elegant-dark.css +0 -104
- package/styles/ht-theme-elegant-dark.min.css +0 -30
- package/styles/ht-theme-elegant-light.css +0 -104
- package/styles/ht-theme-elegant-light.min.css +0 -30
- package/styles/ht-theme-main-dark-auto.css +0 -184
- package/styles/ht-theme-main-dark-auto.min.css +0 -30
- package/styles/ht-theme-main-dark.css +0 -104
- package/styles/ht-theme-main-dark.min.css +0 -30
- package/styles/ht-theme-main-light.css +0 -104
- package/styles/ht-theme-main-light.min.css +0 -30
@@ -1,184 +0,0 @@
|
|
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-4c6aa91-20240814
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:37:48)
|
30
|
-
*/
|
31
|
-
/* Light mode */
|
32
|
-
@media (prefers-color-scheme: light) {
|
33
|
-
.handsontable,
|
34
|
-
body {
|
35
|
-
/* Typography */
|
36
|
-
--hot-font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI",
|
37
|
-
"Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
|
38
|
-
--hot-base-font-size: 12px;
|
39
|
-
--hot-label-font-size: 10px;
|
40
|
-
--hot-base-line-height: 20px;
|
41
|
-
--hot-label-line-height: 18px;
|
42
|
-
/* Sizing */
|
43
|
-
--hot-border-horizontal-size: 1px;
|
44
|
-
--hot-border-vertical-size: 1px;
|
45
|
-
--hot-base-grid: 4px;
|
46
|
-
--hot-border-radius: 4px;
|
47
|
-
--hot-base-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
|
48
|
-
--hot-control-size: 16px;
|
49
|
-
--hot-icon-size: 16px;
|
50
|
-
/* Core Colors */
|
51
|
-
--hot-background-color: white;
|
52
|
-
--hot-border-color: #d1d1d5;
|
53
|
-
--hot-off-background-color: #f7f7f9;
|
54
|
-
--hot-highlight-color: #efeff3;
|
55
|
-
/* Text Colors */
|
56
|
-
--hot-foreground-color: #222222;
|
57
|
-
--hot-foreground-color-active: #000;
|
58
|
-
--hot-search-highlight-background-color: #fbe952;
|
59
|
-
--hot-invalid-background-color: rgba(250, 77, 50, 0.3);
|
60
|
-
--hot-read-only-text: color-mix(
|
61
|
-
in srgb,
|
62
|
-
var(--hot-background-color),
|
63
|
-
var(--hot-foreground-color) 37%
|
64
|
-
);
|
65
|
-
--hot-placeholder-text: var(--hot-read-only-tex);
|
66
|
-
/* Accents Colors */
|
67
|
-
--hot-accent-color: #1a42e8;
|
68
|
-
--hot-input-border-color: var(--hot-accent-color);
|
69
|
-
--hot-mobile-focus-color: var(--hot-input-border-color);
|
70
|
-
/* Global */
|
71
|
-
--hot-transition-time: 0.2s;
|
72
|
-
/* Cell */
|
73
|
-
--hot-cell-horizontal-padding: 8px;
|
74
|
-
--hot-cell-vertical-padding: 4px;
|
75
|
-
/* Header Colors */
|
76
|
-
--hot-header-background-color: var(--hot-off-background-color);
|
77
|
-
--hot-header-highlight-active-background-color: var(--hot-accent-color);
|
78
|
-
--hot-header-foreground-color: color-mix(
|
79
|
-
in srgb,
|
80
|
-
var(--hot-background-color),
|
81
|
-
var(--hot-foreground-color) 64%
|
82
|
-
);
|
83
|
-
--hot-header-active-text-color: color-mix(
|
84
|
-
in srgb,
|
85
|
-
var(--hot-header-highlight-active-background-color),
|
86
|
-
var(--hot-background-color) 64%
|
87
|
-
);
|
88
|
-
--hot-header-current-color: var(--hot-accent-color);
|
89
|
-
--hot-header-highlight-active-border-color: color-mix(
|
90
|
-
in srgb,
|
91
|
-
var(--hot-border-color),
|
92
|
-
var(--hot-header-highlight-active-background-color) 82%
|
93
|
-
);
|
94
|
-
/* Dropdown */
|
95
|
-
--hot-dropdown-background: var(--hot-background-color);
|
96
|
-
--hot-dropdown-border-color: var(--hot-border-color);
|
97
|
-
--hot-dropdown-border-width: 0;
|
98
|
-
/* Comments */
|
99
|
-
--hot-comment-indicator-size: 6px;
|
100
|
-
--hot-comment-indicator-color: var(--hot-accent-color);
|
101
|
-
--hot-comment-textarea-height: 88px;
|
102
|
-
--hot-comment-textarea-width: 240px;
|
103
|
-
/* Frozen */
|
104
|
-
--hot-frozen-size: 2px;
|
105
|
-
--hot-frozen-shadow: rgba(0, 0, 0, 0.2);
|
106
|
-
}
|
107
|
-
}
|
108
|
-
/* Dark mode */
|
109
|
-
@media (prefers-color-scheme: dark) {
|
110
|
-
.handsontable,
|
111
|
-
body {
|
112
|
-
/* Typography */
|
113
|
-
--hot-font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI",
|
114
|
-
"Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
|
115
|
-
--hot-base-font-size: 12px;
|
116
|
-
--hot-label-font-size: 10px;
|
117
|
-
--hot-base-line-height: 20px;
|
118
|
-
--hot-label-line-height: 18px;
|
119
|
-
/* Sizing */
|
120
|
-
--hot-border-horizontal-size: 1px;
|
121
|
-
--hot-border-vertical-size: 1px;
|
122
|
-
--hot-base-grid: 4px;
|
123
|
-
--hot-border-radius: 4px;
|
124
|
-
--hot-base-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
|
125
|
-
--hot-control-size: 16px;
|
126
|
-
--hot-icon-size: 16px;
|
127
|
-
/* Core Colors */
|
128
|
-
--hot-background-color: #222222;
|
129
|
-
--hot-border-color: #333;
|
130
|
-
--hot-off-background-color: #121212;
|
131
|
-
--hot-highlight-color: #000;
|
132
|
-
/* Text Colors */
|
133
|
-
--hot-foreground-color: #fff;
|
134
|
-
--hot-foreground-color-active: #fff;
|
135
|
-
--hot-search-highlight-background-color: #fbe952;
|
136
|
-
--hot-invalid-background-color: rgba(250, 77, 50, 0.3);
|
137
|
-
--hot-read-only-text: color-mix(
|
138
|
-
in srgb,
|
139
|
-
var(--hot-background-color),
|
140
|
-
var(--hot-foreground-color) 37%
|
141
|
-
);
|
142
|
-
--hot-placeholder-text: var(--hot-read-only-tex);
|
143
|
-
/* Accents Colors */
|
144
|
-
--hot-accent-color: #1a42e8;
|
145
|
-
--hot-input-border-color: var(--hot-accent-color);
|
146
|
-
--hot-mobile-focus-color: var(--hot-input-border-color);
|
147
|
-
/* Global */
|
148
|
-
--hot-transition-time: 0.2s;
|
149
|
-
/* Cell */
|
150
|
-
--hot-cell-horizontal-padding: 8px;
|
151
|
-
--hot-cell-vertical-padding: 4px;
|
152
|
-
/* Header Colors */
|
153
|
-
--hot-header-background-color: var(--hot-off-background-color);
|
154
|
-
--hot-header-highlight-active-background-color: var(--hot-accent-color);
|
155
|
-
--hot-header-foreground-color: color-mix(
|
156
|
-
in srgb,
|
157
|
-
var(--hot-background-color),
|
158
|
-
var(--hot-foreground-color) 64%
|
159
|
-
);
|
160
|
-
--hot-header-active-text-color: color-mix(
|
161
|
-
in srgb,
|
162
|
-
var(--hot-header-highlight-active-background-color),
|
163
|
-
var(--hot-background-color) 64%
|
164
|
-
);
|
165
|
-
--hot-header-current-color: var(--hot-accent-color);
|
166
|
-
--hot-header-highlight-active-border-color: color-mix(
|
167
|
-
in srgb,
|
168
|
-
var(--hot-border-color),
|
169
|
-
var(--hot-header-highlight-active-background-color) 82%
|
170
|
-
);
|
171
|
-
/* Dropdown */
|
172
|
-
--hot-dropdown-background: var(--hot-background-color);
|
173
|
-
--hot-dropdown-border-color: var(--hot-border-color);
|
174
|
-
--hot-dropdown-border-width: 0;
|
175
|
-
/* Comments */
|
176
|
-
--hot-comment-indicator-size: 6px;
|
177
|
-
--hot-comment-indicator-color: var(--hot-accent-color);
|
178
|
-
--hot-comment-textarea-height: 88px;
|
179
|
-
--hot-comment-textarea-width: 240px;
|
180
|
-
/* Frozen */
|
181
|
-
--hot-frozen-size: 2px;
|
182
|
-
--hot-frozen-shadow: rgba(0, 0, 0, 0.2);
|
183
|
-
}
|
184
|
-
}
|
@@ -1,30 +0,0 @@
|
|
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-4c6aa91-20240814
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:37:48)
|
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)}}
|
@@ -1,104 +0,0 @@
|
|
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-4c6aa91-20240814
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:37:48)
|
30
|
-
*/
|
31
|
-
.handsontable,
|
32
|
-
body {
|
33
|
-
/* Typography */
|
34
|
-
--hot-font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI",
|
35
|
-
"Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
|
36
|
-
--hot-base-font-size: 12px;
|
37
|
-
--hot-label-font-size: 10px;
|
38
|
-
--hot-base-line-height: 20px;
|
39
|
-
--hot-label-line-height: 18px;
|
40
|
-
/* Sizing */
|
41
|
-
--hot-border-horizontal-size: 1px;
|
42
|
-
--hot-border-vertical-size: 1px;
|
43
|
-
--hot-base-grid: 4px;
|
44
|
-
--hot-border-radius: 4px;
|
45
|
-
--hot-base-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
|
46
|
-
--hot-control-size: 16px;
|
47
|
-
--hot-icon-size: 16px;
|
48
|
-
/* Core Colors */
|
49
|
-
--hot-background-color: #222222;
|
50
|
-
--hot-border-color: #333;
|
51
|
-
--hot-off-background-color: #121212;
|
52
|
-
--hot-highlight-color: #000;
|
53
|
-
/* Text Colors */
|
54
|
-
--hot-foreground-color: #fff;
|
55
|
-
--hot-foreground-color-active: #fff;
|
56
|
-
--hot-search-highlight-background-color: #fbe952;
|
57
|
-
--hot-invalid-background-color: rgba(250, 77, 50, 0.3);
|
58
|
-
--hot-read-only-text: color-mix(
|
59
|
-
in srgb,
|
60
|
-
var(--hot-background-color),
|
61
|
-
var(--hot-foreground-color) 37%
|
62
|
-
);
|
63
|
-
--hot-placeholder-text: var(--hot-read-only-tex);
|
64
|
-
/* Accents Colors */
|
65
|
-
--hot-accent-color: #1a42e8;
|
66
|
-
--hot-input-border-color: var(--hot-accent-color);
|
67
|
-
--hot-mobile-focus-color: var(--hot-input-border-color);
|
68
|
-
/* Global */
|
69
|
-
--hot-transition-time: 0.2s;
|
70
|
-
/* Cell */
|
71
|
-
--hot-cell-horizontal-padding: 8px;
|
72
|
-
--hot-cell-vertical-padding: 4px;
|
73
|
-
/* Header Colors */
|
74
|
-
--hot-header-background-color: var(--hot-off-background-color);
|
75
|
-
--hot-header-highlight-active-background-color: var(--hot-accent-color);
|
76
|
-
--hot-header-foreground-color: color-mix(
|
77
|
-
in srgb,
|
78
|
-
var(--hot-background-color),
|
79
|
-
var(--hot-foreground-color) 64%
|
80
|
-
);
|
81
|
-
--hot-header-active-text-color: color-mix(
|
82
|
-
in srgb,
|
83
|
-
var(--hot-header-highlight-active-background-color),
|
84
|
-
var(--hot-background-color) 64%
|
85
|
-
);
|
86
|
-
--hot-header-current-color: var(--hot-accent-color);
|
87
|
-
--hot-header-highlight-active-border-color: color-mix(
|
88
|
-
in srgb,
|
89
|
-
var(--hot-border-color),
|
90
|
-
var(--hot-header-highlight-active-background-color) 82%
|
91
|
-
);
|
92
|
-
/* Dropdown */
|
93
|
-
--hot-dropdown-background: var(--hot-background-color);
|
94
|
-
--hot-dropdown-border-color: var(--hot-border-color);
|
95
|
-
--hot-dropdown-border-width: 0;
|
96
|
-
/* Comments */
|
97
|
-
--hot-comment-indicator-size: 6px;
|
98
|
-
--hot-comment-indicator-color: var(--hot-accent-color);
|
99
|
-
--hot-comment-textarea-height: 88px;
|
100
|
-
--hot-comment-textarea-width: 240px;
|
101
|
-
/* Frozen */
|
102
|
-
--hot-frozen-size: 2px;
|
103
|
-
--hot-frozen-shadow: rgba(0, 0, 0, 0.2);
|
104
|
-
}
|
@@ -1,30 +0,0 @@
|
|
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-4c6aa91-20240814
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:37:48)
|
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)}
|
@@ -1,104 +0,0 @@
|
|
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-4c6aa91-20240814
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:37:48)
|
30
|
-
*/
|
31
|
-
.handsontable,
|
32
|
-
body {
|
33
|
-
/* Typography */
|
34
|
-
--hot-font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI",
|
35
|
-
"Roboto", "Oxygen", "Ubuntu", "Helvetica Neue", Arial, sans-serif;
|
36
|
-
--hot-base-font-size: 12px;
|
37
|
-
--hot-label-font-size: 10px;
|
38
|
-
--hot-base-line-height: 20px;
|
39
|
-
--hot-label-line-height: 18px;
|
40
|
-
/* Sizing */
|
41
|
-
--hot-border-horizontal-size: 1px;
|
42
|
-
--hot-border-vertical-size: 1px;
|
43
|
-
--hot-base-grid: 4px;
|
44
|
-
--hot-border-radius: 4px;
|
45
|
-
--hot-base-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.12);
|
46
|
-
--hot-control-size: 16px;
|
47
|
-
--hot-icon-size: 16px;
|
48
|
-
/* Core Colors */
|
49
|
-
--hot-background-color: white;
|
50
|
-
--hot-border-color: #d1d1d5;
|
51
|
-
--hot-off-background-color: #f7f7f9;
|
52
|
-
--hot-highlight-color: #efeff3;
|
53
|
-
/* Text Colors */
|
54
|
-
--hot-foreground-color: #222222;
|
55
|
-
--hot-foreground-color-active: #000;
|
56
|
-
--hot-search-highlight-background-color: #fbe952;
|
57
|
-
--hot-invalid-background-color: rgba(250, 77, 50, 0.3);
|
58
|
-
--hot-read-only-text: color-mix(
|
59
|
-
in srgb,
|
60
|
-
var(--hot-background-color),
|
61
|
-
var(--hot-foreground-color) 37%
|
62
|
-
);
|
63
|
-
--hot-placeholder-text: var(--hot-read-only-tex);
|
64
|
-
/* Accents Colors */
|
65
|
-
--hot-accent-color: #1a42e8;
|
66
|
-
--hot-input-border-color: var(--hot-accent-color);
|
67
|
-
--hot-mobile-focus-color: var(--hot-input-border-color);
|
68
|
-
/* Global */
|
69
|
-
--hot-transition-time: 0.2s;
|
70
|
-
/* Cell */
|
71
|
-
--hot-cell-horizontal-padding: 8px;
|
72
|
-
--hot-cell-vertical-padding: 4px;
|
73
|
-
/* Header Colors */
|
74
|
-
--hot-header-background-color: var(--hot-off-background-color);
|
75
|
-
--hot-header-highlight-active-background-color: var(--hot-accent-color);
|
76
|
-
--hot-header-foreground-color: color-mix(
|
77
|
-
in srgb,
|
78
|
-
var(--hot-background-color),
|
79
|
-
var(--hot-foreground-color) 64%
|
80
|
-
);
|
81
|
-
--hot-header-active-text-color: color-mix(
|
82
|
-
in srgb,
|
83
|
-
var(--hot-header-highlight-active-background-color),
|
84
|
-
var(--hot-background-color) 64%
|
85
|
-
);
|
86
|
-
--hot-header-current-color: var(--hot-accent-color);
|
87
|
-
--hot-header-highlight-active-border-color: color-mix(
|
88
|
-
in srgb,
|
89
|
-
var(--hot-border-color),
|
90
|
-
var(--hot-header-highlight-active-background-color) 82%
|
91
|
-
);
|
92
|
-
/* Dropdown */
|
93
|
-
--hot-dropdown-background: var(--hot-background-color);
|
94
|
-
--hot-dropdown-border-color: var(--hot-border-color);
|
95
|
-
--hot-dropdown-border-width: 0;
|
96
|
-
/* Comments */
|
97
|
-
--hot-comment-indicator-size: 6px;
|
98
|
-
--hot-comment-indicator-color: var(--hot-accent-color);
|
99
|
-
--hot-comment-textarea-height: 88px;
|
100
|
-
--hot-comment-textarea-width: 240px;
|
101
|
-
/* Frozen */
|
102
|
-
--hot-frozen-size: 2px;
|
103
|
-
--hot-frozen-shadow: rgba(0, 0, 0, 0.2);
|
104
|
-
}
|
@@ -1,30 +0,0 @@
|
|
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-4c6aa91-20240814
|
29
|
-
* Release date: 30/07/2024 (built at 14/08/2024 12:37:48)
|
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)}
|