@vtx/modals2 5.0.33 → 5.0.35

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.
Files changed (36) hide show
  1. package/lib/_components/vm-card-statistics/index.less +27 -27
  2. package/lib/_components/vm-factor-list/index.less +11 -11
  3. package/lib/_components/vm-popover/index.less +7 -7
  4. package/lib/_components/vm-table/index.js +4 -4
  5. package/lib/vtx-base-modal/Header/index.less +98 -98
  6. package/lib/vtx-base-modal/Tabs/index.less +54 -54
  7. package/lib/vtx-car-modal/api.js +42 -0
  8. package/lib/vtx-car-modal/components/Info/index.less +6 -6
  9. package/lib/vtx-car-modal/content/Common/OilConsumption/index.less +6 -6
  10. package/lib/vtx-car-modal/content/Common/WaterConsumption/index.less +6 -6
  11. package/lib/vtx-car-modal/content/Jzlj/Collection/index.js +30 -3
  12. package/lib/vtx-car-modal/content/Jzlj/Dispose/index.js +30 -3
  13. package/lib/vtx-cc-unit-modal/components/BaseInfo/index.less +6 -6
  14. package/lib/vtx-default-modal/api.js +2 -1
  15. package/lib/vtx-default-modal/components/BaseInfo/index.js +52 -55
  16. package/lib/vtx-default-modal/components/BaseInfo/index.less +11 -2
  17. package/lib/vtx-device-modal/components/DataAnalysis/index.less +66 -66
  18. package/lib/vtx-df-modal/api.js +2 -1
  19. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +28 -31
  20. package/lib/vtx-df-modal/components/BaseInfo/Qyjcl.js +1 -1
  21. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +4 -1
  22. package/lib/vtx-df-modal/components/BaseInfo/index.js +0 -3
  23. package/lib/vtx-df-modal/components/Metering/ChartJccc.js +1 -0
  24. package/lib/vtx-jzlj-df-tpd-modal/api.js +44 -0
  25. package/lib/vtx-jzlj-df-tpd-modal/components/Collection/index.js +33 -4
  26. package/lib/vtx-jzlj-df-tpd-modal/components/Dispose/index.js +33 -4
  27. package/lib/vtx-jzlj-gcxm-modal/api.js +44 -0
  28. package/lib/vtx-jzlj-gcxm-modal/components/Collection/index.js +33 -4
  29. package/lib/vtx-jzlj-gcxm-modal/components/Dispose/index.js +33 -4
  30. package/lib/vtx-jzlj-xnc-modal/api.js +44 -0
  31. package/lib/vtx-jzlj-xnc-modal/components/Collection/index.js +33 -4
  32. package/lib/vtx-jzlj-xnc-modal/components/Dispose/index.js +33 -4
  33. package/lib/vtx-restaurant-modal/components/Basic/index.less +16 -16
  34. package/lib/vtx-restaurant-modal/config.js +52 -52
  35. package/lib/vtx-road-modal/components/Statistical/index.less +32 -32
  36. package/package.json +78 -78
