@skygraph/vue 0.6.2 → 0.6.4
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 +2 -2
- package/dist/index.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +660 -340
- package/dist/index.js +8880 -8413
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
- package/dist/style.css +0 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @skygraph/vue
|
|
2
2
|
|
|
3
|
-
Vue 3 adapter for [SkyGraph](https://skygraph.ruslansinkevich.ru/) —
|
|
3
|
+
Vue 3 adapter for [SkyGraph](https://skygraph.ruslansinkevich.ru/) — components and composables built on the framework-agnostic [`@skygraph/core`](../core) engine. Shares the `.sg-*` CSS contract with the React adapter via [`@skygraph/styles`](../styles).
|
|
4
4
|
|
|
5
5
|
> **Easier path — the meta-package:**
|
|
6
6
|
>
|
|
@@ -85,7 +85,7 @@ truth for visual styling.
|
|
|
85
85
|
This package is a foundation, not a full port. It deliberately does not
|
|
86
86
|
yet ship Vue equivalents for:
|
|
87
87
|
|
|
88
|
-
- the
|
|
88
|
+
- the remaining React components (Select, Table, Diagram, Charts, …)
|
|
89
89
|
- chart / dashboard / calendar / tree-view widgets
|
|
90
90
|
- per-component i18n
|
|
91
91
|
- per-component documentation pages
|