@handsontable/react 9.0.2 → 11.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +19 -22
- package/README.md +11 -10
- package/baseEditorComponent.d.ts +2 -2
- package/commonjs/react-handsontable.js +152 -118
- package/dist/react-handsontable.js +139 -129
- package/dist/react-handsontable.js.map +1 -1
- package/dist/react-handsontable.min.js +21 -24
- package/dist/react-handsontable.min.js.map +1 -1
- package/es/react-handsontable.js +108 -75
- package/handsontable-non-commercial-license.pdf +0 -0
- package/helpers.d.ts +9 -3
- package/hotColumn.d.ts +1 -1
- package/hotTable.d.ts +11 -9
- package/package.json +5 -5
- package/settingsMapper.d.ts +1 -1
- package/types.d.ts +12 -4
- package/handsontable-general-terms.pdf +0 -0
package/LICENSE.txt
CHANGED
|
@@ -1,28 +1,25 @@
|
|
|
1
1
|
Copyright (c) HANDSONCODE sp. z o. o.
|
|
2
2
|
|
|
3
|
-
HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o.,
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
|
|
3
|
+
HANDSONTABLE is a software distributed by HANDSONCODE sp. z o. o., a Polish corporation based in
|
|
4
|
+
Gdynia, Poland, at Aleja Zwycięstwa 96-98, registered by the District Court in Gdansk under number
|
|
5
|
+
538651, EU tax ID number: PL5862294002, share capital: PLN 62,800.00.
|
|
7
6
|
|
|
8
|
-
This software is protected by applicable copyright laws, including
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
or monetary compensation (commercial purposes), or not.
|
|
7
|
+
This software is protected by applicable copyright laws, including international treaties, and dual-
|
|
8
|
+
licensed – depending on whether your use for commercial purposes, meaning intended for or
|
|
9
|
+
resulting in commercial advantage or monetary compensation, or not.
|
|
12
10
|
|
|
13
|
-
If your use
|
|
14
|
-
|
|
15
|
-
in the "handsontable-non-commercial-license.pdf" file
|
|
16
|
-
in the main directory of this software repository.
|
|
11
|
+
If your use is strictly personal or solely for evaluation purposes, meaning for the purposes of testing
|
|
12
|
+
the suitability, performance, and usefulness of this software outside the production environment,
|
|
13
|
+
you agree to be bound by the terms included in the "handsontable-non-commercial-license.pdf" file.
|
|
17
14
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
in the "handsontable-general-terms.pdf" file, available in the main
|
|
21
|
-
directory of this software repository.
|
|
15
|
+
Your use of this software for commercial purposes is subject to the terms included in an applicable
|
|
16
|
+
license agreement.
|
|
22
17
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
18
|
+
In any case, you must not make any such use of this software as to develop software which may be
|
|
19
|
+
considered competitive with this software.
|
|
20
|
+
|
|
21
|
+
UNLESS EXPRESSLY AGREED OTHERWISE, HANDSONCODE PROVIDES THIS SOFTWARE ON AN "AS IS"
|
|
22
|
+
BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, AND IN NO EVENT AND UNDER NO
|
|
23
|
+
LEGAL THEORY, SHALL HANDSONCODE BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY DIRECT,
|
|
24
|
+
INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY CHARACTER ARISING FROM
|
|
25
|
+
USE OR INABILITY TO USE THIS SOFTWARE.
|
package/README.md
CHANGED
|
@@ -9,13 +9,14 @@ It provides data binding, data validation, filtering, sorting, and CRUD operatio
|
|
|
9
9
|
|
|
10
10
|
[](https://npmjs.com/package/@handsontable/react)
|
|
11
11
|
[](https://npmjs.com/package/@handsontable/react)
|
|
12
|
-
[](https://github.com/handsontable/handsontable/actions/workflows/test.yml?query=branch%3Amaster)
|
|
13
13
|
[](https://app.fossa.io/projects/git%2Bgithub.com%2Fhandsontable%2Fhandsontable?ref=badge_shield)
|
|
14
|
-
[](https://snyk.io/test/github/handsontable/handsontable?targetFile=package.json)
|
|
14
|
+
[](https://snyk.io/test/github/handsontable/handsontable?targetFile=wrappers/react/package.json)
|
|
15
|
+
[](https://sonarcloud.io/dashboard?id=handsontable_handsontable)
|
|
15
16
|
|
|
16
17
|
---
|
|
17
18
|
|
|
18
|
-
<a href="https://handsontable.com/
|
|
19
|
+
<a href="https://handsontable.com/demo"><img src="https://raw.githubusercontent.com/handsontable/handsontable/develop/resources/handsontable-github-preview.png" alt="Handsontable data grid for React" width="805"/></a>
|
|
19
20
|
|
|
20
21
|
</div>
|
|
21
22
|
|
|
@@ -39,10 +40,10 @@ The most popular features of Handsontable for React:
|
|
|
39
40
|
|
|
40
41
|
## Documentation
|
|
41
42
|
|
|
42
|
-
- [Developer guides](https://handsontable.com/docs/
|
|
43
|
-
- [API Reference](https://handsontable.com/docs/
|
|
44
|
-
- [
|
|
45
|
-
- [Demo](https://handsontable.com/
|
|
43
|
+
- [Developer guides](https://handsontable.com/docs/react-installation/)
|
|
44
|
+
- [API Reference](https://handsontable.com/docs/api/core/)
|
|
45
|
+
- [Changelog](https://handsontable.com/docs/release-notes/)
|
|
46
|
+
- [Demo](https://handsontable.com/demo)
|
|
46
47
|
|
|
47
48
|
<div id="installation"></div>
|
|
48
49
|
|
|
@@ -66,7 +67,7 @@ The component will be available as `Handsontable.react.HotTable`.
|
|
|
66
67
|
|
|
67
68
|
### Usage
|
|
68
69
|
|
|
69
|
-
Use this data grid as you would any other component in your application. [Options](https://handsontable.com/docs/
|
|
70
|
+
Use this data grid as you would any other component in your application. [Options](https://handsontable.com/docs/api/options/) can be set as `HotTable` props.
|
|
70
71
|
|
|
71
72
|
**Styles**
|
|
72
73
|
```css
|
|
@@ -96,7 +97,7 @@ class HotApp extends React.Component {
|
|
|
96
97
|
}
|
|
97
98
|
```
|
|
98
99
|
|
|
99
|
-
### [View live demo](
|
|
100
|
+
### [View live demo](https://handsontable.com/docs/react-simple-example/)
|
|
100
101
|
|
|
101
102
|
## Support
|
|
102
103
|
|
|
@@ -115,7 +116,7 @@ Handsontable is a commercial software with two licenses available:
|
|
|
115
116
|
|
|
116
117
|
If you use Handsontable for React in a project that supports your commercial activity, then you must purchase the license key at [handsontable.com](https://handsontable.com/pricing).
|
|
117
118
|
|
|
118
|
-
If you use the free for non-commercial license of Handsontable, then pass the phrase `'non-commercial-and-evaluation'`, as described in [this documentation](https://handsontable.com/docs/
|
|
119
|
+
If you use the free for non-commercial license of Handsontable, then pass the phrase `'non-commercial-and-evaluation'`, as described in [this documentation](https://handsontable.com/docs/license-key/).
|
|
119
120
|
|
|
120
121
|
<br>
|
|
121
122
|
<br>
|
package/baseEditorComponent.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import Handsontable from 'handsontable';
|
|
2
|
+
import Handsontable from 'handsontable/base';
|
|
3
3
|
import { HotEditorProps } from './types';
|
|
4
|
-
declare class BaseEditorComponent<P = {}, S = {}, SS = any> extends React.Component<P | HotEditorProps, S> implements Handsontable.
|
|
4
|
+
declare class BaseEditorComponent<P = {}, S = {}, SS = any> extends React.Component<P | HotEditorProps, S> implements Handsontable.editors.BaseEditor {
|
|
5
5
|
name: string;
|
|
6
6
|
instance: any;
|
|
7
7
|
row: any;
|