@arcgis/core-adapter 4.34.0-next.106 → 4.34.0-next.108
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.cjs +42 -26
- package/dist/index.d.cts +6 -4
- package/dist/index.d.ts +6 -4
- package/dist/index.js +42 -26
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1063,28 +1063,6 @@ async function newGraphicGeoRSSGraphicOrigin(layer) {
|
|
|
1063
1063
|
const ModConstructor = await importGraphicGeoRSSGraphicOrigin();
|
|
1064
1064
|
return new ModConstructor(layer);
|
|
1065
1065
|
}
|
|
1066
|
-
async function importGraphicIntegratedMesh3DTilesGraphicOrigin() {
|
|
1067
|
-
if (isAMD) {
|
|
1068
|
-
return await window.$arcgis.import("esri/graphic/IntegratedMesh3DTilesGraphicOrigin");
|
|
1069
|
-
}
|
|
1070
|
-
const module2 = await import("@arcgis/core/graphic/IntegratedMesh3DTilesGraphicOrigin.js");
|
|
1071
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1072
|
-
}
|
|
1073
|
-
async function newGraphicIntegratedMesh3DTilesGraphicOrigin(layer) {
|
|
1074
|
-
const ModConstructor = await importGraphicIntegratedMesh3DTilesGraphicOrigin();
|
|
1075
|
-
return new ModConstructor(layer);
|
|
1076
|
-
}
|
|
1077
|
-
async function importGraphicIntegratedMeshGraphicOrigin() {
|
|
1078
|
-
if (isAMD) {
|
|
1079
|
-
return await window.$arcgis.import("esri/graphic/IntegratedMeshGraphicOrigin");
|
|
1080
|
-
}
|
|
1081
|
-
const module2 = await import("@arcgis/core/graphic/IntegratedMeshGraphicOrigin.js");
|
|
1082
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1083
|
-
}
|
|
1084
|
-
async function newGraphicIntegratedMeshGraphicOrigin(layer) {
|
|
1085
|
-
const ModConstructor = await importGraphicIntegratedMeshGraphicOrigin();
|
|
1086
|
-
return new ModConstructor(layer);
|
|
1087
|
-
}
|
|
1088
1066
|
async function importGraphicKnowledgeGraphGraphicOrigin() {
|
|
1089
1067
|
if (isAMD) {
|
|
1090
1068
|
return await window.$arcgis.import("esri/graphic/KnowledgeGraphGraphicOrigin");
|
|
@@ -5133,6 +5111,17 @@ async function newRestSupportJobInfo(properties) {
|
|
|
5133
5111
|
const ModConstructor = await importRestSupportJobInfo();
|
|
5134
5112
|
return new ModConstructor(properties);
|
|
5135
5113
|
}
|
|
5114
|
+
async function importRestSupportLastMileDeliveryParameters() {
|
|
5115
|
+
if (isAMD) {
|
|
5116
|
+
return await window.$arcgis.import("esri/rest/support/LastMileDeliveryParameters");
|
|
5117
|
+
}
|
|
5118
|
+
const module2 = await import("@arcgis/core/rest/support/LastMileDeliveryParameters.js");
|
|
5119
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5120
|
+
}
|
|
5121
|
+
async function newRestSupportLastMileDeliveryParameters(properties) {
|
|
5122
|
+
const ModConstructor = await importRestSupportLastMileDeliveryParameters();
|
|
5123
|
+
return new ModConstructor(properties);
|
|
5124
|
+
}
|
|
5136
5125
|
async function importRestSupportLegendLayer() {
|
|
5137
5126
|
if (isAMD) {
|
|
5138
5127
|
return await window.$arcgis.import("esri/rest/support/LegendLayer");
|
|
@@ -6244,6 +6233,17 @@ async function newViews2dViewState(properties) {
|
|
|
6244
6233
|
const ModConstructor = await importViews2dViewState();
|
|
6245
6234
|
return new ModConstructor(properties);
|
|
6246
6235
|
}
|
|
6236
|
+
async function importViews2dAnalysisElevationProfileAnalysisView2D() {
|
|
6237
|
+
if (isAMD) {
|
|
6238
|
+
return await window.$arcgis.import("esri/views/2d/analysis/ElevationProfileAnalysisView2D");
|
|
6239
|
+
}
|
|
6240
|
+
const module2 = await import("@arcgis/core/views/2d/analysis/ElevationProfileAnalysisView2D.js");
|
|
6241
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6242
|
+
}
|
|
6243
|
+
async function newViews2dAnalysisElevationProfileAnalysisView2D(properties) {
|
|
6244
|
+
const ModConstructor = await importViews2dAnalysisElevationProfileAnalysisView2D();
|
|
6245
|
+
return new ModConstructor(properties);
|
|
6246
|
+
}
|
|
6247
6247
|
async function importViews2dLayersBaseLayerView2D() {
|
|
6248
6248
|
if (isAMD) {
|
|
6249
6249
|
return await window.$arcgis.import("esri/views/2d/layers/BaseLayerView2D");
|
|
@@ -10090,6 +10090,13 @@ async function importGeometryOperatorsGeodeticLengthOperator() {
|
|
|
10090
10090
|
const module2 = await import("@arcgis/core/geometry/operators/geodeticLengthOperator.js");
|
|
10091
10091
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10092
10092
|
}
|
|
10093
|
+
async function importGeometryOperatorsGeodeticUtilsOperator() {
|
|
10094
|
+
if (isAMD) {
|
|
10095
|
+
return await window.$arcgis.import("esri/geometry/operators/geodeticUtilsOperator");
|
|
10096
|
+
}
|
|
10097
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodeticUtilsOperator.js");
|
|
10098
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10099
|
+
}
|
|
10093
10100
|
async function importGeometryOperatorsGraphicBufferOperator() {
|
|
10094
10101
|
if (isAMD) {
|
|
10095
10102
|
return await window.$arcgis.import("esri/geometry/operators/graphicBufferOperator");
|
|
@@ -10545,6 +10552,13 @@ async function importRestKnowledgeGraphService() {
|
|
|
10545
10552
|
const module2 = await import("@arcgis/core/rest/knowledgeGraphService.js");
|
|
10546
10553
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10547
10554
|
}
|
|
10555
|
+
async function importRestLastMileDelivery() {
|
|
10556
|
+
if (isAMD) {
|
|
10557
|
+
return await window.$arcgis.import("esri/rest/lastMileDelivery");
|
|
10558
|
+
}
|
|
10559
|
+
const module2 = await import("@arcgis/core/rest/lastMileDelivery.js");
|
|
10560
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10561
|
+
}
|
|
10548
10562
|
async function importRestLocator() {
|
|
10549
10563
|
if (isAMD) {
|
|
10550
10564
|
return await window.$arcgis.import("esri/rest/locator");
|
|
@@ -11442,6 +11456,7 @@ exports.importGeometryOperatorsGeodeticAreaOperator = importGeometryOperatorsGeo
|
|
|
11442
11456
|
exports.importGeometryOperatorsGeodeticDensifyOperator = importGeometryOperatorsGeodeticDensifyOperator;
|
|
11443
11457
|
exports.importGeometryOperatorsGeodeticDistanceOperator = importGeometryOperatorsGeodeticDistanceOperator;
|
|
11444
11458
|
exports.importGeometryOperatorsGeodeticLengthOperator = importGeometryOperatorsGeodeticLengthOperator;
|
|
11459
|
+
exports.importGeometryOperatorsGeodeticUtilsOperator = importGeometryOperatorsGeodeticUtilsOperator;
|
|
11445
11460
|
exports.importGeometryOperatorsGraphicBufferOperator = importGeometryOperatorsGraphicBufferOperator;
|
|
11446
11461
|
exports.importGeometryOperatorsIntegrateOperator = importGeometryOperatorsIntegrateOperator;
|
|
11447
11462
|
exports.importGeometryOperatorsIntersectionOperator = importGeometryOperatorsIntersectionOperator;
|
|
@@ -11501,8 +11516,6 @@ exports.importGraphicGeoJSONGraphicOrigin = importGraphicGeoJSONGraphicOrigin;
|
|
|
11501
11516
|
exports.importGraphicGeoRSSGraphicOrigin = importGraphicGeoRSSGraphicOrigin;
|
|
11502
11517
|
exports.importGraphicGraphicOrigin = importGraphicGraphicOrigin;
|
|
11503
11518
|
exports.importGraphicGraphicOrigins = importGraphicGraphicOrigins;
|
|
11504
|
-
exports.importGraphicIntegratedMesh3DTilesGraphicOrigin = importGraphicIntegratedMesh3DTilesGraphicOrigin;
|
|
11505
|
-
exports.importGraphicIntegratedMeshGraphicOrigin = importGraphicIntegratedMeshGraphicOrigin;
|
|
11506
11519
|
exports.importGraphicKnowledgeGraphGraphicOrigin = importGraphicKnowledgeGraphGraphicOrigin;
|
|
11507
11520
|
exports.importGraphicMapImageGraphicOrigin = importGraphicMapImageGraphicOrigin;
|
|
11508
11521
|
exports.importGraphicMapNotesGraphicOrigin = importGraphicMapNotesGraphicOrigin;
|
|
@@ -11817,6 +11830,7 @@ exports.importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity =
|
|
|
11817
11830
|
exports.importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter = importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter;
|
|
11818
11831
|
exports.importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection = importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection;
|
|
11819
11832
|
exports.importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings = importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings;
|
|
11833
|
+
exports.importRestLastMileDelivery = importRestLastMileDelivery;
|
|
11820
11834
|
exports.importRestLocator = importRestLocator;
|
|
11821
11835
|
exports.importRestNetworkService = importRestNetworkService;
|
|
11822
11836
|
exports.importRestNetworksQueryAssociations = importRestNetworksQueryAssociations;
|
|
@@ -11913,6 +11927,7 @@ exports.importRestSupportImageVolume = importRestSupportImageVolume;
|
|
|
11913
11927
|
exports.importRestSupportImageVolumeParameters = importRestSupportImageVolumeParameters;
|
|
11914
11928
|
exports.importRestSupportImageVolumeResult = importRestSupportImageVolumeResult;
|
|
11915
11929
|
exports.importRestSupportJobInfo = importRestSupportJobInfo;
|
|
11930
|
+
exports.importRestSupportLastMileDeliveryParameters = importRestSupportLastMileDeliveryParameters;
|
|
11916
11931
|
exports.importRestSupportLegendLayer = importRestSupportLegendLayer;
|
|
11917
11932
|
exports.importRestSupportLengthsParameters = importRestSupportLengthsParameters;
|
|
11918
11933
|
exports.importRestSupportLinearUnit = importRestSupportLinearUnit;
|
|
@@ -12072,6 +12087,7 @@ exports.importVersionManagementVersionAdaptersUtils = importVersionManagementVer
|
|
|
12072
12087
|
exports.importVersionManagementVersionManagementService = importVersionManagementVersionManagementService;
|
|
12073
12088
|
exports.importVersionManagementVersioningState = importVersionManagementVersioningState;
|
|
12074
12089
|
exports.importViewpoint = importViewpoint;
|
|
12090
|
+
exports.importViews2dAnalysisElevationProfileAnalysisView2D = importViews2dAnalysisElevationProfileAnalysisView2D;
|
|
12075
12091
|
exports.importViews2dLayersBaseLayerView2D = importViews2dLayersBaseLayerView2D;
|
|
12076
12092
|
exports.importViews2dLayersBaseLayerViewGL2D = importViews2dLayersBaseLayerViewGL2D;
|
|
12077
12093
|
exports.importViews2dViewState = importViews2dViewState;
|
|
@@ -12501,8 +12517,6 @@ exports.newGraphicFeatureGraphicOrigin = newGraphicFeatureGraphicOrigin;
|
|
|
12501
12517
|
exports.newGraphicGeoJSONGraphicOrigin = newGraphicGeoJSONGraphicOrigin;
|
|
12502
12518
|
exports.newGraphicGeoRSSGraphicOrigin = newGraphicGeoRSSGraphicOrigin;
|
|
12503
12519
|
exports.newGraphicGraphicOrigin = newGraphicGraphicOrigin;
|
|
12504
|
-
exports.newGraphicIntegratedMesh3DTilesGraphicOrigin = newGraphicIntegratedMesh3DTilesGraphicOrigin;
|
|
12505
|
-
exports.newGraphicIntegratedMeshGraphicOrigin = newGraphicIntegratedMeshGraphicOrigin;
|
|
12506
12520
|
exports.newGraphicKnowledgeGraphGraphicOrigin = newGraphicKnowledgeGraphGraphicOrigin;
|
|
12507
12521
|
exports.newGraphicMapImageGraphicOrigin = newGraphicMapImageGraphicOrigin;
|
|
12508
12522
|
exports.newGraphicMapNotesGraphicOrigin = newGraphicMapNotesGraphicOrigin;
|
|
@@ -12869,6 +12883,7 @@ exports.newRestSupportImageVolume = newRestSupportImageVolume;
|
|
|
12869
12883
|
exports.newRestSupportImageVolumeParameters = newRestSupportImageVolumeParameters;
|
|
12870
12884
|
exports.newRestSupportImageVolumeResult = newRestSupportImageVolumeResult;
|
|
12871
12885
|
exports.newRestSupportJobInfo = newRestSupportJobInfo;
|
|
12886
|
+
exports.newRestSupportLastMileDeliveryParameters = newRestSupportLastMileDeliveryParameters;
|
|
12872
12887
|
exports.newRestSupportLegendLayer = newRestSupportLegendLayer;
|
|
12873
12888
|
exports.newRestSupportLengthsParameters = newRestSupportLengthsParameters;
|
|
12874
12889
|
exports.newRestSupportLinearUnit = newRestSupportLinearUnit;
|
|
@@ -12967,6 +12982,7 @@ exports.newTimeTimeInterval = newTimeTimeInterval;
|
|
|
12967
12982
|
exports.newVersionManagementVersionManagementService = newVersionManagementVersionManagementService;
|
|
12968
12983
|
exports.newVersionManagementVersioningState = newVersionManagementVersioningState;
|
|
12969
12984
|
exports.newViewpoint = newViewpoint;
|
|
12985
|
+
exports.newViews2dAnalysisElevationProfileAnalysisView2D = newViews2dAnalysisElevationProfileAnalysisView2D;
|
|
12970
12986
|
exports.newViews2dLayersBaseLayerView2D = newViews2dLayersBaseLayerView2D;
|
|
12971
12987
|
exports.newViews2dLayersBaseLayerViewGL2D = newViews2dLayersBaseLayerViewGL2D;
|
|
12972
12988
|
exports.newViews2dViewState = newViews2dViewState;
|
package/dist/index.d.cts
CHANGED
|
@@ -201,10 +201,6 @@ export declare function importGraphicGeoJSONGraphicOrigin(): Promise<typeof __es
|
|
|
201
201
|
export declare function newGraphicGeoJSONGraphicOrigin(layer: __esri.GeoJSONLayer): Promise<__esri.GeoJSONGraphicOrigin>;
|
|
202
202
|
export declare function importGraphicGeoRSSGraphicOrigin(): Promise<typeof __esri.GeoRSSGraphicOrigin>;
|
|
203
203
|
export declare function newGraphicGeoRSSGraphicOrigin(layer: __esri.GeoRSSLayer): Promise<__esri.GeoRSSGraphicOrigin>;
|
|
204
|
-
export declare function importGraphicIntegratedMesh3DTilesGraphicOrigin(): Promise<typeof __esri.IntegratedMesh3DTilesGraphicOrigin>;
|
|
205
|
-
export declare function newGraphicIntegratedMesh3DTilesGraphicOrigin(layer: __esri.IntegratedMesh3DTilesLayer): Promise<__esri.IntegratedMesh3DTilesGraphicOrigin>;
|
|
206
|
-
export declare function importGraphicIntegratedMeshGraphicOrigin(): Promise<typeof __esri.IntegratedMeshGraphicOrigin>;
|
|
207
|
-
export declare function newGraphicIntegratedMeshGraphicOrigin(layer: __esri.IntegratedMeshLayer): Promise<__esri.IntegratedMeshGraphicOrigin>;
|
|
208
204
|
export declare function importGraphicKnowledgeGraphGraphicOrigin(): Promise<typeof __esri.KnowledgeGraphGraphicOrigin>;
|
|
209
205
|
export declare function newGraphicKnowledgeGraphGraphicOrigin(layer: __esri.KnowledgeGraphLayer, sublayer: __esri.KnowledgeGraphSublayer): Promise<__esri.KnowledgeGraphGraphicOrigin>;
|
|
210
206
|
export declare function importGraphicMapImageGraphicOrigin(): Promise<typeof __esri.MapImageGraphicOrigin>;
|
|
@@ -941,6 +937,8 @@ export declare function importRestSupportImageVolumeResult(): Promise<typeof __e
|
|
|
941
937
|
export declare function newRestSupportImageVolumeResult(properties: __esri.ImageVolumeResultProperties): Promise<__esri.ImageVolumeResult>;
|
|
942
938
|
export declare function importRestSupportJobInfo(): Promise<typeof __esri.JobInfo>;
|
|
943
939
|
export declare function newRestSupportJobInfo(properties: __esri.JobInfoProperties): Promise<__esri.JobInfo>;
|
|
940
|
+
export declare function importRestSupportLastMileDeliveryParameters(): Promise<typeof __esri.LastMileDeliveryParameters>;
|
|
941
|
+
export declare function newRestSupportLastMileDeliveryParameters(properties: __esri.LastMileDeliveryParametersProperties): Promise<__esri.LastMileDeliveryParameters>;
|
|
944
942
|
export declare function importRestSupportLegendLayer(): Promise<typeof __esri.LegendLayer>;
|
|
945
943
|
export declare function newRestSupportLegendLayer(properties: __esri.LegendLayerProperties): Promise<__esri.LegendLayer>;
|
|
946
944
|
export declare function importRestSupportLengthsParameters(): Promise<typeof __esri.LengthsParameters>;
|
|
@@ -1143,6 +1141,8 @@ export declare function importViewsGroundView(): Promise<typeof __esri.GroundVie
|
|
|
1143
1141
|
export declare function newViewsGroundView(properties: __esri.GroundViewProperties): Promise<__esri.GroundView>;
|
|
1144
1142
|
export declare function importViews2dViewState(): Promise<typeof __esri.ViewState>;
|
|
1145
1143
|
export declare function newViews2dViewState(properties: __esri.ViewStateProperties): Promise<__esri.ViewState>;
|
|
1144
|
+
export declare function importViews2dAnalysisElevationProfileAnalysisView2D(): Promise<typeof __esri.ElevationProfileAnalysisView2D>;
|
|
1145
|
+
export declare function newViews2dAnalysisElevationProfileAnalysisView2D(properties: any): Promise<__esri.ElevationProfileAnalysisView2D>;
|
|
1146
1146
|
export declare function importViews2dLayersBaseLayerView2D(): Promise<typeof __esri.BaseLayerView2D>;
|
|
1147
1147
|
export declare function newViews2dLayersBaseLayerView2D(properties: __esri.BaseLayerView2DProperties): Promise<__esri.BaseLayerView2D>;
|
|
1148
1148
|
export declare function importViews2dLayersBaseLayerViewGL2D(): Promise<typeof __esri.BaseLayerViewGL2D>;
|
|
@@ -1830,6 +1830,7 @@ export declare function importGeometryOperatorsGeodeticAreaOperator(): Promise<t
|
|
|
1830
1830
|
export declare function importGeometryOperatorsGeodeticDensifyOperator(): Promise<typeof __esri.geodeticDensifyOperator>;
|
|
1831
1831
|
export declare function importGeometryOperatorsGeodeticDistanceOperator(): Promise<typeof __esri.geodeticDistanceOperator>;
|
|
1832
1832
|
export declare function importGeometryOperatorsGeodeticLengthOperator(): Promise<typeof __esri.geodeticLengthOperator>;
|
|
1833
|
+
export declare function importGeometryOperatorsGeodeticUtilsOperator(): Promise<typeof __esri.geodeticUtilsOperator>;
|
|
1833
1834
|
export declare function importGeometryOperatorsGraphicBufferOperator(): Promise<typeof __esri.graphicBufferOperator>;
|
|
1834
1835
|
export declare function importGeometryOperatorsIntegrateOperator(): Promise<typeof __esri.integrateOperator>;
|
|
1835
1836
|
export declare function importGeometryOperatorsIntersectionOperator(): Promise<typeof __esri.intersectionOperator>;
|
|
@@ -1895,6 +1896,7 @@ export declare function importRestGeoprocessorGPOptions(): Promise<typeof __esri
|
|
|
1895
1896
|
export declare function importRestIdentify(): Promise<typeof __esri.identify>;
|
|
1896
1897
|
export declare function importRestImageService(): Promise<typeof __esri.imageService>;
|
|
1897
1898
|
export declare function importRestKnowledgeGraphService(): Promise<typeof __esri.knowledgeGraphService>;
|
|
1899
|
+
export declare function importRestLastMileDelivery(): Promise<typeof __esri.lastMileDelivery>;
|
|
1898
1900
|
export declare function importRestLocator(): Promise<typeof __esri.locator>;
|
|
1899
1901
|
export declare function importRestNetworksQueryAssociations(): Promise<typeof __esri.queryAssociations>;
|
|
1900
1902
|
export declare function importRestNetworksSupportValidateNetworkTopologyResult(): Promise<typeof __esri.ValidateNetworkTopologyResult>;
|
package/dist/index.d.ts
CHANGED
|
@@ -201,10 +201,6 @@ export declare function importGraphicGeoJSONGraphicOrigin(): Promise<typeof __es
|
|
|
201
201
|
export declare function newGraphicGeoJSONGraphicOrigin(layer: __esri.GeoJSONLayer): Promise<__esri.GeoJSONGraphicOrigin>;
|
|
202
202
|
export declare function importGraphicGeoRSSGraphicOrigin(): Promise<typeof __esri.GeoRSSGraphicOrigin>;
|
|
203
203
|
export declare function newGraphicGeoRSSGraphicOrigin(layer: __esri.GeoRSSLayer): Promise<__esri.GeoRSSGraphicOrigin>;
|
|
204
|
-
export declare function importGraphicIntegratedMesh3DTilesGraphicOrigin(): Promise<typeof __esri.IntegratedMesh3DTilesGraphicOrigin>;
|
|
205
|
-
export declare function newGraphicIntegratedMesh3DTilesGraphicOrigin(layer: __esri.IntegratedMesh3DTilesLayer): Promise<__esri.IntegratedMesh3DTilesGraphicOrigin>;
|
|
206
|
-
export declare function importGraphicIntegratedMeshGraphicOrigin(): Promise<typeof __esri.IntegratedMeshGraphicOrigin>;
|
|
207
|
-
export declare function newGraphicIntegratedMeshGraphicOrigin(layer: __esri.IntegratedMeshLayer): Promise<__esri.IntegratedMeshGraphicOrigin>;
|
|
208
204
|
export declare function importGraphicKnowledgeGraphGraphicOrigin(): Promise<typeof __esri.KnowledgeGraphGraphicOrigin>;
|
|
209
205
|
export declare function newGraphicKnowledgeGraphGraphicOrigin(layer: __esri.KnowledgeGraphLayer, sublayer: __esri.KnowledgeGraphSublayer): Promise<__esri.KnowledgeGraphGraphicOrigin>;
|
|
210
206
|
export declare function importGraphicMapImageGraphicOrigin(): Promise<typeof __esri.MapImageGraphicOrigin>;
|
|
@@ -941,6 +937,8 @@ export declare function importRestSupportImageVolumeResult(): Promise<typeof __e
|
|
|
941
937
|
export declare function newRestSupportImageVolumeResult(properties: __esri.ImageVolumeResultProperties): Promise<__esri.ImageVolumeResult>;
|
|
942
938
|
export declare function importRestSupportJobInfo(): Promise<typeof __esri.JobInfo>;
|
|
943
939
|
export declare function newRestSupportJobInfo(properties: __esri.JobInfoProperties): Promise<__esri.JobInfo>;
|
|
940
|
+
export declare function importRestSupportLastMileDeliveryParameters(): Promise<typeof __esri.LastMileDeliveryParameters>;
|
|
941
|
+
export declare function newRestSupportLastMileDeliveryParameters(properties: __esri.LastMileDeliveryParametersProperties): Promise<__esri.LastMileDeliveryParameters>;
|
|
944
942
|
export declare function importRestSupportLegendLayer(): Promise<typeof __esri.LegendLayer>;
|
|
945
943
|
export declare function newRestSupportLegendLayer(properties: __esri.LegendLayerProperties): Promise<__esri.LegendLayer>;
|
|
946
944
|
export declare function importRestSupportLengthsParameters(): Promise<typeof __esri.LengthsParameters>;
|
|
@@ -1143,6 +1141,8 @@ export declare function importViewsGroundView(): Promise<typeof __esri.GroundVie
|
|
|
1143
1141
|
export declare function newViewsGroundView(properties: __esri.GroundViewProperties): Promise<__esri.GroundView>;
|
|
1144
1142
|
export declare function importViews2dViewState(): Promise<typeof __esri.ViewState>;
|
|
1145
1143
|
export declare function newViews2dViewState(properties: __esri.ViewStateProperties): Promise<__esri.ViewState>;
|
|
1144
|
+
export declare function importViews2dAnalysisElevationProfileAnalysisView2D(): Promise<typeof __esri.ElevationProfileAnalysisView2D>;
|
|
1145
|
+
export declare function newViews2dAnalysisElevationProfileAnalysisView2D(properties: any): Promise<__esri.ElevationProfileAnalysisView2D>;
|
|
1146
1146
|
export declare function importViews2dLayersBaseLayerView2D(): Promise<typeof __esri.BaseLayerView2D>;
|
|
1147
1147
|
export declare function newViews2dLayersBaseLayerView2D(properties: __esri.BaseLayerView2DProperties): Promise<__esri.BaseLayerView2D>;
|
|
1148
1148
|
export declare function importViews2dLayersBaseLayerViewGL2D(): Promise<typeof __esri.BaseLayerViewGL2D>;
|
|
@@ -1830,6 +1830,7 @@ export declare function importGeometryOperatorsGeodeticAreaOperator(): Promise<t
|
|
|
1830
1830
|
export declare function importGeometryOperatorsGeodeticDensifyOperator(): Promise<typeof __esri.geodeticDensifyOperator>;
|
|
1831
1831
|
export declare function importGeometryOperatorsGeodeticDistanceOperator(): Promise<typeof __esri.geodeticDistanceOperator>;
|
|
1832
1832
|
export declare function importGeometryOperatorsGeodeticLengthOperator(): Promise<typeof __esri.geodeticLengthOperator>;
|
|
1833
|
+
export declare function importGeometryOperatorsGeodeticUtilsOperator(): Promise<typeof __esri.geodeticUtilsOperator>;
|
|
1833
1834
|
export declare function importGeometryOperatorsGraphicBufferOperator(): Promise<typeof __esri.graphicBufferOperator>;
|
|
1834
1835
|
export declare function importGeometryOperatorsIntegrateOperator(): Promise<typeof __esri.integrateOperator>;
|
|
1835
1836
|
export declare function importGeometryOperatorsIntersectionOperator(): Promise<typeof __esri.intersectionOperator>;
|
|
@@ -1895,6 +1896,7 @@ export declare function importRestGeoprocessorGPOptions(): Promise<typeof __esri
|
|
|
1895
1896
|
export declare function importRestIdentify(): Promise<typeof __esri.identify>;
|
|
1896
1897
|
export declare function importRestImageService(): Promise<typeof __esri.imageService>;
|
|
1897
1898
|
export declare function importRestKnowledgeGraphService(): Promise<typeof __esri.knowledgeGraphService>;
|
|
1899
|
+
export declare function importRestLastMileDelivery(): Promise<typeof __esri.lastMileDelivery>;
|
|
1898
1900
|
export declare function importRestLocator(): Promise<typeof __esri.locator>;
|
|
1899
1901
|
export declare function importRestNetworksQueryAssociations(): Promise<typeof __esri.queryAssociations>;
|
|
1900
1902
|
export declare function importRestNetworksSupportValidateNetworkTopologyResult(): Promise<typeof __esri.ValidateNetworkTopologyResult>;
|
package/dist/index.js
CHANGED
|
@@ -1039,28 +1039,6 @@ async function newGraphicGeoRSSGraphicOrigin(layer) {
|
|
|
1039
1039
|
const ModConstructor = await importGraphicGeoRSSGraphicOrigin();
|
|
1040
1040
|
return new ModConstructor(layer);
|
|
1041
1041
|
}
|
|
1042
|
-
async function importGraphicIntegratedMesh3DTilesGraphicOrigin() {
|
|
1043
|
-
if (isAMD) {
|
|
1044
|
-
return await window.$arcgis.import("esri/graphic/IntegratedMesh3DTilesGraphicOrigin");
|
|
1045
|
-
}
|
|
1046
|
-
const module = await import("@arcgis/core/graphic/IntegratedMesh3DTilesGraphicOrigin.js");
|
|
1047
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1048
|
-
}
|
|
1049
|
-
async function newGraphicIntegratedMesh3DTilesGraphicOrigin(layer) {
|
|
1050
|
-
const ModConstructor = await importGraphicIntegratedMesh3DTilesGraphicOrigin();
|
|
1051
|
-
return new ModConstructor(layer);
|
|
1052
|
-
}
|
|
1053
|
-
async function importGraphicIntegratedMeshGraphicOrigin() {
|
|
1054
|
-
if (isAMD) {
|
|
1055
|
-
return await window.$arcgis.import("esri/graphic/IntegratedMeshGraphicOrigin");
|
|
1056
|
-
}
|
|
1057
|
-
const module = await import("@arcgis/core/graphic/IntegratedMeshGraphicOrigin.js");
|
|
1058
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1059
|
-
}
|
|
1060
|
-
async function newGraphicIntegratedMeshGraphicOrigin(layer) {
|
|
1061
|
-
const ModConstructor = await importGraphicIntegratedMeshGraphicOrigin();
|
|
1062
|
-
return new ModConstructor(layer);
|
|
1063
|
-
}
|
|
1064
1042
|
async function importGraphicKnowledgeGraphGraphicOrigin() {
|
|
1065
1043
|
if (isAMD) {
|
|
1066
1044
|
return await window.$arcgis.import("esri/graphic/KnowledgeGraphGraphicOrigin");
|
|
@@ -5109,6 +5087,17 @@ async function newRestSupportJobInfo(properties) {
|
|
|
5109
5087
|
const ModConstructor = await importRestSupportJobInfo();
|
|
5110
5088
|
return new ModConstructor(properties);
|
|
5111
5089
|
}
|
|
5090
|
+
async function importRestSupportLastMileDeliveryParameters() {
|
|
5091
|
+
if (isAMD) {
|
|
5092
|
+
return await window.$arcgis.import("esri/rest/support/LastMileDeliveryParameters");
|
|
5093
|
+
}
|
|
5094
|
+
const module = await import("@arcgis/core/rest/support/LastMileDeliveryParameters.js");
|
|
5095
|
+
return isDefaultModule(module) ? module.default : module;
|
|
5096
|
+
}
|
|
5097
|
+
async function newRestSupportLastMileDeliveryParameters(properties) {
|
|
5098
|
+
const ModConstructor = await importRestSupportLastMileDeliveryParameters();
|
|
5099
|
+
return new ModConstructor(properties);
|
|
5100
|
+
}
|
|
5112
5101
|
async function importRestSupportLegendLayer() {
|
|
5113
5102
|
if (isAMD) {
|
|
5114
5103
|
return await window.$arcgis.import("esri/rest/support/LegendLayer");
|
|
@@ -6220,6 +6209,17 @@ async function newViews2dViewState(properties) {
|
|
|
6220
6209
|
const ModConstructor = await importViews2dViewState();
|
|
6221
6210
|
return new ModConstructor(properties);
|
|
6222
6211
|
}
|
|
6212
|
+
async function importViews2dAnalysisElevationProfileAnalysisView2D() {
|
|
6213
|
+
if (isAMD) {
|
|
6214
|
+
return await window.$arcgis.import("esri/views/2d/analysis/ElevationProfileAnalysisView2D");
|
|
6215
|
+
}
|
|
6216
|
+
const module = await import("@arcgis/core/views/2d/analysis/ElevationProfileAnalysisView2D.js");
|
|
6217
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6218
|
+
}
|
|
6219
|
+
async function newViews2dAnalysisElevationProfileAnalysisView2D(properties) {
|
|
6220
|
+
const ModConstructor = await importViews2dAnalysisElevationProfileAnalysisView2D();
|
|
6221
|
+
return new ModConstructor(properties);
|
|
6222
|
+
}
|
|
6223
6223
|
async function importViews2dLayersBaseLayerView2D() {
|
|
6224
6224
|
if (isAMD) {
|
|
6225
6225
|
return await window.$arcgis.import("esri/views/2d/layers/BaseLayerView2D");
|
|
@@ -10066,6 +10066,13 @@ async function importGeometryOperatorsGeodeticLengthOperator() {
|
|
|
10066
10066
|
const module = await import("@arcgis/core/geometry/operators/geodeticLengthOperator.js");
|
|
10067
10067
|
return isDefaultModule(module) ? module.default : module;
|
|
10068
10068
|
}
|
|
10069
|
+
async function importGeometryOperatorsGeodeticUtilsOperator() {
|
|
10070
|
+
if (isAMD) {
|
|
10071
|
+
return await window.$arcgis.import("esri/geometry/operators/geodeticUtilsOperator");
|
|
10072
|
+
}
|
|
10073
|
+
const module = await import("@arcgis/core/geometry/operators/geodeticUtilsOperator.js");
|
|
10074
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10075
|
+
}
|
|
10069
10076
|
async function importGeometryOperatorsGraphicBufferOperator() {
|
|
10070
10077
|
if (isAMD) {
|
|
10071
10078
|
return await window.$arcgis.import("esri/geometry/operators/graphicBufferOperator");
|
|
@@ -10521,6 +10528,13 @@ async function importRestKnowledgeGraphService() {
|
|
|
10521
10528
|
const module = await import("@arcgis/core/rest/knowledgeGraphService.js");
|
|
10522
10529
|
return isDefaultModule(module) ? module.default : module;
|
|
10523
10530
|
}
|
|
10531
|
+
async function importRestLastMileDelivery() {
|
|
10532
|
+
if (isAMD) {
|
|
10533
|
+
return await window.$arcgis.import("esri/rest/lastMileDelivery");
|
|
10534
|
+
}
|
|
10535
|
+
const module = await import("@arcgis/core/rest/lastMileDelivery.js");
|
|
10536
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10537
|
+
}
|
|
10524
10538
|
async function importRestLocator() {
|
|
10525
10539
|
if (isAMD) {
|
|
10526
10540
|
return await window.$arcgis.import("esri/rest/locator");
|
|
@@ -11419,6 +11433,7 @@ export {
|
|
|
11419
11433
|
importGeometryOperatorsGeodeticDensifyOperator,
|
|
11420
11434
|
importGeometryOperatorsGeodeticDistanceOperator,
|
|
11421
11435
|
importGeometryOperatorsGeodeticLengthOperator,
|
|
11436
|
+
importGeometryOperatorsGeodeticUtilsOperator,
|
|
11422
11437
|
importGeometryOperatorsGraphicBufferOperator,
|
|
11423
11438
|
importGeometryOperatorsIntegrateOperator,
|
|
11424
11439
|
importGeometryOperatorsIntersectionOperator,
|
|
@@ -11478,8 +11493,6 @@ export {
|
|
|
11478
11493
|
importGraphicGeoRSSGraphicOrigin,
|
|
11479
11494
|
importGraphicGraphicOrigin,
|
|
11480
11495
|
importGraphicGraphicOrigins,
|
|
11481
|
-
importGraphicIntegratedMesh3DTilesGraphicOrigin,
|
|
11482
|
-
importGraphicIntegratedMeshGraphicOrigin,
|
|
11483
11496
|
importGraphicKnowledgeGraphGraphicOrigin,
|
|
11484
11497
|
importGraphicMapImageGraphicOrigin,
|
|
11485
11498
|
importGraphicMapNotesGraphicOrigin,
|
|
@@ -11794,6 +11807,7 @@ export {
|
|
|
11794
11807
|
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
11795
11808
|
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
11796
11809
|
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
11810
|
+
importRestLastMileDelivery,
|
|
11797
11811
|
importRestLocator,
|
|
11798
11812
|
importRestNetworkService,
|
|
11799
11813
|
importRestNetworksQueryAssociations,
|
|
@@ -11890,6 +11904,7 @@ export {
|
|
|
11890
11904
|
importRestSupportImageVolumeParameters,
|
|
11891
11905
|
importRestSupportImageVolumeResult,
|
|
11892
11906
|
importRestSupportJobInfo,
|
|
11907
|
+
importRestSupportLastMileDeliveryParameters,
|
|
11893
11908
|
importRestSupportLegendLayer,
|
|
11894
11909
|
importRestSupportLengthsParameters,
|
|
11895
11910
|
importRestSupportLinearUnit,
|
|
@@ -12049,6 +12064,7 @@ export {
|
|
|
12049
12064
|
importVersionManagementVersionManagementService,
|
|
12050
12065
|
importVersionManagementVersioningState,
|
|
12051
12066
|
importViewpoint,
|
|
12067
|
+
importViews2dAnalysisElevationProfileAnalysisView2D,
|
|
12052
12068
|
importViews2dLayersBaseLayerView2D,
|
|
12053
12069
|
importViews2dLayersBaseLayerViewGL2D,
|
|
12054
12070
|
importViews2dViewState,
|
|
@@ -12478,8 +12494,6 @@ export {
|
|
|
12478
12494
|
newGraphicGeoJSONGraphicOrigin,
|
|
12479
12495
|
newGraphicGeoRSSGraphicOrigin,
|
|
12480
12496
|
newGraphicGraphicOrigin,
|
|
12481
|
-
newGraphicIntegratedMesh3DTilesGraphicOrigin,
|
|
12482
|
-
newGraphicIntegratedMeshGraphicOrigin,
|
|
12483
12497
|
newGraphicKnowledgeGraphGraphicOrigin,
|
|
12484
12498
|
newGraphicMapImageGraphicOrigin,
|
|
12485
12499
|
newGraphicMapNotesGraphicOrigin,
|
|
@@ -12846,6 +12860,7 @@ export {
|
|
|
12846
12860
|
newRestSupportImageVolumeParameters,
|
|
12847
12861
|
newRestSupportImageVolumeResult,
|
|
12848
12862
|
newRestSupportJobInfo,
|
|
12863
|
+
newRestSupportLastMileDeliveryParameters,
|
|
12849
12864
|
newRestSupportLegendLayer,
|
|
12850
12865
|
newRestSupportLengthsParameters,
|
|
12851
12866
|
newRestSupportLinearUnit,
|
|
@@ -12944,6 +12959,7 @@ export {
|
|
|
12944
12959
|
newVersionManagementVersionManagementService,
|
|
12945
12960
|
newVersionManagementVersioningState,
|
|
12946
12961
|
newViewpoint,
|
|
12962
|
+
newViews2dAnalysisElevationProfileAnalysisView2D,
|
|
12947
12963
|
newViews2dLayersBaseLayerView2D,
|
|
12948
12964
|
newViews2dLayersBaseLayerViewGL2D,
|
|
12949
12965
|
newViews2dViewState,
|