@solcre-org/core-ui 2.20.7 → 2.20.9
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
|
@@ -4020,6 +4020,7 @@ declare class HeaderComponent implements OnInit {
|
|
|
4020
4020
|
filterRequested: _angular_core.OutputEmitterRef<void>;
|
|
4021
4021
|
createRequested: _angular_core.OutputEmitterRef<void>;
|
|
4022
4022
|
globalActionTriggered: _angular_core.OutputEmitterRef<GlobalAction<any>>;
|
|
4023
|
+
clearTrigger: _angular_core.WritableSignal<number>;
|
|
4023
4024
|
constructor();
|
|
4024
4025
|
ngOnInit(): void;
|
|
4025
4026
|
toggleTheme(): void;
|