@abp/ng.account 9.3.4 → 10.0.0-rc.1
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/fesm2022/abp-ng.account.mjs +62 -68
- package/fesm2022/abp-ng.account.mjs.map +1 -1
- package/index.d.ts +5 -9
- package/package.json +3 -3
package/index.d.ts
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
import * as i0 from '@angular/core';
|
|
2
2
|
import { OnInit, Injector, ModuleWithProviders, NgModuleFactory, InjectionToken } from '@angular/core';
|
|
3
3
|
import * as _abp_ng_components_extensible from '@abp/ng.components/extensible';
|
|
4
|
-
import { EditFormPropContributorCallback,
|
|
4
|
+
import { EditFormPropContributorCallback, ExtensionsService } from '@abp/ng.components/extensible';
|
|
5
5
|
import * as _abp_ng_account_core_proxy from '@abp/ng.account.core/proxy';
|
|
6
6
|
import { UpdateProfileDto, AccountService, ProfileDto, ProfileService } from '@abp/ng.account.core/proxy';
|
|
7
7
|
import { UntypedFormBuilder, UntypedFormGroup } from '@angular/forms';
|
|
8
8
|
import { AuthService, ConfigStateService, IAbpGuard } from '@abp/ng.core';
|
|
9
9
|
import { ToasterService, ConfirmationService } from '@abp/ng.theme.shared';
|
|
10
|
-
import * as i1 from '@angular/router';
|
|
11
|
-
import { ActivatedRoute, Router, CanActivateFn, ResolveFn, Routes } from '@angular/router';
|
|
12
10
|
import { Validation } from '@ngx-validate/core';
|
|
13
11
|
import * as rxjs from 'rxjs';
|
|
14
12
|
import { Observable } from 'rxjs';
|
|
13
|
+
import * as i1 from '@angular/router';
|
|
14
|
+
import { CanActivateFn, ResolveFn, Routes } from '@angular/router';
|
|
15
15
|
|
|
16
16
|
declare const enum eAccountComponents {
|
|
17
17
|
Login = "Account.LoginComponent",
|
|
@@ -63,7 +63,6 @@ declare class RegisterComponent implements OnInit {
|
|
|
63
63
|
inProgress?: boolean;
|
|
64
64
|
isSelfRegistrationEnabled: boolean;
|
|
65
65
|
authWrapperKey: eAccountComponents;
|
|
66
|
-
constructor(fb: UntypedFormBuilder, accountService: AccountService, configState: ConfigStateService, toasterService: ToasterService, authService: AuthService, injector: Injector);
|
|
67
66
|
ngOnInit(): void;
|
|
68
67
|
protected init(): void;
|
|
69
68
|
protected buildForm(): void;
|
|
@@ -78,7 +77,7 @@ declare class ForgotPasswordComponent {
|
|
|
78
77
|
form: UntypedFormGroup;
|
|
79
78
|
inProgress?: boolean;
|
|
80
79
|
isEmailSent: boolean;
|
|
81
|
-
constructor(
|
|
80
|
+
constructor();
|
|
82
81
|
onSubmit(): void;
|
|
83
82
|
static ɵfac: i0.ɵɵFactoryDeclaration<ForgotPasswordComponent, never>;
|
|
84
83
|
static ɵcmp: i0.ɵɵComponentDeclaration<ForgotPasswordComponent, "abp-forgot-password", never, {}, {}, never, never, true, never>;
|
|
@@ -94,7 +93,6 @@ declare class ResetPasswordComponent implements OnInit {
|
|
|
94
93
|
inProgress: boolean;
|
|
95
94
|
isPasswordReset: boolean;
|
|
96
95
|
mapErrorsFn: Validation.MapErrorsFn;
|
|
97
|
-
constructor(fb: UntypedFormBuilder, accountService: AccountService, route: ActivatedRoute, router: Router, injector: Injector);
|
|
98
96
|
ngOnInit(): void;
|
|
99
97
|
onSubmit(): void;
|
|
100
98
|
static ɵfac: i0.ɵɵFactoryDeclaration<ResetPasswordComponent, never>;
|
|
@@ -136,7 +134,6 @@ declare class ManageProfileComponent implements OnInit {
|
|
|
136
134
|
personalSettingsKey: eAccountComponents;
|
|
137
135
|
profile$: rxjs.Observable<_abp_ng_account_core_proxy.ProfileDto>;
|
|
138
136
|
hideChangePasswordTab?: boolean;
|
|
139
|
-
constructor(profileService: ProfileService, manageProfileState: ManageProfileStateService);
|
|
140
137
|
ngOnInit(): void;
|
|
141
138
|
static ɵfac: i0.ɵɵFactoryDeclaration<ManageProfileComponent, never>;
|
|
142
139
|
static ɵcmp: i0.ɵɵComponentDeclaration<ManageProfileComponent, "abp-manage-profile", never, {}, {}, never, never, true, never>;
|
|
@@ -184,7 +181,6 @@ declare class ChangePasswordComponent implements OnInit, Account.ChangePasswordC
|
|
|
184
181
|
inProgress?: boolean;
|
|
185
182
|
hideCurrentPassword?: boolean;
|
|
186
183
|
mapErrorsFn: Validation.MapErrorsFn;
|
|
187
|
-
constructor(fb: UntypedFormBuilder, injector: Injector, toasterService: ToasterService, profileService: ProfileService, manageProfileState: ManageProfileStateService);
|
|
188
184
|
ngOnInit(): void;
|
|
189
185
|
onSubmit(): void;
|
|
190
186
|
static ɵfac: i0.ɵɵFactoryDeclaration<ChangePasswordComponent, never>;
|
|
@@ -220,7 +216,7 @@ declare class PersonalSettingsHalfRowComponent {
|
|
|
220
216
|
name: string;
|
|
221
217
|
id: string;
|
|
222
218
|
formGroup: UntypedFormGroup;
|
|
223
|
-
constructor(
|
|
219
|
+
constructor();
|
|
224
220
|
static ɵfac: i0.ɵɵFactoryDeclaration<PersonalSettingsHalfRowComponent, never>;
|
|
225
221
|
static ɵcmp: i0.ɵɵComponentDeclaration<PersonalSettingsHalfRowComponent, "abp-personal-settings-half-row", never, {}, {}, never, never, true, never>;
|
|
226
222
|
}
|
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@abp/ng.account",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "10.0.0-rc.1",
|
|
4
4
|
"homepage": "https://abp.io",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/abpframework/abp.git"
|
|
8
8
|
},
|
|
9
9
|
"dependencies": {
|
|
10
|
-
"@abp/ng.account.core": "~
|
|
11
|
-
"@abp/ng.theme.shared": "~
|
|
10
|
+
"@abp/ng.account.core": "~10.0.0-rc.1",
|
|
11
|
+
"@abp/ng.theme.shared": "~10.0.0-rc.1",
|
|
12
12
|
"tslib": "^2.0.0"
|
|
13
13
|
},
|
|
14
14
|
"publishConfig": {
|