ng-apexcharts
Advanced tools
Comparing version 1.6.0 to 1.7.0
import { OnChanges, OnInit, OnDestroy, SimpleChanges } from "@angular/core"; | ||
import { ApexAnnotations, ApexAxisChartSeries, ApexChart, ApexDataLabels, ApexFill, ApexGrid, ApexLegend, ApexNonAxisChartSeries, ApexMarkers, ApexNoData, ApexPlotOptions, ApexResponsive, ApexStates, ApexStroke, ApexTheme, ApexTitleSubtitle, ApexTooltip, ApexXAxis, ApexYAxis } from "../model/apex-types"; | ||
import * as i0 from "@angular/core"; | ||
export declare class ChartComponent implements OnInit, OnChanges, OnDestroy { | ||
@@ -52,2 +53,4 @@ chart: ApexChart; | ||
dataURI(options?: any): Promise<void>; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ChartComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ChartComponent, "apx-chart", never, { "chart": "chart"; "annotations": "annotations"; "colors": "colors"; "dataLabels": "dataLabels"; "series": "series"; "stroke": "stroke"; "labels": "labels"; "legend": "legend"; "markers": "markers"; "noData": "noData"; "fill": "fill"; "tooltip": "tooltip"; "plotOptions": "plotOptions"; "responsive": "responsive"; "xaxis": "xaxis"; "yaxis": "yaxis"; "grid": "grid"; "states": "states"; "title": "title"; "subtitle": "subtitle"; "theme": "theme"; "autoUpdateSeries": "autoUpdateSeries"; }, {}, never, never>; | ||
} |
@@ -0,1 +1,3 @@ | ||
import * as i0 from "@angular/core"; | ||
import * as i1 from "./chart/chart.component"; | ||
declare global { | ||
@@ -7,2 +9,5 @@ interface Window { | ||
export declare class NgApexchartsModule { | ||
static ɵfac: i0.ɵɵFactoryDeclaration<NgApexchartsModule, never>; | ||
static ɵmod: i0.ɵɵNgModuleDeclaration<NgApexchartsModule, [typeof i1.ChartComponent], never, [typeof i1.ChartComponent]>; | ||
static ɵinj: i0.ɵɵInjectorDeclaration<NgApexchartsModule>; | ||
} |
/** | ||
* Generated bundle index. Do not edit. | ||
*/ | ||
/// <amd-module name="ng-apexcharts" /> | ||
export * from './public_api'; |
{ | ||
"name": "ng-apexcharts", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "An angular implementation of ApexCharts", | ||
"peerDependencies": { | ||
"@angular/common": ">=9.0.0 <13.0.0", | ||
"@angular/core": ">=9.0.0 <13.0.0", | ||
"rxjs": "^6.5.5", | ||
"@angular/common": ">=13.0.0", | ||
"@angular/core": ">=13.0.0", | ||
"rxjs": "^6.5.3 || ^7.4.0", | ||
"apexcharts": "^3.31.0" | ||
@@ -26,2 +26,5 @@ }, | ||
"homepage": "https://github.com/apexcharts/ng-apexcharts", | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
}, | ||
"repository": { | ||
@@ -31,15 +34,22 @@ "type": "git", | ||
}, | ||
"main": "bundles/ng-apexcharts.umd.js", | ||
"module": "fesm5/ng-apexcharts.js", | ||
"es2015": "fesm2015/ng-apexcharts.js", | ||
"esm5": "esm5/ng-apexcharts.js", | ||
"esm2015": "esm2015/ng-apexcharts.js", | ||
"fesm5": "fesm5/ng-apexcharts.js", | ||
"fesm2015": "fesm2015/ng-apexcharts.js", | ||
"module": "fesm2015/ng-apexcharts.mjs", | ||
"es2020": "fesm2020/ng-apexcharts.mjs", | ||
"esm2020": "esm2020/ng-apexcharts.mjs", | ||
"fesm2020": "fesm2020/ng-apexcharts.mjs", | ||
"fesm2015": "fesm2015/ng-apexcharts.mjs", | ||
"typings": "ng-apexcharts.d.ts", | ||
"metadata": "ng-apexcharts.metadata.json", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^1.10.0" | ||
} | ||
} | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./ng-apexcharts.d.ts", | ||
"esm2020": "./esm2020/ng-apexcharts.mjs", | ||
"es2020": "./fesm2020/ng-apexcharts.mjs", | ||
"es2015": "./fesm2015/ng-apexcharts.mjs", | ||
"node": "./fesm2015/ng-apexcharts.mjs", | ||
"default": "./fesm2020/ng-apexcharts.mjs" | ||
} | ||
}, | ||
"sideEffects": false | ||
} |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
0
145320
16
1858
1
+ Added@angular/common@19.2.1(transitive)
+ Added@angular/core@19.2.1(transitive)
+ Addedrxjs@7.8.2(transitive)
+ Addedzone.js@0.15.0(transitive)
- Removed@angular/common@12.2.17(transitive)
- Removed@angular/core@12.2.17(transitive)
- Removedrxjs@6.6.7(transitive)
- Removedtslib@1.14.1(transitive)
- Removedzone.js@0.11.8(transitive)
Updatedtslib@^2.0.0