ag-charts-community
Advanced tools
Comparing version 10.3.0 to 10.3.1
@@ -30,2 +30,3 @@ import type { AgChartInstance, AgChartOptions } from 'ag-charts-types'; | ||
container?: HTMLElement; | ||
styleContainer?: HTMLElement; | ||
scene: Scene; | ||
@@ -32,0 +33,0 @@ }; |
@@ -72,2 +72,3 @@ import { HistoryManager } from '../api/state/historyManager'; | ||
container?: HTMLElement; | ||
styleContainer?: HTMLElement; | ||
updateCallback: UpdateCallback; | ||
@@ -74,0 +75,0 @@ updateMutex: Mutex; |
@@ -22,2 +22,3 @@ import type { AgIconName } from 'ag-charts-types'; | ||
private readonly element; | ||
private readonly styleRootElement?; | ||
private container?; | ||
@@ -27,3 +28,3 @@ containerSize?: Size; | ||
private readonly sizeMonitor; | ||
constructor(container?: HTMLElement); | ||
constructor(container?: HTMLElement, styleContainer?: HTMLElement); | ||
destroy(): void; | ||
@@ -30,0 +31,0 @@ setSizeOptions(minWidth?: number, minHeight?: number, optionsWidth?: number, optionsHeight?: number): void; |
@@ -21,2 +21,3 @@ import { type AgChartOptions } from 'ag-charts-types'; | ||
sceneMode?: 'simple'; | ||
styleContainer?: HTMLElement; | ||
} | ||
@@ -23,0 +24,0 @@ export interface ChartInternalOptionMetadata { |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "10.3.0"; | ||
export declare const VERSION = "10.3.1"; |
{ | ||
"name": "ag-charts-community", | ||
"version": "10.3.0", | ||
"version": "10.3.1", | ||
"description": "Advanced Charting / Charts supporting Javascript / Typescript / React / Angular / Vue", | ||
@@ -62,4 +62,4 @@ "main": "./dist/package/main.cjs.js", | ||
"dependencies": { | ||
"ag-charts-types": "10.3.0", | ||
"ag-charts-locale": "10.3.0" | ||
"ag-charts-types": "10.3.1", | ||
"ag-charts-locale": "10.3.1" | ||
}, | ||
@@ -77,3 +77,3 @@ "devDependencies": { | ||
"@typescript-eslint/parser": "^5.51.0", | ||
"ag-charts-test": "10.3.0", | ||
"ag-charts-test": "10.3.1", | ||
"assert": "2.0.0", | ||
@@ -80,0 +80,0 @@ "canvas": "^2.10.2", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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 too big to display
Sorry, the diff of this file is too big to display
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 too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11707517
231933
+ Addedag-charts-locale@10.3.1(transitive)
+ Addedag-charts-types@10.3.1(transitive)
- Removedag-charts-locale@10.3.0(transitive)
- Removedag-charts-types@10.3.0(transitive)
Updatedag-charts-locale@10.3.1
Updatedag-charts-types@10.3.1