@visactor/vchart-extension 1.13.1 → 1.13.2
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.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { IConversionFunnelChartSpecBase } from './interface';
|
|
2
|
-
declare const ConversionFunnelChartSpecTransformer_base: typeof import("@visactor/vchart/
|
|
2
|
+
declare const ConversionFunnelChartSpecTransformer_base: typeof import("@visactor/vchart/esm/chart/funnel").FunnelChartSpecTransformer;
|
|
3
3
|
export declare class ConversionFunnelChartSpecTransformer extends ConversionFunnelChartSpecTransformer_base<IConversionFunnelChartSpecBase> {
|
|
4
4
|
transformSpec(spec: IConversionFunnelChartSpecBase): void;
|
|
5
5
|
_getDefaultSeriesSpec(spec: IConversionFunnelChartSpecBase): import("@visactor/vchart").IFunnelSeriesSpec;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { IConversionFunnelChartSpecBase } from './interface';
|
|
2
|
-
declare const ConversionFunnelChartSpecTransformer_base: typeof import("@visactor/vchart/
|
|
2
|
+
declare const ConversionFunnelChartSpecTransformer_base: typeof import("@visactor/vchart/esm/chart/funnel").FunnelChartSpecTransformer;
|
|
3
3
|
export declare class ConversionFunnelChartSpecTransformer extends ConversionFunnelChartSpecTransformer_base<IConversionFunnelChartSpecBase> {
|
|
4
4
|
transformSpec(spec: IConversionFunnelChartSpecBase): void;
|
|
5
5
|
_getDefaultSeriesSpec(spec: IConversionFunnelChartSpecBase): import("@visactor/vchart").IFunnelSeriesSpec;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vchart-extension",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.2",
|
|
4
4
|
"description": "vchart extension package, including extension plugins and components",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -12,13 +12,13 @@
|
|
|
12
12
|
"build"
|
|
13
13
|
],
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@visactor/vrender-core": "0.21.
|
|
16
|
-
"@visactor/vrender-kits": "0.21.
|
|
17
|
-
"@visactor/vrender-components": "0.21.
|
|
18
|
-
"@visactor/vgrammar-core": "0.15.
|
|
15
|
+
"@visactor/vrender-core": "0.21.4",
|
|
16
|
+
"@visactor/vrender-kits": "0.21.4",
|
|
17
|
+
"@visactor/vrender-components": "0.21.4",
|
|
18
|
+
"@visactor/vgrammar-core": "0.15.2",
|
|
19
19
|
"@visactor/vutils": "~0.19.2",
|
|
20
20
|
"@visactor/vdataset": "~0.19.2",
|
|
21
|
-
"@visactor/vchart": "1.13.
|
|
21
|
+
"@visactor/vchart": "1.13.2"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@rushstack/eslint-patch": "~1.1.4",
|
|
@@ -42,9 +42,9 @@
|
|
|
42
42
|
"rollup-plugin-bundle-size": "1.0.3",
|
|
43
43
|
"rollup-plugin-sizes": "1.0.5",
|
|
44
44
|
"rollup": "3.20.5",
|
|
45
|
-
"@internal/bundler": "0.0.1",
|
|
46
45
|
"@internal/ts-config": "0.0.1",
|
|
47
|
-
"@internal/eslint-config": "0.0.1"
|
|
46
|
+
"@internal/eslint-config": "0.0.1",
|
|
47
|
+
"@internal/bundler": "0.0.1"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public",
|