@arcgis/toolkit 5.1.0-next.66 → 5.1.0-next.68
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/intl/index.d.cts +1 -1
- package/dist/intl/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/intl/index.d.cts
CHANGED
|
@@ -2,7 +2,7 @@ declare const supportedLocalesArray: ["ar", "bg", "bs", "ca", "cs", "da", "de",
|
|
|
2
2
|
/**
|
|
3
3
|
* The list of supported locales for ArcGIS Maps SDK for JavaScript components.
|
|
4
4
|
*/
|
|
5
|
-
export declare const supportedLocales: Set<"
|
|
5
|
+
export declare const supportedLocales: Set<"hr" | "th" | "tr" | "el" | "ar" | "bg" | "bs" | "ca" | "cs" | "da" | "de" | "en" | "es" | "et" | "fi" | "fr" | "he" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "nl" | "nb" | "no" | "pl" | "pt-BR" | "pt-PT" | "ro" | "ru" | "sk" | "sl" | "sr" | "sv" | "uk" | "vi" | "zh-CN" | "zh-HK" | "zh-TW">;
|
|
6
6
|
/**
|
|
7
7
|
* TypeScript union type for each locale supported by WebGIS SDK
|
|
8
8
|
*/
|
package/dist/intl/index.d.ts
CHANGED
|
@@ -2,7 +2,7 @@ declare const supportedLocalesArray: ["ar", "bg", "bs", "ca", "cs", "da", "de",
|
|
|
2
2
|
/**
|
|
3
3
|
* The list of supported locales for ArcGIS Maps SDK for JavaScript components.
|
|
4
4
|
*/
|
|
5
|
-
export declare const supportedLocales: Set<"
|
|
5
|
+
export declare const supportedLocales: Set<"hr" | "th" | "tr" | "el" | "ar" | "bg" | "bs" | "ca" | "cs" | "da" | "de" | "en" | "es" | "et" | "fi" | "fr" | "he" | "hu" | "id" | "it" | "ja" | "ko" | "lt" | "lv" | "nl" | "nb" | "no" | "pl" | "pt-BR" | "pt-PT" | "ro" | "ru" | "sk" | "sl" | "sr" | "sv" | "uk" | "vi" | "zh-CN" | "zh-HK" | "zh-TW">;
|
|
6
6
|
/**
|
|
7
7
|
* TypeScript union type for each locale supported by WebGIS SDK
|
|
8
8
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/toolkit",
|
|
3
|
-
"version": "5.1.0-next.
|
|
3
|
+
"version": "5.1.0-next.68",
|
|
4
4
|
"description": "Collection of common internal patterns and utilities for ArcGIS Maps SDK for JavaScript components.",
|
|
5
5
|
"homepage": "https://developers.arcgis.com/javascript/latest/",
|
|
6
6
|
"sideEffects": false,
|