tg-map-vue3 3.7.10 → 3.8.0

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 (34) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/src/components/TgMap.vue.d.ts +5 -17
  3. package/dist/src/components/TgMapWidget.vue.d.ts +1 -1
  4. package/dist/src/components/controls/TgCustomControl.vue.d.ts +1 -1
  5. package/dist/src/components/controls/TgMapTypeControl.vue.d.ts +1 -1
  6. package/dist/src/components/controls/TgScaleControl.vue.d.ts +1 -1
  7. package/dist/src/components/controls/TgStreetViewControl.vue.d.ts +1 -1
  8. package/dist/src/components/controls/TgZoomControl.vue.d.ts +1 -1
  9. package/dist/src/components/extra/TgHeatmap.vue.d.ts +37 -0
  10. package/dist/src/components/extra/TgMarkerClusterer.vue.d.ts +1 -1
  11. package/dist/src/components/index.d.ts +2 -0
  12. package/dist/src/components/layers/TgTrafficLayer.vue.d.ts +1 -1
  13. package/dist/src/components/map-mixin.d.ts +1 -1
  14. package/dist/src/components/overlays/TgCircle.vue.d.ts +1 -1
  15. package/dist/src/components/overlays/TgElementOverlay.vue.d.ts +1 -1
  16. package/dist/src/components/overlays/TgInfoBox.vue.d.ts +1 -1
  17. package/dist/src/components/overlays/TgInfoWindow.vue.d.ts +1 -1
  18. package/dist/src/components/overlays/TgLabel.vue.d.ts +1 -1
  19. package/dist/src/components/overlays/TgMarker.vue.d.ts +59 -115
  20. package/dist/src/components/overlays/TgPolygon.vue.d.ts +1 -1
  21. package/dist/src/components/overlays/TgPolyline.vue.d.ts +1 -1
  22. package/dist/src/components/overlays/TgRectangle.vue.d.ts +1 -1
  23. package/dist/src/map/lat-lng.d.ts +4 -0
  24. package/dist/src/map/map/baidu-map.d.ts +2 -0
  25. package/dist/src/map/map/extra/heatmap.d.ts +72 -0
  26. package/dist/src/map/map/google-map.d.ts +2 -0
  27. package/dist/src/map/map/here-map.d.ts +2 -0
  28. package/dist/src/map/map/map.d.ts +2 -0
  29. package/dist/src/utils/vue-utils.d.ts +9 -2
  30. package/dist/tg-map.js +2024 -1484
  31. package/dist/tg-map.js.map +1 -1
  32. package/dist/tg-map.umd.cjs +8 -8
  33. package/dist/tg-map.umd.cjs.map +1 -1
  34. package/package.json +27 -27
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tg-map-vue3",
3
- "version": "3.7.10",
3
+ "version": "3.8.0",
4
4
  "author": "ipcjs",
5
5
  "description": "封装 百度地图, Google地图, Here地图(未完成) 的Vue3组件库",
6
6
  "keywords": [
@@ -38,43 +38,43 @@
38
38
  "@types/heremaps": "3.0.14"
39
39
  },
40
40
  "peerDependencies": {
41
- "vue": "^3.3.4"
41
+ "vue": "^3.0.0"
42
42
  },
43
43
  "devDependencies": {
44
- "@google/markerclusterer": "2.0.3",
45
- "@rushstack/eslint-patch": "^1.2.0",
44
+ "@google/markerclusterer": "2.0.9",
45
+ "@rushstack/eslint-patch": "^1.10.2",
46
46
  "@tsconfig/node18": "^2.0.1",
47
- "@types/jsdom": "^21.1.1",
48
- "@types/node": "^18.14.2",
49
- "@vitejs/plugin-vue": "^4.2.3",
50
- "@vitejs/plugin-vue-jsx": "^3.0.1",
51
- "@vue/eslint-config-typescript": "^12.0.0",
52
- "@vue/runtime-dom": "^3.3.4",
53
- "@vue/test-utils": "^2.3.2",
47
+ "@types/jsdom": "^21.1.6",
48
+ "@types/node": "^18.19.33",
49
+ "@vitejs/plugin-vue": "^5.0.4",
50
+ "@vitejs/plugin-vue-jsx": "^3.1.0",
51
+ "@vue/eslint-config-typescript": "^13.0.0",
52
+ "@vue/runtime-dom": "^3.4.27",
53
+ "@vue/test-utils": "^2.4.6",
54
54
  "@vue/tsconfig": "^0.5.1",
55
+ "bmaplib.heatmap": "git+https://github.com/TranscodeGroup/BMapLib.Heatmap#v2",
55
56
  "bmaplib.markerclusterer": "git+https://github.com/TranscodeGroup/BMapLib.MarkerClusterer.git#build",
56
57
  "coordtransform": "git+https://github.com/TranscodeGroup/coordtransform.git",
57
58
  "csstype": "*",
58
- "deepmerge": "^4.0.0",
59
- "eslint": "^8.34.0",
60
- "eslint-config-standard": "^17.0.0",
61
- "eslint-plugin-import": "^2.27.5",
62
- "eslint-plugin-n": "^15.6.1",
59
+ "deepmerge": "^4.3.1",
60
+ "eslint": "^8.57.0",
61
+ "eslint-config-standard": "^17.1.0",
62
+ "eslint-plugin-import": "^2.29.1",
63
+ "eslint-plugin-n": "^16.6.2",
63
64
  "eslint-plugin-promise": "^6.1.1",
64
- "eslint-plugin-vue": "^9.14.1",
65
- "husky": "^8.0.0",
65
+ "eslint-plugin-vue": "^9.26.0",
66
+ "husky": "^9.0.11",
66
67
  "is-plain-object": "^3.0.0",
67
68
  "jsdom": "^22.1.0",
68
- "lint-staged": "^13.2.0",
69
+ "lint-staged": "^15.2.2",
69
70
  "npm-run-all": "^4.1.5",
70
- "npm-watch": "^0.11.0",
71
- "sass": "^1.58.3",
72
- "typescript": "^5.3.3",
73
- "vite": "^4.3.9",
74
- "vite-plugin-css-injected-by-js": "3.1.0",
75
- "vite-plugin-dts": "^2.1.0",
76
- "vitest": "^0.31.1",
77
- "vue-tsc": "^1.8.27"
71
+ "npm-watch": "^0.13.0",
72
+ "sass": "^1.77.1",
73
+ "typescript": "^5.4.5",
74
+ "vite": "^5.2.11",
75
+ "vite-plugin-css-injected-by-js": "3.5.1",
76
+ "vitest": "^1.6.0",
77
+ "vue-tsc": "^2.0.17"
78
78
  },
79
79
  "lint-staged": {
80
80
  "*.{js,jsx,vue,ts,tsx}": "eslint",