coer-elements 2.0.28 → 2.0.29

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coer-elements",
3
- "version": "2.0.28",
3
+ "version": "2.0.29",
4
4
  "author": "Christian Omar Escamilla Rodríguez",
5
5
  "keywords": [
6
6
  "Components",
@@ -3,10 +3,10 @@ import { CoerTextBox } from 'coer-elements/components';
3
3
  import { ILogIn } from 'coer-elements/interfaces';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class LoginPage {
6
- protected _appName: string;
7
- protected _inputUser: import("@angular/core").Signal<CoerTextBox>;
8
- protected _inputPassword: import("@angular/core").Signal<CoerTextBox>;
9
- protected _inputRecovery: import("@angular/core").Signal<CoerTextBox>;
6
+ protected readonly _inputUser: import("@angular/core").Signal<CoerTextBox>;
7
+ protected readonly _inputPassword: import("@angular/core").Signal<CoerTextBox>;
8
+ protected readonly _inputRecovery: import("@angular/core").Signal<CoerTextBox>;
9
+ protected readonly _appName: string;
10
10
  protected _isLoading: WritableSignal<boolean>;
11
11
  protected _user: string;
12
12
  protected _password: string;
@@ -20,9 +20,7 @@ export declare class LoginPage {
20
20
  /** */
21
21
  protected __Login(): void;
22
22
  /** */
23
- protected __Recovery(): void;
24
- /** */
25
- Show(view: 'LOGIN' | 'RECOVERY'): Promise<void>;
23
+ Show(view: 'LOGIN' | 'RECOVERY'): void;
26
24
  /** */
27
25
  FocusUser(): void;
28
26
  /** */