vue-flexmonster 2.9.59 → 2.9.61

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.
Files changed (2) hide show
  1. package/README.md +45 -15
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,36 +1,66 @@
1
- # Flexmonster Pivot Table & Charts wrapper for Vue
2
- [![Flexmonster Pivot Table & Charts](https://cdn.flexmonster.com/landing.png)](https://www.flexmonster.com?r=wrap_vue)
3
- Website: [www.flexmonster.com](https://www.flexmonster.com?r=wrap_vue)
1
+ # Vue pivot table | Flexmonster Pivot Table & Charts wrapper for Vue
2
+ [![Flexmonster Pivot Table & Charts](https://static.flexmonster.com/uploads/2023/09/08090612/vue.png)](https://www.flexmonster.com?r=wrap_vue)
3
+ Website: [flexmonster.com](https://www.flexmonster.com?r=wrap_vue)
4
+
5
+ [![NPM](https://img.shields.io/npm/v/vue-flexmonster)](https://www.npmjs.com/package/vue-flexmonster)
6
+ [![Github Stars](https://img.shields.io/github/stars/flexmonster?style=social)](https://github.com/flexmonster) [![Twitter](https://img.shields.io/twitter/follow/Flexmonster?style=social)](https://twitter.com/Flexmonster)
7
+
4
8
 
5
9
  ## Flexmonster Pivot Table & Charts
6
10
 
7
- Flexmonster Pivot is a powerful JavaScript tool for interactive web reporting. It allows you to visualize and analyze data from JSON, CSV, SQL, NoSQL, Elasticsearch, and OLAP data sources quickly and conveniently. Flexmonster is designed to integrate seamlessly with any client-side framework and can be easily embedded into your application.
11
+ Flexmonster Pivot Table & Charts is a powerful and fully customizable JavaScript component for web reporting. It is packed with all core features for data analysis and can easily become a part of your Vue data visualization project. The tool supports popular frameworks like React, Vue, Blazor, Angular and [more](https://www.flexmonster.com/doc/available-tutorials-integration?r=wrap_vue). Also, Flexmonster connects to any data source, including SQL and NoSQL databases, JSON and CSV files, OLAP cubes, and Elasticsearch.
8
12
 
9
- This package is a [Flexmonster Pivot](https://www.flexmonster.com?r=wrap_vue) wrapper for [Vue 2](https://v2.vuejs.org/) and [Vue 3](https://vuejs.org/) applications.
13
+ This package is a [Flexmonster Pivot](https://www.flexmonster.com?r=wrap_vue) wrapper for [Vue 2](https://v2.vuejs.org/) and [Vue 3](https://vuejs.org) applications.
10
14
 
11
15
  Table of contents:
12
16
 
17
+ * [Integration](#integration)
13
18
  * [Usage](#usage)
14
19
  * [Sample project](#sample-project)
20
+ * [Support and feedback](#support-and-feedback)
15
21
  * [License](#license)
16
- * [Support and feedback](#support-feedback)
22
+ * [Social media](#social-media)
23
+
24
+ ## Integration
25
+
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
+
28
+ The tutorial for Vue 3 is also available in video format on our YouTube channel:
29
+
30
+ [![Vue video tutorial](https://static.flexmonster.com/uploads/2023/09/08092950/Screenshot-2023-09-08-at-12.29.40.png)](https://www.youtube.com/watch?v=Ach8r-kN77A&list=PLh8M6vKONZ5WCQu0gUmlvvttH9xUpN-Cs&index=2)
31
+
32
+
33
+ ## Usage
17
34
 
18
- ## <a name="usage"></a>Usage ##
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.
19
36
 
20
- Refer to the [Integration with Vue 3](https://www.flexmonster.com/doc/integration-with-vue-3?r=wrap_vue) guide for details on the wrapper usage in Vue 3.
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.
21
38
 
22
- To integrate with Vue 2, check out this guide: [Integration with Vue 2](https://www.flexmonster.com/doc/integration-with-vue-2?r=wrap_vue).
39
+ ## Sample project
23
40
 
24
- ## <a name="sample-project"></a>Sample project ##
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.
25
42
 
26
- See our [sample Vue project with Flexmonster](https://github.com/flexmonster/pivot-vue).
43
+ In our documentation, you can also find [a guide for the sample Vue 3 application](https://www.flexmonster.com/doc/sample-vue-3-project/?r=wrap_vue) and for [the sample Vue 2 application](https://www.flexmonster.com/doc/sample-vue-2-project/?r=wrap_vue). There you can learn how to run it and what's inside.
27
44
 
28
- ## <a name="license"></a>License ##
29
45
 
30
- Here is the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=wrap_vue). We have a 30-day free trial!
46
+
47
+ ## Support and feedback
48
+
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
+
51
+ To share your feedback or ask questions, contact our Tech team by raising a ticket on [Flexmonster Help Center](https://www.flexmonster.com/help-center?r=wrap_vue). You can also find a list of samples, technical specifications, and a user interface guide there.
52
+
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
+
55
+ ## License
31
56
 
32
57
  Flexmonster Vue wrapper is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.
33
58
 
34
- ## <a name="support-feedback"></a>Support and feedback ##
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
+ If you want to test our product, we provide a 30-day free trial.
61
+
62
+ ## Social media
63
+
64
+ Follow us on social media and stay updated on our development process!
35
65
 
36
- Please share your feedback or ask questions via [Flexmonster Help Center](https://www.flexmonster.com/help-center?r=wrap_vue).
66
+ [![LinkedIn](https://img.shields.io/badge/LinkedIn-blue?style=for-the-badge&logo=linkedin&logoColor=white)](https://linkedin.com/company/flexmonster) [![YouTube](https://img.shields.io/badge/YouTube-red?style=for-the-badge&logo=youtube&logoColor=white)](https://youtube.com/user/FlexMonsterPivot) [![Twitter](https://img.shields.io/badge/Twitter-blue?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/flexmonster)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-flexmonster",
3
- "version": "2.9.59",
3
+ "version": "2.9.61",
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.59"
29
+ "flexmonster": "2.9.61"
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.59"
54
+ "flexmonster": "2.9.61"
55
55
  },
56
56
  "engines": {
57
57
  "node": ">=12"