@arcgis/core-adapter 4.32.0-next.5 → 4.32.0-next.8
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 +1 -1
- package/dist/index.cjs +225 -54
- package/dist/index.d.cts +38 -18
- package/dist/index.d.ts +38 -18
- package/dist/index.js +205 -54
- package/package.json +4 -28
- package/src/index.ts +205 -54
- package/support/api-reference-esm-imports.json +16 -1
- package/support/arcgis.d.ts +2705 -413
package/.turbo/turbo-build.log
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -47,17 +47,20 @@ __export(src_exports, {
|
|
|
47
47
|
importApplicationsComponentsGetDefaultUnits: () => importApplicationsComponentsGetDefaultUnits,
|
|
48
48
|
importApplicationsComponentsGfxUtils: () => importApplicationsComponentsGfxUtils,
|
|
49
49
|
importApplicationsComponentsLayerOriginUtils: () => importApplicationsComponentsLayerOriginUtils,
|
|
50
|
+
importApplicationsComponentsLayersEffectsJsonUtils: () => importApplicationsComponentsLayersEffectsJsonUtils,
|
|
50
51
|
importApplicationsComponentsPreviewSymbol2D: () => importApplicationsComponentsPreviewSymbol2D,
|
|
51
52
|
importApplicationsComponentsStyleUtils: () => importApplicationsComponentsStyleUtils,
|
|
52
53
|
importApplicationsComponentsSvgUtils: () => importApplicationsComponentsSvgUtils,
|
|
53
54
|
importApplicationsComponentsWebStyleSymbolUtils: () => importApplicationsComponentsWebStyleSymbolUtils,
|
|
54
55
|
importApplicationsExcaliburVideoViewUtils: () => importApplicationsExcaliburVideoViewUtils,
|
|
56
|
+
importApplicationsExperienceBuilderSketchUtils: () => importApplicationsExperienceBuilderSketchUtils,
|
|
55
57
|
importApplicationsMapViewerMediaUtils: () => importApplicationsMapViewerMediaUtils,
|
|
56
58
|
importApplicationsSceneViewerColorUtils: () => importApplicationsSceneViewerColorUtils,
|
|
57
59
|
importApplicationsSceneViewerDevEnvironmentUtils: () => importApplicationsSceneViewerDevEnvironmentUtils,
|
|
58
60
|
importApplicationsSceneViewerLayerUtils: () => importApplicationsSceneViewerLayerUtils,
|
|
59
61
|
importApplicationsSceneViewerSceneViewerUtils: () => importApplicationsSceneViewerSceneViewerUtils,
|
|
60
62
|
importApplicationsSceneViewerSymbolUtils: () => importApplicationsSceneViewerSymbolUtils,
|
|
63
|
+
importApplicationsUrbanMeshUtils: () => importApplicationsUrbanMeshUtils,
|
|
61
64
|
importApplicationsWebEditorSketchUtils: () => importApplicationsWebEditorSketchUtils,
|
|
62
65
|
importArcade: () => importArcade,
|
|
63
66
|
importBasemap: () => importBasemap,
|
|
@@ -116,9 +119,13 @@ __export(src_exports, {
|
|
|
116
119
|
importGeometryHeightModelInfo: () => importGeometryHeightModelInfo,
|
|
117
120
|
importGeometryMesh: () => importGeometryMesh,
|
|
118
121
|
importGeometryMultipoint: () => importGeometryMultipoint,
|
|
122
|
+
importGeometryOperatorsAffineTransformOperator: () => importGeometryOperatorsAffineTransformOperator,
|
|
123
|
+
importGeometryOperatorsAreaOperator: () => importGeometryOperatorsAreaOperator,
|
|
124
|
+
importGeometryOperatorsBufferOperator: () => importGeometryOperatorsBufferOperator,
|
|
119
125
|
importGeometryOperatorsCentroidOperator: () => importGeometryOperatorsCentroidOperator,
|
|
120
126
|
importGeometryOperatorsClipOperator: () => importGeometryOperatorsClipOperator,
|
|
121
127
|
importGeometryOperatorsContainsOperator: () => importGeometryOperatorsContainsOperator,
|
|
128
|
+
importGeometryOperatorsConvexHullOperator: () => importGeometryOperatorsConvexHullOperator,
|
|
122
129
|
importGeometryOperatorsCrossesOperator: () => importGeometryOperatorsCrossesOperator,
|
|
123
130
|
importGeometryOperatorsCutOperator: () => importGeometryOperatorsCutOperator,
|
|
124
131
|
importGeometryOperatorsDensifyOperator: () => importGeometryOperatorsDensifyOperator,
|
|
@@ -128,14 +135,21 @@ __export(src_exports, {
|
|
|
128
135
|
importGeometryOperatorsEqualsOperator: () => importGeometryOperatorsEqualsOperator,
|
|
129
136
|
importGeometryOperatorsGeneralizeOperator: () => importGeometryOperatorsGeneralizeOperator,
|
|
130
137
|
importGeometryOperatorsGeodesicBufferOperator: () => importGeometryOperatorsGeodesicBufferOperator,
|
|
138
|
+
importGeometryOperatorsGeodeticAreaOperator: () => importGeometryOperatorsGeodeticAreaOperator,
|
|
131
139
|
importGeometryOperatorsGeodeticDensifyOperator: () => importGeometryOperatorsGeodeticDensifyOperator,
|
|
132
140
|
importGeometryOperatorsGeodeticDistanceOperator: () => importGeometryOperatorsGeodeticDistanceOperator,
|
|
141
|
+
importGeometryOperatorsGeodeticLengthOperator: () => importGeometryOperatorsGeodeticLengthOperator,
|
|
142
|
+
importGeometryOperatorsGraphicBufferOperator: () => importGeometryOperatorsGraphicBufferOperator,
|
|
133
143
|
importGeometryOperatorsIntersectionOperator: () => importGeometryOperatorsIntersectionOperator,
|
|
134
144
|
importGeometryOperatorsIntersectsOperator: () => importGeometryOperatorsIntersectsOperator,
|
|
145
|
+
importGeometryOperatorsLengthOperator: () => importGeometryOperatorsLengthOperator,
|
|
146
|
+
importGeometryOperatorsOffsetOperator: () => importGeometryOperatorsOffsetOperator,
|
|
135
147
|
importGeometryOperatorsOverlapsOperator: () => importGeometryOperatorsOverlapsOperator,
|
|
136
148
|
importGeometryOperatorsProximityOperator: () => importGeometryOperatorsProximityOperator,
|
|
137
149
|
importGeometryOperatorsRelateOperator: () => importGeometryOperatorsRelateOperator,
|
|
138
150
|
importGeometryOperatorsSimplifyOperator: () => importGeometryOperatorsSimplifyOperator,
|
|
151
|
+
importGeometryOperatorsSupportTransformation: () => importGeometryOperatorsSupportTransformation,
|
|
152
|
+
importGeometryOperatorsSymmetricDifferenceOperator: () => importGeometryOperatorsSymmetricDifferenceOperator,
|
|
139
153
|
importGeometryOperatorsTouchesOperator: () => importGeometryOperatorsTouchesOperator,
|
|
140
154
|
importGeometryOperatorsUnionOperator: () => importGeometryOperatorsUnionOperator,
|
|
141
155
|
importGeometryOperatorsWithinOperator: () => importGeometryOperatorsWithinOperator,
|
|
@@ -200,6 +214,7 @@ __export(src_exports, {
|
|
|
200
214
|
importLayersMapNotesLayer: () => importLayersMapNotesLayer,
|
|
201
215
|
importLayersMediaLayer: () => importLayersMediaLayer,
|
|
202
216
|
importLayersOGCFeatureLayer: () => importLayersOGCFeatureLayer,
|
|
217
|
+
importLayersOgcWcsUtils: () => importLayersOgcWcsUtils,
|
|
203
218
|
importLayersOgcWfsUtils: () => importLayersOgcWfsUtils,
|
|
204
219
|
importLayersOpenStreetMapLayer: () => importLayersOpenStreetMapLayer,
|
|
205
220
|
importLayersOrientedImageryLayer: () => importLayersOrientedImageryLayer,
|
|
@@ -369,6 +384,7 @@ __export(src_exports, {
|
|
|
369
384
|
importRenderersSupportColormapInfo: () => importRenderersSupportColormapInfo,
|
|
370
385
|
importRenderersSupportHeatmapColorStop: () => importRenderersSupportHeatmapColorStop,
|
|
371
386
|
importRenderersSupportJsonUtils: () => importRenderersSupportJsonUtils,
|
|
387
|
+
importRenderersSupportRasterPresetRenderer: () => importRenderersSupportRasterPresetRenderer,
|
|
372
388
|
importRenderersSupportUniqueValue: () => importRenderersSupportUniqueValue,
|
|
373
389
|
importRenderersSupportUniqueValueClass: () => importRenderersSupportUniqueValueClass,
|
|
374
390
|
importRenderersSupportUniqueValueGroup: () => importRenderersSupportUniqueValueGroup,
|
|
@@ -708,6 +724,7 @@ __export(src_exports, {
|
|
|
708
724
|
importViewsLayersCatalogLayerView: () => importViewsLayersCatalogLayerView,
|
|
709
725
|
importViewsLayersDimensionLayerView: () => importViewsLayersDimensionLayerView,
|
|
710
726
|
importViewsLayersFeatureLayerView: () => importViewsLayersFeatureLayerView,
|
|
727
|
+
importViewsLayersGroupLayerView: () => importViewsLayersGroupLayerView,
|
|
711
728
|
importViewsLayersImageryLayerView: () => importViewsLayersImageryLayerView,
|
|
712
729
|
importViewsLayersLayerView: () => importViewsLayersLayerView,
|
|
713
730
|
importViewsLayersMediaLayerView: () => importViewsLayersMediaLayerView,
|
|
@@ -1011,6 +1028,7 @@ __export(src_exports, {
|
|
|
1011
1028
|
newGeometryHeightModelInfo: () => newGeometryHeightModelInfo,
|
|
1012
1029
|
newGeometryMesh: () => newGeometryMesh,
|
|
1013
1030
|
newGeometryMultipoint: () => newGeometryMultipoint,
|
|
1031
|
+
newGeometryOperatorsSupportTransformation: () => newGeometryOperatorsSupportTransformation,
|
|
1014
1032
|
newGeometryPoint: () => newGeometryPoint,
|
|
1015
1033
|
newGeometryPolygon: () => newGeometryPolygon,
|
|
1016
1034
|
newGeometryPolyline: () => newGeometryPolyline,
|
|
@@ -1217,6 +1235,7 @@ __export(src_exports, {
|
|
|
1217
1235
|
newRenderersSupportClassBreakInfo: () => newRenderersSupportClassBreakInfo,
|
|
1218
1236
|
newRenderersSupportColormapInfo: () => newRenderersSupportColormapInfo,
|
|
1219
1237
|
newRenderersSupportHeatmapColorStop: () => newRenderersSupportHeatmapColorStop,
|
|
1238
|
+
newRenderersSupportRasterPresetRenderer: () => newRenderersSupportRasterPresetRenderer,
|
|
1220
1239
|
newRenderersSupportUniqueValue: () => newRenderersSupportUniqueValue,
|
|
1221
1240
|
newRenderersSupportUniqueValueClass: () => newRenderersSupportUniqueValueClass,
|
|
1222
1241
|
newRenderersSupportUniqueValueGroup: () => newRenderersSupportUniqueValueGroup,
|
|
@@ -1468,6 +1487,7 @@ __export(src_exports, {
|
|
|
1468
1487
|
newViewsLayersCatalogLayerView: () => newViewsLayersCatalogLayerView,
|
|
1469
1488
|
newViewsLayersDimensionLayerView: () => newViewsLayersDimensionLayerView,
|
|
1470
1489
|
newViewsLayersFeatureLayerView: () => newViewsLayersFeatureLayerView,
|
|
1490
|
+
newViewsLayersGroupLayerView: () => newViewsLayersGroupLayerView,
|
|
1471
1491
|
newViewsLayersImageryLayerView: () => newViewsLayersImageryLayerView,
|
|
1472
1492
|
newViewsLayersLayerView: () => newViewsLayersLayerView,
|
|
1473
1493
|
newViewsLayersMediaLayerView: () => newViewsLayersMediaLayerView,
|
|
@@ -2340,6 +2360,17 @@ async function newGeometrySpatialReference(properties) {
|
|
|
2340
2360
|
const ModConstructor = await importGeometrySpatialReference();
|
|
2341
2361
|
return new ModConstructor(properties);
|
|
2342
2362
|
}
|
|
2363
|
+
async function importGeometryOperatorsSupportTransformation() {
|
|
2364
|
+
if (isAMD) {
|
|
2365
|
+
return await window.$arcgis.import("esri/geometry/operators/support/Transformation");
|
|
2366
|
+
}
|
|
2367
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/Transformation.js");
|
|
2368
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2369
|
+
}
|
|
2370
|
+
async function newGeometryOperatorsSupportTransformation() {
|
|
2371
|
+
const ModConstructor = await importGeometryOperatorsSupportTransformation();
|
|
2372
|
+
return new ModConstructor();
|
|
2373
|
+
}
|
|
2343
2374
|
async function importGeometrySupportGeographicTransformation() {
|
|
2344
2375
|
if (isAMD) {
|
|
2345
2376
|
return await window.$arcgis.import("esri/geometry/support/GeographicTransformation");
|
|
@@ -4452,6 +4483,17 @@ async function newRenderersRasterColormapRenderer(properties) {
|
|
|
4452
4483
|
const ModConstructor = await importRenderersRasterColormapRenderer();
|
|
4453
4484
|
return new ModConstructor(properties);
|
|
4454
4485
|
}
|
|
4486
|
+
async function importRenderersSupportRasterPresetRenderer() {
|
|
4487
|
+
if (isAMD) {
|
|
4488
|
+
return await window.$arcgis.import("esri/renderers/support/RasterPresetRenderer");
|
|
4489
|
+
}
|
|
4490
|
+
const module2 = await import("@arcgis/core/renderers/support/RasterPresetRenderer.js");
|
|
4491
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
4492
|
+
}
|
|
4493
|
+
async function newRenderersSupportRasterPresetRenderer(properties) {
|
|
4494
|
+
const ModConstructor = await importRenderersSupportRasterPresetRenderer();
|
|
4495
|
+
return new ModConstructor(properties);
|
|
4496
|
+
}
|
|
4455
4497
|
async function importRenderersRasterShadedReliefRenderer() {
|
|
4456
4498
|
if (isAMD) {
|
|
4457
4499
|
return await window.$arcgis.import("esri/renderers/RasterShadedReliefRenderer");
|
|
@@ -7323,6 +7365,17 @@ async function newViewsLayersFeatureLayerView(properties) {
|
|
|
7323
7365
|
const ModConstructor = await importViewsLayersFeatureLayerView();
|
|
7324
7366
|
return new ModConstructor(properties);
|
|
7325
7367
|
}
|
|
7368
|
+
async function importViewsLayersGroupLayerView() {
|
|
7369
|
+
if (isAMD) {
|
|
7370
|
+
return await window.$arcgis.import("esri/views/layers/GroupLayerView");
|
|
7371
|
+
}
|
|
7372
|
+
const module2 = await import("@arcgis/core/views/layers/GroupLayerView.js");
|
|
7373
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7374
|
+
}
|
|
7375
|
+
async function newViewsLayersGroupLayerView(properties) {
|
|
7376
|
+
const ModConstructor = await importViewsLayersGroupLayerView();
|
|
7377
|
+
return new ModConstructor(properties);
|
|
7378
|
+
}
|
|
7326
7379
|
async function importViewsLayersImageryLayerView() {
|
|
7327
7380
|
if (isAMD) {
|
|
7328
7381
|
return await window.$arcgis.import("esri/views/layers/ImageryLayerView");
|
|
@@ -10173,6 +10226,27 @@ async function importGeometryProjection() {
|
|
|
10173
10226
|
const module2 = await import("@arcgis/core/geometry/projection.js");
|
|
10174
10227
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10175
10228
|
}
|
|
10229
|
+
async function importGeometryOperatorsAffineTransformOperator() {
|
|
10230
|
+
if (isAMD) {
|
|
10231
|
+
return await window.$arcgis.import("esri/geometry/operators/affineTransformOperator");
|
|
10232
|
+
}
|
|
10233
|
+
const module2 = await import("@arcgis/core/geometry/operators/affineTransformOperator.js");
|
|
10234
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10235
|
+
}
|
|
10236
|
+
async function importGeometryOperatorsAreaOperator() {
|
|
10237
|
+
if (isAMD) {
|
|
10238
|
+
return await window.$arcgis.import("esri/geometry/operators/areaOperator");
|
|
10239
|
+
}
|
|
10240
|
+
const module2 = await import("@arcgis/core/geometry/operators/areaOperator.js");
|
|
10241
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10242
|
+
}
|
|
10243
|
+
async function importGeometryOperatorsBufferOperator() {
|
|
10244
|
+
if (isAMD) {
|
|
10245
|
+
return await window.$arcgis.import("esri/geometry/operators/bufferOperator");
|
|
10246
|
+
}
|
|
10247
|
+
const module2 = await import("@arcgis/core/geometry/operators/bufferOperator.js");
|
|
10248
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10249
|
+
}
|
|
10176
10250
|
async function importGeometryOperatorsCentroidOperator() {
|
|
10177
10251
|
if (isAMD) {
|
|
10178
10252
|
return await window.$arcgis.import("esri/geometry/operators/centroidOperator");
|
|
@@ -10187,18 +10261,18 @@ async function importGeometryOperatorsClipOperator() {
|
|
|
10187
10261
|
const module2 = await import("@arcgis/core/geometry/operators/clipOperator.js");
|
|
10188
10262
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10189
10263
|
}
|
|
10190
|
-
async function
|
|
10264
|
+
async function importGeometryOperatorsContainsOperator() {
|
|
10191
10265
|
if (isAMD) {
|
|
10192
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10266
|
+
return await window.$arcgis.import("esri/geometry/operators/containsOperator");
|
|
10193
10267
|
}
|
|
10194
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10268
|
+
const module2 = await import("@arcgis/core/geometry/operators/containsOperator.js");
|
|
10195
10269
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10196
10270
|
}
|
|
10197
|
-
async function
|
|
10271
|
+
async function importGeometryOperatorsConvexHullOperator() {
|
|
10198
10272
|
if (isAMD) {
|
|
10199
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10273
|
+
return await window.$arcgis.import("esri/geometry/operators/convexHullOperator");
|
|
10200
10274
|
}
|
|
10201
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10275
|
+
const module2 = await import("@arcgis/core/geometry/operators/convexHullOperator.js");
|
|
10202
10276
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10203
10277
|
}
|
|
10204
10278
|
async function importGeometryOperatorsCrossesOperator() {
|
|
@@ -10208,6 +10282,13 @@ async function importGeometryOperatorsCrossesOperator() {
|
|
|
10208
10282
|
const module2 = await import("@arcgis/core/geometry/operators/crossesOperator.js");
|
|
10209
10283
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10210
10284
|
}
|
|
10285
|
+
async function importGeometryOperatorsCutOperator() {
|
|
10286
|
+
if (isAMD) {
|
|
10287
|
+
return await window.$arcgis.import("esri/geometry/operators/cutOperator");
|
|
10288
|
+
}
|
|
10289
|
+
const module2 = await import("@arcgis/core/geometry/operators/cutOperator.js");
|
|
10290
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10291
|
+
}
|
|
10211
10292
|
async function importGeometryOperatorsDensifyOperator() {
|
|
10212
10293
|
if (isAMD) {
|
|
10213
10294
|
return await window.$arcgis.import("esri/geometry/operators/densifyOperator");
|
|
@@ -10250,6 +10331,13 @@ async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
|
10250
10331
|
const module2 = await import("@arcgis/core/geometry/operators/geodesicBufferOperator.js");
|
|
10251
10332
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10252
10333
|
}
|
|
10334
|
+
async function importGeometryOperatorsGeodeticAreaOperator() {
|
|
10335
|
+
if (isAMD) {
|
|
10336
|
+
return await window.$arcgis.import("esri/geometry/operators/geodeticAreaOperator");
|
|
10337
|
+
}
|
|
10338
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodeticAreaOperator.js");
|
|
10339
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10340
|
+
}
|
|
10253
10341
|
async function importGeometryOperatorsGeodeticDensifyOperator() {
|
|
10254
10342
|
if (isAMD) {
|
|
10255
10343
|
return await window.$arcgis.import("esri/geometry/operators/geodeticDensifyOperator");
|
|
@@ -10264,6 +10352,13 @@ async function importGeometryOperatorsGeodeticDistanceOperator() {
|
|
|
10264
10352
|
const module2 = await import("@arcgis/core/geometry/operators/geodeticDistanceOperator.js");
|
|
10265
10353
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10266
10354
|
}
|
|
10355
|
+
async function importGeometryOperatorsGeodeticLengthOperator() {
|
|
10356
|
+
if (isAMD) {
|
|
10357
|
+
return await window.$arcgis.import("esri/geometry/operators/geodeticLengthOperator");
|
|
10358
|
+
}
|
|
10359
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodeticLengthOperator.js");
|
|
10360
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10361
|
+
}
|
|
10267
10362
|
async function importGeometryOperatorsGeneralizeOperator() {
|
|
10268
10363
|
if (isAMD) {
|
|
10269
10364
|
return await window.$arcgis.import("esri/geometry/operators/generalizeOperator");
|
|
@@ -10271,6 +10366,13 @@ async function importGeometryOperatorsGeneralizeOperator() {
|
|
|
10271
10366
|
const module2 = await import("@arcgis/core/geometry/operators/generalizeOperator.js");
|
|
10272
10367
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10273
10368
|
}
|
|
10369
|
+
async function importGeometryOperatorsGraphicBufferOperator() {
|
|
10370
|
+
if (isAMD) {
|
|
10371
|
+
return await window.$arcgis.import("esri/geometry/operators/graphicBufferOperator");
|
|
10372
|
+
}
|
|
10373
|
+
const module2 = await import("@arcgis/core/geometry/operators/graphicBufferOperator.js");
|
|
10374
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10375
|
+
}
|
|
10274
10376
|
async function importGeometryOperatorsIntersectionOperator() {
|
|
10275
10377
|
if (isAMD) {
|
|
10276
10378
|
return await window.$arcgis.import("esri/geometry/operators/intersectionOperator");
|
|
@@ -10285,6 +10387,20 @@ async function importGeometryOperatorsIntersectsOperator() {
|
|
|
10285
10387
|
const module2 = await import("@arcgis/core/geometry/operators/intersectsOperator.js");
|
|
10286
10388
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10287
10389
|
}
|
|
10390
|
+
async function importGeometryOperatorsLengthOperator() {
|
|
10391
|
+
if (isAMD) {
|
|
10392
|
+
return await window.$arcgis.import("esri/geometry/operators/lengthOperator");
|
|
10393
|
+
}
|
|
10394
|
+
const module2 = await import("@arcgis/core/geometry/operators/lengthOperator.js");
|
|
10395
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10396
|
+
}
|
|
10397
|
+
async function importGeometryOperatorsOffsetOperator() {
|
|
10398
|
+
if (isAMD) {
|
|
10399
|
+
return await window.$arcgis.import("esri/geometry/operators/offsetOperator");
|
|
10400
|
+
}
|
|
10401
|
+
const module2 = await import("@arcgis/core/geometry/operators/offsetOperator.js");
|
|
10402
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10403
|
+
}
|
|
10288
10404
|
async function importGeometryOperatorsOverlapsOperator() {
|
|
10289
10405
|
if (isAMD) {
|
|
10290
10406
|
return await window.$arcgis.import("esri/geometry/operators/overlapsOperator");
|
|
@@ -10313,6 +10429,13 @@ async function importGeometryOperatorsSimplifyOperator() {
|
|
|
10313
10429
|
const module2 = await import("@arcgis/core/geometry/operators/simplifyOperator.js");
|
|
10314
10430
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10315
10431
|
}
|
|
10432
|
+
async function importGeometryOperatorsSymmetricDifferenceOperator() {
|
|
10433
|
+
if (isAMD) {
|
|
10434
|
+
return await window.$arcgis.import("esri/geometry/operators/symmetricDifferenceOperator");
|
|
10435
|
+
}
|
|
10436
|
+
const module2 = await import("@arcgis/core/geometry/operators/symmetricDifferenceOperator.js");
|
|
10437
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10438
|
+
}
|
|
10316
10439
|
async function importGeometryOperatorsTouchesOperator() {
|
|
10317
10440
|
if (isAMD) {
|
|
10318
10441
|
return await window.$arcgis.import("esri/geometry/operators/touchesOperator");
|
|
@@ -10397,6 +10520,13 @@ async function importLayersOgcWfsUtils() {
|
|
|
10397
10520
|
const module2 = await import("@arcgis/core/layers/ogc/wfsUtils.js");
|
|
10398
10521
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10399
10522
|
}
|
|
10523
|
+
async function importLayersOgcWcsUtils() {
|
|
10524
|
+
if (isAMD) {
|
|
10525
|
+
return await window.$arcgis.import("esri/layers/ogc/wcsUtils");
|
|
10526
|
+
}
|
|
10527
|
+
const module2 = await import("@arcgis/core/layers/ogc/wcsUtils.js");
|
|
10528
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10529
|
+
}
|
|
10400
10530
|
async function importLayersSupportArcadeUtils() {
|
|
10401
10531
|
if (isAMD) {
|
|
10402
10532
|
return await window.$arcgis.import("esri/layers/support/arcadeUtils");
|
|
@@ -11132,60 +11262,67 @@ async function importWidgetsSupportWidget() {
|
|
|
11132
11262
|
const module2 = await import("@arcgis/core/widgets/support/widget.js");
|
|
11133
11263
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11134
11264
|
}
|
|
11135
|
-
async function
|
|
11265
|
+
async function importApplicationsComponentsBasemapUtils() {
|
|
11136
11266
|
if (isAMD) {
|
|
11137
|
-
return await window.$arcgis.import("esri/applications/
|
|
11267
|
+
return await window.$arcgis.import("esri/applications/Components/basemapUtils");
|
|
11138
11268
|
}
|
|
11139
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11269
|
+
const module2 = await import("@arcgis/core/applications/Components/basemapUtils.js");
|
|
11140
11270
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11141
11271
|
}
|
|
11142
|
-
async function
|
|
11272
|
+
async function importApplicationsComponentsDrawUtils() {
|
|
11143
11273
|
if (isAMD) {
|
|
11144
|
-
return await window.$arcgis.import("esri/applications/
|
|
11274
|
+
return await window.$arcgis.import("esri/applications/Components/drawUtils");
|
|
11145
11275
|
}
|
|
11146
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11276
|
+
const module2 = await import("@arcgis/core/applications/Components/drawUtils.js");
|
|
11147
11277
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11148
11278
|
}
|
|
11149
|
-
async function
|
|
11279
|
+
async function importApplicationsComponentsGetDefaultUnits() {
|
|
11150
11280
|
if (isAMD) {
|
|
11151
|
-
return await window.$arcgis.import("esri/applications/
|
|
11281
|
+
return await window.$arcgis.import("esri/applications/Components/getDefaultUnits");
|
|
11152
11282
|
}
|
|
11153
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11283
|
+
const module2 = await import("@arcgis/core/applications/Components/getDefaultUnits.js");
|
|
11154
11284
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11155
11285
|
}
|
|
11156
|
-
async function
|
|
11286
|
+
async function importApplicationsComponentsGfxUtils() {
|
|
11157
11287
|
if (isAMD) {
|
|
11158
|
-
return await window.$arcgis.import("esri/applications/
|
|
11288
|
+
return await window.$arcgis.import("esri/applications/Components/gfxUtils");
|
|
11159
11289
|
}
|
|
11160
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11290
|
+
const module2 = await import("@arcgis/core/applications/Components/gfxUtils.js");
|
|
11161
11291
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11162
11292
|
}
|
|
11163
|
-
async function
|
|
11293
|
+
async function importApplicationsComponentsLayerOriginUtils() {
|
|
11164
11294
|
if (isAMD) {
|
|
11165
|
-
return await window.$arcgis.import("esri/applications/
|
|
11295
|
+
return await window.$arcgis.import("esri/applications/Components/layerOriginUtils");
|
|
11166
11296
|
}
|
|
11167
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11297
|
+
const module2 = await import("@arcgis/core/applications/Components/layerOriginUtils.js");
|
|
11168
11298
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11169
11299
|
}
|
|
11170
|
-
async function
|
|
11300
|
+
async function importApplicationsComponentsLayersEffectsJsonUtils() {
|
|
11171
11301
|
if (isAMD) {
|
|
11172
|
-
return await window.$arcgis.import("esri/applications/
|
|
11302
|
+
return await window.$arcgis.import("esri/applications/Components/layersEffectsJsonUtils");
|
|
11173
11303
|
}
|
|
11174
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11304
|
+
const module2 = await import("@arcgis/core/applications/Components/layersEffectsJsonUtils.js");
|
|
11175
11305
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11176
11306
|
}
|
|
11177
|
-
async function
|
|
11307
|
+
async function importApplicationsComponentsPreviewSymbol2D() {
|
|
11178
11308
|
if (isAMD) {
|
|
11179
|
-
return await window.$arcgis.import("esri/applications/
|
|
11309
|
+
return await window.$arcgis.import("esri/applications/Components/previewSymbol2D");
|
|
11180
11310
|
}
|
|
11181
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11311
|
+
const module2 = await import("@arcgis/core/applications/Components/previewSymbol2D.js");
|
|
11182
11312
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11183
11313
|
}
|
|
11184
|
-
async function
|
|
11314
|
+
async function importApplicationsComponentsStyleUtils() {
|
|
11185
11315
|
if (isAMD) {
|
|
11186
|
-
return await window.$arcgis.import("esri/applications/
|
|
11316
|
+
return await window.$arcgis.import("esri/applications/Components/styleUtils");
|
|
11187
11317
|
}
|
|
11188
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11318
|
+
const module2 = await import("@arcgis/core/applications/Components/styleUtils.js");
|
|
11319
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11320
|
+
}
|
|
11321
|
+
async function importApplicationsComponentsSvgUtils() {
|
|
11322
|
+
if (isAMD) {
|
|
11323
|
+
return await window.$arcgis.import("esri/applications/Components/svgUtils");
|
|
11324
|
+
}
|
|
11325
|
+
const module2 = await import("@arcgis/core/applications/Components/svgUtils.js");
|
|
11189
11326
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11190
11327
|
}
|
|
11191
11328
|
async function importApplicationsComponentsWebStyleSymbolUtils() {
|
|
@@ -11195,60 +11332,74 @@ async function importApplicationsComponentsWebStyleSymbolUtils() {
|
|
|
11195
11332
|
const module2 = await import("@arcgis/core/applications/Components/webStyleSymbolUtils.js");
|
|
11196
11333
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11197
11334
|
}
|
|
11198
|
-
async function
|
|
11335
|
+
async function importApplicationsExcaliburVideoViewUtils() {
|
|
11199
11336
|
if (isAMD) {
|
|
11200
|
-
return await window.$arcgis.import("esri/applications/
|
|
11337
|
+
return await window.$arcgis.import("esri/applications/Excalibur/videoViewUtils");
|
|
11201
11338
|
}
|
|
11202
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11339
|
+
const module2 = await import("@arcgis/core/applications/Excalibur/videoViewUtils.js");
|
|
11203
11340
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11204
11341
|
}
|
|
11205
|
-
async function
|
|
11342
|
+
async function importApplicationsExperienceBuilderSketchUtils() {
|
|
11206
11343
|
if (isAMD) {
|
|
11207
|
-
return await window.$arcgis.import("esri/applications/
|
|
11344
|
+
return await window.$arcgis.import("esri/applications/ExperienceBuilder/sketchUtils");
|
|
11208
11345
|
}
|
|
11209
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11346
|
+
const module2 = await import("@arcgis/core/applications/ExperienceBuilder/sketchUtils.js");
|
|
11210
11347
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11211
11348
|
}
|
|
11212
|
-
async function
|
|
11349
|
+
async function importApplicationsMapViewerMediaUtils() {
|
|
11213
11350
|
if (isAMD) {
|
|
11214
|
-
return await window.$arcgis.import("esri/applications/
|
|
11351
|
+
return await window.$arcgis.import("esri/applications/MapViewer/mediaUtils");
|
|
11215
11352
|
}
|
|
11216
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11353
|
+
const module2 = await import("@arcgis/core/applications/MapViewer/mediaUtils.js");
|
|
11217
11354
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11218
11355
|
}
|
|
11219
|
-
async function
|
|
11356
|
+
async function importApplicationsSceneViewerColorUtils() {
|
|
11220
11357
|
if (isAMD) {
|
|
11221
|
-
return await window.$arcgis.import("esri/applications/
|
|
11358
|
+
return await window.$arcgis.import("esri/applications/SceneViewer/colorUtils");
|
|
11222
11359
|
}
|
|
11223
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11360
|
+
const module2 = await import("@arcgis/core/applications/SceneViewer/colorUtils.js");
|
|
11224
11361
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11225
11362
|
}
|
|
11226
|
-
async function
|
|
11363
|
+
async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
11227
11364
|
if (isAMD) {
|
|
11228
|
-
return await window.$arcgis.import("esri/applications/
|
|
11365
|
+
return await window.$arcgis.import("esri/applications/SceneViewer/devEnvironmentUtils");
|
|
11229
11366
|
}
|
|
11230
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11367
|
+
const module2 = await import("@arcgis/core/applications/SceneViewer/devEnvironmentUtils.js");
|
|
11231
11368
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11232
11369
|
}
|
|
11233
|
-
async function
|
|
11370
|
+
async function importApplicationsSceneViewerLayerUtils() {
|
|
11234
11371
|
if (isAMD) {
|
|
11235
|
-
return await window.$arcgis.import("esri/applications/
|
|
11372
|
+
return await window.$arcgis.import("esri/applications/SceneViewer/layerUtils");
|
|
11236
11373
|
}
|
|
11237
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11374
|
+
const module2 = await import("@arcgis/core/applications/SceneViewer/layerUtils.js");
|
|
11238
11375
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11239
11376
|
}
|
|
11240
|
-
async function
|
|
11377
|
+
async function importApplicationsSceneViewerSceneViewerUtils() {
|
|
11241
11378
|
if (isAMD) {
|
|
11242
|
-
return await window.$arcgis.import("esri/applications/
|
|
11379
|
+
return await window.$arcgis.import("esri/applications/SceneViewer/sceneViewerUtils");
|
|
11243
11380
|
}
|
|
11244
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11381
|
+
const module2 = await import("@arcgis/core/applications/SceneViewer/sceneViewerUtils.js");
|
|
11245
11382
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11246
11383
|
}
|
|
11247
|
-
async function
|
|
11384
|
+
async function importApplicationsSceneViewerSymbolUtils() {
|
|
11248
11385
|
if (isAMD) {
|
|
11249
|
-
return await window.$arcgis.import("esri/applications/
|
|
11386
|
+
return await window.$arcgis.import("esri/applications/SceneViewer/symbolUtils");
|
|
11250
11387
|
}
|
|
11251
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11388
|
+
const module2 = await import("@arcgis/core/applications/SceneViewer/symbolUtils.js");
|
|
11389
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11390
|
+
}
|
|
11391
|
+
async function importApplicationsUrbanMeshUtils() {
|
|
11392
|
+
if (isAMD) {
|
|
11393
|
+
return await window.$arcgis.import("esri/applications/Urban/meshUtils");
|
|
11394
|
+
}
|
|
11395
|
+
const module2 = await import("@arcgis/core/applications/Urban/meshUtils.js");
|
|
11396
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11397
|
+
}
|
|
11398
|
+
async function importApplicationsWebEditorSketchUtils() {
|
|
11399
|
+
if (isAMD) {
|
|
11400
|
+
return await window.$arcgis.import("esri/applications/WebEditor/sketchUtils");
|
|
11401
|
+
}
|
|
11402
|
+
const module2 = await import("@arcgis/core/applications/WebEditor/sketchUtils.js");
|
|
11252
11403
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11253
11404
|
}
|
|
11254
11405
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -11270,17 +11421,20 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11270
11421
|
importApplicationsComponentsGetDefaultUnits,
|
|
11271
11422
|
importApplicationsComponentsGfxUtils,
|
|
11272
11423
|
importApplicationsComponentsLayerOriginUtils,
|
|
11424
|
+
importApplicationsComponentsLayersEffectsJsonUtils,
|
|
11273
11425
|
importApplicationsComponentsPreviewSymbol2D,
|
|
11274
11426
|
importApplicationsComponentsStyleUtils,
|
|
11275
11427
|
importApplicationsComponentsSvgUtils,
|
|
11276
11428
|
importApplicationsComponentsWebStyleSymbolUtils,
|
|
11277
11429
|
importApplicationsExcaliburVideoViewUtils,
|
|
11430
|
+
importApplicationsExperienceBuilderSketchUtils,
|
|
11278
11431
|
importApplicationsMapViewerMediaUtils,
|
|
11279
11432
|
importApplicationsSceneViewerColorUtils,
|
|
11280
11433
|
importApplicationsSceneViewerDevEnvironmentUtils,
|
|
11281
11434
|
importApplicationsSceneViewerLayerUtils,
|
|
11282
11435
|
importApplicationsSceneViewerSceneViewerUtils,
|
|
11283
11436
|
importApplicationsSceneViewerSymbolUtils,
|
|
11437
|
+
importApplicationsUrbanMeshUtils,
|
|
11284
11438
|
importApplicationsWebEditorSketchUtils,
|
|
11285
11439
|
importArcade,
|
|
11286
11440
|
importBasemap,
|
|
@@ -11339,9 +11493,13 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11339
11493
|
importGeometryHeightModelInfo,
|
|
11340
11494
|
importGeometryMesh,
|
|
11341
11495
|
importGeometryMultipoint,
|
|
11496
|
+
importGeometryOperatorsAffineTransformOperator,
|
|
11497
|
+
importGeometryOperatorsAreaOperator,
|
|
11498
|
+
importGeometryOperatorsBufferOperator,
|
|
11342
11499
|
importGeometryOperatorsCentroidOperator,
|
|
11343
11500
|
importGeometryOperatorsClipOperator,
|
|
11344
11501
|
importGeometryOperatorsContainsOperator,
|
|
11502
|
+
importGeometryOperatorsConvexHullOperator,
|
|
11345
11503
|
importGeometryOperatorsCrossesOperator,
|
|
11346
11504
|
importGeometryOperatorsCutOperator,
|
|
11347
11505
|
importGeometryOperatorsDensifyOperator,
|
|
@@ -11351,14 +11509,21 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11351
11509
|
importGeometryOperatorsEqualsOperator,
|
|
11352
11510
|
importGeometryOperatorsGeneralizeOperator,
|
|
11353
11511
|
importGeometryOperatorsGeodesicBufferOperator,
|
|
11512
|
+
importGeometryOperatorsGeodeticAreaOperator,
|
|
11354
11513
|
importGeometryOperatorsGeodeticDensifyOperator,
|
|
11355
11514
|
importGeometryOperatorsGeodeticDistanceOperator,
|
|
11515
|
+
importGeometryOperatorsGeodeticLengthOperator,
|
|
11516
|
+
importGeometryOperatorsGraphicBufferOperator,
|
|
11356
11517
|
importGeometryOperatorsIntersectionOperator,
|
|
11357
11518
|
importGeometryOperatorsIntersectsOperator,
|
|
11519
|
+
importGeometryOperatorsLengthOperator,
|
|
11520
|
+
importGeometryOperatorsOffsetOperator,
|
|
11358
11521
|
importGeometryOperatorsOverlapsOperator,
|
|
11359
11522
|
importGeometryOperatorsProximityOperator,
|
|
11360
11523
|
importGeometryOperatorsRelateOperator,
|
|
11361
11524
|
importGeometryOperatorsSimplifyOperator,
|
|
11525
|
+
importGeometryOperatorsSupportTransformation,
|
|
11526
|
+
importGeometryOperatorsSymmetricDifferenceOperator,
|
|
11362
11527
|
importGeometryOperatorsTouchesOperator,
|
|
11363
11528
|
importGeometryOperatorsUnionOperator,
|
|
11364
11529
|
importGeometryOperatorsWithinOperator,
|
|
@@ -11423,6 +11588,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11423
11588
|
importLayersMapNotesLayer,
|
|
11424
11589
|
importLayersMediaLayer,
|
|
11425
11590
|
importLayersOGCFeatureLayer,
|
|
11591
|
+
importLayersOgcWcsUtils,
|
|
11426
11592
|
importLayersOgcWfsUtils,
|
|
11427
11593
|
importLayersOpenStreetMapLayer,
|
|
11428
11594
|
importLayersOrientedImageryLayer,
|
|
@@ -11592,6 +11758,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11592
11758
|
importRenderersSupportColormapInfo,
|
|
11593
11759
|
importRenderersSupportHeatmapColorStop,
|
|
11594
11760
|
importRenderersSupportJsonUtils,
|
|
11761
|
+
importRenderersSupportRasterPresetRenderer,
|
|
11595
11762
|
importRenderersSupportUniqueValue,
|
|
11596
11763
|
importRenderersSupportUniqueValueClass,
|
|
11597
11764
|
importRenderersSupportUniqueValueGroup,
|
|
@@ -11931,6 +12098,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11931
12098
|
importViewsLayersCatalogLayerView,
|
|
11932
12099
|
importViewsLayersDimensionLayerView,
|
|
11933
12100
|
importViewsLayersFeatureLayerView,
|
|
12101
|
+
importViewsLayersGroupLayerView,
|
|
11934
12102
|
importViewsLayersImageryLayerView,
|
|
11935
12103
|
importViewsLayersLayerView,
|
|
11936
12104
|
importViewsLayersMediaLayerView,
|
|
@@ -12234,6 +12402,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12234
12402
|
newGeometryHeightModelInfo,
|
|
12235
12403
|
newGeometryMesh,
|
|
12236
12404
|
newGeometryMultipoint,
|
|
12405
|
+
newGeometryOperatorsSupportTransformation,
|
|
12237
12406
|
newGeometryPoint,
|
|
12238
12407
|
newGeometryPolygon,
|
|
12239
12408
|
newGeometryPolyline,
|
|
@@ -12440,6 +12609,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12440
12609
|
newRenderersSupportClassBreakInfo,
|
|
12441
12610
|
newRenderersSupportColormapInfo,
|
|
12442
12611
|
newRenderersSupportHeatmapColorStop,
|
|
12612
|
+
newRenderersSupportRasterPresetRenderer,
|
|
12443
12613
|
newRenderersSupportUniqueValue,
|
|
12444
12614
|
newRenderersSupportUniqueValueClass,
|
|
12445
12615
|
newRenderersSupportUniqueValueGroup,
|
|
@@ -12691,6 +12861,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12691
12861
|
newViewsLayersCatalogLayerView,
|
|
12692
12862
|
newViewsLayersDimensionLayerView,
|
|
12693
12863
|
newViewsLayersFeatureLayerView,
|
|
12864
|
+
newViewsLayersGroupLayerView,
|
|
12694
12865
|
newViewsLayersImageryLayerView,
|
|
12695
12866
|
newViewsLayersLayerView,
|
|
12696
12867
|
newViewsLayersMediaLayerView,
|