@messaia/cdk 21.1.0-rc.6 → 21.1.0-rc.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/package.json +1 -1
- package/types/messaia-cdk.d.ts +1 -1
package/package.json
CHANGED
package/types/messaia-cdk.d.ts
CHANGED
|
@@ -6011,7 +6011,7 @@ declare abstract class GenericFormBaseComponent<TEntity extends IEntity, TServic
|
|
|
6011
6011
|
* Emitted when the form has been fully initialized
|
|
6012
6012
|
* and is ready to be accessed or modified.
|
|
6013
6013
|
*/
|
|
6014
|
-
formInitialized: EventEmitter<FormGroup<any
|
|
6014
|
+
formInitialized: EventEmitter<NgForm | FormGroup<any>>;
|
|
6015
6015
|
/**
|
|
6016
6016
|
* The current date.
|
|
6017
6017
|
*/
|