@arcgis/core-adapter 4.32.0-next.11 → 4.32.0-next.110
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/dist/index.cjs +1054 -196
- package/dist/index.d.cts +151 -41
- package/dist/index.d.ts +151 -41
- package/dist/index.js +932 -184
- 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 -11392
- package/support/api-reference-esm-imports.json +0 -940
- package/support/arcgis.d.ts +0 -145324
- package/tsconfig.json +0 -5
- package/tsup.config.ts +0 -12
package/dist/index.cjs
CHANGED
|
@@ -44,25 +44,24 @@ __export(src_exports, {
|
|
|
44
44
|
importAnalysisViewshedAnalysis: () => importAnalysisViewshedAnalysis,
|
|
45
45
|
importApplicationsComponentsBasemapUtils: () => importApplicationsComponentsBasemapUtils,
|
|
46
46
|
importApplicationsComponentsDrawUtils: () => importApplicationsComponentsDrawUtils,
|
|
47
|
+
importApplicationsComponentsFontUtils: () => importApplicationsComponentsFontUtils,
|
|
47
48
|
importApplicationsComponentsGetDefaultUnits: () => importApplicationsComponentsGetDefaultUnits,
|
|
48
49
|
importApplicationsComponentsGfxUtils: () => importApplicationsComponentsGfxUtils,
|
|
49
50
|
importApplicationsComponentsLayerOriginUtils: () => importApplicationsComponentsLayerOriginUtils,
|
|
50
51
|
importApplicationsComponentsLayersEffectsJsonUtils: () => importApplicationsComponentsLayersEffectsJsonUtils,
|
|
51
52
|
importApplicationsComponentsPreviewSymbol2D: () => importApplicationsComponentsPreviewSymbol2D,
|
|
53
|
+
importApplicationsComponentsReactiveUtils: () => importApplicationsComponentsReactiveUtils,
|
|
54
|
+
importApplicationsComponentsSelectionOperation: () => importApplicationsComponentsSelectionOperation,
|
|
55
|
+
importApplicationsComponentsSketchTooltipControls: () => importApplicationsComponentsSketchTooltipControls,
|
|
52
56
|
importApplicationsComponentsStyleUtils: () => importApplicationsComponentsStyleUtils,
|
|
53
57
|
importApplicationsComponentsSvgUtils: () => importApplicationsComponentsSvgUtils,
|
|
54
58
|
importApplicationsComponentsWebStyleSymbolUtils: () => importApplicationsComponentsWebStyleSymbolUtils,
|
|
55
|
-
importApplicationsExcaliburVideoViewUtils: () => importApplicationsExcaliburVideoViewUtils,
|
|
56
59
|
importApplicationsExperienceBuilderSketchUtils: () => importApplicationsExperienceBuilderSketchUtils,
|
|
57
|
-
|
|
58
|
-
importApplicationsSceneViewerColorUtils: () => importApplicationsSceneViewerColorUtils,
|
|
60
|
+
importApplicationsMapViewerTemplateUtils: () => importApplicationsMapViewerTemplateUtils,
|
|
59
61
|
importApplicationsSceneViewerDevEnvironmentUtils: () => importApplicationsSceneViewerDevEnvironmentUtils,
|
|
60
|
-
importApplicationsSceneViewerLayerUtils: () => importApplicationsSceneViewerLayerUtils,
|
|
61
|
-
importApplicationsSceneViewerSceneViewerUtils: () => importApplicationsSceneViewerSceneViewerUtils,
|
|
62
|
-
importApplicationsSceneViewerSymbolUtils: () => importApplicationsSceneViewerSymbolUtils,
|
|
63
|
-
importApplicationsUrbanMeshUtils: () => importApplicationsUrbanMeshUtils,
|
|
64
62
|
importApplicationsWebEditorSketchUtils: () => importApplicationsWebEditorSketchUtils,
|
|
65
63
|
importArcade: () => importArcade,
|
|
64
|
+
importAttributeBinsGraphic: () => importAttributeBinsGraphic,
|
|
66
65
|
importBasemap: () => importBasemap,
|
|
67
66
|
importCamera: () => importCamera,
|
|
68
67
|
importCameraLayout: () => importCameraLayout,
|
|
@@ -82,16 +81,18 @@ __export(src_exports, {
|
|
|
82
81
|
importCoreUrlUtils: () => importCoreUrlUtils,
|
|
83
82
|
importCoreWorkers: () => importCoreWorkers,
|
|
84
83
|
importCoreWorkersConnection: () => importCoreWorkersConnection,
|
|
84
|
+
importEditingSharedTemplatesSharedTemplateMetadata: () => importEditingSharedTemplatesSharedTemplateMetadata,
|
|
85
|
+
importFormElements: () => importFormElements,
|
|
85
86
|
importFormElementsAttachmentElement: () => importFormElementsAttachmentElement,
|
|
86
87
|
importFormElementsElement: () => importFormElementsElement,
|
|
87
88
|
importFormElementsFieldElement: () => importFormElementsFieldElement,
|
|
88
89
|
importFormElementsGroupElement: () => importFormElementsGroupElement,
|
|
90
|
+
importFormElementsInputs: () => importFormElementsInputs,
|
|
89
91
|
importFormElementsInputsAttachmentsAttachmentInput: () => importFormElementsInputsAttachmentsAttachmentInput,
|
|
90
92
|
importFormElementsInputsAttachmentsAudioInput: () => importFormElementsInputsAttachmentsAudioInput,
|
|
91
93
|
importFormElementsInputsAttachmentsDocumentInput: () => importFormElementsInputsAttachmentsDocumentInput,
|
|
92
94
|
importFormElementsInputsAttachmentsImageInput: () => importFormElementsInputsAttachmentsImageInput,
|
|
93
95
|
importFormElementsInputsAttachmentsSignatureInput: () => importFormElementsInputsAttachmentsSignatureInput,
|
|
94
|
-
importFormElementsInputsAttachmentsSupportInputs: () => importFormElementsInputsAttachmentsSupportInputs,
|
|
95
96
|
importFormElementsInputsAttachmentsVideoInput: () => importFormElementsInputsAttachmentsVideoInput,
|
|
96
97
|
importFormElementsInputsBarcodeScannerInput: () => importFormElementsInputsBarcodeScannerInput,
|
|
97
98
|
importFormElementsInputsComboBoxInput: () => importFormElementsInputsComboBoxInput,
|
|
@@ -104,11 +105,10 @@ __export(src_exports, {
|
|
|
104
105
|
importFormElementsInputsTextBoxInput: () => importFormElementsInputsTextBoxInput,
|
|
105
106
|
importFormElementsInputsTimePickerInput: () => importFormElementsInputsTimePickerInput,
|
|
106
107
|
importFormElementsRelationshipElement: () => importFormElementsRelationshipElement,
|
|
107
|
-
importFormElementsSupportInputs: () => importFormElementsSupportInputs,
|
|
108
108
|
importFormElementsTextElement: () => importFormElementsTextElement,
|
|
109
|
+
importFormElementsUtilityNetworkAssociationsElement: () => importFormElementsUtilityNetworkAssociationsElement,
|
|
109
110
|
importFormExpressionInfo: () => importFormExpressionInfo,
|
|
110
111
|
importFormFormTemplate: () => importFormFormTemplate,
|
|
111
|
-
importFormSupportElements: () => importFormSupportElements,
|
|
112
112
|
importGeometry: () => importGeometry,
|
|
113
113
|
importGeometryCircle: () => importGeometryCircle,
|
|
114
114
|
importGeometryCoordinateFormatter: () => importGeometryCoordinateFormatter,
|
|
@@ -120,7 +120,10 @@ __export(src_exports, {
|
|
|
120
120
|
importGeometryMesh: () => importGeometryMesh,
|
|
121
121
|
importGeometryMultipoint: () => importGeometryMultipoint,
|
|
122
122
|
importGeometryOperatorsAffineTransformOperator: () => importGeometryOperatorsAffineTransformOperator,
|
|
123
|
+
importGeometryOperatorsAlphaShapeOperator: () => importGeometryOperatorsAlphaShapeOperator,
|
|
123
124
|
importGeometryOperatorsAreaOperator: () => importGeometryOperatorsAreaOperator,
|
|
125
|
+
importGeometryOperatorsAutoCompleteOperator: () => importGeometryOperatorsAutoCompleteOperator,
|
|
126
|
+
importGeometryOperatorsBoundaryOperator: () => importGeometryOperatorsBoundaryOperator,
|
|
124
127
|
importGeometryOperatorsBufferOperator: () => importGeometryOperatorsBufferOperator,
|
|
125
128
|
importGeometryOperatorsCentroidOperator: () => importGeometryOperatorsCentroidOperator,
|
|
126
129
|
importGeometryOperatorsClipOperator: () => importGeometryOperatorsClipOperator,
|
|
@@ -133,21 +136,38 @@ __export(src_exports, {
|
|
|
133
136
|
importGeometryOperatorsDisjointOperator: () => importGeometryOperatorsDisjointOperator,
|
|
134
137
|
importGeometryOperatorsDistanceOperator: () => importGeometryOperatorsDistanceOperator,
|
|
135
138
|
importGeometryOperatorsEqualsOperator: () => importGeometryOperatorsEqualsOperator,
|
|
139
|
+
importGeometryOperatorsExtendOperator: () => importGeometryOperatorsExtendOperator,
|
|
136
140
|
importGeometryOperatorsGeneralizeOperator: () => importGeometryOperatorsGeneralizeOperator,
|
|
137
141
|
importGeometryOperatorsGeodesicBufferOperator: () => importGeometryOperatorsGeodesicBufferOperator,
|
|
142
|
+
importGeometryOperatorsGeodesicProximityOperator: () => importGeometryOperatorsGeodesicProximityOperator,
|
|
138
143
|
importGeometryOperatorsGeodeticAreaOperator: () => importGeometryOperatorsGeodeticAreaOperator,
|
|
139
144
|
importGeometryOperatorsGeodeticDensifyOperator: () => importGeometryOperatorsGeodeticDensifyOperator,
|
|
140
145
|
importGeometryOperatorsGeodeticDistanceOperator: () => importGeometryOperatorsGeodeticDistanceOperator,
|
|
141
146
|
importGeometryOperatorsGeodeticLengthOperator: () => importGeometryOperatorsGeodeticLengthOperator,
|
|
142
147
|
importGeometryOperatorsGraphicBufferOperator: () => importGeometryOperatorsGraphicBufferOperator,
|
|
148
|
+
importGeometryOperatorsIntegrateOperator: () => importGeometryOperatorsIntegrateOperator,
|
|
143
149
|
importGeometryOperatorsIntersectionOperator: () => importGeometryOperatorsIntersectionOperator,
|
|
144
150
|
importGeometryOperatorsIntersectsOperator: () => importGeometryOperatorsIntersectsOperator,
|
|
151
|
+
importGeometryOperatorsIsNearOperator: () => importGeometryOperatorsIsNearOperator,
|
|
152
|
+
importGeometryOperatorsLabelPointOperator: () => importGeometryOperatorsLabelPointOperator,
|
|
145
153
|
importGeometryOperatorsLengthOperator: () => importGeometryOperatorsLengthOperator,
|
|
154
|
+
importGeometryOperatorsLinesToPolygonsOperator: () => importGeometryOperatorsLinesToPolygonsOperator,
|
|
155
|
+
importGeometryOperatorsLocateBetweenOperator: () => importGeometryOperatorsLocateBetweenOperator,
|
|
156
|
+
importGeometryOperatorsMinimumBoundingCircleOperator: () => importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
157
|
+
importGeometryOperatorsMultiPartToSinglePartOperator: () => importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
146
158
|
importGeometryOperatorsOffsetOperator: () => importGeometryOperatorsOffsetOperator,
|
|
147
159
|
importGeometryOperatorsOverlapsOperator: () => importGeometryOperatorsOverlapsOperator,
|
|
160
|
+
importGeometryOperatorsPolygonOverlayOperator: () => importGeometryOperatorsPolygonOverlayOperator,
|
|
161
|
+
importGeometryOperatorsPolygonSlicerOperator: () => importGeometryOperatorsPolygonSlicerOperator,
|
|
162
|
+
importGeometryOperatorsProjectOperator: () => importGeometryOperatorsProjectOperator,
|
|
148
163
|
importGeometryOperatorsProximityOperator: () => importGeometryOperatorsProximityOperator,
|
|
149
164
|
importGeometryOperatorsRelateOperator: () => importGeometryOperatorsRelateOperator,
|
|
165
|
+
importGeometryOperatorsReshapeOperator: () => importGeometryOperatorsReshapeOperator,
|
|
166
|
+
importGeometryOperatorsShapePreservingProjectOperator: () => importGeometryOperatorsShapePreservingProjectOperator,
|
|
150
167
|
importGeometryOperatorsSimplifyOperator: () => importGeometryOperatorsSimplifyOperator,
|
|
168
|
+
importGeometryOperatorsSupportGeographicTransformation: () => importGeometryOperatorsSupportGeographicTransformation,
|
|
169
|
+
importGeometryOperatorsSupportGeographicTransformationStep: () => importGeometryOperatorsSupportGeographicTransformationStep,
|
|
170
|
+
importGeometryOperatorsSupportGeographicTransformationUtils: () => importGeometryOperatorsSupportGeographicTransformationUtils,
|
|
151
171
|
importGeometryOperatorsSupportTransformation: () => importGeometryOperatorsSupportTransformation,
|
|
152
172
|
importGeometryOperatorsSymmetricDifferenceOperator: () => importGeometryOperatorsSymmetricDifferenceOperator,
|
|
153
173
|
importGeometryOperatorsTouchesOperator: () => importGeometryOperatorsTouchesOperator,
|
|
@@ -206,10 +226,13 @@ __export(src_exports, {
|
|
|
206
226
|
importLayersIntegratedMesh3DTilesLayer: () => importLayersIntegratedMesh3DTilesLayer,
|
|
207
227
|
importLayersIntegratedMeshLayer: () => importLayersIntegratedMeshLayer,
|
|
208
228
|
importLayersKMLLayer: () => importLayersKMLLayer,
|
|
229
|
+
importLayersKnowledgeGraphCypherUtils: () => importLayersKnowledgeGraphCypherUtils,
|
|
209
230
|
importLayersKnowledgeGraphKnowledgeGraphSublayer: () => importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
210
231
|
importLayersKnowledgeGraphLayer: () => importLayersKnowledgeGraphLayer,
|
|
232
|
+
importLayersKnowledgeGraphSupportUtils: () => importLayersKnowledgeGraphSupportUtils,
|
|
211
233
|
importLayersLayer: () => importLayersLayer,
|
|
212
234
|
importLayersLineOfSightLayer: () => importLayersLineOfSightLayer,
|
|
235
|
+
importLayersLinkChartLayer: () => importLayersLinkChartLayer,
|
|
213
236
|
importLayersMapImageLayer: () => importLayersMapImageLayer,
|
|
214
237
|
importLayersMapNotesLayer: () => importLayersMapNotesLayer,
|
|
215
238
|
importLayersMediaLayer: () => importLayersMediaLayer,
|
|
@@ -218,6 +241,8 @@ __export(src_exports, {
|
|
|
218
241
|
importLayersOgcWfsUtils: () => importLayersOgcWfsUtils,
|
|
219
242
|
importLayersOpenStreetMapLayer: () => importLayersOpenStreetMapLayer,
|
|
220
243
|
importLayersOrientedImageryLayer: () => importLayersOrientedImageryLayer,
|
|
244
|
+
importLayersOrientedImageryTransformationsImageToWorld: () => importLayersOrientedImageryTransformationsImageToWorld,
|
|
245
|
+
importLayersOrientedImageryTransformationsWorldToImage: () => importLayersOrientedImageryTransformationsWorldToImage,
|
|
221
246
|
importLayersPointCloudFiltersPointCloudBitfieldFilter: () => importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
222
247
|
importLayersPointCloudFiltersPointCloudFilter: () => importLayersPointCloudFiltersPointCloudFilter,
|
|
223
248
|
importLayersPointCloudFiltersPointCloudReturnFilter: () => importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -234,7 +259,10 @@ __export(src_exports, {
|
|
|
234
259
|
importLayersSupportCodedValueDomain: () => importLayersSupportCodedValueDomain,
|
|
235
260
|
importLayersSupportControlPointsGeoreference: () => importLayersSupportControlPointsGeoreference,
|
|
236
261
|
importLayersSupportCornersGeoreference: () => importLayersSupportCornersGeoreference,
|
|
262
|
+
importLayersSupportCsvUtils: () => importLayersSupportCsvUtils,
|
|
237
263
|
importLayersSupportDimensionalDefinition: () => importLayersSupportDimensionalDefinition,
|
|
264
|
+
importLayersSupportDisplayFilter: () => importLayersSupportDisplayFilter,
|
|
265
|
+
importLayersSupportDisplayFilterInfo: () => importLayersSupportDisplayFilterInfo,
|
|
238
266
|
importLayersSupportDomain: () => importLayersSupportDomain,
|
|
239
267
|
importLayersSupportElevationSampler: () => importLayersSupportElevationSampler,
|
|
240
268
|
importLayersSupportExpressionInfo: () => importLayersSupportExpressionInfo,
|
|
@@ -262,6 +290,7 @@ __export(src_exports, {
|
|
|
262
290
|
importLayersSupportMapImage: () => importLayersSupportMapImage,
|
|
263
291
|
importLayersSupportMosaicRule: () => importLayersSupportMosaicRule,
|
|
264
292
|
importLayersSupportMultidimensionalSubset: () => importLayersSupportMultidimensionalSubset,
|
|
293
|
+
importLayersSupportOrderByInfo: () => importLayersSupportOrderByInfo,
|
|
265
294
|
importLayersSupportPixelBlock: () => importLayersSupportPixelBlock,
|
|
266
295
|
importLayersSupportPublishingInfo: () => importLayersSupportPublishingInfo,
|
|
267
296
|
importLayersSupportRangeDomain: () => importLayersSupportRangeDomain,
|
|
@@ -311,6 +340,11 @@ __export(src_exports, {
|
|
|
311
340
|
importLayersWMSLayer: () => importLayersWMSLayer,
|
|
312
341
|
importLayersWMTSLayer: () => importLayersWMTSLayer,
|
|
313
342
|
importLayersWebTileLayer: () => importLayersWebTileLayer,
|
|
343
|
+
importLinkChartChronologicalLayoutSettings: () => importLinkChartChronologicalLayoutSettings,
|
|
344
|
+
importLinkChartLayoutSettings: () => importLinkChartLayoutSettings,
|
|
345
|
+
importLinkChartLinkChartProperties: () => importLinkChartLinkChartProperties,
|
|
346
|
+
importLinkChartNonspatialDataDisplay: () => importLinkChartNonspatialDataDisplay,
|
|
347
|
+
importLinkChartOrganicLayoutSettings: () => importLinkChartOrganicLayoutSettings,
|
|
314
348
|
importMap: () => importMap,
|
|
315
349
|
importNetworksNetwork: () => importNetworksNetwork,
|
|
316
350
|
importNetworksSupportNamedTraceConfiguration: () => importNetworksSupportNamedTraceConfiguration,
|
|
@@ -423,6 +457,7 @@ __export(src_exports, {
|
|
|
423
457
|
importRestKnowledgeGraphGraphProperty: () => importRestKnowledgeGraphGraphProperty,
|
|
424
458
|
importRestKnowledgeGraphGraphQuery: () => importRestKnowledgeGraphGraphQuery,
|
|
425
459
|
importRestKnowledgeGraphGraphQueryResult: () => importRestKnowledgeGraphGraphQueryResult,
|
|
460
|
+
importRestKnowledgeGraphGraphQueryResultHeader: () => importRestKnowledgeGraphGraphQueryResultHeader,
|
|
426
461
|
importRestKnowledgeGraphGraphQueryStreaming: () => importRestKnowledgeGraphGraphQueryStreaming,
|
|
427
462
|
importRestKnowledgeGraphGraphQueryStreamingResult: () => importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
428
463
|
importRestKnowledgeGraphGraphSearch: () => importRestKnowledgeGraphGraphSearch,
|
|
@@ -436,6 +471,12 @@ __export(src_exports, {
|
|
|
436
471
|
importRestKnowledgeGraphSearchIndex: () => importRestKnowledgeGraphSearchIndex,
|
|
437
472
|
importRestKnowledgeGraphService: () => importRestKnowledgeGraphService,
|
|
438
473
|
importRestKnowledgeGraphServiceDefinition: () => importRestKnowledgeGraphServiceDefinition,
|
|
474
|
+
importRestKnowledgeGraphSourceTypeValueBehavior: () => importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
475
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
476
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
477
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
478
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection: () => importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
479
|
+
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings: () => importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
439
480
|
importRestLocator: () => importRestLocator,
|
|
440
481
|
importRestNetworkService: () => importRestNetworkService,
|
|
441
482
|
importRestNetworksQueryAssociations: () => importRestNetworksQueryAssociations,
|
|
@@ -465,6 +506,12 @@ __export(src_exports, {
|
|
|
465
506
|
importRestSupportArealUnit: () => importRestSupportArealUnit,
|
|
466
507
|
importRestSupportAreasAndLengthsParameters: () => importRestSupportAreasAndLengthsParameters,
|
|
467
508
|
importRestSupportAttachmentQuery: () => importRestSupportAttachmentQuery,
|
|
509
|
+
importRestSupportAttributeBinsFeatureSet: () => importRestSupportAttributeBinsFeatureSet,
|
|
510
|
+
importRestSupportAttributeBinsGrouping: () => importRestSupportAttributeBinsGrouping,
|
|
511
|
+
importRestSupportAttributeBinsQuery: () => importRestSupportAttributeBinsQuery,
|
|
512
|
+
importRestSupportAutoIntervalBinParameters: () => importRestSupportAutoIntervalBinParameters,
|
|
513
|
+
importRestSupportBaseImageMeasureParameters: () => importRestSupportBaseImageMeasureParameters,
|
|
514
|
+
importRestSupportBaseImageMeasureResult: () => importRestSupportBaseImageMeasureResult,
|
|
468
515
|
importRestSupportBufferParameters: () => importRestSupportBufferParameters,
|
|
469
516
|
importRestSupportCameraInfo: () => importRestSupportCameraInfo,
|
|
470
517
|
importRestSupportClosestFacilityParameters: () => importRestSupportClosestFacilityParameters,
|
|
@@ -472,6 +519,8 @@ __export(src_exports, {
|
|
|
472
519
|
importRestSupportColorRamp: () => importRestSupportColorRamp,
|
|
473
520
|
importRestSupportDataFile: () => importRestSupportDataFile,
|
|
474
521
|
importRestSupportDataLayer: () => importRestSupportDataLayer,
|
|
522
|
+
importRestSupportDateBinParameters: () => importRestSupportDateBinParameters,
|
|
523
|
+
importRestSupportDateBinTimeInterval: () => importRestSupportDateBinTimeInterval,
|
|
475
524
|
importRestSupportDensifyParameters: () => importRestSupportDensifyParameters,
|
|
476
525
|
importRestSupportDirectionLine: () => importRestSupportDirectionLine,
|
|
477
526
|
importRestSupportDirectionPoint: () => importRestSupportDirectionPoint,
|
|
@@ -485,6 +534,8 @@ __export(src_exports, {
|
|
|
485
534
|
importRestSupportFindImagesResult: () => importRestSupportFindImagesResult,
|
|
486
535
|
importRestSupportFindParameters: () => importRestSupportFindParameters,
|
|
487
536
|
importRestSupportFindResult: () => importRestSupportFindResult,
|
|
537
|
+
importRestSupportFixedBoundariesBinParameters: () => importRestSupportFixedBoundariesBinParameters,
|
|
538
|
+
importRestSupportFixedIntervalBinParameters: () => importRestSupportFixedIntervalBinParameters,
|
|
488
539
|
importRestSupportGPMessage: () => importRestSupportGPMessage,
|
|
489
540
|
importRestSupportGeneralizeParameters: () => importRestSupportGeneralizeParameters,
|
|
490
541
|
importRestSupportIdentifyParameters: () => importRestSupportIdentifyParameters,
|
|
@@ -518,6 +569,9 @@ __export(src_exports, {
|
|
|
518
569
|
importRestSupportImageToMapParameters: () => importRestSupportImageToMapParameters,
|
|
519
570
|
importRestSupportImageUrlParameters: () => importRestSupportImageUrlParameters,
|
|
520
571
|
importRestSupportImageUrlResult: () => importRestSupportImageUrlResult,
|
|
572
|
+
importRestSupportImageVolume: () => importRestSupportImageVolume,
|
|
573
|
+
importRestSupportImageVolumeParameters: () => importRestSupportImageVolumeParameters,
|
|
574
|
+
importRestSupportImageVolumeResult: () => importRestSupportImageVolumeResult,
|
|
521
575
|
importRestSupportJobInfo: () => importRestSupportJobInfo,
|
|
522
576
|
importRestSupportLegendLayer: () => importRestSupportLegendLayer,
|
|
523
577
|
importRestSupportLengthsParameters: () => importRestSupportLengthsParameters,
|
|
@@ -585,6 +639,7 @@ __export(src_exports, {
|
|
|
585
639
|
importSmartMappingRenderersPredominance: () => importSmartMappingRenderersPredominance,
|
|
586
640
|
importSmartMappingRenderersRelationship: () => importSmartMappingRenderersRelationship,
|
|
587
641
|
importSmartMappingRenderersSize: () => importSmartMappingRenderersSize,
|
|
642
|
+
importSmartMappingRenderersSupportRendererUtils: () => importSmartMappingRenderersSupportRendererUtils,
|
|
588
643
|
importSmartMappingRenderersType: () => importSmartMappingRenderersType,
|
|
589
644
|
importSmartMappingRenderersUnivariateColorSize: () => importSmartMappingRenderersUnivariateColorSize,
|
|
590
645
|
importSmartMappingStatisticsClassBreaks: () => importSmartMappingStatisticsClassBreaks,
|
|
@@ -659,12 +714,12 @@ __export(src_exports, {
|
|
|
659
714
|
importSymbolsWaterSymbol3DLayer: () => importSymbolsWaterSymbol3DLayer,
|
|
660
715
|
importSymbolsWebStyleSymbol: () => importSymbolsWebStyleSymbol,
|
|
661
716
|
importTablesAttributeTableTemplate: () => importTablesAttributeTableTemplate,
|
|
717
|
+
importTablesElements: () => importTablesElements,
|
|
662
718
|
importTablesElementsAttributeTableAttachmentElement: () => importTablesElementsAttributeTableAttachmentElement,
|
|
663
719
|
importTablesElementsAttributeTableElement: () => importTablesElementsAttributeTableElement,
|
|
664
720
|
importTablesElementsAttributeTableFieldElement: () => importTablesElementsAttributeTableFieldElement,
|
|
665
721
|
importTablesElementsAttributeTableGroupElement: () => importTablesElementsAttributeTableGroupElement,
|
|
666
722
|
importTablesElementsAttributeTableRelationshipElement: () => importTablesElementsAttributeTableRelationshipElement,
|
|
667
|
-
importTablesSupportElements: () => importTablesSupportElements,
|
|
668
723
|
importTimeExtent: () => importTimeExtent,
|
|
669
724
|
importTimeInterval: () => importTimeInterval,
|
|
670
725
|
importTimeTimeExtent: () => importTimeTimeExtent,
|
|
@@ -690,7 +745,6 @@ __export(src_exports, {
|
|
|
690
745
|
importViews3dEnvironmentSunLighting: () => importViews3dEnvironmentSunLighting,
|
|
691
746
|
importViews3dEnvironmentSunnyWeather: () => importViews3dEnvironmentSunnyWeather,
|
|
692
747
|
importViews3dEnvironmentVirtualLighting: () => importViews3dEnvironmentVirtualLighting,
|
|
693
|
-
importViews3dExternalRenderers: () => importViews3dExternalRenderers,
|
|
694
748
|
importViews3dSupportLayerPerformanceInfo: () => importViews3dSupportLayerPerformanceInfo,
|
|
695
749
|
importViews3dSupportSceneViewPerformanceInfo: () => importViews3dSupportSceneViewPerformanceInfo,
|
|
696
750
|
importViews3dWebgl: () => importViews3dWebgl,
|
|
@@ -732,12 +786,15 @@ __export(src_exports, {
|
|
|
732
786
|
importViewsLayersSceneLayerView: () => importViewsLayersSceneLayerView,
|
|
733
787
|
importViewsLayersStreamLayerView: () => importViewsLayersStreamLayerView,
|
|
734
788
|
importViewsLayersViewshedLayerView: () => importViewsLayersViewshedLayerView,
|
|
789
|
+
importViewsLinkChartView: () => importViewsLinkChartView,
|
|
735
790
|
importViewsMagnifier: () => importViewsMagnifier,
|
|
736
791
|
importViewsMapView: () => importViewsMapView,
|
|
737
792
|
importViewsNavigationGamepadGamepadSettings: () => importViewsNavigationGamepadGamepadSettings,
|
|
738
793
|
importViewsNavigationNavigation: () => importViewsNavigationNavigation,
|
|
794
|
+
importViewsNavigationNavigationActionMap: () => importViewsNavigationNavigationActionMap,
|
|
739
795
|
importViewsSceneView: () => importViewsSceneView,
|
|
740
796
|
importViewsSupportColorUtils: () => importViewsSupportColorUtils,
|
|
797
|
+
importViewsSupportHighlightOptions: () => importViewsSupportHighlightOptions,
|
|
741
798
|
importViewsTheme: () => importViewsTheme,
|
|
742
799
|
importViewsUiDefaultUI: () => importViewsUiDefaultUI,
|
|
743
800
|
importViewsUiUI: () => importViewsUiUI,
|
|
@@ -745,6 +802,7 @@ __export(src_exports, {
|
|
|
745
802
|
importViewsView2D: () => importViewsView2D,
|
|
746
803
|
importViewsViewAnimation: () => importViewsViewAnimation,
|
|
747
804
|
importWebDocument2D: () => importWebDocument2D,
|
|
805
|
+
importWebLinkChart: () => importWebLinkChart,
|
|
748
806
|
importWebMap: () => importWebMap,
|
|
749
807
|
importWebScene: () => importWebScene,
|
|
750
808
|
importWebdocApplicationPropertiesSearch: () => importWebdocApplicationPropertiesSearch,
|
|
@@ -776,7 +834,9 @@ __export(src_exports, {
|
|
|
776
834
|
importWebsceneInitialViewProperties: () => importWebsceneInitialViewProperties,
|
|
777
835
|
importWebscenePresentation: () => importWebscenePresentation,
|
|
778
836
|
importWebsceneSlide: () => importWebsceneSlide,
|
|
837
|
+
importWebsceneSlideLegendInfo: () => importWebsceneSlideLegendInfo,
|
|
779
838
|
importWebsceneSunLighting: () => importWebsceneSunLighting,
|
|
839
|
+
importWebsceneSupportSlideElements: () => importWebsceneSupportSlideElements,
|
|
780
840
|
importWebsceneVirtualLighting: () => importWebsceneVirtualLighting,
|
|
781
841
|
importWidgetsAreaMeasurement2D: () => importWidgetsAreaMeasurement2D,
|
|
782
842
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel: () => importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -846,6 +906,8 @@ __export(src_exports, {
|
|
|
846
906
|
importWidgetsFeatureFormFieldInput: () => importWidgetsFeatureFormFieldInput,
|
|
847
907
|
importWidgetsFeatureFormGroupInput: () => importWidgetsFeatureFormGroupInput,
|
|
848
908
|
importWidgetsFeatureFormRelationshipInput: () => importWidgetsFeatureFormRelationshipInput,
|
|
909
|
+
importWidgetsFeatureFormTextElementInput: () => importWidgetsFeatureFormTextElementInput,
|
|
910
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput: () => importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
849
911
|
importWidgetsFeatureTable: () => importWidgetsFeatureTable,
|
|
850
912
|
importWidgetsFeatureTableActionColumn: () => importWidgetsFeatureTableActionColumn,
|
|
851
913
|
importWidgetsFeatureTableAttachmentsColumn: () => importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -857,10 +919,12 @@ __export(src_exports, {
|
|
|
857
919
|
importWidgetsFeatureTableGridSupportButtonMenuItem: () => importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
858
920
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel: () => importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
859
921
|
importWidgetsFeatureTableRelationshipColumn: () => importWidgetsFeatureTableRelationshipColumn,
|
|
922
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate: () => importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
860
923
|
importWidgetsFeatureTableSupportColumnTemplate: () => importWidgetsFeatureTableSupportColumnTemplate,
|
|
861
924
|
importWidgetsFeatureTableSupportColumnTemplateBase: () => importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
862
925
|
importWidgetsFeatureTableSupportFieldColumnTemplate: () => importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
863
926
|
importWidgetsFeatureTableSupportGroupColumnTemplate: () => importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
927
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate: () => importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
864
928
|
importWidgetsFeatureTableSupportTableTemplate: () => importWidgetsFeatureTableSupportTableTemplate,
|
|
865
929
|
importWidgetsFeatureTemplates: () => importWidgetsFeatureTemplates,
|
|
866
930
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel: () => importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -945,6 +1009,7 @@ __export(src_exports, {
|
|
|
945
1009
|
importWidgetsSupportGridControlsGridControlsViewModel: () => importWidgetsSupportGridControlsGridControlsViewModel,
|
|
946
1010
|
importWidgetsSupportSnappingControls: () => importWidgetsSupportSnappingControls,
|
|
947
1011
|
importWidgetsSupportSnappingControlsSnappingControlsViewModel: () => importWidgetsSupportSnappingControlsSnappingControlsViewModel,
|
|
1012
|
+
importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
948
1013
|
importWidgetsSupportWidget: () => importWidgetsSupportWidget,
|
|
949
1014
|
importWidgetsSwipe: () => importWidgetsSwipe,
|
|
950
1015
|
importWidgetsSwipeSwipeViewModel: () => importWidgetsSwipeSwipeViewModel,
|
|
@@ -960,6 +1025,7 @@ __export(src_exports, {
|
|
|
960
1025
|
importWidgetsUtilityNetworkAssociations: () => importWidgetsUtilityNetworkAssociations,
|
|
961
1026
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
962
1027
|
importWidgetsUtilityNetworkTrace: () => importWidgetsUtilityNetworkTrace,
|
|
1028
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel: () => importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
963
1029
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel: () => importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
964
1030
|
importWidgetsUtilityNetworkValidateTopology: () => importWidgetsUtilityNetworkValidateTopology,
|
|
965
1031
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel: () => importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -989,6 +1055,7 @@ __export(src_exports, {
|
|
|
989
1055
|
newAnalysisSlicePlane: () => newAnalysisSlicePlane,
|
|
990
1056
|
newAnalysisViewshed: () => newAnalysisViewshed,
|
|
991
1057
|
newAnalysisViewshedAnalysis: () => newAnalysisViewshedAnalysis,
|
|
1058
|
+
newAttributeBinsGraphic: () => newAttributeBinsGraphic,
|
|
992
1059
|
newBasemap: () => newBasemap,
|
|
993
1060
|
newCamera: () => newCamera,
|
|
994
1061
|
newCameraLayout: () => newCameraLayout,
|
|
@@ -1020,6 +1087,7 @@ __export(src_exports, {
|
|
|
1020
1087
|
newFormElementsInputsTimePickerInput: () => newFormElementsInputsTimePickerInput,
|
|
1021
1088
|
newFormElementsRelationshipElement: () => newFormElementsRelationshipElement,
|
|
1022
1089
|
newFormElementsTextElement: () => newFormElementsTextElement,
|
|
1090
|
+
newFormElementsUtilityNetworkAssociationsElement: () => newFormElementsUtilityNetworkAssociationsElement,
|
|
1023
1091
|
newFormExpressionInfo: () => newFormExpressionInfo,
|
|
1024
1092
|
newFormFormTemplate: () => newFormFormTemplate,
|
|
1025
1093
|
newGeometryCircle: () => newGeometryCircle,
|
|
@@ -1028,6 +1096,8 @@ __export(src_exports, {
|
|
|
1028
1096
|
newGeometryHeightModelInfo: () => newGeometryHeightModelInfo,
|
|
1029
1097
|
newGeometryMesh: () => newGeometryMesh,
|
|
1030
1098
|
newGeometryMultipoint: () => newGeometryMultipoint,
|
|
1099
|
+
newGeometryOperatorsSupportGeographicTransformation: () => newGeometryOperatorsSupportGeographicTransformation,
|
|
1100
|
+
newGeometryOperatorsSupportGeographicTransformationStep: () => newGeometryOperatorsSupportGeographicTransformationStep,
|
|
1031
1101
|
newGeometryOperatorsSupportTransformation: () => newGeometryOperatorsSupportTransformation,
|
|
1032
1102
|
newGeometryPoint: () => newGeometryPoint,
|
|
1033
1103
|
newGeometryPolygon: () => newGeometryPolygon,
|
|
@@ -1076,6 +1146,7 @@ __export(src_exports, {
|
|
|
1076
1146
|
newLayersKnowledgeGraphLayer: () => newLayersKnowledgeGraphLayer,
|
|
1077
1147
|
newLayersLayer: () => newLayersLayer,
|
|
1078
1148
|
newLayersLineOfSightLayer: () => newLayersLineOfSightLayer,
|
|
1149
|
+
newLayersLinkChartLayer: () => newLayersLinkChartLayer,
|
|
1079
1150
|
newLayersMapImageLayer: () => newLayersMapImageLayer,
|
|
1080
1151
|
newLayersMapNotesLayer: () => newLayersMapNotesLayer,
|
|
1081
1152
|
newLayersMediaLayer: () => newLayersMediaLayer,
|
|
@@ -1098,6 +1169,8 @@ __export(src_exports, {
|
|
|
1098
1169
|
newLayersSupportControlPointsGeoreference: () => newLayersSupportControlPointsGeoreference,
|
|
1099
1170
|
newLayersSupportCornersGeoreference: () => newLayersSupportCornersGeoreference,
|
|
1100
1171
|
newLayersSupportDimensionalDefinition: () => newLayersSupportDimensionalDefinition,
|
|
1172
|
+
newLayersSupportDisplayFilter: () => newLayersSupportDisplayFilter,
|
|
1173
|
+
newLayersSupportDisplayFilterInfo: () => newLayersSupportDisplayFilterInfo,
|
|
1101
1174
|
newLayersSupportDomain: () => newLayersSupportDomain,
|
|
1102
1175
|
newLayersSupportElevationSampler: () => newLayersSupportElevationSampler,
|
|
1103
1176
|
newLayersSupportExpressionInfo: () => newLayersSupportExpressionInfo,
|
|
@@ -1124,6 +1197,7 @@ __export(src_exports, {
|
|
|
1124
1197
|
newLayersSupportMapImage: () => newLayersSupportMapImage,
|
|
1125
1198
|
newLayersSupportMosaicRule: () => newLayersSupportMosaicRule,
|
|
1126
1199
|
newLayersSupportMultidimensionalSubset: () => newLayersSupportMultidimensionalSubset,
|
|
1200
|
+
newLayersSupportOrderByInfo: () => newLayersSupportOrderByInfo,
|
|
1127
1201
|
newLayersSupportPixelBlock: () => newLayersSupportPixelBlock,
|
|
1128
1202
|
newLayersSupportPublishingInfo: () => newLayersSupportPublishingInfo,
|
|
1129
1203
|
newLayersSupportRangeDomain: () => newLayersSupportRangeDomain,
|
|
@@ -1168,6 +1242,11 @@ __export(src_exports, {
|
|
|
1168
1242
|
newLayersWMSLayer: () => newLayersWMSLayer,
|
|
1169
1243
|
newLayersWMTSLayer: () => newLayersWMTSLayer,
|
|
1170
1244
|
newLayersWebTileLayer: () => newLayersWebTileLayer,
|
|
1245
|
+
newLinkChartChronologicalLayoutSettings: () => newLinkChartChronologicalLayoutSettings,
|
|
1246
|
+
newLinkChartLayoutSettings: () => newLinkChartLayoutSettings,
|
|
1247
|
+
newLinkChartLinkChartProperties: () => newLinkChartLinkChartProperties,
|
|
1248
|
+
newLinkChartNonspatialDataDisplay: () => newLinkChartNonspatialDataDisplay,
|
|
1249
|
+
newLinkChartOrganicLayoutSettings: () => newLinkChartOrganicLayoutSettings,
|
|
1171
1250
|
newMap: () => newMap,
|
|
1172
1251
|
newNetworksNetwork: () => newNetworksNetwork,
|
|
1173
1252
|
newNetworksSupportNamedTraceConfiguration: () => newNetworksSupportNamedTraceConfiguration,
|
|
@@ -1203,6 +1282,7 @@ __export(src_exports, {
|
|
|
1203
1282
|
newPopupRelatedRecordsInfo: () => newPopupRelatedRecordsInfo,
|
|
1204
1283
|
newPopupSupportFieldInfoFormat: () => newPopupSupportFieldInfoFormat,
|
|
1205
1284
|
newPopupSupportRelatedRecordsInfoFieldOrder: () => newPopupSupportRelatedRecordsInfoFieldOrder,
|
|
1285
|
+
newPopupSupportUtilityNetworkAssociationType: () => newPopupSupportUtilityNetworkAssociationType,
|
|
1206
1286
|
newPopupTemplate: () => newPopupTemplate,
|
|
1207
1287
|
newPortalPortal: () => newPortalPortal,
|
|
1208
1288
|
newPortalPortalFolder: () => newPortalPortalFolder,
|
|
@@ -1264,6 +1344,7 @@ __export(src_exports, {
|
|
|
1264
1344
|
newRestKnowledgeGraphGraphProperty: () => newRestKnowledgeGraphGraphProperty,
|
|
1265
1345
|
newRestKnowledgeGraphGraphQuery: () => newRestKnowledgeGraphGraphQuery,
|
|
1266
1346
|
newRestKnowledgeGraphGraphQueryResult: () => newRestKnowledgeGraphGraphQueryResult,
|
|
1347
|
+
newRestKnowledgeGraphGraphQueryResultHeader: () => newRestKnowledgeGraphGraphQueryResultHeader,
|
|
1267
1348
|
newRestKnowledgeGraphGraphQueryStreaming: () => newRestKnowledgeGraphGraphQueryStreaming,
|
|
1268
1349
|
newRestKnowledgeGraphGraphQueryStreamingResult: () => newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
1269
1350
|
newRestKnowledgeGraphGraphSearch: () => newRestKnowledgeGraphGraphSearch,
|
|
@@ -1276,6 +1357,12 @@ __export(src_exports, {
|
|
|
1276
1357
|
newRestKnowledgeGraphRelationshipType: () => newRestKnowledgeGraphRelationshipType,
|
|
1277
1358
|
newRestKnowledgeGraphSearchIndex: () => newRestKnowledgeGraphSearchIndex,
|
|
1278
1359
|
newRestKnowledgeGraphServiceDefinition: () => newRestKnowledgeGraphServiceDefinition,
|
|
1360
|
+
newRestKnowledgeGraphSourceTypeValueBehavior: () => newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
1361
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
1362
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
1363
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
1364
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection: () => newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
1365
|
+
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings: () => newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
1279
1366
|
newRestNetworksSupportAggregatedGeometry: () => newRestNetworksSupportAggregatedGeometry,
|
|
1280
1367
|
newRestNetworksSupportAssociation: () => newRestNetworksSupportAssociation,
|
|
1281
1368
|
newRestNetworksSupportAssociationGeometriesResult: () => newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -1294,6 +1381,12 @@ __export(src_exports, {
|
|
|
1294
1381
|
newRestSupportArealUnit: () => newRestSupportArealUnit,
|
|
1295
1382
|
newRestSupportAreasAndLengthsParameters: () => newRestSupportAreasAndLengthsParameters,
|
|
1296
1383
|
newRestSupportAttachmentQuery: () => newRestSupportAttachmentQuery,
|
|
1384
|
+
newRestSupportAttributeBinsFeatureSet: () => newRestSupportAttributeBinsFeatureSet,
|
|
1385
|
+
newRestSupportAttributeBinsGrouping: () => newRestSupportAttributeBinsGrouping,
|
|
1386
|
+
newRestSupportAttributeBinsQuery: () => newRestSupportAttributeBinsQuery,
|
|
1387
|
+
newRestSupportAutoIntervalBinParameters: () => newRestSupportAutoIntervalBinParameters,
|
|
1388
|
+
newRestSupportBaseImageMeasureParameters: () => newRestSupportBaseImageMeasureParameters,
|
|
1389
|
+
newRestSupportBaseImageMeasureResult: () => newRestSupportBaseImageMeasureResult,
|
|
1297
1390
|
newRestSupportBufferParameters: () => newRestSupportBufferParameters,
|
|
1298
1391
|
newRestSupportCameraInfo: () => newRestSupportCameraInfo,
|
|
1299
1392
|
newRestSupportClosestFacilityParameters: () => newRestSupportClosestFacilityParameters,
|
|
@@ -1301,6 +1394,8 @@ __export(src_exports, {
|
|
|
1301
1394
|
newRestSupportColorRamp: () => newRestSupportColorRamp,
|
|
1302
1395
|
newRestSupportDataFile: () => newRestSupportDataFile,
|
|
1303
1396
|
newRestSupportDataLayer: () => newRestSupportDataLayer,
|
|
1397
|
+
newRestSupportDateBinParameters: () => newRestSupportDateBinParameters,
|
|
1398
|
+
newRestSupportDateBinTimeInterval: () => newRestSupportDateBinTimeInterval,
|
|
1304
1399
|
newRestSupportDensifyParameters: () => newRestSupportDensifyParameters,
|
|
1305
1400
|
newRestSupportDirectionLine: () => newRestSupportDirectionLine,
|
|
1306
1401
|
newRestSupportDirectionPoint: () => newRestSupportDirectionPoint,
|
|
@@ -1314,6 +1409,8 @@ __export(src_exports, {
|
|
|
1314
1409
|
newRestSupportFindImagesResult: () => newRestSupportFindImagesResult,
|
|
1315
1410
|
newRestSupportFindParameters: () => newRestSupportFindParameters,
|
|
1316
1411
|
newRestSupportFindResult: () => newRestSupportFindResult,
|
|
1412
|
+
newRestSupportFixedBoundariesBinParameters: () => newRestSupportFixedBoundariesBinParameters,
|
|
1413
|
+
newRestSupportFixedIntervalBinParameters: () => newRestSupportFixedIntervalBinParameters,
|
|
1317
1414
|
newRestSupportGPMessage: () => newRestSupportGPMessage,
|
|
1318
1415
|
newRestSupportGeneralizeParameters: () => newRestSupportGeneralizeParameters,
|
|
1319
1416
|
newRestSupportIdentifyParameters: () => newRestSupportIdentifyParameters,
|
|
@@ -1347,6 +1444,9 @@ __export(src_exports, {
|
|
|
1347
1444
|
newRestSupportImageToMapParameters: () => newRestSupportImageToMapParameters,
|
|
1348
1445
|
newRestSupportImageUrlParameters: () => newRestSupportImageUrlParameters,
|
|
1349
1446
|
newRestSupportImageUrlResult: () => newRestSupportImageUrlResult,
|
|
1447
|
+
newRestSupportImageVolume: () => newRestSupportImageVolume,
|
|
1448
|
+
newRestSupportImageVolumeParameters: () => newRestSupportImageVolumeParameters,
|
|
1449
|
+
newRestSupportImageVolumeResult: () => newRestSupportImageVolumeResult,
|
|
1350
1450
|
newRestSupportJobInfo: () => newRestSupportJobInfo,
|
|
1351
1451
|
newRestSupportLegendLayer: () => newRestSupportLegendLayer,
|
|
1352
1452
|
newRestSupportLengthsParameters: () => newRestSupportLengthsParameters,
|
|
@@ -1495,11 +1595,14 @@ __export(src_exports, {
|
|
|
1495
1595
|
newViewsLayersSceneLayerView: () => newViewsLayersSceneLayerView,
|
|
1496
1596
|
newViewsLayersStreamLayerView: () => newViewsLayersStreamLayerView,
|
|
1497
1597
|
newViewsLayersViewshedLayerView: () => newViewsLayersViewshedLayerView,
|
|
1598
|
+
newViewsLinkChartView: () => newViewsLinkChartView,
|
|
1498
1599
|
newViewsMagnifier: () => newViewsMagnifier,
|
|
1499
1600
|
newViewsMapView: () => newViewsMapView,
|
|
1500
1601
|
newViewsNavigationGamepadGamepadSettings: () => newViewsNavigationGamepadGamepadSettings,
|
|
1501
1602
|
newViewsNavigationNavigation: () => newViewsNavigationNavigation,
|
|
1603
|
+
newViewsNavigationNavigationActionMap: () => newViewsNavigationNavigationActionMap,
|
|
1502
1604
|
newViewsSceneView: () => newViewsSceneView,
|
|
1605
|
+
newViewsSupportHighlightOptions: () => newViewsSupportHighlightOptions,
|
|
1503
1606
|
newViewsTheme: () => newViewsTheme,
|
|
1504
1607
|
newViewsUiDefaultUI: () => newViewsUiDefaultUI,
|
|
1505
1608
|
newViewsUiUI: () => newViewsUiUI,
|
|
@@ -1507,6 +1610,7 @@ __export(src_exports, {
|
|
|
1507
1610
|
newViewsView2D: () => newViewsView2D,
|
|
1508
1611
|
newViewsViewAnimation: () => newViewsViewAnimation,
|
|
1509
1612
|
newWebDocument2D: () => newWebDocument2D,
|
|
1613
|
+
newWebLinkChart: () => newWebLinkChart,
|
|
1510
1614
|
newWebMap: () => newWebMap,
|
|
1511
1615
|
newWebScene: () => newWebScene,
|
|
1512
1616
|
newWebdocApplicationPropertiesSearch: () => newWebdocApplicationPropertiesSearch,
|
|
@@ -1538,6 +1642,7 @@ __export(src_exports, {
|
|
|
1538
1642
|
newWebsceneInitialViewProperties: () => newWebsceneInitialViewProperties,
|
|
1539
1643
|
newWebscenePresentation: () => newWebscenePresentation,
|
|
1540
1644
|
newWebsceneSlide: () => newWebsceneSlide,
|
|
1645
|
+
newWebsceneSlideLegendInfo: () => newWebsceneSlideLegendInfo,
|
|
1541
1646
|
newWebsceneSunLighting: () => newWebsceneSunLighting,
|
|
1542
1647
|
newWebsceneVirtualLighting: () => newWebsceneVirtualLighting,
|
|
1543
1648
|
newWidgetsAreaMeasurement2D: () => newWidgetsAreaMeasurement2D,
|
|
@@ -1607,6 +1712,8 @@ __export(src_exports, {
|
|
|
1607
1712
|
newWidgetsFeatureFormFieldInput: () => newWidgetsFeatureFormFieldInput,
|
|
1608
1713
|
newWidgetsFeatureFormGroupInput: () => newWidgetsFeatureFormGroupInput,
|
|
1609
1714
|
newWidgetsFeatureFormRelationshipInput: () => newWidgetsFeatureFormRelationshipInput,
|
|
1715
|
+
newWidgetsFeatureFormTextElementInput: () => newWidgetsFeatureFormTextElementInput,
|
|
1716
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput: () => newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
1610
1717
|
newWidgetsFeatureTable: () => newWidgetsFeatureTable,
|
|
1611
1718
|
newWidgetsFeatureTableActionColumn: () => newWidgetsFeatureTableActionColumn,
|
|
1612
1719
|
newWidgetsFeatureTableAttachmentsColumn: () => newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -1618,10 +1725,12 @@ __export(src_exports, {
|
|
|
1618
1725
|
newWidgetsFeatureTableGridSupportButtonMenuItem: () => newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
1619
1726
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel: () => newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
1620
1727
|
newWidgetsFeatureTableRelationshipColumn: () => newWidgetsFeatureTableRelationshipColumn,
|
|
1728
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate: () => newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
1621
1729
|
newWidgetsFeatureTableSupportColumnTemplate: () => newWidgetsFeatureTableSupportColumnTemplate,
|
|
1622
1730
|
newWidgetsFeatureTableSupportColumnTemplateBase: () => newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
1623
1731
|
newWidgetsFeatureTableSupportFieldColumnTemplate: () => newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
1624
1732
|
newWidgetsFeatureTableSupportGroupColumnTemplate: () => newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
1733
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate: () => newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
1625
1734
|
newWidgetsFeatureTableSupportTableTemplate: () => newWidgetsFeatureTableSupportTableTemplate,
|
|
1626
1735
|
newWidgetsFeatureTemplates: () => newWidgetsFeatureTemplates,
|
|
1627
1736
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel: () => newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -1719,6 +1828,7 @@ __export(src_exports, {
|
|
|
1719
1828
|
newWidgetsUtilityNetworkAssociations: () => newWidgetsUtilityNetworkAssociations,
|
|
1720
1829
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
1721
1830
|
newWidgetsUtilityNetworkTrace: () => newWidgetsUtilityNetworkTrace,
|
|
1831
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel: () => newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
1722
1832
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel: () => newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
1723
1833
|
newWidgetsUtilityNetworkValidateTopology: () => newWidgetsUtilityNetworkValidateTopology,
|
|
1724
1834
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel: () => newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -2052,6 +2162,17 @@ async function newFormElementsTextElement(properties) {
|
|
|
2052
2162
|
const ModConstructor = await importFormElementsTextElement();
|
|
2053
2163
|
return new ModConstructor(properties);
|
|
2054
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
|
+
}
|
|
2055
2176
|
async function importFormElementsInputsBarcodeScannerInput() {
|
|
2056
2177
|
if (isAMD) {
|
|
2057
2178
|
return await window.$arcgis.import("esri/form/elements/inputs/BarcodeScannerInput");
|
|
@@ -2360,6 +2481,28 @@ async function newGeometrySpatialReference(properties) {
|
|
|
2360
2481
|
const ModConstructor = await importGeometrySpatialReference();
|
|
2361
2482
|
return new ModConstructor(properties);
|
|
2362
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
|
+
}
|
|
2363
2506
|
async function importGeometryOperatorsSupportTransformation() {
|
|
2364
2507
|
if (isAMD) {
|
|
2365
2508
|
return await window.$arcgis.import("esri/geometry/operators/support/Transformation");
|
|
@@ -2481,6 +2624,17 @@ async function newGeometrySupportMeshTransform(properties) {
|
|
|
2481
2624
|
const ModConstructor = await importGeometrySupportMeshTransform();
|
|
2482
2625
|
return new ModConstructor(properties);
|
|
2483
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
|
+
}
|
|
2484
2638
|
async function importGraphic() {
|
|
2485
2639
|
if (isAMD) {
|
|
2486
2640
|
return await window.$arcgis.import("esri/Graphic");
|
|
@@ -2844,6 +2998,17 @@ async function newLayersLineOfSightLayer(properties) {
|
|
|
2844
2998
|
const ModConstructor = await importLayersLineOfSightLayer();
|
|
2845
2999
|
return new ModConstructor(properties);
|
|
2846
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
|
+
}
|
|
2847
3012
|
async function importLayersMapImageLayer() {
|
|
2848
3013
|
if (isAMD) {
|
|
2849
3014
|
return await window.$arcgis.import("esri/layers/MapImageLayer");
|
|
@@ -3086,6 +3251,28 @@ async function newLayersSupportDimensionalDefinition(properties) {
|
|
|
3086
3251
|
const ModConstructor = await importLayersSupportDimensionalDefinition();
|
|
3087
3252
|
return new ModConstructor(properties);
|
|
3088
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
|
+
}
|
|
3089
3276
|
async function importLayersSupportDomain() {
|
|
3090
3277
|
if (isAMD) {
|
|
3091
3278
|
return await window.$arcgis.import("esri/layers/support/Domain");
|
|
@@ -3372,6 +3559,17 @@ async function newLayersSupportMultidimensionalSubset(properties) {
|
|
|
3372
3559
|
const ModConstructor = await importLayersSupportMultidimensionalSubset();
|
|
3373
3560
|
return new ModConstructor(properties);
|
|
3374
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
|
+
}
|
|
3375
3573
|
async function importLayersSupportPixelBlock() {
|
|
3376
3574
|
if (isAMD) {
|
|
3377
3575
|
return await window.$arcgis.import("esri/layers/support/PixelBlock");
|
|
@@ -3394,17 +3592,6 @@ async function newLayersSupportPublishingInfo(properties) {
|
|
|
3394
3592
|
const ModConstructor = await importLayersSupportPublishingInfo();
|
|
3395
3593
|
return new ModConstructor(properties);
|
|
3396
3594
|
}
|
|
3397
|
-
async function importLayersSupportSceneFilter() {
|
|
3398
|
-
if (isAMD) {
|
|
3399
|
-
return await window.$arcgis.import("esri/layers/support/SceneFilter");
|
|
3400
|
-
}
|
|
3401
|
-
const module2 = await import("@arcgis/core/layers/support/SceneFilter.js");
|
|
3402
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
3403
|
-
}
|
|
3404
|
-
async function newLayersSupportSceneFilter(properties) {
|
|
3405
|
-
const ModConstructor = await importLayersSupportSceneFilter();
|
|
3406
|
-
return new ModConstructor(properties);
|
|
3407
|
-
}
|
|
3408
3595
|
async function importLayersSupportRangeDomain() {
|
|
3409
3596
|
if (isAMD) {
|
|
3410
3597
|
return await window.$arcgis.import("esri/layers/support/RangeDomain");
|
|
@@ -3493,6 +3680,17 @@ async function newLayersSupportRouteSymbols(properties) {
|
|
|
3493
3680
|
const ModConstructor = await importLayersSupportRouteSymbols();
|
|
3494
3681
|
return new ModConstructor(properties);
|
|
3495
3682
|
}
|
|
3683
|
+
async function importLayersSupportSceneFilter() {
|
|
3684
|
+
if (isAMD) {
|
|
3685
|
+
return await window.$arcgis.import("esri/layers/support/SceneFilter");
|
|
3686
|
+
}
|
|
3687
|
+
const module2 = await import("@arcgis/core/layers/support/SceneFilter.js");
|
|
3688
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3689
|
+
}
|
|
3690
|
+
async function newLayersSupportSceneFilter(properties) {
|
|
3691
|
+
const ModConstructor = await importLayersSupportSceneFilter();
|
|
3692
|
+
return new ModConstructor(properties);
|
|
3693
|
+
}
|
|
3496
3694
|
async function importLayersSupportSceneModification() {
|
|
3497
3695
|
if (isAMD) {
|
|
3498
3696
|
return await window.$arcgis.import("esri/layers/support/SceneModification");
|
|
@@ -3768,26 +3966,26 @@ async function newLayersUnsupportedLayer(properties) {
|
|
|
3768
3966
|
const ModConstructor = await importLayersUnsupportedLayer();
|
|
3769
3967
|
return new ModConstructor(properties);
|
|
3770
3968
|
}
|
|
3771
|
-
async function
|
|
3969
|
+
async function importLayersVectorTileLayer() {
|
|
3772
3970
|
if (isAMD) {
|
|
3773
|
-
return await window.$arcgis.import("esri/layers/
|
|
3971
|
+
return await window.$arcgis.import("esri/layers/VectorTileLayer");
|
|
3774
3972
|
}
|
|
3775
|
-
const module2 = await import("@arcgis/core/layers/
|
|
3973
|
+
const module2 = await import("@arcgis/core/layers/VectorTileLayer.js");
|
|
3776
3974
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
3777
3975
|
}
|
|
3778
|
-
async function
|
|
3779
|
-
const ModConstructor = await
|
|
3976
|
+
async function newLayersVectorTileLayer(properties) {
|
|
3977
|
+
const ModConstructor = await importLayersVectorTileLayer();
|
|
3780
3978
|
return new ModConstructor(properties);
|
|
3781
3979
|
}
|
|
3782
|
-
async function
|
|
3980
|
+
async function importLayersVideoLayer() {
|
|
3783
3981
|
if (isAMD) {
|
|
3784
|
-
return await window.$arcgis.import("esri/layers/
|
|
3982
|
+
return await window.$arcgis.import("esri/layers/VideoLayer");
|
|
3785
3983
|
}
|
|
3786
|
-
const module2 = await import("@arcgis/core/layers/
|
|
3984
|
+
const module2 = await import("@arcgis/core/layers/VideoLayer.js");
|
|
3787
3985
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
3788
3986
|
}
|
|
3789
|
-
async function
|
|
3790
|
-
const ModConstructor = await
|
|
3987
|
+
async function newLayersVideoLayer(properties) {
|
|
3988
|
+
const ModConstructor = await importLayersVideoLayer();
|
|
3791
3989
|
return new ModConstructor(properties);
|
|
3792
3990
|
}
|
|
3793
3991
|
async function importLayersVoxelLayer() {
|
|
@@ -3856,6 +4054,61 @@ async function newLayersWMTSLayer(properties) {
|
|
|
3856
4054
|
const ModConstructor = await importLayersWMTSLayer();
|
|
3857
4055
|
return new ModConstructor(properties);
|
|
3858
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
|
+
}
|
|
3859
4112
|
async function importMap() {
|
|
3860
4113
|
if (isAMD) {
|
|
3861
4114
|
return await window.$arcgis.import("esri/Map");
|
|
@@ -4241,6 +4494,17 @@ async function newPopupSupportRelatedRecordsInfoFieldOrder(properties) {
|
|
|
4241
4494
|
const ModConstructor = await importPopupSupportRelatedRecordsInfoFieldOrder();
|
|
4242
4495
|
return new ModConstructor(properties);
|
|
4243
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
|
+
}
|
|
4244
4508
|
async function importPopupTemplate() {
|
|
4245
4509
|
if (isAMD) {
|
|
4246
4510
|
return await window.$arcgis.import("esri/PopupTemplate");
|
|
@@ -4912,6 +5176,17 @@ async function newRestKnowledgeGraphGraphQueryResult(properties) {
|
|
|
4912
5176
|
const ModConstructor = await importRestKnowledgeGraphGraphQueryResult();
|
|
4913
5177
|
return new ModConstructor(properties);
|
|
4914
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
|
+
}
|
|
4915
5190
|
async function importRestKnowledgeGraphGraphQueryStreaming() {
|
|
4916
5191
|
if (isAMD) {
|
|
4917
5192
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryStreaming");
|
|
@@ -5044,6 +5319,72 @@ async function newRestKnowledgeGraphServiceDefinition(properties) {
|
|
|
5044
5319
|
const ModConstructor = await importRestKnowledgeGraphServiceDefinition();
|
|
5045
5320
|
return new ModConstructor(properties);
|
|
5046
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
|
+
}
|
|
5047
5388
|
async function importRestNetworksSupportAggregatedGeometry() {
|
|
5048
5389
|
if (isAMD) {
|
|
5049
5390
|
return await window.$arcgis.import("esri/rest/networks/support/AggregatedGeometry");
|
|
@@ -5198,6 +5539,94 @@ async function newRestSupportAddressCandidate(properties) {
|
|
|
5198
5539
|
const ModConstructor = await importRestSupportAddressCandidate();
|
|
5199
5540
|
return new ModConstructor(properties);
|
|
5200
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
|
+
}
|
|
5201
5630
|
async function importRestSupportAlgorithmicColorRamp() {
|
|
5202
5631
|
if (isAMD) {
|
|
5203
5632
|
return await window.$arcgis.import("esri/rest/support/AlgorithmicColorRamp");
|
|
@@ -5242,6 +5671,28 @@ async function newRestSupportAttachmentQuery(properties) {
|
|
|
5242
5671
|
const ModConstructor = await importRestSupportAttachmentQuery();
|
|
5243
5672
|
return new ModConstructor(properties);
|
|
5244
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
|
+
}
|
|
5245
5696
|
async function importRestSupportBufferParameters() {
|
|
5246
5697
|
if (isAMD) {
|
|
5247
5698
|
return await window.$arcgis.import("esri/rest/support/BufferParameters");
|
|
@@ -5572,50 +6023,6 @@ async function newRestSupportImageBoundaryResult(properties) {
|
|
|
5572
6023
|
const ModConstructor = await importRestSupportImageBoundaryResult();
|
|
5573
6024
|
return new ModConstructor(properties);
|
|
5574
6025
|
}
|
|
5575
|
-
async function importRestSupportImageHistogramParameters() {
|
|
5576
|
-
if (isAMD) {
|
|
5577
|
-
return await window.$arcgis.import("esri/rest/support/ImageHistogramParameters");
|
|
5578
|
-
}
|
|
5579
|
-
const module2 = await import("@arcgis/core/rest/support/ImageHistogramParameters.js");
|
|
5580
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5581
|
-
}
|
|
5582
|
-
async function newRestSupportImageHistogramParameters(properties) {
|
|
5583
|
-
const ModConstructor = await importRestSupportImageHistogramParameters();
|
|
5584
|
-
return new ModConstructor(properties);
|
|
5585
|
-
}
|
|
5586
|
-
async function importRestSupportImageIdentifyParameters() {
|
|
5587
|
-
if (isAMD) {
|
|
5588
|
-
return await window.$arcgis.import("esri/rest/support/ImageIdentifyParameters");
|
|
5589
|
-
}
|
|
5590
|
-
const module2 = await import("@arcgis/core/rest/support/ImageIdentifyParameters.js");
|
|
5591
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5592
|
-
}
|
|
5593
|
-
async function newRestSupportImageIdentifyParameters(properties) {
|
|
5594
|
-
const ModConstructor = await importRestSupportImageIdentifyParameters();
|
|
5595
|
-
return new ModConstructor(properties);
|
|
5596
|
-
}
|
|
5597
|
-
async function importRestSupportImageIdentifyResult() {
|
|
5598
|
-
if (isAMD) {
|
|
5599
|
-
return await window.$arcgis.import("esri/rest/support/ImageIdentifyResult");
|
|
5600
|
-
}
|
|
5601
|
-
const module2 = await import("@arcgis/core/rest/support/ImageIdentifyResult.js");
|
|
5602
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5603
|
-
}
|
|
5604
|
-
async function newRestSupportImageIdentifyResult(properties) {
|
|
5605
|
-
const ModConstructor = await importRestSupportImageIdentifyResult();
|
|
5606
|
-
return new ModConstructor(properties);
|
|
5607
|
-
}
|
|
5608
|
-
async function importRestSupportImageInspectionInfo() {
|
|
5609
|
-
if (isAMD) {
|
|
5610
|
-
return await window.$arcgis.import("esri/rest/support/ImageInspectionInfo");
|
|
5611
|
-
}
|
|
5612
|
-
const module2 = await import("@arcgis/core/rest/support/ImageInspectionInfo.js");
|
|
5613
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5614
|
-
}
|
|
5615
|
-
async function newRestSupportImageInspectionInfo(properties) {
|
|
5616
|
-
const ModConstructor = await importRestSupportImageInspectionInfo();
|
|
5617
|
-
return new ModConstructor(properties);
|
|
5618
|
-
}
|
|
5619
6026
|
async function importRestSupportImageDistanceParameters() {
|
|
5620
6027
|
if (isAMD) {
|
|
5621
6028
|
return await window.$arcgis.import("esri/rest/support/ImageDistanceParameters");
|
|
@@ -5693,6 +6100,50 @@ async function newRestSupportImageHeightResult(properties) {
|
|
|
5693
6100
|
const ModConstructor = await importRestSupportImageHeightResult();
|
|
5694
6101
|
return new ModConstructor(properties);
|
|
5695
6102
|
}
|
|
6103
|
+
async function importRestSupportImageHistogramParameters() {
|
|
6104
|
+
if (isAMD) {
|
|
6105
|
+
return await window.$arcgis.import("esri/rest/support/ImageHistogramParameters");
|
|
6106
|
+
}
|
|
6107
|
+
const module2 = await import("@arcgis/core/rest/support/ImageHistogramParameters.js");
|
|
6108
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6109
|
+
}
|
|
6110
|
+
async function newRestSupportImageHistogramParameters(properties) {
|
|
6111
|
+
const ModConstructor = await importRestSupportImageHistogramParameters();
|
|
6112
|
+
return new ModConstructor(properties);
|
|
6113
|
+
}
|
|
6114
|
+
async function importRestSupportImageIdentifyParameters() {
|
|
6115
|
+
if (isAMD) {
|
|
6116
|
+
return await window.$arcgis.import("esri/rest/support/ImageIdentifyParameters");
|
|
6117
|
+
}
|
|
6118
|
+
const module2 = await import("@arcgis/core/rest/support/ImageIdentifyParameters.js");
|
|
6119
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6120
|
+
}
|
|
6121
|
+
async function newRestSupportImageIdentifyParameters(properties) {
|
|
6122
|
+
const ModConstructor = await importRestSupportImageIdentifyParameters();
|
|
6123
|
+
return new ModConstructor(properties);
|
|
6124
|
+
}
|
|
6125
|
+
async function importRestSupportImageIdentifyResult() {
|
|
6126
|
+
if (isAMD) {
|
|
6127
|
+
return await window.$arcgis.import("esri/rest/support/ImageIdentifyResult");
|
|
6128
|
+
}
|
|
6129
|
+
const module2 = await import("@arcgis/core/rest/support/ImageIdentifyResult.js");
|
|
6130
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6131
|
+
}
|
|
6132
|
+
async function newRestSupportImageIdentifyResult(properties) {
|
|
6133
|
+
const ModConstructor = await importRestSupportImageIdentifyResult();
|
|
6134
|
+
return new ModConstructor(properties);
|
|
6135
|
+
}
|
|
6136
|
+
async function importRestSupportImageInspectionInfo() {
|
|
6137
|
+
if (isAMD) {
|
|
6138
|
+
return await window.$arcgis.import("esri/rest/support/ImageInspectionInfo");
|
|
6139
|
+
}
|
|
6140
|
+
const module2 = await import("@arcgis/core/rest/support/ImageInspectionInfo.js");
|
|
6141
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6142
|
+
}
|
|
6143
|
+
async function newRestSupportImageInspectionInfo(properties) {
|
|
6144
|
+
const ModConstructor = await importRestSupportImageInspectionInfo();
|
|
6145
|
+
return new ModConstructor(properties);
|
|
6146
|
+
}
|
|
5696
6147
|
async function importRestSupportImageParameters() {
|
|
5697
6148
|
if (isAMD) {
|
|
5698
6149
|
return await window.$arcgis.import("esri/rest/support/ImageParameters");
|
|
@@ -5781,26 +6232,26 @@ async function newRestSupportImageSampleResult(properties) {
|
|
|
5781
6232
|
const ModConstructor = await importRestSupportImageSampleResult();
|
|
5782
6233
|
return new ModConstructor(properties);
|
|
5783
6234
|
}
|
|
5784
|
-
async function
|
|
6235
|
+
async function importRestSupportImageToMapMultirayParameters() {
|
|
5785
6236
|
if (isAMD) {
|
|
5786
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
6237
|
+
return await window.$arcgis.import("esri/rest/support/ImageToMapMultirayParameters");
|
|
5787
6238
|
}
|
|
5788
|
-
const module2 = await import("@arcgis/core/rest/support/
|
|
6239
|
+
const module2 = await import("@arcgis/core/rest/support/ImageToMapMultirayParameters.js");
|
|
5789
6240
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5790
6241
|
}
|
|
5791
|
-
async function
|
|
5792
|
-
const ModConstructor = await
|
|
6242
|
+
async function newRestSupportImageToMapMultirayParameters(properties) {
|
|
6243
|
+
const ModConstructor = await importRestSupportImageToMapMultirayParameters();
|
|
5793
6244
|
return new ModConstructor(properties);
|
|
5794
6245
|
}
|
|
5795
|
-
async function
|
|
6246
|
+
async function importRestSupportImageToMapParameters() {
|
|
5796
6247
|
if (isAMD) {
|
|
5797
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
6248
|
+
return await window.$arcgis.import("esri/rest/support/ImageToMapParameters");
|
|
5798
6249
|
}
|
|
5799
|
-
const module2 = await import("@arcgis/core/rest/support/
|
|
6250
|
+
const module2 = await import("@arcgis/core/rest/support/ImageToMapParameters.js");
|
|
5800
6251
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5801
6252
|
}
|
|
5802
|
-
async function
|
|
5803
|
-
const ModConstructor = await
|
|
6253
|
+
async function newRestSupportImageToMapParameters(properties) {
|
|
6254
|
+
const ModConstructor = await importRestSupportImageToMapParameters();
|
|
5804
6255
|
return new ModConstructor(properties);
|
|
5805
6256
|
}
|
|
5806
6257
|
async function importRestSupportImageUrlParameters() {
|
|
@@ -5825,6 +6276,39 @@ async function newRestSupportImageUrlResult(properties) {
|
|
|
5825
6276
|
const ModConstructor = await importRestSupportImageUrlResult();
|
|
5826
6277
|
return new ModConstructor(properties);
|
|
5827
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
|
+
}
|
|
5828
6312
|
async function importRestSupportJobInfo() {
|
|
5829
6313
|
if (isAMD) {
|
|
5830
6314
|
return await window.$arcgis.import("esri/rest/support/JobInfo");
|
|
@@ -5884,22 +6368,11 @@ async function importRestSupportMeasureAreaFromImageResult() {
|
|
|
5884
6368
|
if (isAMD) {
|
|
5885
6369
|
return await window.$arcgis.import("esri/rest/support/MeasureAreaFromImageResult");
|
|
5886
6370
|
}
|
|
5887
|
-
const module2 = await import("@arcgis/core/rest/support/MeasureAreaFromImageResult.js");
|
|
5888
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
5889
|
-
}
|
|
5890
|
-
async function newRestSupportMeasureAreaFromImageResult(properties) {
|
|
5891
|
-
const ModConstructor = await importRestSupportMeasureAreaFromImageResult();
|
|
5892
|
-
return new ModConstructor(properties);
|
|
5893
|
-
}
|
|
5894
|
-
async function importRestSupportMeasureLengthFromImageResult() {
|
|
5895
|
-
if (isAMD) {
|
|
5896
|
-
return await window.$arcgis.import("esri/rest/support/MeasureLengthFromImageResult");
|
|
5897
|
-
}
|
|
5898
|
-
const module2 = await import("@arcgis/core/rest/support/MeasureLengthFromImageResult.js");
|
|
6371
|
+
const module2 = await import("@arcgis/core/rest/support/MeasureAreaFromImageResult.js");
|
|
5899
6372
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
5900
6373
|
}
|
|
5901
|
-
async function
|
|
5902
|
-
const ModConstructor = await
|
|
6374
|
+
async function newRestSupportMeasureAreaFromImageResult(properties) {
|
|
6375
|
+
const ModConstructor = await importRestSupportMeasureAreaFromImageResult();
|
|
5903
6376
|
return new ModConstructor(properties);
|
|
5904
6377
|
}
|
|
5905
6378
|
async function importRestSupportMeasureFromImageParameters() {
|
|
@@ -5913,6 +6386,17 @@ async function newRestSupportMeasureFromImageParameters(properties) {
|
|
|
5913
6386
|
const ModConstructor = await importRestSupportMeasureFromImageParameters();
|
|
5914
6387
|
return new ModConstructor(properties);
|
|
5915
6388
|
}
|
|
6389
|
+
async function importRestSupportMeasureLengthFromImageResult() {
|
|
6390
|
+
if (isAMD) {
|
|
6391
|
+
return await window.$arcgis.import("esri/rest/support/MeasureLengthFromImageResult");
|
|
6392
|
+
}
|
|
6393
|
+
const module2 = await import("@arcgis/core/rest/support/MeasureLengthFromImageResult.js");
|
|
6394
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6395
|
+
}
|
|
6396
|
+
async function newRestSupportMeasureLengthFromImageResult(properties) {
|
|
6397
|
+
const ModConstructor = await importRestSupportMeasureLengthFromImageResult();
|
|
6398
|
+
return new ModConstructor(properties);
|
|
6399
|
+
}
|
|
5916
6400
|
async function importRestSupportMultipartColorRamp() {
|
|
5917
6401
|
if (isAMD) {
|
|
5918
6402
|
return await window.$arcgis.import("esri/rest/support/MultipartColorRamp");
|
|
@@ -7453,6 +7937,17 @@ async function newViewsLayersViewshedLayerView(properties) {
|
|
|
7453
7937
|
const ModConstructor = await importViewsLayersViewshedLayerView();
|
|
7454
7938
|
return new ModConstructor(properties);
|
|
7455
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
|
+
}
|
|
7456
7951
|
async function importViewsMagnifier() {
|
|
7457
7952
|
if (isAMD) {
|
|
7458
7953
|
return await window.$arcgis.import("esri/views/Magnifier");
|
|
@@ -7497,6 +7992,17 @@ async function newViewsNavigationNavigation(properties) {
|
|
|
7497
7992
|
const ModConstructor = await importViewsNavigationNavigation();
|
|
7498
7993
|
return new ModConstructor(properties);
|
|
7499
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
|
+
}
|
|
7500
8006
|
async function importViewsSceneView() {
|
|
7501
8007
|
if (isAMD) {
|
|
7502
8008
|
return await window.$arcgis.import("esri/views/SceneView");
|
|
@@ -7508,6 +8014,17 @@ async function newViewsSceneView(properties) {
|
|
|
7508
8014
|
const ModConstructor = await importViewsSceneView();
|
|
7509
8015
|
return new ModConstructor(properties);
|
|
7510
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
|
+
}
|
|
7511
8028
|
async function importViewsUiDefaultUI() {
|
|
7512
8029
|
if (isAMD) {
|
|
7513
8030
|
return await window.$arcgis.import("esri/views/ui/DefaultUI");
|
|
@@ -7783,6 +8300,17 @@ async function newWebDocument2D(properties) {
|
|
|
7783
8300
|
const ModConstructor = await importWebDocument2D();
|
|
7784
8301
|
return new ModConstructor(properties);
|
|
7785
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
|
+
}
|
|
7786
8314
|
async function importWebMap() {
|
|
7787
8315
|
if (isAMD) {
|
|
7788
8316
|
return await window.$arcgis.import("esri/WebMap");
|
|
@@ -7926,6 +8454,17 @@ async function newWebsceneSlide(properties) {
|
|
|
7926
8454
|
const ModConstructor = await importWebsceneSlide();
|
|
7927
8455
|
return new ModConstructor(properties);
|
|
7928
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
|
+
}
|
|
7929
8468
|
async function importWebsceneSunLighting() {
|
|
7930
8469
|
if (isAMD) {
|
|
7931
8470
|
return await window.$arcgis.import("esri/webscene/SunLighting");
|
|
@@ -8685,6 +9224,28 @@ async function newWidgetsFeatureFormRelationshipInput(properties) {
|
|
|
8685
9224
|
const ModConstructor = await importWidgetsFeatureFormRelationshipInput();
|
|
8686
9225
|
return new ModConstructor(properties);
|
|
8687
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
|
+
}
|
|
8688
9249
|
async function importWidgetsFeatures() {
|
|
8689
9250
|
if (isAMD) {
|
|
8690
9251
|
return await window.$arcgis.import("esri/widgets/Features");
|
|
@@ -8861,6 +9422,28 @@ async function newWidgetsFeatureTableSupportFieldColumnTemplate(properties) {
|
|
|
8861
9422
|
const ModConstructor = await importWidgetsFeatureTableSupportFieldColumnTemplate();
|
|
8862
9423
|
return new ModConstructor(properties);
|
|
8863
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
|
+
}
|
|
8864
9447
|
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
8865
9448
|
if (isAMD) {
|
|
8866
9449
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
@@ -9917,6 +10500,17 @@ async function newWidgetsUtilityNetworkTrace(properties) {
|
|
|
9917
10500
|
const ModConstructor = await importWidgetsUtilityNetworkTrace();
|
|
9918
10501
|
return new ModConstructor(properties);
|
|
9919
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
|
+
}
|
|
9920
10514
|
async function importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel() {
|
|
9921
10515
|
if (isAMD) {
|
|
9922
10516
|
return await window.$arcgis.import("esri/widgets/UtilityNetworkTrace/UtilityNetworkTraceViewModel");
|
|
@@ -10170,25 +10764,25 @@ async function importCoreWorkers() {
|
|
|
10170
10764
|
const module2 = await import("@arcgis/core/core/workers.js");
|
|
10171
10765
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10172
10766
|
}
|
|
10173
|
-
async function
|
|
10767
|
+
async function importEditingSharedTemplatesSharedTemplateMetadata() {
|
|
10174
10768
|
if (isAMD) {
|
|
10175
|
-
return await window.$arcgis.import("esri/
|
|
10769
|
+
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplateMetadata");
|
|
10176
10770
|
}
|
|
10177
|
-
const module2 = await import("@arcgis/core/
|
|
10771
|
+
const module2 = await import("@arcgis/core/editing/sharedTemplates/SharedTemplateMetadata.js");
|
|
10178
10772
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10179
10773
|
}
|
|
10180
|
-
async function
|
|
10774
|
+
async function importFormElementsInputs() {
|
|
10181
10775
|
if (isAMD) {
|
|
10182
|
-
return await window.$arcgis.import("esri/form/elements/
|
|
10776
|
+
return await window.$arcgis.import("esri/form/elements/inputs");
|
|
10183
10777
|
}
|
|
10184
|
-
const module2 = await import("@arcgis/core/form/elements/
|
|
10778
|
+
const module2 = await import("@arcgis/core/form/elements/inputs.js");
|
|
10185
10779
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10186
10780
|
}
|
|
10187
|
-
async function
|
|
10781
|
+
async function importFormElements() {
|
|
10188
10782
|
if (isAMD) {
|
|
10189
|
-
return await window.$arcgis.import("esri/form/
|
|
10783
|
+
return await window.$arcgis.import("esri/form/elements");
|
|
10190
10784
|
}
|
|
10191
|
-
const module2 = await import("@arcgis/core/form/
|
|
10785
|
+
const module2 = await import("@arcgis/core/form/elements.js");
|
|
10192
10786
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10193
10787
|
}
|
|
10194
10788
|
async function importGeometry() {
|
|
@@ -10233,6 +10827,13 @@ async function importGeometryOperatorsAffineTransformOperator() {
|
|
|
10233
10827
|
const module2 = await import("@arcgis/core/geometry/operators/affineTransformOperator.js");
|
|
10234
10828
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10235
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
|
+
}
|
|
10236
10837
|
async function importGeometryOperatorsAreaOperator() {
|
|
10237
10838
|
if (isAMD) {
|
|
10238
10839
|
return await window.$arcgis.import("esri/geometry/operators/areaOperator");
|
|
@@ -10240,6 +10841,20 @@ async function importGeometryOperatorsAreaOperator() {
|
|
|
10240
10841
|
const module2 = await import("@arcgis/core/geometry/operators/areaOperator.js");
|
|
10241
10842
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10242
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
|
+
}
|
|
10243
10858
|
async function importGeometryOperatorsBufferOperator() {
|
|
10244
10859
|
if (isAMD) {
|
|
10245
10860
|
return await window.$arcgis.import("esri/geometry/operators/bufferOperator");
|
|
@@ -10303,18 +10918,18 @@ async function importGeometryOperatorsDifferenceOperator() {
|
|
|
10303
10918
|
const module2 = await import("@arcgis/core/geometry/operators/differenceOperator.js");
|
|
10304
10919
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10305
10920
|
}
|
|
10306
|
-
async function
|
|
10921
|
+
async function importGeometryOperatorsDisjointOperator() {
|
|
10307
10922
|
if (isAMD) {
|
|
10308
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10923
|
+
return await window.$arcgis.import("esri/geometry/operators/disjointOperator");
|
|
10309
10924
|
}
|
|
10310
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10925
|
+
const module2 = await import("@arcgis/core/geometry/operators/disjointOperator.js");
|
|
10311
10926
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10312
10927
|
}
|
|
10313
|
-
async function
|
|
10928
|
+
async function importGeometryOperatorsDistanceOperator() {
|
|
10314
10929
|
if (isAMD) {
|
|
10315
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10930
|
+
return await window.$arcgis.import("esri/geometry/operators/distanceOperator");
|
|
10316
10931
|
}
|
|
10317
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10932
|
+
const module2 = await import("@arcgis/core/geometry/operators/distanceOperator.js");
|
|
10318
10933
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10319
10934
|
}
|
|
10320
10935
|
async function importGeometryOperatorsEqualsOperator() {
|
|
@@ -10324,6 +10939,20 @@ async function importGeometryOperatorsEqualsOperator() {
|
|
|
10324
10939
|
const module2 = await import("@arcgis/core/geometry/operators/equalsOperator.js");
|
|
10325
10940
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10326
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
|
+
}
|
|
10949
|
+
async function importGeometryOperatorsGeneralizeOperator() {
|
|
10950
|
+
if (isAMD) {
|
|
10951
|
+
return await window.$arcgis.import("esri/geometry/operators/generalizeOperator");
|
|
10952
|
+
}
|
|
10953
|
+
const module2 = await import("@arcgis/core/geometry/operators/generalizeOperator.js");
|
|
10954
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10955
|
+
}
|
|
10327
10956
|
async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
10328
10957
|
if (isAMD) {
|
|
10329
10958
|
return await window.$arcgis.import("esri/geometry/operators/geodesicBufferOperator");
|
|
@@ -10331,6 +10960,13 @@ async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
|
10331
10960
|
const module2 = await import("@arcgis/core/geometry/operators/geodesicBufferOperator.js");
|
|
10332
10961
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10333
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
|
+
}
|
|
10334
10970
|
async function importGeometryOperatorsGeodeticAreaOperator() {
|
|
10335
10971
|
if (isAMD) {
|
|
10336
10972
|
return await window.$arcgis.import("esri/geometry/operators/geodeticAreaOperator");
|
|
@@ -10359,18 +10995,18 @@ async function importGeometryOperatorsGeodeticLengthOperator() {
|
|
|
10359
10995
|
const module2 = await import("@arcgis/core/geometry/operators/geodeticLengthOperator.js");
|
|
10360
10996
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10361
10997
|
}
|
|
10362
|
-
async function
|
|
10998
|
+
async function importGeometryOperatorsGraphicBufferOperator() {
|
|
10363
10999
|
if (isAMD) {
|
|
10364
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
11000
|
+
return await window.$arcgis.import("esri/geometry/operators/graphicBufferOperator");
|
|
10365
11001
|
}
|
|
10366
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
11002
|
+
const module2 = await import("@arcgis/core/geometry/operators/graphicBufferOperator.js");
|
|
10367
11003
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10368
11004
|
}
|
|
10369
|
-
async function
|
|
11005
|
+
async function importGeometryOperatorsIntegrateOperator() {
|
|
10370
11006
|
if (isAMD) {
|
|
10371
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
11007
|
+
return await window.$arcgis.import("esri/geometry/operators/integrateOperator");
|
|
10372
11008
|
}
|
|
10373
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
11009
|
+
const module2 = await import("@arcgis/core/geometry/operators/integrateOperator.js");
|
|
10374
11010
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10375
11011
|
}
|
|
10376
11012
|
async function importGeometryOperatorsIntersectionOperator() {
|
|
@@ -10387,6 +11023,20 @@ async function importGeometryOperatorsIntersectsOperator() {
|
|
|
10387
11023
|
const module2 = await import("@arcgis/core/geometry/operators/intersectsOperator.js");
|
|
10388
11024
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10389
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
|
+
}
|
|
10390
11040
|
async function importGeometryOperatorsLengthOperator() {
|
|
10391
11041
|
if (isAMD) {
|
|
10392
11042
|
return await window.$arcgis.import("esri/geometry/operators/lengthOperator");
|
|
@@ -10394,6 +11044,34 @@ async function importGeometryOperatorsLengthOperator() {
|
|
|
10394
11044
|
const module2 = await import("@arcgis/core/geometry/operators/lengthOperator.js");
|
|
10395
11045
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10396
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
|
+
}
|
|
10397
11075
|
async function importGeometryOperatorsOffsetOperator() {
|
|
10398
11076
|
if (isAMD) {
|
|
10399
11077
|
return await window.$arcgis.import("esri/geometry/operators/offsetOperator");
|
|
@@ -10408,6 +11086,27 @@ async function importGeometryOperatorsOverlapsOperator() {
|
|
|
10408
11086
|
const module2 = await import("@arcgis/core/geometry/operators/overlapsOperator.js");
|
|
10409
11087
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10410
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
|
+
}
|
|
10411
11110
|
async function importGeometryOperatorsProximityOperator() {
|
|
10412
11111
|
if (isAMD) {
|
|
10413
11112
|
return await window.$arcgis.import("esri/geometry/operators/proximityOperator");
|
|
@@ -10422,6 +11121,20 @@ async function importGeometryOperatorsRelateOperator() {
|
|
|
10422
11121
|
const module2 = await import("@arcgis/core/geometry/operators/relateOperator.js");
|
|
10423
11122
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10424
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
|
+
}
|
|
10425
11138
|
async function importGeometryOperatorsSimplifyOperator() {
|
|
10426
11139
|
if (isAMD) {
|
|
10427
11140
|
return await window.$arcgis.import("esri/geometry/operators/simplifyOperator");
|
|
@@ -10457,6 +11170,13 @@ async function importGeometryOperatorsWithinOperator() {
|
|
|
10457
11170
|
const module2 = await import("@arcgis/core/geometry/operators/withinOperator.js");
|
|
10458
11171
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10459
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
|
+
}
|
|
10460
11180
|
async function importGeometrySupportGeodesicUtils() {
|
|
10461
11181
|
if (isAMD) {
|
|
10462
11182
|
return await window.$arcgis.import("esri/geometry/support/geodesicUtils");
|
|
@@ -10513,6 +11233,20 @@ async function importLayersCatalogCatalogUtils() {
|
|
|
10513
11233
|
const module2 = await import("@arcgis/core/layers/catalog/catalogUtils.js");
|
|
10514
11234
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10515
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
|
+
}
|
|
10516
11250
|
async function importLayersOgcWfsUtils() {
|
|
10517
11251
|
if (isAMD) {
|
|
10518
11252
|
return await window.$arcgis.import("esri/layers/ogc/wfsUtils");
|
|
@@ -10527,6 +11261,20 @@ async function importLayersOgcWcsUtils() {
|
|
|
10527
11261
|
const module2 = await import("@arcgis/core/layers/ogc/wcsUtils.js");
|
|
10528
11262
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10529
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
|
+
}
|
|
10530
11278
|
async function importLayersSupportArcadeUtils() {
|
|
10531
11279
|
if (isAMD) {
|
|
10532
11280
|
return await window.$arcgis.import("esri/layers/support/arcadeUtils");
|
|
@@ -10534,6 +11282,13 @@ async function importLayersSupportArcadeUtils() {
|
|
|
10534
11282
|
const module2 = await import("@arcgis/core/layers/support/arcadeUtils.js");
|
|
10535
11283
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10536
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
|
+
}
|
|
10537
11292
|
async function importLayersSupportFieldUtils() {
|
|
10538
11293
|
if (isAMD) {
|
|
10539
11294
|
return await window.$arcgis.import("esri/layers/support/fieldUtils");
|
|
@@ -10590,13 +11345,6 @@ async function importPopupContent() {
|
|
|
10590
11345
|
const module2 = await import("@arcgis/core/popup/content.js");
|
|
10591
11346
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10592
11347
|
}
|
|
10593
|
-
async function importPopupSupportUtilityNetworkAssociationType() {
|
|
10594
|
-
if (isAMD) {
|
|
10595
|
-
return await window.$arcgis.import("esri/popup/support/UtilityNetworkAssociationType");
|
|
10596
|
-
}
|
|
10597
|
-
const module2 = await import("@arcgis/core/popup/support/UtilityNetworkAssociationType.js");
|
|
10598
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10599
|
-
}
|
|
10600
11348
|
async function importRasterRenderers() {
|
|
10601
11349
|
if (isAMD) {
|
|
10602
11350
|
return await window.$arcgis.import("esri/rasterRenderers");
|
|
@@ -10975,6 +11723,13 @@ async function importSmartMappingRenderersUnivariateColorSize() {
|
|
|
10975
11723
|
const module2 = await import("@arcgis/core/smartMapping/renderers/univariateColorSize.js");
|
|
10976
11724
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10977
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
|
+
}
|
|
10978
11733
|
async function importSmartMappingStatisticsClassBreaks() {
|
|
10979
11734
|
if (isAMD) {
|
|
10980
11735
|
return await window.$arcgis.import("esri/smartMapping/statistics/classBreaks");
|
|
@@ -11164,11 +11919,11 @@ async function importSymbolsSupportSymbolUtils() {
|
|
|
11164
11919
|
const module2 = await import("@arcgis/core/symbols/support/symbolUtils.js");
|
|
11165
11920
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11166
11921
|
}
|
|
11167
|
-
async function
|
|
11922
|
+
async function importTablesElements() {
|
|
11168
11923
|
if (isAMD) {
|
|
11169
|
-
return await window.$arcgis.import("esri/tables/
|
|
11924
|
+
return await window.$arcgis.import("esri/tables/elements");
|
|
11170
11925
|
}
|
|
11171
|
-
const module2 = await import("@arcgis/core/tables/
|
|
11926
|
+
const module2 = await import("@arcgis/core/tables/elements.js");
|
|
11172
11927
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11173
11928
|
}
|
|
11174
11929
|
async function importVersionManagementUtils() {
|
|
@@ -11185,13 +11940,6 @@ async function importVersionManagementVersionAdaptersUtils() {
|
|
|
11185
11940
|
const module2 = await import("@arcgis/core/versionManagement/versionAdapters/utils.js");
|
|
11186
11941
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11187
11942
|
}
|
|
11188
|
-
async function importViews3dExternalRenderers() {
|
|
11189
|
-
if (isAMD) {
|
|
11190
|
-
return await window.$arcgis.import("esri/views/3d/externalRenderers");
|
|
11191
|
-
}
|
|
11192
|
-
const module2 = await import("@arcgis/core/views/3d/externalRenderers.js");
|
|
11193
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11194
|
-
}
|
|
11195
11943
|
async function importViews3dWebglManagedFBO() {
|
|
11196
11944
|
if (isAMD) {
|
|
11197
11945
|
return await window.$arcgis.import("esri/views/3d/webgl/ManagedFBO");
|
|
@@ -11241,6 +11989,13 @@ async function importViewsSupportColorUtils() {
|
|
|
11241
11989
|
const module2 = await import("@arcgis/core/views/support/colorUtils.js");
|
|
11242
11990
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11243
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
|
+
}
|
|
11244
11999
|
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
11245
12000
|
if (isAMD) {
|
|
11246
12001
|
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
@@ -11255,6 +12010,13 @@ async function importWidgetsSmartMappingSupportUtils() {
|
|
|
11255
12010
|
const module2 = await import("@arcgis/core/widgets/smartMapping/support/utils.js");
|
|
11256
12011
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11257
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
|
+
}
|
|
11258
12020
|
async function importWidgetsSupportWidget() {
|
|
11259
12021
|
if (isAMD) {
|
|
11260
12022
|
return await window.$arcgis.import("esri/widgets/support/widget");
|
|
@@ -11276,6 +12038,13 @@ async function importApplicationsComponentsDrawUtils() {
|
|
|
11276
12038
|
const module2 = await import("@arcgis/core/applications/Components/drawUtils.js");
|
|
11277
12039
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11278
12040
|
}
|
|
12041
|
+
async function importApplicationsComponentsFontUtils() {
|
|
12042
|
+
if (isAMD) {
|
|
12043
|
+
return await window.$arcgis.import("esri/applications/Components/fontUtils");
|
|
12044
|
+
}
|
|
12045
|
+
const module2 = await import("@arcgis/core/applications/Components/fontUtils.js");
|
|
12046
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
12047
|
+
}
|
|
11279
12048
|
async function importApplicationsComponentsGetDefaultUnits() {
|
|
11280
12049
|
if (isAMD) {
|
|
11281
12050
|
return await window.$arcgis.import("esri/applications/Components/getDefaultUnits");
|
|
@@ -11311,6 +12080,27 @@ async function importApplicationsComponentsPreviewSymbol2D() {
|
|
|
11311
12080
|
const module2 = await import("@arcgis/core/applications/Components/previewSymbol2D.js");
|
|
11312
12081
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11313
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
|
+
}
|
|
11314
12104
|
async function importApplicationsComponentsStyleUtils() {
|
|
11315
12105
|
if (isAMD) {
|
|
11316
12106
|
return await window.$arcgis.import("esri/applications/Components/styleUtils");
|
|
@@ -11332,13 +12122,6 @@ async function importApplicationsComponentsWebStyleSymbolUtils() {
|
|
|
11332
12122
|
const module2 = await import("@arcgis/core/applications/Components/webStyleSymbolUtils.js");
|
|
11333
12123
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11334
12124
|
}
|
|
11335
|
-
async function importApplicationsExcaliburVideoViewUtils() {
|
|
11336
|
-
if (isAMD) {
|
|
11337
|
-
return await window.$arcgis.import("esri/applications/Excalibur/videoViewUtils");
|
|
11338
|
-
}
|
|
11339
|
-
const module2 = await import("@arcgis/core/applications/Excalibur/videoViewUtils.js");
|
|
11340
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11341
|
-
}
|
|
11342
12125
|
async function importApplicationsExperienceBuilderSketchUtils() {
|
|
11343
12126
|
if (isAMD) {
|
|
11344
12127
|
return await window.$arcgis.import("esri/applications/ExperienceBuilder/sketchUtils");
|
|
@@ -11346,18 +12129,11 @@ async function importApplicationsExperienceBuilderSketchUtils() {
|
|
|
11346
12129
|
const module2 = await import("@arcgis/core/applications/ExperienceBuilder/sketchUtils.js");
|
|
11347
12130
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11348
12131
|
}
|
|
11349
|
-
async function
|
|
11350
|
-
if (isAMD) {
|
|
11351
|
-
return await window.$arcgis.import("esri/applications/MapViewer/mediaUtils");
|
|
11352
|
-
}
|
|
11353
|
-
const module2 = await import("@arcgis/core/applications/MapViewer/mediaUtils.js");
|
|
11354
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11355
|
-
}
|
|
11356
|
-
async function importApplicationsSceneViewerColorUtils() {
|
|
12132
|
+
async function importApplicationsMapViewerTemplateUtils() {
|
|
11357
12133
|
if (isAMD) {
|
|
11358
|
-
return await window.$arcgis.import("esri/applications/
|
|
12134
|
+
return await window.$arcgis.import("esri/applications/MapViewer/templateUtils");
|
|
11359
12135
|
}
|
|
11360
|
-
const module2 = await import("@arcgis/core/applications/
|
|
12136
|
+
const module2 = await import("@arcgis/core/applications/MapViewer/templateUtils.js");
|
|
11361
12137
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11362
12138
|
}
|
|
11363
12139
|
async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
@@ -11367,34 +12143,6 @@ async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
|
11367
12143
|
const module2 = await import("@arcgis/core/applications/SceneViewer/devEnvironmentUtils.js");
|
|
11368
12144
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11369
12145
|
}
|
|
11370
|
-
async function importApplicationsSceneViewerLayerUtils() {
|
|
11371
|
-
if (isAMD) {
|
|
11372
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/layerUtils");
|
|
11373
|
-
}
|
|
11374
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/layerUtils.js");
|
|
11375
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11376
|
-
}
|
|
11377
|
-
async function importApplicationsSceneViewerSceneViewerUtils() {
|
|
11378
|
-
if (isAMD) {
|
|
11379
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/sceneViewerUtils");
|
|
11380
|
-
}
|
|
11381
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/sceneViewerUtils.js");
|
|
11382
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11383
|
-
}
|
|
11384
|
-
async function importApplicationsSceneViewerSymbolUtils() {
|
|
11385
|
-
if (isAMD) {
|
|
11386
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/symbolUtils");
|
|
11387
|
-
}
|
|
11388
|
-
const module2 = await import("@arcgis/core/applications/SceneViewer/symbolUtils.js");
|
|
11389
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11390
|
-
}
|
|
11391
|
-
async function importApplicationsUrbanMeshUtils() {
|
|
11392
|
-
if (isAMD) {
|
|
11393
|
-
return await window.$arcgis.import("esri/applications/Urban/meshUtils");
|
|
11394
|
-
}
|
|
11395
|
-
const module2 = await import("@arcgis/core/applications/Urban/meshUtils.js");
|
|
11396
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11397
|
-
}
|
|
11398
12146
|
async function importApplicationsWebEditorSketchUtils() {
|
|
11399
12147
|
if (isAMD) {
|
|
11400
12148
|
return await window.$arcgis.import("esri/applications/WebEditor/sketchUtils");
|
|
@@ -11418,25 +12166,24 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11418
12166
|
importAnalysisViewshedAnalysis,
|
|
11419
12167
|
importApplicationsComponentsBasemapUtils,
|
|
11420
12168
|
importApplicationsComponentsDrawUtils,
|
|
12169
|
+
importApplicationsComponentsFontUtils,
|
|
11421
12170
|
importApplicationsComponentsGetDefaultUnits,
|
|
11422
12171
|
importApplicationsComponentsGfxUtils,
|
|
11423
12172
|
importApplicationsComponentsLayerOriginUtils,
|
|
11424
12173
|
importApplicationsComponentsLayersEffectsJsonUtils,
|
|
11425
12174
|
importApplicationsComponentsPreviewSymbol2D,
|
|
12175
|
+
importApplicationsComponentsReactiveUtils,
|
|
12176
|
+
importApplicationsComponentsSelectionOperation,
|
|
12177
|
+
importApplicationsComponentsSketchTooltipControls,
|
|
11426
12178
|
importApplicationsComponentsStyleUtils,
|
|
11427
12179
|
importApplicationsComponentsSvgUtils,
|
|
11428
12180
|
importApplicationsComponentsWebStyleSymbolUtils,
|
|
11429
|
-
importApplicationsExcaliburVideoViewUtils,
|
|
11430
12181
|
importApplicationsExperienceBuilderSketchUtils,
|
|
11431
|
-
|
|
11432
|
-
importApplicationsSceneViewerColorUtils,
|
|
12182
|
+
importApplicationsMapViewerTemplateUtils,
|
|
11433
12183
|
importApplicationsSceneViewerDevEnvironmentUtils,
|
|
11434
|
-
importApplicationsSceneViewerLayerUtils,
|
|
11435
|
-
importApplicationsSceneViewerSceneViewerUtils,
|
|
11436
|
-
importApplicationsSceneViewerSymbolUtils,
|
|
11437
|
-
importApplicationsUrbanMeshUtils,
|
|
11438
12184
|
importApplicationsWebEditorSketchUtils,
|
|
11439
12185
|
importArcade,
|
|
12186
|
+
importAttributeBinsGraphic,
|
|
11440
12187
|
importBasemap,
|
|
11441
12188
|
importCamera,
|
|
11442
12189
|
importCameraLayout,
|
|
@@ -11456,16 +12203,18 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11456
12203
|
importCoreUrlUtils,
|
|
11457
12204
|
importCoreWorkers,
|
|
11458
12205
|
importCoreWorkersConnection,
|
|
12206
|
+
importEditingSharedTemplatesSharedTemplateMetadata,
|
|
12207
|
+
importFormElements,
|
|
11459
12208
|
importFormElementsAttachmentElement,
|
|
11460
12209
|
importFormElementsElement,
|
|
11461
12210
|
importFormElementsFieldElement,
|
|
11462
12211
|
importFormElementsGroupElement,
|
|
12212
|
+
importFormElementsInputs,
|
|
11463
12213
|
importFormElementsInputsAttachmentsAttachmentInput,
|
|
11464
12214
|
importFormElementsInputsAttachmentsAudioInput,
|
|
11465
12215
|
importFormElementsInputsAttachmentsDocumentInput,
|
|
11466
12216
|
importFormElementsInputsAttachmentsImageInput,
|
|
11467
12217
|
importFormElementsInputsAttachmentsSignatureInput,
|
|
11468
|
-
importFormElementsInputsAttachmentsSupportInputs,
|
|
11469
12218
|
importFormElementsInputsAttachmentsVideoInput,
|
|
11470
12219
|
importFormElementsInputsBarcodeScannerInput,
|
|
11471
12220
|
importFormElementsInputsComboBoxInput,
|
|
@@ -11478,11 +12227,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11478
12227
|
importFormElementsInputsTextBoxInput,
|
|
11479
12228
|
importFormElementsInputsTimePickerInput,
|
|
11480
12229
|
importFormElementsRelationshipElement,
|
|
11481
|
-
importFormElementsSupportInputs,
|
|
11482
12230
|
importFormElementsTextElement,
|
|
12231
|
+
importFormElementsUtilityNetworkAssociationsElement,
|
|
11483
12232
|
importFormExpressionInfo,
|
|
11484
12233
|
importFormFormTemplate,
|
|
11485
|
-
importFormSupportElements,
|
|
11486
12234
|
importGeometry,
|
|
11487
12235
|
importGeometryCircle,
|
|
11488
12236
|
importGeometryCoordinateFormatter,
|
|
@@ -11494,7 +12242,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11494
12242
|
importGeometryMesh,
|
|
11495
12243
|
importGeometryMultipoint,
|
|
11496
12244
|
importGeometryOperatorsAffineTransformOperator,
|
|
12245
|
+
importGeometryOperatorsAlphaShapeOperator,
|
|
11497
12246
|
importGeometryOperatorsAreaOperator,
|
|
12247
|
+
importGeometryOperatorsAutoCompleteOperator,
|
|
12248
|
+
importGeometryOperatorsBoundaryOperator,
|
|
11498
12249
|
importGeometryOperatorsBufferOperator,
|
|
11499
12250
|
importGeometryOperatorsCentroidOperator,
|
|
11500
12251
|
importGeometryOperatorsClipOperator,
|
|
@@ -11507,21 +12258,38 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11507
12258
|
importGeometryOperatorsDisjointOperator,
|
|
11508
12259
|
importGeometryOperatorsDistanceOperator,
|
|
11509
12260
|
importGeometryOperatorsEqualsOperator,
|
|
12261
|
+
importGeometryOperatorsExtendOperator,
|
|
11510
12262
|
importGeometryOperatorsGeneralizeOperator,
|
|
11511
12263
|
importGeometryOperatorsGeodesicBufferOperator,
|
|
12264
|
+
importGeometryOperatorsGeodesicProximityOperator,
|
|
11512
12265
|
importGeometryOperatorsGeodeticAreaOperator,
|
|
11513
12266
|
importGeometryOperatorsGeodeticDensifyOperator,
|
|
11514
12267
|
importGeometryOperatorsGeodeticDistanceOperator,
|
|
11515
12268
|
importGeometryOperatorsGeodeticLengthOperator,
|
|
11516
12269
|
importGeometryOperatorsGraphicBufferOperator,
|
|
12270
|
+
importGeometryOperatorsIntegrateOperator,
|
|
11517
12271
|
importGeometryOperatorsIntersectionOperator,
|
|
11518
12272
|
importGeometryOperatorsIntersectsOperator,
|
|
12273
|
+
importGeometryOperatorsIsNearOperator,
|
|
12274
|
+
importGeometryOperatorsLabelPointOperator,
|
|
11519
12275
|
importGeometryOperatorsLengthOperator,
|
|
12276
|
+
importGeometryOperatorsLinesToPolygonsOperator,
|
|
12277
|
+
importGeometryOperatorsLocateBetweenOperator,
|
|
12278
|
+
importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
12279
|
+
importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
11520
12280
|
importGeometryOperatorsOffsetOperator,
|
|
11521
12281
|
importGeometryOperatorsOverlapsOperator,
|
|
12282
|
+
importGeometryOperatorsPolygonOverlayOperator,
|
|
12283
|
+
importGeometryOperatorsPolygonSlicerOperator,
|
|
12284
|
+
importGeometryOperatorsProjectOperator,
|
|
11522
12285
|
importGeometryOperatorsProximityOperator,
|
|
11523
12286
|
importGeometryOperatorsRelateOperator,
|
|
12287
|
+
importGeometryOperatorsReshapeOperator,
|
|
12288
|
+
importGeometryOperatorsShapePreservingProjectOperator,
|
|
11524
12289
|
importGeometryOperatorsSimplifyOperator,
|
|
12290
|
+
importGeometryOperatorsSupportGeographicTransformation,
|
|
12291
|
+
importGeometryOperatorsSupportGeographicTransformationStep,
|
|
12292
|
+
importGeometryOperatorsSupportGeographicTransformationUtils,
|
|
11525
12293
|
importGeometryOperatorsSupportTransformation,
|
|
11526
12294
|
importGeometryOperatorsSymmetricDifferenceOperator,
|
|
11527
12295
|
importGeometryOperatorsTouchesOperator,
|
|
@@ -11580,10 +12348,13 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11580
12348
|
importLayersIntegratedMesh3DTilesLayer,
|
|
11581
12349
|
importLayersIntegratedMeshLayer,
|
|
11582
12350
|
importLayersKMLLayer,
|
|
12351
|
+
importLayersKnowledgeGraphCypherUtils,
|
|
11583
12352
|
importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
11584
12353
|
importLayersKnowledgeGraphLayer,
|
|
12354
|
+
importLayersKnowledgeGraphSupportUtils,
|
|
11585
12355
|
importLayersLayer,
|
|
11586
12356
|
importLayersLineOfSightLayer,
|
|
12357
|
+
importLayersLinkChartLayer,
|
|
11587
12358
|
importLayersMapImageLayer,
|
|
11588
12359
|
importLayersMapNotesLayer,
|
|
11589
12360
|
importLayersMediaLayer,
|
|
@@ -11592,6 +12363,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11592
12363
|
importLayersOgcWfsUtils,
|
|
11593
12364
|
importLayersOpenStreetMapLayer,
|
|
11594
12365
|
importLayersOrientedImageryLayer,
|
|
12366
|
+
importLayersOrientedImageryTransformationsImageToWorld,
|
|
12367
|
+
importLayersOrientedImageryTransformationsWorldToImage,
|
|
11595
12368
|
importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
11596
12369
|
importLayersPointCloudFiltersPointCloudFilter,
|
|
11597
12370
|
importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -11608,7 +12381,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11608
12381
|
importLayersSupportCodedValueDomain,
|
|
11609
12382
|
importLayersSupportControlPointsGeoreference,
|
|
11610
12383
|
importLayersSupportCornersGeoreference,
|
|
12384
|
+
importLayersSupportCsvUtils,
|
|
11611
12385
|
importLayersSupportDimensionalDefinition,
|
|
12386
|
+
importLayersSupportDisplayFilter,
|
|
12387
|
+
importLayersSupportDisplayFilterInfo,
|
|
11612
12388
|
importLayersSupportDomain,
|
|
11613
12389
|
importLayersSupportElevationSampler,
|
|
11614
12390
|
importLayersSupportExpressionInfo,
|
|
@@ -11636,6 +12412,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11636
12412
|
importLayersSupportMapImage,
|
|
11637
12413
|
importLayersSupportMosaicRule,
|
|
11638
12414
|
importLayersSupportMultidimensionalSubset,
|
|
12415
|
+
importLayersSupportOrderByInfo,
|
|
11639
12416
|
importLayersSupportPixelBlock,
|
|
11640
12417
|
importLayersSupportPublishingInfo,
|
|
11641
12418
|
importLayersSupportRangeDomain,
|
|
@@ -11685,6 +12462,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11685
12462
|
importLayersWMSLayer,
|
|
11686
12463
|
importLayersWMTSLayer,
|
|
11687
12464
|
importLayersWebTileLayer,
|
|
12465
|
+
importLinkChartChronologicalLayoutSettings,
|
|
12466
|
+
importLinkChartLayoutSettings,
|
|
12467
|
+
importLinkChartLinkChartProperties,
|
|
12468
|
+
importLinkChartNonspatialDataDisplay,
|
|
12469
|
+
importLinkChartOrganicLayoutSettings,
|
|
11688
12470
|
importMap,
|
|
11689
12471
|
importNetworksNetwork,
|
|
11690
12472
|
importNetworksSupportNamedTraceConfiguration,
|
|
@@ -11797,6 +12579,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11797
12579
|
importRestKnowledgeGraphGraphProperty,
|
|
11798
12580
|
importRestKnowledgeGraphGraphQuery,
|
|
11799
12581
|
importRestKnowledgeGraphGraphQueryResult,
|
|
12582
|
+
importRestKnowledgeGraphGraphQueryResultHeader,
|
|
11800
12583
|
importRestKnowledgeGraphGraphQueryStreaming,
|
|
11801
12584
|
importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
11802
12585
|
importRestKnowledgeGraphGraphSearch,
|
|
@@ -11810,6 +12593,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11810
12593
|
importRestKnowledgeGraphSearchIndex,
|
|
11811
12594
|
importRestKnowledgeGraphService,
|
|
11812
12595
|
importRestKnowledgeGraphServiceDefinition,
|
|
12596
|
+
importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
12597
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
12598
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
12599
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
12600
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
12601
|
+
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
11813
12602
|
importRestLocator,
|
|
11814
12603
|
importRestNetworkService,
|
|
11815
12604
|
importRestNetworksQueryAssociations,
|
|
@@ -11839,6 +12628,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11839
12628
|
importRestSupportArealUnit,
|
|
11840
12629
|
importRestSupportAreasAndLengthsParameters,
|
|
11841
12630
|
importRestSupportAttachmentQuery,
|
|
12631
|
+
importRestSupportAttributeBinsFeatureSet,
|
|
12632
|
+
importRestSupportAttributeBinsGrouping,
|
|
12633
|
+
importRestSupportAttributeBinsQuery,
|
|
12634
|
+
importRestSupportAutoIntervalBinParameters,
|
|
12635
|
+
importRestSupportBaseImageMeasureParameters,
|
|
12636
|
+
importRestSupportBaseImageMeasureResult,
|
|
11842
12637
|
importRestSupportBufferParameters,
|
|
11843
12638
|
importRestSupportCameraInfo,
|
|
11844
12639
|
importRestSupportClosestFacilityParameters,
|
|
@@ -11846,6 +12641,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11846
12641
|
importRestSupportColorRamp,
|
|
11847
12642
|
importRestSupportDataFile,
|
|
11848
12643
|
importRestSupportDataLayer,
|
|
12644
|
+
importRestSupportDateBinParameters,
|
|
12645
|
+
importRestSupportDateBinTimeInterval,
|
|
11849
12646
|
importRestSupportDensifyParameters,
|
|
11850
12647
|
importRestSupportDirectionLine,
|
|
11851
12648
|
importRestSupportDirectionPoint,
|
|
@@ -11859,6 +12656,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11859
12656
|
importRestSupportFindImagesResult,
|
|
11860
12657
|
importRestSupportFindParameters,
|
|
11861
12658
|
importRestSupportFindResult,
|
|
12659
|
+
importRestSupportFixedBoundariesBinParameters,
|
|
12660
|
+
importRestSupportFixedIntervalBinParameters,
|
|
11862
12661
|
importRestSupportGPMessage,
|
|
11863
12662
|
importRestSupportGeneralizeParameters,
|
|
11864
12663
|
importRestSupportIdentifyParameters,
|
|
@@ -11892,6 +12691,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11892
12691
|
importRestSupportImageToMapParameters,
|
|
11893
12692
|
importRestSupportImageUrlParameters,
|
|
11894
12693
|
importRestSupportImageUrlResult,
|
|
12694
|
+
importRestSupportImageVolume,
|
|
12695
|
+
importRestSupportImageVolumeParameters,
|
|
12696
|
+
importRestSupportImageVolumeResult,
|
|
11895
12697
|
importRestSupportJobInfo,
|
|
11896
12698
|
importRestSupportLegendLayer,
|
|
11897
12699
|
importRestSupportLengthsParameters,
|
|
@@ -11959,6 +12761,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11959
12761
|
importSmartMappingRenderersPredominance,
|
|
11960
12762
|
importSmartMappingRenderersRelationship,
|
|
11961
12763
|
importSmartMappingRenderersSize,
|
|
12764
|
+
importSmartMappingRenderersSupportRendererUtils,
|
|
11962
12765
|
importSmartMappingRenderersType,
|
|
11963
12766
|
importSmartMappingRenderersUnivariateColorSize,
|
|
11964
12767
|
importSmartMappingStatisticsClassBreaks,
|
|
@@ -12033,12 +12836,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12033
12836
|
importSymbolsWaterSymbol3DLayer,
|
|
12034
12837
|
importSymbolsWebStyleSymbol,
|
|
12035
12838
|
importTablesAttributeTableTemplate,
|
|
12839
|
+
importTablesElements,
|
|
12036
12840
|
importTablesElementsAttributeTableAttachmentElement,
|
|
12037
12841
|
importTablesElementsAttributeTableElement,
|
|
12038
12842
|
importTablesElementsAttributeTableFieldElement,
|
|
12039
12843
|
importTablesElementsAttributeTableGroupElement,
|
|
12040
12844
|
importTablesElementsAttributeTableRelationshipElement,
|
|
12041
|
-
importTablesSupportElements,
|
|
12042
12845
|
importTimeExtent,
|
|
12043
12846
|
importTimeInterval,
|
|
12044
12847
|
importTimeTimeExtent,
|
|
@@ -12064,7 +12867,6 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12064
12867
|
importViews3dEnvironmentSunLighting,
|
|
12065
12868
|
importViews3dEnvironmentSunnyWeather,
|
|
12066
12869
|
importViews3dEnvironmentVirtualLighting,
|
|
12067
|
-
importViews3dExternalRenderers,
|
|
12068
12870
|
importViews3dSupportLayerPerformanceInfo,
|
|
12069
12871
|
importViews3dSupportSceneViewPerformanceInfo,
|
|
12070
12872
|
importViews3dWebgl,
|
|
@@ -12106,12 +12908,15 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12106
12908
|
importViewsLayersSceneLayerView,
|
|
12107
12909
|
importViewsLayersStreamLayerView,
|
|
12108
12910
|
importViewsLayersViewshedLayerView,
|
|
12911
|
+
importViewsLinkChartView,
|
|
12109
12912
|
importViewsMagnifier,
|
|
12110
12913
|
importViewsMapView,
|
|
12111
12914
|
importViewsNavigationGamepadGamepadSettings,
|
|
12112
12915
|
importViewsNavigationNavigation,
|
|
12916
|
+
importViewsNavigationNavigationActionMap,
|
|
12113
12917
|
importViewsSceneView,
|
|
12114
12918
|
importViewsSupportColorUtils,
|
|
12919
|
+
importViewsSupportHighlightOptions,
|
|
12115
12920
|
importViewsTheme,
|
|
12116
12921
|
importViewsUiDefaultUI,
|
|
12117
12922
|
importViewsUiUI,
|
|
@@ -12119,6 +12924,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12119
12924
|
importViewsView2D,
|
|
12120
12925
|
importViewsViewAnimation,
|
|
12121
12926
|
importWebDocument2D,
|
|
12927
|
+
importWebLinkChart,
|
|
12122
12928
|
importWebMap,
|
|
12123
12929
|
importWebScene,
|
|
12124
12930
|
importWebdocApplicationPropertiesSearch,
|
|
@@ -12150,7 +12956,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12150
12956
|
importWebsceneInitialViewProperties,
|
|
12151
12957
|
importWebscenePresentation,
|
|
12152
12958
|
importWebsceneSlide,
|
|
12959
|
+
importWebsceneSlideLegendInfo,
|
|
12153
12960
|
importWebsceneSunLighting,
|
|
12961
|
+
importWebsceneSupportSlideElements,
|
|
12154
12962
|
importWebsceneVirtualLighting,
|
|
12155
12963
|
importWidgetsAreaMeasurement2D,
|
|
12156
12964
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -12220,6 +13028,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12220
13028
|
importWidgetsFeatureFormFieldInput,
|
|
12221
13029
|
importWidgetsFeatureFormGroupInput,
|
|
12222
13030
|
importWidgetsFeatureFormRelationshipInput,
|
|
13031
|
+
importWidgetsFeatureFormTextElementInput,
|
|
13032
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
12223
13033
|
importWidgetsFeatureTable,
|
|
12224
13034
|
importWidgetsFeatureTableActionColumn,
|
|
12225
13035
|
importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -12231,10 +13041,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12231
13041
|
importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
12232
13042
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12233
13043
|
importWidgetsFeatureTableRelationshipColumn,
|
|
13044
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12234
13045
|
importWidgetsFeatureTableSupportColumnTemplate,
|
|
12235
13046
|
importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
12236
13047
|
importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
12237
13048
|
importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
13049
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
12238
13050
|
importWidgetsFeatureTableSupportTableTemplate,
|
|
12239
13051
|
importWidgetsFeatureTemplates,
|
|
12240
13052
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -12319,6 +13131,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12319
13131
|
importWidgetsSupportGridControlsGridControlsViewModel,
|
|
12320
13132
|
importWidgetsSupportSnappingControls,
|
|
12321
13133
|
importWidgetsSupportSnappingControlsSnappingControlsViewModel,
|
|
13134
|
+
importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
12322
13135
|
importWidgetsSupportWidget,
|
|
12323
13136
|
importWidgetsSwipe,
|
|
12324
13137
|
importWidgetsSwipeSwipeViewModel,
|
|
@@ -12334,6 +13147,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12334
13147
|
importWidgetsUtilityNetworkAssociations,
|
|
12335
13148
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
12336
13149
|
importWidgetsUtilityNetworkTrace,
|
|
13150
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
12337
13151
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
12338
13152
|
importWidgetsUtilityNetworkValidateTopology,
|
|
12339
13153
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -12363,6 +13177,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12363
13177
|
newAnalysisSlicePlane,
|
|
12364
13178
|
newAnalysisViewshed,
|
|
12365
13179
|
newAnalysisViewshedAnalysis,
|
|
13180
|
+
newAttributeBinsGraphic,
|
|
12366
13181
|
newBasemap,
|
|
12367
13182
|
newCamera,
|
|
12368
13183
|
newCameraLayout,
|
|
@@ -12394,6 +13209,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12394
13209
|
newFormElementsInputsTimePickerInput,
|
|
12395
13210
|
newFormElementsRelationshipElement,
|
|
12396
13211
|
newFormElementsTextElement,
|
|
13212
|
+
newFormElementsUtilityNetworkAssociationsElement,
|
|
12397
13213
|
newFormExpressionInfo,
|
|
12398
13214
|
newFormFormTemplate,
|
|
12399
13215
|
newGeometryCircle,
|
|
@@ -12402,6 +13218,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12402
13218
|
newGeometryHeightModelInfo,
|
|
12403
13219
|
newGeometryMesh,
|
|
12404
13220
|
newGeometryMultipoint,
|
|
13221
|
+
newGeometryOperatorsSupportGeographicTransformation,
|
|
13222
|
+
newGeometryOperatorsSupportGeographicTransformationStep,
|
|
12405
13223
|
newGeometryOperatorsSupportTransformation,
|
|
12406
13224
|
newGeometryPoint,
|
|
12407
13225
|
newGeometryPolygon,
|
|
@@ -12450,6 +13268,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12450
13268
|
newLayersKnowledgeGraphLayer,
|
|
12451
13269
|
newLayersLayer,
|
|
12452
13270
|
newLayersLineOfSightLayer,
|
|
13271
|
+
newLayersLinkChartLayer,
|
|
12453
13272
|
newLayersMapImageLayer,
|
|
12454
13273
|
newLayersMapNotesLayer,
|
|
12455
13274
|
newLayersMediaLayer,
|
|
@@ -12472,6 +13291,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12472
13291
|
newLayersSupportControlPointsGeoreference,
|
|
12473
13292
|
newLayersSupportCornersGeoreference,
|
|
12474
13293
|
newLayersSupportDimensionalDefinition,
|
|
13294
|
+
newLayersSupportDisplayFilter,
|
|
13295
|
+
newLayersSupportDisplayFilterInfo,
|
|
12475
13296
|
newLayersSupportDomain,
|
|
12476
13297
|
newLayersSupportElevationSampler,
|
|
12477
13298
|
newLayersSupportExpressionInfo,
|
|
@@ -12498,6 +13319,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12498
13319
|
newLayersSupportMapImage,
|
|
12499
13320
|
newLayersSupportMosaicRule,
|
|
12500
13321
|
newLayersSupportMultidimensionalSubset,
|
|
13322
|
+
newLayersSupportOrderByInfo,
|
|
12501
13323
|
newLayersSupportPixelBlock,
|
|
12502
13324
|
newLayersSupportPublishingInfo,
|
|
12503
13325
|
newLayersSupportRangeDomain,
|
|
@@ -12542,6 +13364,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12542
13364
|
newLayersWMSLayer,
|
|
12543
13365
|
newLayersWMTSLayer,
|
|
12544
13366
|
newLayersWebTileLayer,
|
|
13367
|
+
newLinkChartChronologicalLayoutSettings,
|
|
13368
|
+
newLinkChartLayoutSettings,
|
|
13369
|
+
newLinkChartLinkChartProperties,
|
|
13370
|
+
newLinkChartNonspatialDataDisplay,
|
|
13371
|
+
newLinkChartOrganicLayoutSettings,
|
|
12545
13372
|
newMap,
|
|
12546
13373
|
newNetworksNetwork,
|
|
12547
13374
|
newNetworksSupportNamedTraceConfiguration,
|
|
@@ -12577,6 +13404,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12577
13404
|
newPopupRelatedRecordsInfo,
|
|
12578
13405
|
newPopupSupportFieldInfoFormat,
|
|
12579
13406
|
newPopupSupportRelatedRecordsInfoFieldOrder,
|
|
13407
|
+
newPopupSupportUtilityNetworkAssociationType,
|
|
12580
13408
|
newPopupTemplate,
|
|
12581
13409
|
newPortalPortal,
|
|
12582
13410
|
newPortalPortalFolder,
|
|
@@ -12638,6 +13466,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12638
13466
|
newRestKnowledgeGraphGraphProperty,
|
|
12639
13467
|
newRestKnowledgeGraphGraphQuery,
|
|
12640
13468
|
newRestKnowledgeGraphGraphQueryResult,
|
|
13469
|
+
newRestKnowledgeGraphGraphQueryResultHeader,
|
|
12641
13470
|
newRestKnowledgeGraphGraphQueryStreaming,
|
|
12642
13471
|
newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
12643
13472
|
newRestKnowledgeGraphGraphSearch,
|
|
@@ -12650,6 +13479,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12650
13479
|
newRestKnowledgeGraphRelationshipType,
|
|
12651
13480
|
newRestKnowledgeGraphSearchIndex,
|
|
12652
13481
|
newRestKnowledgeGraphServiceDefinition,
|
|
13482
|
+
newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
13483
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
13484
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
13485
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
13486
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
13487
|
+
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
12653
13488
|
newRestNetworksSupportAggregatedGeometry,
|
|
12654
13489
|
newRestNetworksSupportAssociation,
|
|
12655
13490
|
newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -12668,6 +13503,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12668
13503
|
newRestSupportArealUnit,
|
|
12669
13504
|
newRestSupportAreasAndLengthsParameters,
|
|
12670
13505
|
newRestSupportAttachmentQuery,
|
|
13506
|
+
newRestSupportAttributeBinsFeatureSet,
|
|
13507
|
+
newRestSupportAttributeBinsGrouping,
|
|
13508
|
+
newRestSupportAttributeBinsQuery,
|
|
13509
|
+
newRestSupportAutoIntervalBinParameters,
|
|
13510
|
+
newRestSupportBaseImageMeasureParameters,
|
|
13511
|
+
newRestSupportBaseImageMeasureResult,
|
|
12671
13512
|
newRestSupportBufferParameters,
|
|
12672
13513
|
newRestSupportCameraInfo,
|
|
12673
13514
|
newRestSupportClosestFacilityParameters,
|
|
@@ -12675,6 +13516,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12675
13516
|
newRestSupportColorRamp,
|
|
12676
13517
|
newRestSupportDataFile,
|
|
12677
13518
|
newRestSupportDataLayer,
|
|
13519
|
+
newRestSupportDateBinParameters,
|
|
13520
|
+
newRestSupportDateBinTimeInterval,
|
|
12678
13521
|
newRestSupportDensifyParameters,
|
|
12679
13522
|
newRestSupportDirectionLine,
|
|
12680
13523
|
newRestSupportDirectionPoint,
|
|
@@ -12688,6 +13531,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12688
13531
|
newRestSupportFindImagesResult,
|
|
12689
13532
|
newRestSupportFindParameters,
|
|
12690
13533
|
newRestSupportFindResult,
|
|
13534
|
+
newRestSupportFixedBoundariesBinParameters,
|
|
13535
|
+
newRestSupportFixedIntervalBinParameters,
|
|
12691
13536
|
newRestSupportGPMessage,
|
|
12692
13537
|
newRestSupportGeneralizeParameters,
|
|
12693
13538
|
newRestSupportIdentifyParameters,
|
|
@@ -12721,6 +13566,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12721
13566
|
newRestSupportImageToMapParameters,
|
|
12722
13567
|
newRestSupportImageUrlParameters,
|
|
12723
13568
|
newRestSupportImageUrlResult,
|
|
13569
|
+
newRestSupportImageVolume,
|
|
13570
|
+
newRestSupportImageVolumeParameters,
|
|
13571
|
+
newRestSupportImageVolumeResult,
|
|
12724
13572
|
newRestSupportJobInfo,
|
|
12725
13573
|
newRestSupportLegendLayer,
|
|
12726
13574
|
newRestSupportLengthsParameters,
|
|
@@ -12869,11 +13717,14 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12869
13717
|
newViewsLayersSceneLayerView,
|
|
12870
13718
|
newViewsLayersStreamLayerView,
|
|
12871
13719
|
newViewsLayersViewshedLayerView,
|
|
13720
|
+
newViewsLinkChartView,
|
|
12872
13721
|
newViewsMagnifier,
|
|
12873
13722
|
newViewsMapView,
|
|
12874
13723
|
newViewsNavigationGamepadGamepadSettings,
|
|
12875
13724
|
newViewsNavigationNavigation,
|
|
13725
|
+
newViewsNavigationNavigationActionMap,
|
|
12876
13726
|
newViewsSceneView,
|
|
13727
|
+
newViewsSupportHighlightOptions,
|
|
12877
13728
|
newViewsTheme,
|
|
12878
13729
|
newViewsUiDefaultUI,
|
|
12879
13730
|
newViewsUiUI,
|
|
@@ -12881,6 +13732,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12881
13732
|
newViewsView2D,
|
|
12882
13733
|
newViewsViewAnimation,
|
|
12883
13734
|
newWebDocument2D,
|
|
13735
|
+
newWebLinkChart,
|
|
12884
13736
|
newWebMap,
|
|
12885
13737
|
newWebScene,
|
|
12886
13738
|
newWebdocApplicationPropertiesSearch,
|
|
@@ -12912,6 +13764,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12912
13764
|
newWebsceneInitialViewProperties,
|
|
12913
13765
|
newWebscenePresentation,
|
|
12914
13766
|
newWebsceneSlide,
|
|
13767
|
+
newWebsceneSlideLegendInfo,
|
|
12915
13768
|
newWebsceneSunLighting,
|
|
12916
13769
|
newWebsceneVirtualLighting,
|
|
12917
13770
|
newWidgetsAreaMeasurement2D,
|
|
@@ -12981,6 +13834,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12981
13834
|
newWidgetsFeatureFormFieldInput,
|
|
12982
13835
|
newWidgetsFeatureFormGroupInput,
|
|
12983
13836
|
newWidgetsFeatureFormRelationshipInput,
|
|
13837
|
+
newWidgetsFeatureFormTextElementInput,
|
|
13838
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
12984
13839
|
newWidgetsFeatureTable,
|
|
12985
13840
|
newWidgetsFeatureTableActionColumn,
|
|
12986
13841
|
newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -12992,10 +13847,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12992
13847
|
newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
12993
13848
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12994
13849
|
newWidgetsFeatureTableRelationshipColumn,
|
|
13850
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12995
13851
|
newWidgetsFeatureTableSupportColumnTemplate,
|
|
12996
13852
|
newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
12997
13853
|
newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
12998
13854
|
newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
13855
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
12999
13856
|
newWidgetsFeatureTableSupportTableTemplate,
|
|
13000
13857
|
newWidgetsFeatureTemplates,
|
|
13001
13858
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -13093,6 +13950,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13093
13950
|
newWidgetsUtilityNetworkAssociations,
|
|
13094
13951
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
13095
13952
|
newWidgetsUtilityNetworkTrace,
|
|
13953
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
13096
13954
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
13097
13955
|
newWidgetsUtilityNetworkValidateTopology,
|
|
13098
13956
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|