@arcgis/core-adapter 4.32.0-next.14 → 4.32.0-next.141
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 +987 -108
- package/dist/index.d.cts +138 -24
- package/dist/index.d.ts +138 -24
- package/dist/index.js +860 -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 -11432
- package/support/api-reference-esm-imports.json +0 -940
- package/support/arcgis.d.ts +0 -147161
- 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,23 +50,18 @@ __export(src_exports, {
|
|
|
51
50
|
importApplicationsComponentsLayerOriginUtils: () => importApplicationsComponentsLayerOriginUtils,
|
|
52
51
|
importApplicationsComponentsLayersEffectsJsonUtils: () => importApplicationsComponentsLayersEffectsJsonUtils,
|
|
53
52
|
importApplicationsComponentsPreviewSymbol2D: () => importApplicationsComponentsPreviewSymbol2D,
|
|
53
|
+
importApplicationsComponentsReactiveUtils: () => importApplicationsComponentsReactiveUtils,
|
|
54
54
|
importApplicationsComponentsSelectionOperation: () => importApplicationsComponentsSelectionOperation,
|
|
55
55
|
importApplicationsComponentsSketchTooltipControls: () => importApplicationsComponentsSketchTooltipControls,
|
|
56
56
|
importApplicationsComponentsStyleUtils: () => importApplicationsComponentsStyleUtils,
|
|
57
57
|
importApplicationsComponentsSvgUtils: () => importApplicationsComponentsSvgUtils,
|
|
58
58
|
importApplicationsComponentsWebStyleSymbolUtils: () => importApplicationsComponentsWebStyleSymbolUtils,
|
|
59
|
-
importApplicationsExcaliburVideoViewUtils: () => importApplicationsExcaliburVideoViewUtils,
|
|
60
59
|
importApplicationsExperienceBuilderSketchUtils: () => importApplicationsExperienceBuilderSketchUtils,
|
|
61
|
-
importApplicationsMapViewerMediaUtils: () => importApplicationsMapViewerMediaUtils,
|
|
62
60
|
importApplicationsMapViewerTemplateUtils: () => importApplicationsMapViewerTemplateUtils,
|
|
63
|
-
importApplicationsSceneViewerColorUtils: () => importApplicationsSceneViewerColorUtils,
|
|
64
61
|
importApplicationsSceneViewerDevEnvironmentUtils: () => importApplicationsSceneViewerDevEnvironmentUtils,
|
|
65
|
-
importApplicationsSceneViewerLayerUtils: () => importApplicationsSceneViewerLayerUtils,
|
|
66
|
-
importApplicationsSceneViewerSceneViewerUtils: () => importApplicationsSceneViewerSceneViewerUtils,
|
|
67
|
-
importApplicationsSceneViewerSymbolUtils: () => importApplicationsSceneViewerSymbolUtils,
|
|
68
|
-
importApplicationsUrbanMeshUtils: () => importApplicationsUrbanMeshUtils,
|
|
69
62
|
importApplicationsWebEditorSketchUtils: () => importApplicationsWebEditorSketchUtils,
|
|
70
63
|
importArcade: () => importArcade,
|
|
64
|
+
importAttributeBinsGraphic: () => importAttributeBinsGraphic,
|
|
71
65
|
importBasemap: () => importBasemap,
|
|
72
66
|
importCamera: () => importCamera,
|
|
73
67
|
importCameraLayout: () => importCameraLayout,
|
|
@@ -87,16 +81,19 @@ __export(src_exports, {
|
|
|
87
81
|
importCoreUrlUtils: () => importCoreUrlUtils,
|
|
88
82
|
importCoreWorkers: () => importCoreWorkers,
|
|
89
83
|
importCoreWorkersConnection: () => importCoreWorkersConnection,
|
|
84
|
+
importEditingSharedTemplatesSharedTemplate: () => importEditingSharedTemplatesSharedTemplate,
|
|
85
|
+
importEditingSharedTemplatesSharedTemplateMetadata: () => importEditingSharedTemplatesSharedTemplateMetadata,
|
|
86
|
+
importFormElements: () => importFormElements,
|
|
90
87
|
importFormElementsAttachmentElement: () => importFormElementsAttachmentElement,
|
|
91
88
|
importFormElementsElement: () => importFormElementsElement,
|
|
92
89
|
importFormElementsFieldElement: () => importFormElementsFieldElement,
|
|
93
90
|
importFormElementsGroupElement: () => importFormElementsGroupElement,
|
|
91
|
+
importFormElementsInputs: () => importFormElementsInputs,
|
|
94
92
|
importFormElementsInputsAttachmentsAttachmentInput: () => importFormElementsInputsAttachmentsAttachmentInput,
|
|
95
93
|
importFormElementsInputsAttachmentsAudioInput: () => importFormElementsInputsAttachmentsAudioInput,
|
|
96
94
|
importFormElementsInputsAttachmentsDocumentInput: () => importFormElementsInputsAttachmentsDocumentInput,
|
|
97
95
|
importFormElementsInputsAttachmentsImageInput: () => importFormElementsInputsAttachmentsImageInput,
|
|
98
96
|
importFormElementsInputsAttachmentsSignatureInput: () => importFormElementsInputsAttachmentsSignatureInput,
|
|
99
|
-
importFormElementsInputsAttachmentsSupportInputs: () => importFormElementsInputsAttachmentsSupportInputs,
|
|
100
97
|
importFormElementsInputsAttachmentsVideoInput: () => importFormElementsInputsAttachmentsVideoInput,
|
|
101
98
|
importFormElementsInputsBarcodeScannerInput: () => importFormElementsInputsBarcodeScannerInput,
|
|
102
99
|
importFormElementsInputsComboBoxInput: () => importFormElementsInputsComboBoxInput,
|
|
@@ -109,11 +106,10 @@ __export(src_exports, {
|
|
|
109
106
|
importFormElementsInputsTextBoxInput: () => importFormElementsInputsTextBoxInput,
|
|
110
107
|
importFormElementsInputsTimePickerInput: () => importFormElementsInputsTimePickerInput,
|
|
111
108
|
importFormElementsRelationshipElement: () => importFormElementsRelationshipElement,
|
|
112
|
-
importFormElementsSupportInputs: () => importFormElementsSupportInputs,
|
|
113
109
|
importFormElementsTextElement: () => importFormElementsTextElement,
|
|
110
|
+
importFormElementsUtilityNetworkAssociationsElement: () => importFormElementsUtilityNetworkAssociationsElement,
|
|
114
111
|
importFormExpressionInfo: () => importFormExpressionInfo,
|
|
115
112
|
importFormFormTemplate: () => importFormFormTemplate,
|
|
116
|
-
importFormSupportElements: () => importFormSupportElements,
|
|
117
113
|
importGeometry: () => importGeometry,
|
|
118
114
|
importGeometryCircle: () => importGeometryCircle,
|
|
119
115
|
importGeometryCoordinateFormatter: () => importGeometryCoordinateFormatter,
|
|
@@ -125,7 +121,10 @@ __export(src_exports, {
|
|
|
125
121
|
importGeometryMesh: () => importGeometryMesh,
|
|
126
122
|
importGeometryMultipoint: () => importGeometryMultipoint,
|
|
127
123
|
importGeometryOperatorsAffineTransformOperator: () => importGeometryOperatorsAffineTransformOperator,
|
|
124
|
+
importGeometryOperatorsAlphaShapeOperator: () => importGeometryOperatorsAlphaShapeOperator,
|
|
128
125
|
importGeometryOperatorsAreaOperator: () => importGeometryOperatorsAreaOperator,
|
|
126
|
+
importGeometryOperatorsAutoCompleteOperator: () => importGeometryOperatorsAutoCompleteOperator,
|
|
127
|
+
importGeometryOperatorsBoundaryOperator: () => importGeometryOperatorsBoundaryOperator,
|
|
129
128
|
importGeometryOperatorsBufferOperator: () => importGeometryOperatorsBufferOperator,
|
|
130
129
|
importGeometryOperatorsCentroidOperator: () => importGeometryOperatorsCentroidOperator,
|
|
131
130
|
importGeometryOperatorsClipOperator: () => importGeometryOperatorsClipOperator,
|
|
@@ -138,21 +137,38 @@ __export(src_exports, {
|
|
|
138
137
|
importGeometryOperatorsDisjointOperator: () => importGeometryOperatorsDisjointOperator,
|
|
139
138
|
importGeometryOperatorsDistanceOperator: () => importGeometryOperatorsDistanceOperator,
|
|
140
139
|
importGeometryOperatorsEqualsOperator: () => importGeometryOperatorsEqualsOperator,
|
|
140
|
+
importGeometryOperatorsExtendOperator: () => importGeometryOperatorsExtendOperator,
|
|
141
141
|
importGeometryOperatorsGeneralizeOperator: () => importGeometryOperatorsGeneralizeOperator,
|
|
142
142
|
importGeometryOperatorsGeodesicBufferOperator: () => importGeometryOperatorsGeodesicBufferOperator,
|
|
143
|
+
importGeometryOperatorsGeodesicProximityOperator: () => importGeometryOperatorsGeodesicProximityOperator,
|
|
143
144
|
importGeometryOperatorsGeodeticAreaOperator: () => importGeometryOperatorsGeodeticAreaOperator,
|
|
144
145
|
importGeometryOperatorsGeodeticDensifyOperator: () => importGeometryOperatorsGeodeticDensifyOperator,
|
|
145
146
|
importGeometryOperatorsGeodeticDistanceOperator: () => importGeometryOperatorsGeodeticDistanceOperator,
|
|
146
147
|
importGeometryOperatorsGeodeticLengthOperator: () => importGeometryOperatorsGeodeticLengthOperator,
|
|
147
148
|
importGeometryOperatorsGraphicBufferOperator: () => importGeometryOperatorsGraphicBufferOperator,
|
|
149
|
+
importGeometryOperatorsIntegrateOperator: () => importGeometryOperatorsIntegrateOperator,
|
|
148
150
|
importGeometryOperatorsIntersectionOperator: () => importGeometryOperatorsIntersectionOperator,
|
|
149
151
|
importGeometryOperatorsIntersectsOperator: () => importGeometryOperatorsIntersectsOperator,
|
|
152
|
+
importGeometryOperatorsIsNearOperator: () => importGeometryOperatorsIsNearOperator,
|
|
153
|
+
importGeometryOperatorsLabelPointOperator: () => importGeometryOperatorsLabelPointOperator,
|
|
150
154
|
importGeometryOperatorsLengthOperator: () => importGeometryOperatorsLengthOperator,
|
|
155
|
+
importGeometryOperatorsLinesToPolygonsOperator: () => importGeometryOperatorsLinesToPolygonsOperator,
|
|
156
|
+
importGeometryOperatorsLocateBetweenOperator: () => importGeometryOperatorsLocateBetweenOperator,
|
|
157
|
+
importGeometryOperatorsMinimumBoundingCircleOperator: () => importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
158
|
+
importGeometryOperatorsMultiPartToSinglePartOperator: () => importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
151
159
|
importGeometryOperatorsOffsetOperator: () => importGeometryOperatorsOffsetOperator,
|
|
152
160
|
importGeometryOperatorsOverlapsOperator: () => importGeometryOperatorsOverlapsOperator,
|
|
161
|
+
importGeometryOperatorsPolygonOverlayOperator: () => importGeometryOperatorsPolygonOverlayOperator,
|
|
162
|
+
importGeometryOperatorsPolygonSlicerOperator: () => importGeometryOperatorsPolygonSlicerOperator,
|
|
163
|
+
importGeometryOperatorsProjectOperator: () => importGeometryOperatorsProjectOperator,
|
|
153
164
|
importGeometryOperatorsProximityOperator: () => importGeometryOperatorsProximityOperator,
|
|
154
165
|
importGeometryOperatorsRelateOperator: () => importGeometryOperatorsRelateOperator,
|
|
166
|
+
importGeometryOperatorsReshapeOperator: () => importGeometryOperatorsReshapeOperator,
|
|
167
|
+
importGeometryOperatorsShapePreservingProjectOperator: () => importGeometryOperatorsShapePreservingProjectOperator,
|
|
155
168
|
importGeometryOperatorsSimplifyOperator: () => importGeometryOperatorsSimplifyOperator,
|
|
169
|
+
importGeometryOperatorsSupportGeographicTransformation: () => importGeometryOperatorsSupportGeographicTransformation,
|
|
170
|
+
importGeometryOperatorsSupportGeographicTransformationStep: () => importGeometryOperatorsSupportGeographicTransformationStep,
|
|
171
|
+
importGeometryOperatorsSupportGeographicTransformationUtils: () => importGeometryOperatorsSupportGeographicTransformationUtils,
|
|
156
172
|
importGeometryOperatorsSupportTransformation: () => importGeometryOperatorsSupportTransformation,
|
|
157
173
|
importGeometryOperatorsSymmetricDifferenceOperator: () => importGeometryOperatorsSymmetricDifferenceOperator,
|
|
158
174
|
importGeometryOperatorsTouchesOperator: () => importGeometryOperatorsTouchesOperator,
|
|
@@ -213,8 +229,10 @@ __export(src_exports, {
|
|
|
213
229
|
importLayersKMLLayer: () => importLayersKMLLayer,
|
|
214
230
|
importLayersKnowledgeGraphKnowledgeGraphSublayer: () => importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
215
231
|
importLayersKnowledgeGraphLayer: () => importLayersKnowledgeGraphLayer,
|
|
232
|
+
importLayersKnowledgeGraphSupportUtils: () => importLayersKnowledgeGraphSupportUtils,
|
|
216
233
|
importLayersLayer: () => importLayersLayer,
|
|
217
234
|
importLayersLineOfSightLayer: () => importLayersLineOfSightLayer,
|
|
235
|
+
importLayersLinkChartLayer: () => importLayersLinkChartLayer,
|
|
218
236
|
importLayersMapImageLayer: () => importLayersMapImageLayer,
|
|
219
237
|
importLayersMapNotesLayer: () => importLayersMapNotesLayer,
|
|
220
238
|
importLayersMediaLayer: () => importLayersMediaLayer,
|
|
@@ -223,6 +241,8 @@ __export(src_exports, {
|
|
|
223
241
|
importLayersOgcWfsUtils: () => importLayersOgcWfsUtils,
|
|
224
242
|
importLayersOpenStreetMapLayer: () => importLayersOpenStreetMapLayer,
|
|
225
243
|
importLayersOrientedImageryLayer: () => importLayersOrientedImageryLayer,
|
|
244
|
+
importLayersOrientedImageryTransformationsImageToWorld: () => importLayersOrientedImageryTransformationsImageToWorld,
|
|
245
|
+
importLayersOrientedImageryTransformationsWorldToImage: () => importLayersOrientedImageryTransformationsWorldToImage,
|
|
226
246
|
importLayersPointCloudFiltersPointCloudBitfieldFilter: () => importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
227
247
|
importLayersPointCloudFiltersPointCloudFilter: () => importLayersPointCloudFiltersPointCloudFilter,
|
|
228
248
|
importLayersPointCloudFiltersPointCloudReturnFilter: () => importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -239,7 +259,10 @@ __export(src_exports, {
|
|
|
239
259
|
importLayersSupportCodedValueDomain: () => importLayersSupportCodedValueDomain,
|
|
240
260
|
importLayersSupportControlPointsGeoreference: () => importLayersSupportControlPointsGeoreference,
|
|
241
261
|
importLayersSupportCornersGeoreference: () => importLayersSupportCornersGeoreference,
|
|
262
|
+
importLayersSupportCsvUtils: () => importLayersSupportCsvUtils,
|
|
242
263
|
importLayersSupportDimensionalDefinition: () => importLayersSupportDimensionalDefinition,
|
|
264
|
+
importLayersSupportDisplayFilter: () => importLayersSupportDisplayFilter,
|
|
265
|
+
importLayersSupportDisplayFilterInfo: () => importLayersSupportDisplayFilterInfo,
|
|
243
266
|
importLayersSupportDomain: () => importLayersSupportDomain,
|
|
244
267
|
importLayersSupportElevationSampler: () => importLayersSupportElevationSampler,
|
|
245
268
|
importLayersSupportExpressionInfo: () => importLayersSupportExpressionInfo,
|
|
@@ -267,6 +290,7 @@ __export(src_exports, {
|
|
|
267
290
|
importLayersSupportMapImage: () => importLayersSupportMapImage,
|
|
268
291
|
importLayersSupportMosaicRule: () => importLayersSupportMosaicRule,
|
|
269
292
|
importLayersSupportMultidimensionalSubset: () => importLayersSupportMultidimensionalSubset,
|
|
293
|
+
importLayersSupportOrderByInfo: () => importLayersSupportOrderByInfo,
|
|
270
294
|
importLayersSupportPixelBlock: () => importLayersSupportPixelBlock,
|
|
271
295
|
importLayersSupportPublishingInfo: () => importLayersSupportPublishingInfo,
|
|
272
296
|
importLayersSupportRangeDomain: () => importLayersSupportRangeDomain,
|
|
@@ -292,6 +316,8 @@ __export(src_exports, {
|
|
|
292
316
|
importLayersSupportTileInfo: () => importLayersSupportTileInfo,
|
|
293
317
|
importLayersSupportTileMatrixSet: () => importLayersSupportTileMatrixSet,
|
|
294
318
|
importLayersSupportTimeInfo: () => importLayersSupportTimeInfo,
|
|
319
|
+
importLayersSupportTrackInfo: () => importLayersSupportTrackInfo,
|
|
320
|
+
importLayersSupportTrackPartInfo: () => importLayersSupportTrackPartInfo,
|
|
295
321
|
importLayersSupportVideoElement: () => importLayersSupportVideoElement,
|
|
296
322
|
importLayersSupportVideoTimeExtent: () => importLayersSupportVideoTimeExtent,
|
|
297
323
|
importLayersSupportWMSSublayer: () => importLayersSupportWMSSublayer,
|
|
@@ -316,6 +342,11 @@ __export(src_exports, {
|
|
|
316
342
|
importLayersWMSLayer: () => importLayersWMSLayer,
|
|
317
343
|
importLayersWMTSLayer: () => importLayersWMTSLayer,
|
|
318
344
|
importLayersWebTileLayer: () => importLayersWebTileLayer,
|
|
345
|
+
importLinkChartChronologicalLayoutSettings: () => importLinkChartChronologicalLayoutSettings,
|
|
346
|
+
importLinkChartLayoutSettings: () => importLinkChartLayoutSettings,
|
|
347
|
+
importLinkChartLinkChartProperties: () => importLinkChartLinkChartProperties,
|
|
348
|
+
importLinkChartNonspatialDataDisplay: () => importLinkChartNonspatialDataDisplay,
|
|
349
|
+
importLinkChartOrganicLayoutSettings: () => importLinkChartOrganicLayoutSettings,
|
|
319
350
|
importMap: () => importMap,
|
|
320
351
|
importNetworksNetwork: () => importNetworksNetwork,
|
|
321
352
|
importNetworksSupportNamedTraceConfiguration: () => importNetworksSupportNamedTraceConfiguration,
|
|
@@ -351,6 +382,7 @@ __export(src_exports, {
|
|
|
351
382
|
importPopupFieldInfo: () => importPopupFieldInfo,
|
|
352
383
|
importPopupLayerOptions: () => importPopupLayerOptions,
|
|
353
384
|
importPopupRelatedRecordsInfo: () => importPopupRelatedRecordsInfo,
|
|
385
|
+
importPopupSupportAttachmentsOrderByInfo: () => importPopupSupportAttachmentsOrderByInfo,
|
|
354
386
|
importPopupSupportFieldInfoFormat: () => importPopupSupportFieldInfoFormat,
|
|
355
387
|
importPopupSupportRelatedRecordsInfoFieldOrder: () => importPopupSupportRelatedRecordsInfoFieldOrder,
|
|
356
388
|
importPopupSupportUtilityNetworkAssociationType: () => importPopupSupportUtilityNetworkAssociationType,
|
|
@@ -428,6 +460,7 @@ __export(src_exports, {
|
|
|
428
460
|
importRestKnowledgeGraphGraphProperty: () => importRestKnowledgeGraphGraphProperty,
|
|
429
461
|
importRestKnowledgeGraphGraphQuery: () => importRestKnowledgeGraphGraphQuery,
|
|
430
462
|
importRestKnowledgeGraphGraphQueryResult: () => importRestKnowledgeGraphGraphQueryResult,
|
|
463
|
+
importRestKnowledgeGraphGraphQueryResultHeader: () => importRestKnowledgeGraphGraphQueryResultHeader,
|
|
431
464
|
importRestKnowledgeGraphGraphQueryStreaming: () => importRestKnowledgeGraphGraphQueryStreaming,
|
|
432
465
|
importRestKnowledgeGraphGraphQueryStreamingResult: () => importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
433
466
|
importRestKnowledgeGraphGraphSearch: () => importRestKnowledgeGraphGraphSearch,
|
|
@@ -441,6 +474,12 @@ __export(src_exports, {
|
|
|
441
474
|
importRestKnowledgeGraphSearchIndex: () => importRestKnowledgeGraphSearchIndex,
|
|
442
475
|
importRestKnowledgeGraphService: () => importRestKnowledgeGraphService,
|
|
443
476
|
importRestKnowledgeGraphServiceDefinition: () => importRestKnowledgeGraphServiceDefinition,
|
|
477
|
+
importRestKnowledgeGraphSourceTypeValueBehavior: () => importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
478
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
479
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
480
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
481
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection: () => importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
482
|
+
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings: () => importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
444
483
|
importRestLocator: () => importRestLocator,
|
|
445
484
|
importRestNetworkService: () => importRestNetworkService,
|
|
446
485
|
importRestNetworksQueryAssociations: () => importRestNetworksQueryAssociations,
|
|
@@ -470,6 +509,12 @@ __export(src_exports, {
|
|
|
470
509
|
importRestSupportArealUnit: () => importRestSupportArealUnit,
|
|
471
510
|
importRestSupportAreasAndLengthsParameters: () => importRestSupportAreasAndLengthsParameters,
|
|
472
511
|
importRestSupportAttachmentQuery: () => importRestSupportAttachmentQuery,
|
|
512
|
+
importRestSupportAttributeBinsFeatureSet: () => importRestSupportAttributeBinsFeatureSet,
|
|
513
|
+
importRestSupportAttributeBinsGrouping: () => importRestSupportAttributeBinsGrouping,
|
|
514
|
+
importRestSupportAttributeBinsQuery: () => importRestSupportAttributeBinsQuery,
|
|
515
|
+
importRestSupportAutoIntervalBinParameters: () => importRestSupportAutoIntervalBinParameters,
|
|
516
|
+
importRestSupportBaseImageMeasureParameters: () => importRestSupportBaseImageMeasureParameters,
|
|
517
|
+
importRestSupportBaseImageMeasureResult: () => importRestSupportBaseImageMeasureResult,
|
|
473
518
|
importRestSupportBufferParameters: () => importRestSupportBufferParameters,
|
|
474
519
|
importRestSupportCameraInfo: () => importRestSupportCameraInfo,
|
|
475
520
|
importRestSupportClosestFacilityParameters: () => importRestSupportClosestFacilityParameters,
|
|
@@ -477,6 +522,8 @@ __export(src_exports, {
|
|
|
477
522
|
importRestSupportColorRamp: () => importRestSupportColorRamp,
|
|
478
523
|
importRestSupportDataFile: () => importRestSupportDataFile,
|
|
479
524
|
importRestSupportDataLayer: () => importRestSupportDataLayer,
|
|
525
|
+
importRestSupportDateBinParameters: () => importRestSupportDateBinParameters,
|
|
526
|
+
importRestSupportDateBinTimeInterval: () => importRestSupportDateBinTimeInterval,
|
|
480
527
|
importRestSupportDensifyParameters: () => importRestSupportDensifyParameters,
|
|
481
528
|
importRestSupportDirectionLine: () => importRestSupportDirectionLine,
|
|
482
529
|
importRestSupportDirectionPoint: () => importRestSupportDirectionPoint,
|
|
@@ -490,6 +537,8 @@ __export(src_exports, {
|
|
|
490
537
|
importRestSupportFindImagesResult: () => importRestSupportFindImagesResult,
|
|
491
538
|
importRestSupportFindParameters: () => importRestSupportFindParameters,
|
|
492
539
|
importRestSupportFindResult: () => importRestSupportFindResult,
|
|
540
|
+
importRestSupportFixedBoundariesBinParameters: () => importRestSupportFixedBoundariesBinParameters,
|
|
541
|
+
importRestSupportFixedIntervalBinParameters: () => importRestSupportFixedIntervalBinParameters,
|
|
493
542
|
importRestSupportGPMessage: () => importRestSupportGPMessage,
|
|
494
543
|
importRestSupportGeneralizeParameters: () => importRestSupportGeneralizeParameters,
|
|
495
544
|
importRestSupportIdentifyParameters: () => importRestSupportIdentifyParameters,
|
|
@@ -523,6 +572,9 @@ __export(src_exports, {
|
|
|
523
572
|
importRestSupportImageToMapParameters: () => importRestSupportImageToMapParameters,
|
|
524
573
|
importRestSupportImageUrlParameters: () => importRestSupportImageUrlParameters,
|
|
525
574
|
importRestSupportImageUrlResult: () => importRestSupportImageUrlResult,
|
|
575
|
+
importRestSupportImageVolume: () => importRestSupportImageVolume,
|
|
576
|
+
importRestSupportImageVolumeParameters: () => importRestSupportImageVolumeParameters,
|
|
577
|
+
importRestSupportImageVolumeResult: () => importRestSupportImageVolumeResult,
|
|
526
578
|
importRestSupportJobInfo: () => importRestSupportJobInfo,
|
|
527
579
|
importRestSupportLegendLayer: () => importRestSupportLegendLayer,
|
|
528
580
|
importRestSupportLengthsParameters: () => importRestSupportLengthsParameters,
|
|
@@ -590,6 +642,7 @@ __export(src_exports, {
|
|
|
590
642
|
importSmartMappingRenderersPredominance: () => importSmartMappingRenderersPredominance,
|
|
591
643
|
importSmartMappingRenderersRelationship: () => importSmartMappingRenderersRelationship,
|
|
592
644
|
importSmartMappingRenderersSize: () => importSmartMappingRenderersSize,
|
|
645
|
+
importSmartMappingRenderersSupportRendererUtils: () => importSmartMappingRenderersSupportRendererUtils,
|
|
593
646
|
importSmartMappingRenderersType: () => importSmartMappingRenderersType,
|
|
594
647
|
importSmartMappingRenderersUnivariateColorSize: () => importSmartMappingRenderersUnivariateColorSize,
|
|
595
648
|
importSmartMappingStatisticsClassBreaks: () => importSmartMappingStatisticsClassBreaks,
|
|
@@ -664,12 +717,12 @@ __export(src_exports, {
|
|
|
664
717
|
importSymbolsWaterSymbol3DLayer: () => importSymbolsWaterSymbol3DLayer,
|
|
665
718
|
importSymbolsWebStyleSymbol: () => importSymbolsWebStyleSymbol,
|
|
666
719
|
importTablesAttributeTableTemplate: () => importTablesAttributeTableTemplate,
|
|
720
|
+
importTablesElements: () => importTablesElements,
|
|
667
721
|
importTablesElementsAttributeTableAttachmentElement: () => importTablesElementsAttributeTableAttachmentElement,
|
|
668
722
|
importTablesElementsAttributeTableElement: () => importTablesElementsAttributeTableElement,
|
|
669
723
|
importTablesElementsAttributeTableFieldElement: () => importTablesElementsAttributeTableFieldElement,
|
|
670
724
|
importTablesElementsAttributeTableGroupElement: () => importTablesElementsAttributeTableGroupElement,
|
|
671
725
|
importTablesElementsAttributeTableRelationshipElement: () => importTablesElementsAttributeTableRelationshipElement,
|
|
672
|
-
importTablesSupportElements: () => importTablesSupportElements,
|
|
673
726
|
importTimeExtent: () => importTimeExtent,
|
|
674
727
|
importTimeInterval: () => importTimeInterval,
|
|
675
728
|
importTimeTimeExtent: () => importTimeTimeExtent,
|
|
@@ -695,7 +748,6 @@ __export(src_exports, {
|
|
|
695
748
|
importViews3dEnvironmentSunLighting: () => importViews3dEnvironmentSunLighting,
|
|
696
749
|
importViews3dEnvironmentSunnyWeather: () => importViews3dEnvironmentSunnyWeather,
|
|
697
750
|
importViews3dEnvironmentVirtualLighting: () => importViews3dEnvironmentVirtualLighting,
|
|
698
|
-
importViews3dExternalRenderers: () => importViews3dExternalRenderers,
|
|
699
751
|
importViews3dSupportLayerPerformanceInfo: () => importViews3dSupportLayerPerformanceInfo,
|
|
700
752
|
importViews3dSupportSceneViewPerformanceInfo: () => importViews3dSupportSceneViewPerformanceInfo,
|
|
701
753
|
importViews3dWebgl: () => importViews3dWebgl,
|
|
@@ -731,18 +783,22 @@ __export(src_exports, {
|
|
|
731
783
|
importViewsLayersFeatureLayerView: () => importViewsLayersFeatureLayerView,
|
|
732
784
|
importViewsLayersGroupLayerView: () => importViewsLayersGroupLayerView,
|
|
733
785
|
importViewsLayersImageryLayerView: () => importViewsLayersImageryLayerView,
|
|
786
|
+
importViewsLayersImageryTileLayerView: () => importViewsLayersImageryTileLayerView,
|
|
734
787
|
importViewsLayersLayerView: () => importViewsLayersLayerView,
|
|
735
788
|
importViewsLayersMediaLayerView: () => importViewsLayersMediaLayerView,
|
|
736
789
|
importViewsLayersOGCFeatureLayerView: () => importViewsLayersOGCFeatureLayerView,
|
|
737
790
|
importViewsLayersSceneLayerView: () => importViewsLayersSceneLayerView,
|
|
738
791
|
importViewsLayersStreamLayerView: () => importViewsLayersStreamLayerView,
|
|
739
792
|
importViewsLayersViewshedLayerView: () => importViewsLayersViewshedLayerView,
|
|
793
|
+
importViewsLinkChartView: () => importViewsLinkChartView,
|
|
740
794
|
importViewsMagnifier: () => importViewsMagnifier,
|
|
741
795
|
importViewsMapView: () => importViewsMapView,
|
|
742
796
|
importViewsNavigationGamepadGamepadSettings: () => importViewsNavigationGamepadGamepadSettings,
|
|
743
797
|
importViewsNavigationNavigation: () => importViewsNavigationNavigation,
|
|
798
|
+
importViewsNavigationNavigationActionMap: () => importViewsNavigationNavigationActionMap,
|
|
744
799
|
importViewsSceneView: () => importViewsSceneView,
|
|
745
800
|
importViewsSupportColorUtils: () => importViewsSupportColorUtils,
|
|
801
|
+
importViewsSupportHighlightOptions: () => importViewsSupportHighlightOptions,
|
|
746
802
|
importViewsTheme: () => importViewsTheme,
|
|
747
803
|
importViewsUiDefaultUI: () => importViewsUiDefaultUI,
|
|
748
804
|
importViewsUiUI: () => importViewsUiUI,
|
|
@@ -750,6 +806,7 @@ __export(src_exports, {
|
|
|
750
806
|
importViewsView2D: () => importViewsView2D,
|
|
751
807
|
importViewsViewAnimation: () => importViewsViewAnimation,
|
|
752
808
|
importWebDocument2D: () => importWebDocument2D,
|
|
809
|
+
importWebLinkChart: () => importWebLinkChart,
|
|
753
810
|
importWebMap: () => importWebMap,
|
|
754
811
|
importWebScene: () => importWebScene,
|
|
755
812
|
importWebdocApplicationPropertiesSearch: () => importWebdocApplicationPropertiesSearch,
|
|
@@ -781,7 +838,9 @@ __export(src_exports, {
|
|
|
781
838
|
importWebsceneInitialViewProperties: () => importWebsceneInitialViewProperties,
|
|
782
839
|
importWebscenePresentation: () => importWebscenePresentation,
|
|
783
840
|
importWebsceneSlide: () => importWebsceneSlide,
|
|
841
|
+
importWebsceneSlideLegendInfo: () => importWebsceneSlideLegendInfo,
|
|
784
842
|
importWebsceneSunLighting: () => importWebsceneSunLighting,
|
|
843
|
+
importWebsceneSupportSlideElements: () => importWebsceneSupportSlideElements,
|
|
785
844
|
importWebsceneVirtualLighting: () => importWebsceneVirtualLighting,
|
|
786
845
|
importWidgetsAreaMeasurement2D: () => importWidgetsAreaMeasurement2D,
|
|
787
846
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel: () => importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -851,6 +910,8 @@ __export(src_exports, {
|
|
|
851
910
|
importWidgetsFeatureFormFieldInput: () => importWidgetsFeatureFormFieldInput,
|
|
852
911
|
importWidgetsFeatureFormGroupInput: () => importWidgetsFeatureFormGroupInput,
|
|
853
912
|
importWidgetsFeatureFormRelationshipInput: () => importWidgetsFeatureFormRelationshipInput,
|
|
913
|
+
importWidgetsFeatureFormTextElementInput: () => importWidgetsFeatureFormTextElementInput,
|
|
914
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput: () => importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
854
915
|
importWidgetsFeatureTable: () => importWidgetsFeatureTable,
|
|
855
916
|
importWidgetsFeatureTableActionColumn: () => importWidgetsFeatureTableActionColumn,
|
|
856
917
|
importWidgetsFeatureTableAttachmentsColumn: () => importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -862,10 +923,12 @@ __export(src_exports, {
|
|
|
862
923
|
importWidgetsFeatureTableGridSupportButtonMenuItem: () => importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
863
924
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel: () => importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
864
925
|
importWidgetsFeatureTableRelationshipColumn: () => importWidgetsFeatureTableRelationshipColumn,
|
|
926
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate: () => importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
865
927
|
importWidgetsFeatureTableSupportColumnTemplate: () => importWidgetsFeatureTableSupportColumnTemplate,
|
|
866
928
|
importWidgetsFeatureTableSupportColumnTemplateBase: () => importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
867
929
|
importWidgetsFeatureTableSupportFieldColumnTemplate: () => importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
868
930
|
importWidgetsFeatureTableSupportGroupColumnTemplate: () => importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
931
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate: () => importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
869
932
|
importWidgetsFeatureTableSupportTableTemplate: () => importWidgetsFeatureTableSupportTableTemplate,
|
|
870
933
|
importWidgetsFeatureTemplates: () => importWidgetsFeatureTemplates,
|
|
871
934
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel: () => importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -893,6 +956,7 @@ __export(src_exports, {
|
|
|
893
956
|
importWidgetsLineOfSight: () => importWidgetsLineOfSight,
|
|
894
957
|
importWidgetsLineOfSightLineOfSightTarget: () => importWidgetsLineOfSightLineOfSightTarget,
|
|
895
958
|
importWidgetsLineOfSightLineOfSightViewModel: () => importWidgetsLineOfSightLineOfSightViewModel,
|
|
959
|
+
importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel: () => importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
896
960
|
importWidgetsLocate: () => importWidgetsLocate,
|
|
897
961
|
importWidgetsLocateLocateViewModel: () => importWidgetsLocateLocateViewModel,
|
|
898
962
|
importWidgetsMeasurement: () => importWidgetsMeasurement,
|
|
@@ -965,6 +1029,7 @@ __export(src_exports, {
|
|
|
965
1029
|
importWidgetsUtilityNetworkAssociations: () => importWidgetsUtilityNetworkAssociations,
|
|
966
1030
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
967
1031
|
importWidgetsUtilityNetworkTrace: () => importWidgetsUtilityNetworkTrace,
|
|
1032
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel: () => importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
968
1033
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel: () => importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
969
1034
|
importWidgetsUtilityNetworkValidateTopology: () => importWidgetsUtilityNetworkValidateTopology,
|
|
970
1035
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel: () => importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -994,6 +1059,7 @@ __export(src_exports, {
|
|
|
994
1059
|
newAnalysisSlicePlane: () => newAnalysisSlicePlane,
|
|
995
1060
|
newAnalysisViewshed: () => newAnalysisViewshed,
|
|
996
1061
|
newAnalysisViewshedAnalysis: () => newAnalysisViewshedAnalysis,
|
|
1062
|
+
newAttributeBinsGraphic: () => newAttributeBinsGraphic,
|
|
997
1063
|
newBasemap: () => newBasemap,
|
|
998
1064
|
newCamera: () => newCamera,
|
|
999
1065
|
newCameraLayout: () => newCameraLayout,
|
|
@@ -1025,6 +1091,7 @@ __export(src_exports, {
|
|
|
1025
1091
|
newFormElementsInputsTimePickerInput: () => newFormElementsInputsTimePickerInput,
|
|
1026
1092
|
newFormElementsRelationshipElement: () => newFormElementsRelationshipElement,
|
|
1027
1093
|
newFormElementsTextElement: () => newFormElementsTextElement,
|
|
1094
|
+
newFormElementsUtilityNetworkAssociationsElement: () => newFormElementsUtilityNetworkAssociationsElement,
|
|
1028
1095
|
newFormExpressionInfo: () => newFormExpressionInfo,
|
|
1029
1096
|
newFormFormTemplate: () => newFormFormTemplate,
|
|
1030
1097
|
newGeometryCircle: () => newGeometryCircle,
|
|
@@ -1033,6 +1100,8 @@ __export(src_exports, {
|
|
|
1033
1100
|
newGeometryHeightModelInfo: () => newGeometryHeightModelInfo,
|
|
1034
1101
|
newGeometryMesh: () => newGeometryMesh,
|
|
1035
1102
|
newGeometryMultipoint: () => newGeometryMultipoint,
|
|
1103
|
+
newGeometryOperatorsSupportGeographicTransformation: () => newGeometryOperatorsSupportGeographicTransformation,
|
|
1104
|
+
newGeometryOperatorsSupportGeographicTransformationStep: () => newGeometryOperatorsSupportGeographicTransformationStep,
|
|
1036
1105
|
newGeometryOperatorsSupportTransformation: () => newGeometryOperatorsSupportTransformation,
|
|
1037
1106
|
newGeometryPoint: () => newGeometryPoint,
|
|
1038
1107
|
newGeometryPolygon: () => newGeometryPolygon,
|
|
@@ -1081,6 +1150,7 @@ __export(src_exports, {
|
|
|
1081
1150
|
newLayersKnowledgeGraphLayer: () => newLayersKnowledgeGraphLayer,
|
|
1082
1151
|
newLayersLayer: () => newLayersLayer,
|
|
1083
1152
|
newLayersLineOfSightLayer: () => newLayersLineOfSightLayer,
|
|
1153
|
+
newLayersLinkChartLayer: () => newLayersLinkChartLayer,
|
|
1084
1154
|
newLayersMapImageLayer: () => newLayersMapImageLayer,
|
|
1085
1155
|
newLayersMapNotesLayer: () => newLayersMapNotesLayer,
|
|
1086
1156
|
newLayersMediaLayer: () => newLayersMediaLayer,
|
|
@@ -1103,6 +1173,8 @@ __export(src_exports, {
|
|
|
1103
1173
|
newLayersSupportControlPointsGeoreference: () => newLayersSupportControlPointsGeoreference,
|
|
1104
1174
|
newLayersSupportCornersGeoreference: () => newLayersSupportCornersGeoreference,
|
|
1105
1175
|
newLayersSupportDimensionalDefinition: () => newLayersSupportDimensionalDefinition,
|
|
1176
|
+
newLayersSupportDisplayFilter: () => newLayersSupportDisplayFilter,
|
|
1177
|
+
newLayersSupportDisplayFilterInfo: () => newLayersSupportDisplayFilterInfo,
|
|
1106
1178
|
newLayersSupportDomain: () => newLayersSupportDomain,
|
|
1107
1179
|
newLayersSupportElevationSampler: () => newLayersSupportElevationSampler,
|
|
1108
1180
|
newLayersSupportExpressionInfo: () => newLayersSupportExpressionInfo,
|
|
@@ -1129,6 +1201,7 @@ __export(src_exports, {
|
|
|
1129
1201
|
newLayersSupportMapImage: () => newLayersSupportMapImage,
|
|
1130
1202
|
newLayersSupportMosaicRule: () => newLayersSupportMosaicRule,
|
|
1131
1203
|
newLayersSupportMultidimensionalSubset: () => newLayersSupportMultidimensionalSubset,
|
|
1204
|
+
newLayersSupportOrderByInfo: () => newLayersSupportOrderByInfo,
|
|
1132
1205
|
newLayersSupportPixelBlock: () => newLayersSupportPixelBlock,
|
|
1133
1206
|
newLayersSupportPublishingInfo: () => newLayersSupportPublishingInfo,
|
|
1134
1207
|
newLayersSupportRangeDomain: () => newLayersSupportRangeDomain,
|
|
@@ -1151,6 +1224,8 @@ __export(src_exports, {
|
|
|
1151
1224
|
newLayersSupportTileInfo: () => newLayersSupportTileInfo,
|
|
1152
1225
|
newLayersSupportTileMatrixSet: () => newLayersSupportTileMatrixSet,
|
|
1153
1226
|
newLayersSupportTimeInfo: () => newLayersSupportTimeInfo,
|
|
1227
|
+
newLayersSupportTrackInfo: () => newLayersSupportTrackInfo,
|
|
1228
|
+
newLayersSupportTrackPartInfo: () => newLayersSupportTrackPartInfo,
|
|
1154
1229
|
newLayersSupportVideoElement: () => newLayersSupportVideoElement,
|
|
1155
1230
|
newLayersSupportVideoTimeExtent: () => newLayersSupportVideoTimeExtent,
|
|
1156
1231
|
newLayersSupportWMSSublayer: () => newLayersSupportWMSSublayer,
|
|
@@ -1173,6 +1248,11 @@ __export(src_exports, {
|
|
|
1173
1248
|
newLayersWMSLayer: () => newLayersWMSLayer,
|
|
1174
1249
|
newLayersWMTSLayer: () => newLayersWMTSLayer,
|
|
1175
1250
|
newLayersWebTileLayer: () => newLayersWebTileLayer,
|
|
1251
|
+
newLinkChartChronologicalLayoutSettings: () => newLinkChartChronologicalLayoutSettings,
|
|
1252
|
+
newLinkChartLayoutSettings: () => newLinkChartLayoutSettings,
|
|
1253
|
+
newLinkChartLinkChartProperties: () => newLinkChartLinkChartProperties,
|
|
1254
|
+
newLinkChartNonspatialDataDisplay: () => newLinkChartNonspatialDataDisplay,
|
|
1255
|
+
newLinkChartOrganicLayoutSettings: () => newLinkChartOrganicLayoutSettings,
|
|
1176
1256
|
newMap: () => newMap,
|
|
1177
1257
|
newNetworksNetwork: () => newNetworksNetwork,
|
|
1178
1258
|
newNetworksSupportNamedTraceConfiguration: () => newNetworksSupportNamedTraceConfiguration,
|
|
@@ -1206,8 +1286,10 @@ __export(src_exports, {
|
|
|
1206
1286
|
newPopupFieldInfo: () => newPopupFieldInfo,
|
|
1207
1287
|
newPopupLayerOptions: () => newPopupLayerOptions,
|
|
1208
1288
|
newPopupRelatedRecordsInfo: () => newPopupRelatedRecordsInfo,
|
|
1289
|
+
newPopupSupportAttachmentsOrderByInfo: () => newPopupSupportAttachmentsOrderByInfo,
|
|
1209
1290
|
newPopupSupportFieldInfoFormat: () => newPopupSupportFieldInfoFormat,
|
|
1210
1291
|
newPopupSupportRelatedRecordsInfoFieldOrder: () => newPopupSupportRelatedRecordsInfoFieldOrder,
|
|
1292
|
+
newPopupSupportUtilityNetworkAssociationType: () => newPopupSupportUtilityNetworkAssociationType,
|
|
1211
1293
|
newPopupTemplate: () => newPopupTemplate,
|
|
1212
1294
|
newPortalPortal: () => newPortalPortal,
|
|
1213
1295
|
newPortalPortalFolder: () => newPortalPortalFolder,
|
|
@@ -1269,6 +1351,7 @@ __export(src_exports, {
|
|
|
1269
1351
|
newRestKnowledgeGraphGraphProperty: () => newRestKnowledgeGraphGraphProperty,
|
|
1270
1352
|
newRestKnowledgeGraphGraphQuery: () => newRestKnowledgeGraphGraphQuery,
|
|
1271
1353
|
newRestKnowledgeGraphGraphQueryResult: () => newRestKnowledgeGraphGraphQueryResult,
|
|
1354
|
+
newRestKnowledgeGraphGraphQueryResultHeader: () => newRestKnowledgeGraphGraphQueryResultHeader,
|
|
1272
1355
|
newRestKnowledgeGraphGraphQueryStreaming: () => newRestKnowledgeGraphGraphQueryStreaming,
|
|
1273
1356
|
newRestKnowledgeGraphGraphQueryStreamingResult: () => newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
1274
1357
|
newRestKnowledgeGraphGraphSearch: () => newRestKnowledgeGraphGraphSearch,
|
|
@@ -1281,6 +1364,12 @@ __export(src_exports, {
|
|
|
1281
1364
|
newRestKnowledgeGraphRelationshipType: () => newRestKnowledgeGraphRelationshipType,
|
|
1282
1365
|
newRestKnowledgeGraphSearchIndex: () => newRestKnowledgeGraphSearchIndex,
|
|
1283
1366
|
newRestKnowledgeGraphServiceDefinition: () => newRestKnowledgeGraphServiceDefinition,
|
|
1367
|
+
newRestKnowledgeGraphSourceTypeValueBehavior: () => newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
1368
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
1369
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
1370
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
1371
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection: () => newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
1372
|
+
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings: () => newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
1284
1373
|
newRestNetworksSupportAggregatedGeometry: () => newRestNetworksSupportAggregatedGeometry,
|
|
1285
1374
|
newRestNetworksSupportAssociation: () => newRestNetworksSupportAssociation,
|
|
1286
1375
|
newRestNetworksSupportAssociationGeometriesResult: () => newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -1299,6 +1388,12 @@ __export(src_exports, {
|
|
|
1299
1388
|
newRestSupportArealUnit: () => newRestSupportArealUnit,
|
|
1300
1389
|
newRestSupportAreasAndLengthsParameters: () => newRestSupportAreasAndLengthsParameters,
|
|
1301
1390
|
newRestSupportAttachmentQuery: () => newRestSupportAttachmentQuery,
|
|
1391
|
+
newRestSupportAttributeBinsFeatureSet: () => newRestSupportAttributeBinsFeatureSet,
|
|
1392
|
+
newRestSupportAttributeBinsGrouping: () => newRestSupportAttributeBinsGrouping,
|
|
1393
|
+
newRestSupportAttributeBinsQuery: () => newRestSupportAttributeBinsQuery,
|
|
1394
|
+
newRestSupportAutoIntervalBinParameters: () => newRestSupportAutoIntervalBinParameters,
|
|
1395
|
+
newRestSupportBaseImageMeasureParameters: () => newRestSupportBaseImageMeasureParameters,
|
|
1396
|
+
newRestSupportBaseImageMeasureResult: () => newRestSupportBaseImageMeasureResult,
|
|
1302
1397
|
newRestSupportBufferParameters: () => newRestSupportBufferParameters,
|
|
1303
1398
|
newRestSupportCameraInfo: () => newRestSupportCameraInfo,
|
|
1304
1399
|
newRestSupportClosestFacilityParameters: () => newRestSupportClosestFacilityParameters,
|
|
@@ -1306,6 +1401,8 @@ __export(src_exports, {
|
|
|
1306
1401
|
newRestSupportColorRamp: () => newRestSupportColorRamp,
|
|
1307
1402
|
newRestSupportDataFile: () => newRestSupportDataFile,
|
|
1308
1403
|
newRestSupportDataLayer: () => newRestSupportDataLayer,
|
|
1404
|
+
newRestSupportDateBinParameters: () => newRestSupportDateBinParameters,
|
|
1405
|
+
newRestSupportDateBinTimeInterval: () => newRestSupportDateBinTimeInterval,
|
|
1309
1406
|
newRestSupportDensifyParameters: () => newRestSupportDensifyParameters,
|
|
1310
1407
|
newRestSupportDirectionLine: () => newRestSupportDirectionLine,
|
|
1311
1408
|
newRestSupportDirectionPoint: () => newRestSupportDirectionPoint,
|
|
@@ -1319,6 +1416,8 @@ __export(src_exports, {
|
|
|
1319
1416
|
newRestSupportFindImagesResult: () => newRestSupportFindImagesResult,
|
|
1320
1417
|
newRestSupportFindParameters: () => newRestSupportFindParameters,
|
|
1321
1418
|
newRestSupportFindResult: () => newRestSupportFindResult,
|
|
1419
|
+
newRestSupportFixedBoundariesBinParameters: () => newRestSupportFixedBoundariesBinParameters,
|
|
1420
|
+
newRestSupportFixedIntervalBinParameters: () => newRestSupportFixedIntervalBinParameters,
|
|
1322
1421
|
newRestSupportGPMessage: () => newRestSupportGPMessage,
|
|
1323
1422
|
newRestSupportGeneralizeParameters: () => newRestSupportGeneralizeParameters,
|
|
1324
1423
|
newRestSupportIdentifyParameters: () => newRestSupportIdentifyParameters,
|
|
@@ -1352,6 +1451,9 @@ __export(src_exports, {
|
|
|
1352
1451
|
newRestSupportImageToMapParameters: () => newRestSupportImageToMapParameters,
|
|
1353
1452
|
newRestSupportImageUrlParameters: () => newRestSupportImageUrlParameters,
|
|
1354
1453
|
newRestSupportImageUrlResult: () => newRestSupportImageUrlResult,
|
|
1454
|
+
newRestSupportImageVolume: () => newRestSupportImageVolume,
|
|
1455
|
+
newRestSupportImageVolumeParameters: () => newRestSupportImageVolumeParameters,
|
|
1456
|
+
newRestSupportImageVolumeResult: () => newRestSupportImageVolumeResult,
|
|
1355
1457
|
newRestSupportJobInfo: () => newRestSupportJobInfo,
|
|
1356
1458
|
newRestSupportLegendLayer: () => newRestSupportLegendLayer,
|
|
1357
1459
|
newRestSupportLengthsParameters: () => newRestSupportLengthsParameters,
|
|
@@ -1494,17 +1596,21 @@ __export(src_exports, {
|
|
|
1494
1596
|
newViewsLayersFeatureLayerView: () => newViewsLayersFeatureLayerView,
|
|
1495
1597
|
newViewsLayersGroupLayerView: () => newViewsLayersGroupLayerView,
|
|
1496
1598
|
newViewsLayersImageryLayerView: () => newViewsLayersImageryLayerView,
|
|
1599
|
+
newViewsLayersImageryTileLayerView: () => newViewsLayersImageryTileLayerView,
|
|
1497
1600
|
newViewsLayersLayerView: () => newViewsLayersLayerView,
|
|
1498
1601
|
newViewsLayersMediaLayerView: () => newViewsLayersMediaLayerView,
|
|
1499
1602
|
newViewsLayersOGCFeatureLayerView: () => newViewsLayersOGCFeatureLayerView,
|
|
1500
1603
|
newViewsLayersSceneLayerView: () => newViewsLayersSceneLayerView,
|
|
1501
1604
|
newViewsLayersStreamLayerView: () => newViewsLayersStreamLayerView,
|
|
1502
1605
|
newViewsLayersViewshedLayerView: () => newViewsLayersViewshedLayerView,
|
|
1606
|
+
newViewsLinkChartView: () => newViewsLinkChartView,
|
|
1503
1607
|
newViewsMagnifier: () => newViewsMagnifier,
|
|
1504
1608
|
newViewsMapView: () => newViewsMapView,
|
|
1505
1609
|
newViewsNavigationGamepadGamepadSettings: () => newViewsNavigationGamepadGamepadSettings,
|
|
1506
1610
|
newViewsNavigationNavigation: () => newViewsNavigationNavigation,
|
|
1611
|
+
newViewsNavigationNavigationActionMap: () => newViewsNavigationNavigationActionMap,
|
|
1507
1612
|
newViewsSceneView: () => newViewsSceneView,
|
|
1613
|
+
newViewsSupportHighlightOptions: () => newViewsSupportHighlightOptions,
|
|
1508
1614
|
newViewsTheme: () => newViewsTheme,
|
|
1509
1615
|
newViewsUiDefaultUI: () => newViewsUiDefaultUI,
|
|
1510
1616
|
newViewsUiUI: () => newViewsUiUI,
|
|
@@ -1512,6 +1618,7 @@ __export(src_exports, {
|
|
|
1512
1618
|
newViewsView2D: () => newViewsView2D,
|
|
1513
1619
|
newViewsViewAnimation: () => newViewsViewAnimation,
|
|
1514
1620
|
newWebDocument2D: () => newWebDocument2D,
|
|
1621
|
+
newWebLinkChart: () => newWebLinkChart,
|
|
1515
1622
|
newWebMap: () => newWebMap,
|
|
1516
1623
|
newWebScene: () => newWebScene,
|
|
1517
1624
|
newWebdocApplicationPropertiesSearch: () => newWebdocApplicationPropertiesSearch,
|
|
@@ -1543,6 +1650,7 @@ __export(src_exports, {
|
|
|
1543
1650
|
newWebsceneInitialViewProperties: () => newWebsceneInitialViewProperties,
|
|
1544
1651
|
newWebscenePresentation: () => newWebscenePresentation,
|
|
1545
1652
|
newWebsceneSlide: () => newWebsceneSlide,
|
|
1653
|
+
newWebsceneSlideLegendInfo: () => newWebsceneSlideLegendInfo,
|
|
1546
1654
|
newWebsceneSunLighting: () => newWebsceneSunLighting,
|
|
1547
1655
|
newWebsceneVirtualLighting: () => newWebsceneVirtualLighting,
|
|
1548
1656
|
newWidgetsAreaMeasurement2D: () => newWidgetsAreaMeasurement2D,
|
|
@@ -1612,6 +1720,8 @@ __export(src_exports, {
|
|
|
1612
1720
|
newWidgetsFeatureFormFieldInput: () => newWidgetsFeatureFormFieldInput,
|
|
1613
1721
|
newWidgetsFeatureFormGroupInput: () => newWidgetsFeatureFormGroupInput,
|
|
1614
1722
|
newWidgetsFeatureFormRelationshipInput: () => newWidgetsFeatureFormRelationshipInput,
|
|
1723
|
+
newWidgetsFeatureFormTextElementInput: () => newWidgetsFeatureFormTextElementInput,
|
|
1724
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput: () => newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
1615
1725
|
newWidgetsFeatureTable: () => newWidgetsFeatureTable,
|
|
1616
1726
|
newWidgetsFeatureTableActionColumn: () => newWidgetsFeatureTableActionColumn,
|
|
1617
1727
|
newWidgetsFeatureTableAttachmentsColumn: () => newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -1623,10 +1733,12 @@ __export(src_exports, {
|
|
|
1623
1733
|
newWidgetsFeatureTableGridSupportButtonMenuItem: () => newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
1624
1734
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel: () => newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
1625
1735
|
newWidgetsFeatureTableRelationshipColumn: () => newWidgetsFeatureTableRelationshipColumn,
|
|
1736
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate: () => newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
1626
1737
|
newWidgetsFeatureTableSupportColumnTemplate: () => newWidgetsFeatureTableSupportColumnTemplate,
|
|
1627
1738
|
newWidgetsFeatureTableSupportColumnTemplateBase: () => newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
1628
1739
|
newWidgetsFeatureTableSupportFieldColumnTemplate: () => newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
1629
1740
|
newWidgetsFeatureTableSupportGroupColumnTemplate: () => newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
1741
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate: () => newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
1630
1742
|
newWidgetsFeatureTableSupportTableTemplate: () => newWidgetsFeatureTableSupportTableTemplate,
|
|
1631
1743
|
newWidgetsFeatureTemplates: () => newWidgetsFeatureTemplates,
|
|
1632
1744
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel: () => newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -1654,6 +1766,7 @@ __export(src_exports, {
|
|
|
1654
1766
|
newWidgetsLineOfSight: () => newWidgetsLineOfSight,
|
|
1655
1767
|
newWidgetsLineOfSightLineOfSightTarget: () => newWidgetsLineOfSightLineOfSightTarget,
|
|
1656
1768
|
newWidgetsLineOfSightLineOfSightViewModel: () => newWidgetsLineOfSightLineOfSightViewModel,
|
|
1769
|
+
newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel: () => newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
1657
1770
|
newWidgetsLocate: () => newWidgetsLocate,
|
|
1658
1771
|
newWidgetsLocateLocateViewModel: () => newWidgetsLocateLocateViewModel,
|
|
1659
1772
|
newWidgetsMeasurement: () => newWidgetsMeasurement,
|
|
@@ -1724,6 +1837,7 @@ __export(src_exports, {
|
|
|
1724
1837
|
newWidgetsUtilityNetworkAssociations: () => newWidgetsUtilityNetworkAssociations,
|
|
1725
1838
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
1726
1839
|
newWidgetsUtilityNetworkTrace: () => newWidgetsUtilityNetworkTrace,
|
|
1840
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel: () => newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
1727
1841
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel: () => newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
1728
1842
|
newWidgetsUtilityNetworkValidateTopology: () => newWidgetsUtilityNetworkValidateTopology,
|
|
1729
1843
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel: () => newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -2057,6 +2171,17 @@ async function newFormElementsTextElement(properties) {
|
|
|
2057
2171
|
const ModConstructor = await importFormElementsTextElement();
|
|
2058
2172
|
return new ModConstructor(properties);
|
|
2059
2173
|
}
|
|
2174
|
+
async function importFormElementsUtilityNetworkAssociationsElement() {
|
|
2175
|
+
if (isAMD) {
|
|
2176
|
+
return await window.$arcgis.import("esri/form/elements/UtilityNetworkAssociationsElement");
|
|
2177
|
+
}
|
|
2178
|
+
const module2 = await import("@arcgis/core/form/elements/UtilityNetworkAssociationsElement.js");
|
|
2179
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2180
|
+
}
|
|
2181
|
+
async function newFormElementsUtilityNetworkAssociationsElement(properties) {
|
|
2182
|
+
const ModConstructor = await importFormElementsUtilityNetworkAssociationsElement();
|
|
2183
|
+
return new ModConstructor(properties);
|
|
2184
|
+
}
|
|
2060
2185
|
async function importFormElementsInputsBarcodeScannerInput() {
|
|
2061
2186
|
if (isAMD) {
|
|
2062
2187
|
return await window.$arcgis.import("esri/form/elements/inputs/BarcodeScannerInput");
|
|
@@ -2365,6 +2490,28 @@ async function newGeometrySpatialReference(properties) {
|
|
|
2365
2490
|
const ModConstructor = await importGeometrySpatialReference();
|
|
2366
2491
|
return new ModConstructor(properties);
|
|
2367
2492
|
}
|
|
2493
|
+
async function importGeometryOperatorsSupportGeographicTransformation() {
|
|
2494
|
+
if (isAMD) {
|
|
2495
|
+
return await window.$arcgis.import("esri/geometry/operators/support/GeographicTransformation");
|
|
2496
|
+
}
|
|
2497
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/GeographicTransformation.js");
|
|
2498
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2499
|
+
}
|
|
2500
|
+
async function newGeometryOperatorsSupportGeographicTransformation(properties) {
|
|
2501
|
+
const ModConstructor = await importGeometryOperatorsSupportGeographicTransformation();
|
|
2502
|
+
return new ModConstructor(properties);
|
|
2503
|
+
}
|
|
2504
|
+
async function importGeometryOperatorsSupportGeographicTransformationStep() {
|
|
2505
|
+
if (isAMD) {
|
|
2506
|
+
return await window.$arcgis.import("esri/geometry/operators/support/GeographicTransformationStep");
|
|
2507
|
+
}
|
|
2508
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/GeographicTransformationStep.js");
|
|
2509
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2510
|
+
}
|
|
2511
|
+
async function newGeometryOperatorsSupportGeographicTransformationStep(properties) {
|
|
2512
|
+
const ModConstructor = await importGeometryOperatorsSupportGeographicTransformationStep();
|
|
2513
|
+
return new ModConstructor(properties);
|
|
2514
|
+
}
|
|
2368
2515
|
async function importGeometryOperatorsSupportTransformation() {
|
|
2369
2516
|
if (isAMD) {
|
|
2370
2517
|
return await window.$arcgis.import("esri/geometry/operators/support/Transformation");
|
|
@@ -2486,6 +2633,17 @@ async function newGeometrySupportMeshTransform(properties) {
|
|
|
2486
2633
|
const ModConstructor = await importGeometrySupportMeshTransform();
|
|
2487
2634
|
return new ModConstructor(properties);
|
|
2488
2635
|
}
|
|
2636
|
+
async function importAttributeBinsGraphic() {
|
|
2637
|
+
if (isAMD) {
|
|
2638
|
+
return await window.$arcgis.import("esri/AttributeBinsGraphic");
|
|
2639
|
+
}
|
|
2640
|
+
const module2 = await import("@arcgis/core/AttributeBinsGraphic.js");
|
|
2641
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2642
|
+
}
|
|
2643
|
+
async function newAttributeBinsGraphic(properties) {
|
|
2644
|
+
const ModConstructor = await importAttributeBinsGraphic();
|
|
2645
|
+
return new ModConstructor(properties);
|
|
2646
|
+
}
|
|
2489
2647
|
async function importGraphic() {
|
|
2490
2648
|
if (isAMD) {
|
|
2491
2649
|
return await window.$arcgis.import("esri/Graphic");
|
|
@@ -2849,6 +3007,17 @@ async function newLayersLineOfSightLayer(properties) {
|
|
|
2849
3007
|
const ModConstructor = await importLayersLineOfSightLayer();
|
|
2850
3008
|
return new ModConstructor(properties);
|
|
2851
3009
|
}
|
|
3010
|
+
async function importLayersLinkChartLayer() {
|
|
3011
|
+
if (isAMD) {
|
|
3012
|
+
return await window.$arcgis.import("esri/layers/LinkChartLayer");
|
|
3013
|
+
}
|
|
3014
|
+
const module2 = await import("@arcgis/core/layers/LinkChartLayer.js");
|
|
3015
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3016
|
+
}
|
|
3017
|
+
async function newLayersLinkChartLayer(properties) {
|
|
3018
|
+
const ModConstructor = await importLayersLinkChartLayer();
|
|
3019
|
+
return new ModConstructor(properties);
|
|
3020
|
+
}
|
|
2852
3021
|
async function importLayersMapImageLayer() {
|
|
2853
3022
|
if (isAMD) {
|
|
2854
3023
|
return await window.$arcgis.import("esri/layers/MapImageLayer");
|
|
@@ -3091,6 +3260,28 @@ async function newLayersSupportDimensionalDefinition(properties) {
|
|
|
3091
3260
|
const ModConstructor = await importLayersSupportDimensionalDefinition();
|
|
3092
3261
|
return new ModConstructor(properties);
|
|
3093
3262
|
}
|
|
3263
|
+
async function importLayersSupportDisplayFilter() {
|
|
3264
|
+
if (isAMD) {
|
|
3265
|
+
return await window.$arcgis.import("esri/layers/support/DisplayFilter");
|
|
3266
|
+
}
|
|
3267
|
+
const module2 = await import("@arcgis/core/layers/support/DisplayFilter.js");
|
|
3268
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3269
|
+
}
|
|
3270
|
+
async function newLayersSupportDisplayFilter(properties) {
|
|
3271
|
+
const ModConstructor = await importLayersSupportDisplayFilter();
|
|
3272
|
+
return new ModConstructor(properties);
|
|
3273
|
+
}
|
|
3274
|
+
async function importLayersSupportDisplayFilterInfo() {
|
|
3275
|
+
if (isAMD) {
|
|
3276
|
+
return await window.$arcgis.import("esri/layers/support/DisplayFilterInfo");
|
|
3277
|
+
}
|
|
3278
|
+
const module2 = await import("@arcgis/core/layers/support/DisplayFilterInfo.js");
|
|
3279
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3280
|
+
}
|
|
3281
|
+
async function newLayersSupportDisplayFilterInfo(properties) {
|
|
3282
|
+
const ModConstructor = await importLayersSupportDisplayFilterInfo();
|
|
3283
|
+
return new ModConstructor(properties);
|
|
3284
|
+
}
|
|
3094
3285
|
async function importLayersSupportDomain() {
|
|
3095
3286
|
if (isAMD) {
|
|
3096
3287
|
return await window.$arcgis.import("esri/layers/support/Domain");
|
|
@@ -3377,6 +3568,17 @@ async function newLayersSupportMultidimensionalSubset(properties) {
|
|
|
3377
3568
|
const ModConstructor = await importLayersSupportMultidimensionalSubset();
|
|
3378
3569
|
return new ModConstructor(properties);
|
|
3379
3570
|
}
|
|
3571
|
+
async function importLayersSupportOrderByInfo() {
|
|
3572
|
+
if (isAMD) {
|
|
3573
|
+
return await window.$arcgis.import("esri/layers/support/OrderByInfo");
|
|
3574
|
+
}
|
|
3575
|
+
const module2 = await import("@arcgis/core/layers/support/OrderByInfo.js");
|
|
3576
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3577
|
+
}
|
|
3578
|
+
async function newLayersSupportOrderByInfo(properties) {
|
|
3579
|
+
const ModConstructor = await importLayersSupportOrderByInfo();
|
|
3580
|
+
return new ModConstructor(properties);
|
|
3581
|
+
}
|
|
3380
3582
|
async function importLayersSupportPixelBlock() {
|
|
3381
3583
|
if (isAMD) {
|
|
3382
3584
|
return await window.$arcgis.import("esri/layers/support/PixelBlock");
|
|
@@ -3619,6 +3821,28 @@ async function newLayersSupportTimeInfo(properties) {
|
|
|
3619
3821
|
const ModConstructor = await importLayersSupportTimeInfo();
|
|
3620
3822
|
return new ModConstructor(properties);
|
|
3621
3823
|
}
|
|
3824
|
+
async function importLayersSupportTrackInfo() {
|
|
3825
|
+
if (isAMD) {
|
|
3826
|
+
return await window.$arcgis.import("esri/layers/support/TrackInfo");
|
|
3827
|
+
}
|
|
3828
|
+
const module2 = await import("@arcgis/core/layers/support/TrackInfo.js");
|
|
3829
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3830
|
+
}
|
|
3831
|
+
async function newLayersSupportTrackInfo(properties) {
|
|
3832
|
+
const ModConstructor = await importLayersSupportTrackInfo();
|
|
3833
|
+
return new ModConstructor(properties);
|
|
3834
|
+
}
|
|
3835
|
+
async function importLayersSupportTrackPartInfo() {
|
|
3836
|
+
if (isAMD) {
|
|
3837
|
+
return await window.$arcgis.import("esri/layers/support/TrackPartInfo");
|
|
3838
|
+
}
|
|
3839
|
+
const module2 = await import("@arcgis/core/layers/support/TrackPartInfo.js");
|
|
3840
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3841
|
+
}
|
|
3842
|
+
async function newLayersSupportTrackPartInfo(properties) {
|
|
3843
|
+
const ModConstructor = await importLayersSupportTrackPartInfo();
|
|
3844
|
+
return new ModConstructor(properties);
|
|
3845
|
+
}
|
|
3622
3846
|
async function importLayersSupportVideoElement() {
|
|
3623
3847
|
if (isAMD) {
|
|
3624
3848
|
return await window.$arcgis.import("esri/layers/support/VideoElement");
|
|
@@ -3861,6 +4085,61 @@ async function newLayersWMTSLayer(properties) {
|
|
|
3861
4085
|
const ModConstructor = await importLayersWMTSLayer();
|
|
3862
4086
|
return new ModConstructor(properties);
|
|
3863
4087
|
}
|
|
4088
|
+
async function importLinkChartChronologicalLayoutSettings() {
|
|
4089
|
+
if (isAMD) {
|
|
4090
|
+
return await window.$arcgis.import("esri/linkChart/ChronologicalLayoutSettings");
|
|
4091
|
+
}
|
|
4092
|
+
const module2 = await import("@arcgis/core/linkChart/ChronologicalLayoutSettings.js");
|
|
4093
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4094
|
+
}
|
|
4095
|
+
async function newLinkChartChronologicalLayoutSettings(properties) {
|
|
4096
|
+
const ModConstructor = await importLinkChartChronologicalLayoutSettings();
|
|
4097
|
+
return new ModConstructor(properties);
|
|
4098
|
+
}
|
|
4099
|
+
async function importLinkChartLayoutSettings() {
|
|
4100
|
+
if (isAMD) {
|
|
4101
|
+
return await window.$arcgis.import("esri/linkChart/LayoutSettings");
|
|
4102
|
+
}
|
|
4103
|
+
const module2 = await import("@arcgis/core/linkChart/LayoutSettings.js");
|
|
4104
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4105
|
+
}
|
|
4106
|
+
async function newLinkChartLayoutSettings(properties) {
|
|
4107
|
+
const ModConstructor = await importLinkChartLayoutSettings();
|
|
4108
|
+
return new ModConstructor(properties);
|
|
4109
|
+
}
|
|
4110
|
+
async function importLinkChartLinkChartProperties() {
|
|
4111
|
+
if (isAMD) {
|
|
4112
|
+
return await window.$arcgis.import("esri/linkChart/LinkChartProperties");
|
|
4113
|
+
}
|
|
4114
|
+
const module2 = await import("@arcgis/core/linkChart/LinkChartProperties.js");
|
|
4115
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4116
|
+
}
|
|
4117
|
+
async function newLinkChartLinkChartProperties(properties) {
|
|
4118
|
+
const ModConstructor = await importLinkChartLinkChartProperties();
|
|
4119
|
+
return new ModConstructor(properties);
|
|
4120
|
+
}
|
|
4121
|
+
async function importLinkChartNonspatialDataDisplay() {
|
|
4122
|
+
if (isAMD) {
|
|
4123
|
+
return await window.$arcgis.import("esri/linkChart/NonspatialDataDisplay");
|
|
4124
|
+
}
|
|
4125
|
+
const module2 = await import("@arcgis/core/linkChart/NonspatialDataDisplay.js");
|
|
4126
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4127
|
+
}
|
|
4128
|
+
async function newLinkChartNonspatialDataDisplay(properties) {
|
|
4129
|
+
const ModConstructor = await importLinkChartNonspatialDataDisplay();
|
|
4130
|
+
return new ModConstructor(properties);
|
|
4131
|
+
}
|
|
4132
|
+
async function importLinkChartOrganicLayoutSettings() {
|
|
4133
|
+
if (isAMD) {
|
|
4134
|
+
return await window.$arcgis.import("esri/linkChart/OrganicLayoutSettings");
|
|
4135
|
+
}
|
|
4136
|
+
const module2 = await import("@arcgis/core/linkChart/OrganicLayoutSettings.js");
|
|
4137
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4138
|
+
}
|
|
4139
|
+
async function newLinkChartOrganicLayoutSettings(properties) {
|
|
4140
|
+
const ModConstructor = await importLinkChartOrganicLayoutSettings();
|
|
4141
|
+
return new ModConstructor(properties);
|
|
4142
|
+
}
|
|
3864
4143
|
async function importMap() {
|
|
3865
4144
|
if (isAMD) {
|
|
3866
4145
|
return await window.$arcgis.import("esri/Map");
|
|
@@ -4224,6 +4503,17 @@ async function newPopupRelatedRecordsInfo(properties) {
|
|
|
4224
4503
|
const ModConstructor = await importPopupRelatedRecordsInfo();
|
|
4225
4504
|
return new ModConstructor(properties);
|
|
4226
4505
|
}
|
|
4506
|
+
async function importPopupSupportAttachmentsOrderByInfo() {
|
|
4507
|
+
if (isAMD) {
|
|
4508
|
+
return await window.$arcgis.import("esri/popup/support/AttachmentsOrderByInfo");
|
|
4509
|
+
}
|
|
4510
|
+
const module2 = await import("@arcgis/core/popup/support/AttachmentsOrderByInfo.js");
|
|
4511
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4512
|
+
}
|
|
4513
|
+
async function newPopupSupportAttachmentsOrderByInfo(properties) {
|
|
4514
|
+
const ModConstructor = await importPopupSupportAttachmentsOrderByInfo();
|
|
4515
|
+
return new ModConstructor(properties);
|
|
4516
|
+
}
|
|
4227
4517
|
async function importPopupSupportFieldInfoFormat() {
|
|
4228
4518
|
if (isAMD) {
|
|
4229
4519
|
return await window.$arcgis.import("esri/popup/support/FieldInfoFormat");
|
|
@@ -4246,6 +4536,17 @@ async function newPopupSupportRelatedRecordsInfoFieldOrder(properties) {
|
|
|
4246
4536
|
const ModConstructor = await importPopupSupportRelatedRecordsInfoFieldOrder();
|
|
4247
4537
|
return new ModConstructor(properties);
|
|
4248
4538
|
}
|
|
4539
|
+
async function importPopupSupportUtilityNetworkAssociationType() {
|
|
4540
|
+
if (isAMD) {
|
|
4541
|
+
return await window.$arcgis.import("esri/popup/support/UtilityNetworkAssociationType");
|
|
4542
|
+
}
|
|
4543
|
+
const module2 = await import("@arcgis/core/popup/support/UtilityNetworkAssociationType.js");
|
|
4544
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4545
|
+
}
|
|
4546
|
+
async function newPopupSupportUtilityNetworkAssociationType(properties) {
|
|
4547
|
+
const ModConstructor = await importPopupSupportUtilityNetworkAssociationType();
|
|
4548
|
+
return new ModConstructor(properties);
|
|
4549
|
+
}
|
|
4249
4550
|
async function importPopupTemplate() {
|
|
4250
4551
|
if (isAMD) {
|
|
4251
4552
|
return await window.$arcgis.import("esri/PopupTemplate");
|
|
@@ -4917,6 +5218,17 @@ async function newRestKnowledgeGraphGraphQueryResult(properties) {
|
|
|
4917
5218
|
const ModConstructor = await importRestKnowledgeGraphGraphQueryResult();
|
|
4918
5219
|
return new ModConstructor(properties);
|
|
4919
5220
|
}
|
|
5221
|
+
async function importRestKnowledgeGraphGraphQueryResultHeader() {
|
|
5222
|
+
if (isAMD) {
|
|
5223
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryResultHeader");
|
|
5224
|
+
}
|
|
5225
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphQueryResultHeader.js");
|
|
5226
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5227
|
+
}
|
|
5228
|
+
async function newRestKnowledgeGraphGraphQueryResultHeader(properties) {
|
|
5229
|
+
const ModConstructor = await importRestKnowledgeGraphGraphQueryResultHeader();
|
|
5230
|
+
return new ModConstructor(properties);
|
|
5231
|
+
}
|
|
4920
5232
|
async function importRestKnowledgeGraphGraphQueryStreaming() {
|
|
4921
5233
|
if (isAMD) {
|
|
4922
5234
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryStreaming");
|
|
@@ -5049,6 +5361,72 @@ async function newRestKnowledgeGraphServiceDefinition(properties) {
|
|
|
5049
5361
|
const ModConstructor = await importRestKnowledgeGraphServiceDefinition();
|
|
5050
5362
|
return new ModConstructor(properties);
|
|
5051
5363
|
}
|
|
5364
|
+
async function importRestKnowledgeGraphSourceTypeValueBehavior() {
|
|
5365
|
+
if (isAMD) {
|
|
5366
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/SourceTypeValueBehavior");
|
|
5367
|
+
}
|
|
5368
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/SourceTypeValueBehavior.js");
|
|
5369
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5370
|
+
}
|
|
5371
|
+
async function newRestKnowledgeGraphSourceTypeValueBehavior(properties) {
|
|
5372
|
+
const ModConstructor = await importRestKnowledgeGraphSourceTypeValueBehavior();
|
|
5373
|
+
return new ModConstructor(properties);
|
|
5374
|
+
}
|
|
5375
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration() {
|
|
5376
|
+
if (isAMD) {
|
|
5377
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsConfiguration");
|
|
5378
|
+
}
|
|
5379
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsConfiguration.js");
|
|
5380
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5381
|
+
}
|
|
5382
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration(properties) {
|
|
5383
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration();
|
|
5384
|
+
return new ModConstructor(properties);
|
|
5385
|
+
}
|
|
5386
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity() {
|
|
5387
|
+
if (isAMD) {
|
|
5388
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsEntity");
|
|
5389
|
+
}
|
|
5390
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsEntity.js");
|
|
5391
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5392
|
+
}
|
|
5393
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity(properties) {
|
|
5394
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity();
|
|
5395
|
+
return new ModConstructor(properties);
|
|
5396
|
+
}
|
|
5397
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter() {
|
|
5398
|
+
if (isAMD) {
|
|
5399
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsPathFilter");
|
|
5400
|
+
}
|
|
5401
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsPathFilter.js");
|
|
5402
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5403
|
+
}
|
|
5404
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter(properties) {
|
|
5405
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter();
|
|
5406
|
+
return new ModConstructor(properties);
|
|
5407
|
+
}
|
|
5408
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection() {
|
|
5409
|
+
if (isAMD) {
|
|
5410
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMKGTraversalDirection");
|
|
5411
|
+
}
|
|
5412
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMKGTraversalDirection.js");
|
|
5413
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5414
|
+
}
|
|
5415
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection(properties) {
|
|
5416
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection();
|
|
5417
|
+
return new ModConstructor(properties);
|
|
5418
|
+
}
|
|
5419
|
+
async function importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings() {
|
|
5420
|
+
if (isAMD) {
|
|
5421
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/FindPathsToolSettings");
|
|
5422
|
+
}
|
|
5423
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/FindPathsToolSettings.js");
|
|
5424
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5425
|
+
}
|
|
5426
|
+
async function newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings(properties) {
|
|
5427
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings();
|
|
5428
|
+
return new ModConstructor(properties);
|
|
5429
|
+
}
|
|
5052
5430
|
async function importRestNetworksSupportAggregatedGeometry() {
|
|
5053
5431
|
if (isAMD) {
|
|
5054
5432
|
return await window.$arcgis.import("esri/rest/networks/support/AggregatedGeometry");
|
|
@@ -5203,6 +5581,94 @@ async function newRestSupportAddressCandidate(properties) {
|
|
|
5203
5581
|
const ModConstructor = await importRestSupportAddressCandidate();
|
|
5204
5582
|
return new ModConstructor(properties);
|
|
5205
5583
|
}
|
|
5584
|
+
async function importRestSupportAttributeBinsFeatureSet() {
|
|
5585
|
+
if (isAMD) {
|
|
5586
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsFeatureSet");
|
|
5587
|
+
}
|
|
5588
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsFeatureSet.js");
|
|
5589
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5590
|
+
}
|
|
5591
|
+
async function newRestSupportAttributeBinsFeatureSet(properties) {
|
|
5592
|
+
const ModConstructor = await importRestSupportAttributeBinsFeatureSet();
|
|
5593
|
+
return new ModConstructor(properties);
|
|
5594
|
+
}
|
|
5595
|
+
async function importRestSupportAttributeBinsQuery() {
|
|
5596
|
+
if (isAMD) {
|
|
5597
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsQuery");
|
|
5598
|
+
}
|
|
5599
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsQuery.js");
|
|
5600
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5601
|
+
}
|
|
5602
|
+
async function newRestSupportAttributeBinsQuery(properties) {
|
|
5603
|
+
const ModConstructor = await importRestSupportAttributeBinsQuery();
|
|
5604
|
+
return new ModConstructor(properties);
|
|
5605
|
+
}
|
|
5606
|
+
async function importRestSupportAttributeBinsGrouping() {
|
|
5607
|
+
if (isAMD) {
|
|
5608
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsGrouping");
|
|
5609
|
+
}
|
|
5610
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsGrouping.js");
|
|
5611
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5612
|
+
}
|
|
5613
|
+
async function newRestSupportAttributeBinsGrouping(properties) {
|
|
5614
|
+
const ModConstructor = await importRestSupportAttributeBinsGrouping();
|
|
5615
|
+
return new ModConstructor(properties);
|
|
5616
|
+
}
|
|
5617
|
+
async function importRestSupportAutoIntervalBinParameters() {
|
|
5618
|
+
if (isAMD) {
|
|
5619
|
+
return await window.$arcgis.import("esri/rest/support/AutoIntervalBinParameters");
|
|
5620
|
+
}
|
|
5621
|
+
const module2 = await import("@arcgis/core/rest/support/AutoIntervalBinParameters.js");
|
|
5622
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5623
|
+
}
|
|
5624
|
+
async function newRestSupportAutoIntervalBinParameters(properties) {
|
|
5625
|
+
const ModConstructor = await importRestSupportAutoIntervalBinParameters();
|
|
5626
|
+
return new ModConstructor(properties);
|
|
5627
|
+
}
|
|
5628
|
+
async function importRestSupportFixedBoundariesBinParameters() {
|
|
5629
|
+
if (isAMD) {
|
|
5630
|
+
return await window.$arcgis.import("esri/rest/support/FixedBoundariesBinParameters");
|
|
5631
|
+
}
|
|
5632
|
+
const module2 = await import("@arcgis/core/rest/support/FixedBoundariesBinParameters.js");
|
|
5633
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5634
|
+
}
|
|
5635
|
+
async function newRestSupportFixedBoundariesBinParameters(properties) {
|
|
5636
|
+
const ModConstructor = await importRestSupportFixedBoundariesBinParameters();
|
|
5637
|
+
return new ModConstructor(properties);
|
|
5638
|
+
}
|
|
5639
|
+
async function importRestSupportFixedIntervalBinParameters() {
|
|
5640
|
+
if (isAMD) {
|
|
5641
|
+
return await window.$arcgis.import("esri/rest/support/FixedIntervalBinParameters");
|
|
5642
|
+
}
|
|
5643
|
+
const module2 = await import("@arcgis/core/rest/support/FixedIntervalBinParameters.js");
|
|
5644
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5645
|
+
}
|
|
5646
|
+
async function newRestSupportFixedIntervalBinParameters(properties) {
|
|
5647
|
+
const ModConstructor = await importRestSupportFixedIntervalBinParameters();
|
|
5648
|
+
return new ModConstructor(properties);
|
|
5649
|
+
}
|
|
5650
|
+
async function importRestSupportDateBinParameters() {
|
|
5651
|
+
if (isAMD) {
|
|
5652
|
+
return await window.$arcgis.import("esri/rest/support/DateBinParameters");
|
|
5653
|
+
}
|
|
5654
|
+
const module2 = await import("@arcgis/core/rest/support/DateBinParameters.js");
|
|
5655
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5656
|
+
}
|
|
5657
|
+
async function newRestSupportDateBinParameters(properties) {
|
|
5658
|
+
const ModConstructor = await importRestSupportDateBinParameters();
|
|
5659
|
+
return new ModConstructor(properties);
|
|
5660
|
+
}
|
|
5661
|
+
async function importRestSupportDateBinTimeInterval() {
|
|
5662
|
+
if (isAMD) {
|
|
5663
|
+
return await window.$arcgis.import("esri/rest/support/DateBinTimeInterval");
|
|
5664
|
+
}
|
|
5665
|
+
const module2 = await import("@arcgis/core/rest/support/DateBinTimeInterval.js");
|
|
5666
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5667
|
+
}
|
|
5668
|
+
async function newRestSupportDateBinTimeInterval(properties) {
|
|
5669
|
+
const ModConstructor = await importRestSupportDateBinTimeInterval();
|
|
5670
|
+
return new ModConstructor(properties);
|
|
5671
|
+
}
|
|
5206
5672
|
async function importRestSupportAlgorithmicColorRamp() {
|
|
5207
5673
|
if (isAMD) {
|
|
5208
5674
|
return await window.$arcgis.import("esri/rest/support/AlgorithmicColorRamp");
|
|
@@ -5247,6 +5713,28 @@ async function newRestSupportAttachmentQuery(properties) {
|
|
|
5247
5713
|
const ModConstructor = await importRestSupportAttachmentQuery();
|
|
5248
5714
|
return new ModConstructor(properties);
|
|
5249
5715
|
}
|
|
5716
|
+
async function importRestSupportBaseImageMeasureParameters() {
|
|
5717
|
+
if (isAMD) {
|
|
5718
|
+
return await window.$arcgis.import("esri/rest/support/BaseImageMeasureParameters");
|
|
5719
|
+
}
|
|
5720
|
+
const module2 = await import("@arcgis/core/rest/support/BaseImageMeasureParameters.js");
|
|
5721
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5722
|
+
}
|
|
5723
|
+
async function newRestSupportBaseImageMeasureParameters(properties) {
|
|
5724
|
+
const ModConstructor = await importRestSupportBaseImageMeasureParameters();
|
|
5725
|
+
return new ModConstructor(properties);
|
|
5726
|
+
}
|
|
5727
|
+
async function importRestSupportBaseImageMeasureResult() {
|
|
5728
|
+
if (isAMD) {
|
|
5729
|
+
return await window.$arcgis.import("esri/rest/support/BaseImageMeasureResult");
|
|
5730
|
+
}
|
|
5731
|
+
const module2 = await import("@arcgis/core/rest/support/BaseImageMeasureResult.js");
|
|
5732
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5733
|
+
}
|
|
5734
|
+
async function newRestSupportBaseImageMeasureResult(properties) {
|
|
5735
|
+
const ModConstructor = await importRestSupportBaseImageMeasureResult();
|
|
5736
|
+
return new ModConstructor(properties);
|
|
5737
|
+
}
|
|
5250
5738
|
async function importRestSupportBufferParameters() {
|
|
5251
5739
|
if (isAMD) {
|
|
5252
5740
|
return await window.$arcgis.import("esri/rest/support/BufferParameters");
|
|
@@ -5830,6 +6318,39 @@ async function newRestSupportImageUrlResult(properties) {
|
|
|
5830
6318
|
const ModConstructor = await importRestSupportImageUrlResult();
|
|
5831
6319
|
return new ModConstructor(properties);
|
|
5832
6320
|
}
|
|
6321
|
+
async function importRestSupportImageVolume() {
|
|
6322
|
+
if (isAMD) {
|
|
6323
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolume");
|
|
6324
|
+
}
|
|
6325
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolume.js");
|
|
6326
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6327
|
+
}
|
|
6328
|
+
async function newRestSupportImageVolume(properties) {
|
|
6329
|
+
const ModConstructor = await importRestSupportImageVolume();
|
|
6330
|
+
return new ModConstructor(properties);
|
|
6331
|
+
}
|
|
6332
|
+
async function importRestSupportImageVolumeParameters() {
|
|
6333
|
+
if (isAMD) {
|
|
6334
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolumeParameters");
|
|
6335
|
+
}
|
|
6336
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolumeParameters.js");
|
|
6337
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6338
|
+
}
|
|
6339
|
+
async function newRestSupportImageVolumeParameters(properties) {
|
|
6340
|
+
const ModConstructor = await importRestSupportImageVolumeParameters();
|
|
6341
|
+
return new ModConstructor(properties);
|
|
6342
|
+
}
|
|
6343
|
+
async function importRestSupportImageVolumeResult() {
|
|
6344
|
+
if (isAMD) {
|
|
6345
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolumeResult");
|
|
6346
|
+
}
|
|
6347
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolumeResult.js");
|
|
6348
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6349
|
+
}
|
|
6350
|
+
async function newRestSupportImageVolumeResult(properties) {
|
|
6351
|
+
const ModConstructor = await importRestSupportImageVolumeResult();
|
|
6352
|
+
return new ModConstructor(properties);
|
|
6353
|
+
}
|
|
5833
6354
|
async function importRestSupportJobInfo() {
|
|
5834
6355
|
if (isAMD) {
|
|
5835
6356
|
return await window.$arcgis.import("esri/rest/support/JobInfo");
|
|
@@ -7392,6 +7913,17 @@ async function newViewsLayersImageryLayerView(properties) {
|
|
|
7392
7913
|
const ModConstructor = await importViewsLayersImageryLayerView();
|
|
7393
7914
|
return new ModConstructor(properties);
|
|
7394
7915
|
}
|
|
7916
|
+
async function importViewsLayersImageryTileLayerView() {
|
|
7917
|
+
if (isAMD) {
|
|
7918
|
+
return await window.$arcgis.import("esri/views/layers/ImageryTileLayerView");
|
|
7919
|
+
}
|
|
7920
|
+
const module2 = await import("@arcgis/core/views/layers/ImageryTileLayerView.js");
|
|
7921
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7922
|
+
}
|
|
7923
|
+
async function newViewsLayersImageryTileLayerView(properties) {
|
|
7924
|
+
const ModConstructor = await importViewsLayersImageryTileLayerView();
|
|
7925
|
+
return new ModConstructor(properties);
|
|
7926
|
+
}
|
|
7395
7927
|
async function importViewsLayersLayerView() {
|
|
7396
7928
|
if (isAMD) {
|
|
7397
7929
|
return await window.$arcgis.import("esri/views/layers/LayerView");
|
|
@@ -7458,6 +7990,17 @@ async function newViewsLayersViewshedLayerView(properties) {
|
|
|
7458
7990
|
const ModConstructor = await importViewsLayersViewshedLayerView();
|
|
7459
7991
|
return new ModConstructor(properties);
|
|
7460
7992
|
}
|
|
7993
|
+
async function importViewsLinkChartView() {
|
|
7994
|
+
if (isAMD) {
|
|
7995
|
+
return await window.$arcgis.import("esri/views/LinkChartView");
|
|
7996
|
+
}
|
|
7997
|
+
const module2 = await import("@arcgis/core/views/LinkChartView.js");
|
|
7998
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7999
|
+
}
|
|
8000
|
+
async function newViewsLinkChartView(properties) {
|
|
8001
|
+
const ModConstructor = await importViewsLinkChartView();
|
|
8002
|
+
return new ModConstructor(properties);
|
|
8003
|
+
}
|
|
7461
8004
|
async function importViewsMagnifier() {
|
|
7462
8005
|
if (isAMD) {
|
|
7463
8006
|
return await window.$arcgis.import("esri/views/Magnifier");
|
|
@@ -7502,6 +8045,17 @@ async function newViewsNavigationNavigation(properties) {
|
|
|
7502
8045
|
const ModConstructor = await importViewsNavigationNavigation();
|
|
7503
8046
|
return new ModConstructor(properties);
|
|
7504
8047
|
}
|
|
8048
|
+
async function importViewsNavigationNavigationActionMap() {
|
|
8049
|
+
if (isAMD) {
|
|
8050
|
+
return await window.$arcgis.import("esri/views/navigation/NavigationActionMap");
|
|
8051
|
+
}
|
|
8052
|
+
const module2 = await import("@arcgis/core/views/navigation/NavigationActionMap.js");
|
|
8053
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8054
|
+
}
|
|
8055
|
+
async function newViewsNavigationNavigationActionMap(properties) {
|
|
8056
|
+
const ModConstructor = await importViewsNavigationNavigationActionMap();
|
|
8057
|
+
return new ModConstructor(properties);
|
|
8058
|
+
}
|
|
7505
8059
|
async function importViewsSceneView() {
|
|
7506
8060
|
if (isAMD) {
|
|
7507
8061
|
return await window.$arcgis.import("esri/views/SceneView");
|
|
@@ -7513,6 +8067,17 @@ async function newViewsSceneView(properties) {
|
|
|
7513
8067
|
const ModConstructor = await importViewsSceneView();
|
|
7514
8068
|
return new ModConstructor(properties);
|
|
7515
8069
|
}
|
|
8070
|
+
async function importViewsSupportHighlightOptions() {
|
|
8071
|
+
if (isAMD) {
|
|
8072
|
+
return await window.$arcgis.import("esri/views/support/HighlightOptions");
|
|
8073
|
+
}
|
|
8074
|
+
const module2 = await import("@arcgis/core/views/support/HighlightOptions.js");
|
|
8075
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8076
|
+
}
|
|
8077
|
+
async function newViewsSupportHighlightOptions(properties) {
|
|
8078
|
+
const ModConstructor = await importViewsSupportHighlightOptions();
|
|
8079
|
+
return new ModConstructor(properties);
|
|
8080
|
+
}
|
|
7516
8081
|
async function importViewsUiDefaultUI() {
|
|
7517
8082
|
if (isAMD) {
|
|
7518
8083
|
return await window.$arcgis.import("esri/views/ui/DefaultUI");
|
|
@@ -7788,6 +8353,17 @@ async function newWebDocument2D(properties) {
|
|
|
7788
8353
|
const ModConstructor = await importWebDocument2D();
|
|
7789
8354
|
return new ModConstructor(properties);
|
|
7790
8355
|
}
|
|
8356
|
+
async function importWebLinkChart() {
|
|
8357
|
+
if (isAMD) {
|
|
8358
|
+
return await window.$arcgis.import("esri/WebLinkChart");
|
|
8359
|
+
}
|
|
8360
|
+
const module2 = await import("@arcgis/core/WebLinkChart.js");
|
|
8361
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8362
|
+
}
|
|
8363
|
+
async function newWebLinkChart(properties) {
|
|
8364
|
+
const ModConstructor = await importWebLinkChart();
|
|
8365
|
+
return new ModConstructor(properties);
|
|
8366
|
+
}
|
|
7791
8367
|
async function importWebMap() {
|
|
7792
8368
|
if (isAMD) {
|
|
7793
8369
|
return await window.$arcgis.import("esri/WebMap");
|
|
@@ -7931,6 +8507,17 @@ async function newWebsceneSlide(properties) {
|
|
|
7931
8507
|
const ModConstructor = await importWebsceneSlide();
|
|
7932
8508
|
return new ModConstructor(properties);
|
|
7933
8509
|
}
|
|
8510
|
+
async function importWebsceneSlideLegendInfo() {
|
|
8511
|
+
if (isAMD) {
|
|
8512
|
+
return await window.$arcgis.import("esri/webscene/SlideLegendInfo");
|
|
8513
|
+
}
|
|
8514
|
+
const module2 = await import("@arcgis/core/webscene/SlideLegendInfo.js");
|
|
8515
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8516
|
+
}
|
|
8517
|
+
async function newWebsceneSlideLegendInfo(properties) {
|
|
8518
|
+
const ModConstructor = await importWebsceneSlideLegendInfo();
|
|
8519
|
+
return new ModConstructor(properties);
|
|
8520
|
+
}
|
|
7934
8521
|
async function importWebsceneSunLighting() {
|
|
7935
8522
|
if (isAMD) {
|
|
7936
8523
|
return await window.$arcgis.import("esri/webscene/SunLighting");
|
|
@@ -8690,6 +9277,28 @@ async function newWidgetsFeatureFormRelationshipInput(properties) {
|
|
|
8690
9277
|
const ModConstructor = await importWidgetsFeatureFormRelationshipInput();
|
|
8691
9278
|
return new ModConstructor(properties);
|
|
8692
9279
|
}
|
|
9280
|
+
async function importWidgetsFeatureFormTextElementInput() {
|
|
9281
|
+
if (isAMD) {
|
|
9282
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/TextElementInput");
|
|
9283
|
+
}
|
|
9284
|
+
const module2 = await import("@arcgis/core/widgets/FeatureForm/TextElementInput.js");
|
|
9285
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9286
|
+
}
|
|
9287
|
+
async function newWidgetsFeatureFormTextElementInput(properties) {
|
|
9288
|
+
const ModConstructor = await importWidgetsFeatureFormTextElementInput();
|
|
9289
|
+
return new ModConstructor(properties);
|
|
9290
|
+
}
|
|
9291
|
+
async function importWidgetsFeatureFormUtilityNetworkAssociationInput() {
|
|
9292
|
+
if (isAMD) {
|
|
9293
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/UtilityNetworkAssociationInput");
|
|
9294
|
+
}
|
|
9295
|
+
const module2 = await import("@arcgis/core/widgets/FeatureForm/UtilityNetworkAssociationInput.js");
|
|
9296
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9297
|
+
}
|
|
9298
|
+
async function newWidgetsFeatureFormUtilityNetworkAssociationInput(properties) {
|
|
9299
|
+
const ModConstructor = await importWidgetsFeatureFormUtilityNetworkAssociationInput();
|
|
9300
|
+
return new ModConstructor(properties);
|
|
9301
|
+
}
|
|
8693
9302
|
async function importWidgetsFeatures() {
|
|
8694
9303
|
if (isAMD) {
|
|
8695
9304
|
return await window.$arcgis.import("esri/widgets/Features");
|
|
@@ -8866,6 +9475,28 @@ async function newWidgetsFeatureTableSupportFieldColumnTemplate(properties) {
|
|
|
8866
9475
|
const ModConstructor = await importWidgetsFeatureTableSupportFieldColumnTemplate();
|
|
8867
9476
|
return new ModConstructor(properties);
|
|
8868
9477
|
}
|
|
9478
|
+
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
9479
|
+
if (isAMD) {
|
|
9480
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
9481
|
+
}
|
|
9482
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsColumnTemplate.js");
|
|
9483
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9484
|
+
}
|
|
9485
|
+
async function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties) {
|
|
9486
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsColumnTemplate();
|
|
9487
|
+
return new ModConstructor(properties);
|
|
9488
|
+
}
|
|
9489
|
+
async function importWidgetsFeatureTableSupportRelationshipColumnTemplate() {
|
|
9490
|
+
if (isAMD) {
|
|
9491
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/RelationshipColumnTemplate");
|
|
9492
|
+
}
|
|
9493
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/RelationshipColumnTemplate.js");
|
|
9494
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9495
|
+
}
|
|
9496
|
+
async function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties) {
|
|
9497
|
+
const ModConstructor = await importWidgetsFeatureTableSupportRelationshipColumnTemplate();
|
|
9498
|
+
return new ModConstructor(properties);
|
|
9499
|
+
}
|
|
8869
9500
|
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
8870
9501
|
if (isAMD) {
|
|
8871
9502
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
@@ -9119,6 +9750,17 @@ async function newWidgetsLegendSupportActiveLayerInfo(properties) {
|
|
|
9119
9750
|
const ModConstructor = await importWidgetsLegendSupportActiveLayerInfo();
|
|
9120
9751
|
return new ModConstructor(properties);
|
|
9121
9752
|
}
|
|
9753
|
+
async function importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel() {
|
|
9754
|
+
if (isAMD) {
|
|
9755
|
+
return await window.$arcgis.import("esri/widgets/LinkChartLayoutSwitcher/LinkChartLayoutSwitcherViewModel");
|
|
9756
|
+
}
|
|
9757
|
+
const module2 = await import("@arcgis/core/widgets/LinkChartLayoutSwitcher/LinkChartLayoutSwitcherViewModel.js");
|
|
9758
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9759
|
+
}
|
|
9760
|
+
async function newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel(properties) {
|
|
9761
|
+
const ModConstructor = await importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel();
|
|
9762
|
+
return new ModConstructor(properties);
|
|
9763
|
+
}
|
|
9122
9764
|
async function importWidgetsLineOfSight() {
|
|
9123
9765
|
if (isAMD) {
|
|
9124
9766
|
return await window.$arcgis.import("esri/widgets/LineOfSight");
|
|
@@ -9922,6 +10564,17 @@ async function newWidgetsUtilityNetworkTrace(properties) {
|
|
|
9922
10564
|
const ModConstructor = await importWidgetsUtilityNetworkTrace();
|
|
9923
10565
|
return new ModConstructor(properties);
|
|
9924
10566
|
}
|
|
10567
|
+
async function importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel() {
|
|
10568
|
+
if (isAMD) {
|
|
10569
|
+
return await window.$arcgis.import("esri/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel");
|
|
10570
|
+
}
|
|
10571
|
+
const module2 = await import("@arcgis/core/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel.js");
|
|
10572
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10573
|
+
}
|
|
10574
|
+
async function newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel(properties) {
|
|
10575
|
+
const ModConstructor = await importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel();
|
|
10576
|
+
return new ModConstructor(properties);
|
|
10577
|
+
}
|
|
9925
10578
|
async function importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel() {
|
|
9926
10579
|
if (isAMD) {
|
|
9927
10580
|
return await window.$arcgis.import("esri/widgets/UtilityNetworkTrace/UtilityNetworkTraceViewModel");
|
|
@@ -10175,25 +10828,32 @@ async function importCoreWorkers() {
|
|
|
10175
10828
|
const module2 = await import("@arcgis/core/core/workers.js");
|
|
10176
10829
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10177
10830
|
}
|
|
10178
|
-
async function
|
|
10831
|
+
async function importEditingSharedTemplatesSharedTemplate() {
|
|
10832
|
+
if (isAMD) {
|
|
10833
|
+
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplate");
|
|
10834
|
+
}
|
|
10835
|
+
const module2 = await import("@arcgis/core/editing/sharedTemplates/SharedTemplate.js");
|
|
10836
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10837
|
+
}
|
|
10838
|
+
async function importEditingSharedTemplatesSharedTemplateMetadata() {
|
|
10179
10839
|
if (isAMD) {
|
|
10180
|
-
return await window.$arcgis.import("esri/
|
|
10840
|
+
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplateMetadata");
|
|
10181
10841
|
}
|
|
10182
|
-
const module2 = await import("@arcgis/core/
|
|
10842
|
+
const module2 = await import("@arcgis/core/editing/sharedTemplates/SharedTemplateMetadata.js");
|
|
10183
10843
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10184
10844
|
}
|
|
10185
|
-
async function
|
|
10845
|
+
async function importFormElementsInputs() {
|
|
10186
10846
|
if (isAMD) {
|
|
10187
|
-
return await window.$arcgis.import("esri/form/elements/
|
|
10847
|
+
return await window.$arcgis.import("esri/form/elements/inputs");
|
|
10188
10848
|
}
|
|
10189
|
-
const module2 = await import("@arcgis/core/form/elements/
|
|
10849
|
+
const module2 = await import("@arcgis/core/form/elements/inputs.js");
|
|
10190
10850
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10191
10851
|
}
|
|
10192
|
-
async function
|
|
10852
|
+
async function importFormElements() {
|
|
10193
10853
|
if (isAMD) {
|
|
10194
|
-
return await window.$arcgis.import("esri/form/
|
|
10854
|
+
return await window.$arcgis.import("esri/form/elements");
|
|
10195
10855
|
}
|
|
10196
|
-
const module2 = await import("@arcgis/core/form/
|
|
10856
|
+
const module2 = await import("@arcgis/core/form/elements.js");
|
|
10197
10857
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10198
10858
|
}
|
|
10199
10859
|
async function importGeometry() {
|
|
@@ -10238,6 +10898,13 @@ async function importGeometryOperatorsAffineTransformOperator() {
|
|
|
10238
10898
|
const module2 = await import("@arcgis/core/geometry/operators/affineTransformOperator.js");
|
|
10239
10899
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10240
10900
|
}
|
|
10901
|
+
async function importGeometryOperatorsAlphaShapeOperator() {
|
|
10902
|
+
if (isAMD) {
|
|
10903
|
+
return await window.$arcgis.import("esri/geometry/operators/alphaShapeOperator");
|
|
10904
|
+
}
|
|
10905
|
+
const module2 = await import("@arcgis/core/geometry/operators/alphaShapeOperator.js");
|
|
10906
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10907
|
+
}
|
|
10241
10908
|
async function importGeometryOperatorsAreaOperator() {
|
|
10242
10909
|
if (isAMD) {
|
|
10243
10910
|
return await window.$arcgis.import("esri/geometry/operators/areaOperator");
|
|
@@ -10245,6 +10912,20 @@ async function importGeometryOperatorsAreaOperator() {
|
|
|
10245
10912
|
const module2 = await import("@arcgis/core/geometry/operators/areaOperator.js");
|
|
10246
10913
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10247
10914
|
}
|
|
10915
|
+
async function importGeometryOperatorsAutoCompleteOperator() {
|
|
10916
|
+
if (isAMD) {
|
|
10917
|
+
return await window.$arcgis.import("esri/geometry/operators/autoCompleteOperator");
|
|
10918
|
+
}
|
|
10919
|
+
const module2 = await import("@arcgis/core/geometry/operators/autoCompleteOperator.js");
|
|
10920
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10921
|
+
}
|
|
10922
|
+
async function importGeometryOperatorsBoundaryOperator() {
|
|
10923
|
+
if (isAMD) {
|
|
10924
|
+
return await window.$arcgis.import("esri/geometry/operators/boundaryOperator");
|
|
10925
|
+
}
|
|
10926
|
+
const module2 = await import("@arcgis/core/geometry/operators/boundaryOperator.js");
|
|
10927
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10928
|
+
}
|
|
10248
10929
|
async function importGeometryOperatorsBufferOperator() {
|
|
10249
10930
|
if (isAMD) {
|
|
10250
10931
|
return await window.$arcgis.import("esri/geometry/operators/bufferOperator");
|
|
@@ -10329,6 +11010,13 @@ async function importGeometryOperatorsEqualsOperator() {
|
|
|
10329
11010
|
const module2 = await import("@arcgis/core/geometry/operators/equalsOperator.js");
|
|
10330
11011
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10331
11012
|
}
|
|
11013
|
+
async function importGeometryOperatorsExtendOperator() {
|
|
11014
|
+
if (isAMD) {
|
|
11015
|
+
return await window.$arcgis.import("esri/geometry/operators/extendOperator");
|
|
11016
|
+
}
|
|
11017
|
+
const module2 = await import("@arcgis/core/geometry/operators/extendOperator.js");
|
|
11018
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11019
|
+
}
|
|
10332
11020
|
async function importGeometryOperatorsGeneralizeOperator() {
|
|
10333
11021
|
if (isAMD) {
|
|
10334
11022
|
return await window.$arcgis.import("esri/geometry/operators/generalizeOperator");
|
|
@@ -10343,6 +11031,13 @@ async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
|
10343
11031
|
const module2 = await import("@arcgis/core/geometry/operators/geodesicBufferOperator.js");
|
|
10344
11032
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10345
11033
|
}
|
|
11034
|
+
async function importGeometryOperatorsGeodesicProximityOperator() {
|
|
11035
|
+
if (isAMD) {
|
|
11036
|
+
return await window.$arcgis.import("esri/geometry/operators/geodesicProximityOperator");
|
|
11037
|
+
}
|
|
11038
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodesicProximityOperator.js");
|
|
11039
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11040
|
+
}
|
|
10346
11041
|
async function importGeometryOperatorsGeodeticAreaOperator() {
|
|
10347
11042
|
if (isAMD) {
|
|
10348
11043
|
return await window.$arcgis.import("esri/geometry/operators/geodeticAreaOperator");
|
|
@@ -10378,6 +11073,13 @@ async function importGeometryOperatorsGraphicBufferOperator() {
|
|
|
10378
11073
|
const module2 = await import("@arcgis/core/geometry/operators/graphicBufferOperator.js");
|
|
10379
11074
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10380
11075
|
}
|
|
11076
|
+
async function importGeometryOperatorsIntegrateOperator() {
|
|
11077
|
+
if (isAMD) {
|
|
11078
|
+
return await window.$arcgis.import("esri/geometry/operators/integrateOperator");
|
|
11079
|
+
}
|
|
11080
|
+
const module2 = await import("@arcgis/core/geometry/operators/integrateOperator.js");
|
|
11081
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11082
|
+
}
|
|
10381
11083
|
async function importGeometryOperatorsIntersectionOperator() {
|
|
10382
11084
|
if (isAMD) {
|
|
10383
11085
|
return await window.$arcgis.import("esri/geometry/operators/intersectionOperator");
|
|
@@ -10392,6 +11094,20 @@ async function importGeometryOperatorsIntersectsOperator() {
|
|
|
10392
11094
|
const module2 = await import("@arcgis/core/geometry/operators/intersectsOperator.js");
|
|
10393
11095
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10394
11096
|
}
|
|
11097
|
+
async function importGeometryOperatorsIsNearOperator() {
|
|
11098
|
+
if (isAMD) {
|
|
11099
|
+
return await window.$arcgis.import("esri/geometry/operators/isNearOperator");
|
|
11100
|
+
}
|
|
11101
|
+
const module2 = await import("@arcgis/core/geometry/operators/isNearOperator.js");
|
|
11102
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11103
|
+
}
|
|
11104
|
+
async function importGeometryOperatorsLabelPointOperator() {
|
|
11105
|
+
if (isAMD) {
|
|
11106
|
+
return await window.$arcgis.import("esri/geometry/operators/labelPointOperator");
|
|
11107
|
+
}
|
|
11108
|
+
const module2 = await import("@arcgis/core/geometry/operators/labelPointOperator.js");
|
|
11109
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11110
|
+
}
|
|
10395
11111
|
async function importGeometryOperatorsLengthOperator() {
|
|
10396
11112
|
if (isAMD) {
|
|
10397
11113
|
return await window.$arcgis.import("esri/geometry/operators/lengthOperator");
|
|
@@ -10399,6 +11115,34 @@ async function importGeometryOperatorsLengthOperator() {
|
|
|
10399
11115
|
const module2 = await import("@arcgis/core/geometry/operators/lengthOperator.js");
|
|
10400
11116
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10401
11117
|
}
|
|
11118
|
+
async function importGeometryOperatorsLinesToPolygonsOperator() {
|
|
11119
|
+
if (isAMD) {
|
|
11120
|
+
return await window.$arcgis.import("esri/geometry/operators/linesToPolygonsOperator");
|
|
11121
|
+
}
|
|
11122
|
+
const module2 = await import("@arcgis/core/geometry/operators/linesToPolygonsOperator.js");
|
|
11123
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11124
|
+
}
|
|
11125
|
+
async function importGeometryOperatorsLocateBetweenOperator() {
|
|
11126
|
+
if (isAMD) {
|
|
11127
|
+
return await window.$arcgis.import("esri/geometry/operators/locateBetweenOperator");
|
|
11128
|
+
}
|
|
11129
|
+
const module2 = await import("@arcgis/core/geometry/operators/locateBetweenOperator.js");
|
|
11130
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11131
|
+
}
|
|
11132
|
+
async function importGeometryOperatorsMinimumBoundingCircleOperator() {
|
|
11133
|
+
if (isAMD) {
|
|
11134
|
+
return await window.$arcgis.import("esri/geometry/operators/minimumBoundingCircleOperator");
|
|
11135
|
+
}
|
|
11136
|
+
const module2 = await import("@arcgis/core/geometry/operators/minimumBoundingCircleOperator.js");
|
|
11137
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11138
|
+
}
|
|
11139
|
+
async function importGeometryOperatorsMultiPartToSinglePartOperator() {
|
|
11140
|
+
if (isAMD) {
|
|
11141
|
+
return await window.$arcgis.import("esri/geometry/operators/multiPartToSinglePartOperator");
|
|
11142
|
+
}
|
|
11143
|
+
const module2 = await import("@arcgis/core/geometry/operators/multiPartToSinglePartOperator.js");
|
|
11144
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11145
|
+
}
|
|
10402
11146
|
async function importGeometryOperatorsOffsetOperator() {
|
|
10403
11147
|
if (isAMD) {
|
|
10404
11148
|
return await window.$arcgis.import("esri/geometry/operators/offsetOperator");
|
|
@@ -10413,6 +11157,27 @@ async function importGeometryOperatorsOverlapsOperator() {
|
|
|
10413
11157
|
const module2 = await import("@arcgis/core/geometry/operators/overlapsOperator.js");
|
|
10414
11158
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10415
11159
|
}
|
|
11160
|
+
async function importGeometryOperatorsPolygonOverlayOperator() {
|
|
11161
|
+
if (isAMD) {
|
|
11162
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonOverlayOperator");
|
|
11163
|
+
}
|
|
11164
|
+
const module2 = await import("@arcgis/core/geometry/operators/polygonOverlayOperator.js");
|
|
11165
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11166
|
+
}
|
|
11167
|
+
async function importGeometryOperatorsPolygonSlicerOperator() {
|
|
11168
|
+
if (isAMD) {
|
|
11169
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonSlicerOperator");
|
|
11170
|
+
}
|
|
11171
|
+
const module2 = await import("@arcgis/core/geometry/operators/polygonSlicerOperator.js");
|
|
11172
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11173
|
+
}
|
|
11174
|
+
async function importGeometryOperatorsProjectOperator() {
|
|
11175
|
+
if (isAMD) {
|
|
11176
|
+
return await window.$arcgis.import("esri/geometry/operators/projectOperator");
|
|
11177
|
+
}
|
|
11178
|
+
const module2 = await import("@arcgis/core/geometry/operators/projectOperator.js");
|
|
11179
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11180
|
+
}
|
|
10416
11181
|
async function importGeometryOperatorsProximityOperator() {
|
|
10417
11182
|
if (isAMD) {
|
|
10418
11183
|
return await window.$arcgis.import("esri/geometry/operators/proximityOperator");
|
|
@@ -10427,6 +11192,20 @@ async function importGeometryOperatorsRelateOperator() {
|
|
|
10427
11192
|
const module2 = await import("@arcgis/core/geometry/operators/relateOperator.js");
|
|
10428
11193
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10429
11194
|
}
|
|
11195
|
+
async function importGeometryOperatorsReshapeOperator() {
|
|
11196
|
+
if (isAMD) {
|
|
11197
|
+
return await window.$arcgis.import("esri/geometry/operators/reshapeOperator");
|
|
11198
|
+
}
|
|
11199
|
+
const module2 = await import("@arcgis/core/geometry/operators/reshapeOperator.js");
|
|
11200
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11201
|
+
}
|
|
11202
|
+
async function importGeometryOperatorsShapePreservingProjectOperator() {
|
|
11203
|
+
if (isAMD) {
|
|
11204
|
+
return await window.$arcgis.import("esri/geometry/operators/shapePreservingProjectOperator");
|
|
11205
|
+
}
|
|
11206
|
+
const module2 = await import("@arcgis/core/geometry/operators/shapePreservingProjectOperator.js");
|
|
11207
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11208
|
+
}
|
|
10430
11209
|
async function importGeometryOperatorsSimplifyOperator() {
|
|
10431
11210
|
if (isAMD) {
|
|
10432
11211
|
return await window.$arcgis.import("esri/geometry/operators/simplifyOperator");
|
|
@@ -10462,6 +11241,13 @@ async function importGeometryOperatorsWithinOperator() {
|
|
|
10462
11241
|
const module2 = await import("@arcgis/core/geometry/operators/withinOperator.js");
|
|
10463
11242
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10464
11243
|
}
|
|
11244
|
+
async function importGeometryOperatorsSupportGeographicTransformationUtils() {
|
|
11245
|
+
if (isAMD) {
|
|
11246
|
+
return await window.$arcgis.import("esri/geometry/operators/support/geographicTransformationUtils");
|
|
11247
|
+
}
|
|
11248
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/geographicTransformationUtils.js");
|
|
11249
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11250
|
+
}
|
|
10465
11251
|
async function importGeometrySupportGeodesicUtils() {
|
|
10466
11252
|
if (isAMD) {
|
|
10467
11253
|
return await window.$arcgis.import("esri/geometry/support/geodesicUtils");
|
|
@@ -10518,6 +11304,13 @@ async function importLayersCatalogCatalogUtils() {
|
|
|
10518
11304
|
const module2 = await import("@arcgis/core/layers/catalog/catalogUtils.js");
|
|
10519
11305
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10520
11306
|
}
|
|
11307
|
+
async function importLayersKnowledgeGraphSupportUtils() {
|
|
11308
|
+
if (isAMD) {
|
|
11309
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/supportUtils");
|
|
11310
|
+
}
|
|
11311
|
+
const module2 = await import("@arcgis/core/layers/knowledgeGraph/supportUtils.js");
|
|
11312
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11313
|
+
}
|
|
10521
11314
|
async function importLayersOgcWfsUtils() {
|
|
10522
11315
|
if (isAMD) {
|
|
10523
11316
|
return await window.$arcgis.import("esri/layers/ogc/wfsUtils");
|
|
@@ -10532,6 +11325,20 @@ async function importLayersOgcWcsUtils() {
|
|
|
10532
11325
|
const module2 = await import("@arcgis/core/layers/ogc/wcsUtils.js");
|
|
10533
11326
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10534
11327
|
}
|
|
11328
|
+
async function importLayersOrientedImageryTransformationsWorldToImage() {
|
|
11329
|
+
if (isAMD) {
|
|
11330
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/worldToImage");
|
|
11331
|
+
}
|
|
11332
|
+
const module2 = await import("@arcgis/core/layers/orientedImagery/transformations/worldToImage.js");
|
|
11333
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11334
|
+
}
|
|
11335
|
+
async function importLayersOrientedImageryTransformationsImageToWorld() {
|
|
11336
|
+
if (isAMD) {
|
|
11337
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/imageToWorld");
|
|
11338
|
+
}
|
|
11339
|
+
const module2 = await import("@arcgis/core/layers/orientedImagery/transformations/imageToWorld.js");
|
|
11340
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11341
|
+
}
|
|
10535
11342
|
async function importLayersSupportArcadeUtils() {
|
|
10536
11343
|
if (isAMD) {
|
|
10537
11344
|
return await window.$arcgis.import("esri/layers/support/arcadeUtils");
|
|
@@ -10539,6 +11346,13 @@ async function importLayersSupportArcadeUtils() {
|
|
|
10539
11346
|
const module2 = await import("@arcgis/core/layers/support/arcadeUtils.js");
|
|
10540
11347
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10541
11348
|
}
|
|
11349
|
+
async function importLayersSupportCsvUtils() {
|
|
11350
|
+
if (isAMD) {
|
|
11351
|
+
return await window.$arcgis.import("esri/layers/support/csvUtils");
|
|
11352
|
+
}
|
|
11353
|
+
const module2 = await import("@arcgis/core/layers/support/csvUtils.js");
|
|
11354
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11355
|
+
}
|
|
10542
11356
|
async function importLayersSupportFieldUtils() {
|
|
10543
11357
|
if (isAMD) {
|
|
10544
11358
|
return await window.$arcgis.import("esri/layers/support/fieldUtils");
|
|
@@ -10595,13 +11409,6 @@ async function importPopupContent() {
|
|
|
10595
11409
|
const module2 = await import("@arcgis/core/popup/content.js");
|
|
10596
11410
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10597
11411
|
}
|
|
10598
|
-
async function importPopupSupportUtilityNetworkAssociationType() {
|
|
10599
|
-
if (isAMD) {
|
|
10600
|
-
return await window.$arcgis.import("esri/popup/support/UtilityNetworkAssociationType");
|
|
10601
|
-
}
|
|
10602
|
-
const module2 = await import("@arcgis/core/popup/support/UtilityNetworkAssociationType.js");
|
|
10603
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10604
|
-
}
|
|
10605
11412
|
async function importRasterRenderers() {
|
|
10606
11413
|
if (isAMD) {
|
|
10607
11414
|
return await window.$arcgis.import("esri/rasterRenderers");
|
|
@@ -10980,6 +11787,13 @@ async function importSmartMappingRenderersUnivariateColorSize() {
|
|
|
10980
11787
|
const module2 = await import("@arcgis/core/smartMapping/renderers/univariateColorSize.js");
|
|
10981
11788
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10982
11789
|
}
|
|
11790
|
+
async function importSmartMappingRenderersSupportRendererUtils() {
|
|
11791
|
+
if (isAMD) {
|
|
11792
|
+
return await window.$arcgis.import("esri/smartMapping/renderers/support/rendererUtils");
|
|
11793
|
+
}
|
|
11794
|
+
const module2 = await import("@arcgis/core/smartMapping/renderers/support/rendererUtils.js");
|
|
11795
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11796
|
+
}
|
|
10983
11797
|
async function importSmartMappingStatisticsClassBreaks() {
|
|
10984
11798
|
if (isAMD) {
|
|
10985
11799
|
return await window.$arcgis.import("esri/smartMapping/statistics/classBreaks");
|
|
@@ -11169,11 +11983,11 @@ async function importSymbolsSupportSymbolUtils() {
|
|
|
11169
11983
|
const module2 = await import("@arcgis/core/symbols/support/symbolUtils.js");
|
|
11170
11984
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11171
11985
|
}
|
|
11172
|
-
async function
|
|
11986
|
+
async function importTablesElements() {
|
|
11173
11987
|
if (isAMD) {
|
|
11174
|
-
return await window.$arcgis.import("esri/tables/
|
|
11988
|
+
return await window.$arcgis.import("esri/tables/elements");
|
|
11175
11989
|
}
|
|
11176
|
-
const module2 = await import("@arcgis/core/tables/
|
|
11990
|
+
const module2 = await import("@arcgis/core/tables/elements.js");
|
|
11177
11991
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11178
11992
|
}
|
|
11179
11993
|
async function importVersionManagementUtils() {
|
|
@@ -11190,13 +12004,6 @@ async function importVersionManagementVersionAdaptersUtils() {
|
|
|
11190
12004
|
const module2 = await import("@arcgis/core/versionManagement/versionAdapters/utils.js");
|
|
11191
12005
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11192
12006
|
}
|
|
11193
|
-
async function importViews3dExternalRenderers() {
|
|
11194
|
-
if (isAMD) {
|
|
11195
|
-
return await window.$arcgis.import("esri/views/3d/externalRenderers");
|
|
11196
|
-
}
|
|
11197
|
-
const module2 = await import("@arcgis/core/views/3d/externalRenderers.js");
|
|
11198
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11199
|
-
}
|
|
11200
12007
|
async function importViews3dWebglManagedFBO() {
|
|
11201
12008
|
if (isAMD) {
|
|
11202
12009
|
return await window.$arcgis.import("esri/views/3d/webgl/ManagedFBO");
|
|
@@ -11246,6 +12053,13 @@ async function importViewsSupportColorUtils() {
|
|
|
11246
12053
|
const module2 = await import("@arcgis/core/views/support/colorUtils.js");
|
|
11247
12054
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11248
12055
|
}
|
|
12056
|
+
async function importWebsceneSupportSlideElements() {
|
|
12057
|
+
if (isAMD) {
|
|
12058
|
+
return await window.$arcgis.import("esri/webscene/support/SlideElements");
|
|
12059
|
+
}
|
|
12060
|
+
const module2 = await import("@arcgis/core/webscene/support/SlideElements.js");
|
|
12061
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12062
|
+
}
|
|
11249
12063
|
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
11250
12064
|
if (isAMD) {
|
|
11251
12065
|
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
@@ -11274,13 +12088,6 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11274
12088
|
const module2 = await import("@arcgis/core/applications/Components/basemapUtils.js");
|
|
11275
12089
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11276
12090
|
}
|
|
11277
|
-
async function importApplicationsComponentsCollectionFlattener() {
|
|
11278
|
-
if (isAMD) {
|
|
11279
|
-
return await window.$arcgis.import("esri/applications/Components/CollectionFlattener");
|
|
11280
|
-
}
|
|
11281
|
-
const module2 = await import("@arcgis/core/applications/Components/CollectionFlattener.js");
|
|
11282
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11283
|
-
}
|
|
11284
12091
|
async function importApplicationsComponentsDrawUtils() {
|
|
11285
12092
|
if (isAMD) {
|
|
11286
12093
|
return await window.$arcgis.import("esri/applications/Components/drawUtils");
|
|
@@ -11330,6 +12137,13 @@ async function importApplicationsComponentsPreviewSymbol2D() {
|
|
|
11330
12137
|
const module2 = await import("@arcgis/core/applications/Components/previewSymbol2D.js");
|
|
11331
12138
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11332
12139
|
}
|
|
12140
|
+
async function importApplicationsComponentsReactiveUtils() {
|
|
12141
|
+
if (isAMD) {
|
|
12142
|
+
return await window.$arcgis.import("esri/applications/Components/reactiveUtils");
|
|
12143
|
+
}
|
|
12144
|
+
const module2 = await import("@arcgis/core/applications/Components/reactiveUtils.js");
|
|
12145
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12146
|
+
}
|
|
11333
12147
|
async function importApplicationsComponentsSelectionOperation() {
|
|
11334
12148
|
if (isAMD) {
|
|
11335
12149
|
return await window.$arcgis.import("esri/applications/Components/SelectionOperation");
|
|
@@ -11365,13 +12179,6 @@ async function importApplicationsComponentsWebStyleSymbolUtils() {
|
|
|
11365
12179
|
const module2 = await import("@arcgis/core/applications/Components/webStyleSymbolUtils.js");
|
|
11366
12180
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11367
12181
|
}
|
|
11368
|
-
async function importApplicationsExcaliburVideoViewUtils() {
|
|
11369
|
-
if (isAMD) {
|
|
11370
|
-
return await window.$arcgis.import("esri/applications/Excalibur/videoViewUtils");
|
|
11371
|
-
}
|
|
11372
|
-
const module2 = await import("@arcgis/core/applications/Excalibur/videoViewUtils.js");
|
|
11373
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11374
|
-
}
|
|
11375
12182
|
async function importApplicationsExperienceBuilderSketchUtils() {
|
|
11376
12183
|
if (isAMD) {
|
|
11377
12184
|
return await window.$arcgis.import("esri/applications/ExperienceBuilder/sketchUtils");
|
|
@@ -11379,13 +12186,6 @@ async function importApplicationsExperienceBuilderSketchUtils() {
|
|
|
11379
12186
|
const module2 = await import("@arcgis/core/applications/ExperienceBuilder/sketchUtils.js");
|
|
11380
12187
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11381
12188
|
}
|
|
11382
|
-
async function importApplicationsMapViewerMediaUtils() {
|
|
11383
|
-
if (isAMD) {
|
|
11384
|
-
return await window.$arcgis.import("esri/applications/MapViewer/mediaUtils");
|
|
11385
|
-
}
|
|
11386
|
-
const module2 = await import("@arcgis/core/applications/MapViewer/mediaUtils.js");
|
|
11387
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11388
|
-
}
|
|
11389
12189
|
async function importApplicationsMapViewerTemplateUtils() {
|
|
11390
12190
|
if (isAMD) {
|
|
11391
12191
|
return await window.$arcgis.import("esri/applications/MapViewer/templateUtils");
|
|
@@ -11393,13 +12193,6 @@ async function importApplicationsMapViewerTemplateUtils() {
|
|
|
11393
12193
|
const module2 = await import("@arcgis/core/applications/MapViewer/templateUtils.js");
|
|
11394
12194
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11395
12195
|
}
|
|
11396
|
-
async function importApplicationsSceneViewerColorUtils() {
|
|
11397
|
-
if (isAMD) {
|
|
11398
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/colorUtils");
|
|
11399
|
-
}
|
|
11400
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/colorUtils.js");
|
|
11401
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11402
|
-
}
|
|
11403
12196
|
async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
11404
12197
|
if (isAMD) {
|
|
11405
12198
|
return await window.$arcgis.import("esri/applications/SceneViewer/devEnvironmentUtils");
|
|
@@ -11407,34 +12200,6 @@ async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
|
11407
12200
|
const module2 = await import("@arcgis/core/applications/SceneViewer/devEnvironmentUtils.js");
|
|
11408
12201
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11409
12202
|
}
|
|
11410
|
-
async function importApplicationsSceneViewerLayerUtils() {
|
|
11411
|
-
if (isAMD) {
|
|
11412
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/layerUtils");
|
|
11413
|
-
}
|
|
11414
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/layerUtils.js");
|
|
11415
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11416
|
-
}
|
|
11417
|
-
async function importApplicationsSceneViewerSceneViewerUtils() {
|
|
11418
|
-
if (isAMD) {
|
|
11419
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/sceneViewerUtils");
|
|
11420
|
-
}
|
|
11421
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/sceneViewerUtils.js");
|
|
11422
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11423
|
-
}
|
|
11424
|
-
async function importApplicationsSceneViewerSymbolUtils() {
|
|
11425
|
-
if (isAMD) {
|
|
11426
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/symbolUtils");
|
|
11427
|
-
}
|
|
11428
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/symbolUtils.js");
|
|
11429
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11430
|
-
}
|
|
11431
|
-
async function importApplicationsUrbanMeshUtils() {
|
|
11432
|
-
if (isAMD) {
|
|
11433
|
-
return await window.$arcgis.import("esri/applications/Urban/meshUtils");
|
|
11434
|
-
}
|
|
11435
|
-
const module2 = await import("@arcgis/core/applications/Urban/meshUtils.js");
|
|
11436
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11437
|
-
}
|
|
11438
12203
|
async function importApplicationsWebEditorSketchUtils() {
|
|
11439
12204
|
if (isAMD) {
|
|
11440
12205
|
return await window.$arcgis.import("esri/applications/WebEditor/sketchUtils");
|
|
@@ -11457,7 +12222,6 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11457
12222
|
importAnalysisViewshed,
|
|
11458
12223
|
importAnalysisViewshedAnalysis,
|
|
11459
12224
|
importApplicationsComponentsBasemapUtils,
|
|
11460
|
-
importApplicationsComponentsCollectionFlattener,
|
|
11461
12225
|
importApplicationsComponentsDrawUtils,
|
|
11462
12226
|
importApplicationsComponentsFontUtils,
|
|
11463
12227
|
importApplicationsComponentsGetDefaultUnits,
|
|
@@ -11465,23 +12229,18 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11465
12229
|
importApplicationsComponentsLayerOriginUtils,
|
|
11466
12230
|
importApplicationsComponentsLayersEffectsJsonUtils,
|
|
11467
12231
|
importApplicationsComponentsPreviewSymbol2D,
|
|
12232
|
+
importApplicationsComponentsReactiveUtils,
|
|
11468
12233
|
importApplicationsComponentsSelectionOperation,
|
|
11469
12234
|
importApplicationsComponentsSketchTooltipControls,
|
|
11470
12235
|
importApplicationsComponentsStyleUtils,
|
|
11471
12236
|
importApplicationsComponentsSvgUtils,
|
|
11472
12237
|
importApplicationsComponentsWebStyleSymbolUtils,
|
|
11473
|
-
importApplicationsExcaliburVideoViewUtils,
|
|
11474
12238
|
importApplicationsExperienceBuilderSketchUtils,
|
|
11475
|
-
importApplicationsMapViewerMediaUtils,
|
|
11476
12239
|
importApplicationsMapViewerTemplateUtils,
|
|
11477
|
-
importApplicationsSceneViewerColorUtils,
|
|
11478
12240
|
importApplicationsSceneViewerDevEnvironmentUtils,
|
|
11479
|
-
importApplicationsSceneViewerLayerUtils,
|
|
11480
|
-
importApplicationsSceneViewerSceneViewerUtils,
|
|
11481
|
-
importApplicationsSceneViewerSymbolUtils,
|
|
11482
|
-
importApplicationsUrbanMeshUtils,
|
|
11483
12241
|
importApplicationsWebEditorSketchUtils,
|
|
11484
12242
|
importArcade,
|
|
12243
|
+
importAttributeBinsGraphic,
|
|
11485
12244
|
importBasemap,
|
|
11486
12245
|
importCamera,
|
|
11487
12246
|
importCameraLayout,
|
|
@@ -11501,16 +12260,19 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11501
12260
|
importCoreUrlUtils,
|
|
11502
12261
|
importCoreWorkers,
|
|
11503
12262
|
importCoreWorkersConnection,
|
|
12263
|
+
importEditingSharedTemplatesSharedTemplate,
|
|
12264
|
+
importEditingSharedTemplatesSharedTemplateMetadata,
|
|
12265
|
+
importFormElements,
|
|
11504
12266
|
importFormElementsAttachmentElement,
|
|
11505
12267
|
importFormElementsElement,
|
|
11506
12268
|
importFormElementsFieldElement,
|
|
11507
12269
|
importFormElementsGroupElement,
|
|
12270
|
+
importFormElementsInputs,
|
|
11508
12271
|
importFormElementsInputsAttachmentsAttachmentInput,
|
|
11509
12272
|
importFormElementsInputsAttachmentsAudioInput,
|
|
11510
12273
|
importFormElementsInputsAttachmentsDocumentInput,
|
|
11511
12274
|
importFormElementsInputsAttachmentsImageInput,
|
|
11512
12275
|
importFormElementsInputsAttachmentsSignatureInput,
|
|
11513
|
-
importFormElementsInputsAttachmentsSupportInputs,
|
|
11514
12276
|
importFormElementsInputsAttachmentsVideoInput,
|
|
11515
12277
|
importFormElementsInputsBarcodeScannerInput,
|
|
11516
12278
|
importFormElementsInputsComboBoxInput,
|
|
@@ -11523,11 +12285,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11523
12285
|
importFormElementsInputsTextBoxInput,
|
|
11524
12286
|
importFormElementsInputsTimePickerInput,
|
|
11525
12287
|
importFormElementsRelationshipElement,
|
|
11526
|
-
importFormElementsSupportInputs,
|
|
11527
12288
|
importFormElementsTextElement,
|
|
12289
|
+
importFormElementsUtilityNetworkAssociationsElement,
|
|
11528
12290
|
importFormExpressionInfo,
|
|
11529
12291
|
importFormFormTemplate,
|
|
11530
|
-
importFormSupportElements,
|
|
11531
12292
|
importGeometry,
|
|
11532
12293
|
importGeometryCircle,
|
|
11533
12294
|
importGeometryCoordinateFormatter,
|
|
@@ -11539,7 +12300,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11539
12300
|
importGeometryMesh,
|
|
11540
12301
|
importGeometryMultipoint,
|
|
11541
12302
|
importGeometryOperatorsAffineTransformOperator,
|
|
12303
|
+
importGeometryOperatorsAlphaShapeOperator,
|
|
11542
12304
|
importGeometryOperatorsAreaOperator,
|
|
12305
|
+
importGeometryOperatorsAutoCompleteOperator,
|
|
12306
|
+
importGeometryOperatorsBoundaryOperator,
|
|
11543
12307
|
importGeometryOperatorsBufferOperator,
|
|
11544
12308
|
importGeometryOperatorsCentroidOperator,
|
|
11545
12309
|
importGeometryOperatorsClipOperator,
|
|
@@ -11552,21 +12316,38 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11552
12316
|
importGeometryOperatorsDisjointOperator,
|
|
11553
12317
|
importGeometryOperatorsDistanceOperator,
|
|
11554
12318
|
importGeometryOperatorsEqualsOperator,
|
|
12319
|
+
importGeometryOperatorsExtendOperator,
|
|
11555
12320
|
importGeometryOperatorsGeneralizeOperator,
|
|
11556
12321
|
importGeometryOperatorsGeodesicBufferOperator,
|
|
12322
|
+
importGeometryOperatorsGeodesicProximityOperator,
|
|
11557
12323
|
importGeometryOperatorsGeodeticAreaOperator,
|
|
11558
12324
|
importGeometryOperatorsGeodeticDensifyOperator,
|
|
11559
12325
|
importGeometryOperatorsGeodeticDistanceOperator,
|
|
11560
12326
|
importGeometryOperatorsGeodeticLengthOperator,
|
|
11561
12327
|
importGeometryOperatorsGraphicBufferOperator,
|
|
12328
|
+
importGeometryOperatorsIntegrateOperator,
|
|
11562
12329
|
importGeometryOperatorsIntersectionOperator,
|
|
11563
12330
|
importGeometryOperatorsIntersectsOperator,
|
|
12331
|
+
importGeometryOperatorsIsNearOperator,
|
|
12332
|
+
importGeometryOperatorsLabelPointOperator,
|
|
11564
12333
|
importGeometryOperatorsLengthOperator,
|
|
12334
|
+
importGeometryOperatorsLinesToPolygonsOperator,
|
|
12335
|
+
importGeometryOperatorsLocateBetweenOperator,
|
|
12336
|
+
importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
12337
|
+
importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
11565
12338
|
importGeometryOperatorsOffsetOperator,
|
|
11566
12339
|
importGeometryOperatorsOverlapsOperator,
|
|
12340
|
+
importGeometryOperatorsPolygonOverlayOperator,
|
|
12341
|
+
importGeometryOperatorsPolygonSlicerOperator,
|
|
12342
|
+
importGeometryOperatorsProjectOperator,
|
|
11567
12343
|
importGeometryOperatorsProximityOperator,
|
|
11568
12344
|
importGeometryOperatorsRelateOperator,
|
|
12345
|
+
importGeometryOperatorsReshapeOperator,
|
|
12346
|
+
importGeometryOperatorsShapePreservingProjectOperator,
|
|
11569
12347
|
importGeometryOperatorsSimplifyOperator,
|
|
12348
|
+
importGeometryOperatorsSupportGeographicTransformation,
|
|
12349
|
+
importGeometryOperatorsSupportGeographicTransformationStep,
|
|
12350
|
+
importGeometryOperatorsSupportGeographicTransformationUtils,
|
|
11570
12351
|
importGeometryOperatorsSupportTransformation,
|
|
11571
12352
|
importGeometryOperatorsSymmetricDifferenceOperator,
|
|
11572
12353
|
importGeometryOperatorsTouchesOperator,
|
|
@@ -11627,8 +12408,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11627
12408
|
importLayersKMLLayer,
|
|
11628
12409
|
importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
11629
12410
|
importLayersKnowledgeGraphLayer,
|
|
12411
|
+
importLayersKnowledgeGraphSupportUtils,
|
|
11630
12412
|
importLayersLayer,
|
|
11631
12413
|
importLayersLineOfSightLayer,
|
|
12414
|
+
importLayersLinkChartLayer,
|
|
11632
12415
|
importLayersMapImageLayer,
|
|
11633
12416
|
importLayersMapNotesLayer,
|
|
11634
12417
|
importLayersMediaLayer,
|
|
@@ -11637,6 +12420,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11637
12420
|
importLayersOgcWfsUtils,
|
|
11638
12421
|
importLayersOpenStreetMapLayer,
|
|
11639
12422
|
importLayersOrientedImageryLayer,
|
|
12423
|
+
importLayersOrientedImageryTransformationsImageToWorld,
|
|
12424
|
+
importLayersOrientedImageryTransformationsWorldToImage,
|
|
11640
12425
|
importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
11641
12426
|
importLayersPointCloudFiltersPointCloudFilter,
|
|
11642
12427
|
importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -11653,7 +12438,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11653
12438
|
importLayersSupportCodedValueDomain,
|
|
11654
12439
|
importLayersSupportControlPointsGeoreference,
|
|
11655
12440
|
importLayersSupportCornersGeoreference,
|
|
12441
|
+
importLayersSupportCsvUtils,
|
|
11656
12442
|
importLayersSupportDimensionalDefinition,
|
|
12443
|
+
importLayersSupportDisplayFilter,
|
|
12444
|
+
importLayersSupportDisplayFilterInfo,
|
|
11657
12445
|
importLayersSupportDomain,
|
|
11658
12446
|
importLayersSupportElevationSampler,
|
|
11659
12447
|
importLayersSupportExpressionInfo,
|
|
@@ -11681,6 +12469,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11681
12469
|
importLayersSupportMapImage,
|
|
11682
12470
|
importLayersSupportMosaicRule,
|
|
11683
12471
|
importLayersSupportMultidimensionalSubset,
|
|
12472
|
+
importLayersSupportOrderByInfo,
|
|
11684
12473
|
importLayersSupportPixelBlock,
|
|
11685
12474
|
importLayersSupportPublishingInfo,
|
|
11686
12475
|
importLayersSupportRangeDomain,
|
|
@@ -11706,6 +12495,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11706
12495
|
importLayersSupportTileInfo,
|
|
11707
12496
|
importLayersSupportTileMatrixSet,
|
|
11708
12497
|
importLayersSupportTimeInfo,
|
|
12498
|
+
importLayersSupportTrackInfo,
|
|
12499
|
+
importLayersSupportTrackPartInfo,
|
|
11709
12500
|
importLayersSupportVideoElement,
|
|
11710
12501
|
importLayersSupportVideoTimeExtent,
|
|
11711
12502
|
importLayersSupportWMSSublayer,
|
|
@@ -11730,6 +12521,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11730
12521
|
importLayersWMSLayer,
|
|
11731
12522
|
importLayersWMTSLayer,
|
|
11732
12523
|
importLayersWebTileLayer,
|
|
12524
|
+
importLinkChartChronologicalLayoutSettings,
|
|
12525
|
+
importLinkChartLayoutSettings,
|
|
12526
|
+
importLinkChartLinkChartProperties,
|
|
12527
|
+
importLinkChartNonspatialDataDisplay,
|
|
12528
|
+
importLinkChartOrganicLayoutSettings,
|
|
11733
12529
|
importMap,
|
|
11734
12530
|
importNetworksNetwork,
|
|
11735
12531
|
importNetworksSupportNamedTraceConfiguration,
|
|
@@ -11765,6 +12561,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11765
12561
|
importPopupFieldInfo,
|
|
11766
12562
|
importPopupLayerOptions,
|
|
11767
12563
|
importPopupRelatedRecordsInfo,
|
|
12564
|
+
importPopupSupportAttachmentsOrderByInfo,
|
|
11768
12565
|
importPopupSupportFieldInfoFormat,
|
|
11769
12566
|
importPopupSupportRelatedRecordsInfoFieldOrder,
|
|
11770
12567
|
importPopupSupportUtilityNetworkAssociationType,
|
|
@@ -11842,6 +12639,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11842
12639
|
importRestKnowledgeGraphGraphProperty,
|
|
11843
12640
|
importRestKnowledgeGraphGraphQuery,
|
|
11844
12641
|
importRestKnowledgeGraphGraphQueryResult,
|
|
12642
|
+
importRestKnowledgeGraphGraphQueryResultHeader,
|
|
11845
12643
|
importRestKnowledgeGraphGraphQueryStreaming,
|
|
11846
12644
|
importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
11847
12645
|
importRestKnowledgeGraphGraphSearch,
|
|
@@ -11855,6 +12653,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11855
12653
|
importRestKnowledgeGraphSearchIndex,
|
|
11856
12654
|
importRestKnowledgeGraphService,
|
|
11857
12655
|
importRestKnowledgeGraphServiceDefinition,
|
|
12656
|
+
importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
12657
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
12658
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
12659
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
12660
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
12661
|
+
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
11858
12662
|
importRestLocator,
|
|
11859
12663
|
importRestNetworkService,
|
|
11860
12664
|
importRestNetworksQueryAssociations,
|
|
@@ -11884,6 +12688,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11884
12688
|
importRestSupportArealUnit,
|
|
11885
12689
|
importRestSupportAreasAndLengthsParameters,
|
|
11886
12690
|
importRestSupportAttachmentQuery,
|
|
12691
|
+
importRestSupportAttributeBinsFeatureSet,
|
|
12692
|
+
importRestSupportAttributeBinsGrouping,
|
|
12693
|
+
importRestSupportAttributeBinsQuery,
|
|
12694
|
+
importRestSupportAutoIntervalBinParameters,
|
|
12695
|
+
importRestSupportBaseImageMeasureParameters,
|
|
12696
|
+
importRestSupportBaseImageMeasureResult,
|
|
11887
12697
|
importRestSupportBufferParameters,
|
|
11888
12698
|
importRestSupportCameraInfo,
|
|
11889
12699
|
importRestSupportClosestFacilityParameters,
|
|
@@ -11891,6 +12701,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11891
12701
|
importRestSupportColorRamp,
|
|
11892
12702
|
importRestSupportDataFile,
|
|
11893
12703
|
importRestSupportDataLayer,
|
|
12704
|
+
importRestSupportDateBinParameters,
|
|
12705
|
+
importRestSupportDateBinTimeInterval,
|
|
11894
12706
|
importRestSupportDensifyParameters,
|
|
11895
12707
|
importRestSupportDirectionLine,
|
|
11896
12708
|
importRestSupportDirectionPoint,
|
|
@@ -11904,6 +12716,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11904
12716
|
importRestSupportFindImagesResult,
|
|
11905
12717
|
importRestSupportFindParameters,
|
|
11906
12718
|
importRestSupportFindResult,
|
|
12719
|
+
importRestSupportFixedBoundariesBinParameters,
|
|
12720
|
+
importRestSupportFixedIntervalBinParameters,
|
|
11907
12721
|
importRestSupportGPMessage,
|
|
11908
12722
|
importRestSupportGeneralizeParameters,
|
|
11909
12723
|
importRestSupportIdentifyParameters,
|
|
@@ -11937,6 +12751,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11937
12751
|
importRestSupportImageToMapParameters,
|
|
11938
12752
|
importRestSupportImageUrlParameters,
|
|
11939
12753
|
importRestSupportImageUrlResult,
|
|
12754
|
+
importRestSupportImageVolume,
|
|
12755
|
+
importRestSupportImageVolumeParameters,
|
|
12756
|
+
importRestSupportImageVolumeResult,
|
|
11940
12757
|
importRestSupportJobInfo,
|
|
11941
12758
|
importRestSupportLegendLayer,
|
|
11942
12759
|
importRestSupportLengthsParameters,
|
|
@@ -12004,6 +12821,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12004
12821
|
importSmartMappingRenderersPredominance,
|
|
12005
12822
|
importSmartMappingRenderersRelationship,
|
|
12006
12823
|
importSmartMappingRenderersSize,
|
|
12824
|
+
importSmartMappingRenderersSupportRendererUtils,
|
|
12007
12825
|
importSmartMappingRenderersType,
|
|
12008
12826
|
importSmartMappingRenderersUnivariateColorSize,
|
|
12009
12827
|
importSmartMappingStatisticsClassBreaks,
|
|
@@ -12078,12 +12896,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12078
12896
|
importSymbolsWaterSymbol3DLayer,
|
|
12079
12897
|
importSymbolsWebStyleSymbol,
|
|
12080
12898
|
importTablesAttributeTableTemplate,
|
|
12899
|
+
importTablesElements,
|
|
12081
12900
|
importTablesElementsAttributeTableAttachmentElement,
|
|
12082
12901
|
importTablesElementsAttributeTableElement,
|
|
12083
12902
|
importTablesElementsAttributeTableFieldElement,
|
|
12084
12903
|
importTablesElementsAttributeTableGroupElement,
|
|
12085
12904
|
importTablesElementsAttributeTableRelationshipElement,
|
|
12086
|
-
importTablesSupportElements,
|
|
12087
12905
|
importTimeExtent,
|
|
12088
12906
|
importTimeInterval,
|
|
12089
12907
|
importTimeTimeExtent,
|
|
@@ -12109,7 +12927,6 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12109
12927
|
importViews3dEnvironmentSunLighting,
|
|
12110
12928
|
importViews3dEnvironmentSunnyWeather,
|
|
12111
12929
|
importViews3dEnvironmentVirtualLighting,
|
|
12112
|
-
importViews3dExternalRenderers,
|
|
12113
12930
|
importViews3dSupportLayerPerformanceInfo,
|
|
12114
12931
|
importViews3dSupportSceneViewPerformanceInfo,
|
|
12115
12932
|
importViews3dWebgl,
|
|
@@ -12145,18 +12962,22 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12145
12962
|
importViewsLayersFeatureLayerView,
|
|
12146
12963
|
importViewsLayersGroupLayerView,
|
|
12147
12964
|
importViewsLayersImageryLayerView,
|
|
12965
|
+
importViewsLayersImageryTileLayerView,
|
|
12148
12966
|
importViewsLayersLayerView,
|
|
12149
12967
|
importViewsLayersMediaLayerView,
|
|
12150
12968
|
importViewsLayersOGCFeatureLayerView,
|
|
12151
12969
|
importViewsLayersSceneLayerView,
|
|
12152
12970
|
importViewsLayersStreamLayerView,
|
|
12153
12971
|
importViewsLayersViewshedLayerView,
|
|
12972
|
+
importViewsLinkChartView,
|
|
12154
12973
|
importViewsMagnifier,
|
|
12155
12974
|
importViewsMapView,
|
|
12156
12975
|
importViewsNavigationGamepadGamepadSettings,
|
|
12157
12976
|
importViewsNavigationNavigation,
|
|
12977
|
+
importViewsNavigationNavigationActionMap,
|
|
12158
12978
|
importViewsSceneView,
|
|
12159
12979
|
importViewsSupportColorUtils,
|
|
12980
|
+
importViewsSupportHighlightOptions,
|
|
12160
12981
|
importViewsTheme,
|
|
12161
12982
|
importViewsUiDefaultUI,
|
|
12162
12983
|
importViewsUiUI,
|
|
@@ -12164,6 +12985,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12164
12985
|
importViewsView2D,
|
|
12165
12986
|
importViewsViewAnimation,
|
|
12166
12987
|
importWebDocument2D,
|
|
12988
|
+
importWebLinkChart,
|
|
12167
12989
|
importWebMap,
|
|
12168
12990
|
importWebScene,
|
|
12169
12991
|
importWebdocApplicationPropertiesSearch,
|
|
@@ -12195,7 +13017,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12195
13017
|
importWebsceneInitialViewProperties,
|
|
12196
13018
|
importWebscenePresentation,
|
|
12197
13019
|
importWebsceneSlide,
|
|
13020
|
+
importWebsceneSlideLegendInfo,
|
|
12198
13021
|
importWebsceneSunLighting,
|
|
13022
|
+
importWebsceneSupportSlideElements,
|
|
12199
13023
|
importWebsceneVirtualLighting,
|
|
12200
13024
|
importWidgetsAreaMeasurement2D,
|
|
12201
13025
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -12265,6 +13089,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12265
13089
|
importWidgetsFeatureFormFieldInput,
|
|
12266
13090
|
importWidgetsFeatureFormGroupInput,
|
|
12267
13091
|
importWidgetsFeatureFormRelationshipInput,
|
|
13092
|
+
importWidgetsFeatureFormTextElementInput,
|
|
13093
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
12268
13094
|
importWidgetsFeatureTable,
|
|
12269
13095
|
importWidgetsFeatureTableActionColumn,
|
|
12270
13096
|
importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -12276,10 +13102,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12276
13102
|
importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
12277
13103
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12278
13104
|
importWidgetsFeatureTableRelationshipColumn,
|
|
13105
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12279
13106
|
importWidgetsFeatureTableSupportColumnTemplate,
|
|
12280
13107
|
importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
12281
13108
|
importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
12282
13109
|
importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
13110
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
12283
13111
|
importWidgetsFeatureTableSupportTableTemplate,
|
|
12284
13112
|
importWidgetsFeatureTemplates,
|
|
12285
13113
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -12307,6 +13135,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12307
13135
|
importWidgetsLineOfSight,
|
|
12308
13136
|
importWidgetsLineOfSightLineOfSightTarget,
|
|
12309
13137
|
importWidgetsLineOfSightLineOfSightViewModel,
|
|
13138
|
+
importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
12310
13139
|
importWidgetsLocate,
|
|
12311
13140
|
importWidgetsLocateLocateViewModel,
|
|
12312
13141
|
importWidgetsMeasurement,
|
|
@@ -12379,6 +13208,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12379
13208
|
importWidgetsUtilityNetworkAssociations,
|
|
12380
13209
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
12381
13210
|
importWidgetsUtilityNetworkTrace,
|
|
13211
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
12382
13212
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
12383
13213
|
importWidgetsUtilityNetworkValidateTopology,
|
|
12384
13214
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -12408,6 +13238,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12408
13238
|
newAnalysisSlicePlane,
|
|
12409
13239
|
newAnalysisViewshed,
|
|
12410
13240
|
newAnalysisViewshedAnalysis,
|
|
13241
|
+
newAttributeBinsGraphic,
|
|
12411
13242
|
newBasemap,
|
|
12412
13243
|
newCamera,
|
|
12413
13244
|
newCameraLayout,
|
|
@@ -12439,6 +13270,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12439
13270
|
newFormElementsInputsTimePickerInput,
|
|
12440
13271
|
newFormElementsRelationshipElement,
|
|
12441
13272
|
newFormElementsTextElement,
|
|
13273
|
+
newFormElementsUtilityNetworkAssociationsElement,
|
|
12442
13274
|
newFormExpressionInfo,
|
|
12443
13275
|
newFormFormTemplate,
|
|
12444
13276
|
newGeometryCircle,
|
|
@@ -12447,6 +13279,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12447
13279
|
newGeometryHeightModelInfo,
|
|
12448
13280
|
newGeometryMesh,
|
|
12449
13281
|
newGeometryMultipoint,
|
|
13282
|
+
newGeometryOperatorsSupportGeographicTransformation,
|
|
13283
|
+
newGeometryOperatorsSupportGeographicTransformationStep,
|
|
12450
13284
|
newGeometryOperatorsSupportTransformation,
|
|
12451
13285
|
newGeometryPoint,
|
|
12452
13286
|
newGeometryPolygon,
|
|
@@ -12495,6 +13329,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12495
13329
|
newLayersKnowledgeGraphLayer,
|
|
12496
13330
|
newLayersLayer,
|
|
12497
13331
|
newLayersLineOfSightLayer,
|
|
13332
|
+
newLayersLinkChartLayer,
|
|
12498
13333
|
newLayersMapImageLayer,
|
|
12499
13334
|
newLayersMapNotesLayer,
|
|
12500
13335
|
newLayersMediaLayer,
|
|
@@ -12517,6 +13352,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12517
13352
|
newLayersSupportControlPointsGeoreference,
|
|
12518
13353
|
newLayersSupportCornersGeoreference,
|
|
12519
13354
|
newLayersSupportDimensionalDefinition,
|
|
13355
|
+
newLayersSupportDisplayFilter,
|
|
13356
|
+
newLayersSupportDisplayFilterInfo,
|
|
12520
13357
|
newLayersSupportDomain,
|
|
12521
13358
|
newLayersSupportElevationSampler,
|
|
12522
13359
|
newLayersSupportExpressionInfo,
|
|
@@ -12543,6 +13380,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12543
13380
|
newLayersSupportMapImage,
|
|
12544
13381
|
newLayersSupportMosaicRule,
|
|
12545
13382
|
newLayersSupportMultidimensionalSubset,
|
|
13383
|
+
newLayersSupportOrderByInfo,
|
|
12546
13384
|
newLayersSupportPixelBlock,
|
|
12547
13385
|
newLayersSupportPublishingInfo,
|
|
12548
13386
|
newLayersSupportRangeDomain,
|
|
@@ -12565,6 +13403,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12565
13403
|
newLayersSupportTileInfo,
|
|
12566
13404
|
newLayersSupportTileMatrixSet,
|
|
12567
13405
|
newLayersSupportTimeInfo,
|
|
13406
|
+
newLayersSupportTrackInfo,
|
|
13407
|
+
newLayersSupportTrackPartInfo,
|
|
12568
13408
|
newLayersSupportVideoElement,
|
|
12569
13409
|
newLayersSupportVideoTimeExtent,
|
|
12570
13410
|
newLayersSupportWMSSublayer,
|
|
@@ -12587,6 +13427,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12587
13427
|
newLayersWMSLayer,
|
|
12588
13428
|
newLayersWMTSLayer,
|
|
12589
13429
|
newLayersWebTileLayer,
|
|
13430
|
+
newLinkChartChronologicalLayoutSettings,
|
|
13431
|
+
newLinkChartLayoutSettings,
|
|
13432
|
+
newLinkChartLinkChartProperties,
|
|
13433
|
+
newLinkChartNonspatialDataDisplay,
|
|
13434
|
+
newLinkChartOrganicLayoutSettings,
|
|
12590
13435
|
newMap,
|
|
12591
13436
|
newNetworksNetwork,
|
|
12592
13437
|
newNetworksSupportNamedTraceConfiguration,
|
|
@@ -12620,8 +13465,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12620
13465
|
newPopupFieldInfo,
|
|
12621
13466
|
newPopupLayerOptions,
|
|
12622
13467
|
newPopupRelatedRecordsInfo,
|
|
13468
|
+
newPopupSupportAttachmentsOrderByInfo,
|
|
12623
13469
|
newPopupSupportFieldInfoFormat,
|
|
12624
13470
|
newPopupSupportRelatedRecordsInfoFieldOrder,
|
|
13471
|
+
newPopupSupportUtilityNetworkAssociationType,
|
|
12625
13472
|
newPopupTemplate,
|
|
12626
13473
|
newPortalPortal,
|
|
12627
13474
|
newPortalPortalFolder,
|
|
@@ -12683,6 +13530,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12683
13530
|
newRestKnowledgeGraphGraphProperty,
|
|
12684
13531
|
newRestKnowledgeGraphGraphQuery,
|
|
12685
13532
|
newRestKnowledgeGraphGraphQueryResult,
|
|
13533
|
+
newRestKnowledgeGraphGraphQueryResultHeader,
|
|
12686
13534
|
newRestKnowledgeGraphGraphQueryStreaming,
|
|
12687
13535
|
newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
12688
13536
|
newRestKnowledgeGraphGraphSearch,
|
|
@@ -12695,6 +13543,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12695
13543
|
newRestKnowledgeGraphRelationshipType,
|
|
12696
13544
|
newRestKnowledgeGraphSearchIndex,
|
|
12697
13545
|
newRestKnowledgeGraphServiceDefinition,
|
|
13546
|
+
newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
13547
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
13548
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
13549
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
13550
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
13551
|
+
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
12698
13552
|
newRestNetworksSupportAggregatedGeometry,
|
|
12699
13553
|
newRestNetworksSupportAssociation,
|
|
12700
13554
|
newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -12713,6 +13567,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12713
13567
|
newRestSupportArealUnit,
|
|
12714
13568
|
newRestSupportAreasAndLengthsParameters,
|
|
12715
13569
|
newRestSupportAttachmentQuery,
|
|
13570
|
+
newRestSupportAttributeBinsFeatureSet,
|
|
13571
|
+
newRestSupportAttributeBinsGrouping,
|
|
13572
|
+
newRestSupportAttributeBinsQuery,
|
|
13573
|
+
newRestSupportAutoIntervalBinParameters,
|
|
13574
|
+
newRestSupportBaseImageMeasureParameters,
|
|
13575
|
+
newRestSupportBaseImageMeasureResult,
|
|
12716
13576
|
newRestSupportBufferParameters,
|
|
12717
13577
|
newRestSupportCameraInfo,
|
|
12718
13578
|
newRestSupportClosestFacilityParameters,
|
|
@@ -12720,6 +13580,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12720
13580
|
newRestSupportColorRamp,
|
|
12721
13581
|
newRestSupportDataFile,
|
|
12722
13582
|
newRestSupportDataLayer,
|
|
13583
|
+
newRestSupportDateBinParameters,
|
|
13584
|
+
newRestSupportDateBinTimeInterval,
|
|
12723
13585
|
newRestSupportDensifyParameters,
|
|
12724
13586
|
newRestSupportDirectionLine,
|
|
12725
13587
|
newRestSupportDirectionPoint,
|
|
@@ -12733,6 +13595,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12733
13595
|
newRestSupportFindImagesResult,
|
|
12734
13596
|
newRestSupportFindParameters,
|
|
12735
13597
|
newRestSupportFindResult,
|
|
13598
|
+
newRestSupportFixedBoundariesBinParameters,
|
|
13599
|
+
newRestSupportFixedIntervalBinParameters,
|
|
12736
13600
|
newRestSupportGPMessage,
|
|
12737
13601
|
newRestSupportGeneralizeParameters,
|
|
12738
13602
|
newRestSupportIdentifyParameters,
|
|
@@ -12766,6 +13630,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12766
13630
|
newRestSupportImageToMapParameters,
|
|
12767
13631
|
newRestSupportImageUrlParameters,
|
|
12768
13632
|
newRestSupportImageUrlResult,
|
|
13633
|
+
newRestSupportImageVolume,
|
|
13634
|
+
newRestSupportImageVolumeParameters,
|
|
13635
|
+
newRestSupportImageVolumeResult,
|
|
12769
13636
|
newRestSupportJobInfo,
|
|
12770
13637
|
newRestSupportLegendLayer,
|
|
12771
13638
|
newRestSupportLengthsParameters,
|
|
@@ -12908,17 +13775,21 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12908
13775
|
newViewsLayersFeatureLayerView,
|
|
12909
13776
|
newViewsLayersGroupLayerView,
|
|
12910
13777
|
newViewsLayersImageryLayerView,
|
|
13778
|
+
newViewsLayersImageryTileLayerView,
|
|
12911
13779
|
newViewsLayersLayerView,
|
|
12912
13780
|
newViewsLayersMediaLayerView,
|
|
12913
13781
|
newViewsLayersOGCFeatureLayerView,
|
|
12914
13782
|
newViewsLayersSceneLayerView,
|
|
12915
13783
|
newViewsLayersStreamLayerView,
|
|
12916
13784
|
newViewsLayersViewshedLayerView,
|
|
13785
|
+
newViewsLinkChartView,
|
|
12917
13786
|
newViewsMagnifier,
|
|
12918
13787
|
newViewsMapView,
|
|
12919
13788
|
newViewsNavigationGamepadGamepadSettings,
|
|
12920
13789
|
newViewsNavigationNavigation,
|
|
13790
|
+
newViewsNavigationNavigationActionMap,
|
|
12921
13791
|
newViewsSceneView,
|
|
13792
|
+
newViewsSupportHighlightOptions,
|
|
12922
13793
|
newViewsTheme,
|
|
12923
13794
|
newViewsUiDefaultUI,
|
|
12924
13795
|
newViewsUiUI,
|
|
@@ -12926,6 +13797,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12926
13797
|
newViewsView2D,
|
|
12927
13798
|
newViewsViewAnimation,
|
|
12928
13799
|
newWebDocument2D,
|
|
13800
|
+
newWebLinkChart,
|
|
12929
13801
|
newWebMap,
|
|
12930
13802
|
newWebScene,
|
|
12931
13803
|
newWebdocApplicationPropertiesSearch,
|
|
@@ -12957,6 +13829,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12957
13829
|
newWebsceneInitialViewProperties,
|
|
12958
13830
|
newWebscenePresentation,
|
|
12959
13831
|
newWebsceneSlide,
|
|
13832
|
+
newWebsceneSlideLegendInfo,
|
|
12960
13833
|
newWebsceneSunLighting,
|
|
12961
13834
|
newWebsceneVirtualLighting,
|
|
12962
13835
|
newWidgetsAreaMeasurement2D,
|
|
@@ -13026,6 +13899,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13026
13899
|
newWidgetsFeatureFormFieldInput,
|
|
13027
13900
|
newWidgetsFeatureFormGroupInput,
|
|
13028
13901
|
newWidgetsFeatureFormRelationshipInput,
|
|
13902
|
+
newWidgetsFeatureFormTextElementInput,
|
|
13903
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
13029
13904
|
newWidgetsFeatureTable,
|
|
13030
13905
|
newWidgetsFeatureTableActionColumn,
|
|
13031
13906
|
newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -13037,10 +13912,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13037
13912
|
newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
13038
13913
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
13039
13914
|
newWidgetsFeatureTableRelationshipColumn,
|
|
13915
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
13040
13916
|
newWidgetsFeatureTableSupportColumnTemplate,
|
|
13041
13917
|
newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
13042
13918
|
newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
13043
13919
|
newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
13920
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
13044
13921
|
newWidgetsFeatureTableSupportTableTemplate,
|
|
13045
13922
|
newWidgetsFeatureTemplates,
|
|
13046
13923
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -13068,6 +13945,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13068
13945
|
newWidgetsLineOfSight,
|
|
13069
13946
|
newWidgetsLineOfSightLineOfSightTarget,
|
|
13070
13947
|
newWidgetsLineOfSightLineOfSightViewModel,
|
|
13948
|
+
newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
13071
13949
|
newWidgetsLocate,
|
|
13072
13950
|
newWidgetsLocateLocateViewModel,
|
|
13073
13951
|
newWidgetsMeasurement,
|
|
@@ -13138,6 +14016,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13138
14016
|
newWidgetsUtilityNetworkAssociations,
|
|
13139
14017
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
13140
14018
|
newWidgetsUtilityNetworkTrace,
|
|
14019
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
13141
14020
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
13142
14021
|
newWidgetsUtilityNetworkValidateTopology,
|
|
13143
14022
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|