@arcgis/toolkit 5.2.0-next.10 → 5.2.0-next.11
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/dom/index.d.ts +1 -1
- package/dist/promise/index.d.ts +1 -1
- package/dist/url/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/dom/index.d.ts
CHANGED
|
@@ -38,7 +38,7 @@ export declare const observeAncestorsMutation: (element: Node, attributeFilter:
|
|
|
38
38
|
* @returns The closest element that matches the selector or null if not found.
|
|
39
39
|
*
|
|
40
40
|
* @remarks
|
|
41
|
-
* This is similar to [Element.closest()](https://developer.mozilla.org/
|
|
41
|
+
* This is similar to [Element.closest()](https://developer.mozilla.org/docs/Web/API/Element/closest),
|
|
42
42
|
* but the DOM's utility only looks up until the first shadow boundary.
|
|
43
43
|
*
|
|
44
44
|
* @example
|
package/dist/promise/index.d.ts
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
*
|
|
12
12
|
* @deprecated
|
|
13
13
|
* If browser support permits, prefer using
|
|
14
|
-
* [Promise.withResolvers()](https://developer.mozilla.org/
|
|
14
|
+
* [Promise.withResolvers()](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Promise/withResolvers)
|
|
15
15
|
*/
|
|
16
16
|
export declare class Deferred<T> {
|
|
17
17
|
/**
|
package/dist/url/index.d.ts
CHANGED
|
@@ -12,7 +12,7 @@ export declare const hasSameOrigin: (url1: string | null | undefined, url2: stri
|
|
|
12
12
|
* @param url The url string to test
|
|
13
13
|
* @returns True if the string is a URL.
|
|
14
14
|
*
|
|
15
|
-
* @remarks If browser support permits, use https://developer.mozilla.org/
|
|
15
|
+
* @remarks If browser support permits, use https://developer.mozilla.org/docs/Web/API/URL/parse_static instead
|
|
16
16
|
* @privateRemarks TODO: DEPRECATE
|
|
17
17
|
*/
|
|
18
18
|
export declare const isURL: (url: string) => boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/toolkit",
|
|
3
|
-
"version": "5.2.0-next.
|
|
3
|
+
"version": "5.2.0-next.11",
|
|
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,
|