@arcgis/core-adapter 4.32.0-next.12 → 4.32.0-next.120
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 +939 -108
- package/dist/index.d.cts +131 -24
- package/dist/index.d.ts +131 -24
- package/dist/index.js +819 -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,
|
|
@@ -948,6 +1009,7 @@ __export(src_exports, {
|
|
|
948
1009
|
importWidgetsSupportGridControlsGridControlsViewModel: () => importWidgetsSupportGridControlsGridControlsViewModel,
|
|
949
1010
|
importWidgetsSupportSnappingControls: () => importWidgetsSupportSnappingControls,
|
|
950
1011
|
importWidgetsSupportSnappingControlsSnappingControlsViewModel: () => importWidgetsSupportSnappingControlsSnappingControlsViewModel,
|
|
1012
|
+
importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
951
1013
|
importWidgetsSupportWidget: () => importWidgetsSupportWidget,
|
|
952
1014
|
importWidgetsSwipe: () => importWidgetsSwipe,
|
|
953
1015
|
importWidgetsSwipeSwipeViewModel: () => importWidgetsSwipeSwipeViewModel,
|
|
@@ -963,6 +1025,7 @@ __export(src_exports, {
|
|
|
963
1025
|
importWidgetsUtilityNetworkAssociations: () => importWidgetsUtilityNetworkAssociations,
|
|
964
1026
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
965
1027
|
importWidgetsUtilityNetworkTrace: () => importWidgetsUtilityNetworkTrace,
|
|
1028
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel: () => importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
966
1029
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel: () => importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
967
1030
|
importWidgetsUtilityNetworkValidateTopology: () => importWidgetsUtilityNetworkValidateTopology,
|
|
968
1031
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel: () => importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -992,6 +1055,7 @@ __export(src_exports, {
|
|
|
992
1055
|
newAnalysisSlicePlane: () => newAnalysisSlicePlane,
|
|
993
1056
|
newAnalysisViewshed: () => newAnalysisViewshed,
|
|
994
1057
|
newAnalysisViewshedAnalysis: () => newAnalysisViewshedAnalysis,
|
|
1058
|
+
newAttributeBinsGraphic: () => newAttributeBinsGraphic,
|
|
995
1059
|
newBasemap: () => newBasemap,
|
|
996
1060
|
newCamera: () => newCamera,
|
|
997
1061
|
newCameraLayout: () => newCameraLayout,
|
|
@@ -1023,6 +1087,7 @@ __export(src_exports, {
|
|
|
1023
1087
|
newFormElementsInputsTimePickerInput: () => newFormElementsInputsTimePickerInput,
|
|
1024
1088
|
newFormElementsRelationshipElement: () => newFormElementsRelationshipElement,
|
|
1025
1089
|
newFormElementsTextElement: () => newFormElementsTextElement,
|
|
1090
|
+
newFormElementsUtilityNetworkAssociationsElement: () => newFormElementsUtilityNetworkAssociationsElement,
|
|
1026
1091
|
newFormExpressionInfo: () => newFormExpressionInfo,
|
|
1027
1092
|
newFormFormTemplate: () => newFormFormTemplate,
|
|
1028
1093
|
newGeometryCircle: () => newGeometryCircle,
|
|
@@ -1031,6 +1096,8 @@ __export(src_exports, {
|
|
|
1031
1096
|
newGeometryHeightModelInfo: () => newGeometryHeightModelInfo,
|
|
1032
1097
|
newGeometryMesh: () => newGeometryMesh,
|
|
1033
1098
|
newGeometryMultipoint: () => newGeometryMultipoint,
|
|
1099
|
+
newGeometryOperatorsSupportGeographicTransformation: () => newGeometryOperatorsSupportGeographicTransformation,
|
|
1100
|
+
newGeometryOperatorsSupportGeographicTransformationStep: () => newGeometryOperatorsSupportGeographicTransformationStep,
|
|
1034
1101
|
newGeometryOperatorsSupportTransformation: () => newGeometryOperatorsSupportTransformation,
|
|
1035
1102
|
newGeometryPoint: () => newGeometryPoint,
|
|
1036
1103
|
newGeometryPolygon: () => newGeometryPolygon,
|
|
@@ -1079,6 +1146,7 @@ __export(src_exports, {
|
|
|
1079
1146
|
newLayersKnowledgeGraphLayer: () => newLayersKnowledgeGraphLayer,
|
|
1080
1147
|
newLayersLayer: () => newLayersLayer,
|
|
1081
1148
|
newLayersLineOfSightLayer: () => newLayersLineOfSightLayer,
|
|
1149
|
+
newLayersLinkChartLayer: () => newLayersLinkChartLayer,
|
|
1082
1150
|
newLayersMapImageLayer: () => newLayersMapImageLayer,
|
|
1083
1151
|
newLayersMapNotesLayer: () => newLayersMapNotesLayer,
|
|
1084
1152
|
newLayersMediaLayer: () => newLayersMediaLayer,
|
|
@@ -1101,6 +1169,8 @@ __export(src_exports, {
|
|
|
1101
1169
|
newLayersSupportControlPointsGeoreference: () => newLayersSupportControlPointsGeoreference,
|
|
1102
1170
|
newLayersSupportCornersGeoreference: () => newLayersSupportCornersGeoreference,
|
|
1103
1171
|
newLayersSupportDimensionalDefinition: () => newLayersSupportDimensionalDefinition,
|
|
1172
|
+
newLayersSupportDisplayFilter: () => newLayersSupportDisplayFilter,
|
|
1173
|
+
newLayersSupportDisplayFilterInfo: () => newLayersSupportDisplayFilterInfo,
|
|
1104
1174
|
newLayersSupportDomain: () => newLayersSupportDomain,
|
|
1105
1175
|
newLayersSupportElevationSampler: () => newLayersSupportElevationSampler,
|
|
1106
1176
|
newLayersSupportExpressionInfo: () => newLayersSupportExpressionInfo,
|
|
@@ -1127,6 +1197,7 @@ __export(src_exports, {
|
|
|
1127
1197
|
newLayersSupportMapImage: () => newLayersSupportMapImage,
|
|
1128
1198
|
newLayersSupportMosaicRule: () => newLayersSupportMosaicRule,
|
|
1129
1199
|
newLayersSupportMultidimensionalSubset: () => newLayersSupportMultidimensionalSubset,
|
|
1200
|
+
newLayersSupportOrderByInfo: () => newLayersSupportOrderByInfo,
|
|
1130
1201
|
newLayersSupportPixelBlock: () => newLayersSupportPixelBlock,
|
|
1131
1202
|
newLayersSupportPublishingInfo: () => newLayersSupportPublishingInfo,
|
|
1132
1203
|
newLayersSupportRangeDomain: () => newLayersSupportRangeDomain,
|
|
@@ -1171,6 +1242,11 @@ __export(src_exports, {
|
|
|
1171
1242
|
newLayersWMSLayer: () => newLayersWMSLayer,
|
|
1172
1243
|
newLayersWMTSLayer: () => newLayersWMTSLayer,
|
|
1173
1244
|
newLayersWebTileLayer: () => newLayersWebTileLayer,
|
|
1245
|
+
newLinkChartChronologicalLayoutSettings: () => newLinkChartChronologicalLayoutSettings,
|
|
1246
|
+
newLinkChartLayoutSettings: () => newLinkChartLayoutSettings,
|
|
1247
|
+
newLinkChartLinkChartProperties: () => newLinkChartLinkChartProperties,
|
|
1248
|
+
newLinkChartNonspatialDataDisplay: () => newLinkChartNonspatialDataDisplay,
|
|
1249
|
+
newLinkChartOrganicLayoutSettings: () => newLinkChartOrganicLayoutSettings,
|
|
1174
1250
|
newMap: () => newMap,
|
|
1175
1251
|
newNetworksNetwork: () => newNetworksNetwork,
|
|
1176
1252
|
newNetworksSupportNamedTraceConfiguration: () => newNetworksSupportNamedTraceConfiguration,
|
|
@@ -1206,6 +1282,7 @@ __export(src_exports, {
|
|
|
1206
1282
|
newPopupRelatedRecordsInfo: () => newPopupRelatedRecordsInfo,
|
|
1207
1283
|
newPopupSupportFieldInfoFormat: () => newPopupSupportFieldInfoFormat,
|
|
1208
1284
|
newPopupSupportRelatedRecordsInfoFieldOrder: () => newPopupSupportRelatedRecordsInfoFieldOrder,
|
|
1285
|
+
newPopupSupportUtilityNetworkAssociationType: () => newPopupSupportUtilityNetworkAssociationType,
|
|
1209
1286
|
newPopupTemplate: () => newPopupTemplate,
|
|
1210
1287
|
newPortalPortal: () => newPortalPortal,
|
|
1211
1288
|
newPortalPortalFolder: () => newPortalPortalFolder,
|
|
@@ -1267,6 +1344,7 @@ __export(src_exports, {
|
|
|
1267
1344
|
newRestKnowledgeGraphGraphProperty: () => newRestKnowledgeGraphGraphProperty,
|
|
1268
1345
|
newRestKnowledgeGraphGraphQuery: () => newRestKnowledgeGraphGraphQuery,
|
|
1269
1346
|
newRestKnowledgeGraphGraphQueryResult: () => newRestKnowledgeGraphGraphQueryResult,
|
|
1347
|
+
newRestKnowledgeGraphGraphQueryResultHeader: () => newRestKnowledgeGraphGraphQueryResultHeader,
|
|
1270
1348
|
newRestKnowledgeGraphGraphQueryStreaming: () => newRestKnowledgeGraphGraphQueryStreaming,
|
|
1271
1349
|
newRestKnowledgeGraphGraphQueryStreamingResult: () => newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
1272
1350
|
newRestKnowledgeGraphGraphSearch: () => newRestKnowledgeGraphGraphSearch,
|
|
@@ -1279,6 +1357,12 @@ __export(src_exports, {
|
|
|
1279
1357
|
newRestKnowledgeGraphRelationshipType: () => newRestKnowledgeGraphRelationshipType,
|
|
1280
1358
|
newRestKnowledgeGraphSearchIndex: () => newRestKnowledgeGraphSearchIndex,
|
|
1281
1359
|
newRestKnowledgeGraphServiceDefinition: () => newRestKnowledgeGraphServiceDefinition,
|
|
1360
|
+
newRestKnowledgeGraphSourceTypeValueBehavior: () => newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
1361
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
1362
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
1363
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
1364
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection: () => newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
1365
|
+
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings: () => newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
1282
1366
|
newRestNetworksSupportAggregatedGeometry: () => newRestNetworksSupportAggregatedGeometry,
|
|
1283
1367
|
newRestNetworksSupportAssociation: () => newRestNetworksSupportAssociation,
|
|
1284
1368
|
newRestNetworksSupportAssociationGeometriesResult: () => newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -1297,6 +1381,12 @@ __export(src_exports, {
|
|
|
1297
1381
|
newRestSupportArealUnit: () => newRestSupportArealUnit,
|
|
1298
1382
|
newRestSupportAreasAndLengthsParameters: () => newRestSupportAreasAndLengthsParameters,
|
|
1299
1383
|
newRestSupportAttachmentQuery: () => newRestSupportAttachmentQuery,
|
|
1384
|
+
newRestSupportAttributeBinsFeatureSet: () => newRestSupportAttributeBinsFeatureSet,
|
|
1385
|
+
newRestSupportAttributeBinsGrouping: () => newRestSupportAttributeBinsGrouping,
|
|
1386
|
+
newRestSupportAttributeBinsQuery: () => newRestSupportAttributeBinsQuery,
|
|
1387
|
+
newRestSupportAutoIntervalBinParameters: () => newRestSupportAutoIntervalBinParameters,
|
|
1388
|
+
newRestSupportBaseImageMeasureParameters: () => newRestSupportBaseImageMeasureParameters,
|
|
1389
|
+
newRestSupportBaseImageMeasureResult: () => newRestSupportBaseImageMeasureResult,
|
|
1300
1390
|
newRestSupportBufferParameters: () => newRestSupportBufferParameters,
|
|
1301
1391
|
newRestSupportCameraInfo: () => newRestSupportCameraInfo,
|
|
1302
1392
|
newRestSupportClosestFacilityParameters: () => newRestSupportClosestFacilityParameters,
|
|
@@ -1304,6 +1394,8 @@ __export(src_exports, {
|
|
|
1304
1394
|
newRestSupportColorRamp: () => newRestSupportColorRamp,
|
|
1305
1395
|
newRestSupportDataFile: () => newRestSupportDataFile,
|
|
1306
1396
|
newRestSupportDataLayer: () => newRestSupportDataLayer,
|
|
1397
|
+
newRestSupportDateBinParameters: () => newRestSupportDateBinParameters,
|
|
1398
|
+
newRestSupportDateBinTimeInterval: () => newRestSupportDateBinTimeInterval,
|
|
1307
1399
|
newRestSupportDensifyParameters: () => newRestSupportDensifyParameters,
|
|
1308
1400
|
newRestSupportDirectionLine: () => newRestSupportDirectionLine,
|
|
1309
1401
|
newRestSupportDirectionPoint: () => newRestSupportDirectionPoint,
|
|
@@ -1317,6 +1409,8 @@ __export(src_exports, {
|
|
|
1317
1409
|
newRestSupportFindImagesResult: () => newRestSupportFindImagesResult,
|
|
1318
1410
|
newRestSupportFindParameters: () => newRestSupportFindParameters,
|
|
1319
1411
|
newRestSupportFindResult: () => newRestSupportFindResult,
|
|
1412
|
+
newRestSupportFixedBoundariesBinParameters: () => newRestSupportFixedBoundariesBinParameters,
|
|
1413
|
+
newRestSupportFixedIntervalBinParameters: () => newRestSupportFixedIntervalBinParameters,
|
|
1320
1414
|
newRestSupportGPMessage: () => newRestSupportGPMessage,
|
|
1321
1415
|
newRestSupportGeneralizeParameters: () => newRestSupportGeneralizeParameters,
|
|
1322
1416
|
newRestSupportIdentifyParameters: () => newRestSupportIdentifyParameters,
|
|
@@ -1350,6 +1444,9 @@ __export(src_exports, {
|
|
|
1350
1444
|
newRestSupportImageToMapParameters: () => newRestSupportImageToMapParameters,
|
|
1351
1445
|
newRestSupportImageUrlParameters: () => newRestSupportImageUrlParameters,
|
|
1352
1446
|
newRestSupportImageUrlResult: () => newRestSupportImageUrlResult,
|
|
1447
|
+
newRestSupportImageVolume: () => newRestSupportImageVolume,
|
|
1448
|
+
newRestSupportImageVolumeParameters: () => newRestSupportImageVolumeParameters,
|
|
1449
|
+
newRestSupportImageVolumeResult: () => newRestSupportImageVolumeResult,
|
|
1353
1450
|
newRestSupportJobInfo: () => newRestSupportJobInfo,
|
|
1354
1451
|
newRestSupportLegendLayer: () => newRestSupportLegendLayer,
|
|
1355
1452
|
newRestSupportLengthsParameters: () => newRestSupportLengthsParameters,
|
|
@@ -1498,11 +1595,14 @@ __export(src_exports, {
|
|
|
1498
1595
|
newViewsLayersSceneLayerView: () => newViewsLayersSceneLayerView,
|
|
1499
1596
|
newViewsLayersStreamLayerView: () => newViewsLayersStreamLayerView,
|
|
1500
1597
|
newViewsLayersViewshedLayerView: () => newViewsLayersViewshedLayerView,
|
|
1598
|
+
newViewsLinkChartView: () => newViewsLinkChartView,
|
|
1501
1599
|
newViewsMagnifier: () => newViewsMagnifier,
|
|
1502
1600
|
newViewsMapView: () => newViewsMapView,
|
|
1503
1601
|
newViewsNavigationGamepadGamepadSettings: () => newViewsNavigationGamepadGamepadSettings,
|
|
1504
1602
|
newViewsNavigationNavigation: () => newViewsNavigationNavigation,
|
|
1603
|
+
newViewsNavigationNavigationActionMap: () => newViewsNavigationNavigationActionMap,
|
|
1505
1604
|
newViewsSceneView: () => newViewsSceneView,
|
|
1605
|
+
newViewsSupportHighlightOptions: () => newViewsSupportHighlightOptions,
|
|
1506
1606
|
newViewsTheme: () => newViewsTheme,
|
|
1507
1607
|
newViewsUiDefaultUI: () => newViewsUiDefaultUI,
|
|
1508
1608
|
newViewsUiUI: () => newViewsUiUI,
|
|
@@ -1510,6 +1610,7 @@ __export(src_exports, {
|
|
|
1510
1610
|
newViewsView2D: () => newViewsView2D,
|
|
1511
1611
|
newViewsViewAnimation: () => newViewsViewAnimation,
|
|
1512
1612
|
newWebDocument2D: () => newWebDocument2D,
|
|
1613
|
+
newWebLinkChart: () => newWebLinkChart,
|
|
1513
1614
|
newWebMap: () => newWebMap,
|
|
1514
1615
|
newWebScene: () => newWebScene,
|
|
1515
1616
|
newWebdocApplicationPropertiesSearch: () => newWebdocApplicationPropertiesSearch,
|
|
@@ -1541,6 +1642,7 @@ __export(src_exports, {
|
|
|
1541
1642
|
newWebsceneInitialViewProperties: () => newWebsceneInitialViewProperties,
|
|
1542
1643
|
newWebscenePresentation: () => newWebscenePresentation,
|
|
1543
1644
|
newWebsceneSlide: () => newWebsceneSlide,
|
|
1645
|
+
newWebsceneSlideLegendInfo: () => newWebsceneSlideLegendInfo,
|
|
1544
1646
|
newWebsceneSunLighting: () => newWebsceneSunLighting,
|
|
1545
1647
|
newWebsceneVirtualLighting: () => newWebsceneVirtualLighting,
|
|
1546
1648
|
newWidgetsAreaMeasurement2D: () => newWidgetsAreaMeasurement2D,
|
|
@@ -1610,6 +1712,8 @@ __export(src_exports, {
|
|
|
1610
1712
|
newWidgetsFeatureFormFieldInput: () => newWidgetsFeatureFormFieldInput,
|
|
1611
1713
|
newWidgetsFeatureFormGroupInput: () => newWidgetsFeatureFormGroupInput,
|
|
1612
1714
|
newWidgetsFeatureFormRelationshipInput: () => newWidgetsFeatureFormRelationshipInput,
|
|
1715
|
+
newWidgetsFeatureFormTextElementInput: () => newWidgetsFeatureFormTextElementInput,
|
|
1716
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput: () => newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
1613
1717
|
newWidgetsFeatureTable: () => newWidgetsFeatureTable,
|
|
1614
1718
|
newWidgetsFeatureTableActionColumn: () => newWidgetsFeatureTableActionColumn,
|
|
1615
1719
|
newWidgetsFeatureTableAttachmentsColumn: () => newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -1621,10 +1725,12 @@ __export(src_exports, {
|
|
|
1621
1725
|
newWidgetsFeatureTableGridSupportButtonMenuItem: () => newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
1622
1726
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel: () => newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
1623
1727
|
newWidgetsFeatureTableRelationshipColumn: () => newWidgetsFeatureTableRelationshipColumn,
|
|
1728
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate: () => newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
1624
1729
|
newWidgetsFeatureTableSupportColumnTemplate: () => newWidgetsFeatureTableSupportColumnTemplate,
|
|
1625
1730
|
newWidgetsFeatureTableSupportColumnTemplateBase: () => newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
1626
1731
|
newWidgetsFeatureTableSupportFieldColumnTemplate: () => newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
1627
1732
|
newWidgetsFeatureTableSupportGroupColumnTemplate: () => newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
1733
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate: () => newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
1628
1734
|
newWidgetsFeatureTableSupportTableTemplate: () => newWidgetsFeatureTableSupportTableTemplate,
|
|
1629
1735
|
newWidgetsFeatureTemplates: () => newWidgetsFeatureTemplates,
|
|
1630
1736
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel: () => newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -1722,6 +1828,7 @@ __export(src_exports, {
|
|
|
1722
1828
|
newWidgetsUtilityNetworkAssociations: () => newWidgetsUtilityNetworkAssociations,
|
|
1723
1829
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
1724
1830
|
newWidgetsUtilityNetworkTrace: () => newWidgetsUtilityNetworkTrace,
|
|
1831
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel: () => newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
1725
1832
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel: () => newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
1726
1833
|
newWidgetsUtilityNetworkValidateTopology: () => newWidgetsUtilityNetworkValidateTopology,
|
|
1727
1834
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel: () => newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -2055,6 +2162,17 @@ async function newFormElementsTextElement(properties) {
|
|
|
2055
2162
|
const ModConstructor = await importFormElementsTextElement();
|
|
2056
2163
|
return new ModConstructor(properties);
|
|
2057
2164
|
}
|
|
2165
|
+
async function importFormElementsUtilityNetworkAssociationsElement() {
|
|
2166
|
+
if (isAMD) {
|
|
2167
|
+
return await window.$arcgis.import("esri/form/elements/UtilityNetworkAssociationsElement");
|
|
2168
|
+
}
|
|
2169
|
+
const module2 = await import("@arcgis/core/form/elements/UtilityNetworkAssociationsElement.js");
|
|
2170
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2171
|
+
}
|
|
2172
|
+
async function newFormElementsUtilityNetworkAssociationsElement(properties) {
|
|
2173
|
+
const ModConstructor = await importFormElementsUtilityNetworkAssociationsElement();
|
|
2174
|
+
return new ModConstructor(properties);
|
|
2175
|
+
}
|
|
2058
2176
|
async function importFormElementsInputsBarcodeScannerInput() {
|
|
2059
2177
|
if (isAMD) {
|
|
2060
2178
|
return await window.$arcgis.import("esri/form/elements/inputs/BarcodeScannerInput");
|
|
@@ -2363,6 +2481,28 @@ async function newGeometrySpatialReference(properties) {
|
|
|
2363
2481
|
const ModConstructor = await importGeometrySpatialReference();
|
|
2364
2482
|
return new ModConstructor(properties);
|
|
2365
2483
|
}
|
|
2484
|
+
async function importGeometryOperatorsSupportGeographicTransformation() {
|
|
2485
|
+
if (isAMD) {
|
|
2486
|
+
return await window.$arcgis.import("esri/geometry/operators/support/GeographicTransformation");
|
|
2487
|
+
}
|
|
2488
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/GeographicTransformation.js");
|
|
2489
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2490
|
+
}
|
|
2491
|
+
async function newGeometryOperatorsSupportGeographicTransformation(properties) {
|
|
2492
|
+
const ModConstructor = await importGeometryOperatorsSupportGeographicTransformation();
|
|
2493
|
+
return new ModConstructor(properties);
|
|
2494
|
+
}
|
|
2495
|
+
async function importGeometryOperatorsSupportGeographicTransformationStep() {
|
|
2496
|
+
if (isAMD) {
|
|
2497
|
+
return await window.$arcgis.import("esri/geometry/operators/support/GeographicTransformationStep");
|
|
2498
|
+
}
|
|
2499
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/GeographicTransformationStep.js");
|
|
2500
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2501
|
+
}
|
|
2502
|
+
async function newGeometryOperatorsSupportGeographicTransformationStep(properties) {
|
|
2503
|
+
const ModConstructor = await importGeometryOperatorsSupportGeographicTransformationStep();
|
|
2504
|
+
return new ModConstructor(properties);
|
|
2505
|
+
}
|
|
2366
2506
|
async function importGeometryOperatorsSupportTransformation() {
|
|
2367
2507
|
if (isAMD) {
|
|
2368
2508
|
return await window.$arcgis.import("esri/geometry/operators/support/Transformation");
|
|
@@ -2484,6 +2624,17 @@ async function newGeometrySupportMeshTransform(properties) {
|
|
|
2484
2624
|
const ModConstructor = await importGeometrySupportMeshTransform();
|
|
2485
2625
|
return new ModConstructor(properties);
|
|
2486
2626
|
}
|
|
2627
|
+
async function importAttributeBinsGraphic() {
|
|
2628
|
+
if (isAMD) {
|
|
2629
|
+
return await window.$arcgis.import("esri/AttributeBinsGraphic");
|
|
2630
|
+
}
|
|
2631
|
+
const module2 = await import("@arcgis/core/AttributeBinsGraphic.js");
|
|
2632
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2633
|
+
}
|
|
2634
|
+
async function newAttributeBinsGraphic(properties) {
|
|
2635
|
+
const ModConstructor = await importAttributeBinsGraphic();
|
|
2636
|
+
return new ModConstructor(properties);
|
|
2637
|
+
}
|
|
2487
2638
|
async function importGraphic() {
|
|
2488
2639
|
if (isAMD) {
|
|
2489
2640
|
return await window.$arcgis.import("esri/Graphic");
|
|
@@ -2847,6 +2998,17 @@ async function newLayersLineOfSightLayer(properties) {
|
|
|
2847
2998
|
const ModConstructor = await importLayersLineOfSightLayer();
|
|
2848
2999
|
return new ModConstructor(properties);
|
|
2849
3000
|
}
|
|
3001
|
+
async function importLayersLinkChartLayer() {
|
|
3002
|
+
if (isAMD) {
|
|
3003
|
+
return await window.$arcgis.import("esri/layers/LinkChartLayer");
|
|
3004
|
+
}
|
|
3005
|
+
const module2 = await import("@arcgis/core/layers/LinkChartLayer.js");
|
|
3006
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3007
|
+
}
|
|
3008
|
+
async function newLayersLinkChartLayer(properties) {
|
|
3009
|
+
const ModConstructor = await importLayersLinkChartLayer();
|
|
3010
|
+
return new ModConstructor(properties);
|
|
3011
|
+
}
|
|
2850
3012
|
async function importLayersMapImageLayer() {
|
|
2851
3013
|
if (isAMD) {
|
|
2852
3014
|
return await window.$arcgis.import("esri/layers/MapImageLayer");
|
|
@@ -3089,6 +3251,28 @@ async function newLayersSupportDimensionalDefinition(properties) {
|
|
|
3089
3251
|
const ModConstructor = await importLayersSupportDimensionalDefinition();
|
|
3090
3252
|
return new ModConstructor(properties);
|
|
3091
3253
|
}
|
|
3254
|
+
async function importLayersSupportDisplayFilter() {
|
|
3255
|
+
if (isAMD) {
|
|
3256
|
+
return await window.$arcgis.import("esri/layers/support/DisplayFilter");
|
|
3257
|
+
}
|
|
3258
|
+
const module2 = await import("@arcgis/core/layers/support/DisplayFilter.js");
|
|
3259
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3260
|
+
}
|
|
3261
|
+
async function newLayersSupportDisplayFilter(properties) {
|
|
3262
|
+
const ModConstructor = await importLayersSupportDisplayFilter();
|
|
3263
|
+
return new ModConstructor(properties);
|
|
3264
|
+
}
|
|
3265
|
+
async function importLayersSupportDisplayFilterInfo() {
|
|
3266
|
+
if (isAMD) {
|
|
3267
|
+
return await window.$arcgis.import("esri/layers/support/DisplayFilterInfo");
|
|
3268
|
+
}
|
|
3269
|
+
const module2 = await import("@arcgis/core/layers/support/DisplayFilterInfo.js");
|
|
3270
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3271
|
+
}
|
|
3272
|
+
async function newLayersSupportDisplayFilterInfo(properties) {
|
|
3273
|
+
const ModConstructor = await importLayersSupportDisplayFilterInfo();
|
|
3274
|
+
return new ModConstructor(properties);
|
|
3275
|
+
}
|
|
3092
3276
|
async function importLayersSupportDomain() {
|
|
3093
3277
|
if (isAMD) {
|
|
3094
3278
|
return await window.$arcgis.import("esri/layers/support/Domain");
|
|
@@ -3375,6 +3559,17 @@ async function newLayersSupportMultidimensionalSubset(properties) {
|
|
|
3375
3559
|
const ModConstructor = await importLayersSupportMultidimensionalSubset();
|
|
3376
3560
|
return new ModConstructor(properties);
|
|
3377
3561
|
}
|
|
3562
|
+
async function importLayersSupportOrderByInfo() {
|
|
3563
|
+
if (isAMD) {
|
|
3564
|
+
return await window.$arcgis.import("esri/layers/support/OrderByInfo");
|
|
3565
|
+
}
|
|
3566
|
+
const module2 = await import("@arcgis/core/layers/support/OrderByInfo.js");
|
|
3567
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3568
|
+
}
|
|
3569
|
+
async function newLayersSupportOrderByInfo(properties) {
|
|
3570
|
+
const ModConstructor = await importLayersSupportOrderByInfo();
|
|
3571
|
+
return new ModConstructor(properties);
|
|
3572
|
+
}
|
|
3378
3573
|
async function importLayersSupportPixelBlock() {
|
|
3379
3574
|
if (isAMD) {
|
|
3380
3575
|
return await window.$arcgis.import("esri/layers/support/PixelBlock");
|
|
@@ -3859,6 +4054,61 @@ async function newLayersWMTSLayer(properties) {
|
|
|
3859
4054
|
const ModConstructor = await importLayersWMTSLayer();
|
|
3860
4055
|
return new ModConstructor(properties);
|
|
3861
4056
|
}
|
|
4057
|
+
async function importLinkChartChronologicalLayoutSettings() {
|
|
4058
|
+
if (isAMD) {
|
|
4059
|
+
return await window.$arcgis.import("esri/linkChart/ChronologicalLayoutSettings");
|
|
4060
|
+
}
|
|
4061
|
+
const module2 = await import("@arcgis/core/linkChart/ChronologicalLayoutSettings.js");
|
|
4062
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4063
|
+
}
|
|
4064
|
+
async function newLinkChartChronologicalLayoutSettings(properties) {
|
|
4065
|
+
const ModConstructor = await importLinkChartChronologicalLayoutSettings();
|
|
4066
|
+
return new ModConstructor(properties);
|
|
4067
|
+
}
|
|
4068
|
+
async function importLinkChartLayoutSettings() {
|
|
4069
|
+
if (isAMD) {
|
|
4070
|
+
return await window.$arcgis.import("esri/linkChart/LayoutSettings");
|
|
4071
|
+
}
|
|
4072
|
+
const module2 = await import("@arcgis/core/linkChart/LayoutSettings.js");
|
|
4073
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4074
|
+
}
|
|
4075
|
+
async function newLinkChartLayoutSettings(properties) {
|
|
4076
|
+
const ModConstructor = await importLinkChartLayoutSettings();
|
|
4077
|
+
return new ModConstructor(properties);
|
|
4078
|
+
}
|
|
4079
|
+
async function importLinkChartLinkChartProperties() {
|
|
4080
|
+
if (isAMD) {
|
|
4081
|
+
return await window.$arcgis.import("esri/linkChart/LinkChartProperties");
|
|
4082
|
+
}
|
|
4083
|
+
const module2 = await import("@arcgis/core/linkChart/LinkChartProperties.js");
|
|
4084
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4085
|
+
}
|
|
4086
|
+
async function newLinkChartLinkChartProperties(properties) {
|
|
4087
|
+
const ModConstructor = await importLinkChartLinkChartProperties();
|
|
4088
|
+
return new ModConstructor(properties);
|
|
4089
|
+
}
|
|
4090
|
+
async function importLinkChartNonspatialDataDisplay() {
|
|
4091
|
+
if (isAMD) {
|
|
4092
|
+
return await window.$arcgis.import("esri/linkChart/NonspatialDataDisplay");
|
|
4093
|
+
}
|
|
4094
|
+
const module2 = await import("@arcgis/core/linkChart/NonspatialDataDisplay.js");
|
|
4095
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4096
|
+
}
|
|
4097
|
+
async function newLinkChartNonspatialDataDisplay(properties) {
|
|
4098
|
+
const ModConstructor = await importLinkChartNonspatialDataDisplay();
|
|
4099
|
+
return new ModConstructor(properties);
|
|
4100
|
+
}
|
|
4101
|
+
async function importLinkChartOrganicLayoutSettings() {
|
|
4102
|
+
if (isAMD) {
|
|
4103
|
+
return await window.$arcgis.import("esri/linkChart/OrganicLayoutSettings");
|
|
4104
|
+
}
|
|
4105
|
+
const module2 = await import("@arcgis/core/linkChart/OrganicLayoutSettings.js");
|
|
4106
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4107
|
+
}
|
|
4108
|
+
async function newLinkChartOrganicLayoutSettings(properties) {
|
|
4109
|
+
const ModConstructor = await importLinkChartOrganicLayoutSettings();
|
|
4110
|
+
return new ModConstructor(properties);
|
|
4111
|
+
}
|
|
3862
4112
|
async function importMap() {
|
|
3863
4113
|
if (isAMD) {
|
|
3864
4114
|
return await window.$arcgis.import("esri/Map");
|
|
@@ -4244,6 +4494,17 @@ async function newPopupSupportRelatedRecordsInfoFieldOrder(properties) {
|
|
|
4244
4494
|
const ModConstructor = await importPopupSupportRelatedRecordsInfoFieldOrder();
|
|
4245
4495
|
return new ModConstructor(properties);
|
|
4246
4496
|
}
|
|
4497
|
+
async function importPopupSupportUtilityNetworkAssociationType() {
|
|
4498
|
+
if (isAMD) {
|
|
4499
|
+
return await window.$arcgis.import("esri/popup/support/UtilityNetworkAssociationType");
|
|
4500
|
+
}
|
|
4501
|
+
const module2 = await import("@arcgis/core/popup/support/UtilityNetworkAssociationType.js");
|
|
4502
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4503
|
+
}
|
|
4504
|
+
async function newPopupSupportUtilityNetworkAssociationType(properties) {
|
|
4505
|
+
const ModConstructor = await importPopupSupportUtilityNetworkAssociationType();
|
|
4506
|
+
return new ModConstructor(properties);
|
|
4507
|
+
}
|
|
4247
4508
|
async function importPopupTemplate() {
|
|
4248
4509
|
if (isAMD) {
|
|
4249
4510
|
return await window.$arcgis.import("esri/PopupTemplate");
|
|
@@ -4915,6 +5176,17 @@ async function newRestKnowledgeGraphGraphQueryResult(properties) {
|
|
|
4915
5176
|
const ModConstructor = await importRestKnowledgeGraphGraphQueryResult();
|
|
4916
5177
|
return new ModConstructor(properties);
|
|
4917
5178
|
}
|
|
5179
|
+
async function importRestKnowledgeGraphGraphQueryResultHeader() {
|
|
5180
|
+
if (isAMD) {
|
|
5181
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryResultHeader");
|
|
5182
|
+
}
|
|
5183
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphQueryResultHeader.js");
|
|
5184
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5185
|
+
}
|
|
5186
|
+
async function newRestKnowledgeGraphGraphQueryResultHeader(properties) {
|
|
5187
|
+
const ModConstructor = await importRestKnowledgeGraphGraphQueryResultHeader();
|
|
5188
|
+
return new ModConstructor(properties);
|
|
5189
|
+
}
|
|
4918
5190
|
async function importRestKnowledgeGraphGraphQueryStreaming() {
|
|
4919
5191
|
if (isAMD) {
|
|
4920
5192
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryStreaming");
|
|
@@ -5047,6 +5319,72 @@ async function newRestKnowledgeGraphServiceDefinition(properties) {
|
|
|
5047
5319
|
const ModConstructor = await importRestKnowledgeGraphServiceDefinition();
|
|
5048
5320
|
return new ModConstructor(properties);
|
|
5049
5321
|
}
|
|
5322
|
+
async function importRestKnowledgeGraphSourceTypeValueBehavior() {
|
|
5323
|
+
if (isAMD) {
|
|
5324
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/SourceTypeValueBehavior");
|
|
5325
|
+
}
|
|
5326
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/SourceTypeValueBehavior.js");
|
|
5327
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5328
|
+
}
|
|
5329
|
+
async function newRestKnowledgeGraphSourceTypeValueBehavior(properties) {
|
|
5330
|
+
const ModConstructor = await importRestKnowledgeGraphSourceTypeValueBehavior();
|
|
5331
|
+
return new ModConstructor(properties);
|
|
5332
|
+
}
|
|
5333
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration() {
|
|
5334
|
+
if (isAMD) {
|
|
5335
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsConfiguration");
|
|
5336
|
+
}
|
|
5337
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsConfiguration.js");
|
|
5338
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5339
|
+
}
|
|
5340
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration(properties) {
|
|
5341
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration();
|
|
5342
|
+
return new ModConstructor(properties);
|
|
5343
|
+
}
|
|
5344
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity() {
|
|
5345
|
+
if (isAMD) {
|
|
5346
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsEntity");
|
|
5347
|
+
}
|
|
5348
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsEntity.js");
|
|
5349
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5350
|
+
}
|
|
5351
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity(properties) {
|
|
5352
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity();
|
|
5353
|
+
return new ModConstructor(properties);
|
|
5354
|
+
}
|
|
5355
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter() {
|
|
5356
|
+
if (isAMD) {
|
|
5357
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsPathFilter");
|
|
5358
|
+
}
|
|
5359
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsPathFilter.js");
|
|
5360
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5361
|
+
}
|
|
5362
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter(properties) {
|
|
5363
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter();
|
|
5364
|
+
return new ModConstructor(properties);
|
|
5365
|
+
}
|
|
5366
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection() {
|
|
5367
|
+
if (isAMD) {
|
|
5368
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMKGTraversalDirection");
|
|
5369
|
+
}
|
|
5370
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMKGTraversalDirection.js");
|
|
5371
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5372
|
+
}
|
|
5373
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection(properties) {
|
|
5374
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection();
|
|
5375
|
+
return new ModConstructor(properties);
|
|
5376
|
+
}
|
|
5377
|
+
async function importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings() {
|
|
5378
|
+
if (isAMD) {
|
|
5379
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/FindPathsToolSettings");
|
|
5380
|
+
}
|
|
5381
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/FindPathsToolSettings.js");
|
|
5382
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5383
|
+
}
|
|
5384
|
+
async function newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings(properties) {
|
|
5385
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings();
|
|
5386
|
+
return new ModConstructor(properties);
|
|
5387
|
+
}
|
|
5050
5388
|
async function importRestNetworksSupportAggregatedGeometry() {
|
|
5051
5389
|
if (isAMD) {
|
|
5052
5390
|
return await window.$arcgis.import("esri/rest/networks/support/AggregatedGeometry");
|
|
@@ -5201,6 +5539,94 @@ async function newRestSupportAddressCandidate(properties) {
|
|
|
5201
5539
|
const ModConstructor = await importRestSupportAddressCandidate();
|
|
5202
5540
|
return new ModConstructor(properties);
|
|
5203
5541
|
}
|
|
5542
|
+
async function importRestSupportAttributeBinsFeatureSet() {
|
|
5543
|
+
if (isAMD) {
|
|
5544
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsFeatureSet");
|
|
5545
|
+
}
|
|
5546
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsFeatureSet.js");
|
|
5547
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5548
|
+
}
|
|
5549
|
+
async function newRestSupportAttributeBinsFeatureSet(properties) {
|
|
5550
|
+
const ModConstructor = await importRestSupportAttributeBinsFeatureSet();
|
|
5551
|
+
return new ModConstructor(properties);
|
|
5552
|
+
}
|
|
5553
|
+
async function importRestSupportAttributeBinsQuery() {
|
|
5554
|
+
if (isAMD) {
|
|
5555
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsQuery");
|
|
5556
|
+
}
|
|
5557
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsQuery.js");
|
|
5558
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5559
|
+
}
|
|
5560
|
+
async function newRestSupportAttributeBinsQuery(properties) {
|
|
5561
|
+
const ModConstructor = await importRestSupportAttributeBinsQuery();
|
|
5562
|
+
return new ModConstructor(properties);
|
|
5563
|
+
}
|
|
5564
|
+
async function importRestSupportAttributeBinsGrouping() {
|
|
5565
|
+
if (isAMD) {
|
|
5566
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsGrouping");
|
|
5567
|
+
}
|
|
5568
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsGrouping.js");
|
|
5569
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5570
|
+
}
|
|
5571
|
+
async function newRestSupportAttributeBinsGrouping(properties) {
|
|
5572
|
+
const ModConstructor = await importRestSupportAttributeBinsGrouping();
|
|
5573
|
+
return new ModConstructor(properties);
|
|
5574
|
+
}
|
|
5575
|
+
async function importRestSupportAutoIntervalBinParameters() {
|
|
5576
|
+
if (isAMD) {
|
|
5577
|
+
return await window.$arcgis.import("esri/rest/support/AutoIntervalBinParameters");
|
|
5578
|
+
}
|
|
5579
|
+
const module2 = await import("@arcgis/core/rest/support/AutoIntervalBinParameters.js");
|
|
5580
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5581
|
+
}
|
|
5582
|
+
async function newRestSupportAutoIntervalBinParameters(properties) {
|
|
5583
|
+
const ModConstructor = await importRestSupportAutoIntervalBinParameters();
|
|
5584
|
+
return new ModConstructor(properties);
|
|
5585
|
+
}
|
|
5586
|
+
async function importRestSupportFixedBoundariesBinParameters() {
|
|
5587
|
+
if (isAMD) {
|
|
5588
|
+
return await window.$arcgis.import("esri/rest/support/FixedBoundariesBinParameters");
|
|
5589
|
+
}
|
|
5590
|
+
const module2 = await import("@arcgis/core/rest/support/FixedBoundariesBinParameters.js");
|
|
5591
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5592
|
+
}
|
|
5593
|
+
async function newRestSupportFixedBoundariesBinParameters(properties) {
|
|
5594
|
+
const ModConstructor = await importRestSupportFixedBoundariesBinParameters();
|
|
5595
|
+
return new ModConstructor(properties);
|
|
5596
|
+
}
|
|
5597
|
+
async function importRestSupportFixedIntervalBinParameters() {
|
|
5598
|
+
if (isAMD) {
|
|
5599
|
+
return await window.$arcgis.import("esri/rest/support/FixedIntervalBinParameters");
|
|
5600
|
+
}
|
|
5601
|
+
const module2 = await import("@arcgis/core/rest/support/FixedIntervalBinParameters.js");
|
|
5602
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5603
|
+
}
|
|
5604
|
+
async function newRestSupportFixedIntervalBinParameters(properties) {
|
|
5605
|
+
const ModConstructor = await importRestSupportFixedIntervalBinParameters();
|
|
5606
|
+
return new ModConstructor(properties);
|
|
5607
|
+
}
|
|
5608
|
+
async function importRestSupportDateBinParameters() {
|
|
5609
|
+
if (isAMD) {
|
|
5610
|
+
return await window.$arcgis.import("esri/rest/support/DateBinParameters");
|
|
5611
|
+
}
|
|
5612
|
+
const module2 = await import("@arcgis/core/rest/support/DateBinParameters.js");
|
|
5613
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5614
|
+
}
|
|
5615
|
+
async function newRestSupportDateBinParameters(properties) {
|
|
5616
|
+
const ModConstructor = await importRestSupportDateBinParameters();
|
|
5617
|
+
return new ModConstructor(properties);
|
|
5618
|
+
}
|
|
5619
|
+
async function importRestSupportDateBinTimeInterval() {
|
|
5620
|
+
if (isAMD) {
|
|
5621
|
+
return await window.$arcgis.import("esri/rest/support/DateBinTimeInterval");
|
|
5622
|
+
}
|
|
5623
|
+
const module2 = await import("@arcgis/core/rest/support/DateBinTimeInterval.js");
|
|
5624
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5625
|
+
}
|
|
5626
|
+
async function newRestSupportDateBinTimeInterval(properties) {
|
|
5627
|
+
const ModConstructor = await importRestSupportDateBinTimeInterval();
|
|
5628
|
+
return new ModConstructor(properties);
|
|
5629
|
+
}
|
|
5204
5630
|
async function importRestSupportAlgorithmicColorRamp() {
|
|
5205
5631
|
if (isAMD) {
|
|
5206
5632
|
return await window.$arcgis.import("esri/rest/support/AlgorithmicColorRamp");
|
|
@@ -5245,6 +5671,28 @@ async function newRestSupportAttachmentQuery(properties) {
|
|
|
5245
5671
|
const ModConstructor = await importRestSupportAttachmentQuery();
|
|
5246
5672
|
return new ModConstructor(properties);
|
|
5247
5673
|
}
|
|
5674
|
+
async function importRestSupportBaseImageMeasureParameters() {
|
|
5675
|
+
if (isAMD) {
|
|
5676
|
+
return await window.$arcgis.import("esri/rest/support/BaseImageMeasureParameters");
|
|
5677
|
+
}
|
|
5678
|
+
const module2 = await import("@arcgis/core/rest/support/BaseImageMeasureParameters.js");
|
|
5679
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5680
|
+
}
|
|
5681
|
+
async function newRestSupportBaseImageMeasureParameters(properties) {
|
|
5682
|
+
const ModConstructor = await importRestSupportBaseImageMeasureParameters();
|
|
5683
|
+
return new ModConstructor(properties);
|
|
5684
|
+
}
|
|
5685
|
+
async function importRestSupportBaseImageMeasureResult() {
|
|
5686
|
+
if (isAMD) {
|
|
5687
|
+
return await window.$arcgis.import("esri/rest/support/BaseImageMeasureResult");
|
|
5688
|
+
}
|
|
5689
|
+
const module2 = await import("@arcgis/core/rest/support/BaseImageMeasureResult.js");
|
|
5690
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5691
|
+
}
|
|
5692
|
+
async function newRestSupportBaseImageMeasureResult(properties) {
|
|
5693
|
+
const ModConstructor = await importRestSupportBaseImageMeasureResult();
|
|
5694
|
+
return new ModConstructor(properties);
|
|
5695
|
+
}
|
|
5248
5696
|
async function importRestSupportBufferParameters() {
|
|
5249
5697
|
if (isAMD) {
|
|
5250
5698
|
return await window.$arcgis.import("esri/rest/support/BufferParameters");
|
|
@@ -5828,6 +6276,39 @@ async function newRestSupportImageUrlResult(properties) {
|
|
|
5828
6276
|
const ModConstructor = await importRestSupportImageUrlResult();
|
|
5829
6277
|
return new ModConstructor(properties);
|
|
5830
6278
|
}
|
|
6279
|
+
async function importRestSupportImageVolume() {
|
|
6280
|
+
if (isAMD) {
|
|
6281
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolume");
|
|
6282
|
+
}
|
|
6283
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolume.js");
|
|
6284
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6285
|
+
}
|
|
6286
|
+
async function newRestSupportImageVolume(properties) {
|
|
6287
|
+
const ModConstructor = await importRestSupportImageVolume();
|
|
6288
|
+
return new ModConstructor(properties);
|
|
6289
|
+
}
|
|
6290
|
+
async function importRestSupportImageVolumeParameters() {
|
|
6291
|
+
if (isAMD) {
|
|
6292
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolumeParameters");
|
|
6293
|
+
}
|
|
6294
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolumeParameters.js");
|
|
6295
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6296
|
+
}
|
|
6297
|
+
async function newRestSupportImageVolumeParameters(properties) {
|
|
6298
|
+
const ModConstructor = await importRestSupportImageVolumeParameters();
|
|
6299
|
+
return new ModConstructor(properties);
|
|
6300
|
+
}
|
|
6301
|
+
async function importRestSupportImageVolumeResult() {
|
|
6302
|
+
if (isAMD) {
|
|
6303
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolumeResult");
|
|
6304
|
+
}
|
|
6305
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolumeResult.js");
|
|
6306
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6307
|
+
}
|
|
6308
|
+
async function newRestSupportImageVolumeResult(properties) {
|
|
6309
|
+
const ModConstructor = await importRestSupportImageVolumeResult();
|
|
6310
|
+
return new ModConstructor(properties);
|
|
6311
|
+
}
|
|
5831
6312
|
async function importRestSupportJobInfo() {
|
|
5832
6313
|
if (isAMD) {
|
|
5833
6314
|
return await window.$arcgis.import("esri/rest/support/JobInfo");
|
|
@@ -7456,6 +7937,17 @@ async function newViewsLayersViewshedLayerView(properties) {
|
|
|
7456
7937
|
const ModConstructor = await importViewsLayersViewshedLayerView();
|
|
7457
7938
|
return new ModConstructor(properties);
|
|
7458
7939
|
}
|
|
7940
|
+
async function importViewsLinkChartView() {
|
|
7941
|
+
if (isAMD) {
|
|
7942
|
+
return await window.$arcgis.import("esri/views/LinkChartView");
|
|
7943
|
+
}
|
|
7944
|
+
const module2 = await import("@arcgis/core/views/LinkChartView.js");
|
|
7945
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7946
|
+
}
|
|
7947
|
+
async function newViewsLinkChartView(properties) {
|
|
7948
|
+
const ModConstructor = await importViewsLinkChartView();
|
|
7949
|
+
return new ModConstructor(properties);
|
|
7950
|
+
}
|
|
7459
7951
|
async function importViewsMagnifier() {
|
|
7460
7952
|
if (isAMD) {
|
|
7461
7953
|
return await window.$arcgis.import("esri/views/Magnifier");
|
|
@@ -7500,6 +7992,17 @@ async function newViewsNavigationNavigation(properties) {
|
|
|
7500
7992
|
const ModConstructor = await importViewsNavigationNavigation();
|
|
7501
7993
|
return new ModConstructor(properties);
|
|
7502
7994
|
}
|
|
7995
|
+
async function importViewsNavigationNavigationActionMap() {
|
|
7996
|
+
if (isAMD) {
|
|
7997
|
+
return await window.$arcgis.import("esri/views/navigation/NavigationActionMap");
|
|
7998
|
+
}
|
|
7999
|
+
const module2 = await import("@arcgis/core/views/navigation/NavigationActionMap.js");
|
|
8000
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8001
|
+
}
|
|
8002
|
+
async function newViewsNavigationNavigationActionMap(properties) {
|
|
8003
|
+
const ModConstructor = await importViewsNavigationNavigationActionMap();
|
|
8004
|
+
return new ModConstructor(properties);
|
|
8005
|
+
}
|
|
7503
8006
|
async function importViewsSceneView() {
|
|
7504
8007
|
if (isAMD) {
|
|
7505
8008
|
return await window.$arcgis.import("esri/views/SceneView");
|
|
@@ -7511,6 +8014,17 @@ async function newViewsSceneView(properties) {
|
|
|
7511
8014
|
const ModConstructor = await importViewsSceneView();
|
|
7512
8015
|
return new ModConstructor(properties);
|
|
7513
8016
|
}
|
|
8017
|
+
async function importViewsSupportHighlightOptions() {
|
|
8018
|
+
if (isAMD) {
|
|
8019
|
+
return await window.$arcgis.import("esri/views/support/HighlightOptions");
|
|
8020
|
+
}
|
|
8021
|
+
const module2 = await import("@arcgis/core/views/support/HighlightOptions.js");
|
|
8022
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8023
|
+
}
|
|
8024
|
+
async function newViewsSupportHighlightOptions(properties) {
|
|
8025
|
+
const ModConstructor = await importViewsSupportHighlightOptions();
|
|
8026
|
+
return new ModConstructor(properties);
|
|
8027
|
+
}
|
|
7514
8028
|
async function importViewsUiDefaultUI() {
|
|
7515
8029
|
if (isAMD) {
|
|
7516
8030
|
return await window.$arcgis.import("esri/views/ui/DefaultUI");
|
|
@@ -7786,6 +8300,17 @@ async function newWebDocument2D(properties) {
|
|
|
7786
8300
|
const ModConstructor = await importWebDocument2D();
|
|
7787
8301
|
return new ModConstructor(properties);
|
|
7788
8302
|
}
|
|
8303
|
+
async function importWebLinkChart() {
|
|
8304
|
+
if (isAMD) {
|
|
8305
|
+
return await window.$arcgis.import("esri/WebLinkChart");
|
|
8306
|
+
}
|
|
8307
|
+
const module2 = await import("@arcgis/core/WebLinkChart.js");
|
|
8308
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8309
|
+
}
|
|
8310
|
+
async function newWebLinkChart(properties) {
|
|
8311
|
+
const ModConstructor = await importWebLinkChart();
|
|
8312
|
+
return new ModConstructor(properties);
|
|
8313
|
+
}
|
|
7789
8314
|
async function importWebMap() {
|
|
7790
8315
|
if (isAMD) {
|
|
7791
8316
|
return await window.$arcgis.import("esri/WebMap");
|
|
@@ -7929,6 +8454,17 @@ async function newWebsceneSlide(properties) {
|
|
|
7929
8454
|
const ModConstructor = await importWebsceneSlide();
|
|
7930
8455
|
return new ModConstructor(properties);
|
|
7931
8456
|
}
|
|
8457
|
+
async function importWebsceneSlideLegendInfo() {
|
|
8458
|
+
if (isAMD) {
|
|
8459
|
+
return await window.$arcgis.import("esri/webscene/SlideLegendInfo");
|
|
8460
|
+
}
|
|
8461
|
+
const module2 = await import("@arcgis/core/webscene/SlideLegendInfo.js");
|
|
8462
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8463
|
+
}
|
|
8464
|
+
async function newWebsceneSlideLegendInfo(properties) {
|
|
8465
|
+
const ModConstructor = await importWebsceneSlideLegendInfo();
|
|
8466
|
+
return new ModConstructor(properties);
|
|
8467
|
+
}
|
|
7932
8468
|
async function importWebsceneSunLighting() {
|
|
7933
8469
|
if (isAMD) {
|
|
7934
8470
|
return await window.$arcgis.import("esri/webscene/SunLighting");
|
|
@@ -8688,6 +9224,28 @@ async function newWidgetsFeatureFormRelationshipInput(properties) {
|
|
|
8688
9224
|
const ModConstructor = await importWidgetsFeatureFormRelationshipInput();
|
|
8689
9225
|
return new ModConstructor(properties);
|
|
8690
9226
|
}
|
|
9227
|
+
async function importWidgetsFeatureFormTextElementInput() {
|
|
9228
|
+
if (isAMD) {
|
|
9229
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/TextElementInput");
|
|
9230
|
+
}
|
|
9231
|
+
const module2 = await import("@arcgis/core/widgets/FeatureForm/TextElementInput.js");
|
|
9232
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9233
|
+
}
|
|
9234
|
+
async function newWidgetsFeatureFormTextElementInput(properties) {
|
|
9235
|
+
const ModConstructor = await importWidgetsFeatureFormTextElementInput();
|
|
9236
|
+
return new ModConstructor(properties);
|
|
9237
|
+
}
|
|
9238
|
+
async function importWidgetsFeatureFormUtilityNetworkAssociationInput() {
|
|
9239
|
+
if (isAMD) {
|
|
9240
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/UtilityNetworkAssociationInput");
|
|
9241
|
+
}
|
|
9242
|
+
const module2 = await import("@arcgis/core/widgets/FeatureForm/UtilityNetworkAssociationInput.js");
|
|
9243
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9244
|
+
}
|
|
9245
|
+
async function newWidgetsFeatureFormUtilityNetworkAssociationInput(properties) {
|
|
9246
|
+
const ModConstructor = await importWidgetsFeatureFormUtilityNetworkAssociationInput();
|
|
9247
|
+
return new ModConstructor(properties);
|
|
9248
|
+
}
|
|
8691
9249
|
async function importWidgetsFeatures() {
|
|
8692
9250
|
if (isAMD) {
|
|
8693
9251
|
return await window.$arcgis.import("esri/widgets/Features");
|
|
@@ -8864,6 +9422,28 @@ async function newWidgetsFeatureTableSupportFieldColumnTemplate(properties) {
|
|
|
8864
9422
|
const ModConstructor = await importWidgetsFeatureTableSupportFieldColumnTemplate();
|
|
8865
9423
|
return new ModConstructor(properties);
|
|
8866
9424
|
}
|
|
9425
|
+
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
9426
|
+
if (isAMD) {
|
|
9427
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
9428
|
+
}
|
|
9429
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsColumnTemplate.js");
|
|
9430
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9431
|
+
}
|
|
9432
|
+
async function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties) {
|
|
9433
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsColumnTemplate();
|
|
9434
|
+
return new ModConstructor(properties);
|
|
9435
|
+
}
|
|
9436
|
+
async function importWidgetsFeatureTableSupportRelationshipColumnTemplate() {
|
|
9437
|
+
if (isAMD) {
|
|
9438
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/RelationshipColumnTemplate");
|
|
9439
|
+
}
|
|
9440
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/RelationshipColumnTemplate.js");
|
|
9441
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9442
|
+
}
|
|
9443
|
+
async function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties) {
|
|
9444
|
+
const ModConstructor = await importWidgetsFeatureTableSupportRelationshipColumnTemplate();
|
|
9445
|
+
return new ModConstructor(properties);
|
|
9446
|
+
}
|
|
8867
9447
|
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
8868
9448
|
if (isAMD) {
|
|
8869
9449
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
@@ -9920,6 +10500,17 @@ async function newWidgetsUtilityNetworkTrace(properties) {
|
|
|
9920
10500
|
const ModConstructor = await importWidgetsUtilityNetworkTrace();
|
|
9921
10501
|
return new ModConstructor(properties);
|
|
9922
10502
|
}
|
|
10503
|
+
async function importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel() {
|
|
10504
|
+
if (isAMD) {
|
|
10505
|
+
return await window.$arcgis.import("esri/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel");
|
|
10506
|
+
}
|
|
10507
|
+
const module2 = await import("@arcgis/core/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel.js");
|
|
10508
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10509
|
+
}
|
|
10510
|
+
async function newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel(properties) {
|
|
10511
|
+
const ModConstructor = await importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel();
|
|
10512
|
+
return new ModConstructor(properties);
|
|
10513
|
+
}
|
|
9923
10514
|
async function importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel() {
|
|
9924
10515
|
if (isAMD) {
|
|
9925
10516
|
return await window.$arcgis.import("esri/widgets/UtilityNetworkTrace/UtilityNetworkTraceViewModel");
|
|
@@ -10173,25 +10764,25 @@ async function importCoreWorkers() {
|
|
|
10173
10764
|
const module2 = await import("@arcgis/core/core/workers.js");
|
|
10174
10765
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10175
10766
|
}
|
|
10176
|
-
async function
|
|
10767
|
+
async function importEditingSharedTemplatesSharedTemplateMetadata() {
|
|
10177
10768
|
if (isAMD) {
|
|
10178
|
-
return await window.$arcgis.import("esri/
|
|
10769
|
+
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplateMetadata");
|
|
10179
10770
|
}
|
|
10180
|
-
const module2 = await import("@arcgis/core/
|
|
10771
|
+
const module2 = await import("@arcgis/core/editing/sharedTemplates/SharedTemplateMetadata.js");
|
|
10181
10772
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10182
10773
|
}
|
|
10183
|
-
async function
|
|
10774
|
+
async function importFormElementsInputs() {
|
|
10184
10775
|
if (isAMD) {
|
|
10185
|
-
return await window.$arcgis.import("esri/form/elements/
|
|
10776
|
+
return await window.$arcgis.import("esri/form/elements/inputs");
|
|
10186
10777
|
}
|
|
10187
|
-
const module2 = await import("@arcgis/core/form/elements/
|
|
10778
|
+
const module2 = await import("@arcgis/core/form/elements/inputs.js");
|
|
10188
10779
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10189
10780
|
}
|
|
10190
|
-
async function
|
|
10781
|
+
async function importFormElements() {
|
|
10191
10782
|
if (isAMD) {
|
|
10192
|
-
return await window.$arcgis.import("esri/form/
|
|
10783
|
+
return await window.$arcgis.import("esri/form/elements");
|
|
10193
10784
|
}
|
|
10194
|
-
const module2 = await import("@arcgis/core/form/
|
|
10785
|
+
const module2 = await import("@arcgis/core/form/elements.js");
|
|
10195
10786
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10196
10787
|
}
|
|
10197
10788
|
async function importGeometry() {
|
|
@@ -10236,6 +10827,13 @@ async function importGeometryOperatorsAffineTransformOperator() {
|
|
|
10236
10827
|
const module2 = await import("@arcgis/core/geometry/operators/affineTransformOperator.js");
|
|
10237
10828
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10238
10829
|
}
|
|
10830
|
+
async function importGeometryOperatorsAlphaShapeOperator() {
|
|
10831
|
+
if (isAMD) {
|
|
10832
|
+
return await window.$arcgis.import("esri/geometry/operators/alphaShapeOperator");
|
|
10833
|
+
}
|
|
10834
|
+
const module2 = await import("@arcgis/core/geometry/operators/alphaShapeOperator.js");
|
|
10835
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10836
|
+
}
|
|
10239
10837
|
async function importGeometryOperatorsAreaOperator() {
|
|
10240
10838
|
if (isAMD) {
|
|
10241
10839
|
return await window.$arcgis.import("esri/geometry/operators/areaOperator");
|
|
@@ -10243,6 +10841,20 @@ async function importGeometryOperatorsAreaOperator() {
|
|
|
10243
10841
|
const module2 = await import("@arcgis/core/geometry/operators/areaOperator.js");
|
|
10244
10842
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10245
10843
|
}
|
|
10844
|
+
async function importGeometryOperatorsAutoCompleteOperator() {
|
|
10845
|
+
if (isAMD) {
|
|
10846
|
+
return await window.$arcgis.import("esri/geometry/operators/autoCompleteOperator");
|
|
10847
|
+
}
|
|
10848
|
+
const module2 = await import("@arcgis/core/geometry/operators/autoCompleteOperator.js");
|
|
10849
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10850
|
+
}
|
|
10851
|
+
async function importGeometryOperatorsBoundaryOperator() {
|
|
10852
|
+
if (isAMD) {
|
|
10853
|
+
return await window.$arcgis.import("esri/geometry/operators/boundaryOperator");
|
|
10854
|
+
}
|
|
10855
|
+
const module2 = await import("@arcgis/core/geometry/operators/boundaryOperator.js");
|
|
10856
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10857
|
+
}
|
|
10246
10858
|
async function importGeometryOperatorsBufferOperator() {
|
|
10247
10859
|
if (isAMD) {
|
|
10248
10860
|
return await window.$arcgis.import("esri/geometry/operators/bufferOperator");
|
|
@@ -10327,6 +10939,13 @@ async function importGeometryOperatorsEqualsOperator() {
|
|
|
10327
10939
|
const module2 = await import("@arcgis/core/geometry/operators/equalsOperator.js");
|
|
10328
10940
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10329
10941
|
}
|
|
10942
|
+
async function importGeometryOperatorsExtendOperator() {
|
|
10943
|
+
if (isAMD) {
|
|
10944
|
+
return await window.$arcgis.import("esri/geometry/operators/extendOperator");
|
|
10945
|
+
}
|
|
10946
|
+
const module2 = await import("@arcgis/core/geometry/operators/extendOperator.js");
|
|
10947
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10948
|
+
}
|
|
10330
10949
|
async function importGeometryOperatorsGeneralizeOperator() {
|
|
10331
10950
|
if (isAMD) {
|
|
10332
10951
|
return await window.$arcgis.import("esri/geometry/operators/generalizeOperator");
|
|
@@ -10341,6 +10960,13 @@ async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
|
10341
10960
|
const module2 = await import("@arcgis/core/geometry/operators/geodesicBufferOperator.js");
|
|
10342
10961
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10343
10962
|
}
|
|
10963
|
+
async function importGeometryOperatorsGeodesicProximityOperator() {
|
|
10964
|
+
if (isAMD) {
|
|
10965
|
+
return await window.$arcgis.import("esri/geometry/operators/geodesicProximityOperator");
|
|
10966
|
+
}
|
|
10967
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodesicProximityOperator.js");
|
|
10968
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10969
|
+
}
|
|
10344
10970
|
async function importGeometryOperatorsGeodeticAreaOperator() {
|
|
10345
10971
|
if (isAMD) {
|
|
10346
10972
|
return await window.$arcgis.import("esri/geometry/operators/geodeticAreaOperator");
|
|
@@ -10376,6 +11002,13 @@ async function importGeometryOperatorsGraphicBufferOperator() {
|
|
|
10376
11002
|
const module2 = await import("@arcgis/core/geometry/operators/graphicBufferOperator.js");
|
|
10377
11003
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10378
11004
|
}
|
|
11005
|
+
async function importGeometryOperatorsIntegrateOperator() {
|
|
11006
|
+
if (isAMD) {
|
|
11007
|
+
return await window.$arcgis.import("esri/geometry/operators/integrateOperator");
|
|
11008
|
+
}
|
|
11009
|
+
const module2 = await import("@arcgis/core/geometry/operators/integrateOperator.js");
|
|
11010
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11011
|
+
}
|
|
10379
11012
|
async function importGeometryOperatorsIntersectionOperator() {
|
|
10380
11013
|
if (isAMD) {
|
|
10381
11014
|
return await window.$arcgis.import("esri/geometry/operators/intersectionOperator");
|
|
@@ -10390,6 +11023,20 @@ async function importGeometryOperatorsIntersectsOperator() {
|
|
|
10390
11023
|
const module2 = await import("@arcgis/core/geometry/operators/intersectsOperator.js");
|
|
10391
11024
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10392
11025
|
}
|
|
11026
|
+
async function importGeometryOperatorsIsNearOperator() {
|
|
11027
|
+
if (isAMD) {
|
|
11028
|
+
return await window.$arcgis.import("esri/geometry/operators/isNearOperator");
|
|
11029
|
+
}
|
|
11030
|
+
const module2 = await import("@arcgis/core/geometry/operators/isNearOperator.js");
|
|
11031
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11032
|
+
}
|
|
11033
|
+
async function importGeometryOperatorsLabelPointOperator() {
|
|
11034
|
+
if (isAMD) {
|
|
11035
|
+
return await window.$arcgis.import("esri/geometry/operators/labelPointOperator");
|
|
11036
|
+
}
|
|
11037
|
+
const module2 = await import("@arcgis/core/geometry/operators/labelPointOperator.js");
|
|
11038
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11039
|
+
}
|
|
10393
11040
|
async function importGeometryOperatorsLengthOperator() {
|
|
10394
11041
|
if (isAMD) {
|
|
10395
11042
|
return await window.$arcgis.import("esri/geometry/operators/lengthOperator");
|
|
@@ -10397,6 +11044,34 @@ async function importGeometryOperatorsLengthOperator() {
|
|
|
10397
11044
|
const module2 = await import("@arcgis/core/geometry/operators/lengthOperator.js");
|
|
10398
11045
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10399
11046
|
}
|
|
11047
|
+
async function importGeometryOperatorsLinesToPolygonsOperator() {
|
|
11048
|
+
if (isAMD) {
|
|
11049
|
+
return await window.$arcgis.import("esri/geometry/operators/linesToPolygonsOperator");
|
|
11050
|
+
}
|
|
11051
|
+
const module2 = await import("@arcgis/core/geometry/operators/linesToPolygonsOperator.js");
|
|
11052
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11053
|
+
}
|
|
11054
|
+
async function importGeometryOperatorsLocateBetweenOperator() {
|
|
11055
|
+
if (isAMD) {
|
|
11056
|
+
return await window.$arcgis.import("esri/geometry/operators/locateBetweenOperator");
|
|
11057
|
+
}
|
|
11058
|
+
const module2 = await import("@arcgis/core/geometry/operators/locateBetweenOperator.js");
|
|
11059
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11060
|
+
}
|
|
11061
|
+
async function importGeometryOperatorsMinimumBoundingCircleOperator() {
|
|
11062
|
+
if (isAMD) {
|
|
11063
|
+
return await window.$arcgis.import("esri/geometry/operators/minimumBoundingCircleOperator");
|
|
11064
|
+
}
|
|
11065
|
+
const module2 = await import("@arcgis/core/geometry/operators/minimumBoundingCircleOperator.js");
|
|
11066
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11067
|
+
}
|
|
11068
|
+
async function importGeometryOperatorsMultiPartToSinglePartOperator() {
|
|
11069
|
+
if (isAMD) {
|
|
11070
|
+
return await window.$arcgis.import("esri/geometry/operators/multiPartToSinglePartOperator");
|
|
11071
|
+
}
|
|
11072
|
+
const module2 = await import("@arcgis/core/geometry/operators/multiPartToSinglePartOperator.js");
|
|
11073
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11074
|
+
}
|
|
10400
11075
|
async function importGeometryOperatorsOffsetOperator() {
|
|
10401
11076
|
if (isAMD) {
|
|
10402
11077
|
return await window.$arcgis.import("esri/geometry/operators/offsetOperator");
|
|
@@ -10411,6 +11086,27 @@ async function importGeometryOperatorsOverlapsOperator() {
|
|
|
10411
11086
|
const module2 = await import("@arcgis/core/geometry/operators/overlapsOperator.js");
|
|
10412
11087
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10413
11088
|
}
|
|
11089
|
+
async function importGeometryOperatorsPolygonOverlayOperator() {
|
|
11090
|
+
if (isAMD) {
|
|
11091
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonOverlayOperator");
|
|
11092
|
+
}
|
|
11093
|
+
const module2 = await import("@arcgis/core/geometry/operators/polygonOverlayOperator.js");
|
|
11094
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11095
|
+
}
|
|
11096
|
+
async function importGeometryOperatorsPolygonSlicerOperator() {
|
|
11097
|
+
if (isAMD) {
|
|
11098
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonSlicerOperator");
|
|
11099
|
+
}
|
|
11100
|
+
const module2 = await import("@arcgis/core/geometry/operators/polygonSlicerOperator.js");
|
|
11101
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11102
|
+
}
|
|
11103
|
+
async function importGeometryOperatorsProjectOperator() {
|
|
11104
|
+
if (isAMD) {
|
|
11105
|
+
return await window.$arcgis.import("esri/geometry/operators/projectOperator");
|
|
11106
|
+
}
|
|
11107
|
+
const module2 = await import("@arcgis/core/geometry/operators/projectOperator.js");
|
|
11108
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11109
|
+
}
|
|
10414
11110
|
async function importGeometryOperatorsProximityOperator() {
|
|
10415
11111
|
if (isAMD) {
|
|
10416
11112
|
return await window.$arcgis.import("esri/geometry/operators/proximityOperator");
|
|
@@ -10425,6 +11121,20 @@ async function importGeometryOperatorsRelateOperator() {
|
|
|
10425
11121
|
const module2 = await import("@arcgis/core/geometry/operators/relateOperator.js");
|
|
10426
11122
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10427
11123
|
}
|
|
11124
|
+
async function importGeometryOperatorsReshapeOperator() {
|
|
11125
|
+
if (isAMD) {
|
|
11126
|
+
return await window.$arcgis.import("esri/geometry/operators/reshapeOperator");
|
|
11127
|
+
}
|
|
11128
|
+
const module2 = await import("@arcgis/core/geometry/operators/reshapeOperator.js");
|
|
11129
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11130
|
+
}
|
|
11131
|
+
async function importGeometryOperatorsShapePreservingProjectOperator() {
|
|
11132
|
+
if (isAMD) {
|
|
11133
|
+
return await window.$arcgis.import("esri/geometry/operators/shapePreservingProjectOperator");
|
|
11134
|
+
}
|
|
11135
|
+
const module2 = await import("@arcgis/core/geometry/operators/shapePreservingProjectOperator.js");
|
|
11136
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11137
|
+
}
|
|
10428
11138
|
async function importGeometryOperatorsSimplifyOperator() {
|
|
10429
11139
|
if (isAMD) {
|
|
10430
11140
|
return await window.$arcgis.import("esri/geometry/operators/simplifyOperator");
|
|
@@ -10460,6 +11170,13 @@ async function importGeometryOperatorsWithinOperator() {
|
|
|
10460
11170
|
const module2 = await import("@arcgis/core/geometry/operators/withinOperator.js");
|
|
10461
11171
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10462
11172
|
}
|
|
11173
|
+
async function importGeometryOperatorsSupportGeographicTransformationUtils() {
|
|
11174
|
+
if (isAMD) {
|
|
11175
|
+
return await window.$arcgis.import("esri/geometry/operators/support/geographicTransformationUtils");
|
|
11176
|
+
}
|
|
11177
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/geographicTransformationUtils.js");
|
|
11178
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11179
|
+
}
|
|
10463
11180
|
async function importGeometrySupportGeodesicUtils() {
|
|
10464
11181
|
if (isAMD) {
|
|
10465
11182
|
return await window.$arcgis.import("esri/geometry/support/geodesicUtils");
|
|
@@ -10516,6 +11233,20 @@ async function importLayersCatalogCatalogUtils() {
|
|
|
10516
11233
|
const module2 = await import("@arcgis/core/layers/catalog/catalogUtils.js");
|
|
10517
11234
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10518
11235
|
}
|
|
11236
|
+
async function importLayersKnowledgeGraphCypherUtils() {
|
|
11237
|
+
if (isAMD) {
|
|
11238
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/cypherUtils");
|
|
11239
|
+
}
|
|
11240
|
+
const module2 = await import("@arcgis/core/layers/knowledgeGraph/cypherUtils.js");
|
|
11241
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11242
|
+
}
|
|
11243
|
+
async function importLayersKnowledgeGraphSupportUtils() {
|
|
11244
|
+
if (isAMD) {
|
|
11245
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/supportUtils");
|
|
11246
|
+
}
|
|
11247
|
+
const module2 = await import("@arcgis/core/layers/knowledgeGraph/supportUtils.js");
|
|
11248
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11249
|
+
}
|
|
10519
11250
|
async function importLayersOgcWfsUtils() {
|
|
10520
11251
|
if (isAMD) {
|
|
10521
11252
|
return await window.$arcgis.import("esri/layers/ogc/wfsUtils");
|
|
@@ -10530,6 +11261,20 @@ async function importLayersOgcWcsUtils() {
|
|
|
10530
11261
|
const module2 = await import("@arcgis/core/layers/ogc/wcsUtils.js");
|
|
10531
11262
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10532
11263
|
}
|
|
11264
|
+
async function importLayersOrientedImageryTransformationsWorldToImage() {
|
|
11265
|
+
if (isAMD) {
|
|
11266
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/worldToImage");
|
|
11267
|
+
}
|
|
11268
|
+
const module2 = await import("@arcgis/core/layers/orientedImagery/transformations/worldToImage.js");
|
|
11269
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11270
|
+
}
|
|
11271
|
+
async function importLayersOrientedImageryTransformationsImageToWorld() {
|
|
11272
|
+
if (isAMD) {
|
|
11273
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/imageToWorld");
|
|
11274
|
+
}
|
|
11275
|
+
const module2 = await import("@arcgis/core/layers/orientedImagery/transformations/imageToWorld.js");
|
|
11276
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11277
|
+
}
|
|
10533
11278
|
async function importLayersSupportArcadeUtils() {
|
|
10534
11279
|
if (isAMD) {
|
|
10535
11280
|
return await window.$arcgis.import("esri/layers/support/arcadeUtils");
|
|
@@ -10537,6 +11282,13 @@ async function importLayersSupportArcadeUtils() {
|
|
|
10537
11282
|
const module2 = await import("@arcgis/core/layers/support/arcadeUtils.js");
|
|
10538
11283
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10539
11284
|
}
|
|
11285
|
+
async function importLayersSupportCsvUtils() {
|
|
11286
|
+
if (isAMD) {
|
|
11287
|
+
return await window.$arcgis.import("esri/layers/support/csvUtils");
|
|
11288
|
+
}
|
|
11289
|
+
const module2 = await import("@arcgis/core/layers/support/csvUtils.js");
|
|
11290
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11291
|
+
}
|
|
10540
11292
|
async function importLayersSupportFieldUtils() {
|
|
10541
11293
|
if (isAMD) {
|
|
10542
11294
|
return await window.$arcgis.import("esri/layers/support/fieldUtils");
|
|
@@ -10593,13 +11345,6 @@ async function importPopupContent() {
|
|
|
10593
11345
|
const module2 = await import("@arcgis/core/popup/content.js");
|
|
10594
11346
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10595
11347
|
}
|
|
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
11348
|
async function importRasterRenderers() {
|
|
10604
11349
|
if (isAMD) {
|
|
10605
11350
|
return await window.$arcgis.import("esri/rasterRenderers");
|
|
@@ -10978,6 +11723,13 @@ async function importSmartMappingRenderersUnivariateColorSize() {
|
|
|
10978
11723
|
const module2 = await import("@arcgis/core/smartMapping/renderers/univariateColorSize.js");
|
|
10979
11724
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10980
11725
|
}
|
|
11726
|
+
async function importSmartMappingRenderersSupportRendererUtils() {
|
|
11727
|
+
if (isAMD) {
|
|
11728
|
+
return await window.$arcgis.import("esri/smartMapping/renderers/support/rendererUtils");
|
|
11729
|
+
}
|
|
11730
|
+
const module2 = await import("@arcgis/core/smartMapping/renderers/support/rendererUtils.js");
|
|
11731
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11732
|
+
}
|
|
10981
11733
|
async function importSmartMappingStatisticsClassBreaks() {
|
|
10982
11734
|
if (isAMD) {
|
|
10983
11735
|
return await window.$arcgis.import("esri/smartMapping/statistics/classBreaks");
|
|
@@ -11167,11 +11919,11 @@ async function importSymbolsSupportSymbolUtils() {
|
|
|
11167
11919
|
const module2 = await import("@arcgis/core/symbols/support/symbolUtils.js");
|
|
11168
11920
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11169
11921
|
}
|
|
11170
|
-
async function
|
|
11922
|
+
async function importTablesElements() {
|
|
11171
11923
|
if (isAMD) {
|
|
11172
|
-
return await window.$arcgis.import("esri/tables/
|
|
11924
|
+
return await window.$arcgis.import("esri/tables/elements");
|
|
11173
11925
|
}
|
|
11174
|
-
const module2 = await import("@arcgis/core/tables/
|
|
11926
|
+
const module2 = await import("@arcgis/core/tables/elements.js");
|
|
11175
11927
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11176
11928
|
}
|
|
11177
11929
|
async function importVersionManagementUtils() {
|
|
@@ -11188,13 +11940,6 @@ async function importVersionManagementVersionAdaptersUtils() {
|
|
|
11188
11940
|
const module2 = await import("@arcgis/core/versionManagement/versionAdapters/utils.js");
|
|
11189
11941
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11190
11942
|
}
|
|
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
11943
|
async function importViews3dWebglManagedFBO() {
|
|
11199
11944
|
if (isAMD) {
|
|
11200
11945
|
return await window.$arcgis.import("esri/views/3d/webgl/ManagedFBO");
|
|
@@ -11244,6 +11989,13 @@ async function importViewsSupportColorUtils() {
|
|
|
11244
11989
|
const module2 = await import("@arcgis/core/views/support/colorUtils.js");
|
|
11245
11990
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11246
11991
|
}
|
|
11992
|
+
async function importWebsceneSupportSlideElements() {
|
|
11993
|
+
if (isAMD) {
|
|
11994
|
+
return await window.$arcgis.import("esri/webscene/support/SlideElements");
|
|
11995
|
+
}
|
|
11996
|
+
const module2 = await import("@arcgis/core/webscene/support/SlideElements.js");
|
|
11997
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11998
|
+
}
|
|
11247
11999
|
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
11248
12000
|
if (isAMD) {
|
|
11249
12001
|
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
@@ -11258,6 +12010,13 @@ async function importWidgetsSmartMappingSupportUtils() {
|
|
|
11258
12010
|
const module2 = await import("@arcgis/core/widgets/smartMapping/support/utils.js");
|
|
11259
12011
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11260
12012
|
}
|
|
12013
|
+
async function importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel() {
|
|
12014
|
+
if (isAMD) {
|
|
12015
|
+
return await window.$arcgis.import("esri/widgets/support/UtilityNetworkAssociations/UtilityNetworkAssociationsViewModel");
|
|
12016
|
+
}
|
|
12017
|
+
const module2 = await import("@arcgis/core/widgets/support/UtilityNetworkAssociations/UtilityNetworkAssociationsViewModel.js");
|
|
12018
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12019
|
+
}
|
|
11261
12020
|
async function importWidgetsSupportWidget() {
|
|
11262
12021
|
if (isAMD) {
|
|
11263
12022
|
return await window.$arcgis.import("esri/widgets/support/widget");
|
|
@@ -11272,13 +12031,6 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11272
12031
|
const module2 = await import("@arcgis/core/applications/Components/basemapUtils.js");
|
|
11273
12032
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11274
12033
|
}
|
|
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
12034
|
async function importApplicationsComponentsDrawUtils() {
|
|
11283
12035
|
if (isAMD) {
|
|
11284
12036
|
return await window.$arcgis.import("esri/applications/Components/drawUtils");
|
|
@@ -11328,6 +12080,27 @@ async function importApplicationsComponentsPreviewSymbol2D() {
|
|
|
11328
12080
|
const module2 = await import("@arcgis/core/applications/Components/previewSymbol2D.js");
|
|
11329
12081
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11330
12082
|
}
|
|
12083
|
+
async function importApplicationsComponentsReactiveUtils() {
|
|
12084
|
+
if (isAMD) {
|
|
12085
|
+
return await window.$arcgis.import("esri/applications/Components/reactiveUtils");
|
|
12086
|
+
}
|
|
12087
|
+
const module2 = await import("@arcgis/core/applications/Components/reactiveUtils.js");
|
|
12088
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12089
|
+
}
|
|
12090
|
+
async function importApplicationsComponentsSelectionOperation() {
|
|
12091
|
+
if (isAMD) {
|
|
12092
|
+
return await window.$arcgis.import("esri/applications/Components/SelectionOperation");
|
|
12093
|
+
}
|
|
12094
|
+
const module2 = await import("@arcgis/core/applications/Components/SelectionOperation.js");
|
|
12095
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12096
|
+
}
|
|
12097
|
+
async function importApplicationsComponentsSketchTooltipControls() {
|
|
12098
|
+
if (isAMD) {
|
|
12099
|
+
return await window.$arcgis.import("esri/applications/Components/SketchTooltipControls");
|
|
12100
|
+
}
|
|
12101
|
+
const module2 = await import("@arcgis/core/applications/Components/SketchTooltipControls.js");
|
|
12102
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12103
|
+
}
|
|
11331
12104
|
async function importApplicationsComponentsStyleUtils() {
|
|
11332
12105
|
if (isAMD) {
|
|
11333
12106
|
return await window.$arcgis.import("esri/applications/Components/styleUtils");
|
|
@@ -11349,13 +12122,6 @@ async function importApplicationsComponentsWebStyleSymbolUtils() {
|
|
|
11349
12122
|
const module2 = await import("@arcgis/core/applications/Components/webStyleSymbolUtils.js");
|
|
11350
12123
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11351
12124
|
}
|
|
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
12125
|
async function importApplicationsExperienceBuilderSketchUtils() {
|
|
11360
12126
|
if (isAMD) {
|
|
11361
12127
|
return await window.$arcgis.import("esri/applications/ExperienceBuilder/sketchUtils");
|
|
@@ -11363,13 +12129,6 @@ async function importApplicationsExperienceBuilderSketchUtils() {
|
|
|
11363
12129
|
const module2 = await import("@arcgis/core/applications/ExperienceBuilder/sketchUtils.js");
|
|
11364
12130
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11365
12131
|
}
|
|
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
12132
|
async function importApplicationsMapViewerTemplateUtils() {
|
|
11374
12133
|
if (isAMD) {
|
|
11375
12134
|
return await window.$arcgis.import("esri/applications/MapViewer/templateUtils");
|
|
@@ -11377,13 +12136,6 @@ async function importApplicationsMapViewerTemplateUtils() {
|
|
|
11377
12136
|
const module2 = await import("@arcgis/core/applications/MapViewer/templateUtils.js");
|
|
11378
12137
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11379
12138
|
}
|
|
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
12139
|
async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
11388
12140
|
if (isAMD) {
|
|
11389
12141
|
return await window.$arcgis.import("esri/applications/SceneViewer/devEnvironmentUtils");
|
|
@@ -11391,34 +12143,6 @@ async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
|
11391
12143
|
const module2 = await import("@arcgis/core/applications/SceneViewer/devEnvironmentUtils.js");
|
|
11392
12144
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11393
12145
|
}
|
|
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
12146
|
async function importApplicationsWebEditorSketchUtils() {
|
|
11423
12147
|
if (isAMD) {
|
|
11424
12148
|
return await window.$arcgis.import("esri/applications/WebEditor/sketchUtils");
|
|
@@ -11441,7 +12165,6 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11441
12165
|
importAnalysisViewshed,
|
|
11442
12166
|
importAnalysisViewshedAnalysis,
|
|
11443
12167
|
importApplicationsComponentsBasemapUtils,
|
|
11444
|
-
importApplicationsComponentsCollectionFlattener,
|
|
11445
12168
|
importApplicationsComponentsDrawUtils,
|
|
11446
12169
|
importApplicationsComponentsFontUtils,
|
|
11447
12170
|
importApplicationsComponentsGetDefaultUnits,
|
|
@@ -11449,21 +12172,18 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11449
12172
|
importApplicationsComponentsLayerOriginUtils,
|
|
11450
12173
|
importApplicationsComponentsLayersEffectsJsonUtils,
|
|
11451
12174
|
importApplicationsComponentsPreviewSymbol2D,
|
|
12175
|
+
importApplicationsComponentsReactiveUtils,
|
|
12176
|
+
importApplicationsComponentsSelectionOperation,
|
|
12177
|
+
importApplicationsComponentsSketchTooltipControls,
|
|
11452
12178
|
importApplicationsComponentsStyleUtils,
|
|
11453
12179
|
importApplicationsComponentsSvgUtils,
|
|
11454
12180
|
importApplicationsComponentsWebStyleSymbolUtils,
|
|
11455
|
-
importApplicationsExcaliburVideoViewUtils,
|
|
11456
12181
|
importApplicationsExperienceBuilderSketchUtils,
|
|
11457
|
-
importApplicationsMapViewerMediaUtils,
|
|
11458
12182
|
importApplicationsMapViewerTemplateUtils,
|
|
11459
|
-
importApplicationsSceneViewerColorUtils,
|
|
11460
12183
|
importApplicationsSceneViewerDevEnvironmentUtils,
|
|
11461
|
-
importApplicationsSceneViewerLayerUtils,
|
|
11462
|
-
importApplicationsSceneViewerSceneViewerUtils,
|
|
11463
|
-
importApplicationsSceneViewerSymbolUtils,
|
|
11464
|
-
importApplicationsUrbanMeshUtils,
|
|
11465
12184
|
importApplicationsWebEditorSketchUtils,
|
|
11466
12185
|
importArcade,
|
|
12186
|
+
importAttributeBinsGraphic,
|
|
11467
12187
|
importBasemap,
|
|
11468
12188
|
importCamera,
|
|
11469
12189
|
importCameraLayout,
|
|
@@ -11483,16 +12203,18 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11483
12203
|
importCoreUrlUtils,
|
|
11484
12204
|
importCoreWorkers,
|
|
11485
12205
|
importCoreWorkersConnection,
|
|
12206
|
+
importEditingSharedTemplatesSharedTemplateMetadata,
|
|
12207
|
+
importFormElements,
|
|
11486
12208
|
importFormElementsAttachmentElement,
|
|
11487
12209
|
importFormElementsElement,
|
|
11488
12210
|
importFormElementsFieldElement,
|
|
11489
12211
|
importFormElementsGroupElement,
|
|
12212
|
+
importFormElementsInputs,
|
|
11490
12213
|
importFormElementsInputsAttachmentsAttachmentInput,
|
|
11491
12214
|
importFormElementsInputsAttachmentsAudioInput,
|
|
11492
12215
|
importFormElementsInputsAttachmentsDocumentInput,
|
|
11493
12216
|
importFormElementsInputsAttachmentsImageInput,
|
|
11494
12217
|
importFormElementsInputsAttachmentsSignatureInput,
|
|
11495
|
-
importFormElementsInputsAttachmentsSupportInputs,
|
|
11496
12218
|
importFormElementsInputsAttachmentsVideoInput,
|
|
11497
12219
|
importFormElementsInputsBarcodeScannerInput,
|
|
11498
12220
|
importFormElementsInputsComboBoxInput,
|
|
@@ -11505,11 +12227,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11505
12227
|
importFormElementsInputsTextBoxInput,
|
|
11506
12228
|
importFormElementsInputsTimePickerInput,
|
|
11507
12229
|
importFormElementsRelationshipElement,
|
|
11508
|
-
importFormElementsSupportInputs,
|
|
11509
12230
|
importFormElementsTextElement,
|
|
12231
|
+
importFormElementsUtilityNetworkAssociationsElement,
|
|
11510
12232
|
importFormExpressionInfo,
|
|
11511
12233
|
importFormFormTemplate,
|
|
11512
|
-
importFormSupportElements,
|
|
11513
12234
|
importGeometry,
|
|
11514
12235
|
importGeometryCircle,
|
|
11515
12236
|
importGeometryCoordinateFormatter,
|
|
@@ -11521,7 +12242,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11521
12242
|
importGeometryMesh,
|
|
11522
12243
|
importGeometryMultipoint,
|
|
11523
12244
|
importGeometryOperatorsAffineTransformOperator,
|
|
12245
|
+
importGeometryOperatorsAlphaShapeOperator,
|
|
11524
12246
|
importGeometryOperatorsAreaOperator,
|
|
12247
|
+
importGeometryOperatorsAutoCompleteOperator,
|
|
12248
|
+
importGeometryOperatorsBoundaryOperator,
|
|
11525
12249
|
importGeometryOperatorsBufferOperator,
|
|
11526
12250
|
importGeometryOperatorsCentroidOperator,
|
|
11527
12251
|
importGeometryOperatorsClipOperator,
|
|
@@ -11534,21 +12258,38 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11534
12258
|
importGeometryOperatorsDisjointOperator,
|
|
11535
12259
|
importGeometryOperatorsDistanceOperator,
|
|
11536
12260
|
importGeometryOperatorsEqualsOperator,
|
|
12261
|
+
importGeometryOperatorsExtendOperator,
|
|
11537
12262
|
importGeometryOperatorsGeneralizeOperator,
|
|
11538
12263
|
importGeometryOperatorsGeodesicBufferOperator,
|
|
12264
|
+
importGeometryOperatorsGeodesicProximityOperator,
|
|
11539
12265
|
importGeometryOperatorsGeodeticAreaOperator,
|
|
11540
12266
|
importGeometryOperatorsGeodeticDensifyOperator,
|
|
11541
12267
|
importGeometryOperatorsGeodeticDistanceOperator,
|
|
11542
12268
|
importGeometryOperatorsGeodeticLengthOperator,
|
|
11543
12269
|
importGeometryOperatorsGraphicBufferOperator,
|
|
12270
|
+
importGeometryOperatorsIntegrateOperator,
|
|
11544
12271
|
importGeometryOperatorsIntersectionOperator,
|
|
11545
12272
|
importGeometryOperatorsIntersectsOperator,
|
|
12273
|
+
importGeometryOperatorsIsNearOperator,
|
|
12274
|
+
importGeometryOperatorsLabelPointOperator,
|
|
11546
12275
|
importGeometryOperatorsLengthOperator,
|
|
12276
|
+
importGeometryOperatorsLinesToPolygonsOperator,
|
|
12277
|
+
importGeometryOperatorsLocateBetweenOperator,
|
|
12278
|
+
importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
12279
|
+
importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
11547
12280
|
importGeometryOperatorsOffsetOperator,
|
|
11548
12281
|
importGeometryOperatorsOverlapsOperator,
|
|
12282
|
+
importGeometryOperatorsPolygonOverlayOperator,
|
|
12283
|
+
importGeometryOperatorsPolygonSlicerOperator,
|
|
12284
|
+
importGeometryOperatorsProjectOperator,
|
|
11549
12285
|
importGeometryOperatorsProximityOperator,
|
|
11550
12286
|
importGeometryOperatorsRelateOperator,
|
|
12287
|
+
importGeometryOperatorsReshapeOperator,
|
|
12288
|
+
importGeometryOperatorsShapePreservingProjectOperator,
|
|
11551
12289
|
importGeometryOperatorsSimplifyOperator,
|
|
12290
|
+
importGeometryOperatorsSupportGeographicTransformation,
|
|
12291
|
+
importGeometryOperatorsSupportGeographicTransformationStep,
|
|
12292
|
+
importGeometryOperatorsSupportGeographicTransformationUtils,
|
|
11552
12293
|
importGeometryOperatorsSupportTransformation,
|
|
11553
12294
|
importGeometryOperatorsSymmetricDifferenceOperator,
|
|
11554
12295
|
importGeometryOperatorsTouchesOperator,
|
|
@@ -11607,10 +12348,13 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11607
12348
|
importLayersIntegratedMesh3DTilesLayer,
|
|
11608
12349
|
importLayersIntegratedMeshLayer,
|
|
11609
12350
|
importLayersKMLLayer,
|
|
12351
|
+
importLayersKnowledgeGraphCypherUtils,
|
|
11610
12352
|
importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
11611
12353
|
importLayersKnowledgeGraphLayer,
|
|
12354
|
+
importLayersKnowledgeGraphSupportUtils,
|
|
11612
12355
|
importLayersLayer,
|
|
11613
12356
|
importLayersLineOfSightLayer,
|
|
12357
|
+
importLayersLinkChartLayer,
|
|
11614
12358
|
importLayersMapImageLayer,
|
|
11615
12359
|
importLayersMapNotesLayer,
|
|
11616
12360
|
importLayersMediaLayer,
|
|
@@ -11619,6 +12363,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11619
12363
|
importLayersOgcWfsUtils,
|
|
11620
12364
|
importLayersOpenStreetMapLayer,
|
|
11621
12365
|
importLayersOrientedImageryLayer,
|
|
12366
|
+
importLayersOrientedImageryTransformationsImageToWorld,
|
|
12367
|
+
importLayersOrientedImageryTransformationsWorldToImage,
|
|
11622
12368
|
importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
11623
12369
|
importLayersPointCloudFiltersPointCloudFilter,
|
|
11624
12370
|
importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -11635,7 +12381,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11635
12381
|
importLayersSupportCodedValueDomain,
|
|
11636
12382
|
importLayersSupportControlPointsGeoreference,
|
|
11637
12383
|
importLayersSupportCornersGeoreference,
|
|
12384
|
+
importLayersSupportCsvUtils,
|
|
11638
12385
|
importLayersSupportDimensionalDefinition,
|
|
12386
|
+
importLayersSupportDisplayFilter,
|
|
12387
|
+
importLayersSupportDisplayFilterInfo,
|
|
11639
12388
|
importLayersSupportDomain,
|
|
11640
12389
|
importLayersSupportElevationSampler,
|
|
11641
12390
|
importLayersSupportExpressionInfo,
|
|
@@ -11663,6 +12412,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11663
12412
|
importLayersSupportMapImage,
|
|
11664
12413
|
importLayersSupportMosaicRule,
|
|
11665
12414
|
importLayersSupportMultidimensionalSubset,
|
|
12415
|
+
importLayersSupportOrderByInfo,
|
|
11666
12416
|
importLayersSupportPixelBlock,
|
|
11667
12417
|
importLayersSupportPublishingInfo,
|
|
11668
12418
|
importLayersSupportRangeDomain,
|
|
@@ -11712,6 +12462,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11712
12462
|
importLayersWMSLayer,
|
|
11713
12463
|
importLayersWMTSLayer,
|
|
11714
12464
|
importLayersWebTileLayer,
|
|
12465
|
+
importLinkChartChronologicalLayoutSettings,
|
|
12466
|
+
importLinkChartLayoutSettings,
|
|
12467
|
+
importLinkChartLinkChartProperties,
|
|
12468
|
+
importLinkChartNonspatialDataDisplay,
|
|
12469
|
+
importLinkChartOrganicLayoutSettings,
|
|
11715
12470
|
importMap,
|
|
11716
12471
|
importNetworksNetwork,
|
|
11717
12472
|
importNetworksSupportNamedTraceConfiguration,
|
|
@@ -11824,6 +12579,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11824
12579
|
importRestKnowledgeGraphGraphProperty,
|
|
11825
12580
|
importRestKnowledgeGraphGraphQuery,
|
|
11826
12581
|
importRestKnowledgeGraphGraphQueryResult,
|
|
12582
|
+
importRestKnowledgeGraphGraphQueryResultHeader,
|
|
11827
12583
|
importRestKnowledgeGraphGraphQueryStreaming,
|
|
11828
12584
|
importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
11829
12585
|
importRestKnowledgeGraphGraphSearch,
|
|
@@ -11837,6 +12593,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11837
12593
|
importRestKnowledgeGraphSearchIndex,
|
|
11838
12594
|
importRestKnowledgeGraphService,
|
|
11839
12595
|
importRestKnowledgeGraphServiceDefinition,
|
|
12596
|
+
importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
12597
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
12598
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
12599
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
12600
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
12601
|
+
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
11840
12602
|
importRestLocator,
|
|
11841
12603
|
importRestNetworkService,
|
|
11842
12604
|
importRestNetworksQueryAssociations,
|
|
@@ -11866,6 +12628,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11866
12628
|
importRestSupportArealUnit,
|
|
11867
12629
|
importRestSupportAreasAndLengthsParameters,
|
|
11868
12630
|
importRestSupportAttachmentQuery,
|
|
12631
|
+
importRestSupportAttributeBinsFeatureSet,
|
|
12632
|
+
importRestSupportAttributeBinsGrouping,
|
|
12633
|
+
importRestSupportAttributeBinsQuery,
|
|
12634
|
+
importRestSupportAutoIntervalBinParameters,
|
|
12635
|
+
importRestSupportBaseImageMeasureParameters,
|
|
12636
|
+
importRestSupportBaseImageMeasureResult,
|
|
11869
12637
|
importRestSupportBufferParameters,
|
|
11870
12638
|
importRestSupportCameraInfo,
|
|
11871
12639
|
importRestSupportClosestFacilityParameters,
|
|
@@ -11873,6 +12641,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11873
12641
|
importRestSupportColorRamp,
|
|
11874
12642
|
importRestSupportDataFile,
|
|
11875
12643
|
importRestSupportDataLayer,
|
|
12644
|
+
importRestSupportDateBinParameters,
|
|
12645
|
+
importRestSupportDateBinTimeInterval,
|
|
11876
12646
|
importRestSupportDensifyParameters,
|
|
11877
12647
|
importRestSupportDirectionLine,
|
|
11878
12648
|
importRestSupportDirectionPoint,
|
|
@@ -11886,6 +12656,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11886
12656
|
importRestSupportFindImagesResult,
|
|
11887
12657
|
importRestSupportFindParameters,
|
|
11888
12658
|
importRestSupportFindResult,
|
|
12659
|
+
importRestSupportFixedBoundariesBinParameters,
|
|
12660
|
+
importRestSupportFixedIntervalBinParameters,
|
|
11889
12661
|
importRestSupportGPMessage,
|
|
11890
12662
|
importRestSupportGeneralizeParameters,
|
|
11891
12663
|
importRestSupportIdentifyParameters,
|
|
@@ -11919,6 +12691,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11919
12691
|
importRestSupportImageToMapParameters,
|
|
11920
12692
|
importRestSupportImageUrlParameters,
|
|
11921
12693
|
importRestSupportImageUrlResult,
|
|
12694
|
+
importRestSupportImageVolume,
|
|
12695
|
+
importRestSupportImageVolumeParameters,
|
|
12696
|
+
importRestSupportImageVolumeResult,
|
|
11922
12697
|
importRestSupportJobInfo,
|
|
11923
12698
|
importRestSupportLegendLayer,
|
|
11924
12699
|
importRestSupportLengthsParameters,
|
|
@@ -11986,6 +12761,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11986
12761
|
importSmartMappingRenderersPredominance,
|
|
11987
12762
|
importSmartMappingRenderersRelationship,
|
|
11988
12763
|
importSmartMappingRenderersSize,
|
|
12764
|
+
importSmartMappingRenderersSupportRendererUtils,
|
|
11989
12765
|
importSmartMappingRenderersType,
|
|
11990
12766
|
importSmartMappingRenderersUnivariateColorSize,
|
|
11991
12767
|
importSmartMappingStatisticsClassBreaks,
|
|
@@ -12060,12 +12836,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12060
12836
|
importSymbolsWaterSymbol3DLayer,
|
|
12061
12837
|
importSymbolsWebStyleSymbol,
|
|
12062
12838
|
importTablesAttributeTableTemplate,
|
|
12839
|
+
importTablesElements,
|
|
12063
12840
|
importTablesElementsAttributeTableAttachmentElement,
|
|
12064
12841
|
importTablesElementsAttributeTableElement,
|
|
12065
12842
|
importTablesElementsAttributeTableFieldElement,
|
|
12066
12843
|
importTablesElementsAttributeTableGroupElement,
|
|
12067
12844
|
importTablesElementsAttributeTableRelationshipElement,
|
|
12068
|
-
importTablesSupportElements,
|
|
12069
12845
|
importTimeExtent,
|
|
12070
12846
|
importTimeInterval,
|
|
12071
12847
|
importTimeTimeExtent,
|
|
@@ -12091,7 +12867,6 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12091
12867
|
importViews3dEnvironmentSunLighting,
|
|
12092
12868
|
importViews3dEnvironmentSunnyWeather,
|
|
12093
12869
|
importViews3dEnvironmentVirtualLighting,
|
|
12094
|
-
importViews3dExternalRenderers,
|
|
12095
12870
|
importViews3dSupportLayerPerformanceInfo,
|
|
12096
12871
|
importViews3dSupportSceneViewPerformanceInfo,
|
|
12097
12872
|
importViews3dWebgl,
|
|
@@ -12133,12 +12908,15 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12133
12908
|
importViewsLayersSceneLayerView,
|
|
12134
12909
|
importViewsLayersStreamLayerView,
|
|
12135
12910
|
importViewsLayersViewshedLayerView,
|
|
12911
|
+
importViewsLinkChartView,
|
|
12136
12912
|
importViewsMagnifier,
|
|
12137
12913
|
importViewsMapView,
|
|
12138
12914
|
importViewsNavigationGamepadGamepadSettings,
|
|
12139
12915
|
importViewsNavigationNavigation,
|
|
12916
|
+
importViewsNavigationNavigationActionMap,
|
|
12140
12917
|
importViewsSceneView,
|
|
12141
12918
|
importViewsSupportColorUtils,
|
|
12919
|
+
importViewsSupportHighlightOptions,
|
|
12142
12920
|
importViewsTheme,
|
|
12143
12921
|
importViewsUiDefaultUI,
|
|
12144
12922
|
importViewsUiUI,
|
|
@@ -12146,6 +12924,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12146
12924
|
importViewsView2D,
|
|
12147
12925
|
importViewsViewAnimation,
|
|
12148
12926
|
importWebDocument2D,
|
|
12927
|
+
importWebLinkChart,
|
|
12149
12928
|
importWebMap,
|
|
12150
12929
|
importWebScene,
|
|
12151
12930
|
importWebdocApplicationPropertiesSearch,
|
|
@@ -12177,7 +12956,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12177
12956
|
importWebsceneInitialViewProperties,
|
|
12178
12957
|
importWebscenePresentation,
|
|
12179
12958
|
importWebsceneSlide,
|
|
12959
|
+
importWebsceneSlideLegendInfo,
|
|
12180
12960
|
importWebsceneSunLighting,
|
|
12961
|
+
importWebsceneSupportSlideElements,
|
|
12181
12962
|
importWebsceneVirtualLighting,
|
|
12182
12963
|
importWidgetsAreaMeasurement2D,
|
|
12183
12964
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -12247,6 +13028,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12247
13028
|
importWidgetsFeatureFormFieldInput,
|
|
12248
13029
|
importWidgetsFeatureFormGroupInput,
|
|
12249
13030
|
importWidgetsFeatureFormRelationshipInput,
|
|
13031
|
+
importWidgetsFeatureFormTextElementInput,
|
|
13032
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
12250
13033
|
importWidgetsFeatureTable,
|
|
12251
13034
|
importWidgetsFeatureTableActionColumn,
|
|
12252
13035
|
importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -12258,10 +13041,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12258
13041
|
importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
12259
13042
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12260
13043
|
importWidgetsFeatureTableRelationshipColumn,
|
|
13044
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12261
13045
|
importWidgetsFeatureTableSupportColumnTemplate,
|
|
12262
13046
|
importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
12263
13047
|
importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
12264
13048
|
importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
13049
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
12265
13050
|
importWidgetsFeatureTableSupportTableTemplate,
|
|
12266
13051
|
importWidgetsFeatureTemplates,
|
|
12267
13052
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -12346,6 +13131,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12346
13131
|
importWidgetsSupportGridControlsGridControlsViewModel,
|
|
12347
13132
|
importWidgetsSupportSnappingControls,
|
|
12348
13133
|
importWidgetsSupportSnappingControlsSnappingControlsViewModel,
|
|
13134
|
+
importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
12349
13135
|
importWidgetsSupportWidget,
|
|
12350
13136
|
importWidgetsSwipe,
|
|
12351
13137
|
importWidgetsSwipeSwipeViewModel,
|
|
@@ -12361,6 +13147,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12361
13147
|
importWidgetsUtilityNetworkAssociations,
|
|
12362
13148
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
12363
13149
|
importWidgetsUtilityNetworkTrace,
|
|
13150
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
12364
13151
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
12365
13152
|
importWidgetsUtilityNetworkValidateTopology,
|
|
12366
13153
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -12390,6 +13177,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12390
13177
|
newAnalysisSlicePlane,
|
|
12391
13178
|
newAnalysisViewshed,
|
|
12392
13179
|
newAnalysisViewshedAnalysis,
|
|
13180
|
+
newAttributeBinsGraphic,
|
|
12393
13181
|
newBasemap,
|
|
12394
13182
|
newCamera,
|
|
12395
13183
|
newCameraLayout,
|
|
@@ -12421,6 +13209,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12421
13209
|
newFormElementsInputsTimePickerInput,
|
|
12422
13210
|
newFormElementsRelationshipElement,
|
|
12423
13211
|
newFormElementsTextElement,
|
|
13212
|
+
newFormElementsUtilityNetworkAssociationsElement,
|
|
12424
13213
|
newFormExpressionInfo,
|
|
12425
13214
|
newFormFormTemplate,
|
|
12426
13215
|
newGeometryCircle,
|
|
@@ -12429,6 +13218,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12429
13218
|
newGeometryHeightModelInfo,
|
|
12430
13219
|
newGeometryMesh,
|
|
12431
13220
|
newGeometryMultipoint,
|
|
13221
|
+
newGeometryOperatorsSupportGeographicTransformation,
|
|
13222
|
+
newGeometryOperatorsSupportGeographicTransformationStep,
|
|
12432
13223
|
newGeometryOperatorsSupportTransformation,
|
|
12433
13224
|
newGeometryPoint,
|
|
12434
13225
|
newGeometryPolygon,
|
|
@@ -12477,6 +13268,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12477
13268
|
newLayersKnowledgeGraphLayer,
|
|
12478
13269
|
newLayersLayer,
|
|
12479
13270
|
newLayersLineOfSightLayer,
|
|
13271
|
+
newLayersLinkChartLayer,
|
|
12480
13272
|
newLayersMapImageLayer,
|
|
12481
13273
|
newLayersMapNotesLayer,
|
|
12482
13274
|
newLayersMediaLayer,
|
|
@@ -12499,6 +13291,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12499
13291
|
newLayersSupportControlPointsGeoreference,
|
|
12500
13292
|
newLayersSupportCornersGeoreference,
|
|
12501
13293
|
newLayersSupportDimensionalDefinition,
|
|
13294
|
+
newLayersSupportDisplayFilter,
|
|
13295
|
+
newLayersSupportDisplayFilterInfo,
|
|
12502
13296
|
newLayersSupportDomain,
|
|
12503
13297
|
newLayersSupportElevationSampler,
|
|
12504
13298
|
newLayersSupportExpressionInfo,
|
|
@@ -12525,6 +13319,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12525
13319
|
newLayersSupportMapImage,
|
|
12526
13320
|
newLayersSupportMosaicRule,
|
|
12527
13321
|
newLayersSupportMultidimensionalSubset,
|
|
13322
|
+
newLayersSupportOrderByInfo,
|
|
12528
13323
|
newLayersSupportPixelBlock,
|
|
12529
13324
|
newLayersSupportPublishingInfo,
|
|
12530
13325
|
newLayersSupportRangeDomain,
|
|
@@ -12569,6 +13364,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12569
13364
|
newLayersWMSLayer,
|
|
12570
13365
|
newLayersWMTSLayer,
|
|
12571
13366
|
newLayersWebTileLayer,
|
|
13367
|
+
newLinkChartChronologicalLayoutSettings,
|
|
13368
|
+
newLinkChartLayoutSettings,
|
|
13369
|
+
newLinkChartLinkChartProperties,
|
|
13370
|
+
newLinkChartNonspatialDataDisplay,
|
|
13371
|
+
newLinkChartOrganicLayoutSettings,
|
|
12572
13372
|
newMap,
|
|
12573
13373
|
newNetworksNetwork,
|
|
12574
13374
|
newNetworksSupportNamedTraceConfiguration,
|
|
@@ -12604,6 +13404,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12604
13404
|
newPopupRelatedRecordsInfo,
|
|
12605
13405
|
newPopupSupportFieldInfoFormat,
|
|
12606
13406
|
newPopupSupportRelatedRecordsInfoFieldOrder,
|
|
13407
|
+
newPopupSupportUtilityNetworkAssociationType,
|
|
12607
13408
|
newPopupTemplate,
|
|
12608
13409
|
newPortalPortal,
|
|
12609
13410
|
newPortalPortalFolder,
|
|
@@ -12665,6 +13466,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12665
13466
|
newRestKnowledgeGraphGraphProperty,
|
|
12666
13467
|
newRestKnowledgeGraphGraphQuery,
|
|
12667
13468
|
newRestKnowledgeGraphGraphQueryResult,
|
|
13469
|
+
newRestKnowledgeGraphGraphQueryResultHeader,
|
|
12668
13470
|
newRestKnowledgeGraphGraphQueryStreaming,
|
|
12669
13471
|
newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
12670
13472
|
newRestKnowledgeGraphGraphSearch,
|
|
@@ -12677,6 +13479,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12677
13479
|
newRestKnowledgeGraphRelationshipType,
|
|
12678
13480
|
newRestKnowledgeGraphSearchIndex,
|
|
12679
13481
|
newRestKnowledgeGraphServiceDefinition,
|
|
13482
|
+
newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
13483
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
13484
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
13485
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
13486
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
13487
|
+
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
12680
13488
|
newRestNetworksSupportAggregatedGeometry,
|
|
12681
13489
|
newRestNetworksSupportAssociation,
|
|
12682
13490
|
newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -12695,6 +13503,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12695
13503
|
newRestSupportArealUnit,
|
|
12696
13504
|
newRestSupportAreasAndLengthsParameters,
|
|
12697
13505
|
newRestSupportAttachmentQuery,
|
|
13506
|
+
newRestSupportAttributeBinsFeatureSet,
|
|
13507
|
+
newRestSupportAttributeBinsGrouping,
|
|
13508
|
+
newRestSupportAttributeBinsQuery,
|
|
13509
|
+
newRestSupportAutoIntervalBinParameters,
|
|
13510
|
+
newRestSupportBaseImageMeasureParameters,
|
|
13511
|
+
newRestSupportBaseImageMeasureResult,
|
|
12698
13512
|
newRestSupportBufferParameters,
|
|
12699
13513
|
newRestSupportCameraInfo,
|
|
12700
13514
|
newRestSupportClosestFacilityParameters,
|
|
@@ -12702,6 +13516,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12702
13516
|
newRestSupportColorRamp,
|
|
12703
13517
|
newRestSupportDataFile,
|
|
12704
13518
|
newRestSupportDataLayer,
|
|
13519
|
+
newRestSupportDateBinParameters,
|
|
13520
|
+
newRestSupportDateBinTimeInterval,
|
|
12705
13521
|
newRestSupportDensifyParameters,
|
|
12706
13522
|
newRestSupportDirectionLine,
|
|
12707
13523
|
newRestSupportDirectionPoint,
|
|
@@ -12715,6 +13531,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12715
13531
|
newRestSupportFindImagesResult,
|
|
12716
13532
|
newRestSupportFindParameters,
|
|
12717
13533
|
newRestSupportFindResult,
|
|
13534
|
+
newRestSupportFixedBoundariesBinParameters,
|
|
13535
|
+
newRestSupportFixedIntervalBinParameters,
|
|
12718
13536
|
newRestSupportGPMessage,
|
|
12719
13537
|
newRestSupportGeneralizeParameters,
|
|
12720
13538
|
newRestSupportIdentifyParameters,
|
|
@@ -12748,6 +13566,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12748
13566
|
newRestSupportImageToMapParameters,
|
|
12749
13567
|
newRestSupportImageUrlParameters,
|
|
12750
13568
|
newRestSupportImageUrlResult,
|
|
13569
|
+
newRestSupportImageVolume,
|
|
13570
|
+
newRestSupportImageVolumeParameters,
|
|
13571
|
+
newRestSupportImageVolumeResult,
|
|
12751
13572
|
newRestSupportJobInfo,
|
|
12752
13573
|
newRestSupportLegendLayer,
|
|
12753
13574
|
newRestSupportLengthsParameters,
|
|
@@ -12896,11 +13717,14 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12896
13717
|
newViewsLayersSceneLayerView,
|
|
12897
13718
|
newViewsLayersStreamLayerView,
|
|
12898
13719
|
newViewsLayersViewshedLayerView,
|
|
13720
|
+
newViewsLinkChartView,
|
|
12899
13721
|
newViewsMagnifier,
|
|
12900
13722
|
newViewsMapView,
|
|
12901
13723
|
newViewsNavigationGamepadGamepadSettings,
|
|
12902
13724
|
newViewsNavigationNavigation,
|
|
13725
|
+
newViewsNavigationNavigationActionMap,
|
|
12903
13726
|
newViewsSceneView,
|
|
13727
|
+
newViewsSupportHighlightOptions,
|
|
12904
13728
|
newViewsTheme,
|
|
12905
13729
|
newViewsUiDefaultUI,
|
|
12906
13730
|
newViewsUiUI,
|
|
@@ -12908,6 +13732,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12908
13732
|
newViewsView2D,
|
|
12909
13733
|
newViewsViewAnimation,
|
|
12910
13734
|
newWebDocument2D,
|
|
13735
|
+
newWebLinkChart,
|
|
12911
13736
|
newWebMap,
|
|
12912
13737
|
newWebScene,
|
|
12913
13738
|
newWebdocApplicationPropertiesSearch,
|
|
@@ -12939,6 +13764,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12939
13764
|
newWebsceneInitialViewProperties,
|
|
12940
13765
|
newWebscenePresentation,
|
|
12941
13766
|
newWebsceneSlide,
|
|
13767
|
+
newWebsceneSlideLegendInfo,
|
|
12942
13768
|
newWebsceneSunLighting,
|
|
12943
13769
|
newWebsceneVirtualLighting,
|
|
12944
13770
|
newWidgetsAreaMeasurement2D,
|
|
@@ -13008,6 +13834,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13008
13834
|
newWidgetsFeatureFormFieldInput,
|
|
13009
13835
|
newWidgetsFeatureFormGroupInput,
|
|
13010
13836
|
newWidgetsFeatureFormRelationshipInput,
|
|
13837
|
+
newWidgetsFeatureFormTextElementInput,
|
|
13838
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
13011
13839
|
newWidgetsFeatureTable,
|
|
13012
13840
|
newWidgetsFeatureTableActionColumn,
|
|
13013
13841
|
newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -13019,10 +13847,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13019
13847
|
newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
13020
13848
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
13021
13849
|
newWidgetsFeatureTableRelationshipColumn,
|
|
13850
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
13022
13851
|
newWidgetsFeatureTableSupportColumnTemplate,
|
|
13023
13852
|
newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
13024
13853
|
newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
13025
13854
|
newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
13855
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
13026
13856
|
newWidgetsFeatureTableSupportTableTemplate,
|
|
13027
13857
|
newWidgetsFeatureTemplates,
|
|
13028
13858
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -13120,6 +13950,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13120
13950
|
newWidgetsUtilityNetworkAssociations,
|
|
13121
13951
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
13122
13952
|
newWidgetsUtilityNetworkTrace,
|
|
13953
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
13123
13954
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
13124
13955
|
newWidgetsUtilityNetworkValidateTopology,
|
|
13125
13956
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|