@arcgis/core-adapter 4.33.0-next.74 → 4.33.0-next.76

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/index.d.cts CHANGED
@@ -22,7 +22,7 @@ export declare function newCamera(properties: __esri.CameraProperties): Promise<
22
22
  export declare function importCameraLayout(): Promise<typeof __esri.CameraLayout>;
23
23
  export declare function newCameraLayout(properties: __esri.CameraLayoutProperties): Promise<__esri.CameraLayout>;
24
24
  export declare function importColor(): Promise<typeof __esri.Color>;
25
- export declare function newColor(color: any): Promise<__esri.Color>;
25
+ export declare function newColor(color: string | number[] | number[] | __esri.RGBA): Promise<__esri.Color>;
26
26
  export declare function importAnalysisAreaMeasurementAnalysis(): Promise<typeof __esri.AreaMeasurementAnalysis>;
27
27
  export declare function newAnalysisAreaMeasurementAnalysis(properties: __esri.AreaMeasurementAnalysisProperties): Promise<__esri.AreaMeasurementAnalysis>;
28
28
  export declare function importAnalysisDimensionAnalysis(): Promise<typeof __esri.DimensionAnalysis>;
@@ -50,7 +50,7 @@ export declare function newAnalysisViewshedAnalysis(properties: __esri.ViewshedA
50
50
  export declare function importCoreAccessor(): Promise<typeof __esri.Accessor>;
51
51
  export declare function newCoreAccessor(obj: any): Promise<__esri.Accessor>;
52
52
  export declare function importCoreCollection(): Promise<typeof __esri.Collection>;
53
- export declare function newCoreCollection(values: any[] | __esri.Collection<any>): Promise<__esri.Collection>;
53
+ export declare function newCoreCollection(values: any[] | any[] | __esri.Collection<any>): Promise<__esri.Collection>;
54
54
  export declare function importCoreError(): Promise<typeof __esri.Error>;
55
55
  export declare function newCoreError(name: string, message: string, details: any): Promise<__esri.Error>;
56
56
  export declare function importCoreHandles(): Promise<typeof __esri.Handles>;
package/dist/index.d.ts CHANGED
@@ -22,7 +22,7 @@ export declare function newCamera(properties: __esri.CameraProperties): Promise<
22
22
  export declare function importCameraLayout(): Promise<typeof __esri.CameraLayout>;
23
23
  export declare function newCameraLayout(properties: __esri.CameraLayoutProperties): Promise<__esri.CameraLayout>;
24
24
  export declare function importColor(): Promise<typeof __esri.Color>;
25
- export declare function newColor(color: any): Promise<__esri.Color>;
25
+ export declare function newColor(color: string | number[] | number[] | __esri.RGBA): Promise<__esri.Color>;
26
26
  export declare function importAnalysisAreaMeasurementAnalysis(): Promise<typeof __esri.AreaMeasurementAnalysis>;
27
27
  export declare function newAnalysisAreaMeasurementAnalysis(properties: __esri.AreaMeasurementAnalysisProperties): Promise<__esri.AreaMeasurementAnalysis>;
28
28
  export declare function importAnalysisDimensionAnalysis(): Promise<typeof __esri.DimensionAnalysis>;
@@ -50,7 +50,7 @@ export declare function newAnalysisViewshedAnalysis(properties: __esri.ViewshedA
50
50
  export declare function importCoreAccessor(): Promise<typeof __esri.Accessor>;
51
51
  export declare function newCoreAccessor(obj: any): Promise<__esri.Accessor>;
52
52
  export declare function importCoreCollection(): Promise<typeof __esri.Collection>;
53
- export declare function newCoreCollection(values: any[] | __esri.Collection<any>): Promise<__esri.Collection>;
53
+ export declare function newCoreCollection(values: any[] | any[] | __esri.Collection<any>): Promise<__esri.Collection>;
54
54
  export declare function importCoreError(): Promise<typeof __esri.Error>;
55
55
  export declare function newCoreError(name: string, message: string, details: any): Promise<__esri.Error>;
56
56
  export declare function importCoreHandles(): Promise<typeof __esri.Handles>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/core-adapter",
3
- "version": "4.33.0-next.74",
3
+ "version": "4.33.0-next.76",
4
4
  "description": "ArcGIS Core Adapter",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",