@arcgis/core-adapter 4.33.0-next.12 → 4.33.0-next.121
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 +2208 -3712
- package/dist/index.d.cts +1872 -1823
- package/dist/index.d.ts +1872 -1823
- package/dist/index.js +389 -60
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
var isAMD = typeof window !== "undefined" && "$arcgis" in window && typeof window.$arcgis === "object" && "import" in window.$arcgis && !("forceESM" in window.$arcgis);
|
|
1
|
+
const isAMD = typeof window !== "undefined" && "$arcgis" in window && typeof window.$arcgis === "object" && "import" in window.$arcgis && !("forceESM" in window.$arcgis);
|
|
3
2
|
function isDefaultModule(module) {
|
|
4
3
|
return module.default !== void 0;
|
|
5
4
|
}
|
|
@@ -61,6 +60,17 @@ async function newColor(color) {
|
|
|
61
60
|
const ModConstructor = await importColor();
|
|
62
61
|
return new ModConstructor(color);
|
|
63
62
|
}
|
|
63
|
+
async function importAnalysisAnalysis() {
|
|
64
|
+
if (isAMD) {
|
|
65
|
+
return await window.$arcgis.import("esri/analysis/Analysis");
|
|
66
|
+
}
|
|
67
|
+
const module = await import("@arcgis/core/analysis/Analysis.js");
|
|
68
|
+
return isDefaultModule(module) ? module.default : module;
|
|
69
|
+
}
|
|
70
|
+
async function newAnalysisAnalysis(properties) {
|
|
71
|
+
const ModConstructor = await importAnalysisAnalysis();
|
|
72
|
+
return new ModConstructor(properties);
|
|
73
|
+
}
|
|
64
74
|
async function importAnalysisAreaMeasurementAnalysis() {
|
|
65
75
|
if (isAMD) {
|
|
66
76
|
return await window.$arcgis.import("esri/analysis/AreaMeasurementAnalysis");
|
|
@@ -193,6 +203,17 @@ async function newAnalysisViewshedAnalysis(properties) {
|
|
|
193
203
|
const ModConstructor = await importAnalysisViewshedAnalysis();
|
|
194
204
|
return new ModConstructor(properties);
|
|
195
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
|
+
}
|
|
196
217
|
async function importCoreAccessor() {
|
|
197
218
|
if (isAMD) {
|
|
198
219
|
return await window.$arcgis.import("esri/core/Accessor");
|
|
@@ -1271,6 +1292,17 @@ async function newLayersPointCloudFiltersPointCloudBitfieldFilter(properties) {
|
|
|
1271
1292
|
const ModConstructor = await importLayersPointCloudFiltersPointCloudBitfieldFilter();
|
|
1272
1293
|
return new ModConstructor(properties);
|
|
1273
1294
|
}
|
|
1295
|
+
async function importLayersParquetLayer() {
|
|
1296
|
+
if (isAMD) {
|
|
1297
|
+
return await window.$arcgis.import("esri/layers/ParquetLayer");
|
|
1298
|
+
}
|
|
1299
|
+
const module = await import("@arcgis/core/layers/ParquetLayer.js");
|
|
1300
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1301
|
+
}
|
|
1302
|
+
async function newLayersParquetLayer(properties) {
|
|
1303
|
+
const ModConstructor = await importLayersParquetLayer();
|
|
1304
|
+
return new ModConstructor(properties);
|
|
1305
|
+
}
|
|
1274
1306
|
async function importLayersPointCloudLayer() {
|
|
1275
1307
|
if (isAMD) {
|
|
1276
1308
|
return await window.$arcgis.import("esri/layers/PointCloudLayer");
|
|
@@ -1722,6 +1754,28 @@ async function newLayersSupportOrderByInfo(properties) {
|
|
|
1722
1754
|
const ModConstructor = await importLayersSupportOrderByInfo();
|
|
1723
1755
|
return new ModConstructor(properties);
|
|
1724
1756
|
}
|
|
1757
|
+
async function importLayersSupportParquetEncodingLocation() {
|
|
1758
|
+
if (isAMD) {
|
|
1759
|
+
return await window.$arcgis.import("esri/layers/support/ParquetEncodingLocation");
|
|
1760
|
+
}
|
|
1761
|
+
const module = await import("@arcgis/core/layers/support/ParquetEncodingLocation.js");
|
|
1762
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1763
|
+
}
|
|
1764
|
+
async function newLayersSupportParquetEncodingLocation(properties) {
|
|
1765
|
+
const ModConstructor = await importLayersSupportParquetEncodingLocation();
|
|
1766
|
+
return new ModConstructor(properties);
|
|
1767
|
+
}
|
|
1768
|
+
async function importLayersSupportParquetEncodingWkb() {
|
|
1769
|
+
if (isAMD) {
|
|
1770
|
+
return await window.$arcgis.import("esri/layers/support/ParquetEncodingWkb");
|
|
1771
|
+
}
|
|
1772
|
+
const module = await import("@arcgis/core/layers/support/ParquetEncodingWkb.js");
|
|
1773
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1774
|
+
}
|
|
1775
|
+
async function newLayersSupportParquetEncodingWkb(properties) {
|
|
1776
|
+
const ModConstructor = await importLayersSupportParquetEncodingWkb();
|
|
1777
|
+
return new ModConstructor(properties);
|
|
1778
|
+
}
|
|
1725
1779
|
async function importLayersSupportPixelBlock() {
|
|
1726
1780
|
if (isAMD) {
|
|
1727
1781
|
return await window.$arcgis.import("esri/layers/support/PixelBlock");
|
|
@@ -1964,6 +2018,28 @@ async function newLayersSupportTimeInfo(properties) {
|
|
|
1964
2018
|
const ModConstructor = await importLayersSupportTimeInfo();
|
|
1965
2019
|
return new ModConstructor(properties);
|
|
1966
2020
|
}
|
|
2021
|
+
async function importLayersSupportTrackInfo() {
|
|
2022
|
+
if (isAMD) {
|
|
2023
|
+
return await window.$arcgis.import("esri/layers/support/TrackInfo");
|
|
2024
|
+
}
|
|
2025
|
+
const module = await import("@arcgis/core/layers/support/TrackInfo.js");
|
|
2026
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2027
|
+
}
|
|
2028
|
+
async function newLayersSupportTrackInfo(properties) {
|
|
2029
|
+
const ModConstructor = await importLayersSupportTrackInfo();
|
|
2030
|
+
return new ModConstructor(properties);
|
|
2031
|
+
}
|
|
2032
|
+
async function importLayersSupportTrackPartInfo() {
|
|
2033
|
+
if (isAMD) {
|
|
2034
|
+
return await window.$arcgis.import("esri/layers/support/TrackPartInfo");
|
|
2035
|
+
}
|
|
2036
|
+
const module = await import("@arcgis/core/layers/support/TrackPartInfo.js");
|
|
2037
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2038
|
+
}
|
|
2039
|
+
async function newLayersSupportTrackPartInfo(properties) {
|
|
2040
|
+
const ModConstructor = await importLayersSupportTrackPartInfo();
|
|
2041
|
+
return new ModConstructor(properties);
|
|
2042
|
+
}
|
|
1967
2043
|
async function importLayersSupportVideoElement() {
|
|
1968
2044
|
if (isAMD) {
|
|
1969
2045
|
return await window.$arcgis.import("esri/layers/support/VideoElement");
|
|
@@ -5957,17 +6033,6 @@ async function newViewsLayersBuildingSceneLayerView(properties) {
|
|
|
5957
6033
|
const ModConstructor = await importViewsLayersBuildingSceneLayerView();
|
|
5958
6034
|
return new ModConstructor(properties);
|
|
5959
6035
|
}
|
|
5960
|
-
async function importViewsLayersCatalogLayerView() {
|
|
5961
|
-
if (isAMD) {
|
|
5962
|
-
return await window.$arcgis.import("esri/views/layers/CatalogLayerView");
|
|
5963
|
-
}
|
|
5964
|
-
const module = await import("@arcgis/core/views/layers/CatalogLayerView.js");
|
|
5965
|
-
return isDefaultModule(module) ? module.default : module;
|
|
5966
|
-
}
|
|
5967
|
-
async function newViewsLayersCatalogLayerView(properties) {
|
|
5968
|
-
const ModConstructor = await importViewsLayersCatalogLayerView();
|
|
5969
|
-
return new ModConstructor(properties);
|
|
5970
|
-
}
|
|
5971
6036
|
async function importViewsLayersCatalogDynamicGroupLayerView() {
|
|
5972
6037
|
if (isAMD) {
|
|
5973
6038
|
return await window.$arcgis.import("esri/views/layers/CatalogDynamicGroupLayerView");
|
|
@@ -5990,6 +6055,17 @@ async function newViewsLayersCatalogFootprintLayerView(properties) {
|
|
|
5990
6055
|
const ModConstructor = await importViewsLayersCatalogFootprintLayerView();
|
|
5991
6056
|
return new ModConstructor(properties);
|
|
5992
6057
|
}
|
|
6058
|
+
async function importViewsLayersCatalogLayerView() {
|
|
6059
|
+
if (isAMD) {
|
|
6060
|
+
return await window.$arcgis.import("esri/views/layers/CatalogLayerView");
|
|
6061
|
+
}
|
|
6062
|
+
const module = await import("@arcgis/core/views/layers/CatalogLayerView.js");
|
|
6063
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6064
|
+
}
|
|
6065
|
+
async function newViewsLayersCatalogLayerView(properties) {
|
|
6066
|
+
const ModConstructor = await importViewsLayersCatalogLayerView();
|
|
6067
|
+
return new ModConstructor(properties);
|
|
6068
|
+
}
|
|
5993
6069
|
async function importViewsLayersDimensionLayerView() {
|
|
5994
6070
|
if (isAMD) {
|
|
5995
6071
|
return await window.$arcgis.import("esri/views/layers/DimensionLayerView");
|
|
@@ -6056,6 +6132,17 @@ async function newViewsLayersLayerView(properties) {
|
|
|
6056
6132
|
const ModConstructor = await importViewsLayersLayerView();
|
|
6057
6133
|
return new ModConstructor(properties);
|
|
6058
6134
|
}
|
|
6135
|
+
async function importViewsLayersLineOfSightLayerView() {
|
|
6136
|
+
if (isAMD) {
|
|
6137
|
+
return await window.$arcgis.import("esri/views/layers/LineOfSightLayerView");
|
|
6138
|
+
}
|
|
6139
|
+
const module = await import("@arcgis/core/views/layers/LineOfSightLayerView.js");
|
|
6140
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6141
|
+
}
|
|
6142
|
+
async function newViewsLayersLineOfSightLayerView(properties) {
|
|
6143
|
+
const ModConstructor = await importViewsLayersLineOfSightLayerView();
|
|
6144
|
+
return new ModConstructor(properties);
|
|
6145
|
+
}
|
|
6059
6146
|
async function importViewsLayersMediaLayerView() {
|
|
6060
6147
|
if (isAMD) {
|
|
6061
6148
|
return await window.$arcgis.import("esri/views/layers/MediaLayerView");
|
|
@@ -6078,6 +6165,17 @@ async function newViewsLayersOGCFeatureLayerView(properties) {
|
|
|
6078
6165
|
const ModConstructor = await importViewsLayersOGCFeatureLayerView();
|
|
6079
6166
|
return new ModConstructor(properties);
|
|
6080
6167
|
}
|
|
6168
|
+
async function importViewsLayersPointCloudLayerView() {
|
|
6169
|
+
if (isAMD) {
|
|
6170
|
+
return await window.$arcgis.import("esri/views/layers/PointCloudLayerView");
|
|
6171
|
+
}
|
|
6172
|
+
const module = await import("@arcgis/core/views/layers/PointCloudLayerView.js");
|
|
6173
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6174
|
+
}
|
|
6175
|
+
async function newViewsLayersPointCloudLayerView(properties) {
|
|
6176
|
+
const ModConstructor = await importViewsLayersPointCloudLayerView();
|
|
6177
|
+
return new ModConstructor(properties);
|
|
6178
|
+
}
|
|
6081
6179
|
async function importViewsLayersSceneLayerView() {
|
|
6082
6180
|
if (isAMD) {
|
|
6083
6181
|
return await window.$arcgis.import("esri/views/layers/SceneLayerView");
|
|
@@ -6232,6 +6330,17 @@ async function newViewsTheme(properties) {
|
|
|
6232
6330
|
const ModConstructor = await importViewsTheme();
|
|
6233
6331
|
return new ModConstructor(properties);
|
|
6234
6332
|
}
|
|
6333
|
+
async function importViewsVideoView() {
|
|
6334
|
+
if (isAMD) {
|
|
6335
|
+
return await window.$arcgis.import("esri/views/VideoView");
|
|
6336
|
+
}
|
|
6337
|
+
const module = await import("@arcgis/core/views/VideoView.js");
|
|
6338
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6339
|
+
}
|
|
6340
|
+
async function newViewsVideoView(properties) {
|
|
6341
|
+
const ModConstructor = await importViewsVideoView();
|
|
6342
|
+
return new ModConstructor(properties);
|
|
6343
|
+
}
|
|
6235
6344
|
async function importViewsView() {
|
|
6236
6345
|
if (isAMD) {
|
|
6237
6346
|
return await window.$arcgis.import("esri/views/View");
|
|
@@ -6452,6 +6561,61 @@ async function newWebdocIpsPositioningService(properties) {
|
|
|
6452
6561
|
const ModConstructor = await importWebdocIpsPositioningService();
|
|
6453
6562
|
return new ModConstructor(properties);
|
|
6454
6563
|
}
|
|
6564
|
+
async function importWebdocIpsConfiguration() {
|
|
6565
|
+
if (isAMD) {
|
|
6566
|
+
return await window.$arcgis.import("esri/webdoc/ips/Configuration");
|
|
6567
|
+
}
|
|
6568
|
+
const module = await import("@arcgis/core/webdoc/ips/Configuration.js");
|
|
6569
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6570
|
+
}
|
|
6571
|
+
async function newWebdocIpsConfiguration(properties) {
|
|
6572
|
+
const ModConstructor = await importWebdocIpsConfiguration();
|
|
6573
|
+
return new ModConstructor(properties);
|
|
6574
|
+
}
|
|
6575
|
+
async function importWebdocIpsAppleIPSProperties() {
|
|
6576
|
+
if (isAMD) {
|
|
6577
|
+
return await window.$arcgis.import("esri/webdoc/ips/AppleIPSProperties");
|
|
6578
|
+
}
|
|
6579
|
+
const module = await import("@arcgis/core/webdoc/ips/AppleIPSProperties.js");
|
|
6580
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6581
|
+
}
|
|
6582
|
+
async function newWebdocIpsAppleIPSProperties(properties) {
|
|
6583
|
+
const ModConstructor = await importWebdocIpsAppleIPSProperties();
|
|
6584
|
+
return new ModConstructor(properties);
|
|
6585
|
+
}
|
|
6586
|
+
async function importWebdocIpsGNSSProperties() {
|
|
6587
|
+
if (isAMD) {
|
|
6588
|
+
return await window.$arcgis.import("esri/webdoc/ips/GNSSProperties");
|
|
6589
|
+
}
|
|
6590
|
+
const module = await import("@arcgis/core/webdoc/ips/GNSSProperties.js");
|
|
6591
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6592
|
+
}
|
|
6593
|
+
async function newWebdocIpsGNSSProperties(properties) {
|
|
6594
|
+
const ModConstructor = await importWebdocIpsGNSSProperties();
|
|
6595
|
+
return new ModConstructor(properties);
|
|
6596
|
+
}
|
|
6597
|
+
async function importWebdocIpsPathSnappingProperties() {
|
|
6598
|
+
if (isAMD) {
|
|
6599
|
+
return await window.$arcgis.import("esri/webdoc/ips/PathSnappingProperties");
|
|
6600
|
+
}
|
|
6601
|
+
const module = await import("@arcgis/core/webdoc/ips/PathSnappingProperties.js");
|
|
6602
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6603
|
+
}
|
|
6604
|
+
async function newWebdocIpsPathSnappingProperties(properties) {
|
|
6605
|
+
const ModConstructor = await importWebdocIpsPathSnappingProperties();
|
|
6606
|
+
return new ModConstructor(properties);
|
|
6607
|
+
}
|
|
6608
|
+
async function importWebdocIpsSmoothingProperties() {
|
|
6609
|
+
if (isAMD) {
|
|
6610
|
+
return await window.$arcgis.import("esri/webdoc/ips/SmoothingProperties");
|
|
6611
|
+
}
|
|
6612
|
+
const module = await import("@arcgis/core/webdoc/ips/SmoothingProperties.js");
|
|
6613
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6614
|
+
}
|
|
6615
|
+
async function newWebdocIpsSmoothingProperties(properties) {
|
|
6616
|
+
const ModConstructor = await importWebdocIpsSmoothingProperties();
|
|
6617
|
+
return new ModConstructor(properties);
|
|
6618
|
+
}
|
|
6455
6619
|
async function importWebdocWidgetsTimeSlider() {
|
|
6456
6620
|
if (isAMD) {
|
|
6457
6621
|
return await window.$arcgis.import("esri/webdoc/widgets/TimeSlider");
|
|
@@ -6661,6 +6825,83 @@ async function newWebsceneVirtualLighting(properties) {
|
|
|
6661
6825
|
const ModConstructor = await importWebsceneVirtualLighting();
|
|
6662
6826
|
return new ModConstructor(properties);
|
|
6663
6827
|
}
|
|
6828
|
+
async function importWebsceneSupportFeatureReferenceGlobalId() {
|
|
6829
|
+
if (isAMD) {
|
|
6830
|
+
return await window.$arcgis.import("esri/webscene/support/FeatureReferenceGlobalId");
|
|
6831
|
+
}
|
|
6832
|
+
const module = await import("@arcgis/core/webscene/support/FeatureReferenceGlobalId.js");
|
|
6833
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6834
|
+
}
|
|
6835
|
+
async function newWebsceneSupportFeatureReferenceGlobalId(properties) {
|
|
6836
|
+
const ModConstructor = await importWebsceneSupportFeatureReferenceGlobalId();
|
|
6837
|
+
return new ModConstructor(properties);
|
|
6838
|
+
}
|
|
6839
|
+
async function importWebsceneSupportFeatureReferenceId() {
|
|
6840
|
+
if (isAMD) {
|
|
6841
|
+
return await window.$arcgis.import("esri/webscene/support/FeatureReferenceId");
|
|
6842
|
+
}
|
|
6843
|
+
const module = await import("@arcgis/core/webscene/support/FeatureReferenceId.js");
|
|
6844
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6845
|
+
}
|
|
6846
|
+
async function newWebsceneSupportFeatureReferenceId(properties) {
|
|
6847
|
+
const ModConstructor = await importWebsceneSupportFeatureReferenceId();
|
|
6848
|
+
return new ModConstructor(properties);
|
|
6849
|
+
}
|
|
6850
|
+
async function importWebsceneSupportFeatureReferenceObjectId() {
|
|
6851
|
+
if (isAMD) {
|
|
6852
|
+
return await window.$arcgis.import("esri/webscene/support/FeatureReferenceObjectId");
|
|
6853
|
+
}
|
|
6854
|
+
const module = await import("@arcgis/core/webscene/support/FeatureReferenceObjectId.js");
|
|
6855
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6856
|
+
}
|
|
6857
|
+
async function newWebsceneSupportFeatureReferenceObjectId(properties) {
|
|
6858
|
+
const ModConstructor = await importWebsceneSupportFeatureReferenceObjectId();
|
|
6859
|
+
return new ModConstructor(properties);
|
|
6860
|
+
}
|
|
6861
|
+
async function importWebsceneSupportFeatureReference() {
|
|
6862
|
+
if (isAMD) {
|
|
6863
|
+
return await window.$arcgis.import("esri/webscene/support/FeatureReference");
|
|
6864
|
+
}
|
|
6865
|
+
const module = await import("@arcgis/core/webscene/support/FeatureReference.js");
|
|
6866
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6867
|
+
}
|
|
6868
|
+
async function newWebsceneSupportFeatureReference(properties) {
|
|
6869
|
+
const ModConstructor = await importWebsceneSupportFeatureReference();
|
|
6870
|
+
return new ModConstructor(properties);
|
|
6871
|
+
}
|
|
6872
|
+
async function importWebsceneSupportLayerReference() {
|
|
6873
|
+
if (isAMD) {
|
|
6874
|
+
return await window.$arcgis.import("esri/webscene/support/LayerReference");
|
|
6875
|
+
}
|
|
6876
|
+
const module = await import("@arcgis/core/webscene/support/LayerReference.js");
|
|
6877
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6878
|
+
}
|
|
6879
|
+
async function newWebsceneSupportLayerReference(properties) {
|
|
6880
|
+
const ModConstructor = await importWebsceneSupportLayerReference();
|
|
6881
|
+
return new ModConstructor(properties);
|
|
6882
|
+
}
|
|
6883
|
+
async function importWebsceneSupportSlideElements() {
|
|
6884
|
+
if (isAMD) {
|
|
6885
|
+
return await window.$arcgis.import("esri/webscene/support/SlideElements");
|
|
6886
|
+
}
|
|
6887
|
+
const module = await import("@arcgis/core/webscene/support/SlideElements.js");
|
|
6888
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6889
|
+
}
|
|
6890
|
+
async function newWebsceneSupportSlideElements(properties) {
|
|
6891
|
+
const ModConstructor = await importWebsceneSupportSlideElements();
|
|
6892
|
+
return new ModConstructor(properties);
|
|
6893
|
+
}
|
|
6894
|
+
async function importWebsceneSupportSlidePopupInfo() {
|
|
6895
|
+
if (isAMD) {
|
|
6896
|
+
return await window.$arcgis.import("esri/webscene/support/SlidePopupInfo");
|
|
6897
|
+
}
|
|
6898
|
+
const module = await import("@arcgis/core/webscene/support/SlidePopupInfo.js");
|
|
6899
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6900
|
+
}
|
|
6901
|
+
async function newWebsceneSupportSlidePopupInfo(properties) {
|
|
6902
|
+
const ModConstructor = await importWebsceneSupportSlidePopupInfo();
|
|
6903
|
+
return new ModConstructor(properties);
|
|
6904
|
+
}
|
|
6664
6905
|
async function importWidgetsAreaMeasurement2D() {
|
|
6665
6906
|
if (isAMD) {
|
|
6666
6907
|
return await window.$arcgis.import("esri/widgets/AreaMeasurement2D");
|
|
@@ -7563,6 +7804,28 @@ async function newWidgetsFeatureTableGridSupportButtonMenuViewModel(properties)
|
|
|
7563
7804
|
const ModConstructor = await importWidgetsFeatureTableGridSupportButtonMenuViewModel();
|
|
7564
7805
|
return new ModConstructor(properties);
|
|
7565
7806
|
}
|
|
7807
|
+
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
7808
|
+
if (isAMD) {
|
|
7809
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
7810
|
+
}
|
|
7811
|
+
const module = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsColumnTemplate.js");
|
|
7812
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7813
|
+
}
|
|
7814
|
+
async function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties) {
|
|
7815
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsColumnTemplate();
|
|
7816
|
+
return new ModConstructor(properties);
|
|
7817
|
+
}
|
|
7818
|
+
async function importWidgetsFeatureTableSupportAttachmentsViewOptions() {
|
|
7819
|
+
if (isAMD) {
|
|
7820
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsViewOptions");
|
|
7821
|
+
}
|
|
7822
|
+
const module = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsViewOptions.js");
|
|
7823
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7824
|
+
}
|
|
7825
|
+
async function newWidgetsFeatureTableSupportAttachmentsViewOptions(properties) {
|
|
7826
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsViewOptions();
|
|
7827
|
+
return new ModConstructor(properties);
|
|
7828
|
+
}
|
|
7566
7829
|
async function importWidgetsFeatureTableSupportColumnTemplate() {
|
|
7567
7830
|
if (isAMD) {
|
|
7568
7831
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/ColumnTemplate");
|
|
@@ -7596,15 +7859,15 @@ async function newWidgetsFeatureTableSupportFieldColumnTemplate(properties) {
|
|
|
7596
7859
|
const ModConstructor = await importWidgetsFeatureTableSupportFieldColumnTemplate();
|
|
7597
7860
|
return new ModConstructor(properties);
|
|
7598
7861
|
}
|
|
7599
|
-
async function
|
|
7862
|
+
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
7600
7863
|
if (isAMD) {
|
|
7601
|
-
return await window.$arcgis.import("esri/widgets/FeatureTable/support/
|
|
7864
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
7602
7865
|
}
|
|
7603
|
-
const module = await import("@arcgis/core/widgets/FeatureTable/support/
|
|
7866
|
+
const module = await import("@arcgis/core/widgets/FeatureTable/support/GroupColumnTemplate.js");
|
|
7604
7867
|
return isDefaultModule(module) ? module.default : module;
|
|
7605
7868
|
}
|
|
7606
|
-
async function
|
|
7607
|
-
const ModConstructor = await
|
|
7869
|
+
async function newWidgetsFeatureTableSupportGroupColumnTemplate(properties) {
|
|
7870
|
+
const ModConstructor = await importWidgetsFeatureTableSupportGroupColumnTemplate();
|
|
7608
7871
|
return new ModConstructor(properties);
|
|
7609
7872
|
}
|
|
7610
7873
|
async function importWidgetsFeatureTableSupportRelationshipColumnTemplate() {
|
|
@@ -7618,17 +7881,6 @@ async function newWidgetsFeatureTableSupportRelationshipColumnTemplate(propertie
|
|
|
7618
7881
|
const ModConstructor = await importWidgetsFeatureTableSupportRelationshipColumnTemplate();
|
|
7619
7882
|
return new ModConstructor(properties);
|
|
7620
7883
|
}
|
|
7621
|
-
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
7622
|
-
if (isAMD) {
|
|
7623
|
-
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
7624
|
-
}
|
|
7625
|
-
const module = await import("@arcgis/core/widgets/FeatureTable/support/GroupColumnTemplate.js");
|
|
7626
|
-
return isDefaultModule(module) ? module.default : module;
|
|
7627
|
-
}
|
|
7628
|
-
async function newWidgetsFeatureTableSupportGroupColumnTemplate(properties) {
|
|
7629
|
-
const ModConstructor = await importWidgetsFeatureTableSupportGroupColumnTemplate();
|
|
7630
|
-
return new ModConstructor(properties);
|
|
7631
|
-
}
|
|
7632
7884
|
async function importWidgetsFeatureTableSupportTableTemplate() {
|
|
7633
7885
|
if (isAMD) {
|
|
7634
7886
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/TableTemplate");
|
|
@@ -8212,6 +8464,39 @@ async function newWidgetsShadowCastShadowCastViewModel(properties) {
|
|
|
8212
8464
|
const ModConstructor = await importWidgetsShadowCastShadowCastViewModel();
|
|
8213
8465
|
return new ModConstructor(properties);
|
|
8214
8466
|
}
|
|
8467
|
+
async function importWidgetsShadowCastDiscreteOptions() {
|
|
8468
|
+
if (isAMD) {
|
|
8469
|
+
return await window.$arcgis.import("esri/widgets/ShadowCast/DiscreteOptions");
|
|
8470
|
+
}
|
|
8471
|
+
const module = await import("@arcgis/core/widgets/ShadowCast/DiscreteOptions.js");
|
|
8472
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8473
|
+
}
|
|
8474
|
+
async function newWidgetsShadowCastDiscreteOptions(properties) {
|
|
8475
|
+
const ModConstructor = await importWidgetsShadowCastDiscreteOptions();
|
|
8476
|
+
return new ModConstructor(properties);
|
|
8477
|
+
}
|
|
8478
|
+
async function importWidgetsShadowCastDurationOptions() {
|
|
8479
|
+
if (isAMD) {
|
|
8480
|
+
return await window.$arcgis.import("esri/widgets/ShadowCast/DurationOptions");
|
|
8481
|
+
}
|
|
8482
|
+
const module = await import("@arcgis/core/widgets/ShadowCast/DurationOptions.js");
|
|
8483
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8484
|
+
}
|
|
8485
|
+
async function newWidgetsShadowCastDurationOptions(properties) {
|
|
8486
|
+
const ModConstructor = await importWidgetsShadowCastDurationOptions();
|
|
8487
|
+
return new ModConstructor(properties);
|
|
8488
|
+
}
|
|
8489
|
+
async function importWidgetsShadowCastThresholdOptions() {
|
|
8490
|
+
if (isAMD) {
|
|
8491
|
+
return await window.$arcgis.import("esri/widgets/ShadowCast/ThresholdOptions");
|
|
8492
|
+
}
|
|
8493
|
+
const module = await import("@arcgis/core/widgets/ShadowCast/ThresholdOptions.js");
|
|
8494
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8495
|
+
}
|
|
8496
|
+
async function newWidgetsShadowCastThresholdOptions(properties) {
|
|
8497
|
+
const ModConstructor = await importWidgetsShadowCastThresholdOptions();
|
|
8498
|
+
return new ModConstructor(properties);
|
|
8499
|
+
}
|
|
8215
8500
|
async function importWidgetsSketch() {
|
|
8216
8501
|
if (isAMD) {
|
|
8217
8502
|
return await window.$arcgis.import("esri/widgets/Sketch");
|
|
@@ -8949,6 +9234,13 @@ async function importCoreWorkers() {
|
|
|
8949
9234
|
const module = await import("@arcgis/core/core/workers.js");
|
|
8950
9235
|
return isDefaultModule(module) ? module.default : module;
|
|
8951
9236
|
}
|
|
9237
|
+
async function importEditingSharedTemplatesSharedTemplate() {
|
|
9238
|
+
if (isAMD) {
|
|
9239
|
+
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplate");
|
|
9240
|
+
}
|
|
9241
|
+
const module = await import("@arcgis/core/editing/sharedTemplates/SharedTemplate.js");
|
|
9242
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9243
|
+
}
|
|
8952
9244
|
async function importEditingSharedTemplatesSharedTemplateMetadata() {
|
|
8953
9245
|
if (isAMD) {
|
|
8954
9246
|
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplateMetadata");
|
|
@@ -9320,6 +9612,13 @@ async function importGeometryOperatorsShapePreservingProjectOperator() {
|
|
|
9320
9612
|
const module = await import("@arcgis/core/geometry/operators/shapePreservingProjectOperator.js");
|
|
9321
9613
|
return isDefaultModule(module) ? module.default : module;
|
|
9322
9614
|
}
|
|
9615
|
+
async function importGeometryOperatorsSimplifyOGCOperator() {
|
|
9616
|
+
if (isAMD) {
|
|
9617
|
+
return await window.$arcgis.import("esri/geometry/operators/simplifyOGCOperator");
|
|
9618
|
+
}
|
|
9619
|
+
const module = await import("@arcgis/core/geometry/operators/simplifyOGCOperator.js");
|
|
9620
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9621
|
+
}
|
|
9323
9622
|
async function importGeometryOperatorsSimplifyOperator() {
|
|
9324
9623
|
if (isAMD) {
|
|
9325
9624
|
return await window.$arcgis.import("esri/geometry/operators/simplifyOperator");
|
|
@@ -9418,20 +9717,6 @@ async function importLayersCatalogCatalogUtils() {
|
|
|
9418
9717
|
const module = await import("@arcgis/core/layers/catalog/catalogUtils.js");
|
|
9419
9718
|
return isDefaultModule(module) ? module.default : module;
|
|
9420
9719
|
}
|
|
9421
|
-
async function importLayersKnowledgeGraphCypherUtils() {
|
|
9422
|
-
if (isAMD) {
|
|
9423
|
-
return await window.$arcgis.import("esri/layers/knowledgeGraph/cypherUtils");
|
|
9424
|
-
}
|
|
9425
|
-
const module = await import("@arcgis/core/layers/knowledgeGraph/cypherUtils.js");
|
|
9426
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9427
|
-
}
|
|
9428
|
-
async function importLayersKnowledgeGraphSupportUtils() {
|
|
9429
|
-
if (isAMD) {
|
|
9430
|
-
return await window.$arcgis.import("esri/layers/knowledgeGraph/supportUtils");
|
|
9431
|
-
}
|
|
9432
|
-
const module = await import("@arcgis/core/layers/knowledgeGraph/supportUtils.js");
|
|
9433
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9434
|
-
}
|
|
9435
9720
|
async function importLayersOgcWfsUtils() {
|
|
9436
9721
|
if (isAMD) {
|
|
9437
9722
|
return await window.$arcgis.import("esri/layers/ogc/wfsUtils");
|
|
@@ -9481,6 +9766,13 @@ async function importLayersSupportFieldUtils() {
|
|
|
9481
9766
|
const module = await import("@arcgis/core/layers/support/fieldUtils.js");
|
|
9482
9767
|
return isDefaultModule(module) ? module.default : module;
|
|
9483
9768
|
}
|
|
9769
|
+
async function importLayersSupportParquetUtils() {
|
|
9770
|
+
if (isAMD) {
|
|
9771
|
+
return await window.$arcgis.import("esri/layers/support/parquetUtils");
|
|
9772
|
+
}
|
|
9773
|
+
const module = await import("@arcgis/core/layers/support/parquetUtils.js");
|
|
9774
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9775
|
+
}
|
|
9484
9776
|
async function importLayersSupportRasterFunctionConstants() {
|
|
9485
9777
|
if (isAMD) {
|
|
9486
9778
|
return await window.$arcgis.import("esri/layers/support/rasterFunctionConstants");
|
|
@@ -10174,13 +10466,6 @@ async function importViewsSupportColorUtils() {
|
|
|
10174
10466
|
const module = await import("@arcgis/core/views/support/colorUtils.js");
|
|
10175
10467
|
return isDefaultModule(module) ? module.default : module;
|
|
10176
10468
|
}
|
|
10177
|
-
async function importWebsceneSupportSlideElements() {
|
|
10178
|
-
if (isAMD) {
|
|
10179
|
-
return await window.$arcgis.import("esri/webscene/support/SlideElements");
|
|
10180
|
-
}
|
|
10181
|
-
const module = await import("@arcgis/core/webscene/support/SlideElements.js");
|
|
10182
|
-
return isDefaultModule(module) ? module.default : module;
|
|
10183
|
-
}
|
|
10184
10469
|
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
10185
10470
|
if (isAMD) {
|
|
10186
10471
|
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
@@ -10195,13 +10480,6 @@ async function importWidgetsSmartMappingSupportUtils() {
|
|
|
10195
10480
|
const module = await import("@arcgis/core/widgets/smartMapping/support/utils.js");
|
|
10196
10481
|
return isDefaultModule(module) ? module.default : module;
|
|
10197
10482
|
}
|
|
10198
|
-
async function importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel() {
|
|
10199
|
-
if (isAMD) {
|
|
10200
|
-
return await window.$arcgis.import("esri/widgets/support/UtilityNetworkAssociations/UtilityNetworkAssociationsViewModel");
|
|
10201
|
-
}
|
|
10202
|
-
const module = await import("@arcgis/core/widgets/support/UtilityNetworkAssociations/UtilityNetworkAssociationsViewModel.js");
|
|
10203
|
-
return isDefaultModule(module) ? module.default : module;
|
|
10204
|
-
}
|
|
10205
10483
|
async function importWidgetsSupportWidget() {
|
|
10206
10484
|
if (isAMD) {
|
|
10207
10485
|
return await window.$arcgis.import("esri/widgets/support/widget");
|
|
@@ -10336,6 +10614,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
10336
10614
|
return isDefaultModule(module) ? module.default : module;
|
|
10337
10615
|
}
|
|
10338
10616
|
export {
|
|
10617
|
+
importAnalysisAnalysis,
|
|
10339
10618
|
importAnalysisAreaMeasurementAnalysis,
|
|
10340
10619
|
importAnalysisDimensionAnalysis,
|
|
10341
10620
|
importAnalysisDimensionSimpleStyle,
|
|
@@ -10346,6 +10625,7 @@ export {
|
|
|
10346
10625
|
importAnalysisLineOfSightAnalysisTarget,
|
|
10347
10626
|
importAnalysisSliceAnalysis,
|
|
10348
10627
|
importAnalysisSlicePlane,
|
|
10628
|
+
importAnalysisSupportAnalysisOriginWebScene,
|
|
10349
10629
|
importAnalysisViewshed,
|
|
10350
10630
|
importAnalysisViewshedAnalysis,
|
|
10351
10631
|
importApplicationsComponentsBasemapUtils,
|
|
@@ -10387,6 +10667,7 @@ export {
|
|
|
10387
10667
|
importCoreUrlUtils,
|
|
10388
10668
|
importCoreWorkers,
|
|
10389
10669
|
importCoreWorkersConnection,
|
|
10670
|
+
importEditingSharedTemplatesSharedTemplate,
|
|
10390
10671
|
importEditingSharedTemplatesSharedTemplateMetadata,
|
|
10391
10672
|
importFormElements,
|
|
10392
10673
|
importFormElementsAttachmentElement,
|
|
@@ -10470,6 +10751,7 @@ export {
|
|
|
10470
10751
|
importGeometryOperatorsRelateOperator,
|
|
10471
10752
|
importGeometryOperatorsReshapeOperator,
|
|
10472
10753
|
importGeometryOperatorsShapePreservingProjectOperator,
|
|
10754
|
+
importGeometryOperatorsSimplifyOGCOperator,
|
|
10473
10755
|
importGeometryOperatorsSimplifyOperator,
|
|
10474
10756
|
importGeometryOperatorsSupportGeographicTransformation,
|
|
10475
10757
|
importGeometryOperatorsSupportGeographicTransformationStep,
|
|
@@ -10532,10 +10814,8 @@ export {
|
|
|
10532
10814
|
importLayersIntegratedMesh3DTilesLayer,
|
|
10533
10815
|
importLayersIntegratedMeshLayer,
|
|
10534
10816
|
importLayersKMLLayer,
|
|
10535
|
-
importLayersKnowledgeGraphCypherUtils,
|
|
10536
10817
|
importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
10537
10818
|
importLayersKnowledgeGraphLayer,
|
|
10538
|
-
importLayersKnowledgeGraphSupportUtils,
|
|
10539
10819
|
importLayersLayer,
|
|
10540
10820
|
importLayersLineOfSightLayer,
|
|
10541
10821
|
importLayersLinkChartLayer,
|
|
@@ -10549,6 +10829,7 @@ export {
|
|
|
10549
10829
|
importLayersOrientedImageryLayer,
|
|
10550
10830
|
importLayersOrientedImageryTransformationsImageToWorld,
|
|
10551
10831
|
importLayersOrientedImageryTransformationsWorldToImage,
|
|
10832
|
+
importLayersParquetLayer,
|
|
10552
10833
|
importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
10553
10834
|
importLayersPointCloudFiltersPointCloudFilter,
|
|
10554
10835
|
importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -10597,6 +10878,9 @@ export {
|
|
|
10597
10878
|
importLayersSupportMosaicRule,
|
|
10598
10879
|
importLayersSupportMultidimensionalSubset,
|
|
10599
10880
|
importLayersSupportOrderByInfo,
|
|
10881
|
+
importLayersSupportParquetEncodingLocation,
|
|
10882
|
+
importLayersSupportParquetEncodingWkb,
|
|
10883
|
+
importLayersSupportParquetUtils,
|
|
10600
10884
|
importLayersSupportPixelBlock,
|
|
10601
10885
|
importLayersSupportPublishingInfo,
|
|
10602
10886
|
importLayersSupportRangeDomain,
|
|
@@ -10622,6 +10906,8 @@ export {
|
|
|
10622
10906
|
importLayersSupportTileInfo,
|
|
10623
10907
|
importLayersSupportTileMatrixSet,
|
|
10624
10908
|
importLayersSupportTimeInfo,
|
|
10909
|
+
importLayersSupportTrackInfo,
|
|
10910
|
+
importLayersSupportTrackPartInfo,
|
|
10625
10911
|
importLayersSupportVideoElement,
|
|
10626
10912
|
importLayersSupportVideoTimeExtent,
|
|
10627
10913
|
importLayersSupportWMSSublayer,
|
|
@@ -11089,8 +11375,10 @@ export {
|
|
|
11089
11375
|
importViewsLayersImageryLayerView,
|
|
11090
11376
|
importViewsLayersImageryTileLayerView,
|
|
11091
11377
|
importViewsLayersLayerView,
|
|
11378
|
+
importViewsLayersLineOfSightLayerView,
|
|
11092
11379
|
importViewsLayersMediaLayerView,
|
|
11093
11380
|
importViewsLayersOGCFeatureLayerView,
|
|
11381
|
+
importViewsLayersPointCloudLayerView,
|
|
11094
11382
|
importViewsLayersSceneLayerView,
|
|
11095
11383
|
importViewsLayersStreamLayerView,
|
|
11096
11384
|
importViewsLayersViewshedLayerView,
|
|
@@ -11106,6 +11394,7 @@ export {
|
|
|
11106
11394
|
importViewsTheme,
|
|
11107
11395
|
importViewsUiDefaultUI,
|
|
11108
11396
|
importViewsUiUI,
|
|
11397
|
+
importViewsVideoView,
|
|
11109
11398
|
importViewsView,
|
|
11110
11399
|
importViewsView2D,
|
|
11111
11400
|
importViewsViewAnimation,
|
|
@@ -11129,7 +11418,12 @@ export {
|
|
|
11129
11418
|
importWebdocGeotriggersInfoGeotrigger,
|
|
11130
11419
|
importWebdocGeotriggersInfoGeotriggerNotificationOptions,
|
|
11131
11420
|
importWebdocIPSInfo,
|
|
11421
|
+
importWebdocIpsAppleIPSProperties,
|
|
11422
|
+
importWebdocIpsConfiguration,
|
|
11423
|
+
importWebdocIpsGNSSProperties,
|
|
11424
|
+
importWebdocIpsPathSnappingProperties,
|
|
11132
11425
|
importWebdocIpsPositioningService,
|
|
11426
|
+
importWebdocIpsSmoothingProperties,
|
|
11133
11427
|
importWebdocWidgetsTimeSlider,
|
|
11134
11428
|
importWebmapApplicationProperties,
|
|
11135
11429
|
importWebmapBackgroundColorBackground,
|
|
@@ -11144,7 +11438,13 @@ export {
|
|
|
11144
11438
|
importWebsceneSlide,
|
|
11145
11439
|
importWebsceneSlideLegendInfo,
|
|
11146
11440
|
importWebsceneSunLighting,
|
|
11441
|
+
importWebsceneSupportFeatureReference,
|
|
11442
|
+
importWebsceneSupportFeatureReferenceGlobalId,
|
|
11443
|
+
importWebsceneSupportFeatureReferenceId,
|
|
11444
|
+
importWebsceneSupportFeatureReferenceObjectId,
|
|
11445
|
+
importWebsceneSupportLayerReference,
|
|
11147
11446
|
importWebsceneSupportSlideElements,
|
|
11447
|
+
importWebsceneSupportSlidePopupInfo,
|
|
11148
11448
|
importWebsceneVirtualLighting,
|
|
11149
11449
|
importWidgetsAreaMeasurement2D,
|
|
11150
11450
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -11228,6 +11528,7 @@ export {
|
|
|
11228
11528
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
11229
11529
|
importWidgetsFeatureTableRelationshipColumn,
|
|
11230
11530
|
importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
11531
|
+
importWidgetsFeatureTableSupportAttachmentsViewOptions,
|
|
11231
11532
|
importWidgetsFeatureTableSupportColumnTemplate,
|
|
11232
11533
|
importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
11233
11534
|
importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
@@ -11287,7 +11588,10 @@ export {
|
|
|
11287
11588
|
importWidgetsSearchSearchSource,
|
|
11288
11589
|
importWidgetsSearchSearchViewModel,
|
|
11289
11590
|
importWidgetsShadowCast,
|
|
11591
|
+
importWidgetsShadowCastDiscreteOptions,
|
|
11592
|
+
importWidgetsShadowCastDurationOptions,
|
|
11290
11593
|
importWidgetsShadowCastShadowCastViewModel,
|
|
11594
|
+
importWidgetsShadowCastThresholdOptions,
|
|
11291
11595
|
importWidgetsSketch,
|
|
11292
11596
|
importWidgetsSketchSketchViewModel,
|
|
11293
11597
|
importWidgetsSlice,
|
|
@@ -11318,7 +11622,6 @@ export {
|
|
|
11318
11622
|
importWidgetsSupportGridControlsGridControlsViewModel,
|
|
11319
11623
|
importWidgetsSupportSnappingControls,
|
|
11320
11624
|
importWidgetsSupportSnappingControlsSnappingControlsViewModel,
|
|
11321
|
-
importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
11322
11625
|
importWidgetsSupportWidget,
|
|
11323
11626
|
importWidgetsSwipe,
|
|
11324
11627
|
importWidgetsSwipeSwipeViewModel,
|
|
@@ -11352,6 +11655,7 @@ export {
|
|
|
11352
11655
|
importWidgetsZoom,
|
|
11353
11656
|
importWidgetsZoomZoomViewModel,
|
|
11354
11657
|
loadUndocumentedModule,
|
|
11658
|
+
newAnalysisAnalysis,
|
|
11355
11659
|
newAnalysisAreaMeasurementAnalysis,
|
|
11356
11660
|
newAnalysisDimensionAnalysis,
|
|
11357
11661
|
newAnalysisDimensionSimpleStyle,
|
|
@@ -11362,6 +11666,7 @@ export {
|
|
|
11362
11666
|
newAnalysisLineOfSightAnalysisTarget,
|
|
11363
11667
|
newAnalysisSliceAnalysis,
|
|
11364
11668
|
newAnalysisSlicePlane,
|
|
11669
|
+
newAnalysisSupportAnalysisOriginWebScene,
|
|
11365
11670
|
newAnalysisViewshed,
|
|
11366
11671
|
newAnalysisViewshedAnalysis,
|
|
11367
11672
|
newAttributeBinsGraphic,
|
|
@@ -11462,6 +11767,7 @@ export {
|
|
|
11462
11767
|
newLayersOGCFeatureLayer,
|
|
11463
11768
|
newLayersOpenStreetMapLayer,
|
|
11464
11769
|
newLayersOrientedImageryLayer,
|
|
11770
|
+
newLayersParquetLayer,
|
|
11465
11771
|
newLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
11466
11772
|
newLayersPointCloudFiltersPointCloudFilter,
|
|
11467
11773
|
newLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -11507,6 +11813,8 @@ export {
|
|
|
11507
11813
|
newLayersSupportMosaicRule,
|
|
11508
11814
|
newLayersSupportMultidimensionalSubset,
|
|
11509
11815
|
newLayersSupportOrderByInfo,
|
|
11816
|
+
newLayersSupportParquetEncodingLocation,
|
|
11817
|
+
newLayersSupportParquetEncodingWkb,
|
|
11510
11818
|
newLayersSupportPixelBlock,
|
|
11511
11819
|
newLayersSupportPublishingInfo,
|
|
11512
11820
|
newLayersSupportRangeDomain,
|
|
@@ -11529,6 +11837,8 @@ export {
|
|
|
11529
11837
|
newLayersSupportTileInfo,
|
|
11530
11838
|
newLayersSupportTileMatrixSet,
|
|
11531
11839
|
newLayersSupportTimeInfo,
|
|
11840
|
+
newLayersSupportTrackInfo,
|
|
11841
|
+
newLayersSupportTrackPartInfo,
|
|
11532
11842
|
newLayersSupportVideoElement,
|
|
11533
11843
|
newLayersSupportVideoTimeExtent,
|
|
11534
11844
|
newLayersSupportWMSSublayer,
|
|
@@ -11901,8 +12211,10 @@ export {
|
|
|
11901
12211
|
newViewsLayersImageryLayerView,
|
|
11902
12212
|
newViewsLayersImageryTileLayerView,
|
|
11903
12213
|
newViewsLayersLayerView,
|
|
12214
|
+
newViewsLayersLineOfSightLayerView,
|
|
11904
12215
|
newViewsLayersMediaLayerView,
|
|
11905
12216
|
newViewsLayersOGCFeatureLayerView,
|
|
12217
|
+
newViewsLayersPointCloudLayerView,
|
|
11906
12218
|
newViewsLayersSceneLayerView,
|
|
11907
12219
|
newViewsLayersStreamLayerView,
|
|
11908
12220
|
newViewsLayersViewshedLayerView,
|
|
@@ -11917,6 +12229,7 @@ export {
|
|
|
11917
12229
|
newViewsTheme,
|
|
11918
12230
|
newViewsUiDefaultUI,
|
|
11919
12231
|
newViewsUiUI,
|
|
12232
|
+
newViewsVideoView,
|
|
11920
12233
|
newViewsView,
|
|
11921
12234
|
newViewsView2D,
|
|
11922
12235
|
newViewsViewAnimation,
|
|
@@ -11940,7 +12253,12 @@ export {
|
|
|
11940
12253
|
newWebdocGeotriggersInfoGeotrigger,
|
|
11941
12254
|
newWebdocGeotriggersInfoGeotriggerNotificationOptions,
|
|
11942
12255
|
newWebdocIPSInfo,
|
|
12256
|
+
newWebdocIpsAppleIPSProperties,
|
|
12257
|
+
newWebdocIpsConfiguration,
|
|
12258
|
+
newWebdocIpsGNSSProperties,
|
|
12259
|
+
newWebdocIpsPathSnappingProperties,
|
|
11943
12260
|
newWebdocIpsPositioningService,
|
|
12261
|
+
newWebdocIpsSmoothingProperties,
|
|
11944
12262
|
newWebdocWidgetsTimeSlider,
|
|
11945
12263
|
newWebmapApplicationProperties,
|
|
11946
12264
|
newWebmapBackgroundColorBackground,
|
|
@@ -11955,6 +12273,13 @@ export {
|
|
|
11955
12273
|
newWebsceneSlide,
|
|
11956
12274
|
newWebsceneSlideLegendInfo,
|
|
11957
12275
|
newWebsceneSunLighting,
|
|
12276
|
+
newWebsceneSupportFeatureReference,
|
|
12277
|
+
newWebsceneSupportFeatureReferenceGlobalId,
|
|
12278
|
+
newWebsceneSupportFeatureReferenceId,
|
|
12279
|
+
newWebsceneSupportFeatureReferenceObjectId,
|
|
12280
|
+
newWebsceneSupportLayerReference,
|
|
12281
|
+
newWebsceneSupportSlideElements,
|
|
12282
|
+
newWebsceneSupportSlidePopupInfo,
|
|
11958
12283
|
newWebsceneVirtualLighting,
|
|
11959
12284
|
newWidgetsAreaMeasurement2D,
|
|
11960
12285
|
newWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -12037,6 +12362,7 @@ export {
|
|
|
12037
12362
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12038
12363
|
newWidgetsFeatureTableRelationshipColumn,
|
|
12039
12364
|
newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12365
|
+
newWidgetsFeatureTableSupportAttachmentsViewOptions,
|
|
12040
12366
|
newWidgetsFeatureTableSupportColumnTemplate,
|
|
12041
12367
|
newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
12042
12368
|
newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
@@ -12096,7 +12422,10 @@ export {
|
|
|
12096
12422
|
newWidgetsSearchSearchSource,
|
|
12097
12423
|
newWidgetsSearchSearchViewModel,
|
|
12098
12424
|
newWidgetsShadowCast,
|
|
12425
|
+
newWidgetsShadowCastDiscreteOptions,
|
|
12426
|
+
newWidgetsShadowCastDurationOptions,
|
|
12099
12427
|
newWidgetsShadowCastShadowCastViewModel,
|
|
12428
|
+
newWidgetsShadowCastThresholdOptions,
|
|
12100
12429
|
newWidgetsSketch,
|
|
12101
12430
|
newWidgetsSketchSketchViewModel,
|
|
12102
12431
|
newWidgetsSlice,
|