biblio-react 3.0.0-alpha104 → 3.0.0-alpha105
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 +10 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -22749,7 +22749,8 @@ const zz = x.forwardRef(/* @__PURE__ */ a(function(t, r) {
|
|
|
22749
22749
|
TransitionComponent: zz,
|
|
22750
22750
|
...k,
|
|
22751
22751
|
children: p === "form" ? (/* @__PURE__ */ a(() => {
|
|
22752
|
-
|
|
22752
|
+
var A, M, $;
|
|
22753
|
+
const w = x.isValidElement(l) && ((A = l.type.name) == null ? void 0 : A.startsWith("Form")) && (((M = l.type.name) == null ? void 0 : M.endsWith("Create")) || (($ = l.type.name) == null ? void 0 : $.endsWith("Edit")));
|
|
22753
22754
|
return /* @__PURE__ */ G(pn, { children: [
|
|
22754
22755
|
/* @__PURE__ */ y(Qx, { id: "draggable-dialog-title", children: s }),
|
|
22755
22756
|
/* @__PURE__ */ G(w ? nt : fl, { resource: r, onSubmit: u, children: [
|
|
@@ -22757,18 +22758,18 @@ const zz = x.forwardRef(/* @__PURE__ */ a(function(t, r) {
|
|
|
22757
22758
|
/* @__PURE__ */ G(Dw, { children: [
|
|
22758
22759
|
f.map(
|
|
22759
22760
|
({
|
|
22760
|
-
label:
|
|
22761
|
-
icon:
|
|
22762
|
-
handler:
|
|
22763
|
-
},
|
|
22761
|
+
label: R = "",
|
|
22762
|
+
icon: F = /* @__PURE__ */ y(Bf, {}),
|
|
22763
|
+
handler: I
|
|
22764
|
+
}, N) => /* @__PURE__ */ y(
|
|
22764
22765
|
wr,
|
|
22765
22766
|
{
|
|
22766
|
-
label:
|
|
22767
|
+
label: R,
|
|
22767
22768
|
disabled: t,
|
|
22768
|
-
onClick:
|
|
22769
|
-
children:
|
|
22769
|
+
onClick: I,
|
|
22770
|
+
children: F
|
|
22770
22771
|
},
|
|
22771
|
-
`extra_${
|
|
22772
|
+
`extra_${N}`
|
|
22772
22773
|
)
|
|
22773
22774
|
),
|
|
22774
22775
|
m && /* @__PURE__ */ y(
|