@indigina/ui-kit 1.1.447 → 1.1.448
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/package.json
CHANGED
|
@@ -2386,16 +2386,20 @@ declare class KitNavigationMenuComponent implements OnInit {
|
|
|
2386
2386
|
readonly KitSvgIconType: typeof KitSvgIconType;
|
|
2387
2387
|
readonly KitTooltipPosition: typeof KitTooltipPosition;
|
|
2388
2388
|
readonly isAbsoluteLink: (url: string) => boolean;
|
|
2389
|
-
constructor();
|
|
2390
2389
|
ngOnInit(): void;
|
|
2391
2390
|
handleClick(item: KitNavigationMenuItem): void;
|
|
2392
2391
|
handleLogoClick(): void;
|
|
2393
2392
|
onAppsMenuButtonClick(): void;
|
|
2394
2393
|
private setExpandedStateOnRouterChange;
|
|
2395
2394
|
private updateNavigationState;
|
|
2395
|
+
private isItemMatch;
|
|
2396
|
+
private isGroupPathMatch;
|
|
2397
|
+
private isLinkMatch;
|
|
2398
|
+
private getPathname;
|
|
2396
2399
|
private collapseAllItems;
|
|
2397
2400
|
private toggleItem;
|
|
2398
2401
|
private updateMenuState;
|
|
2402
|
+
private isSameOrChildPath;
|
|
2399
2403
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitNavigationMenuComponent, never>;
|
|
2400
2404
|
static ɵcmp: i0.ɵɵComponentDeclaration<KitNavigationMenuComponent, "kit-navigation-menu", never, { "menuItems": { "alias": "menuItems"; "required": false; "isSignal": true; }; "appsMenuItems": { "alias": "appsMenuItems"; "required": false; "isSignal": true; }; "logoPath": { "alias": "logoPath"; "required": false; }; }, { "menuItems": "menuItemsChange"; }, never, never, true, never>;
|
|
2401
2405
|
}
|