sgh-stripe
Advanced tools
Comparing version 0.2.79 to 0.2.80
@@ -18,3 +18,2 @@ import { AfterViewInit } from '@angular/core'; | ||
apiKey: string; | ||
showPayButtonArea: boolean; | ||
cardHandler: ({ error }: { | ||
@@ -29,2 +28,3 @@ error: any; | ||
paymentConfirmEvent: EventEmitter<any>; | ||
elementsReadyEvent: EventEmitter<any>; | ||
errorMsg: string; | ||
@@ -45,3 +45,3 @@ disablePayBtn: boolean; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<StripeViewComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<StripeViewComponent, "lib-stripe-view", never, { "stripeData": "stripeData"; "clientData": "clientData"; }, { "tokenEvent": "tokenEvent"; "privacyPolicyEvent": "privacyPolicyEvent"; "enablePayBtnEvent": "enablePayBtnEvent"; "paymentConfirmEvent": "paymentConfirmEvent"; }, never, never, false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<StripeViewComponent, "lib-stripe-view", never, { "stripeData": "stripeData"; "clientData": "clientData"; }, { "tokenEvent": "tokenEvent"; "privacyPolicyEvent": "privacyPolicyEvent"; "enablePayBtnEvent": "enablePayBtnEvent"; "paymentConfirmEvent": "paymentConfirmEvent"; "elementsReadyEvent": "elementsReadyEvent"; }, never, never, false, never>; | ||
} | ||
@@ -48,0 +48,0 @@ export declare class DetectLoadDirective implements AfterViewInit { |
{ | ||
"name": "sgh-stripe", | ||
"version": "0.2.79", | ||
"version": "0.2.80", | ||
"peerDependencies": { | ||
@@ -5,0 +5,0 @@ "@angular/common": "^15.2.8", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1408
160117