@vtx/modals2 2.15.66 → 2.15.68

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 (33) hide show
  1. package/lib/vm-info-collection/index.js +25 -7
  2. package/lib/vm-info-collection/index.js.map +1 -1
  3. package/lib/vm-info-collection/style/index.css +6 -6
  4. package/lib/vm-info-collection/style/index.less +48 -48
  5. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +11 -10
  6. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
  7. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +1 -1
  8. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
  9. package/lib/vtx-cp-modal/components/AlarmInfo/index.css +18 -6
  10. package/lib/vtx-cp-modal/components/AlarmInfo/index.less +18 -7
  11. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +6 -2
  12. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -1
  13. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +3 -1
  14. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -1
  15. package/lib/vtx-cp-modal/components/BaseInfo/index.css +26 -8
  16. package/lib/vtx-cp-modal/components/BaseInfo/index.js +79 -30
  17. package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -1
  18. package/lib/vtx-cp-modal/components/BaseInfo/index.less +24 -9
  19. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +11 -10
  20. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +1 -1
  21. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.css +18 -5
  22. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +22 -10
  23. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +1 -1
  24. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
  25. package/lib/vtx-cp-modal/components/SyInfo/index.css +13 -5
  26. package/lib/vtx-cp-modal/components/SyInfo/index.js +6 -2
  27. package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -1
  28. package/lib/vtx-cp-modal/components/SyInfo/index.less +13 -6
  29. package/lib/vtx-cp-modal/index.js +1 -0
  30. package/lib/vtx-cp-modal/index.js.map +1 -1
  31. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +11 -1
  32. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -1
  33. package/package.json +124 -124
