@arcgis/core-adapter 4.33.0-next.98 → 4.34.0-next.0
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 +292 -37
- package/dist/index.d.cts +47 -8
- package/dist/index.d.ts +47 -8
- package/dist/index.js +292 -37
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -203,6 +203,17 @@ async function newAnalysisViewshedAnalysis(properties) {
|
|
|
203
203
|
const ModConstructor = await importAnalysisViewshedAnalysis();
|
|
204
204
|
return new ModConstructor(properties);
|
|
205
205
|
}
|
|
206
|
+
async function importAnalysisSupportAnalysisOriginWebScene() {
|
|
207
|
+
if (isAMD) {
|
|
208
|
+
return await window.$arcgis.import("esri/analysis/support/AnalysisOriginWebScene");
|
|
209
|
+
}
|
|
210
|
+
const module = await import("@arcgis/core/analysis/support/AnalysisOriginWebScene.js");
|
|
211
|
+
return isDefaultModule(module) ? module.default : module;
|
|
212
|
+
}
|
|
213
|
+
async function newAnalysisSupportAnalysisOriginWebScene(properties) {
|
|
214
|
+
const ModConstructor = await importAnalysisSupportAnalysisOriginWebScene();
|
|
215
|
+
return new ModConstructor(properties);
|
|
216
|
+
}
|
|
206
217
|
async function importCoreAccessor() {
|
|
207
218
|
if (isAMD) {
|
|
208
219
|
return await window.$arcgis.import("esri/core/Accessor");
|
|
@@ -3316,6 +3327,17 @@ async function newRestKnowledgeGraphFieldIndex(properties) {
|
|
|
3316
3327
|
const ModConstructor = await importRestKnowledgeGraphFieldIndex();
|
|
3317
3328
|
return new ModConstructor(properties);
|
|
3318
3329
|
}
|
|
3330
|
+
async function importRestKnowledgeGraphGraphAddNamedTypesResult() {
|
|
3331
|
+
if (isAMD) {
|
|
3332
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphAddNamedTypesResult");
|
|
3333
|
+
}
|
|
3334
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphAddNamedTypesResult.js");
|
|
3335
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3336
|
+
}
|
|
3337
|
+
async function newRestKnowledgeGraphGraphAddNamedTypesResult(properties) {
|
|
3338
|
+
const ModConstructor = await importRestKnowledgeGraphGraphAddNamedTypesResult();
|
|
3339
|
+
return new ModConstructor(properties);
|
|
3340
|
+
}
|
|
3319
3341
|
async function importRestKnowledgeGraphGraphApplyEdits() {
|
|
3320
3342
|
if (isAMD) {
|
|
3321
3343
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphApplyEdits");
|
|
@@ -3338,6 +3360,17 @@ async function newRestKnowledgeGraphGraphApplyEditsResult(properties) {
|
|
|
3338
3360
|
const ModConstructor = await importRestKnowledgeGraphGraphApplyEditsResult();
|
|
3339
3361
|
return new ModConstructor(properties);
|
|
3340
3362
|
}
|
|
3363
|
+
async function importRestKnowledgeGraphGraphDeleteNamedTypeResult() {
|
|
3364
|
+
if (isAMD) {
|
|
3365
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeleteNamedTypeResult");
|
|
3366
|
+
}
|
|
3367
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphDeleteNamedTypeResult.js");
|
|
3368
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3369
|
+
}
|
|
3370
|
+
async function newRestKnowledgeGraphGraphDeleteNamedTypeResult(properties) {
|
|
3371
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDeleteNamedTypeResult();
|
|
3372
|
+
return new ModConstructor(properties);
|
|
3373
|
+
}
|
|
3341
3374
|
async function importRestKnowledgeGraphGraphNamedObject() {
|
|
3342
3375
|
if (isAMD) {
|
|
3343
3376
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphNamedObject");
|
|
@@ -5648,6 +5681,17 @@ async function newViews3dAnalysisAreaMeasurementAnalysisView3D(properties) {
|
|
|
5648
5681
|
const ModConstructor = await importViews3dAnalysisAreaMeasurementAnalysisView3D();
|
|
5649
5682
|
return new ModConstructor(properties);
|
|
5650
5683
|
}
|
|
5684
|
+
async function importViews3dAnalysisDimensionAnalysisView3D() {
|
|
5685
|
+
if (isAMD) {
|
|
5686
|
+
return await window.$arcgis.import("esri/views/3d/analysis/DimensionAnalysisView3D");
|
|
5687
|
+
}
|
|
5688
|
+
const module = await import("@arcgis/core/views/3d/analysis/DimensionAnalysisView3D.js");
|
|
5689
|
+
return isDefaultModule(module) ? module.default : module;
|
|
5690
|
+
}
|
|
5691
|
+
async function newViews3dAnalysisDimensionAnalysisView3D(properties) {
|
|
5692
|
+
const ModConstructor = await importViews3dAnalysisDimensionAnalysisView3D();
|
|
5693
|
+
return new ModConstructor(properties);
|
|
5694
|
+
}
|
|
5651
5695
|
async function importViews3dAnalysisDirectLineMeasurementAnalysisView3D() {
|
|
5652
5696
|
if (isAMD) {
|
|
5653
5697
|
return await window.$arcgis.import("esri/views/3d/analysis/DirectLineMeasurementAnalysisView3D");
|
|
@@ -5791,17 +5835,6 @@ async function newViews3dWebglRenderNode(properties) {
|
|
|
5791
5835
|
const ModConstructor = await importViews3dWebglRenderNode();
|
|
5792
5836
|
return new ModConstructor(properties);
|
|
5793
5837
|
}
|
|
5794
|
-
async function importViewsAnalysisDimensionAnalysisView() {
|
|
5795
|
-
if (isAMD) {
|
|
5796
|
-
return await window.$arcgis.import("esri/views/analysis/DimensionAnalysisView");
|
|
5797
|
-
}
|
|
5798
|
-
const module = await import("@arcgis/core/views/analysis/DimensionAnalysisView.js");
|
|
5799
|
-
return isDefaultModule(module) ? module.default : module;
|
|
5800
|
-
}
|
|
5801
|
-
async function newViewsAnalysisDimensionAnalysisView(properties) {
|
|
5802
|
-
const ModConstructor = await importViewsAnalysisDimensionAnalysisView();
|
|
5803
|
-
return new ModConstructor(properties);
|
|
5804
|
-
}
|
|
5805
5838
|
async function importViewsBasemapView() {
|
|
5806
5839
|
if (isAMD) {
|
|
5807
5840
|
return await window.$arcgis.import("esri/views/BasemapView");
|
|
@@ -6550,6 +6583,61 @@ async function newWebdocIpsPositioningService(properties) {
|
|
|
6550
6583
|
const ModConstructor = await importWebdocIpsPositioningService();
|
|
6551
6584
|
return new ModConstructor(properties);
|
|
6552
6585
|
}
|
|
6586
|
+
async function importWebdocIpsConfiguration() {
|
|
6587
|
+
if (isAMD) {
|
|
6588
|
+
return await window.$arcgis.import("esri/webdoc/ips/Configuration");
|
|
6589
|
+
}
|
|
6590
|
+
const module = await import("@arcgis/core/webdoc/ips/Configuration.js");
|
|
6591
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6592
|
+
}
|
|
6593
|
+
async function newWebdocIpsConfiguration(properties) {
|
|
6594
|
+
const ModConstructor = await importWebdocIpsConfiguration();
|
|
6595
|
+
return new ModConstructor(properties);
|
|
6596
|
+
}
|
|
6597
|
+
async function importWebdocIpsAppleIPSProperties() {
|
|
6598
|
+
if (isAMD) {
|
|
6599
|
+
return await window.$arcgis.import("esri/webdoc/ips/AppleIPSProperties");
|
|
6600
|
+
}
|
|
6601
|
+
const module = await import("@arcgis/core/webdoc/ips/AppleIPSProperties.js");
|
|
6602
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6603
|
+
}
|
|
6604
|
+
async function newWebdocIpsAppleIPSProperties(properties) {
|
|
6605
|
+
const ModConstructor = await importWebdocIpsAppleIPSProperties();
|
|
6606
|
+
return new ModConstructor(properties);
|
|
6607
|
+
}
|
|
6608
|
+
async function importWebdocIpsGNSSProperties() {
|
|
6609
|
+
if (isAMD) {
|
|
6610
|
+
return await window.$arcgis.import("esri/webdoc/ips/GNSSProperties");
|
|
6611
|
+
}
|
|
6612
|
+
const module = await import("@arcgis/core/webdoc/ips/GNSSProperties.js");
|
|
6613
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6614
|
+
}
|
|
6615
|
+
async function newWebdocIpsGNSSProperties(properties) {
|
|
6616
|
+
const ModConstructor = await importWebdocIpsGNSSProperties();
|
|
6617
|
+
return new ModConstructor(properties);
|
|
6618
|
+
}
|
|
6619
|
+
async function importWebdocIpsPathSnappingProperties() {
|
|
6620
|
+
if (isAMD) {
|
|
6621
|
+
return await window.$arcgis.import("esri/webdoc/ips/PathSnappingProperties");
|
|
6622
|
+
}
|
|
6623
|
+
const module = await import("@arcgis/core/webdoc/ips/PathSnappingProperties.js");
|
|
6624
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6625
|
+
}
|
|
6626
|
+
async function newWebdocIpsPathSnappingProperties(properties) {
|
|
6627
|
+
const ModConstructor = await importWebdocIpsPathSnappingProperties();
|
|
6628
|
+
return new ModConstructor(properties);
|
|
6629
|
+
}
|
|
6630
|
+
async function importWebdocIpsSmoothingProperties() {
|
|
6631
|
+
if (isAMD) {
|
|
6632
|
+
return await window.$arcgis.import("esri/webdoc/ips/SmoothingProperties");
|
|
6633
|
+
}
|
|
6634
|
+
const module = await import("@arcgis/core/webdoc/ips/SmoothingProperties.js");
|
|
6635
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6636
|
+
}
|
|
6637
|
+
async function newWebdocIpsSmoothingProperties(properties) {
|
|
6638
|
+
const ModConstructor = await importWebdocIpsSmoothingProperties();
|
|
6639
|
+
return new ModConstructor(properties);
|
|
6640
|
+
}
|
|
6553
6641
|
async function importWebdocWidgetsTimeSlider() {
|
|
6554
6642
|
if (isAMD) {
|
|
6555
6643
|
return await window.$arcgis.import("esri/webdoc/widgets/TimeSlider");
|
|
@@ -6759,6 +6847,61 @@ async function newWebsceneVirtualLighting(properties) {
|
|
|
6759
6847
|
const ModConstructor = await importWebsceneVirtualLighting();
|
|
6760
6848
|
return new ModConstructor(properties);
|
|
6761
6849
|
}
|
|
6850
|
+
async function importWebsceneSupportFeatureReferenceGlobalId() {
|
|
6851
|
+
if (isAMD) {
|
|
6852
|
+
return await window.$arcgis.import("esri/webscene/support/FeatureReferenceGlobalId");
|
|
6853
|
+
}
|
|
6854
|
+
const module = await import("@arcgis/core/webscene/support/FeatureReferenceGlobalId.js");
|
|
6855
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6856
|
+
}
|
|
6857
|
+
async function newWebsceneSupportFeatureReferenceGlobalId(properties) {
|
|
6858
|
+
const ModConstructor = await importWebsceneSupportFeatureReferenceGlobalId();
|
|
6859
|
+
return new ModConstructor(properties);
|
|
6860
|
+
}
|
|
6861
|
+
async function importWebsceneSupportFeatureReferenceId() {
|
|
6862
|
+
if (isAMD) {
|
|
6863
|
+
return await window.$arcgis.import("esri/webscene/support/FeatureReferenceId");
|
|
6864
|
+
}
|
|
6865
|
+
const module = await import("@arcgis/core/webscene/support/FeatureReferenceId.js");
|
|
6866
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6867
|
+
}
|
|
6868
|
+
async function newWebsceneSupportFeatureReferenceId(properties) {
|
|
6869
|
+
const ModConstructor = await importWebsceneSupportFeatureReferenceId();
|
|
6870
|
+
return new ModConstructor(properties);
|
|
6871
|
+
}
|
|
6872
|
+
async function importWebsceneSupportFeatureReferenceObjectId() {
|
|
6873
|
+
if (isAMD) {
|
|
6874
|
+
return await window.$arcgis.import("esri/webscene/support/FeatureReferenceObjectId");
|
|
6875
|
+
}
|
|
6876
|
+
const module = await import("@arcgis/core/webscene/support/FeatureReferenceObjectId.js");
|
|
6877
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6878
|
+
}
|
|
6879
|
+
async function newWebsceneSupportFeatureReferenceObjectId(properties) {
|
|
6880
|
+
const ModConstructor = await importWebsceneSupportFeatureReferenceObjectId();
|
|
6881
|
+
return new ModConstructor(properties);
|
|
6882
|
+
}
|
|
6883
|
+
async function importWebsceneSupportFeatureReference() {
|
|
6884
|
+
if (isAMD) {
|
|
6885
|
+
return await window.$arcgis.import("esri/webscene/support/FeatureReference");
|
|
6886
|
+
}
|
|
6887
|
+
const module = await import("@arcgis/core/webscene/support/FeatureReference.js");
|
|
6888
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6889
|
+
}
|
|
6890
|
+
async function newWebsceneSupportFeatureReference(properties) {
|
|
6891
|
+
const ModConstructor = await importWebsceneSupportFeatureReference();
|
|
6892
|
+
return new ModConstructor(properties);
|
|
6893
|
+
}
|
|
6894
|
+
async function importWebsceneSupportLayerReference() {
|
|
6895
|
+
if (isAMD) {
|
|
6896
|
+
return await window.$arcgis.import("esri/webscene/support/LayerReference");
|
|
6897
|
+
}
|
|
6898
|
+
const module = await import("@arcgis/core/webscene/support/LayerReference.js");
|
|
6899
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6900
|
+
}
|
|
6901
|
+
async function newWebsceneSupportLayerReference(properties) {
|
|
6902
|
+
const ModConstructor = await importWebsceneSupportLayerReference();
|
|
6903
|
+
return new ModConstructor(properties);
|
|
6904
|
+
}
|
|
6762
6905
|
async function importWebsceneSupportSlideElements() {
|
|
6763
6906
|
if (isAMD) {
|
|
6764
6907
|
return await window.$arcgis.import("esri/webscene/support/SlideElements");
|
|
@@ -6770,6 +6913,17 @@ async function newWebsceneSupportSlideElements(properties) {
|
|
|
6770
6913
|
const ModConstructor = await importWebsceneSupportSlideElements();
|
|
6771
6914
|
return new ModConstructor(properties);
|
|
6772
6915
|
}
|
|
6916
|
+
async function importWebsceneSupportSlidePopupInfo() {
|
|
6917
|
+
if (isAMD) {
|
|
6918
|
+
return await window.$arcgis.import("esri/webscene/support/SlidePopupInfo");
|
|
6919
|
+
}
|
|
6920
|
+
const module = await import("@arcgis/core/webscene/support/SlidePopupInfo.js");
|
|
6921
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6922
|
+
}
|
|
6923
|
+
async function newWebsceneSupportSlidePopupInfo(properties) {
|
|
6924
|
+
const ModConstructor = await importWebsceneSupportSlidePopupInfo();
|
|
6925
|
+
return new ModConstructor(properties);
|
|
6926
|
+
}
|
|
6773
6927
|
async function importWidgetsAreaMeasurement2D() {
|
|
6774
6928
|
if (isAMD) {
|
|
6775
6929
|
return await window.$arcgis.import("esri/widgets/AreaMeasurement2D");
|
|
@@ -7287,6 +7441,17 @@ async function newWidgetsEditorEdits(properties) {
|
|
|
7287
7441
|
const ModConstructor = await importWidgetsEditorEdits();
|
|
7288
7442
|
return new ModConstructor(properties);
|
|
7289
7443
|
}
|
|
7444
|
+
async function importWidgetsEditorUpdateFeaturesWorkflowData() {
|
|
7445
|
+
if (isAMD) {
|
|
7446
|
+
return await window.$arcgis.import("esri/widgets/Editor/UpdateFeaturesWorkflowData");
|
|
7447
|
+
}
|
|
7448
|
+
const module = await import("@arcgis/core/widgets/Editor/UpdateFeaturesWorkflowData.js");
|
|
7449
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7450
|
+
}
|
|
7451
|
+
async function newWidgetsEditorUpdateFeaturesWorkflowData(properties) {
|
|
7452
|
+
const ModConstructor = await importWidgetsEditorUpdateFeaturesWorkflowData();
|
|
7453
|
+
return new ModConstructor(properties);
|
|
7454
|
+
}
|
|
7290
7455
|
async function importWidgetsEditorUpdateWorkflow() {
|
|
7291
7456
|
if (isAMD) {
|
|
7292
7457
|
return await window.$arcgis.import("esri/widgets/Editor/UpdateWorkflow");
|
|
@@ -7672,6 +7837,28 @@ async function newWidgetsFeatureTableGridSupportButtonMenuViewModel(properties)
|
|
|
7672
7837
|
const ModConstructor = await importWidgetsFeatureTableGridSupportButtonMenuViewModel();
|
|
7673
7838
|
return new ModConstructor(properties);
|
|
7674
7839
|
}
|
|
7840
|
+
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
7841
|
+
if (isAMD) {
|
|
7842
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
7843
|
+
}
|
|
7844
|
+
const module = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsColumnTemplate.js");
|
|
7845
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7846
|
+
}
|
|
7847
|
+
async function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties) {
|
|
7848
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsColumnTemplate();
|
|
7849
|
+
return new ModConstructor(properties);
|
|
7850
|
+
}
|
|
7851
|
+
async function importWidgetsFeatureTableSupportAttachmentsViewOptions() {
|
|
7852
|
+
if (isAMD) {
|
|
7853
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsViewOptions");
|
|
7854
|
+
}
|
|
7855
|
+
const module = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsViewOptions.js");
|
|
7856
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7857
|
+
}
|
|
7858
|
+
async function newWidgetsFeatureTableSupportAttachmentsViewOptions(properties) {
|
|
7859
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsViewOptions();
|
|
7860
|
+
return new ModConstructor(properties);
|
|
7861
|
+
}
|
|
7675
7862
|
async function importWidgetsFeatureTableSupportColumnTemplate() {
|
|
7676
7863
|
if (isAMD) {
|
|
7677
7864
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/ColumnTemplate");
|
|
@@ -7705,15 +7892,15 @@ async function newWidgetsFeatureTableSupportFieldColumnTemplate(properties) {
|
|
|
7705
7892
|
const ModConstructor = await importWidgetsFeatureTableSupportFieldColumnTemplate();
|
|
7706
7893
|
return new ModConstructor(properties);
|
|
7707
7894
|
}
|
|
7708
|
-
async function
|
|
7895
|
+
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
7709
7896
|
if (isAMD) {
|
|
7710
|
-
return await window.$arcgis.import("esri/widgets/FeatureTable/support/
|
|
7897
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
7711
7898
|
}
|
|
7712
|
-
const module = await import("@arcgis/core/widgets/FeatureTable/support/
|
|
7899
|
+
const module = await import("@arcgis/core/widgets/FeatureTable/support/GroupColumnTemplate.js");
|
|
7713
7900
|
return isDefaultModule(module) ? module.default : module;
|
|
7714
7901
|
}
|
|
7715
|
-
async function
|
|
7716
|
-
const ModConstructor = await
|
|
7902
|
+
async function newWidgetsFeatureTableSupportGroupColumnTemplate(properties) {
|
|
7903
|
+
const ModConstructor = await importWidgetsFeatureTableSupportGroupColumnTemplate();
|
|
7717
7904
|
return new ModConstructor(properties);
|
|
7718
7905
|
}
|
|
7719
7906
|
async function importWidgetsFeatureTableSupportRelationshipColumnTemplate() {
|
|
@@ -7727,17 +7914,6 @@ async function newWidgetsFeatureTableSupportRelationshipColumnTemplate(propertie
|
|
|
7727
7914
|
const ModConstructor = await importWidgetsFeatureTableSupportRelationshipColumnTemplate();
|
|
7728
7915
|
return new ModConstructor(properties);
|
|
7729
7916
|
}
|
|
7730
|
-
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
7731
|
-
if (isAMD) {
|
|
7732
|
-
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
7733
|
-
}
|
|
7734
|
-
const module = await import("@arcgis/core/widgets/FeatureTable/support/GroupColumnTemplate.js");
|
|
7735
|
-
return isDefaultModule(module) ? module.default : module;
|
|
7736
|
-
}
|
|
7737
|
-
async function newWidgetsFeatureTableSupportGroupColumnTemplate(properties) {
|
|
7738
|
-
const ModConstructor = await importWidgetsFeatureTableSupportGroupColumnTemplate();
|
|
7739
|
-
return new ModConstructor(properties);
|
|
7740
|
-
}
|
|
7741
7917
|
async function importWidgetsFeatureTableSupportTableTemplate() {
|
|
7742
7918
|
if (isAMD) {
|
|
7743
7919
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/TableTemplate");
|
|
@@ -8321,6 +8497,39 @@ async function newWidgetsShadowCastShadowCastViewModel(properties) {
|
|
|
8321
8497
|
const ModConstructor = await importWidgetsShadowCastShadowCastViewModel();
|
|
8322
8498
|
return new ModConstructor(properties);
|
|
8323
8499
|
}
|
|
8500
|
+
async function importWidgetsShadowCastDiscreteOptions() {
|
|
8501
|
+
if (isAMD) {
|
|
8502
|
+
return await window.$arcgis.import("esri/widgets/ShadowCast/DiscreteOptions");
|
|
8503
|
+
}
|
|
8504
|
+
const module = await import("@arcgis/core/widgets/ShadowCast/DiscreteOptions.js");
|
|
8505
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8506
|
+
}
|
|
8507
|
+
async function newWidgetsShadowCastDiscreteOptions(properties) {
|
|
8508
|
+
const ModConstructor = await importWidgetsShadowCastDiscreteOptions();
|
|
8509
|
+
return new ModConstructor(properties);
|
|
8510
|
+
}
|
|
8511
|
+
async function importWidgetsShadowCastDurationOptions() {
|
|
8512
|
+
if (isAMD) {
|
|
8513
|
+
return await window.$arcgis.import("esri/widgets/ShadowCast/DurationOptions");
|
|
8514
|
+
}
|
|
8515
|
+
const module = await import("@arcgis/core/widgets/ShadowCast/DurationOptions.js");
|
|
8516
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8517
|
+
}
|
|
8518
|
+
async function newWidgetsShadowCastDurationOptions(properties) {
|
|
8519
|
+
const ModConstructor = await importWidgetsShadowCastDurationOptions();
|
|
8520
|
+
return new ModConstructor(properties);
|
|
8521
|
+
}
|
|
8522
|
+
async function importWidgetsShadowCastThresholdOptions() {
|
|
8523
|
+
if (isAMD) {
|
|
8524
|
+
return await window.$arcgis.import("esri/widgets/ShadowCast/ThresholdOptions");
|
|
8525
|
+
}
|
|
8526
|
+
const module = await import("@arcgis/core/widgets/ShadowCast/ThresholdOptions.js");
|
|
8527
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8528
|
+
}
|
|
8529
|
+
async function newWidgetsShadowCastThresholdOptions(properties) {
|
|
8530
|
+
const ModConstructor = await importWidgetsShadowCastThresholdOptions();
|
|
8531
|
+
return new ModConstructor(properties);
|
|
8532
|
+
}
|
|
8324
8533
|
async function importWidgetsSketch() {
|
|
8325
8534
|
if (isAMD) {
|
|
8326
8535
|
return await window.$arcgis.import("esri/widgets/Sketch");
|
|
@@ -9541,13 +9750,6 @@ async function importLayersCatalogCatalogUtils() {
|
|
|
9541
9750
|
const module = await import("@arcgis/core/layers/catalog/catalogUtils.js");
|
|
9542
9751
|
return isDefaultModule(module) ? module.default : module;
|
|
9543
9752
|
}
|
|
9544
|
-
async function importLayersKnowledgeGraphSupportUtils() {
|
|
9545
|
-
if (isAMD) {
|
|
9546
|
-
return await window.$arcgis.import("esri/layers/knowledgeGraph/supportUtils");
|
|
9547
|
-
}
|
|
9548
|
-
const module = await import("@arcgis/core/layers/knowledgeGraph/supportUtils.js");
|
|
9549
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9550
|
-
}
|
|
9551
9753
|
async function importLayersOgcWfsUtils() {
|
|
9552
9754
|
if (isAMD) {
|
|
9553
9755
|
return await window.$arcgis.import("esri/layers/ogc/wfsUtils");
|
|
@@ -10318,6 +10520,13 @@ async function importWidgetsSupportWidget() {
|
|
|
10318
10520
|
const module = await import("@arcgis/core/widgets/support/widget.js");
|
|
10319
10521
|
return isDefaultModule(module) ? module.default : module;
|
|
10320
10522
|
}
|
|
10523
|
+
async function importApplicationsComponentsAnalysisUtils() {
|
|
10524
|
+
if (isAMD) {
|
|
10525
|
+
return await window.$arcgis.import("esri/applications/Components/analysisUtils");
|
|
10526
|
+
}
|
|
10527
|
+
const module = await import("@arcgis/core/applications/Components/analysisUtils.js");
|
|
10528
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10529
|
+
}
|
|
10321
10530
|
async function importApplicationsComponentsBasemapUtils() {
|
|
10322
10531
|
if (isAMD) {
|
|
10323
10532
|
return await window.$arcgis.import("esri/applications/Components/basemapUtils");
|
|
@@ -10409,6 +10618,13 @@ async function importApplicationsComponentsSvgUtils() {
|
|
|
10409
10618
|
const module = await import("@arcgis/core/applications/Components/svgUtils.js");
|
|
10410
10619
|
return isDefaultModule(module) ? module.default : module;
|
|
10411
10620
|
}
|
|
10621
|
+
async function importApplicationsComponentsViewUtils() {
|
|
10622
|
+
if (isAMD) {
|
|
10623
|
+
return await window.$arcgis.import("esri/applications/Components/viewUtils");
|
|
10624
|
+
}
|
|
10625
|
+
const module = await import("@arcgis/core/applications/Components/viewUtils.js");
|
|
10626
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10627
|
+
}
|
|
10412
10628
|
async function importApplicationsComponentsWebStyleSymbolUtils() {
|
|
10413
10629
|
if (isAMD) {
|
|
10414
10630
|
return await window.$arcgis.import("esri/applications/Components/webStyleSymbolUtils");
|
|
@@ -10456,8 +10672,10 @@ export {
|
|
|
10456
10672
|
importAnalysisLineOfSightAnalysisTarget,
|
|
10457
10673
|
importAnalysisSliceAnalysis,
|
|
10458
10674
|
importAnalysisSlicePlane,
|
|
10675
|
+
importAnalysisSupportAnalysisOriginWebScene,
|
|
10459
10676
|
importAnalysisViewshed,
|
|
10460
10677
|
importAnalysisViewshedAnalysis,
|
|
10678
|
+
importApplicationsComponentsAnalysisUtils,
|
|
10461
10679
|
importApplicationsComponentsBasemapUtils,
|
|
10462
10680
|
importApplicationsComponentsDrawUtils,
|
|
10463
10681
|
importApplicationsComponentsFontUtils,
|
|
@@ -10471,6 +10689,7 @@ export {
|
|
|
10471
10689
|
importApplicationsComponentsSketchTooltipControls,
|
|
10472
10690
|
importApplicationsComponentsStyleUtils,
|
|
10473
10691
|
importApplicationsComponentsSvgUtils,
|
|
10692
|
+
importApplicationsComponentsViewUtils,
|
|
10474
10693
|
importApplicationsComponentsWebStyleSymbolUtils,
|
|
10475
10694
|
importApplicationsExperienceBuilderSketchUtils,
|
|
10476
10695
|
importApplicationsMapViewerTemplateUtils,
|
|
@@ -10646,7 +10865,6 @@ export {
|
|
|
10646
10865
|
importLayersKMLLayer,
|
|
10647
10866
|
importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
10648
10867
|
importLayersKnowledgeGraphLayer,
|
|
10649
|
-
importLayersKnowledgeGraphSupportUtils,
|
|
10650
10868
|
importLayersLayer,
|
|
10651
10869
|
importLayersLineOfSightLayer,
|
|
10652
10870
|
importLayersLinkChartLayer,
|
|
@@ -10873,8 +11091,10 @@ export {
|
|
|
10873
11091
|
importRestKnowledgeGraphEntity,
|
|
10874
11092
|
importRestKnowledgeGraphEntityType,
|
|
10875
11093
|
importRestKnowledgeGraphFieldIndex,
|
|
11094
|
+
importRestKnowledgeGraphGraphAddNamedTypesResult,
|
|
10876
11095
|
importRestKnowledgeGraphGraphApplyEdits,
|
|
10877
11096
|
importRestKnowledgeGraphGraphApplyEditsResult,
|
|
11097
|
+
importRestKnowledgeGraphGraphDeleteNamedTypeResult,
|
|
10878
11098
|
importRestKnowledgeGraphGraphNamedObject,
|
|
10879
11099
|
importRestKnowledgeGraphGraphObject,
|
|
10880
11100
|
importRestKnowledgeGraphGraphObjectType,
|
|
@@ -11157,6 +11377,7 @@ export {
|
|
|
11157
11377
|
importViews2dLayersBaseLayerViewGL2D,
|
|
11158
11378
|
importViews2dViewState,
|
|
11159
11379
|
importViews3dAnalysisAreaMeasurementAnalysisView3D,
|
|
11380
|
+
importViews3dAnalysisDimensionAnalysisView3D,
|
|
11160
11381
|
importViews3dAnalysisDirectLineMeasurementAnalysisView3D,
|
|
11161
11382
|
importViews3dAnalysisLineOfSightAnalysisResult,
|
|
11162
11383
|
importViews3dAnalysisLineOfSightAnalysisView3D,
|
|
@@ -11175,7 +11396,6 @@ export {
|
|
|
11175
11396
|
importViews3dWebglManagedFBO,
|
|
11176
11397
|
importViews3dWebglRenderCamera,
|
|
11177
11398
|
importViews3dWebglRenderNode,
|
|
11178
|
-
importViewsAnalysisDimensionAnalysisView,
|
|
11179
11399
|
importViewsAnalysisLengthDimensionResult,
|
|
11180
11400
|
importViewsBasemapView,
|
|
11181
11401
|
importViewsDrawDraw,
|
|
@@ -11249,7 +11469,12 @@ export {
|
|
|
11249
11469
|
importWebdocGeotriggersInfoGeotrigger,
|
|
11250
11470
|
importWebdocGeotriggersInfoGeotriggerNotificationOptions,
|
|
11251
11471
|
importWebdocIPSInfo,
|
|
11472
|
+
importWebdocIpsAppleIPSProperties,
|
|
11473
|
+
importWebdocIpsConfiguration,
|
|
11474
|
+
importWebdocIpsGNSSProperties,
|
|
11475
|
+
importWebdocIpsPathSnappingProperties,
|
|
11252
11476
|
importWebdocIpsPositioningService,
|
|
11477
|
+
importWebdocIpsSmoothingProperties,
|
|
11253
11478
|
importWebdocWidgetsTimeSlider,
|
|
11254
11479
|
importWebmapApplicationProperties,
|
|
11255
11480
|
importWebmapBackgroundColorBackground,
|
|
@@ -11264,7 +11489,13 @@ export {
|
|
|
11264
11489
|
importWebsceneSlide,
|
|
11265
11490
|
importWebsceneSlideLegendInfo,
|
|
11266
11491
|
importWebsceneSunLighting,
|
|
11492
|
+
importWebsceneSupportFeatureReference,
|
|
11493
|
+
importWebsceneSupportFeatureReferenceGlobalId,
|
|
11494
|
+
importWebsceneSupportFeatureReferenceId,
|
|
11495
|
+
importWebsceneSupportFeatureReferenceObjectId,
|
|
11496
|
+
importWebsceneSupportLayerReference,
|
|
11267
11497
|
importWebsceneSupportSlideElements,
|
|
11498
|
+
importWebsceneSupportSlidePopupInfo,
|
|
11268
11499
|
importWebsceneVirtualLighting,
|
|
11269
11500
|
importWidgetsAreaMeasurement2D,
|
|
11270
11501
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -11315,6 +11546,7 @@ export {
|
|
|
11315
11546
|
importWidgetsEditorEditorViewModel,
|
|
11316
11547
|
importWidgetsEditorEdits,
|
|
11317
11548
|
importWidgetsEditorSupportEditorItem,
|
|
11549
|
+
importWidgetsEditorUpdateFeaturesWorkflowData,
|
|
11318
11550
|
importWidgetsEditorUpdateWorkflow,
|
|
11319
11551
|
importWidgetsEditorUpdateWorkflowData,
|
|
11320
11552
|
importWidgetsEditorWorkflow,
|
|
@@ -11348,6 +11580,7 @@ export {
|
|
|
11348
11580
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
11349
11581
|
importWidgetsFeatureTableRelationshipColumn,
|
|
11350
11582
|
importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
11583
|
+
importWidgetsFeatureTableSupportAttachmentsViewOptions,
|
|
11351
11584
|
importWidgetsFeatureTableSupportColumnTemplate,
|
|
11352
11585
|
importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
11353
11586
|
importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
@@ -11407,7 +11640,10 @@ export {
|
|
|
11407
11640
|
importWidgetsSearchSearchSource,
|
|
11408
11641
|
importWidgetsSearchSearchViewModel,
|
|
11409
11642
|
importWidgetsShadowCast,
|
|
11643
|
+
importWidgetsShadowCastDiscreteOptions,
|
|
11644
|
+
importWidgetsShadowCastDurationOptions,
|
|
11410
11645
|
importWidgetsShadowCastShadowCastViewModel,
|
|
11646
|
+
importWidgetsShadowCastThresholdOptions,
|
|
11411
11647
|
importWidgetsSketch,
|
|
11412
11648
|
importWidgetsSketchSketchViewModel,
|
|
11413
11649
|
importWidgetsSlice,
|
|
@@ -11482,6 +11718,7 @@ export {
|
|
|
11482
11718
|
newAnalysisLineOfSightAnalysisTarget,
|
|
11483
11719
|
newAnalysisSliceAnalysis,
|
|
11484
11720
|
newAnalysisSlicePlane,
|
|
11721
|
+
newAnalysisSupportAnalysisOriginWebScene,
|
|
11485
11722
|
newAnalysisViewshed,
|
|
11486
11723
|
newAnalysisViewshedAnalysis,
|
|
11487
11724
|
newAttributeBinsGraphic,
|
|
@@ -11771,8 +12008,10 @@ export {
|
|
|
11771
12008
|
newRestKnowledgeGraphEntity,
|
|
11772
12009
|
newRestKnowledgeGraphEntityType,
|
|
11773
12010
|
newRestKnowledgeGraphFieldIndex,
|
|
12011
|
+
newRestKnowledgeGraphGraphAddNamedTypesResult,
|
|
11774
12012
|
newRestKnowledgeGraphGraphApplyEdits,
|
|
11775
12013
|
newRestKnowledgeGraphGraphApplyEditsResult,
|
|
12014
|
+
newRestKnowledgeGraphGraphDeleteNamedTypeResult,
|
|
11776
12015
|
newRestKnowledgeGraphGraphNamedObject,
|
|
11777
12016
|
newRestKnowledgeGraphGraphObject,
|
|
11778
12017
|
newRestKnowledgeGraphGraphObjectType,
|
|
@@ -11983,6 +12222,7 @@ export {
|
|
|
11983
12222
|
newViews2dLayersBaseLayerViewGL2D,
|
|
11984
12223
|
newViews2dViewState,
|
|
11985
12224
|
newViews3dAnalysisAreaMeasurementAnalysisView3D,
|
|
12225
|
+
newViews3dAnalysisDimensionAnalysisView3D,
|
|
11986
12226
|
newViews3dAnalysisDirectLineMeasurementAnalysisView3D,
|
|
11987
12227
|
newViews3dAnalysisLineOfSightAnalysisResult,
|
|
11988
12228
|
newViews3dAnalysisLineOfSightAnalysisView3D,
|
|
@@ -11996,7 +12236,6 @@ export {
|
|
|
11996
12236
|
newViews3dEnvironmentSunnyWeather,
|
|
11997
12237
|
newViews3dEnvironmentVirtualLighting,
|
|
11998
12238
|
newViews3dWebglRenderNode,
|
|
11999
|
-
newViewsAnalysisDimensionAnalysisView,
|
|
12000
12239
|
newViewsBasemapView,
|
|
12001
12240
|
newViewsDrawDraw,
|
|
12002
12241
|
newViewsDrawDrawAction,
|
|
@@ -12068,7 +12307,12 @@ export {
|
|
|
12068
12307
|
newWebdocGeotriggersInfoGeotrigger,
|
|
12069
12308
|
newWebdocGeotriggersInfoGeotriggerNotificationOptions,
|
|
12070
12309
|
newWebdocIPSInfo,
|
|
12310
|
+
newWebdocIpsAppleIPSProperties,
|
|
12311
|
+
newWebdocIpsConfiguration,
|
|
12312
|
+
newWebdocIpsGNSSProperties,
|
|
12313
|
+
newWebdocIpsPathSnappingProperties,
|
|
12071
12314
|
newWebdocIpsPositioningService,
|
|
12315
|
+
newWebdocIpsSmoothingProperties,
|
|
12072
12316
|
newWebdocWidgetsTimeSlider,
|
|
12073
12317
|
newWebmapApplicationProperties,
|
|
12074
12318
|
newWebmapBackgroundColorBackground,
|
|
@@ -12083,7 +12327,13 @@ export {
|
|
|
12083
12327
|
newWebsceneSlide,
|
|
12084
12328
|
newWebsceneSlideLegendInfo,
|
|
12085
12329
|
newWebsceneSunLighting,
|
|
12330
|
+
newWebsceneSupportFeatureReference,
|
|
12331
|
+
newWebsceneSupportFeatureReferenceGlobalId,
|
|
12332
|
+
newWebsceneSupportFeatureReferenceId,
|
|
12333
|
+
newWebsceneSupportFeatureReferenceObjectId,
|
|
12334
|
+
newWebsceneSupportLayerReference,
|
|
12086
12335
|
newWebsceneSupportSlideElements,
|
|
12336
|
+
newWebsceneSupportSlidePopupInfo,
|
|
12087
12337
|
newWebsceneVirtualLighting,
|
|
12088
12338
|
newWidgetsAreaMeasurement2D,
|
|
12089
12339
|
newWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -12133,6 +12383,7 @@ export {
|
|
|
12133
12383
|
newWidgetsEditorEditorViewModel,
|
|
12134
12384
|
newWidgetsEditorEdits,
|
|
12135
12385
|
newWidgetsEditorSupportEditorItem,
|
|
12386
|
+
newWidgetsEditorUpdateFeaturesWorkflowData,
|
|
12136
12387
|
newWidgetsEditorUpdateWorkflow,
|
|
12137
12388
|
newWidgetsEditorUpdateWorkflowData,
|
|
12138
12389
|
newWidgetsEditorWorkflow,
|
|
@@ -12166,6 +12417,7 @@ export {
|
|
|
12166
12417
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12167
12418
|
newWidgetsFeatureTableRelationshipColumn,
|
|
12168
12419
|
newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12420
|
+
newWidgetsFeatureTableSupportAttachmentsViewOptions,
|
|
12169
12421
|
newWidgetsFeatureTableSupportColumnTemplate,
|
|
12170
12422
|
newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
12171
12423
|
newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
@@ -12225,7 +12477,10 @@ export {
|
|
|
12225
12477
|
newWidgetsSearchSearchSource,
|
|
12226
12478
|
newWidgetsSearchSearchViewModel,
|
|
12227
12479
|
newWidgetsShadowCast,
|
|
12480
|
+
newWidgetsShadowCastDiscreteOptions,
|
|
12481
|
+
newWidgetsShadowCastDurationOptions,
|
|
12228
12482
|
newWidgetsShadowCastShadowCastViewModel,
|
|
12483
|
+
newWidgetsShadowCastThresholdOptions,
|
|
12229
12484
|
newWidgetsSketch,
|
|
12230
12485
|
newWidgetsSketchSketchViewModel,
|
|
12231
12486
|
newWidgetsSlice,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/core-adapter",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.34.0-next.0",
|
|
4
4
|
"description": "ArcGIS Core Adapter",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
],
|
|
19
19
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"tslib": "^2.
|
|
21
|
+
"tslib": "^2.8.1"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
24
|
"@arcgis/core": ">=4.33.0-next <4.34"
|