@types/mapbox__mapbox-gl-geocoder 4.7.1 → 4.7.2
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.
|
@@ -8,7 +8,7 @@ This package contains type definitions for @mapbox/mapbox-gl-geocoder (https://g
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__mapbox-gl-geocoder.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Tue, 18 Jan 2022 18:31:36 GMT
|
|
12
12
|
* Dependencies: [@types/mapbox-gl](https://npmjs.com/package/@types/mapbox-gl), [@types/geojson](https://npmjs.com/package/@types/geojson)
|
|
13
13
|
* Global values: `MapboxGeocoder`
|
|
14
14
|
|
|
@@ -167,9 +167,8 @@ declare class MapboxGeocoder implements mapboxgl.IControl {
|
|
|
167
167
|
/**
|
|
168
168
|
* Clear and then focus the input.
|
|
169
169
|
* [ev] the event that triggered the clear, if available
|
|
170
|
-
*
|
|
171
170
|
*/
|
|
172
|
-
clear(ev
|
|
171
|
+
clear(ev?: Event): void;
|
|
173
172
|
/**
|
|
174
173
|
* Set & query the input
|
|
175
174
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/mapbox__mapbox-gl-geocoder",
|
|
3
|
-
"version": "4.7.
|
|
3
|
+
"version": "4.7.2",
|
|
4
4
|
"description": "TypeScript definitions for @mapbox/mapbox-gl-geocoder",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__mapbox-gl-geocoder",
|
|
6
6
|
"license": "MIT",
|
|
@@ -28,6 +28,6 @@
|
|
|
28
28
|
"@types/geojson": "*",
|
|
29
29
|
"@types/mapbox-gl": "*"
|
|
30
30
|
},
|
|
31
|
-
"typesPublisherContentHash": "
|
|
32
|
-
"typeScriptVersion": "3.
|
|
31
|
+
"typesPublisherContentHash": "2906ed6a154b87dce1a2dafbaebe5db93cb5652ddb956280890e15bed06dfdd0",
|
|
32
|
+
"typeScriptVersion": "3.8"
|
|
33
33
|
}
|