@idmwx/idmui-report 3.2.3 → 3.2.5

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 CHANGED
@@ -1,70 +1,71 @@
1
- {
2
- "name": "@idmwx/idmui-report",
3
- "private": false,
4
- "version": "3.2.3",
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.0.5",
32
- "@idmwx/idmui-gl2": "^2.8.2",
33
- "@idmwx/idmwx-base": "^2.8.5",
34
- "@wangeditor/editor": "^5.1.23",
35
- "@wangeditor/editor-for-vue": "^5.1.12",
36
- "axios": "^1.3.5",
37
- "echarts": "^5.4.1",
38
- "element-plus": "^2.2.13",
39
- "mapbox-gl": "^2.15.0",
40
- "moment": "^2.29.4",
41
- "vue": "^3.2.36"
42
- },
43
- "devDependencies": {
44
- "@types/node": "^18.14.2",
45
- "@typescript-eslint/eslint-plugin": "^5.53.0",
46
- "@typescript-eslint/parser": "^5.53.0",
47
- "@vitejs/plugin-vue": "^4.0.0",
48
- "eslint": "^8.35.0",
49
- "eslint-config-prettier": "^8.6.0",
50
- "eslint-define-config": "^1.15.0",
51
- "eslint-plugin-prettier": "^4.2.1",
52
- "eslint-plugin-vue": "^9.9.0",
53
- "lint-staged": "^13.1.2",
54
- "prettier": "^2.8.4",
55
- "sass": "^1.58.3",
56
- "simple-git-hooks": "^2.8.1",
57
- "stylelint": "^15.2.0",
58
- "typescript": "^4.9.3",
59
- "vite": "^4.1.0",
60
- "vite-plugin-dts": "^2.0.2",
61
- "vue-tsc": "^1.0.24"
62
- },
63
- "lint-staged": {
64
- "*.{ts,tsx,js,vue}": "eslint --fix",
65
- "*.{ts,tsx,js,vue,scss}": "prettier --write"
66
- },
67
- "simple-git-hooks": {
68
- "pre-commit": "npx lint-staged"
69
- }
70
- }
1
+ {
2
+ "name": "@idmwx/idmui-report",
3
+ "private": false,
4
+ "version": "3.2.5",
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.3.5",
32
+ "@idmui/tropical": "^0.2.7",
33
+ "@idmwx/idmui-gl2": "^2.8.2",
34
+ "@idmwx/idmwx-base": "^2.8.5",
35
+ "@wangeditor/editor": "^5.1.23",
36
+ "@wangeditor/editor-for-vue": "^5.1.12",
37
+ "axios": "^1.3.5",
38
+ "echarts": "^5.4.1",
39
+ "element-plus": "^2.2.13",
40
+ "mapbox-gl": "^2.15.0",
41
+ "moment": "^2.29.4",
42
+ "vue": "^3.2.36"
43
+ },
44
+ "devDependencies": {
45
+ "@types/node": "^18.14.2",
46
+ "@typescript-eslint/eslint-plugin": "^5.53.0",
47
+ "@typescript-eslint/parser": "^5.53.0",
48
+ "@vitejs/plugin-vue": "^4.0.0",
49
+ "eslint": "^8.35.0",
50
+ "eslint-config-prettier": "^8.6.0",
51
+ "eslint-define-config": "^1.15.0",
52
+ "eslint-plugin-prettier": "^4.2.1",
53
+ "eslint-plugin-vue": "^9.9.0",
54
+ "lint-staged": "^13.1.2",
55
+ "prettier": "^2.8.4",
56
+ "sass": "^1.58.3",
57
+ "simple-git-hooks": "^2.8.1",
58
+ "stylelint": "^15.2.0",
59
+ "typescript": "^4.9.3",
60
+ "vite": "^4.1.0",
61
+ "vite-plugin-dts": "^2.0.2",
62
+ "vue-tsc": "^1.0.24"
63
+ },
64
+ "lint-staged": {
65
+ "*.{ts,tsx,js,vue}": "eslint --fix",
66
+ "*.{ts,tsx,js,vue,scss}": "prettier --write"
67
+ },
68
+ "simple-git-hooks": {
69
+ "pre-commit": "npx lint-staged"
70
+ }
71
+ }
@@ -1,47 +0,0 @@
1
- export default _sfc_main;
2
- declare namespace _sfc_main {
3
- namespace props {
4
- namespace id {
5
- export const type: StringConstructor;
6
- function _default(): string;
7
- export { _default as default };
8
- }
9
- namespace title {
10
- const type_1: StringConstructor;
11
- export { type_1 as type };
12
- function _default_1(): string;
13
- export { _default_1 as default };
14
- }
15
- namespace series {
16
- const type_2: ObjectConstructor;
17
- export { type_2 as type };
18
- function _default_2(): never[];
19
- export { _default_2 as default };
20
- }
21
- namespace xAxis {
22
- const type_3: ObjectConstructor;
23
- export { type_3 as type };
24
- function _default_3(): never[];
25
- export { _default_3 as default };
26
- }
27
- namespace color {
28
- const type_4: ObjectConstructor;
29
- export { type_4 as type };
30
- function _default_4(): never[];
31
- export { _default_4 as default };
32
- }
33
- }
34
- function data(): {
35
- chart: undefined;
36
- };
37
- namespace watch {
38
- export namespace series_1 {
39
- function handler(nVal: any, oVal: any): void;
40
- const immediate: boolean;
41
- }
42
- export { series_1 as series };
43
- }
44
- namespace methods {
45
- function initProbabilityData(): void;
46
- }
47
- }
@@ -1,30 +0,0 @@
1
- export default _sfc_main;
2
- declare namespace _sfc_main {
3
- namespace props {
4
- namespace tropicals {
5
- export const type: ObjectConstructor;
6
- function _default(): {};
7
- export { _default as default };
8
- }
9
- namespace ts {
10
- const type_1: StringConstructor;
11
- export { type_1 as type };
12
- function _default_1(): string;
13
- export { _default_1 as default };
14
- }
15
- }
16
- const components: undefined;
17
- function data(): {
18
- map: undefined;
19
- };
20
- const watch: {
21
- 'tropicals.version': {
22
- handler(): void;
23
- immediate: boolean;
24
- };
25
- };
26
- function mounted(): void;
27
- namespace methods {
28
- function initMap(): Promise<void>;
29
- }
30
- }