tg-map-vue3 4.2.6 → 4.2.7

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 +2 -2
package/CHANGELOG.md CHANGED
@@ -8,6 +8,7 @@
8
8
  - feat: [Overlay]新增`addTo`方法
9
9
  - feat: talks支持切换内置地图类型和暗色模式
10
10
  - feat: TgMapType.talks支持复写图层内部定义的attribution
11
+ - feat: [Tg.MouseEvent]新增`pixel`字段
11
12
 
12
13
  ## 4.1.x
13
14
 
@@ -99,6 +100,7 @@
99
100
  [TgHeatmap]: src/components/extra/TgHeatmap.vue "热力图"
100
101
  [TgStreetViewControl]: src/components/controls/TgStreetViewControl.vue
101
102
  [TgZoomControl]: src/components/controls/TgZoomControl.vue
103
+ [Tg.MouseEvent]: packages/tg-map-core/src/map/event.ts#L20 "鼠标事件"
102
104
  [Icon]: packages/tg-map-core/src/map/map/overlay/icon.ts#L17 "图标"
103
105
  [SymbolIcon]: packages/tg-map-core/src/map/map/overlay/icon.ts#L143 "Svg图标"
104
106
  [MarkerLabel]: packages/tg-map-core/src/map/map/overlay/marker-label.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tg-map-vue3",
3
- "version": "4.2.6",
3
+ "version": "4.2.7",
4
4
  "author": "ipcjs",
5
5
  "description": "封装 百度地图, Google地图, Here地图(未完成), Maptalks 的Vue3组件库",
6
6
  "keywords": [
@@ -46,7 +46,7 @@
46
46
  "maptalks": "^1.7.1",
47
47
  "maptalks.markercluster": "0.8.8",
48
48
  "tg-commons": "^1.2.10",
49
- "tg-map-core": "4.2.6"
49
+ "tg-map-core": "4.2.7"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "vue": "^3.5.16"