angular-google-charts
Advanced tools
Comparing version 12.0.0 to 16.0.0
@@ -5,4 +5,4 @@ /// <reference types="@types/google.visualization" /> | ||
import { ChartErrorEvent, ChartReadyEvent, ChartSelectionChangedEvent } from '../../types/events'; | ||
export declare type Column = string | google.visualization.ColumnSpec; | ||
export declare type Row = (string | number | Date | boolean | google.visualization.DataObjectCell | null)[]; | ||
export type Column = string | google.visualization.ColumnSpec; | ||
export type Row = (string | number | Date | boolean | google.visualization.DataObjectCell | null)[]; | ||
export interface ChartBase { | ||
@@ -9,0 +9,0 @@ /** |
@@ -1,5 +0,5 @@ | ||
/// <reference path="types.d.ts" /> | ||
/// <reference types="@types/google.visualization" /> | ||
/// <reference types="projects/angular-google-charts/src/lib/components/chart-editor/chart-editor" /> | ||
import { Observable } from 'rxjs'; | ||
export declare type EditChartResult = google.visualization.ChartWrapper | null; | ||
export type EditChartResult = google.visualization.ChartWrapper | null; | ||
export declare class ChartEditorRef { | ||
@@ -6,0 +6,0 @@ private readonly editor; |
@@ -1,2 +0,2 @@ | ||
/// <reference path="types.d.ts" /> | ||
/// <reference types="projects/angular-google-charts/src/lib/components/chart-editor/chart-editor" /> | ||
import { OnInit } from '@angular/core'; | ||
@@ -27,3 +27,3 @@ import { ScriptLoaderService } from '../../services/script-loader.service'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ChartEditorComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ChartEditorComponent, "chart-editor", never, {}, {}, never, ["*"]>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ChartEditorComponent, "chart-editor", never, {}, {}, never, ["*"], false, never>; | ||
} |
@@ -36,3 +36,3 @@ /// <reference types="@types/google.visualization" /> | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ChartWrapperComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ChartWrapperComponent, "chart-wrapper", ["chartWrapper"], { "specs": "specs"; }, { "error": "error"; "ready": "ready"; "select": "select"; }, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ChartWrapperComponent, "chart-wrapper", ["chartWrapper"], { "specs": { "alias": "specs"; "required": false; }; }, { "error": "error"; "ready": "ready"; "select": "select"; }, never, never, false, never>; | ||
} |
@@ -86,3 +86,3 @@ /// <reference types="@types/google.visualization" /> | ||
static ɵfac: i0.ɵɵFactoryDeclaration<ControlWrapperComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ControlWrapperComponent, "control-wrapper", ["controlWrapper"], { "for": "for"; "type": "type"; "options": "options"; "state": "state"; }, { "error": "error"; "ready": "ready"; "stateChange": "stateChange"; }, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<ControlWrapperComponent, "control-wrapper", ["controlWrapper"], { "for": { "alias": "for"; "required": false; }; "type": { "alias": "type"; "required": false; }; "options": { "alias": "options"; "required": false; }; "state": { "alias": "state"; "required": false; }; }, { "error": "error"; "ready": "ready"; "stateChange": "stateChange"; }, never, never, false, never>; | ||
} |
@@ -56,3 +56,3 @@ import { ElementRef, EventEmitter, OnChanges, OnInit, SimpleChanges } from '@angular/core'; | ||
static ɵfac: i0.ɵɵFactoryDeclaration<DashboardComponent, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardComponent, "dashboard", ["dashboard"], { "data": "data"; "columns": "columns"; "formatters": "formatters"; }, { "ready": "ready"; "error": "error"; }, ["controlWrappers"], ["*"]>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<DashboardComponent, "dashboard", ["dashboard"], { "data": { "alias": "data"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "formatters": { "alias": "formatters"; "required": false; }; }, { "ready": "ready"; "error": "error"; }, ["controlWrappers"], ["*"], false, never>; | ||
} |
@@ -107,3 +107,3 @@ /// <reference types="@types/google.visualization" /> | ||
static ɵfac: i0.ɵɵFactoryDeclaration<GoogleChartComponent, [null, null, null, { optional: true; }]>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GoogleChartComponent, "google-chart", ["googleChart"], { "type": "type"; "data": "data"; "columns": "columns"; "title": "title"; "width": "width"; "height": "height"; "options": "options"; "formatters": "formatters"; "dynamicResize": "dynamicResize"; }, { "ready": "ready"; "error": "error"; "select": "select"; "mouseover": "mouseover"; "mouseleave": "mouseleave"; }, never, never>; | ||
static ɵcmp: i0.ɵɵComponentDeclaration<GoogleChartComponent, "google-chart", ["googleChart"], { "type": { "alias": "type"; "required": false; }; "data": { "alias": "data"; "required": false; }; "columns": { "alias": "columns"; "required": false; }; "title": { "alias": "title"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "options": { "alias": "options"; "required": false; }; "formatters": { "alias": "formatters"; "required": false; }; "dynamicResize": { "alias": "dynamicResize"; "required": false; }; }, { "ready": "ready"; "error": "error"; "select": "select"; "mouseover": "mouseover"; "mouseleave": "mouseleave"; }, never, never, false, never>; | ||
} |
{ | ||
"name": "angular-google-charts", | ||
"version": "12.0.0", | ||
"version": "16.0.0", | ||
"description": "A wrapper for the Google Charts library written with Angular", | ||
@@ -27,4 +27,4 @@ "keywords": [ | ||
"peerDependencies": { | ||
"@angular/common": ">=12.0.0 <=15.x.x", | ||
"@angular/core": ">=12.0.0 <=15.x.x" | ||
"@angular/common": ">=16.0.0 <=18.x.x", | ||
"@angular/core": ">=16.0.0 <=18.x.x" | ||
}, | ||
@@ -35,9 +35,17 @@ "dependencies": { | ||
}, | ||
"main": "bundles/angular-google-charts.umd.js", | ||
"module": "fesm2015/angular-google-charts.js", | ||
"es2015": "fesm2015/angular-google-charts.js", | ||
"esm2015": "esm2015/angular-google-charts.js", | ||
"fesm2015": "fesm2015/angular-google-charts.js", | ||
"typings": "angular-google-charts.d.ts", | ||
"main": "src/index.ts", | ||
"module": "fesm2022/angular-google-charts.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./index.d.ts", | ||
"esm2022": "./esm2022/angular-google-charts.mjs", | ||
"esm": "./esm2022/angular-google-charts.mjs", | ||
"default": "./fesm2022/angular-google-charts.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
285515
41
2444
1