strapi-plugin-navigation 3.0.7-beta.1 → 3.0.7-beta.2
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/admin/index.mjs
CHANGED
|
@@ -23778,7 +23778,7 @@ function ZK(t, e) {
|
|
|
23778
23778
|
if (t == null) return {};
|
|
23779
23779
|
var n = {};
|
|
23780
23780
|
for (var r in t) if ({}.hasOwnProperty.call(t, r)) {
|
|
23781
|
-
if (e.
|
|
23781
|
+
if (e.indexOf(r) !== -1) continue;
|
|
23782
23782
|
n[r] = t[r];
|
|
23783
23783
|
}
|
|
23784
23784
|
return n;
|
|
@@ -40243,7 +40243,7 @@ const Nne = B.object({
|
|
|
40243
40243
|
label: Ve
|
|
40244
40244
|
};
|
|
40245
40245
|
}) ?? [],
|
|
40246
|
-
(le) => le.
|
|
40246
|
+
(le) => le.label
|
|
40247
40247
|
), Ot = _t(
|
|
40248
40248
|
() => Il(
|
|
40249
40249
|
k.data?.contentTypes?.filter((le) => le.isSingle ? !!(We && [We, ce].includes(le.uid)) : !0).map((le) => ({
|
|
@@ -40251,7 +40251,7 @@ const Nne = B.object({
|
|
|
40251
40251
|
value: le.uid,
|
|
40252
40252
|
label: le.contentTypeName
|
|
40253
40253
|
})),
|
|
40254
|
-
(le) => le.
|
|
40254
|
+
(le) => le.label
|
|
40255
40255
|
),
|
|
40256
40256
|
[k.data, We]
|
|
40257
40257
|
), Re = Ln(tt), ut = Ue(
|