@vtx/cs-map 1.0.73 → 1.0.74

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 (35) hide show
  1. package/lib/_util/layer.js.map +1 -1
  2. package/lib/demand-layer/DemandLayer.js.map +1 -1
  3. package/lib/fly-line-layer/index.js.map +1 -1
  4. package/lib/group-layer/GroupLayer.js.map +1 -1
  5. package/lib/line-flow-layer/index.js.map +1 -1
  6. package/lib/map/Popup.js +1 -1
  7. package/lib/map/Popup.js.map +1 -1
  8. package/lib/map/hooks/useGetMapFeatureInfoByText.js.map +1 -1
  9. package/lib/tools/components/Icon/index.js.map +1 -1
  10. package/lib/tools/components/Modal/index.css +4 -4
  11. package/lib/tools/components/Modal/index.js +5 -5
  12. package/lib/tools/components/Modal/index.js.map +1 -1
  13. package/lib/tools/components/Modal/index.less +33 -33
  14. package/lib/tools/components/item-wrap/index.js.map +1 -1
  15. package/lib/tools/components/tool-Item/index.js.map +1 -1
  16. package/lib/tools/components/tool-Item/index.less +27 -27
  17. package/lib/tools/dimension-switch/index.js.map +1 -1
  18. package/lib/tools/index.js.map +1 -1
  19. package/lib/tools/layer-control/index.js.map +1 -1
  20. package/lib/tools/layer-control-popover/index.js +2 -2
  21. package/lib/tools/layer-control-popover/index.js.map +1 -1
  22. package/lib/tools/map-search/index.js +3 -3
  23. package/lib/tools/map-search/index.js.map +1 -1
  24. package/lib/tools/style/css.js +1 -0
  25. package/lib/tools/style/css.js.map +1 -1
  26. package/lib/tools/style/index.js +1 -0
  27. package/lib/tools/style/index.js.map +1 -1
  28. package/lib/tools/style/index.less +282 -282
  29. package/lib/tools/tool-box/Measure/Height/index.js.map +1 -1
  30. package/lib/tools/tool-box/Measure/Measure.js +41 -33
  31. package/lib/tools/tool-box/Measure/Measure.js.map +1 -1
  32. package/lib/tools/tool-box/Measure/index.js.map +1 -1
  33. package/lib/tools/tool-box/index.js.map +1 -1
  34. package/lib/use-props/index.js.map +1 -1
  35. package/package.json +123 -123
