@arcgis/core-adapter 4.32.0-next.7 → 4.32.0-next.72
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/dist/index.cjs +760 -184
- package/dist/index.d.cts +106 -33
- package/dist/index.d.ts +106 -33
- package/dist/index.js +675 -172
- package/package.json +5 -2
- package/.turbo/turbo-build.log +0 -3
- package/scripts/generator.ts +0 -419
- package/scripts/update-adapter-typings.ts +0 -71
- package/src/index.ts +0 -11363
- package/support/api-reference-esm-imports.json +0 -938
- package/support/arcgis.d.ts +0 -143912
- package/tsconfig.json +0 -5
- package/tsup.config.ts +0 -12
package/dist/index.cjs
CHANGED
|
@@ -44,21 +44,21 @@ __export(src_exports, {
|
|
|
44
44
|
importAnalysisViewshedAnalysis: () => importAnalysisViewshedAnalysis,
|
|
45
45
|
importApplicationsComponentsBasemapUtils: () => importApplicationsComponentsBasemapUtils,
|
|
46
46
|
importApplicationsComponentsDrawUtils: () => importApplicationsComponentsDrawUtils,
|
|
47
|
+
importApplicationsComponentsFontUtils: () => importApplicationsComponentsFontUtils,
|
|
47
48
|
importApplicationsComponentsGetDefaultUnits: () => importApplicationsComponentsGetDefaultUnits,
|
|
48
49
|
importApplicationsComponentsGfxUtils: () => importApplicationsComponentsGfxUtils,
|
|
49
50
|
importApplicationsComponentsLayerOriginUtils: () => importApplicationsComponentsLayerOriginUtils,
|
|
51
|
+
importApplicationsComponentsLayersEffectsJsonUtils: () => importApplicationsComponentsLayersEffectsJsonUtils,
|
|
50
52
|
importApplicationsComponentsPreviewSymbol2D: () => importApplicationsComponentsPreviewSymbol2D,
|
|
53
|
+
importApplicationsComponentsReactiveUtils: () => importApplicationsComponentsReactiveUtils,
|
|
54
|
+
importApplicationsComponentsSelectionOperation: () => importApplicationsComponentsSelectionOperation,
|
|
55
|
+
importApplicationsComponentsSketchTooltipControls: () => importApplicationsComponentsSketchTooltipControls,
|
|
51
56
|
importApplicationsComponentsStyleUtils: () => importApplicationsComponentsStyleUtils,
|
|
52
57
|
importApplicationsComponentsSvgUtils: () => importApplicationsComponentsSvgUtils,
|
|
53
58
|
importApplicationsComponentsWebStyleSymbolUtils: () => importApplicationsComponentsWebStyleSymbolUtils,
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
importApplicationsSceneViewerColorUtils: () => importApplicationsSceneViewerColorUtils,
|
|
59
|
+
importApplicationsExperienceBuilderSketchUtils: () => importApplicationsExperienceBuilderSketchUtils,
|
|
60
|
+
importApplicationsMapViewerTemplateUtils: () => importApplicationsMapViewerTemplateUtils,
|
|
57
61
|
importApplicationsSceneViewerDevEnvironmentUtils: () => importApplicationsSceneViewerDevEnvironmentUtils,
|
|
58
|
-
importApplicationsSceneViewerLayerUtils: () => importApplicationsSceneViewerLayerUtils,
|
|
59
|
-
importApplicationsSceneViewerSceneViewerUtils: () => importApplicationsSceneViewerSceneViewerUtils,
|
|
60
|
-
importApplicationsSceneViewerSymbolUtils: () => importApplicationsSceneViewerSymbolUtils,
|
|
61
|
-
importApplicationsUrbanMeshUtils: () => importApplicationsUrbanMeshUtils,
|
|
62
62
|
importApplicationsWebEditorSketchUtils: () => importApplicationsWebEditorSketchUtils,
|
|
63
63
|
importArcade: () => importArcade,
|
|
64
64
|
importBasemap: () => importBasemap,
|
|
@@ -80,16 +80,17 @@ __export(src_exports, {
|
|
|
80
80
|
importCoreUrlUtils: () => importCoreUrlUtils,
|
|
81
81
|
importCoreWorkers: () => importCoreWorkers,
|
|
82
82
|
importCoreWorkersConnection: () => importCoreWorkersConnection,
|
|
83
|
+
importFormElements: () => importFormElements,
|
|
83
84
|
importFormElementsAttachmentElement: () => importFormElementsAttachmentElement,
|
|
84
85
|
importFormElementsElement: () => importFormElementsElement,
|
|
85
86
|
importFormElementsFieldElement: () => importFormElementsFieldElement,
|
|
86
87
|
importFormElementsGroupElement: () => importFormElementsGroupElement,
|
|
88
|
+
importFormElementsInputs: () => importFormElementsInputs,
|
|
87
89
|
importFormElementsInputsAttachmentsAttachmentInput: () => importFormElementsInputsAttachmentsAttachmentInput,
|
|
88
90
|
importFormElementsInputsAttachmentsAudioInput: () => importFormElementsInputsAttachmentsAudioInput,
|
|
89
91
|
importFormElementsInputsAttachmentsDocumentInput: () => importFormElementsInputsAttachmentsDocumentInput,
|
|
90
92
|
importFormElementsInputsAttachmentsImageInput: () => importFormElementsInputsAttachmentsImageInput,
|
|
91
93
|
importFormElementsInputsAttachmentsSignatureInput: () => importFormElementsInputsAttachmentsSignatureInput,
|
|
92
|
-
importFormElementsInputsAttachmentsSupportInputs: () => importFormElementsInputsAttachmentsSupportInputs,
|
|
93
94
|
importFormElementsInputsAttachmentsVideoInput: () => importFormElementsInputsAttachmentsVideoInput,
|
|
94
95
|
importFormElementsInputsBarcodeScannerInput: () => importFormElementsInputsBarcodeScannerInput,
|
|
95
96
|
importFormElementsInputsComboBoxInput: () => importFormElementsInputsComboBoxInput,
|
|
@@ -102,11 +103,10 @@ __export(src_exports, {
|
|
|
102
103
|
importFormElementsInputsTextBoxInput: () => importFormElementsInputsTextBoxInput,
|
|
103
104
|
importFormElementsInputsTimePickerInput: () => importFormElementsInputsTimePickerInput,
|
|
104
105
|
importFormElementsRelationshipElement: () => importFormElementsRelationshipElement,
|
|
105
|
-
importFormElementsSupportInputs: () => importFormElementsSupportInputs,
|
|
106
106
|
importFormElementsTextElement: () => importFormElementsTextElement,
|
|
107
|
+
importFormElementsUtilityNetworkAssociationsElement: () => importFormElementsUtilityNetworkAssociationsElement,
|
|
107
108
|
importFormExpressionInfo: () => importFormExpressionInfo,
|
|
108
109
|
importFormFormTemplate: () => importFormFormTemplate,
|
|
109
|
-
importFormSupportElements: () => importFormSupportElements,
|
|
110
110
|
importGeometry: () => importGeometry,
|
|
111
111
|
importGeometryCircle: () => importGeometryCircle,
|
|
112
112
|
importGeometryCoordinateFormatter: () => importGeometryCoordinateFormatter,
|
|
@@ -118,7 +118,10 @@ __export(src_exports, {
|
|
|
118
118
|
importGeometryMesh: () => importGeometryMesh,
|
|
119
119
|
importGeometryMultipoint: () => importGeometryMultipoint,
|
|
120
120
|
importGeometryOperatorsAffineTransformOperator: () => importGeometryOperatorsAffineTransformOperator,
|
|
121
|
+
importGeometryOperatorsAlphaShapeOperator: () => importGeometryOperatorsAlphaShapeOperator,
|
|
121
122
|
importGeometryOperatorsAreaOperator: () => importGeometryOperatorsAreaOperator,
|
|
123
|
+
importGeometryOperatorsAutoCompleteOperator: () => importGeometryOperatorsAutoCompleteOperator,
|
|
124
|
+
importGeometryOperatorsBoundaryOperator: () => importGeometryOperatorsBoundaryOperator,
|
|
122
125
|
importGeometryOperatorsBufferOperator: () => importGeometryOperatorsBufferOperator,
|
|
123
126
|
importGeometryOperatorsCentroidOperator: () => importGeometryOperatorsCentroidOperator,
|
|
124
127
|
importGeometryOperatorsClipOperator: () => importGeometryOperatorsClipOperator,
|
|
@@ -131,20 +134,32 @@ __export(src_exports, {
|
|
|
131
134
|
importGeometryOperatorsDisjointOperator: () => importGeometryOperatorsDisjointOperator,
|
|
132
135
|
importGeometryOperatorsDistanceOperator: () => importGeometryOperatorsDistanceOperator,
|
|
133
136
|
importGeometryOperatorsEqualsOperator: () => importGeometryOperatorsEqualsOperator,
|
|
137
|
+
importGeometryOperatorsExtendOperator: () => importGeometryOperatorsExtendOperator,
|
|
134
138
|
importGeometryOperatorsGeneralizeOperator: () => importGeometryOperatorsGeneralizeOperator,
|
|
135
139
|
importGeometryOperatorsGeodesicBufferOperator: () => importGeometryOperatorsGeodesicBufferOperator,
|
|
140
|
+
importGeometryOperatorsGeodesicProximityOperator: () => importGeometryOperatorsGeodesicProximityOperator,
|
|
136
141
|
importGeometryOperatorsGeodeticAreaOperator: () => importGeometryOperatorsGeodeticAreaOperator,
|
|
137
142
|
importGeometryOperatorsGeodeticDensifyOperator: () => importGeometryOperatorsGeodeticDensifyOperator,
|
|
138
143
|
importGeometryOperatorsGeodeticDistanceOperator: () => importGeometryOperatorsGeodeticDistanceOperator,
|
|
139
144
|
importGeometryOperatorsGeodeticLengthOperator: () => importGeometryOperatorsGeodeticLengthOperator,
|
|
140
145
|
importGeometryOperatorsGraphicBufferOperator: () => importGeometryOperatorsGraphicBufferOperator,
|
|
146
|
+
importGeometryOperatorsIntegrateOperator: () => importGeometryOperatorsIntegrateOperator,
|
|
141
147
|
importGeometryOperatorsIntersectionOperator: () => importGeometryOperatorsIntersectionOperator,
|
|
142
148
|
importGeometryOperatorsIntersectsOperator: () => importGeometryOperatorsIntersectsOperator,
|
|
149
|
+
importGeometryOperatorsIsNearOperator: () => importGeometryOperatorsIsNearOperator,
|
|
150
|
+
importGeometryOperatorsLabelPointOperator: () => importGeometryOperatorsLabelPointOperator,
|
|
143
151
|
importGeometryOperatorsLengthOperator: () => importGeometryOperatorsLengthOperator,
|
|
152
|
+
importGeometryOperatorsLinesToPolygonsOperator: () => importGeometryOperatorsLinesToPolygonsOperator,
|
|
153
|
+
importGeometryOperatorsLocateBetweenOperator: () => importGeometryOperatorsLocateBetweenOperator,
|
|
154
|
+
importGeometryOperatorsMinimumBoundingCircleOperator: () => importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
155
|
+
importGeometryOperatorsMultiPartToSinglePartOperator: () => importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
144
156
|
importGeometryOperatorsOffsetOperator: () => importGeometryOperatorsOffsetOperator,
|
|
145
157
|
importGeometryOperatorsOverlapsOperator: () => importGeometryOperatorsOverlapsOperator,
|
|
158
|
+
importGeometryOperatorsPolygonOverlayOperator: () => importGeometryOperatorsPolygonOverlayOperator,
|
|
159
|
+
importGeometryOperatorsPolygonSlicerOperator: () => importGeometryOperatorsPolygonSlicerOperator,
|
|
146
160
|
importGeometryOperatorsProximityOperator: () => importGeometryOperatorsProximityOperator,
|
|
147
161
|
importGeometryOperatorsRelateOperator: () => importGeometryOperatorsRelateOperator,
|
|
162
|
+
importGeometryOperatorsReshapeOperator: () => importGeometryOperatorsReshapeOperator,
|
|
148
163
|
importGeometryOperatorsSimplifyOperator: () => importGeometryOperatorsSimplifyOperator,
|
|
149
164
|
importGeometryOperatorsSupportTransformation: () => importGeometryOperatorsSupportTransformation,
|
|
150
165
|
importGeometryOperatorsSymmetricDifferenceOperator: () => importGeometryOperatorsSymmetricDifferenceOperator,
|
|
@@ -204,10 +219,13 @@ __export(src_exports, {
|
|
|
204
219
|
importLayersIntegratedMesh3DTilesLayer: () => importLayersIntegratedMesh3DTilesLayer,
|
|
205
220
|
importLayersIntegratedMeshLayer: () => importLayersIntegratedMeshLayer,
|
|
206
221
|
importLayersKMLLayer: () => importLayersKMLLayer,
|
|
222
|
+
importLayersKnowledgeGraphCypherUtils: () => importLayersKnowledgeGraphCypherUtils,
|
|
207
223
|
importLayersKnowledgeGraphKnowledgeGraphSublayer: () => importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
208
224
|
importLayersKnowledgeGraphLayer: () => importLayersKnowledgeGraphLayer,
|
|
225
|
+
importLayersKnowledgeGraphSupportUtils: () => importLayersKnowledgeGraphSupportUtils,
|
|
209
226
|
importLayersLayer: () => importLayersLayer,
|
|
210
227
|
importLayersLineOfSightLayer: () => importLayersLineOfSightLayer,
|
|
228
|
+
importLayersLinkChartLayer: () => importLayersLinkChartLayer,
|
|
211
229
|
importLayersMapImageLayer: () => importLayersMapImageLayer,
|
|
212
230
|
importLayersMapNotesLayer: () => importLayersMapNotesLayer,
|
|
213
231
|
importLayersMediaLayer: () => importLayersMediaLayer,
|
|
@@ -216,6 +234,8 @@ __export(src_exports, {
|
|
|
216
234
|
importLayersOgcWfsUtils: () => importLayersOgcWfsUtils,
|
|
217
235
|
importLayersOpenStreetMapLayer: () => importLayersOpenStreetMapLayer,
|
|
218
236
|
importLayersOrientedImageryLayer: () => importLayersOrientedImageryLayer,
|
|
237
|
+
importLayersOrientedImageryTransformationsImageToWorld: () => importLayersOrientedImageryTransformationsImageToWorld,
|
|
238
|
+
importLayersOrientedImageryTransformationsWorldToImage: () => importLayersOrientedImageryTransformationsWorldToImage,
|
|
219
239
|
importLayersPointCloudFiltersPointCloudBitfieldFilter: () => importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
220
240
|
importLayersPointCloudFiltersPointCloudFilter: () => importLayersPointCloudFiltersPointCloudFilter,
|
|
221
241
|
importLayersPointCloudFiltersPointCloudReturnFilter: () => importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -309,6 +329,11 @@ __export(src_exports, {
|
|
|
309
329
|
importLayersWMSLayer: () => importLayersWMSLayer,
|
|
310
330
|
importLayersWMTSLayer: () => importLayersWMTSLayer,
|
|
311
331
|
importLayersWebTileLayer: () => importLayersWebTileLayer,
|
|
332
|
+
importLinkChartChronologicalLayoutSettings: () => importLinkChartChronologicalLayoutSettings,
|
|
333
|
+
importLinkChartLayoutSettings: () => importLinkChartLayoutSettings,
|
|
334
|
+
importLinkChartLinkChartProperties: () => importLinkChartLinkChartProperties,
|
|
335
|
+
importLinkChartNonspatialDataDisplay: () => importLinkChartNonspatialDataDisplay,
|
|
336
|
+
importLinkChartOrganicLayoutSettings: () => importLinkChartOrganicLayoutSettings,
|
|
312
337
|
importMap: () => importMap,
|
|
313
338
|
importNetworksNetwork: () => importNetworksNetwork,
|
|
314
339
|
importNetworksSupportNamedTraceConfiguration: () => importNetworksSupportNamedTraceConfiguration,
|
|
@@ -382,6 +407,7 @@ __export(src_exports, {
|
|
|
382
407
|
importRenderersSupportColormapInfo: () => importRenderersSupportColormapInfo,
|
|
383
408
|
importRenderersSupportHeatmapColorStop: () => importRenderersSupportHeatmapColorStop,
|
|
384
409
|
importRenderersSupportJsonUtils: () => importRenderersSupportJsonUtils,
|
|
410
|
+
importRenderersSupportRasterPresetRenderer: () => importRenderersSupportRasterPresetRenderer,
|
|
385
411
|
importRenderersSupportUniqueValue: () => importRenderersSupportUniqueValue,
|
|
386
412
|
importRenderersSupportUniqueValueClass: () => importRenderersSupportUniqueValueClass,
|
|
387
413
|
importRenderersSupportUniqueValueGroup: () => importRenderersSupportUniqueValueGroup,
|
|
@@ -420,6 +446,7 @@ __export(src_exports, {
|
|
|
420
446
|
importRestKnowledgeGraphGraphProperty: () => importRestKnowledgeGraphGraphProperty,
|
|
421
447
|
importRestKnowledgeGraphGraphQuery: () => importRestKnowledgeGraphGraphQuery,
|
|
422
448
|
importRestKnowledgeGraphGraphQueryResult: () => importRestKnowledgeGraphGraphQueryResult,
|
|
449
|
+
importRestKnowledgeGraphGraphQueryResultHeader: () => importRestKnowledgeGraphGraphQueryResultHeader,
|
|
423
450
|
importRestKnowledgeGraphGraphQueryStreaming: () => importRestKnowledgeGraphGraphQueryStreaming,
|
|
424
451
|
importRestKnowledgeGraphGraphQueryStreamingResult: () => importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
425
452
|
importRestKnowledgeGraphGraphSearch: () => importRestKnowledgeGraphGraphSearch,
|
|
@@ -433,6 +460,7 @@ __export(src_exports, {
|
|
|
433
460
|
importRestKnowledgeGraphSearchIndex: () => importRestKnowledgeGraphSearchIndex,
|
|
434
461
|
importRestKnowledgeGraphService: () => importRestKnowledgeGraphService,
|
|
435
462
|
importRestKnowledgeGraphServiceDefinition: () => importRestKnowledgeGraphServiceDefinition,
|
|
463
|
+
importRestKnowledgeGraphSourceTypeValueBehavior: () => importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
436
464
|
importRestLocator: () => importRestLocator,
|
|
437
465
|
importRestNetworkService: () => importRestNetworkService,
|
|
438
466
|
importRestNetworksQueryAssociations: () => importRestNetworksQueryAssociations,
|
|
@@ -462,6 +490,10 @@ __export(src_exports, {
|
|
|
462
490
|
importRestSupportArealUnit: () => importRestSupportArealUnit,
|
|
463
491
|
importRestSupportAreasAndLengthsParameters: () => importRestSupportAreasAndLengthsParameters,
|
|
464
492
|
importRestSupportAttachmentQuery: () => importRestSupportAttachmentQuery,
|
|
493
|
+
importRestSupportAttributeBinsQuery: () => importRestSupportAttributeBinsQuery,
|
|
494
|
+
importRestSupportAutoIntervalBinParameters: () => importRestSupportAutoIntervalBinParameters,
|
|
495
|
+
importRestSupportBaseImageMeasureParameters: () => importRestSupportBaseImageMeasureParameters,
|
|
496
|
+
importRestSupportBaseImageMeasureResult: () => importRestSupportBaseImageMeasureResult,
|
|
465
497
|
importRestSupportBufferParameters: () => importRestSupportBufferParameters,
|
|
466
498
|
importRestSupportCameraInfo: () => importRestSupportCameraInfo,
|
|
467
499
|
importRestSupportClosestFacilityParameters: () => importRestSupportClosestFacilityParameters,
|
|
@@ -469,6 +501,8 @@ __export(src_exports, {
|
|
|
469
501
|
importRestSupportColorRamp: () => importRestSupportColorRamp,
|
|
470
502
|
importRestSupportDataFile: () => importRestSupportDataFile,
|
|
471
503
|
importRestSupportDataLayer: () => importRestSupportDataLayer,
|
|
504
|
+
importRestSupportDateBinParameters: () => importRestSupportDateBinParameters,
|
|
505
|
+
importRestSupportDateBinTimeInterval: () => importRestSupportDateBinTimeInterval,
|
|
472
506
|
importRestSupportDensifyParameters: () => importRestSupportDensifyParameters,
|
|
473
507
|
importRestSupportDirectionLine: () => importRestSupportDirectionLine,
|
|
474
508
|
importRestSupportDirectionPoint: () => importRestSupportDirectionPoint,
|
|
@@ -482,6 +516,8 @@ __export(src_exports, {
|
|
|
482
516
|
importRestSupportFindImagesResult: () => importRestSupportFindImagesResult,
|
|
483
517
|
importRestSupportFindParameters: () => importRestSupportFindParameters,
|
|
484
518
|
importRestSupportFindResult: () => importRestSupportFindResult,
|
|
519
|
+
importRestSupportFixedBoundariesBinParameters: () => importRestSupportFixedBoundariesBinParameters,
|
|
520
|
+
importRestSupportFixedIntervalBinParameters: () => importRestSupportFixedIntervalBinParameters,
|
|
485
521
|
importRestSupportGPMessage: () => importRestSupportGPMessage,
|
|
486
522
|
importRestSupportGeneralizeParameters: () => importRestSupportGeneralizeParameters,
|
|
487
523
|
importRestSupportIdentifyParameters: () => importRestSupportIdentifyParameters,
|
|
@@ -582,6 +618,7 @@ __export(src_exports, {
|
|
|
582
618
|
importSmartMappingRenderersPredominance: () => importSmartMappingRenderersPredominance,
|
|
583
619
|
importSmartMappingRenderersRelationship: () => importSmartMappingRenderersRelationship,
|
|
584
620
|
importSmartMappingRenderersSize: () => importSmartMappingRenderersSize,
|
|
621
|
+
importSmartMappingRenderersSupportRendererUtils: () => importSmartMappingRenderersSupportRendererUtils,
|
|
585
622
|
importSmartMappingRenderersType: () => importSmartMappingRenderersType,
|
|
586
623
|
importSmartMappingRenderersUnivariateColorSize: () => importSmartMappingRenderersUnivariateColorSize,
|
|
587
624
|
importSmartMappingStatisticsClassBreaks: () => importSmartMappingStatisticsClassBreaks,
|
|
@@ -656,12 +693,12 @@ __export(src_exports, {
|
|
|
656
693
|
importSymbolsWaterSymbol3DLayer: () => importSymbolsWaterSymbol3DLayer,
|
|
657
694
|
importSymbolsWebStyleSymbol: () => importSymbolsWebStyleSymbol,
|
|
658
695
|
importTablesAttributeTableTemplate: () => importTablesAttributeTableTemplate,
|
|
696
|
+
importTablesElements: () => importTablesElements,
|
|
659
697
|
importTablesElementsAttributeTableAttachmentElement: () => importTablesElementsAttributeTableAttachmentElement,
|
|
660
698
|
importTablesElementsAttributeTableElement: () => importTablesElementsAttributeTableElement,
|
|
661
699
|
importTablesElementsAttributeTableFieldElement: () => importTablesElementsAttributeTableFieldElement,
|
|
662
700
|
importTablesElementsAttributeTableGroupElement: () => importTablesElementsAttributeTableGroupElement,
|
|
663
701
|
importTablesElementsAttributeTableRelationshipElement: () => importTablesElementsAttributeTableRelationshipElement,
|
|
664
|
-
importTablesSupportElements: () => importTablesSupportElements,
|
|
665
702
|
importTimeExtent: () => importTimeExtent,
|
|
666
703
|
importTimeInterval: () => importTimeInterval,
|
|
667
704
|
importTimeTimeExtent: () => importTimeTimeExtent,
|
|
@@ -673,6 +710,7 @@ __export(src_exports, {
|
|
|
673
710
|
importViewpoint: () => importViewpoint,
|
|
674
711
|
importViews2dLayersBaseLayerView2D: () => importViews2dLayersBaseLayerView2D,
|
|
675
712
|
importViews2dLayersBaseLayerViewGL2D: () => importViews2dLayersBaseLayerViewGL2D,
|
|
713
|
+
importViews2dSupportHighlightGroup: () => importViews2dSupportHighlightGroup,
|
|
676
714
|
importViews2dViewState: () => importViews2dViewState,
|
|
677
715
|
importViews3dAnalysisAreaMeasurementAnalysisView3D: () => importViews3dAnalysisAreaMeasurementAnalysisView3D,
|
|
678
716
|
importViews3dAnalysisDirectLineMeasurementAnalysisView3D: () => importViews3dAnalysisDirectLineMeasurementAnalysisView3D,
|
|
@@ -687,7 +725,6 @@ __export(src_exports, {
|
|
|
687
725
|
importViews3dEnvironmentSunLighting: () => importViews3dEnvironmentSunLighting,
|
|
688
726
|
importViews3dEnvironmentSunnyWeather: () => importViews3dEnvironmentSunnyWeather,
|
|
689
727
|
importViews3dEnvironmentVirtualLighting: () => importViews3dEnvironmentVirtualLighting,
|
|
690
|
-
importViews3dExternalRenderers: () => importViews3dExternalRenderers,
|
|
691
728
|
importViews3dSupportLayerPerformanceInfo: () => importViews3dSupportLayerPerformanceInfo,
|
|
692
729
|
importViews3dSupportSceneViewPerformanceInfo: () => importViews3dSupportSceneViewPerformanceInfo,
|
|
693
730
|
importViews3dWebgl: () => importViews3dWebgl,
|
|
@@ -729,6 +766,7 @@ __export(src_exports, {
|
|
|
729
766
|
importViewsLayersSceneLayerView: () => importViewsLayersSceneLayerView,
|
|
730
767
|
importViewsLayersStreamLayerView: () => importViewsLayersStreamLayerView,
|
|
731
768
|
importViewsLayersViewshedLayerView: () => importViewsLayersViewshedLayerView,
|
|
769
|
+
importViewsLinkChartView: () => importViewsLinkChartView,
|
|
732
770
|
importViewsMagnifier: () => importViewsMagnifier,
|
|
733
771
|
importViewsMapView: () => importViewsMapView,
|
|
734
772
|
importViewsNavigationGamepadGamepadSettings: () => importViewsNavigationGamepadGamepadSettings,
|
|
@@ -742,6 +780,7 @@ __export(src_exports, {
|
|
|
742
780
|
importViewsView2D: () => importViewsView2D,
|
|
743
781
|
importViewsViewAnimation: () => importViewsViewAnimation,
|
|
744
782
|
importWebDocument2D: () => importWebDocument2D,
|
|
783
|
+
importWebLinkChart: () => importWebLinkChart,
|
|
745
784
|
importWebMap: () => importWebMap,
|
|
746
785
|
importWebScene: () => importWebScene,
|
|
747
786
|
importWebdocApplicationPropertiesSearch: () => importWebdocApplicationPropertiesSearch,
|
|
@@ -773,6 +812,7 @@ __export(src_exports, {
|
|
|
773
812
|
importWebsceneInitialViewProperties: () => importWebsceneInitialViewProperties,
|
|
774
813
|
importWebscenePresentation: () => importWebscenePresentation,
|
|
775
814
|
importWebsceneSlide: () => importWebsceneSlide,
|
|
815
|
+
importWebsceneSlideLegend: () => importWebsceneSlideLegend,
|
|
776
816
|
importWebsceneSunLighting: () => importWebsceneSunLighting,
|
|
777
817
|
importWebsceneVirtualLighting: () => importWebsceneVirtualLighting,
|
|
778
818
|
importWidgetsAreaMeasurement2D: () => importWidgetsAreaMeasurement2D,
|
|
@@ -837,12 +877,15 @@ __export(src_exports, {
|
|
|
837
877
|
importWidgetsExpand: () => importWidgetsExpand,
|
|
838
878
|
importWidgetsExpandExpandViewModel: () => importWidgetsExpandExpandViewModel,
|
|
839
879
|
importWidgetsFeature: () => importWidgetsFeature,
|
|
880
|
+
importWidgetsFeatureFeatureUtilityNetworkAssociationsFeatureUtilityNetworkAssociationsViewModel: () => importWidgetsFeatureFeatureUtilityNetworkAssociationsFeatureUtilityNetworkAssociationsViewModel,
|
|
840
881
|
importWidgetsFeatureFeatureViewModel: () => importWidgetsFeatureFeatureViewModel,
|
|
841
882
|
importWidgetsFeatureForm: () => importWidgetsFeatureForm,
|
|
842
883
|
importWidgetsFeatureFormFeatureFormViewModel: () => importWidgetsFeatureFormFeatureFormViewModel,
|
|
843
884
|
importWidgetsFeatureFormFieldInput: () => importWidgetsFeatureFormFieldInput,
|
|
844
885
|
importWidgetsFeatureFormGroupInput: () => importWidgetsFeatureFormGroupInput,
|
|
845
886
|
importWidgetsFeatureFormRelationshipInput: () => importWidgetsFeatureFormRelationshipInput,
|
|
887
|
+
importWidgetsFeatureFormTextElementInput: () => importWidgetsFeatureFormTextElementInput,
|
|
888
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput: () => importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
846
889
|
importWidgetsFeatureTable: () => importWidgetsFeatureTable,
|
|
847
890
|
importWidgetsFeatureTableActionColumn: () => importWidgetsFeatureTableActionColumn,
|
|
848
891
|
importWidgetsFeatureTableAttachmentsColumn: () => importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -854,10 +897,12 @@ __export(src_exports, {
|
|
|
854
897
|
importWidgetsFeatureTableGridSupportButtonMenuItem: () => importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
855
898
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel: () => importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
856
899
|
importWidgetsFeatureTableRelationshipColumn: () => importWidgetsFeatureTableRelationshipColumn,
|
|
900
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate: () => importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
857
901
|
importWidgetsFeatureTableSupportColumnTemplate: () => importWidgetsFeatureTableSupportColumnTemplate,
|
|
858
902
|
importWidgetsFeatureTableSupportColumnTemplateBase: () => importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
859
903
|
importWidgetsFeatureTableSupportFieldColumnTemplate: () => importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
860
904
|
importWidgetsFeatureTableSupportGroupColumnTemplate: () => importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
905
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate: () => importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
861
906
|
importWidgetsFeatureTableSupportTableTemplate: () => importWidgetsFeatureTableSupportTableTemplate,
|
|
862
907
|
importWidgetsFeatureTemplates: () => importWidgetsFeatureTemplates,
|
|
863
908
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel: () => importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -957,6 +1002,7 @@ __export(src_exports, {
|
|
|
957
1002
|
importWidgetsUtilityNetworkAssociations: () => importWidgetsUtilityNetworkAssociations,
|
|
958
1003
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
959
1004
|
importWidgetsUtilityNetworkTrace: () => importWidgetsUtilityNetworkTrace,
|
|
1005
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel: () => importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
960
1006
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel: () => importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
961
1007
|
importWidgetsUtilityNetworkValidateTopology: () => importWidgetsUtilityNetworkValidateTopology,
|
|
962
1008
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel: () => importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -1017,6 +1063,7 @@ __export(src_exports, {
|
|
|
1017
1063
|
newFormElementsInputsTimePickerInput: () => newFormElementsInputsTimePickerInput,
|
|
1018
1064
|
newFormElementsRelationshipElement: () => newFormElementsRelationshipElement,
|
|
1019
1065
|
newFormElementsTextElement: () => newFormElementsTextElement,
|
|
1066
|
+
newFormElementsUtilityNetworkAssociationsElement: () => newFormElementsUtilityNetworkAssociationsElement,
|
|
1020
1067
|
newFormExpressionInfo: () => newFormExpressionInfo,
|
|
1021
1068
|
newFormFormTemplate: () => newFormFormTemplate,
|
|
1022
1069
|
newGeometryCircle: () => newGeometryCircle,
|
|
@@ -1073,6 +1120,7 @@ __export(src_exports, {
|
|
|
1073
1120
|
newLayersKnowledgeGraphLayer: () => newLayersKnowledgeGraphLayer,
|
|
1074
1121
|
newLayersLayer: () => newLayersLayer,
|
|
1075
1122
|
newLayersLineOfSightLayer: () => newLayersLineOfSightLayer,
|
|
1123
|
+
newLayersLinkChartLayer: () => newLayersLinkChartLayer,
|
|
1076
1124
|
newLayersMapImageLayer: () => newLayersMapImageLayer,
|
|
1077
1125
|
newLayersMapNotesLayer: () => newLayersMapNotesLayer,
|
|
1078
1126
|
newLayersMediaLayer: () => newLayersMediaLayer,
|
|
@@ -1165,6 +1213,11 @@ __export(src_exports, {
|
|
|
1165
1213
|
newLayersWMSLayer: () => newLayersWMSLayer,
|
|
1166
1214
|
newLayersWMTSLayer: () => newLayersWMTSLayer,
|
|
1167
1215
|
newLayersWebTileLayer: () => newLayersWebTileLayer,
|
|
1216
|
+
newLinkChartChronologicalLayoutSettings: () => newLinkChartChronologicalLayoutSettings,
|
|
1217
|
+
newLinkChartLayoutSettings: () => newLinkChartLayoutSettings,
|
|
1218
|
+
newLinkChartLinkChartProperties: () => newLinkChartLinkChartProperties,
|
|
1219
|
+
newLinkChartNonspatialDataDisplay: () => newLinkChartNonspatialDataDisplay,
|
|
1220
|
+
newLinkChartOrganicLayoutSettings: () => newLinkChartOrganicLayoutSettings,
|
|
1168
1221
|
newMap: () => newMap,
|
|
1169
1222
|
newNetworksNetwork: () => newNetworksNetwork,
|
|
1170
1223
|
newNetworksSupportNamedTraceConfiguration: () => newNetworksSupportNamedTraceConfiguration,
|
|
@@ -1232,6 +1285,7 @@ __export(src_exports, {
|
|
|
1232
1285
|
newRenderersSupportClassBreakInfo: () => newRenderersSupportClassBreakInfo,
|
|
1233
1286
|
newRenderersSupportColormapInfo: () => newRenderersSupportColormapInfo,
|
|
1234
1287
|
newRenderersSupportHeatmapColorStop: () => newRenderersSupportHeatmapColorStop,
|
|
1288
|
+
newRenderersSupportRasterPresetRenderer: () => newRenderersSupportRasterPresetRenderer,
|
|
1235
1289
|
newRenderersSupportUniqueValue: () => newRenderersSupportUniqueValue,
|
|
1236
1290
|
newRenderersSupportUniqueValueClass: () => newRenderersSupportUniqueValueClass,
|
|
1237
1291
|
newRenderersSupportUniqueValueGroup: () => newRenderersSupportUniqueValueGroup,
|
|
@@ -1260,6 +1314,7 @@ __export(src_exports, {
|
|
|
1260
1314
|
newRestKnowledgeGraphGraphProperty: () => newRestKnowledgeGraphGraphProperty,
|
|
1261
1315
|
newRestKnowledgeGraphGraphQuery: () => newRestKnowledgeGraphGraphQuery,
|
|
1262
1316
|
newRestKnowledgeGraphGraphQueryResult: () => newRestKnowledgeGraphGraphQueryResult,
|
|
1317
|
+
newRestKnowledgeGraphGraphQueryResultHeader: () => newRestKnowledgeGraphGraphQueryResultHeader,
|
|
1263
1318
|
newRestKnowledgeGraphGraphQueryStreaming: () => newRestKnowledgeGraphGraphQueryStreaming,
|
|
1264
1319
|
newRestKnowledgeGraphGraphQueryStreamingResult: () => newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
1265
1320
|
newRestKnowledgeGraphGraphSearch: () => newRestKnowledgeGraphGraphSearch,
|
|
@@ -1272,6 +1327,7 @@ __export(src_exports, {
|
|
|
1272
1327
|
newRestKnowledgeGraphRelationshipType: () => newRestKnowledgeGraphRelationshipType,
|
|
1273
1328
|
newRestKnowledgeGraphSearchIndex: () => newRestKnowledgeGraphSearchIndex,
|
|
1274
1329
|
newRestKnowledgeGraphServiceDefinition: () => newRestKnowledgeGraphServiceDefinition,
|
|
1330
|
+
newRestKnowledgeGraphSourceTypeValueBehavior: () => newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
1275
1331
|
newRestNetworksSupportAggregatedGeometry: () => newRestNetworksSupportAggregatedGeometry,
|
|
1276
1332
|
newRestNetworksSupportAssociation: () => newRestNetworksSupportAssociation,
|
|
1277
1333
|
newRestNetworksSupportAssociationGeometriesResult: () => newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -1290,6 +1346,10 @@ __export(src_exports, {
|
|
|
1290
1346
|
newRestSupportArealUnit: () => newRestSupportArealUnit,
|
|
1291
1347
|
newRestSupportAreasAndLengthsParameters: () => newRestSupportAreasAndLengthsParameters,
|
|
1292
1348
|
newRestSupportAttachmentQuery: () => newRestSupportAttachmentQuery,
|
|
1349
|
+
newRestSupportAttributeBinsQuery: () => newRestSupportAttributeBinsQuery,
|
|
1350
|
+
newRestSupportAutoIntervalBinParameters: () => newRestSupportAutoIntervalBinParameters,
|
|
1351
|
+
newRestSupportBaseImageMeasureParameters: () => newRestSupportBaseImageMeasureParameters,
|
|
1352
|
+
newRestSupportBaseImageMeasureResult: () => newRestSupportBaseImageMeasureResult,
|
|
1293
1353
|
newRestSupportBufferParameters: () => newRestSupportBufferParameters,
|
|
1294
1354
|
newRestSupportCameraInfo: () => newRestSupportCameraInfo,
|
|
1295
1355
|
newRestSupportClosestFacilityParameters: () => newRestSupportClosestFacilityParameters,
|
|
@@ -1297,6 +1357,8 @@ __export(src_exports, {
|
|
|
1297
1357
|
newRestSupportColorRamp: () => newRestSupportColorRamp,
|
|
1298
1358
|
newRestSupportDataFile: () => newRestSupportDataFile,
|
|
1299
1359
|
newRestSupportDataLayer: () => newRestSupportDataLayer,
|
|
1360
|
+
newRestSupportDateBinParameters: () => newRestSupportDateBinParameters,
|
|
1361
|
+
newRestSupportDateBinTimeInterval: () => newRestSupportDateBinTimeInterval,
|
|
1300
1362
|
newRestSupportDensifyParameters: () => newRestSupportDensifyParameters,
|
|
1301
1363
|
newRestSupportDirectionLine: () => newRestSupportDirectionLine,
|
|
1302
1364
|
newRestSupportDirectionPoint: () => newRestSupportDirectionPoint,
|
|
@@ -1310,6 +1372,8 @@ __export(src_exports, {
|
|
|
1310
1372
|
newRestSupportFindImagesResult: () => newRestSupportFindImagesResult,
|
|
1311
1373
|
newRestSupportFindParameters: () => newRestSupportFindParameters,
|
|
1312
1374
|
newRestSupportFindResult: () => newRestSupportFindResult,
|
|
1375
|
+
newRestSupportFixedBoundariesBinParameters: () => newRestSupportFixedBoundariesBinParameters,
|
|
1376
|
+
newRestSupportFixedIntervalBinParameters: () => newRestSupportFixedIntervalBinParameters,
|
|
1313
1377
|
newRestSupportGPMessage: () => newRestSupportGPMessage,
|
|
1314
1378
|
newRestSupportGeneralizeParameters: () => newRestSupportGeneralizeParameters,
|
|
1315
1379
|
newRestSupportIdentifyParameters: () => newRestSupportIdentifyParameters,
|
|
@@ -1442,6 +1506,7 @@ __export(src_exports, {
|
|
|
1442
1506
|
newViewpoint: () => newViewpoint,
|
|
1443
1507
|
newViews2dLayersBaseLayerView2D: () => newViews2dLayersBaseLayerView2D,
|
|
1444
1508
|
newViews2dLayersBaseLayerViewGL2D: () => newViews2dLayersBaseLayerViewGL2D,
|
|
1509
|
+
newViews2dSupportHighlightGroup: () => newViews2dSupportHighlightGroup,
|
|
1445
1510
|
newViews2dViewState: () => newViews2dViewState,
|
|
1446
1511
|
newViews3dAnalysisAreaMeasurementAnalysisView3D: () => newViews3dAnalysisAreaMeasurementAnalysisView3D,
|
|
1447
1512
|
newViews3dAnalysisDirectLineMeasurementAnalysisView3D: () => newViews3dAnalysisDirectLineMeasurementAnalysisView3D,
|
|
@@ -1491,6 +1556,7 @@ __export(src_exports, {
|
|
|
1491
1556
|
newViewsLayersSceneLayerView: () => newViewsLayersSceneLayerView,
|
|
1492
1557
|
newViewsLayersStreamLayerView: () => newViewsLayersStreamLayerView,
|
|
1493
1558
|
newViewsLayersViewshedLayerView: () => newViewsLayersViewshedLayerView,
|
|
1559
|
+
newViewsLinkChartView: () => newViewsLinkChartView,
|
|
1494
1560
|
newViewsMagnifier: () => newViewsMagnifier,
|
|
1495
1561
|
newViewsMapView: () => newViewsMapView,
|
|
1496
1562
|
newViewsNavigationGamepadGamepadSettings: () => newViewsNavigationGamepadGamepadSettings,
|
|
@@ -1503,6 +1569,7 @@ __export(src_exports, {
|
|
|
1503
1569
|
newViewsView2D: () => newViewsView2D,
|
|
1504
1570
|
newViewsViewAnimation: () => newViewsViewAnimation,
|
|
1505
1571
|
newWebDocument2D: () => newWebDocument2D,
|
|
1572
|
+
newWebLinkChart: () => newWebLinkChart,
|
|
1506
1573
|
newWebMap: () => newWebMap,
|
|
1507
1574
|
newWebScene: () => newWebScene,
|
|
1508
1575
|
newWebdocApplicationPropertiesSearch: () => newWebdocApplicationPropertiesSearch,
|
|
@@ -1534,6 +1601,7 @@ __export(src_exports, {
|
|
|
1534
1601
|
newWebsceneInitialViewProperties: () => newWebsceneInitialViewProperties,
|
|
1535
1602
|
newWebscenePresentation: () => newWebscenePresentation,
|
|
1536
1603
|
newWebsceneSlide: () => newWebsceneSlide,
|
|
1604
|
+
newWebsceneSlideLegend: () => newWebsceneSlideLegend,
|
|
1537
1605
|
newWebsceneSunLighting: () => newWebsceneSunLighting,
|
|
1538
1606
|
newWebsceneVirtualLighting: () => newWebsceneVirtualLighting,
|
|
1539
1607
|
newWidgetsAreaMeasurement2D: () => newWidgetsAreaMeasurement2D,
|
|
@@ -1603,6 +1671,8 @@ __export(src_exports, {
|
|
|
1603
1671
|
newWidgetsFeatureFormFieldInput: () => newWidgetsFeatureFormFieldInput,
|
|
1604
1672
|
newWidgetsFeatureFormGroupInput: () => newWidgetsFeatureFormGroupInput,
|
|
1605
1673
|
newWidgetsFeatureFormRelationshipInput: () => newWidgetsFeatureFormRelationshipInput,
|
|
1674
|
+
newWidgetsFeatureFormTextElementInput: () => newWidgetsFeatureFormTextElementInput,
|
|
1675
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput: () => newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
1606
1676
|
newWidgetsFeatureTable: () => newWidgetsFeatureTable,
|
|
1607
1677
|
newWidgetsFeatureTableActionColumn: () => newWidgetsFeatureTableActionColumn,
|
|
1608
1678
|
newWidgetsFeatureTableAttachmentsColumn: () => newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -1614,10 +1684,12 @@ __export(src_exports, {
|
|
|
1614
1684
|
newWidgetsFeatureTableGridSupportButtonMenuItem: () => newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
1615
1685
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel: () => newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
1616
1686
|
newWidgetsFeatureTableRelationshipColumn: () => newWidgetsFeatureTableRelationshipColumn,
|
|
1687
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate: () => newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
1617
1688
|
newWidgetsFeatureTableSupportColumnTemplate: () => newWidgetsFeatureTableSupportColumnTemplate,
|
|
1618
1689
|
newWidgetsFeatureTableSupportColumnTemplateBase: () => newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
1619
1690
|
newWidgetsFeatureTableSupportFieldColumnTemplate: () => newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
1620
1691
|
newWidgetsFeatureTableSupportGroupColumnTemplate: () => newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
1692
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate: () => newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
1621
1693
|
newWidgetsFeatureTableSupportTableTemplate: () => newWidgetsFeatureTableSupportTableTemplate,
|
|
1622
1694
|
newWidgetsFeatureTemplates: () => newWidgetsFeatureTemplates,
|
|
1623
1695
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel: () => newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -1715,6 +1787,7 @@ __export(src_exports, {
|
|
|
1715
1787
|
newWidgetsUtilityNetworkAssociations: () => newWidgetsUtilityNetworkAssociations,
|
|
1716
1788
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
1717
1789
|
newWidgetsUtilityNetworkTrace: () => newWidgetsUtilityNetworkTrace,
|
|
1790
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel: () => newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
1718
1791
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel: () => newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
1719
1792
|
newWidgetsUtilityNetworkValidateTopology: () => newWidgetsUtilityNetworkValidateTopology,
|
|
1720
1793
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel: () => newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -2048,6 +2121,17 @@ async function newFormElementsTextElement(properties) {
|
|
|
2048
2121
|
const ModConstructor = await importFormElementsTextElement();
|
|
2049
2122
|
return new ModConstructor(properties);
|
|
2050
2123
|
}
|
|
2124
|
+
async function importFormElementsUtilityNetworkAssociationsElement() {
|
|
2125
|
+
if (isAMD) {
|
|
2126
|
+
return await window.$arcgis.import("esri/form/elements/UtilityNetworkAssociationsElement");
|
|
2127
|
+
}
|
|
2128
|
+
const module2 = await import("@arcgis/core/form/elements/UtilityNetworkAssociationsElement.js");
|
|
2129
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2130
|
+
}
|
|
2131
|
+
async function newFormElementsUtilityNetworkAssociationsElement(properties) {
|
|
2132
|
+
const ModConstructor = await importFormElementsUtilityNetworkAssociationsElement();
|
|
2133
|
+
return new ModConstructor(properties);
|
|
2134
|
+
}
|
|
2051
2135
|
async function importFormElementsInputsBarcodeScannerInput() {
|
|
2052
2136
|
if (isAMD) {
|
|
2053
2137
|
return await window.$arcgis.import("esri/form/elements/inputs/BarcodeScannerInput");
|
|
@@ -2840,6 +2924,17 @@ async function newLayersLineOfSightLayer(properties) {
|
|
|
2840
2924
|
const ModConstructor = await importLayersLineOfSightLayer();
|
|
2841
2925
|
return new ModConstructor(properties);
|
|
2842
2926
|
}
|
|
2927
|
+
async function importLayersLinkChartLayer() {
|
|
2928
|
+
if (isAMD) {
|
|
2929
|
+
return await window.$arcgis.import("esri/layers/LinkChartLayer");
|
|
2930
|
+
}
|
|
2931
|
+
const module2 = await import("@arcgis/core/layers/LinkChartLayer.js");
|
|
2932
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2933
|
+
}
|
|
2934
|
+
async function newLayersLinkChartLayer(properties) {
|
|
2935
|
+
const ModConstructor = await importLayersLinkChartLayer();
|
|
2936
|
+
return new ModConstructor(properties);
|
|
2937
|
+
}
|
|
2843
2938
|
async function importLayersMapImageLayer() {
|
|
2844
2939
|
if (isAMD) {
|
|
2845
2940
|
return await window.$arcgis.import("esri/layers/MapImageLayer");
|
|
@@ -3390,17 +3485,6 @@ async function newLayersSupportPublishingInfo(properties) {
|
|
|
3390
3485
|
const ModConstructor = await importLayersSupportPublishingInfo();
|
|
3391
3486
|
return new ModConstructor(properties);
|
|
3392
3487
|
}
|
|
3393
|
-
async function importLayersSupportSceneFilter() {
|
|
3394
|
-
if (isAMD) {
|
|
3395
|
-
return await window.$arcgis.import("esri/layers/support/SceneFilter");
|
|
3396
|
-
}
|
|
3397
|
-
const module2 = await import("@arcgis/core/layers/support/SceneFilter.js");
|
|
3398
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
3399
|
-
}
|
|
3400
|
-
async function newLayersSupportSceneFilter(properties) {
|
|
3401
|
-
const ModConstructor = await importLayersSupportSceneFilter();
|
|
3402
|
-
return new ModConstructor(properties);
|
|
3403
|
-
}
|
|
3404
3488
|
async function importLayersSupportRangeDomain() {
|
|
3405
3489
|
if (isAMD) {
|
|
3406
3490
|
return await window.$arcgis.import("esri/layers/support/RangeDomain");
|
|
@@ -3489,6 +3573,17 @@ async function newLayersSupportRouteSymbols(properties) {
|
|
|
3489
3573
|
const ModConstructor = await importLayersSupportRouteSymbols();
|
|
3490
3574
|
return new ModConstructor(properties);
|
|
3491
3575
|
}
|
|
3576
|
+
async function importLayersSupportSceneFilter() {
|
|
3577
|
+
if (isAMD) {
|
|
3578
|
+
return await window.$arcgis.import("esri/layers/support/SceneFilter");
|
|
3579
|
+
}
|
|
3580
|
+
const module2 = await import("@arcgis/core/layers/support/SceneFilter.js");
|
|
3581
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3582
|
+
}
|
|
3583
|
+
async function newLayersSupportSceneFilter(properties) {
|
|
3584
|
+
const ModConstructor = await importLayersSupportSceneFilter();
|
|
3585
|
+
return new ModConstructor(properties);
|
|
3586
|
+
}
|
|
3492
3587
|
async function importLayersSupportSceneModification() {
|
|
3493
3588
|
if (isAMD) {
|
|
3494
3589
|
return await window.$arcgis.import("esri/layers/support/SceneModification");
|
|
@@ -3764,26 +3859,26 @@ async function newLayersUnsupportedLayer(properties) {
|
|
|
3764
3859
|
const ModConstructor = await importLayersUnsupportedLayer();
|
|
3765
3860
|
return new ModConstructor(properties);
|
|
3766
3861
|
}
|
|
3767
|
-
async function
|
|
3862
|
+
async function importLayersVectorTileLayer() {
|
|
3768
3863
|
if (isAMD) {
|
|
3769
|
-
return await window.$arcgis.import("esri/layers/
|
|
3864
|
+
return await window.$arcgis.import("esri/layers/VectorTileLayer");
|
|
3770
3865
|
}
|
|
3771
|
-
const module2 = await import("@arcgis/core/layers/
|
|
3866
|
+
const module2 = await import("@arcgis/core/layers/VectorTileLayer.js");
|
|
3772
3867
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
3773
3868
|
}
|
|
3774
|
-
async function
|
|
3775
|
-
const ModConstructor = await
|
|
3869
|
+
async function newLayersVectorTileLayer(properties) {
|
|
3870
|
+
const ModConstructor = await importLayersVectorTileLayer();
|
|
3776
3871
|
return new ModConstructor(properties);
|
|
3777
3872
|
}
|
|
3778
|
-
async function
|
|
3873
|
+
async function importLayersVideoLayer() {
|
|
3779
3874
|
if (isAMD) {
|
|
3780
|
-
return await window.$arcgis.import("esri/layers/
|
|
3875
|
+
return await window.$arcgis.import("esri/layers/VideoLayer");
|
|
3781
3876
|
}
|
|
3782
|
-
const module2 = await import("@arcgis/core/layers/
|
|
3877
|
+
const module2 = await import("@arcgis/core/layers/VideoLayer.js");
|
|
3783
3878
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
3784
3879
|
}
|
|
3785
|
-
async function
|
|
3786
|
-
const ModConstructor = await
|
|
3880
|
+
async function newLayersVideoLayer(properties) {
|
|
3881
|
+
const ModConstructor = await importLayersVideoLayer();
|
|
3787
3882
|
return new ModConstructor(properties);
|
|
3788
3883
|
}
|
|
3789
3884
|
async function importLayersVoxelLayer() {
|
|
@@ -3852,6 +3947,61 @@ async function newLayersWMTSLayer(properties) {
|
|
|
3852
3947
|
const ModConstructor = await importLayersWMTSLayer();
|
|
3853
3948
|
return new ModConstructor(properties);
|
|
3854
3949
|
}
|
|
3950
|
+
async function importLinkChartChronologicalLayoutSettings() {
|
|
3951
|
+
if (isAMD) {
|
|
3952
|
+
return await window.$arcgis.import("esri/linkChart/ChronologicalLayoutSettings");
|
|
3953
|
+
}
|
|
3954
|
+
const module2 = await import("@arcgis/core/linkChart/ChronologicalLayoutSettings.js");
|
|
3955
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3956
|
+
}
|
|
3957
|
+
async function newLinkChartChronologicalLayoutSettings(properties) {
|
|
3958
|
+
const ModConstructor = await importLinkChartChronologicalLayoutSettings();
|
|
3959
|
+
return new ModConstructor(properties);
|
|
3960
|
+
}
|
|
3961
|
+
async function importLinkChartLayoutSettings() {
|
|
3962
|
+
if (isAMD) {
|
|
3963
|
+
return await window.$arcgis.import("esri/linkChart/LayoutSettings");
|
|
3964
|
+
}
|
|
3965
|
+
const module2 = await import("@arcgis/core/linkChart/LayoutSettings.js");
|
|
3966
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3967
|
+
}
|
|
3968
|
+
async function newLinkChartLayoutSettings(properties) {
|
|
3969
|
+
const ModConstructor = await importLinkChartLayoutSettings();
|
|
3970
|
+
return new ModConstructor(properties);
|
|
3971
|
+
}
|
|
3972
|
+
async function importLinkChartLinkChartProperties() {
|
|
3973
|
+
if (isAMD) {
|
|
3974
|
+
return await window.$arcgis.import("esri/linkChart/LinkChartProperties");
|
|
3975
|
+
}
|
|
3976
|
+
const module2 = await import("@arcgis/core/linkChart/LinkChartProperties.js");
|
|
3977
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3978
|
+
}
|
|
3979
|
+
async function newLinkChartLinkChartProperties(properties) {
|
|
3980
|
+
const ModConstructor = await importLinkChartLinkChartProperties();
|
|
3981
|
+
return new ModConstructor(properties);
|
|
3982
|
+
}
|
|
3983
|
+
async function importLinkChartNonspatialDataDisplay() {
|
|
3984
|
+
if (isAMD) {
|
|
3985
|
+
return await window.$arcgis.import("esri/linkChart/NonspatialDataDisplay");
|
|
3986
|
+
}
|
|
3987
|
+
const module2 = await import("@arcgis/core/linkChart/NonspatialDataDisplay.js");
|
|
3988
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3989
|
+
}
|
|
3990
|
+
async function newLinkChartNonspatialDataDisplay(properties) {
|
|
3991
|
+
const ModConstructor = await importLinkChartNonspatialDataDisplay();
|
|
3992
|
+
return new ModConstructor(properties);
|
|
3993
|
+
}
|
|
3994
|
+
async function importLinkChartOrganicLayoutSettings() {
|
|
3995
|
+
if (isAMD) {
|
|
3996
|
+
return await window.$arcgis.import("esri/linkChart/OrganicLayoutSettings");
|
|
3997
|
+
}
|
|
3998
|
+
const module2 = await import("@arcgis/core/linkChart/OrganicLayoutSettings.js");
|
|
3999
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4000
|
+
}
|
|
4001
|
+
async function newLinkChartOrganicLayoutSettings(properties) {
|
|
4002
|
+
const ModConstructor = await importLinkChartOrganicLayoutSettings();
|
|
4003
|
+
return new ModConstructor(properties);
|
|
4004
|
+
}
|
|
3855
4005
|
async function importMap() {
|
|
3856
4006
|
if (isAMD) {
|
|
3857
4007
|
return await window.$arcgis.import("esri/Map");
|
|
@@ -4479,6 +4629,17 @@ async function newRenderersRasterColormapRenderer(properties) {
|
|
|
4479
4629
|
const ModConstructor = await importRenderersRasterColormapRenderer();
|
|
4480
4630
|
return new ModConstructor(properties);
|
|
4481
4631
|
}
|
|
4632
|
+
async function importRenderersSupportRasterPresetRenderer() {
|
|
4633
|
+
if (isAMD) {
|
|
4634
|
+
return await window.$arcgis.import("esri/renderers/support/RasterPresetRenderer");
|
|
4635
|
+
}
|
|
4636
|
+
const module2 = await import("@arcgis/core/renderers/support/RasterPresetRenderer.js");
|
|
4637
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4638
|
+
}
|
|
4639
|
+
async function newRenderersSupportRasterPresetRenderer(properties) {
|
|
4640
|
+
const ModConstructor = await importRenderersSupportRasterPresetRenderer();
|
|
4641
|
+
return new ModConstructor(properties);
|
|
4642
|
+
}
|
|
4482
4643
|
async function importRenderersRasterShadedReliefRenderer() {
|
|
4483
4644
|
if (isAMD) {
|
|
4484
4645
|
return await window.$arcgis.import("esri/renderers/RasterShadedReliefRenderer");
|
|
@@ -4897,6 +5058,17 @@ async function newRestKnowledgeGraphGraphQueryResult(properties) {
|
|
|
4897
5058
|
const ModConstructor = await importRestKnowledgeGraphGraphQueryResult();
|
|
4898
5059
|
return new ModConstructor(properties);
|
|
4899
5060
|
}
|
|
5061
|
+
async function importRestKnowledgeGraphGraphQueryResultHeader() {
|
|
5062
|
+
if (isAMD) {
|
|
5063
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryResultHeader");
|
|
5064
|
+
}
|
|
5065
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphQueryResultHeader.js");
|
|
5066
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5067
|
+
}
|
|
5068
|
+
async function newRestKnowledgeGraphGraphQueryResultHeader(properties) {
|
|
5069
|
+
const ModConstructor = await importRestKnowledgeGraphGraphQueryResultHeader();
|
|
5070
|
+
return new ModConstructor(properties);
|
|
5071
|
+
}
|
|
4900
5072
|
async function importRestKnowledgeGraphGraphQueryStreaming() {
|
|
4901
5073
|
if (isAMD) {
|
|
4902
5074
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryStreaming");
|
|
@@ -5029,6 +5201,17 @@ async function newRestKnowledgeGraphServiceDefinition(properties) {
|
|
|
5029
5201
|
const ModConstructor = await importRestKnowledgeGraphServiceDefinition();
|
|
5030
5202
|
return new ModConstructor(properties);
|
|
5031
5203
|
}
|
|
5204
|
+
async function importRestKnowledgeGraphSourceTypeValueBehavior() {
|
|
5205
|
+
if (isAMD) {
|
|
5206
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/SourceTypeValueBehavior");
|
|
5207
|
+
}
|
|
5208
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/SourceTypeValueBehavior.js");
|
|
5209
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5210
|
+
}
|
|
5211
|
+
async function newRestKnowledgeGraphSourceTypeValueBehavior(properties) {
|
|
5212
|
+
const ModConstructor = await importRestKnowledgeGraphSourceTypeValueBehavior();
|
|
5213
|
+
return new ModConstructor(properties);
|
|
5214
|
+
}
|
|
5032
5215
|
async function importRestNetworksSupportAggregatedGeometry() {
|
|
5033
5216
|
if (isAMD) {
|
|
5034
5217
|
return await window.$arcgis.import("esri/rest/networks/support/AggregatedGeometry");
|
|
@@ -5183,6 +5366,72 @@ async function newRestSupportAddressCandidate(properties) {
|
|
|
5183
5366
|
const ModConstructor = await importRestSupportAddressCandidate();
|
|
5184
5367
|
return new ModConstructor(properties);
|
|
5185
5368
|
}
|
|
5369
|
+
async function importRestSupportAttributeBinsQuery() {
|
|
5370
|
+
if (isAMD) {
|
|
5371
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsQuery");
|
|
5372
|
+
}
|
|
5373
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsQuery.js");
|
|
5374
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5375
|
+
}
|
|
5376
|
+
async function newRestSupportAttributeBinsQuery(properties) {
|
|
5377
|
+
const ModConstructor = await importRestSupportAttributeBinsQuery();
|
|
5378
|
+
return new ModConstructor(properties);
|
|
5379
|
+
}
|
|
5380
|
+
async function importRestSupportAutoIntervalBinParameters() {
|
|
5381
|
+
if (isAMD) {
|
|
5382
|
+
return await window.$arcgis.import("esri/rest/support/AutoIntervalBinParameters");
|
|
5383
|
+
}
|
|
5384
|
+
const module2 = await import("@arcgis/core/rest/support/AutoIntervalBinParameters.js");
|
|
5385
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5386
|
+
}
|
|
5387
|
+
async function newRestSupportAutoIntervalBinParameters(properties) {
|
|
5388
|
+
const ModConstructor = await importRestSupportAutoIntervalBinParameters();
|
|
5389
|
+
return new ModConstructor(properties);
|
|
5390
|
+
}
|
|
5391
|
+
async function importRestSupportFixedBoundariesBinParameters() {
|
|
5392
|
+
if (isAMD) {
|
|
5393
|
+
return await window.$arcgis.import("esri/rest/support/FixedBoundariesBinParameters");
|
|
5394
|
+
}
|
|
5395
|
+
const module2 = await import("@arcgis/core/rest/support/FixedBoundariesBinParameters.js");
|
|
5396
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5397
|
+
}
|
|
5398
|
+
async function newRestSupportFixedBoundariesBinParameters(properties) {
|
|
5399
|
+
const ModConstructor = await importRestSupportFixedBoundariesBinParameters();
|
|
5400
|
+
return new ModConstructor(properties);
|
|
5401
|
+
}
|
|
5402
|
+
async function importRestSupportFixedIntervalBinParameters() {
|
|
5403
|
+
if (isAMD) {
|
|
5404
|
+
return await window.$arcgis.import("esri/rest/support/FixedIntervalBinParameters");
|
|
5405
|
+
}
|
|
5406
|
+
const module2 = await import("@arcgis/core/rest/support/FixedIntervalBinParameters.js");
|
|
5407
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5408
|
+
}
|
|
5409
|
+
async function newRestSupportFixedIntervalBinParameters(properties) {
|
|
5410
|
+
const ModConstructor = await importRestSupportFixedIntervalBinParameters();
|
|
5411
|
+
return new ModConstructor(properties);
|
|
5412
|
+
}
|
|
5413
|
+
async function importRestSupportDateBinParameters() {
|
|
5414
|
+
if (isAMD) {
|
|
5415
|
+
return await window.$arcgis.import("esri/rest/support/DateBinParameters");
|
|
5416
|
+
}
|
|
5417
|
+
const module2 = await import("@arcgis/core/rest/support/DateBinParameters.js");
|
|
5418
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5419
|
+
}
|
|
5420
|
+
async function newRestSupportDateBinParameters(properties) {
|
|
5421
|
+
const ModConstructor = await importRestSupportDateBinParameters();
|
|
5422
|
+
return new ModConstructor(properties);
|
|
5423
|
+
}
|
|
5424
|
+
async function importRestSupportDateBinTimeInterval() {
|
|
5425
|
+
if (isAMD) {
|
|
5426
|
+
return await window.$arcgis.import("esri/rest/support/DateBinTimeInterval");
|
|
5427
|
+
}
|
|
5428
|
+
const module2 = await import("@arcgis/core/rest/support/DateBinTimeInterval.js");
|
|
5429
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5430
|
+
}
|
|
5431
|
+
async function newRestSupportDateBinTimeInterval(properties) {
|
|
5432
|
+
const ModConstructor = await importRestSupportDateBinTimeInterval();
|
|
5433
|
+
return new ModConstructor(properties);
|
|
5434
|
+
}
|
|
5186
5435
|
async function importRestSupportAlgorithmicColorRamp() {
|
|
5187
5436
|
if (isAMD) {
|
|
5188
5437
|
return await window.$arcgis.import("esri/rest/support/AlgorithmicColorRamp");
|
|
@@ -5227,6 +5476,28 @@ async function newRestSupportAttachmentQuery(properties) {
|
|
|
5227
5476
|
const ModConstructor = await importRestSupportAttachmentQuery();
|
|
5228
5477
|
return new ModConstructor(properties);
|
|
5229
5478
|
}
|
|
5479
|
+
async function importRestSupportBaseImageMeasureParameters() {
|
|
5480
|
+
if (isAMD) {
|
|
5481
|
+
return await window.$arcgis.import("esri/rest/support/BaseImageMeasureParameters");
|
|
5482
|
+
}
|
|
5483
|
+
const module2 = await import("@arcgis/core/rest/support/BaseImageMeasureParameters.js");
|
|
5484
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5485
|
+
}
|
|
5486
|
+
async function newRestSupportBaseImageMeasureParameters(properties) {
|
|
5487
|
+
const ModConstructor = await importRestSupportBaseImageMeasureParameters();
|
|
5488
|
+
return new ModConstructor(properties);
|
|
5489
|
+
}
|
|
5490
|
+
async function importRestSupportBaseImageMeasureResult() {
|
|
5491
|
+
if (isAMD) {
|
|
5492
|
+
return await window.$arcgis.import("esri/rest/support/BaseImageMeasureResult");
|
|
5493
|
+
}
|
|
5494
|
+
const module2 = await import("@arcgis/core/rest/support/BaseImageMeasureResult.js");
|
|
5495
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5496
|
+
}
|
|
5497
|
+
async function newRestSupportBaseImageMeasureResult(properties) {
|
|
5498
|
+
const ModConstructor = await importRestSupportBaseImageMeasureResult();
|
|
5499
|
+
return new ModConstructor(properties);
|
|
5500
|
+
}
|
|
5230
5501
|
async function importRestSupportBufferParameters() {
|
|
5231
5502
|
if (isAMD) {
|
|
5232
5503
|
return await window.$arcgis.import("esri/rest/support/BufferParameters");
|
|
@@ -5557,50 +5828,6 @@ async function newRestSupportImageBoundaryResult(properties) {
|
|
|
5557
5828
|
const ModConstructor = await importRestSupportImageBoundaryResult();
|
|
5558
5829
|
return new ModConstructor(properties);
|
|
5559
5830
|
}
|
|
5560
|
-
async function importRestSupportImageHistogramParameters() {
|
|
5561
|
-
if (isAMD) {
|
|
5562
|
-
return await window.$arcgis.import("esri/rest/support/ImageHistogramParameters");
|
|
5563
|
-
}
|
|
5564
|
-
const module2 = await import("@arcgis/core/rest/support/ImageHistogramParameters.js");
|
|
5565
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5566
|
-
}
|
|
5567
|
-
async function newRestSupportImageHistogramParameters(properties) {
|
|
5568
|
-
const ModConstructor = await importRestSupportImageHistogramParameters();
|
|
5569
|
-
return new ModConstructor(properties);
|
|
5570
|
-
}
|
|
5571
|
-
async function importRestSupportImageIdentifyParameters() {
|
|
5572
|
-
if (isAMD) {
|
|
5573
|
-
return await window.$arcgis.import("esri/rest/support/ImageIdentifyParameters");
|
|
5574
|
-
}
|
|
5575
|
-
const module2 = await import("@arcgis/core/rest/support/ImageIdentifyParameters.js");
|
|
5576
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5577
|
-
}
|
|
5578
|
-
async function newRestSupportImageIdentifyParameters(properties) {
|
|
5579
|
-
const ModConstructor = await importRestSupportImageIdentifyParameters();
|
|
5580
|
-
return new ModConstructor(properties);
|
|
5581
|
-
}
|
|
5582
|
-
async function importRestSupportImageIdentifyResult() {
|
|
5583
|
-
if (isAMD) {
|
|
5584
|
-
return await window.$arcgis.import("esri/rest/support/ImageIdentifyResult");
|
|
5585
|
-
}
|
|
5586
|
-
const module2 = await import("@arcgis/core/rest/support/ImageIdentifyResult.js");
|
|
5587
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5588
|
-
}
|
|
5589
|
-
async function newRestSupportImageIdentifyResult(properties) {
|
|
5590
|
-
const ModConstructor = await importRestSupportImageIdentifyResult();
|
|
5591
|
-
return new ModConstructor(properties);
|
|
5592
|
-
}
|
|
5593
|
-
async function importRestSupportImageInspectionInfo() {
|
|
5594
|
-
if (isAMD) {
|
|
5595
|
-
return await window.$arcgis.import("esri/rest/support/ImageInspectionInfo");
|
|
5596
|
-
}
|
|
5597
|
-
const module2 = await import("@arcgis/core/rest/support/ImageInspectionInfo.js");
|
|
5598
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5599
|
-
}
|
|
5600
|
-
async function newRestSupportImageInspectionInfo(properties) {
|
|
5601
|
-
const ModConstructor = await importRestSupportImageInspectionInfo();
|
|
5602
|
-
return new ModConstructor(properties);
|
|
5603
|
-
}
|
|
5604
5831
|
async function importRestSupportImageDistanceParameters() {
|
|
5605
5832
|
if (isAMD) {
|
|
5606
5833
|
return await window.$arcgis.import("esri/rest/support/ImageDistanceParameters");
|
|
@@ -5678,6 +5905,50 @@ async function newRestSupportImageHeightResult(properties) {
|
|
|
5678
5905
|
const ModConstructor = await importRestSupportImageHeightResult();
|
|
5679
5906
|
return new ModConstructor(properties);
|
|
5680
5907
|
}
|
|
5908
|
+
async function importRestSupportImageHistogramParameters() {
|
|
5909
|
+
if (isAMD) {
|
|
5910
|
+
return await window.$arcgis.import("esri/rest/support/ImageHistogramParameters");
|
|
5911
|
+
}
|
|
5912
|
+
const module2 = await import("@arcgis/core/rest/support/ImageHistogramParameters.js");
|
|
5913
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5914
|
+
}
|
|
5915
|
+
async function newRestSupportImageHistogramParameters(properties) {
|
|
5916
|
+
const ModConstructor = await importRestSupportImageHistogramParameters();
|
|
5917
|
+
return new ModConstructor(properties);
|
|
5918
|
+
}
|
|
5919
|
+
async function importRestSupportImageIdentifyParameters() {
|
|
5920
|
+
if (isAMD) {
|
|
5921
|
+
return await window.$arcgis.import("esri/rest/support/ImageIdentifyParameters");
|
|
5922
|
+
}
|
|
5923
|
+
const module2 = await import("@arcgis/core/rest/support/ImageIdentifyParameters.js");
|
|
5924
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5925
|
+
}
|
|
5926
|
+
async function newRestSupportImageIdentifyParameters(properties) {
|
|
5927
|
+
const ModConstructor = await importRestSupportImageIdentifyParameters();
|
|
5928
|
+
return new ModConstructor(properties);
|
|
5929
|
+
}
|
|
5930
|
+
async function importRestSupportImageIdentifyResult() {
|
|
5931
|
+
if (isAMD) {
|
|
5932
|
+
return await window.$arcgis.import("esri/rest/support/ImageIdentifyResult");
|
|
5933
|
+
}
|
|
5934
|
+
const module2 = await import("@arcgis/core/rest/support/ImageIdentifyResult.js");
|
|
5935
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5936
|
+
}
|
|
5937
|
+
async function newRestSupportImageIdentifyResult(properties) {
|
|
5938
|
+
const ModConstructor = await importRestSupportImageIdentifyResult();
|
|
5939
|
+
return new ModConstructor(properties);
|
|
5940
|
+
}
|
|
5941
|
+
async function importRestSupportImageInspectionInfo() {
|
|
5942
|
+
if (isAMD) {
|
|
5943
|
+
return await window.$arcgis.import("esri/rest/support/ImageInspectionInfo");
|
|
5944
|
+
}
|
|
5945
|
+
const module2 = await import("@arcgis/core/rest/support/ImageInspectionInfo.js");
|
|
5946
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5947
|
+
}
|
|
5948
|
+
async function newRestSupportImageInspectionInfo(properties) {
|
|
5949
|
+
const ModConstructor = await importRestSupportImageInspectionInfo();
|
|
5950
|
+
return new ModConstructor(properties);
|
|
5951
|
+
}
|
|
5681
5952
|
async function importRestSupportImageParameters() {
|
|
5682
5953
|
if (isAMD) {
|
|
5683
5954
|
return await window.$arcgis.import("esri/rest/support/ImageParameters");
|
|
@@ -5766,26 +6037,26 @@ async function newRestSupportImageSampleResult(properties) {
|
|
|
5766
6037
|
const ModConstructor = await importRestSupportImageSampleResult();
|
|
5767
6038
|
return new ModConstructor(properties);
|
|
5768
6039
|
}
|
|
5769
|
-
async function
|
|
6040
|
+
async function importRestSupportImageToMapMultirayParameters() {
|
|
5770
6041
|
if (isAMD) {
|
|
5771
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
6042
|
+
return await window.$arcgis.import("esri/rest/support/ImageToMapMultirayParameters");
|
|
5772
6043
|
}
|
|
5773
|
-
const module2 = await import("@arcgis/core/rest/support/
|
|
6044
|
+
const module2 = await import("@arcgis/core/rest/support/ImageToMapMultirayParameters.js");
|
|
5774
6045
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5775
6046
|
}
|
|
5776
|
-
async function
|
|
5777
|
-
const ModConstructor = await
|
|
6047
|
+
async function newRestSupportImageToMapMultirayParameters(properties) {
|
|
6048
|
+
const ModConstructor = await importRestSupportImageToMapMultirayParameters();
|
|
5778
6049
|
return new ModConstructor(properties);
|
|
5779
6050
|
}
|
|
5780
|
-
async function
|
|
6051
|
+
async function importRestSupportImageToMapParameters() {
|
|
5781
6052
|
if (isAMD) {
|
|
5782
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
6053
|
+
return await window.$arcgis.import("esri/rest/support/ImageToMapParameters");
|
|
5783
6054
|
}
|
|
5784
|
-
const module2 = await import("@arcgis/core/rest/support/
|
|
6055
|
+
const module2 = await import("@arcgis/core/rest/support/ImageToMapParameters.js");
|
|
5785
6056
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5786
6057
|
}
|
|
5787
|
-
async function
|
|
5788
|
-
const ModConstructor = await
|
|
6058
|
+
async function newRestSupportImageToMapParameters(properties) {
|
|
6059
|
+
const ModConstructor = await importRestSupportImageToMapParameters();
|
|
5789
6060
|
return new ModConstructor(properties);
|
|
5790
6061
|
}
|
|
5791
6062
|
async function importRestSupportImageUrlParameters() {
|
|
@@ -5876,26 +6147,26 @@ async function newRestSupportMeasureAreaFromImageResult(properties) {
|
|
|
5876
6147
|
const ModConstructor = await importRestSupportMeasureAreaFromImageResult();
|
|
5877
6148
|
return new ModConstructor(properties);
|
|
5878
6149
|
}
|
|
5879
|
-
async function
|
|
6150
|
+
async function importRestSupportMeasureFromImageParameters() {
|
|
5880
6151
|
if (isAMD) {
|
|
5881
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
6152
|
+
return await window.$arcgis.import("esri/rest/support/MeasureFromImageParameters");
|
|
5882
6153
|
}
|
|
5883
|
-
const module2 = await import("@arcgis/core/rest/support/
|
|
6154
|
+
const module2 = await import("@arcgis/core/rest/support/MeasureFromImageParameters.js");
|
|
5884
6155
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5885
6156
|
}
|
|
5886
|
-
async function
|
|
5887
|
-
const ModConstructor = await
|
|
6157
|
+
async function newRestSupportMeasureFromImageParameters(properties) {
|
|
6158
|
+
const ModConstructor = await importRestSupportMeasureFromImageParameters();
|
|
5888
6159
|
return new ModConstructor(properties);
|
|
5889
6160
|
}
|
|
5890
|
-
async function
|
|
6161
|
+
async function importRestSupportMeasureLengthFromImageResult() {
|
|
5891
6162
|
if (isAMD) {
|
|
5892
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
6163
|
+
return await window.$arcgis.import("esri/rest/support/MeasureLengthFromImageResult");
|
|
5893
6164
|
}
|
|
5894
|
-
const module2 = await import("@arcgis/core/rest/support/
|
|
6165
|
+
const module2 = await import("@arcgis/core/rest/support/MeasureLengthFromImageResult.js");
|
|
5895
6166
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5896
6167
|
}
|
|
5897
|
-
async function
|
|
5898
|
-
const ModConstructor = await
|
|
6168
|
+
async function newRestSupportMeasureLengthFromImageResult(properties) {
|
|
6169
|
+
const ModConstructor = await importRestSupportMeasureLengthFromImageResult();
|
|
5899
6170
|
return new ModConstructor(properties);
|
|
5900
6171
|
}
|
|
5901
6172
|
async function importRestSupportMultipartColorRamp() {
|
|
@@ -6910,6 +7181,17 @@ async function newViews2dViewState(properties) {
|
|
|
6910
7181
|
const ModConstructor = await importViews2dViewState();
|
|
6911
7182
|
return new ModConstructor(properties);
|
|
6912
7183
|
}
|
|
7184
|
+
async function importViews2dSupportHighlightGroup() {
|
|
7185
|
+
if (isAMD) {
|
|
7186
|
+
return await window.$arcgis.import("esri/views/2d/support/HighlightGroup");
|
|
7187
|
+
}
|
|
7188
|
+
const module2 = await import("@arcgis/core/views/2d/support/HighlightGroup.js");
|
|
7189
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7190
|
+
}
|
|
7191
|
+
async function newViews2dSupportHighlightGroup(properties) {
|
|
7192
|
+
const ModConstructor = await importViews2dSupportHighlightGroup();
|
|
7193
|
+
return new ModConstructor(properties);
|
|
7194
|
+
}
|
|
6913
7195
|
async function importViews3dAnalysisAreaMeasurementAnalysisView3D() {
|
|
6914
7196
|
if (isAMD) {
|
|
6915
7197
|
return await window.$arcgis.import("esri/views/3d/analysis/AreaMeasurementAnalysisView3D");
|
|
@@ -7438,6 +7720,17 @@ async function newViewsLayersViewshedLayerView(properties) {
|
|
|
7438
7720
|
const ModConstructor = await importViewsLayersViewshedLayerView();
|
|
7439
7721
|
return new ModConstructor(properties);
|
|
7440
7722
|
}
|
|
7723
|
+
async function importViewsLinkChartView() {
|
|
7724
|
+
if (isAMD) {
|
|
7725
|
+
return await window.$arcgis.import("esri/views/LinkChartView");
|
|
7726
|
+
}
|
|
7727
|
+
const module2 = await import("@arcgis/core/views/LinkChartView.js");
|
|
7728
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7729
|
+
}
|
|
7730
|
+
async function newViewsLinkChartView(properties) {
|
|
7731
|
+
const ModConstructor = await importViewsLinkChartView();
|
|
7732
|
+
return new ModConstructor(properties);
|
|
7733
|
+
}
|
|
7441
7734
|
async function importViewsMagnifier() {
|
|
7442
7735
|
if (isAMD) {
|
|
7443
7736
|
return await window.$arcgis.import("esri/views/Magnifier");
|
|
@@ -7768,6 +8061,17 @@ async function newWebDocument2D(properties) {
|
|
|
7768
8061
|
const ModConstructor = await importWebDocument2D();
|
|
7769
8062
|
return new ModConstructor(properties);
|
|
7770
8063
|
}
|
|
8064
|
+
async function importWebLinkChart() {
|
|
8065
|
+
if (isAMD) {
|
|
8066
|
+
return await window.$arcgis.import("esri/WebLinkChart");
|
|
8067
|
+
}
|
|
8068
|
+
const module2 = await import("@arcgis/core/WebLinkChart.js");
|
|
8069
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8070
|
+
}
|
|
8071
|
+
async function newWebLinkChart(properties) {
|
|
8072
|
+
const ModConstructor = await importWebLinkChart();
|
|
8073
|
+
return new ModConstructor(properties);
|
|
8074
|
+
}
|
|
7771
8075
|
async function importWebMap() {
|
|
7772
8076
|
if (isAMD) {
|
|
7773
8077
|
return await window.$arcgis.import("esri/WebMap");
|
|
@@ -7911,6 +8215,17 @@ async function newWebsceneSlide(properties) {
|
|
|
7911
8215
|
const ModConstructor = await importWebsceneSlide();
|
|
7912
8216
|
return new ModConstructor(properties);
|
|
7913
8217
|
}
|
|
8218
|
+
async function importWebsceneSlideLegend() {
|
|
8219
|
+
if (isAMD) {
|
|
8220
|
+
return await window.$arcgis.import("esri/webscene/SlideLegend");
|
|
8221
|
+
}
|
|
8222
|
+
const module2 = await import("@arcgis/core/webscene/SlideLegend.js");
|
|
8223
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8224
|
+
}
|
|
8225
|
+
async function newWebsceneSlideLegend(properties) {
|
|
8226
|
+
const ModConstructor = await importWebsceneSlideLegend();
|
|
8227
|
+
return new ModConstructor(properties);
|
|
8228
|
+
}
|
|
7914
8229
|
async function importWebsceneSunLighting() {
|
|
7915
8230
|
if (isAMD) {
|
|
7916
8231
|
return await window.$arcgis.import("esri/webscene/SunLighting");
|
|
@@ -8670,6 +8985,28 @@ async function newWidgetsFeatureFormRelationshipInput(properties) {
|
|
|
8670
8985
|
const ModConstructor = await importWidgetsFeatureFormRelationshipInput();
|
|
8671
8986
|
return new ModConstructor(properties);
|
|
8672
8987
|
}
|
|
8988
|
+
async function importWidgetsFeatureFormTextElementInput() {
|
|
8989
|
+
if (isAMD) {
|
|
8990
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/TextElementInput");
|
|
8991
|
+
}
|
|
8992
|
+
const module2 = await import("@arcgis/core/widgets/FeatureForm/TextElementInput.js");
|
|
8993
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8994
|
+
}
|
|
8995
|
+
async function newWidgetsFeatureFormTextElementInput(properties) {
|
|
8996
|
+
const ModConstructor = await importWidgetsFeatureFormTextElementInput();
|
|
8997
|
+
return new ModConstructor(properties);
|
|
8998
|
+
}
|
|
8999
|
+
async function importWidgetsFeatureFormUtilityNetworkAssociationInput() {
|
|
9000
|
+
if (isAMD) {
|
|
9001
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/UtilityNetworkAssociationInput");
|
|
9002
|
+
}
|
|
9003
|
+
const module2 = await import("@arcgis/core/widgets/FeatureForm/UtilityNetworkAssociationInput.js");
|
|
9004
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9005
|
+
}
|
|
9006
|
+
async function newWidgetsFeatureFormUtilityNetworkAssociationInput(properties) {
|
|
9007
|
+
const ModConstructor = await importWidgetsFeatureFormUtilityNetworkAssociationInput();
|
|
9008
|
+
return new ModConstructor(properties);
|
|
9009
|
+
}
|
|
8673
9010
|
async function importWidgetsFeatures() {
|
|
8674
9011
|
if (isAMD) {
|
|
8675
9012
|
return await window.$arcgis.import("esri/widgets/Features");
|
|
@@ -8846,6 +9183,28 @@ async function newWidgetsFeatureTableSupportFieldColumnTemplate(properties) {
|
|
|
8846
9183
|
const ModConstructor = await importWidgetsFeatureTableSupportFieldColumnTemplate();
|
|
8847
9184
|
return new ModConstructor(properties);
|
|
8848
9185
|
}
|
|
9186
|
+
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
9187
|
+
if (isAMD) {
|
|
9188
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
9189
|
+
}
|
|
9190
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsColumnTemplate.js");
|
|
9191
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9192
|
+
}
|
|
9193
|
+
async function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties) {
|
|
9194
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsColumnTemplate();
|
|
9195
|
+
return new ModConstructor(properties);
|
|
9196
|
+
}
|
|
9197
|
+
async function importWidgetsFeatureTableSupportRelationshipColumnTemplate() {
|
|
9198
|
+
if (isAMD) {
|
|
9199
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/RelationshipColumnTemplate");
|
|
9200
|
+
}
|
|
9201
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/RelationshipColumnTemplate.js");
|
|
9202
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9203
|
+
}
|
|
9204
|
+
async function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties) {
|
|
9205
|
+
const ModConstructor = await importWidgetsFeatureTableSupportRelationshipColumnTemplate();
|
|
9206
|
+
return new ModConstructor(properties);
|
|
9207
|
+
}
|
|
8849
9208
|
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
8850
9209
|
if (isAMD) {
|
|
8851
9210
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
@@ -9902,6 +10261,17 @@ async function newWidgetsUtilityNetworkTrace(properties) {
|
|
|
9902
10261
|
const ModConstructor = await importWidgetsUtilityNetworkTrace();
|
|
9903
10262
|
return new ModConstructor(properties);
|
|
9904
10263
|
}
|
|
10264
|
+
async function importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel() {
|
|
10265
|
+
if (isAMD) {
|
|
10266
|
+
return await window.$arcgis.import("esri/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel");
|
|
10267
|
+
}
|
|
10268
|
+
const module2 = await import("@arcgis/core/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel.js");
|
|
10269
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10270
|
+
}
|
|
10271
|
+
async function newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel(properties) {
|
|
10272
|
+
const ModConstructor = await importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel();
|
|
10273
|
+
return new ModConstructor(properties);
|
|
10274
|
+
}
|
|
9905
10275
|
async function importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel() {
|
|
9906
10276
|
if (isAMD) {
|
|
9907
10277
|
return await window.$arcgis.import("esri/widgets/UtilityNetworkTrace/UtilityNetworkTraceViewModel");
|
|
@@ -10155,25 +10525,18 @@ async function importCoreWorkers() {
|
|
|
10155
10525
|
const module2 = await import("@arcgis/core/core/workers.js");
|
|
10156
10526
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10157
10527
|
}
|
|
10158
|
-
async function
|
|
10528
|
+
async function importFormElementsInputs() {
|
|
10159
10529
|
if (isAMD) {
|
|
10160
|
-
return await window.$arcgis.import("esri/form/elements/inputs
|
|
10530
|
+
return await window.$arcgis.import("esri/form/elements/inputs");
|
|
10161
10531
|
}
|
|
10162
|
-
const module2 = await import("@arcgis/core/form/elements/inputs
|
|
10532
|
+
const module2 = await import("@arcgis/core/form/elements/inputs.js");
|
|
10163
10533
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10164
10534
|
}
|
|
10165
|
-
async function
|
|
10535
|
+
async function importFormElements() {
|
|
10166
10536
|
if (isAMD) {
|
|
10167
|
-
return await window.$arcgis.import("esri/form/elements
|
|
10537
|
+
return await window.$arcgis.import("esri/form/elements");
|
|
10168
10538
|
}
|
|
10169
|
-
const module2 = await import("@arcgis/core/form/elements
|
|
10170
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10171
|
-
}
|
|
10172
|
-
async function importFormSupportElements() {
|
|
10173
|
-
if (isAMD) {
|
|
10174
|
-
return await window.$arcgis.import("esri/form/support/elements");
|
|
10175
|
-
}
|
|
10176
|
-
const module2 = await import("@arcgis/core/form/support/elements.js");
|
|
10539
|
+
const module2 = await import("@arcgis/core/form/elements.js");
|
|
10177
10540
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10178
10541
|
}
|
|
10179
10542
|
async function importGeometry() {
|
|
@@ -10218,6 +10581,13 @@ async function importGeometryOperatorsAffineTransformOperator() {
|
|
|
10218
10581
|
const module2 = await import("@arcgis/core/geometry/operators/affineTransformOperator.js");
|
|
10219
10582
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10220
10583
|
}
|
|
10584
|
+
async function importGeometryOperatorsAlphaShapeOperator() {
|
|
10585
|
+
if (isAMD) {
|
|
10586
|
+
return await window.$arcgis.import("esri/geometry/operators/alphaShapeOperator");
|
|
10587
|
+
}
|
|
10588
|
+
const module2 = await import("@arcgis/core/geometry/operators/alphaShapeOperator.js");
|
|
10589
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10590
|
+
}
|
|
10221
10591
|
async function importGeometryOperatorsAreaOperator() {
|
|
10222
10592
|
if (isAMD) {
|
|
10223
10593
|
return await window.$arcgis.import("esri/geometry/operators/areaOperator");
|
|
@@ -10225,6 +10595,20 @@ async function importGeometryOperatorsAreaOperator() {
|
|
|
10225
10595
|
const module2 = await import("@arcgis/core/geometry/operators/areaOperator.js");
|
|
10226
10596
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10227
10597
|
}
|
|
10598
|
+
async function importGeometryOperatorsAutoCompleteOperator() {
|
|
10599
|
+
if (isAMD) {
|
|
10600
|
+
return await window.$arcgis.import("esri/geometry/operators/autoCompleteOperator");
|
|
10601
|
+
}
|
|
10602
|
+
const module2 = await import("@arcgis/core/geometry/operators/autoCompleteOperator.js");
|
|
10603
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10604
|
+
}
|
|
10605
|
+
async function importGeometryOperatorsBoundaryOperator() {
|
|
10606
|
+
if (isAMD) {
|
|
10607
|
+
return await window.$arcgis.import("esri/geometry/operators/boundaryOperator");
|
|
10608
|
+
}
|
|
10609
|
+
const module2 = await import("@arcgis/core/geometry/operators/boundaryOperator.js");
|
|
10610
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10611
|
+
}
|
|
10228
10612
|
async function importGeometryOperatorsBufferOperator() {
|
|
10229
10613
|
if (isAMD) {
|
|
10230
10614
|
return await window.$arcgis.import("esri/geometry/operators/bufferOperator");
|
|
@@ -10288,18 +10672,18 @@ async function importGeometryOperatorsDifferenceOperator() {
|
|
|
10288
10672
|
const module2 = await import("@arcgis/core/geometry/operators/differenceOperator.js");
|
|
10289
10673
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10290
10674
|
}
|
|
10291
|
-
async function
|
|
10675
|
+
async function importGeometryOperatorsDisjointOperator() {
|
|
10292
10676
|
if (isAMD) {
|
|
10293
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10677
|
+
return await window.$arcgis.import("esri/geometry/operators/disjointOperator");
|
|
10294
10678
|
}
|
|
10295
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10679
|
+
const module2 = await import("@arcgis/core/geometry/operators/disjointOperator.js");
|
|
10296
10680
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10297
10681
|
}
|
|
10298
|
-
async function
|
|
10682
|
+
async function importGeometryOperatorsDistanceOperator() {
|
|
10299
10683
|
if (isAMD) {
|
|
10300
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10684
|
+
return await window.$arcgis.import("esri/geometry/operators/distanceOperator");
|
|
10301
10685
|
}
|
|
10302
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10686
|
+
const module2 = await import("@arcgis/core/geometry/operators/distanceOperator.js");
|
|
10303
10687
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10304
10688
|
}
|
|
10305
10689
|
async function importGeometryOperatorsEqualsOperator() {
|
|
@@ -10309,6 +10693,20 @@ async function importGeometryOperatorsEqualsOperator() {
|
|
|
10309
10693
|
const module2 = await import("@arcgis/core/geometry/operators/equalsOperator.js");
|
|
10310
10694
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10311
10695
|
}
|
|
10696
|
+
async function importGeometryOperatorsExtendOperator() {
|
|
10697
|
+
if (isAMD) {
|
|
10698
|
+
return await window.$arcgis.import("esri/geometry/operators/extendOperator");
|
|
10699
|
+
}
|
|
10700
|
+
const module2 = await import("@arcgis/core/geometry/operators/extendOperator.js");
|
|
10701
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10702
|
+
}
|
|
10703
|
+
async function importGeometryOperatorsGeneralizeOperator() {
|
|
10704
|
+
if (isAMD) {
|
|
10705
|
+
return await window.$arcgis.import("esri/geometry/operators/generalizeOperator");
|
|
10706
|
+
}
|
|
10707
|
+
const module2 = await import("@arcgis/core/geometry/operators/generalizeOperator.js");
|
|
10708
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10709
|
+
}
|
|
10312
10710
|
async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
10313
10711
|
if (isAMD) {
|
|
10314
10712
|
return await window.$arcgis.import("esri/geometry/operators/geodesicBufferOperator");
|
|
@@ -10316,6 +10714,13 @@ async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
|
10316
10714
|
const module2 = await import("@arcgis/core/geometry/operators/geodesicBufferOperator.js");
|
|
10317
10715
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10318
10716
|
}
|
|
10717
|
+
async function importGeometryOperatorsGeodesicProximityOperator() {
|
|
10718
|
+
if (isAMD) {
|
|
10719
|
+
return await window.$arcgis.import("esri/geometry/operators/geodesicProximityOperator");
|
|
10720
|
+
}
|
|
10721
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodesicProximityOperator.js");
|
|
10722
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10723
|
+
}
|
|
10319
10724
|
async function importGeometryOperatorsGeodeticAreaOperator() {
|
|
10320
10725
|
if (isAMD) {
|
|
10321
10726
|
return await window.$arcgis.import("esri/geometry/operators/geodeticAreaOperator");
|
|
@@ -10344,18 +10749,18 @@ async function importGeometryOperatorsGeodeticLengthOperator() {
|
|
|
10344
10749
|
const module2 = await import("@arcgis/core/geometry/operators/geodeticLengthOperator.js");
|
|
10345
10750
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10346
10751
|
}
|
|
10347
|
-
async function
|
|
10752
|
+
async function importGeometryOperatorsGraphicBufferOperator() {
|
|
10348
10753
|
if (isAMD) {
|
|
10349
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10754
|
+
return await window.$arcgis.import("esri/geometry/operators/graphicBufferOperator");
|
|
10350
10755
|
}
|
|
10351
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10756
|
+
const module2 = await import("@arcgis/core/geometry/operators/graphicBufferOperator.js");
|
|
10352
10757
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10353
10758
|
}
|
|
10354
|
-
async function
|
|
10759
|
+
async function importGeometryOperatorsIntegrateOperator() {
|
|
10355
10760
|
if (isAMD) {
|
|
10356
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10761
|
+
return await window.$arcgis.import("esri/geometry/operators/integrateOperator");
|
|
10357
10762
|
}
|
|
10358
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10763
|
+
const module2 = await import("@arcgis/core/geometry/operators/integrateOperator.js");
|
|
10359
10764
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10360
10765
|
}
|
|
10361
10766
|
async function importGeometryOperatorsIntersectionOperator() {
|
|
@@ -10372,6 +10777,20 @@ async function importGeometryOperatorsIntersectsOperator() {
|
|
|
10372
10777
|
const module2 = await import("@arcgis/core/geometry/operators/intersectsOperator.js");
|
|
10373
10778
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10374
10779
|
}
|
|
10780
|
+
async function importGeometryOperatorsIsNearOperator() {
|
|
10781
|
+
if (isAMD) {
|
|
10782
|
+
return await window.$arcgis.import("esri/geometry/operators/isNearOperator");
|
|
10783
|
+
}
|
|
10784
|
+
const module2 = await import("@arcgis/core/geometry/operators/isNearOperator.js");
|
|
10785
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10786
|
+
}
|
|
10787
|
+
async function importGeometryOperatorsLabelPointOperator() {
|
|
10788
|
+
if (isAMD) {
|
|
10789
|
+
return await window.$arcgis.import("esri/geometry/operators/labelPointOperator");
|
|
10790
|
+
}
|
|
10791
|
+
const module2 = await import("@arcgis/core/geometry/operators/labelPointOperator.js");
|
|
10792
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10793
|
+
}
|
|
10375
10794
|
async function importGeometryOperatorsLengthOperator() {
|
|
10376
10795
|
if (isAMD) {
|
|
10377
10796
|
return await window.$arcgis.import("esri/geometry/operators/lengthOperator");
|
|
@@ -10379,6 +10798,34 @@ async function importGeometryOperatorsLengthOperator() {
|
|
|
10379
10798
|
const module2 = await import("@arcgis/core/geometry/operators/lengthOperator.js");
|
|
10380
10799
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10381
10800
|
}
|
|
10801
|
+
async function importGeometryOperatorsLinesToPolygonsOperator() {
|
|
10802
|
+
if (isAMD) {
|
|
10803
|
+
return await window.$arcgis.import("esri/geometry/operators/linesToPolygonsOperator");
|
|
10804
|
+
}
|
|
10805
|
+
const module2 = await import("@arcgis/core/geometry/operators/linesToPolygonsOperator.js");
|
|
10806
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10807
|
+
}
|
|
10808
|
+
async function importGeometryOperatorsLocateBetweenOperator() {
|
|
10809
|
+
if (isAMD) {
|
|
10810
|
+
return await window.$arcgis.import("esri/geometry/operators/locateBetweenOperator");
|
|
10811
|
+
}
|
|
10812
|
+
const module2 = await import("@arcgis/core/geometry/operators/locateBetweenOperator.js");
|
|
10813
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10814
|
+
}
|
|
10815
|
+
async function importGeometryOperatorsMinimumBoundingCircleOperator() {
|
|
10816
|
+
if (isAMD) {
|
|
10817
|
+
return await window.$arcgis.import("esri/geometry/operators/minimumBoundingCircleOperator");
|
|
10818
|
+
}
|
|
10819
|
+
const module2 = await import("@arcgis/core/geometry/operators/minimumBoundingCircleOperator.js");
|
|
10820
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10821
|
+
}
|
|
10822
|
+
async function importGeometryOperatorsMultiPartToSinglePartOperator() {
|
|
10823
|
+
if (isAMD) {
|
|
10824
|
+
return await window.$arcgis.import("esri/geometry/operators/multiPartToSinglePartOperator");
|
|
10825
|
+
}
|
|
10826
|
+
const module2 = await import("@arcgis/core/geometry/operators/multiPartToSinglePartOperator.js");
|
|
10827
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10828
|
+
}
|
|
10382
10829
|
async function importGeometryOperatorsOffsetOperator() {
|
|
10383
10830
|
if (isAMD) {
|
|
10384
10831
|
return await window.$arcgis.import("esri/geometry/operators/offsetOperator");
|
|
@@ -10393,6 +10840,20 @@ async function importGeometryOperatorsOverlapsOperator() {
|
|
|
10393
10840
|
const module2 = await import("@arcgis/core/geometry/operators/overlapsOperator.js");
|
|
10394
10841
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10395
10842
|
}
|
|
10843
|
+
async function importGeometryOperatorsPolygonOverlayOperator() {
|
|
10844
|
+
if (isAMD) {
|
|
10845
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonOverlayOperator");
|
|
10846
|
+
}
|
|
10847
|
+
const module2 = await import("@arcgis/core/geometry/operators/polygonOverlayOperator.js");
|
|
10848
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10849
|
+
}
|
|
10850
|
+
async function importGeometryOperatorsPolygonSlicerOperator() {
|
|
10851
|
+
if (isAMD) {
|
|
10852
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonSlicerOperator");
|
|
10853
|
+
}
|
|
10854
|
+
const module2 = await import("@arcgis/core/geometry/operators/polygonSlicerOperator.js");
|
|
10855
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10856
|
+
}
|
|
10396
10857
|
async function importGeometryOperatorsProximityOperator() {
|
|
10397
10858
|
if (isAMD) {
|
|
10398
10859
|
return await window.$arcgis.import("esri/geometry/operators/proximityOperator");
|
|
@@ -10407,6 +10868,13 @@ async function importGeometryOperatorsRelateOperator() {
|
|
|
10407
10868
|
const module2 = await import("@arcgis/core/geometry/operators/relateOperator.js");
|
|
10408
10869
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10409
10870
|
}
|
|
10871
|
+
async function importGeometryOperatorsReshapeOperator() {
|
|
10872
|
+
if (isAMD) {
|
|
10873
|
+
return await window.$arcgis.import("esri/geometry/operators/reshapeOperator");
|
|
10874
|
+
}
|
|
10875
|
+
const module2 = await import("@arcgis/core/geometry/operators/reshapeOperator.js");
|
|
10876
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10877
|
+
}
|
|
10410
10878
|
async function importGeometryOperatorsSimplifyOperator() {
|
|
10411
10879
|
if (isAMD) {
|
|
10412
10880
|
return await window.$arcgis.import("esri/geometry/operators/simplifyOperator");
|
|
@@ -10498,6 +10966,20 @@ async function importLayersCatalogCatalogUtils() {
|
|
|
10498
10966
|
const module2 = await import("@arcgis/core/layers/catalog/catalogUtils.js");
|
|
10499
10967
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10500
10968
|
}
|
|
10969
|
+
async function importLayersKnowledgeGraphCypherUtils() {
|
|
10970
|
+
if (isAMD) {
|
|
10971
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/cypherUtils");
|
|
10972
|
+
}
|
|
10973
|
+
const module2 = await import("@arcgis/core/layers/knowledgeGraph/cypherUtils.js");
|
|
10974
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10975
|
+
}
|
|
10976
|
+
async function importLayersKnowledgeGraphSupportUtils() {
|
|
10977
|
+
if (isAMD) {
|
|
10978
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/supportUtils");
|
|
10979
|
+
}
|
|
10980
|
+
const module2 = await import("@arcgis/core/layers/knowledgeGraph/supportUtils.js");
|
|
10981
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10982
|
+
}
|
|
10501
10983
|
async function importLayersOgcWfsUtils() {
|
|
10502
10984
|
if (isAMD) {
|
|
10503
10985
|
return await window.$arcgis.import("esri/layers/ogc/wfsUtils");
|
|
@@ -10512,6 +10994,20 @@ async function importLayersOgcWcsUtils() {
|
|
|
10512
10994
|
const module2 = await import("@arcgis/core/layers/ogc/wcsUtils.js");
|
|
10513
10995
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10514
10996
|
}
|
|
10997
|
+
async function importLayersOrientedImageryTransformationsWorldToImage() {
|
|
10998
|
+
if (isAMD) {
|
|
10999
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/worldToImage");
|
|
11000
|
+
}
|
|
11001
|
+
const module2 = await import("@arcgis/core/layers/orientedImagery/transformations/worldToImage.js");
|
|
11002
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11003
|
+
}
|
|
11004
|
+
async function importLayersOrientedImageryTransformationsImageToWorld() {
|
|
11005
|
+
if (isAMD) {
|
|
11006
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/imageToWorld");
|
|
11007
|
+
}
|
|
11008
|
+
const module2 = await import("@arcgis/core/layers/orientedImagery/transformations/imageToWorld.js");
|
|
11009
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11010
|
+
}
|
|
10515
11011
|
async function importLayersSupportArcadeUtils() {
|
|
10516
11012
|
if (isAMD) {
|
|
10517
11013
|
return await window.$arcgis.import("esri/layers/support/arcadeUtils");
|
|
@@ -10960,6 +11456,13 @@ async function importSmartMappingRenderersUnivariateColorSize() {
|
|
|
10960
11456
|
const module2 = await import("@arcgis/core/smartMapping/renderers/univariateColorSize.js");
|
|
10961
11457
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10962
11458
|
}
|
|
11459
|
+
async function importSmartMappingRenderersSupportRendererUtils() {
|
|
11460
|
+
if (isAMD) {
|
|
11461
|
+
return await window.$arcgis.import("esri/smartMapping/renderers/support/rendererUtils");
|
|
11462
|
+
}
|
|
11463
|
+
const module2 = await import("@arcgis/core/smartMapping/renderers/support/rendererUtils.js");
|
|
11464
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11465
|
+
}
|
|
10963
11466
|
async function importSmartMappingStatisticsClassBreaks() {
|
|
10964
11467
|
if (isAMD) {
|
|
10965
11468
|
return await window.$arcgis.import("esri/smartMapping/statistics/classBreaks");
|
|
@@ -11149,11 +11652,11 @@ async function importSymbolsSupportSymbolUtils() {
|
|
|
11149
11652
|
const module2 = await import("@arcgis/core/symbols/support/symbolUtils.js");
|
|
11150
11653
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11151
11654
|
}
|
|
11152
|
-
async function
|
|
11655
|
+
async function importTablesElements() {
|
|
11153
11656
|
if (isAMD) {
|
|
11154
|
-
return await window.$arcgis.import("esri/tables/
|
|
11657
|
+
return await window.$arcgis.import("esri/tables/elements");
|
|
11155
11658
|
}
|
|
11156
|
-
const module2 = await import("@arcgis/core/tables/
|
|
11659
|
+
const module2 = await import("@arcgis/core/tables/elements.js");
|
|
11157
11660
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11158
11661
|
}
|
|
11159
11662
|
async function importVersionManagementUtils() {
|
|
@@ -11170,13 +11673,6 @@ async function importVersionManagementVersionAdaptersUtils() {
|
|
|
11170
11673
|
const module2 = await import("@arcgis/core/versionManagement/versionAdapters/utils.js");
|
|
11171
11674
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11172
11675
|
}
|
|
11173
|
-
async function importViews3dExternalRenderers() {
|
|
11174
|
-
if (isAMD) {
|
|
11175
|
-
return await window.$arcgis.import("esri/views/3d/externalRenderers");
|
|
11176
|
-
}
|
|
11177
|
-
const module2 = await import("@arcgis/core/views/3d/externalRenderers.js");
|
|
11178
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11179
|
-
}
|
|
11180
11676
|
async function importViews3dWebglManagedFBO() {
|
|
11181
11677
|
if (isAMD) {
|
|
11182
11678
|
return await window.$arcgis.import("esri/views/3d/webgl/ManagedFBO");
|
|
@@ -11233,6 +11729,13 @@ async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
|
11233
11729
|
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js");
|
|
11234
11730
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11235
11731
|
}
|
|
11732
|
+
async function importWidgetsFeatureFeatureUtilityNetworkAssociationsFeatureUtilityNetworkAssociationsViewModel() {
|
|
11733
|
+
if (isAMD) {
|
|
11734
|
+
return await window.$arcgis.import("esri/widgets/Feature/FeatureUtilityNetworkAssociations/FeatureUtilityNetworkAssociationsViewModel");
|
|
11735
|
+
}
|
|
11736
|
+
const module2 = await import("@arcgis/core/widgets/Feature/FeatureUtilityNetworkAssociations/FeatureUtilityNetworkAssociationsViewModel.js");
|
|
11737
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11738
|
+
}
|
|
11236
11739
|
async function importWidgetsSmartMappingSupportUtils() {
|
|
11237
11740
|
if (isAMD) {
|
|
11238
11741
|
return await window.$arcgis.import("esri/widgets/smartMapping/support/utils");
|
|
@@ -11261,6 +11764,13 @@ async function importApplicationsComponentsDrawUtils() {
|
|
|
11261
11764
|
const module2 = await import("@arcgis/core/applications/Components/drawUtils.js");
|
|
11262
11765
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11263
11766
|
}
|
|
11767
|
+
async function importApplicationsComponentsFontUtils() {
|
|
11768
|
+
if (isAMD) {
|
|
11769
|
+
return await window.$arcgis.import("esri/applications/Components/fontUtils");
|
|
11770
|
+
}
|
|
11771
|
+
const module2 = await import("@arcgis/core/applications/Components/fontUtils.js");
|
|
11772
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11773
|
+
}
|
|
11264
11774
|
async function importApplicationsComponentsGetDefaultUnits() {
|
|
11265
11775
|
if (isAMD) {
|
|
11266
11776
|
return await window.$arcgis.import("esri/applications/Components/getDefaultUnits");
|
|
@@ -11282,88 +11792,81 @@ async function importApplicationsComponentsLayerOriginUtils() {
|
|
|
11282
11792
|
const module2 = await import("@arcgis/core/applications/Components/layerOriginUtils.js");
|
|
11283
11793
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11284
11794
|
}
|
|
11285
|
-
async function
|
|
11286
|
-
if (isAMD) {
|
|
11287
|
-
return await window.$arcgis.import("esri/applications/Components/previewSymbol2D");
|
|
11288
|
-
}
|
|
11289
|
-
const module2 = await import("@arcgis/core/applications/Components/previewSymbol2D.js");
|
|
11290
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11291
|
-
}
|
|
11292
|
-
async function importApplicationsComponentsStyleUtils() {
|
|
11795
|
+
async function importApplicationsComponentsLayersEffectsJsonUtils() {
|
|
11293
11796
|
if (isAMD) {
|
|
11294
|
-
return await window.$arcgis.import("esri/applications/Components/
|
|
11797
|
+
return await window.$arcgis.import("esri/applications/Components/layersEffectsJsonUtils");
|
|
11295
11798
|
}
|
|
11296
|
-
const module2 = await import("@arcgis/core/applications/Components/
|
|
11799
|
+
const module2 = await import("@arcgis/core/applications/Components/layersEffectsJsonUtils.js");
|
|
11297
11800
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11298
11801
|
}
|
|
11299
|
-
async function
|
|
11802
|
+
async function importApplicationsComponentsPreviewSymbol2D() {
|
|
11300
11803
|
if (isAMD) {
|
|
11301
|
-
return await window.$arcgis.import("esri/applications/Components/
|
|
11804
|
+
return await window.$arcgis.import("esri/applications/Components/previewSymbol2D");
|
|
11302
11805
|
}
|
|
11303
|
-
const module2 = await import("@arcgis/core/applications/Components/
|
|
11806
|
+
const module2 = await import("@arcgis/core/applications/Components/previewSymbol2D.js");
|
|
11304
11807
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11305
11808
|
}
|
|
11306
|
-
async function
|
|
11809
|
+
async function importApplicationsComponentsReactiveUtils() {
|
|
11307
11810
|
if (isAMD) {
|
|
11308
|
-
return await window.$arcgis.import("esri/applications/Components/
|
|
11811
|
+
return await window.$arcgis.import("esri/applications/Components/reactiveUtils");
|
|
11309
11812
|
}
|
|
11310
|
-
const module2 = await import("@arcgis/core/applications/Components/
|
|
11813
|
+
const module2 = await import("@arcgis/core/applications/Components/reactiveUtils.js");
|
|
11311
11814
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11312
11815
|
}
|
|
11313
|
-
async function
|
|
11816
|
+
async function importApplicationsComponentsSelectionOperation() {
|
|
11314
11817
|
if (isAMD) {
|
|
11315
|
-
return await window.$arcgis.import("esri/applications/
|
|
11818
|
+
return await window.$arcgis.import("esri/applications/Components/SelectionOperation");
|
|
11316
11819
|
}
|
|
11317
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11820
|
+
const module2 = await import("@arcgis/core/applications/Components/SelectionOperation.js");
|
|
11318
11821
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11319
11822
|
}
|
|
11320
|
-
async function
|
|
11823
|
+
async function importApplicationsComponentsSketchTooltipControls() {
|
|
11321
11824
|
if (isAMD) {
|
|
11322
|
-
return await window.$arcgis.import("esri/applications/
|
|
11825
|
+
return await window.$arcgis.import("esri/applications/Components/SketchTooltipControls");
|
|
11323
11826
|
}
|
|
11324
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11827
|
+
const module2 = await import("@arcgis/core/applications/Components/SketchTooltipControls.js");
|
|
11325
11828
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11326
11829
|
}
|
|
11327
|
-
async function
|
|
11830
|
+
async function importApplicationsComponentsStyleUtils() {
|
|
11328
11831
|
if (isAMD) {
|
|
11329
|
-
return await window.$arcgis.import("esri/applications/
|
|
11832
|
+
return await window.$arcgis.import("esri/applications/Components/styleUtils");
|
|
11330
11833
|
}
|
|
11331
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11834
|
+
const module2 = await import("@arcgis/core/applications/Components/styleUtils.js");
|
|
11332
11835
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11333
11836
|
}
|
|
11334
|
-
async function
|
|
11837
|
+
async function importApplicationsComponentsSvgUtils() {
|
|
11335
11838
|
if (isAMD) {
|
|
11336
|
-
return await window.$arcgis.import("esri/applications/
|
|
11839
|
+
return await window.$arcgis.import("esri/applications/Components/svgUtils");
|
|
11337
11840
|
}
|
|
11338
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11841
|
+
const module2 = await import("@arcgis/core/applications/Components/svgUtils.js");
|
|
11339
11842
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11340
11843
|
}
|
|
11341
|
-
async function
|
|
11844
|
+
async function importApplicationsComponentsWebStyleSymbolUtils() {
|
|
11342
11845
|
if (isAMD) {
|
|
11343
|
-
return await window.$arcgis.import("esri/applications/
|
|
11846
|
+
return await window.$arcgis.import("esri/applications/Components/webStyleSymbolUtils");
|
|
11344
11847
|
}
|
|
11345
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11848
|
+
const module2 = await import("@arcgis/core/applications/Components/webStyleSymbolUtils.js");
|
|
11346
11849
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11347
11850
|
}
|
|
11348
|
-
async function
|
|
11851
|
+
async function importApplicationsExperienceBuilderSketchUtils() {
|
|
11349
11852
|
if (isAMD) {
|
|
11350
|
-
return await window.$arcgis.import("esri/applications/
|
|
11853
|
+
return await window.$arcgis.import("esri/applications/ExperienceBuilder/sketchUtils");
|
|
11351
11854
|
}
|
|
11352
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11855
|
+
const module2 = await import("@arcgis/core/applications/ExperienceBuilder/sketchUtils.js");
|
|
11353
11856
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11354
11857
|
}
|
|
11355
|
-
async function
|
|
11858
|
+
async function importApplicationsMapViewerTemplateUtils() {
|
|
11356
11859
|
if (isAMD) {
|
|
11357
|
-
return await window.$arcgis.import("esri/applications/
|
|
11860
|
+
return await window.$arcgis.import("esri/applications/MapViewer/templateUtils");
|
|
11358
11861
|
}
|
|
11359
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11862
|
+
const module2 = await import("@arcgis/core/applications/MapViewer/templateUtils.js");
|
|
11360
11863
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11361
11864
|
}
|
|
11362
|
-
async function
|
|
11865
|
+
async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
11363
11866
|
if (isAMD) {
|
|
11364
|
-
return await window.$arcgis.import("esri/applications/
|
|
11867
|
+
return await window.$arcgis.import("esri/applications/SceneViewer/devEnvironmentUtils");
|
|
11365
11868
|
}
|
|
11366
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11869
|
+
const module2 = await import("@arcgis/core/applications/SceneViewer/devEnvironmentUtils.js");
|
|
11367
11870
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11368
11871
|
}
|
|
11369
11872
|
async function importApplicationsWebEditorSketchUtils() {
|
|
@@ -11389,21 +11892,21 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11389
11892
|
importAnalysisViewshedAnalysis,
|
|
11390
11893
|
importApplicationsComponentsBasemapUtils,
|
|
11391
11894
|
importApplicationsComponentsDrawUtils,
|
|
11895
|
+
importApplicationsComponentsFontUtils,
|
|
11392
11896
|
importApplicationsComponentsGetDefaultUnits,
|
|
11393
11897
|
importApplicationsComponentsGfxUtils,
|
|
11394
11898
|
importApplicationsComponentsLayerOriginUtils,
|
|
11899
|
+
importApplicationsComponentsLayersEffectsJsonUtils,
|
|
11395
11900
|
importApplicationsComponentsPreviewSymbol2D,
|
|
11901
|
+
importApplicationsComponentsReactiveUtils,
|
|
11902
|
+
importApplicationsComponentsSelectionOperation,
|
|
11903
|
+
importApplicationsComponentsSketchTooltipControls,
|
|
11396
11904
|
importApplicationsComponentsStyleUtils,
|
|
11397
11905
|
importApplicationsComponentsSvgUtils,
|
|
11398
11906
|
importApplicationsComponentsWebStyleSymbolUtils,
|
|
11399
|
-
|
|
11400
|
-
|
|
11401
|
-
importApplicationsSceneViewerColorUtils,
|
|
11907
|
+
importApplicationsExperienceBuilderSketchUtils,
|
|
11908
|
+
importApplicationsMapViewerTemplateUtils,
|
|
11402
11909
|
importApplicationsSceneViewerDevEnvironmentUtils,
|
|
11403
|
-
importApplicationsSceneViewerLayerUtils,
|
|
11404
|
-
importApplicationsSceneViewerSceneViewerUtils,
|
|
11405
|
-
importApplicationsSceneViewerSymbolUtils,
|
|
11406
|
-
importApplicationsUrbanMeshUtils,
|
|
11407
11910
|
importApplicationsWebEditorSketchUtils,
|
|
11408
11911
|
importArcade,
|
|
11409
11912
|
importBasemap,
|
|
@@ -11425,16 +11928,17 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11425
11928
|
importCoreUrlUtils,
|
|
11426
11929
|
importCoreWorkers,
|
|
11427
11930
|
importCoreWorkersConnection,
|
|
11931
|
+
importFormElements,
|
|
11428
11932
|
importFormElementsAttachmentElement,
|
|
11429
11933
|
importFormElementsElement,
|
|
11430
11934
|
importFormElementsFieldElement,
|
|
11431
11935
|
importFormElementsGroupElement,
|
|
11936
|
+
importFormElementsInputs,
|
|
11432
11937
|
importFormElementsInputsAttachmentsAttachmentInput,
|
|
11433
11938
|
importFormElementsInputsAttachmentsAudioInput,
|
|
11434
11939
|
importFormElementsInputsAttachmentsDocumentInput,
|
|
11435
11940
|
importFormElementsInputsAttachmentsImageInput,
|
|
11436
11941
|
importFormElementsInputsAttachmentsSignatureInput,
|
|
11437
|
-
importFormElementsInputsAttachmentsSupportInputs,
|
|
11438
11942
|
importFormElementsInputsAttachmentsVideoInput,
|
|
11439
11943
|
importFormElementsInputsBarcodeScannerInput,
|
|
11440
11944
|
importFormElementsInputsComboBoxInput,
|
|
@@ -11447,11 +11951,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11447
11951
|
importFormElementsInputsTextBoxInput,
|
|
11448
11952
|
importFormElementsInputsTimePickerInput,
|
|
11449
11953
|
importFormElementsRelationshipElement,
|
|
11450
|
-
importFormElementsSupportInputs,
|
|
11451
11954
|
importFormElementsTextElement,
|
|
11955
|
+
importFormElementsUtilityNetworkAssociationsElement,
|
|
11452
11956
|
importFormExpressionInfo,
|
|
11453
11957
|
importFormFormTemplate,
|
|
11454
|
-
importFormSupportElements,
|
|
11455
11958
|
importGeometry,
|
|
11456
11959
|
importGeometryCircle,
|
|
11457
11960
|
importGeometryCoordinateFormatter,
|
|
@@ -11463,7 +11966,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11463
11966
|
importGeometryMesh,
|
|
11464
11967
|
importGeometryMultipoint,
|
|
11465
11968
|
importGeometryOperatorsAffineTransformOperator,
|
|
11969
|
+
importGeometryOperatorsAlphaShapeOperator,
|
|
11466
11970
|
importGeometryOperatorsAreaOperator,
|
|
11971
|
+
importGeometryOperatorsAutoCompleteOperator,
|
|
11972
|
+
importGeometryOperatorsBoundaryOperator,
|
|
11467
11973
|
importGeometryOperatorsBufferOperator,
|
|
11468
11974
|
importGeometryOperatorsCentroidOperator,
|
|
11469
11975
|
importGeometryOperatorsClipOperator,
|
|
@@ -11476,20 +11982,32 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11476
11982
|
importGeometryOperatorsDisjointOperator,
|
|
11477
11983
|
importGeometryOperatorsDistanceOperator,
|
|
11478
11984
|
importGeometryOperatorsEqualsOperator,
|
|
11985
|
+
importGeometryOperatorsExtendOperator,
|
|
11479
11986
|
importGeometryOperatorsGeneralizeOperator,
|
|
11480
11987
|
importGeometryOperatorsGeodesicBufferOperator,
|
|
11988
|
+
importGeometryOperatorsGeodesicProximityOperator,
|
|
11481
11989
|
importGeometryOperatorsGeodeticAreaOperator,
|
|
11482
11990
|
importGeometryOperatorsGeodeticDensifyOperator,
|
|
11483
11991
|
importGeometryOperatorsGeodeticDistanceOperator,
|
|
11484
11992
|
importGeometryOperatorsGeodeticLengthOperator,
|
|
11485
11993
|
importGeometryOperatorsGraphicBufferOperator,
|
|
11994
|
+
importGeometryOperatorsIntegrateOperator,
|
|
11486
11995
|
importGeometryOperatorsIntersectionOperator,
|
|
11487
11996
|
importGeometryOperatorsIntersectsOperator,
|
|
11997
|
+
importGeometryOperatorsIsNearOperator,
|
|
11998
|
+
importGeometryOperatorsLabelPointOperator,
|
|
11488
11999
|
importGeometryOperatorsLengthOperator,
|
|
12000
|
+
importGeometryOperatorsLinesToPolygonsOperator,
|
|
12001
|
+
importGeometryOperatorsLocateBetweenOperator,
|
|
12002
|
+
importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
12003
|
+
importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
11489
12004
|
importGeometryOperatorsOffsetOperator,
|
|
11490
12005
|
importGeometryOperatorsOverlapsOperator,
|
|
12006
|
+
importGeometryOperatorsPolygonOverlayOperator,
|
|
12007
|
+
importGeometryOperatorsPolygonSlicerOperator,
|
|
11491
12008
|
importGeometryOperatorsProximityOperator,
|
|
11492
12009
|
importGeometryOperatorsRelateOperator,
|
|
12010
|
+
importGeometryOperatorsReshapeOperator,
|
|
11493
12011
|
importGeometryOperatorsSimplifyOperator,
|
|
11494
12012
|
importGeometryOperatorsSupportTransformation,
|
|
11495
12013
|
importGeometryOperatorsSymmetricDifferenceOperator,
|
|
@@ -11549,10 +12067,13 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11549
12067
|
importLayersIntegratedMesh3DTilesLayer,
|
|
11550
12068
|
importLayersIntegratedMeshLayer,
|
|
11551
12069
|
importLayersKMLLayer,
|
|
12070
|
+
importLayersKnowledgeGraphCypherUtils,
|
|
11552
12071
|
importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
11553
12072
|
importLayersKnowledgeGraphLayer,
|
|
12073
|
+
importLayersKnowledgeGraphSupportUtils,
|
|
11554
12074
|
importLayersLayer,
|
|
11555
12075
|
importLayersLineOfSightLayer,
|
|
12076
|
+
importLayersLinkChartLayer,
|
|
11556
12077
|
importLayersMapImageLayer,
|
|
11557
12078
|
importLayersMapNotesLayer,
|
|
11558
12079
|
importLayersMediaLayer,
|
|
@@ -11561,6 +12082,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11561
12082
|
importLayersOgcWfsUtils,
|
|
11562
12083
|
importLayersOpenStreetMapLayer,
|
|
11563
12084
|
importLayersOrientedImageryLayer,
|
|
12085
|
+
importLayersOrientedImageryTransformationsImageToWorld,
|
|
12086
|
+
importLayersOrientedImageryTransformationsWorldToImage,
|
|
11564
12087
|
importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
11565
12088
|
importLayersPointCloudFiltersPointCloudFilter,
|
|
11566
12089
|
importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -11654,6 +12177,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11654
12177
|
importLayersWMSLayer,
|
|
11655
12178
|
importLayersWMTSLayer,
|
|
11656
12179
|
importLayersWebTileLayer,
|
|
12180
|
+
importLinkChartChronologicalLayoutSettings,
|
|
12181
|
+
importLinkChartLayoutSettings,
|
|
12182
|
+
importLinkChartLinkChartProperties,
|
|
12183
|
+
importLinkChartNonspatialDataDisplay,
|
|
12184
|
+
importLinkChartOrganicLayoutSettings,
|
|
11657
12185
|
importMap,
|
|
11658
12186
|
importNetworksNetwork,
|
|
11659
12187
|
importNetworksSupportNamedTraceConfiguration,
|
|
@@ -11727,6 +12255,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11727
12255
|
importRenderersSupportColormapInfo,
|
|
11728
12256
|
importRenderersSupportHeatmapColorStop,
|
|
11729
12257
|
importRenderersSupportJsonUtils,
|
|
12258
|
+
importRenderersSupportRasterPresetRenderer,
|
|
11730
12259
|
importRenderersSupportUniqueValue,
|
|
11731
12260
|
importRenderersSupportUniqueValueClass,
|
|
11732
12261
|
importRenderersSupportUniqueValueGroup,
|
|
@@ -11765,6 +12294,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11765
12294
|
importRestKnowledgeGraphGraphProperty,
|
|
11766
12295
|
importRestKnowledgeGraphGraphQuery,
|
|
11767
12296
|
importRestKnowledgeGraphGraphQueryResult,
|
|
12297
|
+
importRestKnowledgeGraphGraphQueryResultHeader,
|
|
11768
12298
|
importRestKnowledgeGraphGraphQueryStreaming,
|
|
11769
12299
|
importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
11770
12300
|
importRestKnowledgeGraphGraphSearch,
|
|
@@ -11778,6 +12308,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11778
12308
|
importRestKnowledgeGraphSearchIndex,
|
|
11779
12309
|
importRestKnowledgeGraphService,
|
|
11780
12310
|
importRestKnowledgeGraphServiceDefinition,
|
|
12311
|
+
importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
11781
12312
|
importRestLocator,
|
|
11782
12313
|
importRestNetworkService,
|
|
11783
12314
|
importRestNetworksQueryAssociations,
|
|
@@ -11807,6 +12338,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11807
12338
|
importRestSupportArealUnit,
|
|
11808
12339
|
importRestSupportAreasAndLengthsParameters,
|
|
11809
12340
|
importRestSupportAttachmentQuery,
|
|
12341
|
+
importRestSupportAttributeBinsQuery,
|
|
12342
|
+
importRestSupportAutoIntervalBinParameters,
|
|
12343
|
+
importRestSupportBaseImageMeasureParameters,
|
|
12344
|
+
importRestSupportBaseImageMeasureResult,
|
|
11810
12345
|
importRestSupportBufferParameters,
|
|
11811
12346
|
importRestSupportCameraInfo,
|
|
11812
12347
|
importRestSupportClosestFacilityParameters,
|
|
@@ -11814,6 +12349,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11814
12349
|
importRestSupportColorRamp,
|
|
11815
12350
|
importRestSupportDataFile,
|
|
11816
12351
|
importRestSupportDataLayer,
|
|
12352
|
+
importRestSupportDateBinParameters,
|
|
12353
|
+
importRestSupportDateBinTimeInterval,
|
|
11817
12354
|
importRestSupportDensifyParameters,
|
|
11818
12355
|
importRestSupportDirectionLine,
|
|
11819
12356
|
importRestSupportDirectionPoint,
|
|
@@ -11827,6 +12364,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11827
12364
|
importRestSupportFindImagesResult,
|
|
11828
12365
|
importRestSupportFindParameters,
|
|
11829
12366
|
importRestSupportFindResult,
|
|
12367
|
+
importRestSupportFixedBoundariesBinParameters,
|
|
12368
|
+
importRestSupportFixedIntervalBinParameters,
|
|
11830
12369
|
importRestSupportGPMessage,
|
|
11831
12370
|
importRestSupportGeneralizeParameters,
|
|
11832
12371
|
importRestSupportIdentifyParameters,
|
|
@@ -11927,6 +12466,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11927
12466
|
importSmartMappingRenderersPredominance,
|
|
11928
12467
|
importSmartMappingRenderersRelationship,
|
|
11929
12468
|
importSmartMappingRenderersSize,
|
|
12469
|
+
importSmartMappingRenderersSupportRendererUtils,
|
|
11930
12470
|
importSmartMappingRenderersType,
|
|
11931
12471
|
importSmartMappingRenderersUnivariateColorSize,
|
|
11932
12472
|
importSmartMappingStatisticsClassBreaks,
|
|
@@ -12001,12 +12541,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12001
12541
|
importSymbolsWaterSymbol3DLayer,
|
|
12002
12542
|
importSymbolsWebStyleSymbol,
|
|
12003
12543
|
importTablesAttributeTableTemplate,
|
|
12544
|
+
importTablesElements,
|
|
12004
12545
|
importTablesElementsAttributeTableAttachmentElement,
|
|
12005
12546
|
importTablesElementsAttributeTableElement,
|
|
12006
12547
|
importTablesElementsAttributeTableFieldElement,
|
|
12007
12548
|
importTablesElementsAttributeTableGroupElement,
|
|
12008
12549
|
importTablesElementsAttributeTableRelationshipElement,
|
|
12009
|
-
importTablesSupportElements,
|
|
12010
12550
|
importTimeExtent,
|
|
12011
12551
|
importTimeInterval,
|
|
12012
12552
|
importTimeTimeExtent,
|
|
@@ -12018,6 +12558,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12018
12558
|
importViewpoint,
|
|
12019
12559
|
importViews2dLayersBaseLayerView2D,
|
|
12020
12560
|
importViews2dLayersBaseLayerViewGL2D,
|
|
12561
|
+
importViews2dSupportHighlightGroup,
|
|
12021
12562
|
importViews2dViewState,
|
|
12022
12563
|
importViews3dAnalysisAreaMeasurementAnalysisView3D,
|
|
12023
12564
|
importViews3dAnalysisDirectLineMeasurementAnalysisView3D,
|
|
@@ -12032,7 +12573,6 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12032
12573
|
importViews3dEnvironmentSunLighting,
|
|
12033
12574
|
importViews3dEnvironmentSunnyWeather,
|
|
12034
12575
|
importViews3dEnvironmentVirtualLighting,
|
|
12035
|
-
importViews3dExternalRenderers,
|
|
12036
12576
|
importViews3dSupportLayerPerformanceInfo,
|
|
12037
12577
|
importViews3dSupportSceneViewPerformanceInfo,
|
|
12038
12578
|
importViews3dWebgl,
|
|
@@ -12074,6 +12614,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12074
12614
|
importViewsLayersSceneLayerView,
|
|
12075
12615
|
importViewsLayersStreamLayerView,
|
|
12076
12616
|
importViewsLayersViewshedLayerView,
|
|
12617
|
+
importViewsLinkChartView,
|
|
12077
12618
|
importViewsMagnifier,
|
|
12078
12619
|
importViewsMapView,
|
|
12079
12620
|
importViewsNavigationGamepadGamepadSettings,
|
|
@@ -12087,6 +12628,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12087
12628
|
importViewsView2D,
|
|
12088
12629
|
importViewsViewAnimation,
|
|
12089
12630
|
importWebDocument2D,
|
|
12631
|
+
importWebLinkChart,
|
|
12090
12632
|
importWebMap,
|
|
12091
12633
|
importWebScene,
|
|
12092
12634
|
importWebdocApplicationPropertiesSearch,
|
|
@@ -12118,6 +12660,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12118
12660
|
importWebsceneInitialViewProperties,
|
|
12119
12661
|
importWebscenePresentation,
|
|
12120
12662
|
importWebsceneSlide,
|
|
12663
|
+
importWebsceneSlideLegend,
|
|
12121
12664
|
importWebsceneSunLighting,
|
|
12122
12665
|
importWebsceneVirtualLighting,
|
|
12123
12666
|
importWidgetsAreaMeasurement2D,
|
|
@@ -12182,12 +12725,15 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12182
12725
|
importWidgetsExpand,
|
|
12183
12726
|
importWidgetsExpandExpandViewModel,
|
|
12184
12727
|
importWidgetsFeature,
|
|
12728
|
+
importWidgetsFeatureFeatureUtilityNetworkAssociationsFeatureUtilityNetworkAssociationsViewModel,
|
|
12185
12729
|
importWidgetsFeatureFeatureViewModel,
|
|
12186
12730
|
importWidgetsFeatureForm,
|
|
12187
12731
|
importWidgetsFeatureFormFeatureFormViewModel,
|
|
12188
12732
|
importWidgetsFeatureFormFieldInput,
|
|
12189
12733
|
importWidgetsFeatureFormGroupInput,
|
|
12190
12734
|
importWidgetsFeatureFormRelationshipInput,
|
|
12735
|
+
importWidgetsFeatureFormTextElementInput,
|
|
12736
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
12191
12737
|
importWidgetsFeatureTable,
|
|
12192
12738
|
importWidgetsFeatureTableActionColumn,
|
|
12193
12739
|
importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -12199,10 +12745,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12199
12745
|
importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
12200
12746
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12201
12747
|
importWidgetsFeatureTableRelationshipColumn,
|
|
12748
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12202
12749
|
importWidgetsFeatureTableSupportColumnTemplate,
|
|
12203
12750
|
importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
12204
12751
|
importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
12205
12752
|
importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
12753
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
12206
12754
|
importWidgetsFeatureTableSupportTableTemplate,
|
|
12207
12755
|
importWidgetsFeatureTemplates,
|
|
12208
12756
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -12302,6 +12850,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12302
12850
|
importWidgetsUtilityNetworkAssociations,
|
|
12303
12851
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
12304
12852
|
importWidgetsUtilityNetworkTrace,
|
|
12853
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
12305
12854
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
12306
12855
|
importWidgetsUtilityNetworkValidateTopology,
|
|
12307
12856
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -12362,6 +12911,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12362
12911
|
newFormElementsInputsTimePickerInput,
|
|
12363
12912
|
newFormElementsRelationshipElement,
|
|
12364
12913
|
newFormElementsTextElement,
|
|
12914
|
+
newFormElementsUtilityNetworkAssociationsElement,
|
|
12365
12915
|
newFormExpressionInfo,
|
|
12366
12916
|
newFormFormTemplate,
|
|
12367
12917
|
newGeometryCircle,
|
|
@@ -12418,6 +12968,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12418
12968
|
newLayersKnowledgeGraphLayer,
|
|
12419
12969
|
newLayersLayer,
|
|
12420
12970
|
newLayersLineOfSightLayer,
|
|
12971
|
+
newLayersLinkChartLayer,
|
|
12421
12972
|
newLayersMapImageLayer,
|
|
12422
12973
|
newLayersMapNotesLayer,
|
|
12423
12974
|
newLayersMediaLayer,
|
|
@@ -12510,6 +13061,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12510
13061
|
newLayersWMSLayer,
|
|
12511
13062
|
newLayersWMTSLayer,
|
|
12512
13063
|
newLayersWebTileLayer,
|
|
13064
|
+
newLinkChartChronologicalLayoutSettings,
|
|
13065
|
+
newLinkChartLayoutSettings,
|
|
13066
|
+
newLinkChartLinkChartProperties,
|
|
13067
|
+
newLinkChartNonspatialDataDisplay,
|
|
13068
|
+
newLinkChartOrganicLayoutSettings,
|
|
12513
13069
|
newMap,
|
|
12514
13070
|
newNetworksNetwork,
|
|
12515
13071
|
newNetworksSupportNamedTraceConfiguration,
|
|
@@ -12577,6 +13133,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12577
13133
|
newRenderersSupportClassBreakInfo,
|
|
12578
13134
|
newRenderersSupportColormapInfo,
|
|
12579
13135
|
newRenderersSupportHeatmapColorStop,
|
|
13136
|
+
newRenderersSupportRasterPresetRenderer,
|
|
12580
13137
|
newRenderersSupportUniqueValue,
|
|
12581
13138
|
newRenderersSupportUniqueValueClass,
|
|
12582
13139
|
newRenderersSupportUniqueValueGroup,
|
|
@@ -12605,6 +13162,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12605
13162
|
newRestKnowledgeGraphGraphProperty,
|
|
12606
13163
|
newRestKnowledgeGraphGraphQuery,
|
|
12607
13164
|
newRestKnowledgeGraphGraphQueryResult,
|
|
13165
|
+
newRestKnowledgeGraphGraphQueryResultHeader,
|
|
12608
13166
|
newRestKnowledgeGraphGraphQueryStreaming,
|
|
12609
13167
|
newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
12610
13168
|
newRestKnowledgeGraphGraphSearch,
|
|
@@ -12617,6 +13175,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12617
13175
|
newRestKnowledgeGraphRelationshipType,
|
|
12618
13176
|
newRestKnowledgeGraphSearchIndex,
|
|
12619
13177
|
newRestKnowledgeGraphServiceDefinition,
|
|
13178
|
+
newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
12620
13179
|
newRestNetworksSupportAggregatedGeometry,
|
|
12621
13180
|
newRestNetworksSupportAssociation,
|
|
12622
13181
|
newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -12635,6 +13194,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12635
13194
|
newRestSupportArealUnit,
|
|
12636
13195
|
newRestSupportAreasAndLengthsParameters,
|
|
12637
13196
|
newRestSupportAttachmentQuery,
|
|
13197
|
+
newRestSupportAttributeBinsQuery,
|
|
13198
|
+
newRestSupportAutoIntervalBinParameters,
|
|
13199
|
+
newRestSupportBaseImageMeasureParameters,
|
|
13200
|
+
newRestSupportBaseImageMeasureResult,
|
|
12638
13201
|
newRestSupportBufferParameters,
|
|
12639
13202
|
newRestSupportCameraInfo,
|
|
12640
13203
|
newRestSupportClosestFacilityParameters,
|
|
@@ -12642,6 +13205,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12642
13205
|
newRestSupportColorRamp,
|
|
12643
13206
|
newRestSupportDataFile,
|
|
12644
13207
|
newRestSupportDataLayer,
|
|
13208
|
+
newRestSupportDateBinParameters,
|
|
13209
|
+
newRestSupportDateBinTimeInterval,
|
|
12645
13210
|
newRestSupportDensifyParameters,
|
|
12646
13211
|
newRestSupportDirectionLine,
|
|
12647
13212
|
newRestSupportDirectionPoint,
|
|
@@ -12655,6 +13220,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12655
13220
|
newRestSupportFindImagesResult,
|
|
12656
13221
|
newRestSupportFindParameters,
|
|
12657
13222
|
newRestSupportFindResult,
|
|
13223
|
+
newRestSupportFixedBoundariesBinParameters,
|
|
13224
|
+
newRestSupportFixedIntervalBinParameters,
|
|
12658
13225
|
newRestSupportGPMessage,
|
|
12659
13226
|
newRestSupportGeneralizeParameters,
|
|
12660
13227
|
newRestSupportIdentifyParameters,
|
|
@@ -12787,6 +13354,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12787
13354
|
newViewpoint,
|
|
12788
13355
|
newViews2dLayersBaseLayerView2D,
|
|
12789
13356
|
newViews2dLayersBaseLayerViewGL2D,
|
|
13357
|
+
newViews2dSupportHighlightGroup,
|
|
12790
13358
|
newViews2dViewState,
|
|
12791
13359
|
newViews3dAnalysisAreaMeasurementAnalysisView3D,
|
|
12792
13360
|
newViews3dAnalysisDirectLineMeasurementAnalysisView3D,
|
|
@@ -12836,6 +13404,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12836
13404
|
newViewsLayersSceneLayerView,
|
|
12837
13405
|
newViewsLayersStreamLayerView,
|
|
12838
13406
|
newViewsLayersViewshedLayerView,
|
|
13407
|
+
newViewsLinkChartView,
|
|
12839
13408
|
newViewsMagnifier,
|
|
12840
13409
|
newViewsMapView,
|
|
12841
13410
|
newViewsNavigationGamepadGamepadSettings,
|
|
@@ -12848,6 +13417,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12848
13417
|
newViewsView2D,
|
|
12849
13418
|
newViewsViewAnimation,
|
|
12850
13419
|
newWebDocument2D,
|
|
13420
|
+
newWebLinkChart,
|
|
12851
13421
|
newWebMap,
|
|
12852
13422
|
newWebScene,
|
|
12853
13423
|
newWebdocApplicationPropertiesSearch,
|
|
@@ -12879,6 +13449,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12879
13449
|
newWebsceneInitialViewProperties,
|
|
12880
13450
|
newWebscenePresentation,
|
|
12881
13451
|
newWebsceneSlide,
|
|
13452
|
+
newWebsceneSlideLegend,
|
|
12882
13453
|
newWebsceneSunLighting,
|
|
12883
13454
|
newWebsceneVirtualLighting,
|
|
12884
13455
|
newWidgetsAreaMeasurement2D,
|
|
@@ -12948,6 +13519,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12948
13519
|
newWidgetsFeatureFormFieldInput,
|
|
12949
13520
|
newWidgetsFeatureFormGroupInput,
|
|
12950
13521
|
newWidgetsFeatureFormRelationshipInput,
|
|
13522
|
+
newWidgetsFeatureFormTextElementInput,
|
|
13523
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
12951
13524
|
newWidgetsFeatureTable,
|
|
12952
13525
|
newWidgetsFeatureTableActionColumn,
|
|
12953
13526
|
newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -12959,10 +13532,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12959
13532
|
newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
12960
13533
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12961
13534
|
newWidgetsFeatureTableRelationshipColumn,
|
|
13535
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12962
13536
|
newWidgetsFeatureTableSupportColumnTemplate,
|
|
12963
13537
|
newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
12964
13538
|
newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
12965
13539
|
newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
13540
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
12966
13541
|
newWidgetsFeatureTableSupportTableTemplate,
|
|
12967
13542
|
newWidgetsFeatureTemplates,
|
|
12968
13543
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -13060,6 +13635,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13060
13635
|
newWidgetsUtilityNetworkAssociations,
|
|
13061
13636
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
13062
13637
|
newWidgetsUtilityNetworkTrace,
|
|
13638
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
13063
13639
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
13064
13640
|
newWidgetsUtilityNetworkValidateTopology,
|
|
13065
13641
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|