@idmwx/idmui-report 4.9.0 → 4.9.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.
- package/README.md +18 -18
- package/dist/index.js +597 -592
- package/dist/index.umd.cjs +7 -7
- package/dist/pi.svg +48 -48
- package/dist/style.css +1 -1
- package/package.json +75 -75
package/package.json
CHANGED
|
@@ -1,75 +1,75 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@idmwx/idmui-report",
|
|
3
|
-
"private": false,
|
|
4
|
-
"version": "4.9.
|
|
5
|
-
"description": "idm report ui",
|
|
6
|
-
"type": "module",
|
|
7
|
-
"keywords": [
|
|
8
|
-
"idm",
|
|
9
|
-
"idmwx"
|
|
10
|
-
],
|
|
11
|
-
"author": "idm",
|
|
12
|
-
"contributors": [
|
|
13
|
-
"ChenHeng"
|
|
14
|
-
],
|
|
15
|
-
"license": "GPL-3.0",
|
|
16
|
-
"files": [
|
|
17
|
-
"dist"
|
|
18
|
-
],
|
|
19
|
-
"main": "./dist/index.umd.cjs",
|
|
20
|
-
"module": "./dist/index.js",
|
|
21
|
-
"types": "index.d.ts",
|
|
22
|
-
"scripts": {
|
|
23
|
-
"dev": "vite --config ./build/base.config.ts --host 0.0.0.0",
|
|
24
|
-
"build": "vue-tsc --noEmit && vite build --config ./build/lib.config.ts",
|
|
25
|
-
"lint:fix": "eslint --fix --ext .js,.ts,.vue .",
|
|
26
|
-
"prettier": "yarn lint:fix && prettier --write '**/*.{js,ts,vue}'",
|
|
27
|
-
"release": "yarn build && yarn publish --access public"
|
|
28
|
-
},
|
|
29
|
-
"dependencies": {
|
|
30
|
-
"@element-plus/icons-vue": "^2.1.0",
|
|
31
|
-
"@idm-plugin/geo": "^1.8.7",
|
|
32
|
-
"@idmui/precip": "^0.2.2",
|
|
33
|
-
"@idmui/style": "^0.1.7",
|
|
34
|
-
"@idmui/tropical": "^0.
|
|
35
|
-
"@wangeditor/editor": "^5.1.23",
|
|
36
|
-
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
37
|
-
"axios": "^1.3.5",
|
|
38
|
-
"echarts": "^5.6.0",
|
|
39
|
-
"element-plus": "^2.2.13",
|
|
40
|
-
"mapbox-gl": "^2.15.0",
|
|
41
|
-
"moment": "^2.29.4",
|
|
42
|
-
"moment-timezone": "^0.5.47",
|
|
43
|
-
"vue": "^3.2.36"
|
|
44
|
-
},
|
|
45
|
-
"devDependencies": {
|
|
46
|
-
"@idm-plugin/meteo": "^0.5.
|
|
47
|
-
"@idm-plugin/tag": "^0.2.3",
|
|
48
|
-
"@idmwx/idmui-gl3": "^6.1.
|
|
49
|
-
"@types/node": "^18.14.2",
|
|
50
|
-
"@typescript-eslint/eslint-plugin": "^5.53.0",
|
|
51
|
-
"@typescript-eslint/parser": "^5.53.0",
|
|
52
|
-
"@vitejs/plugin-vue": "^4.0.0",
|
|
53
|
-
"eslint": "^8.35.0",
|
|
54
|
-
"eslint-config-prettier": "^8.6.0",
|
|
55
|
-
"eslint-define-config": "^1.15.0",
|
|
56
|
-
"eslint-plugin-prettier": "^4.2.1",
|
|
57
|
-
"eslint-plugin-vue": "^9.9.0",
|
|
58
|
-
"lint-staged": "^13.1.2",
|
|
59
|
-
"prettier": "^2.8.4",
|
|
60
|
-
"sass": "^1.58.3",
|
|
61
|
-
"simple-git-hooks": "^2.8.1",
|
|
62
|
-
"stylelint": "^15.2.0",
|
|
63
|
-
"typescript": "^4.9.3",
|
|
64
|
-
"vite": "^4.1.0",
|
|
65
|
-
"vite-plugin-dts": "^2.0.2",
|
|
66
|
-
"vue-tsc": "^1.0.24"
|
|
67
|
-
},
|
|
68
|
-
"lint-staged": {
|
|
69
|
-
"*.{ts,tsx,js,vue}": "eslint --fix",
|
|
70
|
-
"*.{ts,tsx,js,vue,scss}": "prettier --write"
|
|
71
|
-
},
|
|
72
|
-
"simple-git-hooks": {
|
|
73
|
-
"pre-commit": "npx lint-staged"
|
|
74
|
-
}
|
|
75
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@idmwx/idmui-report",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "4.9.2",
|
|
5
|
+
"description": "idm report ui",
|
|
6
|
+
"type": "module",
|
|
7
|
+
"keywords": [
|
|
8
|
+
"idm",
|
|
9
|
+
"idmwx"
|
|
10
|
+
],
|
|
11
|
+
"author": "idm",
|
|
12
|
+
"contributors": [
|
|
13
|
+
"ChenHeng"
|
|
14
|
+
],
|
|
15
|
+
"license": "GPL-3.0",
|
|
16
|
+
"files": [
|
|
17
|
+
"dist"
|
|
18
|
+
],
|
|
19
|
+
"main": "./dist/index.umd.cjs",
|
|
20
|
+
"module": "./dist/index.js",
|
|
21
|
+
"types": "index.d.ts",
|
|
22
|
+
"scripts": {
|
|
23
|
+
"dev": "vite --config ./build/base.config.ts --host 0.0.0.0",
|
|
24
|
+
"build": "vue-tsc --noEmit && vite build --config ./build/lib.config.ts",
|
|
25
|
+
"lint:fix": "eslint --fix --ext .js,.ts,.vue .",
|
|
26
|
+
"prettier": "yarn lint:fix && prettier --write '**/*.{js,ts,vue}'",
|
|
27
|
+
"release": "yarn build && yarn publish --access public"
|
|
28
|
+
},
|
|
29
|
+
"dependencies": {
|
|
30
|
+
"@element-plus/icons-vue": "^2.1.0",
|
|
31
|
+
"@idm-plugin/geo": "^1.8.7",
|
|
32
|
+
"@idmui/precip": "^0.2.2",
|
|
33
|
+
"@idmui/style": "^0.1.7",
|
|
34
|
+
"@idmui/tropical": "^0.6.1",
|
|
35
|
+
"@wangeditor/editor": "^5.1.23",
|
|
36
|
+
"@wangeditor/editor-for-vue": "^5.1.12",
|
|
37
|
+
"axios": "^1.3.5",
|
|
38
|
+
"echarts": "^5.6.0",
|
|
39
|
+
"element-plus": "^2.2.13",
|
|
40
|
+
"mapbox-gl": "^2.15.0",
|
|
41
|
+
"moment": "^2.29.4",
|
|
42
|
+
"moment-timezone": "^0.5.47",
|
|
43
|
+
"vue": "^3.2.36"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@idm-plugin/meteo": "^0.5.4",
|
|
47
|
+
"@idm-plugin/tag": "^0.2.3",
|
|
48
|
+
"@idmwx/idmui-gl3": "^6.1.8",
|
|
49
|
+
"@types/node": "^18.14.2",
|
|
50
|
+
"@typescript-eslint/eslint-plugin": "^5.53.0",
|
|
51
|
+
"@typescript-eslint/parser": "^5.53.0",
|
|
52
|
+
"@vitejs/plugin-vue": "^4.0.0",
|
|
53
|
+
"eslint": "^8.35.0",
|
|
54
|
+
"eslint-config-prettier": "^8.6.0",
|
|
55
|
+
"eslint-define-config": "^1.15.0",
|
|
56
|
+
"eslint-plugin-prettier": "^4.2.1",
|
|
57
|
+
"eslint-plugin-vue": "^9.9.0",
|
|
58
|
+
"lint-staged": "^13.1.2",
|
|
59
|
+
"prettier": "^2.8.4",
|
|
60
|
+
"sass": "^1.58.3",
|
|
61
|
+
"simple-git-hooks": "^2.8.1",
|
|
62
|
+
"stylelint": "^15.2.0",
|
|
63
|
+
"typescript": "^4.9.3",
|
|
64
|
+
"vite": "^4.1.0",
|
|
65
|
+
"vite-plugin-dts": "^2.0.2",
|
|
66
|
+
"vue-tsc": "^1.0.24"
|
|
67
|
+
},
|
|
68
|
+
"lint-staged": {
|
|
69
|
+
"*.{ts,tsx,js,vue}": "eslint --fix",
|
|
70
|
+
"*.{ts,tsx,js,vue,scss}": "prettier --write"
|
|
71
|
+
},
|
|
72
|
+
"simple-git-hooks": {
|
|
73
|
+
"pre-commit": "npx lint-staged"
|
|
74
|
+
}
|
|
75
|
+
}
|