sd-render 1.0.14 → 1.0.16
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 +23 -0
- package/package.json +1 -1
- package/{sd-lib-CAZp-1Pe.js → sd-lib-DwnJET61.js} +2657 -1756
- package/{sd-render-Dnebli2S.js → sd-render-Dx_T8Qqr.js} +1 -1
- package/sd-render.es.js +2 -2
- package/sd-render.style.css +1 -1
- package/types/src/components/sdwidget/SdAppList.vue.d.ts +36 -0
- package/types/src/components/sdwidget/SdUiListView.vue.d.ts +9 -0
package/README.md
ADDED
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
|
|
2
|
+
# sd-render
|
|
3
|
+
|
|
4
|
+
Form Render
|
|
5
|
+
|
|
6
|
+
# Install
|
|
7
|
+
|
|
8
|
+
```bash
|
|
9
|
+
$ npm install sd-render
|
|
10
|
+
```
|
|
11
|
+
|
|
12
|
+
# Use
|
|
13
|
+
|
|
14
|
+
Use with `SD-StarterKit` only.
|
|
15
|
+
|
|
16
|
+
# How it works
|
|
17
|
+
|
|
18
|
+
Low Code App Development. Powered initCraft ©2025
|
|
19
|
+
|
|
20
|
+
# License
|
|
21
|
+
|
|
22
|
+
MIT
|
|
23
|
+
|