zhihao-ui 1.3.19 → 1.3.20

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.
@@ -49,7 +49,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
49
49
  playTrack: (...rest: any[]) => any;
50
50
  };
51
51
  port: {
52
- render: (portList: WharfEntity[]) => any;
52
+ render: (portList: WharfEntity[], showTitle: boolean) => any;
53
53
  clear: () => any;
54
54
  selected: (portData: WharfEntity) => any;
55
55
  };
@@ -4,7 +4,7 @@ import { useMapInitializer } from './map';
4
4
 
5
5
  export declare const PORT_LAYER_CLASS_NAME = "zh-map-port-layer";
6
6
  export declare const usePortManager: (mapManager: ReturnType<typeof useMapInitializer>) => {
7
- render: (portList: WharfEntity[]) => void;
7
+ render: (portList: WharfEntity[], showTitle?: boolean) => void;
8
8
  clear: () => void;
9
9
  selected: (portData?: WharfEntity) => void;
10
10
  handlePortHover: (portFeature: Feature) => void;
@@ -81,7 +81,7 @@ export declare const ZhMap: {
81
81
  playTrack: (...rest: any[]) => any;
82
82
  };
83
83
  port: {
84
- render: (portList: import('./interface').WharfEntity[]) => any;
84
+ render: (portList: import('./interface').WharfEntity[], showTitle: boolean) => any;
85
85
  clear: () => any;
86
86
  selected: (portData: import('./interface').WharfEntity) => any;
87
87
  };
@@ -208,7 +208,7 @@ export declare const ZhMap: {
208
208
  playTrack: (...rest: any[]) => any;
209
209
  };
210
210
  port: {
211
- render: (portList: import('./interface').WharfEntity[]) => any;
211
+ render: (portList: import('./interface').WharfEntity[], showTitle: boolean) => any;
212
212
  clear: () => any;
213
213
  selected: (portData: import('./interface').WharfEntity) => any;
214
214
  };
@@ -332,7 +332,7 @@ export declare const ZhMap: {
332
332
  playTrack: (...rest: any[]) => any;
333
333
  };
334
334
  port: {
335
- render: (portList: import('./interface').WharfEntity[]) => any;
335
+ render: (portList: import('./interface').WharfEntity[], showTitle: boolean) => any;
336
336
  clear: () => any;
337
337
  selected: (portData: import('./interface').WharfEntity) => any;
338
338
  };