@messaia/cdk 21.1.0-rc.1 → 21.1.0-rc.2
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
|
@@ -5910,7 +5910,7 @@ declare abstract class GenericFormBaseComponent<TEntity extends IEntity, TServic
|
|
|
5910
5910
|
* Emitted when the form has been fully initialized
|
|
5911
5911
|
* and is ready to be accessed or modified.
|
|
5912
5912
|
*/
|
|
5913
|
-
formInitialized: EventEmitter<FormGroup<any
|
|
5913
|
+
formInitialized: EventEmitter<NgForm | FormGroup<any>>;
|
|
5914
5914
|
/**
|
|
5915
5915
|
* The current date.
|
|
5916
5916
|
*/
|