@arcgis/core-adapter 4.32.0-next.20 → 4.32.0-next.21
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/.turbo/turbo-build.log +4 -3
- package/dist/index.cjs +372 -0
- package/dist/index.d.cts +47 -2
- package/dist/index.d.ts +47 -2
- package/dist/index.js +327 -0
- package/package.json +1 -1
- package/scripts/generator.ts +7 -0
- package/src/index.ts +328 -1
- package/support/api-reference-esm-imports.json +41 -10
- package/support/arcgis.d.ts +1255 -205
package/dist/index.cjs
CHANGED
|
@@ -58,6 +58,9 @@ __export(src_exports, {
|
|
|
58
58
|
importApplicationsComponentsWebStyleSymbolUtils: () => importApplicationsComponentsWebStyleSymbolUtils,
|
|
59
59
|
importApplicationsExcaliburVideoViewUtils: () => importApplicationsExcaliburVideoViewUtils,
|
|
60
60
|
importApplicationsExperienceBuilderSketchUtils: () => importApplicationsExperienceBuilderSketchUtils,
|
|
61
|
+
importApplicationsKnowledgeStudioGeneralSharedKgUtils: () => importApplicationsKnowledgeStudioGeneralSharedKgUtils,
|
|
62
|
+
importApplicationsKnowledgeStudioLayerInternalAccessUtils: () => importApplicationsKnowledgeStudioLayerInternalAccessUtils,
|
|
63
|
+
importApplicationsKnowledgeStudioResourceSerializationUtils: () => importApplicationsKnowledgeStudioResourceSerializationUtils,
|
|
61
64
|
importApplicationsMapViewerMediaUtils: () => importApplicationsMapViewerMediaUtils,
|
|
62
65
|
importApplicationsMapViewerTemplateUtils: () => importApplicationsMapViewerTemplateUtils,
|
|
63
66
|
importApplicationsSceneViewerColorUtils: () => importApplicationsSceneViewerColorUtils,
|
|
@@ -125,7 +128,10 @@ __export(src_exports, {
|
|
|
125
128
|
importGeometryMesh: () => importGeometryMesh,
|
|
126
129
|
importGeometryMultipoint: () => importGeometryMultipoint,
|
|
127
130
|
importGeometryOperatorsAffineTransformOperator: () => importGeometryOperatorsAffineTransformOperator,
|
|
131
|
+
importGeometryOperatorsAlphaShapeOperator: () => importGeometryOperatorsAlphaShapeOperator,
|
|
128
132
|
importGeometryOperatorsAreaOperator: () => importGeometryOperatorsAreaOperator,
|
|
133
|
+
importGeometryOperatorsAutoCompleteOperator: () => importGeometryOperatorsAutoCompleteOperator,
|
|
134
|
+
importGeometryOperatorsBoundaryOperator: () => importGeometryOperatorsBoundaryOperator,
|
|
129
135
|
importGeometryOperatorsBufferOperator: () => importGeometryOperatorsBufferOperator,
|
|
130
136
|
importGeometryOperatorsCentroidOperator: () => importGeometryOperatorsCentroidOperator,
|
|
131
137
|
importGeometryOperatorsClipOperator: () => importGeometryOperatorsClipOperator,
|
|
@@ -138,20 +144,32 @@ __export(src_exports, {
|
|
|
138
144
|
importGeometryOperatorsDisjointOperator: () => importGeometryOperatorsDisjointOperator,
|
|
139
145
|
importGeometryOperatorsDistanceOperator: () => importGeometryOperatorsDistanceOperator,
|
|
140
146
|
importGeometryOperatorsEqualsOperator: () => importGeometryOperatorsEqualsOperator,
|
|
147
|
+
importGeometryOperatorsExtendOperator: () => importGeometryOperatorsExtendOperator,
|
|
141
148
|
importGeometryOperatorsGeneralizeOperator: () => importGeometryOperatorsGeneralizeOperator,
|
|
142
149
|
importGeometryOperatorsGeodesicBufferOperator: () => importGeometryOperatorsGeodesicBufferOperator,
|
|
150
|
+
importGeometryOperatorsGeodesicProximityOperator: () => importGeometryOperatorsGeodesicProximityOperator,
|
|
143
151
|
importGeometryOperatorsGeodeticAreaOperator: () => importGeometryOperatorsGeodeticAreaOperator,
|
|
144
152
|
importGeometryOperatorsGeodeticDensifyOperator: () => importGeometryOperatorsGeodeticDensifyOperator,
|
|
145
153
|
importGeometryOperatorsGeodeticDistanceOperator: () => importGeometryOperatorsGeodeticDistanceOperator,
|
|
146
154
|
importGeometryOperatorsGeodeticLengthOperator: () => importGeometryOperatorsGeodeticLengthOperator,
|
|
147
155
|
importGeometryOperatorsGraphicBufferOperator: () => importGeometryOperatorsGraphicBufferOperator,
|
|
156
|
+
importGeometryOperatorsIntegrateOperator: () => importGeometryOperatorsIntegrateOperator,
|
|
148
157
|
importGeometryOperatorsIntersectionOperator: () => importGeometryOperatorsIntersectionOperator,
|
|
149
158
|
importGeometryOperatorsIntersectsOperator: () => importGeometryOperatorsIntersectsOperator,
|
|
159
|
+
importGeometryOperatorsIsNearOperator: () => importGeometryOperatorsIsNearOperator,
|
|
160
|
+
importGeometryOperatorsLabelPointOperator: () => importGeometryOperatorsLabelPointOperator,
|
|
150
161
|
importGeometryOperatorsLengthOperator: () => importGeometryOperatorsLengthOperator,
|
|
162
|
+
importGeometryOperatorsLinesToPolygonsOperator: () => importGeometryOperatorsLinesToPolygonsOperator,
|
|
163
|
+
importGeometryOperatorsLocateBetweenOperator: () => importGeometryOperatorsLocateBetweenOperator,
|
|
164
|
+
importGeometryOperatorsMinimumBoundingCircleOperator: () => importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
165
|
+
importGeometryOperatorsMultiPartToSinglePartOperator: () => importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
151
166
|
importGeometryOperatorsOffsetOperator: () => importGeometryOperatorsOffsetOperator,
|
|
152
167
|
importGeometryOperatorsOverlapsOperator: () => importGeometryOperatorsOverlapsOperator,
|
|
168
|
+
importGeometryOperatorsPolygonOverlayOperator: () => importGeometryOperatorsPolygonOverlayOperator,
|
|
169
|
+
importGeometryOperatorsPolygonSlicerOperator: () => importGeometryOperatorsPolygonSlicerOperator,
|
|
153
170
|
importGeometryOperatorsProximityOperator: () => importGeometryOperatorsProximityOperator,
|
|
154
171
|
importGeometryOperatorsRelateOperator: () => importGeometryOperatorsRelateOperator,
|
|
172
|
+
importGeometryOperatorsReshapeOperator: () => importGeometryOperatorsReshapeOperator,
|
|
155
173
|
importGeometryOperatorsSimplifyOperator: () => importGeometryOperatorsSimplifyOperator,
|
|
156
174
|
importGeometryOperatorsSupportTransformation: () => importGeometryOperatorsSupportTransformation,
|
|
157
175
|
importGeometryOperatorsSymmetricDifferenceOperator: () => importGeometryOperatorsSymmetricDifferenceOperator,
|
|
@@ -211,10 +229,13 @@ __export(src_exports, {
|
|
|
211
229
|
importLayersIntegratedMesh3DTilesLayer: () => importLayersIntegratedMesh3DTilesLayer,
|
|
212
230
|
importLayersIntegratedMeshLayer: () => importLayersIntegratedMeshLayer,
|
|
213
231
|
importLayersKMLLayer: () => importLayersKMLLayer,
|
|
232
|
+
importLayersKnowledgeGraphCypherUtils: () => importLayersKnowledgeGraphCypherUtils,
|
|
214
233
|
importLayersKnowledgeGraphKnowledgeGraphSublayer: () => importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
215
234
|
importLayersKnowledgeGraphLayer: () => importLayersKnowledgeGraphLayer,
|
|
235
|
+
importLayersKnowledgeGraphSupportUtils: () => importLayersKnowledgeGraphSupportUtils,
|
|
216
236
|
importLayersLayer: () => importLayersLayer,
|
|
217
237
|
importLayersLineOfSightLayer: () => importLayersLineOfSightLayer,
|
|
238
|
+
importLayersLinkChartLayer: () => importLayersLinkChartLayer,
|
|
218
239
|
importLayersMapImageLayer: () => importLayersMapImageLayer,
|
|
219
240
|
importLayersMapNotesLayer: () => importLayersMapNotesLayer,
|
|
220
241
|
importLayersMediaLayer: () => importLayersMediaLayer,
|
|
@@ -223,6 +244,8 @@ __export(src_exports, {
|
|
|
223
244
|
importLayersOgcWfsUtils: () => importLayersOgcWfsUtils,
|
|
224
245
|
importLayersOpenStreetMapLayer: () => importLayersOpenStreetMapLayer,
|
|
225
246
|
importLayersOrientedImageryLayer: () => importLayersOrientedImageryLayer,
|
|
247
|
+
importLayersOrientedImageryTransformationsImageToWorld: () => importLayersOrientedImageryTransformationsImageToWorld,
|
|
248
|
+
importLayersOrientedImageryTransformationsWorldToImage: () => importLayersOrientedImageryTransformationsWorldToImage,
|
|
226
249
|
importLayersPointCloudFiltersPointCloudBitfieldFilter: () => importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
227
250
|
importLayersPointCloudFiltersPointCloudFilter: () => importLayersPointCloudFiltersPointCloudFilter,
|
|
228
251
|
importLayersPointCloudFiltersPointCloudReturnFilter: () => importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -316,6 +339,11 @@ __export(src_exports, {
|
|
|
316
339
|
importLayersWMSLayer: () => importLayersWMSLayer,
|
|
317
340
|
importLayersWMTSLayer: () => importLayersWMTSLayer,
|
|
318
341
|
importLayersWebTileLayer: () => importLayersWebTileLayer,
|
|
342
|
+
importLinkChartChronologicalLayoutSettings: () => importLinkChartChronologicalLayoutSettings,
|
|
343
|
+
importLinkChartLayoutSettings: () => importLinkChartLayoutSettings,
|
|
344
|
+
importLinkChartLinkChartProperties: () => importLinkChartLinkChartProperties,
|
|
345
|
+
importLinkChartNonspatialDataDisplay: () => importLinkChartNonspatialDataDisplay,
|
|
346
|
+
importLinkChartOrganicLayoutSettings: () => importLinkChartOrganicLayoutSettings,
|
|
319
347
|
importMap: () => importMap,
|
|
320
348
|
importNetworksNetwork: () => importNetworksNetwork,
|
|
321
349
|
importNetworksSupportNamedTraceConfiguration: () => importNetworksSupportNamedTraceConfiguration,
|
|
@@ -428,6 +456,7 @@ __export(src_exports, {
|
|
|
428
456
|
importRestKnowledgeGraphGraphProperty: () => importRestKnowledgeGraphGraphProperty,
|
|
429
457
|
importRestKnowledgeGraphGraphQuery: () => importRestKnowledgeGraphGraphQuery,
|
|
430
458
|
importRestKnowledgeGraphGraphQueryResult: () => importRestKnowledgeGraphGraphQueryResult,
|
|
459
|
+
importRestKnowledgeGraphGraphQueryResultHeader: () => importRestKnowledgeGraphGraphQueryResultHeader,
|
|
431
460
|
importRestKnowledgeGraphGraphQueryStreaming: () => importRestKnowledgeGraphGraphQueryStreaming,
|
|
432
461
|
importRestKnowledgeGraphGraphQueryStreamingResult: () => importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
433
462
|
importRestKnowledgeGraphGraphSearch: () => importRestKnowledgeGraphGraphSearch,
|
|
@@ -441,6 +470,7 @@ __export(src_exports, {
|
|
|
441
470
|
importRestKnowledgeGraphSearchIndex: () => importRestKnowledgeGraphSearchIndex,
|
|
442
471
|
importRestKnowledgeGraphService: () => importRestKnowledgeGraphService,
|
|
443
472
|
importRestKnowledgeGraphServiceDefinition: () => importRestKnowledgeGraphServiceDefinition,
|
|
473
|
+
importRestKnowledgeGraphSourceTypeValueBehavior: () => importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
444
474
|
importRestLocator: () => importRestLocator,
|
|
445
475
|
importRestNetworkService: () => importRestNetworkService,
|
|
446
476
|
importRestNetworksQueryAssociations: () => importRestNetworksQueryAssociations,
|
|
@@ -590,6 +620,7 @@ __export(src_exports, {
|
|
|
590
620
|
importSmartMappingRenderersPredominance: () => importSmartMappingRenderersPredominance,
|
|
591
621
|
importSmartMappingRenderersRelationship: () => importSmartMappingRenderersRelationship,
|
|
592
622
|
importSmartMappingRenderersSize: () => importSmartMappingRenderersSize,
|
|
623
|
+
importSmartMappingRenderersSupportRendererUtils: () => importSmartMappingRenderersSupportRendererUtils,
|
|
593
624
|
importSmartMappingRenderersType: () => importSmartMappingRenderersType,
|
|
594
625
|
importSmartMappingRenderersUnivariateColorSize: () => importSmartMappingRenderersUnivariateColorSize,
|
|
595
626
|
importSmartMappingStatisticsClassBreaks: () => importSmartMappingStatisticsClassBreaks,
|
|
@@ -737,6 +768,7 @@ __export(src_exports, {
|
|
|
737
768
|
importViewsLayersSceneLayerView: () => importViewsLayersSceneLayerView,
|
|
738
769
|
importViewsLayersStreamLayerView: () => importViewsLayersStreamLayerView,
|
|
739
770
|
importViewsLayersViewshedLayerView: () => importViewsLayersViewshedLayerView,
|
|
771
|
+
importViewsLinkChartView: () => importViewsLinkChartView,
|
|
740
772
|
importViewsMagnifier: () => importViewsMagnifier,
|
|
741
773
|
importViewsMapView: () => importViewsMapView,
|
|
742
774
|
importViewsNavigationGamepadGamepadSettings: () => importViewsNavigationGamepadGamepadSettings,
|
|
@@ -750,6 +782,7 @@ __export(src_exports, {
|
|
|
750
782
|
importViewsView2D: () => importViewsView2D,
|
|
751
783
|
importViewsViewAnimation: () => importViewsViewAnimation,
|
|
752
784
|
importWebDocument2D: () => importWebDocument2D,
|
|
785
|
+
importWebLinkChart: () => importWebLinkChart,
|
|
753
786
|
importWebMap: () => importWebMap,
|
|
754
787
|
importWebScene: () => importWebScene,
|
|
755
788
|
importWebdocApplicationPropertiesSearch: () => importWebdocApplicationPropertiesSearch,
|
|
@@ -965,6 +998,7 @@ __export(src_exports, {
|
|
|
965
998
|
importWidgetsUtilityNetworkAssociations: () => importWidgetsUtilityNetworkAssociations,
|
|
966
999
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
967
1000
|
importWidgetsUtilityNetworkTrace: () => importWidgetsUtilityNetworkTrace,
|
|
1001
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel: () => importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
968
1002
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel: () => importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
969
1003
|
importWidgetsUtilityNetworkValidateTopology: () => importWidgetsUtilityNetworkValidateTopology,
|
|
970
1004
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel: () => importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -1081,6 +1115,7 @@ __export(src_exports, {
|
|
|
1081
1115
|
newLayersKnowledgeGraphLayer: () => newLayersKnowledgeGraphLayer,
|
|
1082
1116
|
newLayersLayer: () => newLayersLayer,
|
|
1083
1117
|
newLayersLineOfSightLayer: () => newLayersLineOfSightLayer,
|
|
1118
|
+
newLayersLinkChartLayer: () => newLayersLinkChartLayer,
|
|
1084
1119
|
newLayersMapImageLayer: () => newLayersMapImageLayer,
|
|
1085
1120
|
newLayersMapNotesLayer: () => newLayersMapNotesLayer,
|
|
1086
1121
|
newLayersMediaLayer: () => newLayersMediaLayer,
|
|
@@ -1173,6 +1208,11 @@ __export(src_exports, {
|
|
|
1173
1208
|
newLayersWMSLayer: () => newLayersWMSLayer,
|
|
1174
1209
|
newLayersWMTSLayer: () => newLayersWMTSLayer,
|
|
1175
1210
|
newLayersWebTileLayer: () => newLayersWebTileLayer,
|
|
1211
|
+
newLinkChartChronologicalLayoutSettings: () => newLinkChartChronologicalLayoutSettings,
|
|
1212
|
+
newLinkChartLayoutSettings: () => newLinkChartLayoutSettings,
|
|
1213
|
+
newLinkChartLinkChartProperties: () => newLinkChartLinkChartProperties,
|
|
1214
|
+
newLinkChartNonspatialDataDisplay: () => newLinkChartNonspatialDataDisplay,
|
|
1215
|
+
newLinkChartOrganicLayoutSettings: () => newLinkChartOrganicLayoutSettings,
|
|
1176
1216
|
newMap: () => newMap,
|
|
1177
1217
|
newNetworksNetwork: () => newNetworksNetwork,
|
|
1178
1218
|
newNetworksSupportNamedTraceConfiguration: () => newNetworksSupportNamedTraceConfiguration,
|
|
@@ -1269,6 +1309,7 @@ __export(src_exports, {
|
|
|
1269
1309
|
newRestKnowledgeGraphGraphProperty: () => newRestKnowledgeGraphGraphProperty,
|
|
1270
1310
|
newRestKnowledgeGraphGraphQuery: () => newRestKnowledgeGraphGraphQuery,
|
|
1271
1311
|
newRestKnowledgeGraphGraphQueryResult: () => newRestKnowledgeGraphGraphQueryResult,
|
|
1312
|
+
newRestKnowledgeGraphGraphQueryResultHeader: () => newRestKnowledgeGraphGraphQueryResultHeader,
|
|
1272
1313
|
newRestKnowledgeGraphGraphQueryStreaming: () => newRestKnowledgeGraphGraphQueryStreaming,
|
|
1273
1314
|
newRestKnowledgeGraphGraphQueryStreamingResult: () => newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
1274
1315
|
newRestKnowledgeGraphGraphSearch: () => newRestKnowledgeGraphGraphSearch,
|
|
@@ -1281,6 +1322,7 @@ __export(src_exports, {
|
|
|
1281
1322
|
newRestKnowledgeGraphRelationshipType: () => newRestKnowledgeGraphRelationshipType,
|
|
1282
1323
|
newRestKnowledgeGraphSearchIndex: () => newRestKnowledgeGraphSearchIndex,
|
|
1283
1324
|
newRestKnowledgeGraphServiceDefinition: () => newRestKnowledgeGraphServiceDefinition,
|
|
1325
|
+
newRestKnowledgeGraphSourceTypeValueBehavior: () => newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
1284
1326
|
newRestNetworksSupportAggregatedGeometry: () => newRestNetworksSupportAggregatedGeometry,
|
|
1285
1327
|
newRestNetworksSupportAssociation: () => newRestNetworksSupportAssociation,
|
|
1286
1328
|
newRestNetworksSupportAssociationGeometriesResult: () => newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -1500,6 +1542,7 @@ __export(src_exports, {
|
|
|
1500
1542
|
newViewsLayersSceneLayerView: () => newViewsLayersSceneLayerView,
|
|
1501
1543
|
newViewsLayersStreamLayerView: () => newViewsLayersStreamLayerView,
|
|
1502
1544
|
newViewsLayersViewshedLayerView: () => newViewsLayersViewshedLayerView,
|
|
1545
|
+
newViewsLinkChartView: () => newViewsLinkChartView,
|
|
1503
1546
|
newViewsMagnifier: () => newViewsMagnifier,
|
|
1504
1547
|
newViewsMapView: () => newViewsMapView,
|
|
1505
1548
|
newViewsNavigationGamepadGamepadSettings: () => newViewsNavigationGamepadGamepadSettings,
|
|
@@ -1512,6 +1555,7 @@ __export(src_exports, {
|
|
|
1512
1555
|
newViewsView2D: () => newViewsView2D,
|
|
1513
1556
|
newViewsViewAnimation: () => newViewsViewAnimation,
|
|
1514
1557
|
newWebDocument2D: () => newWebDocument2D,
|
|
1558
|
+
newWebLinkChart: () => newWebLinkChart,
|
|
1515
1559
|
newWebMap: () => newWebMap,
|
|
1516
1560
|
newWebScene: () => newWebScene,
|
|
1517
1561
|
newWebdocApplicationPropertiesSearch: () => newWebdocApplicationPropertiesSearch,
|
|
@@ -1724,6 +1768,7 @@ __export(src_exports, {
|
|
|
1724
1768
|
newWidgetsUtilityNetworkAssociations: () => newWidgetsUtilityNetworkAssociations,
|
|
1725
1769
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel: () => newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
1726
1770
|
newWidgetsUtilityNetworkTrace: () => newWidgetsUtilityNetworkTrace,
|
|
1771
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel: () => newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
1727
1772
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel: () => newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
1728
1773
|
newWidgetsUtilityNetworkValidateTopology: () => newWidgetsUtilityNetworkValidateTopology,
|
|
1729
1774
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel: () => newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -2849,6 +2894,17 @@ async function newLayersLineOfSightLayer(properties) {
|
|
|
2849
2894
|
const ModConstructor = await importLayersLineOfSightLayer();
|
|
2850
2895
|
return new ModConstructor(properties);
|
|
2851
2896
|
}
|
|
2897
|
+
async function importLayersLinkChartLayer() {
|
|
2898
|
+
if (isAMD) {
|
|
2899
|
+
return await window.$arcgis.import("esri/layers/LinkChartLayer");
|
|
2900
|
+
}
|
|
2901
|
+
const module2 = await import("@arcgis/core/layers/LinkChartLayer.js");
|
|
2902
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2903
|
+
}
|
|
2904
|
+
async function newLayersLinkChartLayer(properties) {
|
|
2905
|
+
const ModConstructor = await importLayersLinkChartLayer();
|
|
2906
|
+
return new ModConstructor(properties);
|
|
2907
|
+
}
|
|
2852
2908
|
async function importLayersMapImageLayer() {
|
|
2853
2909
|
if (isAMD) {
|
|
2854
2910
|
return await window.$arcgis.import("esri/layers/MapImageLayer");
|
|
@@ -3861,6 +3917,61 @@ async function newLayersWMTSLayer(properties) {
|
|
|
3861
3917
|
const ModConstructor = await importLayersWMTSLayer();
|
|
3862
3918
|
return new ModConstructor(properties);
|
|
3863
3919
|
}
|
|
3920
|
+
async function importLinkChartChronologicalLayoutSettings() {
|
|
3921
|
+
if (isAMD) {
|
|
3922
|
+
return await window.$arcgis.import("esri/linkChart/ChronologicalLayoutSettings");
|
|
3923
|
+
}
|
|
3924
|
+
const module2 = await import("@arcgis/core/linkChart/ChronologicalLayoutSettings.js");
|
|
3925
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3926
|
+
}
|
|
3927
|
+
async function newLinkChartChronologicalLayoutSettings(properties) {
|
|
3928
|
+
const ModConstructor = await importLinkChartChronologicalLayoutSettings();
|
|
3929
|
+
return new ModConstructor(properties);
|
|
3930
|
+
}
|
|
3931
|
+
async function importLinkChartLayoutSettings() {
|
|
3932
|
+
if (isAMD) {
|
|
3933
|
+
return await window.$arcgis.import("esri/linkChart/LayoutSettings");
|
|
3934
|
+
}
|
|
3935
|
+
const module2 = await import("@arcgis/core/linkChart/LayoutSettings.js");
|
|
3936
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3937
|
+
}
|
|
3938
|
+
async function newLinkChartLayoutSettings(properties) {
|
|
3939
|
+
const ModConstructor = await importLinkChartLayoutSettings();
|
|
3940
|
+
return new ModConstructor(properties);
|
|
3941
|
+
}
|
|
3942
|
+
async function importLinkChartLinkChartProperties() {
|
|
3943
|
+
if (isAMD) {
|
|
3944
|
+
return await window.$arcgis.import("esri/linkChart/LinkChartProperties");
|
|
3945
|
+
}
|
|
3946
|
+
const module2 = await import("@arcgis/core/linkChart/LinkChartProperties.js");
|
|
3947
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3948
|
+
}
|
|
3949
|
+
async function newLinkChartLinkChartProperties(properties) {
|
|
3950
|
+
const ModConstructor = await importLinkChartLinkChartProperties();
|
|
3951
|
+
return new ModConstructor(properties);
|
|
3952
|
+
}
|
|
3953
|
+
async function importLinkChartNonspatialDataDisplay() {
|
|
3954
|
+
if (isAMD) {
|
|
3955
|
+
return await window.$arcgis.import("esri/linkChart/NonspatialDataDisplay");
|
|
3956
|
+
}
|
|
3957
|
+
const module2 = await import("@arcgis/core/linkChart/NonspatialDataDisplay.js");
|
|
3958
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3959
|
+
}
|
|
3960
|
+
async function newLinkChartNonspatialDataDisplay(properties) {
|
|
3961
|
+
const ModConstructor = await importLinkChartNonspatialDataDisplay();
|
|
3962
|
+
return new ModConstructor(properties);
|
|
3963
|
+
}
|
|
3964
|
+
async function importLinkChartOrganicLayoutSettings() {
|
|
3965
|
+
if (isAMD) {
|
|
3966
|
+
return await window.$arcgis.import("esri/linkChart/OrganicLayoutSettings");
|
|
3967
|
+
}
|
|
3968
|
+
const module2 = await import("@arcgis/core/linkChart/OrganicLayoutSettings.js");
|
|
3969
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3970
|
+
}
|
|
3971
|
+
async function newLinkChartOrganicLayoutSettings(properties) {
|
|
3972
|
+
const ModConstructor = await importLinkChartOrganicLayoutSettings();
|
|
3973
|
+
return new ModConstructor(properties);
|
|
3974
|
+
}
|
|
3864
3975
|
async function importMap() {
|
|
3865
3976
|
if (isAMD) {
|
|
3866
3977
|
return await window.$arcgis.import("esri/Map");
|
|
@@ -4917,6 +5028,17 @@ async function newRestKnowledgeGraphGraphQueryResult(properties) {
|
|
|
4917
5028
|
const ModConstructor = await importRestKnowledgeGraphGraphQueryResult();
|
|
4918
5029
|
return new ModConstructor(properties);
|
|
4919
5030
|
}
|
|
5031
|
+
async function importRestKnowledgeGraphGraphQueryResultHeader() {
|
|
5032
|
+
if (isAMD) {
|
|
5033
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryResultHeader");
|
|
5034
|
+
}
|
|
5035
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphQueryResultHeader.js");
|
|
5036
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5037
|
+
}
|
|
5038
|
+
async function newRestKnowledgeGraphGraphQueryResultHeader(properties) {
|
|
5039
|
+
const ModConstructor = await importRestKnowledgeGraphGraphQueryResultHeader();
|
|
5040
|
+
return new ModConstructor(properties);
|
|
5041
|
+
}
|
|
4920
5042
|
async function importRestKnowledgeGraphGraphQueryStreaming() {
|
|
4921
5043
|
if (isAMD) {
|
|
4922
5044
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryStreaming");
|
|
@@ -5049,6 +5171,17 @@ async function newRestKnowledgeGraphServiceDefinition(properties) {
|
|
|
5049
5171
|
const ModConstructor = await importRestKnowledgeGraphServiceDefinition();
|
|
5050
5172
|
return new ModConstructor(properties);
|
|
5051
5173
|
}
|
|
5174
|
+
async function importRestKnowledgeGraphSourceTypeValueBehavior() {
|
|
5175
|
+
if (isAMD) {
|
|
5176
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/SourceTypeValueBehavior");
|
|
5177
|
+
}
|
|
5178
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/SourceTypeValueBehavior.js");
|
|
5179
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5180
|
+
}
|
|
5181
|
+
async function newRestKnowledgeGraphSourceTypeValueBehavior(properties) {
|
|
5182
|
+
const ModConstructor = await importRestKnowledgeGraphSourceTypeValueBehavior();
|
|
5183
|
+
return new ModConstructor(properties);
|
|
5184
|
+
}
|
|
5052
5185
|
async function importRestNetworksSupportAggregatedGeometry() {
|
|
5053
5186
|
if (isAMD) {
|
|
5054
5187
|
return await window.$arcgis.import("esri/rest/networks/support/AggregatedGeometry");
|
|
@@ -7458,6 +7591,17 @@ async function newViewsLayersViewshedLayerView(properties) {
|
|
|
7458
7591
|
const ModConstructor = await importViewsLayersViewshedLayerView();
|
|
7459
7592
|
return new ModConstructor(properties);
|
|
7460
7593
|
}
|
|
7594
|
+
async function importViewsLinkChartView() {
|
|
7595
|
+
if (isAMD) {
|
|
7596
|
+
return await window.$arcgis.import("esri/views/LinkChartView");
|
|
7597
|
+
}
|
|
7598
|
+
const module2 = await import("@arcgis/core/views/LinkChartView.js");
|
|
7599
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7600
|
+
}
|
|
7601
|
+
async function newViewsLinkChartView(properties) {
|
|
7602
|
+
const ModConstructor = await importViewsLinkChartView();
|
|
7603
|
+
return new ModConstructor(properties);
|
|
7604
|
+
}
|
|
7461
7605
|
async function importViewsMagnifier() {
|
|
7462
7606
|
if (isAMD) {
|
|
7463
7607
|
return await window.$arcgis.import("esri/views/Magnifier");
|
|
@@ -7788,6 +7932,17 @@ async function newWebDocument2D(properties) {
|
|
|
7788
7932
|
const ModConstructor = await importWebDocument2D();
|
|
7789
7933
|
return new ModConstructor(properties);
|
|
7790
7934
|
}
|
|
7935
|
+
async function importWebLinkChart() {
|
|
7936
|
+
if (isAMD) {
|
|
7937
|
+
return await window.$arcgis.import("esri/WebLinkChart");
|
|
7938
|
+
}
|
|
7939
|
+
const module2 = await import("@arcgis/core/WebLinkChart.js");
|
|
7940
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7941
|
+
}
|
|
7942
|
+
async function newWebLinkChart(properties) {
|
|
7943
|
+
const ModConstructor = await importWebLinkChart();
|
|
7944
|
+
return new ModConstructor(properties);
|
|
7945
|
+
}
|
|
7791
7946
|
async function importWebMap() {
|
|
7792
7947
|
if (isAMD) {
|
|
7793
7948
|
return await window.$arcgis.import("esri/WebMap");
|
|
@@ -9922,6 +10077,17 @@ async function newWidgetsUtilityNetworkTrace(properties) {
|
|
|
9922
10077
|
const ModConstructor = await importWidgetsUtilityNetworkTrace();
|
|
9923
10078
|
return new ModConstructor(properties);
|
|
9924
10079
|
}
|
|
10080
|
+
async function importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel() {
|
|
10081
|
+
if (isAMD) {
|
|
10082
|
+
return await window.$arcgis.import("esri/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel");
|
|
10083
|
+
}
|
|
10084
|
+
const module2 = await import("@arcgis/core/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel.js");
|
|
10085
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10086
|
+
}
|
|
10087
|
+
async function newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel(properties) {
|
|
10088
|
+
const ModConstructor = await importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel();
|
|
10089
|
+
return new ModConstructor(properties);
|
|
10090
|
+
}
|
|
9925
10091
|
async function importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel() {
|
|
9926
10092
|
if (isAMD) {
|
|
9927
10093
|
return await window.$arcgis.import("esri/widgets/UtilityNetworkTrace/UtilityNetworkTraceViewModel");
|
|
@@ -10238,6 +10404,13 @@ async function importGeometryOperatorsAffineTransformOperator() {
|
|
|
10238
10404
|
const module2 = await import("@arcgis/core/geometry/operators/affineTransformOperator.js");
|
|
10239
10405
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10240
10406
|
}
|
|
10407
|
+
async function importGeometryOperatorsAlphaShapeOperator() {
|
|
10408
|
+
if (isAMD) {
|
|
10409
|
+
return await window.$arcgis.import("esri/geometry/operators/alphaShapeOperator");
|
|
10410
|
+
}
|
|
10411
|
+
const module2 = await import("@arcgis/core/geometry/operators/alphaShapeOperator.js");
|
|
10412
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10413
|
+
}
|
|
10241
10414
|
async function importGeometryOperatorsAreaOperator() {
|
|
10242
10415
|
if (isAMD) {
|
|
10243
10416
|
return await window.$arcgis.import("esri/geometry/operators/areaOperator");
|
|
@@ -10245,6 +10418,20 @@ async function importGeometryOperatorsAreaOperator() {
|
|
|
10245
10418
|
const module2 = await import("@arcgis/core/geometry/operators/areaOperator.js");
|
|
10246
10419
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10247
10420
|
}
|
|
10421
|
+
async function importGeometryOperatorsAutoCompleteOperator() {
|
|
10422
|
+
if (isAMD) {
|
|
10423
|
+
return await window.$arcgis.import("esri/geometry/operators/autoCompleteOperator");
|
|
10424
|
+
}
|
|
10425
|
+
const module2 = await import("@arcgis/core/geometry/operators/autoCompleteOperator.js");
|
|
10426
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10427
|
+
}
|
|
10428
|
+
async function importGeometryOperatorsBoundaryOperator() {
|
|
10429
|
+
if (isAMD) {
|
|
10430
|
+
return await window.$arcgis.import("esri/geometry/operators/boundaryOperator");
|
|
10431
|
+
}
|
|
10432
|
+
const module2 = await import("@arcgis/core/geometry/operators/boundaryOperator.js");
|
|
10433
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10434
|
+
}
|
|
10248
10435
|
async function importGeometryOperatorsBufferOperator() {
|
|
10249
10436
|
if (isAMD) {
|
|
10250
10437
|
return await window.$arcgis.import("esri/geometry/operators/bufferOperator");
|
|
@@ -10329,6 +10516,13 @@ async function importGeometryOperatorsEqualsOperator() {
|
|
|
10329
10516
|
const module2 = await import("@arcgis/core/geometry/operators/equalsOperator.js");
|
|
10330
10517
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10331
10518
|
}
|
|
10519
|
+
async function importGeometryOperatorsExtendOperator() {
|
|
10520
|
+
if (isAMD) {
|
|
10521
|
+
return await window.$arcgis.import("esri/geometry/operators/extendOperator");
|
|
10522
|
+
}
|
|
10523
|
+
const module2 = await import("@arcgis/core/geometry/operators/extendOperator.js");
|
|
10524
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10525
|
+
}
|
|
10332
10526
|
async function importGeometryOperatorsGeneralizeOperator() {
|
|
10333
10527
|
if (isAMD) {
|
|
10334
10528
|
return await window.$arcgis.import("esri/geometry/operators/generalizeOperator");
|
|
@@ -10343,6 +10537,13 @@ async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
|
10343
10537
|
const module2 = await import("@arcgis/core/geometry/operators/geodesicBufferOperator.js");
|
|
10344
10538
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10345
10539
|
}
|
|
10540
|
+
async function importGeometryOperatorsGeodesicProximityOperator() {
|
|
10541
|
+
if (isAMD) {
|
|
10542
|
+
return await window.$arcgis.import("esri/geometry/operators/geodesicProximityOperator");
|
|
10543
|
+
}
|
|
10544
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodesicProximityOperator.js");
|
|
10545
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10546
|
+
}
|
|
10346
10547
|
async function importGeometryOperatorsGeodeticAreaOperator() {
|
|
10347
10548
|
if (isAMD) {
|
|
10348
10549
|
return await window.$arcgis.import("esri/geometry/operators/geodeticAreaOperator");
|
|
@@ -10378,6 +10579,13 @@ async function importGeometryOperatorsGraphicBufferOperator() {
|
|
|
10378
10579
|
const module2 = await import("@arcgis/core/geometry/operators/graphicBufferOperator.js");
|
|
10379
10580
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10380
10581
|
}
|
|
10582
|
+
async function importGeometryOperatorsIntegrateOperator() {
|
|
10583
|
+
if (isAMD) {
|
|
10584
|
+
return await window.$arcgis.import("esri/geometry/operators/integrateOperator");
|
|
10585
|
+
}
|
|
10586
|
+
const module2 = await import("@arcgis/core/geometry/operators/integrateOperator.js");
|
|
10587
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10588
|
+
}
|
|
10381
10589
|
async function importGeometryOperatorsIntersectionOperator() {
|
|
10382
10590
|
if (isAMD) {
|
|
10383
10591
|
return await window.$arcgis.import("esri/geometry/operators/intersectionOperator");
|
|
@@ -10392,6 +10600,20 @@ async function importGeometryOperatorsIntersectsOperator() {
|
|
|
10392
10600
|
const module2 = await import("@arcgis/core/geometry/operators/intersectsOperator.js");
|
|
10393
10601
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10394
10602
|
}
|
|
10603
|
+
async function importGeometryOperatorsIsNearOperator() {
|
|
10604
|
+
if (isAMD) {
|
|
10605
|
+
return await window.$arcgis.import("esri/geometry/operators/isNearOperator");
|
|
10606
|
+
}
|
|
10607
|
+
const module2 = await import("@arcgis/core/geometry/operators/isNearOperator.js");
|
|
10608
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10609
|
+
}
|
|
10610
|
+
async function importGeometryOperatorsLabelPointOperator() {
|
|
10611
|
+
if (isAMD) {
|
|
10612
|
+
return await window.$arcgis.import("esri/geometry/operators/labelPointOperator");
|
|
10613
|
+
}
|
|
10614
|
+
const module2 = await import("@arcgis/core/geometry/operators/labelPointOperator.js");
|
|
10615
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10616
|
+
}
|
|
10395
10617
|
async function importGeometryOperatorsLengthOperator() {
|
|
10396
10618
|
if (isAMD) {
|
|
10397
10619
|
return await window.$arcgis.import("esri/geometry/operators/lengthOperator");
|
|
@@ -10399,6 +10621,34 @@ async function importGeometryOperatorsLengthOperator() {
|
|
|
10399
10621
|
const module2 = await import("@arcgis/core/geometry/operators/lengthOperator.js");
|
|
10400
10622
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10401
10623
|
}
|
|
10624
|
+
async function importGeometryOperatorsLinesToPolygonsOperator() {
|
|
10625
|
+
if (isAMD) {
|
|
10626
|
+
return await window.$arcgis.import("esri/geometry/operators/linesToPolygonsOperator");
|
|
10627
|
+
}
|
|
10628
|
+
const module2 = await import("@arcgis/core/geometry/operators/linesToPolygonsOperator.js");
|
|
10629
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10630
|
+
}
|
|
10631
|
+
async function importGeometryOperatorsLocateBetweenOperator() {
|
|
10632
|
+
if (isAMD) {
|
|
10633
|
+
return await window.$arcgis.import("esri/geometry/operators/locateBetweenOperator");
|
|
10634
|
+
}
|
|
10635
|
+
const module2 = await import("@arcgis/core/geometry/operators/locateBetweenOperator.js");
|
|
10636
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10637
|
+
}
|
|
10638
|
+
async function importGeometryOperatorsMinimumBoundingCircleOperator() {
|
|
10639
|
+
if (isAMD) {
|
|
10640
|
+
return await window.$arcgis.import("esri/geometry/operators/minimumBoundingCircleOperator");
|
|
10641
|
+
}
|
|
10642
|
+
const module2 = await import("@arcgis/core/geometry/operators/minimumBoundingCircleOperator.js");
|
|
10643
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10644
|
+
}
|
|
10645
|
+
async function importGeometryOperatorsMultiPartToSinglePartOperator() {
|
|
10646
|
+
if (isAMD) {
|
|
10647
|
+
return await window.$arcgis.import("esri/geometry/operators/multiPartToSinglePartOperator");
|
|
10648
|
+
}
|
|
10649
|
+
const module2 = await import("@arcgis/core/geometry/operators/multiPartToSinglePartOperator.js");
|
|
10650
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10651
|
+
}
|
|
10402
10652
|
async function importGeometryOperatorsOffsetOperator() {
|
|
10403
10653
|
if (isAMD) {
|
|
10404
10654
|
return await window.$arcgis.import("esri/geometry/operators/offsetOperator");
|
|
@@ -10413,6 +10663,20 @@ async function importGeometryOperatorsOverlapsOperator() {
|
|
|
10413
10663
|
const module2 = await import("@arcgis/core/geometry/operators/overlapsOperator.js");
|
|
10414
10664
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10415
10665
|
}
|
|
10666
|
+
async function importGeometryOperatorsPolygonOverlayOperator() {
|
|
10667
|
+
if (isAMD) {
|
|
10668
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonOverlayOperator");
|
|
10669
|
+
}
|
|
10670
|
+
const module2 = await import("@arcgis/core/geometry/operators/polygonOverlayOperator.js");
|
|
10671
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10672
|
+
}
|
|
10673
|
+
async function importGeometryOperatorsPolygonSlicerOperator() {
|
|
10674
|
+
if (isAMD) {
|
|
10675
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonSlicerOperator");
|
|
10676
|
+
}
|
|
10677
|
+
const module2 = await import("@arcgis/core/geometry/operators/polygonSlicerOperator.js");
|
|
10678
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10679
|
+
}
|
|
10416
10680
|
async function importGeometryOperatorsProximityOperator() {
|
|
10417
10681
|
if (isAMD) {
|
|
10418
10682
|
return await window.$arcgis.import("esri/geometry/operators/proximityOperator");
|
|
@@ -10427,6 +10691,13 @@ async function importGeometryOperatorsRelateOperator() {
|
|
|
10427
10691
|
const module2 = await import("@arcgis/core/geometry/operators/relateOperator.js");
|
|
10428
10692
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10429
10693
|
}
|
|
10694
|
+
async function importGeometryOperatorsReshapeOperator() {
|
|
10695
|
+
if (isAMD) {
|
|
10696
|
+
return await window.$arcgis.import("esri/geometry/operators/reshapeOperator");
|
|
10697
|
+
}
|
|
10698
|
+
const module2 = await import("@arcgis/core/geometry/operators/reshapeOperator.js");
|
|
10699
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10700
|
+
}
|
|
10430
10701
|
async function importGeometryOperatorsSimplifyOperator() {
|
|
10431
10702
|
if (isAMD) {
|
|
10432
10703
|
return await window.$arcgis.import("esri/geometry/operators/simplifyOperator");
|
|
@@ -10518,6 +10789,20 @@ async function importLayersCatalogCatalogUtils() {
|
|
|
10518
10789
|
const module2 = await import("@arcgis/core/layers/catalog/catalogUtils.js");
|
|
10519
10790
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10520
10791
|
}
|
|
10792
|
+
async function importLayersKnowledgeGraphCypherUtils() {
|
|
10793
|
+
if (isAMD) {
|
|
10794
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/cypherUtils");
|
|
10795
|
+
}
|
|
10796
|
+
const module2 = await import("@arcgis/core/layers/knowledgeGraph/cypherUtils.js");
|
|
10797
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10798
|
+
}
|
|
10799
|
+
async function importLayersKnowledgeGraphSupportUtils() {
|
|
10800
|
+
if (isAMD) {
|
|
10801
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/supportUtils");
|
|
10802
|
+
}
|
|
10803
|
+
const module2 = await import("@arcgis/core/layers/knowledgeGraph/supportUtils.js");
|
|
10804
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10805
|
+
}
|
|
10521
10806
|
async function importLayersOgcWfsUtils() {
|
|
10522
10807
|
if (isAMD) {
|
|
10523
10808
|
return await window.$arcgis.import("esri/layers/ogc/wfsUtils");
|
|
@@ -10532,6 +10817,20 @@ async function importLayersOgcWcsUtils() {
|
|
|
10532
10817
|
const module2 = await import("@arcgis/core/layers/ogc/wcsUtils.js");
|
|
10533
10818
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10534
10819
|
}
|
|
10820
|
+
async function importLayersOrientedImageryTransformationsWorldToImage() {
|
|
10821
|
+
if (isAMD) {
|
|
10822
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/worldToImage");
|
|
10823
|
+
}
|
|
10824
|
+
const module2 = await import("@arcgis/core/layers/orientedImagery/transformations/worldToImage.js");
|
|
10825
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10826
|
+
}
|
|
10827
|
+
async function importLayersOrientedImageryTransformationsImageToWorld() {
|
|
10828
|
+
if (isAMD) {
|
|
10829
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/imageToWorld");
|
|
10830
|
+
}
|
|
10831
|
+
const module2 = await import("@arcgis/core/layers/orientedImagery/transformations/imageToWorld.js");
|
|
10832
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10833
|
+
}
|
|
10535
10834
|
async function importLayersSupportArcadeUtils() {
|
|
10536
10835
|
if (isAMD) {
|
|
10537
10836
|
return await window.$arcgis.import("esri/layers/support/arcadeUtils");
|
|
@@ -10980,6 +11279,13 @@ async function importSmartMappingRenderersUnivariateColorSize() {
|
|
|
10980
11279
|
const module2 = await import("@arcgis/core/smartMapping/renderers/univariateColorSize.js");
|
|
10981
11280
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10982
11281
|
}
|
|
11282
|
+
async function importSmartMappingRenderersSupportRendererUtils() {
|
|
11283
|
+
if (isAMD) {
|
|
11284
|
+
return await window.$arcgis.import("esri/smartMapping/renderers/support/rendererUtils");
|
|
11285
|
+
}
|
|
11286
|
+
const module2 = await import("@arcgis/core/smartMapping/renderers/support/rendererUtils.js");
|
|
11287
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11288
|
+
}
|
|
10983
11289
|
async function importSmartMappingStatisticsClassBreaks() {
|
|
10984
11290
|
if (isAMD) {
|
|
10985
11291
|
return await window.$arcgis.import("esri/smartMapping/statistics/classBreaks");
|
|
@@ -11379,6 +11685,27 @@ async function importApplicationsExperienceBuilderSketchUtils() {
|
|
|
11379
11685
|
const module2 = await import("@arcgis/core/applications/ExperienceBuilder/sketchUtils.js");
|
|
11380
11686
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11381
11687
|
}
|
|
11688
|
+
async function importApplicationsKnowledgeStudioGeneralSharedKgUtils() {
|
|
11689
|
+
if (isAMD) {
|
|
11690
|
+
return await window.$arcgis.import("esri/applications/KnowledgeStudio/generalSharedKgUtils");
|
|
11691
|
+
}
|
|
11692
|
+
const module2 = await import("@arcgis/core/applications/KnowledgeStudio/generalSharedKgUtils.js");
|
|
11693
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11694
|
+
}
|
|
11695
|
+
async function importApplicationsKnowledgeStudioLayerInternalAccessUtils() {
|
|
11696
|
+
if (isAMD) {
|
|
11697
|
+
return await window.$arcgis.import("esri/applications/KnowledgeStudio/layerInternalAccessUtils");
|
|
11698
|
+
}
|
|
11699
|
+
const module2 = await import("@arcgis/core/applications/KnowledgeStudio/layerInternalAccessUtils.js");
|
|
11700
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11701
|
+
}
|
|
11702
|
+
async function importApplicationsKnowledgeStudioResourceSerializationUtils() {
|
|
11703
|
+
if (isAMD) {
|
|
11704
|
+
return await window.$arcgis.import("esri/applications/KnowledgeStudio/resourceSerializationUtils");
|
|
11705
|
+
}
|
|
11706
|
+
const module2 = await import("@arcgis/core/applications/KnowledgeStudio/resourceSerializationUtils.js");
|
|
11707
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11708
|
+
}
|
|
11382
11709
|
async function importApplicationsMapViewerMediaUtils() {
|
|
11383
11710
|
if (isAMD) {
|
|
11384
11711
|
return await window.$arcgis.import("esri/applications/MapViewer/mediaUtils");
|
|
@@ -11472,6 +11799,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11472
11799
|
importApplicationsComponentsWebStyleSymbolUtils,
|
|
11473
11800
|
importApplicationsExcaliburVideoViewUtils,
|
|
11474
11801
|
importApplicationsExperienceBuilderSketchUtils,
|
|
11802
|
+
importApplicationsKnowledgeStudioGeneralSharedKgUtils,
|
|
11803
|
+
importApplicationsKnowledgeStudioLayerInternalAccessUtils,
|
|
11804
|
+
importApplicationsKnowledgeStudioResourceSerializationUtils,
|
|
11475
11805
|
importApplicationsMapViewerMediaUtils,
|
|
11476
11806
|
importApplicationsMapViewerTemplateUtils,
|
|
11477
11807
|
importApplicationsSceneViewerColorUtils,
|
|
@@ -11539,7 +11869,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11539
11869
|
importGeometryMesh,
|
|
11540
11870
|
importGeometryMultipoint,
|
|
11541
11871
|
importGeometryOperatorsAffineTransformOperator,
|
|
11872
|
+
importGeometryOperatorsAlphaShapeOperator,
|
|
11542
11873
|
importGeometryOperatorsAreaOperator,
|
|
11874
|
+
importGeometryOperatorsAutoCompleteOperator,
|
|
11875
|
+
importGeometryOperatorsBoundaryOperator,
|
|
11543
11876
|
importGeometryOperatorsBufferOperator,
|
|
11544
11877
|
importGeometryOperatorsCentroidOperator,
|
|
11545
11878
|
importGeometryOperatorsClipOperator,
|
|
@@ -11552,20 +11885,32 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11552
11885
|
importGeometryOperatorsDisjointOperator,
|
|
11553
11886
|
importGeometryOperatorsDistanceOperator,
|
|
11554
11887
|
importGeometryOperatorsEqualsOperator,
|
|
11888
|
+
importGeometryOperatorsExtendOperator,
|
|
11555
11889
|
importGeometryOperatorsGeneralizeOperator,
|
|
11556
11890
|
importGeometryOperatorsGeodesicBufferOperator,
|
|
11891
|
+
importGeometryOperatorsGeodesicProximityOperator,
|
|
11557
11892
|
importGeometryOperatorsGeodeticAreaOperator,
|
|
11558
11893
|
importGeometryOperatorsGeodeticDensifyOperator,
|
|
11559
11894
|
importGeometryOperatorsGeodeticDistanceOperator,
|
|
11560
11895
|
importGeometryOperatorsGeodeticLengthOperator,
|
|
11561
11896
|
importGeometryOperatorsGraphicBufferOperator,
|
|
11897
|
+
importGeometryOperatorsIntegrateOperator,
|
|
11562
11898
|
importGeometryOperatorsIntersectionOperator,
|
|
11563
11899
|
importGeometryOperatorsIntersectsOperator,
|
|
11900
|
+
importGeometryOperatorsIsNearOperator,
|
|
11901
|
+
importGeometryOperatorsLabelPointOperator,
|
|
11564
11902
|
importGeometryOperatorsLengthOperator,
|
|
11903
|
+
importGeometryOperatorsLinesToPolygonsOperator,
|
|
11904
|
+
importGeometryOperatorsLocateBetweenOperator,
|
|
11905
|
+
importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
11906
|
+
importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
11565
11907
|
importGeometryOperatorsOffsetOperator,
|
|
11566
11908
|
importGeometryOperatorsOverlapsOperator,
|
|
11909
|
+
importGeometryOperatorsPolygonOverlayOperator,
|
|
11910
|
+
importGeometryOperatorsPolygonSlicerOperator,
|
|
11567
11911
|
importGeometryOperatorsProximityOperator,
|
|
11568
11912
|
importGeometryOperatorsRelateOperator,
|
|
11913
|
+
importGeometryOperatorsReshapeOperator,
|
|
11569
11914
|
importGeometryOperatorsSimplifyOperator,
|
|
11570
11915
|
importGeometryOperatorsSupportTransformation,
|
|
11571
11916
|
importGeometryOperatorsSymmetricDifferenceOperator,
|
|
@@ -11625,10 +11970,13 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11625
11970
|
importLayersIntegratedMesh3DTilesLayer,
|
|
11626
11971
|
importLayersIntegratedMeshLayer,
|
|
11627
11972
|
importLayersKMLLayer,
|
|
11973
|
+
importLayersKnowledgeGraphCypherUtils,
|
|
11628
11974
|
importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
11629
11975
|
importLayersKnowledgeGraphLayer,
|
|
11976
|
+
importLayersKnowledgeGraphSupportUtils,
|
|
11630
11977
|
importLayersLayer,
|
|
11631
11978
|
importLayersLineOfSightLayer,
|
|
11979
|
+
importLayersLinkChartLayer,
|
|
11632
11980
|
importLayersMapImageLayer,
|
|
11633
11981
|
importLayersMapNotesLayer,
|
|
11634
11982
|
importLayersMediaLayer,
|
|
@@ -11637,6 +11985,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11637
11985
|
importLayersOgcWfsUtils,
|
|
11638
11986
|
importLayersOpenStreetMapLayer,
|
|
11639
11987
|
importLayersOrientedImageryLayer,
|
|
11988
|
+
importLayersOrientedImageryTransformationsImageToWorld,
|
|
11989
|
+
importLayersOrientedImageryTransformationsWorldToImage,
|
|
11640
11990
|
importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
11641
11991
|
importLayersPointCloudFiltersPointCloudFilter,
|
|
11642
11992
|
importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -11730,6 +12080,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11730
12080
|
importLayersWMSLayer,
|
|
11731
12081
|
importLayersWMTSLayer,
|
|
11732
12082
|
importLayersWebTileLayer,
|
|
12083
|
+
importLinkChartChronologicalLayoutSettings,
|
|
12084
|
+
importLinkChartLayoutSettings,
|
|
12085
|
+
importLinkChartLinkChartProperties,
|
|
12086
|
+
importLinkChartNonspatialDataDisplay,
|
|
12087
|
+
importLinkChartOrganicLayoutSettings,
|
|
11733
12088
|
importMap,
|
|
11734
12089
|
importNetworksNetwork,
|
|
11735
12090
|
importNetworksSupportNamedTraceConfiguration,
|
|
@@ -11842,6 +12197,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11842
12197
|
importRestKnowledgeGraphGraphProperty,
|
|
11843
12198
|
importRestKnowledgeGraphGraphQuery,
|
|
11844
12199
|
importRestKnowledgeGraphGraphQueryResult,
|
|
12200
|
+
importRestKnowledgeGraphGraphQueryResultHeader,
|
|
11845
12201
|
importRestKnowledgeGraphGraphQueryStreaming,
|
|
11846
12202
|
importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
11847
12203
|
importRestKnowledgeGraphGraphSearch,
|
|
@@ -11855,6 +12211,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11855
12211
|
importRestKnowledgeGraphSearchIndex,
|
|
11856
12212
|
importRestKnowledgeGraphService,
|
|
11857
12213
|
importRestKnowledgeGraphServiceDefinition,
|
|
12214
|
+
importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
11858
12215
|
importRestLocator,
|
|
11859
12216
|
importRestNetworkService,
|
|
11860
12217
|
importRestNetworksQueryAssociations,
|
|
@@ -12004,6 +12361,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12004
12361
|
importSmartMappingRenderersPredominance,
|
|
12005
12362
|
importSmartMappingRenderersRelationship,
|
|
12006
12363
|
importSmartMappingRenderersSize,
|
|
12364
|
+
importSmartMappingRenderersSupportRendererUtils,
|
|
12007
12365
|
importSmartMappingRenderersType,
|
|
12008
12366
|
importSmartMappingRenderersUnivariateColorSize,
|
|
12009
12367
|
importSmartMappingStatisticsClassBreaks,
|
|
@@ -12151,6 +12509,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12151
12509
|
importViewsLayersSceneLayerView,
|
|
12152
12510
|
importViewsLayersStreamLayerView,
|
|
12153
12511
|
importViewsLayersViewshedLayerView,
|
|
12512
|
+
importViewsLinkChartView,
|
|
12154
12513
|
importViewsMagnifier,
|
|
12155
12514
|
importViewsMapView,
|
|
12156
12515
|
importViewsNavigationGamepadGamepadSettings,
|
|
@@ -12164,6 +12523,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12164
12523
|
importViewsView2D,
|
|
12165
12524
|
importViewsViewAnimation,
|
|
12166
12525
|
importWebDocument2D,
|
|
12526
|
+
importWebLinkChart,
|
|
12167
12527
|
importWebMap,
|
|
12168
12528
|
importWebScene,
|
|
12169
12529
|
importWebdocApplicationPropertiesSearch,
|
|
@@ -12379,6 +12739,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12379
12739
|
importWidgetsUtilityNetworkAssociations,
|
|
12380
12740
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
12381
12741
|
importWidgetsUtilityNetworkTrace,
|
|
12742
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
12382
12743
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
12383
12744
|
importWidgetsUtilityNetworkValidateTopology,
|
|
12384
12745
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -12495,6 +12856,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12495
12856
|
newLayersKnowledgeGraphLayer,
|
|
12496
12857
|
newLayersLayer,
|
|
12497
12858
|
newLayersLineOfSightLayer,
|
|
12859
|
+
newLayersLinkChartLayer,
|
|
12498
12860
|
newLayersMapImageLayer,
|
|
12499
12861
|
newLayersMapNotesLayer,
|
|
12500
12862
|
newLayersMediaLayer,
|
|
@@ -12587,6 +12949,11 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12587
12949
|
newLayersWMSLayer,
|
|
12588
12950
|
newLayersWMTSLayer,
|
|
12589
12951
|
newLayersWebTileLayer,
|
|
12952
|
+
newLinkChartChronologicalLayoutSettings,
|
|
12953
|
+
newLinkChartLayoutSettings,
|
|
12954
|
+
newLinkChartLinkChartProperties,
|
|
12955
|
+
newLinkChartNonspatialDataDisplay,
|
|
12956
|
+
newLinkChartOrganicLayoutSettings,
|
|
12590
12957
|
newMap,
|
|
12591
12958
|
newNetworksNetwork,
|
|
12592
12959
|
newNetworksSupportNamedTraceConfiguration,
|
|
@@ -12683,6 +13050,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12683
13050
|
newRestKnowledgeGraphGraphProperty,
|
|
12684
13051
|
newRestKnowledgeGraphGraphQuery,
|
|
12685
13052
|
newRestKnowledgeGraphGraphQueryResult,
|
|
13053
|
+
newRestKnowledgeGraphGraphQueryResultHeader,
|
|
12686
13054
|
newRestKnowledgeGraphGraphQueryStreaming,
|
|
12687
13055
|
newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
12688
13056
|
newRestKnowledgeGraphGraphSearch,
|
|
@@ -12695,6 +13063,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12695
13063
|
newRestKnowledgeGraphRelationshipType,
|
|
12696
13064
|
newRestKnowledgeGraphSearchIndex,
|
|
12697
13065
|
newRestKnowledgeGraphServiceDefinition,
|
|
13066
|
+
newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
12698
13067
|
newRestNetworksSupportAggregatedGeometry,
|
|
12699
13068
|
newRestNetworksSupportAssociation,
|
|
12700
13069
|
newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -12914,6 +13283,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12914
13283
|
newViewsLayersSceneLayerView,
|
|
12915
13284
|
newViewsLayersStreamLayerView,
|
|
12916
13285
|
newViewsLayersViewshedLayerView,
|
|
13286
|
+
newViewsLinkChartView,
|
|
12917
13287
|
newViewsMagnifier,
|
|
12918
13288
|
newViewsMapView,
|
|
12919
13289
|
newViewsNavigationGamepadGamepadSettings,
|
|
@@ -12926,6 +13296,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12926
13296
|
newViewsView2D,
|
|
12927
13297
|
newViewsViewAnimation,
|
|
12928
13298
|
newWebDocument2D,
|
|
13299
|
+
newWebLinkChart,
|
|
12929
13300
|
newWebMap,
|
|
12930
13301
|
newWebScene,
|
|
12931
13302
|
newWebdocApplicationPropertiesSearch,
|
|
@@ -13138,6 +13509,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13138
13509
|
newWidgetsUtilityNetworkAssociations,
|
|
13139
13510
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
13140
13511
|
newWidgetsUtilityNetworkTrace,
|
|
13512
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
13141
13513
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
13142
13514
|
newWidgetsUtilityNetworkValidateTopology,
|
|
13143
13515
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|