@tenorlab/react-dashboard 1.5.41 → 1.5.43
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 +22 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,6 +8,12 @@ This package extends **@tenorlab/dashboard-core**. It provides the React impleme
|
|
|
8
8
|
|
|
9
9
|
> **Note**: This package re-exports all types and utilities from `@tenorlab/dashboard-core`. You do not need to install the core package separately.
|
|
10
10
|
|
|
11
|
+
|
|
12
|
+
## Demos
|
|
13
|
+
-- [React Demo](https://react.tenorlab.com) (built with @tenorlab/react-dashboard)
|
|
14
|
+
-- [Vue Demo](https://vue.tenorlab.com) (built with @tenorlab/vue-dashboard)
|
|
15
|
+
|
|
16
|
+
|
|
11
17
|
## ✨ Features
|
|
12
18
|
|
|
13
19
|
- **Type-Safe:** Deep integration with TypeScript 5.8+ for full IDE support.
|
|
@@ -363,8 +369,23 @@ For a complete example including **Undo/Redo**, **Zooming**, **Catalog Flyouts**
|
|
|
363
369
|
- **`useDashboardStore`**: Access the underlying Zustand store to manage widget state, layout, and configuration.
|
|
364
370
|
- **`useDashboardUndoService`**: Provides `undo` and `redo` functionality for user layout changes.
|
|
365
371
|
|
|
372
|
+
|
|
366
373
|
------
|
|
367
374
|
|
|
375
|
+
|
|
376
|
+
## Links
|
|
377
|
+
- [@tenorlab/react-dashboard](https://www.npmjs.com/package/@tenorlab/react-dashboard): React-specific components
|
|
378
|
+
- [@tenorlab/vue-dashboard](https://www.npmjs.com/package/@tenorlab/vue-dashboard): Vue-specific components
|
|
379
|
+
- [Official Website](https://www.tenorlab.com)
|
|
380
|
+
- [React Demo](https://react.tenorlab.com) (built with @tenorlab/react-dashboard)
|
|
381
|
+
- [Vue Demo](https://vue.tenorlab.com) (built with @tenorlab/vue-dashboard)
|
|
382
|
+
- [Buy a License](https://payhip.com/b/gPBpo)
|
|
383
|
+
- [Follow on BlueSky](https://bsky.app/profile/tenorlab.bsky.social)
|
|
384
|
+
|
|
385
|
+
|
|
386
|
+
------
|
|
387
|
+
|
|
388
|
+
|
|
368
389
|
## ⚖️ Licensing
|
|
369
390
|
|
|
370
391
|
This project is dual-licensed:
|
|
@@ -373,3 +394,4 @@ This project is dual-licensed:
|
|
|
373
394
|
2. **Commercial Use:** Requires a **Tenorlab Commercial License**.
|
|
374
395
|
|
|
375
396
|
If you are using this library to build a revenue-generating product or within a commercial entity, please visit [https://payhip.com/b/gPBpo](https://payhip.com/b/gPBpo) to purchase a license.
|
|
397
|
+
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tenorlab/react-dashboard",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.43",
|
|
4
4
|
"description": "Foundation components for creating user-configurable dashboards in React",
|
|
5
5
|
"author": "Damiano Fusco",
|
|
6
6
|
"type": "module",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"zustand": "^5.0.0 || ^5.0.9"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
|
-
"@tenorlab/dashboard-core": "^1.5.
|
|
57
|
+
"@tenorlab/dashboard-core": "^1.5.5",
|
|
58
58
|
"@types/node": "^24.10.1",
|
|
59
59
|
"@types/react": "19.2.3",
|
|
60
60
|
"@types/react-dom": "19.2.3",
|