@solcre-org/core-ui 2.12.9 → 2.12.10
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
|
@@ -2415,6 +2415,7 @@ interface SidebarComponentConfig {
|
|
|
2415
2415
|
customTemplate?: TemplateRef<any>;
|
|
2416
2416
|
templateKey?: string;
|
|
2417
2417
|
responsiveConfig?: SidebarResponsiveConfig;
|
|
2418
|
+
isInsideNav?: boolean;
|
|
2418
2419
|
}
|
|
2419
2420
|
|
|
2420
2421
|
declare enum SidebarWidth {
|
|
@@ -2738,6 +2739,7 @@ declare class GenericSidebarComponent implements OnInit {
|
|
|
2738
2739
|
hasValidConfiguration: _angular_core.Signal<boolean>;
|
|
2739
2740
|
shouldUseCustomTemplate: _angular_core.Signal<boolean>;
|
|
2740
2741
|
getActiveTemplate: _angular_core.Signal<TemplateRef<any> | null>;
|
|
2742
|
+
isTemplateInsideNav: _angular_core.Signal<boolean>;
|
|
2741
2743
|
modalButtons: _angular_core.Signal<ModalButtonConfig<any>[]>;
|
|
2742
2744
|
ngOnInit(): void;
|
|
2743
2745
|
onResize(event: any): void;
|