@arcgis/core-adapter 4.32.0-next.101 → 4.32.0-next.104
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 +93 -24
- package/dist/index.d.cts +16 -7
- package/dist/index.d.ts +16 -7
- package/dist/index.js +80 -20
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -61,6 +61,7 @@ __export(src_exports, {
|
|
|
61
61
|
importApplicationsSceneViewerDevEnvironmentUtils: () => importApplicationsSceneViewerDevEnvironmentUtils,
|
|
62
62
|
importApplicationsWebEditorSketchUtils: () => importApplicationsWebEditorSketchUtils,
|
|
63
63
|
importArcade: () => importArcade,
|
|
64
|
+
importAttributeBinsGraphic: () => importAttributeBinsGraphic,
|
|
64
65
|
importBasemap: () => importBasemap,
|
|
65
66
|
importCamera: () => importCamera,
|
|
66
67
|
importCameraLayout: () => importCameraLayout,
|
|
@@ -253,6 +254,8 @@ __export(src_exports, {
|
|
|
253
254
|
importLayersSupportControlPointsGeoreference: () => importLayersSupportControlPointsGeoreference,
|
|
254
255
|
importLayersSupportCornersGeoreference: () => importLayersSupportCornersGeoreference,
|
|
255
256
|
importLayersSupportDimensionalDefinition: () => importLayersSupportDimensionalDefinition,
|
|
257
|
+
importLayersSupportDisplayFilter: () => importLayersSupportDisplayFilter,
|
|
258
|
+
importLayersSupportDisplayFilterInfo: () => importLayersSupportDisplayFilterInfo,
|
|
256
259
|
importLayersSupportDomain: () => importLayersSupportDomain,
|
|
257
260
|
importLayersSupportElevationSampler: () => importLayersSupportElevationSampler,
|
|
258
261
|
importLayersSupportExpressionInfo: () => importLayersSupportExpressionInfo,
|
|
@@ -490,6 +493,8 @@ __export(src_exports, {
|
|
|
490
493
|
importRestSupportArealUnit: () => importRestSupportArealUnit,
|
|
491
494
|
importRestSupportAreasAndLengthsParameters: () => importRestSupportAreasAndLengthsParameters,
|
|
492
495
|
importRestSupportAttachmentQuery: () => importRestSupportAttachmentQuery,
|
|
496
|
+
importRestSupportAttributeBinsFeatureSet: () => importRestSupportAttributeBinsFeatureSet,
|
|
497
|
+
importRestSupportAttributeBinsGrouping: () => importRestSupportAttributeBinsGrouping,
|
|
493
498
|
importRestSupportAttributeBinsQuery: () => importRestSupportAttributeBinsQuery,
|
|
494
499
|
importRestSupportAutoIntervalBinParameters: () => importRestSupportAutoIntervalBinParameters,
|
|
495
500
|
importRestSupportBaseImageMeasureParameters: () => importRestSupportBaseImageMeasureParameters,
|
|
@@ -773,7 +778,6 @@ __export(src_exports, {
|
|
|
773
778
|
importViewsNavigationNavigationActionMap: () => importViewsNavigationNavigationActionMap,
|
|
774
779
|
importViewsSceneView: () => importViewsSceneView,
|
|
775
780
|
importViewsSupportColorUtils: () => importViewsSupportColorUtils,
|
|
776
|
-
importViewsSupportHighlightGroup: () => importViewsSupportHighlightGroup,
|
|
777
781
|
importViewsTheme: () => importViewsTheme,
|
|
778
782
|
importViewsUiDefaultUI: () => importViewsUiDefaultUI,
|
|
779
783
|
importViewsUiUI: () => importViewsUiUI,
|
|
@@ -813,8 +817,9 @@ __export(src_exports, {
|
|
|
813
817
|
importWebsceneInitialViewProperties: () => importWebsceneInitialViewProperties,
|
|
814
818
|
importWebscenePresentation: () => importWebscenePresentation,
|
|
815
819
|
importWebsceneSlide: () => importWebsceneSlide,
|
|
816
|
-
|
|
820
|
+
importWebsceneSlideLegendInfo: () => importWebsceneSlideLegendInfo,
|
|
817
821
|
importWebsceneSunLighting: () => importWebsceneSunLighting,
|
|
822
|
+
importWebsceneSupportSlideElements: () => importWebsceneSupportSlideElements,
|
|
818
823
|
importWebsceneVirtualLighting: () => importWebsceneVirtualLighting,
|
|
819
824
|
importWidgetsAreaMeasurement2D: () => importWidgetsAreaMeasurement2D,
|
|
820
825
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel: () => importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -1033,6 +1038,7 @@ __export(src_exports, {
|
|
|
1033
1038
|
newAnalysisSlicePlane: () => newAnalysisSlicePlane,
|
|
1034
1039
|
newAnalysisViewshed: () => newAnalysisViewshed,
|
|
1035
1040
|
newAnalysisViewshedAnalysis: () => newAnalysisViewshedAnalysis,
|
|
1041
|
+
newAttributeBinsGraphic: () => newAttributeBinsGraphic,
|
|
1036
1042
|
newBasemap: () => newBasemap,
|
|
1037
1043
|
newCamera: () => newCamera,
|
|
1038
1044
|
newCameraLayout: () => newCameraLayout,
|
|
@@ -1144,6 +1150,8 @@ __export(src_exports, {
|
|
|
1144
1150
|
newLayersSupportControlPointsGeoreference: () => newLayersSupportControlPointsGeoreference,
|
|
1145
1151
|
newLayersSupportCornersGeoreference: () => newLayersSupportCornersGeoreference,
|
|
1146
1152
|
newLayersSupportDimensionalDefinition: () => newLayersSupportDimensionalDefinition,
|
|
1153
|
+
newLayersSupportDisplayFilter: () => newLayersSupportDisplayFilter,
|
|
1154
|
+
newLayersSupportDisplayFilterInfo: () => newLayersSupportDisplayFilterInfo,
|
|
1147
1155
|
newLayersSupportDomain: () => newLayersSupportDomain,
|
|
1148
1156
|
newLayersSupportElevationSampler: () => newLayersSupportElevationSampler,
|
|
1149
1157
|
newLayersSupportExpressionInfo: () => newLayersSupportExpressionInfo,
|
|
@@ -1347,6 +1355,8 @@ __export(src_exports, {
|
|
|
1347
1355
|
newRestSupportArealUnit: () => newRestSupportArealUnit,
|
|
1348
1356
|
newRestSupportAreasAndLengthsParameters: () => newRestSupportAreasAndLengthsParameters,
|
|
1349
1357
|
newRestSupportAttachmentQuery: () => newRestSupportAttachmentQuery,
|
|
1358
|
+
newRestSupportAttributeBinsFeatureSet: () => newRestSupportAttributeBinsFeatureSet,
|
|
1359
|
+
newRestSupportAttributeBinsGrouping: () => newRestSupportAttributeBinsGrouping,
|
|
1350
1360
|
newRestSupportAttributeBinsQuery: () => newRestSupportAttributeBinsQuery,
|
|
1351
1361
|
newRestSupportAutoIntervalBinParameters: () => newRestSupportAutoIntervalBinParameters,
|
|
1352
1362
|
newRestSupportBaseImageMeasureParameters: () => newRestSupportBaseImageMeasureParameters,
|
|
@@ -1563,7 +1573,6 @@ __export(src_exports, {
|
|
|
1563
1573
|
newViewsNavigationNavigation: () => newViewsNavigationNavigation,
|
|
1564
1574
|
newViewsNavigationNavigationActionMap: () => newViewsNavigationNavigationActionMap,
|
|
1565
1575
|
newViewsSceneView: () => newViewsSceneView,
|
|
1566
|
-
newViewsSupportHighlightGroup: () => newViewsSupportHighlightGroup,
|
|
1567
1576
|
newViewsTheme: () => newViewsTheme,
|
|
1568
1577
|
newViewsUiDefaultUI: () => newViewsUiDefaultUI,
|
|
1569
1578
|
newViewsUiUI: () => newViewsUiUI,
|
|
@@ -1603,7 +1612,7 @@ __export(src_exports, {
|
|
|
1603
1612
|
newWebsceneInitialViewProperties: () => newWebsceneInitialViewProperties,
|
|
1604
1613
|
newWebscenePresentation: () => newWebscenePresentation,
|
|
1605
1614
|
newWebsceneSlide: () => newWebsceneSlide,
|
|
1606
|
-
|
|
1615
|
+
newWebsceneSlideLegendInfo: () => newWebsceneSlideLegendInfo,
|
|
1607
1616
|
newWebsceneSunLighting: () => newWebsceneSunLighting,
|
|
1608
1617
|
newWebsceneVirtualLighting: () => newWebsceneVirtualLighting,
|
|
1609
1618
|
newWidgetsAreaMeasurement2D: () => newWidgetsAreaMeasurement2D,
|
|
@@ -2563,6 +2572,17 @@ async function newGeometrySupportMeshTransform(properties) {
|
|
|
2563
2572
|
const ModConstructor = await importGeometrySupportMeshTransform();
|
|
2564
2573
|
return new ModConstructor(properties);
|
|
2565
2574
|
}
|
|
2575
|
+
async function importAttributeBinsGraphic() {
|
|
2576
|
+
if (isAMD) {
|
|
2577
|
+
return await window.$arcgis.import("esri/AttributeBinsGraphic");
|
|
2578
|
+
}
|
|
2579
|
+
const module2 = await import("@arcgis/core/AttributeBinsGraphic.js");
|
|
2580
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2581
|
+
}
|
|
2582
|
+
async function newAttributeBinsGraphic(properties) {
|
|
2583
|
+
const ModConstructor = await importAttributeBinsGraphic();
|
|
2584
|
+
return new ModConstructor(properties);
|
|
2585
|
+
}
|
|
2566
2586
|
async function importGraphic() {
|
|
2567
2587
|
if (isAMD) {
|
|
2568
2588
|
return await window.$arcgis.import("esri/Graphic");
|
|
@@ -3179,6 +3199,28 @@ async function newLayersSupportDimensionalDefinition(properties) {
|
|
|
3179
3199
|
const ModConstructor = await importLayersSupportDimensionalDefinition();
|
|
3180
3200
|
return new ModConstructor(properties);
|
|
3181
3201
|
}
|
|
3202
|
+
async function importLayersSupportDisplayFilter() {
|
|
3203
|
+
if (isAMD) {
|
|
3204
|
+
return await window.$arcgis.import("esri/layers/support/DisplayFilter");
|
|
3205
|
+
}
|
|
3206
|
+
const module2 = await import("@arcgis/core/layers/support/DisplayFilter.js");
|
|
3207
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3208
|
+
}
|
|
3209
|
+
async function newLayersSupportDisplayFilter(properties) {
|
|
3210
|
+
const ModConstructor = await importLayersSupportDisplayFilter();
|
|
3211
|
+
return new ModConstructor(properties);
|
|
3212
|
+
}
|
|
3213
|
+
async function importLayersSupportDisplayFilterInfo() {
|
|
3214
|
+
if (isAMD) {
|
|
3215
|
+
return await window.$arcgis.import("esri/layers/support/DisplayFilterInfo");
|
|
3216
|
+
}
|
|
3217
|
+
const module2 = await import("@arcgis/core/layers/support/DisplayFilterInfo.js");
|
|
3218
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3219
|
+
}
|
|
3220
|
+
async function newLayersSupportDisplayFilterInfo(properties) {
|
|
3221
|
+
const ModConstructor = await importLayersSupportDisplayFilterInfo();
|
|
3222
|
+
return new ModConstructor(properties);
|
|
3223
|
+
}
|
|
3182
3224
|
async function importLayersSupportDomain() {
|
|
3183
3225
|
if (isAMD) {
|
|
3184
3226
|
return await window.$arcgis.import("esri/layers/support/Domain");
|
|
@@ -5368,6 +5410,17 @@ async function newRestSupportAddressCandidate(properties) {
|
|
|
5368
5410
|
const ModConstructor = await importRestSupportAddressCandidate();
|
|
5369
5411
|
return new ModConstructor(properties);
|
|
5370
5412
|
}
|
|
5413
|
+
async function importRestSupportAttributeBinsFeatureSet() {
|
|
5414
|
+
if (isAMD) {
|
|
5415
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsFeatureSet");
|
|
5416
|
+
}
|
|
5417
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsFeatureSet.js");
|
|
5418
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5419
|
+
}
|
|
5420
|
+
async function newRestSupportAttributeBinsFeatureSet(properties) {
|
|
5421
|
+
const ModConstructor = await importRestSupportAttributeBinsFeatureSet();
|
|
5422
|
+
return new ModConstructor(properties);
|
|
5423
|
+
}
|
|
5371
5424
|
async function importRestSupportAttributeBinsQuery() {
|
|
5372
5425
|
if (isAMD) {
|
|
5373
5426
|
return await window.$arcgis.import("esri/rest/support/AttributeBinsQuery");
|
|
@@ -5379,6 +5432,17 @@ async function newRestSupportAttributeBinsQuery(properties) {
|
|
|
5379
5432
|
const ModConstructor = await importRestSupportAttributeBinsQuery();
|
|
5380
5433
|
return new ModConstructor(properties);
|
|
5381
5434
|
}
|
|
5435
|
+
async function importRestSupportAttributeBinsGrouping() {
|
|
5436
|
+
if (isAMD) {
|
|
5437
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsGrouping");
|
|
5438
|
+
}
|
|
5439
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsGrouping.js");
|
|
5440
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5441
|
+
}
|
|
5442
|
+
async function newRestSupportAttributeBinsGrouping(properties) {
|
|
5443
|
+
const ModConstructor = await importRestSupportAttributeBinsGrouping();
|
|
5444
|
+
return new ModConstructor(properties);
|
|
5445
|
+
}
|
|
5382
5446
|
async function importRestSupportAutoIntervalBinParameters() {
|
|
5383
5447
|
if (isAMD) {
|
|
5384
5448
|
return await window.$arcgis.import("esri/rest/support/AutoIntervalBinParameters");
|
|
@@ -7788,17 +7852,6 @@ async function newViewsSceneView(properties) {
|
|
|
7788
7852
|
const ModConstructor = await importViewsSceneView();
|
|
7789
7853
|
return new ModConstructor(properties);
|
|
7790
7854
|
}
|
|
7791
|
-
async function importViewsSupportHighlightGroup() {
|
|
7792
|
-
if (isAMD) {
|
|
7793
|
-
return await window.$arcgis.import("esri/views/support/HighlightGroup");
|
|
7794
|
-
}
|
|
7795
|
-
const module2 = await import("@arcgis/core/views/support/HighlightGroup.js");
|
|
7796
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
7797
|
-
}
|
|
7798
|
-
async function newViewsSupportHighlightGroup(properties) {
|
|
7799
|
-
const ModConstructor = await importViewsSupportHighlightGroup();
|
|
7800
|
-
return new ModConstructor(properties);
|
|
7801
|
-
}
|
|
7802
7855
|
async function importViewsUiDefaultUI() {
|
|
7803
7856
|
if (isAMD) {
|
|
7804
7857
|
return await window.$arcgis.import("esri/views/ui/DefaultUI");
|
|
@@ -8228,15 +8281,15 @@ async function newWebsceneSlide(properties) {
|
|
|
8228
8281
|
const ModConstructor = await importWebsceneSlide();
|
|
8229
8282
|
return new ModConstructor(properties);
|
|
8230
8283
|
}
|
|
8231
|
-
async function
|
|
8284
|
+
async function importWebsceneSlideLegendInfo() {
|
|
8232
8285
|
if (isAMD) {
|
|
8233
|
-
return await window.$arcgis.import("esri/webscene/
|
|
8286
|
+
return await window.$arcgis.import("esri/webscene/SlideLegendInfo");
|
|
8234
8287
|
}
|
|
8235
|
-
const module2 = await import("@arcgis/core/webscene/
|
|
8288
|
+
const module2 = await import("@arcgis/core/webscene/SlideLegendInfo.js");
|
|
8236
8289
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
8237
8290
|
}
|
|
8238
|
-
async function
|
|
8239
|
-
const ModConstructor = await
|
|
8291
|
+
async function newWebsceneSlideLegendInfo(properties) {
|
|
8292
|
+
const ModConstructor = await importWebsceneSlideLegendInfo();
|
|
8240
8293
|
return new ModConstructor(properties);
|
|
8241
8294
|
}
|
|
8242
8295
|
async function importWebsceneSunLighting() {
|
|
@@ -11735,6 +11788,13 @@ async function importViewsSupportColorUtils() {
|
|
|
11735
11788
|
const module2 = await import("@arcgis/core/views/support/colorUtils.js");
|
|
11736
11789
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11737
11790
|
}
|
|
11791
|
+
async function importWebsceneSupportSlideElements() {
|
|
11792
|
+
if (isAMD) {
|
|
11793
|
+
return await window.$arcgis.import("esri/webscene/support/SlideElements");
|
|
11794
|
+
}
|
|
11795
|
+
const module2 = await import("@arcgis/core/webscene/support/SlideElements.js");
|
|
11796
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11797
|
+
}
|
|
11738
11798
|
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
11739
11799
|
if (isAMD) {
|
|
11740
11800
|
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
@@ -11922,6 +11982,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11922
11982
|
importApplicationsSceneViewerDevEnvironmentUtils,
|
|
11923
11983
|
importApplicationsWebEditorSketchUtils,
|
|
11924
11984
|
importArcade,
|
|
11985
|
+
importAttributeBinsGraphic,
|
|
11925
11986
|
importBasemap,
|
|
11926
11987
|
importCamera,
|
|
11927
11988
|
importCameraLayout,
|
|
@@ -12114,6 +12175,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12114
12175
|
importLayersSupportControlPointsGeoreference,
|
|
12115
12176
|
importLayersSupportCornersGeoreference,
|
|
12116
12177
|
importLayersSupportDimensionalDefinition,
|
|
12178
|
+
importLayersSupportDisplayFilter,
|
|
12179
|
+
importLayersSupportDisplayFilterInfo,
|
|
12117
12180
|
importLayersSupportDomain,
|
|
12118
12181
|
importLayersSupportElevationSampler,
|
|
12119
12182
|
importLayersSupportExpressionInfo,
|
|
@@ -12351,6 +12414,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12351
12414
|
importRestSupportArealUnit,
|
|
12352
12415
|
importRestSupportAreasAndLengthsParameters,
|
|
12353
12416
|
importRestSupportAttachmentQuery,
|
|
12417
|
+
importRestSupportAttributeBinsFeatureSet,
|
|
12418
|
+
importRestSupportAttributeBinsGrouping,
|
|
12354
12419
|
importRestSupportAttributeBinsQuery,
|
|
12355
12420
|
importRestSupportAutoIntervalBinParameters,
|
|
12356
12421
|
importRestSupportBaseImageMeasureParameters,
|
|
@@ -12634,7 +12699,6 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12634
12699
|
importViewsNavigationNavigationActionMap,
|
|
12635
12700
|
importViewsSceneView,
|
|
12636
12701
|
importViewsSupportColorUtils,
|
|
12637
|
-
importViewsSupportHighlightGroup,
|
|
12638
12702
|
importViewsTheme,
|
|
12639
12703
|
importViewsUiDefaultUI,
|
|
12640
12704
|
importViewsUiUI,
|
|
@@ -12674,8 +12738,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12674
12738
|
importWebsceneInitialViewProperties,
|
|
12675
12739
|
importWebscenePresentation,
|
|
12676
12740
|
importWebsceneSlide,
|
|
12677
|
-
|
|
12741
|
+
importWebsceneSlideLegendInfo,
|
|
12678
12742
|
importWebsceneSunLighting,
|
|
12743
|
+
importWebsceneSupportSlideElements,
|
|
12679
12744
|
importWebsceneVirtualLighting,
|
|
12680
12745
|
importWidgetsAreaMeasurement2D,
|
|
12681
12746
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -12894,6 +12959,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12894
12959
|
newAnalysisSlicePlane,
|
|
12895
12960
|
newAnalysisViewshed,
|
|
12896
12961
|
newAnalysisViewshedAnalysis,
|
|
12962
|
+
newAttributeBinsGraphic,
|
|
12897
12963
|
newBasemap,
|
|
12898
12964
|
newCamera,
|
|
12899
12965
|
newCameraLayout,
|
|
@@ -13005,6 +13071,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13005
13071
|
newLayersSupportControlPointsGeoreference,
|
|
13006
13072
|
newLayersSupportCornersGeoreference,
|
|
13007
13073
|
newLayersSupportDimensionalDefinition,
|
|
13074
|
+
newLayersSupportDisplayFilter,
|
|
13075
|
+
newLayersSupportDisplayFilterInfo,
|
|
13008
13076
|
newLayersSupportDomain,
|
|
13009
13077
|
newLayersSupportElevationSampler,
|
|
13010
13078
|
newLayersSupportExpressionInfo,
|
|
@@ -13208,6 +13276,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13208
13276
|
newRestSupportArealUnit,
|
|
13209
13277
|
newRestSupportAreasAndLengthsParameters,
|
|
13210
13278
|
newRestSupportAttachmentQuery,
|
|
13279
|
+
newRestSupportAttributeBinsFeatureSet,
|
|
13280
|
+
newRestSupportAttributeBinsGrouping,
|
|
13211
13281
|
newRestSupportAttributeBinsQuery,
|
|
13212
13282
|
newRestSupportAutoIntervalBinParameters,
|
|
13213
13283
|
newRestSupportBaseImageMeasureParameters,
|
|
@@ -13424,7 +13494,6 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13424
13494
|
newViewsNavigationNavigation,
|
|
13425
13495
|
newViewsNavigationNavigationActionMap,
|
|
13426
13496
|
newViewsSceneView,
|
|
13427
|
-
newViewsSupportHighlightGroup,
|
|
13428
13497
|
newViewsTheme,
|
|
13429
13498
|
newViewsUiDefaultUI,
|
|
13430
13499
|
newViewsUiUI,
|
|
@@ -13464,7 +13533,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13464
13533
|
newWebsceneInitialViewProperties,
|
|
13465
13534
|
newWebscenePresentation,
|
|
13466
13535
|
newWebsceneSlide,
|
|
13467
|
-
|
|
13536
|
+
newWebsceneSlideLegendInfo,
|
|
13468
13537
|
newWebsceneSunLighting,
|
|
13469
13538
|
newWebsceneVirtualLighting,
|
|
13470
13539
|
newWidgetsAreaMeasurement2D,
|