sgh-stripe
Advanced tools
Comparing version 0.0.9 to 0.1.0
@@ -9,2 +9,3 @@ import { AfterViewInit, OnDestroy, ElementRef, ChangeDetectorRef, EventEmitter } from '@angular/core'; | ||
ppClass: string; | ||
privacyPolicyLabel: boolean; | ||
stripe: any; | ||
@@ -23,2 +24,3 @@ elements: any; | ||
tokenEvent: EventEmitter<string>; | ||
privacyPolicyEvent: EventEmitter<string>; | ||
constructor(cdr: ChangeDetectorRef); | ||
@@ -32,4 +34,5 @@ ngAfterViewInit(): void; | ||
paybtn(): Promise<void>; | ||
privacyPolicyEventEmit(): void; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<StripeViewComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<StripeViewComponent, "lib-stripe-view", never, { "publishableKey": "publishableKey"; "amount": "amount"; "paybtnClass": "paybtnClass"; "ppClass": "ppClass"; }, { "tokenEvent": "tokenEvent"; }, never, never, false, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<StripeViewComponent, "lib-stripe-view", never, { "publishableKey": "publishableKey"; "amount": "amount"; "paybtnClass": "paybtnClass"; "ppClass": "ppClass"; "privacyPolicyLabel": "privacyPolicyLabel"; }, { "tokenEvent": "tokenEvent"; "privacyPolicyEvent": "privacyPolicyEvent"; }, never, never, false, never>; | ||
} |
{ | ||
"name": "sgh-stripe", | ||
"version": "0.0.9", | ||
"version": "0.1.0", | ||
"peerDependencies": { | ||
@@ -31,2 +31,2 @@ "@angular/common": "^15.2.2", | ||
"sideEffects": false | ||
} | ||
} |
@@ -0,0 +0,0 @@ # SghStripe |
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
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
84813
742