svelte-flexmonster 2.9.103 → 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.
- package/README.md +8 -8
- 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
|
-
|
|
2
|
+
[](https://www.flexmonster.com?r=wrap_svelte)
|
|
3
3
|
Website: [flexmonster.com](https://www.flexmonster.com?r=wrap_svelte)
|
|
4
4
|
|
|
5
5
|
[](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
|
|
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
|
|
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 <Flexmonster> 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
|
-
[](https://linkedin.com/company/flexmonster) [](https://youtube.com/user/FlexMonsterPivot) [](https://twitter.com/flexmonster)
|
|
59
|
+
[](https://linkedin.com/company/flexmonster) [](https://youtube.com/user/FlexMonsterPivot) [](https://twitter.com/flexmonster)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "svelte-flexmonster",
|
|
3
|
-
"version": "2.9.
|
|
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.
|
|
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.
|
|
67
|
+
"flexmonster": "2.9.105"
|
|
68
68
|
}
|
|
69
69
|
}
|