@indigina/ui-kit 1.1.282 → 1.1.283
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
|
@@ -4001,6 +4001,7 @@ declare class KitEntityGridComponent<T> {
|
|
|
4001
4001
|
readonly kitButtonKind: typeof KitButtonKind;
|
|
4002
4002
|
readonly kitButtonIconPosition: typeof KitButtonIconPosition;
|
|
4003
4003
|
readonly kitBadgeTheme: typeof KitBadgeTheme;
|
|
4004
|
+
readonly gridState: Signal<KitGridDataState>;
|
|
4004
4005
|
isExporting: WritableSignal<boolean>;
|
|
4005
4006
|
constructor();
|
|
4006
4007
|
onPageSizeChanged(event: KitGridPageChangeEvent): void;
|