@indigina/ui-kit 1.1.250 → 1.1.251
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/fesm2022/indigina-ui-kit.mjs +22 -14
- package/fesm2022/indigina-ui-kit.mjs.map +1 -1
- package/index.d.ts +3 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
|
-
import { InputSignal, EventEmitter, Predicate, ElementRef, OnInit, TemplateRef, WritableSignal, ChangeDetectorRef, Signal, OnChanges, OnDestroy, Renderer2, OutputEmitterRef, ModuleWithProviders, RendererFactory2, ViewContainerRef, ModelSignal, SimpleChanges, AfterContentInit, QueryList, AfterViewInit, PipeTransform, InjectionToken
|
|
2
|
+
import { InputSignal, EventEmitter, Predicate, ElementRef, OnInit, TemplateRef, WritableSignal, ChangeDetectorRef, Signal, OnChanges, OnDestroy, Renderer2, OutputEmitterRef, ModuleWithProviders, RendererFactory2, ViewContainerRef, ModelSignal, DestroyRef, SimpleChanges, AfterContentInit, QueryList, AfterViewInit, PipeTransform, InjectionToken } from '@angular/core';
|
|
3
3
|
import * as i2 from '@progress/kendo-angular-buttons';
|
|
4
4
|
import * as i2$1 from '@angular/common';
|
|
5
5
|
import { DatePipe, TitleCasePipe, DecimalPipe } from '@angular/common';
|
|
@@ -2337,6 +2337,7 @@ declare class KitNavigationMenuService {
|
|
|
2337
2337
|
declare class KitNavigationMenuComponent implements OnInit {
|
|
2338
2338
|
private router;
|
|
2339
2339
|
private kitNavigationMenuService;
|
|
2340
|
+
private readonly destroyRef;
|
|
2340
2341
|
/**
|
|
2341
2342
|
* An items list which is going to be rendered as menu items
|
|
2342
2343
|
*/
|
|
@@ -2353,7 +2354,7 @@ declare class KitNavigationMenuComponent implements OnInit {
|
|
|
2353
2354
|
readonly KitSvgIconType: typeof KitSvgIconType;
|
|
2354
2355
|
readonly KitTooltipPosition: typeof KitTooltipPosition;
|
|
2355
2356
|
readonly isAbsoluteLink: (url: string) => boolean;
|
|
2356
|
-
constructor(router: Router, kitNavigationMenuService: KitNavigationMenuService);
|
|
2357
|
+
constructor(router: Router, kitNavigationMenuService: KitNavigationMenuService, destroyRef: DestroyRef);
|
|
2357
2358
|
ngOnInit(): void;
|
|
2358
2359
|
handleClick(item: KitNavigationMenuItem): void;
|
|
2359
2360
|
handleLogoClick(): void;
|