@indigina/ui-kit 1.1.289 → 1.1.290
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
|
@@ -15,7 +15,7 @@ import { SelectEvent } from '@progress/kendo-angular-layout';
|
|
|
15
15
|
import { RowClassArgs, PageChangeEvent, DetailExpandEvent, DetailCollapseEvent, CellClickEvent, ExcelExportEvent, GridComponent, PagerSettings } from '@progress/kendo-angular-grid';
|
|
16
16
|
import { SortDescriptor, FilterDescriptor, CompositeFilterDescriptor } from '@progress/kendo-data-query';
|
|
17
17
|
import { PDFOptions, PaperSize } from '@progress/kendo-drawing/dist/npm/pdf';
|
|
18
|
-
import { NavigationExtras, CanActivateFn } from '@angular/router';
|
|
18
|
+
import { NavigationExtras, QueryParamsHandling, CanActivateFn } from '@angular/router';
|
|
19
19
|
import { Store, StateContext, StateToken } from '@ngxs/store';
|
|
20
20
|
import { DataMoveEvent } from '@progress/kendo-angular-sortable';
|
|
21
21
|
import { InterpolatableTranslationObject, TranslateLoader, TranslationObject } from '@ngx-translate/core';
|
|
@@ -3982,11 +3982,12 @@ declare class KitGridColumnManagerComponent {
|
|
|
3982
3982
|
|
|
3983
3983
|
declare class KitGridDetailsButtonComponent {
|
|
3984
3984
|
readonly link: InputSignal<string>;
|
|
3985
|
+
readonly queryParamsHandling: InputSignal<QueryParamsHandling | undefined>;
|
|
3985
3986
|
readonly kitTooltipPosition: typeof KitTooltipPosition;
|
|
3986
3987
|
readonly kitSvgIcon: typeof KitSvgIcon;
|
|
3987
3988
|
readonly kitSvgIconType: typeof KitSvgIconType;
|
|
3988
3989
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitGridDetailsButtonComponent, never>;
|
|
3989
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<KitGridDetailsButtonComponent, "kit-grid-details-button", never, { "link": { "alias": "link"; "required": true; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3990
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitGridDetailsButtonComponent, "kit-grid-details-button", never, { "link": { "alias": "link"; "required": true; "isSignal": true; }; "queryParamsHandling": { "alias": "queryParamsHandling"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
3990
3991
|
}
|
|
3991
3992
|
|
|
3992
3993
|
declare const KIT_DATE_FORMAT: string;
|