@arcgis/core-adapter 4.32.0-next.99 → 4.32.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 +409 -43
- package/dist/index.d.cts +64 -16
- package/dist/index.d.ts +64 -16
- package/dist/index.js +355 -37
- package/package.json +2 -2
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,8 @@ __export(src_exports, {
|
|
|
80
81
|
importCoreUrlUtils: () => importCoreUrlUtils,
|
|
81
82
|
importCoreWorkers: () => importCoreWorkers,
|
|
82
83
|
importCoreWorkersConnection: () => importCoreWorkersConnection,
|
|
84
|
+
importEditingSharedTemplatesSharedTemplate: () => importEditingSharedTemplatesSharedTemplate,
|
|
85
|
+
importEditingSharedTemplatesSharedTemplateMetadata: () => importEditingSharedTemplatesSharedTemplateMetadata,
|
|
83
86
|
importFormElements: () => importFormElements,
|
|
84
87
|
importFormElementsAttachmentElement: () => importFormElementsAttachmentElement,
|
|
85
88
|
importFormElementsElement: () => importFormElementsElement,
|
|
@@ -157,10 +160,15 @@ __export(src_exports, {
|
|
|
157
160
|
importGeometryOperatorsOverlapsOperator: () => importGeometryOperatorsOverlapsOperator,
|
|
158
161
|
importGeometryOperatorsPolygonOverlayOperator: () => importGeometryOperatorsPolygonOverlayOperator,
|
|
159
162
|
importGeometryOperatorsPolygonSlicerOperator: () => importGeometryOperatorsPolygonSlicerOperator,
|
|
163
|
+
importGeometryOperatorsProjectOperator: () => importGeometryOperatorsProjectOperator,
|
|
160
164
|
importGeometryOperatorsProximityOperator: () => importGeometryOperatorsProximityOperator,
|
|
161
165
|
importGeometryOperatorsRelateOperator: () => importGeometryOperatorsRelateOperator,
|
|
162
166
|
importGeometryOperatorsReshapeOperator: () => importGeometryOperatorsReshapeOperator,
|
|
167
|
+
importGeometryOperatorsShapePreservingProjectOperator: () => importGeometryOperatorsShapePreservingProjectOperator,
|
|
163
168
|
importGeometryOperatorsSimplifyOperator: () => importGeometryOperatorsSimplifyOperator,
|
|
169
|
+
importGeometryOperatorsSupportGeographicTransformation: () => importGeometryOperatorsSupportGeographicTransformation,
|
|
170
|
+
importGeometryOperatorsSupportGeographicTransformationStep: () => importGeometryOperatorsSupportGeographicTransformationStep,
|
|
171
|
+
importGeometryOperatorsSupportGeographicTransformationUtils: () => importGeometryOperatorsSupportGeographicTransformationUtils,
|
|
164
172
|
importGeometryOperatorsSupportTransformation: () => importGeometryOperatorsSupportTransformation,
|
|
165
173
|
importGeometryOperatorsSymmetricDifferenceOperator: () => importGeometryOperatorsSymmetricDifferenceOperator,
|
|
166
174
|
importGeometryOperatorsTouchesOperator: () => importGeometryOperatorsTouchesOperator,
|
|
@@ -219,7 +227,6 @@ __export(src_exports, {
|
|
|
219
227
|
importLayersIntegratedMesh3DTilesLayer: () => importLayersIntegratedMesh3DTilesLayer,
|
|
220
228
|
importLayersIntegratedMeshLayer: () => importLayersIntegratedMeshLayer,
|
|
221
229
|
importLayersKMLLayer: () => importLayersKMLLayer,
|
|
222
|
-
importLayersKnowledgeGraphCypherUtils: () => importLayersKnowledgeGraphCypherUtils,
|
|
223
230
|
importLayersKnowledgeGraphKnowledgeGraphSublayer: () => importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
224
231
|
importLayersKnowledgeGraphLayer: () => importLayersKnowledgeGraphLayer,
|
|
225
232
|
importLayersKnowledgeGraphSupportUtils: () => importLayersKnowledgeGraphSupportUtils,
|
|
@@ -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,
|
|
@@ -305,6 +316,8 @@ __export(src_exports, {
|
|
|
305
316
|
importLayersSupportTileInfo: () => importLayersSupportTileInfo,
|
|
306
317
|
importLayersSupportTileMatrixSet: () => importLayersSupportTileMatrixSet,
|
|
307
318
|
importLayersSupportTimeInfo: () => importLayersSupportTimeInfo,
|
|
319
|
+
importLayersSupportTrackInfo: () => importLayersSupportTrackInfo,
|
|
320
|
+
importLayersSupportTrackPartInfo: () => importLayersSupportTrackPartInfo,
|
|
308
321
|
importLayersSupportVideoElement: () => importLayersSupportVideoElement,
|
|
309
322
|
importLayersSupportVideoTimeExtent: () => importLayersSupportVideoTimeExtent,
|
|
310
323
|
importLayersSupportWMSSublayer: () => importLayersSupportWMSSublayer,
|
|
@@ -369,6 +382,7 @@ __export(src_exports, {
|
|
|
369
382
|
importPopupFieldInfo: () => importPopupFieldInfo,
|
|
370
383
|
importPopupLayerOptions: () => importPopupLayerOptions,
|
|
371
384
|
importPopupRelatedRecordsInfo: () => importPopupRelatedRecordsInfo,
|
|
385
|
+
importPopupSupportAttachmentsOrderByInfo: () => importPopupSupportAttachmentsOrderByInfo,
|
|
372
386
|
importPopupSupportFieldInfoFormat: () => importPopupSupportFieldInfoFormat,
|
|
373
387
|
importPopupSupportRelatedRecordsInfoFieldOrder: () => importPopupSupportRelatedRecordsInfoFieldOrder,
|
|
374
388
|
importPopupSupportUtilityNetworkAssociationType: () => importPopupSupportUtilityNetworkAssociationType,
|
|
@@ -461,6 +475,11 @@ __export(src_exports, {
|
|
|
461
475
|
importRestKnowledgeGraphService: () => importRestKnowledgeGraphService,
|
|
462
476
|
importRestKnowledgeGraphServiceDefinition: () => importRestKnowledgeGraphServiceDefinition,
|
|
463
477
|
importRestKnowledgeGraphSourceTypeValueBehavior: () => importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
478
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
479
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
480
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
481
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection: () => importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
482
|
+
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings: () => importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
464
483
|
importRestLocator: () => importRestLocator,
|
|
465
484
|
importRestNetworkService: () => importRestNetworkService,
|
|
466
485
|
importRestNetworksQueryAssociations: () => importRestNetworksQueryAssociations,
|
|
@@ -490,6 +509,8 @@ __export(src_exports, {
|
|
|
490
509
|
importRestSupportArealUnit: () => importRestSupportArealUnit,
|
|
491
510
|
importRestSupportAreasAndLengthsParameters: () => importRestSupportAreasAndLengthsParameters,
|
|
492
511
|
importRestSupportAttachmentQuery: () => importRestSupportAttachmentQuery,
|
|
512
|
+
importRestSupportAttributeBinsFeatureSet: () => importRestSupportAttributeBinsFeatureSet,
|
|
513
|
+
importRestSupportAttributeBinsGrouping: () => importRestSupportAttributeBinsGrouping,
|
|
493
514
|
importRestSupportAttributeBinsQuery: () => importRestSupportAttributeBinsQuery,
|
|
494
515
|
importRestSupportAutoIntervalBinParameters: () => importRestSupportAutoIntervalBinParameters,
|
|
495
516
|
importRestSupportBaseImageMeasureParameters: () => importRestSupportBaseImageMeasureParameters,
|
|
@@ -551,6 +572,9 @@ __export(src_exports, {
|
|
|
551
572
|
importRestSupportImageToMapParameters: () => importRestSupportImageToMapParameters,
|
|
552
573
|
importRestSupportImageUrlParameters: () => importRestSupportImageUrlParameters,
|
|
553
574
|
importRestSupportImageUrlResult: () => importRestSupportImageUrlResult,
|
|
575
|
+
importRestSupportImageVolume: () => importRestSupportImageVolume,
|
|
576
|
+
importRestSupportImageVolumeParameters: () => importRestSupportImageVolumeParameters,
|
|
577
|
+
importRestSupportImageVolumeResult: () => importRestSupportImageVolumeResult,
|
|
554
578
|
importRestSupportJobInfo: () => importRestSupportJobInfo,
|
|
555
579
|
importRestSupportLegendLayer: () => importRestSupportLegendLayer,
|
|
556
580
|
importRestSupportLengthsParameters: () => importRestSupportLengthsParameters,
|
|
@@ -759,6 +783,7 @@ __export(src_exports, {
|
|
|
759
783
|
importViewsLayersFeatureLayerView: () => importViewsLayersFeatureLayerView,
|
|
760
784
|
importViewsLayersGroupLayerView: () => importViewsLayersGroupLayerView,
|
|
761
785
|
importViewsLayersImageryLayerView: () => importViewsLayersImageryLayerView,
|
|
786
|
+
importViewsLayersImageryTileLayerView: () => importViewsLayersImageryTileLayerView,
|
|
762
787
|
importViewsLayersLayerView: () => importViewsLayersLayerView,
|
|
763
788
|
importViewsLayersMediaLayerView: () => importViewsLayersMediaLayerView,
|
|
764
789
|
importViewsLayersOGCFeatureLayerView: () => importViewsLayersOGCFeatureLayerView,
|
|
@@ -773,7 +798,7 @@ __export(src_exports, {
|
|
|
773
798
|
importViewsNavigationNavigationActionMap: () => importViewsNavigationNavigationActionMap,
|
|
774
799
|
importViewsSceneView: () => importViewsSceneView,
|
|
775
800
|
importViewsSupportColorUtils: () => importViewsSupportColorUtils,
|
|
776
|
-
|
|
801
|
+
importViewsSupportHighlightOptions: () => importViewsSupportHighlightOptions,
|
|
777
802
|
importViewsTheme: () => importViewsTheme,
|
|
778
803
|
importViewsUiDefaultUI: () => importViewsUiDefaultUI,
|
|
779
804
|
importViewsUiUI: () => importViewsUiUI,
|
|
@@ -813,8 +838,9 @@ __export(src_exports, {
|
|
|
813
838
|
importWebsceneInitialViewProperties: () => importWebsceneInitialViewProperties,
|
|
814
839
|
importWebscenePresentation: () => importWebscenePresentation,
|
|
815
840
|
importWebsceneSlide: () => importWebsceneSlide,
|
|
816
|
-
|
|
841
|
+
importWebsceneSlideLegendInfo: () => importWebsceneSlideLegendInfo,
|
|
817
842
|
importWebsceneSunLighting: () => importWebsceneSunLighting,
|
|
843
|
+
importWebsceneSupportSlideElements: () => importWebsceneSupportSlideElements,
|
|
818
844
|
importWebsceneVirtualLighting: () => importWebsceneVirtualLighting,
|
|
819
845
|
importWidgetsAreaMeasurement2D: () => importWidgetsAreaMeasurement2D,
|
|
820
846
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel: () => importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -930,6 +956,7 @@ __export(src_exports, {
|
|
|
930
956
|
importWidgetsLineOfSight: () => importWidgetsLineOfSight,
|
|
931
957
|
importWidgetsLineOfSightLineOfSightTarget: () => importWidgetsLineOfSightLineOfSightTarget,
|
|
932
958
|
importWidgetsLineOfSightLineOfSightViewModel: () => importWidgetsLineOfSightLineOfSightViewModel,
|
|
959
|
+
importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel: () => importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
933
960
|
importWidgetsLocate: () => importWidgetsLocate,
|
|
934
961
|
importWidgetsLocateLocateViewModel: () => importWidgetsLocateLocateViewModel,
|
|
935
962
|
importWidgetsMeasurement: () => importWidgetsMeasurement,
|
|
@@ -987,7 +1014,6 @@ __export(src_exports, {
|
|
|
987
1014
|
importWidgetsSupportGridControlsGridControlsViewModel: () => importWidgetsSupportGridControlsGridControlsViewModel,
|
|
988
1015
|
importWidgetsSupportSnappingControls: () => importWidgetsSupportSnappingControls,
|
|
989
1016
|
importWidgetsSupportSnappingControlsSnappingControlsViewModel: () => importWidgetsSupportSnappingControlsSnappingControlsViewModel,
|
|
990
|
-
importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
991
1017
|
importWidgetsSupportWidget: () => importWidgetsSupportWidget,
|
|
992
1018
|
importWidgetsSwipe: () => importWidgetsSwipe,
|
|
993
1019
|
importWidgetsSwipeSwipeViewModel: () => importWidgetsSwipeSwipeViewModel,
|
|
@@ -1033,6 +1059,7 @@ __export(src_exports, {
|
|
|
1033
1059
|
newAnalysisSlicePlane: () => newAnalysisSlicePlane,
|
|
1034
1060
|
newAnalysisViewshed: () => newAnalysisViewshed,
|
|
1035
1061
|
newAnalysisViewshedAnalysis: () => newAnalysisViewshedAnalysis,
|
|
1062
|
+
newAttributeBinsGraphic: () => newAttributeBinsGraphic,
|
|
1036
1063
|
newBasemap: () => newBasemap,
|
|
1037
1064
|
newCamera: () => newCamera,
|
|
1038
1065
|
newCameraLayout: () => newCameraLayout,
|
|
@@ -1073,6 +1100,8 @@ __export(src_exports, {
|
|
|
1073
1100
|
newGeometryHeightModelInfo: () => newGeometryHeightModelInfo,
|
|
1074
1101
|
newGeometryMesh: () => newGeometryMesh,
|
|
1075
1102
|
newGeometryMultipoint: () => newGeometryMultipoint,
|
|
1103
|
+
newGeometryOperatorsSupportGeographicTransformation: () => newGeometryOperatorsSupportGeographicTransformation,
|
|
1104
|
+
newGeometryOperatorsSupportGeographicTransformationStep: () => newGeometryOperatorsSupportGeographicTransformationStep,
|
|
1076
1105
|
newGeometryOperatorsSupportTransformation: () => newGeometryOperatorsSupportTransformation,
|
|
1077
1106
|
newGeometryPoint: () => newGeometryPoint,
|
|
1078
1107
|
newGeometryPolygon: () => newGeometryPolygon,
|
|
@@ -1144,6 +1173,8 @@ __export(src_exports, {
|
|
|
1144
1173
|
newLayersSupportControlPointsGeoreference: () => newLayersSupportControlPointsGeoreference,
|
|
1145
1174
|
newLayersSupportCornersGeoreference: () => newLayersSupportCornersGeoreference,
|
|
1146
1175
|
newLayersSupportDimensionalDefinition: () => newLayersSupportDimensionalDefinition,
|
|
1176
|
+
newLayersSupportDisplayFilter: () => newLayersSupportDisplayFilter,
|
|
1177
|
+
newLayersSupportDisplayFilterInfo: () => newLayersSupportDisplayFilterInfo,
|
|
1147
1178
|
newLayersSupportDomain: () => newLayersSupportDomain,
|
|
1148
1179
|
newLayersSupportElevationSampler: () => newLayersSupportElevationSampler,
|
|
1149
1180
|
newLayersSupportExpressionInfo: () => newLayersSupportExpressionInfo,
|
|
@@ -1170,6 +1201,7 @@ __export(src_exports, {
|
|
|
1170
1201
|
newLayersSupportMapImage: () => newLayersSupportMapImage,
|
|
1171
1202
|
newLayersSupportMosaicRule: () => newLayersSupportMosaicRule,
|
|
1172
1203
|
newLayersSupportMultidimensionalSubset: () => newLayersSupportMultidimensionalSubset,
|
|
1204
|
+
newLayersSupportOrderByInfo: () => newLayersSupportOrderByInfo,
|
|
1173
1205
|
newLayersSupportPixelBlock: () => newLayersSupportPixelBlock,
|
|
1174
1206
|
newLayersSupportPublishingInfo: () => newLayersSupportPublishingInfo,
|
|
1175
1207
|
newLayersSupportRangeDomain: () => newLayersSupportRangeDomain,
|
|
@@ -1192,6 +1224,8 @@ __export(src_exports, {
|
|
|
1192
1224
|
newLayersSupportTileInfo: () => newLayersSupportTileInfo,
|
|
1193
1225
|
newLayersSupportTileMatrixSet: () => newLayersSupportTileMatrixSet,
|
|
1194
1226
|
newLayersSupportTimeInfo: () => newLayersSupportTimeInfo,
|
|
1227
|
+
newLayersSupportTrackInfo: () => newLayersSupportTrackInfo,
|
|
1228
|
+
newLayersSupportTrackPartInfo: () => newLayersSupportTrackPartInfo,
|
|
1195
1229
|
newLayersSupportVideoElement: () => newLayersSupportVideoElement,
|
|
1196
1230
|
newLayersSupportVideoTimeExtent: () => newLayersSupportVideoTimeExtent,
|
|
1197
1231
|
newLayersSupportWMSSublayer: () => newLayersSupportWMSSublayer,
|
|
@@ -1252,8 +1286,10 @@ __export(src_exports, {
|
|
|
1252
1286
|
newPopupFieldInfo: () => newPopupFieldInfo,
|
|
1253
1287
|
newPopupLayerOptions: () => newPopupLayerOptions,
|
|
1254
1288
|
newPopupRelatedRecordsInfo: () => newPopupRelatedRecordsInfo,
|
|
1289
|
+
newPopupSupportAttachmentsOrderByInfo: () => newPopupSupportAttachmentsOrderByInfo,
|
|
1255
1290
|
newPopupSupportFieldInfoFormat: () => newPopupSupportFieldInfoFormat,
|
|
1256
1291
|
newPopupSupportRelatedRecordsInfoFieldOrder: () => newPopupSupportRelatedRecordsInfoFieldOrder,
|
|
1292
|
+
newPopupSupportUtilityNetworkAssociationType: () => newPopupSupportUtilityNetworkAssociationType,
|
|
1257
1293
|
newPopupTemplate: () => newPopupTemplate,
|
|
1258
1294
|
newPortalPortal: () => newPortalPortal,
|
|
1259
1295
|
newPortalPortalFolder: () => newPortalPortalFolder,
|
|
@@ -1329,6 +1365,11 @@ __export(src_exports, {
|
|
|
1329
1365
|
newRestKnowledgeGraphSearchIndex: () => newRestKnowledgeGraphSearchIndex,
|
|
1330
1366
|
newRestKnowledgeGraphServiceDefinition: () => newRestKnowledgeGraphServiceDefinition,
|
|
1331
1367
|
newRestKnowledgeGraphSourceTypeValueBehavior: () => newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
1368
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
1369
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
1370
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
1371
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection: () => newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
1372
|
+
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings: () => newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
1332
1373
|
newRestNetworksSupportAggregatedGeometry: () => newRestNetworksSupportAggregatedGeometry,
|
|
1333
1374
|
newRestNetworksSupportAssociation: () => newRestNetworksSupportAssociation,
|
|
1334
1375
|
newRestNetworksSupportAssociationGeometriesResult: () => newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -1347,6 +1388,8 @@ __export(src_exports, {
|
|
|
1347
1388
|
newRestSupportArealUnit: () => newRestSupportArealUnit,
|
|
1348
1389
|
newRestSupportAreasAndLengthsParameters: () => newRestSupportAreasAndLengthsParameters,
|
|
1349
1390
|
newRestSupportAttachmentQuery: () => newRestSupportAttachmentQuery,
|
|
1391
|
+
newRestSupportAttributeBinsFeatureSet: () => newRestSupportAttributeBinsFeatureSet,
|
|
1392
|
+
newRestSupportAttributeBinsGrouping: () => newRestSupportAttributeBinsGrouping,
|
|
1350
1393
|
newRestSupportAttributeBinsQuery: () => newRestSupportAttributeBinsQuery,
|
|
1351
1394
|
newRestSupportAutoIntervalBinParameters: () => newRestSupportAutoIntervalBinParameters,
|
|
1352
1395
|
newRestSupportBaseImageMeasureParameters: () => newRestSupportBaseImageMeasureParameters,
|
|
@@ -1408,6 +1451,9 @@ __export(src_exports, {
|
|
|
1408
1451
|
newRestSupportImageToMapParameters: () => newRestSupportImageToMapParameters,
|
|
1409
1452
|
newRestSupportImageUrlParameters: () => newRestSupportImageUrlParameters,
|
|
1410
1453
|
newRestSupportImageUrlResult: () => newRestSupportImageUrlResult,
|
|
1454
|
+
newRestSupportImageVolume: () => newRestSupportImageVolume,
|
|
1455
|
+
newRestSupportImageVolumeParameters: () => newRestSupportImageVolumeParameters,
|
|
1456
|
+
newRestSupportImageVolumeResult: () => newRestSupportImageVolumeResult,
|
|
1411
1457
|
newRestSupportJobInfo: () => newRestSupportJobInfo,
|
|
1412
1458
|
newRestSupportLegendLayer: () => newRestSupportLegendLayer,
|
|
1413
1459
|
newRestSupportLengthsParameters: () => newRestSupportLengthsParameters,
|
|
@@ -1550,6 +1596,7 @@ __export(src_exports, {
|
|
|
1550
1596
|
newViewsLayersFeatureLayerView: () => newViewsLayersFeatureLayerView,
|
|
1551
1597
|
newViewsLayersGroupLayerView: () => newViewsLayersGroupLayerView,
|
|
1552
1598
|
newViewsLayersImageryLayerView: () => newViewsLayersImageryLayerView,
|
|
1599
|
+
newViewsLayersImageryTileLayerView: () => newViewsLayersImageryTileLayerView,
|
|
1553
1600
|
newViewsLayersLayerView: () => newViewsLayersLayerView,
|
|
1554
1601
|
newViewsLayersMediaLayerView: () => newViewsLayersMediaLayerView,
|
|
1555
1602
|
newViewsLayersOGCFeatureLayerView: () => newViewsLayersOGCFeatureLayerView,
|
|
@@ -1563,7 +1610,7 @@ __export(src_exports, {
|
|
|
1563
1610
|
newViewsNavigationNavigation: () => newViewsNavigationNavigation,
|
|
1564
1611
|
newViewsNavigationNavigationActionMap: () => newViewsNavigationNavigationActionMap,
|
|
1565
1612
|
newViewsSceneView: () => newViewsSceneView,
|
|
1566
|
-
|
|
1613
|
+
newViewsSupportHighlightOptions: () => newViewsSupportHighlightOptions,
|
|
1567
1614
|
newViewsTheme: () => newViewsTheme,
|
|
1568
1615
|
newViewsUiDefaultUI: () => newViewsUiDefaultUI,
|
|
1569
1616
|
newViewsUiUI: () => newViewsUiUI,
|
|
@@ -1603,7 +1650,7 @@ __export(src_exports, {
|
|
|
1603
1650
|
newWebsceneInitialViewProperties: () => newWebsceneInitialViewProperties,
|
|
1604
1651
|
newWebscenePresentation: () => newWebscenePresentation,
|
|
1605
1652
|
newWebsceneSlide: () => newWebsceneSlide,
|
|
1606
|
-
|
|
1653
|
+
newWebsceneSlideLegendInfo: () => newWebsceneSlideLegendInfo,
|
|
1607
1654
|
newWebsceneSunLighting: () => newWebsceneSunLighting,
|
|
1608
1655
|
newWebsceneVirtualLighting: () => newWebsceneVirtualLighting,
|
|
1609
1656
|
newWidgetsAreaMeasurement2D: () => newWidgetsAreaMeasurement2D,
|
|
@@ -1719,6 +1766,7 @@ __export(src_exports, {
|
|
|
1719
1766
|
newWidgetsLineOfSight: () => newWidgetsLineOfSight,
|
|
1720
1767
|
newWidgetsLineOfSightLineOfSightTarget: () => newWidgetsLineOfSightLineOfSightTarget,
|
|
1721
1768
|
newWidgetsLineOfSightLineOfSightViewModel: () => newWidgetsLineOfSightLineOfSightViewModel,
|
|
1769
|
+
newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel: () => newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
1722
1770
|
newWidgetsLocate: () => newWidgetsLocate,
|
|
1723
1771
|
newWidgetsLocateLocateViewModel: () => newWidgetsLocateLocateViewModel,
|
|
1724
1772
|
newWidgetsMeasurement: () => newWidgetsMeasurement,
|
|
@@ -2442,6 +2490,28 @@ async function newGeometrySpatialReference(properties) {
|
|
|
2442
2490
|
const ModConstructor = await importGeometrySpatialReference();
|
|
2443
2491
|
return new ModConstructor(properties);
|
|
2444
2492
|
}
|
|
2493
|
+
async function importGeometryOperatorsSupportGeographicTransformation() {
|
|
2494
|
+
if (isAMD) {
|
|
2495
|
+
return await window.$arcgis.import("esri/geometry/operators/support/GeographicTransformation");
|
|
2496
|
+
}
|
|
2497
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/GeographicTransformation.js");
|
|
2498
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2499
|
+
}
|
|
2500
|
+
async function newGeometryOperatorsSupportGeographicTransformation(properties) {
|
|
2501
|
+
const ModConstructor = await importGeometryOperatorsSupportGeographicTransformation();
|
|
2502
|
+
return new ModConstructor(properties);
|
|
2503
|
+
}
|
|
2504
|
+
async function importGeometryOperatorsSupportGeographicTransformationStep() {
|
|
2505
|
+
if (isAMD) {
|
|
2506
|
+
return await window.$arcgis.import("esri/geometry/operators/support/GeographicTransformationStep");
|
|
2507
|
+
}
|
|
2508
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/GeographicTransformationStep.js");
|
|
2509
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2510
|
+
}
|
|
2511
|
+
async function newGeometryOperatorsSupportGeographicTransformationStep(properties) {
|
|
2512
|
+
const ModConstructor = await importGeometryOperatorsSupportGeographicTransformationStep();
|
|
2513
|
+
return new ModConstructor(properties);
|
|
2514
|
+
}
|
|
2445
2515
|
async function importGeometryOperatorsSupportTransformation() {
|
|
2446
2516
|
if (isAMD) {
|
|
2447
2517
|
return await window.$arcgis.import("esri/geometry/operators/support/Transformation");
|
|
@@ -2563,6 +2633,17 @@ async function newGeometrySupportMeshTransform(properties) {
|
|
|
2563
2633
|
const ModConstructor = await importGeometrySupportMeshTransform();
|
|
2564
2634
|
return new ModConstructor(properties);
|
|
2565
2635
|
}
|
|
2636
|
+
async function importAttributeBinsGraphic() {
|
|
2637
|
+
if (isAMD) {
|
|
2638
|
+
return await window.$arcgis.import("esri/AttributeBinsGraphic");
|
|
2639
|
+
}
|
|
2640
|
+
const module2 = await import("@arcgis/core/AttributeBinsGraphic.js");
|
|
2641
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2642
|
+
}
|
|
2643
|
+
async function newAttributeBinsGraphic(properties) {
|
|
2644
|
+
const ModConstructor = await importAttributeBinsGraphic();
|
|
2645
|
+
return new ModConstructor(properties);
|
|
2646
|
+
}
|
|
2566
2647
|
async function importGraphic() {
|
|
2567
2648
|
if (isAMD) {
|
|
2568
2649
|
return await window.$arcgis.import("esri/Graphic");
|
|
@@ -3179,6 +3260,28 @@ async function newLayersSupportDimensionalDefinition(properties) {
|
|
|
3179
3260
|
const ModConstructor = await importLayersSupportDimensionalDefinition();
|
|
3180
3261
|
return new ModConstructor(properties);
|
|
3181
3262
|
}
|
|
3263
|
+
async function importLayersSupportDisplayFilter() {
|
|
3264
|
+
if (isAMD) {
|
|
3265
|
+
return await window.$arcgis.import("esri/layers/support/DisplayFilter");
|
|
3266
|
+
}
|
|
3267
|
+
const module2 = await import("@arcgis/core/layers/support/DisplayFilter.js");
|
|
3268
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3269
|
+
}
|
|
3270
|
+
async function newLayersSupportDisplayFilter(properties) {
|
|
3271
|
+
const ModConstructor = await importLayersSupportDisplayFilter();
|
|
3272
|
+
return new ModConstructor(properties);
|
|
3273
|
+
}
|
|
3274
|
+
async function importLayersSupportDisplayFilterInfo() {
|
|
3275
|
+
if (isAMD) {
|
|
3276
|
+
return await window.$arcgis.import("esri/layers/support/DisplayFilterInfo");
|
|
3277
|
+
}
|
|
3278
|
+
const module2 = await import("@arcgis/core/layers/support/DisplayFilterInfo.js");
|
|
3279
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3280
|
+
}
|
|
3281
|
+
async function newLayersSupportDisplayFilterInfo(properties) {
|
|
3282
|
+
const ModConstructor = await importLayersSupportDisplayFilterInfo();
|
|
3283
|
+
return new ModConstructor(properties);
|
|
3284
|
+
}
|
|
3182
3285
|
async function importLayersSupportDomain() {
|
|
3183
3286
|
if (isAMD) {
|
|
3184
3287
|
return await window.$arcgis.import("esri/layers/support/Domain");
|
|
@@ -3465,6 +3568,17 @@ async function newLayersSupportMultidimensionalSubset(properties) {
|
|
|
3465
3568
|
const ModConstructor = await importLayersSupportMultidimensionalSubset();
|
|
3466
3569
|
return new ModConstructor(properties);
|
|
3467
3570
|
}
|
|
3571
|
+
async function importLayersSupportOrderByInfo() {
|
|
3572
|
+
if (isAMD) {
|
|
3573
|
+
return await window.$arcgis.import("esri/layers/support/OrderByInfo");
|
|
3574
|
+
}
|
|
3575
|
+
const module2 = await import("@arcgis/core/layers/support/OrderByInfo.js");
|
|
3576
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3577
|
+
}
|
|
3578
|
+
async function newLayersSupportOrderByInfo(properties) {
|
|
3579
|
+
const ModConstructor = await importLayersSupportOrderByInfo();
|
|
3580
|
+
return new ModConstructor(properties);
|
|
3581
|
+
}
|
|
3468
3582
|
async function importLayersSupportPixelBlock() {
|
|
3469
3583
|
if (isAMD) {
|
|
3470
3584
|
return await window.$arcgis.import("esri/layers/support/PixelBlock");
|
|
@@ -3707,6 +3821,28 @@ async function newLayersSupportTimeInfo(properties) {
|
|
|
3707
3821
|
const ModConstructor = await importLayersSupportTimeInfo();
|
|
3708
3822
|
return new ModConstructor(properties);
|
|
3709
3823
|
}
|
|
3824
|
+
async function importLayersSupportTrackInfo() {
|
|
3825
|
+
if (isAMD) {
|
|
3826
|
+
return await window.$arcgis.import("esri/layers/support/TrackInfo");
|
|
3827
|
+
}
|
|
3828
|
+
const module2 = await import("@arcgis/core/layers/support/TrackInfo.js");
|
|
3829
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3830
|
+
}
|
|
3831
|
+
async function newLayersSupportTrackInfo(properties) {
|
|
3832
|
+
const ModConstructor = await importLayersSupportTrackInfo();
|
|
3833
|
+
return new ModConstructor(properties);
|
|
3834
|
+
}
|
|
3835
|
+
async function importLayersSupportTrackPartInfo() {
|
|
3836
|
+
if (isAMD) {
|
|
3837
|
+
return await window.$arcgis.import("esri/layers/support/TrackPartInfo");
|
|
3838
|
+
}
|
|
3839
|
+
const module2 = await import("@arcgis/core/layers/support/TrackPartInfo.js");
|
|
3840
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3841
|
+
}
|
|
3842
|
+
async function newLayersSupportTrackPartInfo(properties) {
|
|
3843
|
+
const ModConstructor = await importLayersSupportTrackPartInfo();
|
|
3844
|
+
return new ModConstructor(properties);
|
|
3845
|
+
}
|
|
3710
3846
|
async function importLayersSupportVideoElement() {
|
|
3711
3847
|
if (isAMD) {
|
|
3712
3848
|
return await window.$arcgis.import("esri/layers/support/VideoElement");
|
|
@@ -4367,6 +4503,17 @@ async function newPopupRelatedRecordsInfo(properties) {
|
|
|
4367
4503
|
const ModConstructor = await importPopupRelatedRecordsInfo();
|
|
4368
4504
|
return new ModConstructor(properties);
|
|
4369
4505
|
}
|
|
4506
|
+
async function importPopupSupportAttachmentsOrderByInfo() {
|
|
4507
|
+
if (isAMD) {
|
|
4508
|
+
return await window.$arcgis.import("esri/popup/support/AttachmentsOrderByInfo");
|
|
4509
|
+
}
|
|
4510
|
+
const module2 = await import("@arcgis/core/popup/support/AttachmentsOrderByInfo.js");
|
|
4511
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4512
|
+
}
|
|
4513
|
+
async function newPopupSupportAttachmentsOrderByInfo(properties) {
|
|
4514
|
+
const ModConstructor = await importPopupSupportAttachmentsOrderByInfo();
|
|
4515
|
+
return new ModConstructor(properties);
|
|
4516
|
+
}
|
|
4370
4517
|
async function importPopupSupportFieldInfoFormat() {
|
|
4371
4518
|
if (isAMD) {
|
|
4372
4519
|
return await window.$arcgis.import("esri/popup/support/FieldInfoFormat");
|
|
@@ -4389,6 +4536,17 @@ async function newPopupSupportRelatedRecordsInfoFieldOrder(properties) {
|
|
|
4389
4536
|
const ModConstructor = await importPopupSupportRelatedRecordsInfoFieldOrder();
|
|
4390
4537
|
return new ModConstructor(properties);
|
|
4391
4538
|
}
|
|
4539
|
+
async function importPopupSupportUtilityNetworkAssociationType() {
|
|
4540
|
+
if (isAMD) {
|
|
4541
|
+
return await window.$arcgis.import("esri/popup/support/UtilityNetworkAssociationType");
|
|
4542
|
+
}
|
|
4543
|
+
const module2 = await import("@arcgis/core/popup/support/UtilityNetworkAssociationType.js");
|
|
4544
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4545
|
+
}
|
|
4546
|
+
async function newPopupSupportUtilityNetworkAssociationType(properties) {
|
|
4547
|
+
const ModConstructor = await importPopupSupportUtilityNetworkAssociationType();
|
|
4548
|
+
return new ModConstructor(properties);
|
|
4549
|
+
}
|
|
4392
4550
|
async function importPopupTemplate() {
|
|
4393
4551
|
if (isAMD) {
|
|
4394
4552
|
return await window.$arcgis.import("esri/PopupTemplate");
|
|
@@ -5214,6 +5372,61 @@ async function newRestKnowledgeGraphSourceTypeValueBehavior(properties) {
|
|
|
5214
5372
|
const ModConstructor = await importRestKnowledgeGraphSourceTypeValueBehavior();
|
|
5215
5373
|
return new ModConstructor(properties);
|
|
5216
5374
|
}
|
|
5375
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration() {
|
|
5376
|
+
if (isAMD) {
|
|
5377
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsConfiguration");
|
|
5378
|
+
}
|
|
5379
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsConfiguration.js");
|
|
5380
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5381
|
+
}
|
|
5382
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration(properties) {
|
|
5383
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration();
|
|
5384
|
+
return new ModConstructor(properties);
|
|
5385
|
+
}
|
|
5386
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity() {
|
|
5387
|
+
if (isAMD) {
|
|
5388
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsEntity");
|
|
5389
|
+
}
|
|
5390
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsEntity.js");
|
|
5391
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5392
|
+
}
|
|
5393
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity(properties) {
|
|
5394
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity();
|
|
5395
|
+
return new ModConstructor(properties);
|
|
5396
|
+
}
|
|
5397
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter() {
|
|
5398
|
+
if (isAMD) {
|
|
5399
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsPathFilter");
|
|
5400
|
+
}
|
|
5401
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsPathFilter.js");
|
|
5402
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5403
|
+
}
|
|
5404
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter(properties) {
|
|
5405
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter();
|
|
5406
|
+
return new ModConstructor(properties);
|
|
5407
|
+
}
|
|
5408
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection() {
|
|
5409
|
+
if (isAMD) {
|
|
5410
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMKGTraversalDirection");
|
|
5411
|
+
}
|
|
5412
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMKGTraversalDirection.js");
|
|
5413
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5414
|
+
}
|
|
5415
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection(properties) {
|
|
5416
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection();
|
|
5417
|
+
return new ModConstructor(properties);
|
|
5418
|
+
}
|
|
5419
|
+
async function importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings() {
|
|
5420
|
+
if (isAMD) {
|
|
5421
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/FindPathsToolSettings");
|
|
5422
|
+
}
|
|
5423
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/FindPathsToolSettings.js");
|
|
5424
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5425
|
+
}
|
|
5426
|
+
async function newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings(properties) {
|
|
5427
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings();
|
|
5428
|
+
return new ModConstructor(properties);
|
|
5429
|
+
}
|
|
5217
5430
|
async function importRestNetworksSupportAggregatedGeometry() {
|
|
5218
5431
|
if (isAMD) {
|
|
5219
5432
|
return await window.$arcgis.import("esri/rest/networks/support/AggregatedGeometry");
|
|
@@ -5368,6 +5581,17 @@ async function newRestSupportAddressCandidate(properties) {
|
|
|
5368
5581
|
const ModConstructor = await importRestSupportAddressCandidate();
|
|
5369
5582
|
return new ModConstructor(properties);
|
|
5370
5583
|
}
|
|
5584
|
+
async function importRestSupportAttributeBinsFeatureSet() {
|
|
5585
|
+
if (isAMD) {
|
|
5586
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsFeatureSet");
|
|
5587
|
+
}
|
|
5588
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsFeatureSet.js");
|
|
5589
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5590
|
+
}
|
|
5591
|
+
async function newRestSupportAttributeBinsFeatureSet(properties) {
|
|
5592
|
+
const ModConstructor = await importRestSupportAttributeBinsFeatureSet();
|
|
5593
|
+
return new ModConstructor(properties);
|
|
5594
|
+
}
|
|
5371
5595
|
async function importRestSupportAttributeBinsQuery() {
|
|
5372
5596
|
if (isAMD) {
|
|
5373
5597
|
return await window.$arcgis.import("esri/rest/support/AttributeBinsQuery");
|
|
@@ -5379,6 +5603,17 @@ async function newRestSupportAttributeBinsQuery(properties) {
|
|
|
5379
5603
|
const ModConstructor = await importRestSupportAttributeBinsQuery();
|
|
5380
5604
|
return new ModConstructor(properties);
|
|
5381
5605
|
}
|
|
5606
|
+
async function importRestSupportAttributeBinsGrouping() {
|
|
5607
|
+
if (isAMD) {
|
|
5608
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsGrouping");
|
|
5609
|
+
}
|
|
5610
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsGrouping.js");
|
|
5611
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5612
|
+
}
|
|
5613
|
+
async function newRestSupportAttributeBinsGrouping(properties) {
|
|
5614
|
+
const ModConstructor = await importRestSupportAttributeBinsGrouping();
|
|
5615
|
+
return new ModConstructor(properties);
|
|
5616
|
+
}
|
|
5382
5617
|
async function importRestSupportAutoIntervalBinParameters() {
|
|
5383
5618
|
if (isAMD) {
|
|
5384
5619
|
return await window.$arcgis.import("esri/rest/support/AutoIntervalBinParameters");
|
|
@@ -6083,6 +6318,39 @@ async function newRestSupportImageUrlResult(properties) {
|
|
|
6083
6318
|
const ModConstructor = await importRestSupportImageUrlResult();
|
|
6084
6319
|
return new ModConstructor(properties);
|
|
6085
6320
|
}
|
|
6321
|
+
async function importRestSupportImageVolume() {
|
|
6322
|
+
if (isAMD) {
|
|
6323
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolume");
|
|
6324
|
+
}
|
|
6325
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolume.js");
|
|
6326
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6327
|
+
}
|
|
6328
|
+
async function newRestSupportImageVolume(properties) {
|
|
6329
|
+
const ModConstructor = await importRestSupportImageVolume();
|
|
6330
|
+
return new ModConstructor(properties);
|
|
6331
|
+
}
|
|
6332
|
+
async function importRestSupportImageVolumeParameters() {
|
|
6333
|
+
if (isAMD) {
|
|
6334
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolumeParameters");
|
|
6335
|
+
}
|
|
6336
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolumeParameters.js");
|
|
6337
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6338
|
+
}
|
|
6339
|
+
async function newRestSupportImageVolumeParameters(properties) {
|
|
6340
|
+
const ModConstructor = await importRestSupportImageVolumeParameters();
|
|
6341
|
+
return new ModConstructor(properties);
|
|
6342
|
+
}
|
|
6343
|
+
async function importRestSupportImageVolumeResult() {
|
|
6344
|
+
if (isAMD) {
|
|
6345
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolumeResult");
|
|
6346
|
+
}
|
|
6347
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolumeResult.js");
|
|
6348
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6349
|
+
}
|
|
6350
|
+
async function newRestSupportImageVolumeResult(properties) {
|
|
6351
|
+
const ModConstructor = await importRestSupportImageVolumeResult();
|
|
6352
|
+
return new ModConstructor(properties);
|
|
6353
|
+
}
|
|
6086
6354
|
async function importRestSupportJobInfo() {
|
|
6087
6355
|
if (isAMD) {
|
|
6088
6356
|
return await window.$arcgis.import("esri/rest/support/JobInfo");
|
|
@@ -7645,6 +7913,17 @@ async function newViewsLayersImageryLayerView(properties) {
|
|
|
7645
7913
|
const ModConstructor = await importViewsLayersImageryLayerView();
|
|
7646
7914
|
return new ModConstructor(properties);
|
|
7647
7915
|
}
|
|
7916
|
+
async function importViewsLayersImageryTileLayerView() {
|
|
7917
|
+
if (isAMD) {
|
|
7918
|
+
return await window.$arcgis.import("esri/views/layers/ImageryTileLayerView");
|
|
7919
|
+
}
|
|
7920
|
+
const module2 = await import("@arcgis/core/views/layers/ImageryTileLayerView.js");
|
|
7921
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7922
|
+
}
|
|
7923
|
+
async function newViewsLayersImageryTileLayerView(properties) {
|
|
7924
|
+
const ModConstructor = await importViewsLayersImageryTileLayerView();
|
|
7925
|
+
return new ModConstructor(properties);
|
|
7926
|
+
}
|
|
7648
7927
|
async function importViewsLayersLayerView() {
|
|
7649
7928
|
if (isAMD) {
|
|
7650
7929
|
return await window.$arcgis.import("esri/views/layers/LayerView");
|
|
@@ -7788,15 +8067,15 @@ async function newViewsSceneView(properties) {
|
|
|
7788
8067
|
const ModConstructor = await importViewsSceneView();
|
|
7789
8068
|
return new ModConstructor(properties);
|
|
7790
8069
|
}
|
|
7791
|
-
async function
|
|
8070
|
+
async function importViewsSupportHighlightOptions() {
|
|
7792
8071
|
if (isAMD) {
|
|
7793
|
-
return await window.$arcgis.import("esri/views/support/
|
|
8072
|
+
return await window.$arcgis.import("esri/views/support/HighlightOptions");
|
|
7794
8073
|
}
|
|
7795
|
-
const module2 = await import("@arcgis/core/views/support/
|
|
8074
|
+
const module2 = await import("@arcgis/core/views/support/HighlightOptions.js");
|
|
7796
8075
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
7797
8076
|
}
|
|
7798
|
-
async function
|
|
7799
|
-
const ModConstructor = await
|
|
8077
|
+
async function newViewsSupportHighlightOptions(properties) {
|
|
8078
|
+
const ModConstructor = await importViewsSupportHighlightOptions();
|
|
7800
8079
|
return new ModConstructor(properties);
|
|
7801
8080
|
}
|
|
7802
8081
|
async function importViewsUiDefaultUI() {
|
|
@@ -8228,15 +8507,15 @@ async function newWebsceneSlide(properties) {
|
|
|
8228
8507
|
const ModConstructor = await importWebsceneSlide();
|
|
8229
8508
|
return new ModConstructor(properties);
|
|
8230
8509
|
}
|
|
8231
|
-
async function
|
|
8510
|
+
async function importWebsceneSlideLegendInfo() {
|
|
8232
8511
|
if (isAMD) {
|
|
8233
|
-
return await window.$arcgis.import("esri/webscene/
|
|
8512
|
+
return await window.$arcgis.import("esri/webscene/SlideLegendInfo");
|
|
8234
8513
|
}
|
|
8235
|
-
const module2 = await import("@arcgis/core/webscene/
|
|
8514
|
+
const module2 = await import("@arcgis/core/webscene/SlideLegendInfo.js");
|
|
8236
8515
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
8237
8516
|
}
|
|
8238
|
-
async function
|
|
8239
|
-
const ModConstructor = await
|
|
8517
|
+
async function newWebsceneSlideLegendInfo(properties) {
|
|
8518
|
+
const ModConstructor = await importWebsceneSlideLegendInfo();
|
|
8240
8519
|
return new ModConstructor(properties);
|
|
8241
8520
|
}
|
|
8242
8521
|
async function importWebsceneSunLighting() {
|
|
@@ -9471,6 +9750,17 @@ async function newWidgetsLegendSupportActiveLayerInfo(properties) {
|
|
|
9471
9750
|
const ModConstructor = await importWidgetsLegendSupportActiveLayerInfo();
|
|
9472
9751
|
return new ModConstructor(properties);
|
|
9473
9752
|
}
|
|
9753
|
+
async function importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel() {
|
|
9754
|
+
if (isAMD) {
|
|
9755
|
+
return await window.$arcgis.import("esri/widgets/LinkChartLayoutSwitcher/LinkChartLayoutSwitcherViewModel");
|
|
9756
|
+
}
|
|
9757
|
+
const module2 = await import("@arcgis/core/widgets/LinkChartLayoutSwitcher/LinkChartLayoutSwitcherViewModel.js");
|
|
9758
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9759
|
+
}
|
|
9760
|
+
async function newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel(properties) {
|
|
9761
|
+
const ModConstructor = await importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel();
|
|
9762
|
+
return new ModConstructor(properties);
|
|
9763
|
+
}
|
|
9474
9764
|
async function importWidgetsLineOfSight() {
|
|
9475
9765
|
if (isAMD) {
|
|
9476
9766
|
return await window.$arcgis.import("esri/widgets/LineOfSight");
|
|
@@ -10538,6 +10828,20 @@ async function importCoreWorkers() {
|
|
|
10538
10828
|
const module2 = await import("@arcgis/core/core/workers.js");
|
|
10539
10829
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10540
10830
|
}
|
|
10831
|
+
async function importEditingSharedTemplatesSharedTemplate() {
|
|
10832
|
+
if (isAMD) {
|
|
10833
|
+
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplate");
|
|
10834
|
+
}
|
|
10835
|
+
const module2 = await import("@arcgis/core/editing/sharedTemplates/SharedTemplate.js");
|
|
10836
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10837
|
+
}
|
|
10838
|
+
async function importEditingSharedTemplatesSharedTemplateMetadata() {
|
|
10839
|
+
if (isAMD) {
|
|
10840
|
+
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplateMetadata");
|
|
10841
|
+
}
|
|
10842
|
+
const module2 = await import("@arcgis/core/editing/sharedTemplates/SharedTemplateMetadata.js");
|
|
10843
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10844
|
+
}
|
|
10541
10845
|
async function importFormElementsInputs() {
|
|
10542
10846
|
if (isAMD) {
|
|
10543
10847
|
return await window.$arcgis.import("esri/form/elements/inputs");
|
|
@@ -10867,6 +11171,13 @@ async function importGeometryOperatorsPolygonSlicerOperator() {
|
|
|
10867
11171
|
const module2 = await import("@arcgis/core/geometry/operators/polygonSlicerOperator.js");
|
|
10868
11172
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10869
11173
|
}
|
|
11174
|
+
async function importGeometryOperatorsProjectOperator() {
|
|
11175
|
+
if (isAMD) {
|
|
11176
|
+
return await window.$arcgis.import("esri/geometry/operators/projectOperator");
|
|
11177
|
+
}
|
|
11178
|
+
const module2 = await import("@arcgis/core/geometry/operators/projectOperator.js");
|
|
11179
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11180
|
+
}
|
|
10870
11181
|
async function importGeometryOperatorsProximityOperator() {
|
|
10871
11182
|
if (isAMD) {
|
|
10872
11183
|
return await window.$arcgis.import("esri/geometry/operators/proximityOperator");
|
|
@@ -10888,6 +11199,13 @@ async function importGeometryOperatorsReshapeOperator() {
|
|
|
10888
11199
|
const module2 = await import("@arcgis/core/geometry/operators/reshapeOperator.js");
|
|
10889
11200
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10890
11201
|
}
|
|
11202
|
+
async function importGeometryOperatorsShapePreservingProjectOperator() {
|
|
11203
|
+
if (isAMD) {
|
|
11204
|
+
return await window.$arcgis.import("esri/geometry/operators/shapePreservingProjectOperator");
|
|
11205
|
+
}
|
|
11206
|
+
const module2 = await import("@arcgis/core/geometry/operators/shapePreservingProjectOperator.js");
|
|
11207
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11208
|
+
}
|
|
10891
11209
|
async function importGeometryOperatorsSimplifyOperator() {
|
|
10892
11210
|
if (isAMD) {
|
|
10893
11211
|
return await window.$arcgis.import("esri/geometry/operators/simplifyOperator");
|
|
@@ -10923,6 +11241,13 @@ async function importGeometryOperatorsWithinOperator() {
|
|
|
10923
11241
|
const module2 = await import("@arcgis/core/geometry/operators/withinOperator.js");
|
|
10924
11242
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10925
11243
|
}
|
|
11244
|
+
async function importGeometryOperatorsSupportGeographicTransformationUtils() {
|
|
11245
|
+
if (isAMD) {
|
|
11246
|
+
return await window.$arcgis.import("esri/geometry/operators/support/geographicTransformationUtils");
|
|
11247
|
+
}
|
|
11248
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/geographicTransformationUtils.js");
|
|
11249
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11250
|
+
}
|
|
10926
11251
|
async function importGeometrySupportGeodesicUtils() {
|
|
10927
11252
|
if (isAMD) {
|
|
10928
11253
|
return await window.$arcgis.import("esri/geometry/support/geodesicUtils");
|
|
@@ -10979,13 +11304,6 @@ async function importLayersCatalogCatalogUtils() {
|
|
|
10979
11304
|
const module2 = await import("@arcgis/core/layers/catalog/catalogUtils.js");
|
|
10980
11305
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10981
11306
|
}
|
|
10982
|
-
async function importLayersKnowledgeGraphCypherUtils() {
|
|
10983
|
-
if (isAMD) {
|
|
10984
|
-
return await window.$arcgis.import("esri/layers/knowledgeGraph/cypherUtils");
|
|
10985
|
-
}
|
|
10986
|
-
const module2 = await import("@arcgis/core/layers/knowledgeGraph/cypherUtils.js");
|
|
10987
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10988
|
-
}
|
|
10989
11307
|
async function importLayersKnowledgeGraphSupportUtils() {
|
|
10990
11308
|
if (isAMD) {
|
|
10991
11309
|
return await window.$arcgis.import("esri/layers/knowledgeGraph/supportUtils");
|
|
@@ -11028,6 +11346,13 @@ async function importLayersSupportArcadeUtils() {
|
|
|
11028
11346
|
const module2 = await import("@arcgis/core/layers/support/arcadeUtils.js");
|
|
11029
11347
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11030
11348
|
}
|
|
11349
|
+
async function importLayersSupportCsvUtils() {
|
|
11350
|
+
if (isAMD) {
|
|
11351
|
+
return await window.$arcgis.import("esri/layers/support/csvUtils");
|
|
11352
|
+
}
|
|
11353
|
+
const module2 = await import("@arcgis/core/layers/support/csvUtils.js");
|
|
11354
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11355
|
+
}
|
|
11031
11356
|
async function importLayersSupportFieldUtils() {
|
|
11032
11357
|
if (isAMD) {
|
|
11033
11358
|
return await window.$arcgis.import("esri/layers/support/fieldUtils");
|
|
@@ -11084,13 +11409,6 @@ async function importPopupContent() {
|
|
|
11084
11409
|
const module2 = await import("@arcgis/core/popup/content.js");
|
|
11085
11410
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11086
11411
|
}
|
|
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
11412
|
async function importRasterRenderers() {
|
|
11095
11413
|
if (isAMD) {
|
|
11096
11414
|
return await window.$arcgis.import("esri/rasterRenderers");
|
|
@@ -11735,6 +12053,13 @@ async function importViewsSupportColorUtils() {
|
|
|
11735
12053
|
const module2 = await import("@arcgis/core/views/support/colorUtils.js");
|
|
11736
12054
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11737
12055
|
}
|
|
12056
|
+
async function importWebsceneSupportSlideElements() {
|
|
12057
|
+
if (isAMD) {
|
|
12058
|
+
return await window.$arcgis.import("esri/webscene/support/SlideElements");
|
|
12059
|
+
}
|
|
12060
|
+
const module2 = await import("@arcgis/core/webscene/support/SlideElements.js");
|
|
12061
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12062
|
+
}
|
|
11738
12063
|
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
11739
12064
|
if (isAMD) {
|
|
11740
12065
|
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
@@ -11749,13 +12074,6 @@ async function importWidgetsSmartMappingSupportUtils() {
|
|
|
11749
12074
|
const module2 = await import("@arcgis/core/widgets/smartMapping/support/utils.js");
|
|
11750
12075
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11751
12076
|
}
|
|
11752
|
-
async function importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel() {
|
|
11753
|
-
if (isAMD) {
|
|
11754
|
-
return await window.$arcgis.import("esri/widgets/support/UtilityNetworkAssociations/UtilityNetworkAssociationsViewModel");
|
|
11755
|
-
}
|
|
11756
|
-
const module2 = await import("@arcgis/core/widgets/support/UtilityNetworkAssociations/UtilityNetworkAssociationsViewModel.js");
|
|
11757
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11758
|
-
}
|
|
11759
12077
|
async function importWidgetsSupportWidget() {
|
|
11760
12078
|
if (isAMD) {
|
|
11761
12079
|
return await window.$arcgis.import("esri/widgets/support/widget");
|
|
@@ -11922,6 +12240,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11922
12240
|
importApplicationsSceneViewerDevEnvironmentUtils,
|
|
11923
12241
|
importApplicationsWebEditorSketchUtils,
|
|
11924
12242
|
importArcade,
|
|
12243
|
+
importAttributeBinsGraphic,
|
|
11925
12244
|
importBasemap,
|
|
11926
12245
|
importCamera,
|
|
11927
12246
|
importCameraLayout,
|
|
@@ -11941,6 +12260,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11941
12260
|
importCoreUrlUtils,
|
|
11942
12261
|
importCoreWorkers,
|
|
11943
12262
|
importCoreWorkersConnection,
|
|
12263
|
+
importEditingSharedTemplatesSharedTemplate,
|
|
12264
|
+
importEditingSharedTemplatesSharedTemplateMetadata,
|
|
11944
12265
|
importFormElements,
|
|
11945
12266
|
importFormElementsAttachmentElement,
|
|
11946
12267
|
importFormElementsElement,
|
|
@@ -12018,10 +12339,15 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12018
12339
|
importGeometryOperatorsOverlapsOperator,
|
|
12019
12340
|
importGeometryOperatorsPolygonOverlayOperator,
|
|
12020
12341
|
importGeometryOperatorsPolygonSlicerOperator,
|
|
12342
|
+
importGeometryOperatorsProjectOperator,
|
|
12021
12343
|
importGeometryOperatorsProximityOperator,
|
|
12022
12344
|
importGeometryOperatorsRelateOperator,
|
|
12023
12345
|
importGeometryOperatorsReshapeOperator,
|
|
12346
|
+
importGeometryOperatorsShapePreservingProjectOperator,
|
|
12024
12347
|
importGeometryOperatorsSimplifyOperator,
|
|
12348
|
+
importGeometryOperatorsSupportGeographicTransformation,
|
|
12349
|
+
importGeometryOperatorsSupportGeographicTransformationStep,
|
|
12350
|
+
importGeometryOperatorsSupportGeographicTransformationUtils,
|
|
12025
12351
|
importGeometryOperatorsSupportTransformation,
|
|
12026
12352
|
importGeometryOperatorsSymmetricDifferenceOperator,
|
|
12027
12353
|
importGeometryOperatorsTouchesOperator,
|
|
@@ -12080,7 +12406,6 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12080
12406
|
importLayersIntegratedMesh3DTilesLayer,
|
|
12081
12407
|
importLayersIntegratedMeshLayer,
|
|
12082
12408
|
importLayersKMLLayer,
|
|
12083
|
-
importLayersKnowledgeGraphCypherUtils,
|
|
12084
12409
|
importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
12085
12410
|
importLayersKnowledgeGraphLayer,
|
|
12086
12411
|
importLayersKnowledgeGraphSupportUtils,
|
|
@@ -12113,7 +12438,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12113
12438
|
importLayersSupportCodedValueDomain,
|
|
12114
12439
|
importLayersSupportControlPointsGeoreference,
|
|
12115
12440
|
importLayersSupportCornersGeoreference,
|
|
12441
|
+
importLayersSupportCsvUtils,
|
|
12116
12442
|
importLayersSupportDimensionalDefinition,
|
|
12443
|
+
importLayersSupportDisplayFilter,
|
|
12444
|
+
importLayersSupportDisplayFilterInfo,
|
|
12117
12445
|
importLayersSupportDomain,
|
|
12118
12446
|
importLayersSupportElevationSampler,
|
|
12119
12447
|
importLayersSupportExpressionInfo,
|
|
@@ -12141,6 +12469,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12141
12469
|
importLayersSupportMapImage,
|
|
12142
12470
|
importLayersSupportMosaicRule,
|
|
12143
12471
|
importLayersSupportMultidimensionalSubset,
|
|
12472
|
+
importLayersSupportOrderByInfo,
|
|
12144
12473
|
importLayersSupportPixelBlock,
|
|
12145
12474
|
importLayersSupportPublishingInfo,
|
|
12146
12475
|
importLayersSupportRangeDomain,
|
|
@@ -12166,6 +12495,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12166
12495
|
importLayersSupportTileInfo,
|
|
12167
12496
|
importLayersSupportTileMatrixSet,
|
|
12168
12497
|
importLayersSupportTimeInfo,
|
|
12498
|
+
importLayersSupportTrackInfo,
|
|
12499
|
+
importLayersSupportTrackPartInfo,
|
|
12169
12500
|
importLayersSupportVideoElement,
|
|
12170
12501
|
importLayersSupportVideoTimeExtent,
|
|
12171
12502
|
importLayersSupportWMSSublayer,
|
|
@@ -12230,6 +12561,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12230
12561
|
importPopupFieldInfo,
|
|
12231
12562
|
importPopupLayerOptions,
|
|
12232
12563
|
importPopupRelatedRecordsInfo,
|
|
12564
|
+
importPopupSupportAttachmentsOrderByInfo,
|
|
12233
12565
|
importPopupSupportFieldInfoFormat,
|
|
12234
12566
|
importPopupSupportRelatedRecordsInfoFieldOrder,
|
|
12235
12567
|
importPopupSupportUtilityNetworkAssociationType,
|
|
@@ -12322,6 +12654,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12322
12654
|
importRestKnowledgeGraphService,
|
|
12323
12655
|
importRestKnowledgeGraphServiceDefinition,
|
|
12324
12656
|
importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
12657
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
12658
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
12659
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
12660
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
12661
|
+
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
12325
12662
|
importRestLocator,
|
|
12326
12663
|
importRestNetworkService,
|
|
12327
12664
|
importRestNetworksQueryAssociations,
|
|
@@ -12351,6 +12688,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12351
12688
|
importRestSupportArealUnit,
|
|
12352
12689
|
importRestSupportAreasAndLengthsParameters,
|
|
12353
12690
|
importRestSupportAttachmentQuery,
|
|
12691
|
+
importRestSupportAttributeBinsFeatureSet,
|
|
12692
|
+
importRestSupportAttributeBinsGrouping,
|
|
12354
12693
|
importRestSupportAttributeBinsQuery,
|
|
12355
12694
|
importRestSupportAutoIntervalBinParameters,
|
|
12356
12695
|
importRestSupportBaseImageMeasureParameters,
|
|
@@ -12412,6 +12751,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12412
12751
|
importRestSupportImageToMapParameters,
|
|
12413
12752
|
importRestSupportImageUrlParameters,
|
|
12414
12753
|
importRestSupportImageUrlResult,
|
|
12754
|
+
importRestSupportImageVolume,
|
|
12755
|
+
importRestSupportImageVolumeParameters,
|
|
12756
|
+
importRestSupportImageVolumeResult,
|
|
12415
12757
|
importRestSupportJobInfo,
|
|
12416
12758
|
importRestSupportLegendLayer,
|
|
12417
12759
|
importRestSupportLengthsParameters,
|
|
@@ -12620,6 +12962,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12620
12962
|
importViewsLayersFeatureLayerView,
|
|
12621
12963
|
importViewsLayersGroupLayerView,
|
|
12622
12964
|
importViewsLayersImageryLayerView,
|
|
12965
|
+
importViewsLayersImageryTileLayerView,
|
|
12623
12966
|
importViewsLayersLayerView,
|
|
12624
12967
|
importViewsLayersMediaLayerView,
|
|
12625
12968
|
importViewsLayersOGCFeatureLayerView,
|
|
@@ -12634,7 +12977,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12634
12977
|
importViewsNavigationNavigationActionMap,
|
|
12635
12978
|
importViewsSceneView,
|
|
12636
12979
|
importViewsSupportColorUtils,
|
|
12637
|
-
|
|
12980
|
+
importViewsSupportHighlightOptions,
|
|
12638
12981
|
importViewsTheme,
|
|
12639
12982
|
importViewsUiDefaultUI,
|
|
12640
12983
|
importViewsUiUI,
|
|
@@ -12674,8 +13017,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12674
13017
|
importWebsceneInitialViewProperties,
|
|
12675
13018
|
importWebscenePresentation,
|
|
12676
13019
|
importWebsceneSlide,
|
|
12677
|
-
|
|
13020
|
+
importWebsceneSlideLegendInfo,
|
|
12678
13021
|
importWebsceneSunLighting,
|
|
13022
|
+
importWebsceneSupportSlideElements,
|
|
12679
13023
|
importWebsceneVirtualLighting,
|
|
12680
13024
|
importWidgetsAreaMeasurement2D,
|
|
12681
13025
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -12791,6 +13135,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12791
13135
|
importWidgetsLineOfSight,
|
|
12792
13136
|
importWidgetsLineOfSightLineOfSightTarget,
|
|
12793
13137
|
importWidgetsLineOfSightLineOfSightViewModel,
|
|
13138
|
+
importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
12794
13139
|
importWidgetsLocate,
|
|
12795
13140
|
importWidgetsLocateLocateViewModel,
|
|
12796
13141
|
importWidgetsMeasurement,
|
|
@@ -12848,7 +13193,6 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12848
13193
|
importWidgetsSupportGridControlsGridControlsViewModel,
|
|
12849
13194
|
importWidgetsSupportSnappingControls,
|
|
12850
13195
|
importWidgetsSupportSnappingControlsSnappingControlsViewModel,
|
|
12851
|
-
importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
12852
13196
|
importWidgetsSupportWidget,
|
|
12853
13197
|
importWidgetsSwipe,
|
|
12854
13198
|
importWidgetsSwipeSwipeViewModel,
|
|
@@ -12894,6 +13238,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12894
13238
|
newAnalysisSlicePlane,
|
|
12895
13239
|
newAnalysisViewshed,
|
|
12896
13240
|
newAnalysisViewshedAnalysis,
|
|
13241
|
+
newAttributeBinsGraphic,
|
|
12897
13242
|
newBasemap,
|
|
12898
13243
|
newCamera,
|
|
12899
13244
|
newCameraLayout,
|
|
@@ -12934,6 +13279,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12934
13279
|
newGeometryHeightModelInfo,
|
|
12935
13280
|
newGeometryMesh,
|
|
12936
13281
|
newGeometryMultipoint,
|
|
13282
|
+
newGeometryOperatorsSupportGeographicTransformation,
|
|
13283
|
+
newGeometryOperatorsSupportGeographicTransformationStep,
|
|
12937
13284
|
newGeometryOperatorsSupportTransformation,
|
|
12938
13285
|
newGeometryPoint,
|
|
12939
13286
|
newGeometryPolygon,
|
|
@@ -13005,6 +13352,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13005
13352
|
newLayersSupportControlPointsGeoreference,
|
|
13006
13353
|
newLayersSupportCornersGeoreference,
|
|
13007
13354
|
newLayersSupportDimensionalDefinition,
|
|
13355
|
+
newLayersSupportDisplayFilter,
|
|
13356
|
+
newLayersSupportDisplayFilterInfo,
|
|
13008
13357
|
newLayersSupportDomain,
|
|
13009
13358
|
newLayersSupportElevationSampler,
|
|
13010
13359
|
newLayersSupportExpressionInfo,
|
|
@@ -13031,6 +13380,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13031
13380
|
newLayersSupportMapImage,
|
|
13032
13381
|
newLayersSupportMosaicRule,
|
|
13033
13382
|
newLayersSupportMultidimensionalSubset,
|
|
13383
|
+
newLayersSupportOrderByInfo,
|
|
13034
13384
|
newLayersSupportPixelBlock,
|
|
13035
13385
|
newLayersSupportPublishingInfo,
|
|
13036
13386
|
newLayersSupportRangeDomain,
|
|
@@ -13053,6 +13403,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13053
13403
|
newLayersSupportTileInfo,
|
|
13054
13404
|
newLayersSupportTileMatrixSet,
|
|
13055
13405
|
newLayersSupportTimeInfo,
|
|
13406
|
+
newLayersSupportTrackInfo,
|
|
13407
|
+
newLayersSupportTrackPartInfo,
|
|
13056
13408
|
newLayersSupportVideoElement,
|
|
13057
13409
|
newLayersSupportVideoTimeExtent,
|
|
13058
13410
|
newLayersSupportWMSSublayer,
|
|
@@ -13113,8 +13465,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13113
13465
|
newPopupFieldInfo,
|
|
13114
13466
|
newPopupLayerOptions,
|
|
13115
13467
|
newPopupRelatedRecordsInfo,
|
|
13468
|
+
newPopupSupportAttachmentsOrderByInfo,
|
|
13116
13469
|
newPopupSupportFieldInfoFormat,
|
|
13117
13470
|
newPopupSupportRelatedRecordsInfoFieldOrder,
|
|
13471
|
+
newPopupSupportUtilityNetworkAssociationType,
|
|
13118
13472
|
newPopupTemplate,
|
|
13119
13473
|
newPortalPortal,
|
|
13120
13474
|
newPortalPortalFolder,
|
|
@@ -13190,6 +13544,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13190
13544
|
newRestKnowledgeGraphSearchIndex,
|
|
13191
13545
|
newRestKnowledgeGraphServiceDefinition,
|
|
13192
13546
|
newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
13547
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
13548
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
13549
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
13550
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
13551
|
+
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
13193
13552
|
newRestNetworksSupportAggregatedGeometry,
|
|
13194
13553
|
newRestNetworksSupportAssociation,
|
|
13195
13554
|
newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -13208,6 +13567,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13208
13567
|
newRestSupportArealUnit,
|
|
13209
13568
|
newRestSupportAreasAndLengthsParameters,
|
|
13210
13569
|
newRestSupportAttachmentQuery,
|
|
13570
|
+
newRestSupportAttributeBinsFeatureSet,
|
|
13571
|
+
newRestSupportAttributeBinsGrouping,
|
|
13211
13572
|
newRestSupportAttributeBinsQuery,
|
|
13212
13573
|
newRestSupportAutoIntervalBinParameters,
|
|
13213
13574
|
newRestSupportBaseImageMeasureParameters,
|
|
@@ -13269,6 +13630,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13269
13630
|
newRestSupportImageToMapParameters,
|
|
13270
13631
|
newRestSupportImageUrlParameters,
|
|
13271
13632
|
newRestSupportImageUrlResult,
|
|
13633
|
+
newRestSupportImageVolume,
|
|
13634
|
+
newRestSupportImageVolumeParameters,
|
|
13635
|
+
newRestSupportImageVolumeResult,
|
|
13272
13636
|
newRestSupportJobInfo,
|
|
13273
13637
|
newRestSupportLegendLayer,
|
|
13274
13638
|
newRestSupportLengthsParameters,
|
|
@@ -13411,6 +13775,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13411
13775
|
newViewsLayersFeatureLayerView,
|
|
13412
13776
|
newViewsLayersGroupLayerView,
|
|
13413
13777
|
newViewsLayersImageryLayerView,
|
|
13778
|
+
newViewsLayersImageryTileLayerView,
|
|
13414
13779
|
newViewsLayersLayerView,
|
|
13415
13780
|
newViewsLayersMediaLayerView,
|
|
13416
13781
|
newViewsLayersOGCFeatureLayerView,
|
|
@@ -13424,7 +13789,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13424
13789
|
newViewsNavigationNavigation,
|
|
13425
13790
|
newViewsNavigationNavigationActionMap,
|
|
13426
13791
|
newViewsSceneView,
|
|
13427
|
-
|
|
13792
|
+
newViewsSupportHighlightOptions,
|
|
13428
13793
|
newViewsTheme,
|
|
13429
13794
|
newViewsUiDefaultUI,
|
|
13430
13795
|
newViewsUiUI,
|
|
@@ -13464,7 +13829,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13464
13829
|
newWebsceneInitialViewProperties,
|
|
13465
13830
|
newWebscenePresentation,
|
|
13466
13831
|
newWebsceneSlide,
|
|
13467
|
-
|
|
13832
|
+
newWebsceneSlideLegendInfo,
|
|
13468
13833
|
newWebsceneSunLighting,
|
|
13469
13834
|
newWebsceneVirtualLighting,
|
|
13470
13835
|
newWidgetsAreaMeasurement2D,
|
|
@@ -13580,6 +13945,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13580
13945
|
newWidgetsLineOfSight,
|
|
13581
13946
|
newWidgetsLineOfSightLineOfSightTarget,
|
|
13582
13947
|
newWidgetsLineOfSightLineOfSightViewModel,
|
|
13948
|
+
newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
13583
13949
|
newWidgetsLocate,
|
|
13584
13950
|
newWidgetsLocateLocateViewModel,
|
|
13585
13951
|
newWidgetsMeasurement,
|