@visuallyjs/browser-ui-svelte 1.0.0 → 1.0.2
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 +15 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
## VisuallyJs
|
|
2
|
+
|
|
3
|
+
VisuallyJs Svelte is a Svelte library for building diagrams, node-based apps, charts and dashboards. It is compatible with Svelte 5.
|
|
4
|
+
|
|
5
|
+
**Note:** This package is the Svelte package. If you are using a different library you should check out `@visuallyjs/browser-ui-angular`, `@visuallyjs/browser-ui-vue` or `@visuallyjs/browser-ui-react`. And if you're using vanilla JS or Typescript, you'll want `@visuallyjs/browser-ui`
|
|
6
|
+
|
|
7
|
+
## Documentation
|
|
8
|
+
|
|
9
|
+
See https://visuallyjs.com/svelte/docs
|
|
10
|
+
|
|
11
|
+
## Demonstrations
|
|
12
|
+
|
|
13
|
+
See https://visuallyjs.com/demonstrations
|
|
14
|
+
|
|
15
|
+
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"@visuallyjs/browser-ui-svelte","version":"1.0.
|
|
1
|
+
{"name":"@visuallyjs/browser-ui-svelte","version":"1.0.2","description":"VisuallyJS Svelte integration for Browser UI renderer","module":"index.js","main":"index.js","types":"index.d.ts","svelte":"index.js","files":["**/*.d.ts","**/*.js","SurfaceComponent.svelte","DecoratorComponent.svelte","DefaultGroupComponent.svelte","DefaultNodeComponent.svelte","MiniviewComponent.svelte","ControlsComponent.svelte","SurfaceProvider.svelte","PaletteComponent.svelte","InspectorComponent.svelte","EdgeTypePickerComponent.svelte","ShapePaletteComponent.svelte","ExportControlsComponent.svelte","ShapeComponent.svelte","DiagramComponent.svelte","BarChartComponent.svelte","ColumnChartComponent.svelte","XYChartComponent.svelte","LineChartComponent.svelte","AreaChartComponent.svelte","PieChartComponent.svelte","WrapperComponent.svelte","DiagramProvider.svelte","DiagramPaletteComponent.svelte","ColorPickerComponent.svelte","ScatterChartComponent.svelte","BubbleChartComponent.svelte","GaugeChartComponent.svelte","SankeyChartComponent.svelte"],"author":"VisuallyJs <hello@visuallyjs.com> (https://visuallyjs.com)","license":"Commercial","dependencies":{"@visuallyjs/browser-ui":"1.0.2"},"homepage":"https://visuallyjs.com/svelte","bugs":"https://github.com/visuallyjs/visuallyjs/issues"}
|