@mparticle/aquarium 1.40.0-poc-unified-nav.9 → 1.40.0-poc-unified-nav.10
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/aquarium.js +5 -14
- package/dist/aquarium.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/aquarium.js
CHANGED
|
@@ -25284,17 +25284,10 @@ const FG = {
|
|
|
25284
25284
|
hrefOptions: { href: xn.Customer360.UserProfile }
|
|
25285
25285
|
},
|
|
25286
25286
|
{
|
|
25287
|
-
id: "
|
|
25288
|
-
label: "Identity",
|
|
25289
|
-
type: "
|
|
25290
|
-
|
|
25291
|
-
{
|
|
25292
|
-
id: "groupIdentity",
|
|
25293
|
-
label: "Group Identity",
|
|
25294
|
-
type: "link",
|
|
25295
|
-
hrefOptions: { href: xn.Customer360.Identity.GroupIdentities }
|
|
25296
|
-
}
|
|
25297
|
-
]
|
|
25287
|
+
id: "groupIdentity",
|
|
25288
|
+
label: "Group Identity",
|
|
25289
|
+
type: "link",
|
|
25290
|
+
hrefOptions: { href: xn.Customer360.Identity.GroupIdentities }
|
|
25298
25291
|
},
|
|
25299
25292
|
{
|
|
25300
25293
|
id: "enrichment",
|
|
@@ -25512,11 +25505,9 @@ class KG {
|
|
|
25512
25505
|
var l;
|
|
25513
25506
|
if (g.type === "link" && ((l = g.hrefOptions) != null && l.href))
|
|
25514
25507
|
g.disabled = !Py.isRouteAuthorized(g.hrefOptions.href);
|
|
25515
|
-
else if (g.type === "menu" && g.children)
|
|
25508
|
+
else if (g.type === "menu" && g.children)
|
|
25516
25509
|
for (const z of g.children)
|
|
25517
25510
|
m(z);
|
|
25518
|
-
g.disabled = g.children.every((z) => z.disabled);
|
|
25519
|
-
}
|
|
25520
25511
|
};
|
|
25521
25512
|
for (const g of c9)
|
|
25522
25513
|
m(g);
|