simpo-component-library 1.6.127 → 1.6.129

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,25 @@
1
+ import { RestService } from '../../../services/rest.service';
2
+ import { Router } from '@angular/router';
3
+ import { MessageService } from 'primeng/api';
4
+ import { StorageServiceService } from '../../../services/storage.service';
1
5
  import * as i0 from "@angular/core";
2
6
  export declare class AuthenticationRequiredComponent {
7
+ private readonly restService;
8
+ private readonly router;
9
+ private readonly messageService;
10
+ private readonly storageService;
11
+ email: string;
12
+ mobile: string;
13
+ otp: string;
14
+ password: string;
15
+ confPassword: string;
16
+ userName: string;
17
+ buttonLoading: boolean;
18
+ businessId: string | null;
19
+ constructor(restService: RestService, router: Router, messageService: MessageService, storageService: StorageServiceService);
20
+ login(): void;
21
+ createAccount(): void;
22
+ get isMobile(): boolean;
3
23
  static ɵfac: i0.ɵɵFactoryDeclaration<AuthenticationRequiredComponent, never>;
4
24
  static ɵcmp: i0.ɵɵComponentDeclaration<AuthenticationRequiredComponent, "simpo-authentication-required", never, {}, {}, never, never, true, never>;
5
25
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.127",
3
+ "version": "1.6.129",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file