@arcgis/toolkit 5.1.0-next.3 → 5.1.0-next.30
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/log/index.d.cts +3 -3
- package/dist/log/index.d.ts +3 -3
- package/dist/string/index.d.cts +1 -1
- package/dist/string/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/log/index.d.cts
CHANGED
|
@@ -19,15 +19,15 @@ type LogOptions = {
|
|
|
19
19
|
type EsriConfig = {
|
|
20
20
|
log: {
|
|
21
21
|
/**
|
|
22
|
-
* @link {https://developers.arcgis.com/javascript/latest/
|
|
22
|
+
* @link {https://developers.arcgis.com/javascript/latest/references/core/config/#LogInterceptor}
|
|
23
23
|
*/
|
|
24
24
|
interceptors?: ((level: LogLevel | "none", module: string, ...args: any[]) => void)[];
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
|
-
* Workaround for setting {@link https://developers.arcgis.com/javascript/latest/
|
|
28
|
+
* Workaround for setting {@link https://developers.arcgis.com/javascript/latest/references/core/config/#log log interceptors} and maintaining compatibility with {@link https://devtopia.esri.com/WebGIS/arcgis-websceneviewer-app/blob/8f0a1bbcf12d1193134d94589d9e187f0afa72fa/src/js/support/ApiLoggerInstrumentation.ts#L17 js-api's interceptor usage}.
|
|
29
29
|
* @see {@link https://devtopia.esri.com/WebGIS/arcgis-js-api/discussions/74935}
|
|
30
|
-
* @param config {@link https://developers.arcgis.com/javascript/latest/
|
|
30
|
+
* @param config {@link https://developers.arcgis.com/javascript/latest/references/core/config/}
|
|
31
31
|
* @example
|
|
32
32
|
* ```ts
|
|
33
33
|
* // IMPORTANT: do this only in config.ts or another early-loaded module
|
package/dist/log/index.d.ts
CHANGED
|
@@ -19,15 +19,15 @@ type LogOptions = {
|
|
|
19
19
|
type EsriConfig = {
|
|
20
20
|
log: {
|
|
21
21
|
/**
|
|
22
|
-
* @link {https://developers.arcgis.com/javascript/latest/
|
|
22
|
+
* @link {https://developers.arcgis.com/javascript/latest/references/core/config/#LogInterceptor}
|
|
23
23
|
*/
|
|
24
24
|
interceptors?: ((level: LogLevel | "none", module: string, ...args: any[]) => void)[];
|
|
25
25
|
};
|
|
26
26
|
};
|
|
27
27
|
/**
|
|
28
|
-
* Workaround for setting {@link https://developers.arcgis.com/javascript/latest/
|
|
28
|
+
* Workaround for setting {@link https://developers.arcgis.com/javascript/latest/references/core/config/#log log interceptors} and maintaining compatibility with {@link https://devtopia.esri.com/WebGIS/arcgis-websceneviewer-app/blob/8f0a1bbcf12d1193134d94589d9e187f0afa72fa/src/js/support/ApiLoggerInstrumentation.ts#L17 js-api's interceptor usage}.
|
|
29
29
|
* @see {@link https://devtopia.esri.com/WebGIS/arcgis-js-api/discussions/74935}
|
|
30
|
-
* @param config {@link https://developers.arcgis.com/javascript/latest/
|
|
30
|
+
* @param config {@link https://developers.arcgis.com/javascript/latest/references/core/config/}
|
|
31
31
|
* @example
|
|
32
32
|
* ```ts
|
|
33
33
|
* // IMPORTANT: do this only in config.ts or another early-loaded module
|
package/dist/string/index.d.cts
CHANGED
|
@@ -101,6 +101,6 @@ export declare const getPreamble: (version: string) => string;
|
|
|
101
101
|
* Replace values in a string using the format {valueName} with the value from the values object.
|
|
102
102
|
* If the value is not found in the values object, then the value is not replaced.
|
|
103
103
|
*
|
|
104
|
-
* @deprecated Import from https://next.gha.afd.arcgis.com/javascript/latest/
|
|
104
|
+
* @deprecated Import from https://next.gha.afd.arcgis.com/javascript/latest/references/core/intl/#substitute instead
|
|
105
105
|
*/
|
|
106
106
|
export declare const setValuesInString: (message: string | null | undefined, values?: Record<string, string>) => string;
|
package/dist/string/index.d.ts
CHANGED
|
@@ -101,6 +101,6 @@ export declare const getPreamble: (version: string) => string;
|
|
|
101
101
|
* Replace values in a string using the format {valueName} with the value from the values object.
|
|
102
102
|
* If the value is not found in the values object, then the value is not replaced.
|
|
103
103
|
*
|
|
104
|
-
* @deprecated Import from https://next.gha.afd.arcgis.com/javascript/latest/
|
|
104
|
+
* @deprecated Import from https://next.gha.afd.arcgis.com/javascript/latest/references/core/intl/#substitute instead
|
|
105
105
|
*/
|
|
106
106
|
export declare const setValuesInString: (message: string | null | undefined, values?: Record<string, string>) => string;
|
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.30",
|
|
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,
|