simpo-component-library 1.7.94 → 1.7.96
Sign up to get free protection for your applications and to get access to all the features.
- package/esm2022/lib/ecommerce/sections/authentication-required/authentication-required.component.mjs +7 -3
- package/esm2022/lib/ecommerce/sections/product-list/product-list.component.mjs +3 -3
- package/fesm2022/simpo-component-library.mjs +8 -4
- package/fesm2022/simpo-component-library.mjs.map +1 -1
- package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts +2 -0
- package/package.json +1 -1
- package/simpo-component-library-1.7.96.tgz +0 -0
- package/simpo-component-library-1.7.94.tgz +0 -0
package/lib/ecommerce/sections/authentication-required/authentication-required.component.d.ts
CHANGED
@@ -30,6 +30,8 @@ export declare class AuthenticationRequiredComponent {
|
|
30
30
|
active: boolean;
|
31
31
|
}[];
|
32
32
|
constructor(restService: RestService, router: Router, messageService: MessageService, storageService: StorageServiceService, matDialog: MatDialog, dialogRef: MatDialogRef<AuthenticationRequiredComponent>, bottomsheetRef: MatBottomSheetRef<AuthenticationRequiredComponent>);
|
33
|
+
signUpEnabled: any;
|
34
|
+
ngOnInit(): void;
|
33
35
|
loginType: "PASSWORD" | "OTP";
|
34
36
|
close(): void;
|
35
37
|
login(): void;
|
package/package.json
CHANGED
Binary file
|
Binary file
|