zhihao-ui 1.3.42-alpha → 1.3.42-alpha.2

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/es/index.js CHANGED
@@ -17,7 +17,7 @@ import { Z as B } from "./BaseInfo-BhnEjLKF.js";
17
17
  import { Z as g } from "./DetailHeader-DaabNj_4.js";
18
18
  import { Z as x } from "./DiyDataTable-D-UZVciZ.js";
19
19
  import { D as V } from "./DiyDataTable-D-UZVciZ.js";
20
- import { Z as G } from "./Map-BNx8cwZB.js";
20
+ import { Z as G } from "./Map-CSf5ZEyP.js";
21
21
  import { Z as M } from "./Table-B_3YA1mb.js";
22
22
  import { Z as $ } from "./BaseItem-C4NJy1i4.js";
23
23
  const A = [
@@ -5,4 +5,5 @@ export declare const useDrawPolygonManager: (mapInstance: Map, propsManager: Pro
5
5
  open: () => void;
6
6
  close: () => void;
7
7
  reset: () => void;
8
+ getState: () => "close" | "open";
8
9
  };
@@ -4,5 +4,6 @@ import { useTrackManager } from './shipTrack';
4
4
  import { useShipManager } from './ship';
5
5
  import { usePortManager } from './port';
6
6
  import { useDrawLineManager } from './drawLine';
7
+ import { useDrawPolygonManager } from './drawPolygon';
7
8
 
8
- export declare const useEventManager: (mapManager: ReturnType<typeof useMapInitializer>, propsManager: PropsManager, trackManager: ReturnType<typeof useTrackManager>, shipManager: ReturnType<typeof useShipManager>, portManager: ReturnType<typeof usePortManager>, drawLineManager: ReturnType<typeof useDrawLineManager>) => void;
9
+ export declare const useEventManager: (mapManager: ReturnType<typeof useMapInitializer>, propsManager: PropsManager, trackManager: ReturnType<typeof useTrackManager>, shipManager: ReturnType<typeof useShipManager>, portManager: ReturnType<typeof usePortManager>, drawLineManager: ReturnType<typeof useDrawLineManager>, drawPolygonManager: ReturnType<typeof useDrawPolygonManager>) => void;