@arcgis/core-adapter 4.32.0-next.12 → 4.32.0-next.121
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 +954 -108
- package/dist/index.d.cts +133 -24
- package/dist/index.d.ts +133 -24
- package/dist/index.js +832 -95
- package/package.json +4 -1
- package/.turbo/turbo-build.log +0 -3
- package/scripts/generator.ts +0 -419
- package/scripts/update-adapter-typings.ts +0 -71
- package/src/index.ts +0 -11416
- package/support/api-reference-esm-imports.json +0 -940
- package/support/arcgis.d.ts +0 -147060
- package/tsconfig.json +0 -5
- package/tsup.config.ts +0 -12
package/dist/index.cjs
CHANGED
|
@@ -43,7 +43,6 @@ __export(src_exports, {
|
|
|
43
43
|
importAnalysisViewshed: () => importAnalysisViewshed,
|
|
44
44
|
importAnalysisViewshedAnalysis: () => importAnalysisViewshedAnalysis,
|
|
45
45
|
importApplicationsComponentsBasemapUtils: () => importApplicationsComponentsBasemapUtils,
|
|
46
|
-
importApplicationsComponentsCollectionFlattener: () => importApplicationsComponentsCollectionFlattener,
|
|
47
46
|
importApplicationsComponentsDrawUtils: () => importApplicationsComponentsDrawUtils,
|
|
48
47
|
importApplicationsComponentsFontUtils: () => importApplicationsComponentsFontUtils,
|
|
49
48
|
importApplicationsComponentsGetDefaultUnits: () => importApplicationsComponentsGetDefaultUnits,
|
|
@@ -51,21 +50,18 @@ __export(src_exports, {
|
|
|
51
50
|
importApplicationsComponentsLayerOriginUtils: () => importApplicationsComponentsLayerOriginUtils,
|
|
52
51
|
importApplicationsComponentsLayersEffectsJsonUtils: () => importApplicationsComponentsLayersEffectsJsonUtils,
|
|
53
52
|
importApplicationsComponentsPreviewSymbol2D: () => importApplicationsComponentsPreviewSymbol2D,
|
|
53
|
+
importApplicationsComponentsReactiveUtils: () => importApplicationsComponentsReactiveUtils,
|
|
54
|
+
importApplicationsComponentsSelectionOperation: () => importApplicationsComponentsSelectionOperation,
|
|
55
|
+
importApplicationsComponentsSketchTooltipControls: () => importApplicationsComponentsSketchTooltipControls,
|
|
54
56
|
importApplicationsComponentsStyleUtils: () => importApplicationsComponentsStyleUtils,
|
|
55
57
|
importApplicationsComponentsSvgUtils: () => importApplicationsComponentsSvgUtils,
|
|
56
58
|
importApplicationsComponentsWebStyleSymbolUtils: () => importApplicationsComponentsWebStyleSymbolUtils,
|
|
57
|
-
importApplicationsExcaliburVideoViewUtils: () => importApplicationsExcaliburVideoViewUtils,
|
|
58
59
|
importApplicationsExperienceBuilderSketchUtils: () => importApplicationsExperienceBuilderSketchUtils,
|
|
59
|
-
importApplicationsMapViewerMediaUtils: () => importApplicationsMapViewerMediaUtils,
|
|
60
60
|
importApplicationsMapViewerTemplateUtils: () => importApplicationsMapViewerTemplateUtils,
|
|
61
|
-
importApplicationsSceneViewerColorUtils: () => importApplicationsSceneViewerColorUtils,
|
|
62
61
|
importApplicationsSceneViewerDevEnvironmentUtils: () => importApplicationsSceneViewerDevEnvironmentUtils,
|
|
63
|
-
importApplicationsSceneViewerLayerUtils: () => importApplicationsSceneViewerLayerUtils,
|
|
64
|
-
importApplicationsSceneViewerSceneViewerUtils: () => importApplicationsSceneViewerSceneViewerUtils,
|
|
65
|
-
importApplicationsSceneViewerSymbolUtils: () => importApplicationsSceneViewerSymbolUtils,
|
|
66
|
-
importApplicationsUrbanMeshUtils: () => importApplicationsUrbanMeshUtils,
|
|
67
62
|
importApplicationsWebEditorSketchUtils: () => importApplicationsWebEditorSketchUtils,
|
|
68
63
|
importArcade: () => importArcade,
|
|
64
|
+
importAttributeBinsGraphic: () => importAttributeBinsGraphic,
|
|
69
65
|
importBasemap: () => importBasemap,
|
|
70
66
|
importCamera: () => importCamera,
|
|
71
67
|
importCameraLayout: () => importCameraLayout,
|
|
@@ -85,16 +81,18 @@ __export(src_exports, {
|
|
|
85
81
|
importCoreUrlUtils: () => importCoreUrlUtils,
|
|
86
82
|
importCoreWorkers: () => importCoreWorkers,
|
|
87
83
|
importCoreWorkersConnection: () => importCoreWorkersConnection,
|
|
84
|
+
importEditingSharedTemplatesSharedTemplateMetadata: () => importEditingSharedTemplatesSharedTemplateMetadata,
|
|
85
|
+
importFormElements: () => importFormElements,
|
|
88
86
|
importFormElementsAttachmentElement: () => importFormElementsAttachmentElement,
|
|
89
87
|
importFormElementsElement: () => importFormElementsElement,
|
|
90
88
|
importFormElementsFieldElement: () => importFormElementsFieldElement,
|
|
91
89
|
importFormElementsGroupElement: () => importFormElementsGroupElement,
|
|
90
|
+
importFormElementsInputs: () => importFormElementsInputs,
|
|
92
91
|
importFormElementsInputsAttachmentsAttachmentInput: () => importFormElementsInputsAttachmentsAttachmentInput,
|
|
93
92
|
importFormElementsInputsAttachmentsAudioInput: () => importFormElementsInputsAttachmentsAudioInput,
|
|
94
93
|
importFormElementsInputsAttachmentsDocumentInput: () => importFormElementsInputsAttachmentsDocumentInput,
|
|
95
94
|
importFormElementsInputsAttachmentsImageInput: () => importFormElementsInputsAttachmentsImageInput,
|
|
96
95
|
importFormElementsInputsAttachmentsSignatureInput: () => importFormElementsInputsAttachmentsSignatureInput,
|
|
97
|
-
importFormElementsInputsAttachmentsSupportInputs: () => importFormElementsInputsAttachmentsSupportInputs,
|
|
98
96
|
importFormElementsInputsAttachmentsVideoInput: () => importFormElementsInputsAttachmentsVideoInput,
|
|
99
97
|
importFormElementsInputsBarcodeScannerInput: () => importFormElementsInputsBarcodeScannerInput,
|
|
100
98
|
importFormElementsInputsComboBoxInput: () => importFormElementsInputsComboBoxInput,
|
|
@@ -107,11 +105,10 @@ __export(src_exports, {
|
|
|
107
105
|
importFormElementsInputsTextBoxInput: () => importFormElementsInputsTextBoxInput,
|
|
108
106
|
importFormElementsInputsTimePickerInput: () => importFormElementsInputsTimePickerInput,
|
|
109
107
|
importFormElementsRelationshipElement: () => importFormElementsRelationshipElement,
|
|
110
|
-
importFormElementsSupportInputs: () => importFormElementsSupportInputs,
|
|
111
108
|
importFormElementsTextElement: () => importFormElementsTextElement,
|
|
109
|
+
importFormElementsUtilityNetworkAssociationsElement: () => importFormElementsUtilityNetworkAssociationsElement,
|
|
112
110
|
importFormExpressionInfo: () => importFormExpressionInfo,
|
|
113
111
|
importFormFormTemplate: () => importFormFormTemplate,
|
|
114
|
-
importFormSupportElements: () => importFormSupportElements,
|
|
115
112
|
importGeometry: () => importGeometry,
|
|
116
113
|
importGeometryCircle: () => importGeometryCircle,
|
|
117
114
|
importGeometryCoordinateFormatter: () => importGeometryCoordinateFormatter,
|
|
@@ -123,7 +120,10 @@ __export(src_exports, {
|
|
|
123
120
|
importGeometryMesh: () => importGeometryMesh,
|
|
124
121
|
importGeometryMultipoint: () => importGeometryMultipoint,
|
|
125
122
|
importGeometryOperatorsAffineTransformOperator: () => importGeometryOperatorsAffineTransformOperator,
|
|
123
|
+
importGeometryOperatorsAlphaShapeOperator: () => importGeometryOperatorsAlphaShapeOperator,
|
|
126
124
|
importGeometryOperatorsAreaOperator: () => importGeometryOperatorsAreaOperator,
|
|
125
|
+
importGeometryOperatorsAutoCompleteOperator: () => importGeometryOperatorsAutoCompleteOperator,
|
|
126
|
+
importGeometryOperatorsBoundaryOperator: () => importGeometryOperatorsBoundaryOperator,
|
|
127
127
|
importGeometryOperatorsBufferOperator: () => importGeometryOperatorsBufferOperator,
|
|
128
128
|
importGeometryOperatorsCentroidOperator: () => importGeometryOperatorsCentroidOperator,
|
|
129
129
|
importGeometryOperatorsClipOperator: () => importGeometryOperatorsClipOperator,
|
|
@@ -136,21 +136,38 @@ __export(src_exports, {
|
|
|
136
136
|
importGeometryOperatorsDisjointOperator: () => importGeometryOperatorsDisjointOperator,
|
|
137
137
|
importGeometryOperatorsDistanceOperator: () => importGeometryOperatorsDistanceOperator,
|
|
138
138
|
importGeometryOperatorsEqualsOperator: () => importGeometryOperatorsEqualsOperator,
|
|
139
|
+
importGeometryOperatorsExtendOperator: () => importGeometryOperatorsExtendOperator,
|
|
139
140
|
importGeometryOperatorsGeneralizeOperator: () => importGeometryOperatorsGeneralizeOperator,
|
|
140
141
|
importGeometryOperatorsGeodesicBufferOperator: () => importGeometryOperatorsGeodesicBufferOperator,
|
|
142
|
+
importGeometryOperatorsGeodesicProximityOperator: () => importGeometryOperatorsGeodesicProximityOperator,
|
|
141
143
|
importGeometryOperatorsGeodeticAreaOperator: () => importGeometryOperatorsGeodeticAreaOperator,
|
|
142
144
|
importGeometryOperatorsGeodeticDensifyOperator: () => importGeometryOperatorsGeodeticDensifyOperator,
|
|
143
145
|
importGeometryOperatorsGeodeticDistanceOperator: () => importGeometryOperatorsGeodeticDistanceOperator,
|
|
144
146
|
importGeometryOperatorsGeodeticLengthOperator: () => importGeometryOperatorsGeodeticLengthOperator,
|
|
145
147
|
importGeometryOperatorsGraphicBufferOperator: () => importGeometryOperatorsGraphicBufferOperator,
|
|
148
|
+
importGeometryOperatorsIntegrateOperator: () => importGeometryOperatorsIntegrateOperator,
|
|
146
149
|
importGeometryOperatorsIntersectionOperator: () => importGeometryOperatorsIntersectionOperator,
|
|
147
150
|
importGeometryOperatorsIntersectsOperator: () => importGeometryOperatorsIntersectsOperator,
|
|
151
|
+
importGeometryOperatorsIsNearOperator: () => importGeometryOperatorsIsNearOperator,
|
|
152
|
+
importGeometryOperatorsLabelPointOperator: () => importGeometryOperatorsLabelPointOperator,
|
|
148
153
|
importGeometryOperatorsLengthOperator: () => importGeometryOperatorsLengthOperator,
|
|
154
|
+
importGeometryOperatorsLinesToPolygonsOperator: () => importGeometryOperatorsLinesToPolygonsOperator,
|
|
155
|
+
importGeometryOperatorsLocateBetweenOperator: () => importGeometryOperatorsLocateBetweenOperator,
|
|
156
|
+
importGeometryOperatorsMinimumBoundingCircleOperator: () => importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
157
|
+
importGeometryOperatorsMultiPartToSinglePartOperator: () => importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
149
158
|
importGeometryOperatorsOffsetOperator: () => importGeometryOperatorsOffsetOperator,
|
|
150
159
|
importGeometryOperatorsOverlapsOperator: () => importGeometryOperatorsOverlapsOperator,
|
|
160
|
+
importGeometryOperatorsPolygonOverlayOperator: () => importGeometryOperatorsPolygonOverlayOperator,
|
|
161
|
+
importGeometryOperatorsPolygonSlicerOperator: () => importGeometryOperatorsPolygonSlicerOperator,
|
|
162
|
+
importGeometryOperatorsProjectOperator: () => importGeometryOperatorsProjectOperator,
|
|
151
163
|
importGeometryOperatorsProximityOperator: () => importGeometryOperatorsProximityOperator,
|
|
152
164
|
importGeometryOperatorsRelateOperator: () => importGeometryOperatorsRelateOperator,
|
|
165
|
+
importGeometryOperatorsReshapeOperator: () => importGeometryOperatorsReshapeOperator,
|
|
166
|
+
importGeometryOperatorsShapePreservingProjectOperator: () => importGeometryOperatorsShapePreservingProjectOperator,
|
|
153
167
|
importGeometryOperatorsSimplifyOperator: () => importGeometryOperatorsSimplifyOperator,
|
|
168
|
+
importGeometryOperatorsSupportGeographicTransformation: () => importGeometryOperatorsSupportGeographicTransformation,
|
|
169
|
+
importGeometryOperatorsSupportGeographicTransformationStep: () => importGeometryOperatorsSupportGeographicTransformationStep,
|
|
170
|
+
importGeometryOperatorsSupportGeographicTransformationUtils: () => importGeometryOperatorsSupportGeographicTransformationUtils,
|
|
154
171
|
importGeometryOperatorsSupportTransformation: () => importGeometryOperatorsSupportTransformation,
|
|
155
172
|
importGeometryOperatorsSymmetricDifferenceOperator: () => importGeometryOperatorsSymmetricDifferenceOperator,
|
|
156
173
|
importGeometryOperatorsTouchesOperator: () => importGeometryOperatorsTouchesOperator,
|
|
@@ -209,10 +226,13 @@ __export(src_exports, {
|
|
|
209
226
|
importLayersIntegratedMesh3DTilesLayer: () => importLayersIntegratedMesh3DTilesLayer,
|
|
210
227
|
importLayersIntegratedMeshLayer: () => importLayersIntegratedMeshLayer,
|
|
211
228
|
importLayersKMLLayer: () => importLayersKMLLayer,
|
|
229
|
+
importLayersKnowledgeGraphCypherUtils: () => importLayersKnowledgeGraphCypherUtils,
|
|
212
230
|
importLayersKnowledgeGraphKnowledgeGraphSublayer: () => importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
213
231
|
importLayersKnowledgeGraphLayer: () => importLayersKnowledgeGraphLayer,
|
|
232
|
+
importLayersKnowledgeGraphSupportUtils: () => importLayersKnowledgeGraphSupportUtils,
|
|
214
233
|
importLayersLayer: () => importLayersLayer,
|
|
215
234
|
importLayersLineOfSightLayer: () => importLayersLineOfSightLayer,
|
|
235
|
+
importLayersLinkChartLayer: () => importLayersLinkChartLayer,
|
|
216
236
|
importLayersMapImageLayer: () => importLayersMapImageLayer,
|
|
217
237
|
importLayersMapNotesLayer: () => importLayersMapNotesLayer,
|
|
218
238
|
importLayersMediaLayer: () => importLayersMediaLayer,
|
|
@@ -221,6 +241,8 @@ __export(src_exports, {
|
|
|
221
241
|
importLayersOgcWfsUtils: () => importLayersOgcWfsUtils,
|
|
222
242
|
importLayersOpenStreetMapLayer: () => importLayersOpenStreetMapLayer,
|
|
223
243
|
importLayersOrientedImageryLayer: () => importLayersOrientedImageryLayer,
|
|
244
|
+
importLayersOrientedImageryTransformationsImageToWorld: () => importLayersOrientedImageryTransformationsImageToWorld,
|
|
245
|
+
importLayersOrientedImageryTransformationsWorldToImage: () => importLayersOrientedImageryTransformationsWorldToImage,
|
|
224
246
|
importLayersPointCloudFiltersPointCloudBitfieldFilter: () => importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
225
247
|
importLayersPointCloudFiltersPointCloudFilter: () => importLayersPointCloudFiltersPointCloudFilter,
|
|
226
248
|
importLayersPointCloudFiltersPointCloudReturnFilter: () => importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -237,7 +259,10 @@ __export(src_exports, {
|
|
|
237
259
|
importLayersSupportCodedValueDomain: () => importLayersSupportCodedValueDomain,
|
|
238
260
|
importLayersSupportControlPointsGeoreference: () => importLayersSupportControlPointsGeoreference,
|
|
239
261
|
importLayersSupportCornersGeoreference: () => importLayersSupportCornersGeoreference,
|
|
262
|
+
importLayersSupportCsvUtils: () => importLayersSupportCsvUtils,
|
|
240
263
|
importLayersSupportDimensionalDefinition: () => importLayersSupportDimensionalDefinition,
|
|
264
|
+
importLayersSupportDisplayFilter: () => importLayersSupportDisplayFilter,
|
|
265
|
+
importLayersSupportDisplayFilterInfo: () => importLayersSupportDisplayFilterInfo,
|
|
241
266
|
importLayersSupportDomain: () => importLayersSupportDomain,
|
|
242
267
|
importLayersSupportElevationSampler: () => importLayersSupportElevationSampler,
|
|
243
268
|
importLayersSupportExpressionInfo: () => importLayersSupportExpressionInfo,
|
|
@@ -265,6 +290,7 @@ __export(src_exports, {
|
|
|
265
290
|
importLayersSupportMapImage: () => importLayersSupportMapImage,
|
|
266
291
|
importLayersSupportMosaicRule: () => importLayersSupportMosaicRule,
|
|
267
292
|
importLayersSupportMultidimensionalSubset: () => importLayersSupportMultidimensionalSubset,
|
|
293
|
+
importLayersSupportOrderByInfo: () => importLayersSupportOrderByInfo,
|
|
268
294
|
importLayersSupportPixelBlock: () => importLayersSupportPixelBlock,
|
|
269
295
|
importLayersSupportPublishingInfo: () => importLayersSupportPublishingInfo,
|
|
270
296
|
importLayersSupportRangeDomain: () => importLayersSupportRangeDomain,
|
|
@@ -314,6 +340,11 @@ __export(src_exports, {
|
|
|
314
340
|
importLayersWMSLayer: () => importLayersWMSLayer,
|
|
315
341
|
importLayersWMTSLayer: () => importLayersWMTSLayer,
|
|
316
342
|
importLayersWebTileLayer: () => importLayersWebTileLayer,
|
|
343
|
+
importLinkChartChronologicalLayoutSettings: () => importLinkChartChronologicalLayoutSettings,
|
|
344
|
+
importLinkChartLayoutSettings: () => importLinkChartLayoutSettings,
|
|
345
|
+
importLinkChartLinkChartProperties: () => importLinkChartLinkChartProperties,
|
|
346
|
+
importLinkChartNonspatialDataDisplay: () => importLinkChartNonspatialDataDisplay,
|
|
347
|
+
importLinkChartOrganicLayoutSettings: () => importLinkChartOrganicLayoutSettings,
|
|
317
348
|
importMap: () => importMap,
|
|
318
349
|
importNetworksNetwork: () => importNetworksNetwork,
|
|
319
350
|
importNetworksSupportNamedTraceConfiguration: () => importNetworksSupportNamedTraceConfiguration,
|
|
@@ -426,6 +457,7 @@ __export(src_exports, {
|
|
|
426
457
|
importRestKnowledgeGraphGraphProperty: () => importRestKnowledgeGraphGraphProperty,
|
|
427
458
|
importRestKnowledgeGraphGraphQuery: () => importRestKnowledgeGraphGraphQuery,
|
|
428
459
|
importRestKnowledgeGraphGraphQueryResult: () => importRestKnowledgeGraphGraphQueryResult,
|
|
460
|
+
importRestKnowledgeGraphGraphQueryResultHeader: () => importRestKnowledgeGraphGraphQueryResultHeader,
|
|
429
461
|
importRestKnowledgeGraphGraphQueryStreaming: () => importRestKnowledgeGraphGraphQueryStreaming,
|
|
430
462
|
importRestKnowledgeGraphGraphQueryStreamingResult: () => importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
431
463
|
importRestKnowledgeGraphGraphSearch: () => importRestKnowledgeGraphGraphSearch,
|
|
@@ -439,6 +471,12 @@ __export(src_exports, {
|
|
|
439
471
|
importRestKnowledgeGraphSearchIndex: () => importRestKnowledgeGraphSearchIndex,
|
|
440
472
|
importRestKnowledgeGraphService: () => importRestKnowledgeGraphService,
|
|
441
473
|
importRestKnowledgeGraphServiceDefinition: () => importRestKnowledgeGraphServiceDefinition,
|
|
474
|
+
importRestKnowledgeGraphSourceTypeValueBehavior: () => importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
475
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
476
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
477
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
478
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection: () => importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
479
|
+
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings: () => importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
442
480
|
importRestLocator: () => importRestLocator,
|
|
443
481
|
importRestNetworkService: () => importRestNetworkService,
|
|
444
482
|
importRestNetworksQueryAssociations: () => importRestNetworksQueryAssociations,
|
|
@@ -468,6 +506,12 @@ __export(src_exports, {
|
|
|
468
506
|
importRestSupportArealUnit: () => importRestSupportArealUnit,
|
|
469
507
|
importRestSupportAreasAndLengthsParameters: () => importRestSupportAreasAndLengthsParameters,
|
|
470
508
|
importRestSupportAttachmentQuery: () => importRestSupportAttachmentQuery,
|
|
509
|
+
importRestSupportAttributeBinsFeatureSet: () => importRestSupportAttributeBinsFeatureSet,
|
|
510
|
+
importRestSupportAttributeBinsGrouping: () => importRestSupportAttributeBinsGrouping,
|
|
511
|
+
importRestSupportAttributeBinsQuery: () => importRestSupportAttributeBinsQuery,
|
|
512
|
+
importRestSupportAutoIntervalBinParameters: () => importRestSupportAutoIntervalBinParameters,
|
|
513
|
+
importRestSupportBaseImageMeasureParameters: () => importRestSupportBaseImageMeasureParameters,
|
|
514
|
+
importRestSupportBaseImageMeasureResult: () => importRestSupportBaseImageMeasureResult,
|
|
471
515
|
importRestSupportBufferParameters: () => importRestSupportBufferParameters,
|
|
472
516
|
importRestSupportCameraInfo: () => importRestSupportCameraInfo,
|
|
473
517
|
importRestSupportClosestFacilityParameters: () => importRestSupportClosestFacilityParameters,
|
|
@@ -475,6 +519,8 @@ __export(src_exports, {
|
|
|
475
519
|
importRestSupportColorRamp: () => importRestSupportColorRamp,
|
|
476
520
|
importRestSupportDataFile: () => importRestSupportDataFile,
|
|
477
521
|
importRestSupportDataLayer: () => importRestSupportDataLayer,
|
|
522
|
+
importRestSupportDateBinParameters: () => importRestSupportDateBinParameters,
|
|
523
|
+
importRestSupportDateBinTimeInterval: () => importRestSupportDateBinTimeInterval,
|
|
478
524
|
importRestSupportDensifyParameters: () => importRestSupportDensifyParameters,
|
|
479
525
|
importRestSupportDirectionLine: () => importRestSupportDirectionLine,
|
|
480
526
|
importRestSupportDirectionPoint: () => importRestSupportDirectionPoint,
|
|
@@ -488,6 +534,8 @@ __export(src_exports, {
|
|
|
488
534
|
importRestSupportFindImagesResult: () => importRestSupportFindImagesResult,
|
|
489
535
|
importRestSupportFindParameters: () => importRestSupportFindParameters,
|
|
490
536
|
importRestSupportFindResult: () => importRestSupportFindResult,
|
|
537
|
+
importRestSupportFixedBoundariesBinParameters: () => importRestSupportFixedBoundariesBinParameters,
|
|
538
|
+
importRestSupportFixedIntervalBinParameters: () => importRestSupportFixedIntervalBinParameters,
|
|
491
539
|
importRestSupportGPMessage: () => importRestSupportGPMessage,
|
|
492
540
|
importRestSupportGeneralizeParameters: () => importRestSupportGeneralizeParameters,
|
|
493
541
|
importRestSupportIdentifyParameters: () => importRestSupportIdentifyParameters,
|
|
@@ -521,6 +569,9 @@ __export(src_exports, {
|
|
|
521
569
|
importRestSupportImageToMapParameters: () => importRestSupportImageToMapParameters,
|
|
522
570
|
importRestSupportImageUrlParameters: () => importRestSupportImageUrlParameters,
|
|
523
571
|
importRestSupportImageUrlResult: () => importRestSupportImageUrlResult,
|
|
572
|
+
importRestSupportImageVolume: () => importRestSupportImageVolume,
|
|
573
|
+
importRestSupportImageVolumeParameters: () => importRestSupportImageVolumeParameters,
|
|
574
|
+
importRestSupportImageVolumeResult: () => importRestSupportImageVolumeResult,
|
|
524
575
|
importRestSupportJobInfo: () => importRestSupportJobInfo,
|
|
525
576
|
importRestSupportLegendLayer: () => importRestSupportLegendLayer,
|
|
526
577
|
importRestSupportLengthsParameters: () => importRestSupportLengthsParameters,
|
|
@@ -588,6 +639,7 @@ __export(src_exports, {
|
|
|
588
639
|
importSmartMappingRenderersPredominance: () => importSmartMappingRenderersPredominance,
|
|
589
640
|
importSmartMappingRenderersRelationship: () => importSmartMappingRenderersRelationship,
|
|
590
641
|
importSmartMappingRenderersSize: () => importSmartMappingRenderersSize,
|
|
642
|
+
importSmartMappingRenderersSupportRendererUtils: () => importSmartMappingRenderersSupportRendererUtils,
|
|
591
643
|
importSmartMappingRenderersType: () => importSmartMappingRenderersType,
|
|
592
644
|
importSmartMappingRenderersUnivariateColorSize: () => importSmartMappingRenderersUnivariateColorSize,
|
|
593
645
|
importSmartMappingStatisticsClassBreaks: () => importSmartMappingStatisticsClassBreaks,
|
|
@@ -662,12 +714,12 @@ __export(src_exports, {
|
|
|
662
714
|
importSymbolsWaterSymbol3DLayer: () => importSymbolsWaterSymbol3DLayer,
|
|
663
715
|
importSymbolsWebStyleSymbol: () => importSymbolsWebStyleSymbol,
|
|
664
716
|
importTablesAttributeTableTemplate: () => importTablesAttributeTableTemplate,
|
|
717
|
+
importTablesElements: () => importTablesElements,
|
|
665
718
|
importTablesElementsAttributeTableAttachmentElement: () => importTablesElementsAttributeTableAttachmentElement,
|
|
666
719
|
importTablesElementsAttributeTableElement: () => importTablesElementsAttributeTableElement,
|
|
667
720
|
importTablesElementsAttributeTableFieldElement: () => importTablesElementsAttributeTableFieldElement,
|
|
668
721
|
importTablesElementsAttributeTableGroupElement: () => importTablesElementsAttributeTableGroupElement,
|
|
669
722
|
importTablesElementsAttributeTableRelationshipElement: () => importTablesElementsAttributeTableRelationshipElement,
|
|
670
|
-
importTablesSupportElements: () => importTablesSupportElements,
|
|
671
723
|
importTimeExtent: () => importTimeExtent,
|
|
672
724
|
importTimeInterval: () => importTimeInterval,
|
|
673
725
|
importTimeTimeExtent: () => importTimeTimeExtent,
|
|
@@ -693,7 +745,6 @@ __export(src_exports, {
|
|
|
693
745
|
importViews3dEnvironmentSunLighting: () => importViews3dEnvironmentSunLighting,
|
|
694
746
|
importViews3dEnvironmentSunnyWeather: () => importViews3dEnvironmentSunnyWeather,
|
|
695
747
|
importViews3dEnvironmentVirtualLighting: () => importViews3dEnvironmentVirtualLighting,
|
|
696
|
-
importViews3dExternalRenderers: () => importViews3dExternalRenderers,
|
|
697
748
|
importViews3dSupportLayerPerformanceInfo: () => importViews3dSupportLayerPerformanceInfo,
|
|
698
749
|
importViews3dSupportSceneViewPerformanceInfo: () => importViews3dSupportSceneViewPerformanceInfo,
|
|
699
750
|
importViews3dWebgl: () => importViews3dWebgl,
|
|
@@ -735,12 +786,15 @@ __export(src_exports, {
|
|
|
735
786
|
importViewsLayersSceneLayerView: () => importViewsLayersSceneLayerView,
|
|
736
787
|
importViewsLayersStreamLayerView: () => importViewsLayersStreamLayerView,
|
|
737
788
|
importViewsLayersViewshedLayerView: () => importViewsLayersViewshedLayerView,
|
|
789
|
+
importViewsLinkChartView: () => importViewsLinkChartView,
|
|
738
790
|
importViewsMagnifier: () => importViewsMagnifier,
|
|
739
791
|
importViewsMapView: () => importViewsMapView,
|
|
740
792
|
importViewsNavigationGamepadGamepadSettings: () => importViewsNavigationGamepadGamepadSettings,
|
|
741
793
|
importViewsNavigationNavigation: () => importViewsNavigationNavigation,
|
|
794
|
+
importViewsNavigationNavigationActionMap: () => importViewsNavigationNavigationActionMap,
|
|
742
795
|
importViewsSceneView: () => importViewsSceneView,
|
|
743
796
|
importViewsSupportColorUtils: () => importViewsSupportColorUtils,
|
|
797
|
+
importViewsSupportHighlightOptions: () => importViewsSupportHighlightOptions,
|
|
744
798
|
importViewsTheme: () => importViewsTheme,
|
|
745
799
|
importViewsUiDefaultUI: () => importViewsUiDefaultUI,
|
|
746
800
|
importViewsUiUI: () => importViewsUiUI,
|
|
@@ -748,6 +802,7 @@ __export(src_exports, {
|
|
|
748
802
|
importViewsView2D: () => importViewsView2D,
|
|
749
803
|
importViewsViewAnimation: () => importViewsViewAnimation,
|
|
750
804
|
importWebDocument2D: () => importWebDocument2D,
|
|
805
|
+
importWebLinkChart: () => importWebLinkChart,
|
|
751
806
|
importWebMap: () => importWebMap,
|
|
752
807
|
importWebScene: () => importWebScene,
|
|
753
808
|
importWebdocApplicationPropertiesSearch: () => importWebdocApplicationPropertiesSearch,
|
|
@@ -779,7 +834,9 @@ __export(src_exports, {
|
|
|
779
834
|
importWebsceneInitialViewProperties: () => importWebsceneInitialViewProperties,
|
|
780
835
|
importWebscenePresentation: () => importWebscenePresentation,
|
|
781
836
|
importWebsceneSlide: () => importWebsceneSlide,
|
|
837
|
+
importWebsceneSlideLegendInfo: () => importWebsceneSlideLegendInfo,
|
|
782
838
|
importWebsceneSunLighting: () => importWebsceneSunLighting,
|
|
839
|
+
importWebsceneSupportSlideElements: () => importWebsceneSupportSlideElements,
|
|
783
840
|
importWebsceneVirtualLighting: () => importWebsceneVirtualLighting,
|
|
784
841
|
importWidgetsAreaMeasurement2D: () => importWidgetsAreaMeasurement2D,
|
|
785
842
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel: () => importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -849,6 +906,8 @@ __export(src_exports, {
|
|
|
849
906
|
importWidgetsFeatureFormFieldInput: () => importWidgetsFeatureFormFieldInput,
|
|
850
907
|
importWidgetsFeatureFormGroupInput: () => importWidgetsFeatureFormGroupInput,
|
|
851
908
|
importWidgetsFeatureFormRelationshipInput: () => importWidgetsFeatureFormRelationshipInput,
|
|
909
|
+
importWidgetsFeatureFormTextElementInput: () => importWidgetsFeatureFormTextElementInput,
|
|
910
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput: () => importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
852
911
|
importWidgetsFeatureTable: () => importWidgetsFeatureTable,
|
|
853
912
|
importWidgetsFeatureTableActionColumn: () => importWidgetsFeatureTableActionColumn,
|
|
854
913
|
importWidgetsFeatureTableAttachmentsColumn: () => importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -860,10 +919,12 @@ __export(src_exports, {
|
|
|
860
919
|
importWidgetsFeatureTableGridSupportButtonMenuItem: () => importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
861
920
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel: () => importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
862
921
|
importWidgetsFeatureTableRelationshipColumn: () => importWidgetsFeatureTableRelationshipColumn,
|
|
922
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate: () => importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
863
923
|
importWidgetsFeatureTableSupportColumnTemplate: () => importWidgetsFeatureTableSupportColumnTemplate,
|
|
864
924
|
importWidgetsFeatureTableSupportColumnTemplateBase: () => importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
865
925
|
importWidgetsFeatureTableSupportFieldColumnTemplate: () => importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
866
926
|
importWidgetsFeatureTableSupportGroupColumnTemplate: () => importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
927
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate: () => importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
867
928
|
importWidgetsFeatureTableSupportTableTemplate: () => importWidgetsFeatureTableSupportTableTemplate,
|
|
868
929
|
importWidgetsFeatureTemplates: () => importWidgetsFeatureTemplates,
|
|
869
930
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel: () => importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -891,6 +952,7 @@ __export(src_exports, {
|
|
|
891
952
|
importWidgetsLineOfSight: () => importWidgetsLineOfSight,
|
|
892
953
|
importWidgetsLineOfSightLineOfSightTarget: () => importWidgetsLineOfSightLineOfSightTarget,
|
|
893
954
|
importWidgetsLineOfSightLineOfSightViewModel: () => importWidgetsLineOfSightLineOfSightViewModel,
|
|
955
|
+
importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel: () => importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
894
956
|
importWidgetsLocate: () => importWidgetsLocate,
|
|
895
957
|
importWidgetsLocateLocateViewModel: () => importWidgetsLocateLocateViewModel,
|
|
896
958
|
importWidgetsMeasurement: () => importWidgetsMeasurement,
|
|
@@ -948,6 +1010,7 @@ __export(src_exports, {
|
|
|
948
1010
|
importWidgetsSupportGridControlsGridControlsViewModel: () => importWidgetsSupportGridControlsGridControlsViewModel,
|
|
949
1011
|
importWidgetsSupportSnappingControls: () => importWidgetsSupportSnappingControls,
|
|
950
1012
|
importWidgetsSupportSnappingControlsSnappingControlsViewModel: () => importWidgetsSupportSnappingControlsSnappingControlsViewModel,
|
|
1013
|
+
importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
951
1014
|
importWidgetsSupportWidget: () => importWidgetsSupportWidget,
|
|
952
1015
|
importWidgetsSwipe: () => importWidgetsSwipe,
|
|
953
1016
|
importWidgetsSwipeSwipeViewModel: () => importWidgetsSwipeSwipeViewModel,
|
|
@@ -963,6 +1026,7 @@ __export(src_exports, {
|
|
|
963
1026
|
importWidgetsUtilityNetworkAssociations: () => importWidgetsUtilityNetworkAssociations,
|
|
964
1027
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
965
1028
|
importWidgetsUtilityNetworkTrace: () => importWidgetsUtilityNetworkTrace,
|
|
1029
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel: () => importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
966
1030
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel: () => importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
967
1031
|
importWidgetsUtilityNetworkValidateTopology: () => importWidgetsUtilityNetworkValidateTopology,
|
|
968
1032
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel: () => importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -992,6 +1056,7 @@ __export(src_exports, {
|
|
|
992
1056
|
newAnalysisSlicePlane: () => newAnalysisSlicePlane,
|
|
993
1057
|
newAnalysisViewshed: () => newAnalysisViewshed,
|
|
994
1058
|
newAnalysisViewshedAnalysis: () => newAnalysisViewshedAnalysis,
|
|
1059
|
+
newAttributeBinsGraphic: () => newAttributeBinsGraphic,
|
|
995
1060
|
newBasemap: () => newBasemap,
|
|
996
1061
|
newCamera: () => newCamera,
|
|
997
1062
|
newCameraLayout: () => newCameraLayout,
|
|
@@ -1023,6 +1088,7 @@ __export(src_exports, {
|
|
|
1023
1088
|
newFormElementsInputsTimePickerInput: () => newFormElementsInputsTimePickerInput,
|
|
1024
1089
|
newFormElementsRelationshipElement: () => newFormElementsRelationshipElement,
|
|
1025
1090
|
newFormElementsTextElement: () => newFormElementsTextElement,
|
|
1091
|
+
newFormElementsUtilityNetworkAssociationsElement: () => newFormElementsUtilityNetworkAssociationsElement,
|
|
1026
1092
|
newFormExpressionInfo: () => newFormExpressionInfo,
|
|
1027
1093
|
newFormFormTemplate: () => newFormFormTemplate,
|
|
1028
1094
|
newGeometryCircle: () => newGeometryCircle,
|
|
@@ -1031,6 +1097,8 @@ __export(src_exports, {
|
|
|
1031
1097
|
newGeometryHeightModelInfo: () => newGeometryHeightModelInfo,
|
|
1032
1098
|
newGeometryMesh: () => newGeometryMesh,
|
|
1033
1099
|
newGeometryMultipoint: () => newGeometryMultipoint,
|
|
1100
|
+
newGeometryOperatorsSupportGeographicTransformation: () => newGeometryOperatorsSupportGeographicTransformation,
|
|
1101
|
+
newGeometryOperatorsSupportGeographicTransformationStep: () => newGeometryOperatorsSupportGeographicTransformationStep,
|
|
1034
1102
|
newGeometryOperatorsSupportTransformation: () => newGeometryOperatorsSupportTransformation,
|
|
1035
1103
|
newGeometryPoint: () => newGeometryPoint,
|
|
1036
1104
|
newGeometryPolygon: () => newGeometryPolygon,
|
|
@@ -1079,6 +1147,7 @@ __export(src_exports, {
|
|
|
1079
1147
|
newLayersKnowledgeGraphLayer: () => newLayersKnowledgeGraphLayer,
|
|
1080
1148
|
newLayersLayer: () => newLayersLayer,
|
|
1081
1149
|
newLayersLineOfSightLayer: () => newLayersLineOfSightLayer,
|
|
1150
|
+
newLayersLinkChartLayer: () => newLayersLinkChartLayer,
|
|
1082
1151
|
newLayersMapImageLayer: () => newLayersMapImageLayer,
|
|
1083
1152
|
newLayersMapNotesLayer: () => newLayersMapNotesLayer,
|
|
1084
1153
|
newLayersMediaLayer: () => newLayersMediaLayer,
|
|
@@ -1101,6 +1170,8 @@ __export(src_exports, {
|
|
|
1101
1170
|
newLayersSupportControlPointsGeoreference: () => newLayersSupportControlPointsGeoreference,
|
|
1102
1171
|
newLayersSupportCornersGeoreference: () => newLayersSupportCornersGeoreference,
|
|
1103
1172
|
newLayersSupportDimensionalDefinition: () => newLayersSupportDimensionalDefinition,
|
|
1173
|
+
newLayersSupportDisplayFilter: () => newLayersSupportDisplayFilter,
|
|
1174
|
+
newLayersSupportDisplayFilterInfo: () => newLayersSupportDisplayFilterInfo,
|
|
1104
1175
|
newLayersSupportDomain: () => newLayersSupportDomain,
|
|
1105
1176
|
newLayersSupportElevationSampler: () => newLayersSupportElevationSampler,
|
|
1106
1177
|
newLayersSupportExpressionInfo: () => newLayersSupportExpressionInfo,
|
|
@@ -1127,6 +1198,7 @@ __export(src_exports, {
|
|
|
1127
1198
|
newLayersSupportMapImage: () => newLayersSupportMapImage,
|
|
1128
1199
|
newLayersSupportMosaicRule: () => newLayersSupportMosaicRule,
|
|
1129
1200
|
newLayersSupportMultidimensionalSubset: () => newLayersSupportMultidimensionalSubset,
|
|
1201
|
+
newLayersSupportOrderByInfo: () => newLayersSupportOrderByInfo,
|
|
1130
1202
|
newLayersSupportPixelBlock: () => newLayersSupportPixelBlock,
|
|
1131
1203
|
newLayersSupportPublishingInfo: () => newLayersSupportPublishingInfo,
|
|
1132
1204
|
newLayersSupportRangeDomain: () => newLayersSupportRangeDomain,
|
|
@@ -1171,6 +1243,11 @@ __export(src_exports, {
|
|
|
1171
1243
|
newLayersWMSLayer: () => newLayersWMSLayer,
|
|
1172
1244
|
newLayersWMTSLayer: () => newLayersWMTSLayer,
|
|
1173
1245
|
newLayersWebTileLayer: () => newLayersWebTileLayer,
|
|
1246
|
+
newLinkChartChronologicalLayoutSettings: () => newLinkChartChronologicalLayoutSettings,
|
|
1247
|
+
newLinkChartLayoutSettings: () => newLinkChartLayoutSettings,
|
|
1248
|
+
newLinkChartLinkChartProperties: () => newLinkChartLinkChartProperties,
|
|
1249
|
+
newLinkChartNonspatialDataDisplay: () => newLinkChartNonspatialDataDisplay,
|
|
1250
|
+
newLinkChartOrganicLayoutSettings: () => newLinkChartOrganicLayoutSettings,
|
|
1174
1251
|
newMap: () => newMap,
|
|
1175
1252
|
newNetworksNetwork: () => newNetworksNetwork,
|
|
1176
1253
|
newNetworksSupportNamedTraceConfiguration: () => newNetworksSupportNamedTraceConfiguration,
|
|
@@ -1206,6 +1283,7 @@ __export(src_exports, {
|
|
|
1206
1283
|
newPopupRelatedRecordsInfo: () => newPopupRelatedRecordsInfo,
|
|
1207
1284
|
newPopupSupportFieldInfoFormat: () => newPopupSupportFieldInfoFormat,
|
|
1208
1285
|
newPopupSupportRelatedRecordsInfoFieldOrder: () => newPopupSupportRelatedRecordsInfoFieldOrder,
|
|
1286
|
+
newPopupSupportUtilityNetworkAssociationType: () => newPopupSupportUtilityNetworkAssociationType,
|
|
1209
1287
|
newPopupTemplate: () => newPopupTemplate,
|
|
1210
1288
|
newPortalPortal: () => newPortalPortal,
|
|
1211
1289
|
newPortalPortalFolder: () => newPortalPortalFolder,
|
|
@@ -1267,6 +1345,7 @@ __export(src_exports, {
|
|
|
1267
1345
|
newRestKnowledgeGraphGraphProperty: () => newRestKnowledgeGraphGraphProperty,
|
|
1268
1346
|
newRestKnowledgeGraphGraphQuery: () => newRestKnowledgeGraphGraphQuery,
|
|
1269
1347
|
newRestKnowledgeGraphGraphQueryResult: () => newRestKnowledgeGraphGraphQueryResult,
|
|
1348
|
+
newRestKnowledgeGraphGraphQueryResultHeader: () => newRestKnowledgeGraphGraphQueryResultHeader,
|
|
1270
1349
|
newRestKnowledgeGraphGraphQueryStreaming: () => newRestKnowledgeGraphGraphQueryStreaming,
|
|
1271
1350
|
newRestKnowledgeGraphGraphQueryStreamingResult: () => newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
1272
1351
|
newRestKnowledgeGraphGraphSearch: () => newRestKnowledgeGraphGraphSearch,
|
|
@@ -1279,6 +1358,12 @@ __export(src_exports, {
|
|
|
1279
1358
|
newRestKnowledgeGraphRelationshipType: () => newRestKnowledgeGraphRelationshipType,
|
|
1280
1359
|
newRestKnowledgeGraphSearchIndex: () => newRestKnowledgeGraphSearchIndex,
|
|
1281
1360
|
newRestKnowledgeGraphServiceDefinition: () => newRestKnowledgeGraphServiceDefinition,
|
|
1361
|
+
newRestKnowledgeGraphSourceTypeValueBehavior: () => newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
1362
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
1363
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
1364
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
1365
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection: () => newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
1366
|
+
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings: () => newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
1282
1367
|
newRestNetworksSupportAggregatedGeometry: () => newRestNetworksSupportAggregatedGeometry,
|
|
1283
1368
|
newRestNetworksSupportAssociation: () => newRestNetworksSupportAssociation,
|
|
1284
1369
|
newRestNetworksSupportAssociationGeometriesResult: () => newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -1297,6 +1382,12 @@ __export(src_exports, {
|
|
|
1297
1382
|
newRestSupportArealUnit: () => newRestSupportArealUnit,
|
|
1298
1383
|
newRestSupportAreasAndLengthsParameters: () => newRestSupportAreasAndLengthsParameters,
|
|
1299
1384
|
newRestSupportAttachmentQuery: () => newRestSupportAttachmentQuery,
|
|
1385
|
+
newRestSupportAttributeBinsFeatureSet: () => newRestSupportAttributeBinsFeatureSet,
|
|
1386
|
+
newRestSupportAttributeBinsGrouping: () => newRestSupportAttributeBinsGrouping,
|
|
1387
|
+
newRestSupportAttributeBinsQuery: () => newRestSupportAttributeBinsQuery,
|
|
1388
|
+
newRestSupportAutoIntervalBinParameters: () => newRestSupportAutoIntervalBinParameters,
|
|
1389
|
+
newRestSupportBaseImageMeasureParameters: () => newRestSupportBaseImageMeasureParameters,
|
|
1390
|
+
newRestSupportBaseImageMeasureResult: () => newRestSupportBaseImageMeasureResult,
|
|
1300
1391
|
newRestSupportBufferParameters: () => newRestSupportBufferParameters,
|
|
1301
1392
|
newRestSupportCameraInfo: () => newRestSupportCameraInfo,
|
|
1302
1393
|
newRestSupportClosestFacilityParameters: () => newRestSupportClosestFacilityParameters,
|
|
@@ -1304,6 +1395,8 @@ __export(src_exports, {
|
|
|
1304
1395
|
newRestSupportColorRamp: () => newRestSupportColorRamp,
|
|
1305
1396
|
newRestSupportDataFile: () => newRestSupportDataFile,
|
|
1306
1397
|
newRestSupportDataLayer: () => newRestSupportDataLayer,
|
|
1398
|
+
newRestSupportDateBinParameters: () => newRestSupportDateBinParameters,
|
|
1399
|
+
newRestSupportDateBinTimeInterval: () => newRestSupportDateBinTimeInterval,
|
|
1307
1400
|
newRestSupportDensifyParameters: () => newRestSupportDensifyParameters,
|
|
1308
1401
|
newRestSupportDirectionLine: () => newRestSupportDirectionLine,
|
|
1309
1402
|
newRestSupportDirectionPoint: () => newRestSupportDirectionPoint,
|
|
@@ -1317,6 +1410,8 @@ __export(src_exports, {
|
|
|
1317
1410
|
newRestSupportFindImagesResult: () => newRestSupportFindImagesResult,
|
|
1318
1411
|
newRestSupportFindParameters: () => newRestSupportFindParameters,
|
|
1319
1412
|
newRestSupportFindResult: () => newRestSupportFindResult,
|
|
1413
|
+
newRestSupportFixedBoundariesBinParameters: () => newRestSupportFixedBoundariesBinParameters,
|
|
1414
|
+
newRestSupportFixedIntervalBinParameters: () => newRestSupportFixedIntervalBinParameters,
|
|
1320
1415
|
newRestSupportGPMessage: () => newRestSupportGPMessage,
|
|
1321
1416
|
newRestSupportGeneralizeParameters: () => newRestSupportGeneralizeParameters,
|
|
1322
1417
|
newRestSupportIdentifyParameters: () => newRestSupportIdentifyParameters,
|
|
@@ -1350,6 +1445,9 @@ __export(src_exports, {
|
|
|
1350
1445
|
newRestSupportImageToMapParameters: () => newRestSupportImageToMapParameters,
|
|
1351
1446
|
newRestSupportImageUrlParameters: () => newRestSupportImageUrlParameters,
|
|
1352
1447
|
newRestSupportImageUrlResult: () => newRestSupportImageUrlResult,
|
|
1448
|
+
newRestSupportImageVolume: () => newRestSupportImageVolume,
|
|
1449
|
+
newRestSupportImageVolumeParameters: () => newRestSupportImageVolumeParameters,
|
|
1450
|
+
newRestSupportImageVolumeResult: () => newRestSupportImageVolumeResult,
|
|
1353
1451
|
newRestSupportJobInfo: () => newRestSupportJobInfo,
|
|
1354
1452
|
newRestSupportLegendLayer: () => newRestSupportLegendLayer,
|
|
1355
1453
|
newRestSupportLengthsParameters: () => newRestSupportLengthsParameters,
|
|
@@ -1498,11 +1596,14 @@ __export(src_exports, {
|
|
|
1498
1596
|
newViewsLayersSceneLayerView: () => newViewsLayersSceneLayerView,
|
|
1499
1597
|
newViewsLayersStreamLayerView: () => newViewsLayersStreamLayerView,
|
|
1500
1598
|
newViewsLayersViewshedLayerView: () => newViewsLayersViewshedLayerView,
|
|
1599
|
+
newViewsLinkChartView: () => newViewsLinkChartView,
|
|
1501
1600
|
newViewsMagnifier: () => newViewsMagnifier,
|
|
1502
1601
|
newViewsMapView: () => newViewsMapView,
|
|
1503
1602
|
newViewsNavigationGamepadGamepadSettings: () => newViewsNavigationGamepadGamepadSettings,
|
|
1504
1603
|
newViewsNavigationNavigation: () => newViewsNavigationNavigation,
|
|
1604
|
+
newViewsNavigationNavigationActionMap: () => newViewsNavigationNavigationActionMap,
|
|
1505
1605
|
newViewsSceneView: () => newViewsSceneView,
|
|
1606
|
+
newViewsSupportHighlightOptions: () => newViewsSupportHighlightOptions,
|
|
1506
1607
|
newViewsTheme: () => newViewsTheme,
|
|
1507
1608
|
newViewsUiDefaultUI: () => newViewsUiDefaultUI,
|
|
1508
1609
|
newViewsUiUI: () => newViewsUiUI,
|
|
@@ -1510,6 +1611,7 @@ __export(src_exports, {
|
|
|
1510
1611
|
newViewsView2D: () => newViewsView2D,
|
|
1511
1612
|
newViewsViewAnimation: () => newViewsViewAnimation,
|
|
1512
1613
|
newWebDocument2D: () => newWebDocument2D,
|
|
1614
|
+
newWebLinkChart: () => newWebLinkChart,
|
|
1513
1615
|
newWebMap: () => newWebMap,
|
|
1514
1616
|
newWebScene: () => newWebScene,
|
|
1515
1617
|
newWebdocApplicationPropertiesSearch: () => newWebdocApplicationPropertiesSearch,
|
|
@@ -1541,6 +1643,7 @@ __export(src_exports, {
|
|
|
1541
1643
|
newWebsceneInitialViewProperties: () => newWebsceneInitialViewProperties,
|
|
1542
1644
|
newWebscenePresentation: () => newWebscenePresentation,
|
|
1543
1645
|
newWebsceneSlide: () => newWebsceneSlide,
|
|
1646
|
+
newWebsceneSlideLegendInfo: () => newWebsceneSlideLegendInfo,
|
|
1544
1647
|
newWebsceneSunLighting: () => newWebsceneSunLighting,
|
|
1545
1648
|
newWebsceneVirtualLighting: () => newWebsceneVirtualLighting,
|
|
1546
1649
|
newWidgetsAreaMeasurement2D: () => newWidgetsAreaMeasurement2D,
|
|
@@ -1610,6 +1713,8 @@ __export(src_exports, {
|
|
|
1610
1713
|
newWidgetsFeatureFormFieldInput: () => newWidgetsFeatureFormFieldInput,
|
|
1611
1714
|
newWidgetsFeatureFormGroupInput: () => newWidgetsFeatureFormGroupInput,
|
|
1612
1715
|
newWidgetsFeatureFormRelationshipInput: () => newWidgetsFeatureFormRelationshipInput,
|
|
1716
|
+
newWidgetsFeatureFormTextElementInput: () => newWidgetsFeatureFormTextElementInput,
|
|
1717
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput: () => newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
1613
1718
|
newWidgetsFeatureTable: () => newWidgetsFeatureTable,
|
|
1614
1719
|
newWidgetsFeatureTableActionColumn: () => newWidgetsFeatureTableActionColumn,
|
|
1615
1720
|
newWidgetsFeatureTableAttachmentsColumn: () => newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -1621,10 +1726,12 @@ __export(src_exports, {
|
|
|
1621
1726
|
newWidgetsFeatureTableGridSupportButtonMenuItem: () => newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
1622
1727
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel: () => newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
1623
1728
|
newWidgetsFeatureTableRelationshipColumn: () => newWidgetsFeatureTableRelationshipColumn,
|
|
1729
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate: () => newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
1624
1730
|
newWidgetsFeatureTableSupportColumnTemplate: () => newWidgetsFeatureTableSupportColumnTemplate,
|
|
1625
1731
|
newWidgetsFeatureTableSupportColumnTemplateBase: () => newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
1626
1732
|
newWidgetsFeatureTableSupportFieldColumnTemplate: () => newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
1627
1733
|
newWidgetsFeatureTableSupportGroupColumnTemplate: () => newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
1734
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate: () => newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
1628
1735
|
newWidgetsFeatureTableSupportTableTemplate: () => newWidgetsFeatureTableSupportTableTemplate,
|
|
1629
1736
|
newWidgetsFeatureTemplates: () => newWidgetsFeatureTemplates,
|
|
1630
1737
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel: () => newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -1652,6 +1759,7 @@ __export(src_exports, {
|
|
|
1652
1759
|
newWidgetsLineOfSight: () => newWidgetsLineOfSight,
|
|
1653
1760
|
newWidgetsLineOfSightLineOfSightTarget: () => newWidgetsLineOfSightLineOfSightTarget,
|
|
1654
1761
|
newWidgetsLineOfSightLineOfSightViewModel: () => newWidgetsLineOfSightLineOfSightViewModel,
|
|
1762
|
+
newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel: () => newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
1655
1763
|
newWidgetsLocate: () => newWidgetsLocate,
|
|
1656
1764
|
newWidgetsLocateLocateViewModel: () => newWidgetsLocateLocateViewModel,
|
|
1657
1765
|
newWidgetsMeasurement: () => newWidgetsMeasurement,
|
|
@@ -1722,6 +1830,7 @@ __export(src_exports, {
|
|
|
1722
1830
|
newWidgetsUtilityNetworkAssociations: () => newWidgetsUtilityNetworkAssociations,
|
|
1723
1831
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
1724
1832
|
newWidgetsUtilityNetworkTrace: () => newWidgetsUtilityNetworkTrace,
|
|
1833
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel: () => newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
1725
1834
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel: () => newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
1726
1835
|
newWidgetsUtilityNetworkValidateTopology: () => newWidgetsUtilityNetworkValidateTopology,
|
|
1727
1836
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel: () => newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -2055,6 +2164,17 @@ async function newFormElementsTextElement(properties) {
|
|
|
2055
2164
|
const ModConstructor = await importFormElementsTextElement();
|
|
2056
2165
|
return new ModConstructor(properties);
|
|
2057
2166
|
}
|
|
2167
|
+
async function importFormElementsUtilityNetworkAssociationsElement() {
|
|
2168
|
+
if (isAMD) {
|
|
2169
|
+
return await window.$arcgis.import("esri/form/elements/UtilityNetworkAssociationsElement");
|
|
2170
|
+
}
|
|
2171
|
+
const module2 = await import("@arcgis/core/form/elements/UtilityNetworkAssociationsElement.js");
|
|
2172
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2173
|
+
}
|
|
2174
|
+
async function newFormElementsUtilityNetworkAssociationsElement(properties) {
|
|
2175
|
+
const ModConstructor = await importFormElementsUtilityNetworkAssociationsElement();
|
|
2176
|
+
return new ModConstructor(properties);
|
|
2177
|
+
}
|
|
2058
2178
|
async function importFormElementsInputsBarcodeScannerInput() {
|
|
2059
2179
|
if (isAMD) {
|
|
2060
2180
|
return await window.$arcgis.import("esri/form/elements/inputs/BarcodeScannerInput");
|
|
@@ -2363,6 +2483,28 @@ async function newGeometrySpatialReference(properties) {
|
|
|
2363
2483
|
const ModConstructor = await importGeometrySpatialReference();
|
|
2364
2484
|
return new ModConstructor(properties);
|
|
2365
2485
|
}
|
|
2486
|
+
async function importGeometryOperatorsSupportGeographicTransformation() {
|
|
2487
|
+
if (isAMD) {
|
|
2488
|
+
return await window.$arcgis.import("esri/geometry/operators/support/GeographicTransformation");
|
|
2489
|
+
}
|
|
2490
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/GeographicTransformation.js");
|
|
2491
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2492
|
+
}
|
|
2493
|
+
async function newGeometryOperatorsSupportGeographicTransformation(properties) {
|
|
2494
|
+
const ModConstructor = await importGeometryOperatorsSupportGeographicTransformation();
|
|
2495
|
+
return new ModConstructor(properties);
|
|
2496
|
+
}
|
|
2497
|
+
async function importGeometryOperatorsSupportGeographicTransformationStep() {
|
|
2498
|
+
if (isAMD) {
|
|
2499
|
+
return await window.$arcgis.import("esri/geometry/operators/support/GeographicTransformationStep");
|
|
2500
|
+
}
|
|
2501
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/GeographicTransformationStep.js");
|
|
2502
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2503
|
+
}
|
|
2504
|
+
async function newGeometryOperatorsSupportGeographicTransformationStep(properties) {
|
|
2505
|
+
const ModConstructor = await importGeometryOperatorsSupportGeographicTransformationStep();
|
|
2506
|
+
return new ModConstructor(properties);
|
|
2507
|
+
}
|
|
2366
2508
|
async function importGeometryOperatorsSupportTransformation() {
|
|
2367
2509
|
if (isAMD) {
|
|
2368
2510
|
return await window.$arcgis.import("esri/geometry/operators/support/Transformation");
|
|
@@ -2484,6 +2626,17 @@ async function newGeometrySupportMeshTransform(properties) {
|
|
|
2484
2626
|
const ModConstructor = await importGeometrySupportMeshTransform();
|
|
2485
2627
|
return new ModConstructor(properties);
|
|
2486
2628
|
}
|
|
2629
|
+
async function importAttributeBinsGraphic() {
|
|
2630
|
+
if (isAMD) {
|
|
2631
|
+
return await window.$arcgis.import("esri/AttributeBinsGraphic");
|
|
2632
|
+
}
|
|
2633
|
+
const module2 = await import("@arcgis/core/AttributeBinsGraphic.js");
|
|
2634
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2635
|
+
}
|
|
2636
|
+
async function newAttributeBinsGraphic(properties) {
|
|
2637
|
+
const ModConstructor = await importAttributeBinsGraphic();
|
|
2638
|
+
return new ModConstructor(properties);
|
|
2639
|
+
}
|
|
2487
2640
|
async function importGraphic() {
|
|
2488
2641
|
if (isAMD) {
|
|
2489
2642
|
return await window.$arcgis.import("esri/Graphic");
|
|
@@ -2847,6 +3000,17 @@ async function newLayersLineOfSightLayer(properties) {
|
|
|
2847
3000
|
const ModConstructor = await importLayersLineOfSightLayer();
|
|
2848
3001
|
return new ModConstructor(properties);
|
|
2849
3002
|
}
|
|
3003
|
+
async function importLayersLinkChartLayer() {
|
|
3004
|
+
if (isAMD) {
|
|
3005
|
+
return await window.$arcgis.import("esri/layers/LinkChartLayer");
|
|
3006
|
+
}
|
|
3007
|
+
const module2 = await import("@arcgis/core/layers/LinkChartLayer.js");
|
|
3008
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3009
|
+
}
|
|
3010
|
+
async function newLayersLinkChartLayer(properties) {
|
|
3011
|
+
const ModConstructor = await importLayersLinkChartLayer();
|
|
3012
|
+
return new ModConstructor(properties);
|
|
3013
|
+
}
|
|
2850
3014
|
async function importLayersMapImageLayer() {
|
|
2851
3015
|
if (isAMD) {
|
|
2852
3016
|
return await window.$arcgis.import("esri/layers/MapImageLayer");
|
|
@@ -3089,6 +3253,28 @@ async function newLayersSupportDimensionalDefinition(properties) {
|
|
|
3089
3253
|
const ModConstructor = await importLayersSupportDimensionalDefinition();
|
|
3090
3254
|
return new ModConstructor(properties);
|
|
3091
3255
|
}
|
|
3256
|
+
async function importLayersSupportDisplayFilter() {
|
|
3257
|
+
if (isAMD) {
|
|
3258
|
+
return await window.$arcgis.import("esri/layers/support/DisplayFilter");
|
|
3259
|
+
}
|
|
3260
|
+
const module2 = await import("@arcgis/core/layers/support/DisplayFilter.js");
|
|
3261
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3262
|
+
}
|
|
3263
|
+
async function newLayersSupportDisplayFilter(properties) {
|
|
3264
|
+
const ModConstructor = await importLayersSupportDisplayFilter();
|
|
3265
|
+
return new ModConstructor(properties);
|
|
3266
|
+
}
|
|
3267
|
+
async function importLayersSupportDisplayFilterInfo() {
|
|
3268
|
+
if (isAMD) {
|
|
3269
|
+
return await window.$arcgis.import("esri/layers/support/DisplayFilterInfo");
|
|
3270
|
+
}
|
|
3271
|
+
const module2 = await import("@arcgis/core/layers/support/DisplayFilterInfo.js");
|
|
3272
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3273
|
+
}
|
|
3274
|
+
async function newLayersSupportDisplayFilterInfo(properties) {
|
|
3275
|
+
const ModConstructor = await importLayersSupportDisplayFilterInfo();
|
|
3276
|
+
return new ModConstructor(properties);
|
|
3277
|
+
}
|
|
3092
3278
|
async function importLayersSupportDomain() {
|
|
3093
3279
|
if (isAMD) {
|
|
3094
3280
|
return await window.$arcgis.import("esri/layers/support/Domain");
|
|
@@ -3375,6 +3561,17 @@ async function newLayersSupportMultidimensionalSubset(properties) {
|
|
|
3375
3561
|
const ModConstructor = await importLayersSupportMultidimensionalSubset();
|
|
3376
3562
|
return new ModConstructor(properties);
|
|
3377
3563
|
}
|
|
3564
|
+
async function importLayersSupportOrderByInfo() {
|
|
3565
|
+
if (isAMD) {
|
|
3566
|
+
return await window.$arcgis.import("esri/layers/support/OrderByInfo");
|
|
3567
|
+
}
|
|
3568
|
+
const module2 = await import("@arcgis/core/layers/support/OrderByInfo.js");
|
|
3569
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3570
|
+
}
|
|
3571
|
+
async function newLayersSupportOrderByInfo(properties) {
|
|
3572
|
+
const ModConstructor = await importLayersSupportOrderByInfo();
|
|
3573
|
+
return new ModConstructor(properties);
|
|
3574
|
+
}
|
|
3378
3575
|
async function importLayersSupportPixelBlock() {
|
|
3379
3576
|
if (isAMD) {
|
|
3380
3577
|
return await window.$arcgis.import("esri/layers/support/PixelBlock");
|
|
@@ -3859,6 +4056,61 @@ async function newLayersWMTSLayer(properties) {
|
|
|
3859
4056
|
const ModConstructor = await importLayersWMTSLayer();
|
|
3860
4057
|
return new ModConstructor(properties);
|
|
3861
4058
|
}
|
|
4059
|
+
async function importLinkChartChronologicalLayoutSettings() {
|
|
4060
|
+
if (isAMD) {
|
|
4061
|
+
return await window.$arcgis.import("esri/linkChart/ChronologicalLayoutSettings");
|
|
4062
|
+
}
|
|
4063
|
+
const module2 = await import("@arcgis/core/linkChart/ChronologicalLayoutSettings.js");
|
|
4064
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4065
|
+
}
|
|
4066
|
+
async function newLinkChartChronologicalLayoutSettings(properties) {
|
|
4067
|
+
const ModConstructor = await importLinkChartChronologicalLayoutSettings();
|
|
4068
|
+
return new ModConstructor(properties);
|
|
4069
|
+
}
|
|
4070
|
+
async function importLinkChartLayoutSettings() {
|
|
4071
|
+
if (isAMD) {
|
|
4072
|
+
return await window.$arcgis.import("esri/linkChart/LayoutSettings");
|
|
4073
|
+
}
|
|
4074
|
+
const module2 = await import("@arcgis/core/linkChart/LayoutSettings.js");
|
|
4075
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4076
|
+
}
|
|
4077
|
+
async function newLinkChartLayoutSettings(properties) {
|
|
4078
|
+
const ModConstructor = await importLinkChartLayoutSettings();
|
|
4079
|
+
return new ModConstructor(properties);
|
|
4080
|
+
}
|
|
4081
|
+
async function importLinkChartLinkChartProperties() {
|
|
4082
|
+
if (isAMD) {
|
|
4083
|
+
return await window.$arcgis.import("esri/linkChart/LinkChartProperties");
|
|
4084
|
+
}
|
|
4085
|
+
const module2 = await import("@arcgis/core/linkChart/LinkChartProperties.js");
|
|
4086
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4087
|
+
}
|
|
4088
|
+
async function newLinkChartLinkChartProperties(properties) {
|
|
4089
|
+
const ModConstructor = await importLinkChartLinkChartProperties();
|
|
4090
|
+
return new ModConstructor(properties);
|
|
4091
|
+
}
|
|
4092
|
+
async function importLinkChartNonspatialDataDisplay() {
|
|
4093
|
+
if (isAMD) {
|
|
4094
|
+
return await window.$arcgis.import("esri/linkChart/NonspatialDataDisplay");
|
|
4095
|
+
}
|
|
4096
|
+
const module2 = await import("@arcgis/core/linkChart/NonspatialDataDisplay.js");
|
|
4097
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4098
|
+
}
|
|
4099
|
+
async function newLinkChartNonspatialDataDisplay(properties) {
|
|
4100
|
+
const ModConstructor = await importLinkChartNonspatialDataDisplay();
|
|
4101
|
+
return new ModConstructor(properties);
|
|
4102
|
+
}
|
|
4103
|
+
async function importLinkChartOrganicLayoutSettings() {
|
|
4104
|
+
if (isAMD) {
|
|
4105
|
+
return await window.$arcgis.import("esri/linkChart/OrganicLayoutSettings");
|
|
4106
|
+
}
|
|
4107
|
+
const module2 = await import("@arcgis/core/linkChart/OrganicLayoutSettings.js");
|
|
4108
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4109
|
+
}
|
|
4110
|
+
async function newLinkChartOrganicLayoutSettings(properties) {
|
|
4111
|
+
const ModConstructor = await importLinkChartOrganicLayoutSettings();
|
|
4112
|
+
return new ModConstructor(properties);
|
|
4113
|
+
}
|
|
3862
4114
|
async function importMap() {
|
|
3863
4115
|
if (isAMD) {
|
|
3864
4116
|
return await window.$arcgis.import("esri/Map");
|
|
@@ -4244,6 +4496,17 @@ async function newPopupSupportRelatedRecordsInfoFieldOrder(properties) {
|
|
|
4244
4496
|
const ModConstructor = await importPopupSupportRelatedRecordsInfoFieldOrder();
|
|
4245
4497
|
return new ModConstructor(properties);
|
|
4246
4498
|
}
|
|
4499
|
+
async function importPopupSupportUtilityNetworkAssociationType() {
|
|
4500
|
+
if (isAMD) {
|
|
4501
|
+
return await window.$arcgis.import("esri/popup/support/UtilityNetworkAssociationType");
|
|
4502
|
+
}
|
|
4503
|
+
const module2 = await import("@arcgis/core/popup/support/UtilityNetworkAssociationType.js");
|
|
4504
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4505
|
+
}
|
|
4506
|
+
async function newPopupSupportUtilityNetworkAssociationType(properties) {
|
|
4507
|
+
const ModConstructor = await importPopupSupportUtilityNetworkAssociationType();
|
|
4508
|
+
return new ModConstructor(properties);
|
|
4509
|
+
}
|
|
4247
4510
|
async function importPopupTemplate() {
|
|
4248
4511
|
if (isAMD) {
|
|
4249
4512
|
return await window.$arcgis.import("esri/PopupTemplate");
|
|
@@ -4915,6 +5178,17 @@ async function newRestKnowledgeGraphGraphQueryResult(properties) {
|
|
|
4915
5178
|
const ModConstructor = await importRestKnowledgeGraphGraphQueryResult();
|
|
4916
5179
|
return new ModConstructor(properties);
|
|
4917
5180
|
}
|
|
5181
|
+
async function importRestKnowledgeGraphGraphQueryResultHeader() {
|
|
5182
|
+
if (isAMD) {
|
|
5183
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryResultHeader");
|
|
5184
|
+
}
|
|
5185
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphQueryResultHeader.js");
|
|
5186
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5187
|
+
}
|
|
5188
|
+
async function newRestKnowledgeGraphGraphQueryResultHeader(properties) {
|
|
5189
|
+
const ModConstructor = await importRestKnowledgeGraphGraphQueryResultHeader();
|
|
5190
|
+
return new ModConstructor(properties);
|
|
5191
|
+
}
|
|
4918
5192
|
async function importRestKnowledgeGraphGraphQueryStreaming() {
|
|
4919
5193
|
if (isAMD) {
|
|
4920
5194
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryStreaming");
|
|
@@ -5047,6 +5321,72 @@ async function newRestKnowledgeGraphServiceDefinition(properties) {
|
|
|
5047
5321
|
const ModConstructor = await importRestKnowledgeGraphServiceDefinition();
|
|
5048
5322
|
return new ModConstructor(properties);
|
|
5049
5323
|
}
|
|
5324
|
+
async function importRestKnowledgeGraphSourceTypeValueBehavior() {
|
|
5325
|
+
if (isAMD) {
|
|
5326
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/SourceTypeValueBehavior");
|
|
5327
|
+
}
|
|
5328
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/SourceTypeValueBehavior.js");
|
|
5329
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5330
|
+
}
|
|
5331
|
+
async function newRestKnowledgeGraphSourceTypeValueBehavior(properties) {
|
|
5332
|
+
const ModConstructor = await importRestKnowledgeGraphSourceTypeValueBehavior();
|
|
5333
|
+
return new ModConstructor(properties);
|
|
5334
|
+
}
|
|
5335
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration() {
|
|
5336
|
+
if (isAMD) {
|
|
5337
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsConfiguration");
|
|
5338
|
+
}
|
|
5339
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsConfiguration.js");
|
|
5340
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5341
|
+
}
|
|
5342
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration(properties) {
|
|
5343
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration();
|
|
5344
|
+
return new ModConstructor(properties);
|
|
5345
|
+
}
|
|
5346
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity() {
|
|
5347
|
+
if (isAMD) {
|
|
5348
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsEntity");
|
|
5349
|
+
}
|
|
5350
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsEntity.js");
|
|
5351
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5352
|
+
}
|
|
5353
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity(properties) {
|
|
5354
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity();
|
|
5355
|
+
return new ModConstructor(properties);
|
|
5356
|
+
}
|
|
5357
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter() {
|
|
5358
|
+
if (isAMD) {
|
|
5359
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsPathFilter");
|
|
5360
|
+
}
|
|
5361
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsPathFilter.js");
|
|
5362
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5363
|
+
}
|
|
5364
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter(properties) {
|
|
5365
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter();
|
|
5366
|
+
return new ModConstructor(properties);
|
|
5367
|
+
}
|
|
5368
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection() {
|
|
5369
|
+
if (isAMD) {
|
|
5370
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMKGTraversalDirection");
|
|
5371
|
+
}
|
|
5372
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMKGTraversalDirection.js");
|
|
5373
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5374
|
+
}
|
|
5375
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection(properties) {
|
|
5376
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection();
|
|
5377
|
+
return new ModConstructor(properties);
|
|
5378
|
+
}
|
|
5379
|
+
async function importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings() {
|
|
5380
|
+
if (isAMD) {
|
|
5381
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/FindPathsToolSettings");
|
|
5382
|
+
}
|
|
5383
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/FindPathsToolSettings.js");
|
|
5384
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5385
|
+
}
|
|
5386
|
+
async function newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings(properties) {
|
|
5387
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings();
|
|
5388
|
+
return new ModConstructor(properties);
|
|
5389
|
+
}
|
|
5050
5390
|
async function importRestNetworksSupportAggregatedGeometry() {
|
|
5051
5391
|
if (isAMD) {
|
|
5052
5392
|
return await window.$arcgis.import("esri/rest/networks/support/AggregatedGeometry");
|
|
@@ -5201,6 +5541,94 @@ async function newRestSupportAddressCandidate(properties) {
|
|
|
5201
5541
|
const ModConstructor = await importRestSupportAddressCandidate();
|
|
5202
5542
|
return new ModConstructor(properties);
|
|
5203
5543
|
}
|
|
5544
|
+
async function importRestSupportAttributeBinsFeatureSet() {
|
|
5545
|
+
if (isAMD) {
|
|
5546
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsFeatureSet");
|
|
5547
|
+
}
|
|
5548
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsFeatureSet.js");
|
|
5549
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5550
|
+
}
|
|
5551
|
+
async function newRestSupportAttributeBinsFeatureSet(properties) {
|
|
5552
|
+
const ModConstructor = await importRestSupportAttributeBinsFeatureSet();
|
|
5553
|
+
return new ModConstructor(properties);
|
|
5554
|
+
}
|
|
5555
|
+
async function importRestSupportAttributeBinsQuery() {
|
|
5556
|
+
if (isAMD) {
|
|
5557
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsQuery");
|
|
5558
|
+
}
|
|
5559
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsQuery.js");
|
|
5560
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5561
|
+
}
|
|
5562
|
+
async function newRestSupportAttributeBinsQuery(properties) {
|
|
5563
|
+
const ModConstructor = await importRestSupportAttributeBinsQuery();
|
|
5564
|
+
return new ModConstructor(properties);
|
|
5565
|
+
}
|
|
5566
|
+
async function importRestSupportAttributeBinsGrouping() {
|
|
5567
|
+
if (isAMD) {
|
|
5568
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsGrouping");
|
|
5569
|
+
}
|
|
5570
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsGrouping.js");
|
|
5571
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5572
|
+
}
|
|
5573
|
+
async function newRestSupportAttributeBinsGrouping(properties) {
|
|
5574
|
+
const ModConstructor = await importRestSupportAttributeBinsGrouping();
|
|
5575
|
+
return new ModConstructor(properties);
|
|
5576
|
+
}
|
|
5577
|
+
async function importRestSupportAutoIntervalBinParameters() {
|
|
5578
|
+
if (isAMD) {
|
|
5579
|
+
return await window.$arcgis.import("esri/rest/support/AutoIntervalBinParameters");
|
|
5580
|
+
}
|
|
5581
|
+
const module2 = await import("@arcgis/core/rest/support/AutoIntervalBinParameters.js");
|
|
5582
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5583
|
+
}
|
|
5584
|
+
async function newRestSupportAutoIntervalBinParameters(properties) {
|
|
5585
|
+
const ModConstructor = await importRestSupportAutoIntervalBinParameters();
|
|
5586
|
+
return new ModConstructor(properties);
|
|
5587
|
+
}
|
|
5588
|
+
async function importRestSupportFixedBoundariesBinParameters() {
|
|
5589
|
+
if (isAMD) {
|
|
5590
|
+
return await window.$arcgis.import("esri/rest/support/FixedBoundariesBinParameters");
|
|
5591
|
+
}
|
|
5592
|
+
const module2 = await import("@arcgis/core/rest/support/FixedBoundariesBinParameters.js");
|
|
5593
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5594
|
+
}
|
|
5595
|
+
async function newRestSupportFixedBoundariesBinParameters(properties) {
|
|
5596
|
+
const ModConstructor = await importRestSupportFixedBoundariesBinParameters();
|
|
5597
|
+
return new ModConstructor(properties);
|
|
5598
|
+
}
|
|
5599
|
+
async function importRestSupportFixedIntervalBinParameters() {
|
|
5600
|
+
if (isAMD) {
|
|
5601
|
+
return await window.$arcgis.import("esri/rest/support/FixedIntervalBinParameters");
|
|
5602
|
+
}
|
|
5603
|
+
const module2 = await import("@arcgis/core/rest/support/FixedIntervalBinParameters.js");
|
|
5604
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5605
|
+
}
|
|
5606
|
+
async function newRestSupportFixedIntervalBinParameters(properties) {
|
|
5607
|
+
const ModConstructor = await importRestSupportFixedIntervalBinParameters();
|
|
5608
|
+
return new ModConstructor(properties);
|
|
5609
|
+
}
|
|
5610
|
+
async function importRestSupportDateBinParameters() {
|
|
5611
|
+
if (isAMD) {
|
|
5612
|
+
return await window.$arcgis.import("esri/rest/support/DateBinParameters");
|
|
5613
|
+
}
|
|
5614
|
+
const module2 = await import("@arcgis/core/rest/support/DateBinParameters.js");
|
|
5615
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5616
|
+
}
|
|
5617
|
+
async function newRestSupportDateBinParameters(properties) {
|
|
5618
|
+
const ModConstructor = await importRestSupportDateBinParameters();
|
|
5619
|
+
return new ModConstructor(properties);
|
|
5620
|
+
}
|
|
5621
|
+
async function importRestSupportDateBinTimeInterval() {
|
|
5622
|
+
if (isAMD) {
|
|
5623
|
+
return await window.$arcgis.import("esri/rest/support/DateBinTimeInterval");
|
|
5624
|
+
}
|
|
5625
|
+
const module2 = await import("@arcgis/core/rest/support/DateBinTimeInterval.js");
|
|
5626
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5627
|
+
}
|
|
5628
|
+
async function newRestSupportDateBinTimeInterval(properties) {
|
|
5629
|
+
const ModConstructor = await importRestSupportDateBinTimeInterval();
|
|
5630
|
+
return new ModConstructor(properties);
|
|
5631
|
+
}
|
|
5204
5632
|
async function importRestSupportAlgorithmicColorRamp() {
|
|
5205
5633
|
if (isAMD) {
|
|
5206
5634
|
return await window.$arcgis.import("esri/rest/support/AlgorithmicColorRamp");
|
|
@@ -5245,6 +5673,28 @@ async function newRestSupportAttachmentQuery(properties) {
|
|
|
5245
5673
|
const ModConstructor = await importRestSupportAttachmentQuery();
|
|
5246
5674
|
return new ModConstructor(properties);
|
|
5247
5675
|
}
|
|
5676
|
+
async function importRestSupportBaseImageMeasureParameters() {
|
|
5677
|
+
if (isAMD) {
|
|
5678
|
+
return await window.$arcgis.import("esri/rest/support/BaseImageMeasureParameters");
|
|
5679
|
+
}
|
|
5680
|
+
const module2 = await import("@arcgis/core/rest/support/BaseImageMeasureParameters.js");
|
|
5681
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5682
|
+
}
|
|
5683
|
+
async function newRestSupportBaseImageMeasureParameters(properties) {
|
|
5684
|
+
const ModConstructor = await importRestSupportBaseImageMeasureParameters();
|
|
5685
|
+
return new ModConstructor(properties);
|
|
5686
|
+
}
|
|
5687
|
+
async function importRestSupportBaseImageMeasureResult() {
|
|
5688
|
+
if (isAMD) {
|
|
5689
|
+
return await window.$arcgis.import("esri/rest/support/BaseImageMeasureResult");
|
|
5690
|
+
}
|
|
5691
|
+
const module2 = await import("@arcgis/core/rest/support/BaseImageMeasureResult.js");
|
|
5692
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5693
|
+
}
|
|
5694
|
+
async function newRestSupportBaseImageMeasureResult(properties) {
|
|
5695
|
+
const ModConstructor = await importRestSupportBaseImageMeasureResult();
|
|
5696
|
+
return new ModConstructor(properties);
|
|
5697
|
+
}
|
|
5248
5698
|
async function importRestSupportBufferParameters() {
|
|
5249
5699
|
if (isAMD) {
|
|
5250
5700
|
return await window.$arcgis.import("esri/rest/support/BufferParameters");
|
|
@@ -5828,6 +6278,39 @@ async function newRestSupportImageUrlResult(properties) {
|
|
|
5828
6278
|
const ModConstructor = await importRestSupportImageUrlResult();
|
|
5829
6279
|
return new ModConstructor(properties);
|
|
5830
6280
|
}
|
|
6281
|
+
async function importRestSupportImageVolume() {
|
|
6282
|
+
if (isAMD) {
|
|
6283
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolume");
|
|
6284
|
+
}
|
|
6285
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolume.js");
|
|
6286
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6287
|
+
}
|
|
6288
|
+
async function newRestSupportImageVolume(properties) {
|
|
6289
|
+
const ModConstructor = await importRestSupportImageVolume();
|
|
6290
|
+
return new ModConstructor(properties);
|
|
6291
|
+
}
|
|
6292
|
+
async function importRestSupportImageVolumeParameters() {
|
|
6293
|
+
if (isAMD) {
|
|
6294
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolumeParameters");
|
|
6295
|
+
}
|
|
6296
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolumeParameters.js");
|
|
6297
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6298
|
+
}
|
|
6299
|
+
async function newRestSupportImageVolumeParameters(properties) {
|
|
6300
|
+
const ModConstructor = await importRestSupportImageVolumeParameters();
|
|
6301
|
+
return new ModConstructor(properties);
|
|
6302
|
+
}
|
|
6303
|
+
async function importRestSupportImageVolumeResult() {
|
|
6304
|
+
if (isAMD) {
|
|
6305
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolumeResult");
|
|
6306
|
+
}
|
|
6307
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolumeResult.js");
|
|
6308
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6309
|
+
}
|
|
6310
|
+
async function newRestSupportImageVolumeResult(properties) {
|
|
6311
|
+
const ModConstructor = await importRestSupportImageVolumeResult();
|
|
6312
|
+
return new ModConstructor(properties);
|
|
6313
|
+
}
|
|
5831
6314
|
async function importRestSupportJobInfo() {
|
|
5832
6315
|
if (isAMD) {
|
|
5833
6316
|
return await window.$arcgis.import("esri/rest/support/JobInfo");
|
|
@@ -7456,6 +7939,17 @@ async function newViewsLayersViewshedLayerView(properties) {
|
|
|
7456
7939
|
const ModConstructor = await importViewsLayersViewshedLayerView();
|
|
7457
7940
|
return new ModConstructor(properties);
|
|
7458
7941
|
}
|
|
7942
|
+
async function importViewsLinkChartView() {
|
|
7943
|
+
if (isAMD) {
|
|
7944
|
+
return await window.$arcgis.import("esri/views/LinkChartView");
|
|
7945
|
+
}
|
|
7946
|
+
const module2 = await import("@arcgis/core/views/LinkChartView.js");
|
|
7947
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7948
|
+
}
|
|
7949
|
+
async function newViewsLinkChartView(properties) {
|
|
7950
|
+
const ModConstructor = await importViewsLinkChartView();
|
|
7951
|
+
return new ModConstructor(properties);
|
|
7952
|
+
}
|
|
7459
7953
|
async function importViewsMagnifier() {
|
|
7460
7954
|
if (isAMD) {
|
|
7461
7955
|
return await window.$arcgis.import("esri/views/Magnifier");
|
|
@@ -7500,6 +7994,17 @@ async function newViewsNavigationNavigation(properties) {
|
|
|
7500
7994
|
const ModConstructor = await importViewsNavigationNavigation();
|
|
7501
7995
|
return new ModConstructor(properties);
|
|
7502
7996
|
}
|
|
7997
|
+
async function importViewsNavigationNavigationActionMap() {
|
|
7998
|
+
if (isAMD) {
|
|
7999
|
+
return await window.$arcgis.import("esri/views/navigation/NavigationActionMap");
|
|
8000
|
+
}
|
|
8001
|
+
const module2 = await import("@arcgis/core/views/navigation/NavigationActionMap.js");
|
|
8002
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8003
|
+
}
|
|
8004
|
+
async function newViewsNavigationNavigationActionMap(properties) {
|
|
8005
|
+
const ModConstructor = await importViewsNavigationNavigationActionMap();
|
|
8006
|
+
return new ModConstructor(properties);
|
|
8007
|
+
}
|
|
7503
8008
|
async function importViewsSceneView() {
|
|
7504
8009
|
if (isAMD) {
|
|
7505
8010
|
return await window.$arcgis.import("esri/views/SceneView");
|
|
@@ -7511,6 +8016,17 @@ async function newViewsSceneView(properties) {
|
|
|
7511
8016
|
const ModConstructor = await importViewsSceneView();
|
|
7512
8017
|
return new ModConstructor(properties);
|
|
7513
8018
|
}
|
|
8019
|
+
async function importViewsSupportHighlightOptions() {
|
|
8020
|
+
if (isAMD) {
|
|
8021
|
+
return await window.$arcgis.import("esri/views/support/HighlightOptions");
|
|
8022
|
+
}
|
|
8023
|
+
const module2 = await import("@arcgis/core/views/support/HighlightOptions.js");
|
|
8024
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8025
|
+
}
|
|
8026
|
+
async function newViewsSupportHighlightOptions(properties) {
|
|
8027
|
+
const ModConstructor = await importViewsSupportHighlightOptions();
|
|
8028
|
+
return new ModConstructor(properties);
|
|
8029
|
+
}
|
|
7514
8030
|
async function importViewsUiDefaultUI() {
|
|
7515
8031
|
if (isAMD) {
|
|
7516
8032
|
return await window.$arcgis.import("esri/views/ui/DefaultUI");
|
|
@@ -7786,6 +8302,17 @@ async function newWebDocument2D(properties) {
|
|
|
7786
8302
|
const ModConstructor = await importWebDocument2D();
|
|
7787
8303
|
return new ModConstructor(properties);
|
|
7788
8304
|
}
|
|
8305
|
+
async function importWebLinkChart() {
|
|
8306
|
+
if (isAMD) {
|
|
8307
|
+
return await window.$arcgis.import("esri/WebLinkChart");
|
|
8308
|
+
}
|
|
8309
|
+
const module2 = await import("@arcgis/core/WebLinkChart.js");
|
|
8310
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8311
|
+
}
|
|
8312
|
+
async function newWebLinkChart(properties) {
|
|
8313
|
+
const ModConstructor = await importWebLinkChart();
|
|
8314
|
+
return new ModConstructor(properties);
|
|
8315
|
+
}
|
|
7789
8316
|
async function importWebMap() {
|
|
7790
8317
|
if (isAMD) {
|
|
7791
8318
|
return await window.$arcgis.import("esri/WebMap");
|
|
@@ -7929,6 +8456,17 @@ async function newWebsceneSlide(properties) {
|
|
|
7929
8456
|
const ModConstructor = await importWebsceneSlide();
|
|
7930
8457
|
return new ModConstructor(properties);
|
|
7931
8458
|
}
|
|
8459
|
+
async function importWebsceneSlideLegendInfo() {
|
|
8460
|
+
if (isAMD) {
|
|
8461
|
+
return await window.$arcgis.import("esri/webscene/SlideLegendInfo");
|
|
8462
|
+
}
|
|
8463
|
+
const module2 = await import("@arcgis/core/webscene/SlideLegendInfo.js");
|
|
8464
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8465
|
+
}
|
|
8466
|
+
async function newWebsceneSlideLegendInfo(properties) {
|
|
8467
|
+
const ModConstructor = await importWebsceneSlideLegendInfo();
|
|
8468
|
+
return new ModConstructor(properties);
|
|
8469
|
+
}
|
|
7932
8470
|
async function importWebsceneSunLighting() {
|
|
7933
8471
|
if (isAMD) {
|
|
7934
8472
|
return await window.$arcgis.import("esri/webscene/SunLighting");
|
|
@@ -8688,6 +9226,28 @@ async function newWidgetsFeatureFormRelationshipInput(properties) {
|
|
|
8688
9226
|
const ModConstructor = await importWidgetsFeatureFormRelationshipInput();
|
|
8689
9227
|
return new ModConstructor(properties);
|
|
8690
9228
|
}
|
|
9229
|
+
async function importWidgetsFeatureFormTextElementInput() {
|
|
9230
|
+
if (isAMD) {
|
|
9231
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/TextElementInput");
|
|
9232
|
+
}
|
|
9233
|
+
const module2 = await import("@arcgis/core/widgets/FeatureForm/TextElementInput.js");
|
|
9234
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9235
|
+
}
|
|
9236
|
+
async function newWidgetsFeatureFormTextElementInput(properties) {
|
|
9237
|
+
const ModConstructor = await importWidgetsFeatureFormTextElementInput();
|
|
9238
|
+
return new ModConstructor(properties);
|
|
9239
|
+
}
|
|
9240
|
+
async function importWidgetsFeatureFormUtilityNetworkAssociationInput() {
|
|
9241
|
+
if (isAMD) {
|
|
9242
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/UtilityNetworkAssociationInput");
|
|
9243
|
+
}
|
|
9244
|
+
const module2 = await import("@arcgis/core/widgets/FeatureForm/UtilityNetworkAssociationInput.js");
|
|
9245
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9246
|
+
}
|
|
9247
|
+
async function newWidgetsFeatureFormUtilityNetworkAssociationInput(properties) {
|
|
9248
|
+
const ModConstructor = await importWidgetsFeatureFormUtilityNetworkAssociationInput();
|
|
9249
|
+
return new ModConstructor(properties);
|
|
9250
|
+
}
|
|
8691
9251
|
async function importWidgetsFeatures() {
|
|
8692
9252
|
if (isAMD) {
|
|
8693
9253
|
return await window.$arcgis.import("esri/widgets/Features");
|
|
@@ -8864,6 +9424,28 @@ async function newWidgetsFeatureTableSupportFieldColumnTemplate(properties) {
|
|
|
8864
9424
|
const ModConstructor = await importWidgetsFeatureTableSupportFieldColumnTemplate();
|
|
8865
9425
|
return new ModConstructor(properties);
|
|
8866
9426
|
}
|
|
9427
|
+
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
9428
|
+
if (isAMD) {
|
|
9429
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
9430
|
+
}
|
|
9431
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsColumnTemplate.js");
|
|
9432
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9433
|
+
}
|
|
9434
|
+
async function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties) {
|
|
9435
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsColumnTemplate();
|
|
9436
|
+
return new ModConstructor(properties);
|
|
9437
|
+
}
|
|
9438
|
+
async function importWidgetsFeatureTableSupportRelationshipColumnTemplate() {
|
|
9439
|
+
if (isAMD) {
|
|
9440
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/RelationshipColumnTemplate");
|
|
9441
|
+
}
|
|
9442
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/RelationshipColumnTemplate.js");
|
|
9443
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9444
|
+
}
|
|
9445
|
+
async function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties) {
|
|
9446
|
+
const ModConstructor = await importWidgetsFeatureTableSupportRelationshipColumnTemplate();
|
|
9447
|
+
return new ModConstructor(properties);
|
|
9448
|
+
}
|
|
8867
9449
|
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
8868
9450
|
if (isAMD) {
|
|
8869
9451
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
@@ -9117,6 +9699,17 @@ async function newWidgetsLegendSupportActiveLayerInfo(properties) {
|
|
|
9117
9699
|
const ModConstructor = await importWidgetsLegendSupportActiveLayerInfo();
|
|
9118
9700
|
return new ModConstructor(properties);
|
|
9119
9701
|
}
|
|
9702
|
+
async function importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel() {
|
|
9703
|
+
if (isAMD) {
|
|
9704
|
+
return await window.$arcgis.import("esri/widgets/LinkChartLayoutSwitcher/LinkChartLayoutSwitcherViewModel");
|
|
9705
|
+
}
|
|
9706
|
+
const module2 = await import("@arcgis/core/widgets/LinkChartLayoutSwitcher/LinkChartLayoutSwitcherViewModel.js");
|
|
9707
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9708
|
+
}
|
|
9709
|
+
async function newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel(properties) {
|
|
9710
|
+
const ModConstructor = await importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel();
|
|
9711
|
+
return new ModConstructor(properties);
|
|
9712
|
+
}
|
|
9120
9713
|
async function importWidgetsLineOfSight() {
|
|
9121
9714
|
if (isAMD) {
|
|
9122
9715
|
return await window.$arcgis.import("esri/widgets/LineOfSight");
|
|
@@ -9920,6 +10513,17 @@ async function newWidgetsUtilityNetworkTrace(properties) {
|
|
|
9920
10513
|
const ModConstructor = await importWidgetsUtilityNetworkTrace();
|
|
9921
10514
|
return new ModConstructor(properties);
|
|
9922
10515
|
}
|
|
10516
|
+
async function importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel() {
|
|
10517
|
+
if (isAMD) {
|
|
10518
|
+
return await window.$arcgis.import("esri/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel");
|
|
10519
|
+
}
|
|
10520
|
+
const module2 = await import("@arcgis/core/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel.js");
|
|
10521
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10522
|
+
}
|
|
10523
|
+
async function newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel(properties) {
|
|
10524
|
+
const ModConstructor = await importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel();
|
|
10525
|
+
return new ModConstructor(properties);
|
|
10526
|
+
}
|
|
9923
10527
|
async function importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel() {
|
|
9924
10528
|
if (isAMD) {
|
|
9925
10529
|
return await window.$arcgis.import("esri/widgets/UtilityNetworkTrace/UtilityNetworkTraceViewModel");
|
|
@@ -10173,25 +10777,25 @@ async function importCoreWorkers() {
|
|
|
10173
10777
|
const module2 = await import("@arcgis/core/core/workers.js");
|
|
10174
10778
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10175
10779
|
}
|
|
10176
|
-
async function
|
|
10780
|
+
async function importEditingSharedTemplatesSharedTemplateMetadata() {
|
|
10177
10781
|
if (isAMD) {
|
|
10178
|
-
return await window.$arcgis.import("esri/
|
|
10782
|
+
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplateMetadata");
|
|
10179
10783
|
}
|
|
10180
|
-
const module2 = await import("@arcgis/core/
|
|
10784
|
+
const module2 = await import("@arcgis/core/editing/sharedTemplates/SharedTemplateMetadata.js");
|
|
10181
10785
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10182
10786
|
}
|
|
10183
|
-
async function
|
|
10787
|
+
async function importFormElementsInputs() {
|
|
10184
10788
|
if (isAMD) {
|
|
10185
|
-
return await window.$arcgis.import("esri/form/elements/
|
|
10789
|
+
return await window.$arcgis.import("esri/form/elements/inputs");
|
|
10186
10790
|
}
|
|
10187
|
-
const module2 = await import("@arcgis/core/form/elements/
|
|
10791
|
+
const module2 = await import("@arcgis/core/form/elements/inputs.js");
|
|
10188
10792
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10189
10793
|
}
|
|
10190
|
-
async function
|
|
10794
|
+
async function importFormElements() {
|
|
10191
10795
|
if (isAMD) {
|
|
10192
|
-
return await window.$arcgis.import("esri/form/
|
|
10796
|
+
return await window.$arcgis.import("esri/form/elements");
|
|
10193
10797
|
}
|
|
10194
|
-
const module2 = await import("@arcgis/core/form/
|
|
10798
|
+
const module2 = await import("@arcgis/core/form/elements.js");
|
|
10195
10799
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10196
10800
|
}
|
|
10197
10801
|
async function importGeometry() {
|
|
@@ -10236,6 +10840,13 @@ async function importGeometryOperatorsAffineTransformOperator() {
|
|
|
10236
10840
|
const module2 = await import("@arcgis/core/geometry/operators/affineTransformOperator.js");
|
|
10237
10841
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10238
10842
|
}
|
|
10843
|
+
async function importGeometryOperatorsAlphaShapeOperator() {
|
|
10844
|
+
if (isAMD) {
|
|
10845
|
+
return await window.$arcgis.import("esri/geometry/operators/alphaShapeOperator");
|
|
10846
|
+
}
|
|
10847
|
+
const module2 = await import("@arcgis/core/geometry/operators/alphaShapeOperator.js");
|
|
10848
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10849
|
+
}
|
|
10239
10850
|
async function importGeometryOperatorsAreaOperator() {
|
|
10240
10851
|
if (isAMD) {
|
|
10241
10852
|
return await window.$arcgis.import("esri/geometry/operators/areaOperator");
|
|
@@ -10243,6 +10854,20 @@ async function importGeometryOperatorsAreaOperator() {
|
|
|
10243
10854
|
const module2 = await import("@arcgis/core/geometry/operators/areaOperator.js");
|
|
10244
10855
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10245
10856
|
}
|
|
10857
|
+
async function importGeometryOperatorsAutoCompleteOperator() {
|
|
10858
|
+
if (isAMD) {
|
|
10859
|
+
return await window.$arcgis.import("esri/geometry/operators/autoCompleteOperator");
|
|
10860
|
+
}
|
|
10861
|
+
const module2 = await import("@arcgis/core/geometry/operators/autoCompleteOperator.js");
|
|
10862
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10863
|
+
}
|
|
10864
|
+
async function importGeometryOperatorsBoundaryOperator() {
|
|
10865
|
+
if (isAMD) {
|
|
10866
|
+
return await window.$arcgis.import("esri/geometry/operators/boundaryOperator");
|
|
10867
|
+
}
|
|
10868
|
+
const module2 = await import("@arcgis/core/geometry/operators/boundaryOperator.js");
|
|
10869
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10870
|
+
}
|
|
10246
10871
|
async function importGeometryOperatorsBufferOperator() {
|
|
10247
10872
|
if (isAMD) {
|
|
10248
10873
|
return await window.$arcgis.import("esri/geometry/operators/bufferOperator");
|
|
@@ -10327,6 +10952,13 @@ async function importGeometryOperatorsEqualsOperator() {
|
|
|
10327
10952
|
const module2 = await import("@arcgis/core/geometry/operators/equalsOperator.js");
|
|
10328
10953
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10329
10954
|
}
|
|
10955
|
+
async function importGeometryOperatorsExtendOperator() {
|
|
10956
|
+
if (isAMD) {
|
|
10957
|
+
return await window.$arcgis.import("esri/geometry/operators/extendOperator");
|
|
10958
|
+
}
|
|
10959
|
+
const module2 = await import("@arcgis/core/geometry/operators/extendOperator.js");
|
|
10960
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10961
|
+
}
|
|
10330
10962
|
async function importGeometryOperatorsGeneralizeOperator() {
|
|
10331
10963
|
if (isAMD) {
|
|
10332
10964
|
return await window.$arcgis.import("esri/geometry/operators/generalizeOperator");
|
|
@@ -10341,6 +10973,13 @@ async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
|
10341
10973
|
const module2 = await import("@arcgis/core/geometry/operators/geodesicBufferOperator.js");
|
|
10342
10974
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10343
10975
|
}
|
|
10976
|
+
async function importGeometryOperatorsGeodesicProximityOperator() {
|
|
10977
|
+
if (isAMD) {
|
|
10978
|
+
return await window.$arcgis.import("esri/geometry/operators/geodesicProximityOperator");
|
|
10979
|
+
}
|
|
10980
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodesicProximityOperator.js");
|
|
10981
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10982
|
+
}
|
|
10344
10983
|
async function importGeometryOperatorsGeodeticAreaOperator() {
|
|
10345
10984
|
if (isAMD) {
|
|
10346
10985
|
return await window.$arcgis.import("esri/geometry/operators/geodeticAreaOperator");
|
|
@@ -10376,6 +11015,13 @@ async function importGeometryOperatorsGraphicBufferOperator() {
|
|
|
10376
11015
|
const module2 = await import("@arcgis/core/geometry/operators/graphicBufferOperator.js");
|
|
10377
11016
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10378
11017
|
}
|
|
11018
|
+
async function importGeometryOperatorsIntegrateOperator() {
|
|
11019
|
+
if (isAMD) {
|
|
11020
|
+
return await window.$arcgis.import("esri/geometry/operators/integrateOperator");
|
|
11021
|
+
}
|
|
11022
|
+
const module2 = await import("@arcgis/core/geometry/operators/integrateOperator.js");
|
|
11023
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11024
|
+
}
|
|
10379
11025
|
async function importGeometryOperatorsIntersectionOperator() {
|
|
10380
11026
|
if (isAMD) {
|
|
10381
11027
|
return await window.$arcgis.import("esri/geometry/operators/intersectionOperator");
|
|
@@ -10390,6 +11036,20 @@ async function importGeometryOperatorsIntersectsOperator() {
|
|
|
10390
11036
|
const module2 = await import("@arcgis/core/geometry/operators/intersectsOperator.js");
|
|
10391
11037
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10392
11038
|
}
|
|
11039
|
+
async function importGeometryOperatorsIsNearOperator() {
|
|
11040
|
+
if (isAMD) {
|
|
11041
|
+
return await window.$arcgis.import("esri/geometry/operators/isNearOperator");
|
|
11042
|
+
}
|
|
11043
|
+
const module2 = await import("@arcgis/core/geometry/operators/isNearOperator.js");
|
|
11044
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11045
|
+
}
|
|
11046
|
+
async function importGeometryOperatorsLabelPointOperator() {
|
|
11047
|
+
if (isAMD) {
|
|
11048
|
+
return await window.$arcgis.import("esri/geometry/operators/labelPointOperator");
|
|
11049
|
+
}
|
|
11050
|
+
const module2 = await import("@arcgis/core/geometry/operators/labelPointOperator.js");
|
|
11051
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11052
|
+
}
|
|
10393
11053
|
async function importGeometryOperatorsLengthOperator() {
|
|
10394
11054
|
if (isAMD) {
|
|
10395
11055
|
return await window.$arcgis.import("esri/geometry/operators/lengthOperator");
|
|
@@ -10397,6 +11057,34 @@ async function importGeometryOperatorsLengthOperator() {
|
|
|
10397
11057
|
const module2 = await import("@arcgis/core/geometry/operators/lengthOperator.js");
|
|
10398
11058
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10399
11059
|
}
|
|
11060
|
+
async function importGeometryOperatorsLinesToPolygonsOperator() {
|
|
11061
|
+
if (isAMD) {
|
|
11062
|
+
return await window.$arcgis.import("esri/geometry/operators/linesToPolygonsOperator");
|
|
11063
|
+
}
|
|
11064
|
+
const module2 = await import("@arcgis/core/geometry/operators/linesToPolygonsOperator.js");
|
|
11065
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11066
|
+
}
|
|
11067
|
+
async function importGeometryOperatorsLocateBetweenOperator() {
|
|
11068
|
+
if (isAMD) {
|
|
11069
|
+
return await window.$arcgis.import("esri/geometry/operators/locateBetweenOperator");
|
|
11070
|
+
}
|
|
11071
|
+
const module2 = await import("@arcgis/core/geometry/operators/locateBetweenOperator.js");
|
|
11072
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11073
|
+
}
|
|
11074
|
+
async function importGeometryOperatorsMinimumBoundingCircleOperator() {
|
|
11075
|
+
if (isAMD) {
|
|
11076
|
+
return await window.$arcgis.import("esri/geometry/operators/minimumBoundingCircleOperator");
|
|
11077
|
+
}
|
|
11078
|
+
const module2 = await import("@arcgis/core/geometry/operators/minimumBoundingCircleOperator.js");
|
|
11079
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11080
|
+
}
|
|
11081
|
+
async function importGeometryOperatorsMultiPartToSinglePartOperator() {
|
|
11082
|
+
if (isAMD) {
|
|
11083
|
+
return await window.$arcgis.import("esri/geometry/operators/multiPartToSinglePartOperator");
|
|
11084
|
+
}
|
|
11085
|
+
const module2 = await import("@arcgis/core/geometry/operators/multiPartToSinglePartOperator.js");
|
|
11086
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11087
|
+
}
|
|
10400
11088
|
async function importGeometryOperatorsOffsetOperator() {
|
|
10401
11089
|
if (isAMD) {
|
|
10402
11090
|
return await window.$arcgis.import("esri/geometry/operators/offsetOperator");
|
|
@@ -10411,6 +11099,27 @@ async function importGeometryOperatorsOverlapsOperator() {
|
|
|
10411
11099
|
const module2 = await import("@arcgis/core/geometry/operators/overlapsOperator.js");
|
|
10412
11100
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10413
11101
|
}
|
|
11102
|
+
async function importGeometryOperatorsPolygonOverlayOperator() {
|
|
11103
|
+
if (isAMD) {
|
|
11104
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonOverlayOperator");
|
|
11105
|
+
}
|
|
11106
|
+
const module2 = await import("@arcgis/core/geometry/operators/polygonOverlayOperator.js");
|
|
11107
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11108
|
+
}
|
|
11109
|
+
async function importGeometryOperatorsPolygonSlicerOperator() {
|
|
11110
|
+
if (isAMD) {
|
|
11111
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonSlicerOperator");
|
|
11112
|
+
}
|
|
11113
|
+
const module2 = await import("@arcgis/core/geometry/operators/polygonSlicerOperator.js");
|
|
11114
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11115
|
+
}
|
|
11116
|
+
async function importGeometryOperatorsProjectOperator() {
|
|
11117
|
+
if (isAMD) {
|
|
11118
|
+
return await window.$arcgis.import("esri/geometry/operators/projectOperator");
|
|
11119
|
+
}
|
|
11120
|
+
const module2 = await import("@arcgis/core/geometry/operators/projectOperator.js");
|
|
11121
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11122
|
+
}
|
|
10414
11123
|
async function importGeometryOperatorsProximityOperator() {
|
|
10415
11124
|
if (isAMD) {
|
|
10416
11125
|
return await window.$arcgis.import("esri/geometry/operators/proximityOperator");
|
|
@@ -10425,6 +11134,20 @@ async function importGeometryOperatorsRelateOperator() {
|
|
|
10425
11134
|
const module2 = await import("@arcgis/core/geometry/operators/relateOperator.js");
|
|
10426
11135
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10427
11136
|
}
|
|
11137
|
+
async function importGeometryOperatorsReshapeOperator() {
|
|
11138
|
+
if (isAMD) {
|
|
11139
|
+
return await window.$arcgis.import("esri/geometry/operators/reshapeOperator");
|
|
11140
|
+
}
|
|
11141
|
+
const module2 = await import("@arcgis/core/geometry/operators/reshapeOperator.js");
|
|
11142
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11143
|
+
}
|
|
11144
|
+
async function importGeometryOperatorsShapePreservingProjectOperator() {
|
|
11145
|
+
if (isAMD) {
|
|
11146
|
+
return await window.$arcgis.import("esri/geometry/operators/shapePreservingProjectOperator");
|
|
11147
|
+
}
|
|
11148
|
+
const module2 = await import("@arcgis/core/geometry/operators/shapePreservingProjectOperator.js");
|
|
11149
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11150
|
+
}
|
|
10428
11151
|
async function importGeometryOperatorsSimplifyOperator() {
|
|
10429
11152
|
if (isAMD) {
|
|
10430
11153
|
return await window.$arcgis.import("esri/geometry/operators/simplifyOperator");
|
|
@@ -10460,6 +11183,13 @@ async function importGeometryOperatorsWithinOperator() {
|
|
|
10460
11183
|
const module2 = await import("@arcgis/core/geometry/operators/withinOperator.js");
|
|
10461
11184
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10462
11185
|
}
|
|
11186
|
+
async function importGeometryOperatorsSupportGeographicTransformationUtils() {
|
|
11187
|
+
if (isAMD) {
|
|
11188
|
+
return await window.$arcgis.import("esri/geometry/operators/support/geographicTransformationUtils");
|
|
11189
|
+
}
|
|
11190
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/geographicTransformationUtils.js");
|
|
11191
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11192
|
+
}
|
|
10463
11193
|
async function importGeometrySupportGeodesicUtils() {
|
|
10464
11194
|
if (isAMD) {
|
|
10465
11195
|
return await window.$arcgis.import("esri/geometry/support/geodesicUtils");
|
|
@@ -10516,6 +11246,20 @@ async function importLayersCatalogCatalogUtils() {
|
|
|
10516
11246
|
const module2 = await import("@arcgis/core/layers/catalog/catalogUtils.js");
|
|
10517
11247
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10518
11248
|
}
|
|
11249
|
+
async function importLayersKnowledgeGraphCypherUtils() {
|
|
11250
|
+
if (isAMD) {
|
|
11251
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/cypherUtils");
|
|
11252
|
+
}
|
|
11253
|
+
const module2 = await import("@arcgis/core/layers/knowledgeGraph/cypherUtils.js");
|
|
11254
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11255
|
+
}
|
|
11256
|
+
async function importLayersKnowledgeGraphSupportUtils() {
|
|
11257
|
+
if (isAMD) {
|
|
11258
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/supportUtils");
|
|
11259
|
+
}
|
|
11260
|
+
const module2 = await import("@arcgis/core/layers/knowledgeGraph/supportUtils.js");
|
|
11261
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11262
|
+
}
|
|
10519
11263
|
async function importLayersOgcWfsUtils() {
|
|
10520
11264
|
if (isAMD) {
|
|
10521
11265
|
return await window.$arcgis.import("esri/layers/ogc/wfsUtils");
|
|
@@ -10530,6 +11274,20 @@ async function importLayersOgcWcsUtils() {
|
|
|
10530
11274
|
const module2 = await import("@arcgis/core/layers/ogc/wcsUtils.js");
|
|
10531
11275
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10532
11276
|
}
|
|
11277
|
+
async function importLayersOrientedImageryTransformationsWorldToImage() {
|
|
11278
|
+
if (isAMD) {
|
|
11279
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/worldToImage");
|
|
11280
|
+
}
|
|
11281
|
+
const module2 = await import("@arcgis/core/layers/orientedImagery/transformations/worldToImage.js");
|
|
11282
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11283
|
+
}
|
|
11284
|
+
async function importLayersOrientedImageryTransformationsImageToWorld() {
|
|
11285
|
+
if (isAMD) {
|
|
11286
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/imageToWorld");
|
|
11287
|
+
}
|
|
11288
|
+
const module2 = await import("@arcgis/core/layers/orientedImagery/transformations/imageToWorld.js");
|
|
11289
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11290
|
+
}
|
|
10533
11291
|
async function importLayersSupportArcadeUtils() {
|
|
10534
11292
|
if (isAMD) {
|
|
10535
11293
|
return await window.$arcgis.import("esri/layers/support/arcadeUtils");
|
|
@@ -10537,6 +11295,13 @@ async function importLayersSupportArcadeUtils() {
|
|
|
10537
11295
|
const module2 = await import("@arcgis/core/layers/support/arcadeUtils.js");
|
|
10538
11296
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10539
11297
|
}
|
|
11298
|
+
async function importLayersSupportCsvUtils() {
|
|
11299
|
+
if (isAMD) {
|
|
11300
|
+
return await window.$arcgis.import("esri/layers/support/csvUtils");
|
|
11301
|
+
}
|
|
11302
|
+
const module2 = await import("@arcgis/core/layers/support/csvUtils.js");
|
|
11303
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11304
|
+
}
|
|
10540
11305
|
async function importLayersSupportFieldUtils() {
|
|
10541
11306
|
if (isAMD) {
|
|
10542
11307
|
return await window.$arcgis.import("esri/layers/support/fieldUtils");
|
|
@@ -10593,13 +11358,6 @@ async function importPopupContent() {
|
|
|
10593
11358
|
const module2 = await import("@arcgis/core/popup/content.js");
|
|
10594
11359
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10595
11360
|
}
|
|
10596
|
-
async function importPopupSupportUtilityNetworkAssociationType() {
|
|
10597
|
-
if (isAMD) {
|
|
10598
|
-
return await window.$arcgis.import("esri/popup/support/UtilityNetworkAssociationType");
|
|
10599
|
-
}
|
|
10600
|
-
const module2 = await import("@arcgis/core/popup/support/UtilityNetworkAssociationType.js");
|
|
10601
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10602
|
-
}
|
|
10603
11361
|
async function importRasterRenderers() {
|
|
10604
11362
|
if (isAMD) {
|
|
10605
11363
|
return await window.$arcgis.import("esri/rasterRenderers");
|
|
@@ -10978,6 +11736,13 @@ async function importSmartMappingRenderersUnivariateColorSize() {
|
|
|
10978
11736
|
const module2 = await import("@arcgis/core/smartMapping/renderers/univariateColorSize.js");
|
|
10979
11737
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10980
11738
|
}
|
|
11739
|
+
async function importSmartMappingRenderersSupportRendererUtils() {
|
|
11740
|
+
if (isAMD) {
|
|
11741
|
+
return await window.$arcgis.import("esri/smartMapping/renderers/support/rendererUtils");
|
|
11742
|
+
}
|
|
11743
|
+
const module2 = await import("@arcgis/core/smartMapping/renderers/support/rendererUtils.js");
|
|
11744
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11745
|
+
}
|
|
10981
11746
|
async function importSmartMappingStatisticsClassBreaks() {
|
|
10982
11747
|
if (isAMD) {
|
|
10983
11748
|
return await window.$arcgis.import("esri/smartMapping/statistics/classBreaks");
|
|
@@ -11167,11 +11932,11 @@ async function importSymbolsSupportSymbolUtils() {
|
|
|
11167
11932
|
const module2 = await import("@arcgis/core/symbols/support/symbolUtils.js");
|
|
11168
11933
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11169
11934
|
}
|
|
11170
|
-
async function
|
|
11935
|
+
async function importTablesElements() {
|
|
11171
11936
|
if (isAMD) {
|
|
11172
|
-
return await window.$arcgis.import("esri/tables/
|
|
11937
|
+
return await window.$arcgis.import("esri/tables/elements");
|
|
11173
11938
|
}
|
|
11174
|
-
const module2 = await import("@arcgis/core/tables/
|
|
11939
|
+
const module2 = await import("@arcgis/core/tables/elements.js");
|
|
11175
11940
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11176
11941
|
}
|
|
11177
11942
|
async function importVersionManagementUtils() {
|
|
@@ -11188,13 +11953,6 @@ async function importVersionManagementVersionAdaptersUtils() {
|
|
|
11188
11953
|
const module2 = await import("@arcgis/core/versionManagement/versionAdapters/utils.js");
|
|
11189
11954
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11190
11955
|
}
|
|
11191
|
-
async function importViews3dExternalRenderers() {
|
|
11192
|
-
if (isAMD) {
|
|
11193
|
-
return await window.$arcgis.import("esri/views/3d/externalRenderers");
|
|
11194
|
-
}
|
|
11195
|
-
const module2 = await import("@arcgis/core/views/3d/externalRenderers.js");
|
|
11196
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11197
|
-
}
|
|
11198
11956
|
async function importViews3dWebglManagedFBO() {
|
|
11199
11957
|
if (isAMD) {
|
|
11200
11958
|
return await window.$arcgis.import("esri/views/3d/webgl/ManagedFBO");
|
|
@@ -11244,6 +12002,13 @@ async function importViewsSupportColorUtils() {
|
|
|
11244
12002
|
const module2 = await import("@arcgis/core/views/support/colorUtils.js");
|
|
11245
12003
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11246
12004
|
}
|
|
12005
|
+
async function importWebsceneSupportSlideElements() {
|
|
12006
|
+
if (isAMD) {
|
|
12007
|
+
return await window.$arcgis.import("esri/webscene/support/SlideElements");
|
|
12008
|
+
}
|
|
12009
|
+
const module2 = await import("@arcgis/core/webscene/support/SlideElements.js");
|
|
12010
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12011
|
+
}
|
|
11247
12012
|
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
11248
12013
|
if (isAMD) {
|
|
11249
12014
|
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
@@ -11258,6 +12023,13 @@ async function importWidgetsSmartMappingSupportUtils() {
|
|
|
11258
12023
|
const module2 = await import("@arcgis/core/widgets/smartMapping/support/utils.js");
|
|
11259
12024
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11260
12025
|
}
|
|
12026
|
+
async function importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel() {
|
|
12027
|
+
if (isAMD) {
|
|
12028
|
+
return await window.$arcgis.import("esri/widgets/support/UtilityNetworkAssociations/UtilityNetworkAssociationsViewModel");
|
|
12029
|
+
}
|
|
12030
|
+
const module2 = await import("@arcgis/core/widgets/support/UtilityNetworkAssociations/UtilityNetworkAssociationsViewModel.js");
|
|
12031
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12032
|
+
}
|
|
11261
12033
|
async function importWidgetsSupportWidget() {
|
|
11262
12034
|
if (isAMD) {
|
|
11263
12035
|
return await window.$arcgis.import("esri/widgets/support/widget");
|
|
@@ -11272,13 +12044,6 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11272
12044
|
const module2 = await import("@arcgis/core/applications/Components/basemapUtils.js");
|
|
11273
12045
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11274
12046
|
}
|
|
11275
|
-
async function importApplicationsComponentsCollectionFlattener() {
|
|
11276
|
-
if (isAMD) {
|
|
11277
|
-
return await window.$arcgis.import("esri/applications/Components/CollectionFlattener");
|
|
11278
|
-
}
|
|
11279
|
-
const module2 = await import("@arcgis/core/applications/Components/CollectionFlattener.js");
|
|
11280
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11281
|
-
}
|
|
11282
12047
|
async function importApplicationsComponentsDrawUtils() {
|
|
11283
12048
|
if (isAMD) {
|
|
11284
12049
|
return await window.$arcgis.import("esri/applications/Components/drawUtils");
|
|
@@ -11328,6 +12093,27 @@ async function importApplicationsComponentsPreviewSymbol2D() {
|
|
|
11328
12093
|
const module2 = await import("@arcgis/core/applications/Components/previewSymbol2D.js");
|
|
11329
12094
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11330
12095
|
}
|
|
12096
|
+
async function importApplicationsComponentsReactiveUtils() {
|
|
12097
|
+
if (isAMD) {
|
|
12098
|
+
return await window.$arcgis.import("esri/applications/Components/reactiveUtils");
|
|
12099
|
+
}
|
|
12100
|
+
const module2 = await import("@arcgis/core/applications/Components/reactiveUtils.js");
|
|
12101
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12102
|
+
}
|
|
12103
|
+
async function importApplicationsComponentsSelectionOperation() {
|
|
12104
|
+
if (isAMD) {
|
|
12105
|
+
return await window.$arcgis.import("esri/applications/Components/SelectionOperation");
|
|
12106
|
+
}
|
|
12107
|
+
const module2 = await import("@arcgis/core/applications/Components/SelectionOperation.js");
|
|
12108
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12109
|
+
}
|
|
12110
|
+
async function importApplicationsComponentsSketchTooltipControls() {
|
|
12111
|
+
if (isAMD) {
|
|
12112
|
+
return await window.$arcgis.import("esri/applications/Components/SketchTooltipControls");
|
|
12113
|
+
}
|
|
12114
|
+
const module2 = await import("@arcgis/core/applications/Components/SketchTooltipControls.js");
|
|
12115
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12116
|
+
}
|
|
11331
12117
|
async function importApplicationsComponentsStyleUtils() {
|
|
11332
12118
|
if (isAMD) {
|
|
11333
12119
|
return await window.$arcgis.import("esri/applications/Components/styleUtils");
|
|
@@ -11349,13 +12135,6 @@ async function importApplicationsComponentsWebStyleSymbolUtils() {
|
|
|
11349
12135
|
const module2 = await import("@arcgis/core/applications/Components/webStyleSymbolUtils.js");
|
|
11350
12136
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11351
12137
|
}
|
|
11352
|
-
async function importApplicationsExcaliburVideoViewUtils() {
|
|
11353
|
-
if (isAMD) {
|
|
11354
|
-
return await window.$arcgis.import("esri/applications/Excalibur/videoViewUtils");
|
|
11355
|
-
}
|
|
11356
|
-
const module2 = await import("@arcgis/core/applications/Excalibur/videoViewUtils.js");
|
|
11357
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11358
|
-
}
|
|
11359
12138
|
async function importApplicationsExperienceBuilderSketchUtils() {
|
|
11360
12139
|
if (isAMD) {
|
|
11361
12140
|
return await window.$arcgis.import("esri/applications/ExperienceBuilder/sketchUtils");
|
|
@@ -11363,13 +12142,6 @@ async function importApplicationsExperienceBuilderSketchUtils() {
|
|
|
11363
12142
|
const module2 = await import("@arcgis/core/applications/ExperienceBuilder/sketchUtils.js");
|
|
11364
12143
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11365
12144
|
}
|
|
11366
|
-
async function importApplicationsMapViewerMediaUtils() {
|
|
11367
|
-
if (isAMD) {
|
|
11368
|
-
return await window.$arcgis.import("esri/applications/MapViewer/mediaUtils");
|
|
11369
|
-
}
|
|
11370
|
-
const module2 = await import("@arcgis/core/applications/MapViewer/mediaUtils.js");
|
|
11371
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11372
|
-
}
|
|
11373
12145
|
async function importApplicationsMapViewerTemplateUtils() {
|
|
11374
12146
|
if (isAMD) {
|
|
11375
12147
|
return await window.$arcgis.import("esri/applications/MapViewer/templateUtils");
|
|
@@ -11377,13 +12149,6 @@ async function importApplicationsMapViewerTemplateUtils() {
|
|
|
11377
12149
|
const module2 = await import("@arcgis/core/applications/MapViewer/templateUtils.js");
|
|
11378
12150
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11379
12151
|
}
|
|
11380
|
-
async function importApplicationsSceneViewerColorUtils() {
|
|
11381
|
-
if (isAMD) {
|
|
11382
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/colorUtils");
|
|
11383
|
-
}
|
|
11384
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/colorUtils.js");
|
|
11385
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11386
|
-
}
|
|
11387
12152
|
async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
11388
12153
|
if (isAMD) {
|
|
11389
12154
|
return await window.$arcgis.import("esri/applications/SceneViewer/devEnvironmentUtils");
|
|
@@ -11391,34 +12156,6 @@ async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
|
11391
12156
|
const module2 = await import("@arcgis/core/applications/SceneViewer/devEnvironmentUtils.js");
|
|
11392
12157
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11393
12158
|
}
|
|
11394
|
-
async function importApplicationsSceneViewerLayerUtils() {
|
|
11395
|
-
if (isAMD) {
|
|
11396
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/layerUtils");
|
|
11397
|
-
}
|
|
11398
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/layerUtils.js");
|
|
11399
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11400
|
-
}
|
|
11401
|
-
async function importApplicationsSceneViewerSceneViewerUtils() {
|
|
11402
|
-
if (isAMD) {
|
|
11403
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/sceneViewerUtils");
|
|
11404
|
-
}
|
|
11405
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/sceneViewerUtils.js");
|
|
11406
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11407
|
-
}
|
|
11408
|
-
async function importApplicationsSceneViewerSymbolUtils() {
|
|
11409
|
-
if (isAMD) {
|
|
11410
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/symbolUtils");
|
|
11411
|
-
}
|
|
11412
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/symbolUtils.js");
|
|
11413
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11414
|
-
}
|
|
11415
|
-
async function importApplicationsUrbanMeshUtils() {
|
|
11416
|
-
if (isAMD) {
|
|
11417
|
-
return await window.$arcgis.import("esri/applications/Urban/meshUtils");
|
|
11418
|
-
}
|
|
11419
|
-
const module2 = await import("@arcgis/core/applications/Urban/meshUtils.js");
|
|
11420
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11421
|
-
}
|
|
11422
12159
|
async function importApplicationsWebEditorSketchUtils() {
|
|
11423
12160
|
if (isAMD) {
|
|
11424
12161
|
return await window.$arcgis.import("esri/applications/WebEditor/sketchUtils");
|
|
@@ -11441,7 +12178,6 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11441
12178
|
importAnalysisViewshed,
|
|
11442
12179
|
importAnalysisViewshedAnalysis,
|
|
11443
12180
|
importApplicationsComponentsBasemapUtils,
|
|
11444
|
-
importApplicationsComponentsCollectionFlattener,
|
|
11445
12181
|
importApplicationsComponentsDrawUtils,
|
|
11446
12182
|
importApplicationsComponentsFontUtils,
|
|
11447
12183
|
importApplicationsComponentsGetDefaultUnits,
|
|
@@ -11449,21 +12185,18 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11449
12185
|
importApplicationsComponentsLayerOriginUtils,
|
|
11450
12186
|
importApplicationsComponentsLayersEffectsJsonUtils,
|
|
11451
12187
|
importApplicationsComponentsPreviewSymbol2D,
|
|
12188
|
+
importApplicationsComponentsReactiveUtils,
|
|
12189
|
+
importApplicationsComponentsSelectionOperation,
|
|
12190
|
+
importApplicationsComponentsSketchTooltipControls,
|
|
11452
12191
|
importApplicationsComponentsStyleUtils,
|
|
11453
12192
|
importApplicationsComponentsSvgUtils,
|
|
11454
12193
|
importApplicationsComponentsWebStyleSymbolUtils,
|
|
11455
|
-
importApplicationsExcaliburVideoViewUtils,
|
|
11456
12194
|
importApplicationsExperienceBuilderSketchUtils,
|
|
11457
|
-
importApplicationsMapViewerMediaUtils,
|
|
11458
12195
|
importApplicationsMapViewerTemplateUtils,
|
|
11459
|
-
importApplicationsSceneViewerColorUtils,
|
|
11460
12196
|
importApplicationsSceneViewerDevEnvironmentUtils,
|
|
11461
|
-
importApplicationsSceneViewerLayerUtils,
|
|
11462
|
-
importApplicationsSceneViewerSceneViewerUtils,
|
|
11463
|
-
importApplicationsSceneViewerSymbolUtils,
|
|
11464
|
-
importApplicationsUrbanMeshUtils,
|
|
11465
12197
|
importApplicationsWebEditorSketchUtils,
|
|
11466
12198
|
importArcade,
|
|
12199
|
+
importAttributeBinsGraphic,
|
|
11467
12200
|
importBasemap,
|
|
11468
12201
|
importCamera,
|
|
11469
12202
|
importCameraLayout,
|
|
@@ -11483,16 +12216,18 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11483
12216
|
importCoreUrlUtils,
|
|
11484
12217
|
importCoreWorkers,
|
|
11485
12218
|
importCoreWorkersConnection,
|
|
12219
|
+
importEditingSharedTemplatesSharedTemplateMetadata,
|
|
12220
|
+
importFormElements,
|
|
11486
12221
|
importFormElementsAttachmentElement,
|
|
11487
12222
|
importFormElementsElement,
|
|
11488
12223
|
importFormElementsFieldElement,
|
|
11489
12224
|
importFormElementsGroupElement,
|
|
12225
|
+
importFormElementsInputs,
|
|
11490
12226
|
importFormElementsInputsAttachmentsAttachmentInput,
|
|
11491
12227
|
importFormElementsInputsAttachmentsAudioInput,
|
|
11492
12228
|
importFormElementsInputsAttachmentsDocumentInput,
|
|
11493
12229
|
importFormElementsInputsAttachmentsImageInput,
|
|
11494
12230
|
importFormElementsInputsAttachmentsSignatureInput,
|
|
11495
|
-
importFormElementsInputsAttachmentsSupportInputs,
|
|
11496
12231
|
importFormElementsInputsAttachmentsVideoInput,
|
|
11497
12232
|
importFormElementsInputsBarcodeScannerInput,
|
|
11498
12233
|
importFormElementsInputsComboBoxInput,
|
|
@@ -11505,11 +12240,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11505
12240
|
importFormElementsInputsTextBoxInput,
|
|
11506
12241
|
importFormElementsInputsTimePickerInput,
|
|
11507
12242
|
importFormElementsRelationshipElement,
|
|
11508
|
-
importFormElementsSupportInputs,
|
|
11509
12243
|
importFormElementsTextElement,
|
|
12244
|
+
importFormElementsUtilityNetworkAssociationsElement,
|
|
11510
12245
|
importFormExpressionInfo,
|
|
11511
12246
|
importFormFormTemplate,
|
|
11512
|
-
importFormSupportElements,
|
|
11513
12247
|
importGeometry,
|
|
11514
12248
|
importGeometryCircle,
|
|
11515
12249
|
importGeometryCoordinateFormatter,
|
|
@@ -11521,7 +12255,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11521
12255
|
importGeometryMesh,
|
|
11522
12256
|
importGeometryMultipoint,
|
|
11523
12257
|
importGeometryOperatorsAffineTransformOperator,
|
|
12258
|
+
importGeometryOperatorsAlphaShapeOperator,
|
|
11524
12259
|
importGeometryOperatorsAreaOperator,
|
|
12260
|
+
importGeometryOperatorsAutoCompleteOperator,
|
|
12261
|
+
importGeometryOperatorsBoundaryOperator,
|
|
11525
12262
|
importGeometryOperatorsBufferOperator,
|
|
11526
12263
|
importGeometryOperatorsCentroidOperator,
|
|
11527
12264
|
importGeometryOperatorsClipOperator,
|
|
@@ -11534,21 +12271,38 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11534
12271
|
importGeometryOperatorsDisjointOperator,
|
|
11535
12272
|
importGeometryOperatorsDistanceOperator,
|
|
11536
12273
|
importGeometryOperatorsEqualsOperator,
|
|
12274
|
+
importGeometryOperatorsExtendOperator,
|
|
11537
12275
|
importGeometryOperatorsGeneralizeOperator,
|
|
11538
12276
|
importGeometryOperatorsGeodesicBufferOperator,
|
|
12277
|
+
importGeometryOperatorsGeodesicProximityOperator,
|
|
11539
12278
|
importGeometryOperatorsGeodeticAreaOperator,
|
|
11540
12279
|
importGeometryOperatorsGeodeticDensifyOperator,
|
|
11541
12280
|
importGeometryOperatorsGeodeticDistanceOperator,
|
|
11542
12281
|
importGeometryOperatorsGeodeticLengthOperator,
|
|
11543
12282
|
importGeometryOperatorsGraphicBufferOperator,
|
|
12283
|
+
importGeometryOperatorsIntegrateOperator,
|
|
11544
12284
|
importGeometryOperatorsIntersectionOperator,
|
|
11545
12285
|
importGeometryOperatorsIntersectsOperator,
|
|
12286
|
+
importGeometryOperatorsIsNearOperator,
|
|
12287
|
+
importGeometryOperatorsLabelPointOperator,
|
|
11546
12288
|
importGeometryOperatorsLengthOperator,
|
|
12289
|
+
importGeometryOperatorsLinesToPolygonsOperator,
|
|
12290
|
+
importGeometryOperatorsLocateBetweenOperator,
|
|
12291
|
+
importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
12292
|
+
importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
11547
12293
|
importGeometryOperatorsOffsetOperator,
|
|
11548
12294
|
importGeometryOperatorsOverlapsOperator,
|
|
12295
|
+
importGeometryOperatorsPolygonOverlayOperator,
|
|
12296
|
+
importGeometryOperatorsPolygonSlicerOperator,
|
|
12297
|
+
importGeometryOperatorsProjectOperator,
|
|
11549
12298
|
importGeometryOperatorsProximityOperator,
|
|
11550
12299
|
importGeometryOperatorsRelateOperator,
|
|
12300
|
+
importGeometryOperatorsReshapeOperator,
|
|
12301
|
+
importGeometryOperatorsShapePreservingProjectOperator,
|
|
11551
12302
|
importGeometryOperatorsSimplifyOperator,
|
|
12303
|
+
importGeometryOperatorsSupportGeographicTransformation,
|
|
12304
|
+
importGeometryOperatorsSupportGeographicTransformationStep,
|
|
12305
|
+
importGeometryOperatorsSupportGeographicTransformationUtils,
|
|
11552
12306
|
importGeometryOperatorsSupportTransformation,
|
|
11553
12307
|
importGeometryOperatorsSymmetricDifferenceOperator,
|
|
11554
12308
|
importGeometryOperatorsTouchesOperator,
|
|
@@ -11607,10 +12361,13 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11607
12361
|
importLayersIntegratedMesh3DTilesLayer,
|
|
11608
12362
|
importLayersIntegratedMeshLayer,
|
|
11609
12363
|
importLayersKMLLayer,
|
|
12364
|
+
importLayersKnowledgeGraphCypherUtils,
|
|
11610
12365
|
importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
11611
12366
|
importLayersKnowledgeGraphLayer,
|
|
12367
|
+
importLayersKnowledgeGraphSupportUtils,
|
|
11612
12368
|
importLayersLayer,
|
|
11613
12369
|
importLayersLineOfSightLayer,
|
|
12370
|
+
importLayersLinkChartLayer,
|
|
11614
12371
|
importLayersMapImageLayer,
|
|
11615
12372
|
importLayersMapNotesLayer,
|
|
11616
12373
|
importLayersMediaLayer,
|
|
@@ -11619,6 +12376,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11619
12376
|
importLayersOgcWfsUtils,
|
|
11620
12377
|
importLayersOpenStreetMapLayer,
|
|
11621
12378
|
importLayersOrientedImageryLayer,
|
|
12379
|
+
importLayersOrientedImageryTransformationsImageToWorld,
|
|
12380
|
+
importLayersOrientedImageryTransformationsWorldToImage,
|
|
11622
12381
|
importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
11623
12382
|
importLayersPointCloudFiltersPointCloudFilter,
|
|
11624
12383
|
importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -11635,7 +12394,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11635
12394
|
importLayersSupportCodedValueDomain,
|
|
11636
12395
|
importLayersSupportControlPointsGeoreference,
|
|
11637
12396
|
importLayersSupportCornersGeoreference,
|
|
12397
|
+
importLayersSupportCsvUtils,
|
|
11638
12398
|
importLayersSupportDimensionalDefinition,
|
|
12399
|
+
importLayersSupportDisplayFilter,
|
|
12400
|
+
importLayersSupportDisplayFilterInfo,
|
|
11639
12401
|
importLayersSupportDomain,
|
|
11640
12402
|
importLayersSupportElevationSampler,
|
|
11641
12403
|
importLayersSupportExpressionInfo,
|
|
@@ -11663,6 +12425,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11663
12425
|
importLayersSupportMapImage,
|
|
11664
12426
|
importLayersSupportMosaicRule,
|
|
11665
12427
|
importLayersSupportMultidimensionalSubset,
|
|
12428
|
+
importLayersSupportOrderByInfo,
|
|
11666
12429
|
importLayersSupportPixelBlock,
|
|
11667
12430
|
importLayersSupportPublishingInfo,
|
|
11668
12431
|
importLayersSupportRangeDomain,
|
|
@@ -11712,6 +12475,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11712
12475
|
importLayersWMSLayer,
|
|
11713
12476
|
importLayersWMTSLayer,
|
|
11714
12477
|
importLayersWebTileLayer,
|
|
12478
|
+
importLinkChartChronologicalLayoutSettings,
|
|
12479
|
+
importLinkChartLayoutSettings,
|
|
12480
|
+
importLinkChartLinkChartProperties,
|
|
12481
|
+
importLinkChartNonspatialDataDisplay,
|
|
12482
|
+
importLinkChartOrganicLayoutSettings,
|
|
11715
12483
|
importMap,
|
|
11716
12484
|
importNetworksNetwork,
|
|
11717
12485
|
importNetworksSupportNamedTraceConfiguration,
|
|
@@ -11824,6 +12592,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11824
12592
|
importRestKnowledgeGraphGraphProperty,
|
|
11825
12593
|
importRestKnowledgeGraphGraphQuery,
|
|
11826
12594
|
importRestKnowledgeGraphGraphQueryResult,
|
|
12595
|
+
importRestKnowledgeGraphGraphQueryResultHeader,
|
|
11827
12596
|
importRestKnowledgeGraphGraphQueryStreaming,
|
|
11828
12597
|
importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
11829
12598
|
importRestKnowledgeGraphGraphSearch,
|
|
@@ -11837,6 +12606,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11837
12606
|
importRestKnowledgeGraphSearchIndex,
|
|
11838
12607
|
importRestKnowledgeGraphService,
|
|
11839
12608
|
importRestKnowledgeGraphServiceDefinition,
|
|
12609
|
+
importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
12610
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
12611
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
12612
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
12613
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
12614
|
+
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
11840
12615
|
importRestLocator,
|
|
11841
12616
|
importRestNetworkService,
|
|
11842
12617
|
importRestNetworksQueryAssociations,
|
|
@@ -11866,6 +12641,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11866
12641
|
importRestSupportArealUnit,
|
|
11867
12642
|
importRestSupportAreasAndLengthsParameters,
|
|
11868
12643
|
importRestSupportAttachmentQuery,
|
|
12644
|
+
importRestSupportAttributeBinsFeatureSet,
|
|
12645
|
+
importRestSupportAttributeBinsGrouping,
|
|
12646
|
+
importRestSupportAttributeBinsQuery,
|
|
12647
|
+
importRestSupportAutoIntervalBinParameters,
|
|
12648
|
+
importRestSupportBaseImageMeasureParameters,
|
|
12649
|
+
importRestSupportBaseImageMeasureResult,
|
|
11869
12650
|
importRestSupportBufferParameters,
|
|
11870
12651
|
importRestSupportCameraInfo,
|
|
11871
12652
|
importRestSupportClosestFacilityParameters,
|
|
@@ -11873,6 +12654,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11873
12654
|
importRestSupportColorRamp,
|
|
11874
12655
|
importRestSupportDataFile,
|
|
11875
12656
|
importRestSupportDataLayer,
|
|
12657
|
+
importRestSupportDateBinParameters,
|
|
12658
|
+
importRestSupportDateBinTimeInterval,
|
|
11876
12659
|
importRestSupportDensifyParameters,
|
|
11877
12660
|
importRestSupportDirectionLine,
|
|
11878
12661
|
importRestSupportDirectionPoint,
|
|
@@ -11886,6 +12669,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11886
12669
|
importRestSupportFindImagesResult,
|
|
11887
12670
|
importRestSupportFindParameters,
|
|
11888
12671
|
importRestSupportFindResult,
|
|
12672
|
+
importRestSupportFixedBoundariesBinParameters,
|
|
12673
|
+
importRestSupportFixedIntervalBinParameters,
|
|
11889
12674
|
importRestSupportGPMessage,
|
|
11890
12675
|
importRestSupportGeneralizeParameters,
|
|
11891
12676
|
importRestSupportIdentifyParameters,
|
|
@@ -11919,6 +12704,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11919
12704
|
importRestSupportImageToMapParameters,
|
|
11920
12705
|
importRestSupportImageUrlParameters,
|
|
11921
12706
|
importRestSupportImageUrlResult,
|
|
12707
|
+
importRestSupportImageVolume,
|
|
12708
|
+
importRestSupportImageVolumeParameters,
|
|
12709
|
+
importRestSupportImageVolumeResult,
|
|
11922
12710
|
importRestSupportJobInfo,
|
|
11923
12711
|
importRestSupportLegendLayer,
|
|
11924
12712
|
importRestSupportLengthsParameters,
|
|
@@ -11986,6 +12774,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11986
12774
|
importSmartMappingRenderersPredominance,
|
|
11987
12775
|
importSmartMappingRenderersRelationship,
|
|
11988
12776
|
importSmartMappingRenderersSize,
|
|
12777
|
+
importSmartMappingRenderersSupportRendererUtils,
|
|
11989
12778
|
importSmartMappingRenderersType,
|
|
11990
12779
|
importSmartMappingRenderersUnivariateColorSize,
|
|
11991
12780
|
importSmartMappingStatisticsClassBreaks,
|
|
@@ -12060,12 +12849,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12060
12849
|
importSymbolsWaterSymbol3DLayer,
|
|
12061
12850
|
importSymbolsWebStyleSymbol,
|
|
12062
12851
|
importTablesAttributeTableTemplate,
|
|
12852
|
+
importTablesElements,
|
|
12063
12853
|
importTablesElementsAttributeTableAttachmentElement,
|
|
12064
12854
|
importTablesElementsAttributeTableElement,
|
|
12065
12855
|
importTablesElementsAttributeTableFieldElement,
|
|
12066
12856
|
importTablesElementsAttributeTableGroupElement,
|
|
12067
12857
|
importTablesElementsAttributeTableRelationshipElement,
|
|
12068
|
-
importTablesSupportElements,
|
|
12069
12858
|
importTimeExtent,
|
|
12070
12859
|
importTimeInterval,
|
|
12071
12860
|
importTimeTimeExtent,
|
|
@@ -12091,7 +12880,6 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12091
12880
|
importViews3dEnvironmentSunLighting,
|
|
12092
12881
|
importViews3dEnvironmentSunnyWeather,
|
|
12093
12882
|
importViews3dEnvironmentVirtualLighting,
|
|
12094
|
-
importViews3dExternalRenderers,
|
|
12095
12883
|
importViews3dSupportLayerPerformanceInfo,
|
|
12096
12884
|
importViews3dSupportSceneViewPerformanceInfo,
|
|
12097
12885
|
importViews3dWebgl,
|
|
@@ -12133,12 +12921,15 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12133
12921
|
importViewsLayersSceneLayerView,
|
|
12134
12922
|
importViewsLayersStreamLayerView,
|
|
12135
12923
|
importViewsLayersViewshedLayerView,
|
|
12924
|
+
importViewsLinkChartView,
|
|
12136
12925
|
importViewsMagnifier,
|
|
12137
12926
|
importViewsMapView,
|
|
12138
12927
|
importViewsNavigationGamepadGamepadSettings,
|
|
12139
12928
|
importViewsNavigationNavigation,
|
|
12929
|
+
importViewsNavigationNavigationActionMap,
|
|
12140
12930
|
importViewsSceneView,
|
|
12141
12931
|
importViewsSupportColorUtils,
|
|
12932
|
+
importViewsSupportHighlightOptions,
|
|
12142
12933
|
importViewsTheme,
|
|
12143
12934
|
importViewsUiDefaultUI,
|
|
12144
12935
|
importViewsUiUI,
|
|
@@ -12146,6 +12937,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12146
12937
|
importViewsView2D,
|
|
12147
12938
|
importViewsViewAnimation,
|
|
12148
12939
|
importWebDocument2D,
|
|
12940
|
+
importWebLinkChart,
|
|
12149
12941
|
importWebMap,
|
|
12150
12942
|
importWebScene,
|
|
12151
12943
|
importWebdocApplicationPropertiesSearch,
|
|
@@ -12177,7 +12969,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12177
12969
|
importWebsceneInitialViewProperties,
|
|
12178
12970
|
importWebscenePresentation,
|
|
12179
12971
|
importWebsceneSlide,
|
|
12972
|
+
importWebsceneSlideLegendInfo,
|
|
12180
12973
|
importWebsceneSunLighting,
|
|
12974
|
+
importWebsceneSupportSlideElements,
|
|
12181
12975
|
importWebsceneVirtualLighting,
|
|
12182
12976
|
importWidgetsAreaMeasurement2D,
|
|
12183
12977
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -12247,6 +13041,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12247
13041
|
importWidgetsFeatureFormFieldInput,
|
|
12248
13042
|
importWidgetsFeatureFormGroupInput,
|
|
12249
13043
|
importWidgetsFeatureFormRelationshipInput,
|
|
13044
|
+
importWidgetsFeatureFormTextElementInput,
|
|
13045
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
12250
13046
|
importWidgetsFeatureTable,
|
|
12251
13047
|
importWidgetsFeatureTableActionColumn,
|
|
12252
13048
|
importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -12258,10 +13054,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12258
13054
|
importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
12259
13055
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12260
13056
|
importWidgetsFeatureTableRelationshipColumn,
|
|
13057
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12261
13058
|
importWidgetsFeatureTableSupportColumnTemplate,
|
|
12262
13059
|
importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
12263
13060
|
importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
12264
13061
|
importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
13062
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
12265
13063
|
importWidgetsFeatureTableSupportTableTemplate,
|
|
12266
13064
|
importWidgetsFeatureTemplates,
|
|
12267
13065
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -12289,6 +13087,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12289
13087
|
importWidgetsLineOfSight,
|
|
12290
13088
|
importWidgetsLineOfSightLineOfSightTarget,
|
|
12291
13089
|
importWidgetsLineOfSightLineOfSightViewModel,
|
|
13090
|
+
importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
12292
13091
|
importWidgetsLocate,
|
|
12293
13092
|
importWidgetsLocateLocateViewModel,
|
|
12294
13093
|
importWidgetsMeasurement,
|
|
@@ -12346,6 +13145,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12346
13145
|
importWidgetsSupportGridControlsGridControlsViewModel,
|
|
12347
13146
|
importWidgetsSupportSnappingControls,
|
|
12348
13147
|
importWidgetsSupportSnappingControlsSnappingControlsViewModel,
|
|
13148
|
+
importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
12349
13149
|
importWidgetsSupportWidget,
|
|
12350
13150
|
importWidgetsSwipe,
|
|
12351
13151
|
importWidgetsSwipeSwipeViewModel,
|
|
@@ -12361,6 +13161,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12361
13161
|
importWidgetsUtilityNetworkAssociations,
|
|
12362
13162
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
12363
13163
|
importWidgetsUtilityNetworkTrace,
|
|
13164
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
12364
13165
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
12365
13166
|
importWidgetsUtilityNetworkValidateTopology,
|
|
12366
13167
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -12390,6 +13191,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12390
13191
|
newAnalysisSlicePlane,
|
|
12391
13192
|
newAnalysisViewshed,
|
|
12392
13193
|
newAnalysisViewshedAnalysis,
|
|
13194
|
+
newAttributeBinsGraphic,
|
|
12393
13195
|
newBasemap,
|
|
12394
13196
|
newCamera,
|
|
12395
13197
|
newCameraLayout,
|
|
@@ -12421,6 +13223,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12421
13223
|
newFormElementsInputsTimePickerInput,
|
|
12422
13224
|
newFormElementsRelationshipElement,
|
|
12423
13225
|
newFormElementsTextElement,
|
|
13226
|
+
newFormElementsUtilityNetworkAssociationsElement,
|
|
12424
13227
|
newFormExpressionInfo,
|
|
12425
13228
|
newFormFormTemplate,
|
|
12426
13229
|
newGeometryCircle,
|
|
@@ -12429,6 +13232,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12429
13232
|
newGeometryHeightModelInfo,
|
|
12430
13233
|
newGeometryMesh,
|
|
12431
13234
|
newGeometryMultipoint,
|
|
13235
|
+
newGeometryOperatorsSupportGeographicTransformation,
|
|
13236
|
+
newGeometryOperatorsSupportGeographicTransformationStep,
|
|
12432
13237
|
newGeometryOperatorsSupportTransformation,
|
|
12433
13238
|
newGeometryPoint,
|
|
12434
13239
|
newGeometryPolygon,
|
|
@@ -12477,6 +13282,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12477
13282
|
newLayersKnowledgeGraphLayer,
|
|
12478
13283
|
newLayersLayer,
|
|
12479
13284
|
newLayersLineOfSightLayer,
|
|
13285
|
+
newLayersLinkChartLayer,
|
|
12480
13286
|
newLayersMapImageLayer,
|
|
12481
13287
|
newLayersMapNotesLayer,
|
|
12482
13288
|
newLayersMediaLayer,
|
|
@@ -12499,6 +13305,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12499
13305
|
newLayersSupportControlPointsGeoreference,
|
|
12500
13306
|
newLayersSupportCornersGeoreference,
|
|
12501
13307
|
newLayersSupportDimensionalDefinition,
|
|
13308
|
+
newLayersSupportDisplayFilter,
|
|
13309
|
+
newLayersSupportDisplayFilterInfo,
|
|
12502
13310
|
newLayersSupportDomain,
|
|
12503
13311
|
newLayersSupportElevationSampler,
|
|
12504
13312
|
newLayersSupportExpressionInfo,
|
|
@@ -12525,6 +13333,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12525
13333
|
newLayersSupportMapImage,
|
|
12526
13334
|
newLayersSupportMosaicRule,
|
|
12527
13335
|
newLayersSupportMultidimensionalSubset,
|
|
13336
|
+
newLayersSupportOrderByInfo,
|
|
12528
13337
|
newLayersSupportPixelBlock,
|
|
12529
13338
|
newLayersSupportPublishingInfo,
|
|
12530
13339
|
newLayersSupportRangeDomain,
|
|
@@ -12569,6 +13378,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12569
13378
|
newLayersWMSLayer,
|
|
12570
13379
|
newLayersWMTSLayer,
|
|
12571
13380
|
newLayersWebTileLayer,
|
|
13381
|
+
newLinkChartChronologicalLayoutSettings,
|
|
13382
|
+
newLinkChartLayoutSettings,
|
|
13383
|
+
newLinkChartLinkChartProperties,
|
|
13384
|
+
newLinkChartNonspatialDataDisplay,
|
|
13385
|
+
newLinkChartOrganicLayoutSettings,
|
|
12572
13386
|
newMap,
|
|
12573
13387
|
newNetworksNetwork,
|
|
12574
13388
|
newNetworksSupportNamedTraceConfiguration,
|
|
@@ -12604,6 +13418,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12604
13418
|
newPopupRelatedRecordsInfo,
|
|
12605
13419
|
newPopupSupportFieldInfoFormat,
|
|
12606
13420
|
newPopupSupportRelatedRecordsInfoFieldOrder,
|
|
13421
|
+
newPopupSupportUtilityNetworkAssociationType,
|
|
12607
13422
|
newPopupTemplate,
|
|
12608
13423
|
newPortalPortal,
|
|
12609
13424
|
newPortalPortalFolder,
|
|
@@ -12665,6 +13480,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12665
13480
|
newRestKnowledgeGraphGraphProperty,
|
|
12666
13481
|
newRestKnowledgeGraphGraphQuery,
|
|
12667
13482
|
newRestKnowledgeGraphGraphQueryResult,
|
|
13483
|
+
newRestKnowledgeGraphGraphQueryResultHeader,
|
|
12668
13484
|
newRestKnowledgeGraphGraphQueryStreaming,
|
|
12669
13485
|
newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
12670
13486
|
newRestKnowledgeGraphGraphSearch,
|
|
@@ -12677,6 +13493,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12677
13493
|
newRestKnowledgeGraphRelationshipType,
|
|
12678
13494
|
newRestKnowledgeGraphSearchIndex,
|
|
12679
13495
|
newRestKnowledgeGraphServiceDefinition,
|
|
13496
|
+
newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
13497
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
13498
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
13499
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
13500
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
13501
|
+
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
12680
13502
|
newRestNetworksSupportAggregatedGeometry,
|
|
12681
13503
|
newRestNetworksSupportAssociation,
|
|
12682
13504
|
newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -12695,6 +13517,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12695
13517
|
newRestSupportArealUnit,
|
|
12696
13518
|
newRestSupportAreasAndLengthsParameters,
|
|
12697
13519
|
newRestSupportAttachmentQuery,
|
|
13520
|
+
newRestSupportAttributeBinsFeatureSet,
|
|
13521
|
+
newRestSupportAttributeBinsGrouping,
|
|
13522
|
+
newRestSupportAttributeBinsQuery,
|
|
13523
|
+
newRestSupportAutoIntervalBinParameters,
|
|
13524
|
+
newRestSupportBaseImageMeasureParameters,
|
|
13525
|
+
newRestSupportBaseImageMeasureResult,
|
|
12698
13526
|
newRestSupportBufferParameters,
|
|
12699
13527
|
newRestSupportCameraInfo,
|
|
12700
13528
|
newRestSupportClosestFacilityParameters,
|
|
@@ -12702,6 +13530,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12702
13530
|
newRestSupportColorRamp,
|
|
12703
13531
|
newRestSupportDataFile,
|
|
12704
13532
|
newRestSupportDataLayer,
|
|
13533
|
+
newRestSupportDateBinParameters,
|
|
13534
|
+
newRestSupportDateBinTimeInterval,
|
|
12705
13535
|
newRestSupportDensifyParameters,
|
|
12706
13536
|
newRestSupportDirectionLine,
|
|
12707
13537
|
newRestSupportDirectionPoint,
|
|
@@ -12715,6 +13545,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12715
13545
|
newRestSupportFindImagesResult,
|
|
12716
13546
|
newRestSupportFindParameters,
|
|
12717
13547
|
newRestSupportFindResult,
|
|
13548
|
+
newRestSupportFixedBoundariesBinParameters,
|
|
13549
|
+
newRestSupportFixedIntervalBinParameters,
|
|
12718
13550
|
newRestSupportGPMessage,
|
|
12719
13551
|
newRestSupportGeneralizeParameters,
|
|
12720
13552
|
newRestSupportIdentifyParameters,
|
|
@@ -12748,6 +13580,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12748
13580
|
newRestSupportImageToMapParameters,
|
|
12749
13581
|
newRestSupportImageUrlParameters,
|
|
12750
13582
|
newRestSupportImageUrlResult,
|
|
13583
|
+
newRestSupportImageVolume,
|
|
13584
|
+
newRestSupportImageVolumeParameters,
|
|
13585
|
+
newRestSupportImageVolumeResult,
|
|
12751
13586
|
newRestSupportJobInfo,
|
|
12752
13587
|
newRestSupportLegendLayer,
|
|
12753
13588
|
newRestSupportLengthsParameters,
|
|
@@ -12896,11 +13731,14 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12896
13731
|
newViewsLayersSceneLayerView,
|
|
12897
13732
|
newViewsLayersStreamLayerView,
|
|
12898
13733
|
newViewsLayersViewshedLayerView,
|
|
13734
|
+
newViewsLinkChartView,
|
|
12899
13735
|
newViewsMagnifier,
|
|
12900
13736
|
newViewsMapView,
|
|
12901
13737
|
newViewsNavigationGamepadGamepadSettings,
|
|
12902
13738
|
newViewsNavigationNavigation,
|
|
13739
|
+
newViewsNavigationNavigationActionMap,
|
|
12903
13740
|
newViewsSceneView,
|
|
13741
|
+
newViewsSupportHighlightOptions,
|
|
12904
13742
|
newViewsTheme,
|
|
12905
13743
|
newViewsUiDefaultUI,
|
|
12906
13744
|
newViewsUiUI,
|
|
@@ -12908,6 +13746,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12908
13746
|
newViewsView2D,
|
|
12909
13747
|
newViewsViewAnimation,
|
|
12910
13748
|
newWebDocument2D,
|
|
13749
|
+
newWebLinkChart,
|
|
12911
13750
|
newWebMap,
|
|
12912
13751
|
newWebScene,
|
|
12913
13752
|
newWebdocApplicationPropertiesSearch,
|
|
@@ -12939,6 +13778,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12939
13778
|
newWebsceneInitialViewProperties,
|
|
12940
13779
|
newWebscenePresentation,
|
|
12941
13780
|
newWebsceneSlide,
|
|
13781
|
+
newWebsceneSlideLegendInfo,
|
|
12942
13782
|
newWebsceneSunLighting,
|
|
12943
13783
|
newWebsceneVirtualLighting,
|
|
12944
13784
|
newWidgetsAreaMeasurement2D,
|
|
@@ -13008,6 +13848,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13008
13848
|
newWidgetsFeatureFormFieldInput,
|
|
13009
13849
|
newWidgetsFeatureFormGroupInput,
|
|
13010
13850
|
newWidgetsFeatureFormRelationshipInput,
|
|
13851
|
+
newWidgetsFeatureFormTextElementInput,
|
|
13852
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
13011
13853
|
newWidgetsFeatureTable,
|
|
13012
13854
|
newWidgetsFeatureTableActionColumn,
|
|
13013
13855
|
newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -13019,10 +13861,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13019
13861
|
newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
13020
13862
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
13021
13863
|
newWidgetsFeatureTableRelationshipColumn,
|
|
13864
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
13022
13865
|
newWidgetsFeatureTableSupportColumnTemplate,
|
|
13023
13866
|
newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
13024
13867
|
newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
13025
13868
|
newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
13869
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
13026
13870
|
newWidgetsFeatureTableSupportTableTemplate,
|
|
13027
13871
|
newWidgetsFeatureTemplates,
|
|
13028
13872
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -13050,6 +13894,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13050
13894
|
newWidgetsLineOfSight,
|
|
13051
13895
|
newWidgetsLineOfSightLineOfSightTarget,
|
|
13052
13896
|
newWidgetsLineOfSightLineOfSightViewModel,
|
|
13897
|
+
newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
13053
13898
|
newWidgetsLocate,
|
|
13054
13899
|
newWidgetsLocateLocateViewModel,
|
|
13055
13900
|
newWidgetsMeasurement,
|
|
@@ -13120,6 +13965,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13120
13965
|
newWidgetsUtilityNetworkAssociations,
|
|
13121
13966
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
13122
13967
|
newWidgetsUtilityNetworkTrace,
|
|
13968
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
13123
13969
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
13124
13970
|
newWidgetsUtilityNetworkValidateTopology,
|
|
13125
13971
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|