@osovitny/anatoly 3.16.90 → 3.16.91

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.
@@ -6,7 +6,7 @@ export declare abstract class EditComponentBase extends ComponentBase {
6
6
  protected isEditMode: boolean;
7
7
  formGroup: FormGroup;
8
8
  formSubmitted: boolean;
9
- controlName: any;
9
+ controlName: string;
10
10
  constructor();
11
11
  isControlValid(name: string, frmGroup?: FormGroup): boolean;
12
12
  isControlInvalid(name: string, frmGroup?: FormGroup): boolean;
@@ -54,7 +54,7 @@ export declare abstract class EditComponentBase extends ComponentBase {
54
54
  get fc(): {
55
55
  [key: string]: AbstractControl<any, any>;
56
56
  };
57
- get isReactiveFormBased(): any;
57
+ get isNgModelBased(): boolean;
58
58
  static ɵfac: i0.ɵɵFactoryDeclaration<EditComponentBase, never>;
59
59
  static ɵcmp: i0.ɵɵComponentDeclaration<EditComponentBase, "ng-component", never, { "formGroup": { "alias": "formGroup"; "required": false; }; "formSubmitted": { "alias": "formSubmitted"; "required": false; }; "controlName": { "alias": "controlName"; "required": false; }; }, {}, never, never, false, never>;
60
60
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.16.90",
3
+ "version": "3.16.91",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "16.2.7",
6
6
  "@angular/core": "16.2.7",