@indigina/ui-kit 1.1.375 → 1.1.376
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
|
@@ -10,9 +10,9 @@ import { DialogRef, DialogSettings } from '@progress/kendo-angular-dialog';
|
|
|
10
10
|
export { DialogAction, DialogCloseResult, DialogContentBase, DialogRef, DialogResult } from '@progress/kendo-angular-dialog';
|
|
11
11
|
import { FileInfo } from '@progress/kendo-angular-upload';
|
|
12
12
|
import { BehaviorSubject, Observable } from 'rxjs';
|
|
13
|
+
import { Params, NavigationExtras, QueryParamsHandling, CanActivateFn, Routes } from '@angular/router';
|
|
13
14
|
import { PopupSettings as PopupSettings$1 } from '@progress/kendo-angular-popup';
|
|
14
15
|
import { SelectEvent, DrawerComponent } from '@progress/kendo-angular-layout';
|
|
15
|
-
import { NavigationExtras, QueryParamsHandling, CanActivateFn, Routes } from '@angular/router';
|
|
16
16
|
import { RowClassArgs, PageChangeEvent, DetailExpandEvent, DetailCollapseEvent, CellClickEvent, ExcelExportEvent, GridComponent, PagerSettings } from '@progress/kendo-angular-grid';
|
|
17
17
|
import { SortDescriptor, FilterDescriptor, CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
|
18
18
|
import { PDFOptions, PaperSize } from '@progress/kendo-drawing/dist/npm/pdf';
|
|
@@ -2161,6 +2161,7 @@ declare class KitCopyTextComponent {
|
|
|
2161
2161
|
interface KitNavigationMenuItem {
|
|
2162
2162
|
title: string;
|
|
2163
2163
|
link?: string;
|
|
2164
|
+
queryParams?: Params;
|
|
2164
2165
|
cssClass?: string;
|
|
2165
2166
|
icon?: KitSvgIcon;
|
|
2166
2167
|
iconType?: KitSvgIconType;
|