@indigina/ui-kit 1.1.519 → 1.1.520
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
|
@@ -3419,7 +3419,7 @@ declare class KitGridComponent<T> {
|
|
|
3419
3419
|
readonly forwardedColumnMarkers: WritableSignal<KitGridColumnMarker[]>;
|
|
3420
3420
|
readonly columnMarkers: Signal<KitGridProjectedColumn<T>[]>;
|
|
3421
3421
|
readonly checkboxColumn: Signal<KitGridCheckboxColumnComponent<T> | undefined>;
|
|
3422
|
-
readonly selectableSettings: Signal<SelectableSettings
|
|
3422
|
+
readonly selectableSettings: Signal<SelectableSettings>;
|
|
3423
3423
|
readonly isRadioColumn: Signal<boolean>;
|
|
3424
3424
|
readonly currentPageVisibleRowKeys: Signal<Set<T | T[keyof T]>>;
|
|
3425
3425
|
readonly isHeaderCheckboxDisabled: Signal<boolean>;
|