@arcgis/core-adapter 4.32.0-next.5 → 4.32.0-next.50
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +16 -3
- package/dist/index.cjs +891 -198
- package/dist/index.d.cts +128 -42
- package/dist/index.d.ts +128 -42
- package/dist/index.js +794 -187
- package/package.json +4 -28
- package/scripts/generator.ts +37 -5
- package/scripts/update-adapter-typings.ts +49 -15
- package/src/index.ts +798 -191
- package/support/api-reference-esm-imports.json +74 -17
- package/support/arcgis.d.ts +48626 -51251
- package/support/publicModules.ts +26 -0
package/dist/index.cjs
CHANGED
|
@@ -43,21 +43,23 @@ __export(src_exports, {
|
|
|
43
43
|
importAnalysisViewshed: () => importAnalysisViewshed,
|
|
44
44
|
importAnalysisViewshedAnalysis: () => importAnalysisViewshedAnalysis,
|
|
45
45
|
importApplicationsComponentsBasemapUtils: () => importApplicationsComponentsBasemapUtils,
|
|
46
|
+
importApplicationsComponentsCollectionFlattener: () => importApplicationsComponentsCollectionFlattener,
|
|
46
47
|
importApplicationsComponentsDrawUtils: () => importApplicationsComponentsDrawUtils,
|
|
48
|
+
importApplicationsComponentsFontUtils: () => importApplicationsComponentsFontUtils,
|
|
47
49
|
importApplicationsComponentsGetDefaultUnits: () => importApplicationsComponentsGetDefaultUnits,
|
|
48
50
|
importApplicationsComponentsGfxUtils: () => importApplicationsComponentsGfxUtils,
|
|
49
51
|
importApplicationsComponentsLayerOriginUtils: () => importApplicationsComponentsLayerOriginUtils,
|
|
52
|
+
importApplicationsComponentsLayersEffectsJsonUtils: () => importApplicationsComponentsLayersEffectsJsonUtils,
|
|
50
53
|
importApplicationsComponentsPreviewSymbol2D: () => importApplicationsComponentsPreviewSymbol2D,
|
|
54
|
+
importApplicationsComponentsReactiveUtils: () => importApplicationsComponentsReactiveUtils,
|
|
55
|
+
importApplicationsComponentsSelectionOperation: () => importApplicationsComponentsSelectionOperation,
|
|
56
|
+
importApplicationsComponentsSketchTooltipControls: () => importApplicationsComponentsSketchTooltipControls,
|
|
51
57
|
importApplicationsComponentsStyleUtils: () => importApplicationsComponentsStyleUtils,
|
|
52
58
|
importApplicationsComponentsSvgUtils: () => importApplicationsComponentsSvgUtils,
|
|
53
59
|
importApplicationsComponentsWebStyleSymbolUtils: () => importApplicationsComponentsWebStyleSymbolUtils,
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
importApplicationsSceneViewerColorUtils: () => importApplicationsSceneViewerColorUtils,
|
|
60
|
+
importApplicationsExperienceBuilderSketchUtils: () => importApplicationsExperienceBuilderSketchUtils,
|
|
61
|
+
importApplicationsMapViewerTemplateUtils: () => importApplicationsMapViewerTemplateUtils,
|
|
57
62
|
importApplicationsSceneViewerDevEnvironmentUtils: () => importApplicationsSceneViewerDevEnvironmentUtils,
|
|
58
|
-
importApplicationsSceneViewerLayerUtils: () => importApplicationsSceneViewerLayerUtils,
|
|
59
|
-
importApplicationsSceneViewerSceneViewerUtils: () => importApplicationsSceneViewerSceneViewerUtils,
|
|
60
|
-
importApplicationsSceneViewerSymbolUtils: () => importApplicationsSceneViewerSymbolUtils,
|
|
61
63
|
importApplicationsWebEditorSketchUtils: () => importApplicationsWebEditorSketchUtils,
|
|
62
64
|
importArcade: () => importArcade,
|
|
63
65
|
importBasemap: () => importBasemap,
|
|
@@ -79,16 +81,17 @@ __export(src_exports, {
|
|
|
79
81
|
importCoreUrlUtils: () => importCoreUrlUtils,
|
|
80
82
|
importCoreWorkers: () => importCoreWorkers,
|
|
81
83
|
importCoreWorkersConnection: () => importCoreWorkersConnection,
|
|
84
|
+
importFormElements: () => importFormElements,
|
|
82
85
|
importFormElementsAttachmentElement: () => importFormElementsAttachmentElement,
|
|
83
86
|
importFormElementsElement: () => importFormElementsElement,
|
|
84
87
|
importFormElementsFieldElement: () => importFormElementsFieldElement,
|
|
85
88
|
importFormElementsGroupElement: () => importFormElementsGroupElement,
|
|
89
|
+
importFormElementsInputs: () => importFormElementsInputs,
|
|
86
90
|
importFormElementsInputsAttachmentsAttachmentInput: () => importFormElementsInputsAttachmentsAttachmentInput,
|
|
87
91
|
importFormElementsInputsAttachmentsAudioInput: () => importFormElementsInputsAttachmentsAudioInput,
|
|
88
92
|
importFormElementsInputsAttachmentsDocumentInput: () => importFormElementsInputsAttachmentsDocumentInput,
|
|
89
93
|
importFormElementsInputsAttachmentsImageInput: () => importFormElementsInputsAttachmentsImageInput,
|
|
90
94
|
importFormElementsInputsAttachmentsSignatureInput: () => importFormElementsInputsAttachmentsSignatureInput,
|
|
91
|
-
importFormElementsInputsAttachmentsSupportInputs: () => importFormElementsInputsAttachmentsSupportInputs,
|
|
92
95
|
importFormElementsInputsAttachmentsVideoInput: () => importFormElementsInputsAttachmentsVideoInput,
|
|
93
96
|
importFormElementsInputsBarcodeScannerInput: () => importFormElementsInputsBarcodeScannerInput,
|
|
94
97
|
importFormElementsInputsComboBoxInput: () => importFormElementsInputsComboBoxInput,
|
|
@@ -101,11 +104,9 @@ __export(src_exports, {
|
|
|
101
104
|
importFormElementsInputsTextBoxInput: () => importFormElementsInputsTextBoxInput,
|
|
102
105
|
importFormElementsInputsTimePickerInput: () => importFormElementsInputsTimePickerInput,
|
|
103
106
|
importFormElementsRelationshipElement: () => importFormElementsRelationshipElement,
|
|
104
|
-
importFormElementsSupportInputs: () => importFormElementsSupportInputs,
|
|
105
107
|
importFormElementsTextElement: () => importFormElementsTextElement,
|
|
106
108
|
importFormExpressionInfo: () => importFormExpressionInfo,
|
|
107
109
|
importFormFormTemplate: () => importFormFormTemplate,
|
|
108
|
-
importFormSupportElements: () => importFormSupportElements,
|
|
109
110
|
importGeometry: () => importGeometry,
|
|
110
111
|
importGeometryCircle: () => importGeometryCircle,
|
|
111
112
|
importGeometryCoordinateFormatter: () => importGeometryCoordinateFormatter,
|
|
@@ -116,9 +117,16 @@ __export(src_exports, {
|
|
|
116
117
|
importGeometryHeightModelInfo: () => importGeometryHeightModelInfo,
|
|
117
118
|
importGeometryMesh: () => importGeometryMesh,
|
|
118
119
|
importGeometryMultipoint: () => importGeometryMultipoint,
|
|
120
|
+
importGeometryOperatorsAffineTransformOperator: () => importGeometryOperatorsAffineTransformOperator,
|
|
121
|
+
importGeometryOperatorsAlphaShapeOperator: () => importGeometryOperatorsAlphaShapeOperator,
|
|
122
|
+
importGeometryOperatorsAreaOperator: () => importGeometryOperatorsAreaOperator,
|
|
123
|
+
importGeometryOperatorsAutoCompleteOperator: () => importGeometryOperatorsAutoCompleteOperator,
|
|
124
|
+
importGeometryOperatorsBoundaryOperator: () => importGeometryOperatorsBoundaryOperator,
|
|
125
|
+
importGeometryOperatorsBufferOperator: () => importGeometryOperatorsBufferOperator,
|
|
119
126
|
importGeometryOperatorsCentroidOperator: () => importGeometryOperatorsCentroidOperator,
|
|
120
127
|
importGeometryOperatorsClipOperator: () => importGeometryOperatorsClipOperator,
|
|
121
128
|
importGeometryOperatorsContainsOperator: () => importGeometryOperatorsContainsOperator,
|
|
129
|
+
importGeometryOperatorsConvexHullOperator: () => importGeometryOperatorsConvexHullOperator,
|
|
122
130
|
importGeometryOperatorsCrossesOperator: () => importGeometryOperatorsCrossesOperator,
|
|
123
131
|
importGeometryOperatorsCutOperator: () => importGeometryOperatorsCutOperator,
|
|
124
132
|
importGeometryOperatorsDensifyOperator: () => importGeometryOperatorsDensifyOperator,
|
|
@@ -126,16 +134,35 @@ __export(src_exports, {
|
|
|
126
134
|
importGeometryOperatorsDisjointOperator: () => importGeometryOperatorsDisjointOperator,
|
|
127
135
|
importGeometryOperatorsDistanceOperator: () => importGeometryOperatorsDistanceOperator,
|
|
128
136
|
importGeometryOperatorsEqualsOperator: () => importGeometryOperatorsEqualsOperator,
|
|
137
|
+
importGeometryOperatorsExtendOperator: () => importGeometryOperatorsExtendOperator,
|
|
129
138
|
importGeometryOperatorsGeneralizeOperator: () => importGeometryOperatorsGeneralizeOperator,
|
|
130
139
|
importGeometryOperatorsGeodesicBufferOperator: () => importGeometryOperatorsGeodesicBufferOperator,
|
|
140
|
+
importGeometryOperatorsGeodesicProximityOperator: () => importGeometryOperatorsGeodesicProximityOperator,
|
|
141
|
+
importGeometryOperatorsGeodeticAreaOperator: () => importGeometryOperatorsGeodeticAreaOperator,
|
|
131
142
|
importGeometryOperatorsGeodeticDensifyOperator: () => importGeometryOperatorsGeodeticDensifyOperator,
|
|
132
143
|
importGeometryOperatorsGeodeticDistanceOperator: () => importGeometryOperatorsGeodeticDistanceOperator,
|
|
144
|
+
importGeometryOperatorsGeodeticLengthOperator: () => importGeometryOperatorsGeodeticLengthOperator,
|
|
145
|
+
importGeometryOperatorsGraphicBufferOperator: () => importGeometryOperatorsGraphicBufferOperator,
|
|
146
|
+
importGeometryOperatorsIntegrateOperator: () => importGeometryOperatorsIntegrateOperator,
|
|
133
147
|
importGeometryOperatorsIntersectionOperator: () => importGeometryOperatorsIntersectionOperator,
|
|
134
148
|
importGeometryOperatorsIntersectsOperator: () => importGeometryOperatorsIntersectsOperator,
|
|
149
|
+
importGeometryOperatorsIsNearOperator: () => importGeometryOperatorsIsNearOperator,
|
|
150
|
+
importGeometryOperatorsLabelPointOperator: () => importGeometryOperatorsLabelPointOperator,
|
|
151
|
+
importGeometryOperatorsLengthOperator: () => importGeometryOperatorsLengthOperator,
|
|
152
|
+
importGeometryOperatorsLinesToPolygonsOperator: () => importGeometryOperatorsLinesToPolygonsOperator,
|
|
153
|
+
importGeometryOperatorsLocateBetweenOperator: () => importGeometryOperatorsLocateBetweenOperator,
|
|
154
|
+
importGeometryOperatorsMinimumBoundingCircleOperator: () => importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
155
|
+
importGeometryOperatorsMultiPartToSinglePartOperator: () => importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
156
|
+
importGeometryOperatorsOffsetOperator: () => importGeometryOperatorsOffsetOperator,
|
|
135
157
|
importGeometryOperatorsOverlapsOperator: () => importGeometryOperatorsOverlapsOperator,
|
|
158
|
+
importGeometryOperatorsPolygonOverlayOperator: () => importGeometryOperatorsPolygonOverlayOperator,
|
|
159
|
+
importGeometryOperatorsPolygonSlicerOperator: () => importGeometryOperatorsPolygonSlicerOperator,
|
|
136
160
|
importGeometryOperatorsProximityOperator: () => importGeometryOperatorsProximityOperator,
|
|
137
161
|
importGeometryOperatorsRelateOperator: () => importGeometryOperatorsRelateOperator,
|
|
162
|
+
importGeometryOperatorsReshapeOperator: () => importGeometryOperatorsReshapeOperator,
|
|
138
163
|
importGeometryOperatorsSimplifyOperator: () => importGeometryOperatorsSimplifyOperator,
|
|
164
|
+
importGeometryOperatorsSupportTransformation: () => importGeometryOperatorsSupportTransformation,
|
|
165
|
+
importGeometryOperatorsSymmetricDifferenceOperator: () => importGeometryOperatorsSymmetricDifferenceOperator,
|
|
139
166
|
importGeometryOperatorsTouchesOperator: () => importGeometryOperatorsTouchesOperator,
|
|
140
167
|
importGeometryOperatorsUnionOperator: () => importGeometryOperatorsUnionOperator,
|
|
141
168
|
importGeometryOperatorsWithinOperator: () => importGeometryOperatorsWithinOperator,
|
|
@@ -192,17 +219,23 @@ __export(src_exports, {
|
|
|
192
219
|
importLayersIntegratedMesh3DTilesLayer: () => importLayersIntegratedMesh3DTilesLayer,
|
|
193
220
|
importLayersIntegratedMeshLayer: () => importLayersIntegratedMeshLayer,
|
|
194
221
|
importLayersKMLLayer: () => importLayersKMLLayer,
|
|
222
|
+
importLayersKnowledgeGraphCypherUtils: () => importLayersKnowledgeGraphCypherUtils,
|
|
195
223
|
importLayersKnowledgeGraphKnowledgeGraphSublayer: () => importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
196
224
|
importLayersKnowledgeGraphLayer: () => importLayersKnowledgeGraphLayer,
|
|
225
|
+
importLayersKnowledgeGraphSupportUtils: () => importLayersKnowledgeGraphSupportUtils,
|
|
197
226
|
importLayersLayer: () => importLayersLayer,
|
|
198
227
|
importLayersLineOfSightLayer: () => importLayersLineOfSightLayer,
|
|
228
|
+
importLayersLinkChartLayer: () => importLayersLinkChartLayer,
|
|
199
229
|
importLayersMapImageLayer: () => importLayersMapImageLayer,
|
|
200
230
|
importLayersMapNotesLayer: () => importLayersMapNotesLayer,
|
|
201
231
|
importLayersMediaLayer: () => importLayersMediaLayer,
|
|
202
232
|
importLayersOGCFeatureLayer: () => importLayersOGCFeatureLayer,
|
|
233
|
+
importLayersOgcWcsUtils: () => importLayersOgcWcsUtils,
|
|
203
234
|
importLayersOgcWfsUtils: () => importLayersOgcWfsUtils,
|
|
204
235
|
importLayersOpenStreetMapLayer: () => importLayersOpenStreetMapLayer,
|
|
205
236
|
importLayersOrientedImageryLayer: () => importLayersOrientedImageryLayer,
|
|
237
|
+
importLayersOrientedImageryTransformationsImageToWorld: () => importLayersOrientedImageryTransformationsImageToWorld,
|
|
238
|
+
importLayersOrientedImageryTransformationsWorldToImage: () => importLayersOrientedImageryTransformationsWorldToImage,
|
|
206
239
|
importLayersPointCloudFiltersPointCloudBitfieldFilter: () => importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
207
240
|
importLayersPointCloudFiltersPointCloudFilter: () => importLayersPointCloudFiltersPointCloudFilter,
|
|
208
241
|
importLayersPointCloudFiltersPointCloudReturnFilter: () => importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -296,6 +329,11 @@ __export(src_exports, {
|
|
|
296
329
|
importLayersWMSLayer: () => importLayersWMSLayer,
|
|
297
330
|
importLayersWMTSLayer: () => importLayersWMTSLayer,
|
|
298
331
|
importLayersWebTileLayer: () => importLayersWebTileLayer,
|
|
332
|
+
importLinkChartChronologicalLayoutSettings: () => importLinkChartChronologicalLayoutSettings,
|
|
333
|
+
importLinkChartLayoutSettings: () => importLinkChartLayoutSettings,
|
|
334
|
+
importLinkChartLinkChartProperties: () => importLinkChartLinkChartProperties,
|
|
335
|
+
importLinkChartNonspatialDataDisplay: () => importLinkChartNonspatialDataDisplay,
|
|
336
|
+
importLinkChartOrganicLayoutSettings: () => importLinkChartOrganicLayoutSettings,
|
|
299
337
|
importMap: () => importMap,
|
|
300
338
|
importNetworksNetwork: () => importNetworksNetwork,
|
|
301
339
|
importNetworksSupportNamedTraceConfiguration: () => importNetworksSupportNamedTraceConfiguration,
|
|
@@ -369,6 +407,7 @@ __export(src_exports, {
|
|
|
369
407
|
importRenderersSupportColormapInfo: () => importRenderersSupportColormapInfo,
|
|
370
408
|
importRenderersSupportHeatmapColorStop: () => importRenderersSupportHeatmapColorStop,
|
|
371
409
|
importRenderersSupportJsonUtils: () => importRenderersSupportJsonUtils,
|
|
410
|
+
importRenderersSupportRasterPresetRenderer: () => importRenderersSupportRasterPresetRenderer,
|
|
372
411
|
importRenderersSupportUniqueValue: () => importRenderersSupportUniqueValue,
|
|
373
412
|
importRenderersSupportUniqueValueClass: () => importRenderersSupportUniqueValueClass,
|
|
374
413
|
importRenderersSupportUniqueValueGroup: () => importRenderersSupportUniqueValueGroup,
|
|
@@ -407,6 +446,7 @@ __export(src_exports, {
|
|
|
407
446
|
importRestKnowledgeGraphGraphProperty: () => importRestKnowledgeGraphGraphProperty,
|
|
408
447
|
importRestKnowledgeGraphGraphQuery: () => importRestKnowledgeGraphGraphQuery,
|
|
409
448
|
importRestKnowledgeGraphGraphQueryResult: () => importRestKnowledgeGraphGraphQueryResult,
|
|
449
|
+
importRestKnowledgeGraphGraphQueryResultHeader: () => importRestKnowledgeGraphGraphQueryResultHeader,
|
|
410
450
|
importRestKnowledgeGraphGraphQueryStreaming: () => importRestKnowledgeGraphGraphQueryStreaming,
|
|
411
451
|
importRestKnowledgeGraphGraphQueryStreamingResult: () => importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
412
452
|
importRestKnowledgeGraphGraphSearch: () => importRestKnowledgeGraphGraphSearch,
|
|
@@ -420,6 +460,7 @@ __export(src_exports, {
|
|
|
420
460
|
importRestKnowledgeGraphSearchIndex: () => importRestKnowledgeGraphSearchIndex,
|
|
421
461
|
importRestKnowledgeGraphService: () => importRestKnowledgeGraphService,
|
|
422
462
|
importRestKnowledgeGraphServiceDefinition: () => importRestKnowledgeGraphServiceDefinition,
|
|
463
|
+
importRestKnowledgeGraphSourceTypeValueBehavior: () => importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
423
464
|
importRestLocator: () => importRestLocator,
|
|
424
465
|
importRestNetworkService: () => importRestNetworkService,
|
|
425
466
|
importRestNetworksQueryAssociations: () => importRestNetworksQueryAssociations,
|
|
@@ -449,6 +490,10 @@ __export(src_exports, {
|
|
|
449
490
|
importRestSupportArealUnit: () => importRestSupportArealUnit,
|
|
450
491
|
importRestSupportAreasAndLengthsParameters: () => importRestSupportAreasAndLengthsParameters,
|
|
451
492
|
importRestSupportAttachmentQuery: () => importRestSupportAttachmentQuery,
|
|
493
|
+
importRestSupportAttributeBinsQuery: () => importRestSupportAttributeBinsQuery,
|
|
494
|
+
importRestSupportAutoIntervalBinParameters: () => importRestSupportAutoIntervalBinParameters,
|
|
495
|
+
importRestSupportBaseImageMeasureParameters: () => importRestSupportBaseImageMeasureParameters,
|
|
496
|
+
importRestSupportBaseImageMeasureResult: () => importRestSupportBaseImageMeasureResult,
|
|
452
497
|
importRestSupportBufferParameters: () => importRestSupportBufferParameters,
|
|
453
498
|
importRestSupportCameraInfo: () => importRestSupportCameraInfo,
|
|
454
499
|
importRestSupportClosestFacilityParameters: () => importRestSupportClosestFacilityParameters,
|
|
@@ -456,6 +501,8 @@ __export(src_exports, {
|
|
|
456
501
|
importRestSupportColorRamp: () => importRestSupportColorRamp,
|
|
457
502
|
importRestSupportDataFile: () => importRestSupportDataFile,
|
|
458
503
|
importRestSupportDataLayer: () => importRestSupportDataLayer,
|
|
504
|
+
importRestSupportDateBinParameters: () => importRestSupportDateBinParameters,
|
|
505
|
+
importRestSupportDateBinTimeInterval: () => importRestSupportDateBinTimeInterval,
|
|
459
506
|
importRestSupportDensifyParameters: () => importRestSupportDensifyParameters,
|
|
460
507
|
importRestSupportDirectionLine: () => importRestSupportDirectionLine,
|
|
461
508
|
importRestSupportDirectionPoint: () => importRestSupportDirectionPoint,
|
|
@@ -469,6 +516,8 @@ __export(src_exports, {
|
|
|
469
516
|
importRestSupportFindImagesResult: () => importRestSupportFindImagesResult,
|
|
470
517
|
importRestSupportFindParameters: () => importRestSupportFindParameters,
|
|
471
518
|
importRestSupportFindResult: () => importRestSupportFindResult,
|
|
519
|
+
importRestSupportFixedBoundariesBinParameters: () => importRestSupportFixedBoundariesBinParameters,
|
|
520
|
+
importRestSupportFixedIntervalBinParameters: () => importRestSupportFixedIntervalBinParameters,
|
|
472
521
|
importRestSupportGPMessage: () => importRestSupportGPMessage,
|
|
473
522
|
importRestSupportGeneralizeParameters: () => importRestSupportGeneralizeParameters,
|
|
474
523
|
importRestSupportIdentifyParameters: () => importRestSupportIdentifyParameters,
|
|
@@ -569,6 +618,7 @@ __export(src_exports, {
|
|
|
569
618
|
importSmartMappingRenderersPredominance: () => importSmartMappingRenderersPredominance,
|
|
570
619
|
importSmartMappingRenderersRelationship: () => importSmartMappingRenderersRelationship,
|
|
571
620
|
importSmartMappingRenderersSize: () => importSmartMappingRenderersSize,
|
|
621
|
+
importSmartMappingRenderersSupportRendererUtils: () => importSmartMappingRenderersSupportRendererUtils,
|
|
572
622
|
importSmartMappingRenderersType: () => importSmartMappingRenderersType,
|
|
573
623
|
importSmartMappingRenderersUnivariateColorSize: () => importSmartMappingRenderersUnivariateColorSize,
|
|
574
624
|
importSmartMappingStatisticsClassBreaks: () => importSmartMappingStatisticsClassBreaks,
|
|
@@ -643,12 +693,12 @@ __export(src_exports, {
|
|
|
643
693
|
importSymbolsWaterSymbol3DLayer: () => importSymbolsWaterSymbol3DLayer,
|
|
644
694
|
importSymbolsWebStyleSymbol: () => importSymbolsWebStyleSymbol,
|
|
645
695
|
importTablesAttributeTableTemplate: () => importTablesAttributeTableTemplate,
|
|
696
|
+
importTablesElements: () => importTablesElements,
|
|
646
697
|
importTablesElementsAttributeTableAttachmentElement: () => importTablesElementsAttributeTableAttachmentElement,
|
|
647
698
|
importTablesElementsAttributeTableElement: () => importTablesElementsAttributeTableElement,
|
|
648
699
|
importTablesElementsAttributeTableFieldElement: () => importTablesElementsAttributeTableFieldElement,
|
|
649
700
|
importTablesElementsAttributeTableGroupElement: () => importTablesElementsAttributeTableGroupElement,
|
|
650
701
|
importTablesElementsAttributeTableRelationshipElement: () => importTablesElementsAttributeTableRelationshipElement,
|
|
651
|
-
importTablesSupportElements: () => importTablesSupportElements,
|
|
652
702
|
importTimeExtent: () => importTimeExtent,
|
|
653
703
|
importTimeInterval: () => importTimeInterval,
|
|
654
704
|
importTimeTimeExtent: () => importTimeTimeExtent,
|
|
@@ -660,6 +710,7 @@ __export(src_exports, {
|
|
|
660
710
|
importViewpoint: () => importViewpoint,
|
|
661
711
|
importViews2dLayersBaseLayerView2D: () => importViews2dLayersBaseLayerView2D,
|
|
662
712
|
importViews2dLayersBaseLayerViewGL2D: () => importViews2dLayersBaseLayerViewGL2D,
|
|
713
|
+
importViews2dSupportHighlightGroup: () => importViews2dSupportHighlightGroup,
|
|
663
714
|
importViews2dViewState: () => importViews2dViewState,
|
|
664
715
|
importViews3dAnalysisAreaMeasurementAnalysisView3D: () => importViews3dAnalysisAreaMeasurementAnalysisView3D,
|
|
665
716
|
importViews3dAnalysisDirectLineMeasurementAnalysisView3D: () => importViews3dAnalysisDirectLineMeasurementAnalysisView3D,
|
|
@@ -674,7 +725,6 @@ __export(src_exports, {
|
|
|
674
725
|
importViews3dEnvironmentSunLighting: () => importViews3dEnvironmentSunLighting,
|
|
675
726
|
importViews3dEnvironmentSunnyWeather: () => importViews3dEnvironmentSunnyWeather,
|
|
676
727
|
importViews3dEnvironmentVirtualLighting: () => importViews3dEnvironmentVirtualLighting,
|
|
677
|
-
importViews3dExternalRenderers: () => importViews3dExternalRenderers,
|
|
678
728
|
importViews3dSupportLayerPerformanceInfo: () => importViews3dSupportLayerPerformanceInfo,
|
|
679
729
|
importViews3dSupportSceneViewPerformanceInfo: () => importViews3dSupportSceneViewPerformanceInfo,
|
|
680
730
|
importViews3dWebgl: () => importViews3dWebgl,
|
|
@@ -708,6 +758,7 @@ __export(src_exports, {
|
|
|
708
758
|
importViewsLayersCatalogLayerView: () => importViewsLayersCatalogLayerView,
|
|
709
759
|
importViewsLayersDimensionLayerView: () => importViewsLayersDimensionLayerView,
|
|
710
760
|
importViewsLayersFeatureLayerView: () => importViewsLayersFeatureLayerView,
|
|
761
|
+
importViewsLayersGroupLayerView: () => importViewsLayersGroupLayerView,
|
|
711
762
|
importViewsLayersImageryLayerView: () => importViewsLayersImageryLayerView,
|
|
712
763
|
importViewsLayersLayerView: () => importViewsLayersLayerView,
|
|
713
764
|
importViewsLayersMediaLayerView: () => importViewsLayersMediaLayerView,
|
|
@@ -715,6 +766,7 @@ __export(src_exports, {
|
|
|
715
766
|
importViewsLayersSceneLayerView: () => importViewsLayersSceneLayerView,
|
|
716
767
|
importViewsLayersStreamLayerView: () => importViewsLayersStreamLayerView,
|
|
717
768
|
importViewsLayersViewshedLayerView: () => importViewsLayersViewshedLayerView,
|
|
769
|
+
importViewsLinkChartView: () => importViewsLinkChartView,
|
|
718
770
|
importViewsMagnifier: () => importViewsMagnifier,
|
|
719
771
|
importViewsMapView: () => importViewsMapView,
|
|
720
772
|
importViewsNavigationGamepadGamepadSettings: () => importViewsNavigationGamepadGamepadSettings,
|
|
@@ -728,6 +780,7 @@ __export(src_exports, {
|
|
|
728
780
|
importViewsView2D: () => importViewsView2D,
|
|
729
781
|
importViewsViewAnimation: () => importViewsViewAnimation,
|
|
730
782
|
importWebDocument2D: () => importWebDocument2D,
|
|
783
|
+
importWebLinkChart: () => importWebLinkChart,
|
|
731
784
|
importWebMap: () => importWebMap,
|
|
732
785
|
importWebScene: () => importWebScene,
|
|
733
786
|
importWebdocApplicationPropertiesSearch: () => importWebdocApplicationPropertiesSearch,
|
|
@@ -823,12 +876,15 @@ __export(src_exports, {
|
|
|
823
876
|
importWidgetsExpand: () => importWidgetsExpand,
|
|
824
877
|
importWidgetsExpandExpandViewModel: () => importWidgetsExpandExpandViewModel,
|
|
825
878
|
importWidgetsFeature: () => importWidgetsFeature,
|
|
879
|
+
importWidgetsFeatureFeatureUtilityNetworkAssociationsFeatureUtilityNetworkAssociationsViewModel: () => importWidgetsFeatureFeatureUtilityNetworkAssociationsFeatureUtilityNetworkAssociationsViewModel,
|
|
826
880
|
importWidgetsFeatureFeatureViewModel: () => importWidgetsFeatureFeatureViewModel,
|
|
827
881
|
importWidgetsFeatureForm: () => importWidgetsFeatureForm,
|
|
828
882
|
importWidgetsFeatureFormFeatureFormViewModel: () => importWidgetsFeatureFormFeatureFormViewModel,
|
|
829
883
|
importWidgetsFeatureFormFieldInput: () => importWidgetsFeatureFormFieldInput,
|
|
830
884
|
importWidgetsFeatureFormGroupInput: () => importWidgetsFeatureFormGroupInput,
|
|
831
885
|
importWidgetsFeatureFormRelationshipInput: () => importWidgetsFeatureFormRelationshipInput,
|
|
886
|
+
importWidgetsFeatureFormTextElementInput: () => importWidgetsFeatureFormTextElementInput,
|
|
887
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput: () => importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
832
888
|
importWidgetsFeatureTable: () => importWidgetsFeatureTable,
|
|
833
889
|
importWidgetsFeatureTableActionColumn: () => importWidgetsFeatureTableActionColumn,
|
|
834
890
|
importWidgetsFeatureTableAttachmentsColumn: () => importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -840,10 +896,12 @@ __export(src_exports, {
|
|
|
840
896
|
importWidgetsFeatureTableGridSupportButtonMenuItem: () => importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
841
897
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel: () => importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
842
898
|
importWidgetsFeatureTableRelationshipColumn: () => importWidgetsFeatureTableRelationshipColumn,
|
|
899
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate: () => importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
843
900
|
importWidgetsFeatureTableSupportColumnTemplate: () => importWidgetsFeatureTableSupportColumnTemplate,
|
|
844
901
|
importWidgetsFeatureTableSupportColumnTemplateBase: () => importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
845
902
|
importWidgetsFeatureTableSupportFieldColumnTemplate: () => importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
846
903
|
importWidgetsFeatureTableSupportGroupColumnTemplate: () => importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
904
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate: () => importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
847
905
|
importWidgetsFeatureTableSupportTableTemplate: () => importWidgetsFeatureTableSupportTableTemplate,
|
|
848
906
|
importWidgetsFeatureTemplates: () => importWidgetsFeatureTemplates,
|
|
849
907
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel: () => importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -943,6 +1001,7 @@ __export(src_exports, {
|
|
|
943
1001
|
importWidgetsUtilityNetworkAssociations: () => importWidgetsUtilityNetworkAssociations,
|
|
944
1002
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
945
1003
|
importWidgetsUtilityNetworkTrace: () => importWidgetsUtilityNetworkTrace,
|
|
1004
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel: () => importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
946
1005
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel: () => importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
947
1006
|
importWidgetsUtilityNetworkValidateTopology: () => importWidgetsUtilityNetworkValidateTopology,
|
|
948
1007
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel: () => importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -1011,6 +1070,7 @@ __export(src_exports, {
|
|
|
1011
1070
|
newGeometryHeightModelInfo: () => newGeometryHeightModelInfo,
|
|
1012
1071
|
newGeometryMesh: () => newGeometryMesh,
|
|
1013
1072
|
newGeometryMultipoint: () => newGeometryMultipoint,
|
|
1073
|
+
newGeometryOperatorsSupportTransformation: () => newGeometryOperatorsSupportTransformation,
|
|
1014
1074
|
newGeometryPoint: () => newGeometryPoint,
|
|
1015
1075
|
newGeometryPolygon: () => newGeometryPolygon,
|
|
1016
1076
|
newGeometryPolyline: () => newGeometryPolyline,
|
|
@@ -1058,6 +1118,7 @@ __export(src_exports, {
|
|
|
1058
1118
|
newLayersKnowledgeGraphLayer: () => newLayersKnowledgeGraphLayer,
|
|
1059
1119
|
newLayersLayer: () => newLayersLayer,
|
|
1060
1120
|
newLayersLineOfSightLayer: () => newLayersLineOfSightLayer,
|
|
1121
|
+
newLayersLinkChartLayer: () => newLayersLinkChartLayer,
|
|
1061
1122
|
newLayersMapImageLayer: () => newLayersMapImageLayer,
|
|
1062
1123
|
newLayersMapNotesLayer: () => newLayersMapNotesLayer,
|
|
1063
1124
|
newLayersMediaLayer: () => newLayersMediaLayer,
|
|
@@ -1150,6 +1211,11 @@ __export(src_exports, {
|
|
|
1150
1211
|
newLayersWMSLayer: () => newLayersWMSLayer,
|
|
1151
1212
|
newLayersWMTSLayer: () => newLayersWMTSLayer,
|
|
1152
1213
|
newLayersWebTileLayer: () => newLayersWebTileLayer,
|
|
1214
|
+
newLinkChartChronologicalLayoutSettings: () => newLinkChartChronologicalLayoutSettings,
|
|
1215
|
+
newLinkChartLayoutSettings: () => newLinkChartLayoutSettings,
|
|
1216
|
+
newLinkChartLinkChartProperties: () => newLinkChartLinkChartProperties,
|
|
1217
|
+
newLinkChartNonspatialDataDisplay: () => newLinkChartNonspatialDataDisplay,
|
|
1218
|
+
newLinkChartOrganicLayoutSettings: () => newLinkChartOrganicLayoutSettings,
|
|
1153
1219
|
newMap: () => newMap,
|
|
1154
1220
|
newNetworksNetwork: () => newNetworksNetwork,
|
|
1155
1221
|
newNetworksSupportNamedTraceConfiguration: () => newNetworksSupportNamedTraceConfiguration,
|
|
@@ -1217,6 +1283,7 @@ __export(src_exports, {
|
|
|
1217
1283
|
newRenderersSupportClassBreakInfo: () => newRenderersSupportClassBreakInfo,
|
|
1218
1284
|
newRenderersSupportColormapInfo: () => newRenderersSupportColormapInfo,
|
|
1219
1285
|
newRenderersSupportHeatmapColorStop: () => newRenderersSupportHeatmapColorStop,
|
|
1286
|
+
newRenderersSupportRasterPresetRenderer: () => newRenderersSupportRasterPresetRenderer,
|
|
1220
1287
|
newRenderersSupportUniqueValue: () => newRenderersSupportUniqueValue,
|
|
1221
1288
|
newRenderersSupportUniqueValueClass: () => newRenderersSupportUniqueValueClass,
|
|
1222
1289
|
newRenderersSupportUniqueValueGroup: () => newRenderersSupportUniqueValueGroup,
|
|
@@ -1245,6 +1312,7 @@ __export(src_exports, {
|
|
|
1245
1312
|
newRestKnowledgeGraphGraphProperty: () => newRestKnowledgeGraphGraphProperty,
|
|
1246
1313
|
newRestKnowledgeGraphGraphQuery: () => newRestKnowledgeGraphGraphQuery,
|
|
1247
1314
|
newRestKnowledgeGraphGraphQueryResult: () => newRestKnowledgeGraphGraphQueryResult,
|
|
1315
|
+
newRestKnowledgeGraphGraphQueryResultHeader: () => newRestKnowledgeGraphGraphQueryResultHeader,
|
|
1248
1316
|
newRestKnowledgeGraphGraphQueryStreaming: () => newRestKnowledgeGraphGraphQueryStreaming,
|
|
1249
1317
|
newRestKnowledgeGraphGraphQueryStreamingResult: () => newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
1250
1318
|
newRestKnowledgeGraphGraphSearch: () => newRestKnowledgeGraphGraphSearch,
|
|
@@ -1257,6 +1325,7 @@ __export(src_exports, {
|
|
|
1257
1325
|
newRestKnowledgeGraphRelationshipType: () => newRestKnowledgeGraphRelationshipType,
|
|
1258
1326
|
newRestKnowledgeGraphSearchIndex: () => newRestKnowledgeGraphSearchIndex,
|
|
1259
1327
|
newRestKnowledgeGraphServiceDefinition: () => newRestKnowledgeGraphServiceDefinition,
|
|
1328
|
+
newRestKnowledgeGraphSourceTypeValueBehavior: () => newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
1260
1329
|
newRestNetworksSupportAggregatedGeometry: () => newRestNetworksSupportAggregatedGeometry,
|
|
1261
1330
|
newRestNetworksSupportAssociation: () => newRestNetworksSupportAssociation,
|
|
1262
1331
|
newRestNetworksSupportAssociationGeometriesResult: () => newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -1275,6 +1344,10 @@ __export(src_exports, {
|
|
|
1275
1344
|
newRestSupportArealUnit: () => newRestSupportArealUnit,
|
|
1276
1345
|
newRestSupportAreasAndLengthsParameters: () => newRestSupportAreasAndLengthsParameters,
|
|
1277
1346
|
newRestSupportAttachmentQuery: () => newRestSupportAttachmentQuery,
|
|
1347
|
+
newRestSupportAttributeBinsQuery: () => newRestSupportAttributeBinsQuery,
|
|
1348
|
+
newRestSupportAutoIntervalBinParameters: () => newRestSupportAutoIntervalBinParameters,
|
|
1349
|
+
newRestSupportBaseImageMeasureParameters: () => newRestSupportBaseImageMeasureParameters,
|
|
1350
|
+
newRestSupportBaseImageMeasureResult: () => newRestSupportBaseImageMeasureResult,
|
|
1278
1351
|
newRestSupportBufferParameters: () => newRestSupportBufferParameters,
|
|
1279
1352
|
newRestSupportCameraInfo: () => newRestSupportCameraInfo,
|
|
1280
1353
|
newRestSupportClosestFacilityParameters: () => newRestSupportClosestFacilityParameters,
|
|
@@ -1282,6 +1355,8 @@ __export(src_exports, {
|
|
|
1282
1355
|
newRestSupportColorRamp: () => newRestSupportColorRamp,
|
|
1283
1356
|
newRestSupportDataFile: () => newRestSupportDataFile,
|
|
1284
1357
|
newRestSupportDataLayer: () => newRestSupportDataLayer,
|
|
1358
|
+
newRestSupportDateBinParameters: () => newRestSupportDateBinParameters,
|
|
1359
|
+
newRestSupportDateBinTimeInterval: () => newRestSupportDateBinTimeInterval,
|
|
1285
1360
|
newRestSupportDensifyParameters: () => newRestSupportDensifyParameters,
|
|
1286
1361
|
newRestSupportDirectionLine: () => newRestSupportDirectionLine,
|
|
1287
1362
|
newRestSupportDirectionPoint: () => newRestSupportDirectionPoint,
|
|
@@ -1295,6 +1370,8 @@ __export(src_exports, {
|
|
|
1295
1370
|
newRestSupportFindImagesResult: () => newRestSupportFindImagesResult,
|
|
1296
1371
|
newRestSupportFindParameters: () => newRestSupportFindParameters,
|
|
1297
1372
|
newRestSupportFindResult: () => newRestSupportFindResult,
|
|
1373
|
+
newRestSupportFixedBoundariesBinParameters: () => newRestSupportFixedBoundariesBinParameters,
|
|
1374
|
+
newRestSupportFixedIntervalBinParameters: () => newRestSupportFixedIntervalBinParameters,
|
|
1298
1375
|
newRestSupportGPMessage: () => newRestSupportGPMessage,
|
|
1299
1376
|
newRestSupportGeneralizeParameters: () => newRestSupportGeneralizeParameters,
|
|
1300
1377
|
newRestSupportIdentifyParameters: () => newRestSupportIdentifyParameters,
|
|
@@ -1427,6 +1504,7 @@ __export(src_exports, {
|
|
|
1427
1504
|
newViewpoint: () => newViewpoint,
|
|
1428
1505
|
newViews2dLayersBaseLayerView2D: () => newViews2dLayersBaseLayerView2D,
|
|
1429
1506
|
newViews2dLayersBaseLayerViewGL2D: () => newViews2dLayersBaseLayerViewGL2D,
|
|
1507
|
+
newViews2dSupportHighlightGroup: () => newViews2dSupportHighlightGroup,
|
|
1430
1508
|
newViews2dViewState: () => newViews2dViewState,
|
|
1431
1509
|
newViews3dAnalysisAreaMeasurementAnalysisView3D: () => newViews3dAnalysisAreaMeasurementAnalysisView3D,
|
|
1432
1510
|
newViews3dAnalysisDirectLineMeasurementAnalysisView3D: () => newViews3dAnalysisDirectLineMeasurementAnalysisView3D,
|
|
@@ -1468,6 +1546,7 @@ __export(src_exports, {
|
|
|
1468
1546
|
newViewsLayersCatalogLayerView: () => newViewsLayersCatalogLayerView,
|
|
1469
1547
|
newViewsLayersDimensionLayerView: () => newViewsLayersDimensionLayerView,
|
|
1470
1548
|
newViewsLayersFeatureLayerView: () => newViewsLayersFeatureLayerView,
|
|
1549
|
+
newViewsLayersGroupLayerView: () => newViewsLayersGroupLayerView,
|
|
1471
1550
|
newViewsLayersImageryLayerView: () => newViewsLayersImageryLayerView,
|
|
1472
1551
|
newViewsLayersLayerView: () => newViewsLayersLayerView,
|
|
1473
1552
|
newViewsLayersMediaLayerView: () => newViewsLayersMediaLayerView,
|
|
@@ -1475,6 +1554,7 @@ __export(src_exports, {
|
|
|
1475
1554
|
newViewsLayersSceneLayerView: () => newViewsLayersSceneLayerView,
|
|
1476
1555
|
newViewsLayersStreamLayerView: () => newViewsLayersStreamLayerView,
|
|
1477
1556
|
newViewsLayersViewshedLayerView: () => newViewsLayersViewshedLayerView,
|
|
1557
|
+
newViewsLinkChartView: () => newViewsLinkChartView,
|
|
1478
1558
|
newViewsMagnifier: () => newViewsMagnifier,
|
|
1479
1559
|
newViewsMapView: () => newViewsMapView,
|
|
1480
1560
|
newViewsNavigationGamepadGamepadSettings: () => newViewsNavigationGamepadGamepadSettings,
|
|
@@ -1487,6 +1567,7 @@ __export(src_exports, {
|
|
|
1487
1567
|
newViewsView2D: () => newViewsView2D,
|
|
1488
1568
|
newViewsViewAnimation: () => newViewsViewAnimation,
|
|
1489
1569
|
newWebDocument2D: () => newWebDocument2D,
|
|
1570
|
+
newWebLinkChart: () => newWebLinkChart,
|
|
1490
1571
|
newWebMap: () => newWebMap,
|
|
1491
1572
|
newWebScene: () => newWebScene,
|
|
1492
1573
|
newWebdocApplicationPropertiesSearch: () => newWebdocApplicationPropertiesSearch,
|
|
@@ -1587,6 +1668,8 @@ __export(src_exports, {
|
|
|
1587
1668
|
newWidgetsFeatureFormFieldInput: () => newWidgetsFeatureFormFieldInput,
|
|
1588
1669
|
newWidgetsFeatureFormGroupInput: () => newWidgetsFeatureFormGroupInput,
|
|
1589
1670
|
newWidgetsFeatureFormRelationshipInput: () => newWidgetsFeatureFormRelationshipInput,
|
|
1671
|
+
newWidgetsFeatureFormTextElementInput: () => newWidgetsFeatureFormTextElementInput,
|
|
1672
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput: () => newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
1590
1673
|
newWidgetsFeatureTable: () => newWidgetsFeatureTable,
|
|
1591
1674
|
newWidgetsFeatureTableActionColumn: () => newWidgetsFeatureTableActionColumn,
|
|
1592
1675
|
newWidgetsFeatureTableAttachmentsColumn: () => newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -1598,10 +1681,12 @@ __export(src_exports, {
|
|
|
1598
1681
|
newWidgetsFeatureTableGridSupportButtonMenuItem: () => newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
1599
1682
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel: () => newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
1600
1683
|
newWidgetsFeatureTableRelationshipColumn: () => newWidgetsFeatureTableRelationshipColumn,
|
|
1684
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate: () => newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
1601
1685
|
newWidgetsFeatureTableSupportColumnTemplate: () => newWidgetsFeatureTableSupportColumnTemplate,
|
|
1602
1686
|
newWidgetsFeatureTableSupportColumnTemplateBase: () => newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
1603
1687
|
newWidgetsFeatureTableSupportFieldColumnTemplate: () => newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
1604
1688
|
newWidgetsFeatureTableSupportGroupColumnTemplate: () => newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
1689
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate: () => newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
1605
1690
|
newWidgetsFeatureTableSupportTableTemplate: () => newWidgetsFeatureTableSupportTableTemplate,
|
|
1606
1691
|
newWidgetsFeatureTemplates: () => newWidgetsFeatureTemplates,
|
|
1607
1692
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel: () => newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -1699,6 +1784,7 @@ __export(src_exports, {
|
|
|
1699
1784
|
newWidgetsUtilityNetworkAssociations: () => newWidgetsUtilityNetworkAssociations,
|
|
1700
1785
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
1701
1786
|
newWidgetsUtilityNetworkTrace: () => newWidgetsUtilityNetworkTrace,
|
|
1787
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel: () => newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
1702
1788
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel: () => newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
1703
1789
|
newWidgetsUtilityNetworkValidateTopology: () => newWidgetsUtilityNetworkValidateTopology,
|
|
1704
1790
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel: () => newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -2340,6 +2426,17 @@ async function newGeometrySpatialReference(properties) {
|
|
|
2340
2426
|
const ModConstructor = await importGeometrySpatialReference();
|
|
2341
2427
|
return new ModConstructor(properties);
|
|
2342
2428
|
}
|
|
2429
|
+
async function importGeometryOperatorsSupportTransformation() {
|
|
2430
|
+
if (isAMD) {
|
|
2431
|
+
return await window.$arcgis.import("esri/geometry/operators/support/Transformation");
|
|
2432
|
+
}
|
|
2433
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/Transformation.js");
|
|
2434
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2435
|
+
}
|
|
2436
|
+
async function newGeometryOperatorsSupportTransformation() {
|
|
2437
|
+
const ModConstructor = await importGeometryOperatorsSupportTransformation();
|
|
2438
|
+
return new ModConstructor();
|
|
2439
|
+
}
|
|
2343
2440
|
async function importGeometrySupportGeographicTransformation() {
|
|
2344
2441
|
if (isAMD) {
|
|
2345
2442
|
return await window.$arcgis.import("esri/geometry/support/GeographicTransformation");
|
|
@@ -2813,6 +2910,17 @@ async function newLayersLineOfSightLayer(properties) {
|
|
|
2813
2910
|
const ModConstructor = await importLayersLineOfSightLayer();
|
|
2814
2911
|
return new ModConstructor(properties);
|
|
2815
2912
|
}
|
|
2913
|
+
async function importLayersLinkChartLayer() {
|
|
2914
|
+
if (isAMD) {
|
|
2915
|
+
return await window.$arcgis.import("esri/layers/LinkChartLayer");
|
|
2916
|
+
}
|
|
2917
|
+
const module2 = await import("@arcgis/core/layers/LinkChartLayer.js");
|
|
2918
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2919
|
+
}
|
|
2920
|
+
async function newLayersLinkChartLayer(properties) {
|
|
2921
|
+
const ModConstructor = await importLayersLinkChartLayer();
|
|
2922
|
+
return new ModConstructor(properties);
|
|
2923
|
+
}
|
|
2816
2924
|
async function importLayersMapImageLayer() {
|
|
2817
2925
|
if (isAMD) {
|
|
2818
2926
|
return await window.$arcgis.import("esri/layers/MapImageLayer");
|
|
@@ -3363,17 +3471,6 @@ async function newLayersSupportPublishingInfo(properties) {
|
|
|
3363
3471
|
const ModConstructor = await importLayersSupportPublishingInfo();
|
|
3364
3472
|
return new ModConstructor(properties);
|
|
3365
3473
|
}
|
|
3366
|
-
async function importLayersSupportSceneFilter() {
|
|
3367
|
-
if (isAMD) {
|
|
3368
|
-
return await window.$arcgis.import("esri/layers/support/SceneFilter");
|
|
3369
|
-
}
|
|
3370
|
-
const module2 = await import("@arcgis/core/layers/support/SceneFilter.js");
|
|
3371
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
3372
|
-
}
|
|
3373
|
-
async function newLayersSupportSceneFilter(properties) {
|
|
3374
|
-
const ModConstructor = await importLayersSupportSceneFilter();
|
|
3375
|
-
return new ModConstructor(properties);
|
|
3376
|
-
}
|
|
3377
3474
|
async function importLayersSupportRangeDomain() {
|
|
3378
3475
|
if (isAMD) {
|
|
3379
3476
|
return await window.$arcgis.import("esri/layers/support/RangeDomain");
|
|
@@ -3462,6 +3559,17 @@ async function newLayersSupportRouteSymbols(properties) {
|
|
|
3462
3559
|
const ModConstructor = await importLayersSupportRouteSymbols();
|
|
3463
3560
|
return new ModConstructor(properties);
|
|
3464
3561
|
}
|
|
3562
|
+
async function importLayersSupportSceneFilter() {
|
|
3563
|
+
if (isAMD) {
|
|
3564
|
+
return await window.$arcgis.import("esri/layers/support/SceneFilter");
|
|
3565
|
+
}
|
|
3566
|
+
const module2 = await import("@arcgis/core/layers/support/SceneFilter.js");
|
|
3567
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3568
|
+
}
|
|
3569
|
+
async function newLayersSupportSceneFilter(properties) {
|
|
3570
|
+
const ModConstructor = await importLayersSupportSceneFilter();
|
|
3571
|
+
return new ModConstructor(properties);
|
|
3572
|
+
}
|
|
3465
3573
|
async function importLayersSupportSceneModification() {
|
|
3466
3574
|
if (isAMD) {
|
|
3467
3575
|
return await window.$arcgis.import("esri/layers/support/SceneModification");
|
|
@@ -3737,26 +3845,26 @@ async function newLayersUnsupportedLayer(properties) {
|
|
|
3737
3845
|
const ModConstructor = await importLayersUnsupportedLayer();
|
|
3738
3846
|
return new ModConstructor(properties);
|
|
3739
3847
|
}
|
|
3740
|
-
async function
|
|
3848
|
+
async function importLayersVectorTileLayer() {
|
|
3741
3849
|
if (isAMD) {
|
|
3742
|
-
return await window.$arcgis.import("esri/layers/
|
|
3850
|
+
return await window.$arcgis.import("esri/layers/VectorTileLayer");
|
|
3743
3851
|
}
|
|
3744
|
-
const module2 = await import("@arcgis/core/layers/
|
|
3852
|
+
const module2 = await import("@arcgis/core/layers/VectorTileLayer.js");
|
|
3745
3853
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
3746
3854
|
}
|
|
3747
|
-
async function
|
|
3748
|
-
const ModConstructor = await
|
|
3855
|
+
async function newLayersVectorTileLayer(properties) {
|
|
3856
|
+
const ModConstructor = await importLayersVectorTileLayer();
|
|
3749
3857
|
return new ModConstructor(properties);
|
|
3750
3858
|
}
|
|
3751
|
-
async function
|
|
3859
|
+
async function importLayersVideoLayer() {
|
|
3752
3860
|
if (isAMD) {
|
|
3753
|
-
return await window.$arcgis.import("esri/layers/
|
|
3861
|
+
return await window.$arcgis.import("esri/layers/VideoLayer");
|
|
3754
3862
|
}
|
|
3755
|
-
const module2 = await import("@arcgis/core/layers/
|
|
3863
|
+
const module2 = await import("@arcgis/core/layers/VideoLayer.js");
|
|
3756
3864
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
3757
3865
|
}
|
|
3758
|
-
async function
|
|
3759
|
-
const ModConstructor = await
|
|
3866
|
+
async function newLayersVideoLayer(properties) {
|
|
3867
|
+
const ModConstructor = await importLayersVideoLayer();
|
|
3760
3868
|
return new ModConstructor(properties);
|
|
3761
3869
|
}
|
|
3762
3870
|
async function importLayersVoxelLayer() {
|
|
@@ -3825,6 +3933,61 @@ async function newLayersWMTSLayer(properties) {
|
|
|
3825
3933
|
const ModConstructor = await importLayersWMTSLayer();
|
|
3826
3934
|
return new ModConstructor(properties);
|
|
3827
3935
|
}
|
|
3936
|
+
async function importLinkChartChronologicalLayoutSettings() {
|
|
3937
|
+
if (isAMD) {
|
|
3938
|
+
return await window.$arcgis.import("esri/linkChart/ChronologicalLayoutSettings");
|
|
3939
|
+
}
|
|
3940
|
+
const module2 = await import("@arcgis/core/linkChart/ChronologicalLayoutSettings.js");
|
|
3941
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3942
|
+
}
|
|
3943
|
+
async function newLinkChartChronologicalLayoutSettings(properties) {
|
|
3944
|
+
const ModConstructor = await importLinkChartChronologicalLayoutSettings();
|
|
3945
|
+
return new ModConstructor(properties);
|
|
3946
|
+
}
|
|
3947
|
+
async function importLinkChartLayoutSettings() {
|
|
3948
|
+
if (isAMD) {
|
|
3949
|
+
return await window.$arcgis.import("esri/linkChart/LayoutSettings");
|
|
3950
|
+
}
|
|
3951
|
+
const module2 = await import("@arcgis/core/linkChart/LayoutSettings.js");
|
|
3952
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3953
|
+
}
|
|
3954
|
+
async function newLinkChartLayoutSettings(properties) {
|
|
3955
|
+
const ModConstructor = await importLinkChartLayoutSettings();
|
|
3956
|
+
return new ModConstructor(properties);
|
|
3957
|
+
}
|
|
3958
|
+
async function importLinkChartLinkChartProperties() {
|
|
3959
|
+
if (isAMD) {
|
|
3960
|
+
return await window.$arcgis.import("esri/linkChart/LinkChartProperties");
|
|
3961
|
+
}
|
|
3962
|
+
const module2 = await import("@arcgis/core/linkChart/LinkChartProperties.js");
|
|
3963
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3964
|
+
}
|
|
3965
|
+
async function newLinkChartLinkChartProperties(properties) {
|
|
3966
|
+
const ModConstructor = await importLinkChartLinkChartProperties();
|
|
3967
|
+
return new ModConstructor(properties);
|
|
3968
|
+
}
|
|
3969
|
+
async function importLinkChartNonspatialDataDisplay() {
|
|
3970
|
+
if (isAMD) {
|
|
3971
|
+
return await window.$arcgis.import("esri/linkChart/NonspatialDataDisplay");
|
|
3972
|
+
}
|
|
3973
|
+
const module2 = await import("@arcgis/core/linkChart/NonspatialDataDisplay.js");
|
|
3974
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3975
|
+
}
|
|
3976
|
+
async function newLinkChartNonspatialDataDisplay(properties) {
|
|
3977
|
+
const ModConstructor = await importLinkChartNonspatialDataDisplay();
|
|
3978
|
+
return new ModConstructor(properties);
|
|
3979
|
+
}
|
|
3980
|
+
async function importLinkChartOrganicLayoutSettings() {
|
|
3981
|
+
if (isAMD) {
|
|
3982
|
+
return await window.$arcgis.import("esri/linkChart/OrganicLayoutSettings");
|
|
3983
|
+
}
|
|
3984
|
+
const module2 = await import("@arcgis/core/linkChart/OrganicLayoutSettings.js");
|
|
3985
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3986
|
+
}
|
|
3987
|
+
async function newLinkChartOrganicLayoutSettings(properties) {
|
|
3988
|
+
const ModConstructor = await importLinkChartOrganicLayoutSettings();
|
|
3989
|
+
return new ModConstructor(properties);
|
|
3990
|
+
}
|
|
3828
3991
|
async function importMap() {
|
|
3829
3992
|
if (isAMD) {
|
|
3830
3993
|
return await window.$arcgis.import("esri/Map");
|
|
@@ -4452,6 +4615,17 @@ async function newRenderersRasterColormapRenderer(properties) {
|
|
|
4452
4615
|
const ModConstructor = await importRenderersRasterColormapRenderer();
|
|
4453
4616
|
return new ModConstructor(properties);
|
|
4454
4617
|
}
|
|
4618
|
+
async function importRenderersSupportRasterPresetRenderer() {
|
|
4619
|
+
if (isAMD) {
|
|
4620
|
+
return await window.$arcgis.import("esri/renderers/support/RasterPresetRenderer");
|
|
4621
|
+
}
|
|
4622
|
+
const module2 = await import("@arcgis/core/renderers/support/RasterPresetRenderer.js");
|
|
4623
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4624
|
+
}
|
|
4625
|
+
async function newRenderersSupportRasterPresetRenderer(properties) {
|
|
4626
|
+
const ModConstructor = await importRenderersSupportRasterPresetRenderer();
|
|
4627
|
+
return new ModConstructor(properties);
|
|
4628
|
+
}
|
|
4455
4629
|
async function importRenderersRasterShadedReliefRenderer() {
|
|
4456
4630
|
if (isAMD) {
|
|
4457
4631
|
return await window.$arcgis.import("esri/renderers/RasterShadedReliefRenderer");
|
|
@@ -4870,6 +5044,17 @@ async function newRestKnowledgeGraphGraphQueryResult(properties) {
|
|
|
4870
5044
|
const ModConstructor = await importRestKnowledgeGraphGraphQueryResult();
|
|
4871
5045
|
return new ModConstructor(properties);
|
|
4872
5046
|
}
|
|
5047
|
+
async function importRestKnowledgeGraphGraphQueryResultHeader() {
|
|
5048
|
+
if (isAMD) {
|
|
5049
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryResultHeader");
|
|
5050
|
+
}
|
|
5051
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphQueryResultHeader.js");
|
|
5052
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5053
|
+
}
|
|
5054
|
+
async function newRestKnowledgeGraphGraphQueryResultHeader(properties) {
|
|
5055
|
+
const ModConstructor = await importRestKnowledgeGraphGraphQueryResultHeader();
|
|
5056
|
+
return new ModConstructor(properties);
|
|
5057
|
+
}
|
|
4873
5058
|
async function importRestKnowledgeGraphGraphQueryStreaming() {
|
|
4874
5059
|
if (isAMD) {
|
|
4875
5060
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryStreaming");
|
|
@@ -5002,6 +5187,17 @@ async function newRestKnowledgeGraphServiceDefinition(properties) {
|
|
|
5002
5187
|
const ModConstructor = await importRestKnowledgeGraphServiceDefinition();
|
|
5003
5188
|
return new ModConstructor(properties);
|
|
5004
5189
|
}
|
|
5190
|
+
async function importRestKnowledgeGraphSourceTypeValueBehavior() {
|
|
5191
|
+
if (isAMD) {
|
|
5192
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/SourceTypeValueBehavior");
|
|
5193
|
+
}
|
|
5194
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/SourceTypeValueBehavior.js");
|
|
5195
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5196
|
+
}
|
|
5197
|
+
async function newRestKnowledgeGraphSourceTypeValueBehavior(properties) {
|
|
5198
|
+
const ModConstructor = await importRestKnowledgeGraphSourceTypeValueBehavior();
|
|
5199
|
+
return new ModConstructor(properties);
|
|
5200
|
+
}
|
|
5005
5201
|
async function importRestNetworksSupportAggregatedGeometry() {
|
|
5006
5202
|
if (isAMD) {
|
|
5007
5203
|
return await window.$arcgis.import("esri/rest/networks/support/AggregatedGeometry");
|
|
@@ -5156,6 +5352,72 @@ async function newRestSupportAddressCandidate(properties) {
|
|
|
5156
5352
|
const ModConstructor = await importRestSupportAddressCandidate();
|
|
5157
5353
|
return new ModConstructor(properties);
|
|
5158
5354
|
}
|
|
5355
|
+
async function importRestSupportAttributeBinsQuery() {
|
|
5356
|
+
if (isAMD) {
|
|
5357
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsQuery");
|
|
5358
|
+
}
|
|
5359
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsQuery.js");
|
|
5360
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5361
|
+
}
|
|
5362
|
+
async function newRestSupportAttributeBinsQuery(properties) {
|
|
5363
|
+
const ModConstructor = await importRestSupportAttributeBinsQuery();
|
|
5364
|
+
return new ModConstructor(properties);
|
|
5365
|
+
}
|
|
5366
|
+
async function importRestSupportAutoIntervalBinParameters() {
|
|
5367
|
+
if (isAMD) {
|
|
5368
|
+
return await window.$arcgis.import("esri/rest/support/AutoIntervalBinParameters");
|
|
5369
|
+
}
|
|
5370
|
+
const module2 = await import("@arcgis/core/rest/support/AutoIntervalBinParameters.js");
|
|
5371
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5372
|
+
}
|
|
5373
|
+
async function newRestSupportAutoIntervalBinParameters(properties) {
|
|
5374
|
+
const ModConstructor = await importRestSupportAutoIntervalBinParameters();
|
|
5375
|
+
return new ModConstructor(properties);
|
|
5376
|
+
}
|
|
5377
|
+
async function importRestSupportFixedBoundariesBinParameters() {
|
|
5378
|
+
if (isAMD) {
|
|
5379
|
+
return await window.$arcgis.import("esri/rest/support/FixedBoundariesBinParameters");
|
|
5380
|
+
}
|
|
5381
|
+
const module2 = await import("@arcgis/core/rest/support/FixedBoundariesBinParameters.js");
|
|
5382
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5383
|
+
}
|
|
5384
|
+
async function newRestSupportFixedBoundariesBinParameters(properties) {
|
|
5385
|
+
const ModConstructor = await importRestSupportFixedBoundariesBinParameters();
|
|
5386
|
+
return new ModConstructor(properties);
|
|
5387
|
+
}
|
|
5388
|
+
async function importRestSupportFixedIntervalBinParameters() {
|
|
5389
|
+
if (isAMD) {
|
|
5390
|
+
return await window.$arcgis.import("esri/rest/support/FixedIntervalBinParameters");
|
|
5391
|
+
}
|
|
5392
|
+
const module2 = await import("@arcgis/core/rest/support/FixedIntervalBinParameters.js");
|
|
5393
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5394
|
+
}
|
|
5395
|
+
async function newRestSupportFixedIntervalBinParameters(properties) {
|
|
5396
|
+
const ModConstructor = await importRestSupportFixedIntervalBinParameters();
|
|
5397
|
+
return new ModConstructor(properties);
|
|
5398
|
+
}
|
|
5399
|
+
async function importRestSupportDateBinParameters() {
|
|
5400
|
+
if (isAMD) {
|
|
5401
|
+
return await window.$arcgis.import("esri/rest/support/DateBinParameters");
|
|
5402
|
+
}
|
|
5403
|
+
const module2 = await import("@arcgis/core/rest/support/DateBinParameters.js");
|
|
5404
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5405
|
+
}
|
|
5406
|
+
async function newRestSupportDateBinParameters(properties) {
|
|
5407
|
+
const ModConstructor = await importRestSupportDateBinParameters();
|
|
5408
|
+
return new ModConstructor(properties);
|
|
5409
|
+
}
|
|
5410
|
+
async function importRestSupportDateBinTimeInterval() {
|
|
5411
|
+
if (isAMD) {
|
|
5412
|
+
return await window.$arcgis.import("esri/rest/support/DateBinTimeInterval");
|
|
5413
|
+
}
|
|
5414
|
+
const module2 = await import("@arcgis/core/rest/support/DateBinTimeInterval.js");
|
|
5415
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5416
|
+
}
|
|
5417
|
+
async function newRestSupportDateBinTimeInterval(properties) {
|
|
5418
|
+
const ModConstructor = await importRestSupportDateBinTimeInterval();
|
|
5419
|
+
return new ModConstructor(properties);
|
|
5420
|
+
}
|
|
5159
5421
|
async function importRestSupportAlgorithmicColorRamp() {
|
|
5160
5422
|
if (isAMD) {
|
|
5161
5423
|
return await window.$arcgis.import("esri/rest/support/AlgorithmicColorRamp");
|
|
@@ -5200,6 +5462,28 @@ async function newRestSupportAttachmentQuery(properties) {
|
|
|
5200
5462
|
const ModConstructor = await importRestSupportAttachmentQuery();
|
|
5201
5463
|
return new ModConstructor(properties);
|
|
5202
5464
|
}
|
|
5465
|
+
async function importRestSupportBaseImageMeasureParameters() {
|
|
5466
|
+
if (isAMD) {
|
|
5467
|
+
return await window.$arcgis.import("esri/rest/support/BaseImageMeasureParameters");
|
|
5468
|
+
}
|
|
5469
|
+
const module2 = await import("@arcgis/core/rest/support/BaseImageMeasureParameters.js");
|
|
5470
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5471
|
+
}
|
|
5472
|
+
async function newRestSupportBaseImageMeasureParameters(properties) {
|
|
5473
|
+
const ModConstructor = await importRestSupportBaseImageMeasureParameters();
|
|
5474
|
+
return new ModConstructor(properties);
|
|
5475
|
+
}
|
|
5476
|
+
async function importRestSupportBaseImageMeasureResult() {
|
|
5477
|
+
if (isAMD) {
|
|
5478
|
+
return await window.$arcgis.import("esri/rest/support/BaseImageMeasureResult");
|
|
5479
|
+
}
|
|
5480
|
+
const module2 = await import("@arcgis/core/rest/support/BaseImageMeasureResult.js");
|
|
5481
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5482
|
+
}
|
|
5483
|
+
async function newRestSupportBaseImageMeasureResult(properties) {
|
|
5484
|
+
const ModConstructor = await importRestSupportBaseImageMeasureResult();
|
|
5485
|
+
return new ModConstructor(properties);
|
|
5486
|
+
}
|
|
5203
5487
|
async function importRestSupportBufferParameters() {
|
|
5204
5488
|
if (isAMD) {
|
|
5205
5489
|
return await window.$arcgis.import("esri/rest/support/BufferParameters");
|
|
@@ -5530,50 +5814,6 @@ async function newRestSupportImageBoundaryResult(properties) {
|
|
|
5530
5814
|
const ModConstructor = await importRestSupportImageBoundaryResult();
|
|
5531
5815
|
return new ModConstructor(properties);
|
|
5532
5816
|
}
|
|
5533
|
-
async function importRestSupportImageHistogramParameters() {
|
|
5534
|
-
if (isAMD) {
|
|
5535
|
-
return await window.$arcgis.import("esri/rest/support/ImageHistogramParameters");
|
|
5536
|
-
}
|
|
5537
|
-
const module2 = await import("@arcgis/core/rest/support/ImageHistogramParameters.js");
|
|
5538
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5539
|
-
}
|
|
5540
|
-
async function newRestSupportImageHistogramParameters(properties) {
|
|
5541
|
-
const ModConstructor = await importRestSupportImageHistogramParameters();
|
|
5542
|
-
return new ModConstructor(properties);
|
|
5543
|
-
}
|
|
5544
|
-
async function importRestSupportImageIdentifyParameters() {
|
|
5545
|
-
if (isAMD) {
|
|
5546
|
-
return await window.$arcgis.import("esri/rest/support/ImageIdentifyParameters");
|
|
5547
|
-
}
|
|
5548
|
-
const module2 = await import("@arcgis/core/rest/support/ImageIdentifyParameters.js");
|
|
5549
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5550
|
-
}
|
|
5551
|
-
async function newRestSupportImageIdentifyParameters(properties) {
|
|
5552
|
-
const ModConstructor = await importRestSupportImageIdentifyParameters();
|
|
5553
|
-
return new ModConstructor(properties);
|
|
5554
|
-
}
|
|
5555
|
-
async function importRestSupportImageIdentifyResult() {
|
|
5556
|
-
if (isAMD) {
|
|
5557
|
-
return await window.$arcgis.import("esri/rest/support/ImageIdentifyResult");
|
|
5558
|
-
}
|
|
5559
|
-
const module2 = await import("@arcgis/core/rest/support/ImageIdentifyResult.js");
|
|
5560
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5561
|
-
}
|
|
5562
|
-
async function newRestSupportImageIdentifyResult(properties) {
|
|
5563
|
-
const ModConstructor = await importRestSupportImageIdentifyResult();
|
|
5564
|
-
return new ModConstructor(properties);
|
|
5565
|
-
}
|
|
5566
|
-
async function importRestSupportImageInspectionInfo() {
|
|
5567
|
-
if (isAMD) {
|
|
5568
|
-
return await window.$arcgis.import("esri/rest/support/ImageInspectionInfo");
|
|
5569
|
-
}
|
|
5570
|
-
const module2 = await import("@arcgis/core/rest/support/ImageInspectionInfo.js");
|
|
5571
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5572
|
-
}
|
|
5573
|
-
async function newRestSupportImageInspectionInfo(properties) {
|
|
5574
|
-
const ModConstructor = await importRestSupportImageInspectionInfo();
|
|
5575
|
-
return new ModConstructor(properties);
|
|
5576
|
-
}
|
|
5577
5817
|
async function importRestSupportImageDistanceParameters() {
|
|
5578
5818
|
if (isAMD) {
|
|
5579
5819
|
return await window.$arcgis.import("esri/rest/support/ImageDistanceParameters");
|
|
@@ -5651,6 +5891,50 @@ async function newRestSupportImageHeightResult(properties) {
|
|
|
5651
5891
|
const ModConstructor = await importRestSupportImageHeightResult();
|
|
5652
5892
|
return new ModConstructor(properties);
|
|
5653
5893
|
}
|
|
5894
|
+
async function importRestSupportImageHistogramParameters() {
|
|
5895
|
+
if (isAMD) {
|
|
5896
|
+
return await window.$arcgis.import("esri/rest/support/ImageHistogramParameters");
|
|
5897
|
+
}
|
|
5898
|
+
const module2 = await import("@arcgis/core/rest/support/ImageHistogramParameters.js");
|
|
5899
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5900
|
+
}
|
|
5901
|
+
async function newRestSupportImageHistogramParameters(properties) {
|
|
5902
|
+
const ModConstructor = await importRestSupportImageHistogramParameters();
|
|
5903
|
+
return new ModConstructor(properties);
|
|
5904
|
+
}
|
|
5905
|
+
async function importRestSupportImageIdentifyParameters() {
|
|
5906
|
+
if (isAMD) {
|
|
5907
|
+
return await window.$arcgis.import("esri/rest/support/ImageIdentifyParameters");
|
|
5908
|
+
}
|
|
5909
|
+
const module2 = await import("@arcgis/core/rest/support/ImageIdentifyParameters.js");
|
|
5910
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5911
|
+
}
|
|
5912
|
+
async function newRestSupportImageIdentifyParameters(properties) {
|
|
5913
|
+
const ModConstructor = await importRestSupportImageIdentifyParameters();
|
|
5914
|
+
return new ModConstructor(properties);
|
|
5915
|
+
}
|
|
5916
|
+
async function importRestSupportImageIdentifyResult() {
|
|
5917
|
+
if (isAMD) {
|
|
5918
|
+
return await window.$arcgis.import("esri/rest/support/ImageIdentifyResult");
|
|
5919
|
+
}
|
|
5920
|
+
const module2 = await import("@arcgis/core/rest/support/ImageIdentifyResult.js");
|
|
5921
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5922
|
+
}
|
|
5923
|
+
async function newRestSupportImageIdentifyResult(properties) {
|
|
5924
|
+
const ModConstructor = await importRestSupportImageIdentifyResult();
|
|
5925
|
+
return new ModConstructor(properties);
|
|
5926
|
+
}
|
|
5927
|
+
async function importRestSupportImageInspectionInfo() {
|
|
5928
|
+
if (isAMD) {
|
|
5929
|
+
return await window.$arcgis.import("esri/rest/support/ImageInspectionInfo");
|
|
5930
|
+
}
|
|
5931
|
+
const module2 = await import("@arcgis/core/rest/support/ImageInspectionInfo.js");
|
|
5932
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5933
|
+
}
|
|
5934
|
+
async function newRestSupportImageInspectionInfo(properties) {
|
|
5935
|
+
const ModConstructor = await importRestSupportImageInspectionInfo();
|
|
5936
|
+
return new ModConstructor(properties);
|
|
5937
|
+
}
|
|
5654
5938
|
async function importRestSupportImageParameters() {
|
|
5655
5939
|
if (isAMD) {
|
|
5656
5940
|
return await window.$arcgis.import("esri/rest/support/ImageParameters");
|
|
@@ -5739,17 +6023,6 @@ async function newRestSupportImageSampleResult(properties) {
|
|
|
5739
6023
|
const ModConstructor = await importRestSupportImageSampleResult();
|
|
5740
6024
|
return new ModConstructor(properties);
|
|
5741
6025
|
}
|
|
5742
|
-
async function importRestSupportImageToMapParameters() {
|
|
5743
|
-
if (isAMD) {
|
|
5744
|
-
return await window.$arcgis.import("esri/rest/support/ImageToMapParameters");
|
|
5745
|
-
}
|
|
5746
|
-
const module2 = await import("@arcgis/core/rest/support/ImageToMapParameters.js");
|
|
5747
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5748
|
-
}
|
|
5749
|
-
async function newRestSupportImageToMapParameters(properties) {
|
|
5750
|
-
const ModConstructor = await importRestSupportImageToMapParameters();
|
|
5751
|
-
return new ModConstructor(properties);
|
|
5752
|
-
}
|
|
5753
6026
|
async function importRestSupportImageToMapMultirayParameters() {
|
|
5754
6027
|
if (isAMD) {
|
|
5755
6028
|
return await window.$arcgis.import("esri/rest/support/ImageToMapMultirayParameters");
|
|
@@ -5761,14 +6034,25 @@ async function newRestSupportImageToMapMultirayParameters(properties) {
|
|
|
5761
6034
|
const ModConstructor = await importRestSupportImageToMapMultirayParameters();
|
|
5762
6035
|
return new ModConstructor(properties);
|
|
5763
6036
|
}
|
|
5764
|
-
async function
|
|
6037
|
+
async function importRestSupportImageToMapParameters() {
|
|
5765
6038
|
if (isAMD) {
|
|
5766
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
6039
|
+
return await window.$arcgis.import("esri/rest/support/ImageToMapParameters");
|
|
5767
6040
|
}
|
|
5768
|
-
const module2 = await import("@arcgis/core/rest/support/
|
|
6041
|
+
const module2 = await import("@arcgis/core/rest/support/ImageToMapParameters.js");
|
|
5769
6042
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5770
6043
|
}
|
|
5771
|
-
async function
|
|
6044
|
+
async function newRestSupportImageToMapParameters(properties) {
|
|
6045
|
+
const ModConstructor = await importRestSupportImageToMapParameters();
|
|
6046
|
+
return new ModConstructor(properties);
|
|
6047
|
+
}
|
|
6048
|
+
async function importRestSupportImageUrlParameters() {
|
|
6049
|
+
if (isAMD) {
|
|
6050
|
+
return await window.$arcgis.import("esri/rest/support/ImageUrlParameters");
|
|
6051
|
+
}
|
|
6052
|
+
const module2 = await import("@arcgis/core/rest/support/ImageUrlParameters.js");
|
|
6053
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6054
|
+
}
|
|
6055
|
+
async function newRestSupportImageUrlParameters(properties) {
|
|
5772
6056
|
const ModConstructor = await importRestSupportImageUrlParameters();
|
|
5773
6057
|
return new ModConstructor(properties);
|
|
5774
6058
|
}
|
|
@@ -5849,26 +6133,26 @@ async function newRestSupportMeasureAreaFromImageResult(properties) {
|
|
|
5849
6133
|
const ModConstructor = await importRestSupportMeasureAreaFromImageResult();
|
|
5850
6134
|
return new ModConstructor(properties);
|
|
5851
6135
|
}
|
|
5852
|
-
async function
|
|
6136
|
+
async function importRestSupportMeasureFromImageParameters() {
|
|
5853
6137
|
if (isAMD) {
|
|
5854
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
6138
|
+
return await window.$arcgis.import("esri/rest/support/MeasureFromImageParameters");
|
|
5855
6139
|
}
|
|
5856
|
-
const module2 = await import("@arcgis/core/rest/support/
|
|
6140
|
+
const module2 = await import("@arcgis/core/rest/support/MeasureFromImageParameters.js");
|
|
5857
6141
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5858
6142
|
}
|
|
5859
|
-
async function
|
|
5860
|
-
const ModConstructor = await
|
|
6143
|
+
async function newRestSupportMeasureFromImageParameters(properties) {
|
|
6144
|
+
const ModConstructor = await importRestSupportMeasureFromImageParameters();
|
|
5861
6145
|
return new ModConstructor(properties);
|
|
5862
6146
|
}
|
|
5863
|
-
async function
|
|
6147
|
+
async function importRestSupportMeasureLengthFromImageResult() {
|
|
5864
6148
|
if (isAMD) {
|
|
5865
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
6149
|
+
return await window.$arcgis.import("esri/rest/support/MeasureLengthFromImageResult");
|
|
5866
6150
|
}
|
|
5867
|
-
const module2 = await import("@arcgis/core/rest/support/
|
|
6151
|
+
const module2 = await import("@arcgis/core/rest/support/MeasureLengthFromImageResult.js");
|
|
5868
6152
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5869
6153
|
}
|
|
5870
|
-
async function
|
|
5871
|
-
const ModConstructor = await
|
|
6154
|
+
async function newRestSupportMeasureLengthFromImageResult(properties) {
|
|
6155
|
+
const ModConstructor = await importRestSupportMeasureLengthFromImageResult();
|
|
5872
6156
|
return new ModConstructor(properties);
|
|
5873
6157
|
}
|
|
5874
6158
|
async function importRestSupportMultipartColorRamp() {
|
|
@@ -6883,6 +7167,17 @@ async function newViews2dViewState(properties) {
|
|
|
6883
7167
|
const ModConstructor = await importViews2dViewState();
|
|
6884
7168
|
return new ModConstructor(properties);
|
|
6885
7169
|
}
|
|
7170
|
+
async function importViews2dSupportHighlightGroup() {
|
|
7171
|
+
if (isAMD) {
|
|
7172
|
+
return await window.$arcgis.import("esri/views/2d/support/HighlightGroup");
|
|
7173
|
+
}
|
|
7174
|
+
const module2 = await import("@arcgis/core/views/2d/support/HighlightGroup.js");
|
|
7175
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7176
|
+
}
|
|
7177
|
+
async function newViews2dSupportHighlightGroup(properties) {
|
|
7178
|
+
const ModConstructor = await importViews2dSupportHighlightGroup();
|
|
7179
|
+
return new ModConstructor(properties);
|
|
7180
|
+
}
|
|
6886
7181
|
async function importViews3dAnalysisAreaMeasurementAnalysisView3D() {
|
|
6887
7182
|
if (isAMD) {
|
|
6888
7183
|
return await window.$arcgis.import("esri/views/3d/analysis/AreaMeasurementAnalysisView3D");
|
|
@@ -7323,6 +7618,17 @@ async function newViewsLayersFeatureLayerView(properties) {
|
|
|
7323
7618
|
const ModConstructor = await importViewsLayersFeatureLayerView();
|
|
7324
7619
|
return new ModConstructor(properties);
|
|
7325
7620
|
}
|
|
7621
|
+
async function importViewsLayersGroupLayerView() {
|
|
7622
|
+
if (isAMD) {
|
|
7623
|
+
return await window.$arcgis.import("esri/views/layers/GroupLayerView");
|
|
7624
|
+
}
|
|
7625
|
+
const module2 = await import("@arcgis/core/views/layers/GroupLayerView.js");
|
|
7626
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7627
|
+
}
|
|
7628
|
+
async function newViewsLayersGroupLayerView(properties) {
|
|
7629
|
+
const ModConstructor = await importViewsLayersGroupLayerView();
|
|
7630
|
+
return new ModConstructor(properties);
|
|
7631
|
+
}
|
|
7326
7632
|
async function importViewsLayersImageryLayerView() {
|
|
7327
7633
|
if (isAMD) {
|
|
7328
7634
|
return await window.$arcgis.import("esri/views/layers/ImageryLayerView");
|
|
@@ -7400,6 +7706,17 @@ async function newViewsLayersViewshedLayerView(properties) {
|
|
|
7400
7706
|
const ModConstructor = await importViewsLayersViewshedLayerView();
|
|
7401
7707
|
return new ModConstructor(properties);
|
|
7402
7708
|
}
|
|
7709
|
+
async function importViewsLinkChartView() {
|
|
7710
|
+
if (isAMD) {
|
|
7711
|
+
return await window.$arcgis.import("esri/views/LinkChartView");
|
|
7712
|
+
}
|
|
7713
|
+
const module2 = await import("@arcgis/core/views/LinkChartView.js");
|
|
7714
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7715
|
+
}
|
|
7716
|
+
async function newViewsLinkChartView(properties) {
|
|
7717
|
+
const ModConstructor = await importViewsLinkChartView();
|
|
7718
|
+
return new ModConstructor(properties);
|
|
7719
|
+
}
|
|
7403
7720
|
async function importViewsMagnifier() {
|
|
7404
7721
|
if (isAMD) {
|
|
7405
7722
|
return await window.$arcgis.import("esri/views/Magnifier");
|
|
@@ -7730,6 +8047,17 @@ async function newWebDocument2D(properties) {
|
|
|
7730
8047
|
const ModConstructor = await importWebDocument2D();
|
|
7731
8048
|
return new ModConstructor(properties);
|
|
7732
8049
|
}
|
|
8050
|
+
async function importWebLinkChart() {
|
|
8051
|
+
if (isAMD) {
|
|
8052
|
+
return await window.$arcgis.import("esri/WebLinkChart");
|
|
8053
|
+
}
|
|
8054
|
+
const module2 = await import("@arcgis/core/WebLinkChart.js");
|
|
8055
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8056
|
+
}
|
|
8057
|
+
async function newWebLinkChart(properties) {
|
|
8058
|
+
const ModConstructor = await importWebLinkChart();
|
|
8059
|
+
return new ModConstructor(properties);
|
|
8060
|
+
}
|
|
7733
8061
|
async function importWebMap() {
|
|
7734
8062
|
if (isAMD) {
|
|
7735
8063
|
return await window.$arcgis.import("esri/WebMap");
|
|
@@ -8632,6 +8960,28 @@ async function newWidgetsFeatureFormRelationshipInput(properties) {
|
|
|
8632
8960
|
const ModConstructor = await importWidgetsFeatureFormRelationshipInput();
|
|
8633
8961
|
return new ModConstructor(properties);
|
|
8634
8962
|
}
|
|
8963
|
+
async function importWidgetsFeatureFormTextElementInput() {
|
|
8964
|
+
if (isAMD) {
|
|
8965
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/TextElementInput");
|
|
8966
|
+
}
|
|
8967
|
+
const module2 = await import("@arcgis/core/widgets/FeatureForm/TextElementInput.js");
|
|
8968
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8969
|
+
}
|
|
8970
|
+
async function newWidgetsFeatureFormTextElementInput(properties) {
|
|
8971
|
+
const ModConstructor = await importWidgetsFeatureFormTextElementInput();
|
|
8972
|
+
return new ModConstructor(properties);
|
|
8973
|
+
}
|
|
8974
|
+
async function importWidgetsFeatureFormUtilityNetworkAssociationInput() {
|
|
8975
|
+
if (isAMD) {
|
|
8976
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/UtilityNetworkAssociationInput");
|
|
8977
|
+
}
|
|
8978
|
+
const module2 = await import("@arcgis/core/widgets/FeatureForm/UtilityNetworkAssociationInput.js");
|
|
8979
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8980
|
+
}
|
|
8981
|
+
async function newWidgetsFeatureFormUtilityNetworkAssociationInput(properties) {
|
|
8982
|
+
const ModConstructor = await importWidgetsFeatureFormUtilityNetworkAssociationInput();
|
|
8983
|
+
return new ModConstructor(properties);
|
|
8984
|
+
}
|
|
8635
8985
|
async function importWidgetsFeatures() {
|
|
8636
8986
|
if (isAMD) {
|
|
8637
8987
|
return await window.$arcgis.import("esri/widgets/Features");
|
|
@@ -8808,6 +9158,28 @@ async function newWidgetsFeatureTableSupportFieldColumnTemplate(properties) {
|
|
|
8808
9158
|
const ModConstructor = await importWidgetsFeatureTableSupportFieldColumnTemplate();
|
|
8809
9159
|
return new ModConstructor(properties);
|
|
8810
9160
|
}
|
|
9161
|
+
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
9162
|
+
if (isAMD) {
|
|
9163
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
9164
|
+
}
|
|
9165
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsColumnTemplate.js");
|
|
9166
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9167
|
+
}
|
|
9168
|
+
async function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties) {
|
|
9169
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsColumnTemplate();
|
|
9170
|
+
return new ModConstructor(properties);
|
|
9171
|
+
}
|
|
9172
|
+
async function importWidgetsFeatureTableSupportRelationshipColumnTemplate() {
|
|
9173
|
+
if (isAMD) {
|
|
9174
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/RelationshipColumnTemplate");
|
|
9175
|
+
}
|
|
9176
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/RelationshipColumnTemplate.js");
|
|
9177
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9178
|
+
}
|
|
9179
|
+
async function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties) {
|
|
9180
|
+
const ModConstructor = await importWidgetsFeatureTableSupportRelationshipColumnTemplate();
|
|
9181
|
+
return new ModConstructor(properties);
|
|
9182
|
+
}
|
|
8811
9183
|
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
8812
9184
|
if (isAMD) {
|
|
8813
9185
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
@@ -9864,6 +10236,17 @@ async function newWidgetsUtilityNetworkTrace(properties) {
|
|
|
9864
10236
|
const ModConstructor = await importWidgetsUtilityNetworkTrace();
|
|
9865
10237
|
return new ModConstructor(properties);
|
|
9866
10238
|
}
|
|
10239
|
+
async function importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel() {
|
|
10240
|
+
if (isAMD) {
|
|
10241
|
+
return await window.$arcgis.import("esri/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel");
|
|
10242
|
+
}
|
|
10243
|
+
const module2 = await import("@arcgis/core/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel.js");
|
|
10244
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10245
|
+
}
|
|
10246
|
+
async function newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel(properties) {
|
|
10247
|
+
const ModConstructor = await importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel();
|
|
10248
|
+
return new ModConstructor(properties);
|
|
10249
|
+
}
|
|
9867
10250
|
async function importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel() {
|
|
9868
10251
|
if (isAMD) {
|
|
9869
10252
|
return await window.$arcgis.import("esri/widgets/UtilityNetworkTrace/UtilityNetworkTraceViewModel");
|
|
@@ -10117,25 +10500,18 @@ async function importCoreWorkers() {
|
|
|
10117
10500
|
const module2 = await import("@arcgis/core/core/workers.js");
|
|
10118
10501
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10119
10502
|
}
|
|
10120
|
-
async function
|
|
10121
|
-
if (isAMD) {
|
|
10122
|
-
return await window.$arcgis.import("esri/form/elements/inputs/attachments/support/inputs");
|
|
10123
|
-
}
|
|
10124
|
-
const module2 = await import("@arcgis/core/form/elements/inputs/attachments/support/inputs.js");
|
|
10125
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10126
|
-
}
|
|
10127
|
-
async function importFormElementsSupportInputs() {
|
|
10503
|
+
async function importFormElementsInputs() {
|
|
10128
10504
|
if (isAMD) {
|
|
10129
|
-
return await window.$arcgis.import("esri/form/elements/
|
|
10505
|
+
return await window.$arcgis.import("esri/form/elements/inputs");
|
|
10130
10506
|
}
|
|
10131
|
-
const module2 = await import("@arcgis/core/form/elements/
|
|
10507
|
+
const module2 = await import("@arcgis/core/form/elements/inputs.js");
|
|
10132
10508
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10133
10509
|
}
|
|
10134
|
-
async function
|
|
10510
|
+
async function importFormElements() {
|
|
10135
10511
|
if (isAMD) {
|
|
10136
|
-
return await window.$arcgis.import("esri/form/
|
|
10512
|
+
return await window.$arcgis.import("esri/form/elements");
|
|
10137
10513
|
}
|
|
10138
|
-
const module2 = await import("@arcgis/core/form/
|
|
10514
|
+
const module2 = await import("@arcgis/core/form/elements.js");
|
|
10139
10515
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10140
10516
|
}
|
|
10141
10517
|
async function importGeometry() {
|
|
@@ -10173,6 +10549,48 @@ async function importGeometryProjection() {
|
|
|
10173
10549
|
const module2 = await import("@arcgis/core/geometry/projection.js");
|
|
10174
10550
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10175
10551
|
}
|
|
10552
|
+
async function importGeometryOperatorsAffineTransformOperator() {
|
|
10553
|
+
if (isAMD) {
|
|
10554
|
+
return await window.$arcgis.import("esri/geometry/operators/affineTransformOperator");
|
|
10555
|
+
}
|
|
10556
|
+
const module2 = await import("@arcgis/core/geometry/operators/affineTransformOperator.js");
|
|
10557
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10558
|
+
}
|
|
10559
|
+
async function importGeometryOperatorsAlphaShapeOperator() {
|
|
10560
|
+
if (isAMD) {
|
|
10561
|
+
return await window.$arcgis.import("esri/geometry/operators/alphaShapeOperator");
|
|
10562
|
+
}
|
|
10563
|
+
const module2 = await import("@arcgis/core/geometry/operators/alphaShapeOperator.js");
|
|
10564
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10565
|
+
}
|
|
10566
|
+
async function importGeometryOperatorsAreaOperator() {
|
|
10567
|
+
if (isAMD) {
|
|
10568
|
+
return await window.$arcgis.import("esri/geometry/operators/areaOperator");
|
|
10569
|
+
}
|
|
10570
|
+
const module2 = await import("@arcgis/core/geometry/operators/areaOperator.js");
|
|
10571
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10572
|
+
}
|
|
10573
|
+
async function importGeometryOperatorsAutoCompleteOperator() {
|
|
10574
|
+
if (isAMD) {
|
|
10575
|
+
return await window.$arcgis.import("esri/geometry/operators/autoCompleteOperator");
|
|
10576
|
+
}
|
|
10577
|
+
const module2 = await import("@arcgis/core/geometry/operators/autoCompleteOperator.js");
|
|
10578
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10579
|
+
}
|
|
10580
|
+
async function importGeometryOperatorsBoundaryOperator() {
|
|
10581
|
+
if (isAMD) {
|
|
10582
|
+
return await window.$arcgis.import("esri/geometry/operators/boundaryOperator");
|
|
10583
|
+
}
|
|
10584
|
+
const module2 = await import("@arcgis/core/geometry/operators/boundaryOperator.js");
|
|
10585
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10586
|
+
}
|
|
10587
|
+
async function importGeometryOperatorsBufferOperator() {
|
|
10588
|
+
if (isAMD) {
|
|
10589
|
+
return await window.$arcgis.import("esri/geometry/operators/bufferOperator");
|
|
10590
|
+
}
|
|
10591
|
+
const module2 = await import("@arcgis/core/geometry/operators/bufferOperator.js");
|
|
10592
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10593
|
+
}
|
|
10176
10594
|
async function importGeometryOperatorsCentroidOperator() {
|
|
10177
10595
|
if (isAMD) {
|
|
10178
10596
|
return await window.$arcgis.import("esri/geometry/operators/centroidOperator");
|
|
@@ -10187,18 +10605,18 @@ async function importGeometryOperatorsClipOperator() {
|
|
|
10187
10605
|
const module2 = await import("@arcgis/core/geometry/operators/clipOperator.js");
|
|
10188
10606
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10189
10607
|
}
|
|
10190
|
-
async function
|
|
10608
|
+
async function importGeometryOperatorsContainsOperator() {
|
|
10191
10609
|
if (isAMD) {
|
|
10192
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10610
|
+
return await window.$arcgis.import("esri/geometry/operators/containsOperator");
|
|
10193
10611
|
}
|
|
10194
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10612
|
+
const module2 = await import("@arcgis/core/geometry/operators/containsOperator.js");
|
|
10195
10613
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10196
10614
|
}
|
|
10197
|
-
async function
|
|
10615
|
+
async function importGeometryOperatorsConvexHullOperator() {
|
|
10198
10616
|
if (isAMD) {
|
|
10199
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10617
|
+
return await window.$arcgis.import("esri/geometry/operators/convexHullOperator");
|
|
10200
10618
|
}
|
|
10201
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10619
|
+
const module2 = await import("@arcgis/core/geometry/operators/convexHullOperator.js");
|
|
10202
10620
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10203
10621
|
}
|
|
10204
10622
|
async function importGeometryOperatorsCrossesOperator() {
|
|
@@ -10208,6 +10626,13 @@ async function importGeometryOperatorsCrossesOperator() {
|
|
|
10208
10626
|
const module2 = await import("@arcgis/core/geometry/operators/crossesOperator.js");
|
|
10209
10627
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10210
10628
|
}
|
|
10629
|
+
async function importGeometryOperatorsCutOperator() {
|
|
10630
|
+
if (isAMD) {
|
|
10631
|
+
return await window.$arcgis.import("esri/geometry/operators/cutOperator");
|
|
10632
|
+
}
|
|
10633
|
+
const module2 = await import("@arcgis/core/geometry/operators/cutOperator.js");
|
|
10634
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10635
|
+
}
|
|
10211
10636
|
async function importGeometryOperatorsDensifyOperator() {
|
|
10212
10637
|
if (isAMD) {
|
|
10213
10638
|
return await window.$arcgis.import("esri/geometry/operators/densifyOperator");
|
|
@@ -10222,18 +10647,18 @@ async function importGeometryOperatorsDifferenceOperator() {
|
|
|
10222
10647
|
const module2 = await import("@arcgis/core/geometry/operators/differenceOperator.js");
|
|
10223
10648
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10224
10649
|
}
|
|
10225
|
-
async function
|
|
10650
|
+
async function importGeometryOperatorsDisjointOperator() {
|
|
10226
10651
|
if (isAMD) {
|
|
10227
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10652
|
+
return await window.$arcgis.import("esri/geometry/operators/disjointOperator");
|
|
10228
10653
|
}
|
|
10229
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10654
|
+
const module2 = await import("@arcgis/core/geometry/operators/disjointOperator.js");
|
|
10230
10655
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10231
10656
|
}
|
|
10232
|
-
async function
|
|
10657
|
+
async function importGeometryOperatorsDistanceOperator() {
|
|
10233
10658
|
if (isAMD) {
|
|
10234
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10659
|
+
return await window.$arcgis.import("esri/geometry/operators/distanceOperator");
|
|
10235
10660
|
}
|
|
10236
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10661
|
+
const module2 = await import("@arcgis/core/geometry/operators/distanceOperator.js");
|
|
10237
10662
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10238
10663
|
}
|
|
10239
10664
|
async function importGeometryOperatorsEqualsOperator() {
|
|
@@ -10243,6 +10668,20 @@ async function importGeometryOperatorsEqualsOperator() {
|
|
|
10243
10668
|
const module2 = await import("@arcgis/core/geometry/operators/equalsOperator.js");
|
|
10244
10669
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10245
10670
|
}
|
|
10671
|
+
async function importGeometryOperatorsExtendOperator() {
|
|
10672
|
+
if (isAMD) {
|
|
10673
|
+
return await window.$arcgis.import("esri/geometry/operators/extendOperator");
|
|
10674
|
+
}
|
|
10675
|
+
const module2 = await import("@arcgis/core/geometry/operators/extendOperator.js");
|
|
10676
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10677
|
+
}
|
|
10678
|
+
async function importGeometryOperatorsGeneralizeOperator() {
|
|
10679
|
+
if (isAMD) {
|
|
10680
|
+
return await window.$arcgis.import("esri/geometry/operators/generalizeOperator");
|
|
10681
|
+
}
|
|
10682
|
+
const module2 = await import("@arcgis/core/geometry/operators/generalizeOperator.js");
|
|
10683
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10684
|
+
}
|
|
10246
10685
|
async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
10247
10686
|
if (isAMD) {
|
|
10248
10687
|
return await window.$arcgis.import("esri/geometry/operators/geodesicBufferOperator");
|
|
@@ -10250,6 +10689,20 @@ async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
|
10250
10689
|
const module2 = await import("@arcgis/core/geometry/operators/geodesicBufferOperator.js");
|
|
10251
10690
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10252
10691
|
}
|
|
10692
|
+
async function importGeometryOperatorsGeodesicProximityOperator() {
|
|
10693
|
+
if (isAMD) {
|
|
10694
|
+
return await window.$arcgis.import("esri/geometry/operators/geodesicProximityOperator");
|
|
10695
|
+
}
|
|
10696
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodesicProximityOperator.js");
|
|
10697
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10698
|
+
}
|
|
10699
|
+
async function importGeometryOperatorsGeodeticAreaOperator() {
|
|
10700
|
+
if (isAMD) {
|
|
10701
|
+
return await window.$arcgis.import("esri/geometry/operators/geodeticAreaOperator");
|
|
10702
|
+
}
|
|
10703
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodeticAreaOperator.js");
|
|
10704
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10705
|
+
}
|
|
10253
10706
|
async function importGeometryOperatorsGeodeticDensifyOperator() {
|
|
10254
10707
|
if (isAMD) {
|
|
10255
10708
|
return await window.$arcgis.import("esri/geometry/operators/geodeticDensifyOperator");
|
|
@@ -10264,11 +10717,25 @@ async function importGeometryOperatorsGeodeticDistanceOperator() {
|
|
|
10264
10717
|
const module2 = await import("@arcgis/core/geometry/operators/geodeticDistanceOperator.js");
|
|
10265
10718
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10266
10719
|
}
|
|
10267
|
-
async function
|
|
10720
|
+
async function importGeometryOperatorsGeodeticLengthOperator() {
|
|
10268
10721
|
if (isAMD) {
|
|
10269
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10722
|
+
return await window.$arcgis.import("esri/geometry/operators/geodeticLengthOperator");
|
|
10270
10723
|
}
|
|
10271
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10724
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodeticLengthOperator.js");
|
|
10725
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10726
|
+
}
|
|
10727
|
+
async function importGeometryOperatorsGraphicBufferOperator() {
|
|
10728
|
+
if (isAMD) {
|
|
10729
|
+
return await window.$arcgis.import("esri/geometry/operators/graphicBufferOperator");
|
|
10730
|
+
}
|
|
10731
|
+
const module2 = await import("@arcgis/core/geometry/operators/graphicBufferOperator.js");
|
|
10732
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10733
|
+
}
|
|
10734
|
+
async function importGeometryOperatorsIntegrateOperator() {
|
|
10735
|
+
if (isAMD) {
|
|
10736
|
+
return await window.$arcgis.import("esri/geometry/operators/integrateOperator");
|
|
10737
|
+
}
|
|
10738
|
+
const module2 = await import("@arcgis/core/geometry/operators/integrateOperator.js");
|
|
10272
10739
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10273
10740
|
}
|
|
10274
10741
|
async function importGeometryOperatorsIntersectionOperator() {
|
|
@@ -10285,6 +10752,62 @@ async function importGeometryOperatorsIntersectsOperator() {
|
|
|
10285
10752
|
const module2 = await import("@arcgis/core/geometry/operators/intersectsOperator.js");
|
|
10286
10753
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10287
10754
|
}
|
|
10755
|
+
async function importGeometryOperatorsIsNearOperator() {
|
|
10756
|
+
if (isAMD) {
|
|
10757
|
+
return await window.$arcgis.import("esri/geometry/operators/isNearOperator");
|
|
10758
|
+
}
|
|
10759
|
+
const module2 = await import("@arcgis/core/geometry/operators/isNearOperator.js");
|
|
10760
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10761
|
+
}
|
|
10762
|
+
async function importGeometryOperatorsLabelPointOperator() {
|
|
10763
|
+
if (isAMD) {
|
|
10764
|
+
return await window.$arcgis.import("esri/geometry/operators/labelPointOperator");
|
|
10765
|
+
}
|
|
10766
|
+
const module2 = await import("@arcgis/core/geometry/operators/labelPointOperator.js");
|
|
10767
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10768
|
+
}
|
|
10769
|
+
async function importGeometryOperatorsLengthOperator() {
|
|
10770
|
+
if (isAMD) {
|
|
10771
|
+
return await window.$arcgis.import("esri/geometry/operators/lengthOperator");
|
|
10772
|
+
}
|
|
10773
|
+
const module2 = await import("@arcgis/core/geometry/operators/lengthOperator.js");
|
|
10774
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10775
|
+
}
|
|
10776
|
+
async function importGeometryOperatorsLinesToPolygonsOperator() {
|
|
10777
|
+
if (isAMD) {
|
|
10778
|
+
return await window.$arcgis.import("esri/geometry/operators/linesToPolygonsOperator");
|
|
10779
|
+
}
|
|
10780
|
+
const module2 = await import("@arcgis/core/geometry/operators/linesToPolygonsOperator.js");
|
|
10781
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10782
|
+
}
|
|
10783
|
+
async function importGeometryOperatorsLocateBetweenOperator() {
|
|
10784
|
+
if (isAMD) {
|
|
10785
|
+
return await window.$arcgis.import("esri/geometry/operators/locateBetweenOperator");
|
|
10786
|
+
}
|
|
10787
|
+
const module2 = await import("@arcgis/core/geometry/operators/locateBetweenOperator.js");
|
|
10788
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10789
|
+
}
|
|
10790
|
+
async function importGeometryOperatorsMinimumBoundingCircleOperator() {
|
|
10791
|
+
if (isAMD) {
|
|
10792
|
+
return await window.$arcgis.import("esri/geometry/operators/minimumBoundingCircleOperator");
|
|
10793
|
+
}
|
|
10794
|
+
const module2 = await import("@arcgis/core/geometry/operators/minimumBoundingCircleOperator.js");
|
|
10795
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10796
|
+
}
|
|
10797
|
+
async function importGeometryOperatorsMultiPartToSinglePartOperator() {
|
|
10798
|
+
if (isAMD) {
|
|
10799
|
+
return await window.$arcgis.import("esri/geometry/operators/multiPartToSinglePartOperator");
|
|
10800
|
+
}
|
|
10801
|
+
const module2 = await import("@arcgis/core/geometry/operators/multiPartToSinglePartOperator.js");
|
|
10802
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10803
|
+
}
|
|
10804
|
+
async function importGeometryOperatorsOffsetOperator() {
|
|
10805
|
+
if (isAMD) {
|
|
10806
|
+
return await window.$arcgis.import("esri/geometry/operators/offsetOperator");
|
|
10807
|
+
}
|
|
10808
|
+
const module2 = await import("@arcgis/core/geometry/operators/offsetOperator.js");
|
|
10809
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10810
|
+
}
|
|
10288
10811
|
async function importGeometryOperatorsOverlapsOperator() {
|
|
10289
10812
|
if (isAMD) {
|
|
10290
10813
|
return await window.$arcgis.import("esri/geometry/operators/overlapsOperator");
|
|
@@ -10292,6 +10815,20 @@ async function importGeometryOperatorsOverlapsOperator() {
|
|
|
10292
10815
|
const module2 = await import("@arcgis/core/geometry/operators/overlapsOperator.js");
|
|
10293
10816
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10294
10817
|
}
|
|
10818
|
+
async function importGeometryOperatorsPolygonOverlayOperator() {
|
|
10819
|
+
if (isAMD) {
|
|
10820
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonOverlayOperator");
|
|
10821
|
+
}
|
|
10822
|
+
const module2 = await import("@arcgis/core/geometry/operators/polygonOverlayOperator.js");
|
|
10823
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10824
|
+
}
|
|
10825
|
+
async function importGeometryOperatorsPolygonSlicerOperator() {
|
|
10826
|
+
if (isAMD) {
|
|
10827
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonSlicerOperator");
|
|
10828
|
+
}
|
|
10829
|
+
const module2 = await import("@arcgis/core/geometry/operators/polygonSlicerOperator.js");
|
|
10830
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10831
|
+
}
|
|
10295
10832
|
async function importGeometryOperatorsProximityOperator() {
|
|
10296
10833
|
if (isAMD) {
|
|
10297
10834
|
return await window.$arcgis.import("esri/geometry/operators/proximityOperator");
|
|
@@ -10306,6 +10843,13 @@ async function importGeometryOperatorsRelateOperator() {
|
|
|
10306
10843
|
const module2 = await import("@arcgis/core/geometry/operators/relateOperator.js");
|
|
10307
10844
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10308
10845
|
}
|
|
10846
|
+
async function importGeometryOperatorsReshapeOperator() {
|
|
10847
|
+
if (isAMD) {
|
|
10848
|
+
return await window.$arcgis.import("esri/geometry/operators/reshapeOperator");
|
|
10849
|
+
}
|
|
10850
|
+
const module2 = await import("@arcgis/core/geometry/operators/reshapeOperator.js");
|
|
10851
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10852
|
+
}
|
|
10309
10853
|
async function importGeometryOperatorsSimplifyOperator() {
|
|
10310
10854
|
if (isAMD) {
|
|
10311
10855
|
return await window.$arcgis.import("esri/geometry/operators/simplifyOperator");
|
|
@@ -10313,6 +10857,13 @@ async function importGeometryOperatorsSimplifyOperator() {
|
|
|
10313
10857
|
const module2 = await import("@arcgis/core/geometry/operators/simplifyOperator.js");
|
|
10314
10858
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10315
10859
|
}
|
|
10860
|
+
async function importGeometryOperatorsSymmetricDifferenceOperator() {
|
|
10861
|
+
if (isAMD) {
|
|
10862
|
+
return await window.$arcgis.import("esri/geometry/operators/symmetricDifferenceOperator");
|
|
10863
|
+
}
|
|
10864
|
+
const module2 = await import("@arcgis/core/geometry/operators/symmetricDifferenceOperator.js");
|
|
10865
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10866
|
+
}
|
|
10316
10867
|
async function importGeometryOperatorsTouchesOperator() {
|
|
10317
10868
|
if (isAMD) {
|
|
10318
10869
|
return await window.$arcgis.import("esri/geometry/operators/touchesOperator");
|
|
@@ -10390,6 +10941,20 @@ async function importLayersCatalogCatalogUtils() {
|
|
|
10390
10941
|
const module2 = await import("@arcgis/core/layers/catalog/catalogUtils.js");
|
|
10391
10942
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10392
10943
|
}
|
|
10944
|
+
async function importLayersKnowledgeGraphCypherUtils() {
|
|
10945
|
+
if (isAMD) {
|
|
10946
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/cypherUtils");
|
|
10947
|
+
}
|
|
10948
|
+
const module2 = await import("@arcgis/core/layers/knowledgeGraph/cypherUtils.js");
|
|
10949
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10950
|
+
}
|
|
10951
|
+
async function importLayersKnowledgeGraphSupportUtils() {
|
|
10952
|
+
if (isAMD) {
|
|
10953
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/supportUtils");
|
|
10954
|
+
}
|
|
10955
|
+
const module2 = await import("@arcgis/core/layers/knowledgeGraph/supportUtils.js");
|
|
10956
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10957
|
+
}
|
|
10393
10958
|
async function importLayersOgcWfsUtils() {
|
|
10394
10959
|
if (isAMD) {
|
|
10395
10960
|
return await window.$arcgis.import("esri/layers/ogc/wfsUtils");
|
|
@@ -10397,6 +10962,27 @@ async function importLayersOgcWfsUtils() {
|
|
|
10397
10962
|
const module2 = await import("@arcgis/core/layers/ogc/wfsUtils.js");
|
|
10398
10963
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10399
10964
|
}
|
|
10965
|
+
async function importLayersOgcWcsUtils() {
|
|
10966
|
+
if (isAMD) {
|
|
10967
|
+
return await window.$arcgis.import("esri/layers/ogc/wcsUtils");
|
|
10968
|
+
}
|
|
10969
|
+
const module2 = await import("@arcgis/core/layers/ogc/wcsUtils.js");
|
|
10970
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10971
|
+
}
|
|
10972
|
+
async function importLayersOrientedImageryTransformationsWorldToImage() {
|
|
10973
|
+
if (isAMD) {
|
|
10974
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/worldToImage");
|
|
10975
|
+
}
|
|
10976
|
+
const module2 = await import("@arcgis/core/layers/orientedImagery/transformations/worldToImage.js");
|
|
10977
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10978
|
+
}
|
|
10979
|
+
async function importLayersOrientedImageryTransformationsImageToWorld() {
|
|
10980
|
+
if (isAMD) {
|
|
10981
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/imageToWorld");
|
|
10982
|
+
}
|
|
10983
|
+
const module2 = await import("@arcgis/core/layers/orientedImagery/transformations/imageToWorld.js");
|
|
10984
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10985
|
+
}
|
|
10400
10986
|
async function importLayersSupportArcadeUtils() {
|
|
10401
10987
|
if (isAMD) {
|
|
10402
10988
|
return await window.$arcgis.import("esri/layers/support/arcadeUtils");
|
|
@@ -10845,6 +11431,13 @@ async function importSmartMappingRenderersUnivariateColorSize() {
|
|
|
10845
11431
|
const module2 = await import("@arcgis/core/smartMapping/renderers/univariateColorSize.js");
|
|
10846
11432
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10847
11433
|
}
|
|
11434
|
+
async function importSmartMappingRenderersSupportRendererUtils() {
|
|
11435
|
+
if (isAMD) {
|
|
11436
|
+
return await window.$arcgis.import("esri/smartMapping/renderers/support/rendererUtils");
|
|
11437
|
+
}
|
|
11438
|
+
const module2 = await import("@arcgis/core/smartMapping/renderers/support/rendererUtils.js");
|
|
11439
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11440
|
+
}
|
|
10848
11441
|
async function importSmartMappingStatisticsClassBreaks() {
|
|
10849
11442
|
if (isAMD) {
|
|
10850
11443
|
return await window.$arcgis.import("esri/smartMapping/statistics/classBreaks");
|
|
@@ -11034,11 +11627,11 @@ async function importSymbolsSupportSymbolUtils() {
|
|
|
11034
11627
|
const module2 = await import("@arcgis/core/symbols/support/symbolUtils.js");
|
|
11035
11628
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11036
11629
|
}
|
|
11037
|
-
async function
|
|
11630
|
+
async function importTablesElements() {
|
|
11038
11631
|
if (isAMD) {
|
|
11039
|
-
return await window.$arcgis.import("esri/tables/
|
|
11632
|
+
return await window.$arcgis.import("esri/tables/elements");
|
|
11040
11633
|
}
|
|
11041
|
-
const module2 = await import("@arcgis/core/tables/
|
|
11634
|
+
const module2 = await import("@arcgis/core/tables/elements.js");
|
|
11042
11635
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11043
11636
|
}
|
|
11044
11637
|
async function importVersionManagementUtils() {
|
|
@@ -11055,13 +11648,6 @@ async function importVersionManagementVersionAdaptersUtils() {
|
|
|
11055
11648
|
const module2 = await import("@arcgis/core/versionManagement/versionAdapters/utils.js");
|
|
11056
11649
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11057
11650
|
}
|
|
11058
|
-
async function importViews3dExternalRenderers() {
|
|
11059
|
-
if (isAMD) {
|
|
11060
|
-
return await window.$arcgis.import("esri/views/3d/externalRenderers");
|
|
11061
|
-
}
|
|
11062
|
-
const module2 = await import("@arcgis/core/views/3d/externalRenderers.js");
|
|
11063
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11064
|
-
}
|
|
11065
11651
|
async function importViews3dWebglManagedFBO() {
|
|
11066
11652
|
if (isAMD) {
|
|
11067
11653
|
return await window.$arcgis.import("esri/views/3d/webgl/ManagedFBO");
|
|
@@ -11118,6 +11704,13 @@ async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
|
11118
11704
|
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js");
|
|
11119
11705
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11120
11706
|
}
|
|
11707
|
+
async function importWidgetsFeatureFeatureUtilityNetworkAssociationsFeatureUtilityNetworkAssociationsViewModel() {
|
|
11708
|
+
if (isAMD) {
|
|
11709
|
+
return await window.$arcgis.import("esri/widgets/Feature/FeatureUtilityNetworkAssociations/FeatureUtilityNetworkAssociationsViewModel");
|
|
11710
|
+
}
|
|
11711
|
+
const module2 = await import("@arcgis/core/widgets/Feature/FeatureUtilityNetworkAssociations/FeatureUtilityNetworkAssociationsViewModel.js");
|
|
11712
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11713
|
+
}
|
|
11121
11714
|
async function importWidgetsSmartMappingSupportUtils() {
|
|
11122
11715
|
if (isAMD) {
|
|
11123
11716
|
return await window.$arcgis.import("esri/widgets/smartMapping/support/utils");
|
|
@@ -11132,74 +11725,88 @@ async function importWidgetsSupportWidget() {
|
|
|
11132
11725
|
const module2 = await import("@arcgis/core/widgets/support/widget.js");
|
|
11133
11726
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11134
11727
|
}
|
|
11135
|
-
async function
|
|
11728
|
+
async function importApplicationsComponentsBasemapUtils() {
|
|
11136
11729
|
if (isAMD) {
|
|
11137
|
-
return await window.$arcgis.import("esri/applications/
|
|
11730
|
+
return await window.$arcgis.import("esri/applications/Components/basemapUtils");
|
|
11138
11731
|
}
|
|
11139
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11732
|
+
const module2 = await import("@arcgis/core/applications/Components/basemapUtils.js");
|
|
11140
11733
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11141
11734
|
}
|
|
11142
|
-
async function
|
|
11735
|
+
async function importApplicationsComponentsCollectionFlattener() {
|
|
11143
11736
|
if (isAMD) {
|
|
11144
|
-
return await window.$arcgis.import("esri/applications/
|
|
11737
|
+
return await window.$arcgis.import("esri/applications/Components/CollectionFlattener");
|
|
11145
11738
|
}
|
|
11146
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11739
|
+
const module2 = await import("@arcgis/core/applications/Components/CollectionFlattener.js");
|
|
11147
11740
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11148
11741
|
}
|
|
11149
|
-
async function
|
|
11742
|
+
async function importApplicationsComponentsDrawUtils() {
|
|
11150
11743
|
if (isAMD) {
|
|
11151
|
-
return await window.$arcgis.import("esri/applications/
|
|
11744
|
+
return await window.$arcgis.import("esri/applications/Components/drawUtils");
|
|
11152
11745
|
}
|
|
11153
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11746
|
+
const module2 = await import("@arcgis/core/applications/Components/drawUtils.js");
|
|
11154
11747
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11155
11748
|
}
|
|
11156
|
-
async function
|
|
11749
|
+
async function importApplicationsComponentsFontUtils() {
|
|
11157
11750
|
if (isAMD) {
|
|
11158
|
-
return await window.$arcgis.import("esri/applications/
|
|
11751
|
+
return await window.$arcgis.import("esri/applications/Components/fontUtils");
|
|
11159
11752
|
}
|
|
11160
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11753
|
+
const module2 = await import("@arcgis/core/applications/Components/fontUtils.js");
|
|
11161
11754
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11162
11755
|
}
|
|
11163
|
-
async function
|
|
11756
|
+
async function importApplicationsComponentsGetDefaultUnits() {
|
|
11164
11757
|
if (isAMD) {
|
|
11165
|
-
return await window.$arcgis.import("esri/applications/
|
|
11758
|
+
return await window.$arcgis.import("esri/applications/Components/getDefaultUnits");
|
|
11166
11759
|
}
|
|
11167
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11760
|
+
const module2 = await import("@arcgis/core/applications/Components/getDefaultUnits.js");
|
|
11168
11761
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11169
11762
|
}
|
|
11170
|
-
async function
|
|
11763
|
+
async function importApplicationsComponentsGfxUtils() {
|
|
11171
11764
|
if (isAMD) {
|
|
11172
|
-
return await window.$arcgis.import("esri/applications/
|
|
11765
|
+
return await window.$arcgis.import("esri/applications/Components/gfxUtils");
|
|
11173
11766
|
}
|
|
11174
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11767
|
+
const module2 = await import("@arcgis/core/applications/Components/gfxUtils.js");
|
|
11175
11768
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11176
11769
|
}
|
|
11177
|
-
async function
|
|
11770
|
+
async function importApplicationsComponentsLayerOriginUtils() {
|
|
11178
11771
|
if (isAMD) {
|
|
11179
|
-
return await window.$arcgis.import("esri/applications/
|
|
11772
|
+
return await window.$arcgis.import("esri/applications/Components/layerOriginUtils");
|
|
11180
11773
|
}
|
|
11181
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11774
|
+
const module2 = await import("@arcgis/core/applications/Components/layerOriginUtils.js");
|
|
11182
11775
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11183
11776
|
}
|
|
11184
|
-
async function
|
|
11777
|
+
async function importApplicationsComponentsLayersEffectsJsonUtils() {
|
|
11185
11778
|
if (isAMD) {
|
|
11186
|
-
return await window.$arcgis.import("esri/applications/
|
|
11779
|
+
return await window.$arcgis.import("esri/applications/Components/layersEffectsJsonUtils");
|
|
11187
11780
|
}
|
|
11188
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11781
|
+
const module2 = await import("@arcgis/core/applications/Components/layersEffectsJsonUtils.js");
|
|
11189
11782
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11190
11783
|
}
|
|
11191
|
-
async function
|
|
11784
|
+
async function importApplicationsComponentsPreviewSymbol2D() {
|
|
11192
11785
|
if (isAMD) {
|
|
11193
|
-
return await window.$arcgis.import("esri/applications/Components/
|
|
11786
|
+
return await window.$arcgis.import("esri/applications/Components/previewSymbol2D");
|
|
11194
11787
|
}
|
|
11195
|
-
const module2 = await import("@arcgis/core/applications/Components/
|
|
11788
|
+
const module2 = await import("@arcgis/core/applications/Components/previewSymbol2D.js");
|
|
11196
11789
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11197
11790
|
}
|
|
11198
|
-
async function
|
|
11791
|
+
async function importApplicationsComponentsReactiveUtils() {
|
|
11199
11792
|
if (isAMD) {
|
|
11200
|
-
return await window.$arcgis.import("esri/applications/Components/
|
|
11793
|
+
return await window.$arcgis.import("esri/applications/Components/reactiveUtils");
|
|
11201
11794
|
}
|
|
11202
|
-
const module2 = await import("@arcgis/core/applications/Components/
|
|
11795
|
+
const module2 = await import("@arcgis/core/applications/Components/reactiveUtils.js");
|
|
11796
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11797
|
+
}
|
|
11798
|
+
async function importApplicationsComponentsSelectionOperation() {
|
|
11799
|
+
if (isAMD) {
|
|
11800
|
+
return await window.$arcgis.import("esri/applications/Components/SelectionOperation");
|
|
11801
|
+
}
|
|
11802
|
+
const module2 = await import("@arcgis/core/applications/Components/SelectionOperation.js");
|
|
11803
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11804
|
+
}
|
|
11805
|
+
async function importApplicationsComponentsSketchTooltipControls() {
|
|
11806
|
+
if (isAMD) {
|
|
11807
|
+
return await window.$arcgis.import("esri/applications/Components/SketchTooltipControls");
|
|
11808
|
+
}
|
|
11809
|
+
const module2 = await import("@arcgis/core/applications/Components/SketchTooltipControls.js");
|
|
11203
11810
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11204
11811
|
}
|
|
11205
11812
|
async function importApplicationsComponentsStyleUtils() {
|
|
@@ -11209,46 +11816,46 @@ async function importApplicationsComponentsStyleUtils() {
|
|
|
11209
11816
|
const module2 = await import("@arcgis/core/applications/Components/styleUtils.js");
|
|
11210
11817
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11211
11818
|
}
|
|
11212
|
-
async function
|
|
11819
|
+
async function importApplicationsComponentsSvgUtils() {
|
|
11213
11820
|
if (isAMD) {
|
|
11214
|
-
return await window.$arcgis.import("esri/applications/Components/
|
|
11821
|
+
return await window.$arcgis.import("esri/applications/Components/svgUtils");
|
|
11215
11822
|
}
|
|
11216
|
-
const module2 = await import("@arcgis/core/applications/Components/
|
|
11823
|
+
const module2 = await import("@arcgis/core/applications/Components/svgUtils.js");
|
|
11217
11824
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11218
11825
|
}
|
|
11219
|
-
async function
|
|
11826
|
+
async function importApplicationsComponentsWebStyleSymbolUtils() {
|
|
11220
11827
|
if (isAMD) {
|
|
11221
|
-
return await window.$arcgis.import("esri/applications/Components/
|
|
11828
|
+
return await window.$arcgis.import("esri/applications/Components/webStyleSymbolUtils");
|
|
11222
11829
|
}
|
|
11223
|
-
const module2 = await import("@arcgis/core/applications/Components/
|
|
11830
|
+
const module2 = await import("@arcgis/core/applications/Components/webStyleSymbolUtils.js");
|
|
11224
11831
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11225
11832
|
}
|
|
11226
|
-
async function
|
|
11833
|
+
async function importApplicationsExperienceBuilderSketchUtils() {
|
|
11227
11834
|
if (isAMD) {
|
|
11228
|
-
return await window.$arcgis.import("esri/applications/
|
|
11835
|
+
return await window.$arcgis.import("esri/applications/ExperienceBuilder/sketchUtils");
|
|
11229
11836
|
}
|
|
11230
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11837
|
+
const module2 = await import("@arcgis/core/applications/ExperienceBuilder/sketchUtils.js");
|
|
11231
11838
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11232
11839
|
}
|
|
11233
|
-
async function
|
|
11840
|
+
async function importApplicationsMapViewerTemplateUtils() {
|
|
11234
11841
|
if (isAMD) {
|
|
11235
|
-
return await window.$arcgis.import("esri/applications/
|
|
11842
|
+
return await window.$arcgis.import("esri/applications/MapViewer/templateUtils");
|
|
11236
11843
|
}
|
|
11237
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11844
|
+
const module2 = await import("@arcgis/core/applications/MapViewer/templateUtils.js");
|
|
11238
11845
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11239
11846
|
}
|
|
11240
|
-
async function
|
|
11847
|
+
async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
11241
11848
|
if (isAMD) {
|
|
11242
|
-
return await window.$arcgis.import("esri/applications/
|
|
11849
|
+
return await window.$arcgis.import("esri/applications/SceneViewer/devEnvironmentUtils");
|
|
11243
11850
|
}
|
|
11244
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11851
|
+
const module2 = await import("@arcgis/core/applications/SceneViewer/devEnvironmentUtils.js");
|
|
11245
11852
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11246
11853
|
}
|
|
11247
|
-
async function
|
|
11854
|
+
async function importApplicationsWebEditorSketchUtils() {
|
|
11248
11855
|
if (isAMD) {
|
|
11249
|
-
return await window.$arcgis.import("esri/applications/
|
|
11856
|
+
return await window.$arcgis.import("esri/applications/WebEditor/sketchUtils");
|
|
11250
11857
|
}
|
|
11251
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11858
|
+
const module2 = await import("@arcgis/core/applications/WebEditor/sketchUtils.js");
|
|
11252
11859
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11253
11860
|
}
|
|
11254
11861
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -11266,21 +11873,23 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11266
11873
|
importAnalysisViewshed,
|
|
11267
11874
|
importAnalysisViewshedAnalysis,
|
|
11268
11875
|
importApplicationsComponentsBasemapUtils,
|
|
11876
|
+
importApplicationsComponentsCollectionFlattener,
|
|
11269
11877
|
importApplicationsComponentsDrawUtils,
|
|
11878
|
+
importApplicationsComponentsFontUtils,
|
|
11270
11879
|
importApplicationsComponentsGetDefaultUnits,
|
|
11271
11880
|
importApplicationsComponentsGfxUtils,
|
|
11272
11881
|
importApplicationsComponentsLayerOriginUtils,
|
|
11882
|
+
importApplicationsComponentsLayersEffectsJsonUtils,
|
|
11273
11883
|
importApplicationsComponentsPreviewSymbol2D,
|
|
11884
|
+
importApplicationsComponentsReactiveUtils,
|
|
11885
|
+
importApplicationsComponentsSelectionOperation,
|
|
11886
|
+
importApplicationsComponentsSketchTooltipControls,
|
|
11274
11887
|
importApplicationsComponentsStyleUtils,
|
|
11275
11888
|
importApplicationsComponentsSvgUtils,
|
|
11276
11889
|
importApplicationsComponentsWebStyleSymbolUtils,
|
|
11277
|
-
|
|
11278
|
-
|
|
11279
|
-
importApplicationsSceneViewerColorUtils,
|
|
11890
|
+
importApplicationsExperienceBuilderSketchUtils,
|
|
11891
|
+
importApplicationsMapViewerTemplateUtils,
|
|
11280
11892
|
importApplicationsSceneViewerDevEnvironmentUtils,
|
|
11281
|
-
importApplicationsSceneViewerLayerUtils,
|
|
11282
|
-
importApplicationsSceneViewerSceneViewerUtils,
|
|
11283
|
-
importApplicationsSceneViewerSymbolUtils,
|
|
11284
11893
|
importApplicationsWebEditorSketchUtils,
|
|
11285
11894
|
importArcade,
|
|
11286
11895
|
importBasemap,
|
|
@@ -11302,16 +11911,17 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11302
11911
|
importCoreUrlUtils,
|
|
11303
11912
|
importCoreWorkers,
|
|
11304
11913
|
importCoreWorkersConnection,
|
|
11914
|
+
importFormElements,
|
|
11305
11915
|
importFormElementsAttachmentElement,
|
|
11306
11916
|
importFormElementsElement,
|
|
11307
11917
|
importFormElementsFieldElement,
|
|
11308
11918
|
importFormElementsGroupElement,
|
|
11919
|
+
importFormElementsInputs,
|
|
11309
11920
|
importFormElementsInputsAttachmentsAttachmentInput,
|
|
11310
11921
|
importFormElementsInputsAttachmentsAudioInput,
|
|
11311
11922
|
importFormElementsInputsAttachmentsDocumentInput,
|
|
11312
11923
|
importFormElementsInputsAttachmentsImageInput,
|
|
11313
11924
|
importFormElementsInputsAttachmentsSignatureInput,
|
|
11314
|
-
importFormElementsInputsAttachmentsSupportInputs,
|
|
11315
11925
|
importFormElementsInputsAttachmentsVideoInput,
|
|
11316
11926
|
importFormElementsInputsBarcodeScannerInput,
|
|
11317
11927
|
importFormElementsInputsComboBoxInput,
|
|
@@ -11324,11 +11934,9 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11324
11934
|
importFormElementsInputsTextBoxInput,
|
|
11325
11935
|
importFormElementsInputsTimePickerInput,
|
|
11326
11936
|
importFormElementsRelationshipElement,
|
|
11327
|
-
importFormElementsSupportInputs,
|
|
11328
11937
|
importFormElementsTextElement,
|
|
11329
11938
|
importFormExpressionInfo,
|
|
11330
11939
|
importFormFormTemplate,
|
|
11331
|
-
importFormSupportElements,
|
|
11332
11940
|
importGeometry,
|
|
11333
11941
|
importGeometryCircle,
|
|
11334
11942
|
importGeometryCoordinateFormatter,
|
|
@@ -11339,9 +11947,16 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11339
11947
|
importGeometryHeightModelInfo,
|
|
11340
11948
|
importGeometryMesh,
|
|
11341
11949
|
importGeometryMultipoint,
|
|
11950
|
+
importGeometryOperatorsAffineTransformOperator,
|
|
11951
|
+
importGeometryOperatorsAlphaShapeOperator,
|
|
11952
|
+
importGeometryOperatorsAreaOperator,
|
|
11953
|
+
importGeometryOperatorsAutoCompleteOperator,
|
|
11954
|
+
importGeometryOperatorsBoundaryOperator,
|
|
11955
|
+
importGeometryOperatorsBufferOperator,
|
|
11342
11956
|
importGeometryOperatorsCentroidOperator,
|
|
11343
11957
|
importGeometryOperatorsClipOperator,
|
|
11344
11958
|
importGeometryOperatorsContainsOperator,
|
|
11959
|
+
importGeometryOperatorsConvexHullOperator,
|
|
11345
11960
|
importGeometryOperatorsCrossesOperator,
|
|
11346
11961
|
importGeometryOperatorsCutOperator,
|
|
11347
11962
|
importGeometryOperatorsDensifyOperator,
|
|
@@ -11349,16 +11964,35 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11349
11964
|
importGeometryOperatorsDisjointOperator,
|
|
11350
11965
|
importGeometryOperatorsDistanceOperator,
|
|
11351
11966
|
importGeometryOperatorsEqualsOperator,
|
|
11967
|
+
importGeometryOperatorsExtendOperator,
|
|
11352
11968
|
importGeometryOperatorsGeneralizeOperator,
|
|
11353
11969
|
importGeometryOperatorsGeodesicBufferOperator,
|
|
11970
|
+
importGeometryOperatorsGeodesicProximityOperator,
|
|
11971
|
+
importGeometryOperatorsGeodeticAreaOperator,
|
|
11354
11972
|
importGeometryOperatorsGeodeticDensifyOperator,
|
|
11355
11973
|
importGeometryOperatorsGeodeticDistanceOperator,
|
|
11974
|
+
importGeometryOperatorsGeodeticLengthOperator,
|
|
11975
|
+
importGeometryOperatorsGraphicBufferOperator,
|
|
11976
|
+
importGeometryOperatorsIntegrateOperator,
|
|
11356
11977
|
importGeometryOperatorsIntersectionOperator,
|
|
11357
11978
|
importGeometryOperatorsIntersectsOperator,
|
|
11979
|
+
importGeometryOperatorsIsNearOperator,
|
|
11980
|
+
importGeometryOperatorsLabelPointOperator,
|
|
11981
|
+
importGeometryOperatorsLengthOperator,
|
|
11982
|
+
importGeometryOperatorsLinesToPolygonsOperator,
|
|
11983
|
+
importGeometryOperatorsLocateBetweenOperator,
|
|
11984
|
+
importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
11985
|
+
importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
11986
|
+
importGeometryOperatorsOffsetOperator,
|
|
11358
11987
|
importGeometryOperatorsOverlapsOperator,
|
|
11988
|
+
importGeometryOperatorsPolygonOverlayOperator,
|
|
11989
|
+
importGeometryOperatorsPolygonSlicerOperator,
|
|
11359
11990
|
importGeometryOperatorsProximityOperator,
|
|
11360
11991
|
importGeometryOperatorsRelateOperator,
|
|
11992
|
+
importGeometryOperatorsReshapeOperator,
|
|
11361
11993
|
importGeometryOperatorsSimplifyOperator,
|
|
11994
|
+
importGeometryOperatorsSupportTransformation,
|
|
11995
|
+
importGeometryOperatorsSymmetricDifferenceOperator,
|
|
11362
11996
|
importGeometryOperatorsTouchesOperator,
|
|
11363
11997
|
importGeometryOperatorsUnionOperator,
|
|
11364
11998
|
importGeometryOperatorsWithinOperator,
|
|
@@ -11415,17 +12049,23 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11415
12049
|
importLayersIntegratedMesh3DTilesLayer,
|
|
11416
12050
|
importLayersIntegratedMeshLayer,
|
|
11417
12051
|
importLayersKMLLayer,
|
|
12052
|
+
importLayersKnowledgeGraphCypherUtils,
|
|
11418
12053
|
importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
11419
12054
|
importLayersKnowledgeGraphLayer,
|
|
12055
|
+
importLayersKnowledgeGraphSupportUtils,
|
|
11420
12056
|
importLayersLayer,
|
|
11421
12057
|
importLayersLineOfSightLayer,
|
|
12058
|
+
importLayersLinkChartLayer,
|
|
11422
12059
|
importLayersMapImageLayer,
|
|
11423
12060
|
importLayersMapNotesLayer,
|
|
11424
12061
|
importLayersMediaLayer,
|
|
11425
12062
|
importLayersOGCFeatureLayer,
|
|
12063
|
+
importLayersOgcWcsUtils,
|
|
11426
12064
|
importLayersOgcWfsUtils,
|
|
11427
12065
|
importLayersOpenStreetMapLayer,
|
|
11428
12066
|
importLayersOrientedImageryLayer,
|
|
12067
|
+
importLayersOrientedImageryTransformationsImageToWorld,
|
|
12068
|
+
importLayersOrientedImageryTransformationsWorldToImage,
|
|
11429
12069
|
importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
11430
12070
|
importLayersPointCloudFiltersPointCloudFilter,
|
|
11431
12071
|
importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -11519,6 +12159,11 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11519
12159
|
importLayersWMSLayer,
|
|
11520
12160
|
importLayersWMTSLayer,
|
|
11521
12161
|
importLayersWebTileLayer,
|
|
12162
|
+
importLinkChartChronologicalLayoutSettings,
|
|
12163
|
+
importLinkChartLayoutSettings,
|
|
12164
|
+
importLinkChartLinkChartProperties,
|
|
12165
|
+
importLinkChartNonspatialDataDisplay,
|
|
12166
|
+
importLinkChartOrganicLayoutSettings,
|
|
11522
12167
|
importMap,
|
|
11523
12168
|
importNetworksNetwork,
|
|
11524
12169
|
importNetworksSupportNamedTraceConfiguration,
|
|
@@ -11592,6 +12237,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11592
12237
|
importRenderersSupportColormapInfo,
|
|
11593
12238
|
importRenderersSupportHeatmapColorStop,
|
|
11594
12239
|
importRenderersSupportJsonUtils,
|
|
12240
|
+
importRenderersSupportRasterPresetRenderer,
|
|
11595
12241
|
importRenderersSupportUniqueValue,
|
|
11596
12242
|
importRenderersSupportUniqueValueClass,
|
|
11597
12243
|
importRenderersSupportUniqueValueGroup,
|
|
@@ -11630,6 +12276,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11630
12276
|
importRestKnowledgeGraphGraphProperty,
|
|
11631
12277
|
importRestKnowledgeGraphGraphQuery,
|
|
11632
12278
|
importRestKnowledgeGraphGraphQueryResult,
|
|
12279
|
+
importRestKnowledgeGraphGraphQueryResultHeader,
|
|
11633
12280
|
importRestKnowledgeGraphGraphQueryStreaming,
|
|
11634
12281
|
importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
11635
12282
|
importRestKnowledgeGraphGraphSearch,
|
|
@@ -11643,6 +12290,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11643
12290
|
importRestKnowledgeGraphSearchIndex,
|
|
11644
12291
|
importRestKnowledgeGraphService,
|
|
11645
12292
|
importRestKnowledgeGraphServiceDefinition,
|
|
12293
|
+
importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
11646
12294
|
importRestLocator,
|
|
11647
12295
|
importRestNetworkService,
|
|
11648
12296
|
importRestNetworksQueryAssociations,
|
|
@@ -11672,6 +12320,10 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11672
12320
|
importRestSupportArealUnit,
|
|
11673
12321
|
importRestSupportAreasAndLengthsParameters,
|
|
11674
12322
|
importRestSupportAttachmentQuery,
|
|
12323
|
+
importRestSupportAttributeBinsQuery,
|
|
12324
|
+
importRestSupportAutoIntervalBinParameters,
|
|
12325
|
+
importRestSupportBaseImageMeasureParameters,
|
|
12326
|
+
importRestSupportBaseImageMeasureResult,
|
|
11675
12327
|
importRestSupportBufferParameters,
|
|
11676
12328
|
importRestSupportCameraInfo,
|
|
11677
12329
|
importRestSupportClosestFacilityParameters,
|
|
@@ -11679,6 +12331,8 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11679
12331
|
importRestSupportColorRamp,
|
|
11680
12332
|
importRestSupportDataFile,
|
|
11681
12333
|
importRestSupportDataLayer,
|
|
12334
|
+
importRestSupportDateBinParameters,
|
|
12335
|
+
importRestSupportDateBinTimeInterval,
|
|
11682
12336
|
importRestSupportDensifyParameters,
|
|
11683
12337
|
importRestSupportDirectionLine,
|
|
11684
12338
|
importRestSupportDirectionPoint,
|
|
@@ -11692,6 +12346,8 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11692
12346
|
importRestSupportFindImagesResult,
|
|
11693
12347
|
importRestSupportFindParameters,
|
|
11694
12348
|
importRestSupportFindResult,
|
|
12349
|
+
importRestSupportFixedBoundariesBinParameters,
|
|
12350
|
+
importRestSupportFixedIntervalBinParameters,
|
|
11695
12351
|
importRestSupportGPMessage,
|
|
11696
12352
|
importRestSupportGeneralizeParameters,
|
|
11697
12353
|
importRestSupportIdentifyParameters,
|
|
@@ -11792,6 +12448,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11792
12448
|
importSmartMappingRenderersPredominance,
|
|
11793
12449
|
importSmartMappingRenderersRelationship,
|
|
11794
12450
|
importSmartMappingRenderersSize,
|
|
12451
|
+
importSmartMappingRenderersSupportRendererUtils,
|
|
11795
12452
|
importSmartMappingRenderersType,
|
|
11796
12453
|
importSmartMappingRenderersUnivariateColorSize,
|
|
11797
12454
|
importSmartMappingStatisticsClassBreaks,
|
|
@@ -11866,12 +12523,12 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11866
12523
|
importSymbolsWaterSymbol3DLayer,
|
|
11867
12524
|
importSymbolsWebStyleSymbol,
|
|
11868
12525
|
importTablesAttributeTableTemplate,
|
|
12526
|
+
importTablesElements,
|
|
11869
12527
|
importTablesElementsAttributeTableAttachmentElement,
|
|
11870
12528
|
importTablesElementsAttributeTableElement,
|
|
11871
12529
|
importTablesElementsAttributeTableFieldElement,
|
|
11872
12530
|
importTablesElementsAttributeTableGroupElement,
|
|
11873
12531
|
importTablesElementsAttributeTableRelationshipElement,
|
|
11874
|
-
importTablesSupportElements,
|
|
11875
12532
|
importTimeExtent,
|
|
11876
12533
|
importTimeInterval,
|
|
11877
12534
|
importTimeTimeExtent,
|
|
@@ -11883,6 +12540,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11883
12540
|
importViewpoint,
|
|
11884
12541
|
importViews2dLayersBaseLayerView2D,
|
|
11885
12542
|
importViews2dLayersBaseLayerViewGL2D,
|
|
12543
|
+
importViews2dSupportHighlightGroup,
|
|
11886
12544
|
importViews2dViewState,
|
|
11887
12545
|
importViews3dAnalysisAreaMeasurementAnalysisView3D,
|
|
11888
12546
|
importViews3dAnalysisDirectLineMeasurementAnalysisView3D,
|
|
@@ -11897,7 +12555,6 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11897
12555
|
importViews3dEnvironmentSunLighting,
|
|
11898
12556
|
importViews3dEnvironmentSunnyWeather,
|
|
11899
12557
|
importViews3dEnvironmentVirtualLighting,
|
|
11900
|
-
importViews3dExternalRenderers,
|
|
11901
12558
|
importViews3dSupportLayerPerformanceInfo,
|
|
11902
12559
|
importViews3dSupportSceneViewPerformanceInfo,
|
|
11903
12560
|
importViews3dWebgl,
|
|
@@ -11931,6 +12588,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11931
12588
|
importViewsLayersCatalogLayerView,
|
|
11932
12589
|
importViewsLayersDimensionLayerView,
|
|
11933
12590
|
importViewsLayersFeatureLayerView,
|
|
12591
|
+
importViewsLayersGroupLayerView,
|
|
11934
12592
|
importViewsLayersImageryLayerView,
|
|
11935
12593
|
importViewsLayersLayerView,
|
|
11936
12594
|
importViewsLayersMediaLayerView,
|
|
@@ -11938,6 +12596,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11938
12596
|
importViewsLayersSceneLayerView,
|
|
11939
12597
|
importViewsLayersStreamLayerView,
|
|
11940
12598
|
importViewsLayersViewshedLayerView,
|
|
12599
|
+
importViewsLinkChartView,
|
|
11941
12600
|
importViewsMagnifier,
|
|
11942
12601
|
importViewsMapView,
|
|
11943
12602
|
importViewsNavigationGamepadGamepadSettings,
|
|
@@ -11951,6 +12610,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11951
12610
|
importViewsView2D,
|
|
11952
12611
|
importViewsViewAnimation,
|
|
11953
12612
|
importWebDocument2D,
|
|
12613
|
+
importWebLinkChart,
|
|
11954
12614
|
importWebMap,
|
|
11955
12615
|
importWebScene,
|
|
11956
12616
|
importWebdocApplicationPropertiesSearch,
|
|
@@ -12046,12 +12706,15 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12046
12706
|
importWidgetsExpand,
|
|
12047
12707
|
importWidgetsExpandExpandViewModel,
|
|
12048
12708
|
importWidgetsFeature,
|
|
12709
|
+
importWidgetsFeatureFeatureUtilityNetworkAssociationsFeatureUtilityNetworkAssociationsViewModel,
|
|
12049
12710
|
importWidgetsFeatureFeatureViewModel,
|
|
12050
12711
|
importWidgetsFeatureForm,
|
|
12051
12712
|
importWidgetsFeatureFormFeatureFormViewModel,
|
|
12052
12713
|
importWidgetsFeatureFormFieldInput,
|
|
12053
12714
|
importWidgetsFeatureFormGroupInput,
|
|
12054
12715
|
importWidgetsFeatureFormRelationshipInput,
|
|
12716
|
+
importWidgetsFeatureFormTextElementInput,
|
|
12717
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
12055
12718
|
importWidgetsFeatureTable,
|
|
12056
12719
|
importWidgetsFeatureTableActionColumn,
|
|
12057
12720
|
importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -12063,10 +12726,12 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12063
12726
|
importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
12064
12727
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12065
12728
|
importWidgetsFeatureTableRelationshipColumn,
|
|
12729
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12066
12730
|
importWidgetsFeatureTableSupportColumnTemplate,
|
|
12067
12731
|
importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
12068
12732
|
importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
12069
12733
|
importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
12734
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
12070
12735
|
importWidgetsFeatureTableSupportTableTemplate,
|
|
12071
12736
|
importWidgetsFeatureTemplates,
|
|
12072
12737
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -12166,6 +12831,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12166
12831
|
importWidgetsUtilityNetworkAssociations,
|
|
12167
12832
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
12168
12833
|
importWidgetsUtilityNetworkTrace,
|
|
12834
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
12169
12835
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
12170
12836
|
importWidgetsUtilityNetworkValidateTopology,
|
|
12171
12837
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -12234,6 +12900,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12234
12900
|
newGeometryHeightModelInfo,
|
|
12235
12901
|
newGeometryMesh,
|
|
12236
12902
|
newGeometryMultipoint,
|
|
12903
|
+
newGeometryOperatorsSupportTransformation,
|
|
12237
12904
|
newGeometryPoint,
|
|
12238
12905
|
newGeometryPolygon,
|
|
12239
12906
|
newGeometryPolyline,
|
|
@@ -12281,6 +12948,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12281
12948
|
newLayersKnowledgeGraphLayer,
|
|
12282
12949
|
newLayersLayer,
|
|
12283
12950
|
newLayersLineOfSightLayer,
|
|
12951
|
+
newLayersLinkChartLayer,
|
|
12284
12952
|
newLayersMapImageLayer,
|
|
12285
12953
|
newLayersMapNotesLayer,
|
|
12286
12954
|
newLayersMediaLayer,
|
|
@@ -12373,6 +13041,11 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12373
13041
|
newLayersWMSLayer,
|
|
12374
13042
|
newLayersWMTSLayer,
|
|
12375
13043
|
newLayersWebTileLayer,
|
|
13044
|
+
newLinkChartChronologicalLayoutSettings,
|
|
13045
|
+
newLinkChartLayoutSettings,
|
|
13046
|
+
newLinkChartLinkChartProperties,
|
|
13047
|
+
newLinkChartNonspatialDataDisplay,
|
|
13048
|
+
newLinkChartOrganicLayoutSettings,
|
|
12376
13049
|
newMap,
|
|
12377
13050
|
newNetworksNetwork,
|
|
12378
13051
|
newNetworksSupportNamedTraceConfiguration,
|
|
@@ -12440,6 +13113,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12440
13113
|
newRenderersSupportClassBreakInfo,
|
|
12441
13114
|
newRenderersSupportColormapInfo,
|
|
12442
13115
|
newRenderersSupportHeatmapColorStop,
|
|
13116
|
+
newRenderersSupportRasterPresetRenderer,
|
|
12443
13117
|
newRenderersSupportUniqueValue,
|
|
12444
13118
|
newRenderersSupportUniqueValueClass,
|
|
12445
13119
|
newRenderersSupportUniqueValueGroup,
|
|
@@ -12468,6 +13142,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12468
13142
|
newRestKnowledgeGraphGraphProperty,
|
|
12469
13143
|
newRestKnowledgeGraphGraphQuery,
|
|
12470
13144
|
newRestKnowledgeGraphGraphQueryResult,
|
|
13145
|
+
newRestKnowledgeGraphGraphQueryResultHeader,
|
|
12471
13146
|
newRestKnowledgeGraphGraphQueryStreaming,
|
|
12472
13147
|
newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
12473
13148
|
newRestKnowledgeGraphGraphSearch,
|
|
@@ -12480,6 +13155,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12480
13155
|
newRestKnowledgeGraphRelationshipType,
|
|
12481
13156
|
newRestKnowledgeGraphSearchIndex,
|
|
12482
13157
|
newRestKnowledgeGraphServiceDefinition,
|
|
13158
|
+
newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
12483
13159
|
newRestNetworksSupportAggregatedGeometry,
|
|
12484
13160
|
newRestNetworksSupportAssociation,
|
|
12485
13161
|
newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -12498,6 +13174,10 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12498
13174
|
newRestSupportArealUnit,
|
|
12499
13175
|
newRestSupportAreasAndLengthsParameters,
|
|
12500
13176
|
newRestSupportAttachmentQuery,
|
|
13177
|
+
newRestSupportAttributeBinsQuery,
|
|
13178
|
+
newRestSupportAutoIntervalBinParameters,
|
|
13179
|
+
newRestSupportBaseImageMeasureParameters,
|
|
13180
|
+
newRestSupportBaseImageMeasureResult,
|
|
12501
13181
|
newRestSupportBufferParameters,
|
|
12502
13182
|
newRestSupportCameraInfo,
|
|
12503
13183
|
newRestSupportClosestFacilityParameters,
|
|
@@ -12505,6 +13185,8 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12505
13185
|
newRestSupportColorRamp,
|
|
12506
13186
|
newRestSupportDataFile,
|
|
12507
13187
|
newRestSupportDataLayer,
|
|
13188
|
+
newRestSupportDateBinParameters,
|
|
13189
|
+
newRestSupportDateBinTimeInterval,
|
|
12508
13190
|
newRestSupportDensifyParameters,
|
|
12509
13191
|
newRestSupportDirectionLine,
|
|
12510
13192
|
newRestSupportDirectionPoint,
|
|
@@ -12518,6 +13200,8 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12518
13200
|
newRestSupportFindImagesResult,
|
|
12519
13201
|
newRestSupportFindParameters,
|
|
12520
13202
|
newRestSupportFindResult,
|
|
13203
|
+
newRestSupportFixedBoundariesBinParameters,
|
|
13204
|
+
newRestSupportFixedIntervalBinParameters,
|
|
12521
13205
|
newRestSupportGPMessage,
|
|
12522
13206
|
newRestSupportGeneralizeParameters,
|
|
12523
13207
|
newRestSupportIdentifyParameters,
|
|
@@ -12650,6 +13334,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12650
13334
|
newViewpoint,
|
|
12651
13335
|
newViews2dLayersBaseLayerView2D,
|
|
12652
13336
|
newViews2dLayersBaseLayerViewGL2D,
|
|
13337
|
+
newViews2dSupportHighlightGroup,
|
|
12653
13338
|
newViews2dViewState,
|
|
12654
13339
|
newViews3dAnalysisAreaMeasurementAnalysisView3D,
|
|
12655
13340
|
newViews3dAnalysisDirectLineMeasurementAnalysisView3D,
|
|
@@ -12691,6 +13376,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12691
13376
|
newViewsLayersCatalogLayerView,
|
|
12692
13377
|
newViewsLayersDimensionLayerView,
|
|
12693
13378
|
newViewsLayersFeatureLayerView,
|
|
13379
|
+
newViewsLayersGroupLayerView,
|
|
12694
13380
|
newViewsLayersImageryLayerView,
|
|
12695
13381
|
newViewsLayersLayerView,
|
|
12696
13382
|
newViewsLayersMediaLayerView,
|
|
@@ -12698,6 +13384,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12698
13384
|
newViewsLayersSceneLayerView,
|
|
12699
13385
|
newViewsLayersStreamLayerView,
|
|
12700
13386
|
newViewsLayersViewshedLayerView,
|
|
13387
|
+
newViewsLinkChartView,
|
|
12701
13388
|
newViewsMagnifier,
|
|
12702
13389
|
newViewsMapView,
|
|
12703
13390
|
newViewsNavigationGamepadGamepadSettings,
|
|
@@ -12710,6 +13397,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12710
13397
|
newViewsView2D,
|
|
12711
13398
|
newViewsViewAnimation,
|
|
12712
13399
|
newWebDocument2D,
|
|
13400
|
+
newWebLinkChart,
|
|
12713
13401
|
newWebMap,
|
|
12714
13402
|
newWebScene,
|
|
12715
13403
|
newWebdocApplicationPropertiesSearch,
|
|
@@ -12810,6 +13498,8 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12810
13498
|
newWidgetsFeatureFormFieldInput,
|
|
12811
13499
|
newWidgetsFeatureFormGroupInput,
|
|
12812
13500
|
newWidgetsFeatureFormRelationshipInput,
|
|
13501
|
+
newWidgetsFeatureFormTextElementInput,
|
|
13502
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
12813
13503
|
newWidgetsFeatureTable,
|
|
12814
13504
|
newWidgetsFeatureTableActionColumn,
|
|
12815
13505
|
newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -12821,10 +13511,12 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12821
13511
|
newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
12822
13512
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12823
13513
|
newWidgetsFeatureTableRelationshipColumn,
|
|
13514
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12824
13515
|
newWidgetsFeatureTableSupportColumnTemplate,
|
|
12825
13516
|
newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
12826
13517
|
newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
12827
13518
|
newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
13519
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
12828
13520
|
newWidgetsFeatureTableSupportTableTemplate,
|
|
12829
13521
|
newWidgetsFeatureTemplates,
|
|
12830
13522
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -12922,6 +13614,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12922
13614
|
newWidgetsUtilityNetworkAssociations,
|
|
12923
13615
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
12924
13616
|
newWidgetsUtilityNetworkTrace,
|
|
13617
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
12925
13618
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
12926
13619
|
newWidgetsUtilityNetworkValidateTopology,
|
|
12927
13620
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|