@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
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.519",
10
+ "version": "1.1.520",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=21.0.0 <22.0.0",
13
13
  "@angular/core": ">=21.0.0 <22.0.0",
@@ -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 | false>;
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>;