@arcgis/core-adapter 4.34.0-next.4 → 4.34.0-next.40
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 +305 -8
- package/dist/index.d.cts +50 -5
- package/dist/index.d.ts +50 -5
- package/dist/index.js +305 -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>;
|
|
@@ -337,6 +347,8 @@ export declare function importLayersSupportParquetEncodingWkb(): Promise<typeof
|
|
|
337
347
|
export declare function newLayersSupportParquetEncodingWkb(properties: __esri.ParquetEncodingWkbProperties): Promise<__esri.ParquetEncodingWkb>;
|
|
338
348
|
export declare function importLayersSupportPixelBlock(): Promise<typeof __esri.PixelBlock>;
|
|
339
349
|
export declare function newLayersSupportPixelBlock(properties: __esri.PixelBlockProperties): Promise<__esri.PixelBlock>;
|
|
350
|
+
export declare function importLayersSupportPlaybackInfo(): Promise<typeof __esri.PlaybackInfo>;
|
|
351
|
+
export declare function newLayersSupportPlaybackInfo(properties: __esri.PlaybackInfoProperties): Promise<__esri.PlaybackInfo>;
|
|
340
352
|
export declare function importLayersSupportPublishingInfo(): Promise<typeof __esri.PublishingInfo>;
|
|
341
353
|
export declare function newLayersSupportPublishingInfo(properties: __esri.PublishingInfoProperties): Promise<__esri.PublishingInfo>;
|
|
342
354
|
export declare function importLayersSupportRangeDomain(): Promise<typeof __esri.RangeDomain>;
|
|
@@ -619,12 +631,22 @@ export declare function importRestKnowledgeGraphFieldIndex(): Promise<typeof __e
|
|
|
619
631
|
export declare function newRestKnowledgeGraphFieldIndex(properties: __esri.FieldIndexProperties): Promise<__esri.FieldIndex>;
|
|
620
632
|
export declare function importRestKnowledgeGraphGraphAddNamedTypesResult(): Promise<typeof __esri.GraphAddNamedTypesResult>;
|
|
621
633
|
export declare function newRestKnowledgeGraphGraphAddNamedTypesResult(properties: __esri.GraphAddNamedTypesResultProperties): Promise<__esri.GraphAddNamedTypesResult>;
|
|
634
|
+
export declare function importRestKnowledgeGraphGraphAddFieldIndexResult(): Promise<typeof __esri.GraphAddFieldIndexResult>;
|
|
635
|
+
export declare function newRestKnowledgeGraphGraphAddFieldIndexResult(properties: __esri.GraphAddFieldIndexResultProperties): Promise<__esri.GraphAddFieldIndexResult>;
|
|
636
|
+
export declare function importRestKnowledgeGraphGraphAddPropertyResult(): Promise<typeof __esri.GraphAddPropertyResult>;
|
|
637
|
+
export declare function newRestKnowledgeGraphGraphAddPropertyResult(properties: __esri.GraphAddPropertyResultProperties): Promise<__esri.GraphAddPropertyResult>;
|
|
622
638
|
export declare function importRestKnowledgeGraphGraphApplyEdits(): Promise<typeof __esri.GraphApplyEdits>;
|
|
623
639
|
export declare function newRestKnowledgeGraphGraphApplyEdits(properties: __esri.GraphApplyEditsProperties): Promise<__esri.GraphApplyEdits>;
|
|
624
640
|
export declare function importRestKnowledgeGraphGraphApplyEditsResult(): Promise<typeof __esri.GraphApplyEditsResult>;
|
|
625
641
|
export declare function newRestKnowledgeGraphGraphApplyEditsResult(properties: __esri.GraphApplyEditsResultProperties): Promise<__esri.GraphApplyEditsResult>;
|
|
642
|
+
export declare function importRestKnowledgeGraphGraphDataModelOperationResult(): Promise<typeof __esri.GraphDataModelOperationResult>;
|
|
643
|
+
export declare function newRestKnowledgeGraphGraphDataModelOperationResult(properties: __esri.GraphDataModelOperationResultProperties): Promise<__esri.GraphDataModelOperationResult>;
|
|
644
|
+
export declare function importRestKnowledgeGraphGraphDeleteFieldIndexResult(): Promise<typeof __esri.GraphDeleteFieldIndexResult>;
|
|
645
|
+
export declare function newRestKnowledgeGraphGraphDeleteFieldIndexResult(properties: __esri.GraphDeleteFieldIndexResultProperties): Promise<__esri.GraphDeleteFieldIndexResult>;
|
|
626
646
|
export declare function importRestKnowledgeGraphGraphDeleteNamedTypeResult(): Promise<typeof __esri.GraphDeleteNamedTypeResult>;
|
|
627
647
|
export declare function newRestKnowledgeGraphGraphDeleteNamedTypeResult(properties: __esri.GraphDeleteNamedTypeResultProperties): Promise<__esri.GraphDeleteNamedTypeResult>;
|
|
648
|
+
export declare function importRestKnowledgeGraphGraphDeletePropertyResult(): Promise<typeof __esri.GraphDeletePropertyResult>;
|
|
649
|
+
export declare function newRestKnowledgeGraphGraphDeletePropertyResult(properties: __esri.GraphDeletePropertyResultProperties): Promise<__esri.GraphDeletePropertyResult>;
|
|
628
650
|
export declare function importRestKnowledgeGraphGraphNamedObject(): Promise<typeof __esri.GraphNamedObject>;
|
|
629
651
|
export declare function newRestKnowledgeGraphGraphNamedObject(properties: __esri.GraphNamedObjectProperties): Promise<__esri.GraphNamedObject>;
|
|
630
652
|
export declare function importRestKnowledgeGraphGraphObject(): Promise<typeof __esri.GraphObject>;
|
|
@@ -647,6 +669,12 @@ export declare function importRestKnowledgeGraphGraphSearch(): Promise<typeof __
|
|
|
647
669
|
export declare function newRestKnowledgeGraphGraphSearch(properties: __esri.GraphSearchProperties): Promise<__esri.GraphSearch>;
|
|
648
670
|
export declare function importRestKnowledgeGraphGraphSearchStreaming(): Promise<typeof __esri.GraphSearchStreaming>;
|
|
649
671
|
export declare function newRestKnowledgeGraphGraphSearchStreaming(properties: __esri.GraphSearchStreamingProperties): Promise<__esri.GraphSearchStreaming>;
|
|
672
|
+
export declare function importRestKnowledgeGraphGraphUpdateNamedTypesResult(): Promise<typeof __esri.GraphUpdateNamedTypesResult>;
|
|
673
|
+
export declare function newRestKnowledgeGraphGraphUpdateNamedTypesResult(properties: __esri.GraphUpdateNamedTypesResultProperties): Promise<__esri.GraphUpdateNamedTypesResult>;
|
|
674
|
+
export declare function importRestKnowledgeGraphGraphUpdatePropertyResult(): Promise<typeof __esri.GraphUpdatePropertyResult>;
|
|
675
|
+
export declare function newRestKnowledgeGraphGraphUpdatePropertyResult(properties: __esri.GraphUpdatePropertyResultProperties): Promise<__esri.GraphUpdatePropertyResult>;
|
|
676
|
+
export declare function importRestKnowledgeGraphGraphUpdateSearchIndexResult(): Promise<typeof __esri.GraphUpdateSearchIndexResult>;
|
|
677
|
+
export declare function newRestKnowledgeGraphGraphUpdateSearchIndexResult(properties: __esri.GraphUpdateSearchIndexResultProperties): Promise<__esri.GraphUpdateSearchIndexResult>;
|
|
650
678
|
export declare function importRestKnowledgeGraphInputQuantizationParameters(): Promise<typeof __esri.InputQuantizationParameters>;
|
|
651
679
|
export declare function newRestKnowledgeGraphInputQuantizationParameters(properties: __esri.InputQuantizationParametersProperties): Promise<__esri.InputQuantizationParameters>;
|
|
652
680
|
export declare function importRestKnowledgeGraphKnowledgeGraph(): Promise<typeof __esri.KnowledgeGraph>;
|
|
@@ -993,6 +1021,10 @@ export declare function importSymbolsSimpleLineSymbol(): Promise<typeof __esri.S
|
|
|
993
1021
|
export declare function newSymbolsSimpleLineSymbol(properties: __esri.SimpleLineSymbolProperties): Promise<__esri.SimpleLineSymbol>;
|
|
994
1022
|
export declare function importSymbolsSimpleMarkerSymbol(): Promise<typeof __esri.SimpleMarkerSymbol>;
|
|
995
1023
|
export declare function newSymbolsSimpleMarkerSymbol(properties: __esri.SimpleMarkerSymbolProperties): Promise<__esri.SimpleMarkerSymbol>;
|
|
1024
|
+
export declare function importSymbolsSupportElevationInfo(): Promise<typeof __esri.ElevationInfo>;
|
|
1025
|
+
export declare function newSymbolsSupportElevationInfo(properties: __esri.ElevationInfoProperties): Promise<__esri.ElevationInfo>;
|
|
1026
|
+
export declare function importSymbolsSupportFeatureExpressionInfo(): Promise<typeof __esri.FeatureExpressionInfo>;
|
|
1027
|
+
export declare function newSymbolsSupportFeatureExpressionInfo(properties: __esri.FeatureExpressionInfoProperties): Promise<__esri.FeatureExpressionInfo>;
|
|
996
1028
|
export declare function importSymbolsSupportStyleOrigin(): Promise<typeof __esri.StyleOrigin>;
|
|
997
1029
|
export declare function newSymbolsSupportStyleOrigin(properties: __esri.StyleOriginProperties): Promise<__esri.StyleOrigin>;
|
|
998
1030
|
export declare function importSymbolsSupportSymbol3DVerticalOffset(): Promise<typeof __esri.Symbol3DVerticalOffset>;
|
|
@@ -1057,6 +1089,8 @@ export declare function importViews3dAnalysisSliceAnalysisView3D(): Promise<type
|
|
|
1057
1089
|
export declare function newViews3dAnalysisSliceAnalysisView3D(properties: any): Promise<__esri.SliceAnalysisView3D>;
|
|
1058
1090
|
export declare function importViews3dAnalysisViewshedAnalysisView3D(): Promise<typeof __esri.ViewshedAnalysisView3D>;
|
|
1059
1091
|
export declare function newViews3dAnalysisViewshedAnalysisView3D(properties: any): Promise<__esri.ViewshedAnalysisView3D>;
|
|
1092
|
+
export declare function importViews3dAnalysisVolumeMeasurementAnalysisView3D(): Promise<typeof __esri.VolumeMeasurementAnalysisView3D>;
|
|
1093
|
+
export declare function newViews3dAnalysisVolumeMeasurementAnalysisView3D(properties: any): Promise<__esri.VolumeMeasurementAnalysisView3D>;
|
|
1060
1094
|
export declare function importViews3dEnvironmentCloudyWeather(): Promise<typeof __esri.CloudyWeather>;
|
|
1061
1095
|
export declare function newViews3dEnvironmentCloudyWeather(properties: __esri.CloudyWeatherProperties): Promise<__esri.CloudyWeather>;
|
|
1062
1096
|
export declare function importViews3dEnvironmentFoggyWeather(): Promise<typeof __esri.FoggyWeather>;
|
|
@@ -1307,6 +1341,14 @@ export declare function importWidgetsBasemapToggleBasemapToggleViewModel(): Prom
|
|
|
1307
1341
|
export declare function newWidgetsBasemapToggleBasemapToggleViewModel(properties: __esri.BasemapToggleViewModelProperties): Promise<__esri.BasemapToggleViewModel>;
|
|
1308
1342
|
export declare function importWidgetsBatchAttributeForm(): Promise<typeof __esri.BatchAttributeForm>;
|
|
1309
1343
|
export declare function newWidgetsBatchAttributeForm(properties: __esri.BatchAttributeFormProperties): Promise<__esri.BatchAttributeForm>;
|
|
1344
|
+
export declare function importWidgetsBatchAttributeFormBatchAttributeFormViewModel(): Promise<typeof __esri.BatchAttributeFormViewModel>;
|
|
1345
|
+
export declare function newWidgetsBatchAttributeFormBatchAttributeFormViewModel(properties: __esri.BatchAttributeFormViewModelProperties): Promise<__esri.BatchAttributeFormViewModel>;
|
|
1346
|
+
export declare function importWidgetsBatchAttributeFormInputsBatchFormInputs(): Promise<typeof __esri.BatchFormInputs>;
|
|
1347
|
+
export declare function newWidgetsBatchAttributeFormInputsBatchFormInputs(properties: __esri.BatchFormInputsProperties): Promise<__esri.BatchFormInputs>;
|
|
1348
|
+
export declare function importWidgetsBatchAttributeFormInputsFieldInput(): Promise<typeof __esri.FieldInput>;
|
|
1349
|
+
export declare function newWidgetsBatchAttributeFormInputsFieldInput(properties: __esri.FieldInputProperties): Promise<__esri.FieldInput>;
|
|
1350
|
+
export declare function importWidgetsBatchAttributeFormInputsGroupInput(): Promise<typeof __esri.GroupInput>;
|
|
1351
|
+
export declare function newWidgetsBatchAttributeFormInputsGroupInput(properties: __esri.GroupInputProperties): Promise<__esri.GroupInput>;
|
|
1310
1352
|
export declare function importWidgetsBookmarks(): Promise<typeof __esri.Bookmarks>;
|
|
1311
1353
|
export declare function newWidgetsBookmarks(properties: __esri.BookmarksProperties): Promise<__esri.Bookmarks>;
|
|
1312
1354
|
export declare function importWidgetsBookmarksBookmarksViewModel(): Promise<typeof __esri.BookmarksViewModel>;
|
|
@@ -1401,10 +1443,10 @@ export declare function importWidgetsFeatureForm(): Promise<typeof __esri.Featur
|
|
|
1401
1443
|
export declare function newWidgetsFeatureForm(properties: __esri.FeatureFormProperties): Promise<__esri.FeatureForm>;
|
|
1402
1444
|
export declare function importWidgetsFeatureFormFeatureFormViewModel(): Promise<typeof __esri.FeatureFormViewModel>;
|
|
1403
1445
|
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.
|
|
1446
|
+
export declare function importWidgetsFeatureFormFieldInput(): Promise<typeof __esri.FeatureFormFieldInput>;
|
|
1447
|
+
export declare function newWidgetsFeatureFormFieldInput(properties: __esri.FeatureFormFieldInputProperties): Promise<__esri.FeatureFormFieldInput>;
|
|
1448
|
+
export declare function importWidgetsFeatureFormGroupInput(): Promise<typeof __esri.FeatureFormGroupInput>;
|
|
1449
|
+
export declare function newWidgetsFeatureFormGroupInput(properties: __esri.FeatureFormGroupInputProperties): Promise<__esri.FeatureFormGroupInput>;
|
|
1408
1450
|
export declare function importWidgetsFeatureFormRelationshipInput(): Promise<typeof __esri.RelationshipInput>;
|
|
1409
1451
|
export declare function newWidgetsFeatureFormRelationshipInput(properties: __esri.RelationshipInputProperties): Promise<__esri.RelationshipInput>;
|
|
1410
1452
|
export declare function importWidgetsFeatureFormTextElementInput(): Promise<typeof __esri.TextElementInput>;
|
|
@@ -1871,21 +1913,24 @@ export declare function importViews3dSupportLayerPerformanceInfo(): Promise<type
|
|
|
1871
1913
|
export declare function importViews3dSupportSceneViewPerformanceInfo(): Promise<typeof __esri.SceneViewPerformanceInfo>;
|
|
1872
1914
|
export declare function importViewsAnalysisLengthDimensionResult(): Promise<typeof __esri.LengthDimensionResult>;
|
|
1873
1915
|
export declare function importViewsSupportColorUtils(): Promise<typeof __esri.colorUtils>;
|
|
1874
|
-
export declare function importWidgetsBatchAttributeFormBatchAttributeFormViewModel(): Promise<typeof __esri.BatchAttributeFormViewModel>;
|
|
1875
1916
|
export declare function importWidgetsSmartMappingSupportUtils(): Promise<typeof __esri.smartMappingSupportUtils>;
|
|
1876
1917
|
export declare function importWidgetsSupportWidget(): Promise<typeof __esri.widget>;
|
|
1877
1918
|
export declare function importApplicationsComponentsAnalysisUtils(): Promise<typeof __esri.analysisUtils>;
|
|
1919
|
+
export declare function importApplicationsComponentsArcadeFeatureUtils(): Promise<typeof __esri.arcadeFeatureUtils>;
|
|
1878
1920
|
export declare function importApplicationsComponentsBasemapUtils(): Promise<typeof __esri.basemapUtils>;
|
|
1879
1921
|
export declare function importApplicationsComponentsDrawUtils(): Promise<typeof __esri.drawUtils>;
|
|
1880
1922
|
export declare function importApplicationsComponentsFontUtils(): Promise<typeof __esri.fontUtils>;
|
|
1881
1923
|
export declare function importApplicationsComponentsGetDefaultUnits(): Promise<typeof __esri.getDefaultUnits>;
|
|
1882
1924
|
export declare function importApplicationsComponentsGfxUtils(): Promise<typeof __esri.gfxUtils>;
|
|
1925
|
+
export declare function importApplicationsComponentsImageryUtils(): Promise<typeof __esri.imageryUtils>;
|
|
1883
1926
|
export declare function importApplicationsComponentsLayerOriginUtils(): Promise<typeof __esri.layerOriginUtils>;
|
|
1884
1927
|
export declare function importApplicationsComponentsLayersEffectsJsonUtils(): Promise<typeof __esri.layersEffectsJsonUtils>;
|
|
1885
1928
|
export declare function importApplicationsComponentsPreviewSymbol2D(): Promise<typeof __esri.previewSymbol2D>;
|
|
1886
1929
|
export declare function importApplicationsComponentsReactiveUtils(): Promise<typeof __esri.ComponentsReactiveUtils>;
|
|
1930
|
+
export declare function importApplicationsComponentsSanitizerUtils(): Promise<typeof __esri.sanitizerUtils>;
|
|
1887
1931
|
export declare function importApplicationsComponentsSelectionOperation(): Promise<any>;
|
|
1888
1932
|
export declare function importApplicationsComponentsSketchTooltipControls(): Promise<any>;
|
|
1933
|
+
export declare function importApplicationsComponentsStringUtils(): Promise<typeof __esri.stringUtils>;
|
|
1889
1934
|
export declare function importApplicationsComponentsStyleUtils(): Promise<typeof __esri.styleUtils>;
|
|
1890
1935
|
export declare function importApplicationsComponentsSvgUtils(): Promise<typeof __esri.svgUtils>;
|
|
1891
1936
|
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>;
|
|
@@ -337,6 +347,8 @@ export declare function importLayersSupportParquetEncodingWkb(): Promise<typeof
|
|
|
337
347
|
export declare function newLayersSupportParquetEncodingWkb(properties: __esri.ParquetEncodingWkbProperties): Promise<__esri.ParquetEncodingWkb>;
|
|
338
348
|
export declare function importLayersSupportPixelBlock(): Promise<typeof __esri.PixelBlock>;
|
|
339
349
|
export declare function newLayersSupportPixelBlock(properties: __esri.PixelBlockProperties): Promise<__esri.PixelBlock>;
|
|
350
|
+
export declare function importLayersSupportPlaybackInfo(): Promise<typeof __esri.PlaybackInfo>;
|
|
351
|
+
export declare function newLayersSupportPlaybackInfo(properties: __esri.PlaybackInfoProperties): Promise<__esri.PlaybackInfo>;
|
|
340
352
|
export declare function importLayersSupportPublishingInfo(): Promise<typeof __esri.PublishingInfo>;
|
|
341
353
|
export declare function newLayersSupportPublishingInfo(properties: __esri.PublishingInfoProperties): Promise<__esri.PublishingInfo>;
|
|
342
354
|
export declare function importLayersSupportRangeDomain(): Promise<typeof __esri.RangeDomain>;
|
|
@@ -619,12 +631,22 @@ export declare function importRestKnowledgeGraphFieldIndex(): Promise<typeof __e
|
|
|
619
631
|
export declare function newRestKnowledgeGraphFieldIndex(properties: __esri.FieldIndexProperties): Promise<__esri.FieldIndex>;
|
|
620
632
|
export declare function importRestKnowledgeGraphGraphAddNamedTypesResult(): Promise<typeof __esri.GraphAddNamedTypesResult>;
|
|
621
633
|
export declare function newRestKnowledgeGraphGraphAddNamedTypesResult(properties: __esri.GraphAddNamedTypesResultProperties): Promise<__esri.GraphAddNamedTypesResult>;
|
|
634
|
+
export declare function importRestKnowledgeGraphGraphAddFieldIndexResult(): Promise<typeof __esri.GraphAddFieldIndexResult>;
|
|
635
|
+
export declare function newRestKnowledgeGraphGraphAddFieldIndexResult(properties: __esri.GraphAddFieldIndexResultProperties): Promise<__esri.GraphAddFieldIndexResult>;
|
|
636
|
+
export declare function importRestKnowledgeGraphGraphAddPropertyResult(): Promise<typeof __esri.GraphAddPropertyResult>;
|
|
637
|
+
export declare function newRestKnowledgeGraphGraphAddPropertyResult(properties: __esri.GraphAddPropertyResultProperties): Promise<__esri.GraphAddPropertyResult>;
|
|
622
638
|
export declare function importRestKnowledgeGraphGraphApplyEdits(): Promise<typeof __esri.GraphApplyEdits>;
|
|
623
639
|
export declare function newRestKnowledgeGraphGraphApplyEdits(properties: __esri.GraphApplyEditsProperties): Promise<__esri.GraphApplyEdits>;
|
|
624
640
|
export declare function importRestKnowledgeGraphGraphApplyEditsResult(): Promise<typeof __esri.GraphApplyEditsResult>;
|
|
625
641
|
export declare function newRestKnowledgeGraphGraphApplyEditsResult(properties: __esri.GraphApplyEditsResultProperties): Promise<__esri.GraphApplyEditsResult>;
|
|
642
|
+
export declare function importRestKnowledgeGraphGraphDataModelOperationResult(): Promise<typeof __esri.GraphDataModelOperationResult>;
|
|
643
|
+
export declare function newRestKnowledgeGraphGraphDataModelOperationResult(properties: __esri.GraphDataModelOperationResultProperties): Promise<__esri.GraphDataModelOperationResult>;
|
|
644
|
+
export declare function importRestKnowledgeGraphGraphDeleteFieldIndexResult(): Promise<typeof __esri.GraphDeleteFieldIndexResult>;
|
|
645
|
+
export declare function newRestKnowledgeGraphGraphDeleteFieldIndexResult(properties: __esri.GraphDeleteFieldIndexResultProperties): Promise<__esri.GraphDeleteFieldIndexResult>;
|
|
626
646
|
export declare function importRestKnowledgeGraphGraphDeleteNamedTypeResult(): Promise<typeof __esri.GraphDeleteNamedTypeResult>;
|
|
627
647
|
export declare function newRestKnowledgeGraphGraphDeleteNamedTypeResult(properties: __esri.GraphDeleteNamedTypeResultProperties): Promise<__esri.GraphDeleteNamedTypeResult>;
|
|
648
|
+
export declare function importRestKnowledgeGraphGraphDeletePropertyResult(): Promise<typeof __esri.GraphDeletePropertyResult>;
|
|
649
|
+
export declare function newRestKnowledgeGraphGraphDeletePropertyResult(properties: __esri.GraphDeletePropertyResultProperties): Promise<__esri.GraphDeletePropertyResult>;
|
|
628
650
|
export declare function importRestKnowledgeGraphGraphNamedObject(): Promise<typeof __esri.GraphNamedObject>;
|
|
629
651
|
export declare function newRestKnowledgeGraphGraphNamedObject(properties: __esri.GraphNamedObjectProperties): Promise<__esri.GraphNamedObject>;
|
|
630
652
|
export declare function importRestKnowledgeGraphGraphObject(): Promise<typeof __esri.GraphObject>;
|
|
@@ -647,6 +669,12 @@ export declare function importRestKnowledgeGraphGraphSearch(): Promise<typeof __
|
|
|
647
669
|
export declare function newRestKnowledgeGraphGraphSearch(properties: __esri.GraphSearchProperties): Promise<__esri.GraphSearch>;
|
|
648
670
|
export declare function importRestKnowledgeGraphGraphSearchStreaming(): Promise<typeof __esri.GraphSearchStreaming>;
|
|
649
671
|
export declare function newRestKnowledgeGraphGraphSearchStreaming(properties: __esri.GraphSearchStreamingProperties): Promise<__esri.GraphSearchStreaming>;
|
|
672
|
+
export declare function importRestKnowledgeGraphGraphUpdateNamedTypesResult(): Promise<typeof __esri.GraphUpdateNamedTypesResult>;
|
|
673
|
+
export declare function newRestKnowledgeGraphGraphUpdateNamedTypesResult(properties: __esri.GraphUpdateNamedTypesResultProperties): Promise<__esri.GraphUpdateNamedTypesResult>;
|
|
674
|
+
export declare function importRestKnowledgeGraphGraphUpdatePropertyResult(): Promise<typeof __esri.GraphUpdatePropertyResult>;
|
|
675
|
+
export declare function newRestKnowledgeGraphGraphUpdatePropertyResult(properties: __esri.GraphUpdatePropertyResultProperties): Promise<__esri.GraphUpdatePropertyResult>;
|
|
676
|
+
export declare function importRestKnowledgeGraphGraphUpdateSearchIndexResult(): Promise<typeof __esri.GraphUpdateSearchIndexResult>;
|
|
677
|
+
export declare function newRestKnowledgeGraphGraphUpdateSearchIndexResult(properties: __esri.GraphUpdateSearchIndexResultProperties): Promise<__esri.GraphUpdateSearchIndexResult>;
|
|
650
678
|
export declare function importRestKnowledgeGraphInputQuantizationParameters(): Promise<typeof __esri.InputQuantizationParameters>;
|
|
651
679
|
export declare function newRestKnowledgeGraphInputQuantizationParameters(properties: __esri.InputQuantizationParametersProperties): Promise<__esri.InputQuantizationParameters>;
|
|
652
680
|
export declare function importRestKnowledgeGraphKnowledgeGraph(): Promise<typeof __esri.KnowledgeGraph>;
|
|
@@ -993,6 +1021,10 @@ export declare function importSymbolsSimpleLineSymbol(): Promise<typeof __esri.S
|
|
|
993
1021
|
export declare function newSymbolsSimpleLineSymbol(properties: __esri.SimpleLineSymbolProperties): Promise<__esri.SimpleLineSymbol>;
|
|
994
1022
|
export declare function importSymbolsSimpleMarkerSymbol(): Promise<typeof __esri.SimpleMarkerSymbol>;
|
|
995
1023
|
export declare function newSymbolsSimpleMarkerSymbol(properties: __esri.SimpleMarkerSymbolProperties): Promise<__esri.SimpleMarkerSymbol>;
|
|
1024
|
+
export declare function importSymbolsSupportElevationInfo(): Promise<typeof __esri.ElevationInfo>;
|
|
1025
|
+
export declare function newSymbolsSupportElevationInfo(properties: __esri.ElevationInfoProperties): Promise<__esri.ElevationInfo>;
|
|
1026
|
+
export declare function importSymbolsSupportFeatureExpressionInfo(): Promise<typeof __esri.FeatureExpressionInfo>;
|
|
1027
|
+
export declare function newSymbolsSupportFeatureExpressionInfo(properties: __esri.FeatureExpressionInfoProperties): Promise<__esri.FeatureExpressionInfo>;
|
|
996
1028
|
export declare function importSymbolsSupportStyleOrigin(): Promise<typeof __esri.StyleOrigin>;
|
|
997
1029
|
export declare function newSymbolsSupportStyleOrigin(properties: __esri.StyleOriginProperties): Promise<__esri.StyleOrigin>;
|
|
998
1030
|
export declare function importSymbolsSupportSymbol3DVerticalOffset(): Promise<typeof __esri.Symbol3DVerticalOffset>;
|
|
@@ -1057,6 +1089,8 @@ export declare function importViews3dAnalysisSliceAnalysisView3D(): Promise<type
|
|
|
1057
1089
|
export declare function newViews3dAnalysisSliceAnalysisView3D(properties: any): Promise<__esri.SliceAnalysisView3D>;
|
|
1058
1090
|
export declare function importViews3dAnalysisViewshedAnalysisView3D(): Promise<typeof __esri.ViewshedAnalysisView3D>;
|
|
1059
1091
|
export declare function newViews3dAnalysisViewshedAnalysisView3D(properties: any): Promise<__esri.ViewshedAnalysisView3D>;
|
|
1092
|
+
export declare function importViews3dAnalysisVolumeMeasurementAnalysisView3D(): Promise<typeof __esri.VolumeMeasurementAnalysisView3D>;
|
|
1093
|
+
export declare function newViews3dAnalysisVolumeMeasurementAnalysisView3D(properties: any): Promise<__esri.VolumeMeasurementAnalysisView3D>;
|
|
1060
1094
|
export declare function importViews3dEnvironmentCloudyWeather(): Promise<typeof __esri.CloudyWeather>;
|
|
1061
1095
|
export declare function newViews3dEnvironmentCloudyWeather(properties: __esri.CloudyWeatherProperties): Promise<__esri.CloudyWeather>;
|
|
1062
1096
|
export declare function importViews3dEnvironmentFoggyWeather(): Promise<typeof __esri.FoggyWeather>;
|
|
@@ -1307,6 +1341,14 @@ export declare function importWidgetsBasemapToggleBasemapToggleViewModel(): Prom
|
|
|
1307
1341
|
export declare function newWidgetsBasemapToggleBasemapToggleViewModel(properties: __esri.BasemapToggleViewModelProperties): Promise<__esri.BasemapToggleViewModel>;
|
|
1308
1342
|
export declare function importWidgetsBatchAttributeForm(): Promise<typeof __esri.BatchAttributeForm>;
|
|
1309
1343
|
export declare function newWidgetsBatchAttributeForm(properties: __esri.BatchAttributeFormProperties): Promise<__esri.BatchAttributeForm>;
|
|
1344
|
+
export declare function importWidgetsBatchAttributeFormBatchAttributeFormViewModel(): Promise<typeof __esri.BatchAttributeFormViewModel>;
|
|
1345
|
+
export declare function newWidgetsBatchAttributeFormBatchAttributeFormViewModel(properties: __esri.BatchAttributeFormViewModelProperties): Promise<__esri.BatchAttributeFormViewModel>;
|
|
1346
|
+
export declare function importWidgetsBatchAttributeFormInputsBatchFormInputs(): Promise<typeof __esri.BatchFormInputs>;
|
|
1347
|
+
export declare function newWidgetsBatchAttributeFormInputsBatchFormInputs(properties: __esri.BatchFormInputsProperties): Promise<__esri.BatchFormInputs>;
|
|
1348
|
+
export declare function importWidgetsBatchAttributeFormInputsFieldInput(): Promise<typeof __esri.FieldInput>;
|
|
1349
|
+
export declare function newWidgetsBatchAttributeFormInputsFieldInput(properties: __esri.FieldInputProperties): Promise<__esri.FieldInput>;
|
|
1350
|
+
export declare function importWidgetsBatchAttributeFormInputsGroupInput(): Promise<typeof __esri.GroupInput>;
|
|
1351
|
+
export declare function newWidgetsBatchAttributeFormInputsGroupInput(properties: __esri.GroupInputProperties): Promise<__esri.GroupInput>;
|
|
1310
1352
|
export declare function importWidgetsBookmarks(): Promise<typeof __esri.Bookmarks>;
|
|
1311
1353
|
export declare function newWidgetsBookmarks(properties: __esri.BookmarksProperties): Promise<__esri.Bookmarks>;
|
|
1312
1354
|
export declare function importWidgetsBookmarksBookmarksViewModel(): Promise<typeof __esri.BookmarksViewModel>;
|
|
@@ -1401,10 +1443,10 @@ export declare function importWidgetsFeatureForm(): Promise<typeof __esri.Featur
|
|
|
1401
1443
|
export declare function newWidgetsFeatureForm(properties: __esri.FeatureFormProperties): Promise<__esri.FeatureForm>;
|
|
1402
1444
|
export declare function importWidgetsFeatureFormFeatureFormViewModel(): Promise<typeof __esri.FeatureFormViewModel>;
|
|
1403
1445
|
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.
|
|
1446
|
+
export declare function importWidgetsFeatureFormFieldInput(): Promise<typeof __esri.FeatureFormFieldInput>;
|
|
1447
|
+
export declare function newWidgetsFeatureFormFieldInput(properties: __esri.FeatureFormFieldInputProperties): Promise<__esri.FeatureFormFieldInput>;
|
|
1448
|
+
export declare function importWidgetsFeatureFormGroupInput(): Promise<typeof __esri.FeatureFormGroupInput>;
|
|
1449
|
+
export declare function newWidgetsFeatureFormGroupInput(properties: __esri.FeatureFormGroupInputProperties): Promise<__esri.FeatureFormGroupInput>;
|
|
1408
1450
|
export declare function importWidgetsFeatureFormRelationshipInput(): Promise<typeof __esri.RelationshipInput>;
|
|
1409
1451
|
export declare function newWidgetsFeatureFormRelationshipInput(properties: __esri.RelationshipInputProperties): Promise<__esri.RelationshipInput>;
|
|
1410
1452
|
export declare function importWidgetsFeatureFormTextElementInput(): Promise<typeof __esri.TextElementInput>;
|
|
@@ -1871,21 +1913,24 @@ export declare function importViews3dSupportLayerPerformanceInfo(): Promise<type
|
|
|
1871
1913
|
export declare function importViews3dSupportSceneViewPerformanceInfo(): Promise<typeof __esri.SceneViewPerformanceInfo>;
|
|
1872
1914
|
export declare function importViewsAnalysisLengthDimensionResult(): Promise<typeof __esri.LengthDimensionResult>;
|
|
1873
1915
|
export declare function importViewsSupportColorUtils(): Promise<typeof __esri.colorUtils>;
|
|
1874
|
-
export declare function importWidgetsBatchAttributeFormBatchAttributeFormViewModel(): Promise<typeof __esri.BatchAttributeFormViewModel>;
|
|
1875
1916
|
export declare function importWidgetsSmartMappingSupportUtils(): Promise<typeof __esri.smartMappingSupportUtils>;
|
|
1876
1917
|
export declare function importWidgetsSupportWidget(): Promise<typeof __esri.widget>;
|
|
1877
1918
|
export declare function importApplicationsComponentsAnalysisUtils(): Promise<typeof __esri.analysisUtils>;
|
|
1919
|
+
export declare function importApplicationsComponentsArcadeFeatureUtils(): Promise<typeof __esri.arcadeFeatureUtils>;
|
|
1878
1920
|
export declare function importApplicationsComponentsBasemapUtils(): Promise<typeof __esri.basemapUtils>;
|
|
1879
1921
|
export declare function importApplicationsComponentsDrawUtils(): Promise<typeof __esri.drawUtils>;
|
|
1880
1922
|
export declare function importApplicationsComponentsFontUtils(): Promise<typeof __esri.fontUtils>;
|
|
1881
1923
|
export declare function importApplicationsComponentsGetDefaultUnits(): Promise<typeof __esri.getDefaultUnits>;
|
|
1882
1924
|
export declare function importApplicationsComponentsGfxUtils(): Promise<typeof __esri.gfxUtils>;
|
|
1925
|
+
export declare function importApplicationsComponentsImageryUtils(): Promise<typeof __esri.imageryUtils>;
|
|
1883
1926
|
export declare function importApplicationsComponentsLayerOriginUtils(): Promise<typeof __esri.layerOriginUtils>;
|
|
1884
1927
|
export declare function importApplicationsComponentsLayersEffectsJsonUtils(): Promise<typeof __esri.layersEffectsJsonUtils>;
|
|
1885
1928
|
export declare function importApplicationsComponentsPreviewSymbol2D(): Promise<typeof __esri.previewSymbol2D>;
|
|
1886
1929
|
export declare function importApplicationsComponentsReactiveUtils(): Promise<typeof __esri.ComponentsReactiveUtils>;
|
|
1930
|
+
export declare function importApplicationsComponentsSanitizerUtils(): Promise<typeof __esri.sanitizerUtils>;
|
|
1887
1931
|
export declare function importApplicationsComponentsSelectionOperation(): Promise<any>;
|
|
1888
1932
|
export declare function importApplicationsComponentsSketchTooltipControls(): Promise<any>;
|
|
1933
|
+
export declare function importApplicationsComponentsStringUtils(): Promise<typeof __esri.stringUtils>;
|
|
1889
1934
|
export declare function importApplicationsComponentsStyleUtils(): Promise<typeof __esri.styleUtils>;
|
|
1890
1935
|
export declare function importApplicationsComponentsSvgUtils(): Promise<typeof __esri.svgUtils>;
|
|
1891
1936
|
export declare function importApplicationsComponentsViewUtils(): Promise<typeof __esri.viewUtils>;
|