react-flexmonster 2.9.111 → 2.9.113
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 +17 -0
- package/package.json +6 -6
- package/readme.md +7 -8
package/LICENSE
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
This repository and its contents are an essential part of Flexmonster Software,
|
|
2
|
+
which is distributed under the terms and conditions
|
|
3
|
+
of the Flexmonster Software License Agreement: https://www.flexmonster.com/software-license-agreement/ ("Agreement").
|
|
4
|
+
|
|
5
|
+
By cloning, forking, downloading, or otherwise using this repository and its contents,
|
|
6
|
+
you acknowledge that you have read, understood, and agreed to be bound by the terms
|
|
7
|
+
and conditions of the above-mentioned Agreement. Your use of this repository and its contents
|
|
8
|
+
is conditioned upon your acceptance of the terms of the above-mentioned Agreement.
|
|
9
|
+
If you do not agree with the terms or do not have legal capacity or authority to enter
|
|
10
|
+
into the above-mentioned Agreement, you are not permitted to use this repository and its contents
|
|
11
|
+
in whole or in part.
|
|
12
|
+
|
|
13
|
+
Flexmonster offers a 30-day free trial so you can evaluate our product. Pricing for commercial license models
|
|
14
|
+
can be found on the Flexmonster pricing page (https://www.flexmonster.com/pivot-table-editions-and-pricing/).
|
|
15
|
+
|
|
16
|
+
If you need any help with your license, fill out our Contact form (https://www.flexmonster.com/contact-our-team/),
|
|
17
|
+
and we will get in touch with you.
|
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-flexmonster",
|
|
3
|
-
"version": "2.9.
|
|
4
|
-
"license": "
|
|
3
|
+
"version": "2.9.113",
|
|
4
|
+
"license": "https://www.flexmonster.com/software-license-agreement/",
|
|
5
5
|
"description": "React wrapper for Flexmonster Pivot Table and Charts",
|
|
6
6
|
"main": "./build/index.js",
|
|
7
7
|
"typings": "./build/index.d.ts",
|
|
8
8
|
"peerDependencies": {
|
|
9
|
-
"flexmonster": "2.9.
|
|
9
|
+
"flexmonster": "2.9.113",
|
|
10
10
|
"prop-types": "^15.7.2",
|
|
11
11
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
12
12
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"flexmonster": "2.9.
|
|
15
|
+
"flexmonster": "2.9.113",
|
|
16
16
|
"prop-types": "^15.7.2",
|
|
17
17
|
"react": "^17.0.0 || ^18.0.0 || ^19.0.0",
|
|
18
18
|
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"url": "https://github.com/flexmonster/react-flexmonster"
|
|
42
42
|
},
|
|
43
43
|
"bugs": {
|
|
44
|
-
"url": "https://flexmonster.com/
|
|
44
|
+
"url": "https://flexmonster.com/technical-support/"
|
|
45
45
|
},
|
|
46
|
-
"homepage": "https://flexmonster.com
|
|
46
|
+
"homepage": "https://flexmonster.com",
|
|
47
47
|
"devDependencies": {
|
|
48
48
|
"babel-cli": "^6.24.1",
|
|
49
49
|
"babel-core": "^6.24.1",
|
package/readme.md
CHANGED
|
@@ -27,12 +27,12 @@ Flexmonster documentation provides a detailed step-by-step guide on [іntegratio
|
|
|
27
27
|
|
|
28
28
|
The tutorial for React is also available in video format on our YouTube channel:
|
|
29
29
|
|
|
30
|
-
[](https://youtu.be/OErNgDPyTR8)
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
## Usage
|
|
34
34
|
|
|
35
|
-
The wrapper provides the `FlexmonsterReact.Pivot` component to add the pivot table to
|
|
35
|
+
The wrapper provides the `FlexmonsterReact.Pivot` component to add the pivot table to a React project. Read more about the available props and how to use them in the [FlexmonsterReact.Pivot component documentation](https://www.flexmonster.com/doc/flexmonster-pivot-component-for-react?r=wrap_react).
|
|
36
36
|
|
|
37
37
|
Explore the available [methods and events](https://www.flexmonster.com/doc/using-methods-and-events-react?r=wrap_react) to learn the specifics of using and customizing Flexmonster in a React application.
|
|
38
38
|
|
|
@@ -41,9 +41,9 @@ Refer to the [Using methods and events with Next.js](https://www.flexmonster.com
|
|
|
41
41
|
|
|
42
42
|
## Sample project
|
|
43
43
|
|
|
44
|
-
If you look for some reference examples, our team prepared a ready-to-use [React pivot grid sample project](https://github.com/flexmonster/pivot-react?r=wrap_react) with live demos of the most popular use cases. Visit the [Usage examples](https://www.flexmonster.com/doc/usage-examples-react?r=wrap_react) page to see how the cases were implemented in
|
|
44
|
+
If you look for some reference examples, our team prepared a ready-to-use [React pivot grid sample project](https://github.com/flexmonster/pivot-react?r=wrap_react) with live demos of the most popular use cases. Visit the [Usage examples](https://www.flexmonster.com/doc/usage-examples-react?r=wrap_react) page to see how the cases were implemented in a React project.
|
|
45
45
|
|
|
46
|
-
In our documentation, you can also find a [guide for the sample React application](https://www.flexmonster.com/doc/sample-react-project?r=wrap_react). There
|
|
46
|
+
In our documentation, you can also find a [guide for the sample React application](https://www.flexmonster.com/doc/sample-react-project?r=wrap_react). There you can learn how to run it and what's inside.
|
|
47
47
|
|
|
48
48
|
The [same guides](https://www.flexmonster.com/doc/integration-with-next-js?r=wrap_react) you can find for the Next.js framework.
|
|
49
49
|
|
|
@@ -56,12 +56,11 @@ To share your feedback or ask questions, contact our Tech team by raising a tick
|
|
|
56
56
|
|
|
57
57
|
## License
|
|
58
58
|
|
|
59
|
-
The Flexmonster React wrapper is
|
|
59
|
+
The Flexmonster React wrapper is distributed under the terms and conditions of the Flexmonster Software License Agreement: [https://www.flexmonster.com/software-license-agreement/](https://www.flexmonster.com/software-license-agreement/?r=wrap_react).
|
|
60
60
|
|
|
61
|
-
|
|
62
|
-
If you want to test our product, we provide a 30-day free trial.
|
|
61
|
+
Flexmonster offers a 30-day free trial so you can evaluate our product. Pricing for commercial license models can be found on the [Flexmonster pricing page](https://www.flexmonster.com/pivot-table-editions-and-pricing/?r=wrap_react).
|
|
63
62
|
|
|
64
|
-
If you need any help with your license, fill out our
|
|
63
|
+
If you need any help with your license, fill out our [Contact form](https://www.flexmonster.com/contact-our-team/?r=wrap_react), and we will get in touch with you.
|
|
65
64
|
|
|
66
65
|
## Social media
|
|
67
66
|
|