szld-libs 0.2.24 → 0.2.25
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/dist/szld-components.es.js +1 -0
- package/dist/szld-components.umd.js +24 -24
- package/es/components/WorkFlowNode/index.d.ts +1 -0
- package/es/components/WorkFlowNode/index.js +3 -2
- package/es/main.d.ts +2 -2
- package/es/main.js +2 -1
- package/lib/components/WorkFlowNode/index.d.ts +1 -0
- package/lib/components/WorkFlowNode/index.js +4 -2
- package/lib/main.d.ts +2 -2
- package/lib/main.js +4 -0
- package/package.json +1 -1
|
@@ -25415,6 +25415,7 @@ export {
|
|
|
25415
25415
|
ZT as HmacSHA512,
|
|
25416
25416
|
HT as SearchTable,
|
|
25417
25417
|
x_ as UploadFile,
|
|
25418
|
+
$_ as WorkFlowNode,
|
|
25418
25419
|
IT as download,
|
|
25419
25420
|
MT as fileType,
|
|
25420
25421
|
VT as showWorkFlow,
|