@scbt-ecom/ui 0.50.1 → 0.51.0
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/{index-DXLhMM4P.js → index-714cNgOF.js} +2 -2
- package/dist/{index-DXLhMM4P.js.map → index-714cNgOF.js.map} +1 -1
- package/dist/shared/validation/utils/zodUtils.d.ts +27 -1
- package/dist/ui.js +2 -2
- package/dist/validation.js +244 -213
- package/dist/validation.js.map +1 -1
- package/dist/widget.js +1 -1
- package/package.json +1 -1
|
@@ -24051,7 +24051,7 @@ bm.propTypes = {
|
|
|
24051
24051
|
/**
|
|
24052
24052
|
* Use this to provide a custom file aggregator
|
|
24053
24053
|
*
|
|
24054
|
-
* @param {(DragEvent|Event)} event A drag event or input change event (if files were selected via the file dialog)
|
|
24054
|
+
* @param {(DragEvent|Event|Array<FileSystemFileHandle>)} event A drag event or input change event (if files were selected via the file dialog)
|
|
24055
24055
|
*/
|
|
24056
24056
|
getFilesFromEvent: rt.func,
|
|
24057
24057
|
/**
|
|
@@ -42009,4 +42009,4 @@ export {
|
|
|
42009
42009
|
b1 as t,
|
|
42010
42010
|
Qh as u
|
|
42011
42011
|
};
|
|
42012
|
-
//# sourceMappingURL=index-
|
|
42012
|
+
//# sourceMappingURL=index-714cNgOF.js.map
|