zhihao-ui 1.2.67 → 1.2.68

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.
Files changed (57) hide show
  1. package/dist/es/{BaseInfo-ChbjTGfs.js → BaseInfo-BhnEjLKF.js} +1 -1
  2. package/dist/es/{BaseItem-Bm9MGEJ9.js → BaseItem-C4NJy1i4.js} +3 -3
  3. package/dist/es/{Button-MxEBey6B.js → Button-CGndQwez.js} +2 -2
  4. package/dist/es/DatePicker-Dy1K1cJQ.js +57 -0
  5. package/dist/es/{DetailHeader-CET8dXQK.js → DetailHeader-DaabNj_4.js} +3 -3
  6. package/dist/es/{DetailSubTitle-BjRMPd-x.js → DetailSubTitle-CzFZPXeE.js} +2 -2
  7. package/dist/es/{Dialog-DbLFMPUc.js → Dialog-BUW6ag1B.js} +6 -6
  8. package/dist/es/DiyDataTable-D-UZVciZ.js +331 -0
  9. package/dist/es/{EditInfoPair-BFhom7kE.js → EditInfoPair-B2f6zoGY.js} +3 -3
  10. package/dist/es/{FileWrapper-dvsZpeCo.js → FileWrapper-D4IxJemr.js} +4 -4
  11. package/dist/es/{Grid-BE291DBa.js → Grid-DIs695lY.js} +2 -2
  12. package/dist/es/{InfoPair-vBH3EpPX.js → InfoPair-Ce7nDfxD.js} +3 -3
  13. package/dist/es/{Input-CAfBuNDL.js → Input-C5X2X_YD.js} +3 -3
  14. package/dist/es/{Loading-DqAl0_Bv.js → Loading-BgoEv5qE.js} +2 -2
  15. package/dist/es/Map-DbbD377l.js +2235 -0
  16. package/dist/es/{MessageBox-D40uRNZW.js → MessageBox-DiGH5x51.js} +2 -2
  17. package/dist/es/{MoneyInput-D1qzFVtu.js → MoneyInput-D0kYiOfP.js} +8 -8
  18. package/dist/es/{PageHeadPanel-BKSrXbjM.js → PageHeadPanel-C6IdOq6I.js} +2 -2
  19. package/dist/es/Table-B_3YA1mb.js +1155 -0
  20. package/dist/es/{ToolTips-CUiNF0wz.js → ToolTips-CiQHxGrw.js} +6 -6
  21. package/dist/es/index.js +60 -77
  22. package/dist/es/{utils-B4dXhR36.js → utils-D2wHR1YB.js} +1 -1
  23. package/dist/es/{vendor-BxbXJpfv.js → vendor-D2mv9LHk.js} +26097 -30615
  24. package/dist/index.css +1 -1
  25. package/dist/types/components/BaseItem/index.d.ts +9 -9
  26. package/dist/types/components/Dialog/Dialog.vue.d.ts +16 -16
  27. package/dist/types/components/Dialog/index.d.ts +24 -24
  28. package/dist/types/components/DiyDataTable/DiyDataTable.vue.d.ts +1 -18
  29. package/dist/types/components/DiyDataTable/index.d.ts +0 -30
  30. package/dist/types/components/DiyDataTable/type.d.ts +1 -17
  31. package/dist/types/components/Map/Map.vue.d.ts +101 -138
  32. package/dist/types/components/Map/components/scaleLine.vue.d.ts +2 -1
  33. package/dist/types/components/Map/components/zoomControl.vue.d.ts +7 -3
  34. package/dist/types/components/Map/function/drawPolygon.d.ts +1 -0
  35. package/dist/types/components/Map/function/event.d.ts +2 -1
  36. package/dist/types/components/Map/function/port.d.ts +1 -1
  37. package/dist/types/components/Map/function/ship/index.d.ts +5 -7
  38. package/dist/types/components/Map/function/ship/style.d.ts +3 -3
  39. package/dist/types/components/Map/function/shipTrack.d.ts +4 -4
  40. package/dist/types/components/Map/index.d.ts +324 -390
  41. package/dist/types/components/Map/interface/index.d.ts +6 -13
  42. package/dist/types/components/Map/interface/mapProps.d.ts +3 -3
  43. package/dist/types/components/Map/interface/shipInfoVo.d.ts +2 -0
  44. package/dist/types/components/Map/meta/index.d.ts +5 -0
  45. package/dist/types/components/Map/types.d.ts +1 -13
  46. package/dist/types/components/Map/utils/shipOverlay.d.ts +3 -3
  47. package/dist/types/components/Table/types.d.ts +0 -1
  48. package/dist/types/components/ToolTips/index.d.ts +12 -12
  49. package/dist/types/components/index.d.ts +0 -1
  50. package/dist/umd/index.css +1 -1
  51. package/dist/umd/index.umd.cjs +130 -604
  52. package/package.json +1 -1
  53. package/dist/es/CascaderLoadMore-DlILOdn-.js +0 -241
  54. package/dist/es/DatePicker-CmHAGAfV.js +0 -73
  55. package/dist/es/DiyDataTable-Dl9cbZPM.js +0 -364
  56. package/dist/es/Map-Ds8BCcrZ.js +0 -2528
  57. package/dist/es/Table-oEih0-VJ.js +0 -1167
