zhihao-ui 1.3.14 → 1.3.16
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/{Map-CcYQdjnG.js → Map-BQ7mzhsh.js} +457 -448
- package/dist/es/index.js +1 -1
- package/dist/index.css +1 -1
- package/dist/types/components/Map/Map.vue.d.ts +5 -4
- package/dist/types/components/Map/index.d.ts +15 -12
- package/dist/types/components/Map/utils/events.d.ts +4 -2
- package/dist/umd/index.css +1 -1
- package/dist/umd/index.umd.cjs +19 -19
- package/package.json +1 -1
|
@@ -18,6 +18,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
18
18
|
getView: () => any;
|
|
19
19
|
setCenter: (lon: number, lat: number) => any;
|
|
20
20
|
getSize: () => any;
|
|
21
|
+
getCenter: (lon: number, lat: number) => any;
|
|
21
22
|
layer: {
|
|
22
23
|
setGreenTileVisible: (show: boolean) => any;
|
|
23
24
|
getGreenTileVisible: () => any;
|
|
@@ -44,7 +45,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
44
45
|
remove: (...rest: any[]) => any;
|
|
45
46
|
renderTrack: (...rest: any[]) => any;
|
|
46
47
|
setCenter: (...rest: any[]) => any;
|
|
47
|
-
closeTrack: (
|
|
48
|
+
closeTrack: () => any;
|
|
48
49
|
playTrack: (...rest: any[]) => any;
|
|
49
50
|
};
|
|
50
51
|
port: {
|
|
@@ -71,9 +72,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
|
|
|
71
72
|
reset: () => any;
|
|
72
73
|
};
|
|
73
74
|
utils: {
|
|
74
|
-
getCalculateExtent: () => any;
|
|
75
|
-
convertSixHundredThousandToLatLng: () => any;
|
|
76
|
-
calculateCirclePoints: () => any;
|
|
75
|
+
getCalculateExtent: (...reset: any[]) => any;
|
|
76
|
+
convertSixHundredThousandToLatLng: (...reset: any[]) => any;
|
|
77
|
+
calculateCirclePoints: (center: [number, number], radiusInKilometers: number) => any;
|
|
77
78
|
};
|
|
78
79
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
|
|
79
80
|
zoom: number;
|
|
@@ -50,6 +50,7 @@ export declare const ZhMap: {
|
|
|
50
50
|
getView: () => any;
|
|
51
51
|
setCenter: (lon: number, lat: number) => any;
|
|
52
52
|
getSize: () => any;
|
|
53
|
+
getCenter: (lon: number, lat: number) => any;
|
|
53
54
|
layer: {
|
|
54
55
|
setGreenTileVisible: (show: boolean) => any;
|
|
55
56
|
getGreenTileVisible: () => any;
|
|
@@ -76,7 +77,7 @@ export declare const ZhMap: {
|
|
|
76
77
|
remove: (...rest: any[]) => any;
|
|
77
78
|
renderTrack: (...rest: any[]) => any;
|
|
78
79
|
setCenter: (...rest: any[]) => any;
|
|
79
|
-
closeTrack: (
|
|
80
|
+
closeTrack: () => any;
|
|
80
81
|
playTrack: (...rest: any[]) => any;
|
|
81
82
|
};
|
|
82
83
|
port: {
|
|
@@ -103,9 +104,9 @@ export declare const ZhMap: {
|
|
|
103
104
|
reset: () => any;
|
|
104
105
|
};
|
|
105
106
|
utils: {
|
|
106
|
-
getCalculateExtent: () => any;
|
|
107
|
-
convertSixHundredThousandToLatLng: () => any;
|
|
108
|
-
calculateCirclePoints: () => any;
|
|
107
|
+
getCalculateExtent: (...reset: any[]) => any;
|
|
108
|
+
convertSixHundredThousandToLatLng: (...reset: any[]) => any;
|
|
109
|
+
calculateCirclePoints: (center: [number, number], radiusInKilometers: number) => any;
|
|
109
110
|
};
|
|
110
111
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, import('vue').PublicProps, {
|
|
111
112
|
center: import('ol/coordinate').Coordinate;
|
|
@@ -176,6 +177,7 @@ export declare const ZhMap: {
|
|
|
176
177
|
getView: () => any;
|
|
177
178
|
setCenter: (lon: number, lat: number) => any;
|
|
178
179
|
getSize: () => any;
|
|
180
|
+
getCenter: (lon: number, lat: number) => any;
|
|
179
181
|
layer: {
|
|
180
182
|
setGreenTileVisible: (show: boolean) => any;
|
|
181
183
|
getGreenTileVisible: () => any;
|
|
@@ -202,7 +204,7 @@ export declare const ZhMap: {
|
|
|
202
204
|
remove: (...rest: any[]) => any;
|
|
203
205
|
renderTrack: (...rest: any[]) => any;
|
|
204
206
|
setCenter: (...rest: any[]) => any;
|
|
205
|
-
closeTrack: (
|
|
207
|
+
closeTrack: () => any;
|
|
206
208
|
playTrack: (...rest: any[]) => any;
|
|
207
209
|
};
|
|
208
210
|
port: {
|
|
@@ -229,9 +231,9 @@ export declare const ZhMap: {
|
|
|
229
231
|
reset: () => any;
|
|
230
232
|
};
|
|
231
233
|
utils: {
|
|
232
|
-
getCalculateExtent: () => any;
|
|
233
|
-
convertSixHundredThousandToLatLng: () => any;
|
|
234
|
-
calculateCirclePoints: () => any;
|
|
234
|
+
getCalculateExtent: (...reset: any[]) => any;
|
|
235
|
+
convertSixHundredThousandToLatLng: (...reset: any[]) => any;
|
|
236
|
+
calculateCirclePoints: (center: [number, number], radiusInKilometers: number) => any;
|
|
235
237
|
};
|
|
236
238
|
}, {}, {}, {}, {
|
|
237
239
|
center: import('ol/coordinate').Coordinate;
|
|
@@ -299,6 +301,7 @@ export declare const ZhMap: {
|
|
|
299
301
|
getView: () => any;
|
|
300
302
|
setCenter: (lon: number, lat: number) => any;
|
|
301
303
|
getSize: () => any;
|
|
304
|
+
getCenter: (lon: number, lat: number) => any;
|
|
302
305
|
layer: {
|
|
303
306
|
setGreenTileVisible: (show: boolean) => any;
|
|
304
307
|
getGreenTileVisible: () => any;
|
|
@@ -325,7 +328,7 @@ export declare const ZhMap: {
|
|
|
325
328
|
remove: (...rest: any[]) => any;
|
|
326
329
|
renderTrack: (...rest: any[]) => any;
|
|
327
330
|
setCenter: (...rest: any[]) => any;
|
|
328
|
-
closeTrack: (
|
|
331
|
+
closeTrack: () => any;
|
|
329
332
|
playTrack: (...rest: any[]) => any;
|
|
330
333
|
};
|
|
331
334
|
port: {
|
|
@@ -352,9 +355,9 @@ export declare const ZhMap: {
|
|
|
352
355
|
reset: () => any;
|
|
353
356
|
};
|
|
354
357
|
utils: {
|
|
355
|
-
getCalculateExtent: () => any;
|
|
356
|
-
convertSixHundredThousandToLatLng: () => any;
|
|
357
|
-
calculateCirclePoints: () => any;
|
|
358
|
+
getCalculateExtent: (...reset: any[]) => any;
|
|
359
|
+
convertSixHundredThousandToLatLng: (...reset: any[]) => any;
|
|
360
|
+
calculateCirclePoints: (center: [number, number], radiusInKilometers: number) => any;
|
|
358
361
|
};
|
|
359
362
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, {
|
|
360
363
|
center: import('ol/coordinate').Coordinate;
|
|
@@ -1,2 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { Map } from 'ol';
|
|
2
|
+
|
|
3
|
+
export declare const disableDoubleClickZoom: (mapInstance: Map) => void;
|
|
4
|
+
export declare const enableDoubleClickZoom: (mapInstance: Map) => void;
|