zhihao-ui 1.3.18 → 1.3.19

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-IsVZJtdO.js";
20
+ import { Z as G } from "./Map-wVG8G0gT.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 = [
@@ -17,5 +17,7 @@ export declare const selectedShipElement: (mapInstance: any, shipData: ShipInfoV
17
17
  export declare const createLabelStyle: (mapInstance: any, feature: Feature) => void;
18
18
  export declare const createLabelElement: (feature: Feature) => HTMLDivElement;
19
19
  export declare const getRightIcons: (ship: ShipInfoVo) => string[];
20
+ export declare function getRandomLineDirection(): LineDirection;
21
+ type LineDirection = 'left-top' | 'left-middle' | 'left-bottom' | 'right-top' | 'right-middle' | 'right-bottom';
20
22
  export declare const createLabelFeatureStyle: (feature: Feature) => Style;
21
23
  export {};