alfenory-authv2-ui 0.1.13 → 0.1.14
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.
|
@@ -1217,5 +1217,5 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.20", ngImpo
|
|
|
1217
1217
|
* Generated bundle index. Do not edit.
|
|
1218
1218
|
*/
|
|
1219
1219
|
|
|
1220
|
-
export { API_URL, AuthService, AuthStore, BasicLocalStorageService, ConnectionService, GetFilterQueryRelation, HideIfNoPriv, LocalStorageKeys, LocalStorageService, Login, Logout, SwitchMembership, UsergroupAttributeEditType, UsergroupAttributes, UsergroupAttributesService, authGuard };
|
|
1220
|
+
export { API_URL, AuthService, AuthStore, BasicLocalStorageService, BasicProvider, ConnectionService, GetFilterQueryRelation, HideIfNoPriv, LocalStorageKeys, LocalStorageService, Login, Logout, SwitchMembership, UsergroupAttributeEditType, UsergroupAttributes, UsergroupAttributesService, authGuard };
|
|
1221
1221
|
//# sourceMappingURL=alfenory-authv2-ui.mjs.map
|
|
@@ -6,7 +6,7 @@ export declare class Login {
|
|
|
6
6
|
private readonly authStore;
|
|
7
7
|
constructor();
|
|
8
8
|
get isLoading(): Signal<boolean>;
|
|
9
|
-
errorType: Signal<
|
|
9
|
+
errorType: Signal<1 | 2 | 0>;
|
|
10
10
|
formGroup: FormGroup;
|
|
11
11
|
get usernameControl(): AbstractControl;
|
|
12
12
|
get passwordControl(): AbstractControl;
|
package/lib/providers/index.d.ts
CHANGED