structra-ui 0.1.73 → 0.1.75
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/types/structra-ui.d.ts
CHANGED
|
@@ -2977,6 +2977,7 @@ declare class AppShellSidebarTemplateDirective {
|
|
|
2977
2977
|
*/
|
|
2978
2978
|
declare class AppSidebarComponent<T extends string = string> implements OnChanges {
|
|
2979
2979
|
private readonly theme;
|
|
2980
|
+
private readonly cdr;
|
|
2980
2981
|
private readonly destroyRef;
|
|
2981
2982
|
/**
|
|
2982
2983
|
* Garante `.app-library-theme` + `theme-*` no host para tokens `--app-color-nav-*` e lista
|