@banyan_cloud/roots 2.0.49 → 2.0.50
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/esm/index.js +83 -2087
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/src/components/charts/index.d.ts +0 -8
- package/package.json +12 -2
- package/dist/esm/src/components/charts/areaChart/BaseAreaChart.d.ts +0 -51
- package/dist/esm/src/components/charts/areaChart/BaseAreaChartData.d.ts +0 -81
- package/dist/esm/src/components/charts/areaChart/index.d.ts +0 -1
- package/dist/esm/src/components/charts/capsuleChart/CapsuleChart.d.ts +0 -2
- package/dist/esm/src/components/charts/capsuleChart/index.d.ts +0 -1
- package/dist/esm/src/components/charts/horizontalBarChart/BaseHorizontalBarChart.d.ts +0 -97
- package/dist/esm/src/components/charts/horizontalBarChart/Skeleton/BaseHorizontalBarChart.skeleton.d.ts +0 -5
- package/dist/esm/src/components/charts/horizontalBarChart/Skeleton/index.d.ts +0 -1
- package/dist/esm/src/components/charts/horizontalBarChart/index.d.ts +0 -1
- package/dist/esm/src/components/charts/nestedPieChart/NestedPieChart.d.ts +0 -78
- package/dist/esm/src/components/charts/nestedPieChart/index.d.ts +0 -1
- package/dist/esm/src/components/charts/pieChart/BasePieChart.d.ts +0 -22
- package/dist/esm/src/components/charts/pieChart/Skeleton/BasePieChart.skeleton.d.ts +0 -5
- package/dist/esm/src/components/charts/pieChart/Skeleton/index.d.ts +0 -1
- package/dist/esm/src/components/charts/pieChart/index.d.ts +0 -1
- package/dist/esm/src/components/charts/regionChart/BaseRegionChart.d.ts +0 -71
- package/dist/esm/src/components/charts/regionChart/index.d.ts +0 -1
- package/dist/esm/src/components/charts/stackedPieChart/StackedPieChart.d.ts +0 -2
- package/dist/esm/src/components/charts/stackedPieChart/index.d.ts +0 -1
- package/dist/esm/src/components/charts/verticalBarChart/BaseVerticalBarChart.d.ts +0 -116
- package/dist/esm/src/components/charts/verticalBarChart/index.d.ts +0 -1
|
@@ -1,9 +1 @@
|
|
|
1
|
-
export * from "./areaChart";
|
|
2
|
-
export * from "./capsuleChart";
|
|
3
1
|
export * from "./heatMapChart";
|
|
4
|
-
export * from "./horizontalBarChart";
|
|
5
|
-
export * from "./nestedPieChart";
|
|
6
|
-
export * from "./pieChart";
|
|
7
|
-
export * from "./regionChart";
|
|
8
|
-
export * from "./stackedPieChart";
|
|
9
|
-
export * from "./verticalBarChart";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@banyan_cloud/roots",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.50",
|
|
4
4
|
"description": "Design System Library which drives the Banyan Cloud products",
|
|
5
5
|
"main": "dist/cjs/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"@storybook/addon-essentials": "^6.5.12",
|
|
58
58
|
"@storybook/addon-interactions": "^6.5.12",
|
|
59
59
|
"@storybook/addon-links": "^6.5.12",
|
|
60
|
+
"@storybook/addon-storyshots": "^7.6.17",
|
|
60
61
|
"@storybook/addons": "^6.5.12",
|
|
61
62
|
"@storybook/builder-webpack5": "^6.5.12",
|
|
62
63
|
"@storybook/manager-webpack5": "^6.5.12",
|
|
@@ -65,13 +66,18 @@
|
|
|
65
66
|
"@storybook/react": "^6.5.12",
|
|
66
67
|
"@storybook/testing-library": "^0.0.13",
|
|
67
68
|
"@storybook/theming": "^6.5.12",
|
|
69
|
+
"@testing-library/jest-dom": "^6.9.1",
|
|
70
|
+
"@testing-library/react": "^16.3.0",
|
|
71
|
+
"@testing-library/user-event": "^14.6.1",
|
|
68
72
|
"@types/glob": "^9.0.0",
|
|
73
|
+
"@types/jest": "^30.0.0",
|
|
69
74
|
"@types/minimatch": "^6.0.0",
|
|
70
75
|
"@types/react": "^19.1.2",
|
|
71
76
|
"@types/react-dom": "^19.1.3",
|
|
72
77
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
73
78
|
"@typescript-eslint/eslint-plugin": "^8.32.1",
|
|
74
79
|
"@typescript-eslint/parser": "^8.32.1",
|
|
80
|
+
"babel-jest": "^30.2.0",
|
|
75
81
|
"babel-plugin-named-exports-order": "^0.0.2",
|
|
76
82
|
"babel-plugin-syntax-dynamic-import": "^6.18.0",
|
|
77
83
|
"css-loader": "^6.8.1",
|
|
@@ -84,6 +90,9 @@
|
|
|
84
90
|
"eslint-plugin-prettier": "^5.4.0",
|
|
85
91
|
"eslint-plugin-react": "^7.37.5",
|
|
86
92
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
93
|
+
"identity-obj-proxy": "^3.0.0",
|
|
94
|
+
"jest": "^30.2.0",
|
|
95
|
+
"jest-environment-jsdom": "^30.2.0",
|
|
87
96
|
"prettier": "^3.5.3",
|
|
88
97
|
"prop-types": "^15.8.1",
|
|
89
98
|
"rollup": "^3.2.3",
|
|
@@ -96,11 +105,12 @@
|
|
|
96
105
|
"storybook-addon-designs": "^6.3.1",
|
|
97
106
|
"storybook-dark-mode": "^1.1.2",
|
|
98
107
|
"style-loader": "^3.3.3",
|
|
108
|
+
"ts-jest": "^29.4.6",
|
|
99
109
|
"tslib": "^2.8.1",
|
|
100
110
|
"typescript": "^5.8.3"
|
|
101
111
|
},
|
|
102
112
|
"scripts": {
|
|
103
|
-
"test": "
|
|
113
|
+
"test": "jest",
|
|
104
114
|
"start": "start-storybook -p 6006 -s ./src/components",
|
|
105
115
|
"build-storybook": "build-storybook -s ./src/components",
|
|
106
116
|
"lint": "eslint --ext js,jsx,ts,tsx .",
|
|
@@ -1,51 +0,0 @@
|
|
|
1
|
-
import { CSSProperties } from 'react';
|
|
2
|
-
interface BaseAreaChartProps {
|
|
3
|
-
title?: string;
|
|
4
|
-
gridOptions?: Record<string, any>;
|
|
5
|
-
gridContainLabel?: boolean;
|
|
6
|
-
seriesData: {
|
|
7
|
-
chartData: Record<string, number[]>;
|
|
8
|
-
metaData?: {
|
|
9
|
-
xAxisData?: string[];
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
tooltip?: Record<string, any>;
|
|
13
|
-
legend?: Record<string, any>;
|
|
14
|
-
xAxis?: Record<string, any>;
|
|
15
|
-
yAxis?: Record<string, any>;
|
|
16
|
-
xAxisLabelShow?: boolean;
|
|
17
|
-
xSplitLineShow?: boolean;
|
|
18
|
-
xAxisLineShow?: boolean;
|
|
19
|
-
xAxisTickShow?: boolean;
|
|
20
|
-
xAxisLabel?: Record<string, any>;
|
|
21
|
-
yAxisLabelShow?: boolean;
|
|
22
|
-
ySplitLineShow?: boolean;
|
|
23
|
-
yAxisLineShow?: boolean;
|
|
24
|
-
yAxisTickShow?: boolean;
|
|
25
|
-
yAxisTick?: Record<string, any>;
|
|
26
|
-
yAxisLabel?: Record<string, any>;
|
|
27
|
-
axisLabelColor?: string;
|
|
28
|
-
axisSplitColor?: string;
|
|
29
|
-
splitType?: 'dashed' | 'solid' | 'dotted';
|
|
30
|
-
seriesOption?: Array<Record<string, any>>;
|
|
31
|
-
lineStyleWidth?: number;
|
|
32
|
-
lineStyleType?: 'dashed' | 'solid' | 'dotted';
|
|
33
|
-
lineStyleCap?: 'butt' | 'round' | 'square';
|
|
34
|
-
lineStyleJoin?: 'round' | 'bevel' | 'miter';
|
|
35
|
-
stacked?: boolean | string;
|
|
36
|
-
cursor?: string;
|
|
37
|
-
smooth?: boolean;
|
|
38
|
-
opacity?: number;
|
|
39
|
-
style?: CSSProperties;
|
|
40
|
-
className?: string;
|
|
41
|
-
theme?: 'light' | 'dark';
|
|
42
|
-
isEmpty?: {
|
|
43
|
-
show: boolean;
|
|
44
|
-
className?: string;
|
|
45
|
-
title?: string;
|
|
46
|
-
description?: string;
|
|
47
|
-
type?: 'line' | 'area';
|
|
48
|
-
};
|
|
49
|
-
}
|
|
50
|
-
declare const BaseAreaChart: ({ title, gridOptions, gridContainLabel, seriesData, tooltip, legend, xAxis, yAxis, xAxisLabelShow, xSplitLineShow, xAxisLineShow, xAxisTickShow, xAxisLabel, yAxisLabelShow, ySplitLineShow, yAxisLineShow, yAxisTickShow, yAxisTick, yAxisLabel, axisLabelColor, axisSplitColor, splitType, seriesOption, lineStyleWidth, lineStyleType, lineStyleCap, lineStyleJoin, stacked, cursor, smooth, opacity, style, className, theme, isEmpty, }: BaseAreaChartProps) => import("react/jsx-runtime").JSX.Element;
|
|
51
|
-
export default BaseAreaChart;
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
export declare const datum1: {
|
|
2
|
-
chartData: {
|
|
3
|
-
IAM: number[];
|
|
4
|
-
Networking: number[];
|
|
5
|
-
Compute: number[];
|
|
6
|
-
RDS: number[];
|
|
7
|
-
Storage: number[];
|
|
8
|
-
};
|
|
9
|
-
metaData: {
|
|
10
|
-
seriesData: {
|
|
11
|
-
IAM: {
|
|
12
|
-
Default: number[];
|
|
13
|
-
New_CTG: number[];
|
|
14
|
-
};
|
|
15
|
-
Networking: {
|
|
16
|
-
Default: number[];
|
|
17
|
-
New_CTG: number[];
|
|
18
|
-
};
|
|
19
|
-
Compute: {
|
|
20
|
-
Default: number[];
|
|
21
|
-
New_CTG: number[];
|
|
22
|
-
};
|
|
23
|
-
RDS: {
|
|
24
|
-
Default: number[];
|
|
25
|
-
New_CTG: number[];
|
|
26
|
-
};
|
|
27
|
-
Storage: {
|
|
28
|
-
Default: number[];
|
|
29
|
-
New_CTG: number[];
|
|
30
|
-
};
|
|
31
|
-
};
|
|
32
|
-
xAxisData: number[];
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
export declare const datumV2: {
|
|
36
|
-
chartData: {
|
|
37
|
-
'Compute 600': number[];
|
|
38
|
-
'IAM 2': number[];
|
|
39
|
-
'Networking 439': number[];
|
|
40
|
-
'Storage 20': number[];
|
|
41
|
-
};
|
|
42
|
-
metaData: {
|
|
43
|
-
seriesData: {
|
|
44
|
-
IAM: {
|
|
45
|
-
Default: number[];
|
|
46
|
-
New_CTG: number[];
|
|
47
|
-
};
|
|
48
|
-
Networking: {
|
|
49
|
-
Default: number[];
|
|
50
|
-
New_CTG: number[];
|
|
51
|
-
};
|
|
52
|
-
Compute: {
|
|
53
|
-
Default: number[];
|
|
54
|
-
New_CTG: number[];
|
|
55
|
-
};
|
|
56
|
-
RDS: {
|
|
57
|
-
Default: number[];
|
|
58
|
-
New_CTG: number[];
|
|
59
|
-
};
|
|
60
|
-
Storage: {
|
|
61
|
-
Default: number[];
|
|
62
|
-
New_CTG: number[];
|
|
63
|
-
};
|
|
64
|
-
};
|
|
65
|
-
xAxisData: number[];
|
|
66
|
-
};
|
|
67
|
-
};
|
|
68
|
-
export declare const datum2: {
|
|
69
|
-
chartData: {
|
|
70
|
-
IAM: number[];
|
|
71
|
-
};
|
|
72
|
-
metaData: {
|
|
73
|
-
seriesData: {
|
|
74
|
-
IAM: {
|
|
75
|
-
Default: number[];
|
|
76
|
-
New_CTG: number[];
|
|
77
|
-
};
|
|
78
|
-
};
|
|
79
|
-
xAxisData: number[];
|
|
80
|
-
};
|
|
81
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as BaseAreaChart } from './BaseAreaChart';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as CapsuleChart } from "./CapsuleChart.jsx";
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
export default BaseHorizontalBarChart;
|
|
2
|
-
declare function BaseHorizontalBarChart(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare namespace BaseHorizontalBarChart {
|
|
4
|
-
namespace propTypes {
|
|
5
|
-
let loading: any;
|
|
6
|
-
let fallback: any;
|
|
7
|
-
let title: any;
|
|
8
|
-
let titleOptions: any;
|
|
9
|
-
let gridContainLabel: any;
|
|
10
|
-
let gridOptions: any;
|
|
11
|
-
let tooltip: any;
|
|
12
|
-
let xAxisShow: any;
|
|
13
|
-
let inverse: any;
|
|
14
|
-
let seriesData: any;
|
|
15
|
-
let onEvents: any;
|
|
16
|
-
let yAxisLabelShow: any;
|
|
17
|
-
let ySplitLineShow: any;
|
|
18
|
-
let yAxisLineShow: any;
|
|
19
|
-
let yAxisTickShow: any;
|
|
20
|
-
let barWidth: any;
|
|
21
|
-
let legend: any;
|
|
22
|
-
let seriesName: any;
|
|
23
|
-
let cursor: any;
|
|
24
|
-
let minBarHeight: any;
|
|
25
|
-
let stacked: any;
|
|
26
|
-
let seriesOption: any;
|
|
27
|
-
let style: any;
|
|
28
|
-
let className: any;
|
|
29
|
-
let theme: any;
|
|
30
|
-
}
|
|
31
|
-
namespace defaultProps {
|
|
32
|
-
let loading_1: boolean;
|
|
33
|
-
export { loading_1 as loading };
|
|
34
|
-
let fallback_1: boolean;
|
|
35
|
-
export { fallback_1 as fallback };
|
|
36
|
-
let title_1: string;
|
|
37
|
-
export { title_1 as title };
|
|
38
|
-
let titleOptions_1: {};
|
|
39
|
-
export { titleOptions_1 as titleOptions };
|
|
40
|
-
let gridContainLabel_1: boolean;
|
|
41
|
-
export { gridContainLabel_1 as gridContainLabel };
|
|
42
|
-
export namespace gridOptions_1 {
|
|
43
|
-
let left: number;
|
|
44
|
-
let right: number;
|
|
45
|
-
let bottom: number;
|
|
46
|
-
let top: number;
|
|
47
|
-
}
|
|
48
|
-
export { gridOptions_1 as gridOptions };
|
|
49
|
-
let xAxisShow_1: boolean;
|
|
50
|
-
export { xAxisShow_1 as xAxisShow };
|
|
51
|
-
let inverse_1: boolean;
|
|
52
|
-
export { inverse_1 as inverse };
|
|
53
|
-
export namespace tooltip_1 {
|
|
54
|
-
let trigger: string;
|
|
55
|
-
}
|
|
56
|
-
export { tooltip_1 as tooltip };
|
|
57
|
-
let seriesData_1: {};
|
|
58
|
-
export { seriesData_1 as seriesData };
|
|
59
|
-
export function onEvents_1(): void;
|
|
60
|
-
export { onEvents_1 as onEvents };
|
|
61
|
-
let yAxisLabelShow_1: boolean;
|
|
62
|
-
export { yAxisLabelShow_1 as yAxisLabelShow };
|
|
63
|
-
let ySplitLineShow_1: boolean;
|
|
64
|
-
export { ySplitLineShow_1 as ySplitLineShow };
|
|
65
|
-
let yAxisLineShow_1: boolean;
|
|
66
|
-
export { yAxisLineShow_1 as yAxisLineShow };
|
|
67
|
-
let yAxisTickShow_1: boolean;
|
|
68
|
-
export { yAxisTickShow_1 as yAxisTickShow };
|
|
69
|
-
let minBarHeight_1: number;
|
|
70
|
-
export { minBarHeight_1 as minBarHeight };
|
|
71
|
-
let barWidth_1: string;
|
|
72
|
-
export { barWidth_1 as barWidth };
|
|
73
|
-
export function seriesName_1(): void;
|
|
74
|
-
export { seriesName_1 as seriesName };
|
|
75
|
-
export namespace legend_1 {
|
|
76
|
-
let show: boolean;
|
|
77
|
-
}
|
|
78
|
-
export { legend_1 as legend };
|
|
79
|
-
let cursor_1: string;
|
|
80
|
-
export { cursor_1 as cursor };
|
|
81
|
-
let stacked_1: boolean;
|
|
82
|
-
export { stacked_1 as stacked };
|
|
83
|
-
let seriesOption_1: {
|
|
84
|
-
stackIndex: number;
|
|
85
|
-
}[];
|
|
86
|
-
export { seriesOption_1 as seriesOption };
|
|
87
|
-
export namespace style_1 {
|
|
88
|
-
let width: string;
|
|
89
|
-
let height: string;
|
|
90
|
-
}
|
|
91
|
-
export { style_1 as style };
|
|
92
|
-
let className_1: string;
|
|
93
|
-
export { className_1 as className };
|
|
94
|
-
let theme_1: string;
|
|
95
|
-
export { theme_1 as theme };
|
|
96
|
-
}
|
|
97
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as Skeleton } from "./BaseHorizontalBarChart.skeleton";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as BaseHorizontalBarChart } from "./BaseHorizontalBarChart";
|
|
@@ -1,78 +0,0 @@
|
|
|
1
|
-
export default NestedPieChart;
|
|
2
|
-
declare function NestedPieChart(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare namespace NestedPieChart {
|
|
4
|
-
namespace propTypes {
|
|
5
|
-
let loading: any;
|
|
6
|
-
let fallback: any;
|
|
7
|
-
let title: any;
|
|
8
|
-
let gridOptions: any;
|
|
9
|
-
let tooltip: any;
|
|
10
|
-
let seriesData: any;
|
|
11
|
-
let cursor: any;
|
|
12
|
-
let radius: any;
|
|
13
|
-
let center: any;
|
|
14
|
-
let showLabelLine: any;
|
|
15
|
-
let itemStyle: any;
|
|
16
|
-
let legend: any;
|
|
17
|
-
let pieSeries: any;
|
|
18
|
-
let style: any;
|
|
19
|
-
let className: any;
|
|
20
|
-
let theme: any;
|
|
21
|
-
}
|
|
22
|
-
namespace defaultProps {
|
|
23
|
-
let loading_1: boolean;
|
|
24
|
-
export { loading_1 as loading };
|
|
25
|
-
let fallback_1: boolean;
|
|
26
|
-
export { fallback_1 as fallback };
|
|
27
|
-
let title_1: string;
|
|
28
|
-
export { title_1 as title };
|
|
29
|
-
export namespace gridOptions_1 {
|
|
30
|
-
let left: number;
|
|
31
|
-
let right: number;
|
|
32
|
-
let bottom: number;
|
|
33
|
-
let top: number;
|
|
34
|
-
}
|
|
35
|
-
export { gridOptions_1 as gridOptions };
|
|
36
|
-
export namespace tooltip_1 {
|
|
37
|
-
let trigger: string;
|
|
38
|
-
}
|
|
39
|
-
export { tooltip_1 as tooltip };
|
|
40
|
-
let seriesData_1: {};
|
|
41
|
-
export { seriesData_1 as seriesData };
|
|
42
|
-
let cursor_1: string;
|
|
43
|
-
export { cursor_1 as cursor };
|
|
44
|
-
let radius_1: string[];
|
|
45
|
-
export { radius_1 as radius };
|
|
46
|
-
let center_1: string[];
|
|
47
|
-
export { center_1 as center };
|
|
48
|
-
let showLabelLine_1: boolean;
|
|
49
|
-
export { showLabelLine_1 as showLabelLine };
|
|
50
|
-
export namespace itemStyle_1 {
|
|
51
|
-
let borderWidth: number;
|
|
52
|
-
}
|
|
53
|
-
export { itemStyle_1 as itemStyle };
|
|
54
|
-
export namespace legend_1 {
|
|
55
|
-
let top_1: string;
|
|
56
|
-
export { top_1 as top };
|
|
57
|
-
let left_1: string;
|
|
58
|
-
export { left_1 as left };
|
|
59
|
-
export let orient: string;
|
|
60
|
-
}
|
|
61
|
-
export { legend_1 as legend };
|
|
62
|
-
let pieSeries_1: {
|
|
63
|
-
seriesOption: {
|
|
64
|
-
stackIndex: number;
|
|
65
|
-
};
|
|
66
|
-
}[];
|
|
67
|
-
export { pieSeries_1 as pieSeries };
|
|
68
|
-
export namespace style_1 {
|
|
69
|
-
let width: string;
|
|
70
|
-
let height: string;
|
|
71
|
-
}
|
|
72
|
-
export { style_1 as style };
|
|
73
|
-
let className_1: string;
|
|
74
|
-
export { className_1 as className };
|
|
75
|
-
let theme_1: string;
|
|
76
|
-
export { theme_1 as theme };
|
|
77
|
-
}
|
|
78
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as NestedPieChart } from "./NestedPieChart";
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
export default BasePieChart;
|
|
2
|
-
declare function BasePieChart(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare namespace BasePieChart {
|
|
4
|
-
namespace propTypes {
|
|
5
|
-
let title: any;
|
|
6
|
-
let gridOptions: any;
|
|
7
|
-
let tooltip: any;
|
|
8
|
-
let seriesData: any;
|
|
9
|
-
let startAngle: any;
|
|
10
|
-
let semiDoughnut: any;
|
|
11
|
-
let cursor: any;
|
|
12
|
-
let radius: any;
|
|
13
|
-
let center: any;
|
|
14
|
-
let showLabelLine: any;
|
|
15
|
-
let itemStyle: any;
|
|
16
|
-
let legend: any;
|
|
17
|
-
let onEvents: any;
|
|
18
|
-
let seriesOption: any;
|
|
19
|
-
let style: any;
|
|
20
|
-
let className: any;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as Skeleton } from "./BasePieChart.skeleton";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as BasePieChart } from "./BasePieChart";
|
|
@@ -1,71 +0,0 @@
|
|
|
1
|
-
export default BaseRegionChart;
|
|
2
|
-
declare function BaseRegionChart(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare namespace BaseRegionChart {
|
|
4
|
-
namespace propTypes {
|
|
5
|
-
let geoJson: any;
|
|
6
|
-
let specialAreas: any;
|
|
7
|
-
let regionData: any;
|
|
8
|
-
let tooltip: any;
|
|
9
|
-
let visualMap: any;
|
|
10
|
-
let seriesOption: any;
|
|
11
|
-
let onEvents: any;
|
|
12
|
-
let style: any;
|
|
13
|
-
let className: any;
|
|
14
|
-
}
|
|
15
|
-
namespace defaultProps {
|
|
16
|
-
let geoJson_1: {};
|
|
17
|
-
export { geoJson_1 as geoJson };
|
|
18
|
-
let specialAreas_1: {};
|
|
19
|
-
export { specialAreas_1 as specialAreas };
|
|
20
|
-
let regionData_1: never[];
|
|
21
|
-
export { regionData_1 as regionData };
|
|
22
|
-
export namespace tooltip_1 {
|
|
23
|
-
let backgroundColor: string;
|
|
24
|
-
namespace textStyle {
|
|
25
|
-
let fontStyle: string;
|
|
26
|
-
let fontWeight: string;
|
|
27
|
-
let fontFamily: string;
|
|
28
|
-
let color: string;
|
|
29
|
-
let fontSize: number;
|
|
30
|
-
}
|
|
31
|
-
let trigger: string;
|
|
32
|
-
let transitionDuration: number;
|
|
33
|
-
let extraCssText: string;
|
|
34
|
-
let formatter: string;
|
|
35
|
-
}
|
|
36
|
-
export { tooltip_1 as tooltip };
|
|
37
|
-
export namespace visualMap_1 {
|
|
38
|
-
let show: boolean;
|
|
39
|
-
let min: number;
|
|
40
|
-
let max: number;
|
|
41
|
-
namespace inRange {
|
|
42
|
-
let color_1: string[];
|
|
43
|
-
export { color_1 as color };
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
export { visualMap_1 as visualMap };
|
|
47
|
-
export namespace seriesOption_1 {
|
|
48
|
-
let name: string;
|
|
49
|
-
let type: string;
|
|
50
|
-
let roam: boolean;
|
|
51
|
-
let map: string;
|
|
52
|
-
namespace scaleLimit {
|
|
53
|
-
let min_1: number;
|
|
54
|
-
export { min_1 as min };
|
|
55
|
-
let max_1: number;
|
|
56
|
-
export { max_1 as max };
|
|
57
|
-
}
|
|
58
|
-
let aspectScale: string;
|
|
59
|
-
}
|
|
60
|
-
export { seriesOption_1 as seriesOption };
|
|
61
|
-
export function onEvents_1(): void;
|
|
62
|
-
export { onEvents_1 as onEvents };
|
|
63
|
-
export namespace style_1 {
|
|
64
|
-
let width: string;
|
|
65
|
-
let height: string;
|
|
66
|
-
}
|
|
67
|
-
export { style_1 as style };
|
|
68
|
-
let className_1: string;
|
|
69
|
-
export { className_1 as className };
|
|
70
|
-
}
|
|
71
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as BaseRegionChart } from "./BaseRegionChart";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as StackedPieChart } from "./StackedPieChart";
|
|
@@ -1,116 +0,0 @@
|
|
|
1
|
-
export default BaseVerticalBarChart;
|
|
2
|
-
declare function BaseVerticalBarChart(props: any): import("react/jsx-runtime").JSX.Element;
|
|
3
|
-
declare namespace BaseVerticalBarChart {
|
|
4
|
-
namespace propTypes {
|
|
5
|
-
let title: any;
|
|
6
|
-
let gridContainLabel: any;
|
|
7
|
-
let gridOptions: any;
|
|
8
|
-
let xAxis: any;
|
|
9
|
-
let yAxis: any;
|
|
10
|
-
let xAxisShow: any;
|
|
11
|
-
let xAxisLabel: any;
|
|
12
|
-
let tooltip: any;
|
|
13
|
-
let dataZoom: any;
|
|
14
|
-
let seriesData: any;
|
|
15
|
-
let onEvents: any;
|
|
16
|
-
let yAxisLabelShow: any;
|
|
17
|
-
let ySplitLineShow: any;
|
|
18
|
-
let yAxisLineShow: any;
|
|
19
|
-
let yAxisTickShow: any;
|
|
20
|
-
let xSplitLineShow: any;
|
|
21
|
-
let axisColor: any;
|
|
22
|
-
let splitType: any;
|
|
23
|
-
let xSplitType: any;
|
|
24
|
-
let barWidth: any;
|
|
25
|
-
let legend: any;
|
|
26
|
-
let xAxisTick: any;
|
|
27
|
-
let seriesName: any;
|
|
28
|
-
let cursor: any;
|
|
29
|
-
let stackCount: any;
|
|
30
|
-
let seriesOption: any;
|
|
31
|
-
let style: any;
|
|
32
|
-
let className: any;
|
|
33
|
-
let theme: any;
|
|
34
|
-
}
|
|
35
|
-
namespace defaultProps {
|
|
36
|
-
let title_1: string;
|
|
37
|
-
export { title_1 as title };
|
|
38
|
-
let gridContainLabel_1: boolean;
|
|
39
|
-
export { gridContainLabel_1 as gridContainLabel };
|
|
40
|
-
export namespace gridOptions_1 {
|
|
41
|
-
let left: number;
|
|
42
|
-
let right: number;
|
|
43
|
-
let bottom: number;
|
|
44
|
-
let top: number;
|
|
45
|
-
}
|
|
46
|
-
export { gridOptions_1 as gridOptions };
|
|
47
|
-
let xAxis_1: {};
|
|
48
|
-
export { xAxis_1 as xAxis };
|
|
49
|
-
let yAxis_1: {};
|
|
50
|
-
export { yAxis_1 as yAxis };
|
|
51
|
-
let xAxisShow_1: boolean;
|
|
52
|
-
export { xAxisShow_1 as xAxisShow };
|
|
53
|
-
export namespace xAxisLabel_1 {
|
|
54
|
-
let show: boolean;
|
|
55
|
-
let rotate: number;
|
|
56
|
-
let inside: boolean;
|
|
57
|
-
let verticalAlign: string;
|
|
58
|
-
let padding: number[];
|
|
59
|
-
}
|
|
60
|
-
export { xAxisLabel_1 as xAxisLabel };
|
|
61
|
-
export namespace tooltip_1 {
|
|
62
|
-
let trigger: string;
|
|
63
|
-
}
|
|
64
|
-
export { tooltip_1 as tooltip };
|
|
65
|
-
let dataZoom_1: {};
|
|
66
|
-
export { dataZoom_1 as dataZoom };
|
|
67
|
-
let seriesData_1: {};
|
|
68
|
-
export { seriesData_1 as seriesData };
|
|
69
|
-
export function onEvents_1(): void;
|
|
70
|
-
export { onEvents_1 as onEvents };
|
|
71
|
-
let yAxisLabelShow_1: boolean;
|
|
72
|
-
export { yAxisLabelShow_1 as yAxisLabelShow };
|
|
73
|
-
let ySplitLineShow_1: boolean;
|
|
74
|
-
export { ySplitLineShow_1 as ySplitLineShow };
|
|
75
|
-
let yAxisLineShow_1: boolean;
|
|
76
|
-
export { yAxisLineShow_1 as yAxisLineShow };
|
|
77
|
-
let yAxisTickShow_1: boolean;
|
|
78
|
-
export { yAxisTickShow_1 as yAxisTickShow };
|
|
79
|
-
let xSplitLineShow_1: boolean;
|
|
80
|
-
export { xSplitLineShow_1 as xSplitLineShow };
|
|
81
|
-
let axisColor_1: string;
|
|
82
|
-
export { axisColor_1 as axisColor };
|
|
83
|
-
let xSplitType_1: string;
|
|
84
|
-
export { xSplitType_1 as xSplitType };
|
|
85
|
-
let splitType_1: string;
|
|
86
|
-
export { splitType_1 as splitType };
|
|
87
|
-
let barWidth_1: string;
|
|
88
|
-
export { barWidth_1 as barWidth };
|
|
89
|
-
export function seriesName_1(): void;
|
|
90
|
-
export { seriesName_1 as seriesName };
|
|
91
|
-
export namespace legend_1 {
|
|
92
|
-
let show_1: boolean;
|
|
93
|
-
export { show_1 as show };
|
|
94
|
-
}
|
|
95
|
-
export { legend_1 as legend };
|
|
96
|
-
let xAxisTick_1: {};
|
|
97
|
-
export { xAxisTick_1 as xAxisTick };
|
|
98
|
-
let cursor_1: string;
|
|
99
|
-
export { cursor_1 as cursor };
|
|
100
|
-
let stackCount_1: number;
|
|
101
|
-
export { stackCount_1 as stackCount };
|
|
102
|
-
let seriesOption_1: {
|
|
103
|
-
stackIndex: number;
|
|
104
|
-
}[];
|
|
105
|
-
export { seriesOption_1 as seriesOption };
|
|
106
|
-
export namespace style_1 {
|
|
107
|
-
let width: string;
|
|
108
|
-
let height: string;
|
|
109
|
-
}
|
|
110
|
-
export { style_1 as style };
|
|
111
|
-
let className_1: string;
|
|
112
|
-
export { className_1 as className };
|
|
113
|
-
let theme_1: string;
|
|
114
|
-
export { theme_1 as theme };
|
|
115
|
-
}
|
|
116
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default as BaseVerticalBarChart } from "./BaseVerticalBarChart";
|