vue-flexmonster 2.9.53-1 → 2.9.54

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 +8 -8
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
- # Vue wrapper for Flexmonster Pivot Table & Charts
2
- [![Flexmonster Pivot Table & Charts](https://cdn.flexmonster.com/landing.png)](https://flexmonster.com)
3
- Website: www.flexmonster.com
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)
4
4
 
5
5
  ## Flexmonster Pivot Table & Charts
6
6
 
7
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.
8
8
 
9
- This package is a [Flexmonster Pivot](https://www.flexmonster.com/) wrapper for [Vue 2](https://v2.vuejs.org/) and [Vue 3](https://vuejs.org/) applications.
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.
10
10
 
11
11
  Table of contents:
12
12
 
@@ -17,9 +17,9 @@ Table of contents:
17
17
 
18
18
  ## <a name="usage"></a>Usage ##
19
19
 
20
- Refer to the [Integration with Vue 3](https://www.flexmonster.com/doc/integration-with-vue-3) guide for details on the wrapper usage in Vue 3.
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.
21
21
 
22
- To integrate with Vue 2, check out this guide: [Integration with Vue 2](https://www.flexmonster.com/doc/integration-with-vue-2/).
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).
23
23
 
24
24
  ## <a name="sample-project"></a>Sample project ##
25
25
 
@@ -27,10 +27,10 @@ See our [sample Vue project with Flexmonster](https://github.com/flexmonster/piv
27
27
 
28
28
  ## <a name="license"></a>License ##
29
29
 
30
- Here is the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing/). We have a free 30-day trial!
30
+ Here is the [Flexmonster licensing page](https://www.flexmonster.com/pivot-table-editions-and-pricing?r=wrap_vue). We have a free 30-day trial!
31
31
 
32
32
  Flexmonster Vue wrapper is released as an MIT-licensed (free and open-source) add-on to Flexmonster Pivot.
33
33
 
34
34
  ## <a name="support-feedback"></a>Support and feedback ##
35
35
 
36
- Please share your feedback or ask questions via [Flexmonster Help Center](https://www.flexmonster.com/help-center/).
36
+ Please share your feedback or ask questions via [Flexmonster Help Center](https://www.flexmonster.com/help-center?r=wrap_vue).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vue-flexmonster",
3
- "version": "2.9.53-1",
3
+ "version": "2.9.54",
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.53-1"
29
+ "flexmonster": "2.9.54"
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.53-1"
54
+ "flexmonster": "2.9.54"
55
55
  },
56
56
  "engines": {
57
57
  "node": ">=12"