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/dist/atlas-core-snr.js
CHANGED
|
@@ -51096,7 +51096,7 @@ uniform ${precision} ${type} u_${name};
|
|
|
51096
51096
|
return Url;
|
|
51097
51097
|
}());
|
|
51098
51098
|
|
|
51099
|
-
var version = "3.1.
|
|
51099
|
+
var version = "3.1.1";
|
|
51100
51100
|
|
|
51101
51101
|
/**
|
|
51102
51102
|
* A helper class that provides methods for getting various forms of the map controls current version.
|
|
@@ -72122,10 +72122,10 @@ uniform ${precision} ${type} u_${name};
|
|
|
72122
72122
|
*/
|
|
72123
72123
|
_this["enable-accessibility"] = _this.enableAccessibility;
|
|
72124
72124
|
/**
|
|
72125
|
-
* Enable fallback to geocoder for
|
|
72125
|
+
* Enable the fallback to the REST API geocoder for detecting location accessibility if extracting location from vector data fails.
|
|
72126
|
+
* Disabling this option will prevent the generation of geocode API requests but may lead to a lack of location information for screen readers.
|
|
72126
72127
|
* default: true
|
|
72127
72128
|
* @default true
|
|
72128
|
-
* @internal
|
|
72129
72129
|
*/
|
|
72130
72130
|
_this.enableAccessibilityLocationFallback = true;
|
|
72131
72131
|
/**
|
package/dist/atlas-core.js
CHANGED
|
@@ -51096,7 +51096,7 @@ uniform ${precision} ${type} u_${name};
|
|
|
51096
51096
|
return Url;
|
|
51097
51097
|
}());
|
|
51098
51098
|
|
|
51099
|
-
var version$2 = "3.1.
|
|
51099
|
+
var version$2 = "3.1.1";
|
|
51100
51100
|
|
|
51101
51101
|
/**
|
|
51102
51102
|
* A helper class that provides methods for getting various forms of the map controls current version.
|
|
@@ -95783,10 +95783,10 @@ uniform ${precision} ${type} u_${name};
|
|
|
95783
95783
|
*/
|
|
95784
95784
|
_this["enable-accessibility"] = _this.enableAccessibility;
|
|
95785
95785
|
/**
|
|
95786
|
-
* Enable fallback to geocoder for
|
|
95786
|
+
* Enable the fallback to the REST API geocoder for detecting location accessibility if extracting location from vector data fails.
|
|
95787
|
+
* Disabling this option will prevent the generation of geocode API requests but may lead to a lack of location information for screen readers.
|
|
95787
95788
|
* default: true
|
|
95788
95789
|
* @default true
|
|
95789
|
-
* @internal
|
|
95790
95790
|
*/
|
|
95791
95791
|
_this.enableAccessibilityLocationFallback = true;
|
|
95792
95792
|
/**
|