handsontable 0.0.0-next-7e0b795-20221220 → 0.0.0-next-b0314f6-20230104
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/CHANGELOG.md +109 -108
- package/base.js +2 -2
- package/base.mjs +2 -2
- package/dataMap/metaManager/metaSchema.js +2 -2
- package/dataMap/metaManager/metaSchema.mjs +2 -2
- package/dist/handsontable.css +2 -2
- package/dist/handsontable.full.css +2 -2
- package/dist/handsontable.full.js +7 -7
- package/dist/handsontable.full.min.css +2 -2
- package/dist/handsontable.full.min.js +4 -4
- package/dist/handsontable.js +7 -7
- 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 +1 -1
package/CHANGELOG.md
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
|
5
|
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0
|
5
|
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0),
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
7
|
|
8
8
|
<!-- This file should generally be updated automatically using our changelog script. See `.changelogs/README.md` for more information. -->
|
@@ -11,11 +11,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
11
11
|
|
12
12
|
## [12.3.0] - 2022-12-14
|
13
13
|
|
14
|
-
For more information on this release, see:
|
15
|
-
- [Blog post](https://handsontable.com/blog/articles/2022/12/handsontable-12-3-0-copying-cells-with-headers)
|
16
|
-
- [Documentation (12.3)](https://handsontable.com/docs/12.3/)
|
17
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_12-3-0)
|
18
|
-
|
19
14
|
### Added
|
20
15
|
|
21
16
|
- Added a new feature that lets you copy the contents of column headers by using 3 new context menu options: "Copy with headers", "Copy with group headers", and "Copy headers only". [#2288](https://github.com/handsontable/handsontable/issues/2288)
|
@@ -34,12 +29,12 @@ For more information on this release, see:
|
|
34
29
|
- Fixed an issue where typing in a `dropdown` editor caused the IME to disappear, resulting in wrong characters being typed. [#9672](https://github.com/handsontable/handsontable/issues/9672)
|
35
30
|
- React: Fixed an issue where `dropdown` cells weren't validated properly when using the `HotColumn` component. [#10065](https://github.com/handsontable/handsontable/issues/10065)
|
36
31
|
|
37
|
-
|
32
|
+
For more information on Handsontable 12.3.0, see:
|
33
|
+
- [Blog post (12.3.0)](https://handsontable.com/blog/articles/2022/12/handsontable-12-3-0-copying-cells-with-headers)
|
34
|
+
- [Documentation (12.3)](https://handsontable.com/docs/12.3)
|
35
|
+
- [Release notes (12.3.0)](https://handsontable.com/docs/release-notes/#_12-3-0)
|
38
36
|
|
39
|
-
|
40
|
-
- [Blog post](https://handsontable.com/blog/handsontable-12.2.0)
|
41
|
-
- [Documentation (12.2)](https://handsontable.com/docs/12.2/)
|
42
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_12-2-0)
|
37
|
+
## [12.2.0] - 2022-10-25
|
43
38
|
|
44
39
|
### Added
|
45
40
|
|
@@ -62,11 +57,12 @@ For more information on this release, see:
|
|
62
57
|
- Fixed an issue where changing a cell's `type` through `setCellMeta()` didn't properly set the cell's `editor` and `renderer`. [#9734](https://github.com/handsontable/handsontable/issues/9734)
|
63
58
|
- Fixed an issue where the dropdown menu didn't display when the `NestedHeaders` plugin was enabled and all rows were trimmed out. [#9753](https://github.com/handsontable/handsontable/issues/9753)
|
64
59
|
|
65
|
-
|
60
|
+
For more information on Handsontable 12.2.0, see:
|
61
|
+
- [Blog post (12.2.0)](https://handsontable.com/blog/handsontable-12.2.0)
|
62
|
+
- [Documentation (12.2)](https://handsontable.com/docs/12.2)
|
63
|
+
- [Release notes (12.2.0)](https://handsontable.com/docs/release-notes/#_12-2-0)
|
66
64
|
|
67
|
-
|
68
|
-
- [Documentation (12.1)](https://handsontable.com/docs/12.1/)
|
69
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_12-1-3)
|
65
|
+
## [12.1.3] - 2022-09-22
|
70
66
|
|
71
67
|
### Removed
|
72
68
|
|
@@ -86,33 +82,32 @@ For more information on this release, see:
|
|
86
82
|
- Fixed misalignment on mobile devices when the edge cells were selected. [#9621](https://github.com/handsontable/handsontable/issues/9621)
|
87
83
|
- Fixed type definitions for the method `setSourceDataAtCell`. [#8599](https://github.com/handsontable/handsontable/issues/8599)
|
88
84
|
|
89
|
-
|
85
|
+
For more information on Handsontable 12.1.3, see:
|
86
|
+
- [Documentation (12.1)](https://handsontable.com/docs/12.1)
|
87
|
+
- [Release notes (12.1.3)](https://handsontable.com/docs/release-notes/#_12-1-3)
|
90
88
|
|
91
|
-
|
92
|
-
- [Documentation (12.1)](https://handsontable.com/docs/12.1/)
|
93
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_12-1-2)
|
89
|
+
## [12.1.2] - 2022-07-08
|
94
90
|
|
95
91
|
### Changed
|
96
92
|
|
97
93
|
- Changed the version of the Moment.js dependency from 2.29.3 to 2.29.4, in reaction to a recently-found Moment.js security vulnerability. The vulnerability did not affect a correct configuration of Handsontable. [#9638](https://github.com/handsontable/handsontable/issues/9638)
|
98
94
|
- Vue: Freezed the version of the Vue framework that is used in our build chain to ~2.6. This shouldn't affect apps that use Vue 2.7+. [#9624](https://github.com/handsontable/handsontable/issues/9624)
|
99
95
|
|
100
|
-
|
96
|
+
For more information on Handsontable 12.1.2, see:
|
97
|
+
- [Documentation (12.1)](https://handsontable.com/docs/12.1)
|
98
|
+
- [Release notes (12.1.2)](https://handsontable.com/docs/release-notes/#_12-1-2)
|
101
99
|
|
102
|
-
|
103
|
-
- [Documentation (12.1)](https://handsontable.com/docs/12.1/)
|
104
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_12-1-1)
|
100
|
+
## [12.1.1] - 2022-07-05
|
105
101
|
|
106
102
|
### Fixed
|
107
103
|
|
108
104
|
- Angular: Fixed an issue where the installation of `@handsontable/angular` package failed for versions of Angular other than 9 [#9622](https://github.com/handsontable/handsontable/issues/9622)
|
109
105
|
|
110
|
-
|
106
|
+
For more information on Handsontable 12.1.1, see:
|
107
|
+
- [Documentation (12.1)](https://handsontable.com/docs/12.1)
|
108
|
+
- [Release notes (12.1.1)](https://handsontable.com/docs/release-notes/#_12-1-1)
|
111
109
|
|
112
|
-
|
113
|
-
- [Blog post](https://handsontable.com/blog/handsontable-12.1.0-data-grid-new-hooks-new-translations-and-rendering-improvements)
|
114
|
-
- [Documentation (12.1)](https://handsontable.com/docs/12.1/)
|
115
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_12-1-0)
|
110
|
+
## [12.1.0] - 2022-06-28
|
116
111
|
|
117
112
|
### Added
|
118
113
|
|
@@ -146,11 +141,12 @@ For more information on this release, see:
|
|
146
141
|
- Fixed an issue where hiding columns with nested headers caused incorrect column width calculation (for the `stretchH: 'all'` option). [#9496](https://github.com/handsontable/handsontable/issues/9496)
|
147
142
|
- Fixed an issue where `ShortcutManager` unnecessarily handled `keyup` events with no `key` defined. [#9562](https://github.com/handsontable/handsontable/issues/9562)
|
148
143
|
|
149
|
-
|
144
|
+
For more information on Handsontable 12.1.0, see:
|
145
|
+
- [Blog post (12.1.0)](https://handsontable.com/blog/handsontable-12.1.0-data-grid-new-hooks-new-translations-and-rendering-improvements)
|
146
|
+
- [Documentation (12.1)](https://handsontable.com/docs/12.1)
|
147
|
+
- [Release notes (12.1.0)](https://handsontable.com/docs/release-notes/#_12-1-0)
|
150
148
|
|
151
|
-
|
152
|
-
- [Documentation (12.0)](https://handsontable.com/docs/12.0/)
|
153
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_12-0-1)
|
149
|
+
## [12.0.1] - 2022-05-16
|
154
150
|
|
155
151
|
### Fixed
|
156
152
|
|
@@ -160,13 +156,11 @@ For more information on this release, see:
|
|
160
156
|
- Fixed an issue where nested column headers didn't expand properly. [#9099](https://github.com/handsontable/handsontable/issues/9099)
|
161
157
|
- Fixed an issue where updating custom borders could lead to uncaught error exceptions. [#9455](https://github.com/handsontable/handsontable/issues/9455)
|
162
158
|
|
163
|
-
|
159
|
+
For more information on Handsontable 12.0.1, see:
|
160
|
+
- [Documentation (12.0)](https://handsontable.com/docs/12.0)
|
161
|
+
- [Release notes (12.0.1)](https://handsontable.com/docs/release-notes/#_12-0-1)
|
164
162
|
|
165
|
-
|
166
|
-
- [Blog post](https://handsontable.com/blog/handsontable-12.0.0-data-grid-rtl-support-and-a-new-keyboard-shortcuts-api)
|
167
|
-
- [Documentation (12.0)](https://handsontable.com/docs/12.0/)
|
168
|
-
- [Migration guide (11.1 → 12.0)](https://handsontable.com/docs/migration-from-11.1-to-12.0/)
|
169
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_12-0-0)
|
163
|
+
## [12.0.0] - 2022-04-28
|
170
164
|
|
171
165
|
### Added
|
172
166
|
|
@@ -215,12 +209,13 @@ For more information on this release, see:
|
|
215
209
|
- Fixed an issue where the dropdown menu contained unwanted rectangle elements. [#9240](https://github.com/handsontable/handsontable/issues/9240)
|
216
210
|
- React, Vue 2, Vue 3: Fixed an issue with registering modules for the React, Vue 2, and Vue 3 wrappers, by adding an `"exports"` field to their `package.json` files. [#9140](https://github.com/handsontable/handsontable/issues/9140)
|
217
211
|
|
218
|
-
|
212
|
+
For more information on Handsontable 12.0.0, see:
|
213
|
+
- [Blog post (12.0.0)](https://handsontable.com/blog/handsontable-12.0.0-data-grid-rtl-support-and-a-new-keyboard-shortcuts-api)
|
214
|
+
- [Documentation (12.0)](https://handsontable.com/docs/12.0)
|
215
|
+
- [Migration guide (11.1 → 12.0)](https://handsontable.com/docs/migration-from-11.1-to-12.0)
|
216
|
+
- [Release notes (12.0.0)](https://handsontable.com/docs/release-notes/#_12-0-0)
|
219
217
|
|
220
|
-
|
221
|
-
- [Blog post](https://handsontable.com/blog/handsontable-11.1.0-vue-3-support-and-updatedata)
|
222
|
-
- [Documentation (11.1)](https://handsontable.com/docs/11.1/)
|
223
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_11-1)
|
218
|
+
## [11.1.0] - 2022-01-13
|
224
219
|
|
225
220
|
### Added
|
226
221
|
|
@@ -249,23 +244,22 @@ resetting the states of cells, rows and columns. [#7263](https://github.com/hand
|
|
249
244
|
- Fixed an issue where the `Comments` plugin's editor disappeared after adding a comment. [#9075](https://github.com/handsontable/handsontable/issues/9075) [#6661](https://github.com/handsontable/handsontable/issues/6661)
|
250
245
|
- React: Fixed a wrong return type. [#9000](https://github.com/handsontable/handsontable/issues/9000)
|
251
246
|
|
252
|
-
|
247
|
+
For more information on Handsontable 11.1.0, see:
|
248
|
+
- [Blog post (11.1.0)](https://handsontable.com/blog/handsontable-11.1.0-vue-3-support-and-updatedata)
|
249
|
+
- [Documentation (11.1)](https://handsontable.com/docs/11.1)
|
250
|
+
- [Release notes (11.1.0)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_11-1)
|
253
251
|
|
254
|
-
|
255
|
-
- [Documentation (11.0)](https://handsontable.com/docs/11.0/)
|
256
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_11-0-1)
|
252
|
+
## [11.0.1] - 2021-11-17
|
257
253
|
|
258
254
|
### Fixed
|
259
255
|
|
260
256
|
- Fixed the UMD build of `@handsontable/angular`, which was not working properly in `11.0.0`. [#8946](https://github.com/handsontable/handsontable/pull/8946)
|
261
257
|
|
262
|
-
|
258
|
+
For more information on Handsontable 11.0.0, see:
|
259
|
+
- [Documentation (11.0)](https://handsontable.com/docs/11.0)
|
260
|
+
- [Release notes (11.0.1)](https://handsontable.com/docs/release-notes/#_11-0-1)
|
263
261
|
|
264
|
-
|
265
|
-
- [Blog post](https://handsontable.com/blog/handsontable-11.0.0-modularization-for-react-angular-and-vue)
|
266
|
-
- [Documentation (11.0)](https://handsontable.com/docs/11.0/)
|
267
|
-
- [Migration guide (10.0 → 11.0)](https://handsontable.com/docs/migration-from-10.0-to-11.0/)
|
268
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_11-0)
|
262
|
+
## [11.0.0] - 2021-11-17
|
269
263
|
|
270
264
|
### Added
|
271
265
|
|
@@ -294,13 +288,13 @@ For more information on this release, see:
|
|
294
288
|
- Fixed an error thrown when autofill's source is a `date` cell. [#8894](https://github.com/handsontable/handsontable/issues/8894)
|
295
289
|
- React: Fixed a React wrapper issue where it's impossible to use different sets of props in editor components reused across multiple columns. [#8527](https://github.com/handsontable/handsontable/issues/8527)
|
296
290
|
|
297
|
-
|
291
|
+
For more information on Handsontable 11.0.0, see:
|
292
|
+
- [Blog post (11.0.0)](https://handsontable.com/blog/handsontable-11.0.0-modularization-for-react-angular-and-vue)
|
293
|
+
- [Documentation (11.0)](https://handsontable.com/docs/11.0)
|
294
|
+
- [Migration guide (10.0 → 11.0)](https://handsontable.com/docs/migration-from-10.0-to-11.0)
|
295
|
+
- [Release notes (11.0.0)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_11-0)
|
298
296
|
|
299
|
-
|
300
|
-
- [Blog post](https://handsontable.com/blog/handsontable-10.0.0-improved-performance-and-consistency)
|
301
|
-
- [Documentation (10.0)](https://handsontable.com/docs/10.0/)
|
302
|
-
- [Migration guide (9.0 → 10.0)](https://handsontable.com/docs/migration-from-9.0-to-10.0/)
|
303
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_10-0)
|
297
|
+
## [10.0.0] - 2021-09-29
|
304
298
|
|
305
299
|
### Changed
|
306
300
|
|
@@ -330,12 +324,13 @@ For more information on this release, see:
|
|
330
324
|
- Adjusted directories and files related to `dataMap`, to prevent potential circular references. [#8704](https://github.com/handsontable/handsontable/issues/8704)
|
331
325
|
- Improved the performance of the regular expression used to detect numeric values, and fixed major code smells. [#8752](https://github.com/handsontable/handsontable/issues/8752)
|
332
326
|
|
333
|
-
|
327
|
+
For more information on Handsontable 10.0.0, see:
|
328
|
+
- [Blog post (10.0.0)](https://handsontable.com/blog/handsontable-10.0.0-improved-performance-and-consistency)
|
329
|
+
- [Documentation (10.0)](https://handsontable.com/docs/10.0)
|
330
|
+
- [Migration guide (9.0 → 10.0)](https://handsontable.com/docs/migration-from-9.0-to-10.0)
|
331
|
+
- [Release notes (10.0.0)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_10-0)
|
334
332
|
|
335
|
-
|
336
|
-
- [Blog post](https://handsontable.com/blog/whats-new-in-handsontable-9.0.2)
|
337
|
-
- [Documentation (9.0)](https://handsontable.com/docs/9.0/)
|
338
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_9-0-2)
|
333
|
+
## [9.0.2] - 2021-07-28
|
339
334
|
|
340
335
|
### Fixed
|
341
336
|
|
@@ -354,11 +349,12 @@ For more information on this release, see:
|
|
354
349
|
|
355
350
|
- Added new documentation engine [#7624](https://github.com/handsontable/handsontable/issues/7624)
|
356
351
|
|
357
|
-
|
352
|
+
For more information on Handsontable 9.0.2, see:
|
353
|
+
- [Blog post (9.0.2)](https://handsontable.com/blog/whats-new-in-handsontable-9.0.2)
|
354
|
+
- [Documentation (9.0)](https://handsontable.com/docs/9.0)
|
355
|
+
- [Release notes (9.0.2)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_9-0-2)
|
358
356
|
|
359
|
-
|
360
|
-
- [Documentation (9.0)](https://handsontable.com/docs/9.0/)
|
361
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_9-0-1)
|
357
|
+
## [9.0.1] - 2021-06-17
|
362
358
|
|
363
359
|
### Removed
|
364
360
|
|
@@ -369,13 +365,11 @@ For more information on this release, see:
|
|
369
365
|
- Fixed an issue where the validator function was called twice when the Formulas plugin was enabled. [#8138](https://github.com/handsontable/handsontable/issues/8138)
|
370
366
|
- Introduced a new CSS style for cells of the `checkbox` type to restore previous behaviour. [#8196](https://github.com/handsontable/handsontable/issues/8196)
|
371
367
|
|
372
|
-
|
368
|
+
For more information on Handsontable 9.0.1, see:
|
369
|
+
- [Documentation (9.0)](https://handsontable.com/docs/9.0)
|
370
|
+
- [Release notes (9.0.1)](https://handsontable.com/docs/release-notes/#_9-0-1)
|
373
371
|
|
374
|
-
|
375
|
-
- [Blog post](https://handsontable.com/blog/handsontable-9.0.0-new-formula-plugin)
|
376
|
-
- [Documentation (9.0)](https://handsontable.com/docs/9.0/)
|
377
|
-
- [Migration guide (8.4 → 9.0)](https://handsontable.com/docs/migration-from-8.4-to-9.0/)
|
378
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_9-0)
|
372
|
+
## [9.0.0] - 2021-06-01
|
379
373
|
|
380
374
|
### Changed
|
381
375
|
|
@@ -397,12 +391,13 @@ For more information on this release, see:
|
|
397
391
|
|
398
392
|
- Deprecated the `beforeAutofillInsidePopulate` hook. It will be removed in the next major release. [#8095](https://github.com/handsontable/handsontable/issues/8095)
|
399
393
|
|
400
|
-
|
394
|
+
For more information on Handsontable 9.0.0, see:
|
395
|
+
- [Blog post (9.0.0)](https://handsontable.com/blog/handsontable-9.0.0-new-formula-plugin)
|
396
|
+
- [Documentation (9.0)](https://handsontable.com/docs/9.0)
|
397
|
+
- [Migration guide (8.4 → 9.0)](https://handsontable.com/docs/migration-from-8.4-to-9.0)
|
398
|
+
- [Release notes (9.0.0)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_9-0)
|
401
399
|
|
402
|
-
|
403
|
-
- [Blog post](https://handsontable.com/blog/whats-new-in-handsontable-8-4-0)
|
404
|
-
- [Documentation (8.4.0)](https://handsontable.com/docs/8.4.0/)
|
405
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-4)
|
400
|
+
## [8.4.0] - 2021-05-11
|
406
401
|
|
407
402
|
### Added
|
408
403
|
|
@@ -440,11 +435,12 @@ For more information on this release, see:
|
|
440
435
|
|
441
436
|
- Enhanced the ESLint config file by adding a rule that checks if there are new lines missing before some keywords or statements. [#7691](https://github.com/handsontable/handsontable/issues/7691)
|
442
437
|
|
443
|
-
|
438
|
+
For more information on Handsontable 8.4.0, see:
|
439
|
+
- [Blog post (8.4.0)](https://handsontable.com/blog/whats-new-in-handsontable-8-4-0)
|
440
|
+
- [Documentation (8.4.0)](https://handsontable.com/docs/8.4.0)
|
441
|
+
- [Release notes (8.4.0)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-4)
|
444
442
|
|
445
|
-
|
446
|
-
- [Blog post](https://handsontable.com/blog/handsontable-8-3-2-introducing-monorepo)
|
447
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-3-2)
|
443
|
+
## [8.3.2] - 2021-03-16
|
448
444
|
|
449
445
|
### Fixed
|
450
446
|
|
@@ -470,22 +466,22 @@ For more information on this release, see:
|
|
470
466
|
- Introduced the monorepo to this repository. From now on, `handsontable`, `@handsontable/angular`, `@handsontable/react`, and `@handsontable/vue` will all be developed in the same repo - `handsontable`. [#7380](https://github.com/handsontable/handsontable/issues/7380)
|
471
467
|
- Added a custom ESLint rule which allows restricting specified modules from loading by `import` or re-exporting. [#7473](https://github.com/handsontable/handsontable/issues/7473)
|
472
468
|
|
473
|
-
|
469
|
+
For more information on Handsontable 8.3.2, see:
|
470
|
+
- [Blog post (8.3.2)](https://handsontable.com/blog/handsontable-8-3-2-introducing-monorepo)
|
471
|
+
- [Documentation (8.3.2)](https://handsontable.com/docs/8.3.2)
|
472
|
+
- [Release notes (8.3.2)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-3-2)
|
474
473
|
|
475
|
-
|
476
|
-
- [Documentation (8.3.1)](https://handsontable.com/docs/8.3.1/)
|
477
|
-
- [Release notes](https://handsontable.com/docs/release-notes/#_8-3-1)
|
474
|
+
## [8.3.1] - 2021-02-10
|
478
475
|
|
479
476
|
### Fixed
|
480
477
|
|
481
478
|
- Fixed an issue where the CSS files could be eliminated during tree-shaking [#7516](https://github.com/handsontable/handsontable/issues/7516)
|
482
479
|
|
483
|
-
|
480
|
+
For more information on Handsontable 8.3.1, see:
|
481
|
+
- [Documentation (8.3.1)](https://handsontable.com/docs/8.3.1)
|
482
|
+
- [Release notes (8.3.1)](https://handsontable.com/docs/release-notes/#_8-3-1)
|
484
483
|
|
485
|
-
|
486
|
-
- [Blog post](https://handsontable.com/blog/handsontable-8.3.0-has-been-released)
|
487
|
-
- [Documentation (8.3.0)](https://handsontable.com/docs/8.3.0/)
|
488
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-3)
|
484
|
+
## [8.3.0] - 2021-01-28
|
489
485
|
|
490
486
|
### Added
|
491
487
|
|
@@ -515,12 +511,12 @@ For more information on this release, see:
|
|
515
511
|
- Corrected a typo in a helper method from the Column Sorting plugin. [#7375](https://github.com/handsontable/handsontable/issues/7375)
|
516
512
|
- Optimized the performance of rendering the table with numerous spare rows (for `minSpareRows`, `minSpareCols`, `minRows`, and `minCols` options). [#7439](https://github.com/handsontable/handsontable/issues/7439)
|
517
513
|
|
518
|
-
|
514
|
+
For more information on Handsontable 8.3.0, see:
|
515
|
+
- [Blog post (8.3.0)](https://handsontable.com/blog/handsontable-8.3.0-has-been-released)
|
516
|
+
- [Documentation (8.3.0)](https://handsontable.com/docs/8.3.0)
|
517
|
+
- [Release notes (8.3.0)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-3)
|
519
518
|
|
520
|
-
|
521
|
-
- [Blog post](https://handsontable.com/blog/handsontable-8.2.0-has-been-released)
|
522
|
-
- [Documentation (8.2.0)](https://handsontable.com/docs/8.2.0/)
|
523
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-2)
|
519
|
+
## [8.2.0] - 2020-11-12
|
524
520
|
|
525
521
|
### Added
|
526
522
|
|
@@ -540,12 +536,12 @@ For more information on this release, see:
|
|
540
536
|
- Fix a problem with the inconsistent behavior of the Context Menu's "Clear column" disabled status. [#7003](https://github.com/handsontable/handsontable/issues/7003)
|
541
537
|
- Fix a bug with parsing multiline cells on pasting `text/html` mime-type. [#7369](https://github.com/handsontable/handsontable/issues/7369)
|
542
538
|
|
543
|
-
|
539
|
+
For more information on Handsontable 8.2.0, see:
|
540
|
+
- [Blog post (8.2.0)](https://handsontable.com/blog/handsontable-8.2.0-has-been-released)
|
541
|
+
- [Documentation (8.2.0)](https://handsontable.com/docs/8.2.0)
|
542
|
+
- [Release notes (8.2.0)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-2)
|
544
543
|
|
545
|
-
|
546
|
-
- [Blog post](https://handsontable.com/blog/handsontable-8.1.0-has-been-released)
|
547
|
-
- [Documentation (8.1.0)](https://handsontable.com/docs/8.1.0/)
|
548
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-1)
|
544
|
+
## [8.1.0] - 2020-10-01
|
549
545
|
|
550
546
|
### Added
|
551
547
|
|
@@ -573,13 +569,12 @@ For more information on this release, see:
|
|
573
569
|
- Updated dependencies to meet security requirements [#7222](https://github.com/handsontable/handsontable/pull/7222)
|
574
570
|
- Improved performance for TrimRows, HiddenRows and HiddenColumns plugins for big datasets with lots trimmed/hidden indexes [#7223](https://github.com/handsontable/handsontable/pull/7223)
|
575
571
|
|
576
|
-
|
572
|
+
For more information on Handsontable 8.1.0, see:
|
573
|
+
- [Blog post (8.1.0)](https://handsontable.com/blog/handsontable-8.1.0-has-been-released)
|
574
|
+
- [Documentation (8.1.0)](https://handsontable.com/docs/8.1.0)
|
575
|
+
- [Release notes (8.1.0)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-1)
|
577
576
|
|
578
|
-
|
579
|
-
- [Blog post](https://handsontable.com/blog/the-new-handsontable-8-is-now-available)
|
580
|
-
- [Documentation (8.0.0)](https://handsontable.com/docs/8.0.0/)
|
581
|
-
- [Migration guide (7.4 → 8.0)](https://handsontable.com/docs/migration-from-7.4-to-8.0/)
|
582
|
-
- [Release notes](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-0)
|
577
|
+
## [8.0.0] - 2020-08-05
|
583
578
|
|
584
579
|
### Added
|
585
580
|
|
@@ -822,6 +817,12 @@ For more information on this release, see:
|
|
822
817
|
- Fixed an issue with Undo/Redo not working with fixing columns. [#6869](https://github.com/handsontable/handsontable/issues/6869)
|
823
818
|
- Added a missing argument in the `deepObjectSize` function. [#6821](https://github.com/handsontable/handsontable/pull/6821)
|
824
819
|
|
820
|
+
For more information on Handsontable 8.0.0, see:
|
821
|
+
- [Blog post (8.0.0)](https://handsontable.com/blog/the-new-handsontable-8-is-now-available)
|
822
|
+
- [Documentation (8.0.0)](https://handsontable.com/docs/8.0.0)
|
823
|
+
- [Migration guide (7.4 → 8.0)](https://handsontable.com/docs/migration-from-7.4-to-8.0)
|
824
|
+
- [Release notes (8.0.0)](https://handsontable.com/docs/javascript-data-grid/release-notes/#_8-0)
|
825
|
+
|
825
826
|
## Prior [8.0.0]
|
826
827
|
|
827
828
|
The changes for previous versions are described at https://github.com/handsontable/handsontable/releases.
|
package/base.js
CHANGED
@@ -46,8 +46,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
|
|
46
46
|
Handsontable.CellCoords = _src.CellCoords;
|
47
47
|
Handsontable.CellRange = _src.CellRange;
|
48
48
|
Handsontable.packageName = 'handsontable';
|
49
|
-
Handsontable.buildDate = "
|
50
|
-
Handsontable.version = "0.0.0-next-
|
49
|
+
Handsontable.buildDate = "04/01/2023 10:23:13";
|
50
|
+
Handsontable.version = "0.0.0-next-b0314f6-20230104";
|
51
51
|
Handsontable.languages = {
|
52
52
|
dictionaryKeys: _registry.dictionaryKeys,
|
53
53
|
getLanguageDictionary: _registry.getLanguageDictionary,
|
package/base.mjs
CHANGED
@@ -35,8 +35,8 @@ Handsontable.hooks = Hooks.getSingleton();
|
|
35
35
|
Handsontable.CellCoords = CellCoords;
|
36
36
|
Handsontable.CellRange = CellRange;
|
37
37
|
Handsontable.packageName = 'handsontable';
|
38
|
-
Handsontable.buildDate = "
|
39
|
-
Handsontable.version = "0.0.0-next-
|
38
|
+
Handsontable.buildDate = "04/01/2023 10:23:31";
|
39
|
+
Handsontable.version = "0.0.0-next-b0314f6-20230104";
|
40
40
|
Handsontable.languages = {
|
41
41
|
dictionaryKeys: dictionaryKeys,
|
42
42
|
getLanguageDictionary: getLanguageDictionary,
|
@@ -2838,13 +2838,13 @@ var _default = function _default() {
|
|
2838
2838
|
* @example
|
2839
2839
|
* ```js
|
2840
2840
|
* // enable the `ManualRowResize` plugin
|
2841
|
-
*
|
2841
|
+
* manualRowResize: true,
|
2842
2842
|
*
|
2843
2843
|
* // enable the `ManualRowResize` plugin
|
2844
2844
|
* // set the initial height of row 0 to 40 pixels
|
2845
2845
|
* // set the initial height of row 1 to 50 pixels
|
2846
2846
|
* // set the initial height of row 2 to 60 pixels
|
2847
|
-
*
|
2847
|
+
* manualRowResize: [40, 50, 60],
|
2848
2848
|
* ```
|
2849
2849
|
*/
|
2850
2850
|
manualRowResize: void 0,
|
@@ -2834,13 +2834,13 @@ export default (function () {
|
|
2834
2834
|
* @example
|
2835
2835
|
* ```js
|
2836
2836
|
* // enable the `ManualRowResize` plugin
|
2837
|
-
*
|
2837
|
+
* manualRowResize: true,
|
2838
2838
|
*
|
2839
2839
|
* // enable the `ManualRowResize` plugin
|
2840
2840
|
* // set the initial height of row 0 to 40 pixels
|
2841
2841
|
* // set the initial height of row 1 to 50 pixels
|
2842
2842
|
* // set the initial height of row 2 to 60 pixels
|
2843
|
-
*
|
2843
|
+
* manualRowResize: [40, 50, 60],
|
2844
2844
|
* ```
|
2845
2845
|
*/
|
2846
2846
|
manualRowResize: void 0,
|
package/dist/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: 14/12/2022 (built at
|
28
|
+
* Version: 0.0.0-next-b0314f6-20230104
|
29
|
+
* Release date: 14/12/2022 (built at 04/01/2023 10:23:47)
|
30
30
|
*/
|
31
31
|
/**
|
32
32
|
* Fix for bootstrap styles
|
@@ -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: 14/12/2022 (built at
|
28
|
+
* Version: 0.0.0-next-b0314f6-20230104
|
29
|
+
* Release date: 14/12/2022 (built at 04/01/2023 10:23:47)
|
30
30
|
*/
|
31
31
|
/**
|
32
32
|
* Fix for bootstrap styles
|
@@ -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: 14/12/2022 (built at
|
28
|
+
* Version: 0.0.0-next-b0314f6-20230104
|
29
|
+
* Release date: 14/12/2022 (built at 04/01/2023 10:23:47)
|
30
30
|
*/
|
31
31
|
(function webpackUniversalModuleDefinition(root, factory) {
|
32
32
|
if(typeof exports === 'object' && typeof module === 'object')
|
@@ -3046,7 +3046,7 @@ var domMessages = {
|
|
3046
3046
|
function _injectProductInfo(key, element) {
|
3047
3047
|
var hasValidType = !isEmpty(key);
|
3048
3048
|
var isNonCommercial = typeof key === 'string' && key.toLowerCase() === 'non-commercial-and-evaluation';
|
3049
|
-
var hotVersion = "0.0.0-next-
|
3049
|
+
var hotVersion = "0.0.0-next-b0314f6-20230104";
|
3050
3050
|
var keyValidityDate;
|
3051
3051
|
var consoleMessageState = 'invalid';
|
3052
3052
|
var domMessageState = 'invalid';
|
@@ -77553,13 +77553,13 @@ var _default = function _default() {
|
|
77553
77553
|
* @example
|
77554
77554
|
* ```js
|
77555
77555
|
* // enable the `ManualRowResize` plugin
|
77556
|
-
*
|
77556
|
+
* manualRowResize: true,
|
77557
77557
|
*
|
77558
77558
|
* // enable the `ManualRowResize` plugin
|
77559
77559
|
* // set the initial height of row 0 to 40 pixels
|
77560
77560
|
* // set the initial height of row 1 to 50 pixels
|
77561
77561
|
* // set the initial height of row 2 to 60 pixels
|
77562
|
-
*
|
77562
|
+
* manualRowResize: [40, 50, 60],
|
77563
77563
|
* ```
|
77564
77564
|
*/
|
77565
77565
|
manualRowResize: void 0,
|
@@ -91519,8 +91519,8 @@ Handsontable.hooks = _pluginHooks.default.getSingleton();
|
|
91519
91519
|
Handsontable.CellCoords = _src.CellCoords;
|
91520
91520
|
Handsontable.CellRange = _src.CellRange;
|
91521
91521
|
Handsontable.packageName = 'handsontable';
|
91522
|
-
Handsontable.buildDate = "
|
91523
|
-
Handsontable.version = "0.0.0-next-
|
91522
|
+
Handsontable.buildDate = "04/01/2023 10:23:47";
|
91523
|
+
Handsontable.version = "0.0.0-next-b0314f6-20230104";
|
91524
91524
|
Handsontable.languages = {
|
91525
91525
|
dictionaryKeys: _registry.dictionaryKeys,
|
91526
91526
|
getLanguageDictionary: _registry.getLanguageDictionary,
|
@@ -26,8 +26,8 @@
|
|
26
26
|
* INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
27
27
|
* USE OR INABILITY TO USE THIS SOFTWARE.
|
28
28
|
*
|
29
|
-
* Version: 0.0.0-next-
|
30
|
-
* Release date: 14/12/2022 (built at
|
29
|
+
* Version: 0.0.0-next-b0314f6-20230104
|
30
|
+
* Release date: 14/12/2022 (built at 04/01/2023 10:24:28)
|
31
31
|
*/.handsontable .table td,.handsontable .table th{border-top:none}.handsontable tr{background:#fff}.handsontable td{background-color:inherit}.handsontable .table caption+thead tr:first-child td,.handsontable .table caption+thead tr:first-child th,.handsontable .table colgroup+thead tr:first-child td,.handsontable .table colgroup+thead tr:first-child th,.handsontable .table thead:first-child tr:first-child td,.handsontable .table thead:first-child tr:first-child th{border-top:1px solid #ccc}.handsontable .table-bordered{border:0;border-collapse:separate}.handsontable .table-bordered td,.handsontable .table-bordered th{border-left:none}.handsontable .table-bordered td:first-child,.handsontable .table-bordered th:first-child{border-left:1px solid #ccc}.handsontable .table>tbody>tr>td,.handsontable .table>tbody>tr>th,.handsontable .table>tfoot>tr>td,.handsontable .table>tfoot>tr>th,.handsontable .table>thead>tr>td,.handsontable .table>thead>tr>th{line-height:21px;padding:0}.col-lg-1.handsontable,.col-lg-2.handsontable,.col-lg-3.handsontable,.col-lg-4.handsontable,.col-lg-5.handsontable,.col-lg-6.handsontable,.col-lg-7.handsontable,.col-lg-8.handsontable,.col-lg-9.handsontable,.col-lg-10.handsontable,.col-lg-11.handsontable,.col-lg-12.handsontable,.col-md-1.handsontable,.col-md-2.handsontable,.col-md-3.handsontable,.col-md-4.handsontable,.col-md-5.handsontable,.col-md-6.handsontable,.col-md-7.handsontable,.col-md-8.handsontable,.col-md-9.handsontable .col-sm-1.handsontable,.col-md-10.handsontable,.col-md-11.handsontable,.col-md-12.handsontable,.col-sm-2.handsontable,.col-sm-3.handsontable,.col-sm-4.handsontable,.col-sm-5.handsontable,.col-sm-6.handsontable,.col-sm-7.handsontable,.col-sm-8.handsontable,.col-sm-9.handsontable .col-xs-1.handsontable,.col-sm-10.handsontable,.col-sm-11.handsontable,.col-sm-12.handsontable,.col-xs-2.handsontable,.col-xs-3.handsontable,.col-xs-4.handsontable,.col-xs-5.handsontable,.col-xs-6.handsontable,.col-xs-7.handsontable,.col-xs-8.handsontable,.col-xs-9.handsontable,.col-xs-10.handsontable,.col-xs-11.handsontable,.col-xs-12.handsontable{padding-left:0;padding-right:0}.handsontable .table-striped>tbody>tr:nth-of-type(2n){background-color:#fff}.handsontable{position:relative}.handsontable .hide{display:none}.handsontable .relative{position:relative}.handsontable .wtHider{width:0}.handsontable .wtSpreader{position:relative;width:0;height:auto}.handsontable div,.handsontable input,.handsontable table,.handsontable tbody,.handsontable td,.handsontable textarea,.handsontable th,.handsontable thead{box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box}.handsontable input,.handsontable textarea{min-height:0}.handsontable table.htCore{border-collapse:separate;border-spacing:0;margin:0;border-width:0;table-layout:fixed;width:0;outline-width:0;cursor:default;max-width:none;max-height:none}.handsontable col,.handsontable col.rowHeader{width:50px}.handsontable td,.handsontable th{border-top-width:0;border-left-width:0;border-right:1px solid #ccc;border-bottom:1px solid #ccc;height:22px;empty-cells:show;line-height:21px;padding:0 4px;background-color:#fff;vertical-align:top;overflow:hidden;outline-width:0;white-space:pre-wrap}[dir=rtl].handsontable td,[dir=rtl].handsontable th{border-right-width:0;border-left:1px solid #ccc}.handsontable th:last-child{border-left:none;border-right:1px solid #ccc;border-bottom:1px solid #ccc}[dir=rtl].handsontable th:last-child{border-right:none;border-left:1px solid #ccc}.handsontable td:first-of-type,.handsontable th:first-child,.handsontable th:nth-child(2){border-left:1px solid #ccc}[dir=rtl].handsontable td:first-of-type,[dir=rtl].handsontable th:first-child,[dir=rtl].handsontable th:nth-child(2){border-right:1px solid #ccc}.handsontable .ht_clone_top th:nth-child(2){border-left-width:0;border-right:1px solid #ccc}[dir=rtl].handsontable .ht_clone_top th:nth-child(2){border-right-width:0;border-left:1px solid #ccc}.handsontable.htRowHeaders thead tr th:nth-child(2){border-left:1px solid #ccc}[dir=rtl].handsontable.htRowHeaders thead tr th:nth-child(2){border-right:1px solid #ccc}.handsontable tr:first-child td,.handsontable tr:first-child th{border-top:1px solid #ccc}.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top) thead tr th:first-child,.ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable tbody tr th{border-right-width:0;border-left:1px solid #ccc}[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable:not(.ht_clone_top) thead tr th:first-child,[dir=rtl].ht_master:not(.innerBorderInlineStart):not(.emptyColumns)~.handsontable tbody tr th{border-left-width:0;border-right:1px solid #ccc}.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr.lastChild th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom) thead tr:last-child th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr.lastChild th,.ht_master:not(.innerBorderTop):not(.innerBorderBottom)~.handsontable thead tr:last-child th{border-bottom-width:0}.handsontable th{background-color:#f0f0f0;color:#222;text-align:center;font-weight:400;white-space:nowrap}.handsontable thead th{padding:0}.handsontable th.active{background-color:#ccc}.handsontable thead th .relative{padding:2px 4px}.handsontable span.colHeader{display:inline-block;line-height:1.1}.handsontable .wtBorder{position:absolute;font-size:0}.handsontable .wtBorder.hidden{display:none!important}.handsontable .wtBorder.current{z-index:10}.handsontable .wtBorder.area{z-index:8}.handsontable .wtBorder.fill{z-index:6}.handsontable .wtBorder.corner{font-size:0;cursor:crosshair}.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}.handsontable col.hidden{width:0!important}.handsontable tr.hidden,.handsontable tr.hidden td,.handsontable tr.hidden th{display:none}.ht_clone_bottom,.ht_clone_inline_start,.ht_clone_top,.ht_master{overflow:hidden}.ht_master .wtHolder{overflow:auto}.handsontable .ht_clone_inline_start thead,.handsontable .ht_master thead,.handsontable .ht_master tr th{visibility:hidden}.ht_clone_bottom .wtHolder,.ht_clone_inline_start .wtHolder,.ht_clone_top .wtHolder{overflow:hidden}.handsontable{touch-action:manipulation;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:13px;font-weight:400;color:#373737}.handsontable a{color:#104acc}.handsontable.htAutoSize{visibility:hidden;left:-99000px;position:absolute;top:-99000px}.handsontable td.htInvalid{background-color:#ff4c42!important}.handsontable td.htNoWrap{white-space:nowrap}.hot-display-license-info{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Helvetica Neue,Arial,sans-serif;font-size:10px;font-weight:400;color:#373737;padding:5px 0 3px;text-align:left}.hot-display-license-info a{color:#104acc;font-size:10px}.handsontable .manualColumnResizer{position:absolute;top:0;cursor:col-resize;z-index:210;width:5px;height:25px}.handsontable .manualRowResizer{position:absolute;left:0;cursor:row-resize;z-index:210;height:5px;width:50px}.handsontable .manualColumnResizer.active,.handsontable .manualColumnResizer:hover,.handsontable .manualRowResizer.active,.handsontable .manualRowResizer:hover{background-color:#34a9db}.handsontable .manualColumnResizerGuide{position:absolute;right:unset;top:0;background-color:#34a9db;display:none;width:0;border-right:1px dashed #777;border-left:none;margin-left:5px;margin-right:unset}[dir=rtl].handsontable .manualColumnResizerGuide{left:unset;border-left:1px dashed #777;border-right:none;margin-right:5px;margin-left:unset}.handsontable .manualRowResizerGuide{position:absolute;left:0;bottom:0;background-color:#34a9db;display:none;height:0;border-bottom:1px dashed #777;margin-top:5px}.handsontable .manualColumnResizerGuide.active,.handsontable .manualRowResizerGuide.active{display:block;z-index:209}.handsontable .columnSorting{position:relative}.handsontable .columnSorting.sortAction:hover{text-decoration:underline;cursor:pointer}.handsontable span.colHeader.columnSorting:before{top:50%;margin-top:-6px;padding-left:8px;padding-right:0;position:absolute;right:-9px;left:unset;content:"";height:10px;width:5px;background-size:contain;background-repeat:no-repeat;background-position-x:right}[dir=rtl].handsontable span.colHeader.columnSorting:before{padding-right:8px;padding-left:0;left:-9px;right:unset;background-position-x:left}.handsontable span.colHeader.columnSorting.ascending:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFNJREFUeAHtzjkSgCAUBNHPgsoy97+ulGXRqJE5L+xkxoYt2UdsLb5bqFINz+aLuuLn5rIu2RkO3fZpWENimNgiw6iBYRTPMLJjGFxQZ1hxxb/xBI1qC8k39CdKAAAAAElFTkSuQmCC")}.handsontable span.colHeader.columnSorting.descending:before{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAoCAMAAADJ7yrpAAAAKlBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAKE86IAAAADXRSTlMABBEmRGprlJW72e77tTkTKwAAAFJJREFUeAHtzjkSgCAQRNFmQYUZ7n9dKUvru0TmvPAn3br0QfgdZ5xx6x+rQn23GqTYnq1FDcnuzZIO2WmedVqIRVxgGKEyjNgYRjKGkZ1hFIZ3I70LyM0VtU8AAAAASUVORK5CYII=")}.htGhostTable .htCore span.colHeader.columnSorting:not(.indicatorDisabled):after{content:"*";display:inline-block;position:relative;padding-right:20px}.handsontable td.area,.handsontable td.area-1,.handsontable td.area-2,.handsontable td.area-3,.handsontable td.area-4,.handsontable td.area-5,.handsontable td.area-6,.handsontable td.area-7{position:relative}.handsontable td.area-1:before,.handsontable td.area-2:before,.handsontable td.area-3:before,.handsontable td.area-4:before,.handsontable td.area-5:before,.handsontable td.area-6:before,.handsontable td.area-7:before,.handsontable td.area:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;bottom:-100%\9;background:#005eff}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.handsontable td.area-1:before,.handsontable td.area-2:before,.handsontable td.area-3:before,.handsontable td.area-4:before,.handsontable td.area-5:before,.handsontable td.area-6:before,.handsontable td.area-7:before,.handsontable td.area:before{bottom:-100%}}.handsontable td.area:before{opacity:.1}.handsontable td.area-1:before{opacity:.2}.handsontable td.area-2:before{opacity:.27}.handsontable td.area-3:before{opacity:.35}.handsontable td.area-4:before{opacity:.41}.handsontable td.area-5:before{opacity:.47}.handsontable td.area-6:before{opacity:.54}.handsontable td.area-7:before{opacity:.58}.handsontable tbody th.ht__highlight,.handsontable thead th.ht__highlight{background-color:#dcdcdc}.handsontable tbody th.ht__active_highlight,.handsontable thead th.ht__active_highlight{background-color:#8eb0e7;color:#000}.handsontableInput{border:none;outline-width:0;margin:0;padding:1px 5px 0;font-family:inherit;line-height:21px;font-size:inherit;box-shadow:inset 0 0 0 2px #5292f7;resize:none;display:block;color:#000;border-radius:0;background-color:#fff}.handsontableInput:focus{outline:none}.handsontableInputHolder{position:absolute;top:0;left:0}.htSelectEditor{-webkit-appearance:menulist-button!important;position:absolute;width:auto}.htSelectEditor:focus{outline:none}.handsontable .htDimmed{color:#777}.handsontable .htSubmenu{position:relative}.handsontable .htSubmenu :after{content:"▶";color:#777;position:absolute;right:5px;font-size:9px}[dir=rtl].handsontable .htSubmenu :after{content:""}[dir=rtl].handsontable .htSubmenu :before{content:"◀";color:#777;position:absolute;left:5px;font-size:9px}.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 .htPlaceholder{color:#999}.handsontable.listbox{margin:0}.handsontable.listbox .ht_master table{border:1px solid #ccc;border-collapse:separate;background:#fff}.handsontable.listbox td,.handsontable.listbox th,.handsontable.listbox tr:first-child td,.handsontable.listbox tr:first-child th,.handsontable.listbox tr:last-child th{border-color:transparent!important}.handsontable.listbox td,.handsontable.listbox th{white-space:nowrap;text-overflow:ellipsis}.handsontable.listbox td.htDimmed{cursor:default;color:inherit;font-style:inherit}.handsontable.listbox .wtBorder{visibility:hidden}.handsontable.listbox tr:hover td,.handsontable.listbox tr td.current{background:#eee}.ht_editor_hidden{z-index:-1}.ht_editor_visible{z-index:200}.handsontable td.htSearchResult{background:#fcedd9;color:#583707}.handsontable .collapsibleIndicator{position:absolute;top:50%;transform:translateY(-50%);left:unset;right:5px;border:1px solid #a6a6a6;line-height:8px;color:#222;border-radius:10px;font-size:10px;width:10px;height:10px;cursor:pointer;-webkit-box-shadow:0 0 0 6px #eee;-moz-box-shadow:0 0 0 6px #eee;box-shadow:0 0 0 6px #eee;background:#eee;text-align:center}[dir=rtl].handsontable .collapsibleIndicator{right:unset;left:5px}.handsontable.mobile,.handsontable.mobile .wtHolder{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-overflow-scrolling:touch}.handsontable.mobile .handsontableInput:focus{-webkit-box-shadow:0 0 0 2px #5292f7 inset;-moz-box-shadow:0 0 0 2px #5292f7 inset;box-shadow:inset 0 0 0 2px #5292f7;-webkit-appearance:none}.topSelectionHandle-HitArea:not(.ht_master .topSelectionHandle-HitArea),.topSelectionHandle:not(.ht_master .topSelectionHandle){z-index:9999}.handsontable .bottomSelectionHandle,.handsontable .bottomSelectionHandle-HitArea,.handsontable .topSelectionHandle,.handsontable .topSelectionHandle-HitArea{left:-10000px;right:unset;top:-10000px}[dir=rtl].handsontable .bottomSelectionHandle,[dir=rtl].handsontable .bottomSelectionHandle-HitArea,[dir=rtl].handsontable .topSelectionHandle,[dir=rtl].handsontable .topSelectionHandle-HitArea{right:-10000px;left:unset}.handsontable.hide-tween{-webkit-animation:opacity-hide .3s;animation:opacity-hide .3s;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}
|
32
32
|
/*!
|
33
33
|
* Pikaday
|