zhihao-ui 1.2.57 → 1.2.58

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.
@@ -27,7 +27,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
27
27
  }) => PointMarkerClass;
28
28
  renderTrucksMarker: (list: import('./interface').SinoiovVehicleInfo[]) => import('ol/layer').Vector<import('ol/source').Vector<any>, any> | undefined;
29
29
  renderShip: (list: ShipInfoVo[]) => import('ol/layer').Vector<import('ol/source').Vector<any>, any> | import('ol/layer').WebGLPoints<import('ol/source').Vector<import('ol').Feature<import('ol/geom').Geometry>>> | undefined;
30
- renderTrack: (mmsi: string, list: any[], color: string) => void;
30
+ renderTrack: (mmsi: string, list: any[], color: string, threshold?: number) => void;
31
31
  findTruck: (vehicleInfo?: import('./interface').VehicleInfo, extendHtml?: string) => Promise<void>;
32
32
  removeTruckIcon: () => void;
33
33
  clearAllTruck: () => void;
@@ -45,7 +45,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
45
45
  rerenderShip: () => void;
46
46
  switchGreenDot: () => void;
47
47
  zoomTruckIcon: () => void;
48
- renderTruckTrack: (vclN: string, list: any[], color: string) => void;
48
+ renderTruckTrack: (vclN: string, list: any[], color: string, threshold?: number) => void;
49
49
  drawCustomContent: (id: string, centerPixel: number[], html: string, positioning?: import('ol/Overlay').Positioning, draggable?: boolean, clear?: boolean) => import('ol').Overlay | undefined;
50
50
  removerLayer: (index: number, id: string) => void;
51
51
  renderMarker: (lngLat: string, translate?: boolean, showText?: boolean) => void;
@@ -42,7 +42,7 @@ export declare const ZhMap: {
42
42
  }) => import('./render/renderPoint').PointMarkerClass;
43
43
  renderTrucksMarker: (list: import('./interface').SinoiovVehicleInfo[]) => import('ol/layer').Vector<import('ol/source').Vector<any>, any> | undefined;
44
44
  renderShip: (list: import('./interface').ShipInfoVo[]) => import('ol/layer').Vector<import('ol/source').Vector<any>, any> | import('ol/layer').WebGLPoints<import('ol/source').Vector<import('ol').Feature<import('ol/geom').Geometry>>> | undefined;
45
- renderTrack: (mmsi: string, list: any[], color: string) => void;
45
+ renderTrack: (mmsi: string, list: any[], color: string, threshold?: number) => void;
46
46
  findTruck: (vehicleInfo?: import('./interface').VehicleInfo, extendHtml?: string) => Promise<void>;
47
47
  removeTruckIcon: () => void;
48
48
  clearAllTruck: () => void;
@@ -60,7 +60,7 @@ export declare const ZhMap: {
60
60
  rerenderShip: () => void;
61
61
  switchGreenDot: () => void;
62
62
  zoomTruckIcon: () => void;
63
- renderTruckTrack: (vclN: string, list: any[], color: string) => void;
63
+ renderTruckTrack: (vclN: string, list: any[], color: string, threshold?: number) => void;
64
64
  drawCustomContent: (id: string, centerPixel: number[], html: string, positioning?: import('ol/Overlay').Positioning, draggable?: boolean, clear?: boolean) => import('ol').Overlay | undefined;
65
65
  removerLayer: (index: number, id: string) => void;
66
66
  renderMarker: (lngLat: string, translate?: boolean, showText?: boolean) => void;
@@ -190,7 +190,7 @@ export declare const ZhMap: {
190
190
  }) => import('./render/renderPoint').PointMarkerClass;
191
191
  renderTrucksMarker: (list: import('./interface').SinoiovVehicleInfo[]) => import('ol/layer').Vector<import('ol/source').Vector<any>, any> | undefined;
192
192
  renderShip: (list: import('./interface').ShipInfoVo[]) => import('ol/layer').Vector<import('ol/source').Vector<any>, any> | import('ol/layer').WebGLPoints<import('ol/source').Vector<import('ol').Feature<import('ol/geom').Geometry>>> | undefined;
