@arcgis/charts-shared-utils
Advanced tools
Comparing version 4.32.0-next.8 to 4.32.0-next.9
@@ -1,2 +0,2 @@ | ||
import type { ISimpleFillSymbol, ISimpleLineSymbol, ISimpleMarkerSymbol, WebChartLineChartSeries, WebChartTextSymbol, WebChart, WebChartStackedKinds, WebMapWebChart, WebChartSeries, WebChartBoxPlotSeries, WebChartGaugeSeries, WebBoxPlot, WebGaugeChart, IFeatureLayer } from "@arcgis/charts-spec"; | ||
import type { ISimpleFillSymbol, ISimpleLineSymbol, ISimpleMarkerSymbol, WebChartLineChartSeries, WebChartTextSymbol, WebChart, WebChartStackedKinds, WebMapWebChart, WebChartSeries, WebChartBoxPlotSeries, WebChartGaugeSeries, WebBoxPlot, WebGaugeChart, IFeatureLayer, CategoryFormatOptions, DateTimeFormatOptions, NumberFormatOptions } from "@arcgis/charts-spec"; | ||
import type { ChartTypes } from "../misc"; | ||
@@ -80,2 +80,7 @@ import type { ChartConfig, SupportedChartSeries } from "../types"; | ||
export declare function isBoxPlotSeriesArray(series: WebChartSeries[]): series is WebChartBoxPlotSeries[]; | ||
/** | ||
* Type guard for axis format being NumberFormatOptions | ||
* @param valueFormat - valueFormat to check | ||
*/ | ||
export declare function isNumberFormatOptions(valueFormat: CategoryFormatOptions | DateTimeFormatOptions | NumberFormatOptions | undefined): valueFormat is NumberFormatOptions; | ||
export {}; |
{ | ||
"name": "@arcgis/charts-shared-utils", | ||
"version": "4.32.0-next.8", | ||
"version": "4.32.0-next.9", | ||
"publishConfig": { | ||
@@ -37,3 +37,3 @@ "registry": "https://registry.npmjs.org/", | ||
"dependencies": { | ||
"@arcgis/charts-spec": "4.32.0-next.8", | ||
"@arcgis/charts-spec": "4.32.0-next.9", | ||
"@esri/arcgis-html-sanitizer": "^2.10.0", | ||
@@ -40,0 +40,0 @@ "ajv": "^6.12.6", |
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 too big to display
Sorry, the diff of this file is too big to display
15312
6566198
+ Added@arcgis/charts-spec@4.32.0-next.9(transitive)
- Removed@arcgis/charts-spec@4.32.0-next.8(transitive)