@messaia/cdk 13.0.1 → 13.0.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.
@@ -203,6 +203,11 @@ export declare abstract class GenericFormBaseComponent<TEntity extends IEntity,
203
203
  * @param control
204
204
  */
205
205
  protected invalidateControl(control: AbstractControl): void;
206
+ /**
207
+ * Shows form errors
208
+ * @param form
209
+ */
210
+ protected debugForm(form?: NgForm | FormGroup): void;
206
211
  /**
207
212
  * Loads the previous URL in the history list.
208
213
  * @param action
@@ -37,6 +37,11 @@ export declare abstract class GenericReactiveFormComponent<TEntity extends IEnti
37
37
  * Builds a new form
38
38
  */
39
39
  protected buildForm(): void;
40
+ /**
41
+ * Shows form errors
42
+ * @param form
43
+ */
44
+ protected debugForm(form?: FormGroup): void;
40
45
  static ɵfac: i0.ɵɵFactoryDeclaration<GenericReactiveFormComponent<any, any>, never>;
41
46
  static ɵdir: i0.ɵɵDirectiveDeclaration<GenericReactiveFormComponent<any, any>, never, never, {}, {}, never>;
42
47
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messaia/cdk",
3
- "version": "13.0.1",
3
+ "version": "13.0.2",
4
4
  "peerDependencies": {},
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org"