@arcgis/core-adapter 4.32.0-next.4 → 4.32.0-next.41
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/.turbo/turbo-build.log +16 -3
- package/dist/index.cjs +747 -174
- package/dist/index.d.cts +108 -38
- package/dist/index.d.ts +108 -38
- package/dist/index.js +670 -167
- package/package.json +4 -28
- package/scripts/generator.ts +18 -1
- package/scripts/update-adapter-typings.ts +49 -15
- package/src/index.ts +673 -170
- package/support/api-reference-esm-imports.json +63 -13
- package/support/arcgis.d.ts +47376 -51136
- package/support/publicModules.ts +25 -0
package/dist/index.cjs
CHANGED
|
@@ -43,21 +43,22 @@ __export(src_exports, {
|
|
|
43
43
|
importAnalysisViewshed: () => importAnalysisViewshed,
|
|
44
44
|
importAnalysisViewshedAnalysis: () => importAnalysisViewshedAnalysis,
|
|
45
45
|
importApplicationsComponentsBasemapUtils: () => importApplicationsComponentsBasemapUtils,
|
|
46
|
+
importApplicationsComponentsCollectionFlattener: () => importApplicationsComponentsCollectionFlattener,
|
|
46
47
|
importApplicationsComponentsDrawUtils: () => importApplicationsComponentsDrawUtils,
|
|
48
|
+
importApplicationsComponentsFontUtils: () => importApplicationsComponentsFontUtils,
|
|
47
49
|
importApplicationsComponentsGetDefaultUnits: () => importApplicationsComponentsGetDefaultUnits,
|
|
48
50
|
importApplicationsComponentsGfxUtils: () => importApplicationsComponentsGfxUtils,
|
|
49
51
|
importApplicationsComponentsLayerOriginUtils: () => importApplicationsComponentsLayerOriginUtils,
|
|
52
|
+
importApplicationsComponentsLayersEffectsJsonUtils: () => importApplicationsComponentsLayersEffectsJsonUtils,
|
|
50
53
|
importApplicationsComponentsPreviewSymbol2D: () => importApplicationsComponentsPreviewSymbol2D,
|
|
54
|
+
importApplicationsComponentsReactiveUtils: () => importApplicationsComponentsReactiveUtils,
|
|
55
|
+
importApplicationsComponentsSelectionOperation: () => importApplicationsComponentsSelectionOperation,
|
|
56
|
+
importApplicationsComponentsSketchTooltipControls: () => importApplicationsComponentsSketchTooltipControls,
|
|
51
57
|
importApplicationsComponentsStyleUtils: () => importApplicationsComponentsStyleUtils,
|
|
52
58
|
importApplicationsComponentsSvgUtils: () => importApplicationsComponentsSvgUtils,
|
|
53
59
|
importApplicationsComponentsWebStyleSymbolUtils: () => importApplicationsComponentsWebStyleSymbolUtils,
|
|
54
|
-
|
|
55
|
-
importApplicationsMapViewerMediaUtils: () => importApplicationsMapViewerMediaUtils,
|
|
56
|
-
importApplicationsSceneViewerColorUtils: () => importApplicationsSceneViewerColorUtils,
|
|
60
|
+
importApplicationsExperienceBuilderSketchUtils: () => importApplicationsExperienceBuilderSketchUtils,
|
|
57
61
|
importApplicationsSceneViewerDevEnvironmentUtils: () => importApplicationsSceneViewerDevEnvironmentUtils,
|
|
58
|
-
importApplicationsSceneViewerLayerUtils: () => importApplicationsSceneViewerLayerUtils,
|
|
59
|
-
importApplicationsSceneViewerSceneViewerUtils: () => importApplicationsSceneViewerSceneViewerUtils,
|
|
60
|
-
importApplicationsSceneViewerSymbolUtils: () => importApplicationsSceneViewerSymbolUtils,
|
|
61
62
|
importApplicationsWebEditorSketchUtils: () => importApplicationsWebEditorSketchUtils,
|
|
62
63
|
importArcade: () => importArcade,
|
|
63
64
|
importBasemap: () => importBasemap,
|
|
@@ -116,9 +117,16 @@ __export(src_exports, {
|
|
|
116
117
|
importGeometryHeightModelInfo: () => importGeometryHeightModelInfo,
|
|
117
118
|
importGeometryMesh: () => importGeometryMesh,
|
|
118
119
|
importGeometryMultipoint: () => importGeometryMultipoint,
|
|
120
|
+
importGeometryOperatorsAffineTransformOperator: () => importGeometryOperatorsAffineTransformOperator,
|
|
121
|
+
importGeometryOperatorsAlphaShapeOperator: () => importGeometryOperatorsAlphaShapeOperator,
|
|
122
|
+
importGeometryOperatorsAreaOperator: () => importGeometryOperatorsAreaOperator,
|
|
123
|
+
importGeometryOperatorsAutoCompleteOperator: () => importGeometryOperatorsAutoCompleteOperator,
|
|
124
|
+
importGeometryOperatorsBoundaryOperator: () => importGeometryOperatorsBoundaryOperator,
|
|
125
|
+
importGeometryOperatorsBufferOperator: () => importGeometryOperatorsBufferOperator,
|
|
119
126
|
importGeometryOperatorsCentroidOperator: () => importGeometryOperatorsCentroidOperator,
|
|
120
127
|
importGeometryOperatorsClipOperator: () => importGeometryOperatorsClipOperator,
|
|
121
128
|
importGeometryOperatorsContainsOperator: () => importGeometryOperatorsContainsOperator,
|
|
129
|
+
importGeometryOperatorsConvexHullOperator: () => importGeometryOperatorsConvexHullOperator,
|
|
122
130
|
importGeometryOperatorsCrossesOperator: () => importGeometryOperatorsCrossesOperator,
|
|
123
131
|
importGeometryOperatorsCutOperator: () => importGeometryOperatorsCutOperator,
|
|
124
132
|
importGeometryOperatorsDensifyOperator: () => importGeometryOperatorsDensifyOperator,
|
|
@@ -126,16 +134,35 @@ __export(src_exports, {
|
|
|
126
134
|
importGeometryOperatorsDisjointOperator: () => importGeometryOperatorsDisjointOperator,
|
|
127
135
|
importGeometryOperatorsDistanceOperator: () => importGeometryOperatorsDistanceOperator,
|
|
128
136
|
importGeometryOperatorsEqualsOperator: () => importGeometryOperatorsEqualsOperator,
|
|
137
|
+
importGeometryOperatorsExtendOperator: () => importGeometryOperatorsExtendOperator,
|
|
129
138
|
importGeometryOperatorsGeneralizeOperator: () => importGeometryOperatorsGeneralizeOperator,
|
|
130
139
|
importGeometryOperatorsGeodesicBufferOperator: () => importGeometryOperatorsGeodesicBufferOperator,
|
|
140
|
+
importGeometryOperatorsGeodesicProximityOperator: () => importGeometryOperatorsGeodesicProximityOperator,
|
|
141
|
+
importGeometryOperatorsGeodeticAreaOperator: () => importGeometryOperatorsGeodeticAreaOperator,
|
|
131
142
|
importGeometryOperatorsGeodeticDensifyOperator: () => importGeometryOperatorsGeodeticDensifyOperator,
|
|
132
143
|
importGeometryOperatorsGeodeticDistanceOperator: () => importGeometryOperatorsGeodeticDistanceOperator,
|
|
144
|
+
importGeometryOperatorsGeodeticLengthOperator: () => importGeometryOperatorsGeodeticLengthOperator,
|
|
145
|
+
importGeometryOperatorsGraphicBufferOperator: () => importGeometryOperatorsGraphicBufferOperator,
|
|
146
|
+
importGeometryOperatorsIntegrateOperator: () => importGeometryOperatorsIntegrateOperator,
|
|
133
147
|
importGeometryOperatorsIntersectionOperator: () => importGeometryOperatorsIntersectionOperator,
|
|
134
148
|
importGeometryOperatorsIntersectsOperator: () => importGeometryOperatorsIntersectsOperator,
|
|
149
|
+
importGeometryOperatorsIsNearOperator: () => importGeometryOperatorsIsNearOperator,
|
|
150
|
+
importGeometryOperatorsLabelPointOperator: () => importGeometryOperatorsLabelPointOperator,
|
|
151
|
+
importGeometryOperatorsLengthOperator: () => importGeometryOperatorsLengthOperator,
|
|
152
|
+
importGeometryOperatorsLinesToPolygonsOperator: () => importGeometryOperatorsLinesToPolygonsOperator,
|
|
153
|
+
importGeometryOperatorsLocateBetweenOperator: () => importGeometryOperatorsLocateBetweenOperator,
|
|
154
|
+
importGeometryOperatorsMinimumBoundingCircleOperator: () => importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
155
|
+
importGeometryOperatorsMultiPartToSinglePartOperator: () => importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
156
|
+
importGeometryOperatorsOffsetOperator: () => importGeometryOperatorsOffsetOperator,
|
|
135
157
|
importGeometryOperatorsOverlapsOperator: () => importGeometryOperatorsOverlapsOperator,
|
|
158
|
+
importGeometryOperatorsPolygonOverlayOperator: () => importGeometryOperatorsPolygonOverlayOperator,
|
|
159
|
+
importGeometryOperatorsPolygonSlicerOperator: () => importGeometryOperatorsPolygonSlicerOperator,
|
|
136
160
|
importGeometryOperatorsProximityOperator: () => importGeometryOperatorsProximityOperator,
|
|
137
161
|
importGeometryOperatorsRelateOperator: () => importGeometryOperatorsRelateOperator,
|
|
162
|
+
importGeometryOperatorsReshapeOperator: () => importGeometryOperatorsReshapeOperator,
|
|
138
163
|
importGeometryOperatorsSimplifyOperator: () => importGeometryOperatorsSimplifyOperator,
|
|
164
|
+
importGeometryOperatorsSupportTransformation: () => importGeometryOperatorsSupportTransformation,
|
|
165
|
+
importGeometryOperatorsSymmetricDifferenceOperator: () => importGeometryOperatorsSymmetricDifferenceOperator,
|
|
139
166
|
importGeometryOperatorsTouchesOperator: () => importGeometryOperatorsTouchesOperator,
|
|
140
167
|
importGeometryOperatorsUnionOperator: () => importGeometryOperatorsUnionOperator,
|
|
141
168
|
importGeometryOperatorsWithinOperator: () => importGeometryOperatorsWithinOperator,
|
|
@@ -192,17 +219,23 @@ __export(src_exports, {
|
|
|
192
219
|
importLayersIntegratedMesh3DTilesLayer: () => importLayersIntegratedMesh3DTilesLayer,
|
|
193
220
|
importLayersIntegratedMeshLayer: () => importLayersIntegratedMeshLayer,
|
|
194
221
|
importLayersKMLLayer: () => importLayersKMLLayer,
|
|
222
|
+
importLayersKnowledgeGraphCypherUtils: () => importLayersKnowledgeGraphCypherUtils,
|
|
195
223
|
importLayersKnowledgeGraphKnowledgeGraphSublayer: () => importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
196
224
|
importLayersKnowledgeGraphLayer: () => importLayersKnowledgeGraphLayer,
|
|
225
|
+
importLayersKnowledgeGraphSupportUtils: () => importLayersKnowledgeGraphSupportUtils,
|
|
197
226
|
importLayersLayer: () => importLayersLayer,
|
|
198
227
|
importLayersLineOfSightLayer: () => importLayersLineOfSightLayer,
|
|
228
|
+
importLayersLinkChartLayer: () => importLayersLinkChartLayer,
|
|
199
229
|
importLayersMapImageLayer: () => importLayersMapImageLayer,
|
|
200
230
|
importLayersMapNotesLayer: () => importLayersMapNotesLayer,
|
|
201
231
|
importLayersMediaLayer: () => importLayersMediaLayer,
|
|
202
232
|
importLayersOGCFeatureLayer: () => importLayersOGCFeatureLayer,
|
|
233
|
+
importLayersOgcWcsUtils: () => importLayersOgcWcsUtils,
|
|
203
234
|
importLayersOgcWfsUtils: () => importLayersOgcWfsUtils,
|
|
204
235
|
importLayersOpenStreetMapLayer: () => importLayersOpenStreetMapLayer,
|
|
205
236
|
importLayersOrientedImageryLayer: () => importLayersOrientedImageryLayer,
|
|
237
|
+
importLayersOrientedImageryTransformationsImageToWorld: () => importLayersOrientedImageryTransformationsImageToWorld,
|
|
238
|
+
importLayersOrientedImageryTransformationsWorldToImage: () => importLayersOrientedImageryTransformationsWorldToImage,
|
|
206
239
|
importLayersPointCloudFiltersPointCloudBitfieldFilter: () => importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
207
240
|
importLayersPointCloudFiltersPointCloudFilter: () => importLayersPointCloudFiltersPointCloudFilter,
|
|
208
241
|
importLayersPointCloudFiltersPointCloudReturnFilter: () => importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -296,6 +329,11 @@ __export(src_exports, {
|
|
|
296
329
|
importLayersWMSLayer: () => importLayersWMSLayer,
|
|
297
330
|
importLayersWMTSLayer: () => importLayersWMTSLayer,
|
|
298
331
|
importLayersWebTileLayer: () => importLayersWebTileLayer,
|
|
332
|
+
importLinkChartChronologicalLayoutSettings: () => importLinkChartChronologicalLayoutSettings,
|
|
333
|
+
importLinkChartLayoutSettings: () => importLinkChartLayoutSettings,
|
|
334
|
+
importLinkChartLinkChartProperties: () => importLinkChartLinkChartProperties,
|
|
335
|
+
importLinkChartNonspatialDataDisplay: () => importLinkChartNonspatialDataDisplay,
|
|
336
|
+
importLinkChartOrganicLayoutSettings: () => importLinkChartOrganicLayoutSettings,
|
|
299
337
|
importMap: () => importMap,
|
|
300
338
|
importNetworksNetwork: () => importNetworksNetwork,
|
|
301
339
|
importNetworksSupportNamedTraceConfiguration: () => importNetworksSupportNamedTraceConfiguration,
|
|
@@ -369,6 +407,7 @@ __export(src_exports, {
|
|
|
369
407
|
importRenderersSupportColormapInfo: () => importRenderersSupportColormapInfo,
|
|
370
408
|
importRenderersSupportHeatmapColorStop: () => importRenderersSupportHeatmapColorStop,
|
|
371
409
|
importRenderersSupportJsonUtils: () => importRenderersSupportJsonUtils,
|
|
410
|
+
importRenderersSupportRasterPresetRenderer: () => importRenderersSupportRasterPresetRenderer,
|
|
372
411
|
importRenderersSupportUniqueValue: () => importRenderersSupportUniqueValue,
|
|
373
412
|
importRenderersSupportUniqueValueClass: () => importRenderersSupportUniqueValueClass,
|
|
374
413
|
importRenderersSupportUniqueValueGroup: () => importRenderersSupportUniqueValueGroup,
|
|
@@ -407,6 +446,7 @@ __export(src_exports, {
|
|
|
407
446
|
importRestKnowledgeGraphGraphProperty: () => importRestKnowledgeGraphGraphProperty,
|
|
408
447
|
importRestKnowledgeGraphGraphQuery: () => importRestKnowledgeGraphGraphQuery,
|
|
409
448
|
importRestKnowledgeGraphGraphQueryResult: () => importRestKnowledgeGraphGraphQueryResult,
|
|
449
|
+
importRestKnowledgeGraphGraphQueryResultHeader: () => importRestKnowledgeGraphGraphQueryResultHeader,
|
|
410
450
|
importRestKnowledgeGraphGraphQueryStreaming: () => importRestKnowledgeGraphGraphQueryStreaming,
|
|
411
451
|
importRestKnowledgeGraphGraphQueryStreamingResult: () => importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
412
452
|
importRestKnowledgeGraphGraphSearch: () => importRestKnowledgeGraphGraphSearch,
|
|
@@ -420,6 +460,7 @@ __export(src_exports, {
|
|
|
420
460
|
importRestKnowledgeGraphSearchIndex: () => importRestKnowledgeGraphSearchIndex,
|
|
421
461
|
importRestKnowledgeGraphService: () => importRestKnowledgeGraphService,
|
|
422
462
|
importRestKnowledgeGraphServiceDefinition: () => importRestKnowledgeGraphServiceDefinition,
|
|
463
|
+
importRestKnowledgeGraphSourceTypeValueBehavior: () => importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
423
464
|
importRestLocator: () => importRestLocator,
|
|
424
465
|
importRestNetworkService: () => importRestNetworkService,
|
|
425
466
|
importRestNetworksQueryAssociations: () => importRestNetworksQueryAssociations,
|
|
@@ -569,6 +610,7 @@ __export(src_exports, {
|
|
|
569
610
|
importSmartMappingRenderersPredominance: () => importSmartMappingRenderersPredominance,
|
|
570
611
|
importSmartMappingRenderersRelationship: () => importSmartMappingRenderersRelationship,
|
|
571
612
|
importSmartMappingRenderersSize: () => importSmartMappingRenderersSize,
|
|
613
|
+
importSmartMappingRenderersSupportRendererUtils: () => importSmartMappingRenderersSupportRendererUtils,
|
|
572
614
|
importSmartMappingRenderersType: () => importSmartMappingRenderersType,
|
|
573
615
|
importSmartMappingRenderersUnivariateColorSize: () => importSmartMappingRenderersUnivariateColorSize,
|
|
574
616
|
importSmartMappingStatisticsClassBreaks: () => importSmartMappingStatisticsClassBreaks,
|
|
@@ -660,6 +702,7 @@ __export(src_exports, {
|
|
|
660
702
|
importViewpoint: () => importViewpoint,
|
|
661
703
|
importViews2dLayersBaseLayerView2D: () => importViews2dLayersBaseLayerView2D,
|
|
662
704
|
importViews2dLayersBaseLayerViewGL2D: () => importViews2dLayersBaseLayerViewGL2D,
|
|
705
|
+
importViews2dSupportHighlightGroup: () => importViews2dSupportHighlightGroup,
|
|
663
706
|
importViews2dViewState: () => importViews2dViewState,
|
|
664
707
|
importViews3dAnalysisAreaMeasurementAnalysisView3D: () => importViews3dAnalysisAreaMeasurementAnalysisView3D,
|
|
665
708
|
importViews3dAnalysisDirectLineMeasurementAnalysisView3D: () => importViews3dAnalysisDirectLineMeasurementAnalysisView3D,
|
|
@@ -674,7 +717,6 @@ __export(src_exports, {
|
|
|
674
717
|
importViews3dEnvironmentSunLighting: () => importViews3dEnvironmentSunLighting,
|
|
675
718
|
importViews3dEnvironmentSunnyWeather: () => importViews3dEnvironmentSunnyWeather,
|
|
676
719
|
importViews3dEnvironmentVirtualLighting: () => importViews3dEnvironmentVirtualLighting,
|
|
677
|
-
importViews3dExternalRenderers: () => importViews3dExternalRenderers,
|
|
678
720
|
importViews3dSupportLayerPerformanceInfo: () => importViews3dSupportLayerPerformanceInfo,
|
|
679
721
|
importViews3dSupportSceneViewPerformanceInfo: () => importViews3dSupportSceneViewPerformanceInfo,
|
|
680
722
|
importViews3dWebgl: () => importViews3dWebgl,
|
|
@@ -708,6 +750,7 @@ __export(src_exports, {
|
|
|
708
750
|
importViewsLayersCatalogLayerView: () => importViewsLayersCatalogLayerView,
|
|
709
751
|
importViewsLayersDimensionLayerView: () => importViewsLayersDimensionLayerView,
|
|
710
752
|
importViewsLayersFeatureLayerView: () => importViewsLayersFeatureLayerView,
|
|
753
|
+
importViewsLayersGroupLayerView: () => importViewsLayersGroupLayerView,
|
|
711
754
|
importViewsLayersImageryLayerView: () => importViewsLayersImageryLayerView,
|
|
712
755
|
importViewsLayersLayerView: () => importViewsLayersLayerView,
|
|
713
756
|
importViewsLayersMediaLayerView: () => importViewsLayersMediaLayerView,
|
|
@@ -715,6 +758,7 @@ __export(src_exports, {
|
|
|
715
758
|
importViewsLayersSceneLayerView: () => importViewsLayersSceneLayerView,
|
|
716
759
|
importViewsLayersStreamLayerView: () => importViewsLayersStreamLayerView,
|
|
717
760
|
importViewsLayersViewshedLayerView: () => importViewsLayersViewshedLayerView,
|
|
761
|
+
importViewsLinkChartView: () => importViewsLinkChartView,
|
|
718
762
|
importViewsMagnifier: () => importViewsMagnifier,
|
|
719
763
|
importViewsMapView: () => importViewsMapView,
|
|
720
764
|
importViewsNavigationGamepadGamepadSettings: () => importViewsNavigationGamepadGamepadSettings,
|
|
@@ -728,6 +772,7 @@ __export(src_exports, {
|
|
|
728
772
|
importViewsView2D: () => importViewsView2D,
|
|
729
773
|
importViewsViewAnimation: () => importViewsViewAnimation,
|
|
730
774
|
importWebDocument2D: () => importWebDocument2D,
|
|
775
|
+
importWebLinkChart: () => importWebLinkChart,
|
|
731
776
|
importWebMap: () => importWebMap,
|
|
732
777
|
importWebScene: () => importWebScene,
|
|
733
778
|
importWebdocApplicationPropertiesSearch: () => importWebdocApplicationPropertiesSearch,
|
|
@@ -823,12 +868,15 @@ __export(src_exports, {
|
|
|
823
868
|
importWidgetsExpand: () => importWidgetsExpand,
|
|
824
869
|
importWidgetsExpandExpandViewModel: () => importWidgetsExpandExpandViewModel,
|
|
825
870
|
importWidgetsFeature: () => importWidgetsFeature,
|
|
871
|
+
importWidgetsFeatureFeatureUtilityNetworkAssociationsFeatureUtilityNetworkAssociationsViewModel: () => importWidgetsFeatureFeatureUtilityNetworkAssociationsFeatureUtilityNetworkAssociationsViewModel,
|
|
826
872
|
importWidgetsFeatureFeatureViewModel: () => importWidgetsFeatureFeatureViewModel,
|
|
827
873
|
importWidgetsFeatureForm: () => importWidgetsFeatureForm,
|
|
828
874
|
importWidgetsFeatureFormFeatureFormViewModel: () => importWidgetsFeatureFormFeatureFormViewModel,
|
|
829
875
|
importWidgetsFeatureFormFieldInput: () => importWidgetsFeatureFormFieldInput,
|
|
830
876
|
importWidgetsFeatureFormGroupInput: () => importWidgetsFeatureFormGroupInput,
|
|
831
877
|
importWidgetsFeatureFormRelationshipInput: () => importWidgetsFeatureFormRelationshipInput,
|
|
878
|
+
importWidgetsFeatureFormTextElementInput: () => importWidgetsFeatureFormTextElementInput,
|
|
879
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput: () => importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
832
880
|
importWidgetsFeatureTable: () => importWidgetsFeatureTable,
|
|
833
881
|
importWidgetsFeatureTableActionColumn: () => importWidgetsFeatureTableActionColumn,
|
|
834
882
|
importWidgetsFeatureTableAttachmentsColumn: () => importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -840,10 +888,12 @@ __export(src_exports, {
|
|
|
840
888
|
importWidgetsFeatureTableGridSupportButtonMenuItem: () => importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
841
889
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel: () => importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
842
890
|
importWidgetsFeatureTableRelationshipColumn: () => importWidgetsFeatureTableRelationshipColumn,
|
|
891
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate: () => importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
843
892
|
importWidgetsFeatureTableSupportColumnTemplate: () => importWidgetsFeatureTableSupportColumnTemplate,
|
|
844
893
|
importWidgetsFeatureTableSupportColumnTemplateBase: () => importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
845
894
|
importWidgetsFeatureTableSupportFieldColumnTemplate: () => importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
846
895
|
importWidgetsFeatureTableSupportGroupColumnTemplate: () => importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
896
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate: () => importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
847
897
|
importWidgetsFeatureTableSupportTableTemplate: () => importWidgetsFeatureTableSupportTableTemplate,
|
|
848
898
|
importWidgetsFeatureTemplates: () => importWidgetsFeatureTemplates,
|
|
849
899
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel: () => importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -943,6 +993,7 @@ __export(src_exports, {
|
|
|
943
993
|
importWidgetsUtilityNetworkAssociations: () => importWidgetsUtilityNetworkAssociations,
|
|
944
994
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
945
995
|
importWidgetsUtilityNetworkTrace: () => importWidgetsUtilityNetworkTrace,
|
|
996
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel: () => importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
946
997
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel: () => importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
947
998
|
importWidgetsUtilityNetworkValidateTopology: () => importWidgetsUtilityNetworkValidateTopology,
|
|
948
999
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel: () => importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -1011,6 +1062,7 @@ __export(src_exports, {
|
|
|
1011
1062
|
newGeometryHeightModelInfo: () => newGeometryHeightModelInfo,
|
|
1012
1063
|
newGeometryMesh: () => newGeometryMesh,
|
|
1013
1064
|
newGeometryMultipoint: () => newGeometryMultipoint,
|
|
1065
|
+
newGeometryOperatorsSupportTransformation: () => newGeometryOperatorsSupportTransformation,
|
|
1014
1066
|
newGeometryPoint: () => newGeometryPoint,
|
|
1015
1067
|
newGeometryPolygon: () => newGeometryPolygon,
|
|
1016
1068
|
newGeometryPolyline: () => newGeometryPolyline,
|
|
@@ -1058,6 +1110,7 @@ __export(src_exports, {
|
|
|
1058
1110
|
newLayersKnowledgeGraphLayer: () => newLayersKnowledgeGraphLayer,
|
|
1059
1111
|
newLayersLayer: () => newLayersLayer,
|
|
1060
1112
|
newLayersLineOfSightLayer: () => newLayersLineOfSightLayer,
|
|
1113
|
+
newLayersLinkChartLayer: () => newLayersLinkChartLayer,
|
|
1061
1114
|
newLayersMapImageLayer: () => newLayersMapImageLayer,
|
|
1062
1115
|
newLayersMapNotesLayer: () => newLayersMapNotesLayer,
|
|
1063
1116
|
newLayersMediaLayer: () => newLayersMediaLayer,
|
|
@@ -1150,6 +1203,11 @@ __export(src_exports, {
|
|
|
1150
1203
|
newLayersWMSLayer: () => newLayersWMSLayer,
|
|
1151
1204
|
newLayersWMTSLayer: () => newLayersWMTSLayer,
|
|
1152
1205
|
newLayersWebTileLayer: () => newLayersWebTileLayer,
|
|
1206
|
+
newLinkChartChronologicalLayoutSettings: () => newLinkChartChronologicalLayoutSettings,
|
|
1207
|
+
newLinkChartLayoutSettings: () => newLinkChartLayoutSettings,
|
|
1208
|
+
newLinkChartLinkChartProperties: () => newLinkChartLinkChartProperties,
|
|
1209
|
+
newLinkChartNonspatialDataDisplay: () => newLinkChartNonspatialDataDisplay,
|
|
1210
|
+
newLinkChartOrganicLayoutSettings: () => newLinkChartOrganicLayoutSettings,
|
|
1153
1211
|
newMap: () => newMap,
|
|
1154
1212
|
newNetworksNetwork: () => newNetworksNetwork,
|
|
1155
1213
|
newNetworksSupportNamedTraceConfiguration: () => newNetworksSupportNamedTraceConfiguration,
|
|
@@ -1217,6 +1275,7 @@ __export(src_exports, {
|
|
|
1217
1275
|
newRenderersSupportClassBreakInfo: () => newRenderersSupportClassBreakInfo,
|
|
1218
1276
|
newRenderersSupportColormapInfo: () => newRenderersSupportColormapInfo,
|
|
1219
1277
|
newRenderersSupportHeatmapColorStop: () => newRenderersSupportHeatmapColorStop,
|
|
1278
|
+
newRenderersSupportRasterPresetRenderer: () => newRenderersSupportRasterPresetRenderer,
|
|
1220
1279
|
newRenderersSupportUniqueValue: () => newRenderersSupportUniqueValue,
|
|
1221
1280
|
newRenderersSupportUniqueValueClass: () => newRenderersSupportUniqueValueClass,
|
|
1222
1281
|
newRenderersSupportUniqueValueGroup: () => newRenderersSupportUniqueValueGroup,
|
|
@@ -1245,6 +1304,7 @@ __export(src_exports, {
|
|
|
1245
1304
|
newRestKnowledgeGraphGraphProperty: () => newRestKnowledgeGraphGraphProperty,
|
|
1246
1305
|
newRestKnowledgeGraphGraphQuery: () => newRestKnowledgeGraphGraphQuery,
|
|
1247
1306
|
newRestKnowledgeGraphGraphQueryResult: () => newRestKnowledgeGraphGraphQueryResult,
|
|
1307
|
+
newRestKnowledgeGraphGraphQueryResultHeader: () => newRestKnowledgeGraphGraphQueryResultHeader,
|
|
1248
1308
|
newRestKnowledgeGraphGraphQueryStreaming: () => newRestKnowledgeGraphGraphQueryStreaming,
|
|
1249
1309
|
newRestKnowledgeGraphGraphQueryStreamingResult: () => newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
1250
1310
|
newRestKnowledgeGraphGraphSearch: () => newRestKnowledgeGraphGraphSearch,
|
|
@@ -1257,6 +1317,7 @@ __export(src_exports, {
|
|
|
1257
1317
|
newRestKnowledgeGraphRelationshipType: () => newRestKnowledgeGraphRelationshipType,
|
|
1258
1318
|
newRestKnowledgeGraphSearchIndex: () => newRestKnowledgeGraphSearchIndex,
|
|
1259
1319
|
newRestKnowledgeGraphServiceDefinition: () => newRestKnowledgeGraphServiceDefinition,
|
|
1320
|
+
newRestKnowledgeGraphSourceTypeValueBehavior: () => newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
1260
1321
|
newRestNetworksSupportAggregatedGeometry: () => newRestNetworksSupportAggregatedGeometry,
|
|
1261
1322
|
newRestNetworksSupportAssociation: () => newRestNetworksSupportAssociation,
|
|
1262
1323
|
newRestNetworksSupportAssociationGeometriesResult: () => newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -1427,6 +1488,7 @@ __export(src_exports, {
|
|
|
1427
1488
|
newViewpoint: () => newViewpoint,
|
|
1428
1489
|
newViews2dLayersBaseLayerView2D: () => newViews2dLayersBaseLayerView2D,
|
|
1429
1490
|
newViews2dLayersBaseLayerViewGL2D: () => newViews2dLayersBaseLayerViewGL2D,
|
|
1491
|
+
newViews2dSupportHighlightGroup: () => newViews2dSupportHighlightGroup,
|
|
1430
1492
|
newViews2dViewState: () => newViews2dViewState,
|
|
1431
1493
|
newViews3dAnalysisAreaMeasurementAnalysisView3D: () => newViews3dAnalysisAreaMeasurementAnalysisView3D,
|
|
1432
1494
|
newViews3dAnalysisDirectLineMeasurementAnalysisView3D: () => newViews3dAnalysisDirectLineMeasurementAnalysisView3D,
|
|
@@ -1468,6 +1530,7 @@ __export(src_exports, {
|
|
|
1468
1530
|
newViewsLayersCatalogLayerView: () => newViewsLayersCatalogLayerView,
|
|
1469
1531
|
newViewsLayersDimensionLayerView: () => newViewsLayersDimensionLayerView,
|
|
1470
1532
|
newViewsLayersFeatureLayerView: () => newViewsLayersFeatureLayerView,
|
|
1533
|
+
newViewsLayersGroupLayerView: () => newViewsLayersGroupLayerView,
|
|
1471
1534
|
newViewsLayersImageryLayerView: () => newViewsLayersImageryLayerView,
|
|
1472
1535
|
newViewsLayersLayerView: () => newViewsLayersLayerView,
|
|
1473
1536
|
newViewsLayersMediaLayerView: () => newViewsLayersMediaLayerView,
|
|
@@ -1475,6 +1538,7 @@ __export(src_exports, {
|
|
|
1475
1538
|
newViewsLayersSceneLayerView: () => newViewsLayersSceneLayerView,
|
|
1476
1539
|
newViewsLayersStreamLayerView: () => newViewsLayersStreamLayerView,
|
|
1477
1540
|
newViewsLayersViewshedLayerView: () => newViewsLayersViewshedLayerView,
|
|
1541
|
+
newViewsLinkChartView: () => newViewsLinkChartView,
|
|
1478
1542
|
newViewsMagnifier: () => newViewsMagnifier,
|
|
1479
1543
|
newViewsMapView: () => newViewsMapView,
|
|
1480
1544
|
newViewsNavigationGamepadGamepadSettings: () => newViewsNavigationGamepadGamepadSettings,
|
|
@@ -1487,6 +1551,7 @@ __export(src_exports, {
|
|
|
1487
1551
|
newViewsView2D: () => newViewsView2D,
|
|
1488
1552
|
newViewsViewAnimation: () => newViewsViewAnimation,
|
|
1489
1553
|
newWebDocument2D: () => newWebDocument2D,
|
|
1554
|
+
newWebLinkChart: () => newWebLinkChart,
|
|
1490
1555
|
newWebMap: () => newWebMap,
|
|
1491
1556
|
newWebScene: () => newWebScene,
|
|
1492
1557
|
newWebdocApplicationPropertiesSearch: () => newWebdocApplicationPropertiesSearch,
|
|
@@ -1587,6 +1652,8 @@ __export(src_exports, {
|
|
|
1587
1652
|
newWidgetsFeatureFormFieldInput: () => newWidgetsFeatureFormFieldInput,
|
|
1588
1653
|
newWidgetsFeatureFormGroupInput: () => newWidgetsFeatureFormGroupInput,
|
|
1589
1654
|
newWidgetsFeatureFormRelationshipInput: () => newWidgetsFeatureFormRelationshipInput,
|
|
1655
|
+
newWidgetsFeatureFormTextElementInput: () => newWidgetsFeatureFormTextElementInput,
|
|
1656
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput: () => newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
1590
1657
|
newWidgetsFeatureTable: () => newWidgetsFeatureTable,
|
|
1591
1658
|
newWidgetsFeatureTableActionColumn: () => newWidgetsFeatureTableActionColumn,
|
|
1592
1659
|
newWidgetsFeatureTableAttachmentsColumn: () => newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -1598,10 +1665,12 @@ __export(src_exports, {
|
|
|
1598
1665
|
newWidgetsFeatureTableGridSupportButtonMenuItem: () => newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
1599
1666
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel: () => newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
1600
1667
|
newWidgetsFeatureTableRelationshipColumn: () => newWidgetsFeatureTableRelationshipColumn,
|
|
1668
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate: () => newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
1601
1669
|
newWidgetsFeatureTableSupportColumnTemplate: () => newWidgetsFeatureTableSupportColumnTemplate,
|
|
1602
1670
|
newWidgetsFeatureTableSupportColumnTemplateBase: () => newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
1603
1671
|
newWidgetsFeatureTableSupportFieldColumnTemplate: () => newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
1604
1672
|
newWidgetsFeatureTableSupportGroupColumnTemplate: () => newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
1673
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate: () => newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
1605
1674
|
newWidgetsFeatureTableSupportTableTemplate: () => newWidgetsFeatureTableSupportTableTemplate,
|
|
1606
1675
|
newWidgetsFeatureTemplates: () => newWidgetsFeatureTemplates,
|
|
1607
1676
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel: () => newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -1699,6 +1768,7 @@ __export(src_exports, {
|
|
|
1699
1768
|
newWidgetsUtilityNetworkAssociations: () => newWidgetsUtilityNetworkAssociations,
|
|
1700
1769
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
1701
1770
|
newWidgetsUtilityNetworkTrace: () => newWidgetsUtilityNetworkTrace,
|
|
1771
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel: () => newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
1702
1772
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel: () => newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
1703
1773
|
newWidgetsUtilityNetworkValidateTopology: () => newWidgetsUtilityNetworkValidateTopology,
|
|
1704
1774
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel: () => newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -2340,6 +2410,17 @@ async function newGeometrySpatialReference(properties) {
|
|
|
2340
2410
|
const ModConstructor = await importGeometrySpatialReference();
|
|
2341
2411
|
return new ModConstructor(properties);
|
|
2342
2412
|
}
|
|
2413
|
+
async function importGeometryOperatorsSupportTransformation() {
|
|
2414
|
+
if (isAMD) {
|
|
2415
|
+
return await window.$arcgis.import("esri/geometry/operators/support/Transformation");
|
|
2416
|
+
}
|
|
2417
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/Transformation.js");
|
|
2418
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2419
|
+
}
|
|
2420
|
+
async function newGeometryOperatorsSupportTransformation() {
|
|
2421
|
+
const ModConstructor = await importGeometryOperatorsSupportTransformation();
|
|
2422
|
+
return new ModConstructor();
|
|
2423
|
+
}
|
|
2343
2424
|
async function importGeometrySupportGeographicTransformation() {
|
|
2344
2425
|
if (isAMD) {
|
|
2345
2426
|
return await window.$arcgis.import("esri/geometry/support/GeographicTransformation");
|
|
@@ -2813,6 +2894,17 @@ async function newLayersLineOfSightLayer(properties) {
|
|
|
2813
2894
|
const ModConstructor = await importLayersLineOfSightLayer();
|
|
2814
2895
|
return new ModConstructor(properties);
|
|
2815
2896
|
}
|
|
2897
|
+
async function importLayersLinkChartLayer() {
|
|
2898
|
+
if (isAMD) {
|
|
2899
|
+
return await window.$arcgis.import("esri/layers/LinkChartLayer");
|
|
2900
|
+
}
|
|
2901
|
+
const module2 = await import("@arcgis/core/layers/LinkChartLayer.js");
|
|
2902
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2903
|
+
}
|
|
2904
|
+
async function newLayersLinkChartLayer(properties) {
|
|
2905
|
+
const ModConstructor = await importLayersLinkChartLayer();
|
|
2906
|
+
return new ModConstructor(properties);
|
|
2907
|
+
}
|
|
2816
2908
|
async function importLayersMapImageLayer() {
|
|
2817
2909
|
if (isAMD) {
|
|
2818
2910
|
return await window.$arcgis.import("esri/layers/MapImageLayer");
|
|
@@ -3363,17 +3455,6 @@ async function newLayersSupportPublishingInfo(properties) {
|
|
|
3363
3455
|
const ModConstructor = await importLayersSupportPublishingInfo();
|
|
3364
3456
|
return new ModConstructor(properties);
|
|
3365
3457
|
}
|
|
3366
|
-
async function importLayersSupportSceneFilter() {
|
|
3367
|
-
if (isAMD) {
|
|
3368
|
-
return await window.$arcgis.import("esri/layers/support/SceneFilter");
|
|
3369
|
-
}
|
|
3370
|
-
const module2 = await import("@arcgis/core/layers/support/SceneFilter.js");
|
|
3371
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
3372
|
-
}
|
|
3373
|
-
async function newLayersSupportSceneFilter(properties) {
|
|
3374
|
-
const ModConstructor = await importLayersSupportSceneFilter();
|
|
3375
|
-
return new ModConstructor(properties);
|
|
3376
|
-
}
|
|
3377
3458
|
async function importLayersSupportRangeDomain() {
|
|
3378
3459
|
if (isAMD) {
|
|
3379
3460
|
return await window.$arcgis.import("esri/layers/support/RangeDomain");
|
|
@@ -3462,6 +3543,17 @@ async function newLayersSupportRouteSymbols(properties) {
|
|
|
3462
3543
|
const ModConstructor = await importLayersSupportRouteSymbols();
|
|
3463
3544
|
return new ModConstructor(properties);
|
|
3464
3545
|
}
|
|
3546
|
+
async function importLayersSupportSceneFilter() {
|
|
3547
|
+
if (isAMD) {
|
|
3548
|
+
return await window.$arcgis.import("esri/layers/support/SceneFilter");
|
|
3549
|
+
}
|
|
3550
|
+
const module2 = await import("@arcgis/core/layers/support/SceneFilter.js");
|
|
3551
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3552
|
+
}
|
|
3553
|
+
async function newLayersSupportSceneFilter(properties) {
|
|
3554
|
+
const ModConstructor = await importLayersSupportSceneFilter();
|
|
3555
|
+
return new ModConstructor(properties);
|
|
3556
|
+
}
|
|
3465
3557
|
async function importLayersSupportSceneModification() {
|
|
3466
3558
|
if (isAMD) {
|
|
3467
3559
|
return await window.$arcgis.import("esri/layers/support/SceneModification");
|
|
@@ -3737,26 +3829,26 @@ async function newLayersUnsupportedLayer(properties) {
|
|
|
3737
3829
|
const ModConstructor = await importLayersUnsupportedLayer();
|
|
3738
3830
|
return new ModConstructor(properties);
|
|
3739
3831
|
}
|
|
3740
|
-
async function
|
|
3832
|
+
async function importLayersVectorTileLayer() {
|
|
3741
3833
|
if (isAMD) {
|
|
3742
|
-
return await window.$arcgis.import("esri/layers/
|
|
3834
|
+
return await window.$arcgis.import("esri/layers/VectorTileLayer");
|
|
3743
3835
|
}
|
|
3744
|
-
const module2 = await import("@arcgis/core/layers/
|
|
3836
|
+
const module2 = await import("@arcgis/core/layers/VectorTileLayer.js");
|
|
3745
3837
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
3746
3838
|
}
|
|
3747
|
-
async function
|
|
3748
|
-
const ModConstructor = await
|
|
3839
|
+
async function newLayersVectorTileLayer(properties) {
|
|
3840
|
+
const ModConstructor = await importLayersVectorTileLayer();
|
|
3749
3841
|
return new ModConstructor(properties);
|
|
3750
3842
|
}
|
|
3751
|
-
async function
|
|
3843
|
+
async function importLayersVideoLayer() {
|
|
3752
3844
|
if (isAMD) {
|
|
3753
|
-
return await window.$arcgis.import("esri/layers/
|
|
3845
|
+
return await window.$arcgis.import("esri/layers/VideoLayer");
|
|
3754
3846
|
}
|
|
3755
|
-
const module2 = await import("@arcgis/core/layers/
|
|
3847
|
+
const module2 = await import("@arcgis/core/layers/VideoLayer.js");
|
|
3756
3848
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
3757
3849
|
}
|
|
3758
|
-
async function
|
|
3759
|
-
const ModConstructor = await
|
|
3850
|
+
async function newLayersVideoLayer(properties) {
|
|
3851
|
+
const ModConstructor = await importLayersVideoLayer();
|
|
3760
3852
|
return new ModConstructor(properties);
|
|
3761
3853
|
}
|
|
3762
3854
|
async function importLayersVoxelLayer() {
|
|
@@ -3825,6 +3917,61 @@ async function newLayersWMTSLayer(properties) {
|
|
|
3825
3917
|
const ModConstructor = await importLayersWMTSLayer();
|
|
3826
3918
|
return new ModConstructor(properties);
|
|
3827
3919
|
}
|
|
3920
|
+
async function importLinkChartChronologicalLayoutSettings() {
|
|
3921
|
+
if (isAMD) {
|
|
3922
|
+
return await window.$arcgis.import("esri/linkChart/ChronologicalLayoutSettings");
|
|
3923
|
+
}
|
|
3924
|
+
const module2 = await import("@arcgis/core/linkChart/ChronologicalLayoutSettings.js");
|
|
3925
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3926
|
+
}
|
|
3927
|
+
async function newLinkChartChronologicalLayoutSettings(properties) {
|
|
3928
|
+
const ModConstructor = await importLinkChartChronologicalLayoutSettings();
|
|
3929
|
+
return new ModConstructor(properties);
|
|
3930
|
+
}
|
|
3931
|
+
async function importLinkChartLayoutSettings() {
|
|
3932
|
+
if (isAMD) {
|
|
3933
|
+
return await window.$arcgis.import("esri/linkChart/LayoutSettings");
|
|
3934
|
+
}
|
|
3935
|
+
const module2 = await import("@arcgis/core/linkChart/LayoutSettings.js");
|
|
3936
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3937
|
+
}
|
|
3938
|
+
async function newLinkChartLayoutSettings(properties) {
|
|
3939
|
+
const ModConstructor = await importLinkChartLayoutSettings();
|
|
3940
|
+
return new ModConstructor(properties);
|
|
3941
|
+
}
|
|
3942
|
+
async function importLinkChartLinkChartProperties() {
|
|
3943
|
+
if (isAMD) {
|
|
3944
|
+
return await window.$arcgis.import("esri/linkChart/LinkChartProperties");
|
|
3945
|
+
}
|
|
3946
|
+
const module2 = await import("@arcgis/core/linkChart/LinkChartProperties.js");
|
|
3947
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3948
|
+
}
|
|
3949
|
+
async function newLinkChartLinkChartProperties(properties) {
|
|
3950
|
+
const ModConstructor = await importLinkChartLinkChartProperties();
|
|
3951
|
+
return new ModConstructor(properties);
|
|
3952
|
+
}
|
|
3953
|
+
async function importLinkChartNonspatialDataDisplay() {
|
|
3954
|
+
if (isAMD) {
|
|
3955
|
+
return await window.$arcgis.import("esri/linkChart/NonspatialDataDisplay");
|
|
3956
|
+
}
|
|
3957
|
+
const module2 = await import("@arcgis/core/linkChart/NonspatialDataDisplay.js");
|
|
3958
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3959
|
+
}
|
|
3960
|
+
async function newLinkChartNonspatialDataDisplay(properties) {
|
|
3961
|
+
const ModConstructor = await importLinkChartNonspatialDataDisplay();
|
|
3962
|
+
return new ModConstructor(properties);
|
|
3963
|
+
}
|
|
3964
|
+
async function importLinkChartOrganicLayoutSettings() {
|
|
3965
|
+
if (isAMD) {
|
|
3966
|
+
return await window.$arcgis.import("esri/linkChart/OrganicLayoutSettings");
|
|
3967
|
+
}
|
|
3968
|
+
const module2 = await import("@arcgis/core/linkChart/OrganicLayoutSettings.js");
|
|
3969
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3970
|
+
}
|
|
3971
|
+
async function newLinkChartOrganicLayoutSettings(properties) {
|
|
3972
|
+
const ModConstructor = await importLinkChartOrganicLayoutSettings();
|
|
3973
|
+
return new ModConstructor(properties);
|
|
3974
|
+
}
|
|
3828
3975
|
async function importMap() {
|
|
3829
3976
|
if (isAMD) {
|
|
3830
3977
|
return await window.$arcgis.import("esri/Map");
|
|
@@ -4452,6 +4599,17 @@ async function newRenderersRasterColormapRenderer(properties) {
|
|
|
4452
4599
|
const ModConstructor = await importRenderersRasterColormapRenderer();
|
|
4453
4600
|
return new ModConstructor(properties);
|
|
4454
4601
|
}
|
|
4602
|
+
async function importRenderersSupportRasterPresetRenderer() {
|
|
4603
|
+
if (isAMD) {
|
|
4604
|
+
return await window.$arcgis.import("esri/renderers/support/RasterPresetRenderer");
|
|
4605
|
+
}
|
|
4606
|
+
const module2 = await import("@arcgis/core/renderers/support/RasterPresetRenderer.js");
|
|
4607
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4608
|
+
}
|
|
4609
|
+
async function newRenderersSupportRasterPresetRenderer(properties) {
|
|
4610
|
+
const ModConstructor = await importRenderersSupportRasterPresetRenderer();
|
|
4611
|
+
return new ModConstructor(properties);
|
|
4612
|
+
}
|
|
4455
4613
|
async function importRenderersRasterShadedReliefRenderer() {
|
|
4456
4614
|
if (isAMD) {
|
|
4457
4615
|
return await window.$arcgis.import("esri/renderers/RasterShadedReliefRenderer");
|
|
@@ -4870,6 +5028,17 @@ async function newRestKnowledgeGraphGraphQueryResult(properties) {
|
|
|
4870
5028
|
const ModConstructor = await importRestKnowledgeGraphGraphQueryResult();
|
|
4871
5029
|
return new ModConstructor(properties);
|
|
4872
5030
|
}
|
|
5031
|
+
async function importRestKnowledgeGraphGraphQueryResultHeader() {
|
|
5032
|
+
if (isAMD) {
|
|
5033
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryResultHeader");
|
|
5034
|
+
}
|
|
5035
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphQueryResultHeader.js");
|
|
5036
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5037
|
+
}
|
|
5038
|
+
async function newRestKnowledgeGraphGraphQueryResultHeader(properties) {
|
|
5039
|
+
const ModConstructor = await importRestKnowledgeGraphGraphQueryResultHeader();
|
|
5040
|
+
return new ModConstructor(properties);
|
|
5041
|
+
}
|
|
4873
5042
|
async function importRestKnowledgeGraphGraphQueryStreaming() {
|
|
4874
5043
|
if (isAMD) {
|
|
4875
5044
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryStreaming");
|
|
@@ -5002,6 +5171,17 @@ async function newRestKnowledgeGraphServiceDefinition(properties) {
|
|
|
5002
5171
|
const ModConstructor = await importRestKnowledgeGraphServiceDefinition();
|
|
5003
5172
|
return new ModConstructor(properties);
|
|
5004
5173
|
}
|
|
5174
|
+
async function importRestKnowledgeGraphSourceTypeValueBehavior() {
|
|
5175
|
+
if (isAMD) {
|
|
5176
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/SourceTypeValueBehavior");
|
|
5177
|
+
}
|
|
5178
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/SourceTypeValueBehavior.js");
|
|
5179
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5180
|
+
}
|
|
5181
|
+
async function newRestKnowledgeGraphSourceTypeValueBehavior(properties) {
|
|
5182
|
+
const ModConstructor = await importRestKnowledgeGraphSourceTypeValueBehavior();
|
|
5183
|
+
return new ModConstructor(properties);
|
|
5184
|
+
}
|
|
5005
5185
|
async function importRestNetworksSupportAggregatedGeometry() {
|
|
5006
5186
|
if (isAMD) {
|
|
5007
5187
|
return await window.$arcgis.import("esri/rest/networks/support/AggregatedGeometry");
|
|
@@ -5530,50 +5710,6 @@ async function newRestSupportImageBoundaryResult(properties) {
|
|
|
5530
5710
|
const ModConstructor = await importRestSupportImageBoundaryResult();
|
|
5531
5711
|
return new ModConstructor(properties);
|
|
5532
5712
|
}
|
|
5533
|
-
async function importRestSupportImageHistogramParameters() {
|
|
5534
|
-
if (isAMD) {
|
|
5535
|
-
return await window.$arcgis.import("esri/rest/support/ImageHistogramParameters");
|
|
5536
|
-
}
|
|
5537
|
-
const module2 = await import("@arcgis/core/rest/support/ImageHistogramParameters.js");
|
|
5538
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5539
|
-
}
|
|
5540
|
-
async function newRestSupportImageHistogramParameters(properties) {
|
|
5541
|
-
const ModConstructor = await importRestSupportImageHistogramParameters();
|
|
5542
|
-
return new ModConstructor(properties);
|
|
5543
|
-
}
|
|
5544
|
-
async function importRestSupportImageIdentifyParameters() {
|
|
5545
|
-
if (isAMD) {
|
|
5546
|
-
return await window.$arcgis.import("esri/rest/support/ImageIdentifyParameters");
|
|
5547
|
-
}
|
|
5548
|
-
const module2 = await import("@arcgis/core/rest/support/ImageIdentifyParameters.js");
|
|
5549
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5550
|
-
}
|
|
5551
|
-
async function newRestSupportImageIdentifyParameters(properties) {
|
|
5552
|
-
const ModConstructor = await importRestSupportImageIdentifyParameters();
|
|
5553
|
-
return new ModConstructor(properties);
|
|
5554
|
-
}
|
|
5555
|
-
async function importRestSupportImageIdentifyResult() {
|
|
5556
|
-
if (isAMD) {
|
|
5557
|
-
return await window.$arcgis.import("esri/rest/support/ImageIdentifyResult");
|
|
5558
|
-
}
|
|
5559
|
-
const module2 = await import("@arcgis/core/rest/support/ImageIdentifyResult.js");
|
|
5560
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5561
|
-
}
|
|
5562
|
-
async function newRestSupportImageIdentifyResult(properties) {
|
|
5563
|
-
const ModConstructor = await importRestSupportImageIdentifyResult();
|
|
5564
|
-
return new ModConstructor(properties);
|
|
5565
|
-
}
|
|
5566
|
-
async function importRestSupportImageInspectionInfo() {
|
|
5567
|
-
if (isAMD) {
|
|
5568
|
-
return await window.$arcgis.import("esri/rest/support/ImageInspectionInfo");
|
|
5569
|
-
}
|
|
5570
|
-
const module2 = await import("@arcgis/core/rest/support/ImageInspectionInfo.js");
|
|
5571
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5572
|
-
}
|
|
5573
|
-
async function newRestSupportImageInspectionInfo(properties) {
|
|
5574
|
-
const ModConstructor = await importRestSupportImageInspectionInfo();
|
|
5575
|
-
return new ModConstructor(properties);
|
|
5576
|
-
}
|
|
5577
5713
|
async function importRestSupportImageDistanceParameters() {
|
|
5578
5714
|
if (isAMD) {
|
|
5579
5715
|
return await window.$arcgis.import("esri/rest/support/ImageDistanceParameters");
|
|
@@ -5651,6 +5787,50 @@ async function newRestSupportImageHeightResult(properties) {
|
|
|
5651
5787
|
const ModConstructor = await importRestSupportImageHeightResult();
|
|
5652
5788
|
return new ModConstructor(properties);
|
|
5653
5789
|
}
|
|
5790
|
+
async function importRestSupportImageHistogramParameters() {
|
|
5791
|
+
if (isAMD) {
|
|
5792
|
+
return await window.$arcgis.import("esri/rest/support/ImageHistogramParameters");
|
|
5793
|
+
}
|
|
5794
|
+
const module2 = await import("@arcgis/core/rest/support/ImageHistogramParameters.js");
|
|
5795
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5796
|
+
}
|
|
5797
|
+
async function newRestSupportImageHistogramParameters(properties) {
|
|
5798
|
+
const ModConstructor = await importRestSupportImageHistogramParameters();
|
|
5799
|
+
return new ModConstructor(properties);
|
|
5800
|
+
}
|
|
5801
|
+
async function importRestSupportImageIdentifyParameters() {
|
|
5802
|
+
if (isAMD) {
|
|
5803
|
+
return await window.$arcgis.import("esri/rest/support/ImageIdentifyParameters");
|
|
5804
|
+
}
|
|
5805
|
+
const module2 = await import("@arcgis/core/rest/support/ImageIdentifyParameters.js");
|
|
5806
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5807
|
+
}
|
|
5808
|
+
async function newRestSupportImageIdentifyParameters(properties) {
|
|
5809
|
+
const ModConstructor = await importRestSupportImageIdentifyParameters();
|
|
5810
|
+
return new ModConstructor(properties);
|
|
5811
|
+
}
|
|
5812
|
+
async function importRestSupportImageIdentifyResult() {
|
|
5813
|
+
if (isAMD) {
|
|
5814
|
+
return await window.$arcgis.import("esri/rest/support/ImageIdentifyResult");
|
|
5815
|
+
}
|
|
5816
|
+
const module2 = await import("@arcgis/core/rest/support/ImageIdentifyResult.js");
|
|
5817
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5818
|
+
}
|
|
5819
|
+
async function newRestSupportImageIdentifyResult(properties) {
|
|
5820
|
+
const ModConstructor = await importRestSupportImageIdentifyResult();
|
|
5821
|
+
return new ModConstructor(properties);
|
|
5822
|
+
}
|
|
5823
|
+
async function importRestSupportImageInspectionInfo() {
|
|
5824
|
+
if (isAMD) {
|
|
5825
|
+
return await window.$arcgis.import("esri/rest/support/ImageInspectionInfo");
|
|
5826
|
+
}
|
|
5827
|
+
const module2 = await import("@arcgis/core/rest/support/ImageInspectionInfo.js");
|
|
5828
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5829
|
+
}
|
|
5830
|
+
async function newRestSupportImageInspectionInfo(properties) {
|
|
5831
|
+
const ModConstructor = await importRestSupportImageInspectionInfo();
|
|
5832
|
+
return new ModConstructor(properties);
|
|
5833
|
+
}
|
|
5654
5834
|
async function importRestSupportImageParameters() {
|
|
5655
5835
|
if (isAMD) {
|
|
5656
5836
|
return await window.$arcgis.import("esri/rest/support/ImageParameters");
|
|
@@ -5739,26 +5919,26 @@ async function newRestSupportImageSampleResult(properties) {
|
|
|
5739
5919
|
const ModConstructor = await importRestSupportImageSampleResult();
|
|
5740
5920
|
return new ModConstructor(properties);
|
|
5741
5921
|
}
|
|
5742
|
-
async function
|
|
5922
|
+
async function importRestSupportImageToMapMultirayParameters() {
|
|
5743
5923
|
if (isAMD) {
|
|
5744
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
5924
|
+
return await window.$arcgis.import("esri/rest/support/ImageToMapMultirayParameters");
|
|
5745
5925
|
}
|
|
5746
|
-
const module2 = await import("@arcgis/core/rest/support/
|
|
5926
|
+
const module2 = await import("@arcgis/core/rest/support/ImageToMapMultirayParameters.js");
|
|
5747
5927
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5748
5928
|
}
|
|
5749
|
-
async function
|
|
5750
|
-
const ModConstructor = await
|
|
5929
|
+
async function newRestSupportImageToMapMultirayParameters(properties) {
|
|
5930
|
+
const ModConstructor = await importRestSupportImageToMapMultirayParameters();
|
|
5751
5931
|
return new ModConstructor(properties);
|
|
5752
5932
|
}
|
|
5753
|
-
async function
|
|
5933
|
+
async function importRestSupportImageToMapParameters() {
|
|
5754
5934
|
if (isAMD) {
|
|
5755
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
5935
|
+
return await window.$arcgis.import("esri/rest/support/ImageToMapParameters");
|
|
5756
5936
|
}
|
|
5757
|
-
const module2 = await import("@arcgis/core/rest/support/
|
|
5937
|
+
const module2 = await import("@arcgis/core/rest/support/ImageToMapParameters.js");
|
|
5758
5938
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5759
5939
|
}
|
|
5760
|
-
async function
|
|
5761
|
-
const ModConstructor = await
|
|
5940
|
+
async function newRestSupportImageToMapParameters(properties) {
|
|
5941
|
+
const ModConstructor = await importRestSupportImageToMapParameters();
|
|
5762
5942
|
return new ModConstructor(properties);
|
|
5763
5943
|
}
|
|
5764
5944
|
async function importRestSupportImageUrlParameters() {
|
|
@@ -5849,26 +6029,26 @@ async function newRestSupportMeasureAreaFromImageResult(properties) {
|
|
|
5849
6029
|
const ModConstructor = await importRestSupportMeasureAreaFromImageResult();
|
|
5850
6030
|
return new ModConstructor(properties);
|
|
5851
6031
|
}
|
|
5852
|
-
async function
|
|
6032
|
+
async function importRestSupportMeasureFromImageParameters() {
|
|
5853
6033
|
if (isAMD) {
|
|
5854
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
6034
|
+
return await window.$arcgis.import("esri/rest/support/MeasureFromImageParameters");
|
|
5855
6035
|
}
|
|
5856
|
-
const module2 = await import("@arcgis/core/rest/support/
|
|
6036
|
+
const module2 = await import("@arcgis/core/rest/support/MeasureFromImageParameters.js");
|
|
5857
6037
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5858
6038
|
}
|
|
5859
|
-
async function
|
|
5860
|
-
const ModConstructor = await
|
|
6039
|
+
async function newRestSupportMeasureFromImageParameters(properties) {
|
|
6040
|
+
const ModConstructor = await importRestSupportMeasureFromImageParameters();
|
|
5861
6041
|
return new ModConstructor(properties);
|
|
5862
6042
|
}
|
|
5863
|
-
async function
|
|
6043
|
+
async function importRestSupportMeasureLengthFromImageResult() {
|
|
5864
6044
|
if (isAMD) {
|
|
5865
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
6045
|
+
return await window.$arcgis.import("esri/rest/support/MeasureLengthFromImageResult");
|
|
5866
6046
|
}
|
|
5867
|
-
const module2 = await import("@arcgis/core/rest/support/
|
|
6047
|
+
const module2 = await import("@arcgis/core/rest/support/MeasureLengthFromImageResult.js");
|
|
5868
6048
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5869
6049
|
}
|
|
5870
|
-
async function
|
|
5871
|
-
const ModConstructor = await
|
|
6050
|
+
async function newRestSupportMeasureLengthFromImageResult(properties) {
|
|
6051
|
+
const ModConstructor = await importRestSupportMeasureLengthFromImageResult();
|
|
5872
6052
|
return new ModConstructor(properties);
|
|
5873
6053
|
}
|
|
5874
6054
|
async function importRestSupportMultipartColorRamp() {
|
|
@@ -6883,6 +7063,17 @@ async function newViews2dViewState(properties) {
|
|
|
6883
7063
|
const ModConstructor = await importViews2dViewState();
|
|
6884
7064
|
return new ModConstructor(properties);
|
|
6885
7065
|
}
|
|
7066
|
+
async function importViews2dSupportHighlightGroup() {
|
|
7067
|
+
if (isAMD) {
|
|
7068
|
+
return await window.$arcgis.import("esri/views/2d/support/HighlightGroup");
|
|
7069
|
+
}
|
|
7070
|
+
const module2 = await import("@arcgis/core/views/2d/support/HighlightGroup.js");
|
|
7071
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7072
|
+
}
|
|
7073
|
+
async function newViews2dSupportHighlightGroup(properties) {
|
|
7074
|
+
const ModConstructor = await importViews2dSupportHighlightGroup();
|
|
7075
|
+
return new ModConstructor(properties);
|
|
7076
|
+
}
|
|
6886
7077
|
async function importViews3dAnalysisAreaMeasurementAnalysisView3D() {
|
|
6887
7078
|
if (isAMD) {
|
|
6888
7079
|
return await window.$arcgis.import("esri/views/3d/analysis/AreaMeasurementAnalysisView3D");
|
|
@@ -7323,6 +7514,17 @@ async function newViewsLayersFeatureLayerView(properties) {
|
|
|
7323
7514
|
const ModConstructor = await importViewsLayersFeatureLayerView();
|
|
7324
7515
|
return new ModConstructor(properties);
|
|
7325
7516
|
}
|
|
7517
|
+
async function importViewsLayersGroupLayerView() {
|
|
7518
|
+
if (isAMD) {
|
|
7519
|
+
return await window.$arcgis.import("esri/views/layers/GroupLayerView");
|
|
7520
|
+
}
|
|
7521
|
+
const module2 = await import("@arcgis/core/views/layers/GroupLayerView.js");
|
|
7522
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7523
|
+
}
|
|
7524
|
+
async function newViewsLayersGroupLayerView(properties) {
|
|
7525
|
+
const ModConstructor = await importViewsLayersGroupLayerView();
|
|
7526
|
+
return new ModConstructor(properties);
|
|
7527
|
+
}
|
|
7326
7528
|
async function importViewsLayersImageryLayerView() {
|
|
7327
7529
|
if (isAMD) {
|
|
7328
7530
|
return await window.$arcgis.import("esri/views/layers/ImageryLayerView");
|
|
@@ -7400,6 +7602,17 @@ async function newViewsLayersViewshedLayerView(properties) {
|
|
|
7400
7602
|
const ModConstructor = await importViewsLayersViewshedLayerView();
|
|
7401
7603
|
return new ModConstructor(properties);
|
|
7402
7604
|
}
|
|
7605
|
+
async function importViewsLinkChartView() {
|
|
7606
|
+
if (isAMD) {
|
|
7607
|
+
return await window.$arcgis.import("esri/views/LinkChartView");
|
|
7608
|
+
}
|
|
7609
|
+
const module2 = await import("@arcgis/core/views/LinkChartView.js");
|
|
7610
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7611
|
+
}
|
|
7612
|
+
async function newViewsLinkChartView(properties) {
|
|
7613
|
+
const ModConstructor = await importViewsLinkChartView();
|
|
7614
|
+
return new ModConstructor(properties);
|
|
7615
|
+
}
|
|
7403
7616
|
async function importViewsMagnifier() {
|
|
7404
7617
|
if (isAMD) {
|
|
7405
7618
|
return await window.$arcgis.import("esri/views/Magnifier");
|
|
@@ -7730,6 +7943,17 @@ async function newWebDocument2D(properties) {
|
|
|
7730
7943
|
const ModConstructor = await importWebDocument2D();
|
|
7731
7944
|
return new ModConstructor(properties);
|
|
7732
7945
|
}
|
|
7946
|
+
async function importWebLinkChart() {
|
|
7947
|
+
if (isAMD) {
|
|
7948
|
+
return await window.$arcgis.import("esri/WebLinkChart");
|
|
7949
|
+
}
|
|
7950
|
+
const module2 = await import("@arcgis/core/WebLinkChart.js");
|
|
7951
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7952
|
+
}
|
|
7953
|
+
async function newWebLinkChart(properties) {
|
|
7954
|
+
const ModConstructor = await importWebLinkChart();
|
|
7955
|
+
return new ModConstructor(properties);
|
|
7956
|
+
}
|
|
7733
7957
|
async function importWebMap() {
|
|
7734
7958
|
if (isAMD) {
|
|
7735
7959
|
return await window.$arcgis.import("esri/WebMap");
|
|
@@ -8632,9 +8856,31 @@ async function newWidgetsFeatureFormRelationshipInput(properties) {
|
|
|
8632
8856
|
const ModConstructor = await importWidgetsFeatureFormRelationshipInput();
|
|
8633
8857
|
return new ModConstructor(properties);
|
|
8634
8858
|
}
|
|
8635
|
-
async function
|
|
8859
|
+
async function importWidgetsFeatureFormTextElementInput() {
|
|
8636
8860
|
if (isAMD) {
|
|
8637
|
-
return await window.$arcgis.import("esri/widgets/
|
|
8861
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/TextElementInput");
|
|
8862
|
+
}
|
|
8863
|
+
const module2 = await import("@arcgis/core/widgets/FeatureForm/TextElementInput.js");
|
|
8864
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8865
|
+
}
|
|
8866
|
+
async function newWidgetsFeatureFormTextElementInput(properties) {
|
|
8867
|
+
const ModConstructor = await importWidgetsFeatureFormTextElementInput();
|
|
8868
|
+
return new ModConstructor(properties);
|
|
8869
|
+
}
|
|
8870
|
+
async function importWidgetsFeatureFormUtilityNetworkAssociationInput() {
|
|
8871
|
+
if (isAMD) {
|
|
8872
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/UtilityNetworkAssociationInput");
|
|
8873
|
+
}
|
|
8874
|
+
const module2 = await import("@arcgis/core/widgets/FeatureForm/UtilityNetworkAssociationInput.js");
|
|
8875
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8876
|
+
}
|
|
8877
|
+
async function newWidgetsFeatureFormUtilityNetworkAssociationInput(properties) {
|
|
8878
|
+
const ModConstructor = await importWidgetsFeatureFormUtilityNetworkAssociationInput();
|
|
8879
|
+
return new ModConstructor(properties);
|
|
8880
|
+
}
|
|
8881
|
+
async function importWidgetsFeatures() {
|
|
8882
|
+
if (isAMD) {
|
|
8883
|
+
return await window.$arcgis.import("esri/widgets/Features");
|
|
8638
8884
|
}
|
|
8639
8885
|
const module2 = await import("@arcgis/core/widgets/Features.js");
|
|
8640
8886
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
@@ -8808,6 +9054,28 @@ async function newWidgetsFeatureTableSupportFieldColumnTemplate(properties) {
|
|
|
8808
9054
|
const ModConstructor = await importWidgetsFeatureTableSupportFieldColumnTemplate();
|
|
8809
9055
|
return new ModConstructor(properties);
|
|
8810
9056
|
}
|
|
9057
|
+
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
9058
|
+
if (isAMD) {
|
|
9059
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
9060
|
+
}
|
|
9061
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsColumnTemplate.js");
|
|
9062
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9063
|
+
}
|
|
9064
|
+
async function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties) {
|
|
9065
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsColumnTemplate();
|
|
9066
|
+
return new ModConstructor(properties);
|
|
9067
|
+
}
|
|
9068
|
+
async function importWidgetsFeatureTableSupportRelationshipColumnTemplate() {
|
|
9069
|
+
if (isAMD) {
|
|
9070
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/RelationshipColumnTemplate");
|
|
9071
|
+
}
|
|
9072
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/RelationshipColumnTemplate.js");
|
|
9073
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9074
|
+
}
|
|
9075
|
+
async function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties) {
|
|
9076
|
+
const ModConstructor = await importWidgetsFeatureTableSupportRelationshipColumnTemplate();
|
|
9077
|
+
return new ModConstructor(properties);
|
|
9078
|
+
}
|
|
8811
9079
|
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
8812
9080
|
if (isAMD) {
|
|
8813
9081
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
@@ -9864,6 +10132,17 @@ async function newWidgetsUtilityNetworkTrace(properties) {
|
|
|
9864
10132
|
const ModConstructor = await importWidgetsUtilityNetworkTrace();
|
|
9865
10133
|
return new ModConstructor(properties);
|
|
9866
10134
|
}
|
|
10135
|
+
async function importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel() {
|
|
10136
|
+
if (isAMD) {
|
|
10137
|
+
return await window.$arcgis.import("esri/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel");
|
|
10138
|
+
}
|
|
10139
|
+
const module2 = await import("@arcgis/core/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel.js");
|
|
10140
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10141
|
+
}
|
|
10142
|
+
async function newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel(properties) {
|
|
10143
|
+
const ModConstructor = await importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel();
|
|
10144
|
+
return new ModConstructor(properties);
|
|
10145
|
+
}
|
|
9867
10146
|
async function importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel() {
|
|
9868
10147
|
if (isAMD) {
|
|
9869
10148
|
return await window.$arcgis.import("esri/widgets/UtilityNetworkTrace/UtilityNetworkTraceViewModel");
|
|
@@ -10173,6 +10452,48 @@ async function importGeometryProjection() {
|
|
|
10173
10452
|
const module2 = await import("@arcgis/core/geometry/projection.js");
|
|
10174
10453
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10175
10454
|
}
|
|
10455
|
+
async function importGeometryOperatorsAffineTransformOperator() {
|
|
10456
|
+
if (isAMD) {
|
|
10457
|
+
return await window.$arcgis.import("esri/geometry/operators/affineTransformOperator");
|
|
10458
|
+
}
|
|
10459
|
+
const module2 = await import("@arcgis/core/geometry/operators/affineTransformOperator.js");
|
|
10460
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10461
|
+
}
|
|
10462
|
+
async function importGeometryOperatorsAlphaShapeOperator() {
|
|
10463
|
+
if (isAMD) {
|
|
10464
|
+
return await window.$arcgis.import("esri/geometry/operators/alphaShapeOperator");
|
|
10465
|
+
}
|
|
10466
|
+
const module2 = await import("@arcgis/core/geometry/operators/alphaShapeOperator.js");
|
|
10467
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10468
|
+
}
|
|
10469
|
+
async function importGeometryOperatorsAreaOperator() {
|
|
10470
|
+
if (isAMD) {
|
|
10471
|
+
return await window.$arcgis.import("esri/geometry/operators/areaOperator");
|
|
10472
|
+
}
|
|
10473
|
+
const module2 = await import("@arcgis/core/geometry/operators/areaOperator.js");
|
|
10474
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10475
|
+
}
|
|
10476
|
+
async function importGeometryOperatorsAutoCompleteOperator() {
|
|
10477
|
+
if (isAMD) {
|
|
10478
|
+
return await window.$arcgis.import("esri/geometry/operators/autoCompleteOperator");
|
|
10479
|
+
}
|
|
10480
|
+
const module2 = await import("@arcgis/core/geometry/operators/autoCompleteOperator.js");
|
|
10481
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10482
|
+
}
|
|
10483
|
+
async function importGeometryOperatorsBoundaryOperator() {
|
|
10484
|
+
if (isAMD) {
|
|
10485
|
+
return await window.$arcgis.import("esri/geometry/operators/boundaryOperator");
|
|
10486
|
+
}
|
|
10487
|
+
const module2 = await import("@arcgis/core/geometry/operators/boundaryOperator.js");
|
|
10488
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10489
|
+
}
|
|
10490
|
+
async function importGeometryOperatorsBufferOperator() {
|
|
10491
|
+
if (isAMD) {
|
|
10492
|
+
return await window.$arcgis.import("esri/geometry/operators/bufferOperator");
|
|
10493
|
+
}
|
|
10494
|
+
const module2 = await import("@arcgis/core/geometry/operators/bufferOperator.js");
|
|
10495
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10496
|
+
}
|
|
10176
10497
|
async function importGeometryOperatorsCentroidOperator() {
|
|
10177
10498
|
if (isAMD) {
|
|
10178
10499
|
return await window.$arcgis.import("esri/geometry/operators/centroidOperator");
|
|
@@ -10187,18 +10508,18 @@ async function importGeometryOperatorsClipOperator() {
|
|
|
10187
10508
|
const module2 = await import("@arcgis/core/geometry/operators/clipOperator.js");
|
|
10188
10509
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10189
10510
|
}
|
|
10190
|
-
async function
|
|
10511
|
+
async function importGeometryOperatorsContainsOperator() {
|
|
10191
10512
|
if (isAMD) {
|
|
10192
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10513
|
+
return await window.$arcgis.import("esri/geometry/operators/containsOperator");
|
|
10193
10514
|
}
|
|
10194
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10515
|
+
const module2 = await import("@arcgis/core/geometry/operators/containsOperator.js");
|
|
10195
10516
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10196
10517
|
}
|
|
10197
|
-
async function
|
|
10518
|
+
async function importGeometryOperatorsConvexHullOperator() {
|
|
10198
10519
|
if (isAMD) {
|
|
10199
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10520
|
+
return await window.$arcgis.import("esri/geometry/operators/convexHullOperator");
|
|
10200
10521
|
}
|
|
10201
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10522
|
+
const module2 = await import("@arcgis/core/geometry/operators/convexHullOperator.js");
|
|
10202
10523
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10203
10524
|
}
|
|
10204
10525
|
async function importGeometryOperatorsCrossesOperator() {
|
|
@@ -10208,6 +10529,13 @@ async function importGeometryOperatorsCrossesOperator() {
|
|
|
10208
10529
|
const module2 = await import("@arcgis/core/geometry/operators/crossesOperator.js");
|
|
10209
10530
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10210
10531
|
}
|
|
10532
|
+
async function importGeometryOperatorsCutOperator() {
|
|
10533
|
+
if (isAMD) {
|
|
10534
|
+
return await window.$arcgis.import("esri/geometry/operators/cutOperator");
|
|
10535
|
+
}
|
|
10536
|
+
const module2 = await import("@arcgis/core/geometry/operators/cutOperator.js");
|
|
10537
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10538
|
+
}
|
|
10211
10539
|
async function importGeometryOperatorsDensifyOperator() {
|
|
10212
10540
|
if (isAMD) {
|
|
10213
10541
|
return await window.$arcgis.import("esri/geometry/operators/densifyOperator");
|
|
@@ -10222,18 +10550,18 @@ async function importGeometryOperatorsDifferenceOperator() {
|
|
|
10222
10550
|
const module2 = await import("@arcgis/core/geometry/operators/differenceOperator.js");
|
|
10223
10551
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10224
10552
|
}
|
|
10225
|
-
async function
|
|
10553
|
+
async function importGeometryOperatorsDisjointOperator() {
|
|
10226
10554
|
if (isAMD) {
|
|
10227
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10555
|
+
return await window.$arcgis.import("esri/geometry/operators/disjointOperator");
|
|
10228
10556
|
}
|
|
10229
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10557
|
+
const module2 = await import("@arcgis/core/geometry/operators/disjointOperator.js");
|
|
10230
10558
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10231
10559
|
}
|
|
10232
|
-
async function
|
|
10560
|
+
async function importGeometryOperatorsDistanceOperator() {
|
|
10233
10561
|
if (isAMD) {
|
|
10234
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10562
|
+
return await window.$arcgis.import("esri/geometry/operators/distanceOperator");
|
|
10235
10563
|
}
|
|
10236
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10564
|
+
const module2 = await import("@arcgis/core/geometry/operators/distanceOperator.js");
|
|
10237
10565
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10238
10566
|
}
|
|
10239
10567
|
async function importGeometryOperatorsEqualsOperator() {
|
|
@@ -10243,6 +10571,20 @@ async function importGeometryOperatorsEqualsOperator() {
|
|
|
10243
10571
|
const module2 = await import("@arcgis/core/geometry/operators/equalsOperator.js");
|
|
10244
10572
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10245
10573
|
}
|
|
10574
|
+
async function importGeometryOperatorsExtendOperator() {
|
|
10575
|
+
if (isAMD) {
|
|
10576
|
+
return await window.$arcgis.import("esri/geometry/operators/extendOperator");
|
|
10577
|
+
}
|
|
10578
|
+
const module2 = await import("@arcgis/core/geometry/operators/extendOperator.js");
|
|
10579
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10580
|
+
}
|
|
10581
|
+
async function importGeometryOperatorsGeneralizeOperator() {
|
|
10582
|
+
if (isAMD) {
|
|
10583
|
+
return await window.$arcgis.import("esri/geometry/operators/generalizeOperator");
|
|
10584
|
+
}
|
|
10585
|
+
const module2 = await import("@arcgis/core/geometry/operators/generalizeOperator.js");
|
|
10586
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10587
|
+
}
|
|
10246
10588
|
async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
10247
10589
|
if (isAMD) {
|
|
10248
10590
|
return await window.$arcgis.import("esri/geometry/operators/geodesicBufferOperator");
|
|
@@ -10250,6 +10592,20 @@ async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
|
10250
10592
|
const module2 = await import("@arcgis/core/geometry/operators/geodesicBufferOperator.js");
|
|
10251
10593
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10252
10594
|
}
|
|
10595
|
+
async function importGeometryOperatorsGeodesicProximityOperator() {
|
|
10596
|
+
if (isAMD) {
|
|
10597
|
+
return await window.$arcgis.import("esri/geometry/operators/geodesicProximityOperator");
|
|
10598
|
+
}
|
|
10599
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodesicProximityOperator.js");
|
|
10600
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10601
|
+
}
|
|
10602
|
+
async function importGeometryOperatorsGeodeticAreaOperator() {
|
|
10603
|
+
if (isAMD) {
|
|
10604
|
+
return await window.$arcgis.import("esri/geometry/operators/geodeticAreaOperator");
|
|
10605
|
+
}
|
|
10606
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodeticAreaOperator.js");
|
|
10607
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10608
|
+
}
|
|
10253
10609
|
async function importGeometryOperatorsGeodeticDensifyOperator() {
|
|
10254
10610
|
if (isAMD) {
|
|
10255
10611
|
return await window.$arcgis.import("esri/geometry/operators/geodeticDensifyOperator");
|
|
@@ -10264,11 +10620,25 @@ async function importGeometryOperatorsGeodeticDistanceOperator() {
|
|
|
10264
10620
|
const module2 = await import("@arcgis/core/geometry/operators/geodeticDistanceOperator.js");
|
|
10265
10621
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10266
10622
|
}
|
|
10267
|
-
async function
|
|
10623
|
+
async function importGeometryOperatorsGeodeticLengthOperator() {
|
|
10268
10624
|
if (isAMD) {
|
|
10269
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10625
|
+
return await window.$arcgis.import("esri/geometry/operators/geodeticLengthOperator");
|
|
10270
10626
|
}
|
|
10271
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10627
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodeticLengthOperator.js");
|
|
10628
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10629
|
+
}
|
|
10630
|
+
async function importGeometryOperatorsGraphicBufferOperator() {
|
|
10631
|
+
if (isAMD) {
|
|
10632
|
+
return await window.$arcgis.import("esri/geometry/operators/graphicBufferOperator");
|
|
10633
|
+
}
|
|
10634
|
+
const module2 = await import("@arcgis/core/geometry/operators/graphicBufferOperator.js");
|
|
10635
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10636
|
+
}
|
|
10637
|
+
async function importGeometryOperatorsIntegrateOperator() {
|
|
10638
|
+
if (isAMD) {
|
|
10639
|
+
return await window.$arcgis.import("esri/geometry/operators/integrateOperator");
|
|
10640
|
+
}
|
|
10641
|
+
const module2 = await import("@arcgis/core/geometry/operators/integrateOperator.js");
|
|
10272
10642
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10273
10643
|
}
|
|
10274
10644
|
async function importGeometryOperatorsIntersectionOperator() {
|
|
@@ -10285,6 +10655,62 @@ async function importGeometryOperatorsIntersectsOperator() {
|
|
|
10285
10655
|
const module2 = await import("@arcgis/core/geometry/operators/intersectsOperator.js");
|
|
10286
10656
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10287
10657
|
}
|
|
10658
|
+
async function importGeometryOperatorsIsNearOperator() {
|
|
10659
|
+
if (isAMD) {
|
|
10660
|
+
return await window.$arcgis.import("esri/geometry/operators/isNearOperator");
|
|
10661
|
+
}
|
|
10662
|
+
const module2 = await import("@arcgis/core/geometry/operators/isNearOperator.js");
|
|
10663
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10664
|
+
}
|
|
10665
|
+
async function importGeometryOperatorsLabelPointOperator() {
|
|
10666
|
+
if (isAMD) {
|
|
10667
|
+
return await window.$arcgis.import("esri/geometry/operators/labelPointOperator");
|
|
10668
|
+
}
|
|
10669
|
+
const module2 = await import("@arcgis/core/geometry/operators/labelPointOperator.js");
|
|
10670
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10671
|
+
}
|
|
10672
|
+
async function importGeometryOperatorsLengthOperator() {
|
|
10673
|
+
if (isAMD) {
|
|
10674
|
+
return await window.$arcgis.import("esri/geometry/operators/lengthOperator");
|
|
10675
|
+
}
|
|
10676
|
+
const module2 = await import("@arcgis/core/geometry/operators/lengthOperator.js");
|
|
10677
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10678
|
+
}
|
|
10679
|
+
async function importGeometryOperatorsLinesToPolygonsOperator() {
|
|
10680
|
+
if (isAMD) {
|
|
10681
|
+
return await window.$arcgis.import("esri/geometry/operators/linesToPolygonsOperator");
|
|
10682
|
+
}
|
|
10683
|
+
const module2 = await import("@arcgis/core/geometry/operators/linesToPolygonsOperator.js");
|
|
10684
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10685
|
+
}
|
|
10686
|
+
async function importGeometryOperatorsLocateBetweenOperator() {
|
|
10687
|
+
if (isAMD) {
|
|
10688
|
+
return await window.$arcgis.import("esri/geometry/operators/locateBetweenOperator");
|
|
10689
|
+
}
|
|
10690
|
+
const module2 = await import("@arcgis/core/geometry/operators/locateBetweenOperator.js");
|
|
10691
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10692
|
+
}
|
|
10693
|
+
async function importGeometryOperatorsMinimumBoundingCircleOperator() {
|
|
10694
|
+
if (isAMD) {
|
|
10695
|
+
return await window.$arcgis.import("esri/geometry/operators/minimumBoundingCircleOperator");
|
|
10696
|
+
}
|
|
10697
|
+
const module2 = await import("@arcgis/core/geometry/operators/minimumBoundingCircleOperator.js");
|
|
10698
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10699
|
+
}
|
|
10700
|
+
async function importGeometryOperatorsMultiPartToSinglePartOperator() {
|
|
10701
|
+
if (isAMD) {
|
|
10702
|
+
return await window.$arcgis.import("esri/geometry/operators/multiPartToSinglePartOperator");
|
|
10703
|
+
}
|
|
10704
|
+
const module2 = await import("@arcgis/core/geometry/operators/multiPartToSinglePartOperator.js");
|
|
10705
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10706
|
+
}
|
|
10707
|
+
async function importGeometryOperatorsOffsetOperator() {
|
|
10708
|
+
if (isAMD) {
|
|
10709
|
+
return await window.$arcgis.import("esri/geometry/operators/offsetOperator");
|
|
10710
|
+
}
|
|
10711
|
+
const module2 = await import("@arcgis/core/geometry/operators/offsetOperator.js");
|
|
10712
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10713
|
+
}
|
|
10288
10714
|
async function importGeometryOperatorsOverlapsOperator() {
|
|
10289
10715
|
if (isAMD) {
|
|
10290
10716
|
return await window.$arcgis.import("esri/geometry/operators/overlapsOperator");
|
|
@@ -10292,6 +10718,20 @@ async function importGeometryOperatorsOverlapsOperator() {
|
|
|
10292
10718
|
const module2 = await import("@arcgis/core/geometry/operators/overlapsOperator.js");
|
|
10293
10719
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10294
10720
|
}
|
|
10721
|
+
async function importGeometryOperatorsPolygonOverlayOperator() {
|
|
10722
|
+
if (isAMD) {
|
|
10723
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonOverlayOperator");
|
|
10724
|
+
}
|
|
10725
|
+
const module2 = await import("@arcgis/core/geometry/operators/polygonOverlayOperator.js");
|
|
10726
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10727
|
+
}
|
|
10728
|
+
async function importGeometryOperatorsPolygonSlicerOperator() {
|
|
10729
|
+
if (isAMD) {
|
|
10730
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonSlicerOperator");
|
|
10731
|
+
}
|
|
10732
|
+
const module2 = await import("@arcgis/core/geometry/operators/polygonSlicerOperator.js");
|
|
10733
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10734
|
+
}
|
|
10295
10735
|
async function importGeometryOperatorsProximityOperator() {
|
|
10296
10736
|
if (isAMD) {
|
|
10297
10737
|
return await window.$arcgis.import("esri/geometry/operators/proximityOperator");
|
|
@@ -10306,6 +10746,13 @@ async function importGeometryOperatorsRelateOperator() {
|
|
|
10306
10746
|
const module2 = await import("@arcgis/core/geometry/operators/relateOperator.js");
|
|
10307
10747
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10308
10748
|
}
|
|
10749
|
+
async function importGeometryOperatorsReshapeOperator() {
|
|
10750
|
+
if (isAMD) {
|
|
10751
|
+
return await window.$arcgis.import("esri/geometry/operators/reshapeOperator");
|
|
10752
|
+
}
|
|
10753
|
+
const module2 = await import("@arcgis/core/geometry/operators/reshapeOperator.js");
|
|
10754
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10755
|
+
}
|
|
10309
10756
|
async function importGeometryOperatorsSimplifyOperator() {
|
|
10310
10757
|
if (isAMD) {
|
|
10311
10758
|
return await window.$arcgis.import("esri/geometry/operators/simplifyOperator");
|
|
@@ -10313,6 +10760,13 @@ async function importGeometryOperatorsSimplifyOperator() {
|
|
|
10313
10760
|
const module2 = await import("@arcgis/core/geometry/operators/simplifyOperator.js");
|
|
10314
10761
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10315
10762
|
}
|
|
10763
|
+
async function importGeometryOperatorsSymmetricDifferenceOperator() {
|
|
10764
|
+
if (isAMD) {
|
|
10765
|
+
return await window.$arcgis.import("esri/geometry/operators/symmetricDifferenceOperator");
|
|
10766
|
+
}
|
|
10767
|
+
const module2 = await import("@arcgis/core/geometry/operators/symmetricDifferenceOperator.js");
|
|
10768
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10769
|
+
}
|
|
10316
10770
|
async function importGeometryOperatorsTouchesOperator() {
|
|
10317
10771
|
if (isAMD) {
|
|
10318
10772
|
return await window.$arcgis.import("esri/geometry/operators/touchesOperator");
|
|
@@ -10390,6 +10844,20 @@ async function importLayersCatalogCatalogUtils() {
|
|
|
10390
10844
|
const module2 = await import("@arcgis/core/layers/catalog/catalogUtils.js");
|
|
10391
10845
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10392
10846
|
}
|
|
10847
|
+
async function importLayersKnowledgeGraphCypherUtils() {
|
|
10848
|
+
if (isAMD) {
|
|
10849
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/cypherUtils");
|
|
10850
|
+
}
|
|
10851
|
+
const module2 = await import("@arcgis/core/layers/knowledgeGraph/cypherUtils.js");
|
|
10852
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10853
|
+
}
|
|
10854
|
+
async function importLayersKnowledgeGraphSupportUtils() {
|
|
10855
|
+
if (isAMD) {
|
|
10856
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/supportUtils");
|
|
10857
|
+
}
|
|
10858
|
+
const module2 = await import("@arcgis/core/layers/knowledgeGraph/supportUtils.js");
|
|
10859
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10860
|
+
}
|
|
10393
10861
|
async function importLayersOgcWfsUtils() {
|
|
10394
10862
|
if (isAMD) {
|
|
10395
10863
|
return await window.$arcgis.import("esri/layers/ogc/wfsUtils");
|
|
@@ -10397,6 +10865,27 @@ async function importLayersOgcWfsUtils() {
|
|
|
10397
10865
|
const module2 = await import("@arcgis/core/layers/ogc/wfsUtils.js");
|
|
10398
10866
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10399
10867
|
}
|
|
10868
|
+
async function importLayersOgcWcsUtils() {
|
|
10869
|
+
if (isAMD) {
|
|
10870
|
+
return await window.$arcgis.import("esri/layers/ogc/wcsUtils");
|
|
10871
|
+
}
|
|
10872
|
+
const module2 = await import("@arcgis/core/layers/ogc/wcsUtils.js");
|
|
10873
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10874
|
+
}
|
|
10875
|
+
async function importLayersOrientedImageryTransformationsWorldToImage() {
|
|
10876
|
+
if (isAMD) {
|
|
10877
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/worldToImage");
|
|
10878
|
+
}
|
|
10879
|
+
const module2 = await import("@arcgis/core/layers/orientedImagery/transformations/worldToImage.js");
|
|
10880
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10881
|
+
}
|
|
10882
|
+
async function importLayersOrientedImageryTransformationsImageToWorld() {
|
|
10883
|
+
if (isAMD) {
|
|
10884
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/imageToWorld");
|
|
10885
|
+
}
|
|
10886
|
+
const module2 = await import("@arcgis/core/layers/orientedImagery/transformations/imageToWorld.js");
|
|
10887
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10888
|
+
}
|
|
10400
10889
|
async function importLayersSupportArcadeUtils() {
|
|
10401
10890
|
if (isAMD) {
|
|
10402
10891
|
return await window.$arcgis.import("esri/layers/support/arcadeUtils");
|
|
@@ -10845,6 +11334,13 @@ async function importSmartMappingRenderersUnivariateColorSize() {
|
|
|
10845
11334
|
const module2 = await import("@arcgis/core/smartMapping/renderers/univariateColorSize.js");
|
|
10846
11335
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10847
11336
|
}
|
|
11337
|
+
async function importSmartMappingRenderersSupportRendererUtils() {
|
|
11338
|
+
if (isAMD) {
|
|
11339
|
+
return await window.$arcgis.import("esri/smartMapping/renderers/support/rendererUtils");
|
|
11340
|
+
}
|
|
11341
|
+
const module2 = await import("@arcgis/core/smartMapping/renderers/support/rendererUtils.js");
|
|
11342
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11343
|
+
}
|
|
10848
11344
|
async function importSmartMappingStatisticsClassBreaks() {
|
|
10849
11345
|
if (isAMD) {
|
|
10850
11346
|
return await window.$arcgis.import("esri/smartMapping/statistics/classBreaks");
|
|
@@ -11055,13 +11551,6 @@ async function importVersionManagementVersionAdaptersUtils() {
|
|
|
11055
11551
|
const module2 = await import("@arcgis/core/versionManagement/versionAdapters/utils.js");
|
|
11056
11552
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11057
11553
|
}
|
|
11058
|
-
async function importViews3dExternalRenderers() {
|
|
11059
|
-
if (isAMD) {
|
|
11060
|
-
return await window.$arcgis.import("esri/views/3d/externalRenderers");
|
|
11061
|
-
}
|
|
11062
|
-
const module2 = await import("@arcgis/core/views/3d/externalRenderers.js");
|
|
11063
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11064
|
-
}
|
|
11065
11554
|
async function importViews3dWebglManagedFBO() {
|
|
11066
11555
|
if (isAMD) {
|
|
11067
11556
|
return await window.$arcgis.import("esri/views/3d/webgl/ManagedFBO");
|
|
@@ -11118,6 +11607,13 @@ async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
|
11118
11607
|
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js");
|
|
11119
11608
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11120
11609
|
}
|
|
11610
|
+
async function importWidgetsFeatureFeatureUtilityNetworkAssociationsFeatureUtilityNetworkAssociationsViewModel() {
|
|
11611
|
+
if (isAMD) {
|
|
11612
|
+
return await window.$arcgis.import("esri/widgets/Feature/FeatureUtilityNetworkAssociations/FeatureUtilityNetworkAssociationsViewModel");
|
|
11613
|
+
}
|
|
11614
|
+
const module2 = await import("@arcgis/core/widgets/Feature/FeatureUtilityNetworkAssociations/FeatureUtilityNetworkAssociationsViewModel.js");
|
|
11615
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11616
|
+
}
|
|
11121
11617
|
async function importWidgetsSmartMappingSupportUtils() {
|
|
11122
11618
|
if (isAMD) {
|
|
11123
11619
|
return await window.$arcgis.import("esri/widgets/smartMapping/support/utils");
|
|
@@ -11132,123 +11628,130 @@ async function importWidgetsSupportWidget() {
|
|
|
11132
11628
|
const module2 = await import("@arcgis/core/widgets/support/widget.js");
|
|
11133
11629
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11134
11630
|
}
|
|
11135
|
-
async function
|
|
11631
|
+
async function importApplicationsComponentsBasemapUtils() {
|
|
11136
11632
|
if (isAMD) {
|
|
11137
|
-
return await window.$arcgis.import("esri/applications/
|
|
11633
|
+
return await window.$arcgis.import("esri/applications/Components/basemapUtils");
|
|
11138
11634
|
}
|
|
11139
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11635
|
+
const module2 = await import("@arcgis/core/applications/Components/basemapUtils.js");
|
|
11140
11636
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11141
11637
|
}
|
|
11142
|
-
async function
|
|
11638
|
+
async function importApplicationsComponentsCollectionFlattener() {
|
|
11143
11639
|
if (isAMD) {
|
|
11144
|
-
return await window.$arcgis.import("esri/applications/
|
|
11640
|
+
return await window.$arcgis.import("esri/applications/Components/CollectionFlattener");
|
|
11145
11641
|
}
|
|
11146
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11642
|
+
const module2 = await import("@arcgis/core/applications/Components/CollectionFlattener.js");
|
|
11147
11643
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11148
11644
|
}
|
|
11149
|
-
async function
|
|
11645
|
+
async function importApplicationsComponentsDrawUtils() {
|
|
11150
11646
|
if (isAMD) {
|
|
11151
|
-
return await window.$arcgis.import("esri/applications/
|
|
11647
|
+
return await window.$arcgis.import("esri/applications/Components/drawUtils");
|
|
11152
11648
|
}
|
|
11153
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11649
|
+
const module2 = await import("@arcgis/core/applications/Components/drawUtils.js");
|
|
11154
11650
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11155
11651
|
}
|
|
11156
|
-
async function
|
|
11652
|
+
async function importApplicationsComponentsFontUtils() {
|
|
11157
11653
|
if (isAMD) {
|
|
11158
|
-
return await window.$arcgis.import("esri/applications/
|
|
11654
|
+
return await window.$arcgis.import("esri/applications/Components/fontUtils");
|
|
11159
11655
|
}
|
|
11160
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11656
|
+
const module2 = await import("@arcgis/core/applications/Components/fontUtils.js");
|
|
11161
11657
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11162
11658
|
}
|
|
11163
|
-
async function
|
|
11659
|
+
async function importApplicationsComponentsGetDefaultUnits() {
|
|
11164
11660
|
if (isAMD) {
|
|
11165
|
-
return await window.$arcgis.import("esri/applications/
|
|
11661
|
+
return await window.$arcgis.import("esri/applications/Components/getDefaultUnits");
|
|
11166
11662
|
}
|
|
11167
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11663
|
+
const module2 = await import("@arcgis/core/applications/Components/getDefaultUnits.js");
|
|
11168
11664
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11169
11665
|
}
|
|
11170
|
-
async function
|
|
11666
|
+
async function importApplicationsComponentsGfxUtils() {
|
|
11171
11667
|
if (isAMD) {
|
|
11172
|
-
return await window.$arcgis.import("esri/applications/
|
|
11668
|
+
return await window.$arcgis.import("esri/applications/Components/gfxUtils");
|
|
11173
11669
|
}
|
|
11174
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11670
|
+
const module2 = await import("@arcgis/core/applications/Components/gfxUtils.js");
|
|
11175
11671
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11176
11672
|
}
|
|
11177
|
-
async function
|
|
11673
|
+
async function importApplicationsComponentsLayerOriginUtils() {
|
|
11178
11674
|
if (isAMD) {
|
|
11179
|
-
return await window.$arcgis.import("esri/applications/
|
|
11675
|
+
return await window.$arcgis.import("esri/applications/Components/layerOriginUtils");
|
|
11180
11676
|
}
|
|
11181
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11677
|
+
const module2 = await import("@arcgis/core/applications/Components/layerOriginUtils.js");
|
|
11182
11678
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11183
11679
|
}
|
|
11184
|
-
async function
|
|
11680
|
+
async function importApplicationsComponentsLayersEffectsJsonUtils() {
|
|
11185
11681
|
if (isAMD) {
|
|
11186
|
-
return await window.$arcgis.import("esri/applications/
|
|
11682
|
+
return await window.$arcgis.import("esri/applications/Components/layersEffectsJsonUtils");
|
|
11187
11683
|
}
|
|
11188
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11684
|
+
const module2 = await import("@arcgis/core/applications/Components/layersEffectsJsonUtils.js");
|
|
11189
11685
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11190
11686
|
}
|
|
11191
|
-
async function
|
|
11687
|
+
async function importApplicationsComponentsPreviewSymbol2D() {
|
|
11192
11688
|
if (isAMD) {
|
|
11193
|
-
return await window.$arcgis.import("esri/applications/Components/
|
|
11689
|
+
return await window.$arcgis.import("esri/applications/Components/previewSymbol2D");
|
|
11194
11690
|
}
|
|
11195
|
-
const module2 = await import("@arcgis/core/applications/Components/
|
|
11691
|
+
const module2 = await import("@arcgis/core/applications/Components/previewSymbol2D.js");
|
|
11196
11692
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11197
11693
|
}
|
|
11198
|
-
async function
|
|
11694
|
+
async function importApplicationsComponentsReactiveUtils() {
|
|
11199
11695
|
if (isAMD) {
|
|
11200
|
-
return await window.$arcgis.import("esri/applications/Components/
|
|
11696
|
+
return await window.$arcgis.import("esri/applications/Components/reactiveUtils");
|
|
11201
11697
|
}
|
|
11202
|
-
const module2 = await import("@arcgis/core/applications/Components/
|
|
11698
|
+
const module2 = await import("@arcgis/core/applications/Components/reactiveUtils.js");
|
|
11203
11699
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11204
11700
|
}
|
|
11205
|
-
async function
|
|
11701
|
+
async function importApplicationsComponentsSelectionOperation() {
|
|
11206
11702
|
if (isAMD) {
|
|
11207
|
-
return await window.$arcgis.import("esri/applications/Components/
|
|
11703
|
+
return await window.$arcgis.import("esri/applications/Components/SelectionOperation");
|
|
11208
11704
|
}
|
|
11209
|
-
const module2 = await import("@arcgis/core/applications/Components/
|
|
11705
|
+
const module2 = await import("@arcgis/core/applications/Components/SelectionOperation.js");
|
|
11210
11706
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11211
11707
|
}
|
|
11212
|
-
async function
|
|
11708
|
+
async function importApplicationsComponentsSketchTooltipControls() {
|
|
11213
11709
|
if (isAMD) {
|
|
11214
|
-
return await window.$arcgis.import("esri/applications/Components/
|
|
11710
|
+
return await window.$arcgis.import("esri/applications/Components/SketchTooltipControls");
|
|
11215
11711
|
}
|
|
11216
|
-
const module2 = await import("@arcgis/core/applications/Components/
|
|
11712
|
+
const module2 = await import("@arcgis/core/applications/Components/SketchTooltipControls.js");
|
|
11217
11713
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11218
11714
|
}
|
|
11219
|
-
async function
|
|
11715
|
+
async function importApplicationsComponentsStyleUtils() {
|
|
11220
11716
|
if (isAMD) {
|
|
11221
|
-
return await window.$arcgis.import("esri/applications/Components/
|
|
11717
|
+
return await window.$arcgis.import("esri/applications/Components/styleUtils");
|
|
11222
11718
|
}
|
|
11223
|
-
const module2 = await import("@arcgis/core/applications/Components/
|
|
11719
|
+
const module2 = await import("@arcgis/core/applications/Components/styleUtils.js");
|
|
11224
11720
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11225
11721
|
}
|
|
11226
|
-
async function
|
|
11722
|
+
async function importApplicationsComponentsSvgUtils() {
|
|
11227
11723
|
if (isAMD) {
|
|
11228
|
-
return await window.$arcgis.import("esri/applications/Components/
|
|
11724
|
+
return await window.$arcgis.import("esri/applications/Components/svgUtils");
|
|
11229
11725
|
}
|
|
11230
|
-
const module2 = await import("@arcgis/core/applications/Components/
|
|
11726
|
+
const module2 = await import("@arcgis/core/applications/Components/svgUtils.js");
|
|
11231
11727
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11232
11728
|
}
|
|
11233
|
-
async function
|
|
11729
|
+
async function importApplicationsComponentsWebStyleSymbolUtils() {
|
|
11234
11730
|
if (isAMD) {
|
|
11235
|
-
return await window.$arcgis.import("esri/applications/Components/
|
|
11731
|
+
return await window.$arcgis.import("esri/applications/Components/webStyleSymbolUtils");
|
|
11236
11732
|
}
|
|
11237
|
-
const module2 = await import("@arcgis/core/applications/Components/
|
|
11733
|
+
const module2 = await import("@arcgis/core/applications/Components/webStyleSymbolUtils.js");
|
|
11238
11734
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11239
11735
|
}
|
|
11240
|
-
async function
|
|
11736
|
+
async function importApplicationsExperienceBuilderSketchUtils() {
|
|
11241
11737
|
if (isAMD) {
|
|
11242
|
-
return await window.$arcgis.import("esri/applications/
|
|
11738
|
+
return await window.$arcgis.import("esri/applications/ExperienceBuilder/sketchUtils");
|
|
11243
11739
|
}
|
|
11244
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11740
|
+
const module2 = await import("@arcgis/core/applications/ExperienceBuilder/sketchUtils.js");
|
|
11245
11741
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11246
11742
|
}
|
|
11247
|
-
async function
|
|
11743
|
+
async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
11248
11744
|
if (isAMD) {
|
|
11249
|
-
return await window.$arcgis.import("esri/applications/
|
|
11745
|
+
return await window.$arcgis.import("esri/applications/SceneViewer/devEnvironmentUtils");
|
|
11250
11746
|
}
|
|
11251
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11747
|
+
const module2 = await import("@arcgis/core/applications/SceneViewer/devEnvironmentUtils.js");
|
|
11748
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11749
|
+
}
|
|
11750
|
+
async function importApplicationsWebEditorSketchUtils() {
|
|
11751
|
+
if (isAMD) {
|
|
11752
|
+
return await window.$arcgis.import("esri/applications/WebEditor/sketchUtils");
|
|
11753
|
+
}
|
|
11754
|
+
const module2 = await import("@arcgis/core/applications/WebEditor/sketchUtils.js");
|
|
11252
11755
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11253
11756
|
}
|
|
11254
11757
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -11266,21 +11769,22 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11266
11769
|
importAnalysisViewshed,
|
|
11267
11770
|
importAnalysisViewshedAnalysis,
|
|
11268
11771
|
importApplicationsComponentsBasemapUtils,
|
|
11772
|
+
importApplicationsComponentsCollectionFlattener,
|
|
11269
11773
|
importApplicationsComponentsDrawUtils,
|
|
11774
|
+
importApplicationsComponentsFontUtils,
|
|
11270
11775
|
importApplicationsComponentsGetDefaultUnits,
|
|
11271
11776
|
importApplicationsComponentsGfxUtils,
|
|
11272
11777
|
importApplicationsComponentsLayerOriginUtils,
|
|
11778
|
+
importApplicationsComponentsLayersEffectsJsonUtils,
|
|
11273
11779
|
importApplicationsComponentsPreviewSymbol2D,
|
|
11780
|
+
importApplicationsComponentsReactiveUtils,
|
|
11781
|
+
importApplicationsComponentsSelectionOperation,
|
|
11782
|
+
importApplicationsComponentsSketchTooltipControls,
|
|
11274
11783
|
importApplicationsComponentsStyleUtils,
|
|
11275
11784
|
importApplicationsComponentsSvgUtils,
|
|
11276
11785
|
importApplicationsComponentsWebStyleSymbolUtils,
|
|
11277
|
-
|
|
11278
|
-
importApplicationsMapViewerMediaUtils,
|
|
11279
|
-
importApplicationsSceneViewerColorUtils,
|
|
11786
|
+
importApplicationsExperienceBuilderSketchUtils,
|
|
11280
11787
|
importApplicationsSceneViewerDevEnvironmentUtils,
|
|
11281
|
-
importApplicationsSceneViewerLayerUtils,
|
|
11282
|
-
importApplicationsSceneViewerSceneViewerUtils,
|
|
11283
|
-
importApplicationsSceneViewerSymbolUtils,
|
|
11284
11788
|
importApplicationsWebEditorSketchUtils,
|
|
11285
11789
|
importArcade,
|
|
11286
11790
|
importBasemap,
|
|
@@ -11339,9 +11843,16 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11339
11843
|
importGeometryHeightModelInfo,
|
|
11340
11844
|
importGeometryMesh,
|
|
11341
11845
|
importGeometryMultipoint,
|
|
11846
|
+
importGeometryOperatorsAffineTransformOperator,
|
|
11847
|
+
importGeometryOperatorsAlphaShapeOperator,
|
|
11848
|
+
importGeometryOperatorsAreaOperator,
|
|
11849
|
+
importGeometryOperatorsAutoCompleteOperator,
|
|
11850
|
+
importGeometryOperatorsBoundaryOperator,
|
|
11851
|
+
importGeometryOperatorsBufferOperator,
|
|
11342
11852
|
importGeometryOperatorsCentroidOperator,
|
|
11343
11853
|
importGeometryOperatorsClipOperator,
|
|
11344
11854
|
importGeometryOperatorsContainsOperator,
|
|
11855
|
+
importGeometryOperatorsConvexHullOperator,
|
|
11345
11856
|
importGeometryOperatorsCrossesOperator,
|
|
11346
11857
|
importGeometryOperatorsCutOperator,
|
|
11347
11858
|
importGeometryOperatorsDensifyOperator,
|
|
@@ -11349,16 +11860,35 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11349
11860
|
importGeometryOperatorsDisjointOperator,
|
|
11350
11861
|
importGeometryOperatorsDistanceOperator,
|
|
11351
11862
|
importGeometryOperatorsEqualsOperator,
|
|
11863
|
+
importGeometryOperatorsExtendOperator,
|
|
11352
11864
|
importGeometryOperatorsGeneralizeOperator,
|
|
11353
11865
|
importGeometryOperatorsGeodesicBufferOperator,
|
|
11866
|
+
importGeometryOperatorsGeodesicProximityOperator,
|
|
11867
|
+
importGeometryOperatorsGeodeticAreaOperator,
|
|
11354
11868
|
importGeometryOperatorsGeodeticDensifyOperator,
|
|
11355
11869
|
importGeometryOperatorsGeodeticDistanceOperator,
|
|
11870
|
+
importGeometryOperatorsGeodeticLengthOperator,
|
|
11871
|
+
importGeometryOperatorsGraphicBufferOperator,
|
|
11872
|
+
importGeometryOperatorsIntegrateOperator,
|
|
11356
11873
|
importGeometryOperatorsIntersectionOperator,
|
|
11357
11874
|
importGeometryOperatorsIntersectsOperator,
|
|
11875
|
+
importGeometryOperatorsIsNearOperator,
|
|
11876
|
+
importGeometryOperatorsLabelPointOperator,
|
|
11877
|
+
importGeometryOperatorsLengthOperator,
|
|
11878
|
+
importGeometryOperatorsLinesToPolygonsOperator,
|
|
11879
|
+
importGeometryOperatorsLocateBetweenOperator,
|
|
11880
|
+
importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
11881
|
+
importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
11882
|
+
importGeometryOperatorsOffsetOperator,
|
|
11358
11883
|
importGeometryOperatorsOverlapsOperator,
|
|
11884
|
+
importGeometryOperatorsPolygonOverlayOperator,
|
|
11885
|
+
importGeometryOperatorsPolygonSlicerOperator,
|
|
11359
11886
|
importGeometryOperatorsProximityOperator,
|
|
11360
11887
|
importGeometryOperatorsRelateOperator,
|
|
11888
|
+
importGeometryOperatorsReshapeOperator,
|
|
11361
11889
|
importGeometryOperatorsSimplifyOperator,
|
|
11890
|
+
importGeometryOperatorsSupportTransformation,
|
|
11891
|
+
importGeometryOperatorsSymmetricDifferenceOperator,
|
|
11362
11892
|
importGeometryOperatorsTouchesOperator,
|
|
11363
11893
|
importGeometryOperatorsUnionOperator,
|
|
11364
11894
|
importGeometryOperatorsWithinOperator,
|
|
@@ -11415,17 +11945,23 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11415
11945
|
importLayersIntegratedMesh3DTilesLayer,
|
|
11416
11946
|
importLayersIntegratedMeshLayer,
|
|
11417
11947
|
importLayersKMLLayer,
|
|
11948
|
+
importLayersKnowledgeGraphCypherUtils,
|
|
11418
11949
|
importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
11419
11950
|
importLayersKnowledgeGraphLayer,
|
|
11951
|
+
importLayersKnowledgeGraphSupportUtils,
|
|
11420
11952
|
importLayersLayer,
|
|
11421
11953
|
importLayersLineOfSightLayer,
|
|
11954
|
+
importLayersLinkChartLayer,
|
|
11422
11955
|
importLayersMapImageLayer,
|
|
11423
11956
|
importLayersMapNotesLayer,
|
|
11424
11957
|
importLayersMediaLayer,
|
|
11425
11958
|
importLayersOGCFeatureLayer,
|
|
11959
|
+
importLayersOgcWcsUtils,
|
|
11426
11960
|
importLayersOgcWfsUtils,
|
|
11427
11961
|
importLayersOpenStreetMapLayer,
|
|
11428
11962
|
importLayersOrientedImageryLayer,
|
|
11963
|
+
importLayersOrientedImageryTransformationsImageToWorld,
|
|
11964
|
+
importLayersOrientedImageryTransformationsWorldToImage,
|
|
11429
11965
|
importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
11430
11966
|
importLayersPointCloudFiltersPointCloudFilter,
|
|
11431
11967
|
importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -11519,6 +12055,11 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11519
12055
|
importLayersWMSLayer,
|
|
11520
12056
|
importLayersWMTSLayer,
|
|
11521
12057
|
importLayersWebTileLayer,
|
|
12058
|
+
importLinkChartChronologicalLayoutSettings,
|
|
12059
|
+
importLinkChartLayoutSettings,
|
|
12060
|
+
importLinkChartLinkChartProperties,
|
|
12061
|
+
importLinkChartNonspatialDataDisplay,
|
|
12062
|
+
importLinkChartOrganicLayoutSettings,
|
|
11522
12063
|
importMap,
|
|
11523
12064
|
importNetworksNetwork,
|
|
11524
12065
|
importNetworksSupportNamedTraceConfiguration,
|
|
@@ -11592,6 +12133,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11592
12133
|
importRenderersSupportColormapInfo,
|
|
11593
12134
|
importRenderersSupportHeatmapColorStop,
|
|
11594
12135
|
importRenderersSupportJsonUtils,
|
|
12136
|
+
importRenderersSupportRasterPresetRenderer,
|
|
11595
12137
|
importRenderersSupportUniqueValue,
|
|
11596
12138
|
importRenderersSupportUniqueValueClass,
|
|
11597
12139
|
importRenderersSupportUniqueValueGroup,
|
|
@@ -11630,6 +12172,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11630
12172
|
importRestKnowledgeGraphGraphProperty,
|
|
11631
12173
|
importRestKnowledgeGraphGraphQuery,
|
|
11632
12174
|
importRestKnowledgeGraphGraphQueryResult,
|
|
12175
|
+
importRestKnowledgeGraphGraphQueryResultHeader,
|
|
11633
12176
|
importRestKnowledgeGraphGraphQueryStreaming,
|
|
11634
12177
|
importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
11635
12178
|
importRestKnowledgeGraphGraphSearch,
|
|
@@ -11643,6 +12186,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11643
12186
|
importRestKnowledgeGraphSearchIndex,
|
|
11644
12187
|
importRestKnowledgeGraphService,
|
|
11645
12188
|
importRestKnowledgeGraphServiceDefinition,
|
|
12189
|
+
importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
11646
12190
|
importRestLocator,
|
|
11647
12191
|
importRestNetworkService,
|
|
11648
12192
|
importRestNetworksQueryAssociations,
|
|
@@ -11792,6 +12336,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11792
12336
|
importSmartMappingRenderersPredominance,
|
|
11793
12337
|
importSmartMappingRenderersRelationship,
|
|
11794
12338
|
importSmartMappingRenderersSize,
|
|
12339
|
+
importSmartMappingRenderersSupportRendererUtils,
|
|
11795
12340
|
importSmartMappingRenderersType,
|
|
11796
12341
|
importSmartMappingRenderersUnivariateColorSize,
|
|
11797
12342
|
importSmartMappingStatisticsClassBreaks,
|
|
@@ -11883,6 +12428,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11883
12428
|
importViewpoint,
|
|
11884
12429
|
importViews2dLayersBaseLayerView2D,
|
|
11885
12430
|
importViews2dLayersBaseLayerViewGL2D,
|
|
12431
|
+
importViews2dSupportHighlightGroup,
|
|
11886
12432
|
importViews2dViewState,
|
|
11887
12433
|
importViews3dAnalysisAreaMeasurementAnalysisView3D,
|
|
11888
12434
|
importViews3dAnalysisDirectLineMeasurementAnalysisView3D,
|
|
@@ -11897,7 +12443,6 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11897
12443
|
importViews3dEnvironmentSunLighting,
|
|
11898
12444
|
importViews3dEnvironmentSunnyWeather,
|
|
11899
12445
|
importViews3dEnvironmentVirtualLighting,
|
|
11900
|
-
importViews3dExternalRenderers,
|
|
11901
12446
|
importViews3dSupportLayerPerformanceInfo,
|
|
11902
12447
|
importViews3dSupportSceneViewPerformanceInfo,
|
|
11903
12448
|
importViews3dWebgl,
|
|
@@ -11931,6 +12476,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11931
12476
|
importViewsLayersCatalogLayerView,
|
|
11932
12477
|
importViewsLayersDimensionLayerView,
|
|
11933
12478
|
importViewsLayersFeatureLayerView,
|
|
12479
|
+
importViewsLayersGroupLayerView,
|
|
11934
12480
|
importViewsLayersImageryLayerView,
|
|
11935
12481
|
importViewsLayersLayerView,
|
|
11936
12482
|
importViewsLayersMediaLayerView,
|
|
@@ -11938,6 +12484,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11938
12484
|
importViewsLayersSceneLayerView,
|
|
11939
12485
|
importViewsLayersStreamLayerView,
|
|
11940
12486
|
importViewsLayersViewshedLayerView,
|
|
12487
|
+
importViewsLinkChartView,
|
|
11941
12488
|
importViewsMagnifier,
|
|
11942
12489
|
importViewsMapView,
|
|
11943
12490
|
importViewsNavigationGamepadGamepadSettings,
|
|
@@ -11951,6 +12498,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11951
12498
|
importViewsView2D,
|
|
11952
12499
|
importViewsViewAnimation,
|
|
11953
12500
|
importWebDocument2D,
|
|
12501
|
+
importWebLinkChart,
|
|
11954
12502
|
importWebMap,
|
|
11955
12503
|
importWebScene,
|
|
11956
12504
|
importWebdocApplicationPropertiesSearch,
|
|
@@ -12046,12 +12594,15 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12046
12594
|
importWidgetsExpand,
|
|
12047
12595
|
importWidgetsExpandExpandViewModel,
|
|
12048
12596
|
importWidgetsFeature,
|
|
12597
|
+
importWidgetsFeatureFeatureUtilityNetworkAssociationsFeatureUtilityNetworkAssociationsViewModel,
|
|
12049
12598
|
importWidgetsFeatureFeatureViewModel,
|
|
12050
12599
|
importWidgetsFeatureForm,
|
|
12051
12600
|
importWidgetsFeatureFormFeatureFormViewModel,
|
|
12052
12601
|
importWidgetsFeatureFormFieldInput,
|
|
12053
12602
|
importWidgetsFeatureFormGroupInput,
|
|
12054
12603
|
importWidgetsFeatureFormRelationshipInput,
|
|
12604
|
+
importWidgetsFeatureFormTextElementInput,
|
|
12605
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
12055
12606
|
importWidgetsFeatureTable,
|
|
12056
12607
|
importWidgetsFeatureTableActionColumn,
|
|
12057
12608
|
importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -12063,10 +12614,12 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12063
12614
|
importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
12064
12615
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12065
12616
|
importWidgetsFeatureTableRelationshipColumn,
|
|
12617
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12066
12618
|
importWidgetsFeatureTableSupportColumnTemplate,
|
|
12067
12619
|
importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
12068
12620
|
importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
12069
12621
|
importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
12622
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
12070
12623
|
importWidgetsFeatureTableSupportTableTemplate,
|
|
12071
12624
|
importWidgetsFeatureTemplates,
|
|
12072
12625
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -12166,6 +12719,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12166
12719
|
importWidgetsUtilityNetworkAssociations,
|
|
12167
12720
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
12168
12721
|
importWidgetsUtilityNetworkTrace,
|
|
12722
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
12169
12723
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
12170
12724
|
importWidgetsUtilityNetworkValidateTopology,
|
|
12171
12725
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -12234,6 +12788,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12234
12788
|
newGeometryHeightModelInfo,
|
|
12235
12789
|
newGeometryMesh,
|
|
12236
12790
|
newGeometryMultipoint,
|
|
12791
|
+
newGeometryOperatorsSupportTransformation,
|
|
12237
12792
|
newGeometryPoint,
|
|
12238
12793
|
newGeometryPolygon,
|
|
12239
12794
|
newGeometryPolyline,
|
|
@@ -12281,6 +12836,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12281
12836
|
newLayersKnowledgeGraphLayer,
|
|
12282
12837
|
newLayersLayer,
|
|
12283
12838
|
newLayersLineOfSightLayer,
|
|
12839
|
+
newLayersLinkChartLayer,
|
|
12284
12840
|
newLayersMapImageLayer,
|
|
12285
12841
|
newLayersMapNotesLayer,
|
|
12286
12842
|
newLayersMediaLayer,
|
|
@@ -12373,6 +12929,11 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12373
12929
|
newLayersWMSLayer,
|
|
12374
12930
|
newLayersWMTSLayer,
|
|
12375
12931
|
newLayersWebTileLayer,
|
|
12932
|
+
newLinkChartChronologicalLayoutSettings,
|
|
12933
|
+
newLinkChartLayoutSettings,
|
|
12934
|
+
newLinkChartLinkChartProperties,
|
|
12935
|
+
newLinkChartNonspatialDataDisplay,
|
|
12936
|
+
newLinkChartOrganicLayoutSettings,
|
|
12376
12937
|
newMap,
|
|
12377
12938
|
newNetworksNetwork,
|
|
12378
12939
|
newNetworksSupportNamedTraceConfiguration,
|
|
@@ -12440,6 +13001,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12440
13001
|
newRenderersSupportClassBreakInfo,
|
|
12441
13002
|
newRenderersSupportColormapInfo,
|
|
12442
13003
|
newRenderersSupportHeatmapColorStop,
|
|
13004
|
+
newRenderersSupportRasterPresetRenderer,
|
|
12443
13005
|
newRenderersSupportUniqueValue,
|
|
12444
13006
|
newRenderersSupportUniqueValueClass,
|
|
12445
13007
|
newRenderersSupportUniqueValueGroup,
|
|
@@ -12468,6 +13030,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12468
13030
|
newRestKnowledgeGraphGraphProperty,
|
|
12469
13031
|
newRestKnowledgeGraphGraphQuery,
|
|
12470
13032
|
newRestKnowledgeGraphGraphQueryResult,
|
|
13033
|
+
newRestKnowledgeGraphGraphQueryResultHeader,
|
|
12471
13034
|
newRestKnowledgeGraphGraphQueryStreaming,
|
|
12472
13035
|
newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
12473
13036
|
newRestKnowledgeGraphGraphSearch,
|
|
@@ -12480,6 +13043,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12480
13043
|
newRestKnowledgeGraphRelationshipType,
|
|
12481
13044
|
newRestKnowledgeGraphSearchIndex,
|
|
12482
13045
|
newRestKnowledgeGraphServiceDefinition,
|
|
13046
|
+
newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
12483
13047
|
newRestNetworksSupportAggregatedGeometry,
|
|
12484
13048
|
newRestNetworksSupportAssociation,
|
|
12485
13049
|
newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -12650,6 +13214,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12650
13214
|
newViewpoint,
|
|
12651
13215
|
newViews2dLayersBaseLayerView2D,
|
|
12652
13216
|
newViews2dLayersBaseLayerViewGL2D,
|
|
13217
|
+
newViews2dSupportHighlightGroup,
|
|
12653
13218
|
newViews2dViewState,
|
|
12654
13219
|
newViews3dAnalysisAreaMeasurementAnalysisView3D,
|
|
12655
13220
|
newViews3dAnalysisDirectLineMeasurementAnalysisView3D,
|
|
@@ -12691,6 +13256,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12691
13256
|
newViewsLayersCatalogLayerView,
|
|
12692
13257
|
newViewsLayersDimensionLayerView,
|
|
12693
13258
|
newViewsLayersFeatureLayerView,
|
|
13259
|
+
newViewsLayersGroupLayerView,
|
|
12694
13260
|
newViewsLayersImageryLayerView,
|
|
12695
13261
|
newViewsLayersLayerView,
|
|
12696
13262
|
newViewsLayersMediaLayerView,
|
|
@@ -12698,6 +13264,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12698
13264
|
newViewsLayersSceneLayerView,
|
|
12699
13265
|
newViewsLayersStreamLayerView,
|
|
12700
13266
|
newViewsLayersViewshedLayerView,
|
|
13267
|
+
newViewsLinkChartView,
|
|
12701
13268
|
newViewsMagnifier,
|
|
12702
13269
|
newViewsMapView,
|
|
12703
13270
|
newViewsNavigationGamepadGamepadSettings,
|
|
@@ -12710,6 +13277,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12710
13277
|
newViewsView2D,
|
|
12711
13278
|
newViewsViewAnimation,
|
|
12712
13279
|
newWebDocument2D,
|
|
13280
|
+
newWebLinkChart,
|
|
12713
13281
|
newWebMap,
|
|
12714
13282
|
newWebScene,
|
|
12715
13283
|
newWebdocApplicationPropertiesSearch,
|
|
@@ -12810,6 +13378,8 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12810
13378
|
newWidgetsFeatureFormFieldInput,
|
|
12811
13379
|
newWidgetsFeatureFormGroupInput,
|
|
12812
13380
|
newWidgetsFeatureFormRelationshipInput,
|
|
13381
|
+
newWidgetsFeatureFormTextElementInput,
|
|
13382
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
12813
13383
|
newWidgetsFeatureTable,
|
|
12814
13384
|
newWidgetsFeatureTableActionColumn,
|
|
12815
13385
|
newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -12821,10 +13391,12 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12821
13391
|
newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
12822
13392
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12823
13393
|
newWidgetsFeatureTableRelationshipColumn,
|
|
13394
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12824
13395
|
newWidgetsFeatureTableSupportColumnTemplate,
|
|
12825
13396
|
newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
12826
13397
|
newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
12827
13398
|
newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
13399
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
12828
13400
|
newWidgetsFeatureTableSupportTableTemplate,
|
|
12829
13401
|
newWidgetsFeatureTemplates,
|
|
12830
13402
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -12922,6 +13494,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12922
13494
|
newWidgetsUtilityNetworkAssociations,
|
|
12923
13495
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
12924
13496
|
newWidgetsUtilityNetworkTrace,
|
|
13497
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
12925
13498
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
12926
13499
|
newWidgetsUtilityNetworkValidateTopology,
|
|
12927
13500
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|