@arcgis/core-adapter 4.34.0-next.99 → 5.0.0-next.1
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/LICENSE.md +1 -1
- package/README.md +2 -14
- package/dist/index.cjs +220 -396
- package/dist/index.d.cts +42 -70
- package/dist/index.d.ts +42 -70
- package/dist/index.js +220 -396
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -225,92 +225,92 @@ async function newAnalysisVolumeMeasurementAnalysis(properties) {
|
|
|
225
225
|
const ModConstructor = await importAnalysisVolumeMeasurementAnalysis();
|
|
226
226
|
return new ModConstructor(properties);
|
|
227
227
|
}
|
|
228
|
-
async function
|
|
228
|
+
async function importAnalysisElevationProfileElevationProfileLine() {
|
|
229
229
|
if (isAMD) {
|
|
230
|
-
return await window.$arcgis.import("esri/analysis/ElevationProfile/
|
|
230
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileLine");
|
|
231
231
|
}
|
|
232
|
-
const module = await import("@arcgis/core/analysis/ElevationProfile/
|
|
232
|
+
const module = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileLine.js");
|
|
233
233
|
return isDefaultModule(module) ? module.default : module;
|
|
234
234
|
}
|
|
235
|
-
async function
|
|
236
|
-
const ModConstructor = await
|
|
235
|
+
async function newAnalysisElevationProfileElevationProfileLine(properties) {
|
|
236
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileLine();
|
|
237
237
|
return new ModConstructor(properties);
|
|
238
238
|
}
|
|
239
|
-
async function
|
|
239
|
+
async function importAnalysisElevationProfileElevationProfileLineChartOptions() {
|
|
240
240
|
if (isAMD) {
|
|
241
|
-
return await window.$arcgis.import("esri/analysis/ElevationProfile/
|
|
241
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileLineChartOptions");
|
|
242
242
|
}
|
|
243
|
-
const module = await import("@arcgis/core/analysis/ElevationProfile/
|
|
243
|
+
const module = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileLineChartOptions.js");
|
|
244
244
|
return isDefaultModule(module) ? module.default : module;
|
|
245
245
|
}
|
|
246
|
-
async function
|
|
247
|
-
const ModConstructor = await
|
|
246
|
+
async function newAnalysisElevationProfileElevationProfileLineChartOptions(properties) {
|
|
247
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileLineChartOptions();
|
|
248
248
|
return new ModConstructor(properties);
|
|
249
249
|
}
|
|
250
|
-
async function
|
|
250
|
+
async function importAnalysisElevationProfileElevationProfileLineGround() {
|
|
251
251
|
if (isAMD) {
|
|
252
|
-
return await window.$arcgis.import("esri/analysis/ElevationProfile/
|
|
252
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileLineGround");
|
|
253
253
|
}
|
|
254
|
-
const module = await import("@arcgis/core/analysis/ElevationProfile/
|
|
254
|
+
const module = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileLineGround.js");
|
|
255
255
|
return isDefaultModule(module) ? module.default : module;
|
|
256
256
|
}
|
|
257
|
-
async function
|
|
258
|
-
const ModConstructor = await
|
|
257
|
+
async function newAnalysisElevationProfileElevationProfileLineGround(properties) {
|
|
258
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileLineGround();
|
|
259
259
|
return new ModConstructor(properties);
|
|
260
260
|
}
|
|
261
|
-
async function
|
|
261
|
+
async function importAnalysisElevationProfileElevationProfileLineInput() {
|
|
262
262
|
if (isAMD) {
|
|
263
|
-
return await window.$arcgis.import("esri/analysis/ElevationProfile/
|
|
263
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileLineInput");
|
|
264
264
|
}
|
|
265
|
-
const module = await import("@arcgis/core/analysis/ElevationProfile/
|
|
265
|
+
const module = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileLineInput.js");
|
|
266
266
|
return isDefaultModule(module) ? module.default : module;
|
|
267
267
|
}
|
|
268
|
-
async function
|
|
269
|
-
const ModConstructor = await
|
|
268
|
+
async function newAnalysisElevationProfileElevationProfileLineInput(properties) {
|
|
269
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileLineInput();
|
|
270
270
|
return new ModConstructor(properties);
|
|
271
271
|
}
|
|
272
|
-
async function
|
|
272
|
+
async function importAnalysisElevationProfileElevationProfileLineQuery() {
|
|
273
273
|
if (isAMD) {
|
|
274
|
-
return await window.$arcgis.import("esri/analysis/ElevationProfile/
|
|
274
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileLineQuery");
|
|
275
275
|
}
|
|
276
|
-
const module = await import("@arcgis/core/analysis/ElevationProfile/
|
|
276
|
+
const module = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileLineQuery.js");
|
|
277
277
|
return isDefaultModule(module) ? module.default : module;
|
|
278
278
|
}
|
|
279
|
-
async function
|
|
280
|
-
const ModConstructor = await
|
|
279
|
+
async function newAnalysisElevationProfileElevationProfileLineQuery(properties) {
|
|
280
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileLineQuery();
|
|
281
281
|
return new ModConstructor(properties);
|
|
282
282
|
}
|
|
283
|
-
async function
|
|
283
|
+
async function importAnalysisElevationProfileElevationProfileLineScene() {
|
|
284
284
|
if (isAMD) {
|
|
285
|
-
return await window.$arcgis.import("esri/analysis/ElevationProfile/
|
|
285
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileLineScene");
|
|
286
286
|
}
|
|
287
|
-
const module = await import("@arcgis/core/analysis/ElevationProfile/
|
|
287
|
+
const module = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileLineScene.js");
|
|
288
288
|
return isDefaultModule(module) ? module.default : module;
|
|
289
289
|
}
|
|
290
|
-
async function
|
|
291
|
-
const ModConstructor = await
|
|
290
|
+
async function newAnalysisElevationProfileElevationProfileLineScene(properties) {
|
|
291
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileLineScene();
|
|
292
292
|
return new ModConstructor(properties);
|
|
293
293
|
}
|
|
294
|
-
async function
|
|
294
|
+
async function importAnalysisElevationProfileElevationProfileLineViewOptions() {
|
|
295
295
|
if (isAMD) {
|
|
296
|
-
return await window.$arcgis.import("esri/analysis/ElevationProfile/
|
|
296
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileLineViewOptions");
|
|
297
297
|
}
|
|
298
|
-
const module = await import("@arcgis/core/analysis/ElevationProfile/
|
|
298
|
+
const module = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileLineViewOptions.js");
|
|
299
299
|
return isDefaultModule(module) ? module.default : module;
|
|
300
300
|
}
|
|
301
|
-
async function
|
|
302
|
-
const ModConstructor = await
|
|
301
|
+
async function newAnalysisElevationProfileElevationProfileLineViewOptions(properties) {
|
|
302
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileLineViewOptions();
|
|
303
303
|
return new ModConstructor(properties);
|
|
304
304
|
}
|
|
305
|
-
async function
|
|
305
|
+
async function importAnalysisElevationProfileElevationProfileDisplayUnits() {
|
|
306
306
|
if (isAMD) {
|
|
307
|
-
return await window.$arcgis.import("esri/analysis/ElevationProfile/
|
|
307
|
+
return await window.$arcgis.import("esri/analysis/ElevationProfile/ElevationProfileDisplayUnits");
|
|
308
308
|
}
|
|
309
|
-
const module = await import("@arcgis/core/analysis/ElevationProfile/
|
|
309
|
+
const module = await import("@arcgis/core/analysis/ElevationProfile/ElevationProfileDisplayUnits.js");
|
|
310
310
|
return isDefaultModule(module) ? module.default : module;
|
|
311
311
|
}
|
|
312
|
-
async function
|
|
313
|
-
const ModConstructor = await
|
|
312
|
+
async function newAnalysisElevationProfileElevationProfileDisplayUnits(properties) {
|
|
313
|
+
const ModConstructor = await importAnalysisElevationProfileElevationProfileDisplayUnits();
|
|
314
314
|
return new ModConstructor(properties);
|
|
315
315
|
}
|
|
316
316
|
async function importAnalysisElevationProfileElevationProfileViewOptions() {
|
|
@@ -346,6 +346,28 @@ async function newAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions(prope
|
|
|
346
346
|
const ModConstructor = await importAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions();
|
|
347
347
|
return new ModConstructor(properties);
|
|
348
348
|
}
|
|
349
|
+
async function importAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits() {
|
|
350
|
+
if (isAMD) {
|
|
351
|
+
return await window.$arcgis.import("esri/analysis/VolumeMeasurement/VolumeMeasurementDisplayUnits");
|
|
352
|
+
}
|
|
353
|
+
const module = await import("@arcgis/core/analysis/VolumeMeasurement/VolumeMeasurementDisplayUnits.js");
|
|
354
|
+
return isDefaultModule(module) ? module.default : module;
|
|
355
|
+
}
|
|
356
|
+
async function newAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits(properties) {
|
|
357
|
+
const ModConstructor = await importAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits();
|
|
358
|
+
return new ModConstructor(properties);
|
|
359
|
+
}
|
|
360
|
+
async function importAnalysisVolumeMeasurementVolumeMeasurementInputUnits() {
|
|
361
|
+
if (isAMD) {
|
|
362
|
+
return await window.$arcgis.import("esri/analysis/VolumeMeasurement/VolumeMeasurementInputUnits");
|
|
363
|
+
}
|
|
364
|
+
const module = await import("@arcgis/core/analysis/VolumeMeasurement/VolumeMeasurementInputUnits.js");
|
|
365
|
+
return isDefaultModule(module) ? module.default : module;
|
|
366
|
+
}
|
|
367
|
+
async function newAnalysisVolumeMeasurementVolumeMeasurementInputUnits(properties) {
|
|
368
|
+
const ModConstructor = await importAnalysisVolumeMeasurementVolumeMeasurementInputUnits();
|
|
369
|
+
return new ModConstructor(properties);
|
|
370
|
+
}
|
|
349
371
|
async function importCoreAccessor() {
|
|
350
372
|
if (isAMD) {
|
|
351
373
|
return await window.$arcgis.import("esri/core/Accessor");
|
|
@@ -973,215 +995,6 @@ async function newGraphicGraphicOrigin() {
|
|
|
973
995
|
const ModConstructor = await importGraphicGraphicOrigin();
|
|
974
996
|
return new ModConstructor();
|
|
975
997
|
}
|
|
976
|
-
async function importGraphicBuildingGraphicOrigin() {
|
|
977
|
-
if (isAMD) {
|
|
978
|
-
return await window.$arcgis.import("esri/graphic/BuildingGraphicOrigin");
|
|
979
|
-
}
|
|
980
|
-
const module = await import("@arcgis/core/graphic/BuildingGraphicOrigin.js");
|
|
981
|
-
return isDefaultModule(module) ? module.default : module;
|
|
982
|
-
}
|
|
983
|
-
async function newGraphicBuildingGraphicOrigin(sublayer) {
|
|
984
|
-
const ModConstructor = await importGraphicBuildingGraphicOrigin();
|
|
985
|
-
return new ModConstructor(sublayer);
|
|
986
|
-
}
|
|
987
|
-
async function importGraphicCatalogGraphicOrigin() {
|
|
988
|
-
if (isAMD) {
|
|
989
|
-
return await window.$arcgis.import("esri/graphic/CatalogGraphicOrigin");
|
|
990
|
-
}
|
|
991
|
-
const module = await import("@arcgis/core/graphic/CatalogGraphicOrigin.js");
|
|
992
|
-
return isDefaultModule(module) ? module.default : module;
|
|
993
|
-
}
|
|
994
|
-
async function newGraphicCatalogGraphicOrigin(layer) {
|
|
995
|
-
const ModConstructor = await importGraphicCatalogGraphicOrigin();
|
|
996
|
-
return new ModConstructor(layer);
|
|
997
|
-
}
|
|
998
|
-
async function importGraphicCSVGraphicOrigin() {
|
|
999
|
-
if (isAMD) {
|
|
1000
|
-
return await window.$arcgis.import("esri/graphic/CSVGraphicOrigin");
|
|
1001
|
-
}
|
|
1002
|
-
const module = await import("@arcgis/core/graphic/CSVGraphicOrigin.js");
|
|
1003
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1004
|
-
}
|
|
1005
|
-
async function newGraphicCSVGraphicOrigin(layer) {
|
|
1006
|
-
const ModConstructor = await importGraphicCSVGraphicOrigin();
|
|
1007
|
-
return new ModConstructor(layer);
|
|
1008
|
-
}
|
|
1009
|
-
async function importGraphicFeatureGraphicOrigin() {
|
|
1010
|
-
if (isAMD) {
|
|
1011
|
-
return await window.$arcgis.import("esri/graphic/FeatureGraphicOrigin");
|
|
1012
|
-
}
|
|
1013
|
-
const module = await import("@arcgis/core/graphic/FeatureGraphicOrigin.js");
|
|
1014
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1015
|
-
}
|
|
1016
|
-
async function newGraphicFeatureGraphicOrigin(layer) {
|
|
1017
|
-
const ModConstructor = await importGraphicFeatureGraphicOrigin();
|
|
1018
|
-
return new ModConstructor(layer);
|
|
1019
|
-
}
|
|
1020
|
-
async function importGraphicGeoJSONGraphicOrigin() {
|
|
1021
|
-
if (isAMD) {
|
|
1022
|
-
return await window.$arcgis.import("esri/graphic/GeoJSONGraphicOrigin");
|
|
1023
|
-
}
|
|
1024
|
-
const module = await import("@arcgis/core/graphic/GeoJSONGraphicOrigin.js");
|
|
1025
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1026
|
-
}
|
|
1027
|
-
async function newGraphicGeoJSONGraphicOrigin(layer) {
|
|
1028
|
-
const ModConstructor = await importGraphicGeoJSONGraphicOrigin();
|
|
1029
|
-
return new ModConstructor(layer);
|
|
1030
|
-
}
|
|
1031
|
-
async function importGraphicGeoRSSGraphicOrigin() {
|
|
1032
|
-
if (isAMD) {
|
|
1033
|
-
return await window.$arcgis.import("esri/graphic/GeoRSSGraphicOrigin");
|
|
1034
|
-
}
|
|
1035
|
-
const module = await import("@arcgis/core/graphic/GeoRSSGraphicOrigin.js");
|
|
1036
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1037
|
-
}
|
|
1038
|
-
async function newGraphicGeoRSSGraphicOrigin(layer) {
|
|
1039
|
-
const ModConstructor = await importGraphicGeoRSSGraphicOrigin();
|
|
1040
|
-
return new ModConstructor(layer);
|
|
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
|
-
async function importGraphicKnowledgeGraphGraphicOrigin() {
|
|
1065
|
-
if (isAMD) {
|
|
1066
|
-
return await window.$arcgis.import("esri/graphic/KnowledgeGraphGraphicOrigin");
|
|
1067
|
-
}
|
|
1068
|
-
const module = await import("@arcgis/core/graphic/KnowledgeGraphGraphicOrigin.js");
|
|
1069
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1070
|
-
}
|
|
1071
|
-
async function newGraphicKnowledgeGraphGraphicOrigin(layer, sublayer) {
|
|
1072
|
-
const ModConstructor = await importGraphicKnowledgeGraphGraphicOrigin();
|
|
1073
|
-
return new ModConstructor(layer, sublayer);
|
|
1074
|
-
}
|
|
1075
|
-
async function importGraphicMapImageGraphicOrigin() {
|
|
1076
|
-
if (isAMD) {
|
|
1077
|
-
return await window.$arcgis.import("esri/graphic/MapImageGraphicOrigin");
|
|
1078
|
-
}
|
|
1079
|
-
const module = await import("@arcgis/core/graphic/MapImageGraphicOrigin.js");
|
|
1080
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1081
|
-
}
|
|
1082
|
-
async function newGraphicMapImageGraphicOrigin(layer, sublayer) {
|
|
1083
|
-
const ModConstructor = await importGraphicMapImageGraphicOrigin();
|
|
1084
|
-
return new ModConstructor(layer, sublayer);
|
|
1085
|
-
}
|
|
1086
|
-
async function importGraphicMapNotesGraphicOrigin() {
|
|
1087
|
-
if (isAMD) {
|
|
1088
|
-
return await window.$arcgis.import("esri/graphic/MapNotesGraphicOrigin");
|
|
1089
|
-
}
|
|
1090
|
-
const module = await import("@arcgis/core/graphic/MapNotesGraphicOrigin.js");
|
|
1091
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1092
|
-
}
|
|
1093
|
-
async function newGraphicMapNotesGraphicOrigin(layer, sublayer) {
|
|
1094
|
-
const ModConstructor = await importGraphicMapNotesGraphicOrigin();
|
|
1095
|
-
return new ModConstructor(layer, sublayer);
|
|
1096
|
-
}
|
|
1097
|
-
async function importGraphicOGCFeatureGraphicOrigin() {
|
|
1098
|
-
if (isAMD) {
|
|
1099
|
-
return await window.$arcgis.import("esri/graphic/OGCFeatureGraphicOrigin");
|
|
1100
|
-
}
|
|
1101
|
-
const module = await import("@arcgis/core/graphic/OGCFeatureGraphicOrigin.js");
|
|
1102
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1103
|
-
}
|
|
1104
|
-
async function newGraphicOGCFeatureGraphicOrigin(layer) {
|
|
1105
|
-
const ModConstructor = await importGraphicOGCFeatureGraphicOrigin();
|
|
1106
|
-
return new ModConstructor(layer);
|
|
1107
|
-
}
|
|
1108
|
-
async function importGraphicOrientedImageryGraphicOrigin() {
|
|
1109
|
-
if (isAMD) {
|
|
1110
|
-
return await window.$arcgis.import("esri/graphic/OrientedImageryGraphicOrigin");
|
|
1111
|
-
}
|
|
1112
|
-
const module = await import("@arcgis/core/graphic/OrientedImageryGraphicOrigin.js");
|
|
1113
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1114
|
-
}
|
|
1115
|
-
async function newGraphicOrientedImageryGraphicOrigin(layer) {
|
|
1116
|
-
const ModConstructor = await importGraphicOrientedImageryGraphicOrigin();
|
|
1117
|
-
return new ModConstructor(layer);
|
|
1118
|
-
}
|
|
1119
|
-
async function importGraphicParquetGraphicOrigin() {
|
|
1120
|
-
if (isAMD) {
|
|
1121
|
-
return await window.$arcgis.import("esri/graphic/ParquetGraphicOrigin");
|
|
1122
|
-
}
|
|
1123
|
-
const module = await import("@arcgis/core/graphic/ParquetGraphicOrigin.js");
|
|
1124
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1125
|
-
}
|
|
1126
|
-
async function newGraphicParquetGraphicOrigin(layer) {
|
|
1127
|
-
const ModConstructor = await importGraphicParquetGraphicOrigin();
|
|
1128
|
-
return new ModConstructor(layer);
|
|
1129
|
-
}
|
|
1130
|
-
async function importGraphicPointCloudGraphicOrigin() {
|
|
1131
|
-
if (isAMD) {
|
|
1132
|
-
return await window.$arcgis.import("esri/graphic/PointCloudGraphicOrigin");
|
|
1133
|
-
}
|
|
1134
|
-
const module = await import("@arcgis/core/graphic/PointCloudGraphicOrigin.js");
|
|
1135
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1136
|
-
}
|
|
1137
|
-
async function newGraphicPointCloudGraphicOrigin(layer) {
|
|
1138
|
-
const ModConstructor = await importGraphicPointCloudGraphicOrigin();
|
|
1139
|
-
return new ModConstructor(layer);
|
|
1140
|
-
}
|
|
1141
|
-
async function importGraphicSceneGraphicOrigin() {
|
|
1142
|
-
if (isAMD) {
|
|
1143
|
-
return await window.$arcgis.import("esri/graphic/SceneGraphicOrigin");
|
|
1144
|
-
}
|
|
1145
|
-
const module = await import("@arcgis/core/graphic/SceneGraphicOrigin.js");
|
|
1146
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1147
|
-
}
|
|
1148
|
-
async function newGraphicSceneGraphicOrigin(layer) {
|
|
1149
|
-
const ModConstructor = await importGraphicSceneGraphicOrigin();
|
|
1150
|
-
return new ModConstructor(layer);
|
|
1151
|
-
}
|
|
1152
|
-
async function importGraphicStreamGraphicOrigin() {
|
|
1153
|
-
if (isAMD) {
|
|
1154
|
-
return await window.$arcgis.import("esri/graphic/StreamGraphicOrigin");
|
|
1155
|
-
}
|
|
1156
|
-
const module = await import("@arcgis/core/graphic/StreamGraphicOrigin.js");
|
|
1157
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1158
|
-
}
|
|
1159
|
-
async function newGraphicStreamGraphicOrigin(layer) {
|
|
1160
|
-
const ModConstructor = await importGraphicStreamGraphicOrigin();
|
|
1161
|
-
return new ModConstructor(layer);
|
|
1162
|
-
}
|
|
1163
|
-
async function importGraphicSubtypeGroupGraphicOrigin() {
|
|
1164
|
-
if (isAMD) {
|
|
1165
|
-
return await window.$arcgis.import("esri/graphic/SubtypeGroupGraphicOrigin");
|
|
1166
|
-
}
|
|
1167
|
-
const module = await import("@arcgis/core/graphic/SubtypeGroupGraphicOrigin.js");
|
|
1168
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1169
|
-
}
|
|
1170
|
-
async function newGraphicSubtypeGroupGraphicOrigin(sublayer) {
|
|
1171
|
-
const ModConstructor = await importGraphicSubtypeGroupGraphicOrigin();
|
|
1172
|
-
return new ModConstructor(sublayer);
|
|
1173
|
-
}
|
|
1174
|
-
async function importGraphicTileGraphicOrigin() {
|
|
1175
|
-
if (isAMD) {
|
|
1176
|
-
return await window.$arcgis.import("esri/graphic/TileGraphicOrigin");
|
|
1177
|
-
}
|
|
1178
|
-
const module = await import("@arcgis/core/graphic/TileGraphicOrigin.js");
|
|
1179
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1180
|
-
}
|
|
1181
|
-
async function newGraphicTileGraphicOrigin(layer, sublayer) {
|
|
1182
|
-
const ModConstructor = await importGraphicTileGraphicOrigin();
|
|
1183
|
-
return new ModConstructor(layer, sublayer);
|
|
1184
|
-
}
|
|
1185
998
|
async function importGraphicVectorTileGraphicOrigin() {
|
|
1186
999
|
if (isAMD) {
|
|
1187
1000
|
return await window.$arcgis.import("esri/graphic/VectorTileGraphicOrigin");
|
|
@@ -1193,28 +1006,6 @@ async function newGraphicVectorTileGraphicOrigin(layer, layerId, layerIndex) {
|
|
|
1193
1006
|
const ModConstructor = await importGraphicVectorTileGraphicOrigin();
|
|
1194
1007
|
return new ModConstructor(layer, layerId, layerIndex);
|
|
1195
1008
|
}
|
|
1196
|
-
async function importGraphicVoxelGraphicOrigin() {
|
|
1197
|
-
if (isAMD) {
|
|
1198
|
-
return await window.$arcgis.import("esri/graphic/VoxelGraphicOrigin");
|
|
1199
|
-
}
|
|
1200
|
-
const module = await import("@arcgis/core/graphic/VoxelGraphicOrigin.js");
|
|
1201
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1202
|
-
}
|
|
1203
|
-
async function newGraphicVoxelGraphicOrigin(layer) {
|
|
1204
|
-
const ModConstructor = await importGraphicVoxelGraphicOrigin();
|
|
1205
|
-
return new ModConstructor(layer);
|
|
1206
|
-
}
|
|
1207
|
-
async function importGraphicWFSGraphicOrigin() {
|
|
1208
|
-
if (isAMD) {
|
|
1209
|
-
return await window.$arcgis.import("esri/graphic/WFSGraphicOrigin");
|
|
1210
|
-
}
|
|
1211
|
-
const module = await import("@arcgis/core/graphic/WFSGraphicOrigin.js");
|
|
1212
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1213
|
-
}
|
|
1214
|
-
async function newGraphicWFSGraphicOrigin(layer) {
|
|
1215
|
-
const ModConstructor = await importGraphicWFSGraphicOrigin();
|
|
1216
|
-
return new ModConstructor(layer);
|
|
1217
|
-
}
|
|
1218
1009
|
async function importAttributeBinsGraphic() {
|
|
1219
1010
|
if (isAMD) {
|
|
1220
1011
|
return await window.$arcgis.import("esri/AttributeBinsGraphic");
|
|
@@ -1842,6 +1633,17 @@ async function newLayersSupportCornersGeoreference(properties) {
|
|
|
1842
1633
|
const ModConstructor = await importLayersSupportCornersGeoreference();
|
|
1843
1634
|
return new ModConstructor(properties);
|
|
1844
1635
|
}
|
|
1636
|
+
async function importLayersSupportDateTimeFieldFormat() {
|
|
1637
|
+
if (isAMD) {
|
|
1638
|
+
return await window.$arcgis.import("esri/layers/support/DateTimeFieldFormat");
|
|
1639
|
+
}
|
|
1640
|
+
const module = await import("@arcgis/core/layers/support/DateTimeFieldFormat.js");
|
|
1641
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1642
|
+
}
|
|
1643
|
+
async function newLayersSupportDateTimeFieldFormat(properties) {
|
|
1644
|
+
const ModConstructor = await importLayersSupportDateTimeFieldFormat();
|
|
1645
|
+
return new ModConstructor(properties);
|
|
1646
|
+
}
|
|
1845
1647
|
async function importLayersSupportDimensionalDefinition() {
|
|
1846
1648
|
if (isAMD) {
|
|
1847
1649
|
return await window.$arcgis.import("esri/layers/support/DimensionalDefinition");
|
|
@@ -2018,6 +1820,17 @@ async function newLayersSupportField(properties) {
|
|
|
2018
1820
|
const ModConstructor = await importLayersSupportField();
|
|
2019
1821
|
return new ModConstructor(properties);
|
|
2020
1822
|
}
|
|
1823
|
+
async function importLayersSupportFieldConfiguration() {
|
|
1824
|
+
if (isAMD) {
|
|
1825
|
+
return await window.$arcgis.import("esri/layers/support/FieldConfiguration");
|
|
1826
|
+
}
|
|
1827
|
+
const module = await import("@arcgis/core/layers/support/FieldConfiguration.js");
|
|
1828
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1829
|
+
}
|
|
1830
|
+
async function newLayersSupportFieldConfiguration(properties) {
|
|
1831
|
+
const ModConstructor = await importLayersSupportFieldConfiguration();
|
|
1832
|
+
return new ModConstructor(properties);
|
|
1833
|
+
}
|
|
2021
1834
|
async function importLayersSupportFieldsIndex() {
|
|
2022
1835
|
if (isAMD) {
|
|
2023
1836
|
return await window.$arcgis.import("esri/layers/support/FieldsIndex");
|
|
@@ -2161,6 +1974,17 @@ async function newLayersSupportMultidimensionalSubset(properties) {
|
|
|
2161
1974
|
const ModConstructor = await importLayersSupportMultidimensionalSubset();
|
|
2162
1975
|
return new ModConstructor(properties);
|
|
2163
1976
|
}
|
|
1977
|
+
async function importLayersSupportNumberFieldFormat() {
|
|
1978
|
+
if (isAMD) {
|
|
1979
|
+
return await window.$arcgis.import("esri/layers/support/NumberFieldFormat");
|
|
1980
|
+
}
|
|
1981
|
+
const module = await import("@arcgis/core/layers/support/NumberFieldFormat.js");
|
|
1982
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1983
|
+
}
|
|
1984
|
+
async function newLayersSupportNumberFieldFormat(properties) {
|
|
1985
|
+
const ModConstructor = await importLayersSupportNumberFieldFormat();
|
|
1986
|
+
return new ModConstructor(properties);
|
|
1987
|
+
}
|
|
2164
1988
|
async function importLayersSupportOrderByInfo() {
|
|
2165
1989
|
if (isAMD) {
|
|
2166
1990
|
return await window.$arcgis.import("esri/layers/support/OrderByInfo");
|
|
@@ -5098,6 +4922,17 @@ async function newRestSupportJobInfo(properties) {
|
|
|
5098
4922
|
const ModConstructor = await importRestSupportJobInfo();
|
|
5099
4923
|
return new ModConstructor(properties);
|
|
5100
4924
|
}
|
|
4925
|
+
async function importRestSupportLastMileDeliveryParameters() {
|
|
4926
|
+
if (isAMD) {
|
|
4927
|
+
return await window.$arcgis.import("esri/rest/support/LastMileDeliveryParameters");
|
|
4928
|
+
}
|
|
4929
|
+
const module = await import("@arcgis/core/rest/support/LastMileDeliveryParameters.js");
|
|
4930
|
+
return isDefaultModule(module) ? module.default : module;
|
|
4931
|
+
}
|
|
4932
|
+
async function newRestSupportLastMileDeliveryParameters(properties) {
|
|
4933
|
+
const ModConstructor = await importRestSupportLastMileDeliveryParameters();
|
|
4934
|
+
return new ModConstructor(properties);
|
|
4935
|
+
}
|
|
5101
4936
|
async function importRestSupportLegendLayer() {
|
|
5102
4937
|
if (isAMD) {
|
|
5103
4938
|
return await window.$arcgis.import("esri/rest/support/LegendLayer");
|
|
@@ -6121,28 +5956,6 @@ async function newTimeTimeInterval(properties) {
|
|
|
6121
5956
|
const ModConstructor = await importTimeTimeInterval();
|
|
6122
5957
|
return new ModConstructor(properties);
|
|
6123
5958
|
}
|
|
6124
|
-
async function importTimeExtent() {
|
|
6125
|
-
if (isAMD) {
|
|
6126
|
-
return await window.$arcgis.import("esri/TimeExtent");
|
|
6127
|
-
}
|
|
6128
|
-
const module = await import("@arcgis/core/TimeExtent.js");
|
|
6129
|
-
return isDefaultModule(module) ? module.default : module;
|
|
6130
|
-
}
|
|
6131
|
-
async function newTimeExtent(properties) {
|
|
6132
|
-
const ModConstructor = await importTimeExtent();
|
|
6133
|
-
return new ModConstructor(properties);
|
|
6134
|
-
}
|
|
6135
|
-
async function importTimeInterval() {
|
|
6136
|
-
if (isAMD) {
|
|
6137
|
-
return await window.$arcgis.import("esri/TimeInterval");
|
|
6138
|
-
}
|
|
6139
|
-
const module = await import("@arcgis/core/TimeInterval.js");
|
|
6140
|
-
return isDefaultModule(module) ? module.default : module;
|
|
6141
|
-
}
|
|
6142
|
-
async function newTimeInterval(properties) {
|
|
6143
|
-
const ModConstructor = await importTimeInterval();
|
|
6144
|
-
return new ModConstructor(properties);
|
|
6145
|
-
}
|
|
6146
5959
|
async function importVersionManagementVersioningState() {
|
|
6147
5960
|
if (isAMD) {
|
|
6148
5961
|
return await window.$arcgis.import("esri/versionManagement/VersioningState");
|
|
@@ -6209,6 +6022,17 @@ async function newViews2dViewState(properties) {
|
|
|
6209
6022
|
const ModConstructor = await importViews2dViewState();
|
|
6210
6023
|
return new ModConstructor(properties);
|
|
6211
6024
|
}
|
|
6025
|
+
async function importViews2dAnalysisElevationProfileAnalysisView2D() {
|
|
6026
|
+
if (isAMD) {
|
|
6027
|
+
return await window.$arcgis.import("esri/views/2d/analysis/ElevationProfileAnalysisView2D");
|
|
6028
|
+
}
|
|
6029
|
+
const module = await import("@arcgis/core/views/2d/analysis/ElevationProfileAnalysisView2D.js");
|
|
6030
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6031
|
+
}
|
|
6032
|
+
async function newViews2dAnalysisElevationProfileAnalysisView2D(properties) {
|
|
6033
|
+
const ModConstructor = await importViews2dAnalysisElevationProfileAnalysisView2D();
|
|
6034
|
+
return new ModConstructor(properties);
|
|
6035
|
+
}
|
|
6212
6036
|
async function importViews2dLayersBaseLayerView2D() {
|
|
6213
6037
|
if (isAMD) {
|
|
6214
6038
|
return await window.$arcgis.import("esri/views/2d/layers/BaseLayerView2D");
|
|
@@ -6330,6 +6154,28 @@ async function newViews3dAnalysisVolumeMeasurementAnalysisView3D(properties) {
|
|
|
6330
6154
|
const ModConstructor = await importViews3dAnalysisVolumeMeasurementAnalysisView3D();
|
|
6331
6155
|
return new ModConstructor(properties);
|
|
6332
6156
|
}
|
|
6157
|
+
async function importViews3dAnalysisVolumeMeasurementVolumeMeasurementError() {
|
|
6158
|
+
if (isAMD) {
|
|
6159
|
+
return await window.$arcgis.import("esri/views/3d/analysis/VolumeMeasurement/VolumeMeasurementError");
|
|
6160
|
+
}
|
|
6161
|
+
const module = await import("@arcgis/core/views/3d/analysis/VolumeMeasurement/VolumeMeasurementError.js");
|
|
6162
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6163
|
+
}
|
|
6164
|
+
async function newViews3dAnalysisVolumeMeasurementVolumeMeasurementError(name, message, details) {
|
|
6165
|
+
const ModConstructor = await importViews3dAnalysisVolumeMeasurementVolumeMeasurementError();
|
|
6166
|
+
return new ModConstructor(name, message, details);
|
|
6167
|
+
}
|
|
6168
|
+
async function importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult() {
|
|
6169
|
+
if (isAMD) {
|
|
6170
|
+
return await window.$arcgis.import("esri/views/3d/analysis/VolumeMeasurement/VolumeMeasurementResult");
|
|
6171
|
+
}
|
|
6172
|
+
const module = await import("@arcgis/core/views/3d/analysis/VolumeMeasurement/VolumeMeasurementResult.js");
|
|
6173
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6174
|
+
}
|
|
6175
|
+
async function newViews3dAnalysisVolumeMeasurementVolumeMeasurementResult(properties) {
|
|
6176
|
+
const ModConstructor = await importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult();
|
|
6177
|
+
return new ModConstructor(properties);
|
|
6178
|
+
}
|
|
6333
6179
|
async function importViews3dEnvironmentCloudyWeather() {
|
|
6334
6180
|
if (isAMD) {
|
|
6335
6181
|
return await window.$arcgis.import("esri/views/3d/environment/CloudyWeather");
|
|
@@ -7980,6 +7826,17 @@ async function newWidgetsEditorEdits(properties) {
|
|
|
7980
7826
|
const ModConstructor = await importWidgetsEditorEdits();
|
|
7981
7827
|
return new ModConstructor(properties);
|
|
7982
7828
|
}
|
|
7829
|
+
async function importWidgetsEditorSplitFeatureWorkflow() {
|
|
7830
|
+
if (isAMD) {
|
|
7831
|
+
return await window.$arcgis.import("esri/widgets/Editor/SplitFeatureWorkflow");
|
|
7832
|
+
}
|
|
7833
|
+
const module = await import("@arcgis/core/widgets/Editor/SplitFeatureWorkflow.js");
|
|
7834
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7835
|
+
}
|
|
7836
|
+
async function newWidgetsEditorSplitFeatureWorkflow(properties) {
|
|
7837
|
+
const ModConstructor = await importWidgetsEditorSplitFeatureWorkflow();
|
|
7838
|
+
return new ModConstructor(properties);
|
|
7839
|
+
}
|
|
7983
7840
|
async function importWidgetsEditorUpdateFeaturesWorkflowData() {
|
|
7984
7841
|
if (isAMD) {
|
|
7985
7842
|
return await window.$arcgis.import("esri/widgets/Editor/UpdateFeaturesWorkflowData");
|
|
@@ -8343,39 +8200,6 @@ async function newWidgetsFeatureTableGridGroupColumn(properties) {
|
|
|
8343
8200
|
const ModConstructor = await importWidgetsFeatureTableGridGroupColumn();
|
|
8344
8201
|
return new ModConstructor(properties);
|
|
8345
8202
|
}
|
|
8346
|
-
async function importWidgetsFeatureTableGridSupportButtonMenu() {
|
|
8347
|
-
if (isAMD) {
|
|
8348
|
-
return await window.$arcgis.import("esri/widgets/FeatureTable/Grid/support/ButtonMenu");
|
|
8349
|
-
}
|
|
8350
|
-
const module = await import("@arcgis/core/widgets/FeatureTable/Grid/support/ButtonMenu.js");
|
|
8351
|
-
return isDefaultModule(module) ? module.default : module;
|
|
8352
|
-
}
|
|
8353
|
-
async function newWidgetsFeatureTableGridSupportButtonMenu(properties) {
|
|
8354
|
-
const ModConstructor = await importWidgetsFeatureTableGridSupportButtonMenu();
|
|
8355
|
-
return new ModConstructor(properties);
|
|
8356
|
-
}
|
|
8357
|
-
async function importWidgetsFeatureTableGridSupportButtonMenuItem() {
|
|
8358
|
-
if (isAMD) {
|
|
8359
|
-
return await window.$arcgis.import("esri/widgets/FeatureTable/Grid/support/ButtonMenuItem");
|
|
8360
|
-
}
|
|
8361
|
-
const module = await import("@arcgis/core/widgets/FeatureTable/Grid/support/ButtonMenuItem.js");
|
|
8362
|
-
return isDefaultModule(module) ? module.default : module;
|
|
8363
|
-
}
|
|
8364
|
-
async function newWidgetsFeatureTableGridSupportButtonMenuItem(properties) {
|
|
8365
|
-
const ModConstructor = await importWidgetsFeatureTableGridSupportButtonMenuItem();
|
|
8366
|
-
return new ModConstructor(properties);
|
|
8367
|
-
}
|
|
8368
|
-
async function importWidgetsFeatureTableGridSupportButtonMenuViewModel() {
|
|
8369
|
-
if (isAMD) {
|
|
8370
|
-
return await window.$arcgis.import("esri/widgets/FeatureTable/Grid/support/ButtonMenuViewModel");
|
|
8371
|
-
}
|
|
8372
|
-
const module = await import("@arcgis/core/widgets/FeatureTable/Grid/support/ButtonMenuViewModel.js");
|
|
8373
|
-
return isDefaultModule(module) ? module.default : module;
|
|
8374
|
-
}
|
|
8375
|
-
async function newWidgetsFeatureTableGridSupportButtonMenuViewModel(properties) {
|
|
8376
|
-
const ModConstructor = await importWidgetsFeatureTableGridSupportButtonMenuViewModel();
|
|
8377
|
-
return new ModConstructor(properties);
|
|
8378
|
-
}
|
|
8379
8203
|
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
8380
8204
|
if (isAMD) {
|
|
8381
8205
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
@@ -10044,6 +9868,13 @@ async function importGeometryOperatorsGeodeticLengthOperator() {
|
|
|
10044
9868
|
const module = await import("@arcgis/core/geometry/operators/geodeticLengthOperator.js");
|
|
10045
9869
|
return isDefaultModule(module) ? module.default : module;
|
|
10046
9870
|
}
|
|
9871
|
+
async function importGeometryOperatorsGeodeticUtilsOperator() {
|
|
9872
|
+
if (isAMD) {
|
|
9873
|
+
return await window.$arcgis.import("esri/geometry/operators/geodeticUtilsOperator");
|
|
9874
|
+
}
|
|
9875
|
+
const module = await import("@arcgis/core/geometry/operators/geodeticUtilsOperator.js");
|
|
9876
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9877
|
+
}
|
|
10047
9878
|
async function importGeometryOperatorsGraphicBufferOperator() {
|
|
10048
9879
|
if (isAMD) {
|
|
10049
9880
|
return await window.$arcgis.import("esri/geometry/operators/graphicBufferOperator");
|
|
@@ -10268,13 +10099,6 @@ async function importGeometrySupportWebMercatorUtils() {
|
|
|
10268
10099
|
const module = await import("@arcgis/core/geometry/support/webMercatorUtils.js");
|
|
10269
10100
|
return isDefaultModule(module) ? module.default : module;
|
|
10270
10101
|
}
|
|
10271
|
-
async function importGraphicGraphicOrigins() {
|
|
10272
|
-
if (isAMD) {
|
|
10273
|
-
return await window.$arcgis.import("esri/graphic/graphicOrigins");
|
|
10274
|
-
}
|
|
10275
|
-
const module = await import("@arcgis/core/graphic/graphicOrigins.js");
|
|
10276
|
-
return isDefaultModule(module) ? module.default : module;
|
|
10277
|
-
}
|
|
10278
10102
|
async function importIntl() {
|
|
10279
10103
|
if (isAMD) {
|
|
10280
10104
|
return await window.$arcgis.import("esri/intl");
|
|
@@ -10499,6 +10323,13 @@ async function importRestKnowledgeGraphService() {
|
|
|
10499
10323
|
const module = await import("@arcgis/core/rest/knowledgeGraphService.js");
|
|
10500
10324
|
return isDefaultModule(module) ? module.default : module;
|
|
10501
10325
|
}
|
|
10326
|
+
async function importRestLastMileDelivery() {
|
|
10327
|
+
if (isAMD) {
|
|
10328
|
+
return await window.$arcgis.import("esri/rest/lastMileDelivery");
|
|
10329
|
+
}
|
|
10330
|
+
const module = await import("@arcgis/core/rest/lastMileDelivery.js");
|
|
10331
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10332
|
+
}
|
|
10502
10333
|
async function importRestLocator() {
|
|
10503
10334
|
if (isAMD) {
|
|
10504
10335
|
return await window.$arcgis.import("esri/rest/locator");
|
|
@@ -11052,6 +10883,13 @@ async function importViewsSupportColorUtils() {
|
|
|
11052
10883
|
const module = await import("@arcgis/core/views/support/colorUtils.js");
|
|
11053
10884
|
return isDefaultModule(module) ? module.default : module;
|
|
11054
10885
|
}
|
|
10886
|
+
async function importWidgetsEditorSplitFeatureWorkflowData() {
|
|
10887
|
+
if (isAMD) {
|
|
10888
|
+
return await window.$arcgis.import("esri/widgets/Editor/SplitFeatureWorkflowData");
|
|
10889
|
+
}
|
|
10890
|
+
const module = await import("@arcgis/core/widgets/Editor/SplitFeatureWorkflowData.js");
|
|
10891
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10892
|
+
}
|
|
11055
10893
|
async function importWidgetsSmartMappingSupportUtils() {
|
|
11056
10894
|
if (isAMD) {
|
|
11057
10895
|
return await window.$arcgis.import("esri/widgets/smartMapping/support/utils");
|
|
@@ -11066,6 +10904,13 @@ async function importWidgetsSupportWidget() {
|
|
|
11066
10904
|
const module = await import("@arcgis/core/widgets/support/widget.js");
|
|
11067
10905
|
return isDefaultModule(module) ? module.default : module;
|
|
11068
10906
|
}
|
|
10907
|
+
async function importApplicationsComponentsActionUtils() {
|
|
10908
|
+
if (isAMD) {
|
|
10909
|
+
return await window.$arcgis.import("esri/applications/Components/actionUtils");
|
|
10910
|
+
}
|
|
10911
|
+
const module = await import("@arcgis/core/applications/Components/actionUtils.js");
|
|
10912
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10913
|
+
}
|
|
11069
10914
|
async function importApplicationsComponentsAnalysisUtils() {
|
|
11070
10915
|
if (isAMD) {
|
|
11071
10916
|
return await window.$arcgis.import("esri/applications/Components/analysisUtils");
|
|
@@ -11073,6 +10918,13 @@ async function importApplicationsComponentsAnalysisUtils() {
|
|
|
11073
10918
|
const module = await import("@arcgis/core/applications/Components/analysisUtils.js");
|
|
11074
10919
|
return isDefaultModule(module) ? module.default : module;
|
|
11075
10920
|
}
|
|
10921
|
+
async function importApplicationsComponentsArcadeEditorUtils() {
|
|
10922
|
+
if (isAMD) {
|
|
10923
|
+
return await window.$arcgis.import("esri/applications/Components/arcadeEditorUtils");
|
|
10924
|
+
}
|
|
10925
|
+
const module = await import("@arcgis/core/applications/Components/arcadeEditorUtils.js");
|
|
10926
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10927
|
+
}
|
|
11076
10928
|
async function importApplicationsComponentsArcadeFeatureUtils() {
|
|
11077
10929
|
if (isAMD) {
|
|
11078
10930
|
return await window.$arcgis.import("esri/applications/Components/arcadeFeatureUtils");
|
|
@@ -11255,14 +11107,14 @@ export {
|
|
|
11255
11107
|
importAnalysisDimensionSimpleStyle,
|
|
11256
11108
|
importAnalysisDirectLineMeasurementAnalysis,
|
|
11257
11109
|
importAnalysisElevationProfileAnalysis,
|
|
11258
|
-
|
|
11259
|
-
importAnalysisElevationProfileElevationProfileInputLine,
|
|
11110
|
+
importAnalysisElevationProfileElevationProfileDisplayUnits,
|
|
11260
11111
|
importAnalysisElevationProfileElevationProfileLine,
|
|
11261
11112
|
importAnalysisElevationProfileElevationProfileLineChartOptions,
|
|
11113
|
+
importAnalysisElevationProfileElevationProfileLineGround,
|
|
11114
|
+
importAnalysisElevationProfileElevationProfileLineInput,
|
|
11115
|
+
importAnalysisElevationProfileElevationProfileLineQuery,
|
|
11116
|
+
importAnalysisElevationProfileElevationProfileLineScene,
|
|
11262
11117
|
importAnalysisElevationProfileElevationProfileLineViewOptions,
|
|
11263
|
-
importAnalysisElevationProfileElevationProfileQueryLine,
|
|
11264
|
-
importAnalysisElevationProfileElevationProfileSceneLine,
|
|
11265
|
-
importAnalysisElevationProfileElevationProfileUnits,
|
|
11266
11118
|
importAnalysisElevationProfileElevationProfileViewOptions,
|
|
11267
11119
|
importAnalysisLengthDimension,
|
|
11268
11120
|
importAnalysisLineOfSightAnalysis,
|
|
@@ -11275,7 +11127,11 @@ export {
|
|
|
11275
11127
|
importAnalysisViewshedAnalysis,
|
|
11276
11128
|
importAnalysisVolumeMeasurementAnalysis,
|
|
11277
11129
|
importAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions,
|
|
11130
|
+
importAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits,
|
|
11131
|
+
importAnalysisVolumeMeasurementVolumeMeasurementInputUnits,
|
|
11132
|
+
importApplicationsComponentsActionUtils,
|
|
11278
11133
|
importApplicationsComponentsAnalysisUtils,
|
|
11134
|
+
importApplicationsComponentsArcadeEditorUtils,
|
|
11279
11135
|
importApplicationsComponentsArcadeFeatureUtils,
|
|
11280
11136
|
importApplicationsComponentsBasemapUtils,
|
|
11281
11137
|
importApplicationsComponentsDrawUtils,
|
|
@@ -11389,6 +11245,7 @@ export {
|
|
|
11389
11245
|
importGeometryOperatorsGeodeticDensifyOperator,
|
|
11390
11246
|
importGeometryOperatorsGeodeticDistanceOperator,
|
|
11391
11247
|
importGeometryOperatorsGeodeticLengthOperator,
|
|
11248
|
+
importGeometryOperatorsGeodeticUtilsOperator,
|
|
11392
11249
|
importGeometryOperatorsGraphicBufferOperator,
|
|
11393
11250
|
importGeometryOperatorsIntegrateOperator,
|
|
11394
11251
|
importGeometryOperatorsIntersectionOperator,
|
|
@@ -11440,30 +11297,8 @@ export {
|
|
|
11440
11297
|
importGeometrySupportNormalizeUtils,
|
|
11441
11298
|
importGeometrySupportWebMercatorUtils,
|
|
11442
11299
|
importGraphic,
|
|
11443
|
-
importGraphicBuildingGraphicOrigin,
|
|
11444
|
-
importGraphicCSVGraphicOrigin,
|
|
11445
|
-
importGraphicCatalogGraphicOrigin,
|
|
11446
|
-
importGraphicFeatureGraphicOrigin,
|
|
11447
|
-
importGraphicGeoJSONGraphicOrigin,
|
|
11448
|
-
importGraphicGeoRSSGraphicOrigin,
|
|
11449
11300
|
importGraphicGraphicOrigin,
|
|
11450
|
-
importGraphicGraphicOrigins,
|
|
11451
|
-
importGraphicIntegratedMesh3DTilesGraphicOrigin,
|
|
11452
|
-
importGraphicIntegratedMeshGraphicOrigin,
|
|
11453
|
-
importGraphicKnowledgeGraphGraphicOrigin,
|
|
11454
|
-
importGraphicMapImageGraphicOrigin,
|
|
11455
|
-
importGraphicMapNotesGraphicOrigin,
|
|
11456
|
-
importGraphicOGCFeatureGraphicOrigin,
|
|
11457
|
-
importGraphicOrientedImageryGraphicOrigin,
|
|
11458
|
-
importGraphicParquetGraphicOrigin,
|
|
11459
|
-
importGraphicPointCloudGraphicOrigin,
|
|
11460
|
-
importGraphicSceneGraphicOrigin,
|
|
11461
|
-
importGraphicStreamGraphicOrigin,
|
|
11462
|
-
importGraphicSubtypeGroupGraphicOrigin,
|
|
11463
|
-
importGraphicTileGraphicOrigin,
|
|
11464
11301
|
importGraphicVectorTileGraphicOrigin,
|
|
11465
|
-
importGraphicVoxelGraphicOrigin,
|
|
11466
|
-
importGraphicWFSGraphicOrigin,
|
|
11467
11302
|
importGround,
|
|
11468
11303
|
importIdentityCredential,
|
|
11469
11304
|
importIdentityIdentityManager,
|
|
@@ -11529,6 +11364,7 @@ export {
|
|
|
11529
11364
|
importLayersSupportControlPointsGeoreference,
|
|
11530
11365
|
importLayersSupportCornersGeoreference,
|
|
11531
11366
|
importLayersSupportCsvUtils,
|
|
11367
|
+
importLayersSupportDateTimeFieldFormat,
|
|
11532
11368
|
importLayersSupportDimensionalDefinition,
|
|
11533
11369
|
importLayersSupportDisplayFilter,
|
|
11534
11370
|
importLayersSupportDisplayFilterInfo,
|
|
@@ -11545,6 +11381,7 @@ export {
|
|
|
11545
11381
|
importLayersSupportFeatureTemplate,
|
|
11546
11382
|
importLayersSupportFeatureType,
|
|
11547
11383
|
importLayersSupportField,
|
|
11384
|
+
importLayersSupportFieldConfiguration,
|
|
11548
11385
|
importLayersSupportFieldUtils,
|
|
11549
11386
|
importLayersSupportFieldsIndex,
|
|
11550
11387
|
importLayersSupportGeometryFieldsInfo,
|
|
@@ -11559,6 +11396,7 @@ export {
|
|
|
11559
11396
|
importLayersSupportMapImage,
|
|
11560
11397
|
importLayersSupportMosaicRule,
|
|
11561
11398
|
importLayersSupportMultidimensionalSubset,
|
|
11399
|
+
importLayersSupportNumberFieldFormat,
|
|
11562
11400
|
importLayersSupportOrderByInfo,
|
|
11563
11401
|
importLayersSupportParquetEncodingLocation,
|
|
11564
11402
|
importLayersSupportParquetEncodingWkb,
|
|
@@ -11763,6 +11601,7 @@ export {
|
|
|
11763
11601
|
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
11764
11602
|
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
11765
11603
|
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
11604
|
+
importRestLastMileDelivery,
|
|
11766
11605
|
importRestLocator,
|
|
11767
11606
|
importRestNetworkService,
|
|
11768
11607
|
importRestNetworksQueryAssociations,
|
|
@@ -11859,6 +11698,7 @@ export {
|
|
|
11859
11698
|
importRestSupportImageVolumeParameters,
|
|
11860
11699
|
importRestSupportImageVolumeResult,
|
|
11861
11700
|
importRestSupportJobInfo,
|
|
11701
|
+
importRestSupportLastMileDeliveryParameters,
|
|
11862
11702
|
importRestSupportLegendLayer,
|
|
11863
11703
|
importRestSupportLengthsParameters,
|
|
11864
11704
|
importRestSupportLinearUnit,
|
|
@@ -12009,8 +11849,6 @@ export {
|
|
|
12009
11849
|
importTablesElementsAttributeTableFieldElement,
|
|
12010
11850
|
importTablesElementsAttributeTableGroupElement,
|
|
12011
11851
|
importTablesElementsAttributeTableRelationshipElement,
|
|
12012
|
-
importTimeExtent,
|
|
12013
|
-
importTimeInterval,
|
|
12014
11852
|
importTimeTimeExtent,
|
|
12015
11853
|
importTimeTimeInterval,
|
|
12016
11854
|
importVersionManagementUtils,
|
|
@@ -12018,6 +11856,7 @@ export {
|
|
|
12018
11856
|
importVersionManagementVersionManagementService,
|
|
12019
11857
|
importVersionManagementVersioningState,
|
|
12020
11858
|
importViewpoint,
|
|
11859
|
+
importViews2dAnalysisElevationProfileAnalysisView2D,
|
|
12021
11860
|
importViews2dLayersBaseLayerView2D,
|
|
12022
11861
|
importViews2dLayersBaseLayerViewGL2D,
|
|
12023
11862
|
importViews2dViewState,
|
|
@@ -12030,6 +11869,8 @@ export {
|
|
|
12030
11869
|
importViews3dAnalysisSliceAnalysisView3D,
|
|
12031
11870
|
importViews3dAnalysisViewshedAnalysisView3D,
|
|
12032
11871
|
importViews3dAnalysisVolumeMeasurementAnalysisView3D,
|
|
11872
|
+
importViews3dAnalysisVolumeMeasurementVolumeMeasurementError,
|
|
11873
|
+
importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult,
|
|
12033
11874
|
importViews3dEnvironmentCloudyWeather,
|
|
12034
11875
|
importViews3dEnvironmentFoggyWeather,
|
|
12035
11876
|
importViews3dEnvironmentRainyWeather,
|
|
@@ -12189,6 +12030,8 @@ export {
|
|
|
12189
12030
|
importWidgetsEditorCreateFeaturesWorkflowData,
|
|
12190
12031
|
importWidgetsEditorEditorViewModel,
|
|
12191
12032
|
importWidgetsEditorEdits,
|
|
12033
|
+
importWidgetsEditorSplitFeatureWorkflow,
|
|
12034
|
+
importWidgetsEditorSplitFeatureWorkflowData,
|
|
12192
12035
|
importWidgetsEditorSupportEditorItem,
|
|
12193
12036
|
importWidgetsEditorUpdateFeaturesWorkflowData,
|
|
12194
12037
|
importWidgetsEditorUpdateWorkflow,
|
|
@@ -12219,9 +12062,6 @@ export {
|
|
|
12219
12062
|
importWidgetsFeatureTableFieldColumn,
|
|
12220
12063
|
importWidgetsFeatureTableGridColumn,
|
|
12221
12064
|
importWidgetsFeatureTableGridGroupColumn,
|
|
12222
|
-
importWidgetsFeatureTableGridSupportButtonMenu,
|
|
12223
|
-
importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
12224
|
-
importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12225
12065
|
importWidgetsFeatureTableRelationshipColumn,
|
|
12226
12066
|
importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12227
12067
|
importWidgetsFeatureTableSupportAttachmentsViewOptions,
|
|
@@ -12357,14 +12197,14 @@ export {
|
|
|
12357
12197
|
newAnalysisDimensionSimpleStyle,
|
|
12358
12198
|
newAnalysisDirectLineMeasurementAnalysis,
|
|
12359
12199
|
newAnalysisElevationProfileAnalysis,
|
|
12360
|
-
|
|
12361
|
-
newAnalysisElevationProfileElevationProfileInputLine,
|
|
12200
|
+
newAnalysisElevationProfileElevationProfileDisplayUnits,
|
|
12362
12201
|
newAnalysisElevationProfileElevationProfileLine,
|
|
12363
12202
|
newAnalysisElevationProfileElevationProfileLineChartOptions,
|
|
12203
|
+
newAnalysisElevationProfileElevationProfileLineGround,
|
|
12204
|
+
newAnalysisElevationProfileElevationProfileLineInput,
|
|
12205
|
+
newAnalysisElevationProfileElevationProfileLineQuery,
|
|
12206
|
+
newAnalysisElevationProfileElevationProfileLineScene,
|
|
12364
12207
|
newAnalysisElevationProfileElevationProfileLineViewOptions,
|
|
12365
|
-
newAnalysisElevationProfileElevationProfileQueryLine,
|
|
12366
|
-
newAnalysisElevationProfileElevationProfileSceneLine,
|
|
12367
|
-
newAnalysisElevationProfileElevationProfileUnits,
|
|
12368
12208
|
newAnalysisElevationProfileElevationProfileViewOptions,
|
|
12369
12209
|
newAnalysisLengthDimension,
|
|
12370
12210
|
newAnalysisLineOfSightAnalysis,
|
|
@@ -12377,6 +12217,8 @@ export {
|
|
|
12377
12217
|
newAnalysisViewshedAnalysis,
|
|
12378
12218
|
newAnalysisVolumeMeasurementAnalysis,
|
|
12379
12219
|
newAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions,
|
|
12220
|
+
newAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits,
|
|
12221
|
+
newAnalysisVolumeMeasurementVolumeMeasurementInputUnits,
|
|
12380
12222
|
newAttributeBinsGraphic,
|
|
12381
12223
|
newBasemap,
|
|
12382
12224
|
newCamera,
|
|
@@ -12439,29 +12281,8 @@ export {
|
|
|
12439
12281
|
newGeometrySupportMeshTextureTransform,
|
|
12440
12282
|
newGeometrySupportMeshTransform,
|
|
12441
12283
|
newGraphic,
|
|
12442
|
-
newGraphicBuildingGraphicOrigin,
|
|
12443
|
-
newGraphicCSVGraphicOrigin,
|
|
12444
|
-
newGraphicCatalogGraphicOrigin,
|
|
12445
|
-
newGraphicFeatureGraphicOrigin,
|
|
12446
|
-
newGraphicGeoJSONGraphicOrigin,
|
|
12447
|
-
newGraphicGeoRSSGraphicOrigin,
|
|
12448
12284
|
newGraphicGraphicOrigin,
|
|
12449
|
-
newGraphicIntegratedMesh3DTilesGraphicOrigin,
|
|
12450
|
-
newGraphicIntegratedMeshGraphicOrigin,
|
|
12451
|
-
newGraphicKnowledgeGraphGraphicOrigin,
|
|
12452
|
-
newGraphicMapImageGraphicOrigin,
|
|
12453
|
-
newGraphicMapNotesGraphicOrigin,
|
|
12454
|
-
newGraphicOGCFeatureGraphicOrigin,
|
|
12455
|
-
newGraphicOrientedImageryGraphicOrigin,
|
|
12456
|
-
newGraphicParquetGraphicOrigin,
|
|
12457
|
-
newGraphicPointCloudGraphicOrigin,
|
|
12458
|
-
newGraphicSceneGraphicOrigin,
|
|
12459
|
-
newGraphicStreamGraphicOrigin,
|
|
12460
|
-
newGraphicSubtypeGroupGraphicOrigin,
|
|
12461
|
-
newGraphicTileGraphicOrigin,
|
|
12462
12285
|
newGraphicVectorTileGraphicOrigin,
|
|
12463
|
-
newGraphicVoxelGraphicOrigin,
|
|
12464
|
-
newGraphicWFSGraphicOrigin,
|
|
12465
12286
|
newGround,
|
|
12466
12287
|
newIdentityCredential,
|
|
12467
12288
|
newIdentityOAuthInfo,
|
|
@@ -12517,6 +12338,7 @@ export {
|
|
|
12517
12338
|
newLayersSupportCodedValueDomain,
|
|
12518
12339
|
newLayersSupportControlPointsGeoreference,
|
|
12519
12340
|
newLayersSupportCornersGeoreference,
|
|
12341
|
+
newLayersSupportDateTimeFieldFormat,
|
|
12520
12342
|
newLayersSupportDimensionalDefinition,
|
|
12521
12343
|
newLayersSupportDisplayFilter,
|
|
12522
12344
|
newLayersSupportDisplayFilterInfo,
|
|
@@ -12533,6 +12355,7 @@ export {
|
|
|
12533
12355
|
newLayersSupportFeatureTemplate,
|
|
12534
12356
|
newLayersSupportFeatureType,
|
|
12535
12357
|
newLayersSupportField,
|
|
12358
|
+
newLayersSupportFieldConfiguration,
|
|
12536
12359
|
newLayersSupportFieldsIndex,
|
|
12537
12360
|
newLayersSupportGeometryFieldsInfo,
|
|
12538
12361
|
newLayersSupportImageElement,
|
|
@@ -12546,6 +12369,7 @@ export {
|
|
|
12546
12369
|
newLayersSupportMapImage,
|
|
12547
12370
|
newLayersSupportMosaicRule,
|
|
12548
12371
|
newLayersSupportMultidimensionalSubset,
|
|
12372
|
+
newLayersSupportNumberFieldFormat,
|
|
12549
12373
|
newLayersSupportOrderByInfo,
|
|
12550
12374
|
newLayersSupportParquetEncodingLocation,
|
|
12551
12375
|
newLayersSupportParquetEncodingWkb,
|
|
@@ -12813,6 +12637,7 @@ export {
|
|
|
12813
12637
|
newRestSupportImageVolumeParameters,
|
|
12814
12638
|
newRestSupportImageVolumeResult,
|
|
12815
12639
|
newRestSupportJobInfo,
|
|
12640
|
+
newRestSupportLastMileDeliveryParameters,
|
|
12816
12641
|
newRestSupportLegendLayer,
|
|
12817
12642
|
newRestSupportLengthsParameters,
|
|
12818
12643
|
newRestSupportLinearUnit,
|
|
@@ -12904,13 +12729,12 @@ export {
|
|
|
12904
12729
|
newTablesElementsAttributeTableFieldElement,
|
|
12905
12730
|
newTablesElementsAttributeTableGroupElement,
|
|
12906
12731
|
newTablesElementsAttributeTableRelationshipElement,
|
|
12907
|
-
newTimeExtent,
|
|
12908
|
-
newTimeInterval,
|
|
12909
12732
|
newTimeTimeExtent,
|
|
12910
12733
|
newTimeTimeInterval,
|
|
12911
12734
|
newVersionManagementVersionManagementService,
|
|
12912
12735
|
newVersionManagementVersioningState,
|
|
12913
12736
|
newViewpoint,
|
|
12737
|
+
newViews2dAnalysisElevationProfileAnalysisView2D,
|
|
12914
12738
|
newViews2dLayersBaseLayerView2D,
|
|
12915
12739
|
newViews2dLayersBaseLayerViewGL2D,
|
|
12916
12740
|
newViews2dViewState,
|
|
@@ -12923,6 +12747,8 @@ export {
|
|
|
12923
12747
|
newViews3dAnalysisSliceAnalysisView3D,
|
|
12924
12748
|
newViews3dAnalysisViewshedAnalysisView3D,
|
|
12925
12749
|
newViews3dAnalysisVolumeMeasurementAnalysisView3D,
|
|
12750
|
+
newViews3dAnalysisVolumeMeasurementVolumeMeasurementError,
|
|
12751
|
+
newViews3dAnalysisVolumeMeasurementVolumeMeasurementResult,
|
|
12926
12752
|
newViews3dEnvironmentCloudyWeather,
|
|
12927
12753
|
newViews3dEnvironmentFoggyWeather,
|
|
12928
12754
|
newViews3dEnvironmentRainyWeather,
|
|
@@ -13075,6 +12901,7 @@ export {
|
|
|
13075
12901
|
newWidgetsEditorCreateFeaturesWorkflowData,
|
|
13076
12902
|
newWidgetsEditorEditorViewModel,
|
|
13077
12903
|
newWidgetsEditorEdits,
|
|
12904
|
+
newWidgetsEditorSplitFeatureWorkflow,
|
|
13078
12905
|
newWidgetsEditorSupportEditorItem,
|
|
13079
12906
|
newWidgetsEditorUpdateFeaturesWorkflowData,
|
|
13080
12907
|
newWidgetsEditorUpdateWorkflow,
|
|
@@ -13105,9 +12932,6 @@ export {
|
|
|
13105
12932
|
newWidgetsFeatureTableFieldColumn,
|
|
13106
12933
|
newWidgetsFeatureTableGridColumn,
|
|
13107
12934
|
newWidgetsFeatureTableGridGroupColumn,
|
|
13108
|
-
newWidgetsFeatureTableGridSupportButtonMenu,
|
|
13109
|
-
newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
13110
|
-
newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
13111
12935
|
newWidgetsFeatureTableRelationshipColumn,
|
|
13112
12936
|
newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
13113
12937
|
newWidgetsFeatureTableSupportAttachmentsViewOptions,
|