tg-map-vue3 3.7.14 → 3.8.1
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/CHANGELOG.md +4 -0
- package/dist/src/components/TgMap.vue.d.ts +1 -1
- package/dist/src/components/TgMapWidget.vue.d.ts +1 -1
- package/dist/src/components/controls/TgCustomControl.vue.d.ts +1 -1
- package/dist/src/components/controls/TgMapTypeControl.vue.d.ts +1 -1
- package/dist/src/components/controls/TgScaleControl.vue.d.ts +1 -1
- package/dist/src/components/controls/TgStreetViewControl.vue.d.ts +1 -1
- package/dist/src/components/controls/TgZoomControl.vue.d.ts +1 -1
- package/dist/src/components/extra/TgHeatmap.vue.d.ts +1 -1
- package/dist/src/components/extra/TgMarkerClusterer.vue.d.ts +1 -1
- package/dist/src/components/layers/TgTrafficLayer.vue.d.ts +1 -1
- package/dist/src/components/map-mixin.d.ts +1 -1
- package/dist/src/components/overlays/TgCircle.vue.d.ts +1 -1
- package/dist/src/components/overlays/TgElementOverlay.vue.d.ts +1 -1
- package/dist/src/components/overlays/TgInfoBox.vue.d.ts +1 -1
- package/dist/src/components/overlays/TgInfoWindow.vue.d.ts +1 -1
- package/dist/src/components/overlays/TgLabel.vue.d.ts +1 -1
- package/dist/src/components/overlays/TgMarker.vue.d.ts +59 -115
- package/dist/src/components/overlays/TgPolygon.vue.d.ts +1 -1
- package/dist/src/components/overlays/TgPolyline.vue.d.ts +1 -1
- package/dist/src/components/overlays/TgRectangle.vue.d.ts +1 -1
- package/dist/tg-map.js +768 -767
- package/dist/tg-map.js.map +1 -1
- package/dist/tg-map.umd.cjs +5 -5
- package/dist/tg-map.umd.cjs.map +1 -1
- package/package.json +26 -26
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tg-map-vue3",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.8.1",
|
|
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.
|
|
41
|
+
"vue": "^3.4.27"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"@google/markerclusterer": "2.0.
|
|
45
|
-
"@rushstack/eslint-patch": "^1.
|
|
44
|
+
"@google/markerclusterer": "2.0.9",
|
|
45
|
+
"@rushstack/eslint-patch": "^1.10.3",
|
|
46
46
|
"@tsconfig/node18": "^2.0.1",
|
|
47
|
-
"@types/jsdom": "^21.1.
|
|
48
|
-
"@types/node": "^18.
|
|
49
|
-
"@vitejs/plugin-vue": "^
|
|
50
|
-
"@vitejs/plugin-vue-jsx": "^
|
|
51
|
-
"@vue/eslint-config-typescript": "^
|
|
52
|
-
"@vue/runtime-dom": "^3.
|
|
53
|
-
"@vue/test-utils": "^2.
|
|
47
|
+
"@types/jsdom": "^21.1.7",
|
|
48
|
+
"@types/node": "^18.19.33",
|
|
49
|
+
"@vitejs/plugin-vue": "^5.0.5",
|
|
50
|
+
"@vitejs/plugin-vue-jsx": "^4.0.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
55
|
"bmaplib.heatmap": "git+https://github.com/TranscodeGroup/BMapLib.Heatmap#v2",
|
|
56
56
|
"bmaplib.markerclusterer": "git+https://github.com/TranscodeGroup/BMapLib.MarkerClusterer.git#build",
|
|
57
57
|
"coordtransform": "git+https://github.com/TranscodeGroup/coordtransform.git",
|
|
58
58
|
"csstype": "*",
|
|
59
|
-
"deepmerge": "^4.
|
|
60
|
-
"eslint": "^8.
|
|
61
|
-
"eslint-config-standard": "^17.
|
|
62
|
-
"eslint-plugin-import": "^2.
|
|
63
|
-
"eslint-plugin-n": "^
|
|
64
|
-
"eslint-plugin-promise": "^6.
|
|
65
|
-
"eslint-plugin-vue": "^9.
|
|
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",
|
|
64
|
+
"eslint-plugin-promise": "^6.2.0",
|
|
65
|
+
"eslint-plugin-vue": "^9.26.0",
|
|
66
66
|
"husky": "^9.0.11",
|
|
67
67
|
"is-plain-object": "^3.0.0",
|
|
68
68
|
"jsdom": "^22.1.0",
|
|
69
|
-
"lint-staged": "^15.2.
|
|
69
|
+
"lint-staged": "^15.2.5",
|
|
70
70
|
"npm-run-all": "^4.1.5",
|
|
71
|
-
"npm-watch": "^0.
|
|
72
|
-
"sass": "^1.
|
|
73
|
-
"typescript": "^5.
|
|
74
|
-
"vite": "^
|
|
75
|
-
"vite-plugin-css-injected-by-js": "3.1
|
|
76
|
-
"vitest": "^
|
|
77
|
-
"vue-tsc": "^
|
|
71
|
+
"npm-watch": "^0.13.0",
|
|
72
|
+
"sass": "^1.77.4",
|
|
73
|
+
"typescript": "^5.4.5",
|
|
74
|
+
"vite": "^5.2.12",
|
|
75
|
+
"vite-plugin-css-injected-by-js": "3.5.1",
|
|
76
|
+
"vitest": "^1.6.0",
|
|
77
|
+
"vue-tsc": "^2.0.19"
|
|
78
78
|
},
|
|
79
79
|
"lint-staged": {
|
|
80
80
|
"*.{js,jsx,vue,ts,tsx}": "eslint",
|