sgh-stripe
Advanced tools
Comparing version 0.2.21 to 0.2.22
@@ -25,2 +25,3 @@ import { AfterViewInit, OnDestroy, ElementRef, ChangeDetectorRef, EventEmitter } from '@angular/core'; | ||
enablePayBtnEvent: EventEmitter<any>; | ||
paymentConfirmEvent: EventEmitter<any>; | ||
errorMsg: string; | ||
@@ -39,3 +40,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"; }, 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"; }, never, never, false, never>; | ||
} |
{ | ||
"name": "sgh-stripe", | ||
"version": "0.2.21", | ||
"version": "0.2.22", | ||
"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
136243
1289