@fleet-frontend/mower-maps 0.2.0-beta.32 → 0.2.0-beta.33

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/dist/index.esm.js CHANGED
@@ -21053,11 +21053,10 @@ modelType, mapRef, mapJson, pathJson, realTimeData, antennaConfig, onMapLoad, on
21053
21053
  setEditMapInfo(INIT_EDIT_MAP_INFO);
21054
21054
  }
21055
21055
  }, [editMap]);
21056
- useEffect(() => {
21057
- if (!mapJson)
21058
- return;
21059
- fitBounds();
21060
- }, [mapJson]);
21056
+ // useEffect(() => {
21057
+ // if (!mapJson) return;
21058
+ // fitBounds();
21059
+ // }, [mapJson]);
21061
21060
  // 外部控制方法
21062
21061
  // 提供ref方法
21063
21062
  useImperativeHandle(ref, () => ({
package/dist/index.js CHANGED
@@ -21073,11 +21073,10 @@ modelType, mapRef, mapJson, pathJson, realTimeData, antennaConfig, onMapLoad, on
21073
21073
  setEditMapInfo(INIT_EDIT_MAP_INFO);
21074
21074
  }
21075
21075
  }, [editMap]);
21076
- React.useEffect(() => {
21077
- if (!mapJson)
21078
- return;
21079
- fitBounds();
21080
- }, [mapJson]);
21076
+ // useEffect(() => {
21077
+ // if (!mapJson) return;
21078
+ // fitBounds();
21079
+ // }, [mapJson]);
21081
21080
  // 外部控制方法
21082
21081
  // 提供ref方法
21083
21082
  React.useImperativeHandle(ref, () => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fleet-frontend/mower-maps",
3
- "version": "0.2.0-beta.32",
3
+ "version": "0.2.0-beta.33",
4
4
  "type": "module",
5
5
  "description": "a mower maps in google maps",
6
6
  "main": "dist/index.js",