@goplasmatic/datalogic-ui 0.1.1 → 4.0.8
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 +11 -1
- package/dist/datalogic_wasm-1nV-hcLU.cjs +466 -0
- package/dist/datalogic_wasm-BY9h_SL0.js +362 -0
- package/dist/index.cjs +84 -14
- package/dist/index.js +74 -14
- package/dist/styles.css +2 -0
- package/package.json +1 -1
- package/dist/datalogic_wasm-BN8H01AG.cjs +0 -458
- package/dist/datalogic_wasm-Cl34E6jc.js +0 -354
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@ A React component library for visualizing and debugging JSONLogic expressions as
|
|
|
4
4
|
|
|
5
5
|
## Demo
|
|
6
6
|
|
|
7
|
-

|
|
7
|
+

|
|
8
8
|
|
|
9
9
|
## Features
|
|
10
10
|
|
|
@@ -193,6 +193,16 @@ The main component is `DataLogicEditor` which:
|
|
|
193
193
|
|
|
194
194
|
- **Full Visual Builder (Edit Mode)**: Interactive visual editing of JSONLogic expressions with drag-and-drop node creation, connection editing, and real-time evaluation feedback.
|
|
195
195
|
|
|
196
|
+
## Documentation
|
|
197
|
+
|
|
198
|
+
For complete documentation including all props, customization options, and advanced usage, see the [full documentation](https://goplasmatic.github.io/datalogic-rs/react-ui/installation.html).
|
|
199
|
+
|
|
200
|
+
## Links
|
|
201
|
+
|
|
202
|
+
- [GitHub Repository](https://github.com/GoPlasmatic/datalogic-rs)
|
|
203
|
+
- [Full Documentation](https://goplasmatic.github.io/datalogic-rs/)
|
|
204
|
+
- [Online Playground](https://goplasmatic.github.io/datalogic-rs/playground/)
|
|
205
|
+
|
|
196
206
|
## License
|
|
197
207
|
|
|
198
208
|
MIT
|