azure-maps-control 2.3.4 → 2.3.5
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.js +3 -3
- package/dist/atlas-core-bare.js +21 -20
- package/dist/atlas-core-bare.min.js +1 -1
- package/dist/atlas-core-snr.js +3 -3
- package/dist/atlas-core.js +21 -20
- package/dist/atlas-core.min.js +1 -1
- package/dist/atlas.js +21 -20
- package/dist/atlas.min.js +1 -1
- package/package.json +1 -1
- package/typings/index.d.ts +2 -2
package/package.json
CHANGED
package/typings/index.d.ts
CHANGED
|
@@ -4662,8 +4662,8 @@ declare namespace atlas {
|
|
|
4662
4662
|
*/
|
|
4663
4663
|
styleAPIVersion?: string;
|
|
4664
4664
|
/**
|
|
4665
|
-
* Enable accessibility
|
|
4666
|
-
*
|
|
4665
|
+
* Enable the accessibility feature to provide screen reader support for users who have difficulty visualizing the web application.
|
|
4666
|
+
* This property is set to true by default.
|
|
4667
4667
|
* @default true
|
|
4668
4668
|
*/
|
|
4669
4669
|
enableAccessibility?: boolean;
|