@indigina/ui-kit 1.1.247 → 1.1.248
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/index.d.ts
CHANGED
|
@@ -2352,6 +2352,7 @@ declare class KitNavigationMenuComponent implements OnInit {
|
|
|
2352
2352
|
readonly KitSvgIcon: typeof KitSvgIcon;
|
|
2353
2353
|
readonly KitSvgIconType: typeof KitSvgIconType;
|
|
2354
2354
|
readonly KitTooltipPosition: typeof KitTooltipPosition;
|
|
2355
|
+
readonly isAbsoluteLink: (url: string) => boolean;
|
|
2355
2356
|
constructor(router: Router, kitNavigationMenuService: KitNavigationMenuService);
|
|
2356
2357
|
ngOnInit(): void;
|
|
2357
2358
|
handleClick(item: KitNavigationMenuItem): void;
|
|
@@ -2374,6 +2375,7 @@ declare class KitNavigationMenuSubmenuComponent {
|
|
|
2374
2375
|
logoClicked: EventEmitter<void>;
|
|
2375
2376
|
readonly KitSvgIcon: typeof KitSvgIcon;
|
|
2376
2377
|
readonly rootPath: string;
|
|
2378
|
+
readonly isAbsoluteLink: (url: string) => boolean;
|
|
2377
2379
|
constructor(document: Document);
|
|
2378
2380
|
handleClick(item: KitNavigationMenuItem): void;
|
|
2379
2381
|
isAppItemActive(url: string | null): boolean;
|