@indigina/ui-kit 1.1.325 → 1.1.326

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
@@ -3874,17 +3874,22 @@ declare class KitFilterCheckboxComponent implements OnInit, OnChanges {
3874
3874
  readonly filterRemoved: OutputEmitterRef<void>;
3875
3875
  readonly filterChanged: OutputEmitterRef<KitFilterValue>;
3876
3876
  readonly anchor: Signal<ElementRef>;
3877
+ readonly popupContent: Signal<ElementRef | undefined>;
3877
3878
  readonly popup: Signal<KitPopupComponent | undefined>;
3878
- readonly kitTooltipPosition: typeof KitTooltipPosition;
3879
+ readonly allSelected: WritableSignal<boolean>;
3880
+ readonly searchTerm: WritableSignal<string>;
3879
3881
  readonly selectedValues: WritableSignal<{
3880
3882
  title: string;
3881
3883
  value: string;
3882
3884
  }[]>;
3885
+ readonly visibleItems: Signal<KitFilterListOption[]>;
3886
+ readonly kitTooltipPosition: typeof KitTooltipPosition;
3883
3887
  readonly kitPillTheme: typeof KitPillTheme;
3884
- readonly allSelected: WritableSignal<boolean>;
3888
+ readonly kitTextboxSize: typeof KitTextboxSize;
3885
3889
  get isPopupOpen(): boolean;
3886
3890
  get checkedItems(): KitFilterListOption[];
3887
3891
  get displayedValues(): string[];
3892
+ get isContentOverflowing(): boolean;
3888
3893
  constructor();
3889
3894
  ngOnInit(): void;
3890
3895
  ngOnChanges({ filter }: SimpleChanges): void;
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.325",
10
+ "version": "1.1.326",
11
11
  "peerDependencies": {
12
12
  "@angular/common": ">=20.1.3 <21.0.0",
13
13
  "@angular/core": ">=20.1.3 <21.0.0",