@arcgis/core-adapter 4.32.0-next.4 → 4.32.0-next.7
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 +192 -54
- package/dist/index.d.cts +34 -18
- package/dist/index.d.ts +34 -18
- package/dist/index.js +176 -54
- package/package.json +3 -27
- package/src/index.ts +176 -54
- package/support/api-reference-esm-imports.json +14 -1
- package/support/arcgis.d.ts +1153 -273
package/.turbo/turbo-build.log
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -58,6 +58,7 @@ __export(src_exports, {
|
|
|
58
58
|
importApplicationsSceneViewerLayerUtils: () => importApplicationsSceneViewerLayerUtils,
|
|
59
59
|
importApplicationsSceneViewerSceneViewerUtils: () => importApplicationsSceneViewerSceneViewerUtils,
|
|
60
60
|
importApplicationsSceneViewerSymbolUtils: () => importApplicationsSceneViewerSymbolUtils,
|
|
61
|
+
importApplicationsUrbanMeshUtils: () => importApplicationsUrbanMeshUtils,
|
|
61
62
|
importApplicationsWebEditorSketchUtils: () => importApplicationsWebEditorSketchUtils,
|
|
62
63
|
importArcade: () => importArcade,
|
|
63
64
|
importBasemap: () => importBasemap,
|
|
@@ -116,9 +117,13 @@ __export(src_exports, {
|
|
|
116
117
|
importGeometryHeightModelInfo: () => importGeometryHeightModelInfo,
|
|
117
118
|
importGeometryMesh: () => importGeometryMesh,
|
|
118
119
|
importGeometryMultipoint: () => importGeometryMultipoint,
|
|
120
|
+
importGeometryOperatorsAffineTransformOperator: () => importGeometryOperatorsAffineTransformOperator,
|
|
121
|
+
importGeometryOperatorsAreaOperator: () => importGeometryOperatorsAreaOperator,
|
|
122
|
+
importGeometryOperatorsBufferOperator: () => importGeometryOperatorsBufferOperator,
|
|
119
123
|
importGeometryOperatorsCentroidOperator: () => importGeometryOperatorsCentroidOperator,
|
|
120
124
|
importGeometryOperatorsClipOperator: () => importGeometryOperatorsClipOperator,
|
|
121
125
|
importGeometryOperatorsContainsOperator: () => importGeometryOperatorsContainsOperator,
|
|
126
|
+
importGeometryOperatorsConvexHullOperator: () => importGeometryOperatorsConvexHullOperator,
|
|
122
127
|
importGeometryOperatorsCrossesOperator: () => importGeometryOperatorsCrossesOperator,
|
|
123
128
|
importGeometryOperatorsCutOperator: () => importGeometryOperatorsCutOperator,
|
|
124
129
|
importGeometryOperatorsDensifyOperator: () => importGeometryOperatorsDensifyOperator,
|
|
@@ -128,14 +133,21 @@ __export(src_exports, {
|
|
|
128
133
|
importGeometryOperatorsEqualsOperator: () => importGeometryOperatorsEqualsOperator,
|
|
129
134
|
importGeometryOperatorsGeneralizeOperator: () => importGeometryOperatorsGeneralizeOperator,
|
|
130
135
|
importGeometryOperatorsGeodesicBufferOperator: () => importGeometryOperatorsGeodesicBufferOperator,
|
|
136
|
+
importGeometryOperatorsGeodeticAreaOperator: () => importGeometryOperatorsGeodeticAreaOperator,
|
|
131
137
|
importGeometryOperatorsGeodeticDensifyOperator: () => importGeometryOperatorsGeodeticDensifyOperator,
|
|
132
138
|
importGeometryOperatorsGeodeticDistanceOperator: () => importGeometryOperatorsGeodeticDistanceOperator,
|
|
139
|
+
importGeometryOperatorsGeodeticLengthOperator: () => importGeometryOperatorsGeodeticLengthOperator,
|
|
140
|
+
importGeometryOperatorsGraphicBufferOperator: () => importGeometryOperatorsGraphicBufferOperator,
|
|
133
141
|
importGeometryOperatorsIntersectionOperator: () => importGeometryOperatorsIntersectionOperator,
|
|
134
142
|
importGeometryOperatorsIntersectsOperator: () => importGeometryOperatorsIntersectsOperator,
|
|
143
|
+
importGeometryOperatorsLengthOperator: () => importGeometryOperatorsLengthOperator,
|
|
144
|
+
importGeometryOperatorsOffsetOperator: () => importGeometryOperatorsOffsetOperator,
|
|
135
145
|
importGeometryOperatorsOverlapsOperator: () => importGeometryOperatorsOverlapsOperator,
|
|
136
146
|
importGeometryOperatorsProximityOperator: () => importGeometryOperatorsProximityOperator,
|
|
137
147
|
importGeometryOperatorsRelateOperator: () => importGeometryOperatorsRelateOperator,
|
|
138
148
|
importGeometryOperatorsSimplifyOperator: () => importGeometryOperatorsSimplifyOperator,
|
|
149
|
+
importGeometryOperatorsSupportTransformation: () => importGeometryOperatorsSupportTransformation,
|
|
150
|
+
importGeometryOperatorsSymmetricDifferenceOperator: () => importGeometryOperatorsSymmetricDifferenceOperator,
|
|
139
151
|
importGeometryOperatorsTouchesOperator: () => importGeometryOperatorsTouchesOperator,
|
|
140
152
|
importGeometryOperatorsUnionOperator: () => importGeometryOperatorsUnionOperator,
|
|
141
153
|
importGeometryOperatorsWithinOperator: () => importGeometryOperatorsWithinOperator,
|
|
@@ -200,6 +212,7 @@ __export(src_exports, {
|
|
|
200
212
|
importLayersMapNotesLayer: () => importLayersMapNotesLayer,
|
|
201
213
|
importLayersMediaLayer: () => importLayersMediaLayer,
|
|
202
214
|
importLayersOGCFeatureLayer: () => importLayersOGCFeatureLayer,
|
|
215
|
+
importLayersOgcWcsUtils: () => importLayersOgcWcsUtils,
|
|
203
216
|
importLayersOgcWfsUtils: () => importLayersOgcWfsUtils,
|
|
204
217
|
importLayersOpenStreetMapLayer: () => importLayersOpenStreetMapLayer,
|
|
205
218
|
importLayersOrientedImageryLayer: () => importLayersOrientedImageryLayer,
|
|
@@ -708,6 +721,7 @@ __export(src_exports, {
|
|
|
708
721
|
importViewsLayersCatalogLayerView: () => importViewsLayersCatalogLayerView,
|
|
709
722
|
importViewsLayersDimensionLayerView: () => importViewsLayersDimensionLayerView,
|
|
710
723
|
importViewsLayersFeatureLayerView: () => importViewsLayersFeatureLayerView,
|
|
724
|
+
importViewsLayersGroupLayerView: () => importViewsLayersGroupLayerView,
|
|
711
725
|
importViewsLayersImageryLayerView: () => importViewsLayersImageryLayerView,
|
|
712
726
|
importViewsLayersLayerView: () => importViewsLayersLayerView,
|
|
713
727
|
importViewsLayersMediaLayerView: () => importViewsLayersMediaLayerView,
|
|
@@ -1011,6 +1025,7 @@ __export(src_exports, {
|
|
|
1011
1025
|
newGeometryHeightModelInfo: () => newGeometryHeightModelInfo,
|
|
1012
1026
|
newGeometryMesh: () => newGeometryMesh,
|
|
1013
1027
|
newGeometryMultipoint: () => newGeometryMultipoint,
|
|
1028
|
+
newGeometryOperatorsSupportTransformation: () => newGeometryOperatorsSupportTransformation,
|
|
1014
1029
|
newGeometryPoint: () => newGeometryPoint,
|
|
1015
1030
|
newGeometryPolygon: () => newGeometryPolygon,
|
|
1016
1031
|
newGeometryPolyline: () => newGeometryPolyline,
|
|
@@ -1468,6 +1483,7 @@ __export(src_exports, {
|
|
|
1468
1483
|
newViewsLayersCatalogLayerView: () => newViewsLayersCatalogLayerView,
|
|
1469
1484
|
newViewsLayersDimensionLayerView: () => newViewsLayersDimensionLayerView,
|
|
1470
1485
|
newViewsLayersFeatureLayerView: () => newViewsLayersFeatureLayerView,
|
|
1486
|
+
newViewsLayersGroupLayerView: () => newViewsLayersGroupLayerView,
|
|
1471
1487
|
newViewsLayersImageryLayerView: () => newViewsLayersImageryLayerView,
|
|
1472
1488
|
newViewsLayersLayerView: () => newViewsLayersLayerView,
|
|
1473
1489
|
newViewsLayersMediaLayerView: () => newViewsLayersMediaLayerView,
|
|
@@ -2340,6 +2356,17 @@ async function newGeometrySpatialReference(properties) {
|
|
|
2340
2356
|
const ModConstructor = await importGeometrySpatialReference();
|
|
2341
2357
|
return new ModConstructor(properties);
|
|
2342
2358
|
}
|
|
2359
|
+
async function importGeometryOperatorsSupportTransformation() {
|
|
2360
|
+
if (isAMD) {
|
|
2361
|
+
return await window.$arcgis.import("esri/geometry/operators/support/Transformation");
|
|
2362
|
+
}
|
|
2363
|
+
const module2 = await import("@arcgis/core/geometry/operators/support/Transformation.js");
|
|
2364
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2365
|
+
}
|
|
2366
|
+
async function newGeometryOperatorsSupportTransformation() {
|
|
2367
|
+
const ModConstructor = await importGeometryOperatorsSupportTransformation();
|
|
2368
|
+
return new ModConstructor();
|
|
2369
|
+
}
|
|
2343
2370
|
async function importGeometrySupportGeographicTransformation() {
|
|
2344
2371
|
if (isAMD) {
|
|
2345
2372
|
return await window.$arcgis.import("esri/geometry/support/GeographicTransformation");
|
|
@@ -7323,6 +7350,17 @@ async function newViewsLayersFeatureLayerView(properties) {
|
|
|
7323
7350
|
const ModConstructor = await importViewsLayersFeatureLayerView();
|
|
7324
7351
|
return new ModConstructor(properties);
|
|
7325
7352
|
}
|
|
7353
|
+
async function importViewsLayersGroupLayerView() {
|
|
7354
|
+
if (isAMD) {
|
|
7355
|
+
return await window.$arcgis.import("esri/views/layers/GroupLayerView");
|
|
7356
|
+
}
|
|
7357
|
+
const module2 = await import("@arcgis/core/views/layers/GroupLayerView.js");
|
|
7358
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7359
|
+
}
|
|
7360
|
+
async function newViewsLayersGroupLayerView(properties) {
|
|
7361
|
+
const ModConstructor = await importViewsLayersGroupLayerView();
|
|
7362
|
+
return new ModConstructor(properties);
|
|
7363
|
+
}
|
|
7326
7364
|
async function importViewsLayersImageryLayerView() {
|
|
7327
7365
|
if (isAMD) {
|
|
7328
7366
|
return await window.$arcgis.import("esri/views/layers/ImageryLayerView");
|
|
@@ -10173,6 +10211,27 @@ async function importGeometryProjection() {
|
|
|
10173
10211
|
const module2 = await import("@arcgis/core/geometry/projection.js");
|
|
10174
10212
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10175
10213
|
}
|
|
10214
|
+
async function importGeometryOperatorsAffineTransformOperator() {
|
|
10215
|
+
if (isAMD) {
|
|
10216
|
+
return await window.$arcgis.import("esri/geometry/operators/affineTransformOperator");
|
|
10217
|
+
}
|
|
10218
|
+
const module2 = await import("@arcgis/core/geometry/operators/affineTransformOperator.js");
|
|
10219
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10220
|
+
}
|
|
10221
|
+
async function importGeometryOperatorsAreaOperator() {
|
|
10222
|
+
if (isAMD) {
|
|
10223
|
+
return await window.$arcgis.import("esri/geometry/operators/areaOperator");
|
|
10224
|
+
}
|
|
10225
|
+
const module2 = await import("@arcgis/core/geometry/operators/areaOperator.js");
|
|
10226
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10227
|
+
}
|
|
10228
|
+
async function importGeometryOperatorsBufferOperator() {
|
|
10229
|
+
if (isAMD) {
|
|
10230
|
+
return await window.$arcgis.import("esri/geometry/operators/bufferOperator");
|
|
10231
|
+
}
|
|
10232
|
+
const module2 = await import("@arcgis/core/geometry/operators/bufferOperator.js");
|
|
10233
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10234
|
+
}
|
|
10176
10235
|
async function importGeometryOperatorsCentroidOperator() {
|
|
10177
10236
|
if (isAMD) {
|
|
10178
10237
|
return await window.$arcgis.import("esri/geometry/operators/centroidOperator");
|
|
@@ -10187,18 +10246,18 @@ async function importGeometryOperatorsClipOperator() {
|
|
|
10187
10246
|
const module2 = await import("@arcgis/core/geometry/operators/clipOperator.js");
|
|
10188
10247
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10189
10248
|
}
|
|
10190
|
-
async function
|
|
10249
|
+
async function importGeometryOperatorsContainsOperator() {
|
|
10191
10250
|
if (isAMD) {
|
|
10192
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10251
|
+
return await window.$arcgis.import("esri/geometry/operators/containsOperator");
|
|
10193
10252
|
}
|
|
10194
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10253
|
+
const module2 = await import("@arcgis/core/geometry/operators/containsOperator.js");
|
|
10195
10254
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10196
10255
|
}
|
|
10197
|
-
async function
|
|
10256
|
+
async function importGeometryOperatorsConvexHullOperator() {
|
|
10198
10257
|
if (isAMD) {
|
|
10199
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
10258
|
+
return await window.$arcgis.import("esri/geometry/operators/convexHullOperator");
|
|
10200
10259
|
}
|
|
10201
|
-
const module2 = await import("@arcgis/core/geometry/operators/
|
|
10260
|
+
const module2 = await import("@arcgis/core/geometry/operators/convexHullOperator.js");
|
|
10202
10261
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10203
10262
|
}
|
|
10204
10263
|
async function importGeometryOperatorsCrossesOperator() {
|
|
@@ -10208,6 +10267,13 @@ async function importGeometryOperatorsCrossesOperator() {
|
|
|
10208
10267
|
const module2 = await import("@arcgis/core/geometry/operators/crossesOperator.js");
|
|
10209
10268
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10210
10269
|
}
|
|
10270
|
+
async function importGeometryOperatorsCutOperator() {
|
|
10271
|
+
if (isAMD) {
|
|
10272
|
+
return await window.$arcgis.import("esri/geometry/operators/cutOperator");
|
|
10273
|
+
}
|
|
10274
|
+
const module2 = await import("@arcgis/core/geometry/operators/cutOperator.js");
|
|
10275
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10276
|
+
}
|
|
10211
10277
|
async function importGeometryOperatorsDensifyOperator() {
|
|
10212
10278
|
if (isAMD) {
|
|
10213
10279
|
return await window.$arcgis.import("esri/geometry/operators/densifyOperator");
|
|
@@ -10250,6 +10316,13 @@ async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
|
10250
10316
|
const module2 = await import("@arcgis/core/geometry/operators/geodesicBufferOperator.js");
|
|
10251
10317
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10252
10318
|
}
|
|
10319
|
+
async function importGeometryOperatorsGeodeticAreaOperator() {
|
|
10320
|
+
if (isAMD) {
|
|
10321
|
+
return await window.$arcgis.import("esri/geometry/operators/geodeticAreaOperator");
|
|
10322
|
+
}
|
|
10323
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodeticAreaOperator.js");
|
|
10324
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10325
|
+
}
|
|
10253
10326
|
async function importGeometryOperatorsGeodeticDensifyOperator() {
|
|
10254
10327
|
if (isAMD) {
|
|
10255
10328
|
return await window.$arcgis.import("esri/geometry/operators/geodeticDensifyOperator");
|
|
@@ -10264,6 +10337,13 @@ async function importGeometryOperatorsGeodeticDistanceOperator() {
|
|
|
10264
10337
|
const module2 = await import("@arcgis/core/geometry/operators/geodeticDistanceOperator.js");
|
|
10265
10338
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10266
10339
|
}
|
|
10340
|
+
async function importGeometryOperatorsGeodeticLengthOperator() {
|
|
10341
|
+
if (isAMD) {
|
|
10342
|
+
return await window.$arcgis.import("esri/geometry/operators/geodeticLengthOperator");
|
|
10343
|
+
}
|
|
10344
|
+
const module2 = await import("@arcgis/core/geometry/operators/geodeticLengthOperator.js");
|
|
10345
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10346
|
+
}
|
|
10267
10347
|
async function importGeometryOperatorsGeneralizeOperator() {
|
|
10268
10348
|
if (isAMD) {
|
|
10269
10349
|
return await window.$arcgis.import("esri/geometry/operators/generalizeOperator");
|
|
@@ -10271,6 +10351,13 @@ async function importGeometryOperatorsGeneralizeOperator() {
|
|
|
10271
10351
|
const module2 = await import("@arcgis/core/geometry/operators/generalizeOperator.js");
|
|
10272
10352
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10273
10353
|
}
|
|
10354
|
+
async function importGeometryOperatorsGraphicBufferOperator() {
|
|
10355
|
+
if (isAMD) {
|
|
10356
|
+
return await window.$arcgis.import("esri/geometry/operators/graphicBufferOperator");
|
|
10357
|
+
}
|
|
10358
|
+
const module2 = await import("@arcgis/core/geometry/operators/graphicBufferOperator.js");
|
|
10359
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10360
|
+
}
|
|
10274
10361
|
async function importGeometryOperatorsIntersectionOperator() {
|
|
10275
10362
|
if (isAMD) {
|
|
10276
10363
|
return await window.$arcgis.import("esri/geometry/operators/intersectionOperator");
|
|
@@ -10285,6 +10372,20 @@ async function importGeometryOperatorsIntersectsOperator() {
|
|
|
10285
10372
|
const module2 = await import("@arcgis/core/geometry/operators/intersectsOperator.js");
|
|
10286
10373
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10287
10374
|
}
|
|
10375
|
+
async function importGeometryOperatorsLengthOperator() {
|
|
10376
|
+
if (isAMD) {
|
|
10377
|
+
return await window.$arcgis.import("esri/geometry/operators/lengthOperator");
|
|
10378
|
+
}
|
|
10379
|
+
const module2 = await import("@arcgis/core/geometry/operators/lengthOperator.js");
|
|
10380
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10381
|
+
}
|
|
10382
|
+
async function importGeometryOperatorsOffsetOperator() {
|
|
10383
|
+
if (isAMD) {
|
|
10384
|
+
return await window.$arcgis.import("esri/geometry/operators/offsetOperator");
|
|
10385
|
+
}
|
|
10386
|
+
const module2 = await import("@arcgis/core/geometry/operators/offsetOperator.js");
|
|
10387
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10388
|
+
}
|
|
10288
10389
|
async function importGeometryOperatorsOverlapsOperator() {
|
|
10289
10390
|
if (isAMD) {
|
|
10290
10391
|
return await window.$arcgis.import("esri/geometry/operators/overlapsOperator");
|
|
@@ -10313,6 +10414,13 @@ async function importGeometryOperatorsSimplifyOperator() {
|
|
|
10313
10414
|
const module2 = await import("@arcgis/core/geometry/operators/simplifyOperator.js");
|
|
10314
10415
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10315
10416
|
}
|
|
10417
|
+
async function importGeometryOperatorsSymmetricDifferenceOperator() {
|
|
10418
|
+
if (isAMD) {
|
|
10419
|
+
return await window.$arcgis.import("esri/geometry/operators/symmetricDifferenceOperator");
|
|
10420
|
+
}
|
|
10421
|
+
const module2 = await import("@arcgis/core/geometry/operators/symmetricDifferenceOperator.js");
|
|
10422
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10423
|
+
}
|
|
10316
10424
|
async function importGeometryOperatorsTouchesOperator() {
|
|
10317
10425
|
if (isAMD) {
|
|
10318
10426
|
return await window.$arcgis.import("esri/geometry/operators/touchesOperator");
|
|
@@ -10397,6 +10505,13 @@ async function importLayersOgcWfsUtils() {
|
|
|
10397
10505
|
const module2 = await import("@arcgis/core/layers/ogc/wfsUtils.js");
|
|
10398
10506
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10399
10507
|
}
|
|
10508
|
+
async function importLayersOgcWcsUtils() {
|
|
10509
|
+
if (isAMD) {
|
|
10510
|
+
return await window.$arcgis.import("esri/layers/ogc/wcsUtils");
|
|
10511
|
+
}
|
|
10512
|
+
const module2 = await import("@arcgis/core/layers/ogc/wcsUtils.js");
|
|
10513
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10514
|
+
}
|
|
10400
10515
|
async function importLayersSupportArcadeUtils() {
|
|
10401
10516
|
if (isAMD) {
|
|
10402
10517
|
return await window.$arcgis.import("esri/layers/support/arcadeUtils");
|
|
@@ -11132,60 +11247,60 @@ async function importWidgetsSupportWidget() {
|
|
|
11132
11247
|
const module2 = await import("@arcgis/core/widgets/support/widget.js");
|
|
11133
11248
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11134
11249
|
}
|
|
11135
|
-
async function
|
|
11250
|
+
async function importApplicationsComponentsBasemapUtils() {
|
|
11136
11251
|
if (isAMD) {
|
|
11137
|
-
return await window.$arcgis.import("esri/applications/
|
|
11252
|
+
return await window.$arcgis.import("esri/applications/Components/basemapUtils");
|
|
11138
11253
|
}
|
|
11139
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11254
|
+
const module2 = await import("@arcgis/core/applications/Components/basemapUtils.js");
|
|
11140
11255
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11141
11256
|
}
|
|
11142
|
-
async function
|
|
11257
|
+
async function importApplicationsComponentsDrawUtils() {
|
|
11143
11258
|
if (isAMD) {
|
|
11144
|
-
return await window.$arcgis.import("esri/applications/
|
|
11259
|
+
return await window.$arcgis.import("esri/applications/Components/drawUtils");
|
|
11145
11260
|
}
|
|
11146
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11261
|
+
const module2 = await import("@arcgis/core/applications/Components/drawUtils.js");
|
|
11147
11262
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11148
11263
|
}
|
|
11149
|
-
async function
|
|
11264
|
+
async function importApplicationsComponentsGetDefaultUnits() {
|
|
11150
11265
|
if (isAMD) {
|
|
11151
|
-
return await window.$arcgis.import("esri/applications/
|
|
11266
|
+
return await window.$arcgis.import("esri/applications/Components/getDefaultUnits");
|
|
11152
11267
|
}
|
|
11153
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11268
|
+
const module2 = await import("@arcgis/core/applications/Components/getDefaultUnits.js");
|
|
11154
11269
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11155
11270
|
}
|
|
11156
|
-
async function
|
|
11271
|
+
async function importApplicationsComponentsGfxUtils() {
|
|
11157
11272
|
if (isAMD) {
|
|
11158
|
-
return await window.$arcgis.import("esri/applications/
|
|
11273
|
+
return await window.$arcgis.import("esri/applications/Components/gfxUtils");
|
|
11159
11274
|
}
|
|
11160
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11275
|
+
const module2 = await import("@arcgis/core/applications/Components/gfxUtils.js");
|
|
11161
11276
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11162
11277
|
}
|
|
11163
|
-
async function
|
|
11278
|
+
async function importApplicationsComponentsLayerOriginUtils() {
|
|
11164
11279
|
if (isAMD) {
|
|
11165
|
-
return await window.$arcgis.import("esri/applications/
|
|
11280
|
+
return await window.$arcgis.import("esri/applications/Components/layerOriginUtils");
|
|
11166
11281
|
}
|
|
11167
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11282
|
+
const module2 = await import("@arcgis/core/applications/Components/layerOriginUtils.js");
|
|
11168
11283
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11169
11284
|
}
|
|
11170
|
-
async function
|
|
11285
|
+
async function importApplicationsComponentsPreviewSymbol2D() {
|
|
11171
11286
|
if (isAMD) {
|
|
11172
|
-
return await window.$arcgis.import("esri/applications/
|
|
11287
|
+
return await window.$arcgis.import("esri/applications/Components/previewSymbol2D");
|
|
11173
11288
|
}
|
|
11174
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11289
|
+
const module2 = await import("@arcgis/core/applications/Components/previewSymbol2D.js");
|
|
11175
11290
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11176
11291
|
}
|
|
11177
|
-
async function
|
|
11292
|
+
async function importApplicationsComponentsStyleUtils() {
|
|
11178
11293
|
if (isAMD) {
|
|
11179
|
-
return await window.$arcgis.import("esri/applications/
|
|
11294
|
+
return await window.$arcgis.import("esri/applications/Components/styleUtils");
|
|
11180
11295
|
}
|
|
11181
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11296
|
+
const module2 = await import("@arcgis/core/applications/Components/styleUtils.js");
|
|
11182
11297
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11183
11298
|
}
|
|
11184
|
-
async function
|
|
11299
|
+
async function importApplicationsComponentsSvgUtils() {
|
|
11185
11300
|
if (isAMD) {
|
|
11186
|
-
return await window.$arcgis.import("esri/applications/
|
|
11301
|
+
return await window.$arcgis.import("esri/applications/Components/svgUtils");
|
|
11187
11302
|
}
|
|
11188
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11303
|
+
const module2 = await import("@arcgis/core/applications/Components/svgUtils.js");
|
|
11189
11304
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11190
11305
|
}
|
|
11191
11306
|
async function importApplicationsComponentsWebStyleSymbolUtils() {
|
|
@@ -11195,60 +11310,67 @@ async function importApplicationsComponentsWebStyleSymbolUtils() {
|
|
|
11195
11310
|
const module2 = await import("@arcgis/core/applications/Components/webStyleSymbolUtils.js");
|
|
11196
11311
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11197
11312
|
}
|
|
11198
|
-
async function
|
|
11313
|
+
async function importApplicationsExcaliburVideoViewUtils() {
|
|
11199
11314
|
if (isAMD) {
|
|
11200
|
-
return await window.$arcgis.import("esri/applications/
|
|
11315
|
+
return await window.$arcgis.import("esri/applications/Excalibur/videoViewUtils");
|
|
11201
11316
|
}
|
|
11202
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11317
|
+
const module2 = await import("@arcgis/core/applications/Excalibur/videoViewUtils.js");
|
|
11203
11318
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11204
11319
|
}
|
|
11205
|
-
async function
|
|
11320
|
+
async function importApplicationsMapViewerMediaUtils() {
|
|
11206
11321
|
if (isAMD) {
|
|
11207
|
-
return await window.$arcgis.import("esri/applications/
|
|
11322
|
+
return await window.$arcgis.import("esri/applications/MapViewer/mediaUtils");
|
|
11208
11323
|
}
|
|
11209
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11324
|
+
const module2 = await import("@arcgis/core/applications/MapViewer/mediaUtils.js");
|
|
11210
11325
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11211
11326
|
}
|
|
11212
|
-
async function
|
|
11327
|
+
async function importApplicationsSceneViewerColorUtils() {
|
|
11213
11328
|
if (isAMD) {
|
|
11214
|
-
return await window.$arcgis.import("esri/applications/
|
|
11329
|
+
return await window.$arcgis.import("esri/applications/SceneViewer/colorUtils");
|
|
11215
11330
|
}
|
|
11216
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11331
|
+
const module2 = await import("@arcgis/core/applications/SceneViewer/colorUtils.js");
|
|
11217
11332
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11218
11333
|
}
|
|
11219
|
-
async function
|
|
11334
|
+
async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
11220
11335
|
if (isAMD) {
|
|
11221
|
-
return await window.$arcgis.import("esri/applications/
|
|
11336
|
+
return await window.$arcgis.import("esri/applications/SceneViewer/devEnvironmentUtils");
|
|
11222
11337
|
}
|
|
11223
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11338
|
+
const module2 = await import("@arcgis/core/applications/SceneViewer/devEnvironmentUtils.js");
|
|
11224
11339
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11225
11340
|
}
|
|
11226
|
-
async function
|
|
11341
|
+
async function importApplicationsSceneViewerLayerUtils() {
|
|
11227
11342
|
if (isAMD) {
|
|
11228
|
-
return await window.$arcgis.import("esri/applications/
|
|
11343
|
+
return await window.$arcgis.import("esri/applications/SceneViewer/layerUtils");
|
|
11229
11344
|
}
|
|
11230
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11345
|
+
const module2 = await import("@arcgis/core/applications/SceneViewer/layerUtils.js");
|
|
11231
11346
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11232
11347
|
}
|
|
11233
|
-
async function
|
|
11348
|
+
async function importApplicationsSceneViewerSceneViewerUtils() {
|
|
11234
11349
|
if (isAMD) {
|
|
11235
|
-
return await window.$arcgis.import("esri/applications/
|
|
11350
|
+
return await window.$arcgis.import("esri/applications/SceneViewer/sceneViewerUtils");
|
|
11236
11351
|
}
|
|
11237
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11352
|
+
const module2 = await import("@arcgis/core/applications/SceneViewer/sceneViewerUtils.js");
|
|
11238
11353
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11239
11354
|
}
|
|
11240
|
-
async function
|
|
11355
|
+
async function importApplicationsSceneViewerSymbolUtils() {
|
|
11241
11356
|
if (isAMD) {
|
|
11242
|
-
return await window.$arcgis.import("esri/applications/
|
|
11357
|
+
return await window.$arcgis.import("esri/applications/SceneViewer/symbolUtils");
|
|
11243
11358
|
}
|
|
11244
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11359
|
+
const module2 = await import("@arcgis/core/applications/SceneViewer/symbolUtils.js");
|
|
11245
11360
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11246
11361
|
}
|
|
11247
|
-
async function
|
|
11362
|
+
async function importApplicationsUrbanMeshUtils() {
|
|
11248
11363
|
if (isAMD) {
|
|
11249
|
-
return await window.$arcgis.import("esri/applications/
|
|
11364
|
+
return await window.$arcgis.import("esri/applications/Urban/meshUtils");
|
|
11250
11365
|
}
|
|
11251
|
-
const module2 = await import("@arcgis/core/applications/
|
|
11366
|
+
const module2 = await import("@arcgis/core/applications/Urban/meshUtils.js");
|
|
11367
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11368
|
+
}
|
|
11369
|
+
async function importApplicationsWebEditorSketchUtils() {
|
|
11370
|
+
if (isAMD) {
|
|
11371
|
+
return await window.$arcgis.import("esri/applications/WebEditor/sketchUtils");
|
|
11372
|
+
}
|
|
11373
|
+
const module2 = await import("@arcgis/core/applications/WebEditor/sketchUtils.js");
|
|
11252
11374
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11253
11375
|
}
|
|
11254
11376
|
// Annotate the CommonJS export names for ESM import in node:
|
|
@@ -11281,6 +11403,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11281
11403
|
importApplicationsSceneViewerLayerUtils,
|
|
11282
11404
|
importApplicationsSceneViewerSceneViewerUtils,
|
|
11283
11405
|
importApplicationsSceneViewerSymbolUtils,
|
|
11406
|
+
importApplicationsUrbanMeshUtils,
|
|
11284
11407
|
importApplicationsWebEditorSketchUtils,
|
|
11285
11408
|
importArcade,
|
|
11286
11409
|
importBasemap,
|
|
@@ -11339,9 +11462,13 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11339
11462
|
importGeometryHeightModelInfo,
|
|
11340
11463
|
importGeometryMesh,
|
|
11341
11464
|
importGeometryMultipoint,
|
|
11465
|
+
importGeometryOperatorsAffineTransformOperator,
|
|
11466
|
+
importGeometryOperatorsAreaOperator,
|
|
11467
|
+
importGeometryOperatorsBufferOperator,
|
|
11342
11468
|
importGeometryOperatorsCentroidOperator,
|
|
11343
11469
|
importGeometryOperatorsClipOperator,
|
|
11344
11470
|
importGeometryOperatorsContainsOperator,
|
|
11471
|
+
importGeometryOperatorsConvexHullOperator,
|
|
11345
11472
|
importGeometryOperatorsCrossesOperator,
|
|
11346
11473
|
importGeometryOperatorsCutOperator,
|
|
11347
11474
|
importGeometryOperatorsDensifyOperator,
|
|
@@ -11351,14 +11478,21 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11351
11478
|
importGeometryOperatorsEqualsOperator,
|
|
11352
11479
|
importGeometryOperatorsGeneralizeOperator,
|
|
11353
11480
|
importGeometryOperatorsGeodesicBufferOperator,
|
|
11481
|
+
importGeometryOperatorsGeodeticAreaOperator,
|
|
11354
11482
|
importGeometryOperatorsGeodeticDensifyOperator,
|
|
11355
11483
|
importGeometryOperatorsGeodeticDistanceOperator,
|
|
11484
|
+
importGeometryOperatorsGeodeticLengthOperator,
|
|
11485
|
+
importGeometryOperatorsGraphicBufferOperator,
|
|
11356
11486
|
importGeometryOperatorsIntersectionOperator,
|
|
11357
11487
|
importGeometryOperatorsIntersectsOperator,
|
|
11488
|
+
importGeometryOperatorsLengthOperator,
|
|
11489
|
+
importGeometryOperatorsOffsetOperator,
|
|
11358
11490
|
importGeometryOperatorsOverlapsOperator,
|
|
11359
11491
|
importGeometryOperatorsProximityOperator,
|
|
11360
11492
|
importGeometryOperatorsRelateOperator,
|
|
11361
11493
|
importGeometryOperatorsSimplifyOperator,
|
|
11494
|
+
importGeometryOperatorsSupportTransformation,
|
|
11495
|
+
importGeometryOperatorsSymmetricDifferenceOperator,
|
|
11362
11496
|
importGeometryOperatorsTouchesOperator,
|
|
11363
11497
|
importGeometryOperatorsUnionOperator,
|
|
11364
11498
|
importGeometryOperatorsWithinOperator,
|
|
@@ -11423,6 +11557,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11423
11557
|
importLayersMapNotesLayer,
|
|
11424
11558
|
importLayersMediaLayer,
|
|
11425
11559
|
importLayersOGCFeatureLayer,
|
|
11560
|
+
importLayersOgcWcsUtils,
|
|
11426
11561
|
importLayersOgcWfsUtils,
|
|
11427
11562
|
importLayersOpenStreetMapLayer,
|
|
11428
11563
|
importLayersOrientedImageryLayer,
|
|
@@ -11931,6 +12066,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
11931
12066
|
importViewsLayersCatalogLayerView,
|
|
11932
12067
|
importViewsLayersDimensionLayerView,
|
|
11933
12068
|
importViewsLayersFeatureLayerView,
|
|
12069
|
+
importViewsLayersGroupLayerView,
|
|
11934
12070
|
importViewsLayersImageryLayerView,
|
|
11935
12071
|
importViewsLayersLayerView,
|
|
11936
12072
|
importViewsLayersMediaLayerView,
|
|
@@ -12234,6 +12370,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12234
12370
|
newGeometryHeightModelInfo,
|
|
12235
12371
|
newGeometryMesh,
|
|
12236
12372
|
newGeometryMultipoint,
|
|
12373
|
+
newGeometryOperatorsSupportTransformation,
|
|
12237
12374
|
newGeometryPoint,
|
|
12238
12375
|
newGeometryPolygon,
|
|
12239
12376
|
newGeometryPolyline,
|
|
@@ -12691,6 +12828,7 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
12691
12828
|
newViewsLayersCatalogLayerView,
|
|
12692
12829
|
newViewsLayersDimensionLayerView,
|
|
12693
12830
|
newViewsLayersFeatureLayerView,
|
|
12831
|
+
newViewsLayersGroupLayerView,
|
|
12694
12832
|
newViewsLayersImageryLayerView,
|
|
12695
12833
|
newViewsLayersLayerView,
|
|
12696
12834
|
newViewsLayersMediaLayerView,
|