@mcurros2/microm 1.1.167-0 → 1.1.168-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.d.ts.map +1 -1
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3245,7 +3245,7 @@ var $hv0CN = parcelRequire("hv0CN");
|
|
|
3245
3245
|
|
|
3246
3246
|
var $hxOxo = parcelRequire("hxOxo");
|
|
3247
3247
|
|
|
3248
|
-
var $
|
|
3248
|
+
var $01mqs = parcelRequire("01mqs");
|
|
3249
3249
|
|
|
3250
3250
|
var $lULWw = parcelRequire("lULWw");
|
|
3251
3251
|
|
|
@@ -3368,7 +3368,7 @@ $parcel$exportWildcard(module.exports, $bJhnF);
|
|
|
3368
3368
|
$parcel$exportWildcard(module.exports, $RUzV3);
|
|
3369
3369
|
$parcel$exportWildcard(module.exports, $hv0CN);
|
|
3370
3370
|
$parcel$exportWildcard(module.exports, $hxOxo);
|
|
3371
|
-
$parcel$exportWildcard(module.exports, $
|
|
3371
|
+
$parcel$exportWildcard(module.exports, $01mqs);
|
|
3372
3372
|
$parcel$exportWildcard(module.exports, $lULWw);
|
|
3373
3373
|
$parcel$exportWildcard(module.exports, $3HRFn);
|
|
3374
3374
|
$parcel$exportWildcard(module.exports, $3Zdna);
|
|
@@ -4600,17 +4600,17 @@ function $9dfe1d3e4dcf7b26$export$65ed9482db2257fa(props) {
|
|
|
4600
4600
|
|
|
4601
4601
|
});
|
|
4602
4602
|
|
|
4603
|
-
parcelRegister("
|
|
4603
|
+
parcelRegister("01mqs", function(module, exports) {
|
|
4604
4604
|
|
|
4605
|
-
$parcel$export(module.exports, "useExecuteServerAction", function () { return $
|
|
4605
|
+
$parcel$export(module.exports, "useExecuteServerAction", function () { return $b401857d6bbb5b85$export$5e89f28b2f6c2d01; });
|
|
4606
4606
|
|
|
4607
4607
|
parcelRequire("2eyXi");
|
|
4608
4608
|
var $iKzSR = parcelRequire("iKzSR");
|
|
4609
4609
|
parcelRequire("6Rdyz");
|
|
4610
4610
|
var $98ddT = parcelRequire("98ddT");
|
|
4611
|
-
function $
|
|
4611
|
+
function $b401857d6bbb5b85$export$5e89f28b2f6c2d01(entity, actionName) {
|
|
4612
4612
|
const [status, setStatus] = (0, $b4te3$react.useState)({
|
|
4613
|
-
loading:
|
|
4613
|
+
loading: false
|
|
4614
4614
|
});
|
|
4615
4615
|
const cancellation = (0, $b4te3$react.useRef)(new AbortController());
|
|
4616
4616
|
const done = (0, $b4te3$react.useRef)(false);
|