193
- renderTrack: (mmsi: string, list: any[], color: string) => void;
193
+ renderTrack: (mmsi: string, list: any[], color: string, threshold?: number) => void;
194
194
  findTruck: (vehicleInfo?: import('./interface').VehicleInfo, extendHtml?: string) => Promise<void>;
195
195
  removeTruckIcon: () => void;
196
196
  clearAllTruck: () => void;
@@ -208,7 +208,7 @@ export declare const ZhMap: {
208
208
  rerenderShip: () => void;
209
209
  switchGreenDot: () => void;
210
210
  zoomTruckIcon: () => void;
211
- renderTruckTrack: (vclN: string, list: any[], color: string) => void;
211
+ renderTruckTrack: (vclN: string, list: any[], color: string, threshold?: number) => void;
212
212
  drawCustomContent: (id: string, centerPixel: number[], html: string, positioning?: import('ol/Overlay').Positioning, draggable?: boolean, clear?: boolean) => import('ol').Overlay | undefined;
213
213
  removerLayer: (index: number, id: string) => void;
214
214
  renderMarker: (lngLat: string, translate?: boolean, showText?: boolean) => void;
@@ -332,7 +332,7 @@ export declare const ZhMap: {
332
332
  }) => import('./render/renderPoint').PointMarkerClass;
333
333
  renderTrucksMarker: (list: import('./interface').SinoiovVehicleInfo[]) => import('ol/layer').Vector<import('ol/source').Vector<any>, any> | undefined;
334
334
  renderShip: (list: import('./interface').ShipInfoVo[]) => import('ol/layer').Vector<import('ol/source').Vector<any>, any> | import('ol/layer').WebGLPoints<import('ol/source').Vector<import('ol').Feature<import('ol/geom').Geometry>>> | undefined;
335
- renderTrack: (mmsi: string, list: any[], color: string) => void;
335
+ renderTrack: (mmsi: string, list: any[], color: string, threshold?: number) => void;
336
336
  findTruck: (vehicleInfo?: import('./interface').VehicleInfo, extendHtml?: string) => Promise<void>;
337
337
  removeTruckIcon: () => void;
338
338
  clearAllTruck: () => void;
@@ -350,7 +350,7 @@ export declare const ZhMap: {
350
350
  rerenderShip: () => void;
351
351
  switchGreenDot: () => void;
352
352
  zoomTruckIcon: () => void;
353
- renderTruckTrack: (vclN: string, list: any[], color: string) => void;
353
+ renderTruckTrack: (vclN: string, list: any[], color: string, threshold?: number) => void;
354
354
  drawCustomContent: (id: string, centerPixel: number[], html: string, positioning?: import('ol/Overlay').Positioning, draggable?: boolean, clear?: boolean) => import('ol').Overlay | undefined;
355
355
  removerLayer: (index: number, id: string) => void;
356
356
  renderMarker: (lngLat: string, translate?: boolean, showText?: boolean) => void;
@@ -5,7 +5,7 @@ import { ShipTrack } from '../../interface';
5
5
  export declare const renderTrackStyleSetInstance: (instance: MapType) => MapType;
6
6
  export declare const renderTrackLine: (data: {
7
7
  [key: string]: ShipTrack[];
8
- }, id: string, trackColor: string) => void;
8
+ }, id: string, trackColor: string, threshold: number) => void;
9
9
  export declare const handlePlay: (id: string, speed: number) => void;
10
10
  export declare const removeShipTrackLineFeatureByIndex: (index: number, id: string) => void;
11
11
  export declare const stopAnimation: () => void;
@@ -4,7 +4,7 @@ import { Map as MapType } from 'ol';
4
4
 
5
5
  export declare const renderTrackSetInstance: (instance: MapType) => MapType;
6
6
  export declare const showTracks: Ref<TrackExtend[]>;
7
- export declare const renderTrack: (id: string, list: any[], color: string, unit: number, vehicleType?: "ship" | "truck") => void;
7
+ export declare const renderTrack: (id: string, list: any[], color: string, unit: number, vehicleType: ("ship" | "truck") | undefined, threshold: number) => void;
8
8
  export declare const removeAllTrackLayer: () => void;
9
9
  export declare const playTrack: (id: number | string, speed: number) => void;
10
10
  export declare const removerLayer: (index: number) => void;