biblio-react 3.0.0-alpha317-popup → 3.0.0-alpha319-popup
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.js +21 -15
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -32431,33 +32431,36 @@ const cR = /* @__PURE__ */ s(() => {
|
|
|
32431
32431
|
mutationOptions: a,
|
|
32432
32432
|
popupMutationOptions: l,
|
|
32433
32433
|
children: u,
|
|
32434
|
-
|
|
32435
|
-
|
|
32434
|
+
estado: d,
|
|
32435
|
+
id: p,
|
|
32436
|
+
record: f,
|
|
32437
|
+
...h
|
|
32438
|
+
} = t, m = d ?? (e?.state?.estado || "N"), { fichaProps: y } = b0({ ...t, estado: m }), g = o === "ventana" ? lH : Z2, v = rt(
|
|
32436
32439
|
() => uR(a, l),
|
|
32437
32440
|
[a, l]
|
|
32438
|
-
),
|
|
32439
|
-
|
|
32441
|
+
), x = /* @__PURE__ */ b(
|
|
32442
|
+
g,
|
|
32440
32443
|
{
|
|
32441
32444
|
redirect: "list",
|
|
32442
|
-
...
|
|
32443
|
-
...
|
|
32444
|
-
mutationOptions:
|
|
32445
|
+
...y?.panel,
|
|
32446
|
+
...h,
|
|
32447
|
+
mutationOptions: v,
|
|
32445
32448
|
children: /* @__PURE__ */ b(
|
|
32446
32449
|
mH,
|
|
32447
32450
|
{
|
|
32448
|
-
estado:
|
|
32449
|
-
id:
|
|
32450
|
-
record:
|
|
32451
|
-
fichaProps:
|
|
32451
|
+
estado: m,
|
|
32452
|
+
id: p,
|
|
32453
|
+
record: f,
|
|
32454
|
+
fichaProps: y,
|
|
32452
32455
|
enableLoad: r,
|
|
32453
32456
|
queryOptions: i,
|
|
32454
|
-
mutationOptions:
|
|
32457
|
+
mutationOptions: v,
|
|
32455
32458
|
children: u
|
|
32456
32459
|
}
|
|
32457
32460
|
)
|
|
32458
32461
|
}
|
|
32459
32462
|
);
|
|
32460
|
-
return /* @__PURE__ */ b(tu, { children:
|
|
32463
|
+
return /* @__PURE__ */ b(tu, { children: x });
|
|
32461
32464
|
}, "CreateEtriekView"), gH = /* @__PURE__ */ s((t) => {
|
|
32462
32465
|
const e = ar(), n = jo(), r = zo(), o = Dr(), i = pt(t), a = qd({
|
|
32463
32466
|
resource: i,
|
|
@@ -35555,7 +35558,10 @@ if (process.env.NODE_ENV !== "production") {
|
|
|
35555
35558
|
};
|
|
35556
35559
|
}
|
|
35557
35560
|
const Dee = /* @__PURE__ */ s(({ title: t, children: e, sx: n, source: r, ...o }) => {
|
|
35558
|
-
const { hidden: i } = zn({
|
|
35561
|
+
const { hidden: i, propsContenido: a } = zn({
|
|
35562
|
+
source: r,
|
|
35563
|
+
...o
|
|
35564
|
+
}), l = a.title ?? a.label ?? t;
|
|
35559
35565
|
return i ? null : /* @__PURE__ */ G(
|
|
35560
35566
|
vn,
|
|
35561
35567
|
{
|
|
@@ -35599,7 +35605,7 @@ const Dee = /* @__PURE__ */ s(({ title: t, children: e, sx: n, source: r, ...o }
|
|
|
35599
35605
|
letterSpacing: 0.4,
|
|
35600
35606
|
textTransform: "uppercase"
|
|
35601
35607
|
},
|
|
35602
|
-
children:
|
|
35608
|
+
children: l
|
|
35603
35609
|
}
|
|
35604
35610
|
),
|
|
35605
35611
|
/* @__PURE__ */ b(
|