@@ -1,144 +1,104 @@
1
- import { Ref } from 'vue';
2
- import { Map as MapType } from 'ol';
3
- import { transform } from 'ol/proj';
4
- import { ShipInfoVo } from './interface';
5
- import { PointMarkerClass } from './render/renderPoint.ts';
1
+ import { Props, WharfEntity } from './interface';
6
2
 
7
- declare function __VLS_template(): {
8
- toolPanel?(_: {}): any;
9
- };
10
- declare const __VLS_component: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
11
- zoom: number | null;
12
- center: [number, number] | null;
13
- vehicleMode: "truck" | "ship";
14
- viewMode: "PC" | "WxMiniprogram" | "APP" | "findShip" | "markerPosition";
15
- mmsi?: string;
16
- shipData?: ShipInfoVo;
17
- logoType?: number;
18
- showToolPanel?: boolean | undefined;
3
+ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
4
+ zoom: number;
5
+ center: [number, number];
6
+ showGreenLayer: boolean;
7
+ layerType: string;
8
+ showScale: boolean;
9
+ scaleLineUnit: string;
10
+ mapMoveEnd: () => void;
11
+ selectShip: () => void;
12
+ selectPort: () => void;
13
+ areaDrawEnd: () => void;
19
14
  }>>, {
20
- mapInstance: Ref<MapType | undefined, MapType | undefined>;
21
- initMap: () => void;
22
- pointRender: (mapInstance: MapType, options: {
23
- color: string;
24
- activeUrl?: string;
25
- url?: string;
26
- activeColor?: string;
27
- }) => PointMarkerClass;
28
- renderTrucksMarker: (list: import('./interface').SinoiovVehicleInfo[]) => import('ol/layer').Vector<import('ol/source').Vector<any>, any> | undefined;
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, threshold?: number) => void;
31
- findTruck: (vehicleInfo?: import('./interface').VehicleInfo, extendHtml?: string) => Promise<void>;
32
- removeTruckIcon: () => void;
33
- clearAllTruck: () => void;
34
- closeTrack: (clearAll?: boolean) => void;
35
- closeTruckTrack: () => void;
36
- resetTrackView: (id?: number | string) => void;
37
- playTrack: (id: number | string, speed: number) => void;
38
- clearSelectFeature: () => void;
39
- findShip: (id: string, shipData?: ShipInfoVo, select?: boolean) => any;
40
- focusShip: (id: string, shipData?: ShipInfoVo, hidden?: boolean) => void;
41
- clearShipData: (clearSelect?: boolean) => void;
42
- showTracks: Ref<import('./interface').TrackExtend[], import('./interface').TrackExtend[]>;
43
- removeAllTrackLayer: () => void;
44
- switchFilterItem: (key: import('./enum').SWITCH_BTN, value: boolean) => void;
45
- rerenderShip: () => void;
46
- switchGreenDot: () => void;
47
- zoomTruckIcon: () => void;
48
- renderTruckTrack: (vclN: string, list: any[], color: string, threshold?: number) => void;
49
- drawCustomContent: (id: string, centerPixel: number[], html: string, positioning?: import('ol/Overlay').Positioning, draggable?: boolean, clear?: boolean) => import('ol').Overlay | undefined;
50
- removerLayer: (index: number, id: string) => void;
51
- renderMarker: (lngLat: string, translate?: boolean, showText?: boolean) => void;
52
- setMarkerPosition: (val: string) => void;
53
- getZoomAndCenter: () => {
54
- zoom: number;
55
- center: any[];
56
- } | null;
57
- setCenter: (lonLat: number[]) => null | undefined;
58
- deleteLabelFromArray: () => void;
59
- drawPolygonTool: {
60
- addInteraction: (callback?: Function) => void;
61
- removeInteraction: () => void;
62
- initFeature: (callback?: Function) => void;
63
- reset: () => void;
64
- destroy: () => void;
15
+ getZoom: () => any;
16
+ setZoom: (zoom: number) => any;
17
+ getInstall: () => any;
18
+ getView: () => any;
19
+ setCenter: (lon: number, lat: number) => any;
20
+ getSize: () => any;
21
+ getCenter: (lon: number, lat: number) => any;
22
+ layer: {
23
+ setGreenTileVisible: (show: boolean) => any;
24
+ getGreenTileVisible: () => any;
25
+ getShowLayerType: () => any;
26
+ setShowLayerType: (type: Props["layerType"]) => any;
27
+ };
28
+ ship: {
29
+ render: (...rest: any[]) => any;
30
+ selected: (...rest: any[]) => any;
31
+ filter: (...rest: any[]) => any;
32
+ blinking: (...rest: any[]) => any;
33
+ clear: () => any;
34
+ };
35
+ track: {
36
+ render: (...rest: any[]) => any;
37
+ remove: (...rest: any[]) => any;
38
+ play: (...rest: any[]) => any;
39
+ setCenter: (...rest: any[]) => any;
40
+ close: (...rest: any[]) => any;
41
+ getLength: (...rest: any[]) => any;
42
+ };
43
+ carTrack: {
44
+ location: (...rest: any[]) => any;
45
+ remove: (...rest: any[]) => any;
46
+ renderTrack: (...rest: any[]) => any;
47
+ setCenter: (...rest: any[]) => any;
48
+ closeTrack: () => any;
49
+ playTrack: (...rest: any[]) => any;
65
50
  };
66
- setMapInstance: () => void;
67
- store: {
68
- showDrawLayer: () => boolean;
51
+ port: {
52
+ render: (portList: WharfEntity[], showTitle: boolean) => any;
53
+ clear: () => any;
54
+ selected: (portData?: WharfEntity) => any;
69
55
  };
70
- config: {
71
- mapZoom: {
72
- default: number;
73
- min: number;
74
- max: number;
75
- findShipMin: number;
76
- findShip: number;
77
- findTruck: number;
78
- shipGreenDotMax: number;
79
- truckDefault: number;
80
- truckStatistics: number;
81
- shipModelMin: number;
82
- shipModelMax: number;
83
- markerPosition: number;
84
- };
85
- projection: {
86
- data: string;
87
- mercator: string;
88
- };
56
+ position: {
57
+ render: (...rest: any[]) => any;
58
+ selected: (...rest: any[]) => any;
59
+ clearSelected: (...rest: any[]) => any;
60
+ clear: () => any;
61
+ };
62
+ drawLine: {
63
+ open: () => any;
64
+ close: () => any;
65
+ deleteLine: (id: string) => any;
66
+ setUnit: (unitValue: string) => any;
67
+ getState: () => any;
68
+ };
69
+ drawPolygon: {
70
+ open: () => any;
71
+ close: () => any;
72
+ reset: () => any;
89
73
  };
90
74
  utils: {
91
- transform: {
92
- gcj02ToWgs84: (lnglat: string) => string;
93
- calculateCirclePoints: (center: [number, number], radiusInKilometers: number) => {
94
- leftTopPoint: {
95
- lng: number;
96
- lat: number;
97
- };
98
- rightTopPoint: {
99
- lng: number;
100
- lat: number;
101
- };
102
- rightBottomPoint: {
103
- lng: number;
104
- lat: number;
105
- };
106
- leftBottomPoint: {
107
- lng: number;
108
- lat: number;
109
- };
110
- };
111
- lonLatToMercator: (center: [number, number]) => number[];
112
- mercatorToLonLat: (center: [number, number], type?: string) => number[] | {
113
- lon: number;
114
- lat: number;
115
- };
116
- calculateBoundingBox: (coordinates: [number, number][]) => number[];
117
- transform: typeof transform;
118
- };
119
- format: {
120
- formatLength: (line: import('ol/geom').LineString, unit: number) => string;
121
- convertSixHundredThousandToLatLng: (valueX: number | string, valueY: number | string) => [lng: number, lat: number];
122
- formatArea: (polygon: import('ol/geom').Polygon | import('ol/geom').Geometry, unit: number) => string | undefined;
123
- };
75
+ getCalculateExtent: (...reset: any[]) => any;
76
+ convertSixHundredThousandToLatLng: (...reset: any[]) => any;
77
+ calculateCirclePoints: (center: [number, number], radiusInKilometers: number) => any;
124
78
  };
125
- }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
126
- zoomChanged: (...args: any[]) => void;
127
- extentChanged: (...args: any[]) => void;
128
- }, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_TypePropsToRuntimeProps<{
129
- zoom: number | null;
130
- center: [number, number] | null;
131
- vehicleMode: "truck" | "ship";
132
- viewMode: "PC" | "WxMiniprogram" | "APP" | "findShip" | "markerPosition";
133
- mmsi?: string;
134
- shipData?: ShipInfoVo;
135
- logoType?: number;
136
- showToolPanel?: boolean | undefined;
137
- }>>> & Readonly<{
138
- onZoomChanged?: ((...args: any[]) => any) | undefined;
139
- onExtentChanged?: ((...args: any[]) => any) | undefined;
140
- }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
141
- declare const _default: __VLS_WithTemplateSlots<typeof __VLS_component, ReturnType<typeof __VLS_template>>;
79
+ }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
80
+ zoom: number;
81
+ center: [number, number];
82
+ showGreenLayer: boolean;
83
+ layerType: string;
84
+ showScale: boolean;
85
+ scaleLineUnit: string;
86
+ mapMoveEnd: () => void;
87
+ selectShip: () => void;
88
+ selectPort: () => void;
89
+ areaDrawEnd: () => void;
90
+ }>>> & Readonly<{}>, {
91
+ center: import('ol/coordinate').Coordinate;
92
+ zoom: number;
93
+ layerType: "vector" | "satellite";
94
+ showGreenLayer: boolean;
95
+ showScale: boolean;
96
+ scaleLineUnit: "metric" | "imperial" | "nautical";
97
+ mapMoveEnd: (zoom: number) => void;
98
+ areaDrawEnd: (area: []) => void;
99
+ selectShip: (id: string) => void;
100
+ selectPort: (id: WharfEntity) => void;
101
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
142
102
  export default _default;
143
103
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
144
104
  type __VLS_TypePropsToRuntimeProps<T> = {
@@ -149,8 +109,11 @@ type __VLS_TypePropsToRuntimeProps<T> = {
149
109
  required: true;
150
110
  };
151
111
  };
152
- type __VLS_WithTemplateSlots<T, S> = T & {
153
- new (): {
154
- $slots: S;
155
- };
112
+ type __VLS_WithDefaults<P, D> = {
113
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
114
+ default: D[K];
115
+ }> : P[K];
156
116
  };
117
+ type __VLS_Prettify<T> = {
118
+ [K in keyof T]: T[K];
119
+ } & {};
@@ -1,6 +1,7 @@
1
1
  import { Units } from 'ol/control/ScaleLine';
2
+ import { Map } from 'ol';
2
3
 
3
4
  declare const _default: import('vue').DefineComponent<{}, {
4
- setScaleLine: (units: Units) => void;
5
+ setScaleLine: (mapInstall: Map, units: Units) => void;
5
6
  }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
6
7
  export default _default;
@@ -1,10 +1,14 @@
1
1
  declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
2
- map: {
2
+ mapInstance: {
3
3
  type: ObjectConstructor;
4
+ default: () => null;
4
5
  };
5
6
  }>, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
6
- map: {
7
+ mapInstance: {
7
8
  type: ObjectConstructor;
9
+ default: () => null;
8
10
  };
9
- }>> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
11
+ }>> & Readonly<{}>, {
12
+ mapInstance: Record<string, any>;
13
+ }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
10
14
  export default _default;
