@solcre-org/core-ui 2.20.6 → 2.20.7
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
|
@@ -3915,6 +3915,7 @@ declare class HeaderService {
|
|
|
3915
3915
|
private clearHeaderFiltersCallback;
|
|
3916
3916
|
private refreshCallback;
|
|
3917
3917
|
readonly hasFilters: _angular_core.Signal<boolean>;
|
|
3918
|
+
readonly hasFiltersInsideModal: _angular_core.Signal<boolean>;
|
|
3918
3919
|
getRefreshCallback(): _angular_core.WritableSignal<(() => void) | undefined>;
|
|
3919
3920
|
setRefreshCallback(callback: (() => void) | undefined): void;
|
|
3920
3921
|
getHeaderOutside(): _angular_core.WritableSignal<boolean>;
|
|
@@ -4049,7 +4050,7 @@ declare class HeaderComponent implements OnInit {
|
|
|
4049
4050
|
isIndividualActionSwitch(action: any): boolean;
|
|
4050
4051
|
hasIndividualActionPermission(action: any): boolean;
|
|
4051
4052
|
private checkRequiredPermission;
|
|
4052
|
-
getHeaderFilters():
|
|
4053
|
+
getHeaderFilters(): any[];
|
|
4053
4054
|
getFilterValue(key: string): any;
|
|
4054
4055
|
onFilterValueChange(key: string, value: any): void;
|
|
4055
4056
|
onApplyHeaderFilters(): void;
|