@arcgis/core-adapter 4.34.0-next.5 → 4.34.0-next.51
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 +516 -8
- package/dist/index.d.cts +82 -5
- package/dist/index.d.ts +82 -5
- package/dist/index.js +516 -8
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -49,6 +49,10 @@ export declare function importAnalysisViewshed(): Promise<typeof __esri.Viewshed
|
|
|
49
49
|
export declare function newAnalysisViewshed(properties: __esri.ViewshedProperties): Promise<__esri.Viewshed>;
|
|
50
50
|
export declare function importAnalysisViewshedAnalysis(): Promise<typeof __esri.ViewshedAnalysis>;
|
|
51
51
|
export declare function newAnalysisViewshedAnalysis(properties: __esri.ViewshedAnalysisProperties): Promise<__esri.ViewshedAnalysis>;
|
|
52
|
+
export declare function importAnalysisVolumeMeasurementAnalysis(): Promise<typeof __esri.VolumeMeasurementAnalysis>;
|
|
53
|
+
export declare function newAnalysisVolumeMeasurementAnalysis(properties: __esri.VolumeMeasurementAnalysisProperties): Promise<__esri.VolumeMeasurementAnalysis>;
|
|
54
|
+
export declare function importAnalysisVolumeMeasurementCutFillOptions(): Promise<typeof __esri.CutFillOptions>;
|
|
55
|
+
export declare function newAnalysisVolumeMeasurementCutFillOptions(properties: __esri.CutFillOptionsProperties): Promise<__esri.CutFillOptions>;
|
|
52
56
|
export declare function importAnalysisSupportAnalysisOriginWebScene(): Promise<typeof __esri.AnalysisOriginWebScene>;
|
|
53
57
|
export declare function newAnalysisSupportAnalysisOriginWebScene(properties: __esri.AnalysisOriginWebSceneProperties): Promise<__esri.AnalysisOriginWebScene>;
|
|
54
58
|
export declare function importCoreAccessor(): Promise<typeof __esri.Accessor>;
|
|
@@ -61,6 +65,12 @@ export declare function importCoreHandles(): Promise<typeof __esri.Handles>;
|
|
|
61
65
|
export declare function newCoreHandles(): Promise<__esri.Handles>;
|
|
62
66
|
export declare function importCoreWorkersConnection(): Promise<typeof __esri.Connection>;
|
|
63
67
|
export declare function newCoreWorkersConnection(): Promise<__esri.Connection>;
|
|
68
|
+
export declare function importEffectsFocusAreas(): Promise<typeof __esri.FocusAreas>;
|
|
69
|
+
export declare function newEffectsFocusAreas(properties: __esri.FocusAreasProperties): Promise<__esri.FocusAreas>;
|
|
70
|
+
export declare function importEffectsFocusArea(): Promise<typeof __esri.FocusArea>;
|
|
71
|
+
export declare function newEffectsFocusArea(properties: __esri.FocusAreaProperties): Promise<__esri.FocusArea>;
|
|
72
|
+
export declare function importEffectsFocusAreaOutline(): Promise<typeof __esri.FocusAreaOutline>;
|
|
73
|
+
export declare function newEffectsFocusAreaOutline(properties: __esri.FocusAreaOutlineProperties): Promise<__esri.FocusAreaOutline>;
|
|
64
74
|
export declare function importFormElementsAttachmentElement(): Promise<typeof __esri.AttachmentElement>;
|
|
65
75
|
export declare function newFormElementsAttachmentElement(properties: __esri.AttachmentElementProperties): Promise<__esri.AttachmentElement>;
|
|
66
76
|
export declare function importFormElementsElement(): Promise<typeof __esri.Element>;
|
|
@@ -157,6 +167,36 @@ export declare function importGeometrySupportMeshTextureTransform(): Promise<typ
|
|
|
157
167
|
export declare function newGeometrySupportMeshTextureTransform(properties: __esri.MeshTextureTransformProperties): Promise<__esri.MeshTextureTransform>;
|
|
158
168
|
export declare function importGeometrySupportMeshTransform(): Promise<typeof __esri.MeshTransform>;
|
|
159
169
|
export declare function newGeometrySupportMeshTransform(properties: __esri.MeshTransformProperties): Promise<__esri.MeshTransform>;
|
|
170
|
+
export declare function importGraphicGraphicOrigin(): Promise<typeof __esri.GraphicOrigin>;
|
|
171
|
+
export declare function newGraphicGraphicOrigin(): Promise<__esri.GraphicOrigin>;
|
|
172
|
+
export declare function importGraphicBuildingGraphicOrigin(): Promise<typeof __esri.BuildingGraphicOrigin>;
|
|
173
|
+
export declare function newGraphicBuildingGraphicOrigin(sublayer: __esri.BuildingComponentSublayer): Promise<__esri.BuildingGraphicOrigin>;
|
|
174
|
+
export declare function importGraphicCatalogGraphicOrigin(): Promise<typeof __esri.CatalogGraphicOrigin>;
|
|
175
|
+
export declare function newGraphicCatalogGraphicOrigin(layer: __esri.CatalogFootprintLayer): Promise<__esri.CatalogGraphicOrigin>;
|
|
176
|
+
export declare function importGraphicCSVGraphicOrigin(): Promise<typeof __esri.CSVGraphicOrigin>;
|
|
177
|
+
export declare function newGraphicCSVGraphicOrigin(layer: __esri.CSVLayer): Promise<__esri.CSVGraphicOrigin>;
|
|
178
|
+
export declare function importGraphicFeatureGraphicOrigin(): Promise<typeof __esri.FeatureGraphicOrigin>;
|
|
179
|
+
export declare function newGraphicFeatureGraphicOrigin(layer: __esri.FeatureLayer): Promise<__esri.FeatureGraphicOrigin>;
|
|
180
|
+
export declare function importGraphicGeoJSONGraphicOrigin(): Promise<typeof __esri.GeoJSONGraphicOrigin>;
|
|
181
|
+
export declare function newGraphicGeoJSONGraphicOrigin(layer: __esri.GeoJSONLayer): Promise<__esri.GeoJSONGraphicOrigin>;
|
|
182
|
+
export declare function importGraphicIntegratedMesh3DTilesGraphicOrigin(): Promise<typeof __esri.IntegratedMesh3DTilesGraphicOrigin>;
|
|
183
|
+
export declare function newGraphicIntegratedMesh3DTilesGraphicOrigin(layer: __esri.IntegratedMesh3DTilesLayer): Promise<__esri.IntegratedMesh3DTilesGraphicOrigin>;
|
|
184
|
+
export declare function importGraphicIntegratedMeshGraphicOrigin(): Promise<typeof __esri.IntegratedMeshGraphicOrigin>;
|
|
185
|
+
export declare function newGraphicIntegratedMeshGraphicOrigin(layer: __esri.IntegratedMeshLayer): Promise<__esri.IntegratedMeshGraphicOrigin>;
|
|
186
|
+
export declare function importGraphicOGCFeatureGraphicOrigin(): Promise<typeof __esri.OGCFeatureGraphicOrigin>;
|
|
187
|
+
export declare function newGraphicOGCFeatureGraphicOrigin(layer: __esri.OGCFeatureLayer): Promise<__esri.OGCFeatureGraphicOrigin>;
|
|
188
|
+
export declare function importGraphicPointCloudGraphicOrigin(): Promise<typeof __esri.PointCloudGraphicOrigin>;
|
|
189
|
+
export declare function newGraphicPointCloudGraphicOrigin(layer: __esri.PointCloudLayer): Promise<__esri.PointCloudGraphicOrigin>;
|
|
190
|
+
export declare function importGraphicSceneGraphicOrigin(): Promise<typeof __esri.SceneGraphicOrigin>;
|
|
191
|
+
export declare function newGraphicSceneGraphicOrigin(layer: __esri.SceneLayer): Promise<__esri.SceneGraphicOrigin>;
|
|
192
|
+
export declare function importGraphicStreamGraphicOrigin(): Promise<typeof __esri.StreamGraphicOrigin>;
|
|
193
|
+
export declare function newGraphicStreamGraphicOrigin(layer: __esri.StreamLayer): Promise<__esri.StreamGraphicOrigin>;
|
|
194
|
+
export declare function importGraphicVectorTileGraphicOrigin(): Promise<typeof __esri.VectorTileGraphicOrigin>;
|
|
195
|
+
export declare function newGraphicVectorTileGraphicOrigin(layer: __esri.VectorTileLayer, layerId: string, layerIndex: number): Promise<__esri.VectorTileGraphicOrigin>;
|
|
196
|
+
export declare function importGraphicVoxelGraphicOrigin(): Promise<typeof __esri.VoxelGraphicOrigin>;
|
|
197
|
+
export declare function newGraphicVoxelGraphicOrigin(layer: __esri.VoxelLayer): Promise<__esri.VoxelGraphicOrigin>;
|
|
198
|
+
export declare function importGraphicWFSGraphicOrigin(): Promise<typeof __esri.WFSGraphicOrigin>;
|
|
199
|
+
export declare function newGraphicWFSGraphicOrigin(layer: __esri.WFSLayer): Promise<__esri.WFSGraphicOrigin>;
|
|
160
200
|
export declare function importAttributeBinsGraphic(): Promise<typeof __esri.AttributeBinsGraphic>;
|
|
161
201
|
export declare function newAttributeBinsGraphic(properties: __esri.AttributeBinsGraphicProperties): Promise<__esri.AttributeBinsGraphic>;
|
|
162
202
|
export declare function importGraphic(): Promise<typeof __esri.Graphic>;
|
|
@@ -337,6 +377,8 @@ export declare function importLayersSupportParquetEncodingWkb(): Promise<typeof
|
|
|
337
377
|
export declare function newLayersSupportParquetEncodingWkb(properties: __esri.ParquetEncodingWkbProperties): Promise<__esri.ParquetEncodingWkb>;
|
|
338
378
|
export declare function importLayersSupportPixelBlock(): Promise<typeof __esri.PixelBlock>;
|
|
339
379
|
export declare function newLayersSupportPixelBlock(properties: __esri.PixelBlockProperties): Promise<__esri.PixelBlock>;
|
|
380
|
+
export declare function importLayersSupportPlaybackInfo(): Promise<typeof __esri.PlaybackInfo>;
|
|
381
|
+
export declare function newLayersSupportPlaybackInfo(properties: __esri.PlaybackInfoProperties): Promise<__esri.PlaybackInfo>;
|
|
340
382
|
export declare function importLayersSupportPublishingInfo(): Promise<typeof __esri.PublishingInfo>;
|
|
341
383
|
export declare function newLayersSupportPublishingInfo(properties: __esri.PublishingInfoProperties): Promise<__esri.PublishingInfo>;
|
|
342
384
|
export declare function importLayersSupportRangeDomain(): Promise<typeof __esri.RangeDomain>;
|
|
@@ -619,12 +661,22 @@ export declare function importRestKnowledgeGraphFieldIndex(): Promise<typeof __e
|
|
|
619
661
|
export declare function newRestKnowledgeGraphFieldIndex(properties: __esri.FieldIndexProperties): Promise<__esri.FieldIndex>;
|
|
620
662
|
export declare function importRestKnowledgeGraphGraphAddNamedTypesResult(): Promise<typeof __esri.GraphAddNamedTypesResult>;
|
|
621
663
|
export declare function newRestKnowledgeGraphGraphAddNamedTypesResult(properties: __esri.GraphAddNamedTypesResultProperties): Promise<__esri.GraphAddNamedTypesResult>;
|
|
664
|
+
export declare function importRestKnowledgeGraphGraphAddFieldIndexResult(): Promise<typeof __esri.GraphAddFieldIndexResult>;
|
|
665
|
+
export declare function newRestKnowledgeGraphGraphAddFieldIndexResult(properties: __esri.GraphAddFieldIndexResultProperties): Promise<__esri.GraphAddFieldIndexResult>;
|
|
666
|
+
export declare function importRestKnowledgeGraphGraphAddPropertyResult(): Promise<typeof __esri.GraphAddPropertyResult>;
|
|
667
|
+
export declare function newRestKnowledgeGraphGraphAddPropertyResult(properties: __esri.GraphAddPropertyResultProperties): Promise<__esri.GraphAddPropertyResult>;
|
|
622
668
|
export declare function importRestKnowledgeGraphGraphApplyEdits(): Promise<typeof __esri.GraphApplyEdits>;
|
|
623
669
|
export declare function newRestKnowledgeGraphGraphApplyEdits(properties: __esri.GraphApplyEditsProperties): Promise<__esri.GraphApplyEdits>;
|
|
624
670
|
export declare function importRestKnowledgeGraphGraphApplyEditsResult(): Promise<typeof __esri.GraphApplyEditsResult>;
|
|
625
671
|
export declare function newRestKnowledgeGraphGraphApplyEditsResult(properties: __esri.GraphApplyEditsResultProperties): Promise<__esri.GraphApplyEditsResult>;
|
|
672
|
+
export declare function importRestKnowledgeGraphGraphDataModelOperationResult(): Promise<typeof __esri.GraphDataModelOperationResult>;
|
|
673
|
+
export declare function newRestKnowledgeGraphGraphDataModelOperationResult(properties: __esri.GraphDataModelOperationResultProperties): Promise<__esri.GraphDataModelOperationResult>;
|
|
674
|
+
export declare function importRestKnowledgeGraphGraphDeleteFieldIndexResult(): Promise<typeof __esri.GraphDeleteFieldIndexResult>;
|
|
675
|
+
export declare function newRestKnowledgeGraphGraphDeleteFieldIndexResult(properties: __esri.GraphDeleteFieldIndexResultProperties): Promise<__esri.GraphDeleteFieldIndexResult>;
|
|
626
676
|
export declare function importRestKnowledgeGraphGraphDeleteNamedTypeResult(): Promise<typeof __esri.GraphDeleteNamedTypeResult>;
|
|
627
677
|
export declare function newRestKnowledgeGraphGraphDeleteNamedTypeResult(properties: __esri.GraphDeleteNamedTypeResultProperties): Promise<__esri.GraphDeleteNamedTypeResult>;
|
|
678
|
+
export declare function importRestKnowledgeGraphGraphDeletePropertyResult(): Promise<typeof __esri.GraphDeletePropertyResult>;
|
|
679
|
+
export declare function newRestKnowledgeGraphGraphDeletePropertyResult(properties: __esri.GraphDeletePropertyResultProperties): Promise<__esri.GraphDeletePropertyResult>;
|
|
628
680
|
export declare function importRestKnowledgeGraphGraphNamedObject(): Promise<typeof __esri.GraphNamedObject>;
|
|
629
681
|
export declare function newRestKnowledgeGraphGraphNamedObject(properties: __esri.GraphNamedObjectProperties): Promise<__esri.GraphNamedObject>;
|
|
630
682
|
export declare function importRestKnowledgeGraphGraphObject(): Promise<typeof __esri.GraphObject>;
|
|
@@ -647,6 +699,12 @@ export declare function importRestKnowledgeGraphGraphSearch(): Promise<typeof __
|
|
|
647
699
|
export declare function newRestKnowledgeGraphGraphSearch(properties: __esri.GraphSearchProperties): Promise<__esri.GraphSearch>;
|
|
648
700
|
export declare function importRestKnowledgeGraphGraphSearchStreaming(): Promise<typeof __esri.GraphSearchStreaming>;
|
|
649
701
|
export declare function newRestKnowledgeGraphGraphSearchStreaming(properties: __esri.GraphSearchStreamingProperties): Promise<__esri.GraphSearchStreaming>;
|
|
702
|
+
export declare function importRestKnowledgeGraphGraphUpdateNamedTypesResult(): Promise<typeof __esri.GraphUpdateNamedTypesResult>;
|
|
703
|
+
export declare function newRestKnowledgeGraphGraphUpdateNamedTypesResult(properties: __esri.GraphUpdateNamedTypesResultProperties): Promise<__esri.GraphUpdateNamedTypesResult>;
|
|
704
|
+
export declare function importRestKnowledgeGraphGraphUpdatePropertyResult(): Promise<typeof __esri.GraphUpdatePropertyResult>;
|
|
705
|
+
export declare function newRestKnowledgeGraphGraphUpdatePropertyResult(properties: __esri.GraphUpdatePropertyResultProperties): Promise<__esri.GraphUpdatePropertyResult>;
|
|
706
|
+
export declare function importRestKnowledgeGraphGraphUpdateSearchIndexResult(): Promise<typeof __esri.GraphUpdateSearchIndexResult>;
|
|
707
|
+
export declare function newRestKnowledgeGraphGraphUpdateSearchIndexResult(properties: __esri.GraphUpdateSearchIndexResultProperties): Promise<__esri.GraphUpdateSearchIndexResult>;
|
|
650
708
|
export declare function importRestKnowledgeGraphInputQuantizationParameters(): Promise<typeof __esri.InputQuantizationParameters>;
|
|
651
709
|
export declare function newRestKnowledgeGraphInputQuantizationParameters(properties: __esri.InputQuantizationParametersProperties): Promise<__esri.InputQuantizationParameters>;
|
|
652
710
|
export declare function importRestKnowledgeGraphKnowledgeGraph(): Promise<typeof __esri.KnowledgeGraph>;
|
|
@@ -993,6 +1051,10 @@ export declare function importSymbolsSimpleLineSymbol(): Promise<typeof __esri.S
|
|
|
993
1051
|
export declare function newSymbolsSimpleLineSymbol(properties: __esri.SimpleLineSymbolProperties): Promise<__esri.SimpleLineSymbol>;
|
|
994
1052
|
export declare function importSymbolsSimpleMarkerSymbol(): Promise<typeof __esri.SimpleMarkerSymbol>;
|
|
995
1053
|
export declare function newSymbolsSimpleMarkerSymbol(properties: __esri.SimpleMarkerSymbolProperties): Promise<__esri.SimpleMarkerSymbol>;
|
|
1054
|
+
export declare function importSymbolsSupportElevationInfo(): Promise<typeof __esri.ElevationInfo>;
|
|
1055
|
+
export declare function newSymbolsSupportElevationInfo(properties: __esri.ElevationInfoProperties): Promise<__esri.ElevationInfo>;
|
|
1056
|
+
export declare function importSymbolsSupportFeatureExpressionInfo(): Promise<typeof __esri.FeatureExpressionInfo>;
|
|
1057
|
+
export declare function newSymbolsSupportFeatureExpressionInfo(properties: __esri.FeatureExpressionInfoProperties): Promise<__esri.FeatureExpressionInfo>;
|
|
996
1058
|
export declare function importSymbolsSupportStyleOrigin(): Promise<typeof __esri.StyleOrigin>;
|
|
997
1059
|
export declare function newSymbolsSupportStyleOrigin(properties: __esri.StyleOriginProperties): Promise<__esri.StyleOrigin>;
|
|
998
1060
|
export declare function importSymbolsSupportSymbol3DVerticalOffset(): Promise<typeof __esri.Symbol3DVerticalOffset>;
|
|
@@ -1057,6 +1119,8 @@ export declare function importViews3dAnalysisSliceAnalysisView3D(): Promise<type
|
|
|
1057
1119
|
export declare function newViews3dAnalysisSliceAnalysisView3D(properties: any): Promise<__esri.SliceAnalysisView3D>;
|
|
1058
1120
|
export declare function importViews3dAnalysisViewshedAnalysisView3D(): Promise<typeof __esri.ViewshedAnalysisView3D>;
|
|
1059
1121
|
export declare function newViews3dAnalysisViewshedAnalysisView3D(properties: any): Promise<__esri.ViewshedAnalysisView3D>;
|
|
1122
|
+
export declare function importViews3dAnalysisVolumeMeasurementAnalysisView3D(): Promise<typeof __esri.VolumeMeasurementAnalysisView3D>;
|
|
1123
|
+
export declare function newViews3dAnalysisVolumeMeasurementAnalysisView3D(properties: any): Promise<__esri.VolumeMeasurementAnalysisView3D>;
|
|
1060
1124
|
export declare function importViews3dEnvironmentCloudyWeather(): Promise<typeof __esri.CloudyWeather>;
|
|
1061
1125
|
export declare function newViews3dEnvironmentCloudyWeather(properties: __esri.CloudyWeatherProperties): Promise<__esri.CloudyWeather>;
|
|
1062
1126
|
export declare function importViews3dEnvironmentFoggyWeather(): Promise<typeof __esri.FoggyWeather>;
|
|
@@ -1307,6 +1371,14 @@ export declare function importWidgetsBasemapToggleBasemapToggleViewModel(): Prom
|
|
|
1307
1371
|
export declare function newWidgetsBasemapToggleBasemapToggleViewModel(properties: __esri.BasemapToggleViewModelProperties): Promise<__esri.BasemapToggleViewModel>;
|
|
1308
1372
|
export declare function importWidgetsBatchAttributeForm(): Promise<typeof __esri.BatchAttributeForm>;
|
|
1309
1373
|
export declare function newWidgetsBatchAttributeForm(properties: __esri.BatchAttributeFormProperties): Promise<__esri.BatchAttributeForm>;
|
|
1374
|
+
export declare function importWidgetsBatchAttributeFormBatchAttributeFormViewModel(): Promise<typeof __esri.BatchAttributeFormViewModel>;
|
|
1375
|
+
export declare function newWidgetsBatchAttributeFormBatchAttributeFormViewModel(properties: __esri.BatchAttributeFormViewModelProperties): Promise<__esri.BatchAttributeFormViewModel>;
|
|
1376
|
+
export declare function importWidgetsBatchAttributeFormInputsBatchFormInputs(): Promise<typeof __esri.BatchFormInputs>;
|
|
1377
|
+
export declare function newWidgetsBatchAttributeFormInputsBatchFormInputs(properties: __esri.BatchFormInputsProperties): Promise<__esri.BatchFormInputs>;
|
|
1378
|
+
export declare function importWidgetsBatchAttributeFormInputsFieldInput(): Promise<typeof __esri.FieldInput>;
|
|
1379
|
+
export declare function newWidgetsBatchAttributeFormInputsFieldInput(properties: __esri.FieldInputProperties): Promise<__esri.FieldInput>;
|
|
1380
|
+
export declare function importWidgetsBatchAttributeFormInputsGroupInput(): Promise<typeof __esri.GroupInput>;
|
|
1381
|
+
export declare function newWidgetsBatchAttributeFormInputsGroupInput(properties: __esri.GroupInputProperties): Promise<__esri.GroupInput>;
|
|
1310
1382
|
export declare function importWidgetsBookmarks(): Promise<typeof __esri.Bookmarks>;
|
|
1311
1383
|
export declare function newWidgetsBookmarks(properties: __esri.BookmarksProperties): Promise<__esri.Bookmarks>;
|
|
1312
1384
|
export declare function importWidgetsBookmarksBookmarksViewModel(): Promise<typeof __esri.BookmarksViewModel>;
|
|
@@ -1401,10 +1473,10 @@ export declare function importWidgetsFeatureForm(): Promise<typeof __esri.Featur
|
|
|
1401
1473
|
export declare function newWidgetsFeatureForm(properties: __esri.FeatureFormProperties): Promise<__esri.FeatureForm>;
|
|
1402
1474
|
export declare function importWidgetsFeatureFormFeatureFormViewModel(): Promise<typeof __esri.FeatureFormViewModel>;
|
|
1403
1475
|
export declare function newWidgetsFeatureFormFeatureFormViewModel(properties: __esri.FeatureFormViewModelProperties): Promise<__esri.FeatureFormViewModel>;
|
|
1404
|
-
export declare function importWidgetsFeatureFormFieldInput(): Promise<typeof __esri.
|
|
1405
|
-
export declare function newWidgetsFeatureFormFieldInput(properties: __esri.
|
|
1406
|
-
export declare function importWidgetsFeatureFormGroupInput(): Promise<typeof __esri.
|
|
1407
|
-
export declare function newWidgetsFeatureFormGroupInput(properties: __esri.
|
|
1476
|
+
export declare function importWidgetsFeatureFormFieldInput(): Promise<typeof __esri.FeatureFormFieldInput>;
|
|
1477
|
+
export declare function newWidgetsFeatureFormFieldInput(properties: __esri.FeatureFormFieldInputProperties): Promise<__esri.FeatureFormFieldInput>;
|
|
1478
|
+
export declare function importWidgetsFeatureFormGroupInput(): Promise<typeof __esri.FeatureFormGroupInput>;
|
|
1479
|
+
export declare function newWidgetsFeatureFormGroupInput(properties: __esri.FeatureFormGroupInputProperties): Promise<__esri.FeatureFormGroupInput>;
|
|
1408
1480
|
export declare function importWidgetsFeatureFormRelationshipInput(): Promise<typeof __esri.RelationshipInput>;
|
|
1409
1481
|
export declare function newWidgetsFeatureFormRelationshipInput(properties: __esri.RelationshipInputProperties): Promise<__esri.RelationshipInput>;
|
|
1410
1482
|
export declare function importWidgetsFeatureFormTextElementInput(): Promise<typeof __esri.TextElementInput>;
|
|
@@ -1760,6 +1832,7 @@ export declare function importGeometrySupportJsonUtils(): Promise<typeof __esri.
|
|
|
1760
1832
|
export declare function importGeometrySupportMeshUtils(): Promise<typeof __esri.meshUtils>;
|
|
1761
1833
|
export declare function importGeometrySupportNormalizeUtils(): Promise<typeof __esri.normalizeUtils>;
|
|
1762
1834
|
export declare function importGeometrySupportWebMercatorUtils(): Promise<typeof __esri.webMercatorUtils>;
|
|
1835
|
+
export declare function importGraphicGraphicOrigins(): Promise<typeof __esri.graphicOrigins>;
|
|
1763
1836
|
export declare function importIntl(): Promise<typeof __esri.intl>;
|
|
1764
1837
|
export declare function importKernel(): Promise<typeof __esri.kernel>;
|
|
1765
1838
|
export declare function importLayersCatalogCatalogUtils(): Promise<typeof __esri.catalogUtils>;
|
|
@@ -1871,21 +1944,25 @@ export declare function importViews3dSupportLayerPerformanceInfo(): Promise<type
|
|
|
1871
1944
|
export declare function importViews3dSupportSceneViewPerformanceInfo(): Promise<typeof __esri.SceneViewPerformanceInfo>;
|
|
1872
1945
|
export declare function importViewsAnalysisLengthDimensionResult(): Promise<typeof __esri.LengthDimensionResult>;
|
|
1873
1946
|
export declare function importViewsSupportColorUtils(): Promise<typeof __esri.colorUtils>;
|
|
1874
|
-
export declare function importWidgetsBatchAttributeFormBatchAttributeFormViewModel(): Promise<typeof __esri.BatchAttributeFormViewModel>;
|
|
1875
1947
|
export declare function importWidgetsSmartMappingSupportUtils(): Promise<typeof __esri.smartMappingSupportUtils>;
|
|
1876
1948
|
export declare function importWidgetsSupportWidget(): Promise<typeof __esri.widget>;
|
|
1877
1949
|
export declare function importApplicationsComponentsAnalysisUtils(): Promise<typeof __esri.analysisUtils>;
|
|
1950
|
+
export declare function importApplicationsComponentsArcadeFeatureUtils(): Promise<typeof __esri.arcadeFeatureUtils>;
|
|
1878
1951
|
export declare function importApplicationsComponentsBasemapUtils(): Promise<typeof __esri.basemapUtils>;
|
|
1879
1952
|
export declare function importApplicationsComponentsDrawUtils(): Promise<typeof __esri.drawUtils>;
|
|
1953
|
+
export declare function importApplicationsComponentsFeatureUtils(): Promise<typeof __esri.featureUtils>;
|
|
1880
1954
|
export declare function importApplicationsComponentsFontUtils(): Promise<typeof __esri.fontUtils>;
|
|
1881
1955
|
export declare function importApplicationsComponentsGetDefaultUnits(): Promise<typeof __esri.getDefaultUnits>;
|
|
1882
1956
|
export declare function importApplicationsComponentsGfxUtils(): Promise<typeof __esri.gfxUtils>;
|
|
1957
|
+
export declare function importApplicationsComponentsImageryUtils(): Promise<typeof __esri.imageryUtils>;
|
|
1883
1958
|
export declare function importApplicationsComponentsLayerOriginUtils(): Promise<typeof __esri.layerOriginUtils>;
|
|
1884
1959
|
export declare function importApplicationsComponentsLayersEffectsJsonUtils(): Promise<typeof __esri.layersEffectsJsonUtils>;
|
|
1885
1960
|
export declare function importApplicationsComponentsPreviewSymbol2D(): Promise<typeof __esri.previewSymbol2D>;
|
|
1886
1961
|
export declare function importApplicationsComponentsReactiveUtils(): Promise<typeof __esri.ComponentsReactiveUtils>;
|
|
1962
|
+
export declare function importApplicationsComponentsSanitizerUtils(): Promise<typeof __esri.sanitizerUtils>;
|
|
1887
1963
|
export declare function importApplicationsComponentsSelectionOperation(): Promise<any>;
|
|
1888
1964
|
export declare function importApplicationsComponentsSketchTooltipControls(): Promise<any>;
|
|
1965
|
+
export declare function importApplicationsComponentsStringUtils(): Promise<typeof __esri.stringUtils>;
|
|
1889
1966
|
export declare function importApplicationsComponentsStyleUtils(): Promise<typeof __esri.styleUtils>;
|
|
1890
1967
|
export declare function importApplicationsComponentsSvgUtils(): Promise<typeof __esri.svgUtils>;
|
|
1891
1968
|
export declare function importApplicationsComponentsViewUtils(): Promise<typeof __esri.viewUtils>;
|
package/dist/index.d.ts
CHANGED
|
@@ -49,6 +49,10 @@ export declare function importAnalysisViewshed(): Promise<typeof __esri.Viewshed
|
|
|
49
49
|
export declare function newAnalysisViewshed(properties: __esri.ViewshedProperties): Promise<__esri.Viewshed>;
|
|
50
50
|
export declare function importAnalysisViewshedAnalysis(): Promise<typeof __esri.ViewshedAnalysis>;
|
|
51
51
|
export declare function newAnalysisViewshedAnalysis(properties: __esri.ViewshedAnalysisProperties): Promise<__esri.ViewshedAnalysis>;
|
|
52
|
+
export declare function importAnalysisVolumeMeasurementAnalysis(): Promise<typeof __esri.VolumeMeasurementAnalysis>;
|
|
53
|
+
export declare function newAnalysisVolumeMeasurementAnalysis(properties: __esri.VolumeMeasurementAnalysisProperties): Promise<__esri.VolumeMeasurementAnalysis>;
|
|
54
|
+
export declare function importAnalysisVolumeMeasurementCutFillOptions(): Promise<typeof __esri.CutFillOptions>;
|
|
55
|
+
export declare function newAnalysisVolumeMeasurementCutFillOptions(properties: __esri.CutFillOptionsProperties): Promise<__esri.CutFillOptions>;
|
|
52
56
|
export declare function importAnalysisSupportAnalysisOriginWebScene(): Promise<typeof __esri.AnalysisOriginWebScene>;
|
|
53
57
|
export declare function newAnalysisSupportAnalysisOriginWebScene(properties: __esri.AnalysisOriginWebSceneProperties): Promise<__esri.AnalysisOriginWebScene>;
|
|
54
58
|
export declare function importCoreAccessor(): Promise<typeof __esri.Accessor>;
|
|
@@ -61,6 +65,12 @@ export declare function importCoreHandles(): Promise<typeof __esri.Handles>;
|
|
|
61
65
|
export declare function newCoreHandles(): Promise<__esri.Handles>;
|
|
62
66
|
export declare function importCoreWorkersConnection(): Promise<typeof __esri.Connection>;
|
|
63
67
|
export declare function newCoreWorkersConnection(): Promise<__esri.Connection>;
|
|
68
|
+
export declare function importEffectsFocusAreas(): Promise<typeof __esri.FocusAreas>;
|
|
69
|
+
export declare function newEffectsFocusAreas(properties: __esri.FocusAreasProperties): Promise<__esri.FocusAreas>;
|
|
70
|
+
export declare function importEffectsFocusArea(): Promise<typeof __esri.FocusArea>;
|
|
71
|
+
export declare function newEffectsFocusArea(properties: __esri.FocusAreaProperties): Promise<__esri.FocusArea>;
|
|
72
|
+
export declare function importEffectsFocusAreaOutline(): Promise<typeof __esri.FocusAreaOutline>;
|
|
73
|
+
export declare function newEffectsFocusAreaOutline(properties: __esri.FocusAreaOutlineProperties): Promise<__esri.FocusAreaOutline>;
|
|
64
74
|
export declare function importFormElementsAttachmentElement(): Promise<typeof __esri.AttachmentElement>;
|
|
65
75
|
export declare function newFormElementsAttachmentElement(properties: __esri.AttachmentElementProperties): Promise<__esri.AttachmentElement>;
|
|
66
76
|
export declare function importFormElementsElement(): Promise<typeof __esri.Element>;
|
|
@@ -157,6 +167,36 @@ export declare function importGeometrySupportMeshTextureTransform(): Promise<typ
|
|
|
157
167
|
export declare function newGeometrySupportMeshTextureTransform(properties: __esri.MeshTextureTransformProperties): Promise<__esri.MeshTextureTransform>;
|
|
158
168
|
export declare function importGeometrySupportMeshTransform(): Promise<typeof __esri.MeshTransform>;
|
|
159
169
|
export declare function newGeometrySupportMeshTransform(properties: __esri.MeshTransformProperties): Promise<__esri.MeshTransform>;
|
|
170
|
+
export declare function importGraphicGraphicOrigin(): Promise<typeof __esri.GraphicOrigin>;
|
|
171
|
+
export declare function newGraphicGraphicOrigin(): Promise<__esri.GraphicOrigin>;
|
|
172
|
+
export declare function importGraphicBuildingGraphicOrigin(): Promise<typeof __esri.BuildingGraphicOrigin>;
|
|
173
|
+
export declare function newGraphicBuildingGraphicOrigin(sublayer: __esri.BuildingComponentSublayer): Promise<__esri.BuildingGraphicOrigin>;
|
|
174
|
+
export declare function importGraphicCatalogGraphicOrigin(): Promise<typeof __esri.CatalogGraphicOrigin>;
|
|
175
|
+
export declare function newGraphicCatalogGraphicOrigin(layer: __esri.CatalogFootprintLayer): Promise<__esri.CatalogGraphicOrigin>;
|
|
176
|
+
export declare function importGraphicCSVGraphicOrigin(): Promise<typeof __esri.CSVGraphicOrigin>;
|
|
177
|
+
export declare function newGraphicCSVGraphicOrigin(layer: __esri.CSVLayer): Promise<__esri.CSVGraphicOrigin>;
|
|
178
|
+
export declare function importGraphicFeatureGraphicOrigin(): Promise<typeof __esri.FeatureGraphicOrigin>;
|
|
179
|
+
export declare function newGraphicFeatureGraphicOrigin(layer: __esri.FeatureLayer): Promise<__esri.FeatureGraphicOrigin>;
|
|
180
|
+
export declare function importGraphicGeoJSONGraphicOrigin(): Promise<typeof __esri.GeoJSONGraphicOrigin>;
|
|
181
|
+
export declare function newGraphicGeoJSONGraphicOrigin(layer: __esri.GeoJSONLayer): Promise<__esri.GeoJSONGraphicOrigin>;
|
|
182
|
+
export declare function importGraphicIntegratedMesh3DTilesGraphicOrigin(): Promise<typeof __esri.IntegratedMesh3DTilesGraphicOrigin>;
|
|
183
|
+
export declare function newGraphicIntegratedMesh3DTilesGraphicOrigin(layer: __esri.IntegratedMesh3DTilesLayer): Promise<__esri.IntegratedMesh3DTilesGraphicOrigin>;
|
|
184
|
+
export declare function importGraphicIntegratedMeshGraphicOrigin(): Promise<typeof __esri.IntegratedMeshGraphicOrigin>;
|
|
185
|
+
export declare function newGraphicIntegratedMeshGraphicOrigin(layer: __esri.IntegratedMeshLayer): Promise<__esri.IntegratedMeshGraphicOrigin>;
|
|
186
|
+
export declare function importGraphicOGCFeatureGraphicOrigin(): Promise<typeof __esri.OGCFeatureGraphicOrigin>;
|
|
187
|
+
export declare function newGraphicOGCFeatureGraphicOrigin(layer: __esri.OGCFeatureLayer): Promise<__esri.OGCFeatureGraphicOrigin>;
|
|
188
|
+
export declare function importGraphicPointCloudGraphicOrigin(): Promise<typeof __esri.PointCloudGraphicOrigin>;
|
|
189
|
+
export declare function newGraphicPointCloudGraphicOrigin(layer: __esri.PointCloudLayer): Promise<__esri.PointCloudGraphicOrigin>;
|
|
190
|
+
export declare function importGraphicSceneGraphicOrigin(): Promise<typeof __esri.SceneGraphicOrigin>;
|
|
191
|
+
export declare function newGraphicSceneGraphicOrigin(layer: __esri.SceneLayer): Promise<__esri.SceneGraphicOrigin>;
|
|
192
|
+
export declare function importGraphicStreamGraphicOrigin(): Promise<typeof __esri.StreamGraphicOrigin>;
|
|
193
|
+
export declare function newGraphicStreamGraphicOrigin(layer: __esri.StreamLayer): Promise<__esri.StreamGraphicOrigin>;
|
|
194
|
+
export declare function importGraphicVectorTileGraphicOrigin(): Promise<typeof __esri.VectorTileGraphicOrigin>;
|
|
195
|
+
export declare function newGraphicVectorTileGraphicOrigin(layer: __esri.VectorTileLayer, layerId: string, layerIndex: number): Promise<__esri.VectorTileGraphicOrigin>;
|
|
196
|
+
export declare function importGraphicVoxelGraphicOrigin(): Promise<typeof __esri.VoxelGraphicOrigin>;
|
|
197
|
+
export declare function newGraphicVoxelGraphicOrigin(layer: __esri.VoxelLayer): Promise<__esri.VoxelGraphicOrigin>;
|
|
198
|
+
export declare function importGraphicWFSGraphicOrigin(): Promise<typeof __esri.WFSGraphicOrigin>;
|
|
199
|
+
export declare function newGraphicWFSGraphicOrigin(layer: __esri.WFSLayer): Promise<__esri.WFSGraphicOrigin>;
|
|
160
200
|
export declare function importAttributeBinsGraphic(): Promise<typeof __esri.AttributeBinsGraphic>;
|
|
161
201
|
export declare function newAttributeBinsGraphic(properties: __esri.AttributeBinsGraphicProperties): Promise<__esri.AttributeBinsGraphic>;
|
|
162
202
|
export declare function importGraphic(): Promise<typeof __esri.Graphic>;
|
|
@@ -337,6 +377,8 @@ export declare function importLayersSupportParquetEncodingWkb(): Promise<typeof
|
|
|
337
377
|
export declare function newLayersSupportParquetEncodingWkb(properties: __esri.ParquetEncodingWkbProperties): Promise<__esri.ParquetEncodingWkb>;
|
|
338
378
|
export declare function importLayersSupportPixelBlock(): Promise<typeof __esri.PixelBlock>;
|
|
339
379
|
export declare function newLayersSupportPixelBlock(properties: __esri.PixelBlockProperties): Promise<__esri.PixelBlock>;
|
|
380
|
+
export declare function importLayersSupportPlaybackInfo(): Promise<typeof __esri.PlaybackInfo>;
|
|
381
|
+
export declare function newLayersSupportPlaybackInfo(properties: __esri.PlaybackInfoProperties): Promise<__esri.PlaybackInfo>;
|
|
340
382
|
export declare function importLayersSupportPublishingInfo(): Promise<typeof __esri.PublishingInfo>;
|
|
341
383
|
export declare function newLayersSupportPublishingInfo(properties: __esri.PublishingInfoProperties): Promise<__esri.PublishingInfo>;
|
|
342
384
|
export declare function importLayersSupportRangeDomain(): Promise<typeof __esri.RangeDomain>;
|
|
@@ -619,12 +661,22 @@ export declare function importRestKnowledgeGraphFieldIndex(): Promise<typeof __e
|
|
|
619
661
|
export declare function newRestKnowledgeGraphFieldIndex(properties: __esri.FieldIndexProperties): Promise<__esri.FieldIndex>;
|
|
620
662
|
export declare function importRestKnowledgeGraphGraphAddNamedTypesResult(): Promise<typeof __esri.GraphAddNamedTypesResult>;
|
|
621
663
|
export declare function newRestKnowledgeGraphGraphAddNamedTypesResult(properties: __esri.GraphAddNamedTypesResultProperties): Promise<__esri.GraphAddNamedTypesResult>;
|
|
664
|
+
export declare function importRestKnowledgeGraphGraphAddFieldIndexResult(): Promise<typeof __esri.GraphAddFieldIndexResult>;
|
|
665
|
+
export declare function newRestKnowledgeGraphGraphAddFieldIndexResult(properties: __esri.GraphAddFieldIndexResultProperties): Promise<__esri.GraphAddFieldIndexResult>;
|
|
666
|
+
export declare function importRestKnowledgeGraphGraphAddPropertyResult(): Promise<typeof __esri.GraphAddPropertyResult>;
|
|
667
|
+
export declare function newRestKnowledgeGraphGraphAddPropertyResult(properties: __esri.GraphAddPropertyResultProperties): Promise<__esri.GraphAddPropertyResult>;
|
|
622
668
|
export declare function importRestKnowledgeGraphGraphApplyEdits(): Promise<typeof __esri.GraphApplyEdits>;
|
|
623
669
|
export declare function newRestKnowledgeGraphGraphApplyEdits(properties: __esri.GraphApplyEditsProperties): Promise<__esri.GraphApplyEdits>;
|
|
624
670
|
export declare function importRestKnowledgeGraphGraphApplyEditsResult(): Promise<typeof __esri.GraphApplyEditsResult>;
|
|
625
671
|
export declare function newRestKnowledgeGraphGraphApplyEditsResult(properties: __esri.GraphApplyEditsResultProperties): Promise<__esri.GraphApplyEditsResult>;
|
|
672
|
+
export declare function importRestKnowledgeGraphGraphDataModelOperationResult(): Promise<typeof __esri.GraphDataModelOperationResult>;
|
|
673
|
+
export declare function newRestKnowledgeGraphGraphDataModelOperationResult(properties: __esri.GraphDataModelOperationResultProperties): Promise<__esri.GraphDataModelOperationResult>;
|
|
674
|
+
export declare function importRestKnowledgeGraphGraphDeleteFieldIndexResult(): Promise<typeof __esri.GraphDeleteFieldIndexResult>;
|
|
675
|
+
export declare function newRestKnowledgeGraphGraphDeleteFieldIndexResult(properties: __esri.GraphDeleteFieldIndexResultProperties): Promise<__esri.GraphDeleteFieldIndexResult>;
|
|
626
676
|
export declare function importRestKnowledgeGraphGraphDeleteNamedTypeResult(): Promise<typeof __esri.GraphDeleteNamedTypeResult>;
|
|
627
677
|
export declare function newRestKnowledgeGraphGraphDeleteNamedTypeResult(properties: __esri.GraphDeleteNamedTypeResultProperties): Promise<__esri.GraphDeleteNamedTypeResult>;
|
|
678
|
+
export declare function importRestKnowledgeGraphGraphDeletePropertyResult(): Promise<typeof __esri.GraphDeletePropertyResult>;
|
|
679
|
+
export declare function newRestKnowledgeGraphGraphDeletePropertyResult(properties: __esri.GraphDeletePropertyResultProperties): Promise<__esri.GraphDeletePropertyResult>;
|
|
628
680
|
export declare function importRestKnowledgeGraphGraphNamedObject(): Promise<typeof __esri.GraphNamedObject>;
|
|
629
681
|
export declare function newRestKnowledgeGraphGraphNamedObject(properties: __esri.GraphNamedObjectProperties): Promise<__esri.GraphNamedObject>;
|
|
630
682
|
export declare function importRestKnowledgeGraphGraphObject(): Promise<typeof __esri.GraphObject>;
|
|
@@ -647,6 +699,12 @@ export declare function importRestKnowledgeGraphGraphSearch(): Promise<typeof __
|
|
|
647
699
|
export declare function newRestKnowledgeGraphGraphSearch(properties: __esri.GraphSearchProperties): Promise<__esri.GraphSearch>;
|
|
648
700
|
export declare function importRestKnowledgeGraphGraphSearchStreaming(): Promise<typeof __esri.GraphSearchStreaming>;
|
|
649
701
|
export declare function newRestKnowledgeGraphGraphSearchStreaming(properties: __esri.GraphSearchStreamingProperties): Promise<__esri.GraphSearchStreaming>;
|
|
702
|
+
export declare function importRestKnowledgeGraphGraphUpdateNamedTypesResult(): Promise<typeof __esri.GraphUpdateNamedTypesResult>;
|
|
703
|
+
export declare function newRestKnowledgeGraphGraphUpdateNamedTypesResult(properties: __esri.GraphUpdateNamedTypesResultProperties): Promise<__esri.GraphUpdateNamedTypesResult>;
|
|
704
|
+
export declare function importRestKnowledgeGraphGraphUpdatePropertyResult(): Promise<typeof __esri.GraphUpdatePropertyResult>;
|
|
705
|
+
export declare function newRestKnowledgeGraphGraphUpdatePropertyResult(properties: __esri.GraphUpdatePropertyResultProperties): Promise<__esri.GraphUpdatePropertyResult>;
|
|
706
|
+
export declare function importRestKnowledgeGraphGraphUpdateSearchIndexResult(): Promise<typeof __esri.GraphUpdateSearchIndexResult>;
|
|
707
|
+
export declare function newRestKnowledgeGraphGraphUpdateSearchIndexResult(properties: __esri.GraphUpdateSearchIndexResultProperties): Promise<__esri.GraphUpdateSearchIndexResult>;
|
|
650
708
|
export declare function importRestKnowledgeGraphInputQuantizationParameters(): Promise<typeof __esri.InputQuantizationParameters>;
|
|
651
709
|
export declare function newRestKnowledgeGraphInputQuantizationParameters(properties: __esri.InputQuantizationParametersProperties): Promise<__esri.InputQuantizationParameters>;
|
|
652
710
|
export declare function importRestKnowledgeGraphKnowledgeGraph(): Promise<typeof __esri.KnowledgeGraph>;
|
|
@@ -993,6 +1051,10 @@ export declare function importSymbolsSimpleLineSymbol(): Promise<typeof __esri.S
|
|
|
993
1051
|
export declare function newSymbolsSimpleLineSymbol(properties: __esri.SimpleLineSymbolProperties): Promise<__esri.SimpleLineSymbol>;
|
|
994
1052
|
export declare function importSymbolsSimpleMarkerSymbol(): Promise<typeof __esri.SimpleMarkerSymbol>;
|
|
995
1053
|
export declare function newSymbolsSimpleMarkerSymbol(properties: __esri.SimpleMarkerSymbolProperties): Promise<__esri.SimpleMarkerSymbol>;
|
|
1054
|
+
export declare function importSymbolsSupportElevationInfo(): Promise<typeof __esri.ElevationInfo>;
|
|
1055
|
+
export declare function newSymbolsSupportElevationInfo(properties: __esri.ElevationInfoProperties): Promise<__esri.ElevationInfo>;
|
|
1056
|
+
export declare function importSymbolsSupportFeatureExpressionInfo(): Promise<typeof __esri.FeatureExpressionInfo>;
|
|
1057
|
+
export declare function newSymbolsSupportFeatureExpressionInfo(properties: __esri.FeatureExpressionInfoProperties): Promise<__esri.FeatureExpressionInfo>;
|
|
996
1058
|
export declare function importSymbolsSupportStyleOrigin(): Promise<typeof __esri.StyleOrigin>;
|
|
997
1059
|
export declare function newSymbolsSupportStyleOrigin(properties: __esri.StyleOriginProperties): Promise<__esri.StyleOrigin>;
|
|
998
1060
|
export declare function importSymbolsSupportSymbol3DVerticalOffset(): Promise<typeof __esri.Symbol3DVerticalOffset>;
|
|
@@ -1057,6 +1119,8 @@ export declare function importViews3dAnalysisSliceAnalysisView3D(): Promise<type
|
|
|
1057
1119
|
export declare function newViews3dAnalysisSliceAnalysisView3D(properties: any): Promise<__esri.SliceAnalysisView3D>;
|
|
1058
1120
|
export declare function importViews3dAnalysisViewshedAnalysisView3D(): Promise<typeof __esri.ViewshedAnalysisView3D>;
|
|
1059
1121
|
export declare function newViews3dAnalysisViewshedAnalysisView3D(properties: any): Promise<__esri.ViewshedAnalysisView3D>;
|
|
1122
|
+
export declare function importViews3dAnalysisVolumeMeasurementAnalysisView3D(): Promise<typeof __esri.VolumeMeasurementAnalysisView3D>;
|
|
1123
|
+
export declare function newViews3dAnalysisVolumeMeasurementAnalysisView3D(properties: any): Promise<__esri.VolumeMeasurementAnalysisView3D>;
|
|
1060
1124
|
export declare function importViews3dEnvironmentCloudyWeather(): Promise<typeof __esri.CloudyWeather>;
|
|
1061
1125
|
export declare function newViews3dEnvironmentCloudyWeather(properties: __esri.CloudyWeatherProperties): Promise<__esri.CloudyWeather>;
|
|
1062
1126
|
export declare function importViews3dEnvironmentFoggyWeather(): Promise<typeof __esri.FoggyWeather>;
|
|
@@ -1307,6 +1371,14 @@ export declare function importWidgetsBasemapToggleBasemapToggleViewModel(): Prom
|
|
|
1307
1371
|
export declare function newWidgetsBasemapToggleBasemapToggleViewModel(properties: __esri.BasemapToggleViewModelProperties): Promise<__esri.BasemapToggleViewModel>;
|
|
1308
1372
|
export declare function importWidgetsBatchAttributeForm(): Promise<typeof __esri.BatchAttributeForm>;
|
|
1309
1373
|
export declare function newWidgetsBatchAttributeForm(properties: __esri.BatchAttributeFormProperties): Promise<__esri.BatchAttributeForm>;
|
|
1374
|
+
export declare function importWidgetsBatchAttributeFormBatchAttributeFormViewModel(): Promise<typeof __esri.BatchAttributeFormViewModel>;
|
|
1375
|
+
export declare function newWidgetsBatchAttributeFormBatchAttributeFormViewModel(properties: __esri.BatchAttributeFormViewModelProperties): Promise<__esri.BatchAttributeFormViewModel>;
|
|
1376
|
+
export declare function importWidgetsBatchAttributeFormInputsBatchFormInputs(): Promise<typeof __esri.BatchFormInputs>;
|
|
1377
|
+
export declare function newWidgetsBatchAttributeFormInputsBatchFormInputs(properties: __esri.BatchFormInputsProperties): Promise<__esri.BatchFormInputs>;
|
|
1378
|
+
export declare function importWidgetsBatchAttributeFormInputsFieldInput(): Promise<typeof __esri.FieldInput>;
|
|
1379
|
+
export declare function newWidgetsBatchAttributeFormInputsFieldInput(properties: __esri.FieldInputProperties): Promise<__esri.FieldInput>;
|
|
1380
|
+
export declare function importWidgetsBatchAttributeFormInputsGroupInput(): Promise<typeof __esri.GroupInput>;
|
|
1381
|
+
export declare function newWidgetsBatchAttributeFormInputsGroupInput(properties: __esri.GroupInputProperties): Promise<__esri.GroupInput>;
|
|
1310
1382
|
export declare function importWidgetsBookmarks(): Promise<typeof __esri.Bookmarks>;
|
|
1311
1383
|
export declare function newWidgetsBookmarks(properties: __esri.BookmarksProperties): Promise<__esri.Bookmarks>;
|
|
1312
1384
|
export declare function importWidgetsBookmarksBookmarksViewModel(): Promise<typeof __esri.BookmarksViewModel>;
|
|
@@ -1401,10 +1473,10 @@ export declare function importWidgetsFeatureForm(): Promise<typeof __esri.Featur
|
|
|
1401
1473
|
export declare function newWidgetsFeatureForm(properties: __esri.FeatureFormProperties): Promise<__esri.FeatureForm>;
|
|
1402
1474
|
export declare function importWidgetsFeatureFormFeatureFormViewModel(): Promise<typeof __esri.FeatureFormViewModel>;
|
|
1403
1475
|
export declare function newWidgetsFeatureFormFeatureFormViewModel(properties: __esri.FeatureFormViewModelProperties): Promise<__esri.FeatureFormViewModel>;
|
|
1404
|
-
export declare function importWidgetsFeatureFormFieldInput(): Promise<typeof __esri.
|
|
1405
|
-
export declare function newWidgetsFeatureFormFieldInput(properties: __esri.
|
|
1406
|
-
export declare function importWidgetsFeatureFormGroupInput(): Promise<typeof __esri.
|
|
1407
|
-
export declare function newWidgetsFeatureFormGroupInput(properties: __esri.
|
|
1476
|
+
export declare function importWidgetsFeatureFormFieldInput(): Promise<typeof __esri.FeatureFormFieldInput>;
|
|
1477
|
+
export declare function newWidgetsFeatureFormFieldInput(properties: __esri.FeatureFormFieldInputProperties): Promise<__esri.FeatureFormFieldInput>;
|
|
1478
|
+
export declare function importWidgetsFeatureFormGroupInput(): Promise<typeof __esri.FeatureFormGroupInput>;
|
|
1479
|
+
export declare function newWidgetsFeatureFormGroupInput(properties: __esri.FeatureFormGroupInputProperties): Promise<__esri.FeatureFormGroupInput>;
|
|
1408
1480
|
export declare function importWidgetsFeatureFormRelationshipInput(): Promise<typeof __esri.RelationshipInput>;
|
|
1409
1481
|
export declare function newWidgetsFeatureFormRelationshipInput(properties: __esri.RelationshipInputProperties): Promise<__esri.RelationshipInput>;
|
|
1410
1482
|
export declare function importWidgetsFeatureFormTextElementInput(): Promise<typeof __esri.TextElementInput>;
|
|
@@ -1760,6 +1832,7 @@ export declare function importGeometrySupportJsonUtils(): Promise<typeof __esri.
|
|
|
1760
1832
|
export declare function importGeometrySupportMeshUtils(): Promise<typeof __esri.meshUtils>;
|
|
1761
1833
|
export declare function importGeometrySupportNormalizeUtils(): Promise<typeof __esri.normalizeUtils>;
|
|
1762
1834
|
export declare function importGeometrySupportWebMercatorUtils(): Promise<typeof __esri.webMercatorUtils>;
|
|
1835
|
+
export declare function importGraphicGraphicOrigins(): Promise<typeof __esri.graphicOrigins>;
|
|
1763
1836
|
export declare function importIntl(): Promise<typeof __esri.intl>;
|
|
1764
1837
|
export declare function importKernel(): Promise<typeof __esri.kernel>;
|
|
1765
1838
|
export declare function importLayersCatalogCatalogUtils(): Promise<typeof __esri.catalogUtils>;
|
|
@@ -1871,21 +1944,25 @@ export declare function importViews3dSupportLayerPerformanceInfo(): Promise<type
|
|
|
1871
1944
|
export declare function importViews3dSupportSceneViewPerformanceInfo(): Promise<typeof __esri.SceneViewPerformanceInfo>;
|
|
1872
1945
|
export declare function importViewsAnalysisLengthDimensionResult(): Promise<typeof __esri.LengthDimensionResult>;
|
|
1873
1946
|
export declare function importViewsSupportColorUtils(): Promise<typeof __esri.colorUtils>;
|
|
1874
|
-
export declare function importWidgetsBatchAttributeFormBatchAttributeFormViewModel(): Promise<typeof __esri.BatchAttributeFormViewModel>;
|
|
1875
1947
|
export declare function importWidgetsSmartMappingSupportUtils(): Promise<typeof __esri.smartMappingSupportUtils>;
|
|
1876
1948
|
export declare function importWidgetsSupportWidget(): Promise<typeof __esri.widget>;
|
|
1877
1949
|
export declare function importApplicationsComponentsAnalysisUtils(): Promise<typeof __esri.analysisUtils>;
|
|
1950
|
+
export declare function importApplicationsComponentsArcadeFeatureUtils(): Promise<typeof __esri.arcadeFeatureUtils>;
|
|
1878
1951
|
export declare function importApplicationsComponentsBasemapUtils(): Promise<typeof __esri.basemapUtils>;
|
|
1879
1952
|
export declare function importApplicationsComponentsDrawUtils(): Promise<typeof __esri.drawUtils>;
|
|
1953
|
+
export declare function importApplicationsComponentsFeatureUtils(): Promise<typeof __esri.featureUtils>;
|
|
1880
1954
|
export declare function importApplicationsComponentsFontUtils(): Promise<typeof __esri.fontUtils>;
|
|
1881
1955
|
export declare function importApplicationsComponentsGetDefaultUnits(): Promise<typeof __esri.getDefaultUnits>;
|
|
1882
1956
|
export declare function importApplicationsComponentsGfxUtils(): Promise<typeof __esri.gfxUtils>;
|
|
1957
|
+
export declare function importApplicationsComponentsImageryUtils(): Promise<typeof __esri.imageryUtils>;
|
|
1883
1958
|
export declare function importApplicationsComponentsLayerOriginUtils(): Promise<typeof __esri.layerOriginUtils>;
|
|
1884
1959
|
export declare function importApplicationsComponentsLayersEffectsJsonUtils(): Promise<typeof __esri.layersEffectsJsonUtils>;
|
|
1885
1960
|
export declare function importApplicationsComponentsPreviewSymbol2D(): Promise<typeof __esri.previewSymbol2D>;
|
|
1886
1961
|
export declare function importApplicationsComponentsReactiveUtils(): Promise<typeof __esri.ComponentsReactiveUtils>;
|
|
1962
|
+
export declare function importApplicationsComponentsSanitizerUtils(): Promise<typeof __esri.sanitizerUtils>;
|
|
1887
1963
|
export declare function importApplicationsComponentsSelectionOperation(): Promise<any>;
|
|
1888
1964
|
export declare function importApplicationsComponentsSketchTooltipControls(): Promise<any>;
|
|
1965
|
+
export declare function importApplicationsComponentsStringUtils(): Promise<typeof __esri.stringUtils>;
|
|
1889
1966
|
export declare function importApplicationsComponentsStyleUtils(): Promise<typeof __esri.styleUtils>;
|
|
1890
1967
|
export declare function importApplicationsComponentsSvgUtils(): Promise<typeof __esri.svgUtils>;
|
|
1891
1968
|
export declare function importApplicationsComponentsViewUtils(): Promise<typeof __esri.viewUtils>;
|