@arcgis/core-adapter 4.33.0-next.92 → 4.33.0-next.94
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1608,7 +1608,7 @@ export declare function newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewMode
|
|
|
1608
1608
|
export declare function importWidgetsUtilityNetworkValidateTopology(): Promise<typeof __esri.UtilityNetworkValidateTopology>;
|
|
1609
1609
|
export declare function newWidgetsUtilityNetworkValidateTopology(properties: __esri.UtilityNetworkValidateTopologyProperties): Promise<__esri.UtilityNetworkValidateTopology>;
|
|
1610
1610
|
export declare function importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel(): Promise<typeof __esri.UtilityNetworkValidateTopologyViewModel>;
|
|
1611
|
-
export declare function newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel(properties:
|
|
1611
|
+
export declare function newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel(properties: __esri.UtilityNetworkValidateTopologyViewModelProperties): Promise<__esri.UtilityNetworkValidateTopologyViewModel>;
|
|
1612
1612
|
export declare function importWidgetsValuePicker(): Promise<typeof __esri.ValuePicker>;
|
|
1613
1613
|
export declare function newWidgetsValuePicker(properties: __esri.ValuePickerProperties): Promise<__esri.ValuePicker>;
|
|
1614
1614
|
export declare function importWidgetsValuePickerValuePickerCollection(): Promise<typeof __esri.ValuePickerCollection>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1608,7 +1608,7 @@ export declare function newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewMode
|
|
|
1608
1608
|
export declare function importWidgetsUtilityNetworkValidateTopology(): Promise<typeof __esri.UtilityNetworkValidateTopology>;
|
|
1609
1609
|
export declare function newWidgetsUtilityNetworkValidateTopology(properties: __esri.UtilityNetworkValidateTopologyProperties): Promise<__esri.UtilityNetworkValidateTopology>;
|
|
1610
1610
|
export declare function importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel(): Promise<typeof __esri.UtilityNetworkValidateTopologyViewModel>;
|
|
1611
|
-
export declare function newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel(properties:
|
|
1611
|
+
export declare function newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel(properties: __esri.UtilityNetworkValidateTopologyViewModelProperties): Promise<__esri.UtilityNetworkValidateTopologyViewModel>;
|
|
1612
1612
|
export declare function importWidgetsValuePicker(): Promise<typeof __esri.ValuePicker>;
|
|
1613
1613
|
export declare function newWidgetsValuePicker(properties: __esri.ValuePickerProperties): Promise<__esri.ValuePicker>;
|
|
1614
1614
|
export declare function importWidgetsValuePickerValuePickerCollection(): Promise<typeof __esri.ValuePickerCollection>;
|