package/package.json CHANGED
@@ -1,124 +1,124 @@
1
- {
2
- "name": "@vtx/modals2",
3
- "version": "2.15.66",
4
- "description": "业务弹窗库",
5
- "keywords": [
6
- "react",
7
- "business-component"
8
- ],
9
- "types": "lib/typings.d.ts",
10
- "main": "lib/index.js",
11
- "files": [
12
- "lib"
13
- ],
14
- "scripts": {
15
- "start": "dumi dev",
16
- "build": "dumi build",
17
- "compile": "gulp compile",
18
- "lint": "npm run lint:script && npm run lint:style",
19
- "lint:script": "eslint components --ext .js,.jsx",
20
- "lint:style": "stylelint components/**/*.less --syntax less",
21
- "style:fix": "stylelint components/**/*.less --syntax less --fix",
22
- "prettier": "prettier -c --write **/*",
23
- "pretty-quick": "pretty-quick",
24
- "pub": "npm publish --access=public",
25
- "bump": "gulp bump --prerelease",
26
- "release": "release-it --no-npm.publish",
27
- "version": "npm run changelog && git add CHANGELOG.md",
28
- "changelog": "conventional-changelog -p custom-config -i CHANGELOG.md -s -r 0"
29
- },
30
- "repository": {
31
- "type": "git",
32
- "url": "https://git.cloudhw.cn:3443/front-end/business/vtx-modalts.git"
33
- },
34
- "license": "ISC",
35
- "bugs": {
36
- "url": "https://git.cloudhw.cn:3443/front-end/business/vtx-modalts/-/issues"
37
- },
38
- "homepage": "https://git.cloudhw.cn:3443/front-end/business/vtx-modalts.git",
39
- "changelog": {
40
- "emojis": true,
41
- "authorName": true
42
- },
43
- "dependencies": {
44
- "@ant-design/icons": "4.7.0",
45
- "@vtx/components": "^3.1.145",
46
- "@vtx/map": "1.2.20",
47
- "@vtx/map-icon": "^2.0.26",
48
- "@vtx/ol-map": "^1.0.48",
49
- "@vtx/player": "latest",
50
- "@vtx/utils": "^1.0.12",
51
- "ahooks": "^3.0.0",
52
- "antd": "4.24.12",
53
- "axios": "^0.21.1",
54
- "classnames": "^2.2.6",
55
- "echarts": "^5.3.2",
56
- "echarts-for-react": "3.0.2",
57
- "echarts-liquidfill": "^3.1.0",
58
- "jquery": "^3.6.0",
59
- "lodash": "^4.17.21",
60
- "moment": "^2.29.4",
61
- "qrcode.react": "^4.0.0",
62
- "react": ">=16.12.0 <19.0.0",
63
- "react-photo-view": "^1.1.2",
64
- "react-slick": "^0.29.0",
65
- "zrender": "^5.4.1"
66
- },
67
- "peerDependencies": {
68
- "react": ">=16.12.0 <19.0.0",
69
- "react-dom": ">=16.12.0 <19.0.0"
70
- },
71
- "devDependencies": {
72
- "@babel/cli": "^7.6.4",
73
- "@babel/core": "^7.6.4",
74
- "@babel/plugin-proposal-class-properties": "^7.5.5",
75
- "@babel/plugin-transform-runtime": "^7.6.2",
76
- "@babel/preset-env": "^7.6.3",
77
- "@babel/preset-react": "^7.6.3",
78
- "@babel/preset-typescript": "^7.18.6",
79
- "@babel/runtime": "^7.6.3",
80
- "@commitlint/cli": "^8.3.4",
81
- "@commitlint/config-conventional": "^8.3.4",
82
- "@types/echarts": "^4.9.16",
83
- "@types/jquery": "^3.5.14",
84
- "@types/lodash": "^4.14.191",
85
- "@umijs/plugin-locale": "^0.10.8",
86
- "antd-dayjs-webpack-plugin": "^1.0.6",
87
- "babel-eslint": "^10.1.0",
88
- "babel-plugin-import": "^1.13.3",
89
- "conventional-changelog-cli": "^2.1.1",
90
- "conventional-changelog-custom-config": "^0.3.1",
91
- "dumi": "^1.0.10",
92
- "eslint": "^6.6.0",
93
- "eslint-plugin-react": "^7.21.5",
94
- "gulp": "^4.0.2",
95
- "gulp-babel": "^8.0.0",
96
- "gulp-bump": "^3.1.3",
97
- "gulp-clean": "^0.4.0",
98
- "gulp-imagemin": "7.1.0",
99
- "gulp-less": "^4.0.1",
100
- "gulp-sourcemaps": "^2.6.5",
101
- "gulp-typescript": "^6.0.0-alpha.1",
102
- "husky": "^4.0.7",
103
- "imagemin-gifsicle": "^5.1.0",
104
- "less": "^3.10.3",
105
- "less-plugin-autoprefix": "^2.0.0",
106
- "less-plugin-npm-import": "^2.1.0",
107
- "merge2": "^1.3.0",
108
- "prettier": "^1.18.2",
109
- "pretty-quick": "^2.0.0",
110
- "release-it": "^14.6.1",
111
- "rimraf": "^3.0.0",
112
- "stylelint": "11.0.0",
113
- "stylelint-config-prettier": "^6.0.0",
114
- "stylelint-config-rational-order": "^0.1.2",
115
- "stylelint-config-standard": "^19.0.0",
116
- "stylelint-declaration-block-no-ignored-properties": "^2.1.0",
117
- "stylelint-order": "^3.0.0",
118
- "through2": "^3.0.1",
119
- "typescript": "4.8.4"
120
- },
121
- "publishConfig": {
122
- "registry": "https://registry.npmjs.org/"
123
- }
124
- }
1
+ {
2
+ "name": "@vtx/modals2",
3
+ "version": "2.15.68",
4
+ "description": "业务弹窗库",
5
+ "keywords": [
6
+ "react",
7
+ "business-component"
8
+ ],
9
+ "types": "lib/typings.d.ts",
10
+ "main": "lib/index.js",
11
+ "files": [
12
+ "lib"
13
+ ],
14
+ "scripts": {
15
+ "start": "dumi dev",
16
+ "build": "dumi build",
17
+ "compile": "gulp compile",
18
+ "lint": "npm run lint:script && npm run lint:style",
19
+ "lint:script": "eslint components --ext .js,.jsx",
20
+ "lint:style": "stylelint components/**/*.less --syntax less",
21
+ "style:fix": "stylelint components/**/*.less --syntax less --fix",
22
+ "prettier": "prettier -c --write **/*",
23
+ "pretty-quick": "pretty-quick",
24
+ "pub": "npm publish --access=public",
25
+ "bump": "gulp bump --prerelease",
26
+ "release": "release-it --no-npm.publish",
27
+ "version": "npm run changelog && git add CHANGELOG.md",
28
+ "changelog": "conventional-changelog -p custom-config -i CHANGELOG.md -s -r 0"
29
+ },
30
+ "repository": {
31
+ "type": "git",
32
+ "url": "https://git.cloudhw.cn:3443/front-end/business/vtx-modalts.git"
33
+ },
34
+ "license": "ISC",
35
+ "bugs": {
36
+ "url": "https://git.cloudhw.cn:3443/front-end/business/vtx-modalts/-/issues"
37
+ },
38
+ "homepage": "https://git.cloudhw.cn:3443/front-end/business/vtx-modalts.git",
39
+ "changelog": {
40
+ "emojis": true,
41
+ "authorName": true
42
+ },
43
+ "dependencies": {
44
+ "@ant-design/icons": "4.7.0",
45
+ "@vtx/components": "^3.1.145",
46
+ "@vtx/map": "1.2.20",
47
+ "@vtx/map-icon": "^2.0.26",
48
+ "@vtx/ol-map": "^1.0.48",
49
+ "@vtx/player": "latest",
50
+ "@vtx/utils": "^1.0.12",
51
+ "ahooks": "^3.0.0",
52
+ "antd": "4.24.12",
53
+ "axios": "^0.21.1",
54
+ "classnames": "^2.2.6",
55
+ "echarts": "^5.3.2",
56
+ "echarts-for-react": "3.0.2",
57
+ "echarts-liquidfill": "^3.1.0",
58
+ "jquery": "^3.6.0",
59
+ "lodash": "^4.17.21",
60
+ "moment": "^2.29.4",
61
+ "qrcode.react": "^4.0.0",
62
+ "react": ">=16.12.0 <19.0.0",
63
+ "react-photo-view": "^1.1.2",
64
+ "react-slick": "^0.29.0",
65
+ "zrender": "^5.4.1"
66
+ },
67
+ "peerDependencies": {
68
+ "react": ">=16.12.0 <19.0.0",
69
+ "react-dom": ">=16.12.0 <19.0.0"
70
+ },
71
+ "devDependencies": {
72
+ "@babel/cli": "^7.6.4",
73
+ "@babel/core": "^7.6.4",
74
+ "@babel/plugin-proposal-class-properties": "^7.5.5",
75
+ "@babel/plugin-transform-runtime": "^7.6.2",
76
+ "@babel/preset-env": "^7.6.3",
77
+ "@babel/preset-react": "^7.6.3",
78
+ "@babel/preset-typescript": "^7.18.6",
79
+ "@babel/runtime": "^7.6.3",
80
+ "@commitlint/cli": "^8.3.4",
81
+ "@commitlint/config-conventional": "^8.3.4",
82
+ "@types/echarts": "^4.9.16",
83
+ "@types/jquery": "^3.5.14",
84
+ "@types/lodash": "^4.14.191",
85
+ "@umijs/plugin-locale": "^0.10.8",
86
+ "antd-dayjs-webpack-plugin": "^1.0.6",
87
+ "babel-eslint": "^10.1.0",
88
+ "babel-plugin-import": "^1.13.3",
89
+ "conventional-changelog-cli": "^2.1.1",
90
+ "conventional-changelog-custom-config": "^0.3.1",
91
+ "dumi": "^1.0.10",
92
+ "eslint": "^6.6.0",
93
+ "eslint-plugin-react": "^7.21.5",
94
+ "gulp": "^4.0.2",
95
+ "gulp-babel": "^8.0.0",
96
+ "gulp-bump": "^3.1.3",
97
+ "gulp-clean": "^0.4.0",
98
+ "gulp-imagemin": "7.1.0",
99
+ "gulp-less": "^4.0.1",
100
+ "gulp-sourcemaps": "^2.6.5",
101
+ "gulp-typescript": "^6.0.0-alpha.1",
102
+ "husky": "^4.0.7",
103
+ "imagemin-gifsicle": "^5.1.0",
104
+ "less": "^3.10.3",
105
+ "less-plugin-autoprefix": "^2.0.0",
106
+ "less-plugin-npm-import": "^2.1.0",
107
+ "merge2": "^1.3.0",
108
+ "prettier": "^1.18.2",
109
+ "pretty-quick": "^2.0.0",
110
+ "release-it": "^14.6.1",
111
+ "rimraf": "^3.0.0",
112
+ "stylelint": "11.0.0",
113
+ "stylelint-config-prettier": "^6.0.0",
114
+ "stylelint-config-rational-order": "^0.1.2",
115
+ "stylelint-config-standard": "^19.0.0",
116
+ "stylelint-declaration-block-no-ignored-properties": "^2.1.0",
117
+ "stylelint-order": "^3.0.0",
118
+ "through2": "^3.0.1",
119
+ "typescript": "4.8.4"
120
+ },
121
+ "publishConfig": {
122
+ "registry": "https://registry.npmjs.org/"
123
+ }
124
+ }