package/package.json CHANGED
@@ -1,78 +1,78 @@
1
- {
2
- "name": "@vtx/modals2",
3
- "version": "5.0.33",
4
- "description": "弹窗组件",
5
- "license": "MIT",
6
- "module": "lib/index.js",
7
- "types": "lib/index.d.ts",
8
- "files": [
9
- "lib"
10
- ],
11
- "scripts": {
12
- "build": "father build",
13
- "build:watch": "father dev",
14
- "dev": "dumi dev",
15
- "docs:build": "dumi build",
16
- "docs:preview": "dumi preview",
17
- "doctor": "father doctor",
18
- "lint": "npm run lint:es && npm run lint:css",
19
- "lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
20
- "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
21
- "prepare": "husky install && dumi setup",
22
- "prepublishOnly": "npm run build",
23
- "start": "npm run dev"
24
- },
25
- "dependencies": {
26
- "base-64": "^1.0.0",
27
- "htmr": "^1.0.2",
28
- "number-precision": "^1.6.0",
29
- "react-tagcloud": "^2.3.3"
30
- },
31
- "devDependencies": {
32
- "@ant-design/icons": "4.7.0",
33
- "@babel/preset-react": "^7.28.5",
34
- "@babel/runtime": "^7.6.3",
35
- "@commitlint/cli": "^17.1.2",
36
- "@commitlint/config-conventional": "^17.1.0",
37
- "@types/lodash": "^4.14.202",
38
- "@types/qs": "^6.9.11",
39
- "@types/react": "^18.0.0",
40
- "@types/react-dom": "^18.0.0",
41
- "@umijs/lint": "^4.0.0",
42
- "@vtx/components": "^3.1.166",
43
- "@vtx/ol-map": "^1.0.151",
44
- "@vtx/player": "latest",
45
- "@vtx/utils": "^1.0.20",
46
- "ahooks": "^3.1.5",
47
- "antd": "^4.24.16",
48
- "antd-dayjs-webpack-plugin": "^1.0.6",
49
- "axios": "^0.21.1",
50
- "babel-eslint": "^10.1.0",
51
- "babel-plugin-import": "^1.13.8",
52
- "dayjs": "^1.11.10",
53
- "dumi": "^2.2.13",
54
- "echarts": "^5.3.2",
55
- "echarts-for-react": "3.0.2",
56
- "echarts-liquidfill": "^3.1.0",
57
- "eslint": "^8.23.0",
58
- "father": "^4.1.0",
59
- "husky": "^8.0.1",
60
- "lint-staged": "^13.0.3",
61
- "lodash": "^4.17.21",
62
- "prettier": "^2.7.1",
63
- "prettier-plugin-organize-imports": "^3.0.0",
64
- "prettier-plugin-packagejson": "^2.2.18",
65
- "qs": "^6.0.0",
66
- "react": "^18.0.0",
67
- "react-dom": "^18.0.0",
68
- "stylelint": "^14.9.1"
69
- },
70
- "peerDependencies": {
71
- "react": ">=16.9.0",
72
- "react-dom": ">=16.9.0"
73
- },
74
- "publishConfig": {
75
- "access": "public"
76
- },
77
- "authors": []
78
- }
1
+ {
2
+ "name": "@vtx/modals2",
3
+ "version": "5.0.35",
4
+ "description": "弹窗组件",
5
+ "license": "MIT",
6
+ "module": "lib/index.js",
7
+ "types": "lib/index.d.ts",
8
+ "files": [
9
+ "lib"
10
+ ],
11
+ "scripts": {
12
+ "build": "father build",
13
+ "build:watch": "father dev",
14
+ "dev": "dumi dev",
15
+ "docs:build": "dumi build",
16
+ "docs:preview": "dumi preview",
17
+ "doctor": "father doctor",
18
+ "lint": "npm run lint:es && npm run lint:css",
19
+ "lint:css": "stylelint \"{src,test}/**/*.{css,less}\"",
20
+ "lint:es": "eslint \"{src,test}/**/*.{js,jsx,ts,tsx}\"",
21
+ "prepare": "husky install && dumi setup",
22
+ "prepublishOnly": "npm run build",
23
+ "start": "npm run dev"
24
+ },
25
+ "dependencies": {
26
+ "base-64": "^1.0.0",
27
+ "htmr": "^1.0.2",
28
+ "number-precision": "^1.6.0",
29
+ "react-tagcloud": "^2.3.3"
30
+ },
31
+ "devDependencies": {
32
+ "@ant-design/icons": "4.7.0",
33
+ "@babel/preset-react": "^7.28.5",
34
+ "@babel/runtime": "^7.6.3",
35
+ "@commitlint/cli": "^17.1.2",
36
+ "@commitlint/config-conventional": "^17.1.0",
37
+ "@types/lodash": "^4.14.202",
38
+ "@types/qs": "^6.9.11",
39
+ "@types/react": "^18.0.0",
40
+ "@types/react-dom": "^18.0.0",
41
+ "@umijs/lint": "^4.0.0",
42
+ "@vtx/components": "^3.1.166",
43
+ "@vtx/ol-map": "^1.0.151",
44
+ "@vtx/player": "latest",
45
+ "@vtx/utils": "^1.0.20",
46
+ "ahooks": "^3.1.5",
47
+ "antd": "^4.24.16",
48
+ "antd-dayjs-webpack-plugin": "^1.0.6",
49
+ "axios": "^0.21.1",
50
+ "babel-eslint": "^10.1.0",
51
+ "babel-plugin-import": "^1.13.8",
52
+ "dayjs": "^1.11.10",
53
+ "dumi": "^2.2.13",
54
+ "echarts": "^5.3.2",
55
+ "echarts-for-react": "3.0.2",
56
+ "echarts-liquidfill": "^3.1.0",
57
+ "eslint": "^8.23.0",
58
+ "father": "^4.1.0",
59
+ "husky": "^8.0.1",
60
+ "lint-staged": "^13.0.3",
61
+ "lodash": "^4.17.21",
62
+ "prettier": "^2.7.1",
63
+ "prettier-plugin-organize-imports": "^3.0.0",
64
+ "prettier-plugin-packagejson": "^2.2.18",
65
+ "qs": "^6.0.0",
66
+ "react": "^18.0.0",
67
+ "react-dom": "^18.0.0",
68
+ "stylelint": "^14.9.1"
69
+ },
70
+ "peerDependencies": {
71
+ "react": ">=16.9.0",
72
+ "react-dom": ">=16.9.0"
73
+ },
74
+ "publishConfig": {
75
+ "access": "public"
76
+ },
77
+ "authors": []
78
+ }