@arcgis/ai-agents 5.1.0-next.111 → 5.1.0-next.113

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/README.md CHANGED
@@ -6,5 +6,5 @@ The ArcGIS Maps SDK for JavaScript provides a suite of ready-to-use UI component
6
6
 
7
7
  ## License
8
8
 
9
- This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.0/LICENSE.txt.
10
- For third party notices, see https://js.arcgis.com/5.0/third-party-notices.txt.
9
+ This package is licensed under the terms described in the `LICENSE.md` file, located in the root of the package, and at https://js.arcgis.com/5.1/LICENSE.txt.
10
+ For third party notices, see https://js.arcgis.com/5.1/third-party-notices.txt.
@@ -1,2 +1,2 @@
1
1
  import { default as LinkChartView } from '@arcgis/core/views/LinkChartView.js';
2
- export declare function executeChangeNonspatialVisibility(setting: "hidden" | "visible", linkChartView: LinkChartView): string;
2
+ export declare function executeChangeNonspatialVisibility(setting: "hidden" | "visible", linkChartView: LinkChartView): Promise<string>;
@@ -2,3 +2,4 @@ import { default as LinkChartView } from '@arcgis/core/views/LinkChartView.js';
2
2
  import { default as MapView } from '@arcgis/core/views/MapView.js';
3
3
  export declare function validateMapLayers(mapView: MapView): void;
4
4
  export declare function isMapView(view: LinkChartView | MapView | undefined): view is MapView;
5
+ export declare function zoomToLinkChartExtent(view: LinkChartView | MapView | undefined): Promise<void>;