react-flexmonster 2.9.60 → 2.9.62
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/package.json +3 -3
- package/readme.md +8 -8
package/package.json
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-flexmonster",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.62",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "React 16.5+ Module for Flexmonster Pivot Table & 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.62",
|
|
10
10
|
"prop-types": "^15.7.2",
|
|
11
11
|
"react": "^17.0.1",
|
|
12
12
|
"react-dom": "^17.0.1"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"flexmonster": "2.9.
|
|
15
|
+
"flexmonster": "2.9.62",
|
|
16
16
|
"prop-types": "^15.7.2",
|
|
17
17
|
"react": "^17.0.1",
|
|
18
18
|
"react-dom": "^17.0.1"
|
package/readme.md
CHANGED
|
@@ -17,16 +17,16 @@ Table of contents:
|
|
|
17
17
|
* [Integration](#integration)
|
|
18
18
|
* [Usage](#usage)
|
|
19
19
|
* [Sample project](#sample-project)
|
|
20
|
-
* [Support and feedback](#support-feedback)
|
|
20
|
+
* [Support and feedback](#support-and-feedback)
|
|
21
21
|
* [License](#license)
|
|
22
22
|
* [Social media](#social-media)
|
|
23
23
|
|
|
24
|
-
##
|
|
24
|
+
## Integration
|
|
25
25
|
|
|
26
26
|
Flexmonster documentation provides a detailed step-by-step guide on [іntegration with React](https://www.flexmonster.com/doc/integration-with-react/?r=wrap_react) and [integration with Next.js](https://www.flexmonster.com/doc/integration-with-next-js?r=wrap_react).
|
|
27
27
|
|
|
28
28
|
|
|
29
|
-
##
|
|
29
|
+
## Usage
|
|
30
30
|
|
|
31
31
|
The wrapper provides the `FlexmonsterReact.Pivot` component to add the pivot table to the React project. Read more about the available props and how to use them in the [the `FlexmonsterReact.Pivot` component](https://www.flexmonster.com/doc/flexmonster-pivot-component-for-react?r=wrap_react) documentation.
|
|
32
32
|
|
|
@@ -35,11 +35,11 @@ Explore the available [methods and events](https://www.flexmonster.com/doc/using
|
|
|
35
35
|
Refer to [Using methods and events with Next.js](https://www.flexmonster.com/doc/using-methods-and-events-next-js?r=wrap_react) documentation page if you build Next.js application.
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
##
|
|
38
|
+
## Sample project
|
|
39
39
|
|
|
40
40
|
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 documentation](https://www.flexmonster.com/doc/usage-examples-react?r=wrap_react) page to learn more about how the cases were implemented in an React project.
|
|
41
41
|
|
|
42
|
-
In our documentation, you can find [a guide for the sample
|
|
42
|
+
In our documentation, you can 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.
|
|
43
43
|
|
|
44
44
|
The same guides you can find for the Next.js framework:
|
|
45
45
|
- [Next.js pivot table sample project](https://github.com/flexmonster/pivot-react/tree/master/nextjs-ts?r=wrap_react)
|
|
@@ -47,7 +47,7 @@ The same guides you can find for the Next.js framework:
|
|
|
47
47
|
- [Guide for the sample Next.js project](https://www.flexmonster.com/doc/sample-next-js-project?r=wrap_react)
|
|
48
48
|
|
|
49
49
|
|
|
50
|
-
##
|
|
50
|
+
## Support and feedback
|
|
51
51
|
|
|
52
52
|
In case of any issues, visit our [troubleshooting section](https://www.flexmonster.com/doc/typical-errors?r=wrap_react). You can also search among the [resolved cases](https://www.flexmonster.com/technical-support?r=wrap_react) for a solution to your problem.
|
|
53
53
|
|
|
@@ -55,14 +55,14 @@ To share your feedback or ask questions, contact our Tech team by raising a tick
|
|
|
55
55
|
|
|
56
56
|
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.
|
|
57
57
|
|
|
58
|
-
##
|
|
58
|
+
## License
|
|
59
59
|
|
|
60
60
|
Flexmonster React wrapper is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.
|
|
61
61
|
|
|
62
62
|
To learn about Flexmonster Pivot licenses, visit the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=wrap_react).
|
|
63
63
|
If you want to test our product, we provide a 30-day free trial.
|
|
64
64
|
|
|
65
|
-
##
|
|
65
|
+
## Social media
|
|
66
66
|
|
|
67
67
|
Follow us on social media and stay updated on our development process!
|
|
68
68
|
|