@abdellatifui/react 3.1.13 → 3.1.14
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/nextgen.js
CHANGED
|
@@ -19653,9 +19653,9 @@ const ri = Te("rounded relative", {
|
|
|
19653
19653
|
const x = (y) => async (...w) => {
|
|
19654
19654
|
const k = w[1] || {}, { ...O } = k;
|
|
19655
19655
|
try {
|
|
19656
|
-
b &&
|
|
19656
|
+
b && (O.args = w, b(O));
|
|
19657
19657
|
const _ = await y(w[0], O);
|
|
19658
|
-
return f && f(_),
|
|
19658
|
+
return f && f(_), g && g(null, _), _;
|
|
19659
19659
|
} catch (_) {
|
|
19660
19660
|
throw h && h(_), _;
|
|
19661
19661
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useApi.d.ts","sourceRoot":"","sources":["../../../../src/components/Api/useApi.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,MAAM,GAAI,UAAK;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"useApi.d.ts","sourceRoot":"","sources":["../../../../src/components/Api/useApi.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,MAAM,GAAI,UAAK;;;;;;;;;;;;;;;;CAgK3B,CAAA"}
|