tickera-angular-components 0.0.1-dev.90 → 0.0.1-dev.92
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
|
@@ -1103,6 +1103,7 @@ interface GiftBondPurchase extends Auditable {
|
|
|
1103
1103
|
purchased_at: string;
|
|
1104
1104
|
expires_at: string;
|
|
1105
1105
|
redeemed_at: string | null;
|
|
1106
|
+
gift_bond?: GiftBond;
|
|
1106
1107
|
gift_bond_id: number;
|
|
1107
1108
|
buyer_customer_id: number;
|
|
1108
1109
|
buyer: Customer;
|
|
@@ -2437,10 +2438,11 @@ declare class ShowCardSkeletonComponent {
|
|
|
2437
2438
|
}
|
|
2438
2439
|
|
|
2439
2440
|
declare class AppBreadcumbComponent {
|
|
2441
|
+
homeUrl: string | undefined;
|
|
2440
2442
|
steps: BreadcrumbStep[];
|
|
2441
2443
|
theme: BreadcrumbTheme;
|
|
2442
2444
|
static ɵfac: i0.ɵɵFactoryDeclaration<AppBreadcumbComponent, never>;
|
|
2443
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<AppBreadcumbComponent, "app-breadcrumb", never, { "steps": { "alias": "steps"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, never, true, never>;
|
|
2445
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<AppBreadcumbComponent, "app-breadcrumb", never, { "homeUrl": { "alias": "homeUrl"; "required": false; }; "steps": { "alias": "steps"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; }, {}, never, never, true, never>;
|
|
2444
2446
|
}
|
|
2445
2447
|
|
|
2446
2448
|
declare class LanguageSwitcherComponent {
|