azure-maps-control 3.1.0 → 3.1.1
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/atlas-core-bare-snr-min.js +1 -1
- package/dist/atlas-core-bare-snr.js +3 -3
- package/dist/atlas-core-bare.js +3 -3
- package/dist/atlas-core-bare.min.js +1 -1
- package/dist/atlas-core-snr.js +3 -3
- package/dist/atlas-core.js +3 -3
- package/dist/atlas-core.min.js +1 -1
- package/dist/atlas-esm.js +467 -552
- package/dist/atlas-esm.min.js +1 -1
- package/dist/atlas.js +467 -552
- package/dist/atlas.min.js +4 -4
- package/package.json +3 -3
- package/thirdpartynotices.txt +0 -0
- package/typings/index.d.ts +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "azure-maps-control",
|
|
3
3
|
"author": "Microsoft Corporation",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.1",
|
|
5
5
|
"description": "Map SDK for Azure Maps",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"azure",
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@mapbox/mapbox-gl-rtl-text": "^0.2.3",
|
|
43
|
-
"@microsoft/applicationinsights-web": "^3.0.
|
|
43
|
+
"@microsoft/applicationinsights-web": "^3.0.7",
|
|
44
44
|
"@playwright/test": "^1.40.0",
|
|
45
45
|
"@rollup/plugin-commonjs": "^25.0.4",
|
|
46
46
|
"@rollup/plugin-json": "^6.0.0",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"azuremaps-maplibre-gl": "^3.6.1",
|
|
57
57
|
"canvas": "^2.10.2",
|
|
58
58
|
"es-abstract": "^1.22.1",
|
|
59
|
-
"eslint": "^8.
|
|
59
|
+
"eslint": "^8.55.0",
|
|
60
60
|
"eslint-plugin-security": "^1.5.0",
|
|
61
61
|
"estree-walker": "^3.0.0",
|
|
62
62
|
"fs-extra": "^11.0.0",
|
package/thirdpartynotices.txt
CHANGED
|
Binary file
|
package/typings/index.d.ts
CHANGED
|
@@ -4831,10 +4831,10 @@ declare namespace atlas {
|
|
|
4831
4831
|
*/
|
|
4832
4832
|
enableAccessibility?: boolean;
|
|
4833
4833
|
/**
|
|
4834
|
-
* Enable fallback to geocoder for
|
|
4834
|
+
* Enable the fallback to the REST API geocoder for detecting location accessibility if extracting location from vector data fails.
|
|
4835
|
+
* Disabling this option will prevent the generation of geocode API requests but may lead to a lack of location information for screen readers.
|
|
4835
4836
|
* default: true
|
|
4836
4837
|
* @default true
|
|
4837
|
-
* @internal
|
|
4838
4838
|
*/
|
|
4839
4839
|
enableAccessibilityLocationFallback?: boolean;
|
|
4840
4840
|
/**
|