@indigina/ui-kit 1.1.304 → 1.1.306
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/fesm2022/indigina-ui-kit.mjs +28 -23
- package/fesm2022/indigina-ui-kit.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -4442,11 +4442,11 @@ declare class KitCardDetailsComponent<T extends KitCardDataModel> implements OnI
|
|
|
4442
4442
|
appendCards(cards: T[]): void;
|
|
4443
4443
|
deleteCard(cardId: string | number): void;
|
|
4444
4444
|
updateSpecificCardData(cardData: T): void;
|
|
4445
|
+
scrollToCardById(id: string): void;
|
|
4445
4446
|
private initSearchSubscription;
|
|
4446
4447
|
private initStateFromUrl;
|
|
4447
4448
|
private initCardDataSubscription;
|
|
4448
4449
|
private updateData;
|
|
4449
|
-
private scrollToCardById;
|
|
4450
4450
|
private getStateFromUrl;
|
|
4451
4451
|
private setStateToUrl;
|
|
4452
4452
|
static ɵfac: i0.ɵɵFactoryDeclaration<KitCardDetailsComponent<any>, never>;
|