@osovitny/anatoly 3.16.78 → 3.16.80

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.
@@ -3,4 +3,4 @@ import { SignInPage } from "./pages/signin.page";
3
3
  import { SignOutPage } from "./pages/signout.page";
4
4
  import { SignUpPage } from "./pages/signup.page";
5
5
  export declare const IAMRouterModule: import("@angular/core").ModuleWithProviders<RouterModule>;
6
- export declare const PAGES: (typeof SignUpPage | typeof SignInPage | typeof SignOutPage)[];
6
+ export declare const PAGES: (typeof SignInPage | typeof SignOutPage | typeof SignUpPage)[];
@@ -8,6 +8,7 @@ export declare abstract class ComponentBase implements OnInit, OnDestroy {
8
8
  protected dataLoaded: boolean;
9
9
  protected dataFound: boolean;
10
10
  classes: string;
11
+ constructor();
11
12
  ngOnInit(): void;
12
13
  ngOnDestroy(): void;
13
14
  getEntityId(): string;
@@ -2,10 +2,11 @@ import { FormGroup, AbstractControl, FormControl, ValidatorFn, AbstractControlOp
2
2
  import { ComponentBase } from "./component";
3
3
  import * as i0 from "@angular/core";
4
4
  export declare abstract class EditComponentBase extends ComponentBase {
5
+ protected isAddMode: boolean;
6
+ protected isEditMode: boolean;
5
7
  formGroup: FormGroup;
6
8
  formSubmitted: boolean;
7
9
  constructor();
8
- isActionAdding(): boolean;
9
10
  isControlValid(name: string, frmGroup?: FormGroup): boolean;
10
11
  isControlInvalid(name: string, frmGroup?: FormGroup): boolean;
11
12
  getFormValue(name: any, frmGroup?: FormGroup): any;
@@ -3,7 +3,6 @@ import * as i0 from "@angular/core";
3
3
  export declare class ItemValidationSummaryComponent extends ValidationSummaryComponent {
4
4
  controlName: string;
5
5
  controlTitle: string;
6
- constructor();
7
6
  static ɵfac: i0.ɵɵFactoryDeclaration<ItemValidationSummaryComponent, never>;
8
7
  static ɵcmp: i0.ɵɵComponentDeclaration<ItemValidationSummaryComponent, "anatoly-item-validation-summary", never, { "controlName": { "alias": "controlName"; "required": false; }; "controlTitle": { "alias": "controlTitle"; "required": false; }; }, {}, never, never, false, never>;
9
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.16.78",
3
+ "version": "3.16.80",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "16.2.7",
6
6
  "@angular/core": "16.2.7",