valtech-components 2.0.640 → 2.0.641
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.
|
@@ -43,7 +43,7 @@ export declare class RightsFooterComponent {
|
|
|
43
43
|
/**
|
|
44
44
|
* Computed helper for color prop in template.
|
|
45
45
|
*/
|
|
46
|
-
propsColor: import("@angular/core").Signal<"
|
|
46
|
+
propsColor: import("@angular/core").Signal<"medium" | "primary" | "secondary" | "tertiary" | "success" | "warning" | "danger" | "light" | "dark">;
|
|
47
47
|
/**
|
|
48
48
|
* Computed helper for withMargin prop in template.
|
|
49
49
|
*/
|
|
@@ -41,7 +41,7 @@ export declare class PageWrapperComponent implements ViewWillEnter, ViewWillLeav
|
|
|
41
41
|
* Default header configuration (cached to avoid infinite change detection).
|
|
42
42
|
*/
|
|
43
43
|
private readonly defaultHeader;
|
|
44
|
-
headerProps: import("@angular/core").Signal<{
|
|
44
|
+
headerProps: import("@angular/core").Signal<import("valtech-components").HeaderMetadata | {
|
|
45
45
|
bordered: boolean;
|
|
46
46
|
translucent: boolean;
|
|
47
47
|
toolbar: {
|
|
@@ -68,7 +68,7 @@ export declare class PageWrapperComponent implements ViewWillEnter, ViewWillLeav
|
|
|
68
68
|
};
|
|
69
69
|
}[];
|
|
70
70
|
};
|
|
71
|
-
}
|
|
71
|
+
}>;
|
|
72
72
|
contentId: import("@angular/core").Signal<string>;
|
|
73
73
|
propsFooter: import("@angular/core").Signal<import("valtech-components").CompanyFooterMetadata>;
|
|
74
74
|
background: import("@angular/core").Signal<string>;
|