@arcgis/core-adapter 4.34.0-next.99 → 4.34.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 +413 -430
- package/dist/index.d.cts +71 -75
- package/dist/index.d.ts +71 -75
- package/dist/index.js +413 -430
- package/package.json +2 -2
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");
|
|
@@ -852,28 +874,6 @@ async function newGeometryOperatorsSupportTransformation() {
|
|
|
852
874
|
const ModConstructor = await importGeometryOperatorsSupportTransformation();
|
|
853
875
|
return new ModConstructor();
|
|
854
876
|
}
|
|
855
|
-
async function importGeometrySupportGeographicTransformation() {
|
|
856
|
-
if (isAMD) {
|
|
857
|
-
return await window.$arcgis.import("esri/geometry/support/GeographicTransformation");
|
|
858
|
-
}
|
|
859
|
-
const module = await import("@arcgis/core/geometry/support/GeographicTransformation.js");
|
|
860
|
-
return isDefaultModule(module) ? module.default : module;
|
|
861
|
-
}
|
|
862
|
-
async function newGeometrySupportGeographicTransformation(properties) {
|
|
863
|
-
const ModConstructor = await importGeometrySupportGeographicTransformation();
|
|
864
|
-
return new ModConstructor(properties);
|
|
865
|
-
}
|
|
866
|
-
async function importGeometrySupportGeographicTransformationStep() {
|
|
867
|
-
if (isAMD) {
|
|
868
|
-
return await window.$arcgis.import("esri/geometry/support/GeographicTransformationStep");
|
|
869
|
-
}
|
|
870
|
-
const module = await import("@arcgis/core/geometry/support/GeographicTransformationStep.js");
|
|
871
|
-
return isDefaultModule(module) ? module.default : module;
|
|
872
|
-
}
|
|
873
|
-
async function newGeometrySupportGeographicTransformationStep(properties) {
|
|
874
|
-
const ModConstructor = await importGeometrySupportGeographicTransformationStep();
|
|
875
|
-
return new ModConstructor(properties);
|
|
876
|
-
}
|
|
877
877
|
async function importGeometrySupportMeshComponent() {
|
|
878
878
|
if (isAMD) {
|
|
879
879
|
return await window.$arcgis.import("esri/geometry/support/MeshComponent");
|
|
@@ -973,215 +973,6 @@ async function newGraphicGraphicOrigin() {
|
|
|
973
973
|
const ModConstructor = await importGraphicGraphicOrigin();
|
|
974
974
|
return new ModConstructor();
|
|
975
975
|
}
|
|
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
976
|
async function importGraphicVectorTileGraphicOrigin() {
|
|
1186
977
|
if (isAMD) {
|
|
1187
978
|
return await window.$arcgis.import("esri/graphic/VectorTileGraphicOrigin");
|
|
@@ -1193,28 +984,6 @@ async function newGraphicVectorTileGraphicOrigin(layer, layerId, layerIndex) {
|
|
|
1193
984
|
const ModConstructor = await importGraphicVectorTileGraphicOrigin();
|
|
1194
985
|
return new ModConstructor(layer, layerId, layerIndex);
|
|
1195
986
|
}
|
|
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
987
|
async function importAttributeBinsGraphic() {
|
|
1219
988
|
if (isAMD) {
|
|
1220
989
|
return await window.$arcgis.import("esri/AttributeBinsGraphic");
|
|
@@ -1842,6 +1611,17 @@ async function newLayersSupportCornersGeoreference(properties) {
|
|
|
1842
1611
|
const ModConstructor = await importLayersSupportCornersGeoreference();
|
|
1843
1612
|
return new ModConstructor(properties);
|
|
1844
1613
|
}
|
|
1614
|
+
async function importLayersSupportDateTimeFieldFormat() {
|
|
1615
|
+
if (isAMD) {
|
|
1616
|
+
return await window.$arcgis.import("esri/layers/support/DateTimeFieldFormat");
|
|
1617
|
+
}
|
|
1618
|
+
const module = await import("@arcgis/core/layers/support/DateTimeFieldFormat.js");
|
|
1619
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1620
|
+
}
|
|
1621
|
+
async function newLayersSupportDateTimeFieldFormat(properties) {
|
|
1622
|
+
const ModConstructor = await importLayersSupportDateTimeFieldFormat();
|
|
1623
|
+
return new ModConstructor(properties);
|
|
1624
|
+
}
|
|
1845
1625
|
async function importLayersSupportDimensionalDefinition() {
|
|
1846
1626
|
if (isAMD) {
|
|
1847
1627
|
return await window.$arcgis.import("esri/layers/support/DimensionalDefinition");
|
|
@@ -2018,6 +1798,17 @@ async function newLayersSupportField(properties) {
|
|
|
2018
1798
|
const ModConstructor = await importLayersSupportField();
|
|
2019
1799
|
return new ModConstructor(properties);
|
|
2020
1800
|
}
|
|
1801
|
+
async function importLayersSupportFieldConfiguration() {
|
|
1802
|
+
if (isAMD) {
|
|
1803
|
+
return await window.$arcgis.import("esri/layers/support/FieldConfiguration");
|
|
1804
|
+
}
|
|
1805
|
+
const module = await import("@arcgis/core/layers/support/FieldConfiguration.js");
|
|
1806
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1807
|
+
}
|
|
1808
|
+
async function newLayersSupportFieldConfiguration(properties) {
|
|
1809
|
+
const ModConstructor = await importLayersSupportFieldConfiguration();
|
|
1810
|
+
return new ModConstructor(properties);
|
|
1811
|
+
}
|
|
2021
1812
|
async function importLayersSupportFieldsIndex() {
|
|
2022
1813
|
if (isAMD) {
|
|
2023
1814
|
return await window.$arcgis.import("esri/layers/support/FieldsIndex");
|
|
@@ -2161,6 +1952,17 @@ async function newLayersSupportMultidimensionalSubset(properties) {
|
|
|
2161
1952
|
const ModConstructor = await importLayersSupportMultidimensionalSubset();
|
|
2162
1953
|
return new ModConstructor(properties);
|
|
2163
1954
|
}
|
|
1955
|
+
async function importLayersSupportNumberFieldFormat() {
|
|
1956
|
+
if (isAMD) {
|
|
1957
|
+
return await window.$arcgis.import("esri/layers/support/NumberFieldFormat");
|
|
1958
|
+
}
|
|
1959
|
+
const module = await import("@arcgis/core/layers/support/NumberFieldFormat.js");
|
|
1960
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1961
|
+
}
|
|
1962
|
+
async function newLayersSupportNumberFieldFormat(properties) {
|
|
1963
|
+
const ModConstructor = await importLayersSupportNumberFieldFormat();
|
|
1964
|
+
return new ModConstructor(properties);
|
|
1965
|
+
}
|
|
2164
1966
|
async function importLayersSupportOrderByInfo() {
|
|
2165
1967
|
if (isAMD) {
|
|
2166
1968
|
return await window.$arcgis.import("esri/layers/support/OrderByInfo");
|
|
@@ -2777,6 +2579,17 @@ async function newMap(properties) {
|
|
|
2777
2579
|
const ModConstructor = await importMap();
|
|
2778
2580
|
return new ModConstructor(properties);
|
|
2779
2581
|
}
|
|
2582
|
+
async function importNetworksCircuitManager() {
|
|
2583
|
+
if (isAMD) {
|
|
2584
|
+
return await window.$arcgis.import("esri/networks/CircuitManager");
|
|
2585
|
+
}
|
|
2586
|
+
const module = await import("@arcgis/core/networks/CircuitManager.js");
|
|
2587
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2588
|
+
}
|
|
2589
|
+
async function newNetworksCircuitManager(properties) {
|
|
2590
|
+
const ModConstructor = await importNetworksCircuitManager();
|
|
2591
|
+
return new ModConstructor(properties);
|
|
2592
|
+
}
|
|
2780
2593
|
async function importNetworksNetwork() {
|
|
2781
2594
|
if (isAMD) {
|
|
2782
2595
|
return await window.$arcgis.import("esri/networks/Network");
|
|
@@ -2788,6 +2601,17 @@ async function newNetworksNetwork(properties) {
|
|
|
2788
2601
|
const ModConstructor = await importNetworksNetwork();
|
|
2789
2602
|
return new ModConstructor(properties);
|
|
2790
2603
|
}
|
|
2604
|
+
async function importNetworksUnitIdentifierManager() {
|
|
2605
|
+
if (isAMD) {
|
|
2606
|
+
return await window.$arcgis.import("esri/networks/UnitIdentifierManager");
|
|
2607
|
+
}
|
|
2608
|
+
const module = await import("@arcgis/core/networks/UnitIdentifierManager.js");
|
|
2609
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2610
|
+
}
|
|
2611
|
+
async function newNetworksUnitIdentifierManager(properties) {
|
|
2612
|
+
const ModConstructor = await importNetworksUnitIdentifierManager();
|
|
2613
|
+
return new ModConstructor(properties);
|
|
2614
|
+
}
|
|
2791
2615
|
async function importNetworksUtilityNetwork() {
|
|
2792
2616
|
if (isAMD) {
|
|
2793
2617
|
return await window.$arcgis.import("esri/networks/UtilityNetwork");
|
|
@@ -2799,6 +2623,61 @@ async function newNetworksUtilityNetwork(properties) {
|
|
|
2799
2623
|
const ModConstructor = await importNetworksUtilityNetwork();
|
|
2800
2624
|
return new ModConstructor(properties);
|
|
2801
2625
|
}
|
|
2626
|
+
async function importNetworksSupportCircuit() {
|
|
2627
|
+
if (isAMD) {
|
|
2628
|
+
return await window.$arcgis.import("esri/networks/support/Circuit");
|
|
2629
|
+
}
|
|
2630
|
+
const module = await import("@arcgis/core/networks/support/Circuit.js");
|
|
2631
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2632
|
+
}
|
|
2633
|
+
async function newNetworksSupportCircuit(properties) {
|
|
2634
|
+
const ModConstructor = await importNetworksSupportCircuit();
|
|
2635
|
+
return new ModConstructor(properties);
|
|
2636
|
+
}
|
|
2637
|
+
async function importNetworksSupportCircuitPath() {
|
|
2638
|
+
if (isAMD) {
|
|
2639
|
+
return await window.$arcgis.import("esri/networks/support/CircuitPath");
|
|
2640
|
+
}
|
|
2641
|
+
const module = await import("@arcgis/core/networks/support/CircuitPath.js");
|
|
2642
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2643
|
+
}
|
|
2644
|
+
async function newNetworksSupportCircuitPath(properties) {
|
|
2645
|
+
const ModConstructor = await importNetworksSupportCircuitPath();
|
|
2646
|
+
return new ModConstructor(properties);
|
|
2647
|
+
}
|
|
2648
|
+
async function importNetworksSupportCircuitPathConnectivityElement() {
|
|
2649
|
+
if (isAMD) {
|
|
2650
|
+
return await window.$arcgis.import("esri/networks/support/CircuitPathConnectivityElement");
|
|
2651
|
+
}
|
|
2652
|
+
const module = await import("@arcgis/core/networks/support/CircuitPathConnectivityElement.js");
|
|
2653
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2654
|
+
}
|
|
2655
|
+
async function newNetworksSupportCircuitPathConnectivityElement(properties) {
|
|
2656
|
+
const ModConstructor = await importNetworksSupportCircuitPathConnectivityElement();
|
|
2657
|
+
return new ModConstructor(properties);
|
|
2658
|
+
}
|
|
2659
|
+
async function importNetworksSupportCircuitSection() {
|
|
2660
|
+
if (isAMD) {
|
|
2661
|
+
return await window.$arcgis.import("esri/networks/support/CircuitSection");
|
|
2662
|
+
}
|
|
2663
|
+
const module = await import("@arcgis/core/networks/support/CircuitSection.js");
|
|
2664
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2665
|
+
}
|
|
2666
|
+
async function newNetworksSupportCircuitSection(properties) {
|
|
2667
|
+
const ModConstructor = await importNetworksSupportCircuitSection();
|
|
2668
|
+
return new ModConstructor(properties);
|
|
2669
|
+
}
|
|
2670
|
+
async function importNetworksSupportCircuitLocation() {
|
|
2671
|
+
if (isAMD) {
|
|
2672
|
+
return await window.$arcgis.import("esri/networks/support/CircuitLocation");
|
|
2673
|
+
}
|
|
2674
|
+
const module = await import("@arcgis/core/networks/support/CircuitLocation.js");
|
|
2675
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2676
|
+
}
|
|
2677
|
+
async function newNetworksSupportCircuitLocation(properties) {
|
|
2678
|
+
const ModConstructor = await importNetworksSupportCircuitLocation();
|
|
2679
|
+
return new ModConstructor(properties);
|
|
2680
|
+
}
|
|
2802
2681
|
async function importNetworksSupportNamedTraceConfiguration() {
|
|
2803
2682
|
if (isAMD) {
|
|
2804
2683
|
return await window.$arcgis.import("esri/networks/support/NamedTraceConfiguration");
|
|
@@ -2821,6 +2700,17 @@ async function newNetworksSupportNetworkSystemLayers(properties) {
|
|
|
2821
2700
|
const ModConstructor = await importNetworksSupportNetworkSystemLayers();
|
|
2822
2701
|
return new ModConstructor(properties);
|
|
2823
2702
|
}
|
|
2703
|
+
async function importNetworksSupportSubcircuit() {
|
|
2704
|
+
if (isAMD) {
|
|
2705
|
+
return await window.$arcgis.import("esri/networks/support/Subcircuit");
|
|
2706
|
+
}
|
|
2707
|
+
const module = await import("@arcgis/core/networks/support/Subcircuit.js");
|
|
2708
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2709
|
+
}
|
|
2710
|
+
async function newNetworksSupportSubcircuit(properties) {
|
|
2711
|
+
const ModConstructor = await importNetworksSupportSubcircuit();
|
|
2712
|
+
return new ModConstructor(properties);
|
|
2713
|
+
}
|
|
2824
2714
|
async function importNetworksSupportTerminal() {
|
|
2825
2715
|
if (isAMD) {
|
|
2826
2716
|
return await window.$arcgis.import("esri/networks/support/Terminal");
|
|
@@ -4163,6 +4053,17 @@ async function newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings(pr
|
|
|
4163
4053
|
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings();
|
|
4164
4054
|
return new ModConstructor(properties);
|
|
4165
4055
|
}
|
|
4056
|
+
async function importRestNetworksCircuitsSupportCircuitTraceResult() {
|
|
4057
|
+
if (isAMD) {
|
|
4058
|
+
return await window.$arcgis.import("esri/rest/networks/circuits/support/CircuitTraceResult");
|
|
4059
|
+
}
|
|
4060
|
+
const module = await import("@arcgis/core/rest/networks/circuits/support/CircuitTraceResult.js");
|
|
4061
|
+
return isDefaultModule(module) ? module.default : module;
|
|
4062
|
+
}
|
|
4063
|
+
async function newRestNetworksCircuitsSupportCircuitTraceResult(properties) {
|
|
4064
|
+
const ModConstructor = await importRestNetworksCircuitsSupportCircuitTraceResult();
|
|
4065
|
+
return new ModConstructor(properties);
|
|
4066
|
+
}
|
|
4166
4067
|
async function importRestNetworksSupportAggregatedGeometry() {
|
|
4167
4068
|
if (isAMD) {
|
|
4168
4069
|
return await window.$arcgis.import("esri/rest/networks/support/AggregatedGeometry");
|
|
@@ -4251,6 +4152,17 @@ async function newRestNetworksSupportSynthesizeAssociationGeometriesParameters(p
|
|
|
4251
4152
|
const ModConstructor = await importRestNetworksSupportSynthesizeAssociationGeometriesParameters();
|
|
4252
4153
|
return new ModConstructor(properties);
|
|
4253
4154
|
}
|
|
4155
|
+
async function importRestNetworksSupportTelecomNetworkElement() {
|
|
4156
|
+
if (isAMD) {
|
|
4157
|
+
return await window.$arcgis.import("esri/rest/networks/support/TelecomNetworkElement");
|
|
4158
|
+
}
|
|
4159
|
+
const module = await import("@arcgis/core/rest/networks/support/TelecomNetworkElement.js");
|
|
4160
|
+
return isDefaultModule(module) ? module.default : module;
|
|
4161
|
+
}
|
|
4162
|
+
async function newRestNetworksSupportTelecomNetworkElement(properties) {
|
|
4163
|
+
const ModConstructor = await importRestNetworksSupportTelecomNetworkElement();
|
|
4164
|
+
return new ModConstructor(properties);
|
|
4165
|
+
}
|
|
4254
4166
|
async function importRestNetworksSupportTraceLocation() {
|
|
4255
4167
|
if (isAMD) {
|
|
4256
4168
|
return await window.$arcgis.import("esri/rest/networks/support/TraceLocation");
|
|
@@ -5098,6 +5010,17 @@ async function newRestSupportJobInfo(properties) {
|
|
|
5098
5010
|
const ModConstructor = await importRestSupportJobInfo();
|
|
5099
5011
|
return new ModConstructor(properties);
|
|
5100
5012
|
}
|
|
5013
|
+
async function importRestSupportLastMileDeliveryParameters() {
|
|
5014
|
+
if (isAMD) {
|
|
5015
|
+
return await window.$arcgis.import("esri/rest/support/LastMileDeliveryParameters");
|
|
5016
|
+
}
|
|
5017
|
+
const module = await import("@arcgis/core/rest/support/LastMileDeliveryParameters.js");
|
|
5018
|
+
return isDefaultModule(module) ? module.default : module;
|
|
5019
|
+
}
|
|
5020
|
+
async function newRestSupportLastMileDeliveryParameters(properties) {
|
|
5021
|
+
const ModConstructor = await importRestSupportLastMileDeliveryParameters();
|
|
5022
|
+
return new ModConstructor(properties);
|
|
5023
|
+
}
|
|
5101
5024
|
async function importRestSupportLegendLayer() {
|
|
5102
5025
|
if (isAMD) {
|
|
5103
5026
|
return await window.$arcgis.import("esri/rest/support/LegendLayer");
|
|
@@ -6121,28 +6044,6 @@ async function newTimeTimeInterval(properties) {
|
|
|
6121
6044
|
const ModConstructor = await importTimeTimeInterval();
|
|
6122
6045
|
return new ModConstructor(properties);
|
|
6123
6046
|
}
|
|
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
6047
|
async function importVersionManagementVersioningState() {
|
|
6147
6048
|
if (isAMD) {
|
|
6148
6049
|
return await window.$arcgis.import("esri/versionManagement/VersioningState");
|
|
@@ -6209,6 +6110,17 @@ async function newViews2dViewState(properties) {
|
|
|
6209
6110
|
const ModConstructor = await importViews2dViewState();
|
|
6210
6111
|
return new ModConstructor(properties);
|
|
6211
6112
|
}
|
|
6113
|
+
async function importViews2dAnalysisElevationProfileAnalysisView2D() {
|
|
6114
|
+
if (isAMD) {
|
|
6115
|
+
return await window.$arcgis.import("esri/views/2d/analysis/ElevationProfileAnalysisView2D");
|
|
6116
|
+
}
|
|
6117
|
+
const module = await import("@arcgis/core/views/2d/analysis/ElevationProfileAnalysisView2D.js");
|
|
6118
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6119
|
+
}
|
|
6120
|
+
async function newViews2dAnalysisElevationProfileAnalysisView2D(properties) {
|
|
6121
|
+
const ModConstructor = await importViews2dAnalysisElevationProfileAnalysisView2D();
|
|
6122
|
+
return new ModConstructor(properties);
|
|
6123
|
+
}
|
|
6212
6124
|
async function importViews2dLayersBaseLayerView2D() {
|
|
6213
6125
|
if (isAMD) {
|
|
6214
6126
|
return await window.$arcgis.import("esri/views/2d/layers/BaseLayerView2D");
|
|
@@ -6330,6 +6242,28 @@ async function newViews3dAnalysisVolumeMeasurementAnalysisView3D(properties) {
|
|
|
6330
6242
|
const ModConstructor = await importViews3dAnalysisVolumeMeasurementAnalysisView3D();
|
|
6331
6243
|
return new ModConstructor(properties);
|
|
6332
6244
|
}
|
|
6245
|
+
async function importViews3dAnalysisVolumeMeasurementVolumeMeasurementError() {
|
|
6246
|
+
if (isAMD) {
|
|
6247
|
+
return await window.$arcgis.import("esri/views/3d/analysis/VolumeMeasurement/VolumeMeasurementError");
|
|
6248
|
+
}
|
|
6249
|
+
const module = await import("@arcgis/core/views/3d/analysis/VolumeMeasurement/VolumeMeasurementError.js");
|
|
6250
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6251
|
+
}
|
|
6252
|
+
async function newViews3dAnalysisVolumeMeasurementVolumeMeasurementError(name, message, details) {
|
|
6253
|
+
const ModConstructor = await importViews3dAnalysisVolumeMeasurementVolumeMeasurementError();
|
|
6254
|
+
return new ModConstructor(name, message, details);
|
|
6255
|
+
}
|
|
6256
|
+
async function importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult() {
|
|
6257
|
+
if (isAMD) {
|
|
6258
|
+
return await window.$arcgis.import("esri/views/3d/analysis/VolumeMeasurement/VolumeMeasurementResult");
|
|
6259
|
+
}
|
|
6260
|
+
const module = await import("@arcgis/core/views/3d/analysis/VolumeMeasurement/VolumeMeasurementResult.js");
|
|
6261
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6262
|
+
}
|
|
6263
|
+
async function newViews3dAnalysisVolumeMeasurementVolumeMeasurementResult(properties) {
|
|
6264
|
+
const ModConstructor = await importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult();
|
|
6265
|
+
return new ModConstructor(properties);
|
|
6266
|
+
}
|
|
6333
6267
|
async function importViews3dEnvironmentCloudyWeather() {
|
|
6334
6268
|
if (isAMD) {
|
|
6335
6269
|
return await window.$arcgis.import("esri/views/3d/environment/CloudyWeather");
|
|
@@ -6418,6 +6352,17 @@ async function newViews3dWebglRenderNode(properties) {
|
|
|
6418
6352
|
const ModConstructor = await importViews3dWebglRenderNode();
|
|
6419
6353
|
return new ModConstructor(properties);
|
|
6420
6354
|
}
|
|
6355
|
+
async function importViewsAnalysisElevationProfileElevationProfileError() {
|
|
6356
|
+
if (isAMD) {
|
|
6357
|
+
return await window.$arcgis.import("esri/views/analysis/ElevationProfile/ElevationProfileError");
|
|
6358
|
+
}
|
|
6359
|
+
const module = await import("@arcgis/core/views/analysis/ElevationProfile/ElevationProfileError.js");
|
|
6360
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6361
|
+
}
|
|
6362
|
+
async function newViewsAnalysisElevationProfileElevationProfileError(name, message, details) {
|
|
6363
|
+
const ModConstructor = await importViewsAnalysisElevationProfileElevationProfileError();
|
|
6364
|
+
return new ModConstructor(name, message, details);
|
|
6365
|
+
}
|
|
6421
6366
|
async function importViewsAnalysisElevationProfileElevationProfileResult() {
|
|
6422
6367
|
if (isAMD) {
|
|
6423
6368
|
return await window.$arcgis.import("esri/views/analysis/ElevationProfile/ElevationProfileResult");
|
|
@@ -7980,6 +7925,39 @@ async function newWidgetsEditorEdits(properties) {
|
|
|
7980
7925
|
const ModConstructor = await importWidgetsEditorEdits();
|
|
7981
7926
|
return new ModConstructor(properties);
|
|
7982
7927
|
}
|
|
7928
|
+
async function importWidgetsEditorMergeFeaturesWorkflow() {
|
|
7929
|
+
if (isAMD) {
|
|
7930
|
+
return await window.$arcgis.import("esri/widgets/Editor/MergeFeaturesWorkflow");
|
|
7931
|
+
}
|
|
7932
|
+
const module = await import("@arcgis/core/widgets/Editor/MergeFeaturesWorkflow.js");
|
|
7933
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7934
|
+
}
|
|
7935
|
+
async function newWidgetsEditorMergeFeaturesWorkflow(properties) {
|
|
7936
|
+
const ModConstructor = await importWidgetsEditorMergeFeaturesWorkflow();
|
|
7937
|
+
return new ModConstructor(properties);
|
|
7938
|
+
}
|
|
7939
|
+
async function importWidgetsEditorSplitFeatureWorkflow() {
|
|
7940
|
+
if (isAMD) {
|
|
7941
|
+
return await window.$arcgis.import("esri/widgets/Editor/SplitFeatureWorkflow");
|
|
7942
|
+
}
|
|
7943
|
+
const module = await import("@arcgis/core/widgets/Editor/SplitFeatureWorkflow.js");
|
|
7944
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7945
|
+
}
|
|
7946
|
+
async function newWidgetsEditorSplitFeatureWorkflow(properties) {
|
|
7947
|
+
const ModConstructor = await importWidgetsEditorSplitFeatureWorkflow();
|
|
7948
|
+
return new ModConstructor(properties);
|
|
7949
|
+
}
|
|
7950
|
+
async function importWidgetsEditorUpdateFeaturesWorkflow() {
|
|
7951
|
+
if (isAMD) {
|
|
7952
|
+
return await window.$arcgis.import("esri/widgets/Editor/UpdateFeaturesWorkflow");
|
|
7953
|
+
}
|
|
7954
|
+
const module = await import("@arcgis/core/widgets/Editor/UpdateFeaturesWorkflow.js");
|
|
7955
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7956
|
+
}
|
|
7957
|
+
async function newWidgetsEditorUpdateFeaturesWorkflow(properties) {
|
|
7958
|
+
const ModConstructor = await importWidgetsEditorUpdateFeaturesWorkflow();
|
|
7959
|
+
return new ModConstructor(properties);
|
|
7960
|
+
}
|
|
7983
7961
|
async function importWidgetsEditorUpdateFeaturesWorkflowData() {
|
|
7984
7962
|
if (isAMD) {
|
|
7985
7963
|
return await window.$arcgis.import("esri/widgets/Editor/UpdateFeaturesWorkflowData");
|
|
@@ -8343,39 +8321,6 @@ async function newWidgetsFeatureTableGridGroupColumn(properties) {
|
|
|
8343
8321
|
const ModConstructor = await importWidgetsFeatureTableGridGroupColumn();
|
|
8344
8322
|
return new ModConstructor(properties);
|
|
8345
8323
|
}
|
|
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
8324
|
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
8380
8325
|
if (isAMD) {
|
|
8381
8326
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
@@ -9862,13 +9807,6 @@ async function importGeometryGeometryEngineAsync() {
|
|
|
9862
9807
|
const module = await import("@arcgis/core/geometry/geometryEngineAsync.js");
|
|
9863
9808
|
return isDefaultModule(module) ? module.default : module;
|
|
9864
9809
|
}
|
|
9865
|
-
async function importGeometryProjection() {
|
|
9866
|
-
if (isAMD) {
|
|
9867
|
-
return await window.$arcgis.import("esri/geometry/projection");
|
|
9868
|
-
}
|
|
9869
|
-
const module = await import("@arcgis/core/geometry/projection.js");
|
|
9870
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9871
|
-
}
|
|
9872
9810
|
async function importGeometryOperatorsAffineTransformOperator() {
|
|
9873
9811
|
if (isAMD) {
|
|
9874
9812
|
return await window.$arcgis.import("esri/geometry/operators/affineTransformOperator");
|
|
@@ -10044,6 +9982,13 @@ async function importGeometryOperatorsGeodeticLengthOperator() {
|
|
|
10044
9982
|
const module = await import("@arcgis/core/geometry/operators/geodeticLengthOperator.js");
|
|
10045
9983
|
return isDefaultModule(module) ? module.default : module;
|
|
10046
9984
|
}
|
|
9985
|
+
async function importGeometryOperatorsGeodeticUtilsOperator() {
|
|
9986
|
+
if (isAMD) {
|
|
9987
|
+
return await window.$arcgis.import("esri/geometry/operators/geodeticUtilsOperator");
|
|
9988
|
+
}
|
|
9989
|
+
const module = await import("@arcgis/core/geometry/operators/geodeticUtilsOperator.js");
|
|
9990
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9991
|
+
}
|
|
10047
9992
|
async function importGeometryOperatorsGraphicBufferOperator() {
|
|
10048
9993
|
if (isAMD) {
|
|
10049
9994
|
return await window.$arcgis.import("esri/geometry/operators/graphicBufferOperator");
|
|
@@ -10268,13 +10213,6 @@ async function importGeometrySupportWebMercatorUtils() {
|
|
|
10268
10213
|
const module = await import("@arcgis/core/geometry/support/webMercatorUtils.js");
|
|
10269
10214
|
return isDefaultModule(module) ? module.default : module;
|
|
10270
10215
|
}
|
|
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
10216
|
async function importIntl() {
|
|
10279
10217
|
if (isAMD) {
|
|
10280
10218
|
return await window.$arcgis.import("esri/intl");
|
|
@@ -10499,6 +10437,13 @@ async function importRestKnowledgeGraphService() {
|
|
|
10499
10437
|
const module = await import("@arcgis/core/rest/knowledgeGraphService.js");
|
|
10500
10438
|
return isDefaultModule(module) ? module.default : module;
|
|
10501
10439
|
}
|
|
10440
|
+
async function importRestLastMileDelivery() {
|
|
10441
|
+
if (isAMD) {
|
|
10442
|
+
return await window.$arcgis.import("esri/rest/lastMileDelivery");
|
|
10443
|
+
}
|
|
10444
|
+
const module = await import("@arcgis/core/rest/lastMileDelivery.js");
|
|
10445
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10446
|
+
}
|
|
10502
10447
|
async function importRestLocator() {
|
|
10503
10448
|
if (isAMD) {
|
|
10504
10449
|
return await window.$arcgis.import("esri/rest/locator");
|
|
@@ -10506,6 +10451,20 @@ async function importRestLocator() {
|
|
|
10506
10451
|
const module = await import("@arcgis/core/rest/locator.js");
|
|
10507
10452
|
return isDefaultModule(module) ? module.default : module;
|
|
10508
10453
|
}
|
|
10454
|
+
async function importRestNetworksCircuitsSupportCircuitVerifyResult() {
|
|
10455
|
+
if (isAMD) {
|
|
10456
|
+
return await window.$arcgis.import("esri/rest/networks/circuits/support/CircuitVerifyResult");
|
|
10457
|
+
}
|
|
10458
|
+
const module = await import("@arcgis/core/rest/networks/circuits/support/CircuitVerifyResult.js");
|
|
10459
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10460
|
+
}
|
|
10461
|
+
async function importRestNetworksUnitIdentifiersSupportUnitQueryResult() {
|
|
10462
|
+
if (isAMD) {
|
|
10463
|
+
return await window.$arcgis.import("esri/rest/networks/unitIdentifiers/support/UnitQueryResult");
|
|
10464
|
+
}
|
|
10465
|
+
const module = await import("@arcgis/core/rest/networks/unitIdentifiers/support/UnitQueryResult.js");
|
|
10466
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10467
|
+
}
|
|
10509
10468
|
async function importRestNetworksQueryAssociations() {
|
|
10510
10469
|
if (isAMD) {
|
|
10511
10470
|
return await window.$arcgis.import("esri/rest/networks/queryAssociations");
|
|
@@ -11052,6 +11011,20 @@ async function importViewsSupportColorUtils() {
|
|
|
11052
11011
|
const module = await import("@arcgis/core/views/support/colorUtils.js");
|
|
11053
11012
|
return isDefaultModule(module) ? module.default : module;
|
|
11054
11013
|
}
|
|
11014
|
+
async function importWidgetsEditorMergeFeaturesWorkflowData() {
|
|
11015
|
+
if (isAMD) {
|
|
11016
|
+
return await window.$arcgis.import("esri/widgets/Editor/MergeFeaturesWorkflowData");
|
|
11017
|
+
}
|
|
11018
|
+
const module = await import("@arcgis/core/widgets/Editor/MergeFeaturesWorkflowData.js");
|
|
11019
|
+
return isDefaultModule(module) ? module.default : module;
|
|
11020
|
+
}
|
|
11021
|
+
async function importWidgetsEditorSplitFeatureWorkflowData() {
|
|
11022
|
+
if (isAMD) {
|
|
11023
|
+
return await window.$arcgis.import("esri/widgets/Editor/SplitFeatureWorkflowData");
|
|
11024
|
+
}
|
|
11025
|
+
const module = await import("@arcgis/core/widgets/Editor/SplitFeatureWorkflowData.js");
|
|
11026
|
+
return isDefaultModule(module) ? module.default : module;
|
|
11027
|
+
}
|
|
11055
11028
|
async function importWidgetsSmartMappingSupportUtils() {
|
|
11056
11029
|
if (isAMD) {
|
|
11057
11030
|
return await window.$arcgis.import("esri/widgets/smartMapping/support/utils");
|
|
@@ -11066,6 +11039,13 @@ async function importWidgetsSupportWidget() {
|
|
|
11066
11039
|
const module = await import("@arcgis/core/widgets/support/widget.js");
|
|
11067
11040
|
return isDefaultModule(module) ? module.default : module;
|
|
11068
11041
|
}
|
|
11042
|
+
async function importApplicationsComponentsActionUtils() {
|
|
11043
|
+
if (isAMD) {
|
|
11044
|
+
return await window.$arcgis.import("esri/applications/Components/actionUtils");
|
|
11045
|
+
}
|
|
11046
|
+
const module = await import("@arcgis/core/applications/Components/actionUtils.js");
|
|
11047
|
+
return isDefaultModule(module) ? module.default : module;
|
|
11048
|
+
}
|
|
11069
11049
|
async function importApplicationsComponentsAnalysisUtils() {
|
|
11070
11050
|
if (isAMD) {
|
|
11071
11051
|
return await window.$arcgis.import("esri/applications/Components/analysisUtils");
|
|
@@ -11073,6 +11053,13 @@ async function importApplicationsComponentsAnalysisUtils() {
|
|
|
11073
11053
|
const module = await import("@arcgis/core/applications/Components/analysisUtils.js");
|
|
11074
11054
|
return isDefaultModule(module) ? module.default : module;
|
|
11075
11055
|
}
|
|
11056
|
+
async function importApplicationsComponentsArcadeEditorUtils() {
|
|
11057
|
+
if (isAMD) {
|
|
11058
|
+
return await window.$arcgis.import("esri/applications/Components/arcadeEditorUtils");
|
|
11059
|
+
}
|
|
11060
|
+
const module = await import("@arcgis/core/applications/Components/arcadeEditorUtils.js");
|
|
11061
|
+
return isDefaultModule(module) ? module.default : module;
|
|
11062
|
+
}
|
|
11076
11063
|
async function importApplicationsComponentsArcadeFeatureUtils() {
|
|
11077
11064
|
if (isAMD) {
|
|
11078
11065
|
return await window.$arcgis.import("esri/applications/Components/arcadeFeatureUtils");
|
|
@@ -11255,14 +11242,14 @@ export {
|
|
|
11255
11242
|
importAnalysisDimensionSimpleStyle,
|
|
11256
11243
|
importAnalysisDirectLineMeasurementAnalysis,
|
|
11257
11244
|
importAnalysisElevationProfileAnalysis,
|
|
11258
|
-
|
|
11259
|
-
importAnalysisElevationProfileElevationProfileInputLine,
|
|
11245
|
+
importAnalysisElevationProfileElevationProfileDisplayUnits,
|
|
11260
11246
|
importAnalysisElevationProfileElevationProfileLine,
|
|
11261
11247
|
importAnalysisElevationProfileElevationProfileLineChartOptions,
|
|
11248
|
+
importAnalysisElevationProfileElevationProfileLineGround,
|
|
11249
|
+
importAnalysisElevationProfileElevationProfileLineInput,
|
|
11250
|
+
importAnalysisElevationProfileElevationProfileLineQuery,
|
|
11251
|
+
importAnalysisElevationProfileElevationProfileLineScene,
|
|
11262
11252
|
importAnalysisElevationProfileElevationProfileLineViewOptions,
|
|
11263
|
-
importAnalysisElevationProfileElevationProfileQueryLine,
|
|
11264
|
-
importAnalysisElevationProfileElevationProfileSceneLine,
|
|
11265
|
-
importAnalysisElevationProfileElevationProfileUnits,
|
|
11266
11253
|
importAnalysisElevationProfileElevationProfileViewOptions,
|
|
11267
11254
|
importAnalysisLengthDimension,
|
|
11268
11255
|
importAnalysisLineOfSightAnalysis,
|
|
@@ -11275,7 +11262,11 @@ export {
|
|
|
11275
11262
|
importAnalysisViewshedAnalysis,
|
|
11276
11263
|
importAnalysisVolumeMeasurementAnalysis,
|
|
11277
11264
|
importAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions,
|
|
11265
|
+
importAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits,
|
|
11266
|
+
importAnalysisVolumeMeasurementVolumeMeasurementInputUnits,
|
|
11267
|
+
importApplicationsComponentsActionUtils,
|
|
11278
11268
|
importApplicationsComponentsAnalysisUtils,
|
|
11269
|
+
importApplicationsComponentsArcadeEditorUtils,
|
|
11279
11270
|
importApplicationsComponentsArcadeFeatureUtils,
|
|
11280
11271
|
importApplicationsComponentsBasemapUtils,
|
|
11281
11272
|
importApplicationsComponentsDrawUtils,
|
|
@@ -11389,6 +11380,7 @@ export {
|
|
|
11389
11380
|
importGeometryOperatorsGeodeticDensifyOperator,
|
|
11390
11381
|
importGeometryOperatorsGeodeticDistanceOperator,
|
|
11391
11382
|
importGeometryOperatorsGeodeticLengthOperator,
|
|
11383
|
+
importGeometryOperatorsGeodeticUtilsOperator,
|
|
11392
11384
|
importGeometryOperatorsGraphicBufferOperator,
|
|
11393
11385
|
importGeometryOperatorsIntegrateOperator,
|
|
11394
11386
|
importGeometryOperatorsIntersectionOperator,
|
|
@@ -11422,11 +11414,8 @@ export {
|
|
|
11422
11414
|
importGeometryPoint,
|
|
11423
11415
|
importGeometryPolygon,
|
|
11424
11416
|
importGeometryPolyline,
|
|
11425
|
-
importGeometryProjection,
|
|
11426
11417
|
importGeometrySpatialReference,
|
|
11427
11418
|
importGeometrySupportGeodesicUtils,
|
|
11428
|
-
importGeometrySupportGeographicTransformation,
|
|
11429
|
-
importGeometrySupportGeographicTransformationStep,
|
|
11430
11419
|
importGeometrySupportJsonUtils,
|
|
11431
11420
|
importGeometrySupportMeshComponent,
|
|
11432
11421
|
importGeometrySupportMeshGeoreferencedVertexSpace,
|
|
@@ -11440,30 +11429,8 @@ export {
|
|
|
11440
11429
|
importGeometrySupportNormalizeUtils,
|
|
11441
11430
|
importGeometrySupportWebMercatorUtils,
|
|
11442
11431
|
importGraphic,
|
|
11443
|
-
importGraphicBuildingGraphicOrigin,
|
|
11444
|
-
importGraphicCSVGraphicOrigin,
|
|
11445
|
-
importGraphicCatalogGraphicOrigin,
|
|
11446
|
-
importGraphicFeatureGraphicOrigin,
|
|
11447
|
-
importGraphicGeoJSONGraphicOrigin,
|
|
11448
|
-
importGraphicGeoRSSGraphicOrigin,
|
|
11449
11432
|
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
11433
|
importGraphicVectorTileGraphicOrigin,
|
|
11465
|
-
importGraphicVoxelGraphicOrigin,
|
|
11466
|
-
importGraphicWFSGraphicOrigin,
|
|
11467
11434
|
importGround,
|
|
11468
11435
|
importIdentityCredential,
|
|
11469
11436
|
importIdentityIdentityManager,
|
|
@@ -11529,6 +11496,7 @@ export {
|
|
|
11529
11496
|
importLayersSupportControlPointsGeoreference,
|
|
11530
11497
|
importLayersSupportCornersGeoreference,
|
|
11531
11498
|
importLayersSupportCsvUtils,
|
|
11499
|
+
importLayersSupportDateTimeFieldFormat,
|
|
11532
11500
|
importLayersSupportDimensionalDefinition,
|
|
11533
11501
|
importLayersSupportDisplayFilter,
|
|
11534
11502
|
importLayersSupportDisplayFilterInfo,
|
|
@@ -11545,6 +11513,7 @@ export {
|
|
|
11545
11513
|
importLayersSupportFeatureTemplate,
|
|
11546
11514
|
importLayersSupportFeatureType,
|
|
11547
11515
|
importLayersSupportField,
|
|
11516
|
+
importLayersSupportFieldConfiguration,
|
|
11548
11517
|
importLayersSupportFieldUtils,
|
|
11549
11518
|
importLayersSupportFieldsIndex,
|
|
11550
11519
|
importLayersSupportGeometryFieldsInfo,
|
|
@@ -11559,6 +11528,7 @@ export {
|
|
|
11559
11528
|
importLayersSupportMapImage,
|
|
11560
11529
|
importLayersSupportMosaicRule,
|
|
11561
11530
|
importLayersSupportMultidimensionalSubset,
|
|
11531
|
+
importLayersSupportNumberFieldFormat,
|
|
11562
11532
|
importLayersSupportOrderByInfo,
|
|
11563
11533
|
importLayersSupportParquetEncodingLocation,
|
|
11564
11534
|
importLayersSupportParquetEncodingWkb,
|
|
@@ -11621,15 +11591,23 @@ export {
|
|
|
11621
11591
|
importLinkChartNonspatialDataDisplay,
|
|
11622
11592
|
importLinkChartOrganicLayoutSettings,
|
|
11623
11593
|
importMap,
|
|
11594
|
+
importNetworksCircuitManager,
|
|
11624
11595
|
importNetworksNetwork,
|
|
11596
|
+
importNetworksSupportCircuit,
|
|
11597
|
+
importNetworksSupportCircuitLocation,
|
|
11598
|
+
importNetworksSupportCircuitPath,
|
|
11599
|
+
importNetworksSupportCircuitPathConnectivityElement,
|
|
11600
|
+
importNetworksSupportCircuitSection,
|
|
11625
11601
|
importNetworksSupportNamedTraceConfiguration,
|
|
11626
11602
|
importNetworksSupportNetworkSystemLayers,
|
|
11603
|
+
importNetworksSupportSubcircuit,
|
|
11627
11604
|
importNetworksSupportTerminal,
|
|
11628
11605
|
importNetworksSupportTerminalConfiguration,
|
|
11629
11606
|
importNetworksSupportTopologyValidationJobInfo,
|
|
11630
11607
|
importNetworksSupportTraceConfiguration,
|
|
11631
11608
|
importNetworksSupportTraceJobInfo,
|
|
11632
11609
|
importNetworksSupportUNTraceConfiguration,
|
|
11610
|
+
importNetworksUnitIdentifierManager,
|
|
11633
11611
|
importNetworksUtilityNetwork,
|
|
11634
11612
|
importPointCloudRenderers,
|
|
11635
11613
|
importPopupContent,
|
|
@@ -11763,8 +11741,11 @@ export {
|
|
|
11763
11741
|
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
11764
11742
|
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
11765
11743
|
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
11744
|
+
importRestLastMileDelivery,
|
|
11766
11745
|
importRestLocator,
|
|
11767
11746
|
importRestNetworkService,
|
|
11747
|
+
importRestNetworksCircuitsSupportCircuitTraceResult,
|
|
11748
|
+
importRestNetworksCircuitsSupportCircuitVerifyResult,
|
|
11768
11749
|
importRestNetworksQueryAssociations,
|
|
11769
11750
|
importRestNetworksSupportAggregatedGeometry,
|
|
11770
11751
|
importRestNetworksSupportAssociation,
|
|
@@ -11774,6 +11755,7 @@ export {
|
|
|
11774
11755
|
importRestNetworksSupportQueryAssociationsParameters,
|
|
11775
11756
|
importRestNetworksSupportQueryAssociationsResult,
|
|
11776
11757
|
importRestNetworksSupportSynthesizeAssociationGeometriesParameters,
|
|
11758
|
+
importRestNetworksSupportTelecomNetworkElement,
|
|
11777
11759
|
importRestNetworksSupportTraceLocation,
|
|
11778
11760
|
importRestNetworksSupportTraceParameters,
|
|
11779
11761
|
importRestNetworksSupportTraceResult,
|
|
@@ -11781,6 +11763,7 @@ export {
|
|
|
11781
11763
|
importRestNetworksSupportValidateNetworkTopologyResult,
|
|
11782
11764
|
importRestNetworksSynthesizeAssociationGeometries,
|
|
11783
11765
|
importRestNetworksTrace,
|
|
11766
|
+
importRestNetworksUnitIdentifiersSupportUnitQueryResult,
|
|
11784
11767
|
importRestPlaces,
|
|
11785
11768
|
importRestPrint,
|
|
11786
11769
|
importRestQuery,
|
|
@@ -11859,6 +11842,7 @@ export {
|
|
|
11859
11842
|
importRestSupportImageVolumeParameters,
|
|
11860
11843
|
importRestSupportImageVolumeResult,
|
|
11861
11844
|
importRestSupportJobInfo,
|
|
11845
|
+
importRestSupportLastMileDeliveryParameters,
|
|
11862
11846
|
importRestSupportLegendLayer,
|
|
11863
11847
|
importRestSupportLengthsParameters,
|
|
11864
11848
|
importRestSupportLinearUnit,
|
|
@@ -12009,8 +11993,6 @@ export {
|
|
|
12009
11993
|
importTablesElementsAttributeTableFieldElement,
|
|
12010
11994
|
importTablesElementsAttributeTableGroupElement,
|
|
12011
11995
|
importTablesElementsAttributeTableRelationshipElement,
|
|
12012
|
-
importTimeExtent,
|
|
12013
|
-
importTimeInterval,
|
|
12014
11996
|
importTimeTimeExtent,
|
|
12015
11997
|
importTimeTimeInterval,
|
|
12016
11998
|
importVersionManagementUtils,
|
|
@@ -12018,6 +12000,7 @@ export {
|
|
|
12018
12000
|
importVersionManagementVersionManagementService,
|
|
12019
12001
|
importVersionManagementVersioningState,
|
|
12020
12002
|
importViewpoint,
|
|
12003
|
+
importViews2dAnalysisElevationProfileAnalysisView2D,
|
|
12021
12004
|
importViews2dLayersBaseLayerView2D,
|
|
12022
12005
|
importViews2dLayersBaseLayerViewGL2D,
|
|
12023
12006
|
importViews2dViewState,
|
|
@@ -12030,6 +12013,8 @@ export {
|
|
|
12030
12013
|
importViews3dAnalysisSliceAnalysisView3D,
|
|
12031
12014
|
importViews3dAnalysisViewshedAnalysisView3D,
|
|
12032
12015
|
importViews3dAnalysisVolumeMeasurementAnalysisView3D,
|
|
12016
|
+
importViews3dAnalysisVolumeMeasurementVolumeMeasurementError,
|
|
12017
|
+
importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult,
|
|
12033
12018
|
importViews3dEnvironmentCloudyWeather,
|
|
12034
12019
|
importViews3dEnvironmentFoggyWeather,
|
|
12035
12020
|
importViews3dEnvironmentRainyWeather,
|
|
@@ -12043,6 +12028,7 @@ export {
|
|
|
12043
12028
|
importViews3dWebglManagedFBO,
|
|
12044
12029
|
importViews3dWebglRenderCamera,
|
|
12045
12030
|
importViews3dWebglRenderNode,
|
|
12031
|
+
importViewsAnalysisElevationProfileElevationProfileError,
|
|
12046
12032
|
importViewsAnalysisElevationProfileElevationProfileResult,
|
|
12047
12033
|
importViewsAnalysisLengthDimensionResult,
|
|
12048
12034
|
importViewsBasemapView,
|
|
@@ -12189,7 +12175,12 @@ export {
|
|
|
12189
12175
|
importWidgetsEditorCreateFeaturesWorkflowData,
|
|
12190
12176
|
importWidgetsEditorEditorViewModel,
|
|
12191
12177
|
importWidgetsEditorEdits,
|
|
12178
|
+
importWidgetsEditorMergeFeaturesWorkflow,
|
|
12179
|
+
importWidgetsEditorMergeFeaturesWorkflowData,
|
|
12180
|
+
importWidgetsEditorSplitFeatureWorkflow,
|
|
12181
|
+
importWidgetsEditorSplitFeatureWorkflowData,
|
|
12192
12182
|
importWidgetsEditorSupportEditorItem,
|
|
12183
|
+
importWidgetsEditorUpdateFeaturesWorkflow,
|
|
12193
12184
|
importWidgetsEditorUpdateFeaturesWorkflowData,
|
|
12194
12185
|
importWidgetsEditorUpdateWorkflow,
|
|
12195
12186
|
importWidgetsEditorUpdateWorkflowData,
|
|
@@ -12219,9 +12210,6 @@ export {
|
|
|
12219
12210
|
importWidgetsFeatureTableFieldColumn,
|
|
12220
12211
|
importWidgetsFeatureTableGridColumn,
|
|
12221
12212
|
importWidgetsFeatureTableGridGroupColumn,
|
|
12222
|
-
importWidgetsFeatureTableGridSupportButtonMenu,
|
|
12223
|
-
importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
12224
|
-
importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12225
12213
|
importWidgetsFeatureTableRelationshipColumn,
|
|
12226
12214
|
importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12227
12215
|
importWidgetsFeatureTableSupportAttachmentsViewOptions,
|
|
@@ -12357,14 +12345,14 @@ export {
|
|
|
12357
12345
|
newAnalysisDimensionSimpleStyle,
|
|
12358
12346
|
newAnalysisDirectLineMeasurementAnalysis,
|
|
12359
12347
|
newAnalysisElevationProfileAnalysis,
|
|
12360
|
-
|
|
12361
|
-
newAnalysisElevationProfileElevationProfileInputLine,
|
|
12348
|
+
newAnalysisElevationProfileElevationProfileDisplayUnits,
|
|
12362
12349
|
newAnalysisElevationProfileElevationProfileLine,
|
|
12363
12350
|
newAnalysisElevationProfileElevationProfileLineChartOptions,
|
|
12351
|
+
newAnalysisElevationProfileElevationProfileLineGround,
|
|
12352
|
+
newAnalysisElevationProfileElevationProfileLineInput,
|
|
12353
|
+
newAnalysisElevationProfileElevationProfileLineQuery,
|
|
12354
|
+
newAnalysisElevationProfileElevationProfileLineScene,
|
|
12364
12355
|
newAnalysisElevationProfileElevationProfileLineViewOptions,
|
|
12365
|
-
newAnalysisElevationProfileElevationProfileQueryLine,
|
|
12366
|
-
newAnalysisElevationProfileElevationProfileSceneLine,
|
|
12367
|
-
newAnalysisElevationProfileElevationProfileUnits,
|
|
12368
12356
|
newAnalysisElevationProfileElevationProfileViewOptions,
|
|
12369
12357
|
newAnalysisLengthDimension,
|
|
12370
12358
|
newAnalysisLineOfSightAnalysis,
|
|
@@ -12377,6 +12365,8 @@ export {
|
|
|
12377
12365
|
newAnalysisViewshedAnalysis,
|
|
12378
12366
|
newAnalysisVolumeMeasurementAnalysis,
|
|
12379
12367
|
newAnalysisVolumeMeasurementVolumeMeasurementCutFillOptions,
|
|
12368
|
+
newAnalysisVolumeMeasurementVolumeMeasurementDisplayUnits,
|
|
12369
|
+
newAnalysisVolumeMeasurementVolumeMeasurementInputUnits,
|
|
12380
12370
|
newAttributeBinsGraphic,
|
|
12381
12371
|
newBasemap,
|
|
12382
12372
|
newCamera,
|
|
@@ -12428,8 +12418,6 @@ export {
|
|
|
12428
12418
|
newGeometryPolygon,
|
|
12429
12419
|
newGeometryPolyline,
|
|
12430
12420
|
newGeometrySpatialReference,
|
|
12431
|
-
newGeometrySupportGeographicTransformation,
|
|
12432
|
-
newGeometrySupportGeographicTransformationStep,
|
|
12433
12421
|
newGeometrySupportMeshComponent,
|
|
12434
12422
|
newGeometrySupportMeshGeoreferencedVertexSpace,
|
|
12435
12423
|
newGeometrySupportMeshLocalVertexSpace,
|
|
@@ -12439,29 +12427,8 @@ export {
|
|
|
12439
12427
|
newGeometrySupportMeshTextureTransform,
|
|
12440
12428
|
newGeometrySupportMeshTransform,
|
|
12441
12429
|
newGraphic,
|
|
12442
|
-
newGraphicBuildingGraphicOrigin,
|
|
12443
|
-
newGraphicCSVGraphicOrigin,
|
|
12444
|
-
newGraphicCatalogGraphicOrigin,
|
|
12445
|
-
newGraphicFeatureGraphicOrigin,
|
|
12446
|
-
newGraphicGeoJSONGraphicOrigin,
|
|
12447
|
-
newGraphicGeoRSSGraphicOrigin,
|
|
12448
12430
|
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
12431
|
newGraphicVectorTileGraphicOrigin,
|
|
12463
|
-
newGraphicVoxelGraphicOrigin,
|
|
12464
|
-
newGraphicWFSGraphicOrigin,
|
|
12465
12432
|
newGround,
|
|
12466
12433
|
newIdentityCredential,
|
|
12467
12434
|
newIdentityOAuthInfo,
|
|
@@ -12517,6 +12484,7 @@ export {
|
|
|
12517
12484
|
newLayersSupportCodedValueDomain,
|
|
12518
12485
|
newLayersSupportControlPointsGeoreference,
|
|
12519
12486
|
newLayersSupportCornersGeoreference,
|
|
12487
|
+
newLayersSupportDateTimeFieldFormat,
|
|
12520
12488
|
newLayersSupportDimensionalDefinition,
|
|
12521
12489
|
newLayersSupportDisplayFilter,
|
|
12522
12490
|
newLayersSupportDisplayFilterInfo,
|
|
@@ -12533,6 +12501,7 @@ export {
|
|
|
12533
12501
|
newLayersSupportFeatureTemplate,
|
|
12534
12502
|
newLayersSupportFeatureType,
|
|
12535
12503
|
newLayersSupportField,
|
|
12504
|
+
newLayersSupportFieldConfiguration,
|
|
12536
12505
|
newLayersSupportFieldsIndex,
|
|
12537
12506
|
newLayersSupportGeometryFieldsInfo,
|
|
12538
12507
|
newLayersSupportImageElement,
|
|
@@ -12546,6 +12515,7 @@ export {
|
|
|
12546
12515
|
newLayersSupportMapImage,
|
|
12547
12516
|
newLayersSupportMosaicRule,
|
|
12548
12517
|
newLayersSupportMultidimensionalSubset,
|
|
12518
|
+
newLayersSupportNumberFieldFormat,
|
|
12549
12519
|
newLayersSupportOrderByInfo,
|
|
12550
12520
|
newLayersSupportParquetEncodingLocation,
|
|
12551
12521
|
newLayersSupportParquetEncodingWkb,
|
|
@@ -12602,15 +12572,23 @@ export {
|
|
|
12602
12572
|
newLinkChartNonspatialDataDisplay,
|
|
12603
12573
|
newLinkChartOrganicLayoutSettings,
|
|
12604
12574
|
newMap,
|
|
12575
|
+
newNetworksCircuitManager,
|
|
12605
12576
|
newNetworksNetwork,
|
|
12577
|
+
newNetworksSupportCircuit,
|
|
12578
|
+
newNetworksSupportCircuitLocation,
|
|
12579
|
+
newNetworksSupportCircuitPath,
|
|
12580
|
+
newNetworksSupportCircuitPathConnectivityElement,
|
|
12581
|
+
newNetworksSupportCircuitSection,
|
|
12606
12582
|
newNetworksSupportNamedTraceConfiguration,
|
|
12607
12583
|
newNetworksSupportNetworkSystemLayers,
|
|
12584
|
+
newNetworksSupportSubcircuit,
|
|
12608
12585
|
newNetworksSupportTerminal,
|
|
12609
12586
|
newNetworksSupportTerminalConfiguration,
|
|
12610
12587
|
newNetworksSupportTopologyValidationJobInfo,
|
|
12611
12588
|
newNetworksSupportTraceConfiguration,
|
|
12612
12589
|
newNetworksSupportTraceJobInfo,
|
|
12613
12590
|
newNetworksSupportUNTraceConfiguration,
|
|
12591
|
+
newNetworksUnitIdentifierManager,
|
|
12614
12592
|
newNetworksUtilityNetwork,
|
|
12615
12593
|
newPopupContentAttachmentsContent,
|
|
12616
12594
|
newPopupContentBarChartMediaInfo,
|
|
@@ -12728,6 +12706,7 @@ export {
|
|
|
12728
12706
|
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
12729
12707
|
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
12730
12708
|
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
12709
|
+
newRestNetworksCircuitsSupportCircuitTraceResult,
|
|
12731
12710
|
newRestNetworksSupportAggregatedGeometry,
|
|
12732
12711
|
newRestNetworksSupportAssociation,
|
|
12733
12712
|
newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -12736,6 +12715,7 @@ export {
|
|
|
12736
12715
|
newRestNetworksSupportQueryAssociationsParameters,
|
|
12737
12716
|
newRestNetworksSupportQueryAssociationsResult,
|
|
12738
12717
|
newRestNetworksSupportSynthesizeAssociationGeometriesParameters,
|
|
12718
|
+
newRestNetworksSupportTelecomNetworkElement,
|
|
12739
12719
|
newRestNetworksSupportTraceLocation,
|
|
12740
12720
|
newRestNetworksSupportTraceParameters,
|
|
12741
12721
|
newRestNetworksSupportTraceResult,
|
|
@@ -12813,6 +12793,7 @@ export {
|
|
|
12813
12793
|
newRestSupportImageVolumeParameters,
|
|
12814
12794
|
newRestSupportImageVolumeResult,
|
|
12815
12795
|
newRestSupportJobInfo,
|
|
12796
|
+
newRestSupportLastMileDeliveryParameters,
|
|
12816
12797
|
newRestSupportLegendLayer,
|
|
12817
12798
|
newRestSupportLengthsParameters,
|
|
12818
12799
|
newRestSupportLinearUnit,
|
|
@@ -12904,13 +12885,12 @@ export {
|
|
|
12904
12885
|
newTablesElementsAttributeTableFieldElement,
|
|
12905
12886
|
newTablesElementsAttributeTableGroupElement,
|
|
12906
12887
|
newTablesElementsAttributeTableRelationshipElement,
|
|
12907
|
-
newTimeExtent,
|
|
12908
|
-
newTimeInterval,
|
|
12909
12888
|
newTimeTimeExtent,
|
|
12910
12889
|
newTimeTimeInterval,
|
|
12911
12890
|
newVersionManagementVersionManagementService,
|
|
12912
12891
|
newVersionManagementVersioningState,
|
|
12913
12892
|
newViewpoint,
|
|
12893
|
+
newViews2dAnalysisElevationProfileAnalysisView2D,
|
|
12914
12894
|
newViews2dLayersBaseLayerView2D,
|
|
12915
12895
|
newViews2dLayersBaseLayerViewGL2D,
|
|
12916
12896
|
newViews2dViewState,
|
|
@@ -12923,6 +12903,8 @@ export {
|
|
|
12923
12903
|
newViews3dAnalysisSliceAnalysisView3D,
|
|
12924
12904
|
newViews3dAnalysisViewshedAnalysisView3D,
|
|
12925
12905
|
newViews3dAnalysisVolumeMeasurementAnalysisView3D,
|
|
12906
|
+
newViews3dAnalysisVolumeMeasurementVolumeMeasurementError,
|
|
12907
|
+
newViews3dAnalysisVolumeMeasurementVolumeMeasurementResult,
|
|
12926
12908
|
newViews3dEnvironmentCloudyWeather,
|
|
12927
12909
|
newViews3dEnvironmentFoggyWeather,
|
|
12928
12910
|
newViews3dEnvironmentRainyWeather,
|
|
@@ -12931,6 +12913,7 @@ export {
|
|
|
12931
12913
|
newViews3dEnvironmentSunnyWeather,
|
|
12932
12914
|
newViews3dEnvironmentVirtualLighting,
|
|
12933
12915
|
newViews3dWebglRenderNode,
|
|
12916
|
+
newViewsAnalysisElevationProfileElevationProfileError,
|
|
12934
12917
|
newViewsAnalysisElevationProfileElevationProfileResult,
|
|
12935
12918
|
newViewsBasemapView,
|
|
12936
12919
|
newViewsDrawDraw,
|
|
@@ -13075,7 +13058,10 @@ export {
|
|
|
13075
13058
|
newWidgetsEditorCreateFeaturesWorkflowData,
|
|
13076
13059
|
newWidgetsEditorEditorViewModel,
|
|
13077
13060
|
newWidgetsEditorEdits,
|
|
13061
|
+
newWidgetsEditorMergeFeaturesWorkflow,
|
|
13062
|
+
newWidgetsEditorSplitFeatureWorkflow,
|
|
13078
13063
|
newWidgetsEditorSupportEditorItem,
|
|
13064
|
+
newWidgetsEditorUpdateFeaturesWorkflow,
|
|
13079
13065
|
newWidgetsEditorUpdateFeaturesWorkflowData,
|
|
13080
13066
|
newWidgetsEditorUpdateWorkflow,
|
|
13081
13067
|
newWidgetsEditorUpdateWorkflowData,
|
|
@@ -13105,9 +13091,6 @@ export {
|
|
|
13105
13091
|
newWidgetsFeatureTableFieldColumn,
|
|
13106
13092
|
newWidgetsFeatureTableGridColumn,
|
|
13107
13093
|
newWidgetsFeatureTableGridGroupColumn,
|
|
13108
|
-
newWidgetsFeatureTableGridSupportButtonMenu,
|
|
13109
|
-
newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
13110
|
-
newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
13111
13094
|
newWidgetsFeatureTableRelationshipColumn,
|
|
13112
13095
|
newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
13113
13096
|
newWidgetsFeatureTableSupportAttachmentsViewOptions,
|