@indigina/ui-kit 1.1.200 → 1.1.201
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.
|
@@ -40,6 +40,7 @@ export declare class KitGridViewsComponent implements OnInit, OnDestroy {
|
|
|
40
40
|
readonly anchor: Signal<ElementRef | undefined>;
|
|
41
41
|
readonly collapsedList: Signal<KitCollapsedListComponent<KitGridViewListItem> | undefined>;
|
|
42
42
|
readonly createNewViewPopup: Signal<KitPopupComponent | undefined>;
|
|
43
|
+
readonly isViewSaving: WritableSignal<boolean>;
|
|
43
44
|
readonly createNewViewName: WritableSignal<string>;
|
|
44
45
|
readonly viewsState$: Observable<ApiResponseState<KitViewsState>>;
|
|
45
46
|
readonly views$: Observable<KitGridView[]>;
|