@grafloria/element 0.4.9 → 0.4.11
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 +3 -6
- package/package.json +5 -3
package/README.md
CHANGED
|
@@ -1,11 +1,8 @@
|
|
|
1
1
|
# @grafloria/element
|
|
2
2
|
|
|
3
|
-
`<grafloria-flow>`
|
|
4
|
-
|
|
5
|
-
element with no framework wall: plain HTML, Vue, Svelte, Solid, Lit, a CMS
|
|
6
|
-
block, or a notebook cell all speak "element with attributes and events".
|
|
7
|
-
Includes the high-level kits: dashboard (drag-pack grid + widgets), class-UML,
|
|
8
|
-
and ERD.
|
|
3
|
+
`<grafloria-flow>` and the kits of **Grafloria Diagrams** and **Grafloria Dashboards**, for any framework or none. Grafloria is an MIT diagram and dashboard engine for JavaScript: one headless core, native Angular, React and Vue bindings, one document format and one undo stack.
|
|
4
|
+
|
|
5
|
+
A custom element with no framework wall: plain HTML, Vue, Svelte, Solid, Lit, a CMS block or a notebook cell all speak "element with attributes and events". The same package carries `dashboard()` (the dashboard layout kit, also published as `@grafloria/dashboard`) and the UML and ER kits.
|
|
9
6
|
|
|
10
7
|
```html
|
|
11
8
|
<script type="module" src="grafloria.js"></script>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@grafloria/element",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./src/index.js",
|
|
6
6
|
"types": "./src/index.d.ts",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"tslib": "^2.3.0"
|
|
13
13
|
},
|
|
14
|
-
"description": "
|
|
14
|
+
"description": "Web component, dashboard kit and UML/ERD kits for Grafloria — diagrams and dashboards in any framework or none. Grafloria is an MIT diagram and dashboard engine for JavaScript.",
|
|
15
15
|
"license": "MIT",
|
|
16
16
|
"author": "Ramy Othman",
|
|
17
17
|
"homepage": "https://grafloria.com/javascript/",
|
|
@@ -33,7 +33,9 @@
|
|
|
33
33
|
"erd",
|
|
34
34
|
"svg",
|
|
35
35
|
"layout",
|
|
36
|
-
"mermaid"
|
|
36
|
+
"mermaid",
|
|
37
|
+
"dashboard-layout",
|
|
38
|
+
"workflow-editor"
|
|
37
39
|
],
|
|
38
40
|
"publishConfig": {
|
|
39
41
|
"access": "public"
|