@visactor/vchart-theme-demo-component 0.0.1-alpha.4 → 1.11.1
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/package.json +8 -5
- package/cjs/index.d.ts +0 -2
- package/cjs/index.js +0 -15
- package/cjs/index.js.map +0 -1
- package/cjs/interface.d.ts +0 -7
- package/cjs/interface.js +0 -6
- package/cjs/interface.js.map +0 -1
- package/cjs/vchart-chart-hub-theme/chart-list.d.ts +0 -2
- package/cjs/vchart-chart-hub-theme/chart-list.js +0 -52
- package/cjs/vchart-chart-hub-theme/chart-list.js.map +0 -1
- package/cjs/vchart-chart-hub-theme/chartSpec.d.ts +0 -757
- package/cjs/vchart-chart-hub-theme/chartSpec.js +0 -1776
- package/cjs/vchart-chart-hub-theme/chartSpec.js.map +0 -1
- package/cjs/vchart-chart-hub-theme/charts.d.ts +0 -3
- package/cjs/vchart-chart-hub-theme/charts.js +0 -40
- package/cjs/vchart-chart-hub-theme/charts.js.map +0 -1
- package/cjs/vchart-chart-hub-theme/frame.d.ts +0 -4
- package/cjs/vchart-chart-hub-theme/frame.js +0 -51
- package/cjs/vchart-chart-hub-theme/frame.js.map +0 -1
- package/cjs/vchart-chart-hub-theme/index.d.ts +0 -1
- package/cjs/vchart-chart-hub-theme/index.js +0 -31
- package/cjs/vchart-chart-hub-theme/index.js.map +0 -1
- package/cjs/vchart-chart-hub-theme/index.module.less +0 -129
- package/cjs/vchart-chart-hub-theme/style/style.css +0 -148
- package/cjs/vchart-chart-hub-theme/style/style.d.ts +0 -1
- package/cjs/vchart-chart-hub-theme/style/style.js +0 -6
- package/cjs/vchart-chart-hub-theme/style/style.js.map +0 -1
- package/cjs/vchart-chart-hub-theme/style/style.less +0 -113
- package/esm/index.d.ts +0 -2
- package/esm/index.js +0 -4
- package/esm/index.js.map +0 -1
- package/esm/interface.d.ts +0 -7
- package/esm/interface.js +0 -2
- package/esm/interface.js.map +0 -1
- package/esm/vchart-chart-hub-theme/chart-list.d.ts +0 -2
- package/esm/vchart-chart-hub-theme/chart-list.js +0 -46
- package/esm/vchart-chart-hub-theme/chart-list.js.map +0 -1
- package/esm/vchart-chart-hub-theme/chartSpec.d.ts +0 -757
- package/esm/vchart-chart-hub-theme/chartSpec.js +0 -1801
- package/esm/vchart-chart-hub-theme/chartSpec.js.map +0 -1
- package/esm/vchart-chart-hub-theme/charts.d.ts +0 -3
- package/esm/vchart-chart-hub-theme/charts.js +0 -43
- package/esm/vchart-chart-hub-theme/charts.js.map +0 -1
- package/esm/vchart-chart-hub-theme/frame.d.ts +0 -4
- package/esm/vchart-chart-hub-theme/frame.js +0 -45
- package/esm/vchart-chart-hub-theme/frame.js.map +0 -1
- package/esm/vchart-chart-hub-theme/index.d.ts +0 -1
- package/esm/vchart-chart-hub-theme/index.js +0 -4
- package/esm/vchart-chart-hub-theme/index.js.map +0 -1
- package/esm/vchart-chart-hub-theme/index.module.less +0 -129
- package/esm/vchart-chart-hub-theme/style/style.css +0 -148
- package/esm/vchart-chart-hub-theme/style/style.d.ts +0 -1
- package/esm/vchart-chart-hub-theme/style/style.js +0 -2
- package/esm/vchart-chart-hub-theme/style/style.js.map +0 -1
- package/esm/vchart-chart-hub-theme/style/style.less +0 -113
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@visactor/vchart-theme-demo-component",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.11.1",
|
|
4
4
|
"description": "theme demo page in vchart site",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -15,8 +15,7 @@
|
|
|
15
15
|
"eslint": "eslint --debug --fix src/",
|
|
16
16
|
"build": "bundle --clean --less true",
|
|
17
17
|
"dev": "bundle --clean -f es -w",
|
|
18
|
-
"start": "vite ./
|
|
19
|
-
"start1": "vite ./vite1",
|
|
18
|
+
"start": "vite ./demo",
|
|
20
19
|
"prepublishOnly": "npm run build"
|
|
21
20
|
},
|
|
22
21
|
"dependencies": {
|
|
@@ -24,8 +23,8 @@
|
|
|
24
23
|
"@douyinfe/semi-icons": "latest",
|
|
25
24
|
"@douyinfe/semi-icons-lab": "latest",
|
|
26
25
|
"@arco-design/web-react": "^2.32.2",
|
|
27
|
-
"@visactor/vchart-theme-utils": "1.11.1
|
|
28
|
-
"@visactor/vchart-theme": "1.11.1
|
|
26
|
+
"@visactor/vchart-theme-utils": "1.11.1",
|
|
27
|
+
"@visactor/vchart-theme": "1.11.1",
|
|
29
28
|
"@visactor/vchart": "1.11.0",
|
|
30
29
|
"@visactor/react-vchart": "1.11.0"
|
|
31
30
|
},
|
|
@@ -34,6 +33,10 @@
|
|
|
34
33
|
"react-dom": ">=16.0.0"
|
|
35
34
|
},
|
|
36
35
|
"devDependencies": {
|
|
36
|
+
"@internal/bundler": "0.0.1",
|
|
37
|
+
"@internal/eslint-config": "0.0.1",
|
|
38
|
+
"@internal/ts-config": "0.0.1",
|
|
39
|
+
"@internal/jest-config": "0.0.1",
|
|
37
40
|
"@rushstack/eslint-patch": "~1.1.4",
|
|
38
41
|
"react": "^18.0.0",
|
|
39
42
|
"react-dom": "^18.0.0",
|
package/cjs/index.d.ts
DELETED
package/cjs/index.js
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: !0
|
|
5
|
-
}), exports.ChartHubThemePage = void 0;
|
|
6
|
-
|
|
7
|
-
const index_1 = require("./vchart-chart-hub-theme/index");
|
|
8
|
-
|
|
9
|
-
Object.defineProperty(exports, "ChartHubThemePage", {
|
|
10
|
-
enumerable: !0,
|
|
11
|
-
get: function() {
|
|
12
|
-
return index_1.ChartHubThemePage;
|
|
13
|
-
}
|
|
14
|
-
});
|
|
15
|
-
//# sourceMappingURL=index.js.map
|
package/cjs/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/index.ts"],"names":[],"mappings":";;;AAAA,0DAAmE;AAC1D,kGADA,yBAAiB,OACA","file":"index.js","sourcesContent":["import { ChartHubThemePage } from './vchart-chart-hub-theme/index';\nexport { ChartHubThemePage };\n"]}
|
package/cjs/interface.d.ts
DELETED
package/cjs/interface.js
DELETED
package/cjs/interface.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/interface.ts"],"names":[],"mappings":"","file":"interface.js","sourcesContent":["import type { IInitOption } from '@visactor/vchart';\n\nexport interface IChartInfo {\n spec: any;\n option?: IInitOption;\n title: string;\n description?: string;\n}\n"]}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: !0
|
|
5
|
-
}), exports.charts = void 0;
|
|
6
|
-
|
|
7
|
-
const chartSpec_1 = require("./chartSpec");
|
|
8
|
-
|
|
9
|
-
exports.charts = [ {
|
|
10
|
-
title: "Line Chart",
|
|
11
|
-
spec: chartSpec_1.lineSpec
|
|
12
|
-
}, {
|
|
13
|
-
title: "Area Chart",
|
|
14
|
-
spec: chartSpec_1.areaSpec
|
|
15
|
-
}, {
|
|
16
|
-
title: "Grouped Bar Chart",
|
|
17
|
-
spec: chartSpec_1.barGroupSpec
|
|
18
|
-
}, {
|
|
19
|
-
title: "Stacked Bar Chart",
|
|
20
|
-
spec: chartSpec_1.barStackedSpec
|
|
21
|
-
}, {
|
|
22
|
-
title: "Horizontal Grouped Bar Chart",
|
|
23
|
-
spec: chartSpec_1.barGroupHorizontalSpec
|
|
24
|
-
}, {
|
|
25
|
-
title: "Horizontal Stacked Bar Chart",
|
|
26
|
-
spec: chartSpec_1.barStackedHorizontalSpec
|
|
27
|
-
}, {
|
|
28
|
-
title: "Pie Chart",
|
|
29
|
-
spec: chartSpec_1.pieSpec
|
|
30
|
-
}, {
|
|
31
|
-
title: "Ring Chart",
|
|
32
|
-
spec: chartSpec_1.ringSpec
|
|
33
|
-
}, {
|
|
34
|
-
title: "Gauge Chart",
|
|
35
|
-
spec: chartSpec_1.gaugeSpec
|
|
36
|
-
}, {
|
|
37
|
-
title: "Horizontal Bar Chart",
|
|
38
|
-
spec: chartSpec_1.horizontalBarSpec
|
|
39
|
-
}, {
|
|
40
|
-
title: "Scatter Chart",
|
|
41
|
-
spec: chartSpec_1.scatterSpec
|
|
42
|
-
}, {
|
|
43
|
-
title: "Radar Chart",
|
|
44
|
-
spec: chartSpec_1.radarSpec
|
|
45
|
-
}, {
|
|
46
|
-
title: "Indicator Sankey Chart",
|
|
47
|
-
spec: chartSpec_1.indicatorSankeySpec,
|
|
48
|
-
option: {
|
|
49
|
-
enableHtmlAttribute: !0
|
|
50
|
-
}
|
|
51
|
-
} ];
|
|
52
|
-
//# sourceMappingURL=chart-list.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/vchart-chart-hub-theme/chart-list.ts"],"names":[],"mappings":";;;AACA,2CAcqB;AAER,QAAA,MAAM,GAAiB;IAClC;QACE,KAAK,EAAE,YAAY;QACnB,IAAI,EAAE,oBAAQ;KACf;IACD;QACE,KAAK,EAAE,YAAY;QACnB,IAAI,EAAE,oBAAQ;KACf;IACD;QACE,KAAK,EAAE,mBAAmB;QAC1B,IAAI,EAAE,wBAAY;KACnB;IACD;QACE,KAAK,EAAE,mBAAmB;QAC1B,IAAI,EAAE,0BAAc;KACrB;IACD;QACE,KAAK,EAAE,8BAA8B;QACrC,IAAI,EAAE,kCAAsB;KAC7B;IACD;QACE,KAAK,EAAE,8BAA8B;QACrC,IAAI,EAAE,oCAAwB;KAC/B;IACD;QACE,KAAK,EAAE,WAAW;QAClB,IAAI,EAAE,mBAAO;KACd;IACD;QACE,KAAK,EAAE,YAAY;QACnB,IAAI,EAAE,oBAAQ;KACf;IACD;QACE,KAAK,EAAE,aAAa;QACpB,IAAI,EAAE,qBAAS;KAChB;IACD;QACE,KAAK,EAAE,sBAAsB;QAC7B,IAAI,EAAE,6BAAiB;KACxB;IACD;QACE,KAAK,EAAE,eAAe;QACtB,IAAI,EAAE,uBAAW;KAClB;IACD;QACE,KAAK,EAAE,aAAa;QACpB,IAAI,EAAE,qBAAS;KAChB;IACD;QACE,KAAK,EAAE,wBAAwB;QAC/B,IAAI,EAAE,+BAAmB;QACzB,MAAM,EAAE;YACN,mBAAmB,EAAE,IAAI;SAC1B;KACF;CACF,CAAC","file":"chart-list.js","sourcesContent":["import type { IChartInfo } from '../interface';\nimport {\n areaSpec,\n barGroupHorizontalSpec,\n barGroupSpec,\n barStackedHorizontalSpec,\n barStackedSpec,\n lineSpec,\n ringSpec,\n pieSpec,\n radarSpec,\n gaugeSpec,\n horizontalBarSpec,\n scatterSpec,\n indicatorSankeySpec\n} from './chartSpec';\n\nexport const charts: IChartInfo[] = [\n {\n title: 'Line Chart',\n spec: lineSpec\n },\n {\n title: 'Area Chart',\n spec: areaSpec\n },\n {\n title: 'Grouped Bar Chart',\n spec: barGroupSpec\n },\n {\n title: 'Stacked Bar Chart',\n spec: barStackedSpec\n },\n {\n title: 'Horizontal Grouped Bar Chart',\n spec: barGroupHorizontalSpec\n },\n {\n title: 'Horizontal Stacked Bar Chart',\n spec: barStackedHorizontalSpec\n },\n {\n title: 'Pie Chart',\n spec: pieSpec\n },\n {\n title: 'Ring Chart',\n spec: ringSpec\n },\n {\n title: 'Gauge Chart',\n spec: gaugeSpec\n },\n {\n title: 'Horizontal Bar Chart',\n spec: horizontalBarSpec\n },\n {\n title: 'Scatter Chart',\n spec: scatterSpec\n },\n {\n title: 'Radar Chart',\n spec: radarSpec\n },\n {\n title: 'Indicator Sankey Chart',\n spec: indicatorSankeySpec,\n option: {\n enableHtmlAttribute: true\n }\n }\n];\n"]}
|