@indigina/ui-kit 1.1.139 → 1.1.140

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.
@@ -38,7 +38,7 @@ export declare class KitCollapsedListComponent<T extends KitCollapsedListItem> i
38
38
  get selectedItem(): KitCollapsedListItem;
39
39
  get popupSettings(): PopupSettings;
40
40
  ngAfterViewInit(): void;
41
- ngOnChanges({ itemList, gap }: SimpleChanges): void;
41
+ ngOnChanges({ itemList, gap, dropdownDefaultValueText }: SimpleChanges): void;
42
42
  ngOnDestroy(): void;
43
43
  setSelectedItem(item: T): void;
44
44
  selectionChange(item: T): void;
@@ -1,4 +1,4 @@
1
- import { DestroyRef, ElementRef, EventEmitter, InputSignal, OnDestroy, OnInit, Signal, ViewContainerRef, WritableSignal } from '@angular/core';
1
+ import { DestroyRef, EventEmitter, InputSignal, OnDestroy, OnInit, Signal, ViewContainerRef, WritableSignal } from '@angular/core';
2
2
  import { Store } from '@ngxs/store';
3
3
  import { Observable } from 'rxjs';
4
4
  import { TitleCasePipe, Location as NgLocation } from '@angular/common';
@@ -36,7 +36,6 @@ export declare class KitGridViewsComponent implements OnInit, OnDestroy {
36
36
  viewChanged: EventEmitter<void>;
37
37
  readonly collapsedList: Signal<KitCollapsedListComponent<KitGridViewListItem> | undefined>;
38
38
  readonly createNewViewPopup: Signal<KitPopupComponent | undefined>;
39
- readonly anchor: Signal<ElementRef | undefined>;
40
39
  readonly createNewViewName: WritableSignal<string>;
41
40
  readonly currentViewName$: Observable<string>;
42
41
  readonly viewsState$: Observable<ApiResponseState<KitViewsState>>;
@@ -52,6 +51,7 @@ export declare class KitGridViewsComponent implements OnInit, OnDestroy {
52
51
  readonly kitButtonIconPosition: typeof KitButtonIconPosition;
53
52
  readonly kitTextboxState: typeof KitTextboxState;
54
53
  readonly selectedView: Signal<KitGridView | null>;
54
+ readonly collapsedListDropdownText: WritableSignal<string>;
55
55
  get isViewNameValid(): boolean;
56
56
  get inputMessage(): string;
57
57
  constructor(store: Store, activatedRoute: ActivatedRoute, router: Router, destroyRef: DestroyRef, titleCasePipe: TitleCasePipe, kitDialogService: KitDialogService, translateService: TranslateService, viewContainerRef: ViewContainerRef, location: NgLocation);
package/package.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "components",
8
8
  "shared"
9
9
  ],
10
- "version": "1.1.139",
10
+ "version": "1.1.140",
11
11
  "peerDependencies": {
12
12
  "@angular/common": "^19.1.4",
13
13
  "@angular/core": "^19.1.4"