@indigina/ui-kit 1.1.324 → 1.1.325
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
|
@@ -4016,6 +4016,7 @@ declare class KitGridColumnManagerComponent {
|
|
|
4016
4016
|
applyChanges(): void;
|
|
4017
4017
|
close(): void;
|
|
4018
4018
|
checkChanges(): void;
|
|
4019
|
+
reset(): void;
|
|
4019
4020
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitGridColumnManagerComponent, never>;
|
|
4020
4021
|
static ɵcmp: i0.ɵɵComponentDeclaration<KitGridColumnManagerComponent, "kit-grid-column-manager", never, { "showLabel": { "alias": "showLabel"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
4021
4022
|
}
|