zhihao-ui 1.3.16 → 1.3.18

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-BQ7mzhsh.js";
20
+ import { Z as G } from "./Map-IsVZJtdO.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,31 +17,5 @@ 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 const createLabelFeatureStyle: (feature: Feature) => Style[];
21
- export declare const ICON_CACHE: {
22
- triangle: {
23
- '#D9001C': {
24
- left: string;
25
- right: string;
26
- front: string;
27
- };
28
- '#04C900': {
29
- left: string;
30
- right: string;
31
- front: string;
32
- };
33
- };
34
- ship: {
35
- '#D9001C': {
36
- left: string;
37
- right: string;
38
- front: string;
39
- };
40
- '#04C900': {
41
- left: string;
42
- right: string;
43
- front: string;
44
- };
45
- };
46
- };
20
+ export declare const createLabelFeatureStyle: (feature: Feature) => Style;
47
21
  export {};
@@ -1,2 +1,3 @@
1
- export declare const setCursor: (cursor: string) => void;
2
- export declare const setDefaultStyle: () => void;
1
+ import { Map } from 'ol';
2
+
3
+ export declare const changeCursor: (mapInstance: Map, cursorType: string) => void;