tg-map-vue3 4.1.6 → 4.1.8

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 (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -11,6 +11,7 @@
11
11
  - feat: [TgInfoBox]新增`disableAutoPan`选项
12
12
  - feat: [TgZoomControl]新增`showZoomLevel`选项
13
13
  - refactor: [TgMarkerClusterer]的`styles`选项新增`minMarkersLength`属性, 用于支持新的talks地图
14
+ - feat: [MarkerLabel]新增`talksStyle`选项
14
15
 
15
16
  ## 3.9.x
16
17
 
@@ -91,6 +92,7 @@
91
92
  [TgZoomControl]: src/components/controls/TgZoomControl.vue
92
93
  [Icon]: src/map/map/overlay/icon.ts#L18 "图标"
93
94
  [SymbolIcon]: src/map/map/overlay/icon.ts#L139 "Svg图标"
95
+ [MarkerLabel]: packages/tg-map-core/src/map/map/overlay/marker-label.ts
94
96
  [IconSequence]: src/map/map/overlay/icon.ts#L55 "Svg图标序列"
95
97
  [PlacesService]: src/map/map/extra/places-service.ts "位置服务"
96
98
  [Autocomplete]: src/map/map/extra/autocomplete.ts "自动完成"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tg-map-vue3",
3
- "version": "4.1.6",
3
+ "version": "4.1.8",
4
4
  "author": "ipcjs",
5
5
  "description": "封装 百度地图, Google地图, Here地图(未完成) 的Vue3组件库",
6
6
  "keywords": [
@@ -41,19 +41,19 @@
41
41
  },
42
42
  "dependencies": {
43
43
  "@types/baidumap-web-sdk": "0.0.11",
44
- "@types/bmapgl-browser": "github:TranscodeGroup/DefinitelyTyped#path:/types/bmapgl-browser&9ed2593293c552e55d3defc8ca17d13d5f37cf5b",
45
44
  "@types/google.maps": "3.51.1",
46
45
  "@types/heremaps": "3.0.14",
47
46
  "maptalks": "^1.7.1",
48
47
  "maptalks.markercluster": "0.8.8",
49
48
  "tg-commons": "^1.2.10",
50
- "tg-map-core": "4.1.6"
49
+ "tg-map-core": "4.1.8"
51
50
  },
52
51
  "peerDependencies": {
53
52
  "vue": "^3.5.16"
54
53
  },
55
54
  "devDependencies": {
56
55
  "@tsconfig/node20": "^20.1.5",
56
+ "@types/bmapgl-browser": "github:TranscodeGroup/DefinitelyTyped#path:/types/bmapgl-browser&9ed2593293c552e55d3defc8ca17d13d5f37cf5b",
57
57
  "@types/jsdom": "^21.1.7",
58
58
  "@types/node": "^20.19.0",
59
59
  "@vitejs/plugin-vue": "^5.2.4",