@elliemae/ds-dataviz 3.17.0-next.12 → 3.17.0-next.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/types/graphs/Chart/parts/Axis/Axis.d.ts +1 -1
- package/dist/types/graphs/Chart/parts/Axis/AxisBottom.d.ts +1 -1
- package/dist/types/graphs/Chart/parts/Axis/AxisLeft.d.ts +1 -1
- package/dist/types/graphs/Chart/parts/Axis/AxisRight.d.ts +1 -1
- package/dist/types/graphs/Chart/parts/ChartContainer.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/ClipPaths.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/Labels/index.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/Legend/BottomLegend.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/Legend/LeftLegend.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/Legend/Legend.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/Legend/LegendItem.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/Legend/RightLegend.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/Legend/TopLegend.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/Scrapper/Scrapper.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/Scrapper/ScrapperLine.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/Scrapper/VerticalScrapper.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/Scroller/BlurMask.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/Scroller/Controllers.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/Scroller/ScrollBarX.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/Scroller/ScrollBarY.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/Scroller/ScrollableContainerX.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/Scroller/ScrollableContainerY.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/SeriesFactory.d.ts +1 -2
- package/dist/types/graphs/Chart/parts/TrendHighlight.d.ts +1 -2
- package/dist/types/graphs/Chart/series/Area.d.ts +1 -2
- package/dist/types/graphs/Chart/series/Bars.d.ts +1 -2
- package/dist/types/graphs/Chart/series/HorizontalBars.d.ts +1 -2
- package/dist/types/graphs/Chart/series/HorizontalStackedBars.d.ts +1 -2
- package/dist/types/graphs/Chart/series/Point.d.ts +1 -2
- package/dist/types/graphs/Chart/series/Points.d.ts +1 -2
- package/dist/types/graphs/Chart/series/Rect.d.ts +1 -2
- package/dist/types/graphs/Chart/series/StackedBar.d.ts +1 -2
- package/package.json +4 -4
|
@@ -24,5 +24,5 @@ interface AxisT<S extends ScaleT> {
|
|
|
24
24
|
GridRenderer: (props: GridRenderPropsT) => JSX.Element | null;
|
|
25
25
|
color: string;
|
|
26
26
|
}
|
|
27
|
-
export declare const Axis: React.MemoExoticComponent<(<S extends ScaleT>(props: AxisT<S>) => JSX.Element)>;
|
|
27
|
+
export declare const Axis: React.MemoExoticComponent<(<S extends ScaleT>(props: AxisT<S>) => import("react/jsx-runtime.js").JSX.Element)>;
|
|
28
28
|
export {};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const AxisBottom: React.MemoExoticComponent<() => JSX.Element | null>;
|
|
2
|
+
export declare const AxisBottom: React.MemoExoticComponent<() => import("react/jsx-runtime.js").JSX.Element | null>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const AxisLeft: React.MemoExoticComponent<() => JSX.Element | null>;
|
|
2
|
+
export declare const AxisLeft: React.MemoExoticComponent<() => import("react/jsx-runtime.js").JSX.Element | null>;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
export declare const AxisRight: React.MemoExoticComponent<() => JSX.Element | null>;
|
|
2
|
+
export declare const AxisRight: React.MemoExoticComponent<() => import("react/jsx-runtime.js").JSX.Element | null>;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ChartContainer: () => JSX.Element;
|
|
1
|
+
export declare const ChartContainer: () => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ClipPaths: () => JSX.Element;
|
|
1
|
+
export declare const ClipPaths: () => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const Labels: () => JSX.Element;
|
|
1
|
+
export declare const Labels: () => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const BottomLegend: () => JSX.Element;
|
|
1
|
+
export declare const BottomLegend: () => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const LeftLegend: () => JSX.Element;
|
|
1
|
+
export declare const LeftLegend: () => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const Legend: () => JSX.Element | null;
|
|
1
|
+
export declare const Legend: () => import("react/jsx-runtime.js").JSX.Element | null;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const RightLegend: () => JSX.Element;
|
|
1
|
+
export declare const RightLegend: () => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const TopLegend: () => JSX.Element;
|
|
1
|
+
export declare const TopLegend: () => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const Scrapper: () => JSX.Element;
|
|
1
|
+
export declare const Scrapper: () => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const VerticalScrapper: () => JSX.Element;
|
|
1
|
+
export declare const VerticalScrapper: () => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const BlurMask: () => JSX.Element | null;
|
|
1
|
+
export declare const BlurMask: () => import("react/jsx-runtime.js").JSX.Element | null;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const Controllers: () => JSX.Element | null;
|
|
1
|
+
export declare const Controllers: () => import("react/jsx-runtime.js").JSX.Element | null;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ScrollBarX: () => JSX.Element;
|
|
1
|
+
export declare const ScrollBarX: () => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ScrollBarY: () => JSX.Element;
|
|
1
|
+
export declare const ScrollBarY: () => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ScrollableContainerX: () => JSX.Element;
|
|
1
|
+
export declare const ScrollableContainerX: () => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const ScrollableContainerY: () => JSX.Element;
|
|
1
|
+
export declare const ScrollableContainerY: () => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const SeriesFactory: () => JSX.Element;
|
|
1
|
+
export declare const SeriesFactory: () => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { DSChartT } from '../react-desc-prop-types.js';
|
|
3
|
-
export declare const HorizontalBars: ({ serie }: DSChartT.SerieComponentT) => JSX.Element;
|
|
2
|
+
export declare const HorizontalBars: ({ serie }: DSChartT.SerieComponentT) => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import type { DSChartT } from '../react-desc-prop-types.js';
|
|
3
|
-
export declare const HorizontalStackedBars: ({ serie }: DSChartT.SerieComponentT) => JSX.Element;
|
|
2
|
+
export declare const HorizontalStackedBars: ({ serie }: DSChartT.SerieComponentT) => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const Point: ({ x, y, xValue, yValue, name, pointStyle, pointRadius, id, opacity, datum }: {
|
|
3
2
|
x: any;
|
|
4
3
|
y: any;
|
|
@@ -10,4 +9,4 @@ export declare const Point: ({ x, y, xValue, yValue, name, pointStyle, pointRadi
|
|
|
10
9
|
id: any;
|
|
11
10
|
opacity: any;
|
|
12
11
|
datum: any;
|
|
13
|
-
}) => JSX.Element;
|
|
12
|
+
}) => import("react/jsx-runtime.js").JSX.Element;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const Rect: ({ name, width, height, isNegative, x, y, id, xValue, yValue, datum }: {
|
|
3
2
|
name: any;
|
|
4
3
|
width: any;
|
|
@@ -10,4 +9,4 @@ export declare const Rect: ({ name, width, height, isNegative, x, y, id, xValue,
|
|
|
10
9
|
xValue: any;
|
|
11
10
|
yValue: any;
|
|
12
11
|
datum: any;
|
|
13
|
-
}) => JSX.Element;
|
|
12
|
+
}) => import("react/jsx-runtime.js").JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-dataviz",
|
|
3
|
-
"version": "3.17.0-next.
|
|
3
|
+
"version": "3.17.0-next.14",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - DataViz",
|
|
6
6
|
"files": [
|
|
@@ -41,9 +41,9 @@
|
|
|
41
41
|
"d3-time": "~3.1.0",
|
|
42
42
|
"resize-observer-polyfill": "~1.5.1",
|
|
43
43
|
"uid": "~2.0.2",
|
|
44
|
-
"@elliemae/ds-popperjs": "3.17.0-next.
|
|
45
|
-
"@elliemae/ds-props-helpers": "3.17.0-next.
|
|
46
|
-
"@elliemae/ds-system": "3.17.0-next.
|
|
44
|
+
"@elliemae/ds-popperjs": "3.17.0-next.14",
|
|
45
|
+
"@elliemae/ds-props-helpers": "3.17.0-next.14",
|
|
46
|
+
"@elliemae/ds-system": "3.17.0-next.14"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@elliemae/pui-theme": "~2.7.0",
|