@arcgis/core-adapter 4.32.0-next.98 → 4.33.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/LICENSE.md +1 -1
- package/README.md +1 -1
- package/dist/index.cjs +325 -25
- package/dist/index.d.cts +51 -12
- package/dist/index.d.ts +51 -12
- package/dist/index.js +282 -21
- 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,
|
|
@@ -80,6 +81,7 @@ __export(src_exports, {
|
|
|
80
81
|
importCoreUrlUtils: () => importCoreUrlUtils,
|
|
81
82
|
importCoreWorkers: () => importCoreWorkers,
|
|
82
83
|
importCoreWorkersConnection: () => importCoreWorkersConnection,
|
|
84
|
+
importEditingSharedTemplatesSharedTemplateMetadata: () => importEditingSharedTemplatesSharedTemplateMetadata,
|
|
83
85
|
importFormElements: () => importFormElements,
|
|
84
86
|
importFormElementsAttachmentElement: () => importFormElementsAttachmentElement,
|
|
85
87
|
importFormElementsElement: () => importFormElementsElement,
|
|
@@ -157,10 +159,15 @@ __export(src_exports, {
|
|
|
157
159
|
importGeometryOperatorsOverlapsOperator: () => importGeometryOperatorsOverlapsOperator,
|
|
158
160
|
importGeometryOperatorsPolygonOverlayOperator: () => importGeometryOperatorsPolygonOverlayOperator,
|
|
159
161
|
importGeometryOperatorsPolygonSlicerOperator: () => importGeometryOperatorsPolygonSlicerOperator,
|
|
162
|
+
importGeometryOperatorsProjectOperator: () => importGeometryOperatorsProjectOperator,
|
|
160
163
|
importGeometryOperatorsProximityOperator: () => importGeometryOperatorsProximityOperator,
|
|
161
164
|
importGeometryOperatorsRelateOperator: () => importGeometryOperatorsRelateOperator,
|
|
162
165
|
importGeometryOperatorsReshapeOperator: () => importGeometryOperatorsReshapeOperator,
|
|
166
|
+
importGeometryOperatorsShapePreservingProjectOperator: () => importGeometryOperatorsShapePreservingProjectOperator,
|
|
163
167
|
importGeometryOperatorsSimplifyOperator: () => importGeometryOperatorsSimplifyOperator,
|
|
168
|
+
importGeometryOperatorsSupportGeographicTransformation: () => importGeometryOperatorsSupportGeographicTransformation,
|
|
169
|
+
importGeometryOperatorsSupportGeographicTransformationStep: () => importGeometryOperatorsSupportGeographicTransformationStep,
|
|
170
|
+
importGeometryOperatorsSupportGeographicTransformationUtils: () => importGeometryOperatorsSupportGeographicTransformationUtils,
|
|
164
171
|
importGeometryOperatorsSupportTransformation: () => importGeometryOperatorsSupportTransformation,
|
|
165
172
|
importGeometryOperatorsSymmetricDifferenceOperator: () => importGeometryOperatorsSymmetricDifferenceOperator,
|
|
166
173
|
importGeometryOperatorsTouchesOperator: () => importGeometryOperatorsTouchesOperator,
|
|
@@ -252,7 +259,10 @@ __export(src_exports, {
|
|
|
252
259
|
importLayersSupportCodedValueDomain: () => importLayersSupportCodedValueDomain,
|
|
253
260
|
importLayersSupportControlPointsGeoreference: () => importLayersSupportControlPointsGeoreference,
|
|
254
261
|
importLayersSupportCornersGeoreference: () => importLayersSupportCornersGeoreference,
|
|
262
|
+
importLayersSupportCsvUtils: () => importLayersSupportCsvUtils,
|
|
255
263
|
importLayersSupportDimensionalDefinition: () => importLayersSupportDimensionalDefinition,
|
|
264
|
+
importLayersSupportDisplayFilter: () => importLayersSupportDisplayFilter,
|
|
265
|
+
importLayersSupportDisplayFilterInfo: () => importLayersSupportDisplayFilterInfo,
|
|
256
266
|
importLayersSupportDomain: () => importLayersSupportDomain,
|
|
257
267
|
importLayersSupportElevationSampler: () => importLayersSupportElevationSampler,
|
|
258
268
|
importLayersSupportExpressionInfo: () => importLayersSupportExpressionInfo,
|
|
@@ -280,6 +290,7 @@ __export(src_exports, {
|
|
|
280
290
|
importLayersSupportMapImage: () => importLayersSupportMapImage,
|
|
281
291
|
importLayersSupportMosaicRule: () => importLayersSupportMosaicRule,
|
|
282
292
|
importLayersSupportMultidimensionalSubset: () => importLayersSupportMultidimensionalSubset,
|
|
293
|
+
importLayersSupportOrderByInfo: () => importLayersSupportOrderByInfo,
|
|
283
294
|
importLayersSupportPixelBlock: () => importLayersSupportPixelBlock,
|
|
284
295
|
importLayersSupportPublishingInfo: () => importLayersSupportPublishingInfo,
|
|
285
296
|
importLayersSupportRangeDomain: () => importLayersSupportRangeDomain,
|
|
@@ -461,6 +472,11 @@ __export(src_exports, {
|
|
|
461
472
|
importRestKnowledgeGraphService: () => importRestKnowledgeGraphService,
|
|
462
473
|
importRestKnowledgeGraphServiceDefinition: () => importRestKnowledgeGraphServiceDefinition,
|
|
463
474
|
importRestKnowledgeGraphSourceTypeValueBehavior: () => importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
475
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
476
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
477
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter: () => importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
478
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection: () => importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
479
|
+
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings: () => importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
464
480
|
importRestLocator: () => importRestLocator,
|
|
465
481
|
importRestNetworkService: () => importRestNetworkService,
|
|
466
482
|
importRestNetworksQueryAssociations: () => importRestNetworksQueryAssociations,
|
|
@@ -490,6 +506,8 @@ __export(src_exports, {
|
|
|
490
506
|
importRestSupportArealUnit: () => importRestSupportArealUnit,
|
|
491
507
|
importRestSupportAreasAndLengthsParameters: () => importRestSupportAreasAndLengthsParameters,
|
|
492
508
|
importRestSupportAttachmentQuery: () => importRestSupportAttachmentQuery,
|
|
509
|
+
importRestSupportAttributeBinsFeatureSet: () => importRestSupportAttributeBinsFeatureSet,
|
|
510
|
+
importRestSupportAttributeBinsGrouping: () => importRestSupportAttributeBinsGrouping,
|
|
493
511
|
importRestSupportAttributeBinsQuery: () => importRestSupportAttributeBinsQuery,
|
|
494
512
|
importRestSupportAutoIntervalBinParameters: () => importRestSupportAutoIntervalBinParameters,
|
|
495
513
|
importRestSupportBaseImageMeasureParameters: () => importRestSupportBaseImageMeasureParameters,
|
|
@@ -551,6 +569,9 @@ __export(src_exports, {
|
|
|
551
569
|
importRestSupportImageToMapParameters: () => importRestSupportImageToMapParameters,
|
|
552
570
|
importRestSupportImageUrlParameters: () => importRestSupportImageUrlParameters,
|
|
553
571
|
importRestSupportImageUrlResult: () => importRestSupportImageUrlResult,
|
|
572
|
+
importRestSupportImageVolume: () => importRestSupportImageVolume,
|
|
573
|
+
importRestSupportImageVolumeParameters: () => importRestSupportImageVolumeParameters,
|
|
574
|
+
importRestSupportImageVolumeResult: () => importRestSupportImageVolumeResult,
|
|
554
575
|
importRestSupportJobInfo: () => importRestSupportJobInfo,
|
|
555
576
|
importRestSupportLegendLayer: () => importRestSupportLegendLayer,
|
|
556
577
|
importRestSupportLengthsParameters: () => importRestSupportLengthsParameters,
|
|
@@ -773,7 +794,7 @@ __export(src_exports, {
|
|
|
773
794
|
importViewsNavigationNavigationActionMap: () => importViewsNavigationNavigationActionMap,
|
|
774
795
|
importViewsSceneView: () => importViewsSceneView,
|
|
775
796
|
importViewsSupportColorUtils: () => importViewsSupportColorUtils,
|
|
776
|
-
|
|
797
|
+
importViewsSupportHighlightOptions: () => importViewsSupportHighlightOptions,
|
|
777
798
|
importViewsTheme: () => importViewsTheme,
|
|
778
799
|
importViewsUiDefaultUI: () => importViewsUiDefaultUI,
|
|
779
800
|
importViewsUiUI: () => importViewsUiUI,
|
|
@@ -813,8 +834,9 @@ __export(src_exports, {
|
|
|
813
834
|
importWebsceneInitialViewProperties: () => importWebsceneInitialViewProperties,
|
|
814
835
|
importWebscenePresentation: () => importWebscenePresentation,
|
|
815
836
|
importWebsceneSlide: () => importWebsceneSlide,
|
|
816
|
-
|
|
837
|
+
importWebsceneSlideLegendInfo: () => importWebsceneSlideLegendInfo,
|
|
817
838
|
importWebsceneSunLighting: () => importWebsceneSunLighting,
|
|
839
|
+
importWebsceneSupportSlideElements: () => importWebsceneSupportSlideElements,
|
|
818
840
|
importWebsceneVirtualLighting: () => importWebsceneVirtualLighting,
|
|
819
841
|
importWidgetsAreaMeasurement2D: () => importWidgetsAreaMeasurement2D,
|
|
820
842
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel: () => importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -1033,6 +1055,7 @@ __export(src_exports, {
|
|
|
1033
1055
|
newAnalysisSlicePlane: () => newAnalysisSlicePlane,
|
|
1034
1056
|
newAnalysisViewshed: () => newAnalysisViewshed,
|
|
1035
1057
|
newAnalysisViewshedAnalysis: () => newAnalysisViewshedAnalysis,
|
|
1058
|
+
newAttributeBinsGraphic: () => newAttributeBinsGraphic,
|
|
1036
1059
|
newBasemap: () => newBasemap,
|
|
1037
1060
|
newCamera: () => newCamera,
|
|
1038
1061
|
newCameraLayout: () => newCameraLayout,
|
|
@@ -1073,6 +1096,8 @@ __export(src_exports, {
|
|
|
1073
1096
|
newGeometryHeightModelInfo: () => newGeometryHeightModelInfo,
|
|
1074
1097
|
newGeometryMesh: () => newGeometryMesh,
|
|
1075
1098
|
newGeometryMultipoint: () => newGeometryMultipoint,
|
|
1099
|
+
newGeometryOperatorsSupportGeographicTransformation: () => newGeometryOperatorsSupportGeographicTransformation,
|
|
1100
|
+
newGeometryOperatorsSupportGeographicTransformationStep: () => newGeometryOperatorsSupportGeographicTransformationStep,
|
|
1076
1101
|
newGeometryOperatorsSupportTransformation: () => newGeometryOperatorsSupportTransformation,
|
|
1077
1102
|
newGeometryPoint: () => newGeometryPoint,
|
|
1078
1103
|
newGeometryPolygon: () => newGeometryPolygon,
|
|
@@ -1144,6 +1169,8 @@ __export(src_exports, {
|
|
|
1144
1169
|
newLayersSupportControlPointsGeoreference: () => newLayersSupportControlPointsGeoreference,
|
|
1145
1170
|
newLayersSupportCornersGeoreference: () => newLayersSupportCornersGeoreference,
|
|
1146
1171
|
newLayersSupportDimensionalDefinition: () => newLayersSupportDimensionalDefinition,
|
|
1172
|
+
newLayersSupportDisplayFilter: () => newLayersSupportDisplayFilter,
|
|
1173
|
+
newLayersSupportDisplayFilterInfo: () => newLayersSupportDisplayFilterInfo,
|
|
1147
1174
|
newLayersSupportDomain: () => newLayersSupportDomain,
|
|
1148
1175
|
newLayersSupportElevationSampler: () => newLayersSupportElevationSampler,
|
|
1149
1176
|
newLayersSupportExpressionInfo: () => newLayersSupportExpressionInfo,
|
|
@@ -1170,6 +1197,7 @@ __export(src_exports, {
|
|
|
1170
1197
|
newLayersSupportMapImage: () => newLayersSupportMapImage,
|
|
1171
1198
|
newLayersSupportMosaicRule: () => newLayersSupportMosaicRule,
|
|
1172
1199
|
newLayersSupportMultidimensionalSubset: () => newLayersSupportMultidimensionalSubset,
|
|
1200
|
+
newLayersSupportOrderByInfo: () => newLayersSupportOrderByInfo,
|
|
1173
1201
|
newLayersSupportPixelBlock: () => newLayersSupportPixelBlock,
|
|
1174
1202
|
newLayersSupportPublishingInfo: () => newLayersSupportPublishingInfo,
|
|
1175
1203
|
newLayersSupportRangeDomain: () => newLayersSupportRangeDomain,
|
|
@@ -1254,6 +1282,7 @@ __export(src_exports, {
|
|
|
1254
1282
|
newPopupRelatedRecordsInfo: () => newPopupRelatedRecordsInfo,
|
|
1255
1283
|
newPopupSupportFieldInfoFormat: () => newPopupSupportFieldInfoFormat,
|
|
1256
1284
|
newPopupSupportRelatedRecordsInfoFieldOrder: () => newPopupSupportRelatedRecordsInfoFieldOrder,
|
|
1285
|
+
newPopupSupportUtilityNetworkAssociationType: () => newPopupSupportUtilityNetworkAssociationType,
|
|
1257
1286
|
newPopupTemplate: () => newPopupTemplate,
|
|
1258
1287
|
newPortalPortal: () => newPortalPortal,
|
|
1259
1288
|
newPortalPortalFolder: () => newPortalPortalFolder,
|
|
@@ -1329,6 +1358,11 @@ __export(src_exports, {
|
|
|
1329
1358
|
newRestKnowledgeGraphSearchIndex: () => newRestKnowledgeGraphSearchIndex,
|
|
1330
1359
|
newRestKnowledgeGraphServiceDefinition: () => newRestKnowledgeGraphServiceDefinition,
|
|
1331
1360
|
newRestKnowledgeGraphSourceTypeValueBehavior: () => newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
1361
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
1362
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
1363
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter: () => newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
1364
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection: () => newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
1365
|
+
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings: () => newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
1332
1366
|
newRestNetworksSupportAggregatedGeometry: () => newRestNetworksSupportAggregatedGeometry,
|
|
1333
1367
|
newRestNetworksSupportAssociation: () => newRestNetworksSupportAssociation,
|
|
1334
1368
|
newRestNetworksSupportAssociationGeometriesResult: () => newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -1347,6 +1381,8 @@ __export(src_exports, {
|
|
|
1347
1381
|
newRestSupportArealUnit: () => newRestSupportArealUnit,
|
|
1348
1382
|
newRestSupportAreasAndLengthsParameters: () => newRestSupportAreasAndLengthsParameters,
|
|
1349
1383
|
newRestSupportAttachmentQuery: () => newRestSupportAttachmentQuery,
|
|
1384
|
+
newRestSupportAttributeBinsFeatureSet: () => newRestSupportAttributeBinsFeatureSet,
|
|
1385
|
+
newRestSupportAttributeBinsGrouping: () => newRestSupportAttributeBinsGrouping,
|
|
1350
1386
|
newRestSupportAttributeBinsQuery: () => newRestSupportAttributeBinsQuery,
|
|
1351
1387
|
newRestSupportAutoIntervalBinParameters: () => newRestSupportAutoIntervalBinParameters,
|
|
1352
1388
|
newRestSupportBaseImageMeasureParameters: () => newRestSupportBaseImageMeasureParameters,
|
|
@@ -1408,6 +1444,9 @@ __export(src_exports, {
|
|
|
1408
1444
|
newRestSupportImageToMapParameters: () => newRestSupportImageToMapParameters,
|
|
1409
1445
|
newRestSupportImageUrlParameters: () => newRestSupportImageUrlParameters,
|
|
1410
1446
|
newRestSupportImageUrlResult: () => newRestSupportImageUrlResult,
|
|
1447
|
+
newRestSupportImageVolume: () => newRestSupportImageVolume,
|
|
1448
|
+
newRestSupportImageVolumeParameters: () => newRestSupportImageVolumeParameters,
|
|
1449
|
+
newRestSupportImageVolumeResult: () => newRestSupportImageVolumeResult,
|
|
1411
1450
|
newRestSupportJobInfo: () => newRestSupportJobInfo,
|
|
1412
1451
|
newRestSupportLegendLayer: () => newRestSupportLegendLayer,
|
|
1413
1452
|
newRestSupportLengthsParameters: () => newRestSupportLengthsParameters,
|
|
@@ -1563,7 +1602,7 @@ __export(src_exports, {
|
|
|
1563
1602
|
newViewsNavigationNavigation: () => newViewsNavigationNavigation,
|
|
1564
1603
|
newViewsNavigationNavigationActionMap: () => newViewsNavigationNavigationActionMap,
|
|
1565
1604
|
newViewsSceneView: () => newViewsSceneView,
|
|
1566
|
-
|
|
1605
|
+
newViewsSupportHighlightOptions: () => newViewsSupportHighlightOptions,
|
|
1567
1606
|
newViewsTheme: () => newViewsTheme,
|
|
1568
1607
|
newViewsUiDefaultUI: () => newViewsUiDefaultUI,
|
|
1569
1608
|
newViewsUiUI: () => newViewsUiUI,
|
|
@@ -1603,7 +1642,7 @@ __export(src_exports, {
|
|
|
1603
1642
|
newWebsceneInitialViewProperties: () => newWebsceneInitialViewProperties,
|
|
1604
1643
|
newWebscenePresentation: () => newWebscenePresentation,
|
|
1605
1644
|
newWebsceneSlide: () => newWebsceneSlide,
|
|
1606
|
-
|
|
1645
|
+
newWebsceneSlideLegendInfo: () => newWebsceneSlideLegendInfo,
|
|
1607
1646
|
newWebsceneSunLighting: () => newWebsceneSunLighting,
|
|
1608
1647
|
newWebsceneVirtualLighting: () => newWebsceneVirtualLighting,
|
|
1609
1648
|
newWidgetsAreaMeasurement2D: () => newWidgetsAreaMeasurement2D,
|
|
@@ -2442,6 +2481,28 @@ async function newGeometrySpatialReference(properties) {
|
|
|
2442
2481
|
const ModConstructor = await importGeometrySpatialReference();
|
|
2443
2482
|
return new ModConstructor(properties);
|
|
2444
2483
|
}
|
|
2484
|
+
async function importGeometryOperatorsSupportGeographicTransformation() {
|
|
2485
|
+
if (isAMD) {
|
|
2486
|
+
return await window.$arcgis.import("esri/geometry/operators/support/GeographicTransformation");
|
|
2487
|
+
}
|
|
2488
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/GeographicTransformation.js");
|
|
2489
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2490
|
+
}
|
|
2491
|
+
async function newGeometryOperatorsSupportGeographicTransformation(properties) {
|
|
2492
|
+
const ModConstructor = await importGeometryOperatorsSupportGeographicTransformation();
|
|
2493
|
+
return new ModConstructor(properties);
|
|
2494
|
+
}
|
|
2495
|
+
async function importGeometryOperatorsSupportGeographicTransformationStep() {
|
|
2496
|
+
if (isAMD) {
|
|
2497
|
+
return await window.$arcgis.import("esri/geometry/operators/support/GeographicTransformationStep");
|
|
2498
|
+
}
|
|
2499
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/GeographicTransformationStep.js");
|
|
2500
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2501
|
+
}
|
|
2502
|
+
async function newGeometryOperatorsSupportGeographicTransformationStep(properties) {
|
|
2503
|
+
const ModConstructor = await importGeometryOperatorsSupportGeographicTransformationStep();
|
|
2504
|
+
return new ModConstructor(properties);
|
|
2505
|
+
}
|
|
2445
2506
|
async function importGeometryOperatorsSupportTransformation() {
|
|
2446
2507
|
if (isAMD) {
|
|
2447
2508
|
return await window.$arcgis.import("esri/geometry/operators/support/Transformation");
|
|
@@ -2563,6 +2624,17 @@ async function newGeometrySupportMeshTransform(properties) {
|
|
|
2563
2624
|
const ModConstructor = await importGeometrySupportMeshTransform();
|
|
2564
2625
|
return new ModConstructor(properties);
|
|
2565
2626
|
}
|
|
2627
|
+
async function importAttributeBinsGraphic() {
|
|
2628
|
+
if (isAMD) {
|
|
2629
|
+
return await window.$arcgis.import("esri/AttributeBinsGraphic");
|
|
2630
|
+
}
|
|
2631
|
+
const module2 = await import("@arcgis/core/AttributeBinsGraphic.js");
|
|
2632
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2633
|
+
}
|
|
2634
|
+
async function newAttributeBinsGraphic(properties) {
|
|
2635
|
+
const ModConstructor = await importAttributeBinsGraphic();
|
|
2636
|
+
return new ModConstructor(properties);
|
|
2637
|
+
}
|
|
2566
2638
|
async function importGraphic() {
|
|
2567
2639
|
if (isAMD) {
|
|
2568
2640
|
return await window.$arcgis.import("esri/Graphic");
|
|
@@ -3179,6 +3251,28 @@ async function newLayersSupportDimensionalDefinition(properties) {
|
|
|
3179
3251
|
const ModConstructor = await importLayersSupportDimensionalDefinition();
|
|
3180
3252
|
return new ModConstructor(properties);
|
|
3181
3253
|
}
|
|
3254
|
+
async function importLayersSupportDisplayFilter() {
|
|
3255
|
+
if (isAMD) {
|
|
3256
|
+
return await window.$arcgis.import("esri/layers/support/DisplayFilter");
|
|
3257
|
+
}
|
|
3258
|
+
const module2 = await import("@arcgis/core/layers/support/DisplayFilter.js");
|
|
3259
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3260
|
+
}
|
|
3261
|
+
async function newLayersSupportDisplayFilter(properties) {
|
|
3262
|
+
const ModConstructor = await importLayersSupportDisplayFilter();
|
|
3263
|
+
return new ModConstructor(properties);
|
|
3264
|
+
}
|
|
3265
|
+
async function importLayersSupportDisplayFilterInfo() {
|
|
3266
|
+
if (isAMD) {
|
|
3267
|
+
return await window.$arcgis.import("esri/layers/support/DisplayFilterInfo");
|
|
3268
|
+
}
|
|
3269
|
+
const module2 = await import("@arcgis/core/layers/support/DisplayFilterInfo.js");
|
|
3270
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3271
|
+
}
|
|
3272
|
+
async function newLayersSupportDisplayFilterInfo(properties) {
|
|
3273
|
+
const ModConstructor = await importLayersSupportDisplayFilterInfo();
|
|
3274
|
+
return new ModConstructor(properties);
|
|
3275
|
+
}
|
|
3182
3276
|
async function importLayersSupportDomain() {
|
|
3183
3277
|
if (isAMD) {
|
|
3184
3278
|
return await window.$arcgis.import("esri/layers/support/Domain");
|
|
@@ -3465,6 +3559,17 @@ async function newLayersSupportMultidimensionalSubset(properties) {
|
|
|
3465
3559
|
const ModConstructor = await importLayersSupportMultidimensionalSubset();
|
|
3466
3560
|
return new ModConstructor(properties);
|
|
3467
3561
|
}
|
|
3562
|
+
async function importLayersSupportOrderByInfo() {
|
|
3563
|
+
if (isAMD) {
|
|
3564
|
+
return await window.$arcgis.import("esri/layers/support/OrderByInfo");
|
|
3565
|
+
}
|
|
3566
|
+
const module2 = await import("@arcgis/core/layers/support/OrderByInfo.js");
|
|
3567
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3568
|
+
}
|
|
3569
|
+
async function newLayersSupportOrderByInfo(properties) {
|
|
3570
|
+
const ModConstructor = await importLayersSupportOrderByInfo();
|
|
3571
|
+
return new ModConstructor(properties);
|
|
3572
|
+
}
|
|
3468
3573
|
async function importLayersSupportPixelBlock() {
|
|
3469
3574
|
if (isAMD) {
|
|
3470
3575
|
return await window.$arcgis.import("esri/layers/support/PixelBlock");
|
|
@@ -4389,6 +4494,17 @@ async function newPopupSupportRelatedRecordsInfoFieldOrder(properties) {
|
|
|
4389
4494
|
const ModConstructor = await importPopupSupportRelatedRecordsInfoFieldOrder();
|
|
4390
4495
|
return new ModConstructor(properties);
|
|
4391
4496
|
}
|
|
4497
|
+
async function importPopupSupportUtilityNetworkAssociationType() {
|
|
4498
|
+
if (isAMD) {
|
|
4499
|
+
return await window.$arcgis.import("esri/popup/support/UtilityNetworkAssociationType");
|
|
4500
|
+
}
|
|
4501
|
+
const module2 = await import("@arcgis/core/popup/support/UtilityNetworkAssociationType.js");
|
|
4502
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4503
|
+
}
|
|
4504
|
+
async function newPopupSupportUtilityNetworkAssociationType(properties) {
|
|
4505
|
+
const ModConstructor = await importPopupSupportUtilityNetworkAssociationType();
|
|
4506
|
+
return new ModConstructor(properties);
|
|
4507
|
+
}
|
|
4392
4508
|
async function importPopupTemplate() {
|
|
4393
4509
|
if (isAMD) {
|
|
4394
4510
|
return await window.$arcgis.import("esri/PopupTemplate");
|
|
@@ -5214,6 +5330,61 @@ async function newRestKnowledgeGraphSourceTypeValueBehavior(properties) {
|
|
|
5214
5330
|
const ModConstructor = await importRestKnowledgeGraphSourceTypeValueBehavior();
|
|
5215
5331
|
return new ModConstructor(properties);
|
|
5216
5332
|
}
|
|
5333
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration() {
|
|
5334
|
+
if (isAMD) {
|
|
5335
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsConfiguration");
|
|
5336
|
+
}
|
|
5337
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsConfiguration.js");
|
|
5338
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5339
|
+
}
|
|
5340
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration(properties) {
|
|
5341
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration();
|
|
5342
|
+
return new ModConstructor(properties);
|
|
5343
|
+
}
|
|
5344
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity() {
|
|
5345
|
+
if (isAMD) {
|
|
5346
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsEntity");
|
|
5347
|
+
}
|
|
5348
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsEntity.js");
|
|
5349
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5350
|
+
}
|
|
5351
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity(properties) {
|
|
5352
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity();
|
|
5353
|
+
return new ModConstructor(properties);
|
|
5354
|
+
}
|
|
5355
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter() {
|
|
5356
|
+
if (isAMD) {
|
|
5357
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsPathFilter");
|
|
5358
|
+
}
|
|
5359
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsPathFilter.js");
|
|
5360
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5361
|
+
}
|
|
5362
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter(properties) {
|
|
5363
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter();
|
|
5364
|
+
return new ModConstructor(properties);
|
|
5365
|
+
}
|
|
5366
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection() {
|
|
5367
|
+
if (isAMD) {
|
|
5368
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMKGTraversalDirection");
|
|
5369
|
+
}
|
|
5370
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMKGTraversalDirection.js");
|
|
5371
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5372
|
+
}
|
|
5373
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection(properties) {
|
|
5374
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection();
|
|
5375
|
+
return new ModConstructor(properties);
|
|
5376
|
+
}
|
|
5377
|
+
async function importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings() {
|
|
5378
|
+
if (isAMD) {
|
|
5379
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/FindPathsToolSettings");
|
|
5380
|
+
}
|
|
5381
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/FindPathsToolSettings.js");
|
|
5382
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5383
|
+
}
|
|
5384
|
+
async function newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings(properties) {
|
|
5385
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings();
|
|
5386
|
+
return new ModConstructor(properties);
|
|
5387
|
+
}
|
|
5217
5388
|
async function importRestNetworksSupportAggregatedGeometry() {
|
|
5218
5389
|
if (isAMD) {
|
|
5219
5390
|
return await window.$arcgis.import("esri/rest/networks/support/AggregatedGeometry");
|
|
@@ -5368,6 +5539,17 @@ async function newRestSupportAddressCandidate(properties) {
|
|
|
5368
5539
|
const ModConstructor = await importRestSupportAddressCandidate();
|
|
5369
5540
|
return new ModConstructor(properties);
|
|
5370
5541
|
}
|
|
5542
|
+
async function importRestSupportAttributeBinsFeatureSet() {
|
|
5543
|
+
if (isAMD) {
|
|
5544
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsFeatureSet");
|
|
5545
|
+
}
|
|
5546
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsFeatureSet.js");
|
|
5547
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5548
|
+
}
|
|
5549
|
+
async function newRestSupportAttributeBinsFeatureSet(properties) {
|
|
5550
|
+
const ModConstructor = await importRestSupportAttributeBinsFeatureSet();
|
|
5551
|
+
return new ModConstructor(properties);
|
|
5552
|
+
}
|
|
5371
5553
|
async function importRestSupportAttributeBinsQuery() {
|
|
5372
5554
|
if (isAMD) {
|
|
5373
5555
|
return await window.$arcgis.import("esri/rest/support/AttributeBinsQuery");
|
|
@@ -5379,6 +5561,17 @@ async function newRestSupportAttributeBinsQuery(properties) {
|
|
|
5379
5561
|
const ModConstructor = await importRestSupportAttributeBinsQuery();
|
|
5380
5562
|
return new ModConstructor(properties);
|
|
5381
5563
|
}
|
|
5564
|
+
async function importRestSupportAttributeBinsGrouping() {
|
|
5565
|
+
if (isAMD) {
|
|
5566
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsGrouping");
|
|
5567
|
+
}
|
|
5568
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsGrouping.js");
|
|
5569
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5570
|
+
}
|
|
5571
|
+
async function newRestSupportAttributeBinsGrouping(properties) {
|
|
5572
|
+
const ModConstructor = await importRestSupportAttributeBinsGrouping();
|
|
5573
|
+
return new ModConstructor(properties);
|
|
5574
|
+
}
|
|
5382
5575
|
async function importRestSupportAutoIntervalBinParameters() {
|
|
5383
5576
|
if (isAMD) {
|
|
5384
5577
|
return await window.$arcgis.import("esri/rest/support/AutoIntervalBinParameters");
|
|
@@ -6083,6 +6276,39 @@ async function newRestSupportImageUrlResult(properties) {
|
|
|
6083
6276
|
const ModConstructor = await importRestSupportImageUrlResult();
|
|
6084
6277
|
return new ModConstructor(properties);
|
|
6085
6278
|
}
|
|
6279
|
+
async function importRestSupportImageVolume() {
|
|
6280
|
+
if (isAMD) {
|
|
6281
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolume");
|
|
6282
|
+
}
|
|
6283
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolume.js");
|
|
6284
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6285
|
+
}
|
|
6286
|
+
async function newRestSupportImageVolume(properties) {
|
|
6287
|
+
const ModConstructor = await importRestSupportImageVolume();
|
|
6288
|
+
return new ModConstructor(properties);
|
|
6289
|
+
}
|
|
6290
|
+
async function importRestSupportImageVolumeParameters() {
|
|
6291
|
+
if (isAMD) {
|
|
6292
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolumeParameters");
|
|
6293
|
+
}
|
|
6294
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolumeParameters.js");
|
|
6295
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6296
|
+
}
|
|
6297
|
+
async function newRestSupportImageVolumeParameters(properties) {
|
|
6298
|
+
const ModConstructor = await importRestSupportImageVolumeParameters();
|
|
6299
|
+
return new ModConstructor(properties);
|
|
6300
|
+
}
|
|
6301
|
+
async function importRestSupportImageVolumeResult() {
|
|
6302
|
+
if (isAMD) {
|
|
6303
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolumeResult");
|
|
6304
|
+
}
|
|
6305
|
+
const module2 = await import("@arcgis/core/rest/support/ImageVolumeResult.js");
|
|
6306
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6307
|
+
}
|
|
6308
|
+
async function newRestSupportImageVolumeResult(properties) {
|
|
6309
|
+
const ModConstructor = await importRestSupportImageVolumeResult();
|
|
6310
|
+
return new ModConstructor(properties);
|
|
6311
|
+
}
|
|
6086
6312
|
async function importRestSupportJobInfo() {
|
|
6087
6313
|
if (isAMD) {
|
|
6088
6314
|
return await window.$arcgis.import("esri/rest/support/JobInfo");
|
|
@@ -7788,15 +8014,15 @@ async function newViewsSceneView(properties) {
|
|
|
7788
8014
|
const ModConstructor = await importViewsSceneView();
|
|
7789
8015
|
return new ModConstructor(properties);
|
|
7790
8016
|
}
|
|
7791
|
-
async function
|
|
8017
|
+
async function importViewsSupportHighlightOptions() {
|
|
7792
8018
|
if (isAMD) {
|
|
7793
|
-
return await window.$arcgis.import("esri/views/support/
|
|
8019
|
+
return await window.$arcgis.import("esri/views/support/HighlightOptions");
|
|
7794
8020
|
}
|
|
7795
|
-
const module2 = await import("@arcgis/core/views/support/
|
|
8021
|
+
const module2 = await import("@arcgis/core/views/support/HighlightOptions.js");
|
|
7796
8022
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
7797
8023
|
}
|
|
7798
|
-
async function
|
|
7799
|
-
const ModConstructor = await
|
|
8024
|
+
async function newViewsSupportHighlightOptions(properties) {
|
|
8025
|
+
const ModConstructor = await importViewsSupportHighlightOptions();
|
|
7800
8026
|
return new ModConstructor(properties);
|
|
7801
8027
|
}
|
|
7802
8028
|
async function importViewsUiDefaultUI() {
|
|
@@ -8228,15 +8454,15 @@ async function newWebsceneSlide(properties) {
|
|
|
8228
8454
|
const ModConstructor = await importWebsceneSlide();
|
|
8229
8455
|
return new ModConstructor(properties);
|
|
8230
8456
|
}
|
|
8231
|
-
async function
|
|
8457
|
+
async function importWebsceneSlideLegendInfo() {
|
|
8232
8458
|
if (isAMD) {
|
|
8233
|
-
return await window.$arcgis.import("esri/webscene/
|
|
8459
|
+
return await window.$arcgis.import("esri/webscene/SlideLegendInfo");
|
|
8234
8460
|
}
|
|
8235
|
-
const module2 = await import("@arcgis/core/webscene/
|
|
8461
|
+
const module2 = await import("@arcgis/core/webscene/SlideLegendInfo.js");
|
|
8236
8462
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
8237
8463
|
}
|
|
8238
|
-
async function
|
|
8239
|
-
const ModConstructor = await
|
|
8464
|
+
async function newWebsceneSlideLegendInfo(properties) {
|
|
8465
|
+
const ModConstructor = await importWebsceneSlideLegendInfo();
|
|
8240
8466
|
return new ModConstructor(properties);
|
|
8241
8467
|
}
|
|
8242
8468
|
async function importWebsceneSunLighting() {
|
|
@@ -10538,6 +10764,13 @@ async function importCoreWorkers() {
|
|
|
10538
10764
|
const module2 = await import("@arcgis/core/core/workers.js");
|
|
10539
10765
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10540
10766
|
}
|
|
10767
|
+
async function importEditingSharedTemplatesSharedTemplateMetadata() {
|
|
10768
|
+
if (isAMD) {
|
|
10769
|
+
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplateMetadata");
|
|
10770
|
+
}
|
|
10771
|
+
const module2 = await import("@arcgis/core/editing/sharedTemplates/SharedTemplateMetadata.js");
|
|
10772
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10773
|
+
}
|
|
10541
10774
|
async function importFormElementsInputs() {
|
|
10542
10775
|
if (isAMD) {
|
|
10543
10776
|
return await window.$arcgis.import("esri/form/elements/inputs");
|
|
@@ -10867,6 +11100,13 @@ async function importGeometryOperatorsPolygonSlicerOperator() {
|
|
|
10867
11100
|
const module2 = await import("@arcgis/core/geometry/operators/polygonSlicerOperator.js");
|
|
10868
11101
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10869
11102
|
}
|
|
11103
|
+
async function importGeometryOperatorsProjectOperator() {
|
|
11104
|
+
if (isAMD) {
|
|
11105
|
+
return await window.$arcgis.import("esri/geometry/operators/projectOperator");
|
|
11106
|
+
}
|
|
11107
|
+
const module2 = await import("@arcgis/core/geometry/operators/projectOperator.js");
|
|
11108
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11109
|
+
}
|
|
10870
11110
|
async function importGeometryOperatorsProximityOperator() {
|
|
10871
11111
|
if (isAMD) {
|
|
10872
11112
|
return await window.$arcgis.import("esri/geometry/operators/proximityOperator");
|
|
@@ -10888,6 +11128,13 @@ async function importGeometryOperatorsReshapeOperator() {
|
|
|
10888
11128
|
const module2 = await import("@arcgis/core/geometry/operators/reshapeOperator.js");
|
|
10889
11129
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10890
11130
|
}
|
|
11131
|
+
async function importGeometryOperatorsShapePreservingProjectOperator() {
|
|
11132
|
+
if (isAMD) {
|
|
11133
|
+
return await window.$arcgis.import("esri/geometry/operators/shapePreservingProjectOperator");
|
|
11134
|
+
}
|
|
11135
|
+
const module2 = await import("@arcgis/core/geometry/operators/shapePreservingProjectOperator.js");
|
|
11136
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11137
|
+
}
|
|
10891
11138
|
async function importGeometryOperatorsSimplifyOperator() {
|
|
10892
11139
|
if (isAMD) {
|
|
10893
11140
|
return await window.$arcgis.import("esri/geometry/operators/simplifyOperator");
|
|
@@ -10923,6 +11170,13 @@ async function importGeometryOperatorsWithinOperator() {
|
|
|
10923
11170
|
const module2 = await import("@arcgis/core/geometry/operators/withinOperator.js");
|
|
10924
11171
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10925
11172
|
}
|
|
11173
|
+
async function importGeometryOperatorsSupportGeographicTransformationUtils() {
|
|
11174
|
+
if (isAMD) {
|
|
11175
|
+
return await window.$arcgis.import("esri/geometry/operators/support/geographicTransformationUtils");
|
|
11176
|
+
}
|
|
11177
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/geographicTransformationUtils.js");
|
|
11178
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11179
|
+
}
|
|
10926
11180
|
async function importGeometrySupportGeodesicUtils() {
|
|
10927
11181
|
if (isAMD) {
|
|
10928
11182
|
return await window.$arcgis.import("esri/geometry/support/geodesicUtils");
|
|
@@ -11028,6 +11282,13 @@ async function importLayersSupportArcadeUtils() {
|
|
|
11028
11282
|
const module2 = await import("@arcgis/core/layers/support/arcadeUtils.js");
|
|
11029
11283
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11030
11284
|
}
|
|
11285
|
+
async function importLayersSupportCsvUtils() {
|
|
11286
|
+
if (isAMD) {
|
|
11287
|
+
return await window.$arcgis.import("esri/layers/support/csvUtils");
|
|
11288
|
+
}
|
|
11289
|
+
const module2 = await import("@arcgis/core/layers/support/csvUtils.js");
|
|
11290
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11291
|
+
}
|
|
11031
11292
|
async function importLayersSupportFieldUtils() {
|
|
11032
11293
|
if (isAMD) {
|
|
11033
11294
|
return await window.$arcgis.import("esri/layers/support/fieldUtils");
|
|
@@ -11084,13 +11345,6 @@ async function importPopupContent() {
|
|
|
11084
11345
|
const module2 = await import("@arcgis/core/popup/content.js");
|
|
11085
11346
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11086
11347
|
}
|
|
11087
|
-
async function importPopupSupportUtilityNetworkAssociationType() {
|
|
11088
|
-
if (isAMD) {
|
|
11089
|
-
return await window.$arcgis.import("esri/popup/support/UtilityNetworkAssociationType");
|
|
11090
|
-
}
|
|
11091
|
-
const module2 = await import("@arcgis/core/popup/support/UtilityNetworkAssociationType.js");
|
|
11092
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
11093
|
-
}
|
|
11094
11348
|
async function importRasterRenderers() {
|
|
11095
11349
|
if (isAMD) {
|
|
11096
11350
|
return await window.$arcgis.import("esri/rasterRenderers");
|
|
@@ -11735,6 +11989,13 @@ async function importViewsSupportColorUtils() {
|
|
|
11735
11989
|
const module2 = await import("@arcgis/core/views/support/colorUtils.js");
|
|
11736
11990
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11737
11991
|
}
|
|
11992
|
+
async function importWebsceneSupportSlideElements() {
|
|
11993
|
+
if (isAMD) {
|
|
11994
|
+
return await window.$arcgis.import("esri/webscene/support/SlideElements");
|
|
11995
|
+
}
|
|
11996
|
+
const module2 = await import("@arcgis/core/webscene/support/SlideElements.js");
|
|
11997
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11998
|
+
}
|
|
11738
11999
|
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
11739
12000
|
if (isAMD) {
|
|
11740
12001
|
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
@@ -11922,6 +12183,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11922
12183
|
importApplicationsSceneViewerDevEnvironmentUtils,
|
|
11923
12184
|
importApplicationsWebEditorSketchUtils,
|
|
11924
12185
|
importArcade,
|
|
12186
|
+
importAttributeBinsGraphic,
|
|
11925
12187
|
importBasemap,
|
|
11926
12188
|
importCamera,
|
|
11927
12189
|
importCameraLayout,
|
|
@@ -11941,6 +12203,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11941
12203
|
importCoreUrlUtils,
|
|
11942
12204
|
importCoreWorkers,
|
|
11943
12205
|
importCoreWorkersConnection,
|
|
12206
|
+
importEditingSharedTemplatesSharedTemplateMetadata,
|
|
11944
12207
|
importFormElements,
|
|
11945
12208
|
importFormElementsAttachmentElement,
|
|
11946
12209
|
importFormElementsElement,
|
|
@@ -12018,10 +12281,15 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12018
12281
|
importGeometryOperatorsOverlapsOperator,
|
|
12019
12282
|
importGeometryOperatorsPolygonOverlayOperator,
|
|
12020
12283
|
importGeometryOperatorsPolygonSlicerOperator,
|
|
12284
|
+
importGeometryOperatorsProjectOperator,
|
|
12021
12285
|
importGeometryOperatorsProximityOperator,
|
|
12022
12286
|
importGeometryOperatorsRelateOperator,
|
|
12023
12287
|
importGeometryOperatorsReshapeOperator,
|
|
12288
|
+
importGeometryOperatorsShapePreservingProjectOperator,
|
|
12024
12289
|
importGeometryOperatorsSimplifyOperator,
|
|
12290
|
+
importGeometryOperatorsSupportGeographicTransformation,
|
|
12291
|
+
importGeometryOperatorsSupportGeographicTransformationStep,
|
|
12292
|
+
importGeometryOperatorsSupportGeographicTransformationUtils,
|
|
12025
12293
|
importGeometryOperatorsSupportTransformation,
|
|
12026
12294
|
importGeometryOperatorsSymmetricDifferenceOperator,
|
|
12027
12295
|
importGeometryOperatorsTouchesOperator,
|
|
@@ -12113,7 +12381,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12113
12381
|
importLayersSupportCodedValueDomain,
|
|
12114
12382
|
importLayersSupportControlPointsGeoreference,
|
|
12115
12383
|
importLayersSupportCornersGeoreference,
|
|
12384
|
+
importLayersSupportCsvUtils,
|
|
12116
12385
|
importLayersSupportDimensionalDefinition,
|
|
12386
|
+
importLayersSupportDisplayFilter,
|
|
12387
|
+
importLayersSupportDisplayFilterInfo,
|
|
12117
12388
|
importLayersSupportDomain,
|
|
12118
12389
|
importLayersSupportElevationSampler,
|
|
12119
12390
|
importLayersSupportExpressionInfo,
|
|
@@ -12141,6 +12412,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12141
12412
|
importLayersSupportMapImage,
|
|
12142
12413
|
importLayersSupportMosaicRule,
|
|
12143
12414
|
importLayersSupportMultidimensionalSubset,
|
|
12415
|
+
importLayersSupportOrderByInfo,
|
|
12144
12416
|
importLayersSupportPixelBlock,
|
|
12145
12417
|
importLayersSupportPublishingInfo,
|
|
12146
12418
|
importLayersSupportRangeDomain,
|
|
@@ -12322,6 +12594,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12322
12594
|
importRestKnowledgeGraphService,
|
|
12323
12595
|
importRestKnowledgeGraphServiceDefinition,
|
|
12324
12596
|
importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
12597
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
12598
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
12599
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
12600
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
12601
|
+
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
12325
12602
|
importRestLocator,
|
|
12326
12603
|
importRestNetworkService,
|
|
12327
12604
|
importRestNetworksQueryAssociations,
|
|
@@ -12351,6 +12628,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12351
12628
|
importRestSupportArealUnit,
|
|
12352
12629
|
importRestSupportAreasAndLengthsParameters,
|
|
12353
12630
|
importRestSupportAttachmentQuery,
|
|
12631
|
+
importRestSupportAttributeBinsFeatureSet,
|
|
12632
|
+
importRestSupportAttributeBinsGrouping,
|
|
12354
12633
|
importRestSupportAttributeBinsQuery,
|
|
12355
12634
|
importRestSupportAutoIntervalBinParameters,
|
|
12356
12635
|
importRestSupportBaseImageMeasureParameters,
|
|
@@ -12412,6 +12691,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12412
12691
|
importRestSupportImageToMapParameters,
|
|
12413
12692
|
importRestSupportImageUrlParameters,
|
|
12414
12693
|
importRestSupportImageUrlResult,
|
|
12694
|
+
importRestSupportImageVolume,
|
|
12695
|
+
importRestSupportImageVolumeParameters,
|
|
12696
|
+
importRestSupportImageVolumeResult,
|
|
12415
12697
|
importRestSupportJobInfo,
|
|
12416
12698
|
importRestSupportLegendLayer,
|
|
12417
12699
|
importRestSupportLengthsParameters,
|
|
@@ -12634,7 +12916,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12634
12916
|
importViewsNavigationNavigationActionMap,
|
|
12635
12917
|
importViewsSceneView,
|
|
12636
12918
|
importViewsSupportColorUtils,
|
|
12637
|
-
|
|
12919
|
+
importViewsSupportHighlightOptions,
|
|
12638
12920
|
importViewsTheme,
|
|
12639
12921
|
importViewsUiDefaultUI,
|
|
12640
12922
|
importViewsUiUI,
|
|
@@ -12674,8 +12956,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12674
12956
|
importWebsceneInitialViewProperties,
|
|
12675
12957
|
importWebscenePresentation,
|
|
12676
12958
|
importWebsceneSlide,
|
|
12677
|
-
|
|
12959
|
+
importWebsceneSlideLegendInfo,
|
|
12678
12960
|
importWebsceneSunLighting,
|
|
12961
|
+
importWebsceneSupportSlideElements,
|
|
12679
12962
|
importWebsceneVirtualLighting,
|
|
12680
12963
|
importWidgetsAreaMeasurement2D,
|
|
12681
12964
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -12894,6 +13177,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12894
13177
|
newAnalysisSlicePlane,
|
|
12895
13178
|
newAnalysisViewshed,
|
|
12896
13179
|
newAnalysisViewshedAnalysis,
|
|
13180
|
+
newAttributeBinsGraphic,
|
|
12897
13181
|
newBasemap,
|
|
12898
13182
|
newCamera,
|
|
12899
13183
|
newCameraLayout,
|
|
@@ -12934,6 +13218,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12934
13218
|
newGeometryHeightModelInfo,
|
|
12935
13219
|
newGeometryMesh,
|
|
12936
13220
|
newGeometryMultipoint,
|
|
13221
|
+
newGeometryOperatorsSupportGeographicTransformation,
|
|
13222
|
+
newGeometryOperatorsSupportGeographicTransformationStep,
|
|
12937
13223
|
newGeometryOperatorsSupportTransformation,
|
|
12938
13224
|
newGeometryPoint,
|
|
12939
13225
|
newGeometryPolygon,
|
|
@@ -13005,6 +13291,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13005
13291
|
newLayersSupportControlPointsGeoreference,
|
|
13006
13292
|
newLayersSupportCornersGeoreference,
|
|
13007
13293
|
newLayersSupportDimensionalDefinition,
|
|
13294
|
+
newLayersSupportDisplayFilter,
|
|
13295
|
+
newLayersSupportDisplayFilterInfo,
|
|
13008
13296
|
newLayersSupportDomain,
|
|
13009
13297
|
newLayersSupportElevationSampler,
|
|
13010
13298
|
newLayersSupportExpressionInfo,
|
|
@@ -13031,6 +13319,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13031
13319
|
newLayersSupportMapImage,
|
|
13032
13320
|
newLayersSupportMosaicRule,
|
|
13033
13321
|
newLayersSupportMultidimensionalSubset,
|
|
13322
|
+
newLayersSupportOrderByInfo,
|
|
13034
13323
|
newLayersSupportPixelBlock,
|
|
13035
13324
|
newLayersSupportPublishingInfo,
|
|
13036
13325
|
newLayersSupportRangeDomain,
|
|
@@ -13115,6 +13404,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13115
13404
|
newPopupRelatedRecordsInfo,
|
|
13116
13405
|
newPopupSupportFieldInfoFormat,
|
|
13117
13406
|
newPopupSupportRelatedRecordsInfoFieldOrder,
|
|
13407
|
+
newPopupSupportUtilityNetworkAssociationType,
|
|
13118
13408
|
newPopupTemplate,
|
|
13119
13409
|
newPortalPortal,
|
|
13120
13410
|
newPortalPortalFolder,
|
|
@@ -13190,6 +13480,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13190
13480
|
newRestKnowledgeGraphSearchIndex,
|
|
13191
13481
|
newRestKnowledgeGraphServiceDefinition,
|
|
13192
13482
|
newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
13483
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
13484
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
13485
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
13486
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
13487
|
+
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
13193
13488
|
newRestNetworksSupportAggregatedGeometry,
|
|
13194
13489
|
newRestNetworksSupportAssociation,
|
|
13195
13490
|
newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -13208,6 +13503,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13208
13503
|
newRestSupportArealUnit,
|
|
13209
13504
|
newRestSupportAreasAndLengthsParameters,
|
|
13210
13505
|
newRestSupportAttachmentQuery,
|
|
13506
|
+
newRestSupportAttributeBinsFeatureSet,
|
|
13507
|
+
newRestSupportAttributeBinsGrouping,
|
|
13211
13508
|
newRestSupportAttributeBinsQuery,
|
|
13212
13509
|
newRestSupportAutoIntervalBinParameters,
|
|
13213
13510
|
newRestSupportBaseImageMeasureParameters,
|
|
@@ -13269,6 +13566,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13269
13566
|
newRestSupportImageToMapParameters,
|
|
13270
13567
|
newRestSupportImageUrlParameters,
|
|
13271
13568
|
newRestSupportImageUrlResult,
|
|
13569
|
+
newRestSupportImageVolume,
|
|
13570
|
+
newRestSupportImageVolumeParameters,
|
|
13571
|
+
newRestSupportImageVolumeResult,
|
|
13272
13572
|
newRestSupportJobInfo,
|
|
13273
13573
|
newRestSupportLegendLayer,
|
|
13274
13574
|
newRestSupportLengthsParameters,
|
|
@@ -13424,7 +13724,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13424
13724
|
newViewsNavigationNavigation,
|
|
13425
13725
|
newViewsNavigationNavigationActionMap,
|
|
13426
13726
|
newViewsSceneView,
|
|
13427
|
-
|
|
13727
|
+
newViewsSupportHighlightOptions,
|
|
13428
13728
|
newViewsTheme,
|
|
13429
13729
|
newViewsUiDefaultUI,
|
|
13430
13730
|
newViewsUiUI,
|
|
@@ -13464,7 +13764,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13464
13764
|
newWebsceneInitialViewProperties,
|
|
13465
13765
|
newWebscenePresentation,
|
|
13466
13766
|
newWebsceneSlide,
|
|
13467
|
-
|
|
13767
|
+
newWebsceneSlideLegendInfo,
|
|
13468
13768
|
newWebsceneSunLighting,
|
|
13469
13769
|
newWebsceneVirtualLighting,
|
|
13470
13770
|
newWidgetsAreaMeasurement2D,
|