package/package.json CHANGED
@@ -1,123 +1,123 @@
1
- {
2
- "name": "@vtx/cs-map",
3
- "version": "1.0.73",
4
- "description": "React components for Vortex",
5
- "keywords": [
6
- "react",
7
- "react-component"
8
- ],
9
- "files": [
10
- "lib"
11
- ],
12
- "main": "lib/index.js",
13
- "scripts": {
14
- "start": "dumi dev",
15
- "build": "dumi build",
16
- "compile": "gulp compile",
17
- "lint": "npm run lint:script && npm run lint:style",
18
- "lint:script": "eslint components --ext .js,.jsx",
19
- "lint:style": "stylelint components/**/*.less --syntax less",
20
- "fix": "eslint --fix --ext .js,.jsx components && npm run style:fix",
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/maps/cs-map.git"
33
- },
34
- "license": "ISC",
35
- "bugs": {
36
- "url": "https://git.cloudhw.cn:3443/front-end/maps/cs-map/-/issues"
37
- },
38
- "homepage": "https://git.cloudhw.cn:3443/front-end/maps/cs-map.git",
39
- "husky": {
40
- "hooks": {
41
- "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
42
- }
43
- },
44
- "release-it": {
45
- "git": {
46
- "commitMessage": "chore: release v${version}"
47
- }
48
- },
49
- "changelog": {
50
- "emojis": true,
51
- "authorName": true
52
- },
53
- "dependencies": {
54
- "libgif": "^0.0.3"
55
- },
56
- "peerDependencies": {
57
- "react": ">=16.12.0",
58
- "react-dom": ">=16.12.0"
59
- },
60
- "devDependencies": {
61
- "@ant-design/icons": "4.7.0",
62
- "@babel/cli": "^7.6.4",
63
- "@babel/core": "^7.6.4",
64
- "@babel/plugin-proposal-class-properties": "^7.5.5",
65
- "@babel/plugin-transform-runtime": "^7.6.2",
66
- "@babel/preset-env": "^7.6.3",
67
- "@babel/preset-react": "^7.6.3",
68
- "@babel/runtime": "^7.6.3",
69
- "@commitlint/cli": "^8.3.4",
70
- "@commitlint/config-conventional": "^8.3.4",
71
- "@turf/turf": "^6.5.0",
72
- "@umijs/plugin-locale": "^0.10.8",
73
- "@vtx/map-icon": "latest",
74
- "@vtx/utils": "latest",
75
- "ahooks": "^3.1.5",
76
- "antd": "4.20.5",
77
- "axios": "^0.21.1",
78
- "babel-eslint": "^10.1.0",
79
- "babel-plugin-import": "^1.13.3",
80
- "cesium": "1.90.0",
81
- "classnames": "^2.2.6",
82
- "conventional-changelog-cli": "^2.1.1",
83
- "conventional-changelog-custom-config": "^0.3.1",
84
- "dumi": "^1.0.10",
85
- "eslint": "^6.6.0",
86
- "eslint-plugin-react": "^7.21.5",
87
- "eslint-plugin-react-hooks": "^4.2.0",
88
- "gulp": "^4.0.2",
89
- "gulp-babel": "^8.0.0",
90
- "gulp-bump": "^3.1.3",
91
- "gulp-clean": "^0.4.0",
92
- "gulp-imagemin": "^7.1.0",
93
- "gulp-less": "5.0.0",
94
- "gulp-sourcemaps": "^2.6.5",
95
- "heatmap.js": "^2.0.5",
96
- "html2canvas": "^1.4.1",
97
- "husky": "^4.0.7",
98
- "jquery": "^3.6.0",
99
- "less": "^3.10.3",
100
- "less-plugin-autoprefix": "^2.0.0",
101
- "less-plugin-npm-import": "^2.1.0",
102
- "libpag": "^4.2.84",
103
- "lodash": "^4.17.21",
104
- "merge2": "^1.3.0",
105
- "moment": "^2.29.1",
106
- "ol": "6.15.1",
107
- "prettier": "^1.18.2",
108
- "pretty-quick": "^2.0.0",
109
- "print-js": "^1.6.0",
110
- "prop-types": "^15.8.1",
111
- "rc-color-picker": "^1.2.6",
112
- "react-color": "^2.19.3",
113
- "release-it": "^14.6.1",
114
- "rimraf": "^3.0.0",
115
- "stylelint": "11.0.0",
116
- "stylelint-config-prettier": "^6.0.0",
117
- "stylelint-config-rational-order": "^0.1.2",
118
- "stylelint-config-standard": "^19.0.0",
119
- "stylelint-declaration-block-no-ignored-properties": "^2.1.0",
120
- "stylelint-order": "^3.0.0",
121
- "through2": "^3.0.1"
122
- }
123
- }
1
+ {
2
+ "name": "@vtx/cs-map",
3
+ "version": "1.0.74",
4
+ "description": "React components for Vortex",
5
+ "keywords": [
6
+ "react",
7
+ "react-component"
8
+ ],
9
+ "files": [
10
+ "lib"
11
+ ],
12
+ "main": "lib/index.js",
13
+ "scripts": {
14
+ "start": "dumi dev",
15
+ "build": "dumi build",
16
+ "compile": "gulp compile",
17
+ "lint": "npm run lint:script && npm run lint:style",
18
+ "lint:script": "eslint components --ext .js,.jsx",
19
+ "lint:style": "stylelint components/**/*.less --syntax less",
20
+ "fix": "eslint --fix --ext .js,.jsx components && npm run style:fix",
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/maps/cs-map.git"
33
+ },
34
+ "license": "ISC",
35
+ "bugs": {
36
+ "url": "https://git.cloudhw.cn:3443/front-end/maps/cs-map/-/issues"
37
+ },
38
+ "homepage": "https://git.cloudhw.cn:3443/front-end/maps/cs-map.git",
39
+ "husky": {
40
+ "hooks": {
41
+ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
42
+ }
43
+ },
44
+ "release-it": {
45
+ "git": {
46
+ "commitMessage": "chore: release v${version}"
47
+ }
48
+ },
49
+ "changelog": {
50
+ "emojis": true,
51
+ "authorName": true
52
+ },
53
+ "dependencies": {
54
+ "libgif": "^0.0.3"
55
+ },
56
+ "peerDependencies": {
57
+ "react": ">=16.12.0",
58
+ "react-dom": ">=16.12.0"
59
+ },
60
+ "devDependencies": {
61
+ "@ant-design/icons": "4.7.0",
62
+ "@babel/cli": "^7.6.4",
63
+ "@babel/core": "^7.6.4",
64
+ "@babel/plugin-proposal-class-properties": "^7.5.5",
65
+ "@babel/plugin-transform-runtime": "^7.6.2",
66
+ "@babel/preset-env": "^7.6.3",
67
+ "@babel/preset-react": "^7.6.3",
68
+ "@babel/runtime": "^7.6.3",
69
+ "@commitlint/cli": "^8.3.4",
70
+ "@commitlint/config-conventional": "^8.3.4",
71
+ "@turf/turf": "^6.5.0",
72
+ "@umijs/plugin-locale": "^0.10.8",
73
+ "@vtx/map-icon": "latest",
74
+ "@vtx/utils": "latest",
75
+ "ahooks": "^3.1.5",
76
+ "antd": "4.20.5",
77
+ "axios": "^0.21.1",
78
+ "babel-eslint": "^10.1.0",
79
+ "babel-plugin-import": "^1.13.3",
80
+ "cesium": "1.90.0",
81
+ "classnames": "^2.2.6",
82
+ "conventional-changelog-cli": "^2.1.1",
83
+ "conventional-changelog-custom-config": "^0.3.1",
84
+ "dumi": "^1.0.10",
85
+ "eslint": "^6.6.0",
86
+ "eslint-plugin-react": "^7.21.5",
87
+ "eslint-plugin-react-hooks": "^4.2.0",
88
+ "gulp": "^4.0.2",
89
+ "gulp-babel": "^8.0.0",
90
+ "gulp-bump": "^3.1.3",
91
+ "gulp-clean": "^0.4.0",
92
+ "gulp-imagemin": "^7.1.0",
93
+ "gulp-less": "5.0.0",
94
+ "gulp-sourcemaps": "^2.6.5",
95
+ "heatmap.js": "^2.0.5",
96
+ "html2canvas": "^1.4.1",
97
+ "husky": "^4.0.7",
98
+ "jquery": "^3.6.0",
99
+ "less": "^3.10.3",
100
+ "less-plugin-autoprefix": "^2.0.0",
101
+ "less-plugin-npm-import": "^2.1.0",
102
+ "libpag": "^4.2.84",
103
+ "lodash": "^4.17.21",
104
+ "merge2": "^1.3.0",
105
+ "moment": "^2.29.1",
106
+ "ol": "6.15.1",
107
+ "prettier": "^1.18.2",
108
+ "pretty-quick": "^2.0.0",
109
+ "print-js": "^1.6.0",
110
+ "prop-types": "^15.8.1",
111
+ "rc-color-picker": "^1.2.6",
112
+ "react-color": "^2.19.3",
113
+ "release-it": "^14.6.1",
114
+ "rimraf": "^3.0.0",
115
+ "stylelint": "11.0.0",
116
+ "stylelint-config-prettier": "^6.0.0",
117
+ "stylelint-config-rational-order": "^0.1.2",
118
+ "stylelint-config-standard": "^19.0.0",
119
+ "stylelint-declaration-block-no-ignored-properties": "^2.1.0",
120
+ "stylelint-order": "^3.0.0",
121
+ "through2": "^3.0.1"
122
+ }
123
+ }