simpo-component-library 1.6.143 → 1.6.145
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/ecommerce/sections/address/address.component.mjs +2 -2
- package/esm2022/lib/ecommerce/sections/authenticate-user/authenticate-user.component.mjs +3 -4
- package/esm2022/lib/ecommerce/sections/cart/cart.component.mjs +4 -4
- package/esm2022/lib/sections/navbar-section/navbar-section.component.mjs +2 -2
- package/fesm2022/simpo-component-library.mjs +7 -8
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/authenticate-user/authenticate-user.component.d.ts +0 -1
- package/package.json +1 -1
- package/simpo-component-library-1.6.145.tgz +0 -0
@@ -50,7 +50,6 @@ export declare class AuthenticateUserComponent extends BaseSection implements On
|
|
50
50
|
countryCode: string | null;
|
51
51
|
Password: string | null;
|
52
52
|
confirmPass: string | null;
|
53
|
-
newPassword: string | null;
|
54
53
|
businessId: string | null;
|
55
54
|
buttonLoading: boolean;
|
56
55
|
constructor(matData: any, bottomsheetData: any, restService: RestService, router: Router, matDialog: MatDialog, storageService: StorageServiceService, dialogRef: MatDialogRef<AuthenticateUserComponent>, bottomsheetRef: MatBottomSheetRef<AuthenticateUserComponent>, _eventService: EventsService, messageService: MessageService, fb: FormBuilder);
|
package/package.json
CHANGED
Binary file
|