@advt-gpt-chart/package 3.0.11 → 3.0.13

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.
Binary file
@@ -116,4 +116,6 @@ export declare const en_US: {
116
116
  custom_unit: string;
117
117
  DetailData: string;
118
118
  detailDataError: string;
119
+ asc: string;
120
+ desc: string;
119
121
  };
@@ -116,4 +116,6 @@ export declare const zh_CN: {
116
116
  custom_unit: string;
117
117
  DetailData: string;
118
118
  detailDataError: string;
119
+ asc: string;
120
+ desc: string;
119
121
  };
@@ -116,4 +116,6 @@ export declare const zh_TW: {
116
116
  custom_unit: string;
117
117
  DetailData: string;
118
118
  detailDataError: string;
119
+ asc: string;
120
+ desc: string;
119
121
  };
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- declare const version = "3.0.11";
1
+ declare const version = "3.0.13";
2
2
  export default version;
package/package.json CHANGED
@@ -1,109 +1,114 @@
1
- {
2
- "name": "@advt-gpt-chart/package",
3
- "private": false,
4
- "version": "3.0.11",
5
- "type": "module",
6
- "files": [
7
- "dist"
8
- ],
9
- "main": "dist/index.umd.js",
10
- "module": "dist/index.es.js",
11
- "typings": "dist/index.d.ts",
12
- "scripts": {
13
- "dev": "vite",
14
- "build": "vite build && tsc -p ./tsconfig.types.json",
15
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
16
- "lint-fix": "eslint . --fix",
17
- "preview": "vite preview",
18
- "storybook": "storybook dev -p 6006",
19
- "docs-dev": "dumi dev",
20
- "build-storybook": "storybook build",
21
- "test": "jest",
22
- "publish-local": "vite build && tsc -p ./tsconfig.types.json && yalc publish",
23
- "publish-local-update": "vite build && tsc -p ./tsconfig.types.json && yalc push --replace",
24
- "publish-gitlab": "npm publish --registry https://gitlab.wise-paas.com/api/v4/projects/8545/packages/npm/",
25
- "publish-npm": "npm publish --registry https://registry.npmjs.org/ --access public",
26
- "json-server": "json-server --watch ./public/db.json --port 3008"
27
- },
28
- "dependencies": {
29
- "@antv/event-emitter": "^0.1.3",
30
- "@codemirror/lang-sql": "^6.9.0",
31
- "@uiw/react-codemirror": "^4.24.1",
32
- "@visactor/react-vchart": "^2.0.3",
33
- "@visactor/vchart": "^2.0.3",
34
- "@visactor/vdataset": "^1.0.9",
35
- "@visactor/vmind": "^2.0.10",
36
- "@visactor/vtable": "^1.19.7",
37
- "antd": "^5.29.3",
38
- "axios": "^1.10.0",
39
- "classnames": "^2.5.1",
40
- "dayjs": "^1.11.13",
41
- "dom-to-image-more": "^3.6.0",
42
- "lodash-es": "^4.17.21",
43
- "nanoid": "^5.1.5",
44
- "react-intersection-observer": "^10.0.2",
45
- "react-intl": "^7.1.11",
46
- "react-markdown": "^10.1.0",
47
- "rehype-raw": "^7.0.0",
48
- "remark-gfm": "^4.0.1",
49
- "styled-components": "^6.1.18",
50
- "vite-plugin-svgr": "^4.3.0",
51
- "xlsx": "^0.18.5",
52
- "zustand": "^4.5.2"
53
- },
54
- "devDependencies": {
55
- "@ant-design/icons": "^6.1.0",
56
- "@ant-design/x": "^2.1.1",
57
- "@chromatic-com/storybook": "4.0.0",
58
- "@eslint/js": "^9.28.0",
59
- "@storybook/addon-actions": "^9.0.4",
60
- "@storybook/addon-essentials": "^8.6.14",
61
- "@storybook/addon-interactions": "^8.6.14",
62
- "@storybook/addon-links": "^9.0.4",
63
- "@storybook/addon-onboarding": "^9.0.4",
64
- "@storybook/blocks": "^8.6.14",
65
- "@storybook/react": "^9.0.4",
66
- "@storybook/react-vite": "^9.0.4",
67
- "@storybook/test": "^8.6.14",
68
- "@testing-library/dom": "^10.4.0",
69
- "@testing-library/jest-dom": "^6.6.3",
70
- "@testing-library/react": "^16.3.0",
71
- "@types/jest": "^29.5.14",
72
- "@types/lodash-es": "^4.17.12",
73
- "@types/node": "^22.15.29",
74
- "@types/react": "^18.2.79",
75
- "@types/react-dom": "^18.2.25",
76
- "@typescript-eslint/eslint-plugin": "^8.33.1",
77
- "@typescript-eslint/parser": "^8.33.1",
78
- "@vitejs/plugin-basic-ssl": "^2.1.0",
79
- "@vitejs/plugin-react": "^4.5.1",
80
- "dumi": "^2.4.21",
81
- "eslint": "^9.28.0",
82
- "eslint-plugin-react": "^7.37.5",
83
- "eslint-plugin-react-hooks": "^5.2.0",
84
- "eslint-plugin-react-refresh": "^0.4.20",
85
- "eslint-plugin-simple-import-sort": "^12.1.1",
86
- "eslint-plugin-storybook": "^9.0.4",
87
- "globals": "^16.2.0",
88
- "jest": "^29.7.0",
89
- "jest-environment-jsdom": "^29.7.0",
90
- "prettier": "^3.5.3",
91
- "react": "^18.2.0",
92
- "react-dom": "^18.2.0",
93
- "rollup-plugin-visualizer": "^6.0.3",
94
- "storybook": "^9.0.4",
95
- "terser": "^5.40.0",
96
- "ts-jest": "^29.3.4",
97
- "ts-node": "^10.9.2",
98
- "tslib": "^2.8.1",
99
- "typescript": "^5.8.3",
100
- "typescript-eslint": "^8.33.1",
101
- "vite": "^6.3.5",
102
- "vite-plugin-compression": "^0.5.1"
103
- },
104
- "peerDependencies": {
105
- "antd": ">=4.0.0",
106
- "react": ">=17.0.0 <19.0.0",
107
- "react-dom": ">=17.0.0 <19.0.0"
108
- }
1
+ {
2
+ "name": "@advt-gpt-chart/package",
3
+ "private": false,
4
+ "version": "3.0.13",
5
+ "type": "module",
6
+ "files": [
7
+ "dist"
8
+ ],
9
+ "main": "dist/index.umd.js",
10
+ "module": "dist/index.es.js",
11
+ "typings": "dist/index.d.ts",
12
+ "scripts": {
13
+ "dev": "vite",
14
+ "build": "vite build && tsc -p ./tsconfig.types.json",
15
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
16
+ "lint-fix": "eslint . --fix",
17
+ "preview": "vite preview",
18
+ "storybook": "storybook dev -p 6006",
19
+ "docs-dev": "dumi dev",
20
+ "build-storybook": "storybook build",
21
+ "test": "jest --config=jest.config.ts",
22
+ "test:watch": "jest --config=jest.config.ts --watch",
23
+ "test:coverage": "jest --config=jest.config.ts --coverage",
24
+ "test:ci": "jest --config=jest.config.ts --ci --coverage --maxWorkers=2",
25
+ "publish-local": "vite build && tsc -p ./tsconfig.types.json && yalc publish",
26
+ "publish-local-update": "vite build && tsc -p ./tsconfig.types.json && yalc push --replace",
27
+ "publish-gitlab": "npm publish --registry https://gitlab.wise-paas.com/api/v4/projects/8545/packages/npm/",
28
+ "publish-npm": "npm publish --registry https://registry.npmjs.org/ --access public",
29
+ "json-server": "json-server --watch ./public/db.json --port 3008"
30
+ },
31
+ "dependencies": {
32
+ "@antv/event-emitter": "^0.1.3",
33
+ "@codemirror/lang-sql": "^6.9.0",
34
+ "@uiw/react-codemirror": "^4.24.1",
35
+ "@visactor/react-vchart": "^2.0.3",
36
+ "@visactor/vchart": "^2.0.3",
37
+ "@visactor/vdataset": "^1.0.9",
38
+ "@visactor/vmind": "^2.0.10",
39
+ "@visactor/vtable": "^1.19.7",
40
+ "antd": "^5.29.3",
41
+ "axios": "^1.10.0",
42
+ "classnames": "^2.5.1",
43
+ "dayjs": "^1.11.13",
44
+ "dom-to-image-more": "^3.6.0",
45
+ "lodash-es": "^4.17.21",
46
+ "nanoid": "^5.1.5",
47
+ "react-intersection-observer": "^10.0.2",
48
+ "react-intl": "^7.1.11",
49
+ "react-markdown": "^10.1.0",
50
+ "rehype-raw": "^7.0.0",
51
+ "remark-gfm": "^4.0.1",
52
+ "styled-components": "^6.1.18",
53
+ "vite-plugin-svgr": "^4.3.0",
54
+ "xlsx": "^0.18.5",
55
+ "zustand": "^4.5.2"
56
+ },
57
+ "devDependencies": {
58
+ "@ant-design/icons": "^6.1.0",
59
+ "@ant-design/x": "^2.1.1",
60
+ "@chromatic-com/storybook": "4.0.0",
61
+ "@eslint/js": "^9.28.0",
62
+ "@storybook/addon-actions": "^9.0.4",
63
+ "@storybook/addon-essentials": "^8.6.14",
64
+ "@storybook/addon-interactions": "^8.6.14",
65
+ "@storybook/addon-links": "^9.0.4",
66
+ "@storybook/addon-onboarding": "^9.0.4",
67
+ "@storybook/blocks": "^8.6.14",
68
+ "@storybook/react": "^9.0.4",
69
+ "@storybook/react-vite": "^9.0.4",
70
+ "@storybook/test": "^8.6.14",
71
+ "@testing-library/dom": "^10.4.0",
72
+ "@testing-library/jest-dom": "^6.6.3",
73
+ "@testing-library/react": "^16.3.0",
74
+ "@types/jest": "^29.5.14",
75
+ "@types/lodash-es": "^4.17.12",
76
+ "@types/node": "^22.15.29",
77
+ "@types/react": "^18.2.79",
78
+ "@types/react-dom": "^18.2.25",
79
+ "@typescript-eslint/eslint-plugin": "^8.33.1",
80
+ "@typescript-eslint/parser": "^8.33.1",
81
+ "@vitejs/plugin-basic-ssl": "^2.1.0",
82
+ "@vitejs/plugin-react": "^4.5.1",
83
+ "dumi": "^2.4.21",
84
+ "eslint": "^9.28.0",
85
+ "eslint-plugin-react": "^7.37.5",
86
+ "eslint-plugin-react-hooks": "^5.2.0",
87
+ "eslint-plugin-react-refresh": "^0.4.20",
88
+ "eslint-plugin-simple-import-sort": "^12.1.1",
89
+ "eslint-plugin-storybook": "^9.0.4",
90
+ "globals": "^16.2.0",
91
+ "identity-obj-proxy": "^3.0.0",
92
+ "jest": "^29.7.0",
93
+ "jest-environment-jsdom": "^29.7.0",
94
+ "prettier": "^3.5.3",
95
+ "react": "^18.2.0",
96
+ "react-dom": "^18.2.0",
97
+ "rollup-plugin-visualizer": "^6.0.3",
98
+ "storybook": "^9.0.4",
99
+ "terser": "^5.40.0",
100
+ "ts-jest": "^29.3.4",
101
+ "ts-jest-mock-import-meta": "^1.3.1",
102
+ "ts-node": "^10.9.2",
103
+ "tslib": "^2.8.1",
104
+ "typescript": "^5.8.3",
105
+ "typescript-eslint": "^8.33.1",
106
+ "vite": "^6.3.5",
107
+ "vite-plugin-compression": "^0.5.1"
108
+ },
109
+ "peerDependencies": {
110
+ "antd": ">=4.0.0",
111
+ "react": ">=17.0.0 <19.0.0",
112
+ "react-dom": ">=17.0.0 <19.0.0"
113
+ }
109
114
  }