@arcgis/core-adapter 5.0.0-next.36 → 5.0.0-next.38
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 +180 -105
- package/dist/index.d.cts +30 -15
- package/dist/index.d.ts +30 -15
- package/dist/index.js +180 -105
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -502,6 +502,28 @@ async function newCoreWorkersConnection() {
|
|
|
502
502
|
const ModConstructor = await importCoreWorkersConnection();
|
|
503
503
|
return new ModConstructor();
|
|
504
504
|
}
|
|
505
|
+
async function importEditingSharedTemplatesSharedTemplate() {
|
|
506
|
+
if (isAMD) {
|
|
507
|
+
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplate");
|
|
508
|
+
}
|
|
509
|
+
const module2 = await import("@arcgis/core/editing/sharedTemplates/SharedTemplate.js");
|
|
510
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
511
|
+
}
|
|
512
|
+
async function newEditingSharedTemplatesSharedTemplate() {
|
|
513
|
+
const ModConstructor = await importEditingSharedTemplatesSharedTemplate();
|
|
514
|
+
return new ModConstructor();
|
|
515
|
+
}
|
|
516
|
+
async function importEditingSharedTemplatesSharedTemplateMetadata() {
|
|
517
|
+
if (isAMD) {
|
|
518
|
+
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplateMetadata");
|
|
519
|
+
}
|
|
520
|
+
const module2 = await import("@arcgis/core/editing/sharedTemplates/SharedTemplateMetadata.js");
|
|
521
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
522
|
+
}
|
|
523
|
+
async function newEditingSharedTemplatesSharedTemplateMetadata() {
|
|
524
|
+
const ModConstructor = await importEditingSharedTemplatesSharedTemplateMetadata();
|
|
525
|
+
return new ModConstructor();
|
|
526
|
+
}
|
|
505
527
|
async function importEffectsFocusAreas() {
|
|
506
528
|
if (isAMD) {
|
|
507
529
|
return await window.$arcgis.import("esri/effects/FocusAreas");
|
|
@@ -2240,6 +2262,17 @@ async function newLayersSupportSiteLayerInfo(properties) {
|
|
|
2240
2262
|
const ModConstructor = await importLayersSupportSiteLayerInfo();
|
|
2241
2263
|
return new ModConstructor(properties);
|
|
2242
2264
|
}
|
|
2265
|
+
async function importLayersSupportStreamConnection() {
|
|
2266
|
+
if (isAMD) {
|
|
2267
|
+
return await window.$arcgis.import("esri/layers/support/StreamConnection");
|
|
2268
|
+
}
|
|
2269
|
+
const module2 = await import("@arcgis/core/layers/support/StreamConnection.js");
|
|
2270
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2271
|
+
}
|
|
2272
|
+
async function newLayersSupportStreamConnection() {
|
|
2273
|
+
const ModConstructor = await importLayersSupportStreamConnection();
|
|
2274
|
+
return new ModConstructor();
|
|
2275
|
+
}
|
|
2243
2276
|
async function importLayersSupportSublayer() {
|
|
2244
2277
|
if (isAMD) {
|
|
2245
2278
|
return await window.$arcgis.import("esri/layers/support/Sublayer");
|
|
@@ -2438,6 +2471,17 @@ async function newLayersVoxelVoxelVariableStyle(properties) {
|
|
|
2438
2471
|
const ModConstructor = await importLayersVoxelVoxelVariableStyle();
|
|
2439
2472
|
return new ModConstructor(properties);
|
|
2440
2473
|
}
|
|
2474
|
+
async function importLayersVoxelVoxelVolume() {
|
|
2475
|
+
if (isAMD) {
|
|
2476
|
+
return await window.$arcgis.import("esri/layers/voxel/VoxelVolume");
|
|
2477
|
+
}
|
|
2478
|
+
const module2 = await import("@arcgis/core/layers/voxel/VoxelVolume.js");
|
|
2479
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2480
|
+
}
|
|
2481
|
+
async function newLayersVoxelVoxelVolume() {
|
|
2482
|
+
const ModConstructor = await importLayersVoxelVoxelVolume();
|
|
2483
|
+
return new ModConstructor();
|
|
2484
|
+
}
|
|
2441
2485
|
async function importLayersVoxelVoxelVolumeStyle() {
|
|
2442
2486
|
if (isAMD) {
|
|
2443
2487
|
return await window.$arcgis.import("esri/layers/voxel/VoxelVolumeStyle");
|
|
@@ -3692,6 +3736,17 @@ async function newRestFeatureServiceFeatureService(properties) {
|
|
|
3692
3736
|
const ModConstructor = await importRestFeatureServiceFeatureService();
|
|
3693
3737
|
return new ModConstructor(properties);
|
|
3694
3738
|
}
|
|
3739
|
+
async function importRestGeoprocessorGPOptions() {
|
|
3740
|
+
if (isAMD) {
|
|
3741
|
+
return await window.$arcgis.import("esri/rest/geoprocessor/GPOptions");
|
|
3742
|
+
}
|
|
3743
|
+
const module2 = await import("@arcgis/core/rest/geoprocessor/GPOptions.js");
|
|
3744
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3745
|
+
}
|
|
3746
|
+
async function newRestGeoprocessorGPOptions() {
|
|
3747
|
+
const ModConstructor = await importRestGeoprocessorGPOptions();
|
|
3748
|
+
return new ModConstructor();
|
|
3749
|
+
}
|
|
3695
3750
|
async function importRestKnowledgeGraphDataModel() {
|
|
3696
3751
|
if (isAMD) {
|
|
3697
3752
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/DataModel");
|
|
@@ -4154,6 +4209,28 @@ async function newRestNetworksCircuitsSupportCircuitTraceResult(properties) {
|
|
|
4154
4209
|
const ModConstructor = await importRestNetworksCircuitsSupportCircuitTraceResult();
|
|
4155
4210
|
return new ModConstructor(properties);
|
|
4156
4211
|
}
|
|
4212
|
+
async function importRestNetworksCircuitsSupportCircuitVerifyResult() {
|
|
4213
|
+
if (isAMD) {
|
|
4214
|
+
return await window.$arcgis.import("esri/rest/networks/circuits/support/CircuitVerifyResult");
|
|
4215
|
+
}
|
|
4216
|
+
const module2 = await import("@arcgis/core/rest/networks/circuits/support/CircuitVerifyResult.js");
|
|
4217
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4218
|
+
}
|
|
4219
|
+
async function newRestNetworksCircuitsSupportCircuitVerifyResult() {
|
|
4220
|
+
const ModConstructor = await importRestNetworksCircuitsSupportCircuitVerifyResult();
|
|
4221
|
+
return new ModConstructor();
|
|
4222
|
+
}
|
|
4223
|
+
async function importRestNetworksUnitIdentifiersSupportUnitQueryResult() {
|
|
4224
|
+
if (isAMD) {
|
|
4225
|
+
return await window.$arcgis.import("esri/rest/networks/unitIdentifiers/support/UnitQueryResult");
|
|
4226
|
+
}
|
|
4227
|
+
const module2 = await import("@arcgis/core/rest/networks/unitIdentifiers/support/UnitQueryResult.js");
|
|
4228
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4229
|
+
}
|
|
4230
|
+
async function newRestNetworksUnitIdentifiersSupportUnitQueryResult() {
|
|
4231
|
+
const ModConstructor = await importRestNetworksUnitIdentifiersSupportUnitQueryResult();
|
|
4232
|
+
return new ModConstructor();
|
|
4233
|
+
}
|
|
4157
4234
|
async function importRestNetworksSupportAggregatedGeometry() {
|
|
4158
4235
|
if (isAMD) {
|
|
4159
4236
|
return await window.$arcgis.import("esri/rest/networks/support/AggregatedGeometry");
|
|
@@ -4297,6 +4374,17 @@ async function newRestNetworksSupportValidateNetworkTopologyParameters(propertie
|
|
|
4297
4374
|
const ModConstructor = await importRestNetworksSupportValidateNetworkTopologyParameters();
|
|
4298
4375
|
return new ModConstructor(properties);
|
|
4299
4376
|
}
|
|
4377
|
+
async function importRestNetworksSupportValidateNetworkTopologyResult() {
|
|
4378
|
+
if (isAMD) {
|
|
4379
|
+
return await window.$arcgis.import("esri/rest/networks/support/ValidateNetworkTopologyResult");
|
|
4380
|
+
}
|
|
4381
|
+
const module2 = await import("@arcgis/core/rest/networks/support/ValidateNetworkTopologyResult.js");
|
|
4382
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4383
|
+
}
|
|
4384
|
+
async function newRestNetworksSupportValidateNetworkTopologyResult() {
|
|
4385
|
+
const ModConstructor = await importRestNetworksSupportValidateNetworkTopologyResult();
|
|
4386
|
+
return new ModConstructor();
|
|
4387
|
+
}
|
|
4300
4388
|
async function importRestQuerySupportAttachmentInfo() {
|
|
4301
4389
|
if (isAMD) {
|
|
4302
4390
|
return await window.$arcgis.import("esri/rest/query/support/AttachmentInfo");
|
|
@@ -6464,6 +6552,28 @@ async function newViews3dEnvironmentVirtualLighting(properties) {
|
|
|
6464
6552
|
const ModConstructor = await importViews3dEnvironmentVirtualLighting();
|
|
6465
6553
|
return new ModConstructor(properties);
|
|
6466
6554
|
}
|
|
6555
|
+
async function importViews3dWebglManagedFBO() {
|
|
6556
|
+
if (isAMD) {
|
|
6557
|
+
return await window.$arcgis.import("esri/views/3d/webgl/ManagedFBO");
|
|
6558
|
+
}
|
|
6559
|
+
const module2 = await import("@arcgis/core/views/3d/webgl/ManagedFBO.js");
|
|
6560
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6561
|
+
}
|
|
6562
|
+
async function newViews3dWebglManagedFBO() {
|
|
6563
|
+
const ModConstructor = await importViews3dWebglManagedFBO();
|
|
6564
|
+
return new ModConstructor();
|
|
6565
|
+
}
|
|
6566
|
+
async function importViews3dWebglRenderCamera() {
|
|
6567
|
+
if (isAMD) {
|
|
6568
|
+
return await window.$arcgis.import("esri/views/3d/webgl/RenderCamera");
|
|
6569
|
+
}
|
|
6570
|
+
const module2 = await import("@arcgis/core/views/3d/webgl/RenderCamera.js");
|
|
6571
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6572
|
+
}
|
|
6573
|
+
async function newViews3dWebglRenderCamera() {
|
|
6574
|
+
const ModConstructor = await importViews3dWebglRenderCamera();
|
|
6575
|
+
return new ModConstructor();
|
|
6576
|
+
}
|
|
6467
6577
|
async function importViews3dWebglRenderNode() {
|
|
6468
6578
|
if (isAMD) {
|
|
6469
6579
|
return await window.$arcgis.import("esri/views/3d/webgl/RenderNode");
|
|
@@ -6475,6 +6585,28 @@ async function newViews3dWebglRenderNode(properties) {
|
|
|
6475
6585
|
const ModConstructor = await importViews3dWebglRenderNode();
|
|
6476
6586
|
return new ModConstructor(properties);
|
|
6477
6587
|
}
|
|
6588
|
+
async function importViews3dSupportLayerPerformanceInfo() {
|
|
6589
|
+
if (isAMD) {
|
|
6590
|
+
return await window.$arcgis.import("esri/views/3d/support/LayerPerformanceInfo");
|
|
6591
|
+
}
|
|
6592
|
+
const module2 = await import("@arcgis/core/views/3d/support/LayerPerformanceInfo.js");
|
|
6593
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6594
|
+
}
|
|
6595
|
+
async function newViews3dSupportLayerPerformanceInfo() {
|
|
6596
|
+
const ModConstructor = await importViews3dSupportLayerPerformanceInfo();
|
|
6597
|
+
return new ModConstructor();
|
|
6598
|
+
}
|
|
6599
|
+
async function importViews3dSupportSceneViewPerformanceInfo() {
|
|
6600
|
+
if (isAMD) {
|
|
6601
|
+
return await window.$arcgis.import("esri/views/3d/support/SceneViewPerformanceInfo");
|
|
6602
|
+
}
|
|
6603
|
+
const module2 = await import("@arcgis/core/views/3d/support/SceneViewPerformanceInfo.js");
|
|
6604
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6605
|
+
}
|
|
6606
|
+
async function newViews3dSupportSceneViewPerformanceInfo() {
|
|
6607
|
+
const ModConstructor = await importViews3dSupportSceneViewPerformanceInfo();
|
|
6608
|
+
return new ModConstructor();
|
|
6609
|
+
}
|
|
6478
6610
|
async function importViewsAnalysisElevationProfileElevationProfileError() {
|
|
6479
6611
|
if (isAMD) {
|
|
6480
6612
|
return await window.$arcgis.import("esri/views/analysis/ElevationProfile/ElevationProfileError");
|
|
@@ -6497,6 +6629,17 @@ async function newViewsAnalysisElevationProfileElevationProfileResult(properties
|
|
|
6497
6629
|
const ModConstructor = await importViewsAnalysisElevationProfileElevationProfileResult();
|
|
6498
6630
|
return new ModConstructor(properties);
|
|
6499
6631
|
}
|
|
6632
|
+
async function importViewsAnalysisLengthDimensionResult() {
|
|
6633
|
+
if (isAMD) {
|
|
6634
|
+
return await window.$arcgis.import("esri/views/analysis/LengthDimensionResult");
|
|
6635
|
+
}
|
|
6636
|
+
const module2 = await import("@arcgis/core/views/analysis/LengthDimensionResult.js");
|
|
6637
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6638
|
+
}
|
|
6639
|
+
async function newViewsAnalysisLengthDimensionResult() {
|
|
6640
|
+
const ModConstructor = await importViewsAnalysisLengthDimensionResult();
|
|
6641
|
+
return new ModConstructor();
|
|
6642
|
+
}
|
|
6500
6643
|
async function importViewsDrawDraw() {
|
|
6501
6644
|
if (isAMD) {
|
|
6502
6645
|
return await window.$arcgis.import("esri/views/draw/Draw");
|
|
@@ -8059,6 +8202,17 @@ async function newWidgetsEditorMergeFeaturesWorkflow(properties) {
|
|
|
8059
8202
|
const ModConstructor = await importWidgetsEditorMergeFeaturesWorkflow();
|
|
8060
8203
|
return new ModConstructor(properties);
|
|
8061
8204
|
}
|
|
8205
|
+
async function importWidgetsEditorMergeFeaturesWorkflowData() {
|
|
8206
|
+
if (isAMD) {
|
|
8207
|
+
return await window.$arcgis.import("esri/widgets/Editor/MergeFeaturesWorkflowData");
|
|
8208
|
+
}
|
|
8209
|
+
const module2 = await import("@arcgis/core/widgets/Editor/MergeFeaturesWorkflowData.js");
|
|
8210
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8211
|
+
}
|
|
8212
|
+
async function newWidgetsEditorMergeFeaturesWorkflowData() {
|
|
8213
|
+
const ModConstructor = await importWidgetsEditorMergeFeaturesWorkflowData();
|
|
8214
|
+
return new ModConstructor();
|
|
8215
|
+
}
|
|
8062
8216
|
async function importWidgetsEditorSplitFeatureWorkflow() {
|
|
8063
8217
|
if (isAMD) {
|
|
8064
8218
|
return await window.$arcgis.import("esri/widgets/Editor/SplitFeatureWorkflow");
|
|
@@ -8070,6 +8224,17 @@ async function newWidgetsEditorSplitFeatureWorkflow(properties) {
|
|
|
8070
8224
|
const ModConstructor = await importWidgetsEditorSplitFeatureWorkflow();
|
|
8071
8225
|
return new ModConstructor(properties);
|
|
8072
8226
|
}
|
|
8227
|
+
async function importWidgetsEditorSplitFeatureWorkflowData() {
|
|
8228
|
+
if (isAMD) {
|
|
8229
|
+
return await window.$arcgis.import("esri/widgets/Editor/SplitFeatureWorkflowData");
|
|
8230
|
+
}
|
|
8231
|
+
const module2 = await import("@arcgis/core/widgets/Editor/SplitFeatureWorkflowData.js");
|
|
8232
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8233
|
+
}
|
|
8234
|
+
async function newWidgetsEditorSplitFeatureWorkflowData() {
|
|
8235
|
+
const ModConstructor = await importWidgetsEditorSplitFeatureWorkflowData();
|
|
8236
|
+
return new ModConstructor();
|
|
8237
|
+
}
|
|
8073
8238
|
async function importWidgetsEditorUpdateFeaturesWorkflow() {
|
|
8074
8239
|
if (isAMD) {
|
|
8075
8240
|
return await window.$arcgis.import("esri/widgets/Editor/UpdateFeaturesWorkflow");
|
|
@@ -9874,20 +10039,6 @@ async function importCoreWorkers() {
|
|
|
9874
10039
|
const module2 = await import("@arcgis/core/core/workers.js");
|
|
9875
10040
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
9876
10041
|
}
|
|
9877
|
-
async function importEditingSharedTemplatesSharedTemplate() {
|
|
9878
|
-
if (isAMD) {
|
|
9879
|
-
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplate");
|
|
9880
|
-
}
|
|
9881
|
-
const module2 = await import("@arcgis/core/editing/sharedTemplates/SharedTemplate.js");
|
|
9882
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
9883
|
-
}
|
|
9884
|
-
async function importEditingSharedTemplatesSharedTemplateMetadata() {
|
|
9885
|
-
if (isAMD) {
|
|
9886
|
-
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplateMetadata");
|
|
9887
|
-
}
|
|
9888
|
-
const module2 = await import("@arcgis/core/editing/sharedTemplates/SharedTemplateMetadata.js");
|
|
9889
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
9890
|
-
}
|
|
9891
10042
|
async function importFormElementsInputs() {
|
|
9892
10043
|
if (isAMD) {
|
|
9893
10044
|
return await window.$arcgis.import("esri/form/elements/inputs");
|
|
@@ -10427,20 +10578,6 @@ async function importLayersSupportRasterFunctionUtils() {
|
|
|
10427
10578
|
const module2 = await import("@arcgis/core/layers/support/rasterFunctionUtils.js");
|
|
10428
10579
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10429
10580
|
}
|
|
10430
|
-
async function importLayersSupportStreamConnection() {
|
|
10431
|
-
if (isAMD) {
|
|
10432
|
-
return await window.$arcgis.import("esri/layers/support/StreamConnection");
|
|
10433
|
-
}
|
|
10434
|
-
const module2 = await import("@arcgis/core/layers/support/StreamConnection.js");
|
|
10435
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10436
|
-
}
|
|
10437
|
-
async function importLayersVoxelVoxelVolume() {
|
|
10438
|
-
if (isAMD) {
|
|
10439
|
-
return await window.$arcgis.import("esri/layers/voxel/VoxelVolume");
|
|
10440
|
-
}
|
|
10441
|
-
const module2 = await import("@arcgis/core/layers/voxel/VoxelVolume.js");
|
|
10442
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10443
|
-
}
|
|
10444
10581
|
async function importPointCloudRenderers() {
|
|
10445
10582
|
if (isAMD) {
|
|
10446
10583
|
return await window.$arcgis.import("esri/pointCloudRenderers");
|
|
@@ -10525,13 +10662,6 @@ async function importRestGeoprocessor() {
|
|
|
10525
10662
|
const module2 = await import("@arcgis/core/rest/geoprocessor.js");
|
|
10526
10663
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10527
10664
|
}
|
|
10528
|
-
async function importRestGeoprocessorGPOptions() {
|
|
10529
|
-
if (isAMD) {
|
|
10530
|
-
return await window.$arcgis.import("esri/rest/geoprocessor/GPOptions");
|
|
10531
|
-
}
|
|
10532
|
-
const module2 = await import("@arcgis/core/rest/geoprocessor/GPOptions.js");
|
|
10533
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10534
|
-
}
|
|
10535
10665
|
async function importRestIdentify() {
|
|
10536
10666
|
if (isAMD) {
|
|
10537
10667
|
return await window.$arcgis.import("esri/rest/identify");
|
|
@@ -10567,20 +10697,6 @@ async function importRestLocator() {
|
|
|
10567
10697
|
const module2 = await import("@arcgis/core/rest/locator.js");
|
|
10568
10698
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10569
10699
|
}
|
|
10570
|
-
async function importRestNetworksCircuitsSupportCircuitVerifyResult() {
|
|
10571
|
-
if (isAMD) {
|
|
10572
|
-
return await window.$arcgis.import("esri/rest/networks/circuits/support/CircuitVerifyResult");
|
|
10573
|
-
}
|
|
10574
|
-
const module2 = await import("@arcgis/core/rest/networks/circuits/support/CircuitVerifyResult.js");
|
|
10575
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10576
|
-
}
|
|
10577
|
-
async function importRestNetworksUnitIdentifiersSupportUnitQueryResult() {
|
|
10578
|
-
if (isAMD) {
|
|
10579
|
-
return await window.$arcgis.import("esri/rest/networks/unitIdentifiers/support/UnitQueryResult");
|
|
10580
|
-
}
|
|
10581
|
-
const module2 = await import("@arcgis/core/rest/networks/unitIdentifiers/support/UnitQueryResult.js");
|
|
10582
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10583
|
-
}
|
|
10584
10700
|
async function importRestNetworksQueryAssociations() {
|
|
10585
10701
|
if (isAMD) {
|
|
10586
10702
|
return await window.$arcgis.import("esri/rest/networks/queryAssociations");
|
|
@@ -10588,13 +10704,6 @@ async function importRestNetworksQueryAssociations() {
|
|
|
10588
10704
|
const module2 = await import("@arcgis/core/rest/networks/queryAssociations.js");
|
|
10589
10705
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10590
10706
|
}
|
|
10591
|
-
async function importRestNetworksSupportValidateNetworkTopologyResult() {
|
|
10592
|
-
if (isAMD) {
|
|
10593
|
-
return await window.$arcgis.import("esri/rest/networks/support/ValidateNetworkTopologyResult");
|
|
10594
|
-
}
|
|
10595
|
-
const module2 = await import("@arcgis/core/rest/networks/support/ValidateNetworkTopologyResult.js");
|
|
10596
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10597
|
-
}
|
|
10598
10707
|
async function importRestNetworksSynthesizeAssociationGeometries() {
|
|
10599
10708
|
if (isAMD) {
|
|
10600
10709
|
return await window.$arcgis.import("esri/rest/networks/synthesizeAssociationGeometries");
|
|
@@ -11085,41 +11194,6 @@ async function importViews3dWebgl() {
|
|
|
11085
11194
|
const module2 = await import("@arcgis/core/views/3d/webgl.js");
|
|
11086
11195
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11087
11196
|
}
|
|
11088
|
-
async function importViews3dWebglManagedFBO() {
|
|
11089
|
-
if (isAMD) {
|
|
11090
|
-
return await window.$arcgis.import("esri/views/3d/webgl/ManagedFBO");
|
|
11091
|
-
}
|
|
11092
|
-
const module2 = await import("@arcgis/core/views/3d/webgl/ManagedFBO.js");
|
|
11093
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11094
|
-
}
|
|
11095
|
-
async function importViews3dWebglRenderCamera() {
|
|
11096
|
-
if (isAMD) {
|
|
11097
|
-
return await window.$arcgis.import("esri/views/3d/webgl/RenderCamera");
|
|
11098
|
-
}
|
|
11099
|
-
const module2 = await import("@arcgis/core/views/3d/webgl/RenderCamera.js");
|
|
11100
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11101
|
-
}
|
|
11102
|
-
async function importViews3dSupportLayerPerformanceInfo() {
|
|
11103
|
-
if (isAMD) {
|
|
11104
|
-
return await window.$arcgis.import("esri/views/3d/support/LayerPerformanceInfo");
|
|
11105
|
-
}
|
|
11106
|
-
const module2 = await import("@arcgis/core/views/3d/support/LayerPerformanceInfo.js");
|
|
11107
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11108
|
-
}
|
|
11109
|
-
async function importViews3dSupportSceneViewPerformanceInfo() {
|
|
11110
|
-
if (isAMD) {
|
|
11111
|
-
return await window.$arcgis.import("esri/views/3d/support/SceneViewPerformanceInfo");
|
|
11112
|
-
}
|
|
11113
|
-
const module2 = await import("@arcgis/core/views/3d/support/SceneViewPerformanceInfo.js");
|
|
11114
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11115
|
-
}
|
|
11116
|
-
async function importViewsAnalysisLengthDimensionResult() {
|
|
11117
|
-
if (isAMD) {
|
|
11118
|
-
return await window.$arcgis.import("esri/views/analysis/LengthDimensionResult");
|
|
11119
|
-
}
|
|
11120
|
-
const module2 = await import("@arcgis/core/views/analysis/LengthDimensionResult.js");
|
|
11121
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11122
|
-
}
|
|
11123
11197
|
async function importViewsSupportColorUtils() {
|
|
11124
11198
|
if (isAMD) {
|
|
11125
11199
|
return await window.$arcgis.import("esri/views/support/colorUtils");
|
|
@@ -11127,20 +11201,6 @@ async function importViewsSupportColorUtils() {
|
|
|
11127
11201
|
const module2 = await import("@arcgis/core/views/support/colorUtils.js");
|
|
11128
11202
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11129
11203
|
}
|
|
11130
|
-
async function importWidgetsEditorMergeFeaturesWorkflowData() {
|
|
11131
|
-
if (isAMD) {
|
|
11132
|
-
return await window.$arcgis.import("esri/widgets/Editor/MergeFeaturesWorkflowData");
|
|
11133
|
-
}
|
|
11134
|
-
const module2 = await import("@arcgis/core/widgets/Editor/MergeFeaturesWorkflowData.js");
|
|
11135
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11136
|
-
}
|
|
11137
|
-
async function importWidgetsEditorSplitFeatureWorkflowData() {
|
|
11138
|
-
if (isAMD) {
|
|
11139
|
-
return await window.$arcgis.import("esri/widgets/Editor/SplitFeatureWorkflowData");
|
|
11140
|
-
}
|
|
11141
|
-
const module2 = await import("@arcgis/core/widgets/Editor/SplitFeatureWorkflowData.js");
|
|
11142
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11143
|
-
}
|
|
11144
11204
|
async function importWidgetsSmartMappingSupportUtils() {
|
|
11145
11205
|
if (isAMD) {
|
|
11146
11206
|
return await window.$arcgis.import("esri/widgets/smartMapping/support/utils");
|
|
@@ -12505,6 +12565,8 @@ exports.newCoreCollection = newCoreCollection;
|
|
|
12505
12565
|
exports.newCoreError = newCoreError;
|
|
12506
12566
|
exports.newCoreHandles = newCoreHandles;
|
|
12507
12567
|
exports.newCoreWorkersConnection = newCoreWorkersConnection;
|
|
12568
|
+
exports.newEditingSharedTemplatesSharedTemplate = newEditingSharedTemplatesSharedTemplate;
|
|
12569
|
+
exports.newEditingSharedTemplatesSharedTemplateMetadata = newEditingSharedTemplatesSharedTemplateMetadata;
|
|
12508
12570
|
exports.newEffectsFocusArea = newEffectsFocusArea;
|
|
12509
12571
|
exports.newEffectsFocusAreaOutline = newEffectsFocusAreaOutline;
|
|
12510
12572
|
exports.newEffectsFocusAreas = newEffectsFocusAreas;
|
|
@@ -12662,6 +12724,7 @@ exports.newLayersSupportSceneFilter = newLayersSupportSceneFilter;
|
|
|
12662
12724
|
exports.newLayersSupportSceneModification = newLayersSupportSceneModification;
|
|
12663
12725
|
exports.newLayersSupportSceneModifications = newLayersSupportSceneModifications;
|
|
12664
12726
|
exports.newLayersSupportSiteLayerInfo = newLayersSupportSiteLayerInfo;
|
|
12727
|
+
exports.newLayersSupportStreamConnection = newLayersSupportStreamConnection;
|
|
12665
12728
|
exports.newLayersSupportSublayer = newLayersSupportSublayer;
|
|
12666
12729
|
exports.newLayersSupportSubtype = newLayersSupportSubtype;
|
|
12667
12730
|
exports.newLayersSupportSubtypeSublayer = newLayersSupportSubtypeSublayer;
|
|
@@ -12689,6 +12752,7 @@ exports.newLayersVoxelVoxelSlice = newLayersVoxelVoxelSlice;
|
|
|
12689
12752
|
exports.newLayersVoxelVoxelTransferFunctionStyle = newLayersVoxelVoxelTransferFunctionStyle;
|
|
12690
12753
|
exports.newLayersVoxelVoxelVariable = newLayersVoxelVoxelVariable;
|
|
12691
12754
|
exports.newLayersVoxelVoxelVariableStyle = newLayersVoxelVoxelVariableStyle;
|
|
12755
|
+
exports.newLayersVoxelVoxelVolume = newLayersVoxelVoxelVolume;
|
|
12692
12756
|
exports.newLayersVoxelVoxelVolumeStyle = newLayersVoxelVoxelVolumeStyle;
|
|
12693
12757
|
exports.newLayersWCSLayer = newLayersWCSLayer;
|
|
12694
12758
|
exports.newLayersWFSLayer = newLayersWFSLayer;
|
|
@@ -12794,6 +12858,7 @@ exports.newRenderersVisualVariablesSupportOpacityStop = newRenderersVisualVariab
|
|
|
12794
12858
|
exports.newRenderersVisualVariablesSupportSizeStop = newRenderersVisualVariablesSupportSizeStop;
|
|
12795
12859
|
exports.newRenderersVisualVariablesVisualVariable = newRenderersVisualVariablesVisualVariable;
|
|
12796
12860
|
exports.newRestFeatureServiceFeatureService = newRestFeatureServiceFeatureService;
|
|
12861
|
+
exports.newRestGeoprocessorGPOptions = newRestGeoprocessorGPOptions;
|
|
12797
12862
|
exports.newRestKnowledgeGraphDataModel = newRestKnowledgeGraphDataModel;
|
|
12798
12863
|
exports.newRestKnowledgeGraphEntity = newRestKnowledgeGraphEntity;
|
|
12799
12864
|
exports.newRestKnowledgeGraphEntityType = newRestKnowledgeGraphEntityType;
|
|
@@ -12836,6 +12901,7 @@ exports.newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter
|
|
|
12836
12901
|
exports.newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection = newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection;
|
|
12837
12902
|
exports.newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings = newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings;
|
|
12838
12903
|
exports.newRestNetworksCircuitsSupportCircuitTraceResult = newRestNetworksCircuitsSupportCircuitTraceResult;
|
|
12904
|
+
exports.newRestNetworksCircuitsSupportCircuitVerifyResult = newRestNetworksCircuitsSupportCircuitVerifyResult;
|
|
12839
12905
|
exports.newRestNetworksSupportAggregatedGeometry = newRestNetworksSupportAggregatedGeometry;
|
|
12840
12906
|
exports.newRestNetworksSupportAssociation = newRestNetworksSupportAssociation;
|
|
12841
12907
|
exports.newRestNetworksSupportAssociationGeometriesResult = newRestNetworksSupportAssociationGeometriesResult;
|
|
@@ -12849,6 +12915,8 @@ exports.newRestNetworksSupportTraceLocation = newRestNetworksSupportTraceLocatio
|
|
|
12849
12915
|
exports.newRestNetworksSupportTraceParameters = newRestNetworksSupportTraceParameters;
|
|
12850
12916
|
exports.newRestNetworksSupportTraceResult = newRestNetworksSupportTraceResult;
|
|
12851
12917
|
exports.newRestNetworksSupportValidateNetworkTopologyParameters = newRestNetworksSupportValidateNetworkTopologyParameters;
|
|
12918
|
+
exports.newRestNetworksSupportValidateNetworkTopologyResult = newRestNetworksSupportValidateNetworkTopologyResult;
|
|
12919
|
+
exports.newRestNetworksUnitIdentifiersSupportUnitQueryResult = newRestNetworksUnitIdentifiersSupportUnitQueryResult;
|
|
12852
12920
|
exports.newRestQuerySupportAttachmentInfo = newRestQuerySupportAttachmentInfo;
|
|
12853
12921
|
exports.newRestSupportAddressCandidate = newRestSupportAddressCandidate;
|
|
12854
12922
|
exports.newRestSupportAlgorithmicColorRamp = newRestSupportAlgorithmicColorRamp;
|
|
@@ -13044,9 +13112,14 @@ exports.newViews3dEnvironmentSnowyWeather = newViews3dEnvironmentSnowyWeather;
|
|
|
13044
13112
|
exports.newViews3dEnvironmentSunLighting = newViews3dEnvironmentSunLighting;
|
|
13045
13113
|
exports.newViews3dEnvironmentSunnyWeather = newViews3dEnvironmentSunnyWeather;
|
|
13046
13114
|
exports.newViews3dEnvironmentVirtualLighting = newViews3dEnvironmentVirtualLighting;
|
|
13115
|
+
exports.newViews3dSupportLayerPerformanceInfo = newViews3dSupportLayerPerformanceInfo;
|
|
13116
|
+
exports.newViews3dSupportSceneViewPerformanceInfo = newViews3dSupportSceneViewPerformanceInfo;
|
|
13117
|
+
exports.newViews3dWebglManagedFBO = newViews3dWebglManagedFBO;
|
|
13118
|
+
exports.newViews3dWebglRenderCamera = newViews3dWebglRenderCamera;
|
|
13047
13119
|
exports.newViews3dWebglRenderNode = newViews3dWebglRenderNode;
|
|
13048
13120
|
exports.newViewsAnalysisElevationProfileElevationProfileError = newViewsAnalysisElevationProfileElevationProfileError;
|
|
13049
13121
|
exports.newViewsAnalysisElevationProfileElevationProfileResult = newViewsAnalysisElevationProfileElevationProfileResult;
|
|
13122
|
+
exports.newViewsAnalysisLengthDimensionResult = newViewsAnalysisLengthDimensionResult;
|
|
13050
13123
|
exports.newViewsBasemapView = newViewsBasemapView;
|
|
13051
13124
|
exports.newViewsDrawDraw = newViewsDrawDraw;
|
|
13052
13125
|
exports.newViewsDrawDrawAction = newViewsDrawDrawAction;
|
|
@@ -13191,7 +13264,9 @@ exports.newWidgetsEditorCreateFeaturesWorkflowData = newWidgetsEditorCreateFeatu
|
|
|
13191
13264
|
exports.newWidgetsEditorEditorViewModel = newWidgetsEditorEditorViewModel;
|
|
13192
13265
|
exports.newWidgetsEditorEdits = newWidgetsEditorEdits;
|
|
13193
13266
|
exports.newWidgetsEditorMergeFeaturesWorkflow = newWidgetsEditorMergeFeaturesWorkflow;
|
|
13267
|
+
exports.newWidgetsEditorMergeFeaturesWorkflowData = newWidgetsEditorMergeFeaturesWorkflowData;
|
|
13194
13268
|
exports.newWidgetsEditorSplitFeatureWorkflow = newWidgetsEditorSplitFeatureWorkflow;
|
|
13269
|
+
exports.newWidgetsEditorSplitFeatureWorkflowData = newWidgetsEditorSplitFeatureWorkflowData;
|
|
13195
13270
|
exports.newWidgetsEditorSupportEditorItem = newWidgetsEditorSupportEditorItem;
|
|
13196
13271
|
exports.newWidgetsEditorUpdateFeaturesWorkflow = newWidgetsEditorUpdateFeaturesWorkflow;
|
|
13197
13272
|
exports.newWidgetsEditorUpdateFeaturesWorkflowData = newWidgetsEditorUpdateFeaturesWorkflowData;
|
package/dist/index.d.cts
CHANGED
|
@@ -99,6 +99,10 @@ export declare function importCoreHandles(): Promise<typeof __esri.Handles>;
|
|
|
99
99
|
export declare function newCoreHandles(): Promise<__esri.Handles>;
|
|
100
100
|
export declare function importCoreWorkersConnection(): Promise<typeof __esri.Connection>;
|
|
101
101
|
export declare function newCoreWorkersConnection(): Promise<__esri.Connection>;
|
|
102
|
+
export declare function importEditingSharedTemplatesSharedTemplate(): Promise<typeof __esri.SharedTemplate>;
|
|
103
|
+
export declare function newEditingSharedTemplatesSharedTemplate(): Promise<__esri.SharedTemplate>;
|
|
104
|
+
export declare function importEditingSharedTemplatesSharedTemplateMetadata(): Promise<typeof __esri.SharedTemplateMetadata>;
|
|
105
|
+
export declare function newEditingSharedTemplatesSharedTemplateMetadata(): Promise<__esri.SharedTemplateMetadata>;
|
|
102
106
|
export declare function importEffectsFocusAreas(): Promise<typeof __esri.FocusAreas>;
|
|
103
107
|
export declare function newEffectsFocusAreas(properties: __esri.FocusAreasProperties): Promise<__esri.FocusAreas>;
|
|
104
108
|
export declare function importEffectsFocusArea(): Promise<typeof __esri.FocusArea>;
|
|
@@ -415,6 +419,8 @@ export declare function importLayersSupportSceneModifications(): Promise<typeof
|
|
|
415
419
|
export declare function newLayersSupportSceneModifications(properties: __esri.SceneModificationsProperties): Promise<__esri.SceneModifications>;
|
|
416
420
|
export declare function importLayersSupportSiteLayerInfo(): Promise<typeof __esri.SiteLayerInfo>;
|
|
417
421
|
export declare function newLayersSupportSiteLayerInfo(properties: __esri.SiteLayerInfoProperties): Promise<__esri.SiteLayerInfo>;
|
|
422
|
+
export declare function importLayersSupportStreamConnection(): Promise<typeof __esri.StreamConnection>;
|
|
423
|
+
export declare function newLayersSupportStreamConnection(): Promise<__esri.StreamConnection>;
|
|
418
424
|
export declare function importLayersSupportSublayer(): Promise<typeof __esri.Sublayer>;
|
|
419
425
|
export declare function newLayersSupportSublayer(properties: __esri.SublayerProperties): Promise<__esri.Sublayer>;
|
|
420
426
|
export declare function importLayersSupportSubtype(): Promise<typeof __esri.Subtype>;
|
|
@@ -451,6 +457,8 @@ export declare function importLayersVoxelVoxelVariable(): Promise<typeof __esri.
|
|
|
451
457
|
export declare function newLayersVoxelVoxelVariable(properties: __esri.VoxelVariableProperties): Promise<__esri.VoxelVariable>;
|
|
452
458
|
export declare function importLayersVoxelVoxelVariableStyle(): Promise<typeof __esri.VoxelVariableStyle>;
|
|
453
459
|
export declare function newLayersVoxelVoxelVariableStyle(properties: __esri.VoxelVariableStyleProperties): Promise<__esri.VoxelVariableStyle>;
|
|
460
|
+
export declare function importLayersVoxelVoxelVolume(): Promise<typeof __esri.VoxelVolume>;
|
|
461
|
+
export declare function newLayersVoxelVoxelVolume(): Promise<__esri.VoxelVolume>;
|
|
454
462
|
export declare function importLayersVoxelVoxelVolumeStyle(): Promise<typeof __esri.VoxelVolumeStyle>;
|
|
455
463
|
export declare function newLayersVoxelVoxelVolumeStyle(properties: __esri.VoxelVolumeStyleProperties): Promise<__esri.VoxelVolumeStyle>;
|
|
456
464
|
export declare function importLayersSupportWMSSublayer(): Promise<typeof __esri.WMSSublayer>;
|
|
@@ -679,6 +687,8 @@ export declare function importRenderersVisualVariablesVisualVariable(): Promise<
|
|
|
679
687
|
export declare function newRenderersVisualVariablesVisualVariable(properties: __esri.VisualVariableProperties): Promise<__esri.VisualVariable>;
|
|
680
688
|
export declare function importRestFeatureServiceFeatureService(): Promise<typeof __esri.FeatureService>;
|
|
681
689
|
export declare function newRestFeatureServiceFeatureService(properties: any): Promise<__esri.FeatureService>;
|
|
690
|
+
export declare function importRestGeoprocessorGPOptions(): Promise<typeof __esri.GPOptions>;
|
|
691
|
+
export declare function newRestGeoprocessorGPOptions(): Promise<__esri.GPOptions>;
|
|
682
692
|
export declare function importRestKnowledgeGraphDataModel(): Promise<typeof __esri.DataModel>;
|
|
683
693
|
export declare function newRestKnowledgeGraphDataModel(properties: __esri.DataModelProperties): Promise<__esri.DataModel>;
|
|
684
694
|
export declare function importRestKnowledgeGraphEntity(): Promise<typeof __esri.Entity>;
|
|
@@ -763,6 +773,10 @@ export declare function importRestKnowledgeGraphToolServiceFindPathsFindPathsToo
|
|
|
763
773
|
export declare function newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings(properties: __esri.FindPathsToolSettingsProperties): Promise<__esri.FindPathsToolSettings>;
|
|
764
774
|
export declare function importRestNetworksCircuitsSupportCircuitTraceResult(): Promise<typeof __esri.CircuitTraceResult>;
|
|
765
775
|
export declare function newRestNetworksCircuitsSupportCircuitTraceResult(properties: __esri.CircuitTraceResultProperties): Promise<__esri.CircuitTraceResult>;
|
|
776
|
+
export declare function importRestNetworksCircuitsSupportCircuitVerifyResult(): Promise<typeof __esri.CircuitVerifyResult>;
|
|
777
|
+
export declare function newRestNetworksCircuitsSupportCircuitVerifyResult(): Promise<__esri.CircuitVerifyResult>;
|
|
778
|
+
export declare function importRestNetworksUnitIdentifiersSupportUnitQueryResult(): Promise<typeof __esri.UnitQueryResult>;
|
|
779
|
+
export declare function newRestNetworksUnitIdentifiersSupportUnitQueryResult(): Promise<__esri.UnitQueryResult>;
|
|
766
780
|
export declare function importRestNetworksSupportAggregatedGeometry(): Promise<typeof __esri.AggregatedGeometry>;
|
|
767
781
|
export declare function newRestNetworksSupportAggregatedGeometry(properties: __esri.AggregatedGeometryProperties): Promise<__esri.AggregatedGeometry>;
|
|
768
782
|
export declare function importRestNetworksSupportAssociation(): Promise<typeof __esri.Association>;
|
|
@@ -789,6 +803,8 @@ export declare function importRestNetworksSupportTraceResult(): Promise<typeof _
|
|
|
789
803
|
export declare function newRestNetworksSupportTraceResult(properties: __esri.TraceResultProperties): Promise<__esri.TraceResult>;
|
|
790
804
|
export declare function importRestNetworksSupportValidateNetworkTopologyParameters(): Promise<typeof __esri.ValidateNetworkTopologyParameters>;
|
|
791
805
|
export declare function newRestNetworksSupportValidateNetworkTopologyParameters(properties: __esri.ValidateNetworkTopologyParametersProperties): Promise<__esri.ValidateNetworkTopologyParameters>;
|
|
806
|
+
export declare function importRestNetworksSupportValidateNetworkTopologyResult(): Promise<typeof __esri.ValidateNetworkTopologyResult>;
|
|
807
|
+
export declare function newRestNetworksSupportValidateNetworkTopologyResult(): Promise<__esri.ValidateNetworkTopologyResult>;
|
|
792
808
|
export declare function importRestQuerySupportAttachmentInfo(): Promise<typeof __esri.AttachmentInfo>;
|
|
793
809
|
export declare function newRestQuerySupportAttachmentInfo(properties: __esri.AttachmentInfoProperties): Promise<__esri.AttachmentInfo>;
|
|
794
810
|
export declare function importRestSupportAddressCandidate(): Promise<typeof __esri.AddressCandidate>;
|
|
@@ -1183,12 +1199,22 @@ export declare function importViews3dEnvironmentSunnyWeather(): Promise<typeof _
|
|
|
1183
1199
|
export declare function newViews3dEnvironmentSunnyWeather(properties: __esri.SunnyWeatherProperties): Promise<__esri.SunnyWeather>;
|
|
1184
1200
|
export declare function importViews3dEnvironmentVirtualLighting(): Promise<typeof __esri.VirtualLighting>;
|
|
1185
1201
|
export declare function newViews3dEnvironmentVirtualLighting(properties: __esri.VirtualLightingProperties): Promise<__esri.VirtualLighting>;
|
|
1202
|
+
export declare function importViews3dWebglManagedFBO(): Promise<typeof __esri.ManagedFBO>;
|
|
1203
|
+
export declare function newViews3dWebglManagedFBO(): Promise<__esri.ManagedFBO>;
|
|
1204
|
+
export declare function importViews3dWebglRenderCamera(): Promise<typeof __esri.RenderCamera>;
|
|
1205
|
+
export declare function newViews3dWebglRenderCamera(): Promise<__esri.RenderCamera>;
|
|
1186
1206
|
export declare function importViews3dWebglRenderNode(): Promise<typeof __esri.RenderNode>;
|
|
1187
1207
|
export declare function newViews3dWebglRenderNode(properties: __esri.RenderNodeProperties): Promise<__esri.RenderNode>;
|
|
1208
|
+
export declare function importViews3dSupportLayerPerformanceInfo(): Promise<typeof __esri.LayerPerformanceInfo>;
|
|
1209
|
+
export declare function newViews3dSupportLayerPerformanceInfo(): Promise<__esri.LayerPerformanceInfo>;
|
|
1210
|
+
export declare function importViews3dSupportSceneViewPerformanceInfo(): Promise<typeof __esri.SceneViewPerformanceInfo>;
|
|
1211
|
+
export declare function newViews3dSupportSceneViewPerformanceInfo(): Promise<__esri.SceneViewPerformanceInfo>;
|
|
1188
1212
|
export declare function importViewsAnalysisElevationProfileElevationProfileError(): Promise<typeof __esri.ElevationProfileError>;
|
|
1189
1213
|
export declare function newViewsAnalysisElevationProfileElevationProfileError(name: __esri.ElevationProfileErrorName, message: string, details: any): Promise<__esri.ElevationProfileError>;
|
|
1190
1214
|
export declare function importViewsAnalysisElevationProfileElevationProfileResult(): Promise<typeof __esri.ElevationProfileResult>;
|
|
1191
1215
|
export declare function newViewsAnalysisElevationProfileElevationProfileResult(properties: __esri.ElevationProfileResultProperties): Promise<__esri.ElevationProfileResult>;
|
|
1216
|
+
export declare function importViewsAnalysisLengthDimensionResult(): Promise<typeof __esri.LengthDimensionResult>;
|
|
1217
|
+
export declare function newViewsAnalysisLengthDimensionResult(): Promise<__esri.LengthDimensionResult>;
|
|
1192
1218
|
export declare function importViewsDrawDraw(): Promise<typeof __esri.Draw>;
|
|
1193
1219
|
export declare function newViewsDrawDraw(properties: __esri.DrawProperties): Promise<__esri.Draw>;
|
|
1194
1220
|
export declare function importViewsDrawDrawAction(): Promise<typeof __esri.DrawAction>;
|
|
@@ -1473,8 +1499,12 @@ export declare function importWidgetsEditorEdits(): Promise<typeof __esri.Edits>
|
|
|
1473
1499
|
export declare function newWidgetsEditorEdits(properties: __esri.EditsProperties): Promise<__esri.Edits>;
|
|
1474
1500
|
export declare function importWidgetsEditorMergeFeaturesWorkflow(): Promise<typeof __esri.MergeFeaturesWorkflow>;
|
|
1475
1501
|
export declare function newWidgetsEditorMergeFeaturesWorkflow(properties: __esri.MergeFeaturesWorkflowProperties): Promise<__esri.MergeFeaturesWorkflow>;
|
|
1502
|
+
export declare function importWidgetsEditorMergeFeaturesWorkflowData(): Promise<typeof __esri.MergeFeaturesWorkflowData>;
|
|
1503
|
+
export declare function newWidgetsEditorMergeFeaturesWorkflowData(): Promise<__esri.MergeFeaturesWorkflowData>;
|
|
1476
1504
|
export declare function importWidgetsEditorSplitFeatureWorkflow(): Promise<typeof __esri.SplitFeatureWorkflow>;
|
|
1477
1505
|
export declare function newWidgetsEditorSplitFeatureWorkflow(properties: __esri.SplitFeatureWorkflowProperties): Promise<__esri.SplitFeatureWorkflow>;
|
|
1506
|
+
export declare function importWidgetsEditorSplitFeatureWorkflowData(): Promise<typeof __esri.SplitFeatureWorkflowData>;
|
|
1507
|
+
export declare function newWidgetsEditorSplitFeatureWorkflowData(): Promise<__esri.SplitFeatureWorkflowData>;
|
|
1478
1508
|
export declare function importWidgetsEditorUpdateFeaturesWorkflow(): Promise<typeof __esri.UpdateFeaturesWorkflow>;
|
|
1479
1509
|
export declare function newWidgetsEditorUpdateFeaturesWorkflow(properties: __esri.UpdateFeaturesWorkflowProperties): Promise<__esri.UpdateFeaturesWorkflow>;
|
|
1480
1510
|
export declare function importWidgetsEditorUpdateFeaturesWorkflowData(): Promise<typeof __esri.UpdateFeaturesWorkflowData>;
|
|
@@ -1800,8 +1830,6 @@ export declare function importCoreSql(): Promise<typeof __esri.sql>;
|
|
|
1800
1830
|
export declare function importCoreSqlWhereClause(): Promise<typeof __esri.WhereClause>;
|
|
1801
1831
|
export declare function importCoreUrlUtils(): Promise<typeof __esri.urlUtils>;
|
|
1802
1832
|
export declare function importCoreWorkers(): Promise<typeof __esri.workers>;
|
|
1803
|
-
export declare function importEditingSharedTemplatesSharedTemplate(): Promise<typeof __esri.SharedTemplate>;
|
|
1804
|
-
export declare function importEditingSharedTemplatesSharedTemplateMetadata(): Promise<typeof __esri.SharedTemplateMetadata>;
|
|
1805
1833
|
export declare function importFormElementsInputs(): Promise<typeof __esri.inputs>;
|
|
1806
1834
|
export declare function importFormElements(): Promise<typeof __esri.elements>;
|
|
1807
1835
|
export declare function importGeometry(): Promise<typeof __esri.geometry>;
|
|
@@ -1879,8 +1907,6 @@ export declare function importLayersSupportFieldUtils(): Promise<typeof __esri.f
|
|
|
1879
1907
|
export declare function importLayersSupportParquetUtils(): Promise<typeof __esri.parquetUtils>;
|
|
1880
1908
|
export declare function importLayersSupportRasterFunctionConstants(): Promise<typeof __esri.rasterFunctionConstants>;
|
|
1881
1909
|
export declare function importLayersSupportRasterFunctionUtils(): Promise<typeof __esri.rasterFunctionUtils>;
|
|
1882
|
-
export declare function importLayersSupportStreamConnection(): Promise<typeof __esri.StreamConnection>;
|
|
1883
|
-
export declare function importLayersVoxelVoxelVolume(): Promise<typeof __esri.VoxelVolume>;
|
|
1884
1910
|
export declare function importPointCloudRenderers(): Promise<typeof __esri.pointCloudRenderers>;
|
|
1885
1911
|
export declare function importPopupContent(): Promise<typeof __esri.content>;
|
|
1886
1912
|
export declare function importRasterRenderers(): Promise<typeof __esri.rasterRenderers>;
|
|
@@ -1893,16 +1919,12 @@ export declare function importRestFeatureServiceUtils(): Promise<typeof __esri.f
|
|
|
1893
1919
|
export declare function importRestFind(): Promise<typeof __esri.find>;
|
|
1894
1920
|
export declare function importRestGeometryService(): Promise<typeof __esri.geometryService>;
|
|
1895
1921
|
export declare function importRestGeoprocessor(): Promise<typeof __esri.geoprocessor>;
|
|
1896
|
-
export declare function importRestGeoprocessorGPOptions(): Promise<typeof __esri.GPOptions>;
|
|
1897
1922
|
export declare function importRestIdentify(): Promise<typeof __esri.identify>;
|
|
1898
1923
|
export declare function importRestImageService(): Promise<typeof __esri.imageService>;
|
|
1899
1924
|
export declare function importRestKnowledgeGraphService(): Promise<typeof __esri.knowledgeGraphService>;
|
|
1900
1925
|
export declare function importRestLastMileDelivery(): Promise<typeof __esri.lastMileDelivery>;
|
|
1901
1926
|
export declare function importRestLocator(): Promise<typeof __esri.locator>;
|
|
1902
|
-
export declare function importRestNetworksCircuitsSupportCircuitVerifyResult(): Promise<typeof __esri.CircuitVerifyResult>;
|
|
1903
|
-
export declare function importRestNetworksUnitIdentifiersSupportUnitQueryResult(): Promise<typeof __esri.UnitQueryResult>;
|
|
1904
1927
|
export declare function importRestNetworksQueryAssociations(): Promise<typeof __esri.queryAssociations>;
|
|
1905
|
-
export declare function importRestNetworksSupportValidateNetworkTopologyResult(): Promise<typeof __esri.ValidateNetworkTopologyResult>;
|
|
1906
1928
|
export declare function importRestNetworksSynthesizeAssociationGeometries(): Promise<typeof __esri.synthesizeAssociationGeometries>;
|
|
1907
1929
|
export declare function importRestNetworksTrace(): Promise<typeof __esri.trace>;
|
|
1908
1930
|
export declare function importRestNetworkService(): Promise<typeof __esri.networkService>;
|
|
@@ -1973,14 +1995,7 @@ export declare function importTablesElements(): Promise<typeof __esri.tablesElem
|
|
|
1973
1995
|
export declare function importVersionManagementUtils(): Promise<typeof __esri.versionManagementUtils>;
|
|
1974
1996
|
export declare function importVersionManagementVersionAdaptersUtils(): Promise<typeof __esri.versionAdaptersUtils>;
|
|
1975
1997
|
export declare function importViews3dWebgl(): Promise<typeof __esri.webgl>;
|
|
1976
|
-
export declare function importViews3dWebglManagedFBO(): Promise<typeof __esri.ManagedFBO>;
|
|
1977
|
-
export declare function importViews3dWebglRenderCamera(): Promise<typeof __esri.RenderCamera>;
|
|
1978
|
-
export declare function importViews3dSupportLayerPerformanceInfo(): Promise<typeof __esri.LayerPerformanceInfo>;
|
|
1979
|
-
export declare function importViews3dSupportSceneViewPerformanceInfo(): Promise<typeof __esri.SceneViewPerformanceInfo>;
|
|
1980
|
-
export declare function importViewsAnalysisLengthDimensionResult(): Promise<typeof __esri.LengthDimensionResult>;
|
|
1981
1998
|
export declare function importViewsSupportColorUtils(): Promise<typeof __esri.colorUtils>;
|
|
1982
|
-
export declare function importWidgetsEditorMergeFeaturesWorkflowData(): Promise<typeof __esri.MergeFeaturesWorkflowData>;
|
|
1983
|
-
export declare function importWidgetsEditorSplitFeatureWorkflowData(): Promise<typeof __esri.SplitFeatureWorkflowData>;
|
|
1984
1999
|
export declare function importWidgetsSmartMappingSupportUtils(): Promise<typeof __esri.smartMappingSupportUtils>;
|
|
1985
2000
|
export declare function importWidgetsSupportWidget(): Promise<typeof __esri.widget>;
|
|
1986
2001
|
export declare function importApplicationsComponentsActionUtils(): Promise<typeof __esri.actionUtils>;
|
package/dist/index.d.ts
CHANGED
|
@@ -99,6 +99,10 @@ export declare function importCoreHandles(): Promise<typeof __esri.Handles>;
|
|
|
99
99
|
export declare function newCoreHandles(): Promise<__esri.Handles>;
|
|
100
100
|
export declare function importCoreWorkersConnection(): Promise<typeof __esri.Connection>;
|
|
101
101
|
export declare function newCoreWorkersConnection(): Promise<__esri.Connection>;
|
|
102
|
+
export declare function importEditingSharedTemplatesSharedTemplate(): Promise<typeof __esri.SharedTemplate>;
|
|
103
|
+
export declare function newEditingSharedTemplatesSharedTemplate(): Promise<__esri.SharedTemplate>;
|
|
104
|
+
export declare function importEditingSharedTemplatesSharedTemplateMetadata(): Promise<typeof __esri.SharedTemplateMetadata>;
|
|
105
|
+
export declare function newEditingSharedTemplatesSharedTemplateMetadata(): Promise<__esri.SharedTemplateMetadata>;
|
|
102
106
|
export declare function importEffectsFocusAreas(): Promise<typeof __esri.FocusAreas>;
|
|
103
107
|
export declare function newEffectsFocusAreas(properties: __esri.FocusAreasProperties): Promise<__esri.FocusAreas>;
|
|
104
108
|
export declare function importEffectsFocusArea(): Promise<typeof __esri.FocusArea>;
|
|
@@ -415,6 +419,8 @@ export declare function importLayersSupportSceneModifications(): Promise<typeof
|
|
|
415
419
|
export declare function newLayersSupportSceneModifications(properties: __esri.SceneModificationsProperties): Promise<__esri.SceneModifications>;
|
|
416
420
|
export declare function importLayersSupportSiteLayerInfo(): Promise<typeof __esri.SiteLayerInfo>;
|
|
417
421
|
export declare function newLayersSupportSiteLayerInfo(properties: __esri.SiteLayerInfoProperties): Promise<__esri.SiteLayerInfo>;
|
|
422
|
+
export declare function importLayersSupportStreamConnection(): Promise<typeof __esri.StreamConnection>;
|
|
423
|
+
export declare function newLayersSupportStreamConnection(): Promise<__esri.StreamConnection>;
|
|
418
424
|
export declare function importLayersSupportSublayer(): Promise<typeof __esri.Sublayer>;
|
|
419
425
|
export declare function newLayersSupportSublayer(properties: __esri.SublayerProperties): Promise<__esri.Sublayer>;
|
|
420
426
|
export declare function importLayersSupportSubtype(): Promise<typeof __esri.Subtype>;
|
|
@@ -451,6 +457,8 @@ export declare function importLayersVoxelVoxelVariable(): Promise<typeof __esri.
|
|
|
451
457
|
export declare function newLayersVoxelVoxelVariable(properties: __esri.VoxelVariableProperties): Promise<__esri.VoxelVariable>;
|
|
452
458
|
export declare function importLayersVoxelVoxelVariableStyle(): Promise<typeof __esri.VoxelVariableStyle>;
|
|
453
459
|
export declare function newLayersVoxelVoxelVariableStyle(properties: __esri.VoxelVariableStyleProperties): Promise<__esri.VoxelVariableStyle>;
|
|
460
|
+
export declare function importLayersVoxelVoxelVolume(): Promise<typeof __esri.VoxelVolume>;
|
|
461
|
+
export declare function newLayersVoxelVoxelVolume(): Promise<__esri.VoxelVolume>;
|
|
454
462
|
export declare function importLayersVoxelVoxelVolumeStyle(): Promise<typeof __esri.VoxelVolumeStyle>;
|
|
455
463
|
export declare function newLayersVoxelVoxelVolumeStyle(properties: __esri.VoxelVolumeStyleProperties): Promise<__esri.VoxelVolumeStyle>;
|
|
456
464
|
export declare function importLayersSupportWMSSublayer(): Promise<typeof __esri.WMSSublayer>;
|
|
@@ -679,6 +687,8 @@ export declare function importRenderersVisualVariablesVisualVariable(): Promise<
|
|
|
679
687
|
export declare function newRenderersVisualVariablesVisualVariable(properties: __esri.VisualVariableProperties): Promise<__esri.VisualVariable>;
|
|
680
688
|
export declare function importRestFeatureServiceFeatureService(): Promise<typeof __esri.FeatureService>;
|
|
681
689
|
export declare function newRestFeatureServiceFeatureService(properties: any): Promise<__esri.FeatureService>;
|
|
690
|
+
export declare function importRestGeoprocessorGPOptions(): Promise<typeof __esri.GPOptions>;
|
|
691
|
+
export declare function newRestGeoprocessorGPOptions(): Promise<__esri.GPOptions>;
|
|
682
692
|
export declare function importRestKnowledgeGraphDataModel(): Promise<typeof __esri.DataModel>;
|
|
683
693
|
export declare function newRestKnowledgeGraphDataModel(properties: __esri.DataModelProperties): Promise<__esri.DataModel>;
|
|
684
694
|
export declare function importRestKnowledgeGraphEntity(): Promise<typeof __esri.Entity>;
|
|
@@ -763,6 +773,10 @@ export declare function importRestKnowledgeGraphToolServiceFindPathsFindPathsToo
|
|
|
763
773
|
export declare function newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings(properties: __esri.FindPathsToolSettingsProperties): Promise<__esri.FindPathsToolSettings>;
|
|
764
774
|
export declare function importRestNetworksCircuitsSupportCircuitTraceResult(): Promise<typeof __esri.CircuitTraceResult>;
|
|
765
775
|
export declare function newRestNetworksCircuitsSupportCircuitTraceResult(properties: __esri.CircuitTraceResultProperties): Promise<__esri.CircuitTraceResult>;
|
|
776
|
+
export declare function importRestNetworksCircuitsSupportCircuitVerifyResult(): Promise<typeof __esri.CircuitVerifyResult>;
|
|
777
|
+
export declare function newRestNetworksCircuitsSupportCircuitVerifyResult(): Promise<__esri.CircuitVerifyResult>;
|
|
778
|
+
export declare function importRestNetworksUnitIdentifiersSupportUnitQueryResult(): Promise<typeof __esri.UnitQueryResult>;
|
|
779
|
+
export declare function newRestNetworksUnitIdentifiersSupportUnitQueryResult(): Promise<__esri.UnitQueryResult>;
|
|
766
780
|
export declare function importRestNetworksSupportAggregatedGeometry(): Promise<typeof __esri.AggregatedGeometry>;
|
|
767
781
|
export declare function newRestNetworksSupportAggregatedGeometry(properties: __esri.AggregatedGeometryProperties): Promise<__esri.AggregatedGeometry>;
|
|
768
782
|
export declare function importRestNetworksSupportAssociation(): Promise<typeof __esri.Association>;
|
|
@@ -789,6 +803,8 @@ export declare function importRestNetworksSupportTraceResult(): Promise<typeof _
|
|
|
789
803
|
export declare function newRestNetworksSupportTraceResult(properties: __esri.TraceResultProperties): Promise<__esri.TraceResult>;
|
|
790
804
|
export declare function importRestNetworksSupportValidateNetworkTopologyParameters(): Promise<typeof __esri.ValidateNetworkTopologyParameters>;
|
|
791
805
|
export declare function newRestNetworksSupportValidateNetworkTopologyParameters(properties: __esri.ValidateNetworkTopologyParametersProperties): Promise<__esri.ValidateNetworkTopologyParameters>;
|
|
806
|
+
export declare function importRestNetworksSupportValidateNetworkTopologyResult(): Promise<typeof __esri.ValidateNetworkTopologyResult>;
|
|
807
|
+
export declare function newRestNetworksSupportValidateNetworkTopologyResult(): Promise<__esri.ValidateNetworkTopologyResult>;
|
|
792
808
|
export declare function importRestQuerySupportAttachmentInfo(): Promise<typeof __esri.AttachmentInfo>;
|
|
793
809
|
export declare function newRestQuerySupportAttachmentInfo(properties: __esri.AttachmentInfoProperties): Promise<__esri.AttachmentInfo>;
|
|
794
810
|
export declare function importRestSupportAddressCandidate(): Promise<typeof __esri.AddressCandidate>;
|
|
@@ -1183,12 +1199,22 @@ export declare function importViews3dEnvironmentSunnyWeather(): Promise<typeof _
|
|
|
1183
1199
|
export declare function newViews3dEnvironmentSunnyWeather(properties: __esri.SunnyWeatherProperties): Promise<__esri.SunnyWeather>;
|
|
1184
1200
|
export declare function importViews3dEnvironmentVirtualLighting(): Promise<typeof __esri.VirtualLighting>;
|
|
1185
1201
|
export declare function newViews3dEnvironmentVirtualLighting(properties: __esri.VirtualLightingProperties): Promise<__esri.VirtualLighting>;
|
|
1202
|
+
export declare function importViews3dWebglManagedFBO(): Promise<typeof __esri.ManagedFBO>;
|
|
1203
|
+
export declare function newViews3dWebglManagedFBO(): Promise<__esri.ManagedFBO>;
|
|
1204
|
+
export declare function importViews3dWebglRenderCamera(): Promise<typeof __esri.RenderCamera>;
|
|
1205
|
+
export declare function newViews3dWebglRenderCamera(): Promise<__esri.RenderCamera>;
|
|
1186
1206
|
export declare function importViews3dWebglRenderNode(): Promise<typeof __esri.RenderNode>;
|
|
1187
1207
|
export declare function newViews3dWebglRenderNode(properties: __esri.RenderNodeProperties): Promise<__esri.RenderNode>;
|
|
1208
|
+
export declare function importViews3dSupportLayerPerformanceInfo(): Promise<typeof __esri.LayerPerformanceInfo>;
|
|
1209
|
+
export declare function newViews3dSupportLayerPerformanceInfo(): Promise<__esri.LayerPerformanceInfo>;
|
|
1210
|
+
export declare function importViews3dSupportSceneViewPerformanceInfo(): Promise<typeof __esri.SceneViewPerformanceInfo>;
|
|
1211
|
+
export declare function newViews3dSupportSceneViewPerformanceInfo(): Promise<__esri.SceneViewPerformanceInfo>;
|
|
1188
1212
|
export declare function importViewsAnalysisElevationProfileElevationProfileError(): Promise<typeof __esri.ElevationProfileError>;
|
|
1189
1213
|
export declare function newViewsAnalysisElevationProfileElevationProfileError(name: __esri.ElevationProfileErrorName, message: string, details: any): Promise<__esri.ElevationProfileError>;
|
|
1190
1214
|
export declare function importViewsAnalysisElevationProfileElevationProfileResult(): Promise<typeof __esri.ElevationProfileResult>;
|
|
1191
1215
|
export declare function newViewsAnalysisElevationProfileElevationProfileResult(properties: __esri.ElevationProfileResultProperties): Promise<__esri.ElevationProfileResult>;
|
|
1216
|
+
export declare function importViewsAnalysisLengthDimensionResult(): Promise<typeof __esri.LengthDimensionResult>;
|
|
1217
|
+
export declare function newViewsAnalysisLengthDimensionResult(): Promise<__esri.LengthDimensionResult>;
|
|
1192
1218
|
export declare function importViewsDrawDraw(): Promise<typeof __esri.Draw>;
|
|
1193
1219
|
export declare function newViewsDrawDraw(properties: __esri.DrawProperties): Promise<__esri.Draw>;
|
|
1194
1220
|
export declare function importViewsDrawDrawAction(): Promise<typeof __esri.DrawAction>;
|
|
@@ -1473,8 +1499,12 @@ export declare function importWidgetsEditorEdits(): Promise<typeof __esri.Edits>
|
|
|
1473
1499
|
export declare function newWidgetsEditorEdits(properties: __esri.EditsProperties): Promise<__esri.Edits>;
|
|
1474
1500
|
export declare function importWidgetsEditorMergeFeaturesWorkflow(): Promise<typeof __esri.MergeFeaturesWorkflow>;
|
|
1475
1501
|
export declare function newWidgetsEditorMergeFeaturesWorkflow(properties: __esri.MergeFeaturesWorkflowProperties): Promise<__esri.MergeFeaturesWorkflow>;
|
|
1502
|
+
export declare function importWidgetsEditorMergeFeaturesWorkflowData(): Promise<typeof __esri.MergeFeaturesWorkflowData>;
|
|
1503
|
+
export declare function newWidgetsEditorMergeFeaturesWorkflowData(): Promise<__esri.MergeFeaturesWorkflowData>;
|
|
1476
1504
|
export declare function importWidgetsEditorSplitFeatureWorkflow(): Promise<typeof __esri.SplitFeatureWorkflow>;
|
|
1477
1505
|
export declare function newWidgetsEditorSplitFeatureWorkflow(properties: __esri.SplitFeatureWorkflowProperties): Promise<__esri.SplitFeatureWorkflow>;
|
|
1506
|
+
export declare function importWidgetsEditorSplitFeatureWorkflowData(): Promise<typeof __esri.SplitFeatureWorkflowData>;
|
|
1507
|
+
export declare function newWidgetsEditorSplitFeatureWorkflowData(): Promise<__esri.SplitFeatureWorkflowData>;
|
|
1478
1508
|
export declare function importWidgetsEditorUpdateFeaturesWorkflow(): Promise<typeof __esri.UpdateFeaturesWorkflow>;
|
|
1479
1509
|
export declare function newWidgetsEditorUpdateFeaturesWorkflow(properties: __esri.UpdateFeaturesWorkflowProperties): Promise<__esri.UpdateFeaturesWorkflow>;
|
|
1480
1510
|
export declare function importWidgetsEditorUpdateFeaturesWorkflowData(): Promise<typeof __esri.UpdateFeaturesWorkflowData>;
|
|
@@ -1800,8 +1830,6 @@ export declare function importCoreSql(): Promise<typeof __esri.sql>;
|
|
|
1800
1830
|
export declare function importCoreSqlWhereClause(): Promise<typeof __esri.WhereClause>;
|
|
1801
1831
|
export declare function importCoreUrlUtils(): Promise<typeof __esri.urlUtils>;
|
|
1802
1832
|
export declare function importCoreWorkers(): Promise<typeof __esri.workers>;
|
|
1803
|
-
export declare function importEditingSharedTemplatesSharedTemplate(): Promise<typeof __esri.SharedTemplate>;
|
|
1804
|
-
export declare function importEditingSharedTemplatesSharedTemplateMetadata(): Promise<typeof __esri.SharedTemplateMetadata>;
|
|
1805
1833
|
export declare function importFormElementsInputs(): Promise<typeof __esri.inputs>;
|
|
1806
1834
|
export declare function importFormElements(): Promise<typeof __esri.elements>;
|
|
1807
1835
|
export declare function importGeometry(): Promise<typeof __esri.geometry>;
|
|
@@ -1879,8 +1907,6 @@ export declare function importLayersSupportFieldUtils(): Promise<typeof __esri.f
|
|
|
1879
1907
|
export declare function importLayersSupportParquetUtils(): Promise<typeof __esri.parquetUtils>;
|
|
1880
1908
|
export declare function importLayersSupportRasterFunctionConstants(): Promise<typeof __esri.rasterFunctionConstants>;
|
|
1881
1909
|
export declare function importLayersSupportRasterFunctionUtils(): Promise<typeof __esri.rasterFunctionUtils>;
|
|
1882
|
-
export declare function importLayersSupportStreamConnection(): Promise<typeof __esri.StreamConnection>;
|
|
1883
|
-
export declare function importLayersVoxelVoxelVolume(): Promise<typeof __esri.VoxelVolume>;
|
|
1884
1910
|
export declare function importPointCloudRenderers(): Promise<typeof __esri.pointCloudRenderers>;
|
|
1885
1911
|
export declare function importPopupContent(): Promise<typeof __esri.content>;
|
|
1886
1912
|
export declare function importRasterRenderers(): Promise<typeof __esri.rasterRenderers>;
|
|
@@ -1893,16 +1919,12 @@ export declare function importRestFeatureServiceUtils(): Promise<typeof __esri.f
|
|
|
1893
1919
|
export declare function importRestFind(): Promise<typeof __esri.find>;
|
|
1894
1920
|
export declare function importRestGeometryService(): Promise<typeof __esri.geometryService>;
|
|
1895
1921
|
export declare function importRestGeoprocessor(): Promise<typeof __esri.geoprocessor>;
|
|
1896
|
-
export declare function importRestGeoprocessorGPOptions(): Promise<typeof __esri.GPOptions>;
|
|
1897
1922
|
export declare function importRestIdentify(): Promise<typeof __esri.identify>;
|
|
1898
1923
|
export declare function importRestImageService(): Promise<typeof __esri.imageService>;
|
|
1899
1924
|
export declare function importRestKnowledgeGraphService(): Promise<typeof __esri.knowledgeGraphService>;
|
|
1900
1925
|
export declare function importRestLastMileDelivery(): Promise<typeof __esri.lastMileDelivery>;
|
|
1901
1926
|
export declare function importRestLocator(): Promise<typeof __esri.locator>;
|
|
1902
|
-
export declare function importRestNetworksCircuitsSupportCircuitVerifyResult(): Promise<typeof __esri.CircuitVerifyResult>;
|
|
1903
|
-
export declare function importRestNetworksUnitIdentifiersSupportUnitQueryResult(): Promise<typeof __esri.UnitQueryResult>;
|
|
1904
1927
|
export declare function importRestNetworksQueryAssociations(): Promise<typeof __esri.queryAssociations>;
|
|
1905
|
-
export declare function importRestNetworksSupportValidateNetworkTopologyResult(): Promise<typeof __esri.ValidateNetworkTopologyResult>;
|
|
1906
1928
|
export declare function importRestNetworksSynthesizeAssociationGeometries(): Promise<typeof __esri.synthesizeAssociationGeometries>;
|
|
1907
1929
|
export declare function importRestNetworksTrace(): Promise<typeof __esri.trace>;
|
|
1908
1930
|
export declare function importRestNetworkService(): Promise<typeof __esri.networkService>;
|
|
@@ -1973,14 +1995,7 @@ export declare function importTablesElements(): Promise<typeof __esri.tablesElem
|
|
|
1973
1995
|
export declare function importVersionManagementUtils(): Promise<typeof __esri.versionManagementUtils>;
|
|
1974
1996
|
export declare function importVersionManagementVersionAdaptersUtils(): Promise<typeof __esri.versionAdaptersUtils>;
|
|
1975
1997
|
export declare function importViews3dWebgl(): Promise<typeof __esri.webgl>;
|
|
1976
|
-
export declare function importViews3dWebglManagedFBO(): Promise<typeof __esri.ManagedFBO>;
|
|
1977
|
-
export declare function importViews3dWebglRenderCamera(): Promise<typeof __esri.RenderCamera>;
|
|
1978
|
-
export declare function importViews3dSupportLayerPerformanceInfo(): Promise<typeof __esri.LayerPerformanceInfo>;
|
|
1979
|
-
export declare function importViews3dSupportSceneViewPerformanceInfo(): Promise<typeof __esri.SceneViewPerformanceInfo>;
|
|
1980
|
-
export declare function importViewsAnalysisLengthDimensionResult(): Promise<typeof __esri.LengthDimensionResult>;
|
|
1981
1998
|
export declare function importViewsSupportColorUtils(): Promise<typeof __esri.colorUtils>;
|
|
1982
|
-
export declare function importWidgetsEditorMergeFeaturesWorkflowData(): Promise<typeof __esri.MergeFeaturesWorkflowData>;
|
|
1983
|
-
export declare function importWidgetsEditorSplitFeatureWorkflowData(): Promise<typeof __esri.SplitFeatureWorkflowData>;
|
|
1984
1999
|
export declare function importWidgetsSmartMappingSupportUtils(): Promise<typeof __esri.smartMappingSupportUtils>;
|
|
1985
2000
|
export declare function importWidgetsSupportWidget(): Promise<typeof __esri.widget>;
|
|
1986
2001
|
export declare function importApplicationsComponentsActionUtils(): Promise<typeof __esri.actionUtils>;
|
package/dist/index.js
CHANGED
|
@@ -478,6 +478,28 @@ async function newCoreWorkersConnection() {
|
|
|
478
478
|
const ModConstructor = await importCoreWorkersConnection();
|
|
479
479
|
return new ModConstructor();
|
|
480
480
|
}
|
|
481
|
+
async function importEditingSharedTemplatesSharedTemplate() {
|
|
482
|
+
if (isAMD) {
|
|
483
|
+
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplate");
|
|
484
|
+
}
|
|
485
|
+
const module = await import("@arcgis/core/editing/sharedTemplates/SharedTemplate.js");
|
|
486
|
+
return isDefaultModule(module) ? module.default : module;
|
|
487
|
+
}
|
|
488
|
+
async function newEditingSharedTemplatesSharedTemplate() {
|
|
489
|
+
const ModConstructor = await importEditingSharedTemplatesSharedTemplate();
|
|
490
|
+
return new ModConstructor();
|
|
491
|
+
}
|
|
492
|
+
async function importEditingSharedTemplatesSharedTemplateMetadata() {
|
|
493
|
+
if (isAMD) {
|
|
494
|
+
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplateMetadata");
|
|
495
|
+
}
|
|
496
|
+
const module = await import("@arcgis/core/editing/sharedTemplates/SharedTemplateMetadata.js");
|
|
497
|
+
return isDefaultModule(module) ? module.default : module;
|
|
498
|
+
}
|
|
499
|
+
async function newEditingSharedTemplatesSharedTemplateMetadata() {
|
|
500
|
+
const ModConstructor = await importEditingSharedTemplatesSharedTemplateMetadata();
|
|
501
|
+
return new ModConstructor();
|
|
502
|
+
}
|
|
481
503
|
async function importEffectsFocusAreas() {
|
|
482
504
|
if (isAMD) {
|
|
483
505
|
return await window.$arcgis.import("esri/effects/FocusAreas");
|
|
@@ -2216,6 +2238,17 @@ async function newLayersSupportSiteLayerInfo(properties) {
|
|
|
2216
2238
|
const ModConstructor = await importLayersSupportSiteLayerInfo();
|
|
2217
2239
|
return new ModConstructor(properties);
|
|
2218
2240
|
}
|
|
2241
|
+
async function importLayersSupportStreamConnection() {
|
|
2242
|
+
if (isAMD) {
|
|
2243
|
+
return await window.$arcgis.import("esri/layers/support/StreamConnection");
|
|
2244
|
+
}
|
|
2245
|
+
const module = await import("@arcgis/core/layers/support/StreamConnection.js");
|
|
2246
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2247
|
+
}
|
|
2248
|
+
async function newLayersSupportStreamConnection() {
|
|
2249
|
+
const ModConstructor = await importLayersSupportStreamConnection();
|
|
2250
|
+
return new ModConstructor();
|
|
2251
|
+
}
|
|
2219
2252
|
async function importLayersSupportSublayer() {
|
|
2220
2253
|
if (isAMD) {
|
|
2221
2254
|
return await window.$arcgis.import("esri/layers/support/Sublayer");
|
|
@@ -2414,6 +2447,17 @@ async function newLayersVoxelVoxelVariableStyle(properties) {
|
|
|
2414
2447
|
const ModConstructor = await importLayersVoxelVoxelVariableStyle();
|
|
2415
2448
|
return new ModConstructor(properties);
|
|
2416
2449
|
}
|
|
2450
|
+
async function importLayersVoxelVoxelVolume() {
|
|
2451
|
+
if (isAMD) {
|
|
2452
|
+
return await window.$arcgis.import("esri/layers/voxel/VoxelVolume");
|
|
2453
|
+
}
|
|
2454
|
+
const module = await import("@arcgis/core/layers/voxel/VoxelVolume.js");
|
|
2455
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2456
|
+
}
|
|
2457
|
+
async function newLayersVoxelVoxelVolume() {
|
|
2458
|
+
const ModConstructor = await importLayersVoxelVoxelVolume();
|
|
2459
|
+
return new ModConstructor();
|
|
2460
|
+
}
|
|
2417
2461
|
async function importLayersVoxelVoxelVolumeStyle() {
|
|
2418
2462
|
if (isAMD) {
|
|
2419
2463
|
return await window.$arcgis.import("esri/layers/voxel/VoxelVolumeStyle");
|
|
@@ -3668,6 +3712,17 @@ async function newRestFeatureServiceFeatureService(properties) {
|
|
|
3668
3712
|
const ModConstructor = await importRestFeatureServiceFeatureService();
|
|
3669
3713
|
return new ModConstructor(properties);
|
|
3670
3714
|
}
|
|
3715
|
+
async function importRestGeoprocessorGPOptions() {
|
|
3716
|
+
if (isAMD) {
|
|
3717
|
+
return await window.$arcgis.import("esri/rest/geoprocessor/GPOptions");
|
|
3718
|
+
}
|
|
3719
|
+
const module = await import("@arcgis/core/rest/geoprocessor/GPOptions.js");
|
|
3720
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3721
|
+
}
|
|
3722
|
+
async function newRestGeoprocessorGPOptions() {
|
|
3723
|
+
const ModConstructor = await importRestGeoprocessorGPOptions();
|
|
3724
|
+
return new ModConstructor();
|
|
3725
|
+
}
|
|
3671
3726
|
async function importRestKnowledgeGraphDataModel() {
|
|
3672
3727
|
if (isAMD) {
|
|
3673
3728
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/DataModel");
|
|
@@ -4130,6 +4185,28 @@ async function newRestNetworksCircuitsSupportCircuitTraceResult(properties) {
|
|
|
4130
4185
|
const ModConstructor = await importRestNetworksCircuitsSupportCircuitTraceResult();
|
|
4131
4186
|
return new ModConstructor(properties);
|
|
4132
4187
|
}
|
|
4188
|
+
async function importRestNetworksCircuitsSupportCircuitVerifyResult() {
|
|
4189
|
+
if (isAMD) {
|
|
4190
|
+
return await window.$arcgis.import("esri/rest/networks/circuits/support/CircuitVerifyResult");
|
|
4191
|
+
}
|
|
4192
|
+
const module = await import("@arcgis/core/rest/networks/circuits/support/CircuitVerifyResult.js");
|
|
4193
|
+
return isDefaultModule(module) ? module.default : module;
|
|
4194
|
+
}
|
|
4195
|
+
async function newRestNetworksCircuitsSupportCircuitVerifyResult() {
|
|
4196
|
+
const ModConstructor = await importRestNetworksCircuitsSupportCircuitVerifyResult();
|
|
4197
|
+
return new ModConstructor();
|
|
4198
|
+
}
|
|
4199
|
+
async function importRestNetworksUnitIdentifiersSupportUnitQueryResult() {
|
|
4200
|
+
if (isAMD) {
|
|
4201
|
+
return await window.$arcgis.import("esri/rest/networks/unitIdentifiers/support/UnitQueryResult");
|
|
4202
|
+
}
|
|
4203
|
+
const module = await import("@arcgis/core/rest/networks/unitIdentifiers/support/UnitQueryResult.js");
|
|
4204
|
+
return isDefaultModule(module) ? module.default : module;
|
|
4205
|
+
}
|
|
4206
|
+
async function newRestNetworksUnitIdentifiersSupportUnitQueryResult() {
|
|
4207
|
+
const ModConstructor = await importRestNetworksUnitIdentifiersSupportUnitQueryResult();
|
|
4208
|
+
return new ModConstructor();
|
|
4209
|
+
}
|
|
4133
4210
|
async function importRestNetworksSupportAggregatedGeometry() {
|
|
4134
4211
|
if (isAMD) {
|
|
4135
4212
|
return await window.$arcgis.import("esri/rest/networks/support/AggregatedGeometry");
|
|
@@ -4273,6 +4350,17 @@ async function newRestNetworksSupportValidateNetworkTopologyParameters(propertie
|
|
|
4273
4350
|
const ModConstructor = await importRestNetworksSupportValidateNetworkTopologyParameters();
|
|
4274
4351
|
return new ModConstructor(properties);
|
|
4275
4352
|
}
|
|
4353
|
+
async function importRestNetworksSupportValidateNetworkTopologyResult() {
|
|
4354
|
+
if (isAMD) {
|
|
4355
|
+
return await window.$arcgis.import("esri/rest/networks/support/ValidateNetworkTopologyResult");
|
|
4356
|
+
}
|
|
4357
|
+
const module = await import("@arcgis/core/rest/networks/support/ValidateNetworkTopologyResult.js");
|
|
4358
|
+
return isDefaultModule(module) ? module.default : module;
|
|
4359
|
+
}
|
|
4360
|
+
async function newRestNetworksSupportValidateNetworkTopologyResult() {
|
|
4361
|
+
const ModConstructor = await importRestNetworksSupportValidateNetworkTopologyResult();
|
|
4362
|
+
return new ModConstructor();
|
|
4363
|
+
}
|
|
4276
4364
|
async function importRestQuerySupportAttachmentInfo() {
|
|
4277
4365
|
if (isAMD) {
|
|
4278
4366
|
return await window.$arcgis.import("esri/rest/query/support/AttachmentInfo");
|
|
@@ -6440,6 +6528,28 @@ async function newViews3dEnvironmentVirtualLighting(properties) {
|
|
|
6440
6528
|
const ModConstructor = await importViews3dEnvironmentVirtualLighting();
|
|
6441
6529
|
return new ModConstructor(properties);
|
|
6442
6530
|
}
|
|
6531
|
+
async function importViews3dWebglManagedFBO() {
|
|
6532
|
+
if (isAMD) {
|
|
6533
|
+
return await window.$arcgis.import("esri/views/3d/webgl/ManagedFBO");
|
|
6534
|
+
}
|
|
6535
|
+
const module = await import("@arcgis/core/views/3d/webgl/ManagedFBO.js");
|
|
6536
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6537
|
+
}
|
|
6538
|
+
async function newViews3dWebglManagedFBO() {
|
|
6539
|
+
const ModConstructor = await importViews3dWebglManagedFBO();
|
|
6540
|
+
return new ModConstructor();
|
|
6541
|
+
}
|
|
6542
|
+
async function importViews3dWebglRenderCamera() {
|
|
6543
|
+
if (isAMD) {
|
|
6544
|
+
return await window.$arcgis.import("esri/views/3d/webgl/RenderCamera");
|
|
6545
|
+
}
|
|
6546
|
+
const module = await import("@arcgis/core/views/3d/webgl/RenderCamera.js");
|
|
6547
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6548
|
+
}
|
|
6549
|
+
async function newViews3dWebglRenderCamera() {
|
|
6550
|
+
const ModConstructor = await importViews3dWebglRenderCamera();
|
|
6551
|
+
return new ModConstructor();
|
|
6552
|
+
}
|
|
6443
6553
|
async function importViews3dWebglRenderNode() {
|
|
6444
6554
|
if (isAMD) {
|
|
6445
6555
|
return await window.$arcgis.import("esri/views/3d/webgl/RenderNode");
|
|
@@ -6451,6 +6561,28 @@ async function newViews3dWebglRenderNode(properties) {
|
|
|
6451
6561
|
const ModConstructor = await importViews3dWebglRenderNode();
|
|
6452
6562
|
return new ModConstructor(properties);
|
|
6453
6563
|
}
|
|
6564
|
+
async function importViews3dSupportLayerPerformanceInfo() {
|
|
6565
|
+
if (isAMD) {
|
|
6566
|
+
return await window.$arcgis.import("esri/views/3d/support/LayerPerformanceInfo");
|
|
6567
|
+
}
|
|
6568
|
+
const module = await import("@arcgis/core/views/3d/support/LayerPerformanceInfo.js");
|
|
6569
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6570
|
+
}
|
|
6571
|
+
async function newViews3dSupportLayerPerformanceInfo() {
|
|
6572
|
+
const ModConstructor = await importViews3dSupportLayerPerformanceInfo();
|
|
6573
|
+
return new ModConstructor();
|
|
6574
|
+
}
|
|
6575
|
+
async function importViews3dSupportSceneViewPerformanceInfo() {
|
|
6576
|
+
if (isAMD) {
|
|
6577
|
+
return await window.$arcgis.import("esri/views/3d/support/SceneViewPerformanceInfo");
|
|
6578
|
+
}
|
|
6579
|
+
const module = await import("@arcgis/core/views/3d/support/SceneViewPerformanceInfo.js");
|
|
6580
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6581
|
+
}
|
|
6582
|
+
async function newViews3dSupportSceneViewPerformanceInfo() {
|
|
6583
|
+
const ModConstructor = await importViews3dSupportSceneViewPerformanceInfo();
|
|
6584
|
+
return new ModConstructor();
|
|
6585
|
+
}
|
|
6454
6586
|
async function importViewsAnalysisElevationProfileElevationProfileError() {
|
|
6455
6587
|
if (isAMD) {
|
|
6456
6588
|
return await window.$arcgis.import("esri/views/analysis/ElevationProfile/ElevationProfileError");
|
|
@@ -6473,6 +6605,17 @@ async function newViewsAnalysisElevationProfileElevationProfileResult(properties
|
|
|
6473
6605
|
const ModConstructor = await importViewsAnalysisElevationProfileElevationProfileResult();
|
|
6474
6606
|
return new ModConstructor(properties);
|
|
6475
6607
|
}
|
|
6608
|
+
async function importViewsAnalysisLengthDimensionResult() {
|
|
6609
|
+
if (isAMD) {
|
|
6610
|
+
return await window.$arcgis.import("esri/views/analysis/LengthDimensionResult");
|
|
6611
|
+
}
|
|
6612
|
+
const module = await import("@arcgis/core/views/analysis/LengthDimensionResult.js");
|
|
6613
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6614
|
+
}
|
|
6615
|
+
async function newViewsAnalysisLengthDimensionResult() {
|
|
6616
|
+
const ModConstructor = await importViewsAnalysisLengthDimensionResult();
|
|
6617
|
+
return new ModConstructor();
|
|
6618
|
+
}
|
|
6476
6619
|
async function importViewsDrawDraw() {
|
|
6477
6620
|
if (isAMD) {
|
|
6478
6621
|
return await window.$arcgis.import("esri/views/draw/Draw");
|
|
@@ -8035,6 +8178,17 @@ async function newWidgetsEditorMergeFeaturesWorkflow(properties) {
|
|
|
8035
8178
|
const ModConstructor = await importWidgetsEditorMergeFeaturesWorkflow();
|
|
8036
8179
|
return new ModConstructor(properties);
|
|
8037
8180
|
}
|
|
8181
|
+
async function importWidgetsEditorMergeFeaturesWorkflowData() {
|
|
8182
|
+
if (isAMD) {
|
|
8183
|
+
return await window.$arcgis.import("esri/widgets/Editor/MergeFeaturesWorkflowData");
|
|
8184
|
+
}
|
|
8185
|
+
const module = await import("@arcgis/core/widgets/Editor/MergeFeaturesWorkflowData.js");
|
|
8186
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8187
|
+
}
|
|
8188
|
+
async function newWidgetsEditorMergeFeaturesWorkflowData() {
|
|
8189
|
+
const ModConstructor = await importWidgetsEditorMergeFeaturesWorkflowData();
|
|
8190
|
+
return new ModConstructor();
|
|
8191
|
+
}
|
|
8038
8192
|
async function importWidgetsEditorSplitFeatureWorkflow() {
|
|
8039
8193
|
if (isAMD) {
|
|
8040
8194
|
return await window.$arcgis.import("esri/widgets/Editor/SplitFeatureWorkflow");
|
|
@@ -8046,6 +8200,17 @@ async function newWidgetsEditorSplitFeatureWorkflow(properties) {
|
|
|
8046
8200
|
const ModConstructor = await importWidgetsEditorSplitFeatureWorkflow();
|
|
8047
8201
|
return new ModConstructor(properties);
|
|
8048
8202
|
}
|
|
8203
|
+
async function importWidgetsEditorSplitFeatureWorkflowData() {
|
|
8204
|
+
if (isAMD) {
|
|
8205
|
+
return await window.$arcgis.import("esri/widgets/Editor/SplitFeatureWorkflowData");
|
|
8206
|
+
}
|
|
8207
|
+
const module = await import("@arcgis/core/widgets/Editor/SplitFeatureWorkflowData.js");
|
|
8208
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8209
|
+
}
|
|
8210
|
+
async function newWidgetsEditorSplitFeatureWorkflowData() {
|
|
8211
|
+
const ModConstructor = await importWidgetsEditorSplitFeatureWorkflowData();
|
|
8212
|
+
return new ModConstructor();
|
|
8213
|
+
}
|
|
8049
8214
|
async function importWidgetsEditorUpdateFeaturesWorkflow() {
|
|
8050
8215
|
if (isAMD) {
|
|
8051
8216
|
return await window.$arcgis.import("esri/widgets/Editor/UpdateFeaturesWorkflow");
|
|
@@ -9850,20 +10015,6 @@ async function importCoreWorkers() {
|
|
|
9850
10015
|
const module = await import("@arcgis/core/core/workers.js");
|
|
9851
10016
|
return isDefaultModule(module) ? module.default : module;
|
|
9852
10017
|
}
|
|
9853
|
-
async function importEditingSharedTemplatesSharedTemplate() {
|
|
9854
|
-
if (isAMD) {
|
|
9855
|
-
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplate");
|
|
9856
|
-
}
|
|
9857
|
-
const module = await import("@arcgis/core/editing/sharedTemplates/SharedTemplate.js");
|
|
9858
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9859
|
-
}
|
|
9860
|
-
async function importEditingSharedTemplatesSharedTemplateMetadata() {
|
|
9861
|
-
if (isAMD) {
|
|
9862
|
-
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplateMetadata");
|
|
9863
|
-
}
|
|
9864
|
-
const module = await import("@arcgis/core/editing/sharedTemplates/SharedTemplateMetadata.js");
|
|
9865
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9866
|
-
}
|
|
9867
10018
|
async function importFormElementsInputs() {
|
|
9868
10019
|
if (isAMD) {
|
|
9869
10020
|
return await window.$arcgis.import("esri/form/elements/inputs");
|
|
@@ -10403,20 +10554,6 @@ async function importLayersSupportRasterFunctionUtils() {
|
|
|
10403
10554
|
const module = await import("@arcgis/core/layers/support/rasterFunctionUtils.js");
|
|
10404
10555
|
return isDefaultModule(module) ? module.default : module;
|
|
10405
10556
|
}
|
|
10406
|
-
async function importLayersSupportStreamConnection() {
|
|
10407
|
-
if (isAMD) {
|
|
10408
|
-
return await window.$arcgis.import("esri/layers/support/StreamConnection");
|
|
10409
|
-
}
|
|
10410
|
-
const module = await import("@arcgis/core/layers/support/StreamConnection.js");
|
|
10411
|
-
return isDefaultModule(module) ? module.default : module;
|
|
10412
|
-
}
|
|
10413
|
-
async function importLayersVoxelVoxelVolume() {
|
|
10414
|
-
if (isAMD) {
|
|
10415
|
-
return await window.$arcgis.import("esri/layers/voxel/VoxelVolume");
|
|
10416
|
-
}
|
|
10417
|
-
const module = await import("@arcgis/core/layers/voxel/VoxelVolume.js");
|
|
10418
|
-
return isDefaultModule(module) ? module.default : module;
|
|
10419
|
-
}
|
|
10420
10557
|
async function importPointCloudRenderers() {
|
|
10421
10558
|
if (isAMD) {
|
|
10422
10559
|
return await window.$arcgis.import("esri/pointCloudRenderers");
|
|
@@ -10501,13 +10638,6 @@ async function importRestGeoprocessor() {
|
|
|
10501
10638
|
const module = await import("@arcgis/core/rest/geoprocessor.js");
|
|
10502
10639
|
return isDefaultModule(module) ? module.default : module;
|
|
10503
10640
|
}
|
|
10504
|
-
async function importRestGeoprocessorGPOptions() {
|
|
10505
|
-
if (isAMD) {
|
|
10506
|
-
return await window.$arcgis.import("esri/rest/geoprocessor/GPOptions");
|
|
10507
|
-
}
|
|
10508
|
-
const module = await import("@arcgis/core/rest/geoprocessor/GPOptions.js");
|
|
10509
|
-
return isDefaultModule(module) ? module.default : module;
|
|
10510
|
-
}
|
|
10511
10641
|
async function importRestIdentify() {
|
|
10512
10642
|
if (isAMD) {
|
|
10513
10643
|
return await window.$arcgis.import("esri/rest/identify");
|
|
@@ -10543,20 +10673,6 @@ async function importRestLocator() {
|
|
|
10543
10673
|
const module = await import("@arcgis/core/rest/locator.js");
|
|
10544
10674
|
return isDefaultModule(module) ? module.default : module;
|
|
10545
10675
|
}
|
|
10546
|
-
async function importRestNetworksCircuitsSupportCircuitVerifyResult() {
|
|
10547
|
-
if (isAMD) {
|
|
10548
|
-
return await window.$arcgis.import("esri/rest/networks/circuits/support/CircuitVerifyResult");
|
|
10549
|
-
}
|
|
10550
|
-
const module = await import("@arcgis/core/rest/networks/circuits/support/CircuitVerifyResult.js");
|
|
10551
|
-
return isDefaultModule(module) ? module.default : module;
|
|
10552
|
-
}
|
|
10553
|
-
async function importRestNetworksUnitIdentifiersSupportUnitQueryResult() {
|
|
10554
|
-
if (isAMD) {
|
|
10555
|
-
return await window.$arcgis.import("esri/rest/networks/unitIdentifiers/support/UnitQueryResult");
|
|
10556
|
-
}
|
|
10557
|
-
const module = await import("@arcgis/core/rest/networks/unitIdentifiers/support/UnitQueryResult.js");
|
|
10558
|
-
return isDefaultModule(module) ? module.default : module;
|
|
10559
|
-
}
|
|
10560
10676
|
async function importRestNetworksQueryAssociations() {
|
|
10561
10677
|
if (isAMD) {
|
|
10562
10678
|
return await window.$arcgis.import("esri/rest/networks/queryAssociations");
|
|
@@ -10564,13 +10680,6 @@ async function importRestNetworksQueryAssociations() {
|
|
|
10564
10680
|
const module = await import("@arcgis/core/rest/networks/queryAssociations.js");
|
|
10565
10681
|
return isDefaultModule(module) ? module.default : module;
|
|
10566
10682
|
}
|
|
10567
|
-
async function importRestNetworksSupportValidateNetworkTopologyResult() {
|
|
10568
|
-
if (isAMD) {
|
|
10569
|
-
return await window.$arcgis.import("esri/rest/networks/support/ValidateNetworkTopologyResult");
|
|
10570
|
-
}
|
|
10571
|
-
const module = await import("@arcgis/core/rest/networks/support/ValidateNetworkTopologyResult.js");
|
|
10572
|
-
return isDefaultModule(module) ? module.default : module;
|
|
10573
|
-
}
|
|
10574
10683
|
async function importRestNetworksSynthesizeAssociationGeometries() {
|
|
10575
10684
|
if (isAMD) {
|
|
10576
10685
|
return await window.$arcgis.import("esri/rest/networks/synthesizeAssociationGeometries");
|
|
@@ -11061,41 +11170,6 @@ async function importViews3dWebgl() {
|
|
|
11061
11170
|
const module = await import("@arcgis/core/views/3d/webgl.js");
|
|
11062
11171
|
return isDefaultModule(module) ? module.default : module;
|
|
11063
11172
|
}
|
|
11064
|
-
async function importViews3dWebglManagedFBO() {
|
|
11065
|
-
if (isAMD) {
|
|
11066
|
-
return await window.$arcgis.import("esri/views/3d/webgl/ManagedFBO");
|
|
11067
|
-
}
|
|
11068
|
-
const module = await import("@arcgis/core/views/3d/webgl/ManagedFBO.js");
|
|
11069
|
-
return isDefaultModule(module) ? module.default : module;
|
|
11070
|
-
}
|
|
11071
|
-
async function importViews3dWebglRenderCamera() {
|
|
11072
|
-
if (isAMD) {
|
|
11073
|
-
return await window.$arcgis.import("esri/views/3d/webgl/RenderCamera");
|
|
11074
|
-
}
|
|
11075
|
-
const module = await import("@arcgis/core/views/3d/webgl/RenderCamera.js");
|
|
11076
|
-
return isDefaultModule(module) ? module.default : module;
|
|
11077
|
-
}
|
|
11078
|
-
async function importViews3dSupportLayerPerformanceInfo() {
|
|
11079
|
-
if (isAMD) {
|
|
11080
|
-
return await window.$arcgis.import("esri/views/3d/support/LayerPerformanceInfo");
|
|
11081
|
-
}
|
|
11082
|
-
const module = await import("@arcgis/core/views/3d/support/LayerPerformanceInfo.js");
|
|
11083
|
-
return isDefaultModule(module) ? module.default : module;
|
|
11084
|
-
}
|
|
11085
|
-
async function importViews3dSupportSceneViewPerformanceInfo() {
|
|
11086
|
-
if (isAMD) {
|
|
11087
|
-
return await window.$arcgis.import("esri/views/3d/support/SceneViewPerformanceInfo");
|
|
11088
|
-
}
|
|
11089
|
-
const module = await import("@arcgis/core/views/3d/support/SceneViewPerformanceInfo.js");
|
|
11090
|
-
return isDefaultModule(module) ? module.default : module;
|
|
11091
|
-
}
|
|
11092
|
-
async function importViewsAnalysisLengthDimensionResult() {
|
|
11093
|
-
if (isAMD) {
|
|
11094
|
-
return await window.$arcgis.import("esri/views/analysis/LengthDimensionResult");
|
|
11095
|
-
}
|
|
11096
|
-
const module = await import("@arcgis/core/views/analysis/LengthDimensionResult.js");
|
|
11097
|
-
return isDefaultModule(module) ? module.default : module;
|
|
11098
|
-
}
|
|
11099
11173
|
async function importViewsSupportColorUtils() {
|
|
11100
11174
|
if (isAMD) {
|
|
11101
11175
|
return await window.$arcgis.import("esri/views/support/colorUtils");
|
|
@@ -11103,20 +11177,6 @@ async function importViewsSupportColorUtils() {
|
|
|
11103
11177
|
const module = await import("@arcgis/core/views/support/colorUtils.js");
|
|
11104
11178
|
return isDefaultModule(module) ? module.default : module;
|
|
11105
11179
|
}
|
|
11106
|
-
async function importWidgetsEditorMergeFeaturesWorkflowData() {
|
|
11107
|
-
if (isAMD) {
|
|
11108
|
-
return await window.$arcgis.import("esri/widgets/Editor/MergeFeaturesWorkflowData");
|
|
11109
|
-
}
|
|
11110
|
-
const module = await import("@arcgis/core/widgets/Editor/MergeFeaturesWorkflowData.js");
|
|
11111
|
-
return isDefaultModule(module) ? module.default : module;
|
|
11112
|
-
}
|
|
11113
|
-
async function importWidgetsEditorSplitFeatureWorkflowData() {
|
|
11114
|
-
if (isAMD) {
|
|
11115
|
-
return await window.$arcgis.import("esri/widgets/Editor/SplitFeatureWorkflowData");
|
|
11116
|
-
}
|
|
11117
|
-
const module = await import("@arcgis/core/widgets/Editor/SplitFeatureWorkflowData.js");
|
|
11118
|
-
return isDefaultModule(module) ? module.default : module;
|
|
11119
|
-
}
|
|
11120
11180
|
async function importWidgetsSmartMappingSupportUtils() {
|
|
11121
11181
|
if (isAMD) {
|
|
11122
11182
|
return await window.$arcgis.import("esri/widgets/smartMapping/support/utils");
|
|
@@ -12482,6 +12542,8 @@ export {
|
|
|
12482
12542
|
newCoreError,
|
|
12483
12543
|
newCoreHandles,
|
|
12484
12544
|
newCoreWorkersConnection,
|
|
12545
|
+
newEditingSharedTemplatesSharedTemplate,
|
|
12546
|
+
newEditingSharedTemplatesSharedTemplateMetadata,
|
|
12485
12547
|
newEffectsFocusArea,
|
|
12486
12548
|
newEffectsFocusAreaOutline,
|
|
12487
12549
|
newEffectsFocusAreas,
|
|
@@ -12639,6 +12701,7 @@ export {
|
|
|
12639
12701
|
newLayersSupportSceneModification,
|
|
12640
12702
|
newLayersSupportSceneModifications,
|
|
12641
12703
|
newLayersSupportSiteLayerInfo,
|
|
12704
|
+
newLayersSupportStreamConnection,
|
|
12642
12705
|
newLayersSupportSublayer,
|
|
12643
12706
|
newLayersSupportSubtype,
|
|
12644
12707
|
newLayersSupportSubtypeSublayer,
|
|
@@ -12666,6 +12729,7 @@ export {
|
|
|
12666
12729
|
newLayersVoxelVoxelTransferFunctionStyle,
|
|
12667
12730
|
newLayersVoxelVoxelVariable,
|
|
12668
12731
|
newLayersVoxelVoxelVariableStyle,
|
|
12732
|
+
newLayersVoxelVoxelVolume,
|
|
12669
12733
|
newLayersVoxelVoxelVolumeStyle,
|
|
12670
12734
|
newLayersWCSLayer,
|
|
12671
12735
|
newLayersWFSLayer,
|
|
@@ -12771,6 +12835,7 @@ export {
|
|
|
12771
12835
|
newRenderersVisualVariablesSupportSizeStop,
|
|
12772
12836
|
newRenderersVisualVariablesVisualVariable,
|
|
12773
12837
|
newRestFeatureServiceFeatureService,
|
|
12838
|
+
newRestGeoprocessorGPOptions,
|
|
12774
12839
|
newRestKnowledgeGraphDataModel,
|
|
12775
12840
|
newRestKnowledgeGraphEntity,
|
|
12776
12841
|
newRestKnowledgeGraphEntityType,
|
|
@@ -12813,6 +12878,7 @@ export {
|
|
|
12813
12878
|
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
12814
12879
|
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
12815
12880
|
newRestNetworksCircuitsSupportCircuitTraceResult,
|
|
12881
|
+
newRestNetworksCircuitsSupportCircuitVerifyResult,
|
|
12816
12882
|
newRestNetworksSupportAggregatedGeometry,
|
|
12817
12883
|
newRestNetworksSupportAssociation,
|
|
12818
12884
|
newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -12826,6 +12892,8 @@ export {
|
|
|
12826
12892
|
newRestNetworksSupportTraceParameters,
|
|
12827
12893
|
newRestNetworksSupportTraceResult,
|
|
12828
12894
|
newRestNetworksSupportValidateNetworkTopologyParameters,
|
|
12895
|
+
newRestNetworksSupportValidateNetworkTopologyResult,
|
|
12896
|
+
newRestNetworksUnitIdentifiersSupportUnitQueryResult,
|
|
12829
12897
|
newRestQuerySupportAttachmentInfo,
|
|
12830
12898
|
newRestSupportAddressCandidate,
|
|
12831
12899
|
newRestSupportAlgorithmicColorRamp,
|
|
@@ -13021,9 +13089,14 @@ export {
|
|
|
13021
13089
|
newViews3dEnvironmentSunLighting,
|
|
13022
13090
|
newViews3dEnvironmentSunnyWeather,
|
|
13023
13091
|
newViews3dEnvironmentVirtualLighting,
|
|
13092
|
+
newViews3dSupportLayerPerformanceInfo,
|
|
13093
|
+
newViews3dSupportSceneViewPerformanceInfo,
|
|
13094
|
+
newViews3dWebglManagedFBO,
|
|
13095
|
+
newViews3dWebglRenderCamera,
|
|
13024
13096
|
newViews3dWebglRenderNode,
|
|
13025
13097
|
newViewsAnalysisElevationProfileElevationProfileError,
|
|
13026
13098
|
newViewsAnalysisElevationProfileElevationProfileResult,
|
|
13099
|
+
newViewsAnalysisLengthDimensionResult,
|
|
13027
13100
|
newViewsBasemapView,
|
|
13028
13101
|
newViewsDrawDraw,
|
|
13029
13102
|
newViewsDrawDrawAction,
|
|
@@ -13168,7 +13241,9 @@ export {
|
|
|
13168
13241
|
newWidgetsEditorEditorViewModel,
|
|
13169
13242
|
newWidgetsEditorEdits,
|
|
13170
13243
|
newWidgetsEditorMergeFeaturesWorkflow,
|
|
13244
|
+
newWidgetsEditorMergeFeaturesWorkflowData,
|
|
13171
13245
|
newWidgetsEditorSplitFeatureWorkflow,
|
|
13246
|
+
newWidgetsEditorSplitFeatureWorkflowData,
|
|
13172
13247
|
newWidgetsEditorSupportEditorItem,
|
|
13173
13248
|
newWidgetsEditorUpdateFeaturesWorkflow,
|
|
13174
13249
|
newWidgetsEditorUpdateFeaturesWorkflowData,
|