@indigina/ui-kit 1.1.333 → 1.1.334
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
|
@@ -4486,6 +4486,7 @@ declare class KitCardDetailsComponent<T extends KitCardDataModel> implements OnI
|
|
|
4486
4486
|
readonly newCreatedCards: WritableSignal<T[]>;
|
|
4487
4487
|
readonly skipNewCreatedCardFilter: Signal<KitCompositeFilterDescriptor>;
|
|
4488
4488
|
private shouldAppendFetchedData;
|
|
4489
|
+
showDetails: boolean;
|
|
4489
4490
|
ngOnInit(): void;
|
|
4490
4491
|
loadMoreData(): void;
|
|
4491
4492
|
onCardClick(card: T): void;
|
|
@@ -4502,6 +4503,7 @@ declare class KitCardDetailsComponent<T extends KitCardDataModel> implements OnI
|
|
|
4502
4503
|
private getStateFromUrl;
|
|
4503
4504
|
private setQueryParamsToUrl;
|
|
4504
4505
|
private navigateToCard;
|
|
4506
|
+
private selectNewLoadedCard;
|
|
4505
4507
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCardDetailsComponent<any>, never>;
|
|
4506
4508
|
static ɵcmp: i0.ɵɵComponentDeclaration<KitCardDetailsComponent<any>, "kit-card-details", never, { "cardData$": { "alias": "cardData$"; "required": true; "isSignal": true; }; "pageSize": { "alias": "pageSize"; "required": true; "isSignal": true; }; "title": { "alias": "title"; "required": true; "isSignal": true; }; }, { "dataStateChanged": "dataStateChanged"; "cardClicked": "cardClicked"; }, ["cardElement", "headerActions", "details"], never, true, never>;
|
|
4507
4509
|
}
|