@mozaic-ds/angular 2.4.1 → 2.5.1
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/package.json
CHANGED
|
@@ -25,8 +25,9 @@ declare class MozBreadcrumbComponent {
|
|
|
25
25
|
[x: string]: boolean | MozBreadcrumbAppearance;
|
|
26
26
|
breadcrumb: boolean;
|
|
27
27
|
}>;
|
|
28
|
-
|
|
29
|
-
|
|
28
|
+
private readonly appearanceClass;
|
|
29
|
+
readonly linkClass: _angular_core.Signal<string>;
|
|
30
|
+
readonly currentLinkClass: _angular_core.Signal<string>;
|
|
30
31
|
static ɵfac: _angular_core.ɵɵFactoryDeclaration<MozBreadcrumbComponent, never>;
|
|
31
32
|
static ɵcmp: _angular_core.ɵɵComponentDeclaration<MozBreadcrumbComponent, "moz-breadcrumb", never, { "appearance": { "alias": "appearance"; "required": false; "isSignal": true; }; "links": { "alias": "links"; "required": false; "isSignal": true; }; }, {}, never, never, true, never>;
|
|
32
33
|
}
|