@uiw/react-amap-info-window
Advanced tools
Comparing version 7.0.1 to 7.0.2
@@ -9,5 +9,3 @@ import { InfoWindowProps } from '.'; | ||
setInfoWindow: import("react").Dispatch<import("react").SetStateAction<AMap.InfoWindow | undefined>>; | ||
InfoWindowPortal: (props: { | ||
children: import("react").ReactNode; | ||
}) => import("react").ReactPortal | null; | ||
InfoWindowPortal: ({ children }: import("react").PropsWithChildren) => import("react").ReactPortal; | ||
}; |
@@ -9,5 +9,3 @@ import { InfoWindowProps } from '.'; | ||
setInfoWindow: import("react").Dispatch<import("react").SetStateAction<AMap.InfoWindow | undefined>>; | ||
InfoWindowPortal: (props: { | ||
children: import("react").ReactNode; | ||
}) => import("react").ReactPortal | null; | ||
InfoWindowPortal: ({ children }: import("react").PropsWithChildren) => import("react").ReactPortal; | ||
}; |
{ | ||
"name": "@uiw/react-amap-info-window", | ||
"version": "7.0.1", | ||
"version": "7.0.2", | ||
"description": "用于在地图上弹出一个详细信息展示窗体,地图上只允许同时展示 `1` 个信息窗体。", | ||
@@ -38,5 +38,5 @@ "funding": "https://jaywcjlove.github.io/#/sponsor", | ||
"dependencies": { | ||
"@uiw/react-amap-map": "7.0.1", | ||
"@uiw/react-amap-utils": "7.0.1" | ||
"@uiw/react-amap-map": "7.0.2", | ||
"@uiw/react-amap-utils": "7.0.2" | ||
} | ||
} |
23678
329
+ Added@uiw/react-amap-map@7.0.2(transitive)
+ Added@uiw/react-amap-types@7.0.2(transitive)
+ Added@uiw/react-amap-utils@7.0.2(transitive)
- Removed@uiw/react-amap-map@7.0.1(transitive)
- Removed@uiw/react-amap-types@7.0.1(transitive)
- Removed@uiw/react-amap-utils@7.0.1(transitive)
Updated@uiw/react-amap-map@7.0.2
Updated@uiw/react-amap-utils@7.0.2