@@ -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;
@@ -6,5 +6,5 @@ export declare const usePortManager: (mapInstance: Map) => {
6
6
  render: (portList: WharfEntity[], showTitle?: boolean) => void;
7
7
  clear: () => void;
8
8
  selected: (portData?: WharfEntity) => void;
9
- handlePortHover: (portFeature: Feature) => void;
9
+ handlePortHover: (portFeature: Feature | null) => void;
10
10
  };
@@ -1,18 +1,16 @@
1
1
  import { ShipInfoVo } from '../../interface';
2
- import { Feature } from 'ol';
2
+ import { Feature, Map as MapOl } from 'ol';
3
3
 
4
- export declare const useShipManager: (mapInstance: any) => {
4
+ export declare const useShipManager: (mapInstance: MapOl) => {
5
5
  render: (shipList: ShipInfoVo[]) => void;
6
6
  selected: (ship: ShipInfoVo) => void;
7
7
  filter: (shipList: ShipInfoVo[]) => void;
8
- blinking: (ships: Record<string, boolean>, colors: {
8
+ blinking: (ships: Record<string, boolean>, colors: Record<string, {
9
9
  blinkColors: string[];
10
10
  shipState: string;
11
- }) => void;
11
+ }>) => void;
12
12
  clear: () => void;
13
- handleShipMapEvent: import('lodash-es').DebouncedFunc<(shipsFeature: Feature, type: string, callback?: (id: string) => void) => void>;
13
+ handleShipMapEvent: import('lodash-es').DebouncedFunc<(shipsFeature: Feature | null, type: string, callback?: (id: string) => void) => void>;
14
14
  changeShipScale: (status: string) => void;
15
15
  changeSelectedScale: () => void;
16
- hiddenShipBlink: () => void;
17
- showShipBlink: () => void;
18
16
  };
@@ -5,7 +5,7 @@ import { Style } from 'ol/style';
5
5
 
6
6
  export declare const getShipDirectPath: (ship: ShipInfoVo) => "" | SHIP_DIRECT.left | SHIP_DIRECT.right | SHIP_DIRECT.front;
7
7
  type ShipType = 'ship' | 'triangle';
8
- export declare const createShipStyle: (mapInstance: any, feature: Feature) => Style;
8
+ export declare const createShipStyle: (mapInstance: MapOl, feature: Feature) => Style;
9
9
  export declare const getShipType: (mapInstance: MapOl) => ShipType;
10
10
  export declare const getShipScale: (mapInstance: MapOl, shipData: ShipInfoVo, shipType: ShipType) => number;
11
11
  export declare const selectedShipStyle: (mapInstance: MapOl, shipData: ShipInfoVo) => Overlay;
@@ -14,8 +14,8 @@ export declare const selectedShipStyle: (mapInstance: MapOl, shipData: ShipInfoV
14
14
  * @param shipData
15
15
  */
16
16
  export declare const selectedShipElement: (mapInstance: MapOl, shipData: ShipInfoVo) => HTMLDivElement;
17
- export declare const createLabelStyle: (mapInstance: any, shipData: any) => void;
18
- export declare const createLabelElement: (shipData: any) => HTMLDivElement;
17
+ export declare const createLabelStyle: (mapInstance: MapOl, shipData: ShipInfoVo) => void;
18
+ export declare const createLabelElement: (shipData: ShipInfoVo) => HTMLDivElement;
19
19
  export declare const getRightIcons: (ship: ShipInfoVo) => string[];
20
20
  export declare function getRandomLineDirection(): LineDirection;
21
21
  type LineDirection = 'left-top' | 'left-middle' | 'left-bottom' | 'right-top' | 'right-middle' | 'right-bottom';
@@ -1,8 +1,8 @@
1
- import { Feature, MapBrowserEvent } from 'ol';
1
+ import { Feature, MapBrowserEvent, Map as MapOl } from 'ol';
2
2
  import { ShipTrack } from '../interface/shipTrack';
3
3
 
4
- export declare const useTrackManager: (mapInstance: any) => {
5
- render: (id: string, list: ShipTrack[], color: string, type?: string | undefined, threshold?: number) => Promise<void>;
4
+ export declare const useTrackManager: (mapInstance: MapOl) => {
5
+ render: (id: string, list: ShipTrack[], color: string, type?: string, threshold?: number) => Promise<void>;
6
6
  remove: () => void;
7
7
  play: (id: number | string, speed: number) => void;
8
8
  setCenter: (id?: number | string) => void;
@@ -11,6 +11,6 @@ export declare const useTrackManager: (mapInstance: any) => {
11
11
  id: string;
12
12
  length: string;
13
13
  };
14
- handleTrackMapEvent: (trunkFeature: Feature | undefined, type: string, event: MapBrowserEvent<PointerEvent>) => void;
14
+ handleTrackMapEvent: (trunkFeature: Feature | null, type: string, event?: MapBrowserEvent<PointerEvent>) => void;
15
15
  reRenderTrackLine: import('lodash-es').DebouncedFunc<() => void>;
16
16
  };