vue-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/README.md +7 -7
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -17,11 +17,11 @@ 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 detailed step-by-step guides on [іntegration with Vue 3](https://www.flexmonster.com/doc/integration-with-vue-3?r=wrap_vue) and [іntegration with Vue 2](https://www.flexmonster.com/doc/integration-with-vue-2?r=wrap_vue).
|
|
27
27
|
|
|
@@ -30,13 +30,13 @@ The tutorial for Vue 3 is also available in video format on our YouTube channel:
|
|
|
30
30
|
[](https://www.youtube.com/watch?v=Ach8r-kN77A&list=PLh8M6vKONZ5WCQu0gUmlvvttH9xUpN-Cs&index=2)
|
|
31
31
|
|
|
32
32
|
|
|
33
|
-
##
|
|
33
|
+
## Usage
|
|
34
34
|
|
|
35
35
|
The wrapper provides the `<Pivot>` component to add the pivot table to the Vue project. Read more about the available props and how to use them in the [the `<Pivot>` component](https://www.flexmonster.com/doc/pivot-component-for-vue-3?r=wrap_vue) documentation.
|
|
36
36
|
|
|
37
37
|
Explore the available [methods and events](https://www.flexmonster.com/doc/using-methods-and-events-vue-3?r=wrap_vue) to learn the specifics of using and customizing Flexmonster in a Vue 3 application.
|
|
38
38
|
|
|
39
|
-
##
|
|
39
|
+
## Sample project
|
|
40
40
|
|
|
41
41
|
If you look for some reference examples, our team prepared a ready-to-use [Vue 3 and Vue 2 pivot grid sample projects](https://github.com/flexmonster/pivot-vue?r=wrap_vue) with live demos of the most popular use cases. Visit the [Vue 3 usage examples documentation](https://www.flexmonster.com/doc/usage-examples-vue-3?r=wrap_vue) page to learn more on how the cases were implemented in a Vue 3 project or [Vue 2 usage examples](https://www.flexmonster.com/doc/usage-examples-vue-3?r=wrap_vue) page if you are interested in older version.
|
|
42
42
|
|
|
@@ -44,7 +44,7 @@ In our documentation, you can also find [a guide for the sample Vue 3 applicatio
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
|
|
47
|
-
##
|
|
47
|
+
## Support and feedback
|
|
48
48
|
|
|
49
49
|
In case of any issues, visit our [troubleshooting section](https://www.flexmonster.com/doc/typical-errors?r=wrap_vue). You can also search among the [resolved cases](https://www.flexmonster.com/technical-support?r=wrap_vue) for a solution to your problem.
|
|
50
50
|
|
|
@@ -52,14 +52,14 @@ To share your feedback or ask questions, contact our Tech team by raising a tick
|
|
|
52
52
|
|
|
53
53
|
If you need any help with your license — fill out our [Contact form](https://www.flexmonster.com/contact-our-team?r=wrap_vue), and we will get in touch with you.
|
|
54
54
|
|
|
55
|
-
##
|
|
55
|
+
## License
|
|
56
56
|
|
|
57
57
|
Flexmonster Vue wrapper is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.
|
|
58
58
|
|
|
59
59
|
To learn about Flexmonster Pivot licenses, visit the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=wrap_vue).
|
|
60
60
|
If you want to test our product, we provide a 30-day free trial.
|
|
61
61
|
|
|
62
|
-
##
|
|
62
|
+
## Social media
|
|
63
63
|
|
|
64
64
|
Follow us on social media and stay updated on our development process!
|
|
65
65
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "vue-flexmonster",
|
|
3
|
-
"version": "2.9.
|
|
3
|
+
"version": "2.9.62",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "Vue 2 and Vue 3 Module for Flexmonster Pivot Table & Charts",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"build:vue2:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup2.config.js --format iife"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"flexmonster": "2.9.
|
|
29
|
+
"flexmonster": "2.9.62"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@babel/core": "^7.14.6",
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"vue-template-compiler": "^2.6.14"
|
|
52
52
|
},
|
|
53
53
|
"peerDependencies": {
|
|
54
|
-
"flexmonster": "2.9.
|
|
54
|
+
"flexmonster": "2.9.62"
|
|
55
55
|
},
|
|
56
56
|
"engines": {
|
|
57
57
|
"node": ">=12"
|