tickera-angular-components 0.0.1-dev.90 → 0.0.1-dev.91
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
|
@@ -2437,10 +2437,11 @@ declare class ShowCardSkeletonComponent {
|
|
|
2437
2437
|
}
|
|
2438
2438
|
|
|
2439
2439
|
declare class AppBreadcumbComponent {
|
|
2440
|
+
homeUrl: string | undefined;
|
|
2440
2441
|
steps: BreadcrumbStep[];
|
|
2441
2442
|
theme: BreadcrumbTheme;
|
|
2442
2443
|
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>;
|
|
2444
|
+
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
2445
|
}
|
|
2445
2446
|
|
|
2446
2447
|
declare class LanguageSwitcherComponent {
|