fat-design 0.0.1-beta.20250831120355 → 0.0.1-beta.20250831121040
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/index.browser.js +2 -2
- package/index.js +1 -1
- package/index.umd.cjs +1 -1
- package/index.umd.js +1 -1
- package/package.json +2 -2
- package/types/upload/index.d.ts +2 -2
package/index.js
CHANGED
|
@@ -42817,7 +42817,7 @@ function Cp(s) {
|
|
|
42817
42817
|
]);
|
|
42818
42818
|
n || (n = QM);
|
|
42819
42819
|
const u = gt(() => typeof o == "string" ? so(o) || [] : o, [o]), h = (C, v, w) => {
|
|
42820
|
-
typeof r == "function" && r(C, v), typeof a == "
|
|
42820
|
+
typeof r == "function" && r(C, v), typeof a == "function" && a(C, { uploadFiles: v, originNextValue: w });
|
|
42821
42821
|
}, p = (C, v) => {
|
|
42822
42822
|
if (!C) {
|
|
42823
42823
|
h([], v, C);
|