svelte-flexmonster 2.9.104 → 2.9.105

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,5 +1,5 @@
1
1
  # Svelte pivot table | Flexmonster Pivot Table & Charts wrapper for Svelte
2
- <!-- [![Flexmonster Pivot Table & Charts](https://static.flexmonster.com/uploads/2023/09/08090559/svelte.png)](https://www.flexmonster.com?r=wrap_svelte) -->
2
+ [![Flexmonster Pivot Table & Charts](https://cdn.flexmonster.com/readmes/svelte.png)](https://www.flexmonster.com?r=wrap_svelte)
3
3
  Website: [flexmonster.com](https://www.flexmonster.com?r=wrap_svelte)
4
4
 
5
5
  [![NPM](https://img.shields.io/npm/v/svelte-flexmonster)](https://www.npmjs.com/package/svelte-flexmonster)
@@ -8,7 +8,7 @@ Website: [flexmonster.com](https://www.flexmonster.com?r=wrap_svelte)
8
8
 
9
9
  ## Flexmonster Pivot Table & Charts
10
10
 
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 Svelte data visualization project. The tool supports popular frameworks like Svelte, React, Vue, Blazor, Angular, and [more](https://www.flexmonster.com/doc/available-tutorials-integration?r=wrap_svelte). Also, Flexmonster connects to any data source, including SQL and NoSQL databases, JSON and CSV files, OLAP cubes, and Elasticsearch.
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 Svelte 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_svelte). Also, Flexmonster connects to any data source, including SQL and NoSQL databases, JSON and CSV files, OLAP cubes, and Elasticsearch.
12
12
 
13
13
  This package is a [Flexmonster Pivot](https://www.flexmonster.com?r=wrap_svelte) wrapper for [Svelte](https://svelte.dev/) applications.
14
14
 
@@ -23,19 +23,19 @@ Table of contents:
23
23
 
24
24
  ## Integration
25
25
 
26
- Flexmonster documentation provides a detailed step-by-step guide on [іntegration with Svelte]().
26
+ Flexmonster documentation provides a detailed step-by-step guide on [іntegration with Svelte](https://www.flexmonster.com/doc/integration-with-svelte?r=wrap_svelte).
27
27
 
28
28
  ## Usage
29
29
 
30
- The wrapper provides the Flexmonster component to add the pivot table to the Svelte project. Read more about the available props and how to use them in the [the Flexmonster component]() documentation.
30
+ The wrapper provides the `<Flexmonster>` component to add the pivot table to the Svelte project. Read more about the available props and how to use them in [the &lt;Flexmonster&gt; component](https://www.flexmonster.com/doc/flexmonster-component-for-svelte?r=wrap_svelte) documentation.
31
31
 
32
- Explore the available [methods and events]() to learn the specifics of using and customizing Flexmonster in a Svelte application.
32
+ Explore the available [methods and events](https://www.flexmonster.com/doc/using-methods-and-events-svelte?r=wrap_svelte) to learn the specifics of using and customizing Flexmonster in a Svelte application.
33
33
 
34
34
  ## Sample project
35
35
 
36
- If you look for some reference examples, our team prepared a ready-to-use [Svelte pivot grid sample project]() with live demos of the most popular use cases. Visit the [usage examples documentation]() page to learn more about how the cases were implemented in Svelte project.
36
+ If you look for some reference examples, our team prepared a ready-to-use [Svelte pivot grid sample project](https://github.com/flexmonster/pivot-svelte) with live demos of the most popular use cases. Visit the [usage examples documentation](https://www.flexmonster.com/doc/usage-examples-svelte?r=wrap_svelte) page to learn more about how the cases were implemented in the Svelte project.
37
37
 
38
- In our documentation, you can find [a guide for the sample Svelte application](). There, you can learn how to run it and what's inside.
38
+ In our documentation, you can find [a guide for the sample Svelte application](https://www.flexmonster.com/doc/sample-svelte-project?r=wrap_svelte). There, you can learn how to run it and what's inside.
39
39
 
40
40
  ## Support and feedback
41
41
 
@@ -56,4 +56,4 @@ If you want to test our product, we provide a 30-day free trial.
56
56
 
57
57
  Follow us on social media and stay updated on our development process!
58
58
 
59
- [![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)
59
+ [![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": "svelte-flexmonster",
3
- "version": "2.9.104",
3
+ "version": "2.9.105",
4
4
  "license": "MIT",
5
5
  "description": "Svelte wrapper for Flexmonster Pivot Table and Charts",
6
6
  "scripts": {
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "peerDependencies": {
53
53
  "svelte": "^5.0.0",
54
- "flexmonster": "2.9.104"
54
+ "flexmonster": "2.9.105"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@sveltejs/adapter-auto": "^6.0.0",
@@ -64,6 +64,6 @@
64
64
  "vite": "^6.2.6"
65
65
  },
66
66
  "dependencies": {
67
- "flexmonster": "2.9.104"
67
+ "flexmonster": "2.9.105"
68
68
  }
69
69
  }