@arcgis/core-adapter 4.32.0-next.13 → 4.32.0-next.130
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +1 -1
- package/README.md +1 -1
- package/dist/index.cjs +984 -108
- package/dist/index.d.cts +137 -24
- package/dist/index.d.ts +137 -24
- package/dist/index.js +858 -95
- package/package.json +4 -1
- package/.turbo/turbo-build.log +0 -3
- package/scripts/generator.ts +0 -419
- package/scripts/update-adapter-typings.ts +0 -71
- package/src/index.ts +0 -11416
- package/support/api-reference-esm-imports.json +0 -940
- package/support/arcgis.d.ts +0 -147076
- package/tsconfig.json +0 -5
- package/tsup.config.ts +0 -12
package/dist/index.cjs
CHANGED
|
@@ -43,7 +43,6 @@ __export(src_exports, {
|
|
|
43
43
|
importAnalysisViewshed: () => importAnalysisViewshed,
|
|
44
44
|
importAnalysisViewshedAnalysis: () => importAnalysisViewshedAnalysis,
|
|
45
45
|
importApplicationsComponentsBasemapUtils: () => importApplicationsComponentsBasemapUtils,
|
|
46
|
-
importApplicationsComponentsCollectionFlattener: () => importApplicationsComponentsCollectionFlattener,
|
|
47
46
|
importApplicationsComponentsDrawUtils: () => importApplicationsComponentsDrawUtils,
|
|
48
47
|
importApplicationsComponentsFontUtils: () => importApplicationsComponentsFontUtils,
|
|
49
48
|
importApplicationsComponentsGetDefaultUnits: () => importApplicationsComponentsGetDefaultUnits,
|
|
@@ -51,21 +50,18 @@ __export(src_exports, {
|
|
|
51
50
|
importApplicationsComponentsLayerOriginUtils: () => importApplicationsComponentsLayerOriginUtils,
|
|
52
51
|
importApplicationsComponentsLayersEffectsJsonUtils: () => importApplicationsComponentsLayersEffectsJsonUtils,
|
|
53
52
|
importApplicationsComponentsPreviewSymbol2D: () => importApplicationsComponentsPreviewSymbol2D,
|
|
53
|
+
importApplicationsComponentsReactiveUtils: () => importApplicationsComponentsReactiveUtils,
|
|
54
|
+
importApplicationsComponentsSelectionOperation: () => importApplicationsComponentsSelectionOperation,
|
|
55
|
+
importApplicationsComponentsSketchTooltipControls: () => importApplicationsComponentsSketchTooltipControls,
|
|
54
56
|
importApplicationsComponentsStyleUtils: () => importApplicationsComponentsStyleUtils,
|
|
55
57
|
importApplicationsComponentsSvgUtils: () => importApplicationsComponentsSvgUtils,
|
|
56
58
|
importApplicationsComponentsWebStyleSymbolUtils: () => importApplicationsComponentsWebStyleSymbolUtils,
|
|
57
|
-
importApplicationsExcaliburVideoViewUtils: () => importApplicationsExcaliburVideoViewUtils,
|
|
58
59
|
importApplicationsExperienceBuilderSketchUtils: () => importApplicationsExperienceBuilderSketchUtils,
|
|
59
|
-
importApplicationsMapViewerMediaUtils: () => importApplicationsMapViewerMediaUtils,
|
|
60
60
|
importApplicationsMapViewerTemplateUtils: () => importApplicationsMapViewerTemplateUtils,
|
|
61
|
-
importApplicationsSceneViewerColorUtils: () => importApplicationsSceneViewerColorUtils,
|
|
62
61
|
importApplicationsSceneViewerDevEnvironmentUtils: () => importApplicationsSceneViewerDevEnvironmentUtils,
|
|
63
|
-
importApplicationsSceneViewerLayerUtils: () => importApplicationsSceneViewerLayerUtils,
|
|
64
|
-
importApplicationsSceneViewerSceneViewerUtils: () => importApplicationsSceneViewerSceneViewerUtils,
|
|
65
|
-
importApplicationsSceneViewerSymbolUtils: () => importApplicationsSceneViewerSymbolUtils,
|
|
66
|
-
importApplicationsUrbanMeshUtils: () => importApplicationsUrbanMeshUtils,
|
|
67
62
|
importApplicationsWebEditorSketchUtils: () => importApplicationsWebEditorSketchUtils,
|
|
68
63
|
importArcade: () => importArcade,
|
|
64
|
+
importAttributeBinsGraphic: () => importAttributeBinsGraphic,
|
|
69
65
|
importBasemap: () => importBasemap,
|
|
70
66
|
importCamera: () => importCamera,
|
|
71
67
|
importCameraLayout: () => importCameraLayout,
|
|
@@ -85,16 +81,18 @@ __export(src_exports, {
|
|
|
85
81
|
importCoreUrlUtils: () => importCoreUrlUtils,
|
|
86
82
|
importCoreWorkers: () => importCoreWorkers,
|
|
87
83
|
importCoreWorkersConnection: () => importCoreWorkersConnection,
|
|
84
|
+
importEditingSharedTemplatesSharedTemplateMetadata: () => importEditingSharedTemplatesSharedTemplateMetadata,
|
|
85
|
+
importFormElements: () => importFormElements,
|
|
88
86
|
importFormElementsAttachmentElement: () => importFormElementsAttachmentElement,
|
|
89
87
|
importFormElementsElement: () => importFormElementsElement,
|
|
90
88
|
importFormElementsFieldElement: () => importFormElementsFieldElement,
|
|
91
89
|
importFormElementsGroupElement: () => importFormElementsGroupElement,
|
|
90
|
+
importFormElementsInputs: () => importFormElementsInputs,
|
|
92
91
|
importFormElementsInputsAttachmentsAttachmentInput: () => importFormElementsInputsAttachmentsAttachmentInput,
|
|
93
92
|
importFormElementsInputsAttachmentsAudioInput: () => importFormElementsInputsAttachmentsAudioInput,
|
|
94
93
|
importFormElementsInputsAttachmentsDocumentInput: () => importFormElementsInputsAttachmentsDocumentInput,
|
|
95
94
|
importFormElementsInputsAttachmentsImageInput: () => importFormElementsInputsAttachmentsImageInput,
|
|
96
95
|
importFormElementsInputsAttachmentsSignatureInput: () => importFormElementsInputsAttachmentsSignatureInput,
|
|
97
|
-
importFormElementsInputsAttachmentsSupportInputs: () => importFormElementsInputsAttachmentsSupportInputs,
|
|
98
96
|
importFormElementsInputsAttachmentsVideoInput: () => importFormElementsInputsAttachmentsVideoInput,
|
|
99
97
|
importFormElementsInputsBarcodeScannerInput: () => importFormElementsInputsBarcodeScannerInput,
|
|
100
98
|
importFormElementsInputsComboBoxInput: () => importFormElementsInputsComboBoxInput,
|
|
@@ -107,11 +105,10 @@ __export(src_exports, {
|
|
|
107
105
|
importFormElementsInputsTextBoxInput: () => importFormElementsInputsTextBoxInput,
|
|
108
106
|
importFormElementsInputsTimePickerInput: () => importFormElementsInputsTimePickerInput,
|
|
109
107
|
importFormElementsRelationshipElement: () => importFormElementsRelationshipElement,
|
|
110
|
-
importFormElementsSupportInputs: () => importFormElementsSupportInputs,
|
|
111
108
|
importFormElementsTextElement: () => importFormElementsTextElement,
|
|
109
|
+
importFormElementsUtilityNetworkAssociationsElement: () => importFormElementsUtilityNetworkAssociationsElement,
|
|
112
110
|
importFormExpressionInfo: () => importFormExpressionInfo,
|
|
113
111
|
importFormFormTemplate: () => importFormFormTemplate,
|
|
114
|
-
importFormSupportElements: () => importFormSupportElements,
|
|
115
112
|
importGeometry: () => importGeometry,
|
|
116
113
|
importGeometryCircle: () => importGeometryCircle,
|
|
117
114
|
importGeometryCoordinateFormatter: () => importGeometryCoordinateFormatter,
|
|
@@ -123,7 +120,10 @@ __export(src_exports, {
|
|
|
123
120
|
importGeometryMesh: () => importGeometryMesh,
|
|
124
121
|
importGeometryMultipoint: () => importGeometryMultipoint,
|
|
125
122
|
importGeometryOperatorsAffineTransformOperator: () => importGeometryOperatorsAffineTransformOperator,
|
|
123
|
+
importGeometryOperatorsAlphaShapeOperator: () => importGeometryOperatorsAlphaShapeOperator,
|
|
126
124
|
importGeometryOperatorsAreaOperator: () => importGeometryOperatorsAreaOperator,
|
|
125
|
+
importGeometryOperatorsAutoCompleteOperator: () => importGeometryOperatorsAutoCompleteOperator,
|
|
126
|
+
importGeometryOperatorsBoundaryOperator: () => importGeometryOperatorsBoundaryOperator,
|
|
127
127
|
importGeometryOperatorsBufferOperator: () => importGeometryOperatorsBufferOperator,
|
|
128
128
|
importGeometryOperatorsCentroidOperator: () => importGeometryOperatorsCentroidOperator,
|
|
129
129
|
importGeometryOperatorsClipOperator: () => importGeometryOperatorsClipOperator,
|
|
@@ -136,21 +136,38 @@ __export(src_exports, {
|
|
|
136
136
|
importGeometryOperatorsDisjointOperator: () => importGeometryOperatorsDisjointOperator,
|
|
137
137
|
importGeometryOperatorsDistanceOperator: () => importGeometryOperatorsDistanceOperator,
|
|
138
138
|
importGeometryOperatorsEqualsOperator: () => importGeometryOperatorsEqualsOperator,
|
|
139
|
+
importGeometryOperatorsExtendOperator: () => importGeometryOperatorsExtendOperator,
|
|
139
140
|
importGeometryOperatorsGeneralizeOperator: () => importGeometryOperatorsGeneralizeOperator,
|
|
140
141
|
importGeometryOperatorsGeodesicBufferOperator: () => importGeometryOperatorsGeodesicBufferOperator,
|
|
142
|
+
importGeometryOperatorsGeodesicProximityOperator: () => importGeometryOperatorsGeodesicProximityOperator,
|
|
141
143
|
importGeometryOperatorsGeodeticAreaOperator: () => importGeometryOperatorsGeodeticAreaOperator,
|
|
142
144
|
importGeometryOperatorsGeodeticDensifyOperator: () => importGeometryOperatorsGeodeticDensifyOperator,
|
|
143
145
|
importGeometryOperatorsGeodeticDistanceOperator: () => importGeometryOperatorsGeodeticDistanceOperator,
|
|
144
146
|
importGeometryOperatorsGeodeticLengthOperator: () => importGeometryOperatorsGeodeticLengthOperator,
|
|
145
147
|
importGeometryOperatorsGraphicBufferOperator: () => importGeometryOperatorsGraphicBufferOperator,
|
|
148
|
+
importGeometryOperatorsIntegrateOperator: () => importGeometryOperatorsIntegrateOperator,
|
|
146
149
|
importGeometryOperatorsIntersectionOperator: () => importGeometryOperatorsIntersectionOperator,
|
|
147
150
|
importGeometryOperatorsIntersectsOperator: () => importGeometryOperatorsIntersectsOperator,
|
|
151
|
+
importGeometryOperatorsIsNearOperator: () => importGeometryOperatorsIsNearOperator,
|
|
152
|
+
importGeometryOperatorsLabelPointOperator: () => importGeometryOperatorsLabelPointOperator,
|
|
148
153
|
importGeometryOperatorsLengthOperator: () => importGeometryOperatorsLengthOperator,
|
|
154
|
+
importGeometryOperatorsLinesToPolygonsOperator: () => importGeometryOperatorsLinesToPolygonsOperator,
|
|
155
|
+
importGeometryOperatorsLocateBetweenOperator: () => importGeometryOperatorsLocateBetweenOperator,
|
|
156
|
+
importGeometryOperatorsMinimumBoundingCircleOperator: () => importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
157
|
+
importGeometryOperatorsMultiPartToSinglePartOperator: () => importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
149
158
|
importGeometryOperatorsOffsetOperator: () => importGeometryOperatorsOffsetOperator,
|
|
150
159
|
importGeometryOperatorsOverlapsOperator: () => importGeometryOperatorsOverlapsOperator,
|
|
160
|
+
importGeometryOperatorsPolygonOverlayOperator: () => importGeometryOperatorsPolygonOverlayOperator,
|
|
161
|
+
importGeometryOperatorsPolygonSlicerOperator: () => importGeometryOperatorsPolygonSlicerOperator,
|
|
162
|
+
importGeometryOperatorsProjectOperator: () => importGeometryOperatorsProjectOperator,
|
|
151
163
|
importGeometryOperatorsProximityOperator: () => importGeometryOperatorsProximityOperator,
|
|
152
164
|
importGeometryOperatorsRelateOperator: () => importGeometryOperatorsRelateOperator,
|
|
165
|
+
importGeometryOperatorsReshapeOperator: () => importGeometryOperatorsReshapeOperator,
|
|
166
|
+
importGeometryOperatorsShapePreservingProjectOperator: () => importGeometryOperatorsShapePreservingProjectOperator,
|
|
153
167
|
importGeometryOperatorsSimplifyOperator: () => importGeometryOperatorsSimplifyOperator,
|
|
168
|
+
importGeometryOperatorsSupportGeographicTransformation: () => importGeometryOperatorsSupportGeographicTransformation,
|
|
169
|
+
importGeometryOperatorsSupportGeographicTransformationStep: () => importGeometryOperatorsSupportGeographicTransformationStep,
|
|
170
|
+
importGeometryOperatorsSupportGeographicTransformationUtils: () => importGeometryOperatorsSupportGeographicTransformationUtils,
|
|
154
171
|
importGeometryOperatorsSupportTransformation: () => importGeometryOperatorsSupportTransformation,
|
|
155
172
|
importGeometryOperatorsSymmetricDifferenceOperator: () => importGeometryOperatorsSymmetricDifferenceOperator,
|
|
156
173
|
importGeometryOperatorsTouchesOperator: () => importGeometryOperatorsTouchesOperator,
|
|
@@ -209,10 +226,13 @@ __export(src_exports, {
|
|
|
209
226
|
importLayersIntegratedMesh3DTilesLayer: () => importLayersIntegratedMesh3DTilesLayer,
|
|
210
227
|
importLayersIntegratedMeshLayer: () => importLayersIntegratedMeshLayer,
|
|
211
228
|
importLayersKMLLayer: () => importLayersKMLLayer,
|
|
229
|
+
importLayersKnowledgeGraphCypherUtils: () => importLayersKnowledgeGraphCypherUtils,
|
|
212
230
|
importLayersKnowledgeGraphKnowledgeGraphSublayer: () => importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
213
231
|
importLayersKnowledgeGraphLayer: () => importLayersKnowledgeGraphLayer,
|
|
232
|
+
importLayersKnowledgeGraphSupportUtils: () => importLayersKnowledgeGraphSupportUtils,
|
|
214
233
|
importLayersLayer: () => importLayersLayer,
|
|
215
234
|
importLayersLineOfSightLayer: () => importLayersLineOfSightLayer,
|
|
235
|
+
importLayersLinkChartLayer: () => importLayersLinkChartLayer,
|
|
216
236
|
importLayersMapImageLayer: () => importLayersMapImageLayer,
|
|
217
237
|
importLayersMapNotesLayer: () => importLayersMapNotesLayer,
|
|
218
238
|
importLayersMediaLayer: () => importLayersMediaLayer,
|
|
@@ -221,6 +241,8 @@ __export(src_exports, {
|
|
|
221
241
|
importLayersOgcWfsUtils: () => importLayersOgcWfsUtils,
|
|
222
242
|
importLayersOpenStreetMapLayer: () => importLayersOpenStreetMapLayer,
|
|
223
243
|
importLayersOrientedImageryLayer: () => importLayersOrientedImageryLayer,
|
|
244
|
+
importLayersOrientedImageryTransformationsImageToWorld: () => importLayersOrientedImageryTransformationsImageToWorld,
|
|
245
|
+
importLayersOrientedImageryTransformationsWorldToImage: () => importLayersOrientedImageryTransformationsWorldToImage,
|
|
224
246
|
importLayersPointCloudFiltersPointCloudBitfieldFilter: () => importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
225
247
|
importLayersPointCloudFiltersPointCloudFilter: () => importLayersPointCloudFiltersPointCloudFilter,
|
|
226
248
|
importLayersPointCloudFiltersPointCloudReturnFilter: () => importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -237,7 +259,10 @@ __export(src_exports, {
|
|
|
237
259
|
importLayersSupportCodedValueDomain: () => importLayersSupportCodedValueDomain,
|
|
238
260
|
importLayersSupportControlPointsGeoreference: () => importLayersSupportControlPointsGeoreference,
|
|
239
261
|
importLayersSupportCornersGeoreference: () => importLayersSupportCornersGeoreference,
|
|
262
|
+
importLayersSupportCsvUtils: () => importLayersSupportCsvUtils,
|
|
240
263
|
importLayersSupportDimensionalDefinition: () => importLayersSupportDimensionalDefinition,
|
|
264
|
+
importLayersSupportDisplayFilter: () => importLayersSupportDisplayFilter,
|
|
265
|
+
importLayersSupportDisplayFilterInfo: () => importLayersSupportDisplayFilterInfo,
|
|
241
266
|
importLayersSupportDomain: () => importLayersSupportDomain,
|
|
242
267
|
importLayersSupportElevationSampler: () => importLayersSupportElevationSampler,
|
|
243
268
|
importLayersSupportExpressionInfo: () => importLayersSupportExpressionInfo,
|
|
@@ -265,6 +290,7 @@ __export(src_exports, {
|
|
|
265
290
|
importLayersSupportMapImage: () => importLayersSupportMapImage,
|
|
266
291
|
importLayersSupportMosaicRule: () => importLayersSupportMosaicRule,
|
|
267
292
|
importLayersSupportMultidimensionalSubset: () => importLayersSupportMultidimensionalSubset,
|
|
293
|
+
importLayersSupportOrderByInfo: () => importLayersSupportOrderByInfo,
|
|
268
294
|
importLayersSupportPixelBlock: () => importLayersSupportPixelBlock,
|
|
269
295
|
importLayersSupportPublishingInfo: () => importLayersSupportPublishingInfo,
|
|
270
296
|
importLayersSupportRangeDomain: () => importLayersSupportRangeDomain,
|
|
@@ -314,6 +340,11 @@ __export(src_exports, {
|
|
|
314
340
|
importLayersWMSLayer: () => importLayersWMSLayer,
|
|
315
341
|
importLayersWMTSLayer: () => importLayersWMTSLayer,
|
|
316
342
|
importLayersWebTileLayer: () => importLayersWebTileLayer,
|
|
343
|
+
importLinkChartChronologicalLayoutSettings: () => importLinkChartChronologicalLayoutSettings,
|
|
344
|
+
importLinkChartLayoutSettings: () => importLinkChartLayoutSettings,
|
|
345
|
+
importLinkChartLinkChartProperties: () => importLinkChartLinkChartProperties,
|
|
346
|
+
importLinkChartNonspatialDataDisplay: () => importLinkChartNonspatialDataDisplay,
|
|
347
|
+
importLinkChartOrganicLayoutSettings: () => importLinkChartOrganicLayoutSettings,
|
|
317
348
|
importMap: () => importMap,
|
|
318
349
|
importNetworksNetwork: () => importNetworksNetwork,
|
|
319
350
|
importNetworksSupportNamedTraceConfiguration: () => importNetworksSupportNamedTraceConfiguration,
|
|
@@ -349,6 +380,7 @@ __export(src_exports, {
|
|
|
349
380
|
importPopupFieldInfo: () => importPopupFieldInfo,
|
|
350
381
|
importPopupLayerOptions: () => importPopupLayerOptions,
|
|
351
382
|
importPopupRelatedRecordsInfo: () => importPopupRelatedRecordsInfo,
|
|
383
|
+
importPopupSupportAttachmentsOrderByInfo: () => importPopupSupportAttachmentsOrderByInfo,
|
|
352
384
|
importPopupSupportFieldInfoFormat: () => importPopupSupportFieldInfoFormat,
|
|
353
385
|
importPopupSupportRelatedRecordsInfoFieldOrder: () => importPopupSupportRelatedRecordsInfoFieldOrder,
|
|
354
386
|
importPopupSupportUtilityNetworkAssociationType: () => importPopupSupportUtilityNetworkAssociationType,
|
|
@@ -426,6 +458,7 @@ __export(src_exports, {
|
|
|
426
458
|
importRestKnowledgeGraphGraphProperty: () => importRestKnowledgeGraphGraphProperty,
|
|
427
459
|
importRestKnowledgeGraphGraphQuery: () => importRestKnowledgeGraphGraphQuery,
|
|
428
460
|
importRestKnowledgeGraphGraphQueryResult: () => importRestKnowledgeGraphGraphQueryResult,
|
|
461
|
+
importRestKnowledgeGraphGraphQueryResultHeader: () => importRestKnowledgeGraphGraphQueryResultHeader,
|
|
429
462
|
importRestKnowledgeGraphGraphQueryStreaming: () => importRestKnowledgeGraphGraphQueryStreaming,
|
|
430
463
|
importRestKnowledgeGraphGraphQueryStreamingResult: () => importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
431
464
|
importRestKnowledgeGraphGraphSearch: () => importRestKnowledgeGraphGraphSearch,
|
|
@@ -439,6 +472,12 @@ __export(src_exports, {
|
|
|
439
472
|
importRestKnowledgeGraphSearchIndex: () => importRestKnowledgeGraphSearchIndex,
|
|
440
473
|
importRestKnowledgeGraphService: () => importRestKnowledgeGraphService,
|
|
441
474
|
importRestKnowledgeGraphServiceDefinition: () => importRestKnowledgeGraphServiceDefinition,
|
|
475
|
+
importRestKnowledgeGraphSourceTypeValueBehavior: () => importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
476
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
477
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
478
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
479
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection: () => importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
480
|
+
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings: () => importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
442
481
|
importRestLocator: () => importRestLocator,
|
|
443
482
|
importRestNetworkService: () => importRestNetworkService,
|
|
444
483
|
importRestNetworksQueryAssociations: () => importRestNetworksQueryAssociations,
|
|
@@ -468,6 +507,12 @@ __export(src_exports, {
|
|
|
468
507
|
importRestSupportArealUnit: () => importRestSupportArealUnit,
|
|
469
508
|
importRestSupportAreasAndLengthsParameters: () => importRestSupportAreasAndLengthsParameters,
|
|
470
509
|
importRestSupportAttachmentQuery: () => importRestSupportAttachmentQuery,
|
|
510
|
+
importRestSupportAttributeBinsFeatureSet: () => importRestSupportAttributeBinsFeatureSet,
|
|
511
|
+
importRestSupportAttributeBinsGrouping: () => importRestSupportAttributeBinsGrouping,
|
|
512
|
+
importRestSupportAttributeBinsQuery: () => importRestSupportAttributeBinsQuery,
|
|
513
|
+
importRestSupportAutoIntervalBinParameters: () => importRestSupportAutoIntervalBinParameters,
|
|
514
|
+
importRestSupportBaseImageMeasureParameters: () => importRestSupportBaseImageMeasureParameters,
|
|
515
|
+
importRestSupportBaseImageMeasureResult: () => importRestSupportBaseImageMeasureResult,
|
|
471
516
|
importRestSupportBufferParameters: () => importRestSupportBufferParameters,
|
|
472
517
|
importRestSupportCameraInfo: () => importRestSupportCameraInfo,
|
|
473
518
|
importRestSupportClosestFacilityParameters: () => importRestSupportClosestFacilityParameters,
|
|
@@ -475,6 +520,8 @@ __export(src_exports, {
|
|
|
475
520
|
importRestSupportColorRamp: () => importRestSupportColorRamp,
|
|
476
521
|
importRestSupportDataFile: () => importRestSupportDataFile,
|
|
477
522
|
importRestSupportDataLayer: () => importRestSupportDataLayer,
|
|
523
|
+
importRestSupportDateBinParameters: () => importRestSupportDateBinParameters,
|
|
524
|
+
importRestSupportDateBinTimeInterval: () => importRestSupportDateBinTimeInterval,
|
|
478
525
|
importRestSupportDensifyParameters: () => importRestSupportDensifyParameters,
|
|
479
526
|
importRestSupportDirectionLine: () => importRestSupportDirectionLine,
|
|
480
527
|
importRestSupportDirectionPoint: () => importRestSupportDirectionPoint,
|
|
@@ -488,6 +535,8 @@ __export(src_exports, {
|
|
|
488
535
|
importRestSupportFindImagesResult: () => importRestSupportFindImagesResult,
|
|
489
536
|
importRestSupportFindParameters: () => importRestSupportFindParameters,
|
|
490
537
|
importRestSupportFindResult: () => importRestSupportFindResult,
|
|
538
|
+
importRestSupportFixedBoundariesBinParameters: () => importRestSupportFixedBoundariesBinParameters,
|
|
539
|
+
importRestSupportFixedIntervalBinParameters: () => importRestSupportFixedIntervalBinParameters,
|
|
491
540
|
importRestSupportGPMessage: () => importRestSupportGPMessage,
|
|
492
541
|
importRestSupportGeneralizeParameters: () => importRestSupportGeneralizeParameters,
|
|
493
542
|
importRestSupportIdentifyParameters: () => importRestSupportIdentifyParameters,
|
|
@@ -521,6 +570,9 @@ __export(src_exports, {
|
|
|
521
570
|
importRestSupportImageToMapParameters: () => importRestSupportImageToMapParameters,
|
|
522
571
|
importRestSupportImageUrlParameters: () => importRestSupportImageUrlParameters,
|
|
523
572
|
importRestSupportImageUrlResult: () => importRestSupportImageUrlResult,
|
|
573
|
+
importRestSupportImageVolume: () => importRestSupportImageVolume,
|
|
574
|
+
importRestSupportImageVolumeParameters: () => importRestSupportImageVolumeParameters,
|
|
575
|
+
importRestSupportImageVolumeResult: () => importRestSupportImageVolumeResult,
|
|
524
576
|
importRestSupportJobInfo: () => importRestSupportJobInfo,
|
|
525
577
|
importRestSupportLegendLayer: () => importRestSupportLegendLayer,
|
|
526
578
|
importRestSupportLengthsParameters: () => importRestSupportLengthsParameters,
|
|
@@ -588,6 +640,7 @@ __export(src_exports, {
|
|
|
588
640
|
importSmartMappingRenderersPredominance: () => importSmartMappingRenderersPredominance,
|
|
589
641
|
importSmartMappingRenderersRelationship: () => importSmartMappingRenderersRelationship,
|
|
590
642
|
importSmartMappingRenderersSize: () => importSmartMappingRenderersSize,
|
|
643
|
+
importSmartMappingRenderersSupportRendererUtils: () => importSmartMappingRenderersSupportRendererUtils,
|
|
591
644
|
importSmartMappingRenderersType: () => importSmartMappingRenderersType,
|
|
592
645
|
importSmartMappingRenderersUnivariateColorSize: () => importSmartMappingRenderersUnivariateColorSize,
|
|
593
646
|
importSmartMappingStatisticsClassBreaks: () => importSmartMappingStatisticsClassBreaks,
|
|
@@ -662,12 +715,12 @@ __export(src_exports, {
|
|
|
662
715
|
importSymbolsWaterSymbol3DLayer: () => importSymbolsWaterSymbol3DLayer,
|
|
663
716
|
importSymbolsWebStyleSymbol: () => importSymbolsWebStyleSymbol,
|
|
664
717
|
importTablesAttributeTableTemplate: () => importTablesAttributeTableTemplate,
|
|
718
|
+
importTablesElements: () => importTablesElements,
|
|
665
719
|
importTablesElementsAttributeTableAttachmentElement: () => importTablesElementsAttributeTableAttachmentElement,
|
|
666
720
|
importTablesElementsAttributeTableElement: () => importTablesElementsAttributeTableElement,
|
|
667
721
|
importTablesElementsAttributeTableFieldElement: () => importTablesElementsAttributeTableFieldElement,
|
|
668
722
|
importTablesElementsAttributeTableGroupElement: () => importTablesElementsAttributeTableGroupElement,
|
|
669
723
|
importTablesElementsAttributeTableRelationshipElement: () => importTablesElementsAttributeTableRelationshipElement,
|
|
670
|
-
importTablesSupportElements: () => importTablesSupportElements,
|
|
671
724
|
importTimeExtent: () => importTimeExtent,
|
|
672
725
|
importTimeInterval: () => importTimeInterval,
|
|
673
726
|
importTimeTimeExtent: () => importTimeTimeExtent,
|
|
@@ -693,7 +746,6 @@ __export(src_exports, {
|
|
|
693
746
|
importViews3dEnvironmentSunLighting: () => importViews3dEnvironmentSunLighting,
|
|
694
747
|
importViews3dEnvironmentSunnyWeather: () => importViews3dEnvironmentSunnyWeather,
|
|
695
748
|
importViews3dEnvironmentVirtualLighting: () => importViews3dEnvironmentVirtualLighting,
|
|
696
|
-
importViews3dExternalRenderers: () => importViews3dExternalRenderers,
|
|
697
749
|
importViews3dSupportLayerPerformanceInfo: () => importViews3dSupportLayerPerformanceInfo,
|
|
698
750
|
importViews3dSupportSceneViewPerformanceInfo: () => importViews3dSupportSceneViewPerformanceInfo,
|
|
699
751
|
importViews3dWebgl: () => importViews3dWebgl,
|
|
@@ -729,18 +781,22 @@ __export(src_exports, {
|
|
|
729
781
|
importViewsLayersFeatureLayerView: () => importViewsLayersFeatureLayerView,
|
|
730
782
|
importViewsLayersGroupLayerView: () => importViewsLayersGroupLayerView,
|
|
731
783
|
importViewsLayersImageryLayerView: () => importViewsLayersImageryLayerView,
|
|
784
|
+
importViewsLayersImageryTileLayerView: () => importViewsLayersImageryTileLayerView,
|
|
732
785
|
importViewsLayersLayerView: () => importViewsLayersLayerView,
|
|
733
786
|
importViewsLayersMediaLayerView: () => importViewsLayersMediaLayerView,
|
|
734
787
|
importViewsLayersOGCFeatureLayerView: () => importViewsLayersOGCFeatureLayerView,
|
|
735
788
|
importViewsLayersSceneLayerView: () => importViewsLayersSceneLayerView,
|
|
736
789
|
importViewsLayersStreamLayerView: () => importViewsLayersStreamLayerView,
|
|
737
790
|
importViewsLayersViewshedLayerView: () => importViewsLayersViewshedLayerView,
|
|
791
|
+
importViewsLinkChartView: () => importViewsLinkChartView,
|
|
738
792
|
importViewsMagnifier: () => importViewsMagnifier,
|
|
739
793
|
importViewsMapView: () => importViewsMapView,
|
|
740
794
|
importViewsNavigationGamepadGamepadSettings: () => importViewsNavigationGamepadGamepadSettings,
|
|
741
795
|
importViewsNavigationNavigation: () => importViewsNavigationNavigation,
|
|
796
|
+
importViewsNavigationNavigationActionMap: () => importViewsNavigationNavigationActionMap,
|
|
742
797
|
importViewsSceneView: () => importViewsSceneView,
|
|
743
798
|
importViewsSupportColorUtils: () => importViewsSupportColorUtils,
|
|
799
|
+
importViewsSupportHighlightOptions: () => importViewsSupportHighlightOptions,
|
|
744
800
|
importViewsTheme: () => importViewsTheme,
|
|
745
801
|
importViewsUiDefaultUI: () => importViewsUiDefaultUI,
|
|
746
802
|
importViewsUiUI: () => importViewsUiUI,
|
|
@@ -748,6 +804,7 @@ __export(src_exports, {
|
|
|
748
804
|
importViewsView2D: () => importViewsView2D,
|
|
749
805
|
importViewsViewAnimation: () => importViewsViewAnimation,
|
|
750
806
|
importWebDocument2D: () => importWebDocument2D,
|
|
807
|
+
importWebLinkChart: () => importWebLinkChart,
|
|
751
808
|
importWebMap: () => importWebMap,
|
|
752
809
|
importWebScene: () => importWebScene,
|
|
753
810
|
importWebdocApplicationPropertiesSearch: () => importWebdocApplicationPropertiesSearch,
|
|
@@ -779,7 +836,9 @@ __export(src_exports, {
|
|
|
779
836
|
importWebsceneInitialViewProperties: () => importWebsceneInitialViewProperties,
|
|
780
837
|
importWebscenePresentation: () => importWebscenePresentation,
|
|
781
838
|
importWebsceneSlide: () => importWebsceneSlide,
|
|
839
|
+
importWebsceneSlideLegendInfo: () => importWebsceneSlideLegendInfo,
|
|
782
840
|
importWebsceneSunLighting: () => importWebsceneSunLighting,
|
|
841
|
+
importWebsceneSupportSlideElements: () => importWebsceneSupportSlideElements,
|
|
783
842
|
importWebsceneVirtualLighting: () => importWebsceneVirtualLighting,
|
|
784
843
|
importWidgetsAreaMeasurement2D: () => importWidgetsAreaMeasurement2D,
|
|
785
844
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel: () => importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -849,6 +908,8 @@ __export(src_exports, {
|
|
|
849
908
|
importWidgetsFeatureFormFieldInput: () => importWidgetsFeatureFormFieldInput,
|
|
850
909
|
importWidgetsFeatureFormGroupInput: () => importWidgetsFeatureFormGroupInput,
|
|
851
910
|
importWidgetsFeatureFormRelationshipInput: () => importWidgetsFeatureFormRelationshipInput,
|
|
911
|
+
importWidgetsFeatureFormTextElementInput: () => importWidgetsFeatureFormTextElementInput,
|
|
912
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput: () => importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
852
913
|
importWidgetsFeatureTable: () => importWidgetsFeatureTable,
|
|
853
914
|
importWidgetsFeatureTableActionColumn: () => importWidgetsFeatureTableActionColumn,
|
|
854
915
|
importWidgetsFeatureTableAttachmentsColumn: () => importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -860,10 +921,12 @@ __export(src_exports, {
|
|
|
860
921
|
importWidgetsFeatureTableGridSupportButtonMenuItem: () => importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
861
922
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel: () => importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
862
923
|
importWidgetsFeatureTableRelationshipColumn: () => importWidgetsFeatureTableRelationshipColumn,
|
|
924
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate: () => importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
863
925
|
importWidgetsFeatureTableSupportColumnTemplate: () => importWidgetsFeatureTableSupportColumnTemplate,
|
|
864
926
|
importWidgetsFeatureTableSupportColumnTemplateBase: () => importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
865
927
|
importWidgetsFeatureTableSupportFieldColumnTemplate: () => importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
866
928
|
importWidgetsFeatureTableSupportGroupColumnTemplate: () => importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
929
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate: () => importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
867
930
|
importWidgetsFeatureTableSupportTableTemplate: () => importWidgetsFeatureTableSupportTableTemplate,
|
|
868
931
|
importWidgetsFeatureTemplates: () => importWidgetsFeatureTemplates,
|
|
869
932
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel: () => importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -891,6 +954,7 @@ __export(src_exports, {
|
|
|
891
954
|
importWidgetsLineOfSight: () => importWidgetsLineOfSight,
|
|
892
955
|
importWidgetsLineOfSightLineOfSightTarget: () => importWidgetsLineOfSightLineOfSightTarget,
|
|
893
956
|
importWidgetsLineOfSightLineOfSightViewModel: () => importWidgetsLineOfSightLineOfSightViewModel,
|
|
957
|
+
importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel: () => importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
894
958
|
importWidgetsLocate: () => importWidgetsLocate,
|
|
895
959
|
importWidgetsLocateLocateViewModel: () => importWidgetsLocateLocateViewModel,
|
|
896
960
|
importWidgetsMeasurement: () => importWidgetsMeasurement,
|
|
@@ -948,6 +1012,7 @@ __export(src_exports, {
|
|
|
948
1012
|
importWidgetsSupportGridControlsGridControlsViewModel: () => importWidgetsSupportGridControlsGridControlsViewModel,
|
|
949
1013
|
importWidgetsSupportSnappingControls: () => importWidgetsSupportSnappingControls,
|
|
950
1014
|
importWidgetsSupportSnappingControlsSnappingControlsViewModel: () => importWidgetsSupportSnappingControlsSnappingControlsViewModel,
|
|
1015
|
+
importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
951
1016
|
importWidgetsSupportWidget: () => importWidgetsSupportWidget,
|
|
952
1017
|
importWidgetsSwipe: () => importWidgetsSwipe,
|
|
953
1018
|
importWidgetsSwipeSwipeViewModel: () => importWidgetsSwipeSwipeViewModel,
|
|
@@ -963,6 +1028,7 @@ __export(src_exports, {
|
|
|
963
1028
|
importWidgetsUtilityNetworkAssociations: () => importWidgetsUtilityNetworkAssociations,
|
|
964
1029
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
965
1030
|
importWidgetsUtilityNetworkTrace: () => importWidgetsUtilityNetworkTrace,
|
|
1031
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel: () => importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
966
1032
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel: () => importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
967
1033
|
importWidgetsUtilityNetworkValidateTopology: () => importWidgetsUtilityNetworkValidateTopology,
|
|
968
1034
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel: () => importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -992,6 +1058,7 @@ __export(src_exports, {
|
|
|
992
1058
|
newAnalysisSlicePlane: () => newAnalysisSlicePlane,
|
|
993
1059
|
newAnalysisViewshed: () => newAnalysisViewshed,
|
|
994
1060
|
newAnalysisViewshedAnalysis: () => newAnalysisViewshedAnalysis,
|
|
1061
|
+
newAttributeBinsGraphic: () => newAttributeBinsGraphic,
|
|
995
1062
|
newBasemap: () => newBasemap,
|
|
996
1063
|
newCamera: () => newCamera,
|
|
997
1064
|
newCameraLayout: () => newCameraLayout,
|
|
@@ -1023,6 +1090,7 @@ __export(src_exports, {
|
|
|
1023
1090
|
newFormElementsInputsTimePickerInput: () => newFormElementsInputsTimePickerInput,
|
|
1024
1091
|
newFormElementsRelationshipElement: () => newFormElementsRelationshipElement,
|
|
1025
1092
|
newFormElementsTextElement: () => newFormElementsTextElement,
|
|
1093
|
+
newFormElementsUtilityNetworkAssociationsElement: () => newFormElementsUtilityNetworkAssociationsElement,
|
|
1026
1094
|
newFormExpressionInfo: () => newFormExpressionInfo,
|
|
1027
1095
|
newFormFormTemplate: () => newFormFormTemplate,
|
|
1028
1096
|
newGeometryCircle: () => newGeometryCircle,
|
|
@@ -1031,6 +1099,8 @@ __export(src_exports, {
|
|
|
1031
1099
|
newGeometryHeightModelInfo: () => newGeometryHeightModelInfo,
|
|
1032
1100
|
newGeometryMesh: () => newGeometryMesh,
|
|
1033
1101
|
newGeometryMultipoint: () => newGeometryMultipoint,
|
|
1102
|
+
newGeometryOperatorsSupportGeographicTransformation: () => newGeometryOperatorsSupportGeographicTransformation,
|
|
1103
|
+
newGeometryOperatorsSupportGeographicTransformationStep: () => newGeometryOperatorsSupportGeographicTransformationStep,
|
|
1034
1104
|
newGeometryOperatorsSupportTransformation: () => newGeometryOperatorsSupportTransformation,
|
|
1035
1105
|
newGeometryPoint: () => newGeometryPoint,
|
|
1036
1106
|
newGeometryPolygon: () => newGeometryPolygon,
|
|
@@ -1079,6 +1149,7 @@ __export(src_exports, {
|
|
|
1079
1149
|
newLayersKnowledgeGraphLayer: () => newLayersKnowledgeGraphLayer,
|
|
1080
1150
|
newLayersLayer: () => newLayersLayer,
|
|
1081
1151
|
newLayersLineOfSightLayer: () => newLayersLineOfSightLayer,
|
|
1152
|
+
newLayersLinkChartLayer: () => newLayersLinkChartLayer,
|
|
1082
1153
|
newLayersMapImageLayer: () => newLayersMapImageLayer,
|
|
1083
1154
|
newLayersMapNotesLayer: () => newLayersMapNotesLayer,
|
|
1084
1155
|
newLayersMediaLayer: () => newLayersMediaLayer,
|
|
@@ -1101,6 +1172,8 @@ __export(src_exports, {
|
|
|
1101
1172
|
newLayersSupportControlPointsGeoreference: () => newLayersSupportControlPointsGeoreference,
|
|
1102
1173
|
newLayersSupportCornersGeoreference: () => newLayersSupportCornersGeoreference,
|
|
1103
1174
|
newLayersSupportDimensionalDefinition: () => newLayersSupportDimensionalDefinition,
|
|
1175
|
+
newLayersSupportDisplayFilter: () => newLayersSupportDisplayFilter,
|
|
1176
|
+
newLayersSupportDisplayFilterInfo: () => newLayersSupportDisplayFilterInfo,
|
|
1104
1177
|
newLayersSupportDomain: () => newLayersSupportDomain,
|
|
1105
1178
|
newLayersSupportElevationSampler: () => newLayersSupportElevationSampler,
|
|
1106
1179
|
newLayersSupportExpressionInfo: () => newLayersSupportExpressionInfo,
|
|
@@ -1127,6 +1200,7 @@ __export(src_exports, {
|
|
|
1127
1200
|
newLayersSupportMapImage: () => newLayersSupportMapImage,
|
|
1128
1201
|
newLayersSupportMosaicRule: () => newLayersSupportMosaicRule,
|
|
1129
1202
|
newLayersSupportMultidimensionalSubset: () => newLayersSupportMultidimensionalSubset,
|
|
1203
|
+
newLayersSupportOrderByInfo: () => newLayersSupportOrderByInfo,
|
|
1130
1204
|
newLayersSupportPixelBlock: () => newLayersSupportPixelBlock,
|
|
1131
1205
|
newLayersSupportPublishingInfo: () => newLayersSupportPublishingInfo,
|
|
1132
1206
|
newLayersSupportRangeDomain: () => newLayersSupportRangeDomain,
|
|
@@ -1171,6 +1245,11 @@ __export(src_exports, {
|
|
|
1171
1245
|
newLayersWMSLayer: () => newLayersWMSLayer,
|
|
1172
1246
|
newLayersWMTSLayer: () => newLayersWMTSLayer,
|
|
1173
1247
|
newLayersWebTileLayer: () => newLayersWebTileLayer,
|
|
1248
|
+
newLinkChartChronologicalLayoutSettings: () => newLinkChartChronologicalLayoutSettings,
|
|
1249
|
+
newLinkChartLayoutSettings: () => newLinkChartLayoutSettings,
|
|
1250
|
+
newLinkChartLinkChartProperties: () => newLinkChartLinkChartProperties,
|
|
1251
|
+
newLinkChartNonspatialDataDisplay: () => newLinkChartNonspatialDataDisplay,
|
|
1252
|
+
newLinkChartOrganicLayoutSettings: () => newLinkChartOrganicLayoutSettings,
|
|
1174
1253
|
newMap: () => newMap,
|
|
1175
1254
|
newNetworksNetwork: () => newNetworksNetwork,
|
|
1176
1255
|
newNetworksSupportNamedTraceConfiguration: () => newNetworksSupportNamedTraceConfiguration,
|
|
@@ -1204,8 +1283,10 @@ __export(src_exports, {
|
|
|
1204
1283
|
newPopupFieldInfo: () => newPopupFieldInfo,
|
|
1205
1284
|
newPopupLayerOptions: () => newPopupLayerOptions,
|
|
1206
1285
|
newPopupRelatedRecordsInfo: () => newPopupRelatedRecordsInfo,
|
|
1286
|
+
newPopupSupportAttachmentsOrderByInfo: () => newPopupSupportAttachmentsOrderByInfo,
|
|
1207
1287
|
newPopupSupportFieldInfoFormat: () => newPopupSupportFieldInfoFormat,
|
|
1208
1288
|
newPopupSupportRelatedRecordsInfoFieldOrder: () => newPopupSupportRelatedRecordsInfoFieldOrder,
|
|
1289
|
+
newPopupSupportUtilityNetworkAssociationType: () => newPopupSupportUtilityNetworkAssociationType,
|
|
1209
1290
|
newPopupTemplate: () => newPopupTemplate,
|
|
1210
1291
|
newPortalPortal: () => newPortalPortal,
|
|
1211
1292
|
newPortalPortalFolder: () => newPortalPortalFolder,
|
|
@@ -1267,6 +1348,7 @@ __export(src_exports, {
|
|
|
1267
1348
|
newRestKnowledgeGraphGraphProperty: () => newRestKnowledgeGraphGraphProperty,
|
|
1268
1349
|
newRestKnowledgeGraphGraphQuery: () => newRestKnowledgeGraphGraphQuery,
|
|
1269
1350
|
newRestKnowledgeGraphGraphQueryResult: () => newRestKnowledgeGraphGraphQueryResult,
|
|
1351
|
+
newRestKnowledgeGraphGraphQueryResultHeader: () => newRestKnowledgeGraphGraphQueryResultHeader,
|
|
1270
1352
|
newRestKnowledgeGraphGraphQueryStreaming: () => newRestKnowledgeGraphGraphQueryStreaming,
|
|
1271
1353
|
newRestKnowledgeGraphGraphQueryStreamingResult: () => newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
1272
1354
|
newRestKnowledgeGraphGraphSearch: () => newRestKnowledgeGraphGraphSearch,
|
|
@@ -1279,6 +1361,12 @@ __export(src_exports, {
|
|
|
1279
1361
|
newRestKnowledgeGraphRelationshipType: () => newRestKnowledgeGraphRelationshipType,
|
|
1280
1362
|
newRestKnowledgeGraphSearchIndex: () => newRestKnowledgeGraphSearchIndex,
|
|
1281
1363
|
newRestKnowledgeGraphServiceDefinition: () => newRestKnowledgeGraphServiceDefinition,
|
|
1364
|
+
newRestKnowledgeGraphSourceTypeValueBehavior: () => newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
1365
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
1366
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
1367
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
1368
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection: () => newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
1369
|
+
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings: () => newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
1282
1370
|
newRestNetworksSupportAggregatedGeometry: () => newRestNetworksSupportAggregatedGeometry,
|
|
1283
1371
|
newRestNetworksSupportAssociation: () => newRestNetworksSupportAssociation,
|
|
1284
1372
|
newRestNetworksSupportAssociationGeometriesResult: () => newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -1297,6 +1385,12 @@ __export(src_exports, {
|
|
|
1297
1385
|
newRestSupportArealUnit: () => newRestSupportArealUnit,
|
|
1298
1386
|
newRestSupportAreasAndLengthsParameters: () => newRestSupportAreasAndLengthsParameters,
|
|
1299
1387
|
newRestSupportAttachmentQuery: () => newRestSupportAttachmentQuery,
|
|
1388
|
+
newRestSupportAttributeBinsFeatureSet: () => newRestSupportAttributeBinsFeatureSet,
|
|
1389
|
+
newRestSupportAttributeBinsGrouping: () => newRestSupportAttributeBinsGrouping,
|
|
1390
|
+
newRestSupportAttributeBinsQuery: () => newRestSupportAttributeBinsQuery,
|
|
1391
|
+
newRestSupportAutoIntervalBinParameters: () => newRestSupportAutoIntervalBinParameters,
|
|
1392
|
+
newRestSupportBaseImageMeasureParameters: () => newRestSupportBaseImageMeasureParameters,
|
|
1393
|
+
newRestSupportBaseImageMeasureResult: () => newRestSupportBaseImageMeasureResult,
|
|
1300
1394
|
newRestSupportBufferParameters: () => newRestSupportBufferParameters,
|
|
1301
1395
|
newRestSupportCameraInfo: () => newRestSupportCameraInfo,
|
|
1302
1396
|
newRestSupportClosestFacilityParameters: () => newRestSupportClosestFacilityParameters,
|
|
@@ -1304,6 +1398,8 @@ __export(src_exports, {
|
|
|
1304
1398
|
newRestSupportColorRamp: () => newRestSupportColorRamp,
|
|
1305
1399
|
newRestSupportDataFile: () => newRestSupportDataFile,
|
|
1306
1400
|
newRestSupportDataLayer: () => newRestSupportDataLayer,
|
|
1401
|
+
newRestSupportDateBinParameters: () => newRestSupportDateBinParameters,
|
|
1402
|
+
newRestSupportDateBinTimeInterval: () => newRestSupportDateBinTimeInterval,
|
|
1307
1403
|
newRestSupportDensifyParameters: () => newRestSupportDensifyParameters,
|
|
1308
1404
|
newRestSupportDirectionLine: () => newRestSupportDirectionLine,
|
|
1309
1405
|
newRestSupportDirectionPoint: () => newRestSupportDirectionPoint,
|
|
@@ -1317,6 +1413,8 @@ __export(src_exports, {
|
|
|
1317
1413
|
newRestSupportFindImagesResult: () => newRestSupportFindImagesResult,
|
|
1318
1414
|
newRestSupportFindParameters: () => newRestSupportFindParameters,
|
|
1319
1415
|
newRestSupportFindResult: () => newRestSupportFindResult,
|
|
1416
|
+
newRestSupportFixedBoundariesBinParameters: () => newRestSupportFixedBoundariesBinParameters,
|
|
1417
|
+
newRestSupportFixedIntervalBinParameters: () => newRestSupportFixedIntervalBinParameters,
|
|
1320
1418
|
newRestSupportGPMessage: () => newRestSupportGPMessage,
|
|
1321
1419
|
newRestSupportGeneralizeParameters: () => newRestSupportGeneralizeParameters,
|
|
1322
1420
|
newRestSupportIdentifyParameters: () => newRestSupportIdentifyParameters,
|
|
@@ -1350,6 +1448,9 @@ __export(src_exports, {
|
|
|
1350
1448
|
newRestSupportImageToMapParameters: () => newRestSupportImageToMapParameters,
|
|
1351
1449
|
newRestSupportImageUrlParameters: () => newRestSupportImageUrlParameters,
|
|
1352
1450
|
newRestSupportImageUrlResult: () => newRestSupportImageUrlResult,
|
|
1451
|
+
newRestSupportImageVolume: () => newRestSupportImageVolume,
|
|
1452
|
+
newRestSupportImageVolumeParameters: () => newRestSupportImageVolumeParameters,
|
|
1453
|
+
newRestSupportImageVolumeResult: () => newRestSupportImageVolumeResult,
|
|
1353
1454
|
newRestSupportJobInfo: () => newRestSupportJobInfo,
|
|
1354
1455
|
newRestSupportLegendLayer: () => newRestSupportLegendLayer,
|
|
1355
1456
|
newRestSupportLengthsParameters: () => newRestSupportLengthsParameters,
|
|
@@ -1492,17 +1593,21 @@ __export(src_exports, {
|
|
|
1492
1593
|
newViewsLayersFeatureLayerView: () => newViewsLayersFeatureLayerView,
|
|
1493
1594
|
newViewsLayersGroupLayerView: () => newViewsLayersGroupLayerView,
|
|
1494
1595
|
newViewsLayersImageryLayerView: () => newViewsLayersImageryLayerView,
|
|
1596
|
+
newViewsLayersImageryTileLayerView: () => newViewsLayersImageryTileLayerView,
|
|
1495
1597
|
newViewsLayersLayerView: () => newViewsLayersLayerView,
|
|
1496
1598
|
newViewsLayersMediaLayerView: () => newViewsLayersMediaLayerView,
|
|
1497
1599
|
newViewsLayersOGCFeatureLayerView: () => newViewsLayersOGCFeatureLayerView,
|
|
1498
1600
|
newViewsLayersSceneLayerView: () => newViewsLayersSceneLayerView,
|
|
1499
1601
|
newViewsLayersStreamLayerView: () => newViewsLayersStreamLayerView,
|
|
1500
1602
|
newViewsLayersViewshedLayerView: () => newViewsLayersViewshedLayerView,
|
|
1603
|
+
newViewsLinkChartView: () => newViewsLinkChartView,
|
|
1501
1604
|
newViewsMagnifier: () => newViewsMagnifier,
|
|
1502
1605
|
newViewsMapView: () => newViewsMapView,
|
|
1503
1606
|
newViewsNavigationGamepadGamepadSettings: () => newViewsNavigationGamepadGamepadSettings,
|
|
1504
1607
|
newViewsNavigationNavigation: () => newViewsNavigationNavigation,
|
|
1608
|
+
newViewsNavigationNavigationActionMap: () => newViewsNavigationNavigationActionMap,
|
|
1505
1609
|
newViewsSceneView: () => newViewsSceneView,
|
|
1610
|
+
newViewsSupportHighlightOptions: () => newViewsSupportHighlightOptions,
|
|
1506
1611
|
newViewsTheme: () => newViewsTheme,
|
|
1507
1612
|
newViewsUiDefaultUI: () => newViewsUiDefaultUI,
|
|
1508
1613
|
newViewsUiUI: () => newViewsUiUI,
|
|
@@ -1510,6 +1615,7 @@ __export(src_exports, {
|
|
|
1510
1615
|
newViewsView2D: () => newViewsView2D,
|
|
1511
1616
|
newViewsViewAnimation: () => newViewsViewAnimation,
|
|
1512
1617
|
newWebDocument2D: () => newWebDocument2D,
|
|
1618
|
+
newWebLinkChart: () => newWebLinkChart,
|
|
1513
1619
|
newWebMap: () => newWebMap,
|
|
1514
1620
|
newWebScene: () => newWebScene,
|
|
1515
1621
|
newWebdocApplicationPropertiesSearch: () => newWebdocApplicationPropertiesSearch,
|
|
@@ -1541,6 +1647,7 @@ __export(src_exports, {
|
|
|
1541
1647
|
newWebsceneInitialViewProperties: () => newWebsceneInitialViewProperties,
|
|
1542
1648
|
newWebscenePresentation: () => newWebscenePresentation,
|
|
1543
1649
|
newWebsceneSlide: () => newWebsceneSlide,
|
|
1650
|
+
newWebsceneSlideLegendInfo: () => newWebsceneSlideLegendInfo,
|
|
1544
1651
|
newWebsceneSunLighting: () => newWebsceneSunLighting,
|
|
1545
1652
|
newWebsceneVirtualLighting: () => newWebsceneVirtualLighting,
|
|
1546
1653
|
newWidgetsAreaMeasurement2D: () => newWidgetsAreaMeasurement2D,
|
|
@@ -1610,6 +1717,8 @@ __export(src_exports, {
|
|
|
1610
1717
|
newWidgetsFeatureFormFieldInput: () => newWidgetsFeatureFormFieldInput,
|
|
1611
1718
|
newWidgetsFeatureFormGroupInput: () => newWidgetsFeatureFormGroupInput,
|
|
1612
1719
|
newWidgetsFeatureFormRelationshipInput: () => newWidgetsFeatureFormRelationshipInput,
|
|
1720
|
+
newWidgetsFeatureFormTextElementInput: () => newWidgetsFeatureFormTextElementInput,
|
|
1721
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput: () => newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
1613
1722
|
newWidgetsFeatureTable: () => newWidgetsFeatureTable,
|
|
1614
1723
|
newWidgetsFeatureTableActionColumn: () => newWidgetsFeatureTableActionColumn,
|
|
1615
1724
|
newWidgetsFeatureTableAttachmentsColumn: () => newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -1621,10 +1730,12 @@ __export(src_exports, {
|
|
|
1621
1730
|
newWidgetsFeatureTableGridSupportButtonMenuItem: () => newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
1622
1731
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel: () => newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
1623
1732
|
newWidgetsFeatureTableRelationshipColumn: () => newWidgetsFeatureTableRelationshipColumn,
|
|
1733
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate: () => newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
1624
1734
|
newWidgetsFeatureTableSupportColumnTemplate: () => newWidgetsFeatureTableSupportColumnTemplate,
|
|
1625
1735
|
newWidgetsFeatureTableSupportColumnTemplateBase: () => newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
1626
1736
|
newWidgetsFeatureTableSupportFieldColumnTemplate: () => newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
1627
1737
|
newWidgetsFeatureTableSupportGroupColumnTemplate: () => newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
1738
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate: () => newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
1628
1739
|
newWidgetsFeatureTableSupportTableTemplate: () => newWidgetsFeatureTableSupportTableTemplate,
|
|
1629
1740
|
newWidgetsFeatureTemplates: () => newWidgetsFeatureTemplates,
|
|
1630
1741
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel: () => newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -1652,6 +1763,7 @@ __export(src_exports, {
|
|
|
1652
1763
|
newWidgetsLineOfSight: () => newWidgetsLineOfSight,
|
|
1653
1764
|
newWidgetsLineOfSightLineOfSightTarget: () => newWidgetsLineOfSightLineOfSightTarget,
|
|
1654
1765
|
newWidgetsLineOfSightLineOfSightViewModel: () => newWidgetsLineOfSightLineOfSightViewModel,
|
|
1766
|
+
newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel: () => newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
1655
1767
|
newWidgetsLocate: () => newWidgetsLocate,
|
|
1656
1768
|
newWidgetsLocateLocateViewModel: () => newWidgetsLocateLocateViewModel,
|
|
1657
1769
|
newWidgetsMeasurement: () => newWidgetsMeasurement,
|
|
@@ -1722,6 +1834,7 @@ __export(src_exports, {
|
|
|
1722
1834
|
newWidgetsUtilityNetworkAssociations: () => newWidgetsUtilityNetworkAssociations,
|
|
1723
1835
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
1724
1836
|
newWidgetsUtilityNetworkTrace: () => newWidgetsUtilityNetworkTrace,
|
|
1837
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel: () => newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
1725
1838
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel: () => newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
1726
1839
|
newWidgetsUtilityNetworkValidateTopology: () => newWidgetsUtilityNetworkValidateTopology,
|
|
1727
1840
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel: () => newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -2055,6 +2168,17 @@ async function newFormElementsTextElement(properties) {
|
|
|
2055
2168
|
const ModConstructor = await importFormElementsTextElement();
|
|
2056
2169
|
return new ModConstructor(properties);
|
|
2057
2170
|
}
|
|
2171
|
+
async function importFormElementsUtilityNetworkAssociationsElement() {
|
|
2172
|
+
if (isAMD) {
|
|
2173
|
+
return await window.$arcgis.import("esri/form/elements/UtilityNetworkAssociationsElement");
|
|
2174
|
+
}
|
|
2175
|
+
const module2 = await import("@arcgis/core/form/elements/UtilityNetworkAssociationsElement.js");
|
|
2176
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2177
|
+
}
|
|
2178
|
+
async function newFormElementsUtilityNetworkAssociationsElement(properties) {
|
|
2179
|
+
const ModConstructor = await importFormElementsUtilityNetworkAssociationsElement();
|
|
2180
|
+
return new ModConstructor(properties);
|
|
2181
|
+
}
|
|
2058
2182
|
async function importFormElementsInputsBarcodeScannerInput() {
|
|
2059
2183
|
if (isAMD) {
|
|
2060
2184
|
return await window.$arcgis.import("esri/form/elements/inputs/BarcodeScannerInput");
|
|
@@ -2363,6 +2487,28 @@ async function newGeometrySpatialReference(properties) {
|
|
|
2363
2487
|
const ModConstructor = await importGeometrySpatialReference();
|
|
2364
2488
|
return new ModConstructor(properties);
|
|
2365
2489
|
}
|
|
2490
|
+
async function importGeometryOperatorsSupportGeographicTransformation() {
|
|
2491
|
+
if (isAMD) {
|
|
2492
|
+
return await window.$arcgis.import("esri/geometry/operators/support/GeographicTransformation");
|
|
2493
|
+
}
|
|
2494
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/GeographicTransformation.js");
|
|
2495
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2496
|
+
}
|
|
2497
|
+
async function newGeometryOperatorsSupportGeographicTransformation(properties) {
|
|
2498
|
+
const ModConstructor = await importGeometryOperatorsSupportGeographicTransformation();
|
|
2499
|
+
return new ModConstructor(properties);
|
|
2500
|
+
}
|
|
2501
|
+
async function importGeometryOperatorsSupportGeographicTransformationStep() {
|
|
2502
|
+
if (isAMD) {
|
|
2503
|
+
return await window.$arcgis.import("esri/geometry/operators/support/GeographicTransformationStep");
|
|
2504
|
+
}
|
|
2505
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/GeographicTransformationStep.js");
|
|
2506
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2507
|
+
}
|
|
2508
|
+
async function newGeometryOperatorsSupportGeographicTransformationStep(properties) {
|
|
2509
|
+
const ModConstructor = await importGeometryOperatorsSupportGeographicTransformationStep();
|
|
2510
|
+
return new ModConstructor(properties);
|
|
2511
|
+
}
|
|
2366
2512
|
async function importGeometryOperatorsSupportTransformation() {
|
|
2367
2513
|
if (isAMD) {
|
|
2368
2514
|
return await window.$arcgis.import("esri/geometry/operators/support/Transformation");
|
|
@@ -2484,6 +2630,17 @@ async function newGeometrySupportMeshTransform(properties) {
|
|
|
2484
2630
|
const ModConstructor = await importGeometrySupportMeshTransform();
|
|
2485
2631
|
return new ModConstructor(properties);
|
|
2486
2632
|
}
|
|
2633
|
+
async function importAttributeBinsGraphic() {
|
|
2634
|
+
if (isAMD) {
|
|
2635
|
+
return await window.$arcgis.import("esri/AttributeBinsGraphic");
|
|
2636
|
+
}
|
|
2637
|
+
const module2 = await import("@arcgis/core/AttributeBinsGraphic.js");
|
|
2638
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2639
|
+
}
|
|
2640
|
+
async function newAttributeBinsGraphic(properties) {
|
|
2641
|
+
const ModConstructor = await importAttributeBinsGraphic();
|
|
2642
|
+
return new ModConstructor(properties);
|
|
2643
|
+
}
|
|
2487
2644
|
async function importGraphic() {
|
|
2488
2645
|
if (isAMD) {
|
|
2489
2646
|
return await window.$arcgis.import("esri/Graphic");
|
|
@@ -2847,6 +3004,17 @@ async function newLayersLineOfSightLayer(properties) {
|
|
|
2847
3004
|
const ModConstructor = await importLayersLineOfSightLayer();
|
|
2848
3005
|
return new ModConstructor(properties);
|
|
2849
3006
|
}
|
|
3007
|
+
async function importLayersLinkChartLayer() {
|
|
3008
|
+
if (isAMD) {
|
|
3009
|
+
return await window.$arcgis.import("esri/layers/LinkChartLayer");
|
|
3010
|
+
}
|
|
3011
|
+
const module2 = await import("@arcgis/core/layers/LinkChartLayer.js");
|
|
3012
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3013
|
+
}
|
|
3014
|
+
async function newLayersLinkChartLayer(properties) {
|
|
3015
|
+
const ModConstructor = await importLayersLinkChartLayer();
|
|
3016
|
+
return new ModConstructor(properties);
|
|
3017
|
+
}
|
|
2850
3018
|
async function importLayersMapImageLayer() {
|
|
2851
3019
|
if (isAMD) {
|
|
2852
3020
|
return await window.$arcgis.import("esri/layers/MapImageLayer");
|
|
@@ -3089,6 +3257,28 @@ async function newLayersSupportDimensionalDefinition(properties) {
|
|
|
3089
3257
|
const ModConstructor = await importLayersSupportDimensionalDefinition();
|
|
3090
3258
|
return new ModConstructor(properties);
|
|
3091
3259
|
}
|
|
3260
|
+
async function importLayersSupportDisplayFilter() {
|
|
3261
|
+
if (isAMD) {
|
|
3262
|
+
return await window.$arcgis.import("esri/layers/support/DisplayFilter");
|
|
3263
|
+
}
|
|
3264
|
+
const module2 = await import("@arcgis/core/layers/support/DisplayFilter.js");
|
|
3265
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3266
|
+
}
|
|
3267
|
+
async function newLayersSupportDisplayFilter(properties) {
|
|
3268
|
+
const ModConstructor = await importLayersSupportDisplayFilter();
|
|
3269
|
+
return new ModConstructor(properties);
|
|
3270
|
+
}
|
|
3271
|
+
async function importLayersSupportDisplayFilterInfo() {
|
|
3272
|
+
if (isAMD) {
|
|
3273
|
+
return await window.$arcgis.import("esri/layers/support/DisplayFilterInfo");
|
|
3274
|
+
}
|
|
3275
|
+
const module2 = await import("@arcgis/core/layers/support/DisplayFilterInfo.js");
|
|
3276
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3277
|
+
}
|
|
3278
|
+
async function newLayersSupportDisplayFilterInfo(properties) {
|
|
3279
|
+
const ModConstructor = await importLayersSupportDisplayFilterInfo();
|
|
3280
|
+
return new ModConstructor(properties);
|
|
3281
|
+
}
|
|
3092
3282
|
async function importLayersSupportDomain() {
|
|
3093
3283
|
if (isAMD) {
|
|
3094
3284
|
return await window.$arcgis.import("esri/layers/support/Domain");
|
|
@@ -3375,6 +3565,17 @@ async function newLayersSupportMultidimensionalSubset(properties) {
|
|
|
3375
3565
|
const ModConstructor = await importLayersSupportMultidimensionalSubset();
|
|
3376
3566
|
return new ModConstructor(properties);
|
|
3377
3567
|
}
|
|
3568
|
+
async function importLayersSupportOrderByInfo() {
|
|
3569
|
+
if (isAMD) {
|
|
3570
|
+
return await window.$arcgis.import("esri/layers/support/OrderByInfo");
|
|
3571
|
+
}
|
|
3572
|
+
const module2 = await import("@arcgis/core/layers/support/OrderByInfo.js");
|
|
3573
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3574
|
+
}
|
|
3575
|
+
async function newLayersSupportOrderByInfo(properties) {
|
|
3576
|
+
const ModConstructor = await importLayersSupportOrderByInfo();
|
|
3577
|
+
return new ModConstructor(properties);
|
|
3578
|
+
}
|
|
3378
3579
|
async function importLayersSupportPixelBlock() {
|
|
3379
3580
|
if (isAMD) {
|
|
3380
3581
|
return await window.$arcgis.import("esri/layers/support/PixelBlock");
|
|
@@ -3859,6 +4060,61 @@ async function newLayersWMTSLayer(properties) {
|
|
|
3859
4060
|
const ModConstructor = await importLayersWMTSLayer();
|
|
3860
4061
|
return new ModConstructor(properties);
|
|
3861
4062
|
}
|
|
4063
|
+
async function importLinkChartChronologicalLayoutSettings() {
|
|
4064
|
+
if (isAMD) {
|
|
4065
|
+
return await window.$arcgis.import("esri/linkChart/ChronologicalLayoutSettings");
|
|
4066
|
+
}
|
|
4067
|
+
const module2 = await import("@arcgis/core/linkChart/ChronologicalLayoutSettings.js");
|
|
4068
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4069
|
+
}
|
|
4070
|
+
async function newLinkChartChronologicalLayoutSettings(properties) {
|
|
4071
|
+
const ModConstructor = await importLinkChartChronologicalLayoutSettings();
|
|
4072
|
+
return new ModConstructor(properties);
|
|
4073
|
+
}
|
|
4074
|
+
async function importLinkChartLayoutSettings() {
|
|
4075
|
+
if (isAMD) {
|
|
4076
|
+
return await window.$arcgis.import("esri/linkChart/LayoutSettings");
|
|
4077
|
+
}
|
|
4078
|
+
const module2 = await import("@arcgis/core/linkChart/LayoutSettings.js");
|
|
4079
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4080
|
+
}
|
|
4081
|
+
async function newLinkChartLayoutSettings(properties) {
|
|
4082
|
+
const ModConstructor = await importLinkChartLayoutSettings();
|
|
4083
|
+
return new ModConstructor(properties);
|
|
4084
|
+
}
|
|
4085
|
+
async function importLinkChartLinkChartProperties() {
|
|
4086
|
+
if (isAMD) {
|
|
4087
|
+
return await window.$arcgis.import("esri/linkChart/LinkChartProperties");
|
|
4088
|
+
}
|
|
4089
|
+
const module2 = await import("@arcgis/core/linkChart/LinkChartProperties.js");
|
|
4090
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4091
|
+
}
|
|
4092
|
+
async function newLinkChartLinkChartProperties(properties) {
|
|
4093
|
+
const ModConstructor = await importLinkChartLinkChartProperties();
|
|
4094
|
+
return new ModConstructor(properties);
|
|
4095
|
+
}
|
|
4096
|
+
async function importLinkChartNonspatialDataDisplay() {
|
|
4097
|
+
if (isAMD) {
|
|
4098
|
+
return await window.$arcgis.import("esri/linkChart/NonspatialDataDisplay");
|
|
4099
|
+
}
|
|
4100
|
+
const module2 = await import("@arcgis/core/linkChart/NonspatialDataDisplay.js");
|
|
4101
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4102
|
+
}
|
|
4103
|
+
async function newLinkChartNonspatialDataDisplay(properties) {
|
|
4104
|
+
const ModConstructor = await importLinkChartNonspatialDataDisplay();
|
|
4105
|
+
return new ModConstructor(properties);
|
|
4106
|
+
}
|
|
4107
|
+
async function importLinkChartOrganicLayoutSettings() {
|
|
4108
|
+
if (isAMD) {
|
|
4109
|
+
return await window.$arcgis.import("esri/linkChart/OrganicLayoutSettings");
|
|
4110
|
+
}
|
|
4111
|
+
const module2 = await import("@arcgis/core/linkChart/OrganicLayoutSettings.js");
|
|
4112
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4113
|
+
}
|
|
4114
|
+
async function newLinkChartOrganicLayoutSettings(properties) {
|
|
4115
|
+
const ModConstructor = await importLinkChartOrganicLayoutSettings();
|
|
4116
|
+
return new ModConstructor(properties);
|
|
4117
|
+
}
|
|
3862
4118
|
async function importMap() {
|
|
3863
4119
|
if (isAMD) {
|
|
3864
4120
|
return await window.$arcgis.import("esri/Map");
|
|
@@ -4222,6 +4478,17 @@ async function newPopupRelatedRecordsInfo(properties) {
|
|
|
4222
4478
|
const ModConstructor = await importPopupRelatedRecordsInfo();
|
|
4223
4479
|
return new ModConstructor(properties);
|
|
4224
4480
|
}
|
|
4481
|
+
async function importPopupSupportAttachmentsOrderByInfo() {
|
|
4482
|
+
if (isAMD) {
|
|
4483
|
+
return await window.$arcgis.import("esri/popup/support/AttachmentsOrderByInfo");
|
|
4484
|
+
}
|
|
4485
|
+
const module2 = await import("@arcgis/core/popup/support/AttachmentsOrderByInfo.js");
|
|
4486
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4487
|
+
}
|
|
4488
|
+
async function newPopupSupportAttachmentsOrderByInfo(properties) {
|
|
4489
|
+
const ModConstructor = await importPopupSupportAttachmentsOrderByInfo();
|
|
4490
|
+
return new ModConstructor(properties);
|
|
4491
|
+
}
|
|
4225
4492
|
async function importPopupSupportFieldInfoFormat() {
|
|
4226
4493
|
if (isAMD) {
|
|
4227
4494
|
return await window.$arcgis.import("esri/popup/support/FieldInfoFormat");
|
|
@@ -4244,6 +4511,17 @@ async function newPopupSupportRelatedRecordsInfoFieldOrder(properties) {
|
|
|
4244
4511
|
const ModConstructor = await importPopupSupportRelatedRecordsInfoFieldOrder();
|
|
4245
4512
|
return new ModConstructor(properties);
|
|
4246
4513
|
}
|
|
4514
|
+
async function importPopupSupportUtilityNetworkAssociationType() {
|
|
4515
|
+
if (isAMD) {
|
|
4516
|
+
return await window.$arcgis.import("esri/popup/support/UtilityNetworkAssociationType");
|
|
4517
|
+
}
|
|
4518
|
+
const module2 = await import("@arcgis/core/popup/support/UtilityNetworkAssociationType.js");
|
|
4519
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4520
|
+
}
|
|
4521
|
+
async function newPopupSupportUtilityNetworkAssociationType(properties) {
|
|
4522
|
+
const ModConstructor = await importPopupSupportUtilityNetworkAssociationType();
|
|
4523
|
+
return new ModConstructor(properties);
|
|
4524
|
+
}
|
|
4247
4525
|
async function importPopupTemplate() {
|
|
4248
4526
|
if (isAMD) {
|
|
4249
4527
|
return await window.$arcgis.import("esri/PopupTemplate");
|
|
@@ -4915,6 +5193,17 @@ async function newRestKnowledgeGraphGraphQueryResult(properties) {
|
|
|
4915
5193
|
const ModConstructor = await importRestKnowledgeGraphGraphQueryResult();
|
|
4916
5194
|
return new ModConstructor(properties);
|
|
4917
5195
|
}
|
|
5196
|
+
async function importRestKnowledgeGraphGraphQueryResultHeader() {
|
|
5197
|
+
if (isAMD) {
|
|
5198
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryResultHeader");
|
|
5199
|
+
}
|
|
5200
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphQueryResultHeader.js");
|
|
5201
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5202
|
+
}
|
|
5203
|
+
async function newRestKnowledgeGraphGraphQueryResultHeader(properties) {
|
|
5204
|
+
const ModConstructor = await importRestKnowledgeGraphGraphQueryResultHeader();
|
|
5205
|
+
return new ModConstructor(properties);
|
|
5206
|
+
}
|
|
4918
5207
|
async function importRestKnowledgeGraphGraphQueryStreaming() {
|
|
4919
5208
|
if (isAMD) {
|
|
4920
5209
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryStreaming");
|
|
@@ -5047,6 +5336,72 @@ async function newRestKnowledgeGraphServiceDefinition(properties) {
|
|
|
5047
5336
|
const ModConstructor = await importRestKnowledgeGraphServiceDefinition();
|
|
5048
5337
|
return new ModConstructor(properties);
|
|
5049
5338
|
}
|
|
5339
|
+
async function importRestKnowledgeGraphSourceTypeValueBehavior() {
|
|
5340
|
+
if (isAMD) {
|
|
5341
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/SourceTypeValueBehavior");
|
|
5342
|
+
}
|
|
5343
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/SourceTypeValueBehavior.js");
|
|
5344
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5345
|
+
}
|
|
5346
|
+
async function newRestKnowledgeGraphSourceTypeValueBehavior(properties) {
|
|
5347
|
+
const ModConstructor = await importRestKnowledgeGraphSourceTypeValueBehavior();
|
|
5348
|
+
return new ModConstructor(properties);
|
|
5349
|
+
}
|
|
5350
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration() {
|
|
5351
|
+
if (isAMD) {
|
|
5352
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsConfiguration");
|
|
5353
|
+
}
|
|
5354
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsConfiguration.js");
|
|
5355
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5356
|
+
}
|
|
5357
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration(properties) {
|
|
5358
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration();
|
|
5359
|
+
return new ModConstructor(properties);
|
|
5360
|
+
}
|
|
5361
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity() {
|
|
5362
|
+
if (isAMD) {
|
|
5363
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsEntity");
|
|
5364
|
+
}
|
|
5365
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsEntity.js");
|
|
5366
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5367
|
+
}
|
|
5368
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity(properties) {
|
|
5369
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity();
|
|
5370
|
+
return new ModConstructor(properties);
|
|
5371
|
+
}
|
|
5372
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter() {
|
|
5373
|
+
if (isAMD) {
|
|
5374
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsPathFilter");
|
|
5375
|
+
}
|
|
5376
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsPathFilter.js");
|
|
5377
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5378
|
+
}
|
|
5379
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter(properties) {
|
|
5380
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter();
|
|
5381
|
+
return new ModConstructor(properties);
|
|
5382
|
+
}
|
|
5383
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection() {
|
|
5384
|
+
if (isAMD) {
|
|
5385
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMKGTraversalDirection");
|
|
5386
|
+
}
|
|
5387
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMKGTraversalDirection.js");
|
|
5388
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5389
|
+
}
|
|
5390
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection(properties) {
|
|
5391
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection();
|
|
5392
|
+
return new ModConstructor(properties);
|
|
5393
|
+
}
|
|
5394
|
+
async function importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings() {
|
|
5395
|
+
if (isAMD) {
|
|
5396
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/FindPathsToolSettings");
|
|
5397
|
+
}
|
|
5398
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/FindPathsToolSettings.js");
|
|
5399
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5400
|
+
}
|
|
5401
|
+
async function newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings(properties) {
|
|
5402
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings();
|
|
5403
|
+
return new ModConstructor(properties);
|
|
5404
|
+
}
|
|
5050
5405
|
async function importRestNetworksSupportAggregatedGeometry() {
|
|
5051
5406
|
if (isAMD) {
|
|
5052
5407
|
return await window.$arcgis.import("esri/rest/networks/support/AggregatedGeometry");
|
|
@@ -5201,6 +5556,94 @@ async function newRestSupportAddressCandidate(properties) {
|
|
|
5201
5556
|
const ModConstructor = await importRestSupportAddressCandidate();
|
|
5202
5557
|
return new ModConstructor(properties);
|
|
5203
5558
|
}
|
|
5559
|
+
async function importRestSupportAttributeBinsFeatureSet() {
|
|
5560
|
+
if (isAMD) {
|
|
5561
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsFeatureSet");
|
|
5562
|
+
}
|
|
5563
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsFeatureSet.js");
|
|
5564
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5565
|
+
}
|
|
5566
|
+
async function newRestSupportAttributeBinsFeatureSet(properties) {
|
|
5567
|
+
const ModConstructor = await importRestSupportAttributeBinsFeatureSet();
|
|
5568
|
+
return new ModConstructor(properties);
|
|
5569
|
+
}
|
|
5570
|
+
async function importRestSupportAttributeBinsQuery() {
|
|
5571
|
+
if (isAMD) {
|
|
5572
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsQuery");
|
|
5573
|
+
}
|
|
5574
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsQuery.js");
|
|
5575
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5576
|
+
}
|
|
5577
|
+
async function newRestSupportAttributeBinsQuery(properties) {
|
|
5578
|
+
const ModConstructor = await importRestSupportAttributeBinsQuery();
|
|
5579
|
+
return new ModConstructor(properties);
|
|
5580
|
+
}
|
|
5581
|
+
async function importRestSupportAttributeBinsGrouping() {
|
|
5582
|
+
if (isAMD) {
|
|
5583
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsGrouping");
|
|
5584
|
+
}
|
|
5585
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsGrouping.js");
|
|
5586
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5587
|
+
}
|
|
5588
|
+
async function newRestSupportAttributeBinsGrouping(properties) {
|
|
5589
|
+
const ModConstructor = await importRestSupportAttributeBinsGrouping();
|
|
5590
|
+
return new ModConstructor(properties);
|
|
5591
|
+
}
|
|
5592
|
+
async function importRestSupportAutoIntervalBinParameters() {
|
|
5593
|
+
if (isAMD) {
|
|
5594
|
+
return await window.$arcgis.import("esri/rest/support/AutoIntervalBinParameters");
|
|
5595
|
+
}
|
|
5596
|
+
const module2 = await import("@arcgis/core/rest/support/AutoIntervalBinParameters.js");
|
|
5597
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5598
|
+
}
|
|
5599
|
+
async function newRestSupportAutoIntervalBinParameters(properties) {
|
|
5600
|
+
const ModConstructor = await importRestSupportAutoIntervalBinParameters();
|
|
5601
|
+
return new ModConstructor(properties);
|
|
5602
|
+
}
|
|
5603
|
+
async function importRestSupportFixedBoundariesBinParameters() {
|
|
5604
|
+
if (isAMD) {
|
|
5605
|
+
return await window.$arcgis.import("esri/rest/support/FixedBoundariesBinParameters");
|
|
5606
|
+
}
|
|
5607
|
+
const module2 = await import("@arcgis/core/rest/support/FixedBoundariesBinParameters.js");
|
|
5608
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5609
|
+
}
|
|
5610
|
+
async function newRestSupportFixedBoundariesBinParameters(properties) {
|
|
5611
|
+
const ModConstructor = await importRestSupportFixedBoundariesBinParameters();
|
|
5612
|
+
return new ModConstructor(properties);
|
|
5613
|
+
}
|
|
5614
|
+
async function importRestSupportFixedIntervalBinParameters() {
|
|
5615
|
+
if (isAMD) {
|
|
5616
|
+
return await window.$arcgis.import("esri/rest/support/FixedIntervalBinParameters");
|
|
5617
|
+
}
|
|
5618
|
+
const module2 = await import("@arcgis/core/rest/support/FixedIntervalBinParameters.js");
|
|
5619
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5620
|
+
}
|
|
5621
|
+
async function newRestSupportFixedIntervalBinParameters(properties) {
|
|
5622
|
+
const ModConstructor = await importRestSupportFixedIntervalBinParameters();
|
|
5623
|
+
return new ModConstructor(properties);
|
|
5624
|
+
}
|
|
5625
|
+
async function importRestSupportDateBinParameters() {
|
|
5626
|
+
if (isAMD) {
|
|
5627
|
+
return await window.$arcgis.import("esri/rest/support/DateBinParameters");
|
|
5628
|
+
}
|
|
5629
|
+
const module2 = await import("@arcgis/core/rest/support/DateBinParameters.js");
|
|
5630
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5631
|
+
}
|
|
5632
|
+
async function newRestSupportDateBinParameters(properties) {
|
|
5633
|
+
const ModConstructor = await importRestSupportDateBinParameters();
|
|
5634
|
+
return new ModConstructor(properties);
|
|
5635
|
+
}
|
|
5636
|
+
async function importRestSupportDateBinTimeInterval() {
|
|
5637
|
+
if (isAMD) {
|
|
5638
|
+
return await window.$arcgis.import("esri/rest/support/DateBinTimeInterval");
|
|
5639
|
+
}
|
|
5640
|
+
const module2 = await import("@arcgis/core/rest/support/DateBinTimeInterval.js");
|
|
5641
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5642
|
+
}
|
|
5643
|
+
async function newRestSupportDateBinTimeInterval(properties) {
|
|
5644
|
+
const ModConstructor = await importRestSupportDateBinTimeInterval();
|
|
5645
|
+
return new ModConstructor(properties);
|
|
5646
|
+
}
|
|
5204
5647
|
async function importRestSupportAlgorithmicColorRamp() {
|
|
5205
5648
|
if (isAMD) {
|
|
5206
5649
|
return await window.$arcgis.import("esri/rest/support/AlgorithmicColorRamp");
|
|
@@ -5245,6 +5688,28 @@ async function newRestSupportAttachmentQuery(properties) {
|
|
|
5245
5688
|
const ModConstructor = await importRestSupportAttachmentQuery();
|
|
5246
5689
|
return new ModConstructor(properties);
|
|
5247
5690
|
}
|
|
5691
|
+
async function importRestSupportBaseImageMeasureParameters() {
|
|
5692
|
+
if (isAMD) {
|
|
5693
|
+
return await window.$arcgis.import("esri/rest/support/BaseImageMeasureParameters");
|
|
5694
|
+
}
|
|
5695
|
+
const module2 = await import("@arcgis/core/rest/support/BaseImageMeasureParameters.js");
|
|
5696
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5697
|
+
}
|
|
5698
|
+
async function newRestSupportBaseImageMeasureParameters(properties) {
|
|
5699
|
+
const ModConstructor = await importRestSupportBaseImageMeasureParameters();
|
|
5700
|
+
return new ModConstructor(properties);
|
|
5701
|
+
}
|
|
5702
|
+
async function importRestSupportBaseImageMeasureResult() {
|
|
5703
|
+
if (isAMD) {
|
|
5704
|
+
return await window.$arcgis.import("esri/rest/support/BaseImageMeasureResult");
|
|
5705
|
+
}
|
|
5706
|
+
const module2 = await import("@arcgis/core/rest/support/BaseImageMeasureResult.js");
|
|
5707
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5708
|
+
}
|
|
5709
|
+
async function newRestSupportBaseImageMeasureResult(properties) {
|
|
5710
|
+
const ModConstructor = await importRestSupportBaseImageMeasureResult();
|
|
5711
|
+
return new ModConstructor(properties);
|
|
5712
|
+
}
|
|
5248
5713
|
async function importRestSupportBufferParameters() {
|
|
5249
5714
|
if (isAMD) {
|
|
5250
5715
|
return await window.$arcgis.import("esri/rest/support/BufferParameters");
|
|
@@ -5828,6 +6293,39 @@ async function newRestSupportImageUrlResult(properties) {
|
|
|
5828
6293
|
const ModConstructor = await importRestSupportImageUrlResult();
|
|
5829
6294
|
return new ModConstructor(properties);
|
|
5830
6295
|
}
|
|
6296
|
+
async function importRestSupportImageVolume() {
|
|
6297
|
+
if (isAMD) {
|
|
6298
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolume");
|
|
6299
|
+
}
|
|
6300
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolume.js");
|
|
6301
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6302
|
+
}
|
|
6303
|
+
async function newRestSupportImageVolume(properties) {
|
|
6304
|
+
const ModConstructor = await importRestSupportImageVolume();
|
|
6305
|
+
return new ModConstructor(properties);
|
|
6306
|
+
}
|
|
6307
|
+
async function importRestSupportImageVolumeParameters() {
|
|
6308
|
+
if (isAMD) {
|
|
6309
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolumeParameters");
|
|
6310
|
+
}
|
|
6311
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolumeParameters.js");
|
|
6312
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6313
|
+
}
|
|
6314
|
+
async function newRestSupportImageVolumeParameters(properties) {
|
|
6315
|
+
const ModConstructor = await importRestSupportImageVolumeParameters();
|
|
6316
|
+
return new ModConstructor(properties);
|
|
6317
|
+
}
|
|
6318
|
+
async function importRestSupportImageVolumeResult() {
|
|
6319
|
+
if (isAMD) {
|
|
6320
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolumeResult");
|
|
6321
|
+
}
|
|
6322
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolumeResult.js");
|
|
6323
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6324
|
+
}
|
|
6325
|
+
async function newRestSupportImageVolumeResult(properties) {
|
|
6326
|
+
const ModConstructor = await importRestSupportImageVolumeResult();
|
|
6327
|
+
return new ModConstructor(properties);
|
|
6328
|
+
}
|
|
5831
6329
|
async function importRestSupportJobInfo() {
|
|
5832
6330
|
if (isAMD) {
|
|
5833
6331
|
return await window.$arcgis.import("esri/rest/support/JobInfo");
|
|
@@ -7390,6 +7888,17 @@ async function newViewsLayersImageryLayerView(properties) {
|
|
|
7390
7888
|
const ModConstructor = await importViewsLayersImageryLayerView();
|
|
7391
7889
|
return new ModConstructor(properties);
|
|
7392
7890
|
}
|
|
7891
|
+
async function importViewsLayersImageryTileLayerView() {
|
|
7892
|
+
if (isAMD) {
|
|
7893
|
+
return await window.$arcgis.import("esri/views/layers/ImageryTileLayerView");
|
|
7894
|
+
}
|
|
7895
|
+
const module2 = await import("@arcgis/core/views/layers/ImageryTileLayerView.js");
|
|
7896
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7897
|
+
}
|
|
7898
|
+
async function newViewsLayersImageryTileLayerView(properties) {
|
|
7899
|
+
const ModConstructor = await importViewsLayersImageryTileLayerView();
|
|
7900
|
+
return new ModConstructor(properties);
|
|
7901
|
+
}
|
|
7393
7902
|
async function importViewsLayersLayerView() {
|
|
7394
7903
|
if (isAMD) {
|
|
7395
7904
|
return await window.$arcgis.import("esri/views/layers/LayerView");
|
|
@@ -7456,6 +7965,17 @@ async function newViewsLayersViewshedLayerView(properties) {
|
|
|
7456
7965
|
const ModConstructor = await importViewsLayersViewshedLayerView();
|
|
7457
7966
|
return new ModConstructor(properties);
|
|
7458
7967
|
}
|
|
7968
|
+
async function importViewsLinkChartView() {
|
|
7969
|
+
if (isAMD) {
|
|
7970
|
+
return await window.$arcgis.import("esri/views/LinkChartView");
|
|
7971
|
+
}
|
|
7972
|
+
const module2 = await import("@arcgis/core/views/LinkChartView.js");
|
|
7973
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7974
|
+
}
|
|
7975
|
+
async function newViewsLinkChartView(properties) {
|
|
7976
|
+
const ModConstructor = await importViewsLinkChartView();
|
|
7977
|
+
return new ModConstructor(properties);
|
|
7978
|
+
}
|
|
7459
7979
|
async function importViewsMagnifier() {
|
|
7460
7980
|
if (isAMD) {
|
|
7461
7981
|
return await window.$arcgis.import("esri/views/Magnifier");
|
|
@@ -7500,6 +8020,17 @@ async function newViewsNavigationNavigation(properties) {
|
|
|
7500
8020
|
const ModConstructor = await importViewsNavigationNavigation();
|
|
7501
8021
|
return new ModConstructor(properties);
|
|
7502
8022
|
}
|
|
8023
|
+
async function importViewsNavigationNavigationActionMap() {
|
|
8024
|
+
if (isAMD) {
|
|
8025
|
+
return await window.$arcgis.import("esri/views/navigation/NavigationActionMap");
|
|
8026
|
+
}
|
|
8027
|
+
const module2 = await import("@arcgis/core/views/navigation/NavigationActionMap.js");
|
|
8028
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8029
|
+
}
|
|
8030
|
+
async function newViewsNavigationNavigationActionMap(properties) {
|
|
8031
|
+
const ModConstructor = await importViewsNavigationNavigationActionMap();
|
|
8032
|
+
return new ModConstructor(properties);
|
|
8033
|
+
}
|
|
7503
8034
|
async function importViewsSceneView() {
|
|
7504
8035
|
if (isAMD) {
|
|
7505
8036
|
return await window.$arcgis.import("esri/views/SceneView");
|
|
@@ -7511,6 +8042,17 @@ async function newViewsSceneView(properties) {
|
|
|
7511
8042
|
const ModConstructor = await importViewsSceneView();
|
|
7512
8043
|
return new ModConstructor(properties);
|
|
7513
8044
|
}
|
|
8045
|
+
async function importViewsSupportHighlightOptions() {
|
|
8046
|
+
if (isAMD) {
|
|
8047
|
+
return await window.$arcgis.import("esri/views/support/HighlightOptions");
|
|
8048
|
+
}
|
|
8049
|
+
const module2 = await import("@arcgis/core/views/support/HighlightOptions.js");
|
|
8050
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8051
|
+
}
|
|
8052
|
+
async function newViewsSupportHighlightOptions(properties) {
|
|
8053
|
+
const ModConstructor = await importViewsSupportHighlightOptions();
|
|
8054
|
+
return new ModConstructor(properties);
|
|
8055
|
+
}
|
|
7514
8056
|
async function importViewsUiDefaultUI() {
|
|
7515
8057
|
if (isAMD) {
|
|
7516
8058
|
return await window.$arcgis.import("esri/views/ui/DefaultUI");
|
|
@@ -7786,6 +8328,17 @@ async function newWebDocument2D(properties) {
|
|
|
7786
8328
|
const ModConstructor = await importWebDocument2D();
|
|
7787
8329
|
return new ModConstructor(properties);
|
|
7788
8330
|
}
|
|
8331
|
+
async function importWebLinkChart() {
|
|
8332
|
+
if (isAMD) {
|
|
8333
|
+
return await window.$arcgis.import("esri/WebLinkChart");
|
|
8334
|
+
}
|
|
8335
|
+
const module2 = await import("@arcgis/core/WebLinkChart.js");
|
|
8336
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8337
|
+
}
|
|
8338
|
+
async function newWebLinkChart(properties) {
|
|
8339
|
+
const ModConstructor = await importWebLinkChart();
|
|
8340
|
+
return new ModConstructor(properties);
|
|
8341
|
+
}
|
|
7789
8342
|
async function importWebMap() {
|
|
7790
8343
|
if (isAMD) {
|
|
7791
8344
|
return await window.$arcgis.import("esri/WebMap");
|
|
@@ -7929,6 +8482,17 @@ async function newWebsceneSlide(properties) {
|
|
|
7929
8482
|
const ModConstructor = await importWebsceneSlide();
|
|
7930
8483
|
return new ModConstructor(properties);
|
|
7931
8484
|
}
|
|
8485
|
+
async function importWebsceneSlideLegendInfo() {
|
|
8486
|
+
if (isAMD) {
|
|
8487
|
+
return await window.$arcgis.import("esri/webscene/SlideLegendInfo");
|
|
8488
|
+
}
|
|
8489
|
+
const module2 = await import("@arcgis/core/webscene/SlideLegendInfo.js");
|
|
8490
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8491
|
+
}
|
|
8492
|
+
async function newWebsceneSlideLegendInfo(properties) {
|
|
8493
|
+
const ModConstructor = await importWebsceneSlideLegendInfo();
|
|
8494
|
+
return new ModConstructor(properties);
|
|
8495
|
+
}
|
|
7932
8496
|
async function importWebsceneSunLighting() {
|
|
7933
8497
|
if (isAMD) {
|
|
7934
8498
|
return await window.$arcgis.import("esri/webscene/SunLighting");
|
|
@@ -8688,6 +9252,28 @@ async function newWidgetsFeatureFormRelationshipInput(properties) {
|
|
|
8688
9252
|
const ModConstructor = await importWidgetsFeatureFormRelationshipInput();
|
|
8689
9253
|
return new ModConstructor(properties);
|
|
8690
9254
|
}
|
|
9255
|
+
async function importWidgetsFeatureFormTextElementInput() {
|
|
9256
|
+
if (isAMD) {
|
|
9257
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/TextElementInput");
|
|
9258
|
+
}
|
|
9259
|
+
const module2 = await import("@arcgis/core/widgets/FeatureForm/TextElementInput.js");
|
|
9260
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9261
|
+
}
|
|
9262
|
+
async function newWidgetsFeatureFormTextElementInput(properties) {
|
|
9263
|
+
const ModConstructor = await importWidgetsFeatureFormTextElementInput();
|
|
9264
|
+
return new ModConstructor(properties);
|
|
9265
|
+
}
|
|
9266
|
+
async function importWidgetsFeatureFormUtilityNetworkAssociationInput() {
|
|
9267
|
+
if (isAMD) {
|
|
9268
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/UtilityNetworkAssociationInput");
|
|
9269
|
+
}
|
|
9270
|
+
const module2 = await import("@arcgis/core/widgets/FeatureForm/UtilityNetworkAssociationInput.js");
|
|
9271
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9272
|
+
}
|
|
9273
|
+
async function newWidgetsFeatureFormUtilityNetworkAssociationInput(properties) {
|
|
9274
|
+
const ModConstructor = await importWidgetsFeatureFormUtilityNetworkAssociationInput();
|
|
9275
|
+
return new ModConstructor(properties);
|
|
9276
|
+
}
|
|
8691
9277
|
async function importWidgetsFeatures() {
|
|
8692
9278
|
if (isAMD) {
|
|
8693
9279
|
return await window.$arcgis.import("esri/widgets/Features");
|
|
@@ -8864,6 +9450,28 @@ async function newWidgetsFeatureTableSupportFieldColumnTemplate(properties) {
|
|
|
8864
9450
|
const ModConstructor = await importWidgetsFeatureTableSupportFieldColumnTemplate();
|
|
8865
9451
|
return new ModConstructor(properties);
|
|
8866
9452
|
}
|
|
9453
|
+
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
9454
|
+
if (isAMD) {
|
|
9455
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
9456
|
+
}
|
|
9457
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsColumnTemplate.js");
|
|
9458
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9459
|
+
}
|
|
9460
|
+
async function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties) {
|
|
9461
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsColumnTemplate();
|
|
9462
|
+
return new ModConstructor(properties);
|
|
9463
|
+
}
|
|
9464
|
+
async function importWidgetsFeatureTableSupportRelationshipColumnTemplate() {
|
|
9465
|
+
if (isAMD) {
|
|
9466
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/RelationshipColumnTemplate");
|
|
9467
|
+
}
|
|
9468
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/RelationshipColumnTemplate.js");
|
|
9469
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9470
|
+
}
|
|
9471
|
+
async function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties) {
|
|
9472
|
+
const ModConstructor = await importWidgetsFeatureTableSupportRelationshipColumnTemplate();
|
|
9473
|
+
return new ModConstructor(properties);
|
|
9474
|
+
}
|
|
8867
9475
|
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
8868
9476
|
if (isAMD) {
|
|
8869
9477
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
@@ -9117,6 +9725,17 @@ async function newWidgetsLegendSupportActiveLayerInfo(properties) {
|
|
|
9117
9725
|
const ModConstructor = await importWidgetsLegendSupportActiveLayerInfo();
|
|
9118
9726
|
return new ModConstructor(properties);
|
|
9119
9727
|
}
|
|
9728
|
+
async function importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel() {
|
|
9729
|
+
if (isAMD) {
|
|
9730
|
+
return await window.$arcgis.import("esri/widgets/LinkChartLayoutSwitcher/LinkChartLayoutSwitcherViewModel");
|
|
9731
|
+
}
|
|
9732
|
+
const module2 = await import("@arcgis/core/widgets/LinkChartLayoutSwitcher/LinkChartLayoutSwitcherViewModel.js");
|
|
9733
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9734
|
+
}
|
|
9735
|
+
async function newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel(properties) {
|
|
9736
|
+
const ModConstructor = await importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel();
|
|
9737
|
+
return new ModConstructor(properties);
|
|
9738
|
+
}
|
|
9120
9739
|
async function importWidgetsLineOfSight() {
|
|
9121
9740
|
if (isAMD) {
|
|
9122
9741
|
return await window.$arcgis.import("esri/widgets/LineOfSight");
|
|
@@ -9920,6 +10539,17 @@ async function newWidgetsUtilityNetworkTrace(properties) {
|
|
|
9920
10539
|
const ModConstructor = await importWidgetsUtilityNetworkTrace();
|
|
9921
10540
|
return new ModConstructor(properties);
|
|
9922
10541
|
}
|
|
10542
|
+
async function importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel() {
|
|
10543
|
+
if (isAMD) {
|
|
10544
|
+
return await window.$arcgis.import("esri/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel");
|
|
10545
|
+
}
|
|
10546
|
+
const module2 = await import("@arcgis/core/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel.js");
|
|
10547
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10548
|
+
}
|
|
10549
|
+
async function newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel(properties) {
|
|
10550
|
+
const ModConstructor = await importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel();
|
|
10551
|
+
return new ModConstructor(properties);
|
|
10552
|
+
}
|
|
9923
10553
|
async function importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel() {
|
|
9924
10554
|
if (isAMD) {
|
|
9925
10555
|
return await window.$arcgis.import("esri/widgets/UtilityNetworkTrace/UtilityNetworkTraceViewModel");
|
|
@@ -10173,25 +10803,25 @@ async function importCoreWorkers() {
|
|
|
10173
10803
|
const module2 = await import("@arcgis/core/core/workers.js");
|
|
10174
10804
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10175
10805
|
}
|
|
10176
|
-
async function
|
|
10806
|
+
async function importEditingSharedTemplatesSharedTemplateMetadata() {
|
|
10177
10807
|
if (isAMD) {
|
|
10178
|
-
return await window.$arcgis.import("esri/
|
|
10808
|
+
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplateMetadata");
|
|
10179
10809
|
}
|
|
10180
|
-
const module2 = await import("@arcgis/core/
|
|
10810
|
+
const module2 = await import("@arcgis/core/editing/sharedTemplates/SharedTemplateMetadata.js");
|
|
10181
10811
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10182
10812
|
}
|
|
10183
|
-
async function
|
|
10813
|
+
async function importFormElementsInputs() {
|
|
10184
10814
|
if (isAMD) {
|
|
10185
|
-
return await window.$arcgis.import("esri/form/elements/
|
|
10815
|
+
return await window.$arcgis.import("esri/form/elements/inputs");
|
|
10186
10816
|
}
|
|
10187
|
-
const module2 = await import("@arcgis/core/form/elements/
|
|
10817
|
+
const module2 = await import("@arcgis/core/form/elements/inputs.js");
|
|
10188
10818
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10189
10819
|
}
|
|
10190
|
-
async function
|
|
10820
|
+
async function importFormElements() {
|
|
10191
10821
|
if (isAMD) {
|
|
10192
|
-
return await window.$arcgis.import("esri/form/
|
|
10822
|
+
return await window.$arcgis.import("esri/form/elements");
|
|
10193
10823
|
}
|
|
10194
|
-
const module2 = await import("@arcgis/core/form/
|
|
10824
|
+
const module2 = await import("@arcgis/core/form/elements.js");
|
|
10195
10825
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10196
10826
|
}
|
|
10197
10827
|
async function importGeometry() {
|
|
@@ -10236,6 +10866,13 @@ async function importGeometryOperatorsAffineTransformOperator() {
|
|
|
10236
10866
|
const module2 = await import("@arcgis/core/geometry/operators/affineTransformOperator.js");
|
|
10237
10867
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10238
10868
|
}
|
|
10869
|
+
async function importGeometryOperatorsAlphaShapeOperator() {
|
|
10870
|
+
if (isAMD) {
|
|
10871
|
+
return await window.$arcgis.import("esri/geometry/operators/alphaShapeOperator");
|
|
10872
|
+
}
|
|
10873
|
+
const module2 = await import("@arcgis/core/geometry/operators/alphaShapeOperator.js");
|
|
10874
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10875
|
+
}
|
|
10239
10876
|
async function importGeometryOperatorsAreaOperator() {
|
|
10240
10877
|
if (isAMD) {
|
|
10241
10878
|
return await window.$arcgis.import("esri/geometry/operators/areaOperator");
|
|
@@ -10243,6 +10880,20 @@ async function importGeometryOperatorsAreaOperator() {
|
|
|
10243
10880
|
const module2 = await import("@arcgis/core/geometry/operators/areaOperator.js");
|
|
10244
10881
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10245
10882
|
}
|
|
10883
|
+
async function importGeometryOperatorsAutoCompleteOperator() {
|
|
10884
|
+
if (isAMD) {
|
|
10885
|
+
return await window.$arcgis.import("esri/geometry/operators/autoCompleteOperator");
|
|
10886
|
+
}
|
|
10887
|
+
const module2 = await import("@arcgis/core/geometry/operators/autoCompleteOperator.js");
|
|
10888
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10889
|
+
}
|
|
10890
|
+
async function importGeometryOperatorsBoundaryOperator() {
|
|
10891
|
+
if (isAMD) {
|
|
10892
|
+
return await window.$arcgis.import("esri/geometry/operators/boundaryOperator");
|
|
10893
|
+
}
|
|
10894
|
+
const module2 = await import("@arcgis/core/geometry/operators/boundaryOperator.js");
|
|
10895
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10896
|
+
}
|
|
10246
10897
|
async function importGeometryOperatorsBufferOperator() {
|
|
10247
10898
|
if (isAMD) {
|
|
10248
10899
|
return await window.$arcgis.import("esri/geometry/operators/bufferOperator");
|
|
@@ -10327,6 +10978,13 @@ async function importGeometryOperatorsEqualsOperator() {
|
|
|
10327
10978
|
const module2 = await import("@arcgis/core/geometry/operators/equalsOperator.js");
|
|
10328
10979
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10329
10980
|
}
|
|
10981
|
+
async function importGeometryOperatorsExtendOperator() {
|
|
10982
|
+
if (isAMD) {
|
|
10983
|
+
return await window.$arcgis.import("esri/geometry/operators/extendOperator");
|
|
10984
|
+
}
|
|
10985
|
+
const module2 = await import("@arcgis/core/geometry/operators/extendOperator.js");
|
|
10986
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10987
|
+
}
|
|
10330
10988
|
async function importGeometryOperatorsGeneralizeOperator() {
|
|
10331
10989
|
if (isAMD) {
|
|
10332
10990
|
return await window.$arcgis.import("esri/geometry/operators/generalizeOperator");
|
|
@@ -10341,6 +10999,13 @@ async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
|
10341
10999
|
const module2 = await import("@arcgis/core/geometry/operators/geodesicBufferOperator.js");
|
|
10342
11000
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10343
11001
|
}
|
|
11002
|
+
async function importGeometryOperatorsGeodesicProximityOperator() {
|
|
11003
|
+
if (isAMD) {
|
|
11004
|
+
return await window.$arcgis.import("esri/geometry/operators/geodesicProximityOperator");
|
|
11005
|
+
}
|
|
11006
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodesicProximityOperator.js");
|
|
11007
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11008
|
+
}
|
|
10344
11009
|
async function importGeometryOperatorsGeodeticAreaOperator() {
|
|
10345
11010
|
if (isAMD) {
|
|
10346
11011
|
return await window.$arcgis.import("esri/geometry/operators/geodeticAreaOperator");
|
|
@@ -10376,6 +11041,13 @@ async function importGeometryOperatorsGraphicBufferOperator() {
|
|
|
10376
11041
|
const module2 = await import("@arcgis/core/geometry/operators/graphicBufferOperator.js");
|
|
10377
11042
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10378
11043
|
}
|
|
11044
|
+
async function importGeometryOperatorsIntegrateOperator() {
|
|
11045
|
+
if (isAMD) {
|
|
11046
|
+
return await window.$arcgis.import("esri/geometry/operators/integrateOperator");
|
|
11047
|
+
}
|
|
11048
|
+
const module2 = await import("@arcgis/core/geometry/operators/integrateOperator.js");
|
|
11049
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11050
|
+
}
|
|
10379
11051
|
async function importGeometryOperatorsIntersectionOperator() {
|
|
10380
11052
|
if (isAMD) {
|
|
10381
11053
|
return await window.$arcgis.import("esri/geometry/operators/intersectionOperator");
|
|
@@ -10390,6 +11062,20 @@ async function importGeometryOperatorsIntersectsOperator() {
|
|
|
10390
11062
|
const module2 = await import("@arcgis/core/geometry/operators/intersectsOperator.js");
|
|
10391
11063
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10392
11064
|
}
|
|
11065
|
+
async function importGeometryOperatorsIsNearOperator() {
|
|
11066
|
+
if (isAMD) {
|
|
11067
|
+
return await window.$arcgis.import("esri/geometry/operators/isNearOperator");
|
|
11068
|
+
}
|
|
11069
|
+
const module2 = await import("@arcgis/core/geometry/operators/isNearOperator.js");
|
|
11070
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11071
|
+
}
|
|
11072
|
+
async function importGeometryOperatorsLabelPointOperator() {
|
|
11073
|
+
if (isAMD) {
|
|
11074
|
+
return await window.$arcgis.import("esri/geometry/operators/labelPointOperator");
|
|
11075
|
+
}
|
|
11076
|
+
const module2 = await import("@arcgis/core/geometry/operators/labelPointOperator.js");
|
|
11077
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11078
|
+
}
|
|
10393
11079
|
async function importGeometryOperatorsLengthOperator() {
|
|
10394
11080
|
if (isAMD) {
|
|
10395
11081
|
return await window.$arcgis.import("esri/geometry/operators/lengthOperator");
|
|
@@ -10397,6 +11083,34 @@ async function importGeometryOperatorsLengthOperator() {
|
|
|
10397
11083
|
const module2 = await import("@arcgis/core/geometry/operators/lengthOperator.js");
|
|
10398
11084
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10399
11085
|
}
|
|
11086
|
+
async function importGeometryOperatorsLinesToPolygonsOperator() {
|
|
11087
|
+
if (isAMD) {
|
|
11088
|
+
return await window.$arcgis.import("esri/geometry/operators/linesToPolygonsOperator");
|
|
11089
|
+
}
|
|
11090
|
+
const module2 = await import("@arcgis/core/geometry/operators/linesToPolygonsOperator.js");
|
|
11091
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11092
|
+
}
|
|
11093
|
+
async function importGeometryOperatorsLocateBetweenOperator() {
|
|
11094
|
+
if (isAMD) {
|
|
11095
|
+
return await window.$arcgis.import("esri/geometry/operators/locateBetweenOperator");
|
|
11096
|
+
}
|
|
11097
|
+
const module2 = await import("@arcgis/core/geometry/operators/locateBetweenOperator.js");
|
|
11098
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11099
|
+
}
|
|
11100
|
+
async function importGeometryOperatorsMinimumBoundingCircleOperator() {
|
|
11101
|
+
if (isAMD) {
|
|
11102
|
+
return await window.$arcgis.import("esri/geometry/operators/minimumBoundingCircleOperator");
|
|
11103
|
+
}
|
|
11104
|
+
const module2 = await import("@arcgis/core/geometry/operators/minimumBoundingCircleOperator.js");
|
|
11105
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11106
|
+
}
|
|
11107
|
+
async function importGeometryOperatorsMultiPartToSinglePartOperator() {
|
|
11108
|
+
if (isAMD) {
|
|
11109
|
+
return await window.$arcgis.import("esri/geometry/operators/multiPartToSinglePartOperator");
|
|
11110
|
+
}
|
|
11111
|
+
const module2 = await import("@arcgis/core/geometry/operators/multiPartToSinglePartOperator.js");
|
|
11112
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11113
|
+
}
|
|
10400
11114
|
async function importGeometryOperatorsOffsetOperator() {
|
|
10401
11115
|
if (isAMD) {
|
|
10402
11116
|
return await window.$arcgis.import("esri/geometry/operators/offsetOperator");
|
|
@@ -10411,6 +11125,27 @@ async function importGeometryOperatorsOverlapsOperator() {
|
|
|
10411
11125
|
const module2 = await import("@arcgis/core/geometry/operators/overlapsOperator.js");
|
|
10412
11126
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10413
11127
|
}
|
|
11128
|
+
async function importGeometryOperatorsPolygonOverlayOperator() {
|
|
11129
|
+
if (isAMD) {
|
|
11130
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonOverlayOperator");
|
|
11131
|
+
}
|
|
11132
|
+
const module2 = await import("@arcgis/core/geometry/operators/polygonOverlayOperator.js");
|
|
11133
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11134
|
+
}
|
|
11135
|
+
async function importGeometryOperatorsPolygonSlicerOperator() {
|
|
11136
|
+
if (isAMD) {
|
|
11137
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonSlicerOperator");
|
|
11138
|
+
}
|
|
11139
|
+
const module2 = await import("@arcgis/core/geometry/operators/polygonSlicerOperator.js");
|
|
11140
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11141
|
+
}
|
|
11142
|
+
async function importGeometryOperatorsProjectOperator() {
|
|
11143
|
+
if (isAMD) {
|
|
11144
|
+
return await window.$arcgis.import("esri/geometry/operators/projectOperator");
|
|
11145
|
+
}
|
|
11146
|
+
const module2 = await import("@arcgis/core/geometry/operators/projectOperator.js");
|
|
11147
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11148
|
+
}
|
|
10414
11149
|
async function importGeometryOperatorsProximityOperator() {
|
|
10415
11150
|
if (isAMD) {
|
|
10416
11151
|
return await window.$arcgis.import("esri/geometry/operators/proximityOperator");
|
|
@@ -10425,6 +11160,20 @@ async function importGeometryOperatorsRelateOperator() {
|
|
|
10425
11160
|
const module2 = await import("@arcgis/core/geometry/operators/relateOperator.js");
|
|
10426
11161
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10427
11162
|
}
|
|
11163
|
+
async function importGeometryOperatorsReshapeOperator() {
|
|
11164
|
+
if (isAMD) {
|
|
11165
|
+
return await window.$arcgis.import("esri/geometry/operators/reshapeOperator");
|
|
11166
|
+
}
|
|
11167
|
+
const module2 = await import("@arcgis/core/geometry/operators/reshapeOperator.js");
|
|
11168
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11169
|
+
}
|
|
11170
|
+
async function importGeometryOperatorsShapePreservingProjectOperator() {
|
|
11171
|
+
if (isAMD) {
|
|
11172
|
+
return await window.$arcgis.import("esri/geometry/operators/shapePreservingProjectOperator");
|
|
11173
|
+
}
|
|
11174
|
+
const module2 = await import("@arcgis/core/geometry/operators/shapePreservingProjectOperator.js");
|
|
11175
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11176
|
+
}
|
|
10428
11177
|
async function importGeometryOperatorsSimplifyOperator() {
|
|
10429
11178
|
if (isAMD) {
|
|
10430
11179
|
return await window.$arcgis.import("esri/geometry/operators/simplifyOperator");
|
|
@@ -10460,6 +11209,13 @@ async function importGeometryOperatorsWithinOperator() {
|
|
|
10460
11209
|
const module2 = await import("@arcgis/core/geometry/operators/withinOperator.js");
|
|
10461
11210
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10462
11211
|
}
|
|
11212
|
+
async function importGeometryOperatorsSupportGeographicTransformationUtils() {
|
|
11213
|
+
if (isAMD) {
|
|
11214
|
+
return await window.$arcgis.import("esri/geometry/operators/support/geographicTransformationUtils");
|
|
11215
|
+
}
|
|
11216
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/geographicTransformationUtils.js");
|
|
11217
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11218
|
+
}
|
|
10463
11219
|
async function importGeometrySupportGeodesicUtils() {
|
|
10464
11220
|
if (isAMD) {
|
|
10465
11221
|
return await window.$arcgis.import("esri/geometry/support/geodesicUtils");
|
|
@@ -10516,6 +11272,20 @@ async function importLayersCatalogCatalogUtils() {
|
|
|
10516
11272
|
const module2 = await import("@arcgis/core/layers/catalog/catalogUtils.js");
|
|
10517
11273
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10518
11274
|
}
|
|
11275
|
+
async function importLayersKnowledgeGraphCypherUtils() {
|
|
11276
|
+
if (isAMD) {
|
|
11277
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/cypherUtils");
|
|
11278
|
+
}
|
|
11279
|
+
const module2 = await import("@arcgis/core/layers/knowledgeGraph/cypherUtils.js");
|
|
11280
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11281
|
+
}
|
|
11282
|
+
async function importLayersKnowledgeGraphSupportUtils() {
|
|
11283
|
+
if (isAMD) {
|
|
11284
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/supportUtils");
|
|
11285
|
+
}
|
|
11286
|
+
const module2 = await import("@arcgis/core/layers/knowledgeGraph/supportUtils.js");
|
|
11287
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11288
|
+
}
|
|
10519
11289
|
async function importLayersOgcWfsUtils() {
|
|
10520
11290
|
if (isAMD) {
|
|
10521
11291
|
return await window.$arcgis.import("esri/layers/ogc/wfsUtils");
|
|
@@ -10530,6 +11300,20 @@ async function importLayersOgcWcsUtils() {
|
|
|
10530
11300
|
const module2 = await import("@arcgis/core/layers/ogc/wcsUtils.js");
|
|
10531
11301
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10532
11302
|
}
|
|
11303
|
+
async function importLayersOrientedImageryTransformationsWorldToImage() {
|
|
11304
|
+
if (isAMD) {
|
|
11305
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/worldToImage");
|
|
11306
|
+
}
|
|
11307
|
+
const module2 = await import("@arcgis/core/layers/orientedImagery/transformations/worldToImage.js");
|
|
11308
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11309
|
+
}
|
|
11310
|
+
async function importLayersOrientedImageryTransformationsImageToWorld() {
|
|
11311
|
+
if (isAMD) {
|
|
11312
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/imageToWorld");
|
|
11313
|
+
}
|
|
11314
|
+
const module2 = await import("@arcgis/core/layers/orientedImagery/transformations/imageToWorld.js");
|
|
11315
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11316
|
+
}
|
|
10533
11317
|
async function importLayersSupportArcadeUtils() {
|
|
10534
11318
|
if (isAMD) {
|
|
10535
11319
|
return await window.$arcgis.import("esri/layers/support/arcadeUtils");
|
|
@@ -10537,6 +11321,13 @@ async function importLayersSupportArcadeUtils() {
|
|
|
10537
11321
|
const module2 = await import("@arcgis/core/layers/support/arcadeUtils.js");
|
|
10538
11322
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10539
11323
|
}
|
|
11324
|
+
async function importLayersSupportCsvUtils() {
|
|
11325
|
+
if (isAMD) {
|
|
11326
|
+
return await window.$arcgis.import("esri/layers/support/csvUtils");
|
|
11327
|
+
}
|
|
11328
|
+
const module2 = await import("@arcgis/core/layers/support/csvUtils.js");
|
|
11329
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11330
|
+
}
|
|
10540
11331
|
async function importLayersSupportFieldUtils() {
|
|
10541
11332
|
if (isAMD) {
|
|
10542
11333
|
return await window.$arcgis.import("esri/layers/support/fieldUtils");
|
|
@@ -10593,13 +11384,6 @@ async function importPopupContent() {
|
|
|
10593
11384
|
const module2 = await import("@arcgis/core/popup/content.js");
|
|
10594
11385
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10595
11386
|
}
|
|
10596
|
-
async function importPopupSupportUtilityNetworkAssociationType() {
|
|
10597
|
-
if (isAMD) {
|
|
10598
|
-
return await window.$arcgis.import("esri/popup/support/UtilityNetworkAssociationType");
|
|
10599
|
-
}
|
|
10600
|
-
const module2 = await import("@arcgis/core/popup/support/UtilityNetworkAssociationType.js");
|
|
10601
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10602
|
-
}
|
|
10603
11387
|
async function importRasterRenderers() {
|
|
10604
11388
|
if (isAMD) {
|
|
10605
11389
|
return await window.$arcgis.import("esri/rasterRenderers");
|
|
@@ -10978,6 +11762,13 @@ async function importSmartMappingRenderersUnivariateColorSize() {
|
|
|
10978
11762
|
const module2 = await import("@arcgis/core/smartMapping/renderers/univariateColorSize.js");
|
|
10979
11763
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10980
11764
|
}
|
|
11765
|
+
async function importSmartMappingRenderersSupportRendererUtils() {
|
|
11766
|
+
if (isAMD) {
|
|
11767
|
+
return await window.$arcgis.import("esri/smartMapping/renderers/support/rendererUtils");
|
|
11768
|
+
}
|
|
11769
|
+
const module2 = await import("@arcgis/core/smartMapping/renderers/support/rendererUtils.js");
|
|
11770
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11771
|
+
}
|
|
10981
11772
|
async function importSmartMappingStatisticsClassBreaks() {
|
|
10982
11773
|
if (isAMD) {
|
|
10983
11774
|
return await window.$arcgis.import("esri/smartMapping/statistics/classBreaks");
|
|
@@ -11167,11 +11958,11 @@ async function importSymbolsSupportSymbolUtils() {
|
|
|
11167
11958
|
const module2 = await import("@arcgis/core/symbols/support/symbolUtils.js");
|
|
11168
11959
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11169
11960
|
}
|
|
11170
|
-
async function
|
|
11961
|
+
async function importTablesElements() {
|
|
11171
11962
|
if (isAMD) {
|
|
11172
|
-
return await window.$arcgis.import("esri/tables/
|
|
11963
|
+
return await window.$arcgis.import("esri/tables/elements");
|
|
11173
11964
|
}
|
|
11174
|
-
const module2 = await import("@arcgis/core/tables/
|
|
11965
|
+
const module2 = await import("@arcgis/core/tables/elements.js");
|
|
11175
11966
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11176
11967
|
}
|
|
11177
11968
|
async function importVersionManagementUtils() {
|
|
@@ -11188,13 +11979,6 @@ async function importVersionManagementVersionAdaptersUtils() {
|
|
|
11188
11979
|
const module2 = await import("@arcgis/core/versionManagement/versionAdapters/utils.js");
|
|
11189
11980
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11190
11981
|
}
|
|
11191
|
-
async function importViews3dExternalRenderers() {
|
|
11192
|
-
if (isAMD) {
|
|
11193
|
-
return await window.$arcgis.import("esri/views/3d/externalRenderers");
|
|
11194
|
-
}
|
|
11195
|
-
const module2 = await import("@arcgis/core/views/3d/externalRenderers.js");
|
|
11196
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11197
|
-
}
|
|
11198
11982
|
async function importViews3dWebglManagedFBO() {
|
|
11199
11983
|
if (isAMD) {
|
|
11200
11984
|
return await window.$arcgis.import("esri/views/3d/webgl/ManagedFBO");
|
|
@@ -11244,6 +12028,13 @@ async function importViewsSupportColorUtils() {
|
|
|
11244
12028
|
const module2 = await import("@arcgis/core/views/support/colorUtils.js");
|
|
11245
12029
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11246
12030
|
}
|
|
12031
|
+
async function importWebsceneSupportSlideElements() {
|
|
12032
|
+
if (isAMD) {
|
|
12033
|
+
return await window.$arcgis.import("esri/webscene/support/SlideElements");
|
|
12034
|
+
}
|
|
12035
|
+
const module2 = await import("@arcgis/core/webscene/support/SlideElements.js");
|
|
12036
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12037
|
+
}
|
|
11247
12038
|
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
11248
12039
|
if (isAMD) {
|
|
11249
12040
|
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
@@ -11258,6 +12049,13 @@ async function importWidgetsSmartMappingSupportUtils() {
|
|
|
11258
12049
|
const module2 = await import("@arcgis/core/widgets/smartMapping/support/utils.js");
|
|
11259
12050
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11260
12051
|
}
|
|
12052
|
+
async function importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel() {
|
|
12053
|
+
if (isAMD) {
|
|
12054
|
+
return await window.$arcgis.import("esri/widgets/support/UtilityNetworkAssociations/UtilityNetworkAssociationsViewModel");
|
|
12055
|
+
}
|
|
12056
|
+
const module2 = await import("@arcgis/core/widgets/support/UtilityNetworkAssociations/UtilityNetworkAssociationsViewModel.js");
|
|
12057
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12058
|
+
}
|
|
11261
12059
|
async function importWidgetsSupportWidget() {
|
|
11262
12060
|
if (isAMD) {
|
|
11263
12061
|
return await window.$arcgis.import("esri/widgets/support/widget");
|
|
@@ -11272,13 +12070,6 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11272
12070
|
const module2 = await import("@arcgis/core/applications/Components/basemapUtils.js");
|
|
11273
12071
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11274
12072
|
}
|
|
11275
|
-
async function importApplicationsComponentsCollectionFlattener() {
|
|
11276
|
-
if (isAMD) {
|
|
11277
|
-
return await window.$arcgis.import("esri/applications/Components/CollectionFlattener");
|
|
11278
|
-
}
|
|
11279
|
-
const module2 = await import("@arcgis/core/applications/Components/CollectionFlattener.js");
|
|
11280
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11281
|
-
}
|
|
11282
12073
|
async function importApplicationsComponentsDrawUtils() {
|
|
11283
12074
|
if (isAMD) {
|
|
11284
12075
|
return await window.$arcgis.import("esri/applications/Components/drawUtils");
|
|
@@ -11328,6 +12119,27 @@ async function importApplicationsComponentsPreviewSymbol2D() {
|
|
|
11328
12119
|
const module2 = await import("@arcgis/core/applications/Components/previewSymbol2D.js");
|
|
11329
12120
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11330
12121
|
}
|
|
12122
|
+
async function importApplicationsComponentsReactiveUtils() {
|
|
12123
|
+
if (isAMD) {
|
|
12124
|
+
return await window.$arcgis.import("esri/applications/Components/reactiveUtils");
|
|
12125
|
+
}
|
|
12126
|
+
const module2 = await import("@arcgis/core/applications/Components/reactiveUtils.js");
|
|
12127
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12128
|
+
}
|
|
12129
|
+
async function importApplicationsComponentsSelectionOperation() {
|
|
12130
|
+
if (isAMD) {
|
|
12131
|
+
return await window.$arcgis.import("esri/applications/Components/SelectionOperation");
|
|
12132
|
+
}
|
|
12133
|
+
const module2 = await import("@arcgis/core/applications/Components/SelectionOperation.js");
|
|
12134
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12135
|
+
}
|
|
12136
|
+
async function importApplicationsComponentsSketchTooltipControls() {
|
|
12137
|
+
if (isAMD) {
|
|
12138
|
+
return await window.$arcgis.import("esri/applications/Components/SketchTooltipControls");
|
|
12139
|
+
}
|
|
12140
|
+
const module2 = await import("@arcgis/core/applications/Components/SketchTooltipControls.js");
|
|
12141
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12142
|
+
}
|
|
11331
12143
|
async function importApplicationsComponentsStyleUtils() {
|
|
11332
12144
|
if (isAMD) {
|
|
11333
12145
|
return await window.$arcgis.import("esri/applications/Components/styleUtils");
|
|
@@ -11349,13 +12161,6 @@ async function importApplicationsComponentsWebStyleSymbolUtils() {
|
|
|
11349
12161
|
const module2 = await import("@arcgis/core/applications/Components/webStyleSymbolUtils.js");
|
|
11350
12162
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11351
12163
|
}
|
|
11352
|
-
async function importApplicationsExcaliburVideoViewUtils() {
|
|
11353
|
-
if (isAMD) {
|
|
11354
|
-
return await window.$arcgis.import("esri/applications/Excalibur/videoViewUtils");
|
|
11355
|
-
}
|
|
11356
|
-
const module2 = await import("@arcgis/core/applications/Excalibur/videoViewUtils.js");
|
|
11357
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11358
|
-
}
|
|
11359
12164
|
async function importApplicationsExperienceBuilderSketchUtils() {
|
|
11360
12165
|
if (isAMD) {
|
|
11361
12166
|
return await window.$arcgis.import("esri/applications/ExperienceBuilder/sketchUtils");
|
|
@@ -11363,13 +12168,6 @@ async function importApplicationsExperienceBuilderSketchUtils() {
|
|
|
11363
12168
|
const module2 = await import("@arcgis/core/applications/ExperienceBuilder/sketchUtils.js");
|
|
11364
12169
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11365
12170
|
}
|
|
11366
|
-
async function importApplicationsMapViewerMediaUtils() {
|
|
11367
|
-
if (isAMD) {
|
|
11368
|
-
return await window.$arcgis.import("esri/applications/MapViewer/mediaUtils");
|
|
11369
|
-
}
|
|
11370
|
-
const module2 = await import("@arcgis/core/applications/MapViewer/mediaUtils.js");
|
|
11371
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11372
|
-
}
|
|
11373
12171
|
async function importApplicationsMapViewerTemplateUtils() {
|
|
11374
12172
|
if (isAMD) {
|
|
11375
12173
|
return await window.$arcgis.import("esri/applications/MapViewer/templateUtils");
|
|
@@ -11377,13 +12175,6 @@ async function importApplicationsMapViewerTemplateUtils() {
|
|
|
11377
12175
|
const module2 = await import("@arcgis/core/applications/MapViewer/templateUtils.js");
|
|
11378
12176
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11379
12177
|
}
|
|
11380
|
-
async function importApplicationsSceneViewerColorUtils() {
|
|
11381
|
-
if (isAMD) {
|
|
11382
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/colorUtils");
|
|
11383
|
-
}
|
|
11384
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/colorUtils.js");
|
|
11385
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11386
|
-
}
|
|
11387
12178
|
async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
11388
12179
|
if (isAMD) {
|
|
11389
12180
|
return await window.$arcgis.import("esri/applications/SceneViewer/devEnvironmentUtils");
|
|
@@ -11391,34 +12182,6 @@ async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
|
11391
12182
|
const module2 = await import("@arcgis/core/applications/SceneViewer/devEnvironmentUtils.js");
|
|
11392
12183
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11393
12184
|
}
|
|
11394
|
-
async function importApplicationsSceneViewerLayerUtils() {
|
|
11395
|
-
if (isAMD) {
|
|
11396
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/layerUtils");
|
|
11397
|
-
}
|
|
11398
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/layerUtils.js");
|
|
11399
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11400
|
-
}
|
|
11401
|
-
async function importApplicationsSceneViewerSceneViewerUtils() {
|
|
11402
|
-
if (isAMD) {
|
|
11403
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/sceneViewerUtils");
|
|
11404
|
-
}
|
|
11405
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/sceneViewerUtils.js");
|
|
11406
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11407
|
-
}
|
|
11408
|
-
async function importApplicationsSceneViewerSymbolUtils() {
|
|
11409
|
-
if (isAMD) {
|
|
11410
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/symbolUtils");
|
|
11411
|
-
}
|
|
11412
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/symbolUtils.js");
|
|
11413
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11414
|
-
}
|
|
11415
|
-
async function importApplicationsUrbanMeshUtils() {
|
|
11416
|
-
if (isAMD) {
|
|
11417
|
-
return await window.$arcgis.import("esri/applications/Urban/meshUtils");
|
|
11418
|
-
}
|
|
11419
|
-
const module2 = await import("@arcgis/core/applications/Urban/meshUtils.js");
|
|
11420
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11421
|
-
}
|
|
11422
12185
|
async function importApplicationsWebEditorSketchUtils() {
|
|
11423
12186
|
if (isAMD) {
|
|
11424
12187
|
return await window.$arcgis.import("esri/applications/WebEditor/sketchUtils");
|
|
@@ -11441,7 +12204,6 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11441
12204
|
importAnalysisViewshed,
|
|
11442
12205
|
importAnalysisViewshedAnalysis,
|
|
11443
12206
|
importApplicationsComponentsBasemapUtils,
|
|
11444
|
-
importApplicationsComponentsCollectionFlattener,
|
|
11445
12207
|
importApplicationsComponentsDrawUtils,
|
|
11446
12208
|
importApplicationsComponentsFontUtils,
|
|
11447
12209
|
importApplicationsComponentsGetDefaultUnits,
|
|
@@ -11449,21 +12211,18 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11449
12211
|
importApplicationsComponentsLayerOriginUtils,
|
|
11450
12212
|
importApplicationsComponentsLayersEffectsJsonUtils,
|
|
11451
12213
|
importApplicationsComponentsPreviewSymbol2D,
|
|
12214
|
+
importApplicationsComponentsReactiveUtils,
|
|
12215
|
+
importApplicationsComponentsSelectionOperation,
|
|
12216
|
+
importApplicationsComponentsSketchTooltipControls,
|
|
11452
12217
|
importApplicationsComponentsStyleUtils,
|
|
11453
12218
|
importApplicationsComponentsSvgUtils,
|
|
11454
12219
|
importApplicationsComponentsWebStyleSymbolUtils,
|
|
11455
|
-
importApplicationsExcaliburVideoViewUtils,
|
|
11456
12220
|
importApplicationsExperienceBuilderSketchUtils,
|
|
11457
|
-
importApplicationsMapViewerMediaUtils,
|
|
11458
12221
|
importApplicationsMapViewerTemplateUtils,
|
|
11459
|
-
importApplicationsSceneViewerColorUtils,
|
|
11460
12222
|
importApplicationsSceneViewerDevEnvironmentUtils,
|
|
11461
|
-
importApplicationsSceneViewerLayerUtils,
|
|
11462
|
-
importApplicationsSceneViewerSceneViewerUtils,
|
|
11463
|
-
importApplicationsSceneViewerSymbolUtils,
|
|
11464
|
-
importApplicationsUrbanMeshUtils,
|
|
11465
12223
|
importApplicationsWebEditorSketchUtils,
|
|
11466
12224
|
importArcade,
|
|
12225
|
+
importAttributeBinsGraphic,
|
|
11467
12226
|
importBasemap,
|
|
11468
12227
|
importCamera,
|
|
11469
12228
|
importCameraLayout,
|
|
@@ -11483,16 +12242,18 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11483
12242
|
importCoreUrlUtils,
|
|
11484
12243
|
importCoreWorkers,
|
|
11485
12244
|
importCoreWorkersConnection,
|
|
12245
|
+
importEditingSharedTemplatesSharedTemplateMetadata,
|
|
12246
|
+
importFormElements,
|
|
11486
12247
|
importFormElementsAttachmentElement,
|
|
11487
12248
|
importFormElementsElement,
|
|
11488
12249
|
importFormElementsFieldElement,
|
|
11489
12250
|
importFormElementsGroupElement,
|
|
12251
|
+
importFormElementsInputs,
|
|
11490
12252
|
importFormElementsInputsAttachmentsAttachmentInput,
|
|
11491
12253
|
importFormElementsInputsAttachmentsAudioInput,
|
|
11492
12254
|
importFormElementsInputsAttachmentsDocumentInput,
|
|
11493
12255
|
importFormElementsInputsAttachmentsImageInput,
|
|
11494
12256
|
importFormElementsInputsAttachmentsSignatureInput,
|
|
11495
|
-
importFormElementsInputsAttachmentsSupportInputs,
|
|
11496
12257
|
importFormElementsInputsAttachmentsVideoInput,
|
|
11497
12258
|
importFormElementsInputsBarcodeScannerInput,
|
|
11498
12259
|
importFormElementsInputsComboBoxInput,
|
|
@@ -11505,11 +12266,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11505
12266
|
importFormElementsInputsTextBoxInput,
|
|
11506
12267
|
importFormElementsInputsTimePickerInput,
|
|
11507
12268
|
importFormElementsRelationshipElement,
|
|
11508
|
-
importFormElementsSupportInputs,
|
|
11509
12269
|
importFormElementsTextElement,
|
|
12270
|
+
importFormElementsUtilityNetworkAssociationsElement,
|
|
11510
12271
|
importFormExpressionInfo,
|
|
11511
12272
|
importFormFormTemplate,
|
|
11512
|
-
importFormSupportElements,
|
|
11513
12273
|
importGeometry,
|
|
11514
12274
|
importGeometryCircle,
|
|
11515
12275
|
importGeometryCoordinateFormatter,
|
|
@@ -11521,7 +12281,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11521
12281
|
importGeometryMesh,
|
|
11522
12282
|
importGeometryMultipoint,
|
|
11523
12283
|
importGeometryOperatorsAffineTransformOperator,
|
|
12284
|
+
importGeometryOperatorsAlphaShapeOperator,
|
|
11524
12285
|
importGeometryOperatorsAreaOperator,
|
|
12286
|
+
importGeometryOperatorsAutoCompleteOperator,
|
|
12287
|
+
importGeometryOperatorsBoundaryOperator,
|
|
11525
12288
|
importGeometryOperatorsBufferOperator,
|
|
11526
12289
|
importGeometryOperatorsCentroidOperator,
|
|
11527
12290
|
importGeometryOperatorsClipOperator,
|
|
@@ -11534,21 +12297,38 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11534
12297
|
importGeometryOperatorsDisjointOperator,
|
|
11535
12298
|
importGeometryOperatorsDistanceOperator,
|
|
11536
12299
|
importGeometryOperatorsEqualsOperator,
|
|
12300
|
+
importGeometryOperatorsExtendOperator,
|
|
11537
12301
|
importGeometryOperatorsGeneralizeOperator,
|
|
11538
12302
|
importGeometryOperatorsGeodesicBufferOperator,
|
|
12303
|
+
importGeometryOperatorsGeodesicProximityOperator,
|
|
11539
12304
|
importGeometryOperatorsGeodeticAreaOperator,
|
|
11540
12305
|
importGeometryOperatorsGeodeticDensifyOperator,
|
|
11541
12306
|
importGeometryOperatorsGeodeticDistanceOperator,
|
|
11542
12307
|
importGeometryOperatorsGeodeticLengthOperator,
|
|
11543
12308
|
importGeometryOperatorsGraphicBufferOperator,
|
|
12309
|
+
importGeometryOperatorsIntegrateOperator,
|
|
11544
12310
|
importGeometryOperatorsIntersectionOperator,
|
|
11545
12311
|
importGeometryOperatorsIntersectsOperator,
|
|
12312
|
+
importGeometryOperatorsIsNearOperator,
|
|
12313
|
+
importGeometryOperatorsLabelPointOperator,
|
|
11546
12314
|
importGeometryOperatorsLengthOperator,
|
|
12315
|
+
importGeometryOperatorsLinesToPolygonsOperator,
|
|
12316
|
+
importGeometryOperatorsLocateBetweenOperator,
|
|
12317
|
+
importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
12318
|
+
importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
11547
12319
|
importGeometryOperatorsOffsetOperator,
|
|
11548
12320
|
importGeometryOperatorsOverlapsOperator,
|
|
12321
|
+
importGeometryOperatorsPolygonOverlayOperator,
|
|
12322
|
+
importGeometryOperatorsPolygonSlicerOperator,
|
|
12323
|
+
importGeometryOperatorsProjectOperator,
|
|
11549
12324
|
importGeometryOperatorsProximityOperator,
|
|
11550
12325
|
importGeometryOperatorsRelateOperator,
|
|
12326
|
+
importGeometryOperatorsReshapeOperator,
|
|
12327
|
+
importGeometryOperatorsShapePreservingProjectOperator,
|
|
11551
12328
|
importGeometryOperatorsSimplifyOperator,
|
|
12329
|
+
importGeometryOperatorsSupportGeographicTransformation,
|
|
12330
|
+
importGeometryOperatorsSupportGeographicTransformationStep,
|
|
12331
|
+
importGeometryOperatorsSupportGeographicTransformationUtils,
|
|
11552
12332
|
importGeometryOperatorsSupportTransformation,
|
|
11553
12333
|
importGeometryOperatorsSymmetricDifferenceOperator,
|
|
11554
12334
|
importGeometryOperatorsTouchesOperator,
|
|
@@ -11607,10 +12387,13 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11607
12387
|
importLayersIntegratedMesh3DTilesLayer,
|
|
11608
12388
|
importLayersIntegratedMeshLayer,
|
|
11609
12389
|
importLayersKMLLayer,
|
|
12390
|
+
importLayersKnowledgeGraphCypherUtils,
|
|
11610
12391
|
importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
11611
12392
|
importLayersKnowledgeGraphLayer,
|
|
12393
|
+
importLayersKnowledgeGraphSupportUtils,
|
|
11612
12394
|
importLayersLayer,
|
|
11613
12395
|
importLayersLineOfSightLayer,
|
|
12396
|
+
importLayersLinkChartLayer,
|
|
11614
12397
|
importLayersMapImageLayer,
|
|
11615
12398
|
importLayersMapNotesLayer,
|
|
11616
12399
|
importLayersMediaLayer,
|
|
@@ -11619,6 +12402,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11619
12402
|
importLayersOgcWfsUtils,
|
|
11620
12403
|
importLayersOpenStreetMapLayer,
|
|
11621
12404
|
importLayersOrientedImageryLayer,
|
|
12405
|
+
importLayersOrientedImageryTransformationsImageToWorld,
|
|
12406
|
+
importLayersOrientedImageryTransformationsWorldToImage,
|
|
11622
12407
|
importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
11623
12408
|
importLayersPointCloudFiltersPointCloudFilter,
|
|
11624
12409
|
importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -11635,7 +12420,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11635
12420
|
importLayersSupportCodedValueDomain,
|
|
11636
12421
|
importLayersSupportControlPointsGeoreference,
|
|
11637
12422
|
importLayersSupportCornersGeoreference,
|
|
12423
|
+
importLayersSupportCsvUtils,
|
|
11638
12424
|
importLayersSupportDimensionalDefinition,
|
|
12425
|
+
importLayersSupportDisplayFilter,
|
|
12426
|
+
importLayersSupportDisplayFilterInfo,
|
|
11639
12427
|
importLayersSupportDomain,
|
|
11640
12428
|
importLayersSupportElevationSampler,
|
|
11641
12429
|
importLayersSupportExpressionInfo,
|
|
@@ -11663,6 +12451,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11663
12451
|
importLayersSupportMapImage,
|
|
11664
12452
|
importLayersSupportMosaicRule,
|
|
11665
12453
|
importLayersSupportMultidimensionalSubset,
|
|
12454
|
+
importLayersSupportOrderByInfo,
|
|
11666
12455
|
importLayersSupportPixelBlock,
|
|
11667
12456
|
importLayersSupportPublishingInfo,
|
|
11668
12457
|
importLayersSupportRangeDomain,
|
|
@@ -11712,6 +12501,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11712
12501
|
importLayersWMSLayer,
|
|
11713
12502
|
importLayersWMTSLayer,
|
|
11714
12503
|
importLayersWebTileLayer,
|
|
12504
|
+
importLinkChartChronologicalLayoutSettings,
|
|
12505
|
+
importLinkChartLayoutSettings,
|
|
12506
|
+
importLinkChartLinkChartProperties,
|
|
12507
|
+
importLinkChartNonspatialDataDisplay,
|
|
12508
|
+
importLinkChartOrganicLayoutSettings,
|
|
11715
12509
|
importMap,
|
|
11716
12510
|
importNetworksNetwork,
|
|
11717
12511
|
importNetworksSupportNamedTraceConfiguration,
|
|
@@ -11747,6 +12541,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11747
12541
|
importPopupFieldInfo,
|
|
11748
12542
|
importPopupLayerOptions,
|
|
11749
12543
|
importPopupRelatedRecordsInfo,
|
|
12544
|
+
importPopupSupportAttachmentsOrderByInfo,
|
|
11750
12545
|
importPopupSupportFieldInfoFormat,
|
|
11751
12546
|
importPopupSupportRelatedRecordsInfoFieldOrder,
|
|
11752
12547
|
importPopupSupportUtilityNetworkAssociationType,
|
|
@@ -11824,6 +12619,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11824
12619
|
importRestKnowledgeGraphGraphProperty,
|
|
11825
12620
|
importRestKnowledgeGraphGraphQuery,
|
|
11826
12621
|
importRestKnowledgeGraphGraphQueryResult,
|
|
12622
|
+
importRestKnowledgeGraphGraphQueryResultHeader,
|
|
11827
12623
|
importRestKnowledgeGraphGraphQueryStreaming,
|
|
11828
12624
|
importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
11829
12625
|
importRestKnowledgeGraphGraphSearch,
|
|
@@ -11837,6 +12633,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11837
12633
|
importRestKnowledgeGraphSearchIndex,
|
|
11838
12634
|
importRestKnowledgeGraphService,
|
|
11839
12635
|
importRestKnowledgeGraphServiceDefinition,
|
|
12636
|
+
importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
12637
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
12638
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
12639
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
12640
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
12641
|
+
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
11840
12642
|
importRestLocator,
|
|
11841
12643
|
importRestNetworkService,
|
|
11842
12644
|
importRestNetworksQueryAssociations,
|
|
@@ -11866,6 +12668,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11866
12668
|
importRestSupportArealUnit,
|
|
11867
12669
|
importRestSupportAreasAndLengthsParameters,
|
|
11868
12670
|
importRestSupportAttachmentQuery,
|
|
12671
|
+
importRestSupportAttributeBinsFeatureSet,
|
|
12672
|
+
importRestSupportAttributeBinsGrouping,
|
|
12673
|
+
importRestSupportAttributeBinsQuery,
|
|
12674
|
+
importRestSupportAutoIntervalBinParameters,
|
|
12675
|
+
importRestSupportBaseImageMeasureParameters,
|
|
12676
|
+
importRestSupportBaseImageMeasureResult,
|
|
11869
12677
|
importRestSupportBufferParameters,
|
|
11870
12678
|
importRestSupportCameraInfo,
|
|
11871
12679
|
importRestSupportClosestFacilityParameters,
|
|
@@ -11873,6 +12681,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11873
12681
|
importRestSupportColorRamp,
|
|
11874
12682
|
importRestSupportDataFile,
|
|
11875
12683
|
importRestSupportDataLayer,
|
|
12684
|
+
importRestSupportDateBinParameters,
|
|
12685
|
+
importRestSupportDateBinTimeInterval,
|
|
11876
12686
|
importRestSupportDensifyParameters,
|
|
11877
12687
|
importRestSupportDirectionLine,
|
|
11878
12688
|
importRestSupportDirectionPoint,
|
|
@@ -11886,6 +12696,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11886
12696
|
importRestSupportFindImagesResult,
|
|
11887
12697
|
importRestSupportFindParameters,
|
|
11888
12698
|
importRestSupportFindResult,
|
|
12699
|
+
importRestSupportFixedBoundariesBinParameters,
|
|
12700
|
+
importRestSupportFixedIntervalBinParameters,
|
|
11889
12701
|
importRestSupportGPMessage,
|
|
11890
12702
|
importRestSupportGeneralizeParameters,
|
|
11891
12703
|
importRestSupportIdentifyParameters,
|
|
@@ -11919,6 +12731,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11919
12731
|
importRestSupportImageToMapParameters,
|
|
11920
12732
|
importRestSupportImageUrlParameters,
|
|
11921
12733
|
importRestSupportImageUrlResult,
|
|
12734
|
+
importRestSupportImageVolume,
|
|
12735
|
+
importRestSupportImageVolumeParameters,
|
|
12736
|
+
importRestSupportImageVolumeResult,
|
|
11922
12737
|
importRestSupportJobInfo,
|
|
11923
12738
|
importRestSupportLegendLayer,
|
|
11924
12739
|
importRestSupportLengthsParameters,
|
|
@@ -11986,6 +12801,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11986
12801
|
importSmartMappingRenderersPredominance,
|
|
11987
12802
|
importSmartMappingRenderersRelationship,
|
|
11988
12803
|
importSmartMappingRenderersSize,
|
|
12804
|
+
importSmartMappingRenderersSupportRendererUtils,
|
|
11989
12805
|
importSmartMappingRenderersType,
|
|
11990
12806
|
importSmartMappingRenderersUnivariateColorSize,
|
|
11991
12807
|
importSmartMappingStatisticsClassBreaks,
|
|
@@ -12060,12 +12876,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12060
12876
|
importSymbolsWaterSymbol3DLayer,
|
|
12061
12877
|
importSymbolsWebStyleSymbol,
|
|
12062
12878
|
importTablesAttributeTableTemplate,
|
|
12879
|
+
importTablesElements,
|
|
12063
12880
|
importTablesElementsAttributeTableAttachmentElement,
|
|
12064
12881
|
importTablesElementsAttributeTableElement,
|
|
12065
12882
|
importTablesElementsAttributeTableFieldElement,
|
|
12066
12883
|
importTablesElementsAttributeTableGroupElement,
|
|
12067
12884
|
importTablesElementsAttributeTableRelationshipElement,
|
|
12068
|
-
importTablesSupportElements,
|
|
12069
12885
|
importTimeExtent,
|
|
12070
12886
|
importTimeInterval,
|
|
12071
12887
|
importTimeTimeExtent,
|
|
@@ -12091,7 +12907,6 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12091
12907
|
importViews3dEnvironmentSunLighting,
|
|
12092
12908
|
importViews3dEnvironmentSunnyWeather,
|
|
12093
12909
|
importViews3dEnvironmentVirtualLighting,
|
|
12094
|
-
importViews3dExternalRenderers,
|
|
12095
12910
|
importViews3dSupportLayerPerformanceInfo,
|
|
12096
12911
|
importViews3dSupportSceneViewPerformanceInfo,
|
|
12097
12912
|
importViews3dWebgl,
|
|
@@ -12127,18 +12942,22 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12127
12942
|
importViewsLayersFeatureLayerView,
|
|
12128
12943
|
importViewsLayersGroupLayerView,
|
|
12129
12944
|
importViewsLayersImageryLayerView,
|
|
12945
|
+
importViewsLayersImageryTileLayerView,
|
|
12130
12946
|
importViewsLayersLayerView,
|
|
12131
12947
|
importViewsLayersMediaLayerView,
|
|
12132
12948
|
importViewsLayersOGCFeatureLayerView,
|
|
12133
12949
|
importViewsLayersSceneLayerView,
|
|
12134
12950
|
importViewsLayersStreamLayerView,
|
|
12135
12951
|
importViewsLayersViewshedLayerView,
|
|
12952
|
+
importViewsLinkChartView,
|
|
12136
12953
|
importViewsMagnifier,
|
|
12137
12954
|
importViewsMapView,
|
|
12138
12955
|
importViewsNavigationGamepadGamepadSettings,
|
|
12139
12956
|
importViewsNavigationNavigation,
|
|
12957
|
+
importViewsNavigationNavigationActionMap,
|
|
12140
12958
|
importViewsSceneView,
|
|
12141
12959
|
importViewsSupportColorUtils,
|
|
12960
|
+
importViewsSupportHighlightOptions,
|
|
12142
12961
|
importViewsTheme,
|
|
12143
12962
|
importViewsUiDefaultUI,
|
|
12144
12963
|
importViewsUiUI,
|
|
@@ -12146,6 +12965,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12146
12965
|
importViewsView2D,
|
|
12147
12966
|
importViewsViewAnimation,
|
|
12148
12967
|
importWebDocument2D,
|
|
12968
|
+
importWebLinkChart,
|
|
12149
12969
|
importWebMap,
|
|
12150
12970
|
importWebScene,
|
|
12151
12971
|
importWebdocApplicationPropertiesSearch,
|
|
@@ -12177,7 +12997,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12177
12997
|
importWebsceneInitialViewProperties,
|
|
12178
12998
|
importWebscenePresentation,
|
|
12179
12999
|
importWebsceneSlide,
|
|
13000
|
+
importWebsceneSlideLegendInfo,
|
|
12180
13001
|
importWebsceneSunLighting,
|
|
13002
|
+
importWebsceneSupportSlideElements,
|
|
12181
13003
|
importWebsceneVirtualLighting,
|
|
12182
13004
|
importWidgetsAreaMeasurement2D,
|
|
12183
13005
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -12247,6 +13069,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12247
13069
|
importWidgetsFeatureFormFieldInput,
|
|
12248
13070
|
importWidgetsFeatureFormGroupInput,
|
|
12249
13071
|
importWidgetsFeatureFormRelationshipInput,
|
|
13072
|
+
importWidgetsFeatureFormTextElementInput,
|
|
13073
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
12250
13074
|
importWidgetsFeatureTable,
|
|
12251
13075
|
importWidgetsFeatureTableActionColumn,
|
|
12252
13076
|
importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -12258,10 +13082,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12258
13082
|
importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
12259
13083
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12260
13084
|
importWidgetsFeatureTableRelationshipColumn,
|
|
13085
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12261
13086
|
importWidgetsFeatureTableSupportColumnTemplate,
|
|
12262
13087
|
importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
12263
13088
|
importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
12264
13089
|
importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
13090
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
12265
13091
|
importWidgetsFeatureTableSupportTableTemplate,
|
|
12266
13092
|
importWidgetsFeatureTemplates,
|
|
12267
13093
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -12289,6 +13115,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12289
13115
|
importWidgetsLineOfSight,
|
|
12290
13116
|
importWidgetsLineOfSightLineOfSightTarget,
|
|
12291
13117
|
importWidgetsLineOfSightLineOfSightViewModel,
|
|
13118
|
+
importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
12292
13119
|
importWidgetsLocate,
|
|
12293
13120
|
importWidgetsLocateLocateViewModel,
|
|
12294
13121
|
importWidgetsMeasurement,
|
|
@@ -12346,6 +13173,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12346
13173
|
importWidgetsSupportGridControlsGridControlsViewModel,
|
|
12347
13174
|
importWidgetsSupportSnappingControls,
|
|
12348
13175
|
importWidgetsSupportSnappingControlsSnappingControlsViewModel,
|
|
13176
|
+
importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
12349
13177
|
importWidgetsSupportWidget,
|
|
12350
13178
|
importWidgetsSwipe,
|
|
12351
13179
|
importWidgetsSwipeSwipeViewModel,
|
|
@@ -12361,6 +13189,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12361
13189
|
importWidgetsUtilityNetworkAssociations,
|
|
12362
13190
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
12363
13191
|
importWidgetsUtilityNetworkTrace,
|
|
13192
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
12364
13193
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
12365
13194
|
importWidgetsUtilityNetworkValidateTopology,
|
|
12366
13195
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -12390,6 +13219,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12390
13219
|
newAnalysisSlicePlane,
|
|
12391
13220
|
newAnalysisViewshed,
|
|
12392
13221
|
newAnalysisViewshedAnalysis,
|
|
13222
|
+
newAttributeBinsGraphic,
|
|
12393
13223
|
newBasemap,
|
|
12394
13224
|
newCamera,
|
|
12395
13225
|
newCameraLayout,
|
|
@@ -12421,6 +13251,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12421
13251
|
newFormElementsInputsTimePickerInput,
|
|
12422
13252
|
newFormElementsRelationshipElement,
|
|
12423
13253
|
newFormElementsTextElement,
|
|
13254
|
+
newFormElementsUtilityNetworkAssociationsElement,
|
|
12424
13255
|
newFormExpressionInfo,
|
|
12425
13256
|
newFormFormTemplate,
|
|
12426
13257
|
newGeometryCircle,
|
|
@@ -12429,6 +13260,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12429
13260
|
newGeometryHeightModelInfo,
|
|
12430
13261
|
newGeometryMesh,
|
|
12431
13262
|
newGeometryMultipoint,
|
|
13263
|
+
newGeometryOperatorsSupportGeographicTransformation,
|
|
13264
|
+
newGeometryOperatorsSupportGeographicTransformationStep,
|
|
12432
13265
|
newGeometryOperatorsSupportTransformation,
|
|
12433
13266
|
newGeometryPoint,
|
|
12434
13267
|
newGeometryPolygon,
|
|
@@ -12477,6 +13310,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12477
13310
|
newLayersKnowledgeGraphLayer,
|
|
12478
13311
|
newLayersLayer,
|
|
12479
13312
|
newLayersLineOfSightLayer,
|
|
13313
|
+
newLayersLinkChartLayer,
|
|
12480
13314
|
newLayersMapImageLayer,
|
|
12481
13315
|
newLayersMapNotesLayer,
|
|
12482
13316
|
newLayersMediaLayer,
|
|
@@ -12499,6 +13333,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12499
13333
|
newLayersSupportControlPointsGeoreference,
|
|
12500
13334
|
newLayersSupportCornersGeoreference,
|
|
12501
13335
|
newLayersSupportDimensionalDefinition,
|
|
13336
|
+
newLayersSupportDisplayFilter,
|
|
13337
|
+
newLayersSupportDisplayFilterInfo,
|
|
12502
13338
|
newLayersSupportDomain,
|
|
12503
13339
|
newLayersSupportElevationSampler,
|
|
12504
13340
|
newLayersSupportExpressionInfo,
|
|
@@ -12525,6 +13361,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12525
13361
|
newLayersSupportMapImage,
|
|
12526
13362
|
newLayersSupportMosaicRule,
|
|
12527
13363
|
newLayersSupportMultidimensionalSubset,
|
|
13364
|
+
newLayersSupportOrderByInfo,
|
|
12528
13365
|
newLayersSupportPixelBlock,
|
|
12529
13366
|
newLayersSupportPublishingInfo,
|
|
12530
13367
|
newLayersSupportRangeDomain,
|
|
@@ -12569,6 +13406,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12569
13406
|
newLayersWMSLayer,
|
|
12570
13407
|
newLayersWMTSLayer,
|
|
12571
13408
|
newLayersWebTileLayer,
|
|
13409
|
+
newLinkChartChronologicalLayoutSettings,
|
|
13410
|
+
newLinkChartLayoutSettings,
|
|
13411
|
+
newLinkChartLinkChartProperties,
|
|
13412
|
+
newLinkChartNonspatialDataDisplay,
|
|
13413
|
+
newLinkChartOrganicLayoutSettings,
|
|
12572
13414
|
newMap,
|
|
12573
13415
|
newNetworksNetwork,
|
|
12574
13416
|
newNetworksSupportNamedTraceConfiguration,
|
|
@@ -12602,8 +13444,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12602
13444
|
newPopupFieldInfo,
|
|
12603
13445
|
newPopupLayerOptions,
|
|
12604
13446
|
newPopupRelatedRecordsInfo,
|
|
13447
|
+
newPopupSupportAttachmentsOrderByInfo,
|
|
12605
13448
|
newPopupSupportFieldInfoFormat,
|
|
12606
13449
|
newPopupSupportRelatedRecordsInfoFieldOrder,
|
|
13450
|
+
newPopupSupportUtilityNetworkAssociationType,
|
|
12607
13451
|
newPopupTemplate,
|
|
12608
13452
|
newPortalPortal,
|
|
12609
13453
|
newPortalPortalFolder,
|
|
@@ -12665,6 +13509,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12665
13509
|
newRestKnowledgeGraphGraphProperty,
|
|
12666
13510
|
newRestKnowledgeGraphGraphQuery,
|
|
12667
13511
|
newRestKnowledgeGraphGraphQueryResult,
|
|
13512
|
+
newRestKnowledgeGraphGraphQueryResultHeader,
|
|
12668
13513
|
newRestKnowledgeGraphGraphQueryStreaming,
|
|
12669
13514
|
newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
12670
13515
|
newRestKnowledgeGraphGraphSearch,
|
|
@@ -12677,6 +13522,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12677
13522
|
newRestKnowledgeGraphRelationshipType,
|
|
12678
13523
|
newRestKnowledgeGraphSearchIndex,
|
|
12679
13524
|
newRestKnowledgeGraphServiceDefinition,
|
|
13525
|
+
newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
13526
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
13527
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
13528
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
13529
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
13530
|
+
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
12680
13531
|
newRestNetworksSupportAggregatedGeometry,
|
|
12681
13532
|
newRestNetworksSupportAssociation,
|
|
12682
13533
|
newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -12695,6 +13546,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12695
13546
|
newRestSupportArealUnit,
|
|
12696
13547
|
newRestSupportAreasAndLengthsParameters,
|
|
12697
13548
|
newRestSupportAttachmentQuery,
|
|
13549
|
+
newRestSupportAttributeBinsFeatureSet,
|
|
13550
|
+
newRestSupportAttributeBinsGrouping,
|
|
13551
|
+
newRestSupportAttributeBinsQuery,
|
|
13552
|
+
newRestSupportAutoIntervalBinParameters,
|
|
13553
|
+
newRestSupportBaseImageMeasureParameters,
|
|
13554
|
+
newRestSupportBaseImageMeasureResult,
|
|
12698
13555
|
newRestSupportBufferParameters,
|
|
12699
13556
|
newRestSupportCameraInfo,
|
|
12700
13557
|
newRestSupportClosestFacilityParameters,
|
|
@@ -12702,6 +13559,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12702
13559
|
newRestSupportColorRamp,
|
|
12703
13560
|
newRestSupportDataFile,
|
|
12704
13561
|
newRestSupportDataLayer,
|
|
13562
|
+
newRestSupportDateBinParameters,
|
|
13563
|
+
newRestSupportDateBinTimeInterval,
|
|
12705
13564
|
newRestSupportDensifyParameters,
|
|
12706
13565
|
newRestSupportDirectionLine,
|
|
12707
13566
|
newRestSupportDirectionPoint,
|
|
@@ -12715,6 +13574,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12715
13574
|
newRestSupportFindImagesResult,
|
|
12716
13575
|
newRestSupportFindParameters,
|
|
12717
13576
|
newRestSupportFindResult,
|
|
13577
|
+
newRestSupportFixedBoundariesBinParameters,
|
|
13578
|
+
newRestSupportFixedIntervalBinParameters,
|
|
12718
13579
|
newRestSupportGPMessage,
|
|
12719
13580
|
newRestSupportGeneralizeParameters,
|
|
12720
13581
|
newRestSupportIdentifyParameters,
|
|
@@ -12748,6 +13609,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12748
13609
|
newRestSupportImageToMapParameters,
|
|
12749
13610
|
newRestSupportImageUrlParameters,
|
|
12750
13611
|
newRestSupportImageUrlResult,
|
|
13612
|
+
newRestSupportImageVolume,
|
|
13613
|
+
newRestSupportImageVolumeParameters,
|
|
13614
|
+
newRestSupportImageVolumeResult,
|
|
12751
13615
|
newRestSupportJobInfo,
|
|
12752
13616
|
newRestSupportLegendLayer,
|
|
12753
13617
|
newRestSupportLengthsParameters,
|
|
@@ -12890,17 +13754,21 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12890
13754
|
newViewsLayersFeatureLayerView,
|
|
12891
13755
|
newViewsLayersGroupLayerView,
|
|
12892
13756
|
newViewsLayersImageryLayerView,
|
|
13757
|
+
newViewsLayersImageryTileLayerView,
|
|
12893
13758
|
newViewsLayersLayerView,
|
|
12894
13759
|
newViewsLayersMediaLayerView,
|
|
12895
13760
|
newViewsLayersOGCFeatureLayerView,
|
|
12896
13761
|
newViewsLayersSceneLayerView,
|
|
12897
13762
|
newViewsLayersStreamLayerView,
|
|
12898
13763
|
newViewsLayersViewshedLayerView,
|
|
13764
|
+
newViewsLinkChartView,
|
|
12899
13765
|
newViewsMagnifier,
|
|
12900
13766
|
newViewsMapView,
|
|
12901
13767
|
newViewsNavigationGamepadGamepadSettings,
|
|
12902
13768
|
newViewsNavigationNavigation,
|
|
13769
|
+
newViewsNavigationNavigationActionMap,
|
|
12903
13770
|
newViewsSceneView,
|
|
13771
|
+
newViewsSupportHighlightOptions,
|
|
12904
13772
|
newViewsTheme,
|
|
12905
13773
|
newViewsUiDefaultUI,
|
|
12906
13774
|
newViewsUiUI,
|
|
@@ -12908,6 +13776,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12908
13776
|
newViewsView2D,
|
|
12909
13777
|
newViewsViewAnimation,
|
|
12910
13778
|
newWebDocument2D,
|
|
13779
|
+
newWebLinkChart,
|
|
12911
13780
|
newWebMap,
|
|
12912
13781
|
newWebScene,
|
|
12913
13782
|
newWebdocApplicationPropertiesSearch,
|
|
@@ -12939,6 +13808,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12939
13808
|
newWebsceneInitialViewProperties,
|
|
12940
13809
|
newWebscenePresentation,
|
|
12941
13810
|
newWebsceneSlide,
|
|
13811
|
+
newWebsceneSlideLegendInfo,
|
|
12942
13812
|
newWebsceneSunLighting,
|
|
12943
13813
|
newWebsceneVirtualLighting,
|
|
12944
13814
|
newWidgetsAreaMeasurement2D,
|
|
@@ -13008,6 +13878,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13008
13878
|
newWidgetsFeatureFormFieldInput,
|
|
13009
13879
|
newWidgetsFeatureFormGroupInput,
|
|
13010
13880
|
newWidgetsFeatureFormRelationshipInput,
|
|
13881
|
+
newWidgetsFeatureFormTextElementInput,
|
|
13882
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
13011
13883
|
newWidgetsFeatureTable,
|
|
13012
13884
|
newWidgetsFeatureTableActionColumn,
|
|
13013
13885
|
newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -13019,10 +13891,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13019
13891
|
newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
13020
13892
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
13021
13893
|
newWidgetsFeatureTableRelationshipColumn,
|
|
13894
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
13022
13895
|
newWidgetsFeatureTableSupportColumnTemplate,
|
|
13023
13896
|
newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
13024
13897
|
newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
13025
13898
|
newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
13899
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
13026
13900
|
newWidgetsFeatureTableSupportTableTemplate,
|
|
13027
13901
|
newWidgetsFeatureTemplates,
|
|
13028
13902
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -13050,6 +13924,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13050
13924
|
newWidgetsLineOfSight,
|
|
13051
13925
|
newWidgetsLineOfSightLineOfSightTarget,
|
|
13052
13926
|
newWidgetsLineOfSightLineOfSightViewModel,
|
|
13927
|
+
newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
13053
13928
|
newWidgetsLocate,
|
|
13054
13929
|
newWidgetsLocateLocateViewModel,
|
|
13055
13930
|
newWidgetsMeasurement,
|
|
@@ -13120,6 +13995,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13120
13995
|
newWidgetsUtilityNetworkAssociations,
|
|
13121
13996
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
13122
13997
|
newWidgetsUtilityNetworkTrace,
|
|
13998
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
13123
13999
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
13124
14000
|
newWidgetsUtilityNetworkValidateTopology,
|
|
13125
14001
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|