@arcgis/core-adapter 4.32.0-next.44 → 4.32.0-next.46
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 +8 -8
- package/dist/index.cjs +144 -24
- package/dist/index.d.cts +24 -8
- package/dist/index.d.ts +24 -8
- package/dist/index.js +124 -20
- package/package.json +1 -1
- package/scripts/generator.ts +18 -2
- package/src/index.ts +124 -20
- package/support/api-reference-esm-imports.json +11 -4
- package/support/arcgis.d.ts +1702 -642
- package/support/publicModules.ts +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
CLI Building entry: src/index.ts
|
|
2
2
|
CLI Using tsconfig: tsconfig.json
|
|
3
3
|
CLI tsup v8.3.5
|
|
4
|
-
CLI Using tsup config: /data/
|
|
4
|
+
CLI Using tsup config: /data/awc/runner1/_work/arcgis-web-components/arcgis-web-components/packages/support-packages/core-adapter/tsup.config.ts
|
|
5
5
|
CLI Target: es2020
|
|
6
6
|
CLI Cleaning output folder
|
|
7
7
|
ESM Build start
|
|
8
8
|
CJS Build start
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
9
|
+
CJS dist/index.cjs 627.21 KB
|
|
10
|
+
CJS ⚡️ Build success in 2116ms
|
|
11
|
+
ESM dist/index.js 485.29 KB
|
|
12
|
+
ESM ⚡️ Build success in 2168ms
|
|
13
13
|
DTS Build start
|
|
14
|
-
DTS ⚡️ Build success in
|
|
15
|
-
DTS dist/index.d.ts
|
|
16
|
-
DTS dist/index.d.cts
|
|
14
|
+
DTS ⚡️ Build success in 22268ms
|
|
15
|
+
DTS dist/index.d.ts 254.52 KB
|
|
16
|
+
DTS dist/index.d.cts 254.52 KB
|
package/dist/index.cjs
CHANGED
|
@@ -42,6 +42,7 @@ __export(src_exports, {
|
|
|
42
42
|
importAnalysisSlicePlane: () => importAnalysisSlicePlane,
|
|
43
43
|
importAnalysisViewshed: () => importAnalysisViewshed,
|
|
44
44
|
importAnalysisViewshedAnalysis: () => importAnalysisViewshedAnalysis,
|
|
45
|
+
importApplicationsComponentsArcadeUtils: () => importApplicationsComponentsArcadeUtils,
|
|
45
46
|
importApplicationsComponentsBasemapUtils: () => importApplicationsComponentsBasemapUtils,
|
|
46
47
|
importApplicationsComponentsCollectionFlattener: () => importApplicationsComponentsCollectionFlattener,
|
|
47
48
|
importApplicationsComponentsDrawUtils: () => importApplicationsComponentsDrawUtils,
|
|
@@ -81,16 +82,17 @@ __export(src_exports, {
|
|
|
81
82
|
importCoreUrlUtils: () => importCoreUrlUtils,
|
|
82
83
|
importCoreWorkers: () => importCoreWorkers,
|
|
83
84
|
importCoreWorkersConnection: () => importCoreWorkersConnection,
|
|
85
|
+
importFormElements: () => importFormElements,
|
|
84
86
|
importFormElementsAttachmentElement: () => importFormElementsAttachmentElement,
|
|
85
87
|
importFormElementsElement: () => importFormElementsElement,
|
|
86
88
|
importFormElementsFieldElement: () => importFormElementsFieldElement,
|
|
87
89
|
importFormElementsGroupElement: () => importFormElementsGroupElement,
|
|
90
|
+
importFormElementsInputs: () => importFormElementsInputs,
|
|
88
91
|
importFormElementsInputsAttachmentsAttachmentInput: () => importFormElementsInputsAttachmentsAttachmentInput,
|
|
89
92
|
importFormElementsInputsAttachmentsAudioInput: () => importFormElementsInputsAttachmentsAudioInput,
|
|
90
93
|
importFormElementsInputsAttachmentsDocumentInput: () => importFormElementsInputsAttachmentsDocumentInput,
|
|
91
94
|
importFormElementsInputsAttachmentsImageInput: () => importFormElementsInputsAttachmentsImageInput,
|
|
92
95
|
importFormElementsInputsAttachmentsSignatureInput: () => importFormElementsInputsAttachmentsSignatureInput,
|
|
93
|
-
importFormElementsInputsAttachmentsSupportInputs: () => importFormElementsInputsAttachmentsSupportInputs,
|
|
94
96
|
importFormElementsInputsAttachmentsVideoInput: () => importFormElementsInputsAttachmentsVideoInput,
|
|
95
97
|
importFormElementsInputsBarcodeScannerInput: () => importFormElementsInputsBarcodeScannerInput,
|
|
96
98
|
importFormElementsInputsComboBoxInput: () => importFormElementsInputsComboBoxInput,
|
|
@@ -103,11 +105,9 @@ __export(src_exports, {
|
|
|
103
105
|
importFormElementsInputsTextBoxInput: () => importFormElementsInputsTextBoxInput,
|
|
104
106
|
importFormElementsInputsTimePickerInput: () => importFormElementsInputsTimePickerInput,
|
|
105
107
|
importFormElementsRelationshipElement: () => importFormElementsRelationshipElement,
|
|
106
|
-
importFormElementsSupportInputs: () => importFormElementsSupportInputs,
|
|
107
108
|
importFormElementsTextElement: () => importFormElementsTextElement,
|
|
108
109
|
importFormExpressionInfo: () => importFormExpressionInfo,
|
|
109
110
|
importFormFormTemplate: () => importFormFormTemplate,
|
|
110
|
-
importFormSupportElements: () => importFormSupportElements,
|
|
111
111
|
importGeometry: () => importGeometry,
|
|
112
112
|
importGeometryCircle: () => importGeometryCircle,
|
|
113
113
|
importGeometryCoordinateFormatter: () => importGeometryCoordinateFormatter,
|
|
@@ -491,6 +491,10 @@ __export(src_exports, {
|
|
|
491
491
|
importRestSupportArealUnit: () => importRestSupportArealUnit,
|
|
492
492
|
importRestSupportAreasAndLengthsParameters: () => importRestSupportAreasAndLengthsParameters,
|
|
493
493
|
importRestSupportAttachmentQuery: () => importRestSupportAttachmentQuery,
|
|
494
|
+
importRestSupportAttributeBinsQuery: () => importRestSupportAttributeBinsQuery,
|
|
495
|
+
importRestSupportAutoIntervalBinParameters: () => importRestSupportAutoIntervalBinParameters,
|
|
496
|
+
importRestSupportBaseImageMeasureParameters: () => importRestSupportBaseImageMeasureParameters,
|
|
497
|
+
importRestSupportBaseImageMeasureResult: () => importRestSupportBaseImageMeasureResult,
|
|
494
498
|
importRestSupportBufferParameters: () => importRestSupportBufferParameters,
|
|
495
499
|
importRestSupportCameraInfo: () => importRestSupportCameraInfo,
|
|
496
500
|
importRestSupportClosestFacilityParameters: () => importRestSupportClosestFacilityParameters,
|
|
@@ -498,6 +502,8 @@ __export(src_exports, {
|
|
|
498
502
|
importRestSupportColorRamp: () => importRestSupportColorRamp,
|
|
499
503
|
importRestSupportDataFile: () => importRestSupportDataFile,
|
|
500
504
|
importRestSupportDataLayer: () => importRestSupportDataLayer,
|
|
505
|
+
importRestSupportDateBinParameters: () => importRestSupportDateBinParameters,
|
|
506
|
+
importRestSupportDateBinTimeInterval: () => importRestSupportDateBinTimeInterval,
|
|
501
507
|
importRestSupportDensifyParameters: () => importRestSupportDensifyParameters,
|
|
502
508
|
importRestSupportDirectionLine: () => importRestSupportDirectionLine,
|
|
503
509
|
importRestSupportDirectionPoint: () => importRestSupportDirectionPoint,
|
|
@@ -511,6 +517,8 @@ __export(src_exports, {
|
|
|
511
517
|
importRestSupportFindImagesResult: () => importRestSupportFindImagesResult,
|
|
512
518
|
importRestSupportFindParameters: () => importRestSupportFindParameters,
|
|
513
519
|
importRestSupportFindResult: () => importRestSupportFindResult,
|
|
520
|
+
importRestSupportFixedBoundariesBinParameters: () => importRestSupportFixedBoundariesBinParameters,
|
|
521
|
+
importRestSupportFixedIntervalBinParameters: () => importRestSupportFixedIntervalBinParameters,
|
|
514
522
|
importRestSupportGPMessage: () => importRestSupportGPMessage,
|
|
515
523
|
importRestSupportGeneralizeParameters: () => importRestSupportGeneralizeParameters,
|
|
516
524
|
importRestSupportIdentifyParameters: () => importRestSupportIdentifyParameters,
|
|
@@ -686,12 +694,12 @@ __export(src_exports, {
|
|
|
686
694
|
importSymbolsWaterSymbol3DLayer: () => importSymbolsWaterSymbol3DLayer,
|
|
687
695
|
importSymbolsWebStyleSymbol: () => importSymbolsWebStyleSymbol,
|
|
688
696
|
importTablesAttributeTableTemplate: () => importTablesAttributeTableTemplate,
|
|
697
|
+
importTablesElements: () => importTablesElements,
|
|
689
698
|
importTablesElementsAttributeTableAttachmentElement: () => importTablesElementsAttributeTableAttachmentElement,
|
|
690
699
|
importTablesElementsAttributeTableElement: () => importTablesElementsAttributeTableElement,
|
|
691
700
|
importTablesElementsAttributeTableFieldElement: () => importTablesElementsAttributeTableFieldElement,
|
|
692
701
|
importTablesElementsAttributeTableGroupElement: () => importTablesElementsAttributeTableGroupElement,
|
|
693
702
|
importTablesElementsAttributeTableRelationshipElement: () => importTablesElementsAttributeTableRelationshipElement,
|
|
694
|
-
importTablesSupportElements: () => importTablesSupportElements,
|
|
695
703
|
importTimeExtent: () => importTimeExtent,
|
|
696
704
|
importTimeInterval: () => importTimeInterval,
|
|
697
705
|
importTimeTimeExtent: () => importTimeTimeExtent,
|
|
@@ -1337,6 +1345,10 @@ __export(src_exports, {
|
|
|
1337
1345
|
newRestSupportArealUnit: () => newRestSupportArealUnit,
|
|
1338
1346
|
newRestSupportAreasAndLengthsParameters: () => newRestSupportAreasAndLengthsParameters,
|
|
1339
1347
|
newRestSupportAttachmentQuery: () => newRestSupportAttachmentQuery,
|
|
1348
|
+
newRestSupportAttributeBinsQuery: () => newRestSupportAttributeBinsQuery,
|
|
1349
|
+
newRestSupportAutoIntervalBinParameters: () => newRestSupportAutoIntervalBinParameters,
|
|
1350
|
+
newRestSupportBaseImageMeasureParameters: () => newRestSupportBaseImageMeasureParameters,
|
|
1351
|
+
newRestSupportBaseImageMeasureResult: () => newRestSupportBaseImageMeasureResult,
|
|
1340
1352
|
newRestSupportBufferParameters: () => newRestSupportBufferParameters,
|
|
1341
1353
|
newRestSupportCameraInfo: () => newRestSupportCameraInfo,
|
|
1342
1354
|
newRestSupportClosestFacilityParameters: () => newRestSupportClosestFacilityParameters,
|
|
@@ -1344,6 +1356,8 @@ __export(src_exports, {
|
|
|
1344
1356
|
newRestSupportColorRamp: () => newRestSupportColorRamp,
|
|
1345
1357
|
newRestSupportDataFile: () => newRestSupportDataFile,
|
|
1346
1358
|
newRestSupportDataLayer: () => newRestSupportDataLayer,
|
|
1359
|
+
newRestSupportDateBinParameters: () => newRestSupportDateBinParameters,
|
|
1360
|
+
newRestSupportDateBinTimeInterval: () => newRestSupportDateBinTimeInterval,
|
|
1347
1361
|
newRestSupportDensifyParameters: () => newRestSupportDensifyParameters,
|
|
1348
1362
|
newRestSupportDirectionLine: () => newRestSupportDirectionLine,
|
|
1349
1363
|
newRestSupportDirectionPoint: () => newRestSupportDirectionPoint,
|
|
@@ -1357,6 +1371,8 @@ __export(src_exports, {
|
|
|
1357
1371
|
newRestSupportFindImagesResult: () => newRestSupportFindImagesResult,
|
|
1358
1372
|
newRestSupportFindParameters: () => newRestSupportFindParameters,
|
|
1359
1373
|
newRestSupportFindResult: () => newRestSupportFindResult,
|
|
1374
|
+
newRestSupportFixedBoundariesBinParameters: () => newRestSupportFixedBoundariesBinParameters,
|
|
1375
|
+
newRestSupportFixedIntervalBinParameters: () => newRestSupportFixedIntervalBinParameters,
|
|
1360
1376
|
newRestSupportGPMessage: () => newRestSupportGPMessage,
|
|
1361
1377
|
newRestSupportGeneralizeParameters: () => newRestSupportGeneralizeParameters,
|
|
1362
1378
|
newRestSupportIdentifyParameters: () => newRestSupportIdentifyParameters,
|
|
@@ -5337,6 +5353,72 @@ async function newRestSupportAddressCandidate(properties) {
|
|
|
5337
5353
|
const ModConstructor = await importRestSupportAddressCandidate();
|
|
5338
5354
|
return new ModConstructor(properties);
|
|
5339
5355
|
}
|
|
5356
|
+
async function importRestSupportAttributeBinsQuery() {
|
|
5357
|
+
if (isAMD) {
|
|
5358
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsQuery");
|
|
5359
|
+
}
|
|
5360
|
+
const module2 = await import("@arcgis/core/rest/support/AttributeBinsQuery.js");
|
|
5361
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5362
|
+
}
|
|
5363
|
+
async function newRestSupportAttributeBinsQuery(properties) {
|
|
5364
|
+
const ModConstructor = await importRestSupportAttributeBinsQuery();
|
|
5365
|
+
return new ModConstructor(properties);
|
|
5366
|
+
}
|
|
5367
|
+
async function importRestSupportAutoIntervalBinParameters() {
|
|
5368
|
+
if (isAMD) {
|
|
5369
|
+
return await window.$arcgis.import("esri/rest/support/AutoIntervalBinParameters");
|
|
5370
|
+
}
|
|
5371
|
+
const module2 = await import("@arcgis/core/rest/support/AutoIntervalBinParameters.js");
|
|
5372
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5373
|
+
}
|
|
5374
|
+
async function newRestSupportAutoIntervalBinParameters(properties) {
|
|
5375
|
+
const ModConstructor = await importRestSupportAutoIntervalBinParameters();
|
|
5376
|
+
return new ModConstructor(properties);
|
|
5377
|
+
}
|
|
5378
|
+
async function importRestSupportFixedBoundariesBinParameters() {
|
|
5379
|
+
if (isAMD) {
|
|
5380
|
+
return await window.$arcgis.import("esri/rest/support/FixedBoundariesBinParameters");
|
|
5381
|
+
}
|
|
5382
|
+
const module2 = await import("@arcgis/core/rest/support/FixedBoundariesBinParameters.js");
|
|
5383
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5384
|
+
}
|
|
5385
|
+
async function newRestSupportFixedBoundariesBinParameters(properties) {
|
|
5386
|
+
const ModConstructor = await importRestSupportFixedBoundariesBinParameters();
|
|
5387
|
+
return new ModConstructor(properties);
|
|
5388
|
+
}
|
|
5389
|
+
async function importRestSupportFixedIntervalBinParameters() {
|
|
5390
|
+
if (isAMD) {
|
|
5391
|
+
return await window.$arcgis.import("esri/rest/support/FixedIntervalBinParameters");
|
|
5392
|
+
}
|
|
5393
|
+
const module2 = await import("@arcgis/core/rest/support/FixedIntervalBinParameters.js");
|
|
5394
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5395
|
+
}
|
|
5396
|
+
async function newRestSupportFixedIntervalBinParameters(properties) {
|
|
5397
|
+
const ModConstructor = await importRestSupportFixedIntervalBinParameters();
|
|
5398
|
+
return new ModConstructor(properties);
|
|
5399
|
+
}
|
|
5400
|
+
async function importRestSupportDateBinParameters() {
|
|
5401
|
+
if (isAMD) {
|
|
5402
|
+
return await window.$arcgis.import("esri/rest/support/DateBinParameters");
|
|
5403
|
+
}
|
|
5404
|
+
const module2 = await import("@arcgis/core/rest/support/DateBinParameters.js");
|
|
5405
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5406
|
+
}
|
|
5407
|
+
async function newRestSupportDateBinParameters(properties) {
|
|
5408
|
+
const ModConstructor = await importRestSupportDateBinParameters();
|
|
5409
|
+
return new ModConstructor(properties);
|
|
5410
|
+
}
|
|
5411
|
+
async function importRestSupportDateBinTimeInterval() {
|
|
5412
|
+
if (isAMD) {
|
|
5413
|
+
return await window.$arcgis.import("esri/rest/support/DateBinTimeInterval");
|
|
5414
|
+
}
|
|
5415
|
+
const module2 = await import("@arcgis/core/rest/support/DateBinTimeInterval.js");
|
|
5416
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5417
|
+
}
|
|
5418
|
+
async function newRestSupportDateBinTimeInterval(properties) {
|
|
5419
|
+
const ModConstructor = await importRestSupportDateBinTimeInterval();
|
|
5420
|
+
return new ModConstructor(properties);
|
|
5421
|
+
}
|
|
5340
5422
|
async function importRestSupportAlgorithmicColorRamp() {
|
|
5341
5423
|
if (isAMD) {
|
|
5342
5424
|
return await window.$arcgis.import("esri/rest/support/AlgorithmicColorRamp");
|
|
@@ -5381,6 +5463,28 @@ async function newRestSupportAttachmentQuery(properties) {
|
|
|
5381
5463
|
const ModConstructor = await importRestSupportAttachmentQuery();
|
|
5382
5464
|
return new ModConstructor(properties);
|
|
5383
5465
|
}
|
|
5466
|
+
async function importRestSupportBaseImageMeasureParameters() {
|
|
5467
|
+
if (isAMD) {
|
|
5468
|
+
return await window.$arcgis.import("esri/rest/support/BaseImageMeasureParameters");
|
|
5469
|
+
}
|
|
5470
|
+
const module2 = await import("@arcgis/core/rest/support/BaseImageMeasureParameters.js");
|
|
5471
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5472
|
+
}
|
|
5473
|
+
async function newRestSupportBaseImageMeasureParameters(properties) {
|
|
5474
|
+
const ModConstructor = await importRestSupportBaseImageMeasureParameters();
|
|
5475
|
+
return new ModConstructor(properties);
|
|
5476
|
+
}
|
|
5477
|
+
async function importRestSupportBaseImageMeasureResult() {
|
|
5478
|
+
if (isAMD) {
|
|
5479
|
+
return await window.$arcgis.import("esri/rest/support/BaseImageMeasureResult");
|
|
5480
|
+
}
|
|
5481
|
+
const module2 = await import("@arcgis/core/rest/support/BaseImageMeasureResult.js");
|
|
5482
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
5483
|
+
}
|
|
5484
|
+
async function newRestSupportBaseImageMeasureResult(properties) {
|
|
5485
|
+
const ModConstructor = await importRestSupportBaseImageMeasureResult();
|
|
5486
|
+
return new ModConstructor(properties);
|
|
5487
|
+
}
|
|
5384
5488
|
async function importRestSupportBufferParameters() {
|
|
5385
5489
|
if (isAMD) {
|
|
5386
5490
|
return await window.$arcgis.import("esri/rest/support/BufferParameters");
|
|
@@ -10397,25 +10501,18 @@ async function importCoreWorkers() {
|
|
|
10397
10501
|
const module2 = await import("@arcgis/core/core/workers.js");
|
|
10398
10502
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10399
10503
|
}
|
|
10400
|
-
async function
|
|
10401
|
-
if (isAMD) {
|
|
10402
|
-
return await window.$arcgis.import("esri/form/elements/inputs/attachments/support/inputs");
|
|
10403
|
-
}
|
|
10404
|
-
const module2 = await import("@arcgis/core/form/elements/inputs/attachments/support/inputs.js");
|
|
10405
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10406
|
-
}
|
|
10407
|
-
async function importFormElementsSupportInputs() {
|
|
10504
|
+
async function importFormElementsInputs() {
|
|
10408
10505
|
if (isAMD) {
|
|
10409
|
-
return await window.$arcgis.import("esri/form/elements/
|
|
10506
|
+
return await window.$arcgis.import("esri/form/elements/inputs");
|
|
10410
10507
|
}
|
|
10411
|
-
const module2 = await import("@arcgis/core/form/elements/
|
|
10508
|
+
const module2 = await import("@arcgis/core/form/elements/inputs.js");
|
|
10412
10509
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10413
10510
|
}
|
|
10414
|
-
async function
|
|
10511
|
+
async function importFormElements() {
|
|
10415
10512
|
if (isAMD) {
|
|
10416
|
-
return await window.$arcgis.import("esri/form/
|
|
10513
|
+
return await window.$arcgis.import("esri/form/elements");
|
|
10417
10514
|
}
|
|
10418
|
-
const module2 = await import("@arcgis/core/form/
|
|
10515
|
+
const module2 = await import("@arcgis/core/form/elements.js");
|
|
10419
10516
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10420
10517
|
}
|
|
10421
10518
|
async function importGeometry() {
|
|
@@ -11531,11 +11628,11 @@ async function importSymbolsSupportSymbolUtils() {
|
|
|
11531
11628
|
const module2 = await import("@arcgis/core/symbols/support/symbolUtils.js");
|
|
11532
11629
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11533
11630
|
}
|
|
11534
|
-
async function
|
|
11631
|
+
async function importTablesElements() {
|
|
11535
11632
|
if (isAMD) {
|
|
11536
|
-
return await window.$arcgis.import("esri/tables/
|
|
11633
|
+
return await window.$arcgis.import("esri/tables/elements");
|
|
11537
11634
|
}
|
|
11538
|
-
const module2 = await import("@arcgis/core/tables/
|
|
11635
|
+
const module2 = await import("@arcgis/core/tables/elements.js");
|
|
11539
11636
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11540
11637
|
}
|
|
11541
11638
|
async function importVersionManagementUtils() {
|
|
@@ -11629,6 +11726,13 @@ async function importWidgetsSupportWidget() {
|
|
|
11629
11726
|
const module2 = await import("@arcgis/core/widgets/support/widget.js");
|
|
11630
11727
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
11631
11728
|
}
|
|
11729
|
+
async function importApplicationsComponentsArcadeUtils() {
|
|
11730
|
+
if (isAMD) {
|
|
11731
|
+
return await window.$arcgis.import("esri/applications/Components/arcadeUtils");
|
|
11732
|
+
}
|
|
11733
|
+
const module2 = await import("@arcgis/core/applications/Components/arcadeUtils.js");
|
|
11734
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
11735
|
+
}
|
|
11632
11736
|
async function importApplicationsComponentsBasemapUtils() {
|
|
11633
11737
|
if (isAMD) {
|
|
11634
11738
|
return await window.$arcgis.import("esri/applications/Components/basemapUtils");
|
|
@@ -11776,6 +11880,7 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11776
11880
|
importAnalysisSlicePlane,
|
|
11777
11881
|
importAnalysisViewshed,
|
|
11778
11882
|
importAnalysisViewshedAnalysis,
|
|
11883
|
+
importApplicationsComponentsArcadeUtils,
|
|
11779
11884
|
importApplicationsComponentsBasemapUtils,
|
|
11780
11885
|
importApplicationsComponentsCollectionFlattener,
|
|
11781
11886
|
importApplicationsComponentsDrawUtils,
|
|
@@ -11815,16 +11920,17 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11815
11920
|
importCoreUrlUtils,
|
|
11816
11921
|
importCoreWorkers,
|
|
11817
11922
|
importCoreWorkersConnection,
|
|
11923
|
+
importFormElements,
|
|
11818
11924
|
importFormElementsAttachmentElement,
|
|
11819
11925
|
importFormElementsElement,
|
|
11820
11926
|
importFormElementsFieldElement,
|
|
11821
11927
|
importFormElementsGroupElement,
|
|
11928
|
+
importFormElementsInputs,
|
|
11822
11929
|
importFormElementsInputsAttachmentsAttachmentInput,
|
|
11823
11930
|
importFormElementsInputsAttachmentsAudioInput,
|
|
11824
11931
|
importFormElementsInputsAttachmentsDocumentInput,
|
|
11825
11932
|
importFormElementsInputsAttachmentsImageInput,
|
|
11826
11933
|
importFormElementsInputsAttachmentsSignatureInput,
|
|
11827
|
-
importFormElementsInputsAttachmentsSupportInputs,
|
|
11828
11934
|
importFormElementsInputsAttachmentsVideoInput,
|
|
11829
11935
|
importFormElementsInputsBarcodeScannerInput,
|
|
11830
11936
|
importFormElementsInputsComboBoxInput,
|
|
@@ -11837,11 +11943,9 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
11837
11943
|
importFormElementsInputsTextBoxInput,
|
|
11838
11944
|
importFormElementsInputsTimePickerInput,
|
|
11839
11945
|
importFormElementsRelationshipElement,
|
|
11840
|
-
importFormElementsSupportInputs,
|
|
11841
11946
|
importFormElementsTextElement,
|
|
11842
11947
|
importFormExpressionInfo,
|
|
11843
11948
|
importFormFormTemplate,
|
|
11844
|
-
importFormSupportElements,
|
|
11845
11949
|
importGeometry,
|
|
11846
11950
|
importGeometryCircle,
|
|
11847
11951
|
importGeometryCoordinateFormatter,
|
|
@@ -12225,6 +12329,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12225
12329
|
importRestSupportArealUnit,
|
|
12226
12330
|
importRestSupportAreasAndLengthsParameters,
|
|
12227
12331
|
importRestSupportAttachmentQuery,
|
|
12332
|
+
importRestSupportAttributeBinsQuery,
|
|
12333
|
+
importRestSupportAutoIntervalBinParameters,
|
|
12334
|
+
importRestSupportBaseImageMeasureParameters,
|
|
12335
|
+
importRestSupportBaseImageMeasureResult,
|
|
12228
12336
|
importRestSupportBufferParameters,
|
|
12229
12337
|
importRestSupportCameraInfo,
|
|
12230
12338
|
importRestSupportClosestFacilityParameters,
|
|
@@ -12232,6 +12340,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12232
12340
|
importRestSupportColorRamp,
|
|
12233
12341
|
importRestSupportDataFile,
|
|
12234
12342
|
importRestSupportDataLayer,
|
|
12343
|
+
importRestSupportDateBinParameters,
|
|
12344
|
+
importRestSupportDateBinTimeInterval,
|
|
12235
12345
|
importRestSupportDensifyParameters,
|
|
12236
12346
|
importRestSupportDirectionLine,
|
|
12237
12347
|
importRestSupportDirectionPoint,
|
|
@@ -12245,6 +12355,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12245
12355
|
importRestSupportFindImagesResult,
|
|
12246
12356
|
importRestSupportFindParameters,
|
|
12247
12357
|
importRestSupportFindResult,
|
|
12358
|
+
importRestSupportFixedBoundariesBinParameters,
|
|
12359
|
+
importRestSupportFixedIntervalBinParameters,
|
|
12248
12360
|
importRestSupportGPMessage,
|
|
12249
12361
|
importRestSupportGeneralizeParameters,
|
|
12250
12362
|
importRestSupportIdentifyParameters,
|
|
@@ -12420,12 +12532,12 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
12420
12532
|
importSymbolsWaterSymbol3DLayer,
|
|
12421
12533
|
importSymbolsWebStyleSymbol,
|
|
12422
12534
|
importTablesAttributeTableTemplate,
|
|
12535
|
+
importTablesElements,
|
|
12423
12536
|
importTablesElementsAttributeTableAttachmentElement,
|
|
12424
12537
|
importTablesElementsAttributeTableElement,
|
|
12425
12538
|
importTablesElementsAttributeTableFieldElement,
|
|
12426
12539
|
importTablesElementsAttributeTableGroupElement,
|
|
12427
12540
|
importTablesElementsAttributeTableRelationshipElement,
|
|
12428
|
-
importTablesSupportElements,
|
|
12429
12541
|
importTimeExtent,
|
|
12430
12542
|
importTimeInterval,
|
|
12431
12543
|
importTimeTimeExtent,
|
|
@@ -13071,6 +13183,10 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13071
13183
|
newRestSupportArealUnit,
|
|
13072
13184
|
newRestSupportAreasAndLengthsParameters,
|
|
13073
13185
|
newRestSupportAttachmentQuery,
|
|
13186
|
+
newRestSupportAttributeBinsQuery,
|
|
13187
|
+
newRestSupportAutoIntervalBinParameters,
|
|
13188
|
+
newRestSupportBaseImageMeasureParameters,
|
|
13189
|
+
newRestSupportBaseImageMeasureResult,
|
|
13074
13190
|
newRestSupportBufferParameters,
|
|
13075
13191
|
newRestSupportCameraInfo,
|
|
13076
13192
|
newRestSupportClosestFacilityParameters,
|
|
@@ -13078,6 +13194,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13078
13194
|
newRestSupportColorRamp,
|
|
13079
13195
|
newRestSupportDataFile,
|
|
13080
13196
|
newRestSupportDataLayer,
|
|
13197
|
+
newRestSupportDateBinParameters,
|
|
13198
|
+
newRestSupportDateBinTimeInterval,
|
|
13081
13199
|
newRestSupportDensifyParameters,
|
|
13082
13200
|
newRestSupportDirectionLine,
|
|
13083
13201
|
newRestSupportDirectionPoint,
|
|
@@ -13091,6 +13209,8 @@ async function importApplicationsWebEditorSketchUtils() {
|
|
|
13091
13209
|
newRestSupportFindImagesResult,
|
|
13092
13210
|
newRestSupportFindParameters,
|
|
13093
13211
|
newRestSupportFindResult,
|
|
13212
|
+
newRestSupportFixedBoundariesBinParameters,
|
|
13213
|
+
newRestSupportFixedIntervalBinParameters,
|
|
13094
13214
|
newRestSupportGPMessage,
|
|
13095
13215
|
newRestSupportGeneralizeParameters,
|
|
13096
13216
|
newRestSupportIdentifyParameters,
|