@chargebee/chargebee-js-angular-wrapper
Advanced tools
Comparing version 1.0.1 to 2.0.0
@@ -0,1 +1,5 @@ | ||
### v2.0.0 (2023-08-01) | ||
*** | ||
* Adds support for Angular 15 | ||
### v1.0.1 (2023-01-09) | ||
@@ -2,0 +6,0 @@ *** |
@@ -39,4 +39,4 @@ import { EventEmitter, ElementRef, OnInit, OnChanges, SimpleChanges } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<CardFieldDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<CardFieldDirective, "[cbCardField]", never, { "icon": "icon"; "classes": "classes"; "fonts": "fonts"; "styles": "styles"; "locale": "locale"; "currency": "currency"; "placeholder": "placeholder"; }, { "ready": "ready"; "focus": "focus"; "blur": "blur"; "change": "change"; }, ["numberComponent", "expiryComponent", "cvvComponent"], never, false>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<CardFieldDirective, "[cbCardField]", never, { "icon": "icon"; "classes": "classes"; "fonts": "fonts"; "styles": "styles"; "locale": "locale"; "currency": "currency"; "placeholder": "placeholder"; }, { "ready": "ready"; "focus": "focus"; "blur": "blur"; "change": "change"; }, ["numberComponent", "expiryComponent", "cvvComponent"], never, false, never>; | ||
} | ||
//# sourceMappingURL=card-field.directive.d.ts.map |
@@ -21,4 +21,4 @@ import { ElementRef, EventEmitter, OnChanges, SimpleChanges } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<CvvFieldDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<CvvFieldDirective, "[cbCvvField]", never, { "styles": "styles"; "placeholder": "placeholder"; }, { "ready": "ready"; "focus": "focus"; "blur": "blur"; "change": "change"; }, never, never, false>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<CvvFieldDirective, "[cbCvvField]", never, { "styles": "styles"; "placeholder": "placeholder"; }, { "ready": "ready"; "focus": "focus"; "blur": "blur"; "change": "change"; }, never, never, false, never>; | ||
} | ||
//# sourceMappingURL=cvv-field.directive.d.ts.map |
@@ -21,4 +21,4 @@ import { EventEmitter, ElementRef, OnChanges, SimpleChanges } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ExpiryFieldDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpiryFieldDirective, "[cbExpiryField]", never, { "cbComponent": "cbComponent"; "styles": "styles"; "placeholder": "placeholder"; }, { "ready": "ready"; "focus": "focus"; "blur": "blur"; "change": "change"; }, never, never, false>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<ExpiryFieldDirective, "[cbExpiryField]", never, { "cbComponent": "cbComponent"; "styles": "styles"; "placeholder": "placeholder"; }, { "ready": "ready"; "focus": "focus"; "blur": "blur"; "change": "change"; }, never, never, false, never>; | ||
} | ||
//# sourceMappingURL=expiry-field.directive.d.ts.map |
@@ -20,4 +20,4 @@ import { EventEmitter, ElementRef, OnChanges, SimpleChanges } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NumberFieldDirective, never>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NumberFieldDirective, "[cbNumberField]", never, { "styles": "styles"; "placeholder": "placeholder"; }, { "ready": "ready"; "focus": "focus"; "blur": "blur"; "change": "change"; }, never, never, false>; | ||
static ɵdir: i0.ɵɵDirectiveDeclaration<NumberFieldDirective, "[cbNumberField]", never, { "styles": "styles"; "placeholder": "placeholder"; }, { "ready": "ready"; "focus": "focus"; "blur": "blur"; "change": "change"; }, never, never, false, never>; | ||
} | ||
//# sourceMappingURL=number-field.directive.d.ts.map |
@@ -9,4 +9,4 @@ import { OnChanges, SimpleChanges } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<Provider, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<Provider, "[cbProvider]", never, { "cbInstance": "cbInstance"; }, {}, never, ["*"], false>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<Provider, "[cbProvider]", never, { "cbInstance": "cbInstance"; }, {}, never, ["*"], false, never>; | ||
} | ||
//# sourceMappingURL=provider.directive.d.ts.map |
{ | ||
"name": "@chargebee/chargebee-js-angular-wrapper", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "Angular wrapper for Chargebee.js Components", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/chargebee/chargebee-js-wrappers/tree/master/chargebee-js-angular#readme", | ||
"peerDependencies": { | ||
"@angular/common": "^14.2.8", | ||
"@angular/core": "^14.2.8" | ||
"@angular/common": "^15.2.9", | ||
"@angular/core": "^15.2.9" | ||
}, | ||
@@ -32,0 +32,0 @@ "module": "fesm2015/chargebee-chargebee-js-angular-wrapper.mjs", |
@@ -29,3 +29,3 @@ # Chargebee JS Angular Wrapper | ||
Chargebee.init({ | ||
site: 'your-site' | ||
site: 'your-site', | ||
publishableKey: 'your-publishable-key' | ||
@@ -32,0 +32,0 @@ }) |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
188920
0