@indigina/ui-kit 1.1.403 → 1.1.405
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
|
@@ -4151,11 +4151,12 @@ declare class KitGridColumnManagerComponent {
|
|
|
4151
4151
|
declare class KitGridDetailsButtonComponent {
|
|
4152
4152
|
readonly link: InputSignal<string>;
|
|
4153
4153
|
readonly queryParamsHandling: InputSignal<QueryParamsHandling | undefined>;
|
|
4154
|
+
readonly handleClick: OutputEmitterRef<void>;
|
|
4154
4155
|
readonly kitTooltipPosition: typeof KitTooltipPosition;
|
|
4155
4156
|
readonly kitSvgIcon: typeof KitSvgIcon;
|
|
4156
4157
|
readonly kitSvgIconType: typeof KitSvgIconType;
|
|
4157
4158
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitGridDetailsButtonComponent, never>;
|
|
4158
|
-
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>;
|
|
4159
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<KitGridDetailsButtonComponent, "kit-grid-details-button", never, { "link": { "alias": "link"; "required": true; "isSignal": true; }; "queryParamsHandling": { "alias": "queryParamsHandling"; "required": false; "isSignal": true; }; }, { "handleClick": "handleClick"; }, never, never, true, never>;
|
|
4159
4160
|
}
|
|
4160
4161
|
|
|
4161
4162
|
declare const KIT_DATE_FORMAT: string;
|