@messaia/cdk 21.0.0-rc.25 → 21.0.0-rc.26
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/package.json +1 -1
- package/types/messaia-cdk.d.ts +1 -1
package/package.json
CHANGED
package/types/messaia-cdk.d.ts
CHANGED
|
@@ -5898,7 +5898,7 @@ declare abstract class GenericFormBaseComponent<TEntity extends IEntity, TServic
|
|
|
5898
5898
|
* Emitted when the form has been fully initialized
|
|
5899
5899
|
* and is ready to be accessed or modified.
|
|
5900
5900
|
*/
|
|
5901
|
-
formInitialized: EventEmitter<FormGroup<any
|
|
5901
|
+
formInitialized: EventEmitter<NgForm | FormGroup<any>>;
|
|
5902
5902
|
/**
|
|
5903
5903
|
* The current date.
|
|
5904
5904
|
*/
|