@solcre-org/core-ui 2.12.20 → 2.12.21
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
|
@@ -2561,6 +2561,7 @@ interface HeaderConfig {
|
|
|
2561
2561
|
filterButtonConfig?: Partial<ButtonConfig>;
|
|
2562
2562
|
createButtonConfig?: Partial<ButtonConfig>;
|
|
2563
2563
|
globalCustomClass?: string;
|
|
2564
|
+
headerOutside?: boolean;
|
|
2564
2565
|
}
|
|
2565
2566
|
|
|
2566
2567
|
interface ModalValidationResult {
|
|
@@ -2956,6 +2957,9 @@ declare class HeaderService {
|
|
|
2956
2957
|
private filterButtonConfig;
|
|
2957
2958
|
private createButtonConfig;
|
|
2958
2959
|
private globalCustomClass;
|
|
2960
|
+
private headerOutside;
|
|
2961
|
+
getHeaderOutside(): _angular_core.WritableSignal<boolean>;
|
|
2962
|
+
setHeaderOutside(outside: boolean): void;
|
|
2959
2963
|
setHeaderData(data: {
|
|
2960
2964
|
title?: string;
|
|
2961
2965
|
text?: string;
|