@arcgis/core-adapter 4.34.0-next.4 → 4.34.0-next.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +305 -8
- package/dist/index.d.cts +50 -5
- package/dist/index.d.ts +50 -5
- package/dist/index.js +305 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ async function loadUndocumentedModule(modulePath, deferredImport) {
|
|
|
6
6
|
if (isAMD) {
|
|
7
7
|
return await window.$arcgis.import(modulePath);
|
|
8
8
|
}
|
|
9
|
-
const module = deferredImport();
|
|
9
|
+
const module = await deferredImport();
|
|
10
10
|
return isDefaultModule(module) ? module.default : module;
|
|
11
11
|
}
|
|
12
12
|
async function importIdentityIdentityManager() {
|
|
@@ -203,6 +203,28 @@ async function newAnalysisViewshedAnalysis(properties) {
|
|
|
203
203
|
const ModConstructor = await importAnalysisViewshedAnalysis();
|
|
204
204
|
return new ModConstructor(properties);
|
|
205
205
|
}
|
|
206
|
+
async function importAnalysisVolumeMeasurementAnalysis() {
|
|
207
|
+
if (isAMD) {
|
|
208
|
+
return await window.$arcgis.import("esri/analysis/VolumeMeasurementAnalysis");
|
|
209
|
+
}
|
|
210
|
+
const module = await import("@arcgis/core/analysis/VolumeMeasurementAnalysis.js");
|
|
211
|
+
return isDefaultModule(module) ? module.default : module;
|
|
212
|
+
}
|
|
213
|
+
async function newAnalysisVolumeMeasurementAnalysis(properties) {
|
|
214
|
+
const ModConstructor = await importAnalysisVolumeMeasurementAnalysis();
|
|
215
|
+
return new ModConstructor(properties);
|
|
216
|
+
}
|
|
217
|
+
async function importAnalysisVolumeMeasurementCutFillOptions() {
|
|
218
|
+
if (isAMD) {
|
|
219
|
+
return await window.$arcgis.import("esri/analysis/VolumeMeasurement/CutFillOptions");
|
|
220
|
+
}
|
|
221
|
+
const module = await import("@arcgis/core/analysis/VolumeMeasurement/CutFillOptions.js");
|
|
222
|
+
return isDefaultModule(module) ? module.default : module;
|
|
223
|
+
}
|
|
224
|
+
async function newAnalysisVolumeMeasurementCutFillOptions(properties) {
|
|
225
|
+
const ModConstructor = await importAnalysisVolumeMeasurementCutFillOptions();
|
|
226
|
+
return new ModConstructor(properties);
|
|
227
|
+
}
|
|
206
228
|
async function importAnalysisSupportAnalysisOriginWebScene() {
|
|
207
229
|
if (isAMD) {
|
|
208
230
|
return await window.$arcgis.import("esri/analysis/support/AnalysisOriginWebScene");
|
|
@@ -269,6 +291,39 @@ async function newCoreWorkersConnection() {
|
|
|
269
291
|
const ModConstructor = await importCoreWorkersConnection();
|
|
270
292
|
return new ModConstructor();
|
|
271
293
|
}
|
|
294
|
+
async function importEffectsFocusAreas() {
|
|
295
|
+
if (isAMD) {
|
|
296
|
+
return await window.$arcgis.import("esri/effects/FocusAreas");
|
|
297
|
+
}
|
|
298
|
+
const module = await import("@arcgis/core/effects/FocusAreas.js");
|
|
299
|
+
return isDefaultModule(module) ? module.default : module;
|
|
300
|
+
}
|
|
301
|
+
async function newEffectsFocusAreas(properties) {
|
|
302
|
+
const ModConstructor = await importEffectsFocusAreas();
|
|
303
|
+
return new ModConstructor(properties);
|
|
304
|
+
}
|
|
305
|
+
async function importEffectsFocusArea() {
|
|
306
|
+
if (isAMD) {
|
|
307
|
+
return await window.$arcgis.import("esri/effects/FocusArea");
|
|
308
|
+
}
|
|
309
|
+
const module = await import("@arcgis/core/effects/FocusArea.js");
|
|
310
|
+
return isDefaultModule(module) ? module.default : module;
|
|
311
|
+
}
|
|
312
|
+
async function newEffectsFocusArea(properties) {
|
|
313
|
+
const ModConstructor = await importEffectsFocusArea();
|
|
314
|
+
return new ModConstructor(properties);
|
|
315
|
+
}
|
|
316
|
+
async function importEffectsFocusAreaOutline() {
|
|
317
|
+
if (isAMD) {
|
|
318
|
+
return await window.$arcgis.import("esri/effects/FocusAreaOutline");
|
|
319
|
+
}
|
|
320
|
+
const module = await import("@arcgis/core/effects/FocusAreaOutline.js");
|
|
321
|
+
return isDefaultModule(module) ? module.default : module;
|
|
322
|
+
}
|
|
323
|
+
async function newEffectsFocusAreaOutline(properties) {
|
|
324
|
+
const ModConstructor = await importEffectsFocusAreaOutline();
|
|
325
|
+
return new ModConstructor(properties);
|
|
326
|
+
}
|
|
272
327
|
async function importFormElementsAttachmentElement() {
|
|
273
328
|
if (isAMD) {
|
|
274
329
|
return await window.$arcgis.import("esri/form/elements/AttachmentElement");
|
|
@@ -1787,6 +1842,17 @@ async function newLayersSupportPixelBlock(properties) {
|
|
|
1787
1842
|
const ModConstructor = await importLayersSupportPixelBlock();
|
|
1788
1843
|
return new ModConstructor(properties);
|
|
1789
1844
|
}
|
|
1845
|
+
async function importLayersSupportPlaybackInfo() {
|
|
1846
|
+
if (isAMD) {
|
|
1847
|
+
return await window.$arcgis.import("esri/layers/support/PlaybackInfo");
|
|
1848
|
+
}
|
|
1849
|
+
const module = await import("@arcgis/core/layers/support/PlaybackInfo.js");
|
|
1850
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1851
|
+
}
|
|
1852
|
+
async function newLayersSupportPlaybackInfo(properties) {
|
|
1853
|
+
const ModConstructor = await importLayersSupportPlaybackInfo();
|
|
1854
|
+
return new ModConstructor(properties);
|
|
1855
|
+
}
|
|
1790
1856
|
async function importLayersSupportPublishingInfo() {
|
|
1791
1857
|
if (isAMD) {
|
|
1792
1858
|
return await window.$arcgis.import("esri/layers/support/PublishingInfo");
|
|
@@ -3338,6 +3404,28 @@ async function newRestKnowledgeGraphGraphAddNamedTypesResult(properties) {
|
|
|
3338
3404
|
const ModConstructor = await importRestKnowledgeGraphGraphAddNamedTypesResult();
|
|
3339
3405
|
return new ModConstructor(properties);
|
|
3340
3406
|
}
|
|
3407
|
+
async function importRestKnowledgeGraphGraphAddFieldIndexResult() {
|
|
3408
|
+
if (isAMD) {
|
|
3409
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphAddFieldIndexResult");
|
|
3410
|
+
}
|
|
3411
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphAddFieldIndexResult.js");
|
|
3412
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3413
|
+
}
|
|
3414
|
+
async function newRestKnowledgeGraphGraphAddFieldIndexResult(properties) {
|
|
3415
|
+
const ModConstructor = await importRestKnowledgeGraphGraphAddFieldIndexResult();
|
|
3416
|
+
return new ModConstructor(properties);
|
|
3417
|
+
}
|
|
3418
|
+
async function importRestKnowledgeGraphGraphAddPropertyResult() {
|
|
3419
|
+
if (isAMD) {
|
|
3420
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphAddPropertyResult");
|
|
3421
|
+
}
|
|
3422
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphAddPropertyResult.js");
|
|
3423
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3424
|
+
}
|
|
3425
|
+
async function newRestKnowledgeGraphGraphAddPropertyResult(properties) {
|
|
3426
|
+
const ModConstructor = await importRestKnowledgeGraphGraphAddPropertyResult();
|
|
3427
|
+
return new ModConstructor(properties);
|
|
3428
|
+
}
|
|
3341
3429
|
async function importRestKnowledgeGraphGraphApplyEdits() {
|
|
3342
3430
|
if (isAMD) {
|
|
3343
3431
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphApplyEdits");
|
|
@@ -3360,6 +3448,28 @@ async function newRestKnowledgeGraphGraphApplyEditsResult(properties) {
|
|
|
3360
3448
|
const ModConstructor = await importRestKnowledgeGraphGraphApplyEditsResult();
|
|
3361
3449
|
return new ModConstructor(properties);
|
|
3362
3450
|
}
|
|
3451
|
+
async function importRestKnowledgeGraphGraphDataModelOperationResult() {
|
|
3452
|
+
if (isAMD) {
|
|
3453
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDataModelOperationResult");
|
|
3454
|
+
}
|
|
3455
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphDataModelOperationResult.js");
|
|
3456
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3457
|
+
}
|
|
3458
|
+
async function newRestKnowledgeGraphGraphDataModelOperationResult(properties) {
|
|
3459
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDataModelOperationResult();
|
|
3460
|
+
return new ModConstructor(properties);
|
|
3461
|
+
}
|
|
3462
|
+
async function importRestKnowledgeGraphGraphDeleteFieldIndexResult() {
|
|
3463
|
+
if (isAMD) {
|
|
3464
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeleteFieldIndexResult");
|
|
3465
|
+
}
|
|
3466
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphDeleteFieldIndexResult.js");
|
|
3467
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3468
|
+
}
|
|
3469
|
+
async function newRestKnowledgeGraphGraphDeleteFieldIndexResult(properties) {
|
|
3470
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDeleteFieldIndexResult();
|
|
3471
|
+
return new ModConstructor(properties);
|
|
3472
|
+
}
|
|
3363
3473
|
async function importRestKnowledgeGraphGraphDeleteNamedTypeResult() {
|
|
3364
3474
|
if (isAMD) {
|
|
3365
3475
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeleteNamedTypeResult");
|
|
@@ -3371,6 +3481,17 @@ async function newRestKnowledgeGraphGraphDeleteNamedTypeResult(properties) {
|
|
|
3371
3481
|
const ModConstructor = await importRestKnowledgeGraphGraphDeleteNamedTypeResult();
|
|
3372
3482
|
return new ModConstructor(properties);
|
|
3373
3483
|
}
|
|
3484
|
+
async function importRestKnowledgeGraphGraphDeletePropertyResult() {
|
|
3485
|
+
if (isAMD) {
|
|
3486
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeletePropertyResult");
|
|
3487
|
+
}
|
|
3488
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphDeletePropertyResult.js");
|
|
3489
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3490
|
+
}
|
|
3491
|
+
async function newRestKnowledgeGraphGraphDeletePropertyResult(properties) {
|
|
3492
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDeletePropertyResult();
|
|
3493
|
+
return new ModConstructor(properties);
|
|
3494
|
+
}
|
|
3374
3495
|
async function importRestKnowledgeGraphGraphNamedObject() {
|
|
3375
3496
|
if (isAMD) {
|
|
3376
3497
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphNamedObject");
|
|
@@ -3492,6 +3613,39 @@ async function newRestKnowledgeGraphGraphSearchStreaming(properties) {
|
|
|
3492
3613
|
const ModConstructor = await importRestKnowledgeGraphGraphSearchStreaming();
|
|
3493
3614
|
return new ModConstructor(properties);
|
|
3494
3615
|
}
|
|
3616
|
+
async function importRestKnowledgeGraphGraphUpdateNamedTypesResult() {
|
|
3617
|
+
if (isAMD) {
|
|
3618
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphUpdateNamedTypesResult");
|
|
3619
|
+
}
|
|
3620
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphUpdateNamedTypesResult.js");
|
|
3621
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3622
|
+
}
|
|
3623
|
+
async function newRestKnowledgeGraphGraphUpdateNamedTypesResult(properties) {
|
|
3624
|
+
const ModConstructor = await importRestKnowledgeGraphGraphUpdateNamedTypesResult();
|
|
3625
|
+
return new ModConstructor(properties);
|
|
3626
|
+
}
|
|
3627
|
+
async function importRestKnowledgeGraphGraphUpdatePropertyResult() {
|
|
3628
|
+
if (isAMD) {
|
|
3629
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphUpdatePropertyResult");
|
|
3630
|
+
}
|
|
3631
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphUpdatePropertyResult.js");
|
|
3632
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3633
|
+
}
|
|
3634
|
+
async function newRestKnowledgeGraphGraphUpdatePropertyResult(properties) {
|
|
3635
|
+
const ModConstructor = await importRestKnowledgeGraphGraphUpdatePropertyResult();
|
|
3636
|
+
return new ModConstructor(properties);
|
|
3637
|
+
}
|
|
3638
|
+
async function importRestKnowledgeGraphGraphUpdateSearchIndexResult() {
|
|
3639
|
+
if (isAMD) {
|
|
3640
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphUpdateSearchIndexResult");
|
|
3641
|
+
}
|
|
3642
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphUpdateSearchIndexResult.js");
|
|
3643
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3644
|
+
}
|
|
3645
|
+
async function newRestKnowledgeGraphGraphUpdateSearchIndexResult(properties) {
|
|
3646
|
+
const ModConstructor = await importRestKnowledgeGraphGraphUpdateSearchIndexResult();
|
|
3647
|
+
return new ModConstructor(properties);
|
|
3648
|
+
}
|
|
3495
3649
|
async function importRestKnowledgeGraphInputQuantizationParameters() {
|
|
3496
3650
|
if (isAMD) {
|
|
3497
3651
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/InputQuantizationParameters");
|
|
@@ -5395,6 +5549,28 @@ async function newSymbolsSimpleMarkerSymbol(properties) {
|
|
|
5395
5549
|
const ModConstructor = await importSymbolsSimpleMarkerSymbol();
|
|
5396
5550
|
return new ModConstructor(properties);
|
|
5397
5551
|
}
|
|
5552
|
+
async function importSymbolsSupportElevationInfo() {
|
|
5553
|
+
if (isAMD) {
|
|
5554
|
+
return await window.$arcgis.import("esri/symbols/support/ElevationInfo");
|
|
5555
|
+
}
|
|
5556
|
+
const module = await import("@arcgis/core/symbols/support/ElevationInfo.js");
|
|
5557
|
+
return isDefaultModule(module) ? module.default : module;
|
|
5558
|
+
}
|
|
5559
|
+
async function newSymbolsSupportElevationInfo(properties) {
|
|
5560
|
+
const ModConstructor = await importSymbolsSupportElevationInfo();
|
|
5561
|
+
return new ModConstructor(properties);
|
|
5562
|
+
}
|
|
5563
|
+
async function importSymbolsSupportFeatureExpressionInfo() {
|
|
5564
|
+
if (isAMD) {
|
|
5565
|
+
return await window.$arcgis.import("esri/symbols/support/FeatureExpressionInfo");
|
|
5566
|
+
}
|
|
5567
|
+
const module = await import("@arcgis/core/symbols/support/FeatureExpressionInfo.js");
|
|
5568
|
+
return isDefaultModule(module) ? module.default : module;
|
|
5569
|
+
}
|
|
5570
|
+
async function newSymbolsSupportFeatureExpressionInfo(properties) {
|
|
5571
|
+
const ModConstructor = await importSymbolsSupportFeatureExpressionInfo();
|
|
5572
|
+
return new ModConstructor(properties);
|
|
5573
|
+
}
|
|
5398
5574
|
async function importSymbolsSupportStyleOrigin() {
|
|
5399
5575
|
if (isAMD) {
|
|
5400
5576
|
return await window.$arcgis.import("esri/symbols/support/StyleOrigin");
|
|
@@ -5747,6 +5923,17 @@ async function newViews3dAnalysisViewshedAnalysisView3D(properties) {
|
|
|
5747
5923
|
const ModConstructor = await importViews3dAnalysisViewshedAnalysisView3D();
|
|
5748
5924
|
return new ModConstructor(properties);
|
|
5749
5925
|
}
|
|
5926
|
+
async function importViews3dAnalysisVolumeMeasurementAnalysisView3D() {
|
|
5927
|
+
if (isAMD) {
|
|
5928
|
+
return await window.$arcgis.import("esri/views/3d/analysis/VolumeMeasurementAnalysisView3D");
|
|
5929
|
+
}
|
|
5930
|
+
const module = await import("@arcgis/core/views/3d/analysis/VolumeMeasurementAnalysisView3D.js");
|
|
5931
|
+
return isDefaultModule(module) ? module.default : module;
|
|
5932
|
+
}
|
|
5933
|
+
async function newViews3dAnalysisVolumeMeasurementAnalysisView3D(properties) {
|
|
5934
|
+
const ModConstructor = await importViews3dAnalysisVolumeMeasurementAnalysisView3D();
|
|
5935
|
+
return new ModConstructor(properties);
|
|
5936
|
+
}
|
|
5750
5937
|
async function importViews3dEnvironmentCloudyWeather() {
|
|
5751
5938
|
if (isAMD) {
|
|
5752
5939
|
return await window.$arcgis.import("esri/views/3d/environment/CloudyWeather");
|
|
@@ -7122,6 +7309,50 @@ async function newWidgetsBatchAttributeForm(properties) {
|
|
|
7122
7309
|
const ModConstructor = await importWidgetsBatchAttributeForm();
|
|
7123
7310
|
return new ModConstructor(properties);
|
|
7124
7311
|
}
|
|
7312
|
+
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
7313
|
+
if (isAMD) {
|
|
7314
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
7315
|
+
}
|
|
7316
|
+
const module = await import("@arcgis/core/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js");
|
|
7317
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7318
|
+
}
|
|
7319
|
+
async function newWidgetsBatchAttributeFormBatchAttributeFormViewModel(properties) {
|
|
7320
|
+
const ModConstructor = await importWidgetsBatchAttributeFormBatchAttributeFormViewModel();
|
|
7321
|
+
return new ModConstructor(properties);
|
|
7322
|
+
}
|
|
7323
|
+
async function importWidgetsBatchAttributeFormInputsBatchFormInputs() {
|
|
7324
|
+
if (isAMD) {
|
|
7325
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/inputs/BatchFormInputs");
|
|
7326
|
+
}
|
|
7327
|
+
const module = await import("@arcgis/core/widgets/BatchAttributeForm/inputs/BatchFormInputs.js");
|
|
7328
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7329
|
+
}
|
|
7330
|
+
async function newWidgetsBatchAttributeFormInputsBatchFormInputs(properties) {
|
|
7331
|
+
const ModConstructor = await importWidgetsBatchAttributeFormInputsBatchFormInputs();
|
|
7332
|
+
return new ModConstructor(properties);
|
|
7333
|
+
}
|
|
7334
|
+
async function importWidgetsBatchAttributeFormInputsFieldInput() {
|
|
7335
|
+
if (isAMD) {
|
|
7336
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/inputs/FieldInput");
|
|
7337
|
+
}
|
|
7338
|
+
const module = await import("@arcgis/core/widgets/BatchAttributeForm/inputs/FieldInput.js");
|
|
7339
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7340
|
+
}
|
|
7341
|
+
async function newWidgetsBatchAttributeFormInputsFieldInput(properties) {
|
|
7342
|
+
const ModConstructor = await importWidgetsBatchAttributeFormInputsFieldInput();
|
|
7343
|
+
return new ModConstructor(properties);
|
|
7344
|
+
}
|
|
7345
|
+
async function importWidgetsBatchAttributeFormInputsGroupInput() {
|
|
7346
|
+
if (isAMD) {
|
|
7347
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/inputs/GroupInput");
|
|
7348
|
+
}
|
|
7349
|
+
const module = await import("@arcgis/core/widgets/BatchAttributeForm/inputs/GroupInput.js");
|
|
7350
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7351
|
+
}
|
|
7352
|
+
async function newWidgetsBatchAttributeFormInputsGroupInput(properties) {
|
|
7353
|
+
const ModConstructor = await importWidgetsBatchAttributeFormInputsGroupInput();
|
|
7354
|
+
return new ModConstructor(properties);
|
|
7355
|
+
}
|
|
7125
7356
|
async function importWidgetsBookmarks() {
|
|
7126
7357
|
if (isAMD) {
|
|
7127
7358
|
return await window.$arcgis.import("esri/widgets/Bookmarks");
|
|
@@ -10506,13 +10737,6 @@ async function importViewsSupportColorUtils() {
|
|
|
10506
10737
|
const module = await import("@arcgis/core/views/support/colorUtils.js");
|
|
10507
10738
|
return isDefaultModule(module) ? module.default : module;
|
|
10508
10739
|
}
|
|
10509
|
-
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
10510
|
-
if (isAMD) {
|
|
10511
|
-
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
10512
|
-
}
|
|
10513
|
-
const module = await import("@arcgis/core/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js");
|
|
10514
|
-
return isDefaultModule(module) ? module.default : module;
|
|
10515
|
-
}
|
|
10516
10740
|
async function importWidgetsSmartMappingSupportUtils() {
|
|
10517
10741
|
if (isAMD) {
|
|
10518
10742
|
return await window.$arcgis.import("esri/widgets/smartMapping/support/utils");
|
|
@@ -10534,6 +10758,13 @@ async function importApplicationsComponentsAnalysisUtils() {
|
|
|
10534
10758
|
const module = await import("@arcgis/core/applications/Components/analysisUtils.js");
|
|
10535
10759
|
return isDefaultModule(module) ? module.default : module;
|
|
10536
10760
|
}
|
|
10761
|
+
async function importApplicationsComponentsArcadeFeatureUtils() {
|
|
10762
|
+
if (isAMD) {
|
|
10763
|
+
return await window.$arcgis.import("esri/applications/Components/arcadeFeatureUtils");
|
|
10764
|
+
}
|
|
10765
|
+
const module = await import("@arcgis/core/applications/Components/arcadeFeatureUtils.js");
|
|
10766
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10767
|
+
}
|
|
10537
10768
|
async function importApplicationsComponentsBasemapUtils() {
|
|
10538
10769
|
if (isAMD) {
|
|
10539
10770
|
return await window.$arcgis.import("esri/applications/Components/basemapUtils");
|
|
@@ -10569,6 +10800,13 @@ async function importApplicationsComponentsGfxUtils() {
|
|
|
10569
10800
|
const module = await import("@arcgis/core/applications/Components/gfxUtils.js");
|
|
10570
10801
|
return isDefaultModule(module) ? module.default : module;
|
|
10571
10802
|
}
|
|
10803
|
+
async function importApplicationsComponentsImageryUtils() {
|
|
10804
|
+
if (isAMD) {
|
|
10805
|
+
return await window.$arcgis.import("esri/applications/Components/imageryUtils");
|
|
10806
|
+
}
|
|
10807
|
+
const module = await import("@arcgis/core/applications/Components/imageryUtils.js");
|
|
10808
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10809
|
+
}
|
|
10572
10810
|
async function importApplicationsComponentsLayerOriginUtils() {
|
|
10573
10811
|
if (isAMD) {
|
|
10574
10812
|
return await window.$arcgis.import("esri/applications/Components/layerOriginUtils");
|
|
@@ -10597,6 +10835,13 @@ async function importApplicationsComponentsReactiveUtils() {
|
|
|
10597
10835
|
const module = await import("@arcgis/core/applications/Components/reactiveUtils.js");
|
|
10598
10836
|
return isDefaultModule(module) ? module.default : module;
|
|
10599
10837
|
}
|
|
10838
|
+
async function importApplicationsComponentsSanitizerUtils() {
|
|
10839
|
+
if (isAMD) {
|
|
10840
|
+
return await window.$arcgis.import("esri/applications/Components/sanitizerUtils");
|
|
10841
|
+
}
|
|
10842
|
+
const module = await import("@arcgis/core/applications/Components/sanitizerUtils.js");
|
|
10843
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10844
|
+
}
|
|
10600
10845
|
async function importApplicationsComponentsSelectionOperation() {
|
|
10601
10846
|
if (isAMD) {
|
|
10602
10847
|
return await window.$arcgis.import("esri/applications/Components/SelectionOperation");
|
|
@@ -10611,6 +10856,13 @@ async function importApplicationsComponentsSketchTooltipControls() {
|
|
|
10611
10856
|
const module = await import("@arcgis/core/applications/Components/SketchTooltipControls.js");
|
|
10612
10857
|
return isDefaultModule(module) ? module.default : module;
|
|
10613
10858
|
}
|
|
10859
|
+
async function importApplicationsComponentsStringUtils() {
|
|
10860
|
+
if (isAMD) {
|
|
10861
|
+
return await window.$arcgis.import("esri/applications/Components/stringUtils");
|
|
10862
|
+
}
|
|
10863
|
+
const module = await import("@arcgis/core/applications/Components/stringUtils.js");
|
|
10864
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10865
|
+
}
|
|
10614
10866
|
async function importApplicationsComponentsStyleUtils() {
|
|
10615
10867
|
if (isAMD) {
|
|
10616
10868
|
return await window.$arcgis.import("esri/applications/Components/styleUtils");
|
|
@@ -10682,18 +10934,24 @@ export {
|
|
|
10682
10934
|
importAnalysisSupportAnalysisOriginWebScene,
|
|
10683
10935
|
importAnalysisViewshed,
|
|
10684
10936
|
importAnalysisViewshedAnalysis,
|
|
10937
|
+
importAnalysisVolumeMeasurementAnalysis,
|
|
10938
|
+
importAnalysisVolumeMeasurementCutFillOptions,
|
|
10685
10939
|
importApplicationsComponentsAnalysisUtils,
|
|
10940
|
+
importApplicationsComponentsArcadeFeatureUtils,
|
|
10686
10941
|
importApplicationsComponentsBasemapUtils,
|
|
10687
10942
|
importApplicationsComponentsDrawUtils,
|
|
10688
10943
|
importApplicationsComponentsFontUtils,
|
|
10689
10944
|
importApplicationsComponentsGetDefaultUnits,
|
|
10690
10945
|
importApplicationsComponentsGfxUtils,
|
|
10946
|
+
importApplicationsComponentsImageryUtils,
|
|
10691
10947
|
importApplicationsComponentsLayerOriginUtils,
|
|
10692
10948
|
importApplicationsComponentsLayersEffectsJsonUtils,
|
|
10693
10949
|
importApplicationsComponentsPreviewSymbol2D,
|
|
10694
10950
|
importApplicationsComponentsReactiveUtils,
|
|
10951
|
+
importApplicationsComponentsSanitizerUtils,
|
|
10695
10952
|
importApplicationsComponentsSelectionOperation,
|
|
10696
10953
|
importApplicationsComponentsSketchTooltipControls,
|
|
10954
|
+
importApplicationsComponentsStringUtils,
|
|
10697
10955
|
importApplicationsComponentsStyleUtils,
|
|
10698
10956
|
importApplicationsComponentsSvgUtils,
|
|
10699
10957
|
importApplicationsComponentsViewUtils,
|
|
@@ -10725,6 +10983,9 @@ export {
|
|
|
10725
10983
|
importCoreWorkersConnection,
|
|
10726
10984
|
importEditingSharedTemplatesSharedTemplate,
|
|
10727
10985
|
importEditingSharedTemplatesSharedTemplateMetadata,
|
|
10986
|
+
importEffectsFocusArea,
|
|
10987
|
+
importEffectsFocusAreaOutline,
|
|
10988
|
+
importEffectsFocusAreas,
|
|
10728
10989
|
importFormElements,
|
|
10729
10990
|
importFormElementsAttachmentElement,
|
|
10730
10991
|
importFormElementsElement,
|
|
@@ -10938,6 +11199,7 @@ export {
|
|
|
10938
11199
|
importLayersSupportParquetEncodingWkb,
|
|
10939
11200
|
importLayersSupportParquetUtils,
|
|
10940
11201
|
importLayersSupportPixelBlock,
|
|
11202
|
+
importLayersSupportPlaybackInfo,
|
|
10941
11203
|
importLayersSupportPublishingInfo,
|
|
10942
11204
|
importLayersSupportRangeDomain,
|
|
10943
11205
|
importLayersSupportRasterBandInfo,
|
|
@@ -11098,10 +11360,15 @@ export {
|
|
|
11098
11360
|
importRestKnowledgeGraphEntity,
|
|
11099
11361
|
importRestKnowledgeGraphEntityType,
|
|
11100
11362
|
importRestKnowledgeGraphFieldIndex,
|
|
11363
|
+
importRestKnowledgeGraphGraphAddFieldIndexResult,
|
|
11101
11364
|
importRestKnowledgeGraphGraphAddNamedTypesResult,
|
|
11365
|
+
importRestKnowledgeGraphGraphAddPropertyResult,
|
|
11102
11366
|
importRestKnowledgeGraphGraphApplyEdits,
|
|
11103
11367
|
importRestKnowledgeGraphGraphApplyEditsResult,
|
|
11368
|
+
importRestKnowledgeGraphGraphDataModelOperationResult,
|
|
11369
|
+
importRestKnowledgeGraphGraphDeleteFieldIndexResult,
|
|
11104
11370
|
importRestKnowledgeGraphGraphDeleteNamedTypeResult,
|
|
11371
|
+
importRestKnowledgeGraphGraphDeletePropertyResult,
|
|
11105
11372
|
importRestKnowledgeGraphGraphNamedObject,
|
|
11106
11373
|
importRestKnowledgeGraphGraphObject,
|
|
11107
11374
|
importRestKnowledgeGraphGraphObjectType,
|
|
@@ -11113,6 +11380,9 @@ export {
|
|
|
11113
11380
|
importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
11114
11381
|
importRestKnowledgeGraphGraphSearch,
|
|
11115
11382
|
importRestKnowledgeGraphGraphSearchStreaming,
|
|
11383
|
+
importRestKnowledgeGraphGraphUpdateNamedTypesResult,
|
|
11384
|
+
importRestKnowledgeGraphGraphUpdatePropertyResult,
|
|
11385
|
+
importRestKnowledgeGraphGraphUpdateSearchIndexResult,
|
|
11116
11386
|
importRestKnowledgeGraphInputQuantizationParameters,
|
|
11117
11387
|
importRestKnowledgeGraphKnowledgeGraph,
|
|
11118
11388
|
importRestKnowledgeGraphOutputQuantizationParameters,
|
|
@@ -11354,6 +11624,8 @@ export {
|
|
|
11354
11624
|
importSymbolsSimpleMarkerSymbol,
|
|
11355
11625
|
importSymbolsSupportCimConversionUtils,
|
|
11356
11626
|
importSymbolsSupportCimSymbolUtils,
|
|
11627
|
+
importSymbolsSupportElevationInfo,
|
|
11628
|
+
importSymbolsSupportFeatureExpressionInfo,
|
|
11357
11629
|
importSymbolsSupportJsonUtils,
|
|
11358
11630
|
importSymbolsSupportStyleOrigin,
|
|
11359
11631
|
importSymbolsSupportSymbol3DVerticalOffset,
|
|
@@ -11391,6 +11663,7 @@ export {
|
|
|
11391
11663
|
importViews3dAnalysisLineOfSightAnalysisView3D,
|
|
11392
11664
|
importViews3dAnalysisSliceAnalysisView3D,
|
|
11393
11665
|
importViews3dAnalysisViewshedAnalysisView3D,
|
|
11666
|
+
importViews3dAnalysisVolumeMeasurementAnalysisView3D,
|
|
11394
11667
|
importViews3dEnvironmentCloudyWeather,
|
|
11395
11668
|
importViews3dEnvironmentFoggyWeather,
|
|
11396
11669
|
importViews3dEnvironmentRainyWeather,
|
|
@@ -11524,6 +11797,9 @@ export {
|
|
|
11524
11797
|
importWidgetsBasemapToggleBasemapToggleViewModel,
|
|
11525
11798
|
importWidgetsBatchAttributeForm,
|
|
11526
11799
|
importWidgetsBatchAttributeFormBatchAttributeFormViewModel,
|
|
11800
|
+
importWidgetsBatchAttributeFormInputsBatchFormInputs,
|
|
11801
|
+
importWidgetsBatchAttributeFormInputsFieldInput,
|
|
11802
|
+
importWidgetsBatchAttributeFormInputsGroupInput,
|
|
11527
11803
|
importWidgetsBookmarks,
|
|
11528
11804
|
importWidgetsBookmarksBookmarksViewModel,
|
|
11529
11805
|
importWidgetsBuildingExplorer,
|
|
@@ -11729,6 +12005,8 @@ export {
|
|
|
11729
12005
|
newAnalysisSupportAnalysisOriginWebScene,
|
|
11730
12006
|
newAnalysisViewshed,
|
|
11731
12007
|
newAnalysisViewshedAnalysis,
|
|
12008
|
+
newAnalysisVolumeMeasurementAnalysis,
|
|
12009
|
+
newAnalysisVolumeMeasurementCutFillOptions,
|
|
11732
12010
|
newAttributeBinsGraphic,
|
|
11733
12011
|
newBasemap,
|
|
11734
12012
|
newCamera,
|
|
@@ -11739,6 +12017,9 @@ export {
|
|
|
11739
12017
|
newCoreError,
|
|
11740
12018
|
newCoreHandles,
|
|
11741
12019
|
newCoreWorkersConnection,
|
|
12020
|
+
newEffectsFocusArea,
|
|
12021
|
+
newEffectsFocusAreaOutline,
|
|
12022
|
+
newEffectsFocusAreas,
|
|
11742
12023
|
newFormElementsAttachmentElement,
|
|
11743
12024
|
newFormElementsElement,
|
|
11744
12025
|
newFormElementsFieldElement,
|
|
@@ -11876,6 +12157,7 @@ export {
|
|
|
11876
12157
|
newLayersSupportParquetEncodingLocation,
|
|
11877
12158
|
newLayersSupportParquetEncodingWkb,
|
|
11878
12159
|
newLayersSupportPixelBlock,
|
|
12160
|
+
newLayersSupportPlaybackInfo,
|
|
11879
12161
|
newLayersSupportPublishingInfo,
|
|
11880
12162
|
newLayersSupportRangeDomain,
|
|
11881
12163
|
newLayersSupportRasterBandInfo,
|
|
@@ -12016,10 +12298,15 @@ export {
|
|
|
12016
12298
|
newRestKnowledgeGraphEntity,
|
|
12017
12299
|
newRestKnowledgeGraphEntityType,
|
|
12018
12300
|
newRestKnowledgeGraphFieldIndex,
|
|
12301
|
+
newRestKnowledgeGraphGraphAddFieldIndexResult,
|
|
12019
12302
|
newRestKnowledgeGraphGraphAddNamedTypesResult,
|
|
12303
|
+
newRestKnowledgeGraphGraphAddPropertyResult,
|
|
12020
12304
|
newRestKnowledgeGraphGraphApplyEdits,
|
|
12021
12305
|
newRestKnowledgeGraphGraphApplyEditsResult,
|
|
12306
|
+
newRestKnowledgeGraphGraphDataModelOperationResult,
|
|
12307
|
+
newRestKnowledgeGraphGraphDeleteFieldIndexResult,
|
|
12022
12308
|
newRestKnowledgeGraphGraphDeleteNamedTypeResult,
|
|
12309
|
+
newRestKnowledgeGraphGraphDeletePropertyResult,
|
|
12023
12310
|
newRestKnowledgeGraphGraphNamedObject,
|
|
12024
12311
|
newRestKnowledgeGraphGraphObject,
|
|
12025
12312
|
newRestKnowledgeGraphGraphObjectType,
|
|
@@ -12031,6 +12318,9 @@ export {
|
|
|
12031
12318
|
newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
12032
12319
|
newRestKnowledgeGraphGraphSearch,
|
|
12033
12320
|
newRestKnowledgeGraphGraphSearchStreaming,
|
|
12321
|
+
newRestKnowledgeGraphGraphUpdateNamedTypesResult,
|
|
12322
|
+
newRestKnowledgeGraphGraphUpdatePropertyResult,
|
|
12323
|
+
newRestKnowledgeGraphGraphUpdateSearchIndexResult,
|
|
12034
12324
|
newRestKnowledgeGraphInputQuantizationParameters,
|
|
12035
12325
|
newRestKnowledgeGraphKnowledgeGraph,
|
|
12036
12326
|
newRestKnowledgeGraphOutputQuantizationParameters,
|
|
@@ -12204,6 +12494,8 @@ export {
|
|
|
12204
12494
|
newSymbolsSimpleFillSymbol,
|
|
12205
12495
|
newSymbolsSimpleLineSymbol,
|
|
12206
12496
|
newSymbolsSimpleMarkerSymbol,
|
|
12497
|
+
newSymbolsSupportElevationInfo,
|
|
12498
|
+
newSymbolsSupportFeatureExpressionInfo,
|
|
12207
12499
|
newSymbolsSupportStyleOrigin,
|
|
12208
12500
|
newSymbolsSupportSymbol3DVerticalOffset,
|
|
12209
12501
|
newSymbolsSymbol,
|
|
@@ -12236,6 +12528,7 @@ export {
|
|
|
12236
12528
|
newViews3dAnalysisLineOfSightAnalysisView3D,
|
|
12237
12529
|
newViews3dAnalysisSliceAnalysisView3D,
|
|
12238
12530
|
newViews3dAnalysisViewshedAnalysisView3D,
|
|
12531
|
+
newViews3dAnalysisVolumeMeasurementAnalysisView3D,
|
|
12239
12532
|
newViews3dEnvironmentCloudyWeather,
|
|
12240
12533
|
newViews3dEnvironmentFoggyWeather,
|
|
12241
12534
|
newViews3dEnvironmentRainyWeather,
|
|
@@ -12361,6 +12654,10 @@ export {
|
|
|
12361
12654
|
newWidgetsBasemapToggle,
|
|
12362
12655
|
newWidgetsBasemapToggleBasemapToggleViewModel,
|
|
12363
12656
|
newWidgetsBatchAttributeForm,
|
|
12657
|
+
newWidgetsBatchAttributeFormBatchAttributeFormViewModel,
|
|
12658
|
+
newWidgetsBatchAttributeFormInputsBatchFormInputs,
|
|
12659
|
+
newWidgetsBatchAttributeFormInputsFieldInput,
|
|
12660
|
+
newWidgetsBatchAttributeFormInputsGroupInput,
|
|
12364
12661
|
newWidgetsBookmarks,
|
|
12365
12662
|
newWidgetsBookmarksBookmarksViewModel,
|
|
12366
12663
|
newWidgetsBuildingExplorer,
|