@arcgis/core-adapter 4.32.0-next.99 → 4.33.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 +1 -1
- package/dist/index.cjs +340 -25
- package/dist/index.d.cts +53 -12
- package/dist/index.d.ts +53 -12
- package/dist/index.js +295 -21
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -61,6 +61,7 @@ __export(src_exports, {
|
|
|
61
61
|
importApplicationsSceneViewerDevEnvironmentUtils: () => importApplicationsSceneViewerDevEnvironmentUtils,
|
|
62
62
|
importApplicationsWebEditorSketchUtils: () => importApplicationsWebEditorSketchUtils,
|
|
63
63
|
importArcade: () => importArcade,
|
|
64
|
+
importAttributeBinsGraphic: () => importAttributeBinsGraphic,
|
|
64
65
|
importBasemap: () => importBasemap,
|
|
65
66
|
importCamera: () => importCamera,
|
|
66
67
|
importCameraLayout: () => importCameraLayout,
|
|
@@ -80,6 +81,7 @@ __export(src_exports, {
|
|
|
80
81
|
importCoreUrlUtils: () => importCoreUrlUtils,
|
|
81
82
|
importCoreWorkers: () => importCoreWorkers,
|
|
82
83
|
importCoreWorkersConnection: () => importCoreWorkersConnection,
|
|
84
|
+
importEditingSharedTemplatesSharedTemplateMetadata: () => importEditingSharedTemplatesSharedTemplateMetadata,
|
|
83
85
|
importFormElements: () => importFormElements,
|
|
84
86
|
importFormElementsAttachmentElement: () => importFormElementsAttachmentElement,
|
|
85
87
|
importFormElementsElement: () => importFormElementsElement,
|
|
@@ -157,10 +159,15 @@ __export(src_exports, {
|
|
|
157
159
|
importGeometryOperatorsOverlapsOperator: () => importGeometryOperatorsOverlapsOperator,
|
|
158
160
|
importGeometryOperatorsPolygonOverlayOperator: () => importGeometryOperatorsPolygonOverlayOperator,
|
|
159
161
|
importGeometryOperatorsPolygonSlicerOperator: () => importGeometryOperatorsPolygonSlicerOperator,
|
|
162
|
+
importGeometryOperatorsProjectOperator: () => importGeometryOperatorsProjectOperator,
|
|
160
163
|
importGeometryOperatorsProximityOperator: () => importGeometryOperatorsProximityOperator,
|
|
161
164
|
importGeometryOperatorsRelateOperator: () => importGeometryOperatorsRelateOperator,
|
|
162
165
|
importGeometryOperatorsReshapeOperator: () => importGeometryOperatorsReshapeOperator,
|
|
166
|
+
importGeometryOperatorsShapePreservingProjectOperator: () => importGeometryOperatorsShapePreservingProjectOperator,
|
|
163
167
|
importGeometryOperatorsSimplifyOperator: () => importGeometryOperatorsSimplifyOperator,
|
|
168
|
+
importGeometryOperatorsSupportGeographicTransformation: () => importGeometryOperatorsSupportGeographicTransformation,
|
|
169
|
+
importGeometryOperatorsSupportGeographicTransformationStep: () => importGeometryOperatorsSupportGeographicTransformationStep,
|
|
170
|
+
importGeometryOperatorsSupportGeographicTransformationUtils: () => importGeometryOperatorsSupportGeographicTransformationUtils,
|
|
164
171
|
importGeometryOperatorsSupportTransformation: () => importGeometryOperatorsSupportTransformation,
|
|
165
172
|
importGeometryOperatorsSymmetricDifferenceOperator: () => importGeometryOperatorsSymmetricDifferenceOperator,
|
|
166
173
|
importGeometryOperatorsTouchesOperator: () => importGeometryOperatorsTouchesOperator,
|
|
@@ -252,7 +259,10 @@ __export(src_exports, {
|
|
|
252
259
|
importLayersSupportCodedValueDomain: () => importLayersSupportCodedValueDomain,
|
|
253
260
|
importLayersSupportControlPointsGeoreference: () => importLayersSupportControlPointsGeoreference,
|
|
254
261
|
importLayersSupportCornersGeoreference: () => importLayersSupportCornersGeoreference,
|
|
262
|
+
importLayersSupportCsvUtils: () => importLayersSupportCsvUtils,
|
|
255
263
|
importLayersSupportDimensionalDefinition: () => importLayersSupportDimensionalDefinition,
|
|
264
|
+
importLayersSupportDisplayFilter: () => importLayersSupportDisplayFilter,
|
|
265
|
+
importLayersSupportDisplayFilterInfo: () => importLayersSupportDisplayFilterInfo,
|
|
256
266
|
importLayersSupportDomain: () => importLayersSupportDomain,
|
|
257
267
|
importLayersSupportElevationSampler: () => importLayersSupportElevationSampler,
|
|
258
268
|
importLayersSupportExpressionInfo: () => importLayersSupportExpressionInfo,
|
|
@@ -280,6 +290,7 @@ __export(src_exports, {
|
|
|
280
290
|
importLayersSupportMapImage: () => importLayersSupportMapImage,
|
|
281
291
|
importLayersSupportMosaicRule: () => importLayersSupportMosaicRule,
|
|
282
292
|
importLayersSupportMultidimensionalSubset: () => importLayersSupportMultidimensionalSubset,
|
|
293
|
+
importLayersSupportOrderByInfo: () => importLayersSupportOrderByInfo,
|
|
283
294
|
importLayersSupportPixelBlock: () => importLayersSupportPixelBlock,
|
|
284
295
|
importLayersSupportPublishingInfo: () => importLayersSupportPublishingInfo,
|
|
285
296
|
importLayersSupportRangeDomain: () => importLayersSupportRangeDomain,
|
|
@@ -461,6 +472,11 @@ __export(src_exports, {
|
|
|
461
472
|
importRestKnowledgeGraphService: () => importRestKnowledgeGraphService,
|
|
462
473
|
importRestKnowledgeGraphServiceDefinition: () => importRestKnowledgeGraphServiceDefinition,
|
|
463
474
|
importRestKnowledgeGraphSourceTypeValueBehavior: () => importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
475
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
476
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
477
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
478
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection: () => importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
479
|
+
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings: () => importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
464
480
|
importRestLocator: () => importRestLocator,
|
|
465
481
|
importRestNetworkService: () => importRestNetworkService,
|
|
466
482
|
importRestNetworksQueryAssociations: () => importRestNetworksQueryAssociations,
|
|
@@ -490,6 +506,8 @@ __export(src_exports, {
|
|
|
490
506
|
importRestSupportArealUnit: () => importRestSupportArealUnit,
|
|
491
507
|
importRestSupportAreasAndLengthsParameters: () => importRestSupportAreasAndLengthsParameters,
|
|
492
508
|
importRestSupportAttachmentQuery: () => importRestSupportAttachmentQuery,
|
|
509
|
+
importRestSupportAttributeBinsFeatureSet: () => importRestSupportAttributeBinsFeatureSet,
|
|
510
|
+
importRestSupportAttributeBinsGrouping: () => importRestSupportAttributeBinsGrouping,
|
|
493
511
|
importRestSupportAttributeBinsQuery: () => importRestSupportAttributeBinsQuery,
|
|
494
512
|
importRestSupportAutoIntervalBinParameters: () => importRestSupportAutoIntervalBinParameters,
|
|
495
513
|
importRestSupportBaseImageMeasureParameters: () => importRestSupportBaseImageMeasureParameters,
|
|
@@ -551,6 +569,9 @@ __export(src_exports, {
|
|
|
551
569
|
importRestSupportImageToMapParameters: () => importRestSupportImageToMapParameters,
|
|
552
570
|
importRestSupportImageUrlParameters: () => importRestSupportImageUrlParameters,
|
|
553
571
|
importRestSupportImageUrlResult: () => importRestSupportImageUrlResult,
|
|
572
|
+
importRestSupportImageVolume: () => importRestSupportImageVolume,
|
|
573
|
+
importRestSupportImageVolumeParameters: () => importRestSupportImageVolumeParameters,
|
|
574
|
+
importRestSupportImageVolumeResult: () => importRestSupportImageVolumeResult,
|
|
554
575
|
importRestSupportJobInfo: () => importRestSupportJobInfo,
|
|
555
576
|
importRestSupportLegendLayer: () => importRestSupportLegendLayer,
|
|
556
577
|
importRestSupportLengthsParameters: () => importRestSupportLengthsParameters,
|
|
@@ -773,7 +794,7 @@ __export(src_exports, {
|
|
|
773
794
|
importViewsNavigationNavigationActionMap: () => importViewsNavigationNavigationActionMap,
|
|
774
795
|
importViewsSceneView: () => importViewsSceneView,
|
|
775
796
|
importViewsSupportColorUtils: () => importViewsSupportColorUtils,
|
|
776
|
-
|
|
797
|
+
importViewsSupportHighlightOptions: () => importViewsSupportHighlightOptions,
|
|
777
798
|
importViewsTheme: () => importViewsTheme,
|
|
778
799
|
importViewsUiDefaultUI: () => importViewsUiDefaultUI,
|
|
779
800
|
importViewsUiUI: () => importViewsUiUI,
|
|
@@ -813,8 +834,9 @@ __export(src_exports, {
|
|
|
813
834
|
importWebsceneInitialViewProperties: () => importWebsceneInitialViewProperties,
|
|
814
835
|
importWebscenePresentation: () => importWebscenePresentation,
|
|
815
836
|
importWebsceneSlide: () => importWebsceneSlide,
|
|
816
|
-
|
|
837
|
+
importWebsceneSlideLegendInfo: () => importWebsceneSlideLegendInfo,
|
|
817
838
|
importWebsceneSunLighting: () => importWebsceneSunLighting,
|
|
839
|
+
importWebsceneSupportSlideElements: () => importWebsceneSupportSlideElements,
|
|
818
840
|
importWebsceneVirtualLighting: () => importWebsceneVirtualLighting,
|
|
819
841
|
importWidgetsAreaMeasurement2D: () => importWidgetsAreaMeasurement2D,
|
|
820
842
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel: () => importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -930,6 +952,7 @@ __export(src_exports, {
|
|
|
930
952
|
importWidgetsLineOfSight: () => importWidgetsLineOfSight,
|
|
931
953
|
importWidgetsLineOfSightLineOfSightTarget: () => importWidgetsLineOfSightLineOfSightTarget,
|
|
932
954
|
importWidgetsLineOfSightLineOfSightViewModel: () => importWidgetsLineOfSightLineOfSightViewModel,
|
|
955
|
+
importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel: () => importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
933
956
|
importWidgetsLocate: () => importWidgetsLocate,
|
|
934
957
|
importWidgetsLocateLocateViewModel: () => importWidgetsLocateLocateViewModel,
|
|
935
958
|
importWidgetsMeasurement: () => importWidgetsMeasurement,
|
|
@@ -1033,6 +1056,7 @@ __export(src_exports, {
|
|
|
1033
1056
|
newAnalysisSlicePlane: () => newAnalysisSlicePlane,
|
|
1034
1057
|
newAnalysisViewshed: () => newAnalysisViewshed,
|
|
1035
1058
|
newAnalysisViewshedAnalysis: () => newAnalysisViewshedAnalysis,
|
|
1059
|
+
newAttributeBinsGraphic: () => newAttributeBinsGraphic,
|
|
1036
1060
|
newBasemap: () => newBasemap,
|
|
1037
1061
|
newCamera: () => newCamera,
|
|
1038
1062
|
newCameraLayout: () => newCameraLayout,
|
|
@@ -1073,6 +1097,8 @@ __export(src_exports, {
|
|
|
1073
1097
|
newGeometryHeightModelInfo: () => newGeometryHeightModelInfo,
|
|
1074
1098
|
newGeometryMesh: () => newGeometryMesh,
|
|
1075
1099
|
newGeometryMultipoint: () => newGeometryMultipoint,
|
|
1100
|
+
newGeometryOperatorsSupportGeographicTransformation: () => newGeometryOperatorsSupportGeographicTransformation,
|
|
1101
|
+
newGeometryOperatorsSupportGeographicTransformationStep: () => newGeometryOperatorsSupportGeographicTransformationStep,
|
|
1076
1102
|
newGeometryOperatorsSupportTransformation: () => newGeometryOperatorsSupportTransformation,
|
|
1077
1103
|
newGeometryPoint: () => newGeometryPoint,
|
|
1078
1104
|
newGeometryPolygon: () => newGeometryPolygon,
|
|
@@ -1144,6 +1170,8 @@ __export(src_exports, {
|
|
|
1144
1170
|
newLayersSupportControlPointsGeoreference: () => newLayersSupportControlPointsGeoreference,
|
|
1145
1171
|
newLayersSupportCornersGeoreference: () => newLayersSupportCornersGeoreference,
|
|
1146
1172
|
newLayersSupportDimensionalDefinition: () => newLayersSupportDimensionalDefinition,
|
|
1173
|
+
newLayersSupportDisplayFilter: () => newLayersSupportDisplayFilter,
|
|
1174
|
+
newLayersSupportDisplayFilterInfo: () => newLayersSupportDisplayFilterInfo,
|
|
1147
1175
|
newLayersSupportDomain: () => newLayersSupportDomain,
|
|
1148
1176
|
newLayersSupportElevationSampler: () => newLayersSupportElevationSampler,
|
|
1149
1177
|
newLayersSupportExpressionInfo: () => newLayersSupportExpressionInfo,
|
|
@@ -1170,6 +1198,7 @@ __export(src_exports, {
|
|
|
1170
1198
|
newLayersSupportMapImage: () => newLayersSupportMapImage,
|
|
1171
1199
|
newLayersSupportMosaicRule: () => newLayersSupportMosaicRule,
|
|
1172
1200
|
newLayersSupportMultidimensionalSubset: () => newLayersSupportMultidimensionalSubset,
|
|
1201
|
+
newLayersSupportOrderByInfo: () => newLayersSupportOrderByInfo,
|
|
1173
1202
|
newLayersSupportPixelBlock: () => newLayersSupportPixelBlock,
|
|
1174
1203
|
newLayersSupportPublishingInfo: () => newLayersSupportPublishingInfo,
|
|
1175
1204
|
newLayersSupportRangeDomain: () => newLayersSupportRangeDomain,
|
|
@@ -1254,6 +1283,7 @@ __export(src_exports, {
|
|
|
1254
1283
|
newPopupRelatedRecordsInfo: () => newPopupRelatedRecordsInfo,
|
|
1255
1284
|
newPopupSupportFieldInfoFormat: () => newPopupSupportFieldInfoFormat,
|
|
1256
1285
|
newPopupSupportRelatedRecordsInfoFieldOrder: () => newPopupSupportRelatedRecordsInfoFieldOrder,
|
|
1286
|
+
newPopupSupportUtilityNetworkAssociationType: () => newPopupSupportUtilityNetworkAssociationType,
|
|
1257
1287
|
newPopupTemplate: () => newPopupTemplate,
|
|
1258
1288
|
newPortalPortal: () => newPortalPortal,
|
|
1259
1289
|
newPortalPortalFolder: () => newPortalPortalFolder,
|
|
@@ -1329,6 +1359,11 @@ __export(src_exports, {
|
|
|
1329
1359
|
newRestKnowledgeGraphSearchIndex: () => newRestKnowledgeGraphSearchIndex,
|
|
1330
1360
|
newRestKnowledgeGraphServiceDefinition: () => newRestKnowledgeGraphServiceDefinition,
|
|
1331
1361
|
newRestKnowledgeGraphSourceTypeValueBehavior: () => newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
1362
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
1363
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
1364
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
1365
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection: () => newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
1366
|
+
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings: () => newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
1332
1367
|
newRestNetworksSupportAggregatedGeometry: () => newRestNetworksSupportAggregatedGeometry,
|
|
1333
1368
|
newRestNetworksSupportAssociation: () => newRestNetworksSupportAssociation,
|
|
1334
1369
|
newRestNetworksSupportAssociationGeometriesResult: () => newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -1347,6 +1382,8 @@ __export(src_exports, {
|
|
|
1347
1382
|
newRestSupportArealUnit: () => newRestSupportArealUnit,
|
|
1348
1383
|
newRestSupportAreasAndLengthsParameters: () => newRestSupportAreasAndLengthsParameters,
|
|
1349
1384
|
newRestSupportAttachmentQuery: () => newRestSupportAttachmentQuery,
|
|
1385
|
+
newRestSupportAttributeBinsFeatureSet: () => newRestSupportAttributeBinsFeatureSet,
|
|
1386
|
+
newRestSupportAttributeBinsGrouping: () => newRestSupportAttributeBinsGrouping,
|
|
1350
1387
|
newRestSupportAttributeBinsQuery: () => newRestSupportAttributeBinsQuery,
|
|
1351
1388
|
newRestSupportAutoIntervalBinParameters: () => newRestSupportAutoIntervalBinParameters,
|
|
1352
1389
|
newRestSupportBaseImageMeasureParameters: () => newRestSupportBaseImageMeasureParameters,
|
|
@@ -1408,6 +1445,9 @@ __export(src_exports, {
|
|
|
1408
1445
|
newRestSupportImageToMapParameters: () => newRestSupportImageToMapParameters,
|
|
1409
1446
|
newRestSupportImageUrlParameters: () => newRestSupportImageUrlParameters,
|
|
1410
1447
|
newRestSupportImageUrlResult: () => newRestSupportImageUrlResult,
|
|
1448
|
+
newRestSupportImageVolume: () => newRestSupportImageVolume,
|
|
1449
|
+
newRestSupportImageVolumeParameters: () => newRestSupportImageVolumeParameters,
|
|
1450
|
+
newRestSupportImageVolumeResult: () => newRestSupportImageVolumeResult,
|
|
1411
1451
|
newRestSupportJobInfo: () => newRestSupportJobInfo,
|
|
1412
1452
|
newRestSupportLegendLayer: () => newRestSupportLegendLayer,
|
|
1413
1453
|
newRestSupportLengthsParameters: () => newRestSupportLengthsParameters,
|
|
@@ -1563,7 +1603,7 @@ __export(src_exports, {
|
|
|
1563
1603
|
newViewsNavigationNavigation: () => newViewsNavigationNavigation,
|
|
1564
1604
|
newViewsNavigationNavigationActionMap: () => newViewsNavigationNavigationActionMap,
|
|
1565
1605
|
newViewsSceneView: () => newViewsSceneView,
|
|
1566
|
-
|
|
1606
|
+
newViewsSupportHighlightOptions: () => newViewsSupportHighlightOptions,
|
|
1567
1607
|
newViewsTheme: () => newViewsTheme,
|
|
1568
1608
|
newViewsUiDefaultUI: () => newViewsUiDefaultUI,
|
|
1569
1609
|
newViewsUiUI: () => newViewsUiUI,
|
|
@@ -1603,7 +1643,7 @@ __export(src_exports, {
|
|
|
1603
1643
|
newWebsceneInitialViewProperties: () => newWebsceneInitialViewProperties,
|
|
1604
1644
|
newWebscenePresentation: () => newWebscenePresentation,
|
|
1605
1645
|
newWebsceneSlide: () => newWebsceneSlide,
|
|
1606
|
-
|
|
1646
|
+
newWebsceneSlideLegendInfo: () => newWebsceneSlideLegendInfo,
|
|
1607
1647
|
newWebsceneSunLighting: () => newWebsceneSunLighting,
|
|
1608
1648
|
newWebsceneVirtualLighting: () => newWebsceneVirtualLighting,
|
|
1609
1649
|
newWidgetsAreaMeasurement2D: () => newWidgetsAreaMeasurement2D,
|
|
@@ -1719,6 +1759,7 @@ __export(src_exports, {
|
|
|
1719
1759
|
newWidgetsLineOfSight: () => newWidgetsLineOfSight,
|
|
1720
1760
|
newWidgetsLineOfSightLineOfSightTarget: () => newWidgetsLineOfSightLineOfSightTarget,
|
|
1721
1761
|
newWidgetsLineOfSightLineOfSightViewModel: () => newWidgetsLineOfSightLineOfSightViewModel,
|
|
1762
|
+
newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel: () => newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
1722
1763
|
newWidgetsLocate: () => newWidgetsLocate,
|
|
1723
1764
|
newWidgetsLocateLocateViewModel: () => newWidgetsLocateLocateViewModel,
|
|
1724
1765
|
newWidgetsMeasurement: () => newWidgetsMeasurement,
|
|
@@ -2442,6 +2483,28 @@ async function newGeometrySpatialReference(properties) {
|
|
|
2442
2483
|
const ModConstructor = await importGeometrySpatialReference();
|
|
2443
2484
|
return new ModConstructor(properties);
|
|
2444
2485
|
}
|
|
2486
|
+
async function importGeometryOperatorsSupportGeographicTransformation() {
|
|
2487
|
+
if (isAMD) {
|
|
2488
|
+
return await window.$arcgis.import("esri/geometry/operators/support/GeographicTransformation");
|
|
2489
|
+
}
|
|
2490
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/GeographicTransformation.js");
|
|
2491
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2492
|
+
}
|
|
2493
|
+
async function newGeometryOperatorsSupportGeographicTransformation(properties) {
|
|
2494
|
+
const ModConstructor = await importGeometryOperatorsSupportGeographicTransformation();
|
|
2495
|
+
return new ModConstructor(properties);
|
|
2496
|
+
}
|
|
2497
|
+
async function importGeometryOperatorsSupportGeographicTransformationStep() {
|
|
2498
|
+
if (isAMD) {
|
|
2499
|
+
return await window.$arcgis.import("esri/geometry/operators/support/GeographicTransformationStep");
|
|
2500
|
+
}
|
|
2501
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/GeographicTransformationStep.js");
|
|
2502
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2503
|
+
}
|
|
2504
|
+
async function newGeometryOperatorsSupportGeographicTransformationStep(properties) {
|
|
2505
|
+
const ModConstructor = await importGeometryOperatorsSupportGeographicTransformationStep();
|
|
2506
|
+
return new ModConstructor(properties);
|
|
2507
|
+
}
|
|
2445
2508
|
async function importGeometryOperatorsSupportTransformation() {
|
|
2446
2509
|
if (isAMD) {
|
|
2447
2510
|
return await window.$arcgis.import("esri/geometry/operators/support/Transformation");
|
|
@@ -2563,6 +2626,17 @@ async function newGeometrySupportMeshTransform(properties) {
|
|
|
2563
2626
|
const ModConstructor = await importGeometrySupportMeshTransform();
|
|
2564
2627
|
return new ModConstructor(properties);
|
|
2565
2628
|
}
|
|
2629
|
+
async function importAttributeBinsGraphic() {
|
|
2630
|
+
if (isAMD) {
|
|
2631
|
+
return await window.$arcgis.import("esri/AttributeBinsGraphic");
|
|
2632
|
+
}
|
|
2633
|
+
const module2 = await import("@arcgis/core/AttributeBinsGraphic.js");
|
|
2634
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2635
|
+
}
|
|
2636
|
+
async function newAttributeBinsGraphic(properties) {
|
|
2637
|
+
const ModConstructor = await importAttributeBinsGraphic();
|
|
2638
|
+
return new ModConstructor(properties);
|
|
2639
|
+
}
|
|
2566
2640
|
async function importGraphic() {
|
|
2567
2641
|
if (isAMD) {
|
|
2568
2642
|
return await window.$arcgis.import("esri/Graphic");
|
|
@@ -3179,6 +3253,28 @@ async function newLayersSupportDimensionalDefinition(properties) {
|
|
|
3179
3253
|
const ModConstructor = await importLayersSupportDimensionalDefinition();
|
|
3180
3254
|
return new ModConstructor(properties);
|
|
3181
3255
|
}
|
|
3256
|
+
async function importLayersSupportDisplayFilter() {
|
|
3257
|
+
if (isAMD) {
|
|
3258
|
+
return await window.$arcgis.import("esri/layers/support/DisplayFilter");
|
|
3259
|
+
}
|
|
3260
|
+
const module2 = await import("@arcgis/core/layers/support/DisplayFilter.js");
|
|
3261
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3262
|
+
}
|
|
3263
|
+
async function newLayersSupportDisplayFilter(properties) {
|
|
3264
|
+
const ModConstructor = await importLayersSupportDisplayFilter();
|
|
3265
|
+
return new ModConstructor(properties);
|
|
3266
|
+
}
|
|
3267
|
+
async function importLayersSupportDisplayFilterInfo() {
|
|
3268
|
+
if (isAMD) {
|
|
3269
|
+
return await window.$arcgis.import("esri/layers/support/DisplayFilterInfo");
|
|
3270
|
+
}
|
|
3271
|
+
const module2 = await import("@arcgis/core/layers/support/DisplayFilterInfo.js");
|
|
3272
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3273
|
+
}
|
|
3274
|
+
async function newLayersSupportDisplayFilterInfo(properties) {
|
|
3275
|
+
const ModConstructor = await importLayersSupportDisplayFilterInfo();
|
|
3276
|
+
return new ModConstructor(properties);
|
|
3277
|
+
}
|
|
3182
3278
|
async function importLayersSupportDomain() {
|
|
3183
3279
|
if (isAMD) {
|
|
3184
3280
|
return await window.$arcgis.import("esri/layers/support/Domain");
|
|
@@ -3465,6 +3561,17 @@ async function newLayersSupportMultidimensionalSubset(properties) {
|
|
|
3465
3561
|
const ModConstructor = await importLayersSupportMultidimensionalSubset();
|
|
3466
3562
|
return new ModConstructor(properties);
|
|
3467
3563
|
}
|
|
3564
|
+
async function importLayersSupportOrderByInfo() {
|
|
3565
|
+
if (isAMD) {
|
|
3566
|
+
return await window.$arcgis.import("esri/layers/support/OrderByInfo");
|
|
3567
|
+
}
|
|
3568
|
+
const module2 = await import("@arcgis/core/layers/support/OrderByInfo.js");
|
|
3569
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3570
|
+
}
|
|
3571
|
+
async function newLayersSupportOrderByInfo(properties) {
|
|
3572
|
+
const ModConstructor = await importLayersSupportOrderByInfo();
|
|
3573
|
+
return new ModConstructor(properties);
|
|
3574
|
+
}
|
|
3468
3575
|
async function importLayersSupportPixelBlock() {
|
|
3469
3576
|
if (isAMD) {
|
|
3470
3577
|
return await window.$arcgis.import("esri/layers/support/PixelBlock");
|
|
@@ -4389,6 +4496,17 @@ async function newPopupSupportRelatedRecordsInfoFieldOrder(properties) {
|
|
|
4389
4496
|
const ModConstructor = await importPopupSupportRelatedRecordsInfoFieldOrder();
|
|
4390
4497
|
return new ModConstructor(properties);
|
|
4391
4498
|
}
|
|
4499
|
+
async function importPopupSupportUtilityNetworkAssociationType() {
|
|
4500
|
+
if (isAMD) {
|
|
4501
|
+
return await window.$arcgis.import("esri/popup/support/UtilityNetworkAssociationType");
|
|
4502
|
+
}
|
|
4503
|
+
const module2 = await import("@arcgis/core/popup/support/UtilityNetworkAssociationType.js");
|
|
4504
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4505
|
+
}
|
|
4506
|
+
async function newPopupSupportUtilityNetworkAssociationType(properties) {
|
|
4507
|
+
const ModConstructor = await importPopupSupportUtilityNetworkAssociationType();
|
|
4508
|
+
return new ModConstructor(properties);
|
|
4509
|
+
}
|
|
4392
4510
|
async function importPopupTemplate() {
|
|
4393
4511
|
if (isAMD) {
|
|
4394
4512
|
return await window.$arcgis.import("esri/PopupTemplate");
|
|
@@ -5214,6 +5332,61 @@ async function newRestKnowledgeGraphSourceTypeValueBehavior(properties) {
|
|
|
5214
5332
|
const ModConstructor = await importRestKnowledgeGraphSourceTypeValueBehavior();
|
|
5215
5333
|
return new ModConstructor(properties);
|
|
5216
5334
|
}
|
|
5335
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration() {
|
|
5336
|
+
if (isAMD) {
|
|
5337
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsConfiguration");
|
|
5338
|
+
}
|
|
5339
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsConfiguration.js");
|
|
5340
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5341
|
+
}
|
|
5342
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration(properties) {
|
|
5343
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration();
|
|
5344
|
+
return new ModConstructor(properties);
|
|
5345
|
+
}
|
|
5346
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity() {
|
|
5347
|
+
if (isAMD) {
|
|
5348
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsEntity");
|
|
5349
|
+
}
|
|
5350
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsEntity.js");
|
|
5351
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5352
|
+
}
|
|
5353
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity(properties) {
|
|
5354
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity();
|
|
5355
|
+
return new ModConstructor(properties);
|
|
5356
|
+
}
|
|
5357
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter() {
|
|
5358
|
+
if (isAMD) {
|
|
5359
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsPathFilter");
|
|
5360
|
+
}
|
|
5361
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsPathFilter.js");
|
|
5362
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5363
|
+
}
|
|
5364
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter(properties) {
|
|
5365
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter();
|
|
5366
|
+
return new ModConstructor(properties);
|
|
5367
|
+
}
|
|
5368
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection() {
|
|
5369
|
+
if (isAMD) {
|
|
5370
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMKGTraversalDirection");
|
|
5371
|
+
}
|
|
5372
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMKGTraversalDirection.js");
|
|
5373
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5374
|
+
}
|
|
5375
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection(properties) {
|
|
5376
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection();
|
|
5377
|
+
return new ModConstructor(properties);
|
|
5378
|
+
}
|
|
5379
|
+
async function importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings() {
|
|
5380
|
+
if (isAMD) {
|
|
5381
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/FindPathsToolSettings");
|
|
5382
|
+
}
|
|
5383
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/FindPathsToolSettings.js");
|
|
5384
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5385
|
+
}
|
|
5386
|
+
async function newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings(properties) {
|
|
5387
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings();
|
|
5388
|
+
return new ModConstructor(properties);
|
|
5389
|
+
}
|
|
5217
5390
|
async function importRestNetworksSupportAggregatedGeometry() {
|
|
5218
5391
|
if (isAMD) {
|
|
5219
5392
|
return await window.$arcgis.import("esri/rest/networks/support/AggregatedGeometry");
|
|
@@ -5368,6 +5541,17 @@ async function newRestSupportAddressCandidate(properties) {
|
|
|
5368
5541
|
const ModConstructor = await importRestSupportAddressCandidate();
|
|
5369
5542
|
return new ModConstructor(properties);
|
|
5370
5543
|
}
|
|
5544
|
+
async function importRestSupportAttributeBinsFeatureSet() {
|
|
5545
|
+
if (isAMD) {
|
|
5546
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsFeatureSet");
|
|
5547
|
+
}
|
|
5548
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsFeatureSet.js");
|
|
5549
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5550
|
+
}
|
|
5551
|
+
async function newRestSupportAttributeBinsFeatureSet(properties) {
|
|
5552
|
+
const ModConstructor = await importRestSupportAttributeBinsFeatureSet();
|
|
5553
|
+
return new ModConstructor(properties);
|
|
5554
|
+
}
|
|
5371
5555
|
async function importRestSupportAttributeBinsQuery() {
|
|
5372
5556
|
if (isAMD) {
|
|
5373
5557
|
return await window.$arcgis.import("esri/rest/support/AttributeBinsQuery");
|
|
@@ -5379,6 +5563,17 @@ async function newRestSupportAttributeBinsQuery(properties) {
|
|
|
5379
5563
|
const ModConstructor = await importRestSupportAttributeBinsQuery();
|
|
5380
5564
|
return new ModConstructor(properties);
|
|
5381
5565
|
}
|
|
5566
|
+
async function importRestSupportAttributeBinsGrouping() {
|
|
5567
|
+
if (isAMD) {
|
|
5568
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsGrouping");
|
|
5569
|
+
}
|
|
5570
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsGrouping.js");
|
|
5571
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5572
|
+
}
|
|
5573
|
+
async function newRestSupportAttributeBinsGrouping(properties) {
|
|
5574
|
+
const ModConstructor = await importRestSupportAttributeBinsGrouping();
|
|
5575
|
+
return new ModConstructor(properties);
|
|
5576
|
+
}
|
|
5382
5577
|
async function importRestSupportAutoIntervalBinParameters() {
|
|
5383
5578
|
if (isAMD) {
|
|
5384
5579
|
return await window.$arcgis.import("esri/rest/support/AutoIntervalBinParameters");
|
|
@@ -6083,6 +6278,39 @@ async function newRestSupportImageUrlResult(properties) {
|
|
|
6083
6278
|
const ModConstructor = await importRestSupportImageUrlResult();
|
|
6084
6279
|
return new ModConstructor(properties);
|
|
6085
6280
|
}
|
|
6281
|
+
async function importRestSupportImageVolume() {
|
|
6282
|
+
if (isAMD) {
|
|
6283
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolume");
|
|
6284
|
+
}
|
|
6285
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolume.js");
|
|
6286
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6287
|
+
}
|
|
6288
|
+
async function newRestSupportImageVolume(properties) {
|
|
6289
|
+
const ModConstructor = await importRestSupportImageVolume();
|
|
6290
|
+
return new ModConstructor(properties);
|
|
6291
|
+
}
|
|
6292
|
+
async function importRestSupportImageVolumeParameters() {
|
|
6293
|
+
if (isAMD) {
|
|
6294
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolumeParameters");
|
|
6295
|
+
}
|
|
6296
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolumeParameters.js");
|
|
6297
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6298
|
+
}
|
|
6299
|
+
async function newRestSupportImageVolumeParameters(properties) {
|
|
6300
|
+
const ModConstructor = await importRestSupportImageVolumeParameters();
|
|
6301
|
+
return new ModConstructor(properties);
|
|
6302
|
+
}
|
|
6303
|
+
async function importRestSupportImageVolumeResult() {
|
|
6304
|
+
if (isAMD) {
|
|
6305
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolumeResult");
|
|
6306
|
+
}
|
|
6307
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolumeResult.js");
|
|
6308
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6309
|
+
}
|
|
6310
|
+
async function newRestSupportImageVolumeResult(properties) {
|
|
6311
|
+
const ModConstructor = await importRestSupportImageVolumeResult();
|
|
6312
|
+
return new ModConstructor(properties);
|
|
6313
|
+
}
|
|
6086
6314
|
async function importRestSupportJobInfo() {
|
|
6087
6315
|
if (isAMD) {
|
|
6088
6316
|
return await window.$arcgis.import("esri/rest/support/JobInfo");
|
|
@@ -7788,15 +8016,15 @@ async function newViewsSceneView(properties) {
|
|
|
7788
8016
|
const ModConstructor = await importViewsSceneView();
|
|
7789
8017
|
return new ModConstructor(properties);
|
|
7790
8018
|
}
|
|
7791
|
-
async function
|
|
8019
|
+
async function importViewsSupportHighlightOptions() {
|
|
7792
8020
|
if (isAMD) {
|
|
7793
|
-
return await window.$arcgis.import("esri/views/support/
|
|
8021
|
+
return await window.$arcgis.import("esri/views/support/HighlightOptions");
|
|
7794
8022
|
}
|
|
7795
|
-
const module2 = await import("@arcgis/core/views/support/
|
|
8023
|
+
const module2 = await import("@arcgis/core/views/support/HighlightOptions.js");
|
|
7796
8024
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
7797
8025
|
}
|
|
7798
|
-
async function
|
|
7799
|
-
const ModConstructor = await
|
|
8026
|
+
async function newViewsSupportHighlightOptions(properties) {
|
|
8027
|
+
const ModConstructor = await importViewsSupportHighlightOptions();
|
|
7800
8028
|
return new ModConstructor(properties);
|
|
7801
8029
|
}
|
|
7802
8030
|
async function importViewsUiDefaultUI() {
|
|
@@ -8228,15 +8456,15 @@ async function newWebsceneSlide(properties) {
|
|
|
8228
8456
|
const ModConstructor = await importWebsceneSlide();
|
|
8229
8457
|
return new ModConstructor(properties);
|
|
8230
8458
|
}
|
|
8231
|
-
async function
|
|
8459
|
+
async function importWebsceneSlideLegendInfo() {
|
|
8232
8460
|
if (isAMD) {
|
|
8233
|
-
return await window.$arcgis.import("esri/webscene/
|
|
8461
|
+
return await window.$arcgis.import("esri/webscene/SlideLegendInfo");
|
|
8234
8462
|
}
|
|
8235
|
-
const module2 = await import("@arcgis/core/webscene/
|
|
8463
|
+
const module2 = await import("@arcgis/core/webscene/SlideLegendInfo.js");
|
|
8236
8464
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
8237
8465
|
}
|
|
8238
|
-
async function
|
|
8239
|
-
const ModConstructor = await
|
|
8466
|
+
async function newWebsceneSlideLegendInfo(properties) {
|
|
8467
|
+
const ModConstructor = await importWebsceneSlideLegendInfo();
|
|
8240
8468
|
return new ModConstructor(properties);
|
|
8241
8469
|
}
|
|
8242
8470
|
async function importWebsceneSunLighting() {
|
|
@@ -9471,6 +9699,17 @@ async function newWidgetsLegendSupportActiveLayerInfo(properties) {
|
|
|
9471
9699
|
const ModConstructor = await importWidgetsLegendSupportActiveLayerInfo();
|
|
9472
9700
|
return new ModConstructor(properties);
|
|
9473
9701
|
}
|
|
9702
|
+
async function importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel() {
|
|
9703
|
+
if (isAMD) {
|
|
9704
|
+
return await window.$arcgis.import("esri/widgets/LinkChartLayoutSwitcher/LinkChartLayoutSwitcherViewModel");
|
|
9705
|
+
}
|
|
9706
|
+
const module2 = await import("@arcgis/core/widgets/LinkChartLayoutSwitcher/LinkChartLayoutSwitcherViewModel.js");
|
|
9707
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9708
|
+
}
|
|
9709
|
+
async function newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel(properties) {
|
|
9710
|
+
const ModConstructor = await importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel();
|
|
9711
|
+
return new ModConstructor(properties);
|
|
9712
|
+
}
|
|
9474
9713
|
async function importWidgetsLineOfSight() {
|
|
9475
9714
|
if (isAMD) {
|
|
9476
9715
|
return await window.$arcgis.import("esri/widgets/LineOfSight");
|
|
@@ -10538,6 +10777,13 @@ async function importCoreWorkers() {
|
|
|
10538
10777
|
const module2 = await import("@arcgis/core/core/workers.js");
|
|
10539
10778
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10540
10779
|
}
|
|
10780
|
+
async function importEditingSharedTemplatesSharedTemplateMetadata() {
|
|
10781
|
+
if (isAMD) {
|
|
10782
|
+
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplateMetadata");
|
|
10783
|
+
}
|
|
10784
|
+
const module2 = await import("@arcgis/core/editing/sharedTemplates/SharedTemplateMetadata.js");
|
|
10785
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10786
|
+
}
|
|
10541
10787
|
async function importFormElementsInputs() {
|
|
10542
10788
|
if (isAMD) {
|
|
10543
10789
|
return await window.$arcgis.import("esri/form/elements/inputs");
|
|
@@ -10867,6 +11113,13 @@ async function importGeometryOperatorsPolygonSlicerOperator() {
|
|
|
10867
11113
|
const module2 = await import("@arcgis/core/geometry/operators/polygonSlicerOperator.js");
|
|
10868
11114
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10869
11115
|
}
|
|
11116
|
+
async function importGeometryOperatorsProjectOperator() {
|
|
11117
|
+
if (isAMD) {
|
|
11118
|
+
return await window.$arcgis.import("esri/geometry/operators/projectOperator");
|
|
11119
|
+
}
|
|
11120
|
+
const module2 = await import("@arcgis/core/geometry/operators/projectOperator.js");
|
|
11121
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11122
|
+
}
|
|
10870
11123
|
async function importGeometryOperatorsProximityOperator() {
|
|
10871
11124
|
if (isAMD) {
|
|
10872
11125
|
return await window.$arcgis.import("esri/geometry/operators/proximityOperator");
|
|
@@ -10888,6 +11141,13 @@ async function importGeometryOperatorsReshapeOperator() {
|
|
|
10888
11141
|
const module2 = await import("@arcgis/core/geometry/operators/reshapeOperator.js");
|
|
10889
11142
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10890
11143
|
}
|
|
11144
|
+
async function importGeometryOperatorsShapePreservingProjectOperator() {
|
|
11145
|
+
if (isAMD) {
|
|
11146
|
+
return await window.$arcgis.import("esri/geometry/operators/shapePreservingProjectOperator");
|
|
11147
|
+
}
|
|
11148
|
+
const module2 = await import("@arcgis/core/geometry/operators/shapePreservingProjectOperator.js");
|
|
11149
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11150
|
+
}
|
|
10891
11151
|
async function importGeometryOperatorsSimplifyOperator() {
|
|
10892
11152
|
if (isAMD) {
|
|
10893
11153
|
return await window.$arcgis.import("esri/geometry/operators/simplifyOperator");
|
|
@@ -10923,6 +11183,13 @@ async function importGeometryOperatorsWithinOperator() {
|
|
|
10923
11183
|
const module2 = await import("@arcgis/core/geometry/operators/withinOperator.js");
|
|
10924
11184
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10925
11185
|
}
|
|
11186
|
+
async function importGeometryOperatorsSupportGeographicTransformationUtils() {
|
|
11187
|
+
if (isAMD) {
|
|
11188
|
+
return await window.$arcgis.import("esri/geometry/operators/support/geographicTransformationUtils");
|
|
11189
|
+
}
|
|
11190
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/geographicTransformationUtils.js");
|
|
11191
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11192
|
+
}
|
|
10926
11193
|
async function importGeometrySupportGeodesicUtils() {
|
|
10927
11194
|
if (isAMD) {
|
|
10928
11195
|
return await window.$arcgis.import("esri/geometry/support/geodesicUtils");
|
|
@@ -11028,6 +11295,13 @@ async function importLayersSupportArcadeUtils() {
|
|
|
11028
11295
|
const module2 = await import("@arcgis/core/layers/support/arcadeUtils.js");
|
|
11029
11296
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11030
11297
|
}
|
|
11298
|
+
async function importLayersSupportCsvUtils() {
|
|
11299
|
+
if (isAMD) {
|
|
11300
|
+
return await window.$arcgis.import("esri/layers/support/csvUtils");
|
|
11301
|
+
}
|
|
11302
|
+
const module2 = await import("@arcgis/core/layers/support/csvUtils.js");
|
|
11303
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11304
|
+
}
|
|
11031
11305
|
async function importLayersSupportFieldUtils() {
|
|
11032
11306
|
if (isAMD) {
|
|
11033
11307
|
return await window.$arcgis.import("esri/layers/support/fieldUtils");
|
|
@@ -11084,13 +11358,6 @@ async function importPopupContent() {
|
|
|
11084
11358
|
const module2 = await import("@arcgis/core/popup/content.js");
|
|
11085
11359
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11086
11360
|
}
|
|
11087
|
-
async function importPopupSupportUtilityNetworkAssociationType() {
|
|
11088
|
-
if (isAMD) {
|
|
11089
|
-
return await window.$arcgis.import("esri/popup/support/UtilityNetworkAssociationType");
|
|
11090
|
-
}
|
|
11091
|
-
const module2 = await import("@arcgis/core/popup/support/UtilityNetworkAssociationType.js");
|
|
11092
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11093
|
-
}
|
|
11094
11361
|
async function importRasterRenderers() {
|
|
11095
11362
|
if (isAMD) {
|
|
11096
11363
|
return await window.$arcgis.import("esri/rasterRenderers");
|
|
@@ -11735,6 +12002,13 @@ async function importViewsSupportColorUtils() {
|
|
|
11735
12002
|
const module2 = await import("@arcgis/core/views/support/colorUtils.js");
|
|
11736
12003
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11737
12004
|
}
|
|
12005
|
+
async function importWebsceneSupportSlideElements() {
|
|
12006
|
+
if (isAMD) {
|
|
12007
|
+
return await window.$arcgis.import("esri/webscene/support/SlideElements");
|
|
12008
|
+
}
|
|
12009
|
+
const module2 = await import("@arcgis/core/webscene/support/SlideElements.js");
|
|
12010
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12011
|
+
}
|
|
11738
12012
|
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
11739
12013
|
if (isAMD) {
|
|
11740
12014
|
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
@@ -11922,6 +12196,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11922
12196
|
importApplicationsSceneViewerDevEnvironmentUtils,
|
|
11923
12197
|
importApplicationsWebEditorSketchUtils,
|
|
11924
12198
|
importArcade,
|
|
12199
|
+
importAttributeBinsGraphic,
|
|
11925
12200
|
importBasemap,
|
|
11926
12201
|
importCamera,
|
|
11927
12202
|
importCameraLayout,
|
|
@@ -11941,6 +12216,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11941
12216
|
importCoreUrlUtils,
|
|
11942
12217
|
importCoreWorkers,
|
|
11943
12218
|
importCoreWorkersConnection,
|
|
12219
|
+
importEditingSharedTemplatesSharedTemplateMetadata,
|
|
11944
12220
|
importFormElements,
|
|
11945
12221
|
importFormElementsAttachmentElement,
|
|
11946
12222
|
importFormElementsElement,
|
|
@@ -12018,10 +12294,15 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12018
12294
|
importGeometryOperatorsOverlapsOperator,
|
|
12019
12295
|
importGeometryOperatorsPolygonOverlayOperator,
|
|
12020
12296
|
importGeometryOperatorsPolygonSlicerOperator,
|
|
12297
|
+
importGeometryOperatorsProjectOperator,
|
|
12021
12298
|
importGeometryOperatorsProximityOperator,
|
|
12022
12299
|
importGeometryOperatorsRelateOperator,
|
|
12023
12300
|
importGeometryOperatorsReshapeOperator,
|
|
12301
|
+
importGeometryOperatorsShapePreservingProjectOperator,
|
|
12024
12302
|
importGeometryOperatorsSimplifyOperator,
|
|
12303
|
+
importGeometryOperatorsSupportGeographicTransformation,
|
|
12304
|
+
importGeometryOperatorsSupportGeographicTransformationStep,
|
|
12305
|
+
importGeometryOperatorsSupportGeographicTransformationUtils,
|
|
12025
12306
|
importGeometryOperatorsSupportTransformation,
|
|
12026
12307
|
importGeometryOperatorsSymmetricDifferenceOperator,
|
|
12027
12308
|
importGeometryOperatorsTouchesOperator,
|
|
@@ -12113,7 +12394,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12113
12394
|
importLayersSupportCodedValueDomain,
|
|
12114
12395
|
importLayersSupportControlPointsGeoreference,
|
|
12115
12396
|
importLayersSupportCornersGeoreference,
|
|
12397
|
+
importLayersSupportCsvUtils,
|
|
12116
12398
|
importLayersSupportDimensionalDefinition,
|
|
12399
|
+
importLayersSupportDisplayFilter,
|
|
12400
|
+
importLayersSupportDisplayFilterInfo,
|
|
12117
12401
|
importLayersSupportDomain,
|
|
12118
12402
|
importLayersSupportElevationSampler,
|
|
12119
12403
|
importLayersSupportExpressionInfo,
|
|
@@ -12141,6 +12425,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12141
12425
|
importLayersSupportMapImage,
|
|
12142
12426
|
importLayersSupportMosaicRule,
|
|
12143
12427
|
importLayersSupportMultidimensionalSubset,
|
|
12428
|
+
importLayersSupportOrderByInfo,
|
|
12144
12429
|
importLayersSupportPixelBlock,
|
|
12145
12430
|
importLayersSupportPublishingInfo,
|
|
12146
12431
|
importLayersSupportRangeDomain,
|
|
@@ -12322,6 +12607,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12322
12607
|
importRestKnowledgeGraphService,
|
|
12323
12608
|
importRestKnowledgeGraphServiceDefinition,
|
|
12324
12609
|
importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
12610
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
12611
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
12612
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
12613
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
12614
|
+
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
12325
12615
|
importRestLocator,
|
|
12326
12616
|
importRestNetworkService,
|
|
12327
12617
|
importRestNetworksQueryAssociations,
|
|
@@ -12351,6 +12641,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12351
12641
|
importRestSupportArealUnit,
|
|
12352
12642
|
importRestSupportAreasAndLengthsParameters,
|
|
12353
12643
|
importRestSupportAttachmentQuery,
|
|
12644
|
+
importRestSupportAttributeBinsFeatureSet,
|
|
12645
|
+
importRestSupportAttributeBinsGrouping,
|
|
12354
12646
|
importRestSupportAttributeBinsQuery,
|
|
12355
12647
|
importRestSupportAutoIntervalBinParameters,
|
|
12356
12648
|
importRestSupportBaseImageMeasureParameters,
|
|
@@ -12412,6 +12704,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12412
12704
|
importRestSupportImageToMapParameters,
|
|
12413
12705
|
importRestSupportImageUrlParameters,
|
|
12414
12706
|
importRestSupportImageUrlResult,
|
|
12707
|
+
importRestSupportImageVolume,
|
|
12708
|
+
importRestSupportImageVolumeParameters,
|
|
12709
|
+
importRestSupportImageVolumeResult,
|
|
12415
12710
|
importRestSupportJobInfo,
|
|
12416
12711
|
importRestSupportLegendLayer,
|
|
12417
12712
|
importRestSupportLengthsParameters,
|
|
@@ -12634,7 +12929,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12634
12929
|
importViewsNavigationNavigationActionMap,
|
|
12635
12930
|
importViewsSceneView,
|
|
12636
12931
|
importViewsSupportColorUtils,
|
|
12637
|
-
|
|
12932
|
+
importViewsSupportHighlightOptions,
|
|
12638
12933
|
importViewsTheme,
|
|
12639
12934
|
importViewsUiDefaultUI,
|
|
12640
12935
|
importViewsUiUI,
|
|
@@ -12674,8 +12969,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12674
12969
|
importWebsceneInitialViewProperties,
|
|
12675
12970
|
importWebscenePresentation,
|
|
12676
12971
|
importWebsceneSlide,
|
|
12677
|
-
|
|
12972
|
+
importWebsceneSlideLegendInfo,
|
|
12678
12973
|
importWebsceneSunLighting,
|
|
12974
|
+
importWebsceneSupportSlideElements,
|
|
12679
12975
|
importWebsceneVirtualLighting,
|
|
12680
12976
|
importWidgetsAreaMeasurement2D,
|
|
12681
12977
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -12791,6 +13087,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12791
13087
|
importWidgetsLineOfSight,
|
|
12792
13088
|
importWidgetsLineOfSightLineOfSightTarget,
|
|
12793
13089
|
importWidgetsLineOfSightLineOfSightViewModel,
|
|
13090
|
+
importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
12794
13091
|
importWidgetsLocate,
|
|
12795
13092
|
importWidgetsLocateLocateViewModel,
|
|
12796
13093
|
importWidgetsMeasurement,
|
|
@@ -12894,6 +13191,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12894
13191
|
newAnalysisSlicePlane,
|
|
12895
13192
|
newAnalysisViewshed,
|
|
12896
13193
|
newAnalysisViewshedAnalysis,
|
|
13194
|
+
newAttributeBinsGraphic,
|
|
12897
13195
|
newBasemap,
|
|
12898
13196
|
newCamera,
|
|
12899
13197
|
newCameraLayout,
|
|
@@ -12934,6 +13232,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12934
13232
|
newGeometryHeightModelInfo,
|
|
12935
13233
|
newGeometryMesh,
|
|
12936
13234
|
newGeometryMultipoint,
|
|
13235
|
+
newGeometryOperatorsSupportGeographicTransformation,
|
|
13236
|
+
newGeometryOperatorsSupportGeographicTransformationStep,
|
|
12937
13237
|
newGeometryOperatorsSupportTransformation,
|
|
12938
13238
|
newGeometryPoint,
|
|
12939
13239
|
newGeometryPolygon,
|
|
@@ -13005,6 +13305,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13005
13305
|
newLayersSupportControlPointsGeoreference,
|
|
13006
13306
|
newLayersSupportCornersGeoreference,
|
|
13007
13307
|
newLayersSupportDimensionalDefinition,
|
|
13308
|
+
newLayersSupportDisplayFilter,
|
|
13309
|
+
newLayersSupportDisplayFilterInfo,
|
|
13008
13310
|
newLayersSupportDomain,
|
|
13009
13311
|
newLayersSupportElevationSampler,
|
|
13010
13312
|
newLayersSupportExpressionInfo,
|
|
@@ -13031,6 +13333,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13031
13333
|
newLayersSupportMapImage,
|
|
13032
13334
|
newLayersSupportMosaicRule,
|
|
13033
13335
|
newLayersSupportMultidimensionalSubset,
|
|
13336
|
+
newLayersSupportOrderByInfo,
|
|
13034
13337
|
newLayersSupportPixelBlock,
|
|
13035
13338
|
newLayersSupportPublishingInfo,
|
|
13036
13339
|
newLayersSupportRangeDomain,
|
|
@@ -13115,6 +13418,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13115
13418
|
newPopupRelatedRecordsInfo,
|
|
13116
13419
|
newPopupSupportFieldInfoFormat,
|
|
13117
13420
|
newPopupSupportRelatedRecordsInfoFieldOrder,
|
|
13421
|
+
newPopupSupportUtilityNetworkAssociationType,
|
|
13118
13422
|
newPopupTemplate,
|
|
13119
13423
|
newPortalPortal,
|
|
13120
13424
|
newPortalPortalFolder,
|
|
@@ -13190,6 +13494,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13190
13494
|
newRestKnowledgeGraphSearchIndex,
|
|
13191
13495
|
newRestKnowledgeGraphServiceDefinition,
|
|
13192
13496
|
newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
13497
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
13498
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
13499
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
13500
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
13501
|
+
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
13193
13502
|
newRestNetworksSupportAggregatedGeometry,
|
|
13194
13503
|
newRestNetworksSupportAssociation,
|
|
13195
13504
|
newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -13208,6 +13517,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13208
13517
|
newRestSupportArealUnit,
|
|
13209
13518
|
newRestSupportAreasAndLengthsParameters,
|
|
13210
13519
|
newRestSupportAttachmentQuery,
|
|
13520
|
+
newRestSupportAttributeBinsFeatureSet,
|
|
13521
|
+
newRestSupportAttributeBinsGrouping,
|
|
13211
13522
|
newRestSupportAttributeBinsQuery,
|
|
13212
13523
|
newRestSupportAutoIntervalBinParameters,
|
|
13213
13524
|
newRestSupportBaseImageMeasureParameters,
|
|
@@ -13269,6 +13580,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13269
13580
|
newRestSupportImageToMapParameters,
|
|
13270
13581
|
newRestSupportImageUrlParameters,
|
|
13271
13582
|
newRestSupportImageUrlResult,
|
|
13583
|
+
newRestSupportImageVolume,
|
|
13584
|
+
newRestSupportImageVolumeParameters,
|
|
13585
|
+
newRestSupportImageVolumeResult,
|
|
13272
13586
|
newRestSupportJobInfo,
|
|
13273
13587
|
newRestSupportLegendLayer,
|
|
13274
13588
|
newRestSupportLengthsParameters,
|
|
@@ -13424,7 +13738,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13424
13738
|
newViewsNavigationNavigation,
|
|
13425
13739
|
newViewsNavigationNavigationActionMap,
|
|
13426
13740
|
newViewsSceneView,
|
|
13427
|
-
|
|
13741
|
+
newViewsSupportHighlightOptions,
|
|
13428
13742
|
newViewsTheme,
|
|
13429
13743
|
newViewsUiDefaultUI,
|
|
13430
13744
|
newViewsUiUI,
|
|
@@ -13464,7 +13778,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13464
13778
|
newWebsceneInitialViewProperties,
|
|
13465
13779
|
newWebscenePresentation,
|
|
13466
13780
|
newWebsceneSlide,
|
|
13467
|
-
|
|
13781
|
+
newWebsceneSlideLegendInfo,
|
|
13468
13782
|
newWebsceneSunLighting,
|
|
13469
13783
|
newWebsceneVirtualLighting,
|
|
13470
13784
|
newWidgetsAreaMeasurement2D,
|
|
@@ -13580,6 +13894,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13580
13894
|
newWidgetsLineOfSight,
|
|
13581
13895
|
newWidgetsLineOfSightLineOfSightTarget,
|
|
13582
13896
|
newWidgetsLineOfSightLineOfSightViewModel,
|
|
13897
|
+
newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
13583
13898
|
newWidgetsLocate,
|
|
13584
13899
|
newWidgetsLocateLocateViewModel,
|
|
13585
13900
|
newWidgetsMeasurement,
|