@applica-software-guru/react-admin 1.5.365 → 1.5.366
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/components/Layout/Navigation/NavCollapse.d.ts.map +1 -1
- package/dist/components/Layout/Navigation/NavGroup.d.ts.map +1 -1
- package/dist/components/Layout/Navigation/NavItem.d.ts.map +1 -1
- package/dist/react-admin.cjs.js +41 -41
- package/dist/react-admin.cjs.js.gz +0 -0
- package/dist/react-admin.cjs.js.map +1 -1
- package/dist/react-admin.es.js +65 -3
- package/dist/react-admin.es.js.gz +0 -0
- package/dist/react-admin.es.js.map +1 -1
- package/dist/react-admin.umd.js +40 -40
- package/dist/react-admin.umd.js.gz +0 -0
- package/dist/react-admin.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Layout/Navigation/NavCollapse.tsx +29 -2
- package/src/components/Layout/Navigation/NavGroup.tsx +10 -0
- package/src/components/Layout/Navigation/NavItem.tsx +14 -1
package/dist/react-admin.es.js
CHANGED
|
@@ -38748,7 +38748,24 @@ function Nu({ item: e, level: t }) {
|
|
|
38748
38748
|
i || !i && t !== 1 ? /* @__PURE__ */ h(
|
|
38749
38749
|
nr,
|
|
38750
38750
|
{
|
|
38751
|
-
primary: /* @__PURE__ */ h(
|
|
38751
|
+
primary: /* @__PURE__ */ h(
|
|
38752
|
+
be,
|
|
38753
|
+
{
|
|
38754
|
+
variant: "h6",
|
|
38755
|
+
sx: {
|
|
38756
|
+
color: m ? x : b,
|
|
38757
|
+
overflow: "hidden",
|
|
38758
|
+
textOverflow: "ellipsis",
|
|
38759
|
+
wordBreak: "break-word",
|
|
38760
|
+
overflowWrap: "break-word",
|
|
38761
|
+
whiteSpace: "normal",
|
|
38762
|
+
display: "-webkit-box",
|
|
38763
|
+
WebkitBoxOrient: "vertical",
|
|
38764
|
+
WebkitLineClamp: 2
|
|
38765
|
+
},
|
|
38766
|
+
children: e.title
|
|
38767
|
+
}
|
|
38768
|
+
)
|
|
38752
38769
|
}
|
|
38753
38770
|
) : null,
|
|
38754
38771
|
(i || !i && t !== 1) && e.chip ? /* @__PURE__ */ h(
|
|
@@ -38896,7 +38913,25 @@ function Vu({
|
|
|
38896
38913
|
/* @__PURE__ */ h(
|
|
38897
38914
|
nr,
|
|
38898
38915
|
{
|
|
38899
|
-
primary: /* @__PURE__ */ h(
|
|
38916
|
+
primary: /* @__PURE__ */ h(
|
|
38917
|
+
be,
|
|
38918
|
+
{
|
|
38919
|
+
variant: "body1",
|
|
38920
|
+
color: "inherit",
|
|
38921
|
+
sx: {
|
|
38922
|
+
my: "auto",
|
|
38923
|
+
overflow: "hidden",
|
|
38924
|
+
textOverflow: "ellipsis",
|
|
38925
|
+
wordBreak: "break-word",
|
|
38926
|
+
overflowWrap: "break-word",
|
|
38927
|
+
whiteSpace: "normal",
|
|
38928
|
+
display: "-webkit-box",
|
|
38929
|
+
WebkitBoxOrient: "vertical",
|
|
38930
|
+
WebkitLineClamp: 2
|
|
38931
|
+
},
|
|
38932
|
+
children: e.title
|
|
38933
|
+
}
|
|
38934
|
+
)
|
|
38900
38935
|
}
|
|
38901
38936
|
),
|
|
38902
38937
|
M ? /* @__PURE__ */ h(R2, {}) : /* @__PURE__ */ h(zu, {})
|
|
@@ -39006,7 +39041,24 @@ function Vu({
|
|
|
39006
39041
|
f || !f && t !== 1 ? /* @__PURE__ */ h(
|
|
39007
39042
|
nr,
|
|
39008
39043
|
{
|
|
39009
|
-
primary: /* @__PURE__ */ h(
|
|
39044
|
+
primary: /* @__PURE__ */ h(
|
|
39045
|
+
be,
|
|
39046
|
+
{
|
|
39047
|
+
variant: "h6",
|
|
39048
|
+
color: v === e.id ? "primary" : j,
|
|
39049
|
+
sx: {
|
|
39050
|
+
overflow: "hidden",
|
|
39051
|
+
textOverflow: "ellipsis",
|
|
39052
|
+
wordBreak: "break-word",
|
|
39053
|
+
overflowWrap: "break-word",
|
|
39054
|
+
whiteSpace: "normal",
|
|
39055
|
+
display: "-webkit-box",
|
|
39056
|
+
WebkitBoxOrient: "vertical",
|
|
39057
|
+
WebkitLineClamp: 2
|
|
39058
|
+
},
|
|
39059
|
+
children: e.title
|
|
39060
|
+
}
|
|
39061
|
+
),
|
|
39010
39062
|
secondary: e.caption ? /* @__PURE__ */ h(be, { variant: "caption", color: "secondary", children: e.caption }) : null
|
|
39011
39063
|
}
|
|
39012
39064
|
) : null,
|
|
@@ -39224,6 +39276,16 @@ function t0e({
|
|
|
39224
39276
|
{
|
|
39225
39277
|
variant: "body1",
|
|
39226
39278
|
color: b === w.id ? d.palette.primary.main : d.palette.secondary.dark,
|
|
39279
|
+
sx: {
|
|
39280
|
+
overflow: "hidden",
|
|
39281
|
+
textOverflow: "ellipsis",
|
|
39282
|
+
wordBreak: "break-word",
|
|
39283
|
+
overflowWrap: "break-word",
|
|
39284
|
+
whiteSpace: "normal",
|
|
39285
|
+
display: "-webkit-box",
|
|
39286
|
+
WebkitBoxOrient: "vertical",
|
|
39287
|
+
WebkitLineClamp: 2
|
|
39288
|
+
},
|
|
39227
39289
|
children: w.id === r ? c("ra.actions.more") : w.title
|
|
39228
39290
|
}
|
|
39229
39291
|
)
|
|
Binary file
|