@applica-software-guru/react-admin 1.0.14 → 1.0.16
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/README.md +21 -0
- package/dist/components/Layout/index.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +3 -3
- package/dist/react-admin.es.js +16 -17
- package/dist/react-admin.umd.js +29 -29
- package/package.json +16 -5
package/dist/react-admin.es.js
CHANGED
|
@@ -2302,10 +2302,7 @@ function mD(e, t) {
|
|
|
2302
2302
|
return process.env.NODE_ENV !== "production" && (r || console.error(["MUI: You should return an object from your theme function, i.e.", "<ThemeProvider theme={() => ({})} />"].join(`
|
|
2303
2303
|
`))), r;
|
|
2304
2304
|
}
|
|
2305
|
-
return {
|
|
2306
|
-
...e,
|
|
2307
|
-
...t
|
|
2308
|
-
};
|
|
2305
|
+
return H({}, e, t);
|
|
2309
2306
|
}
|
|
2310
2307
|
function ol(e) {
|
|
2311
2308
|
const {
|
|
@@ -7394,8 +7391,8 @@ function yM(e, t = []) {
|
|
|
7394
7391
|
r[n] = e[n];
|
|
7395
7392
|
}), r;
|
|
7396
7393
|
}
|
|
7397
|
-
function Qu(e, t) {
|
|
7398
|
-
return typeof e == "function" ? e(t) : e;
|
|
7394
|
+
function Qu(e, t, r) {
|
|
7395
|
+
return typeof e == "function" ? e(t, r) : e;
|
|
7399
7396
|
}
|
|
7400
7397
|
function Sh(e) {
|
|
7401
7398
|
if (e === void 0)
|
|
@@ -7426,21 +7423,22 @@ function vM(e) {
|
|
|
7426
7423
|
internalRef: d.ref
|
|
7427
7424
|
};
|
|
7428
7425
|
}
|
|
7429
|
-
const bM = ["elementType", "externalSlotProps", "ownerState"];
|
|
7426
|
+
const bM = ["elementType", "externalSlotProps", "ownerState", "skipResolvingSlotProps"];
|
|
7430
7427
|
function yu(e) {
|
|
7431
7428
|
var t;
|
|
7432
7429
|
const {
|
|
7433
7430
|
elementType: r,
|
|
7434
7431
|
externalSlotProps: n,
|
|
7435
|
-
ownerState: s
|
|
7436
|
-
|
|
7437
|
-
|
|
7438
|
-
|
|
7439
|
-
|
|
7440
|
-
|
|
7441
|
-
|
|
7442
|
-
|
|
7443
|
-
|
|
7432
|
+
ownerState: s,
|
|
7433
|
+
skipResolvingSlotProps: a = !1
|
|
7434
|
+
} = e, l = Ke(e, bM), u = a ? {} : Qu(n, s), {
|
|
7435
|
+
props: g,
|
|
7436
|
+
internalRef: d
|
|
7437
|
+
} = vM(H({}, l, {
|
|
7438
|
+
externalSlotProps: u
|
|
7439
|
+
})), p = Jn(d, u == null ? void 0 : u.ref, (t = e.additionalProps) == null ? void 0 : t.ref);
|
|
7440
|
+
return IM(r, H({}, g, {
|
|
7441
|
+
ref: p
|
|
7444
7442
|
}), s);
|
|
7445
7443
|
}
|
|
7446
7444
|
const xM = ["input", "select", "textarea", "a[href]", "button", "[tabindex]", "audio[controls]", "video[controls]", '[contenteditable]:not([contenteditable="false"])'].join(",");
|
|
@@ -19465,7 +19463,8 @@ const H8 = () => {
|
|
|
19465
19463
|
position: "relative",
|
|
19466
19464
|
minHeight: "calc(100vh - 110px)",
|
|
19467
19465
|
display: "flex",
|
|
19468
|
-
flexDirection: "column"
|
|
19466
|
+
flexDirection: "column",
|
|
19467
|
+
backgroundColor: "yellow"
|
|
19469
19468
|
},
|
|
19470
19469
|
children: [!d && /* @__PURE__ */ C(Sg, {
|
|
19471
19470
|
titleBottom: !0,
|