@resolveio/client-lib-core 21.2.3 → 21.2.4
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
|
@@ -1457,6 +1457,7 @@ declare class DialogLoginContent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
1457
1457
|
publicForm: FormGroup;
|
|
1458
1458
|
publicRegisterForm: FormGroup;
|
|
1459
1459
|
publicMode: 'login' | 'register';
|
|
1460
|
+
loginTab: 'customer' | 'employee';
|
|
1460
1461
|
private focusTimeout;
|
|
1461
1462
|
constructor(_activeModal: NgbActiveModal, _fb: FormBuilder);
|
|
1462
1463
|
ngOnInit(): void;
|
|
@@ -1464,6 +1465,7 @@ declare class DialogLoginContent implements OnInit, AfterViewInit, OnDestroy {
|
|
|
1464
1465
|
ngOnDestroy(): void;
|
|
1465
1466
|
private queueUsernameFocus;
|
|
1466
1467
|
setPublicMode(mode: 'login' | 'register'): void;
|
|
1468
|
+
setLoginTab(tab: 'customer' | 'employee'): void;
|
|
1467
1469
|
submitPublicLogin(): void;
|
|
1468
1470
|
submitPublicRegister(): void;
|
|
1469
1471
|
toggleForgotPassword(): void;
|