@arcgis/core-adapter 4.32.0-next.8 → 4.32.0-next.80
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 +747 -189
- package/dist/index.d.cts +105 -34
- package/dist/index.d.ts +105 -34
- package/dist/index.js +664 -177
- package/package.json +4 -1
- package/.turbo/turbo-build.log +0 -3
- package/scripts/generator.ts +0 -419
- package/scripts/update-adapter-typings.ts +0 -71
- package/src/index.ts +0 -11392
- package/support/api-reference-esm-imports.json +0 -940
- package/support/arcgis.d.ts +0 -145324
- package/tsconfig.json +0 -5
- package/tsup.config.ts +0 -12
package/dist/index.js
CHANGED
|
@@ -314,6 +314,17 @@ async function newFormElementsTextElement(properties) {
|
|
|
314
314
|
const ModConstructor = await importFormElementsTextElement();
|
|
315
315
|
return new ModConstructor(properties);
|
|
316
316
|
}
|
|
317
|
+
async function importFormElementsUtilityNetworkAssociationsElement() {
|
|
318
|
+
if (isAMD) {
|
|
319
|
+
return await window.$arcgis.import("esri/form/elements/UtilityNetworkAssociationsElement");
|
|
320
|
+
}
|
|
321
|
+
const module = await import("@arcgis/core/form/elements/UtilityNetworkAssociationsElement.js");
|
|
322
|
+
return isDefaultModule(module) ? module.default : module;
|
|
323
|
+
}
|
|
324
|
+
async function newFormElementsUtilityNetworkAssociationsElement(properties) {
|
|
325
|
+
const ModConstructor = await importFormElementsUtilityNetworkAssociationsElement();
|
|
326
|
+
return new ModConstructor(properties);
|
|
327
|
+
}
|
|
317
328
|
async function importFormElementsInputsBarcodeScannerInput() {
|
|
318
329
|
if (isAMD) {
|
|
319
330
|
return await window.$arcgis.import("esri/form/elements/inputs/BarcodeScannerInput");
|
|
@@ -1106,6 +1117,17 @@ async function newLayersLineOfSightLayer(properties) {
|
|
|
1106
1117
|
const ModConstructor = await importLayersLineOfSightLayer();
|
|
1107
1118
|
return new ModConstructor(properties);
|
|
1108
1119
|
}
|
|
1120
|
+
async function importLayersLinkChartLayer() {
|
|
1121
|
+
if (isAMD) {
|
|
1122
|
+
return await window.$arcgis.import("esri/layers/LinkChartLayer");
|
|
1123
|
+
}
|
|
1124
|
+
const module = await import("@arcgis/core/layers/LinkChartLayer.js");
|
|
1125
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1126
|
+
}
|
|
1127
|
+
async function newLayersLinkChartLayer(properties) {
|
|
1128
|
+
const ModConstructor = await importLayersLinkChartLayer();
|
|
1129
|
+
return new ModConstructor(properties);
|
|
1130
|
+
}
|
|
1109
1131
|
async function importLayersMapImageLayer() {
|
|
1110
1132
|
if (isAMD) {
|
|
1111
1133
|
return await window.$arcgis.import("esri/layers/MapImageLayer");
|
|
@@ -1656,17 +1678,6 @@ async function newLayersSupportPublishingInfo(properties) {
|
|
|
1656
1678
|
const ModConstructor = await importLayersSupportPublishingInfo();
|
|
1657
1679
|
return new ModConstructor(properties);
|
|
1658
1680
|
}
|
|
1659
|
-
async function importLayersSupportSceneFilter() {
|
|
1660
|
-
if (isAMD) {
|
|
1661
|
-
return await window.$arcgis.import("esri/layers/support/SceneFilter");
|
|
1662
|
-
}
|
|
1663
|
-
const module = await import("@arcgis/core/layers/support/SceneFilter.js");
|
|
1664
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1665
|
-
}
|
|
1666
|
-
async function newLayersSupportSceneFilter(properties) {
|
|
1667
|
-
const ModConstructor = await importLayersSupportSceneFilter();
|
|
1668
|
-
return new ModConstructor(properties);
|
|
1669
|
-
}
|
|
1670
1681
|
async function importLayersSupportRangeDomain() {
|
|
1671
1682
|
if (isAMD) {
|
|
1672
1683
|
return await window.$arcgis.import("esri/layers/support/RangeDomain");
|
|
@@ -1755,6 +1766,17 @@ async function newLayersSupportRouteSymbols(properties) {
|
|
|
1755
1766
|
const ModConstructor = await importLayersSupportRouteSymbols();
|
|
1756
1767
|
return new ModConstructor(properties);
|
|
1757
1768
|
}
|
|
1769
|
+
async function importLayersSupportSceneFilter() {
|
|
1770
|
+
if (isAMD) {
|
|
1771
|
+
return await window.$arcgis.import("esri/layers/support/SceneFilter");
|
|
1772
|
+
}
|
|
1773
|
+
const module = await import("@arcgis/core/layers/support/SceneFilter.js");
|
|
1774
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1775
|
+
}
|
|
1776
|
+
async function newLayersSupportSceneFilter(properties) {
|
|
1777
|
+
const ModConstructor = await importLayersSupportSceneFilter();
|
|
1778
|
+
return new ModConstructor(properties);
|
|
1779
|
+
}
|
|
1758
1780
|
async function importLayersSupportSceneModification() {
|
|
1759
1781
|
if (isAMD) {
|
|
1760
1782
|
return await window.$arcgis.import("esri/layers/support/SceneModification");
|
|
@@ -2030,26 +2052,26 @@ async function newLayersUnsupportedLayer(properties) {
|
|
|
2030
2052
|
const ModConstructor = await importLayersUnsupportedLayer();
|
|
2031
2053
|
return new ModConstructor(properties);
|
|
2032
2054
|
}
|
|
2033
|
-
async function
|
|
2055
|
+
async function importLayersVectorTileLayer() {
|
|
2034
2056
|
if (isAMD) {
|
|
2035
|
-
return await window.$arcgis.import("esri/layers/
|
|
2057
|
+
return await window.$arcgis.import("esri/layers/VectorTileLayer");
|
|
2036
2058
|
}
|
|
2037
|
-
const module = await import("@arcgis/core/layers/
|
|
2059
|
+
const module = await import("@arcgis/core/layers/VectorTileLayer.js");
|
|
2038
2060
|
return isDefaultModule(module) ? module.default : module;
|
|
2039
2061
|
}
|
|
2040
|
-
async function
|
|
2041
|
-
const ModConstructor = await
|
|
2062
|
+
async function newLayersVectorTileLayer(properties) {
|
|
2063
|
+
const ModConstructor = await importLayersVectorTileLayer();
|
|
2042
2064
|
return new ModConstructor(properties);
|
|
2043
2065
|
}
|
|
2044
|
-
async function
|
|
2066
|
+
async function importLayersVideoLayer() {
|
|
2045
2067
|
if (isAMD) {
|
|
2046
|
-
return await window.$arcgis.import("esri/layers/
|
|
2068
|
+
return await window.$arcgis.import("esri/layers/VideoLayer");
|
|
2047
2069
|
}
|
|
2048
|
-
const module = await import("@arcgis/core/layers/
|
|
2070
|
+
const module = await import("@arcgis/core/layers/VideoLayer.js");
|
|
2049
2071
|
return isDefaultModule(module) ? module.default : module;
|
|
2050
2072
|
}
|
|
2051
|
-
async function
|
|
2052
|
-
const ModConstructor = await
|
|
2073
|
+
async function newLayersVideoLayer(properties) {
|
|
2074
|
+
const ModConstructor = await importLayersVideoLayer();
|
|
2053
2075
|
return new ModConstructor(properties);
|
|
2054
2076
|
}
|
|
2055
2077
|
async function importLayersVoxelLayer() {
|
|
@@ -2118,6 +2140,61 @@ async function newLayersWMTSLayer(properties) {
|
|
|
2118
2140
|
const ModConstructor = await importLayersWMTSLayer();
|
|
2119
2141
|
return new ModConstructor(properties);
|
|
2120
2142
|
}
|
|
2143
|
+
async function importLinkChartChronologicalLayoutSettings() {
|
|
2144
|
+
if (isAMD) {
|
|
2145
|
+
return await window.$arcgis.import("esri/linkChart/ChronologicalLayoutSettings");
|
|
2146
|
+
}
|
|
2147
|
+
const module = await import("@arcgis/core/linkChart/ChronologicalLayoutSettings.js");
|
|
2148
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2149
|
+
}
|
|
2150
|
+
async function newLinkChartChronologicalLayoutSettings(properties) {
|
|
2151
|
+
const ModConstructor = await importLinkChartChronologicalLayoutSettings();
|
|
2152
|
+
return new ModConstructor(properties);
|
|
2153
|
+
}
|
|
2154
|
+
async function importLinkChartLayoutSettings() {
|
|
2155
|
+
if (isAMD) {
|
|
2156
|
+
return await window.$arcgis.import("esri/linkChart/LayoutSettings");
|
|
2157
|
+
}
|
|
2158
|
+
const module = await import("@arcgis/core/linkChart/LayoutSettings.js");
|
|
2159
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2160
|
+
}
|
|
2161
|
+
async function newLinkChartLayoutSettings(properties) {
|
|
2162
|
+
const ModConstructor = await importLinkChartLayoutSettings();
|
|
2163
|
+
return new ModConstructor(properties);
|
|
2164
|
+
}
|
|
2165
|
+
async function importLinkChartLinkChartProperties() {
|
|
2166
|
+
if (isAMD) {
|
|
2167
|
+
return await window.$arcgis.import("esri/linkChart/LinkChartProperties");
|
|
2168
|
+
}
|
|
2169
|
+
const module = await import("@arcgis/core/linkChart/LinkChartProperties.js");
|
|
2170
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2171
|
+
}
|
|
2172
|
+
async function newLinkChartLinkChartProperties(properties) {
|
|
2173
|
+
const ModConstructor = await importLinkChartLinkChartProperties();
|
|
2174
|
+
return new ModConstructor(properties);
|
|
2175
|
+
}
|
|
2176
|
+
async function importLinkChartNonspatialDataDisplay() {
|
|
2177
|
+
if (isAMD) {
|
|
2178
|
+
return await window.$arcgis.import("esri/linkChart/NonspatialDataDisplay");
|
|
2179
|
+
}
|
|
2180
|
+
const module = await import("@arcgis/core/linkChart/NonspatialDataDisplay.js");
|
|
2181
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2182
|
+
}
|
|
2183
|
+
async function newLinkChartNonspatialDataDisplay(properties) {
|
|
2184
|
+
const ModConstructor = await importLinkChartNonspatialDataDisplay();
|
|
2185
|
+
return new ModConstructor(properties);
|
|
2186
|
+
}
|
|
2187
|
+
async function importLinkChartOrganicLayoutSettings() {
|
|
2188
|
+
if (isAMD) {
|
|
2189
|
+
return await window.$arcgis.import("esri/linkChart/OrganicLayoutSettings");
|
|
2190
|
+
}
|
|
2191
|
+
const module = await import("@arcgis/core/linkChart/OrganicLayoutSettings.js");
|
|
2192
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2193
|
+
}
|
|
2194
|
+
async function newLinkChartOrganicLayoutSettings(properties) {
|
|
2195
|
+
const ModConstructor = await importLinkChartOrganicLayoutSettings();
|
|
2196
|
+
return new ModConstructor(properties);
|
|
2197
|
+
}
|
|
2121
2198
|
async function importMap() {
|
|
2122
2199
|
if (isAMD) {
|
|
2123
2200
|
return await window.$arcgis.import("esri/Map");
|
|
@@ -3174,6 +3251,17 @@ async function newRestKnowledgeGraphGraphQueryResult(properties) {
|
|
|
3174
3251
|
const ModConstructor = await importRestKnowledgeGraphGraphQueryResult();
|
|
3175
3252
|
return new ModConstructor(properties);
|
|
3176
3253
|
}
|
|
3254
|
+
async function importRestKnowledgeGraphGraphQueryResultHeader() {
|
|
3255
|
+
if (isAMD) {
|
|
3256
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryResultHeader");
|
|
3257
|
+
}
|
|
3258
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphQueryResultHeader.js");
|
|
3259
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3260
|
+
}
|
|
3261
|
+
async function newRestKnowledgeGraphGraphQueryResultHeader(properties) {
|
|
3262
|
+
const ModConstructor = await importRestKnowledgeGraphGraphQueryResultHeader();
|
|
3263
|
+
return new ModConstructor(properties);
|
|
3264
|
+
}
|
|
3177
3265
|
async function importRestKnowledgeGraphGraphQueryStreaming() {
|
|
3178
3266
|
if (isAMD) {
|
|
3179
3267
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryStreaming");
|
|
@@ -3306,6 +3394,17 @@ async function newRestKnowledgeGraphServiceDefinition(properties) {
|
|
|
3306
3394
|
const ModConstructor = await importRestKnowledgeGraphServiceDefinition();
|
|
3307
3395
|
return new ModConstructor(properties);
|
|
3308
3396
|
}
|
|
3397
|
+
async function importRestKnowledgeGraphSourceTypeValueBehavior() {
|
|
3398
|
+
if (isAMD) {
|
|
3399
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/SourceTypeValueBehavior");
|
|
3400
|
+
}
|
|
3401
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/SourceTypeValueBehavior.js");
|
|
3402
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3403
|
+
}
|
|
3404
|
+
async function newRestKnowledgeGraphSourceTypeValueBehavior(properties) {
|
|
3405
|
+
const ModConstructor = await importRestKnowledgeGraphSourceTypeValueBehavior();
|
|
3406
|
+
return new ModConstructor(properties);
|
|
3407
|
+
}
|
|
3309
3408
|
async function importRestNetworksSupportAggregatedGeometry() {
|
|
3310
3409
|
if (isAMD) {
|
|
3311
3410
|
return await window.$arcgis.import("esri/rest/networks/support/AggregatedGeometry");
|
|
@@ -3460,6 +3559,72 @@ async function newRestSupportAddressCandidate(properties) {
|
|
|
3460
3559
|
const ModConstructor = await importRestSupportAddressCandidate();
|
|
3461
3560
|
return new ModConstructor(properties);
|
|
3462
3561
|
}
|
|
3562
|
+
async function importRestSupportAttributeBinsQuery() {
|
|
3563
|
+
if (isAMD) {
|
|
3564
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsQuery");
|
|
3565
|
+
}
|
|
3566
|
+
const module = await import("@arcgis/core/rest/support/AttributeBinsQuery.js");
|
|
3567
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3568
|
+
}
|
|
3569
|
+
async function newRestSupportAttributeBinsQuery(properties) {
|
|
3570
|
+
const ModConstructor = await importRestSupportAttributeBinsQuery();
|
|
3571
|
+
return new ModConstructor(properties);
|
|
3572
|
+
}
|
|
3573
|
+
async function importRestSupportAutoIntervalBinParameters() {
|
|
3574
|
+
if (isAMD) {
|
|
3575
|
+
return await window.$arcgis.import("esri/rest/support/AutoIntervalBinParameters");
|
|
3576
|
+
}
|
|
3577
|
+
const module = await import("@arcgis/core/rest/support/AutoIntervalBinParameters.js");
|
|
3578
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3579
|
+
}
|
|
3580
|
+
async function newRestSupportAutoIntervalBinParameters(properties) {
|
|
3581
|
+
const ModConstructor = await importRestSupportAutoIntervalBinParameters();
|
|
3582
|
+
return new ModConstructor(properties);
|
|
3583
|
+
}
|
|
3584
|
+
async function importRestSupportFixedBoundariesBinParameters() {
|
|
3585
|
+
if (isAMD) {
|
|
3586
|
+
return await window.$arcgis.import("esri/rest/support/FixedBoundariesBinParameters");
|
|
3587
|
+
}
|
|
3588
|
+
const module = await import("@arcgis/core/rest/support/FixedBoundariesBinParameters.js");
|
|
3589
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3590
|
+
}
|
|
3591
|
+
async function newRestSupportFixedBoundariesBinParameters(properties) {
|
|
3592
|
+
const ModConstructor = await importRestSupportFixedBoundariesBinParameters();
|
|
3593
|
+
return new ModConstructor(properties);
|
|
3594
|
+
}
|
|
3595
|
+
async function importRestSupportFixedIntervalBinParameters() {
|
|
3596
|
+
if (isAMD) {
|
|
3597
|
+
return await window.$arcgis.import("esri/rest/support/FixedIntervalBinParameters");
|
|
3598
|
+
}
|
|
3599
|
+
const module = await import("@arcgis/core/rest/support/FixedIntervalBinParameters.js");
|
|
3600
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3601
|
+
}
|
|
3602
|
+
async function newRestSupportFixedIntervalBinParameters(properties) {
|
|
3603
|
+
const ModConstructor = await importRestSupportFixedIntervalBinParameters();
|
|
3604
|
+
return new ModConstructor(properties);
|
|
3605
|
+
}
|
|
3606
|
+
async function importRestSupportDateBinParameters() {
|
|
3607
|
+
if (isAMD) {
|
|
3608
|
+
return await window.$arcgis.import("esri/rest/support/DateBinParameters");
|
|
3609
|
+
}
|
|
3610
|
+
const module = await import("@arcgis/core/rest/support/DateBinParameters.js");
|
|
3611
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3612
|
+
}
|
|
3613
|
+
async function newRestSupportDateBinParameters(properties) {
|
|
3614
|
+
const ModConstructor = await importRestSupportDateBinParameters();
|
|
3615
|
+
return new ModConstructor(properties);
|
|
3616
|
+
}
|
|
3617
|
+
async function importRestSupportDateBinTimeInterval() {
|
|
3618
|
+
if (isAMD) {
|
|
3619
|
+
return await window.$arcgis.import("esri/rest/support/DateBinTimeInterval");
|
|
3620
|
+
}
|
|
3621
|
+
const module = await import("@arcgis/core/rest/support/DateBinTimeInterval.js");
|
|
3622
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3623
|
+
}
|
|
3624
|
+
async function newRestSupportDateBinTimeInterval(properties) {
|
|
3625
|
+
const ModConstructor = await importRestSupportDateBinTimeInterval();
|
|
3626
|
+
return new ModConstructor(properties);
|
|
3627
|
+
}
|
|
3463
3628
|
async function importRestSupportAlgorithmicColorRamp() {
|
|
3464
3629
|
if (isAMD) {
|
|
3465
3630
|
return await window.$arcgis.import("esri/rest/support/AlgorithmicColorRamp");
|
|
@@ -3504,6 +3669,28 @@ async function newRestSupportAttachmentQuery(properties) {
|
|
|
3504
3669
|
const ModConstructor = await importRestSupportAttachmentQuery();
|
|
3505
3670
|
return new ModConstructor(properties);
|
|
3506
3671
|
}
|
|
3672
|
+
async function importRestSupportBaseImageMeasureParameters() {
|
|
3673
|
+
if (isAMD) {
|
|
3674
|
+
return await window.$arcgis.import("esri/rest/support/BaseImageMeasureParameters");
|
|
3675
|
+
}
|
|
3676
|
+
const module = await import("@arcgis/core/rest/support/BaseImageMeasureParameters.js");
|
|
3677
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3678
|
+
}
|
|
3679
|
+
async function newRestSupportBaseImageMeasureParameters(properties) {
|
|
3680
|
+
const ModConstructor = await importRestSupportBaseImageMeasureParameters();
|
|
3681
|
+
return new ModConstructor(properties);
|
|
3682
|
+
}
|
|
3683
|
+
async function importRestSupportBaseImageMeasureResult() {
|
|
3684
|
+
if (isAMD) {
|
|
3685
|
+
return await window.$arcgis.import("esri/rest/support/BaseImageMeasureResult");
|
|
3686
|
+
}
|
|
3687
|
+
const module = await import("@arcgis/core/rest/support/BaseImageMeasureResult.js");
|
|
3688
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3689
|
+
}
|
|
3690
|
+
async function newRestSupportBaseImageMeasureResult(properties) {
|
|
3691
|
+
const ModConstructor = await importRestSupportBaseImageMeasureResult();
|
|
3692
|
+
return new ModConstructor(properties);
|
|
3693
|
+
}
|
|
3507
3694
|
async function importRestSupportBufferParameters() {
|
|
3508
3695
|
if (isAMD) {
|
|
3509
3696
|
return await window.$arcgis.import("esri/rest/support/BufferParameters");
|
|
@@ -3834,50 +4021,6 @@ async function newRestSupportImageBoundaryResult(properties) {
|
|
|
3834
4021
|
const ModConstructor = await importRestSupportImageBoundaryResult();
|
|
3835
4022
|
return new ModConstructor(properties);
|
|
3836
4023
|
}
|
|
3837
|
-
async function importRestSupportImageHistogramParameters() {
|
|
3838
|
-
if (isAMD) {
|
|
3839
|
-
return await window.$arcgis.import("esri/rest/support/ImageHistogramParameters");
|
|
3840
|
-
}
|
|
3841
|
-
const module = await import("@arcgis/core/rest/support/ImageHistogramParameters.js");
|
|
3842
|
-
return isDefaultModule(module) ? module.default : module;
|
|
3843
|
-
}
|
|
3844
|
-
async function newRestSupportImageHistogramParameters(properties) {
|
|
3845
|
-
const ModConstructor = await importRestSupportImageHistogramParameters();
|
|
3846
|
-
return new ModConstructor(properties);
|
|
3847
|
-
}
|
|
3848
|
-
async function importRestSupportImageIdentifyParameters() {
|
|
3849
|
-
if (isAMD) {
|
|
3850
|
-
return await window.$arcgis.import("esri/rest/support/ImageIdentifyParameters");
|
|
3851
|
-
}
|
|
3852
|
-
const module = await import("@arcgis/core/rest/support/ImageIdentifyParameters.js");
|
|
3853
|
-
return isDefaultModule(module) ? module.default : module;
|
|
3854
|
-
}
|
|
3855
|
-
async function newRestSupportImageIdentifyParameters(properties) {
|
|
3856
|
-
const ModConstructor = await importRestSupportImageIdentifyParameters();
|
|
3857
|
-
return new ModConstructor(properties);
|
|
3858
|
-
}
|
|
3859
|
-
async function importRestSupportImageIdentifyResult() {
|
|
3860
|
-
if (isAMD) {
|
|
3861
|
-
return await window.$arcgis.import("esri/rest/support/ImageIdentifyResult");
|
|
3862
|
-
}
|
|
3863
|
-
const module = await import("@arcgis/core/rest/support/ImageIdentifyResult.js");
|
|
3864
|
-
return isDefaultModule(module) ? module.default : module;
|
|
3865
|
-
}
|
|
3866
|
-
async function newRestSupportImageIdentifyResult(properties) {
|
|
3867
|
-
const ModConstructor = await importRestSupportImageIdentifyResult();
|
|
3868
|
-
return new ModConstructor(properties);
|
|
3869
|
-
}
|
|
3870
|
-
async function importRestSupportImageInspectionInfo() {
|
|
3871
|
-
if (isAMD) {
|
|
3872
|
-
return await window.$arcgis.import("esri/rest/support/ImageInspectionInfo");
|
|
3873
|
-
}
|
|
3874
|
-
const module = await import("@arcgis/core/rest/support/ImageInspectionInfo.js");
|
|
3875
|
-
return isDefaultModule(module) ? module.default : module;
|
|
3876
|
-
}
|
|
3877
|
-
async function newRestSupportImageInspectionInfo(properties) {
|
|
3878
|
-
const ModConstructor = await importRestSupportImageInspectionInfo();
|
|
3879
|
-
return new ModConstructor(properties);
|
|
3880
|
-
}
|
|
3881
4024
|
async function importRestSupportImageDistanceParameters() {
|
|
3882
4025
|
if (isAMD) {
|
|
3883
4026
|
return await window.$arcgis.import("esri/rest/support/ImageDistanceParameters");
|
|
@@ -3955,6 +4098,50 @@ async function newRestSupportImageHeightResult(properties) {
|
|
|
3955
4098
|
const ModConstructor = await importRestSupportImageHeightResult();
|
|
3956
4099
|
return new ModConstructor(properties);
|
|
3957
4100
|
}
|
|
4101
|
+
async function importRestSupportImageHistogramParameters() {
|
|
4102
|
+
if (isAMD) {
|
|
4103
|
+
return await window.$arcgis.import("esri/rest/support/ImageHistogramParameters");
|
|
4104
|
+
}
|
|
4105
|
+
const module = await import("@arcgis/core/rest/support/ImageHistogramParameters.js");
|
|
4106
|
+
return isDefaultModule(module) ? module.default : module;
|
|
4107
|
+
}
|
|
4108
|
+
async function newRestSupportImageHistogramParameters(properties) {
|
|
4109
|
+
const ModConstructor = await importRestSupportImageHistogramParameters();
|
|
4110
|
+
return new ModConstructor(properties);
|
|
4111
|
+
}
|
|
4112
|
+
async function importRestSupportImageIdentifyParameters() {
|
|
4113
|
+
if (isAMD) {
|
|
4114
|
+
return await window.$arcgis.import("esri/rest/support/ImageIdentifyParameters");
|
|
4115
|
+
}
|
|
4116
|
+
const module = await import("@arcgis/core/rest/support/ImageIdentifyParameters.js");
|
|
4117
|
+
return isDefaultModule(module) ? module.default : module;
|
|
4118
|
+
}
|
|
4119
|
+
async function newRestSupportImageIdentifyParameters(properties) {
|
|
4120
|
+
const ModConstructor = await importRestSupportImageIdentifyParameters();
|
|
4121
|
+
return new ModConstructor(properties);
|
|
4122
|
+
}
|
|
4123
|
+
async function importRestSupportImageIdentifyResult() {
|
|
4124
|
+
if (isAMD) {
|
|
4125
|
+
return await window.$arcgis.import("esri/rest/support/ImageIdentifyResult");
|
|
4126
|
+
}
|
|
4127
|
+
const module = await import("@arcgis/core/rest/support/ImageIdentifyResult.js");
|
|
4128
|
+
return isDefaultModule(module) ? module.default : module;
|
|
4129
|
+
}
|
|
4130
|
+
async function newRestSupportImageIdentifyResult(properties) {
|
|
4131
|
+
const ModConstructor = await importRestSupportImageIdentifyResult();
|
|
4132
|
+
return new ModConstructor(properties);
|
|
4133
|
+
}
|
|
4134
|
+
async function importRestSupportImageInspectionInfo() {
|
|
4135
|
+
if (isAMD) {
|
|
4136
|
+
return await window.$arcgis.import("esri/rest/support/ImageInspectionInfo");
|
|
4137
|
+
}
|
|
4138
|
+
const module = await import("@arcgis/core/rest/support/ImageInspectionInfo.js");
|
|
4139
|
+
return isDefaultModule(module) ? module.default : module;
|
|
4140
|
+
}
|
|
4141
|
+
async function newRestSupportImageInspectionInfo(properties) {
|
|
4142
|
+
const ModConstructor = await importRestSupportImageInspectionInfo();
|
|
4143
|
+
return new ModConstructor(properties);
|
|
4144
|
+
}
|
|
3958
4145
|
async function importRestSupportImageParameters() {
|
|
3959
4146
|
if (isAMD) {
|
|
3960
4147
|
return await window.$arcgis.import("esri/rest/support/ImageParameters");
|
|
@@ -4043,26 +4230,26 @@ async function newRestSupportImageSampleResult(properties) {
|
|
|
4043
4230
|
const ModConstructor = await importRestSupportImageSampleResult();
|
|
4044
4231
|
return new ModConstructor(properties);
|
|
4045
4232
|
}
|
|
4046
|
-
async function
|
|
4233
|
+
async function importRestSupportImageToMapMultirayParameters() {
|
|
4047
4234
|
if (isAMD) {
|
|
4048
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
4235
|
+
return await window.$arcgis.import("esri/rest/support/ImageToMapMultirayParameters");
|
|
4049
4236
|
}
|
|
4050
|
-
const module = await import("@arcgis/core/rest/support/
|
|
4237
|
+
const module = await import("@arcgis/core/rest/support/ImageToMapMultirayParameters.js");
|
|
4051
4238
|
return isDefaultModule(module) ? module.default : module;
|
|
4052
4239
|
}
|
|
4053
|
-
async function
|
|
4054
|
-
const ModConstructor = await
|
|
4240
|
+
async function newRestSupportImageToMapMultirayParameters(properties) {
|
|
4241
|
+
const ModConstructor = await importRestSupportImageToMapMultirayParameters();
|
|
4055
4242
|
return new ModConstructor(properties);
|
|
4056
4243
|
}
|
|
4057
|
-
async function
|
|
4244
|
+
async function importRestSupportImageToMapParameters() {
|
|
4058
4245
|
if (isAMD) {
|
|
4059
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
4246
|
+
return await window.$arcgis.import("esri/rest/support/ImageToMapParameters");
|
|
4060
4247
|
}
|
|
4061
|
-
const module = await import("@arcgis/core/rest/support/
|
|
4248
|
+
const module = await import("@arcgis/core/rest/support/ImageToMapParameters.js");
|
|
4062
4249
|
return isDefaultModule(module) ? module.default : module;
|
|
4063
4250
|
}
|
|
4064
|
-
async function
|
|
4065
|
-
const ModConstructor = await
|
|
4251
|
+
async function newRestSupportImageToMapParameters(properties) {
|
|
4252
|
+
const ModConstructor = await importRestSupportImageToMapParameters();
|
|
4066
4253
|
return new ModConstructor(properties);
|
|
4067
4254
|
}
|
|
4068
4255
|
async function importRestSupportImageUrlParameters() {
|
|
@@ -4153,26 +4340,26 @@ async function newRestSupportMeasureAreaFromImageResult(properties) {
|
|
|
4153
4340
|
const ModConstructor = await importRestSupportMeasureAreaFromImageResult();
|
|
4154
4341
|
return new ModConstructor(properties);
|
|
4155
4342
|
}
|
|
4156
|
-
async function
|
|
4343
|
+
async function importRestSupportMeasureFromImageParameters() {
|
|
4157
4344
|
if (isAMD) {
|
|
4158
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
4345
|
+
return await window.$arcgis.import("esri/rest/support/MeasureFromImageParameters");
|
|
4159
4346
|
}
|
|
4160
|
-
const module = await import("@arcgis/core/rest/support/
|
|
4347
|
+
const module = await import("@arcgis/core/rest/support/MeasureFromImageParameters.js");
|
|
4161
4348
|
return isDefaultModule(module) ? module.default : module;
|
|
4162
4349
|
}
|
|
4163
|
-
async function
|
|
4164
|
-
const ModConstructor = await
|
|
4350
|
+
async function newRestSupportMeasureFromImageParameters(properties) {
|
|
4351
|
+
const ModConstructor = await importRestSupportMeasureFromImageParameters();
|
|
4165
4352
|
return new ModConstructor(properties);
|
|
4166
4353
|
}
|
|
4167
|
-
async function
|
|
4354
|
+
async function importRestSupportMeasureLengthFromImageResult() {
|
|
4168
4355
|
if (isAMD) {
|
|
4169
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
4356
|
+
return await window.$arcgis.import("esri/rest/support/MeasureLengthFromImageResult");
|
|
4170
4357
|
}
|
|
4171
|
-
const module = await import("@arcgis/core/rest/support/
|
|
4358
|
+
const module = await import("@arcgis/core/rest/support/MeasureLengthFromImageResult.js");
|
|
4172
4359
|
return isDefaultModule(module) ? module.default : module;
|
|
4173
4360
|
}
|
|
4174
|
-
async function
|
|
4175
|
-
const ModConstructor = await
|
|
4361
|
+
async function newRestSupportMeasureLengthFromImageResult(properties) {
|
|
4362
|
+
const ModConstructor = await importRestSupportMeasureLengthFromImageResult();
|
|
4176
4363
|
return new ModConstructor(properties);
|
|
4177
4364
|
}
|
|
4178
4365
|
async function importRestSupportMultipartColorRamp() {
|
|
@@ -5715,6 +5902,17 @@ async function newViewsLayersViewshedLayerView(properties) {
|
|
|
5715
5902
|
const ModConstructor = await importViewsLayersViewshedLayerView();
|
|
5716
5903
|
return new ModConstructor(properties);
|
|
5717
5904
|
}
|
|
5905
|
+
async function importViewsLinkChartView() {
|
|
5906
|
+
if (isAMD) {
|
|
5907
|
+
return await window.$arcgis.import("esri/views/LinkChartView");
|
|
5908
|
+
}
|
|
5909
|
+
const module = await import("@arcgis/core/views/LinkChartView.js");
|
|
5910
|
+
return isDefaultModule(module) ? module.default : module;
|
|
5911
|
+
}
|
|
5912
|
+
async function newViewsLinkChartView(properties) {
|
|
5913
|
+
const ModConstructor = await importViewsLinkChartView();
|
|
5914
|
+
return new ModConstructor(properties);
|
|
5915
|
+
}
|
|
5718
5916
|
async function importViewsMagnifier() {
|
|
5719
5917
|
if (isAMD) {
|
|
5720
5918
|
return await window.$arcgis.import("esri/views/Magnifier");
|
|
@@ -5759,6 +5957,17 @@ async function newViewsNavigationNavigation(properties) {
|
|
|
5759
5957
|
const ModConstructor = await importViewsNavigationNavigation();
|
|
5760
5958
|
return new ModConstructor(properties);
|
|
5761
5959
|
}
|
|
5960
|
+
async function importViewsNavigationNavigationActionMap() {
|
|
5961
|
+
if (isAMD) {
|
|
5962
|
+
return await window.$arcgis.import("esri/views/navigation/NavigationActionMap");
|
|
5963
|
+
}
|
|
5964
|
+
const module = await import("@arcgis/core/views/navigation/NavigationActionMap.js");
|
|
5965
|
+
return isDefaultModule(module) ? module.default : module;
|
|
5966
|
+
}
|
|
5967
|
+
async function newViewsNavigationNavigationActionMap(properties) {
|
|
5968
|
+
const ModConstructor = await importViewsNavigationNavigationActionMap();
|
|
5969
|
+
return new ModConstructor(properties);
|
|
5970
|
+
}
|
|
5762
5971
|
async function importViewsSceneView() {
|
|
5763
5972
|
if (isAMD) {
|
|
5764
5973
|
return await window.$arcgis.import("esri/views/SceneView");
|
|
@@ -5770,6 +5979,17 @@ async function newViewsSceneView(properties) {
|
|
|
5770
5979
|
const ModConstructor = await importViewsSceneView();
|
|
5771
5980
|
return new ModConstructor(properties);
|
|
5772
5981
|
}
|
|
5982
|
+
async function importViewsSupportHighlightGroup() {
|
|
5983
|
+
if (isAMD) {
|
|
5984
|
+
return await window.$arcgis.import("esri/views/support/HighlightGroup");
|
|
5985
|
+
}
|
|
5986
|
+
const module = await import("@arcgis/core/views/support/HighlightGroup.js");
|
|
5987
|
+
return isDefaultModule(module) ? module.default : module;
|
|
5988
|
+
}
|
|
5989
|
+
async function newViewsSupportHighlightGroup(properties) {
|
|
5990
|
+
const ModConstructor = await importViewsSupportHighlightGroup();
|
|
5991
|
+
return new ModConstructor(properties);
|
|
5992
|
+
}
|
|
5773
5993
|
async function importViewsUiDefaultUI() {
|
|
5774
5994
|
if (isAMD) {
|
|
5775
5995
|
return await window.$arcgis.import("esri/views/ui/DefaultUI");
|
|
@@ -6045,6 +6265,17 @@ async function newWebDocument2D(properties) {
|
|
|
6045
6265
|
const ModConstructor = await importWebDocument2D();
|
|
6046
6266
|
return new ModConstructor(properties);
|
|
6047
6267
|
}
|
|
6268
|
+
async function importWebLinkChart() {
|
|
6269
|
+
if (isAMD) {
|
|
6270
|
+
return await window.$arcgis.import("esri/WebLinkChart");
|
|
6271
|
+
}
|
|
6272
|
+
const module = await import("@arcgis/core/WebLinkChart.js");
|
|
6273
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6274
|
+
}
|
|
6275
|
+
async function newWebLinkChart(properties) {
|
|
6276
|
+
const ModConstructor = await importWebLinkChart();
|
|
6277
|
+
return new ModConstructor(properties);
|
|
6278
|
+
}
|
|
6048
6279
|
async function importWebMap() {
|
|
6049
6280
|
if (isAMD) {
|
|
6050
6281
|
return await window.$arcgis.import("esri/WebMap");
|
|
@@ -6188,6 +6419,17 @@ async function newWebsceneSlide(properties) {
|
|
|
6188
6419
|
const ModConstructor = await importWebsceneSlide();
|
|
6189
6420
|
return new ModConstructor(properties);
|
|
6190
6421
|
}
|
|
6422
|
+
async function importWebsceneSlideLegend() {
|
|
6423
|
+
if (isAMD) {
|
|
6424
|
+
return await window.$arcgis.import("esri/webscene/SlideLegend");
|
|
6425
|
+
}
|
|
6426
|
+
const module = await import("@arcgis/core/webscene/SlideLegend.js");
|
|
6427
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6428
|
+
}
|
|
6429
|
+
async function newWebsceneSlideLegend(properties) {
|
|
6430
|
+
const ModConstructor = await importWebsceneSlideLegend();
|
|
6431
|
+
return new ModConstructor(properties);
|
|
6432
|
+
}
|
|
6191
6433
|
async function importWebsceneSunLighting() {
|
|
6192
6434
|
if (isAMD) {
|
|
6193
6435
|
return await window.$arcgis.import("esri/webscene/SunLighting");
|
|
@@ -6947,6 +7189,28 @@ async function newWidgetsFeatureFormRelationshipInput(properties) {
|
|
|
6947
7189
|
const ModConstructor = await importWidgetsFeatureFormRelationshipInput();
|
|
6948
7190
|
return new ModConstructor(properties);
|
|
6949
7191
|
}
|
|
7192
|
+
async function importWidgetsFeatureFormTextElementInput() {
|
|
7193
|
+
if (isAMD) {
|
|
7194
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/TextElementInput");
|
|
7195
|
+
}
|
|
7196
|
+
const module = await import("@arcgis/core/widgets/FeatureForm/TextElementInput.js");
|
|
7197
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7198
|
+
}
|
|
7199
|
+
async function newWidgetsFeatureFormTextElementInput(properties) {
|
|
7200
|
+
const ModConstructor = await importWidgetsFeatureFormTextElementInput();
|
|
7201
|
+
return new ModConstructor(properties);
|
|
7202
|
+
}
|
|
7203
|
+
async function importWidgetsFeatureFormUtilityNetworkAssociationInput() {
|
|
7204
|
+
if (isAMD) {
|
|
7205
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/UtilityNetworkAssociationInput");
|
|
7206
|
+
}
|
|
7207
|
+
const module = await import("@arcgis/core/widgets/FeatureForm/UtilityNetworkAssociationInput.js");
|
|
7208
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7209
|
+
}
|
|
7210
|
+
async function newWidgetsFeatureFormUtilityNetworkAssociationInput(properties) {
|
|
7211
|
+
const ModConstructor = await importWidgetsFeatureFormUtilityNetworkAssociationInput();
|
|
7212
|
+
return new ModConstructor(properties);
|
|
7213
|
+
}
|
|
6950
7214
|
async function importWidgetsFeatures() {
|
|
6951
7215
|
if (isAMD) {
|
|
6952
7216
|
return await window.$arcgis.import("esri/widgets/Features");
|
|
@@ -7123,6 +7387,28 @@ async function newWidgetsFeatureTableSupportFieldColumnTemplate(properties) {
|
|
|
7123
7387
|
const ModConstructor = await importWidgetsFeatureTableSupportFieldColumnTemplate();
|
|
7124
7388
|
return new ModConstructor(properties);
|
|
7125
7389
|
}
|
|
7390
|
+
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
7391
|
+
if (isAMD) {
|
|
7392
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
7393
|
+
}
|
|
7394
|
+
const module = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsColumnTemplate.js");
|
|
7395
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7396
|
+
}
|
|
7397
|
+
async function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties) {
|
|
7398
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsColumnTemplate();
|
|
7399
|
+
return new ModConstructor(properties);
|
|
7400
|
+
}
|
|
7401
|
+
async function importWidgetsFeatureTableSupportRelationshipColumnTemplate() {
|
|
7402
|
+
if (isAMD) {
|
|
7403
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/RelationshipColumnTemplate");
|
|
7404
|
+
}
|
|
7405
|
+
const module = await import("@arcgis/core/widgets/FeatureTable/support/RelationshipColumnTemplate.js");
|
|
7406
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7407
|
+
}
|
|
7408
|
+
async function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties) {
|
|
7409
|
+
const ModConstructor = await importWidgetsFeatureTableSupportRelationshipColumnTemplate();
|
|
7410
|
+
return new ModConstructor(properties);
|
|
7411
|
+
}
|
|
7126
7412
|
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
7127
7413
|
if (isAMD) {
|
|
7128
7414
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
@@ -8179,6 +8465,17 @@ async function newWidgetsUtilityNetworkTrace(properties) {
|
|
|
8179
8465
|
const ModConstructor = await importWidgetsUtilityNetworkTrace();
|
|
8180
8466
|
return new ModConstructor(properties);
|
|
8181
8467
|
}
|
|
8468
|
+
async function importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel() {
|
|
8469
|
+
if (isAMD) {
|
|
8470
|
+
return await window.$arcgis.import("esri/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel");
|
|
8471
|
+
}
|
|
8472
|
+
const module = await import("@arcgis/core/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel.js");
|
|
8473
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8474
|
+
}
|
|
8475
|
+
async function newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel(properties) {
|
|
8476
|
+
const ModConstructor = await importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel();
|
|
8477
|
+
return new ModConstructor(properties);
|
|
8478
|
+
}
|
|
8182
8479
|
async function importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel() {
|
|
8183
8480
|
if (isAMD) {
|
|
8184
8481
|
return await window.$arcgis.import("esri/widgets/UtilityNetworkTrace/UtilityNetworkTraceViewModel");
|
|
@@ -8432,25 +8729,18 @@ async function importCoreWorkers() {
|
|
|
8432
8729
|
const module = await import("@arcgis/core/core/workers.js");
|
|
8433
8730
|
return isDefaultModule(module) ? module.default : module;
|
|
8434
8731
|
}
|
|
8435
|
-
async function
|
|
8436
|
-
if (isAMD) {
|
|
8437
|
-
return await window.$arcgis.import("esri/form/elements/inputs/attachments/support/inputs");
|
|
8438
|
-
}
|
|
8439
|
-
const module = await import("@arcgis/core/form/elements/inputs/attachments/support/inputs.js");
|
|
8440
|
-
return isDefaultModule(module) ? module.default : module;
|
|
8441
|
-
}
|
|
8442
|
-
async function importFormElementsSupportInputs() {
|
|
8732
|
+
async function importFormElementsInputs() {
|
|
8443
8733
|
if (isAMD) {
|
|
8444
|
-
return await window.$arcgis.import("esri/form/elements/
|
|
8734
|
+
return await window.$arcgis.import("esri/form/elements/inputs");
|
|
8445
8735
|
}
|
|
8446
|
-
const module = await import("@arcgis/core/form/elements/
|
|
8736
|
+
const module = await import("@arcgis/core/form/elements/inputs.js");
|
|
8447
8737
|
return isDefaultModule(module) ? module.default : module;
|
|
8448
8738
|
}
|
|
8449
|
-
async function
|
|
8739
|
+
async function importFormElements() {
|
|
8450
8740
|
if (isAMD) {
|
|
8451
|
-
return await window.$arcgis.import("esri/form/
|
|
8741
|
+
return await window.$arcgis.import("esri/form/elements");
|
|
8452
8742
|
}
|
|
8453
|
-
const module = await import("@arcgis/core/form/
|
|
8743
|
+
const module = await import("@arcgis/core/form/elements.js");
|
|
8454
8744
|
return isDefaultModule(module) ? module.default : module;
|
|
8455
8745
|
}
|
|
8456
8746
|
async function importGeometry() {
|
|
@@ -8495,6 +8785,13 @@ async function importGeometryOperatorsAffineTransformOperator() {
|
|
|
8495
8785
|
const module = await import("@arcgis/core/geometry/operators/affineTransformOperator.js");
|
|
8496
8786
|
return isDefaultModule(module) ? module.default : module;
|
|
8497
8787
|
}
|
|
8788
|
+
async function importGeometryOperatorsAlphaShapeOperator() {
|
|
8789
|
+
if (isAMD) {
|
|
8790
|
+
return await window.$arcgis.import("esri/geometry/operators/alphaShapeOperator");
|
|
8791
|
+
}
|
|
8792
|
+
const module = await import("@arcgis/core/geometry/operators/alphaShapeOperator.js");
|
|
8793
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8794
|
+
}
|
|
8498
8795
|
async function importGeometryOperatorsAreaOperator() {
|
|
8499
8796
|
if (isAMD) {
|
|
8500
8797
|
return await window.$arcgis.import("esri/geometry/operators/areaOperator");
|
|
@@ -8502,6 +8799,20 @@ async function importGeometryOperatorsAreaOperator() {
|
|
|
8502
8799
|
const module = await import("@arcgis/core/geometry/operators/areaOperator.js");
|
|
8503
8800
|
return isDefaultModule(module) ? module.default : module;
|
|
8504
8801
|
}
|
|
8802
|
+
async function importGeometryOperatorsAutoCompleteOperator() {
|
|
8803
|
+
if (isAMD) {
|
|
8804
|
+
return await window.$arcgis.import("esri/geometry/operators/autoCompleteOperator");
|
|
8805
|
+
}
|
|
8806
|
+
const module = await import("@arcgis/core/geometry/operators/autoCompleteOperator.js");
|
|
8807
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8808
|
+
}
|
|
8809
|
+
async function importGeometryOperatorsBoundaryOperator() {
|
|
8810
|
+
if (isAMD) {
|
|
8811
|
+
return await window.$arcgis.import("esri/geometry/operators/boundaryOperator");
|
|
8812
|
+
}
|
|
8813
|
+
const module = await import("@arcgis/core/geometry/operators/boundaryOperator.js");
|
|
8814
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8815
|
+
}
|
|
8505
8816
|
async function importGeometryOperatorsBufferOperator() {
|
|
8506
8817
|
if (isAMD) {
|
|
8507
8818
|
return await window.$arcgis.import("esri/geometry/operators/bufferOperator");
|
|
@@ -8565,18 +8876,18 @@ async function importGeometryOperatorsDifferenceOperator() {
|
|
|
8565
8876
|
const module = await import("@arcgis/core/geometry/operators/differenceOperator.js");
|
|
8566
8877
|
return isDefaultModule(module) ? module.default : module;
|
|
8567
8878
|
}
|
|
8568
|
-
async function
|
|
8879
|
+
async function importGeometryOperatorsDisjointOperator() {
|
|
8569
8880
|
if (isAMD) {
|
|
8570
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
8881
|
+
return await window.$arcgis.import("esri/geometry/operators/disjointOperator");
|
|
8571
8882
|
}
|
|
8572
|
-
const module = await import("@arcgis/core/geometry/operators/
|
|
8883
|
+
const module = await import("@arcgis/core/geometry/operators/disjointOperator.js");
|
|
8573
8884
|
return isDefaultModule(module) ? module.default : module;
|
|
8574
8885
|
}
|
|
8575
|
-
async function
|
|
8886
|
+
async function importGeometryOperatorsDistanceOperator() {
|
|
8576
8887
|
if (isAMD) {
|
|
8577
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
8888
|
+
return await window.$arcgis.import("esri/geometry/operators/distanceOperator");
|
|
8578
8889
|
}
|
|
8579
|
-
const module = await import("@arcgis/core/geometry/operators/
|
|
8890
|
+
const module = await import("@arcgis/core/geometry/operators/distanceOperator.js");
|
|
8580
8891
|
return isDefaultModule(module) ? module.default : module;
|
|
8581
8892
|
}
|
|
8582
8893
|
async function importGeometryOperatorsEqualsOperator() {
|
|
@@ -8586,6 +8897,20 @@ async function importGeometryOperatorsEqualsOperator() {
|
|
|
8586
8897
|
const module = await import("@arcgis/core/geometry/operators/equalsOperator.js");
|
|
8587
8898
|
return isDefaultModule(module) ? module.default : module;
|
|
8588
8899
|
}
|
|
8900
|
+
async function importGeometryOperatorsExtendOperator() {
|
|
8901
|
+
if (isAMD) {
|
|
8902
|
+
return await window.$arcgis.import("esri/geometry/operators/extendOperator");
|
|
8903
|
+
}
|
|
8904
|
+
const module = await import("@arcgis/core/geometry/operators/extendOperator.js");
|
|
8905
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8906
|
+
}
|
|
8907
|
+
async function importGeometryOperatorsGeneralizeOperator() {
|
|
8908
|
+
if (isAMD) {
|
|
8909
|
+
return await window.$arcgis.import("esri/geometry/operators/generalizeOperator");
|
|
8910
|
+
}
|
|
8911
|
+
const module = await import("@arcgis/core/geometry/operators/generalizeOperator.js");
|
|
8912
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8913
|
+
}
|
|
8589
8914
|
async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
8590
8915
|
if (isAMD) {
|
|
8591
8916
|
return await window.$arcgis.import("esri/geometry/operators/geodesicBufferOperator");
|
|
@@ -8593,6 +8918,13 @@ async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
|
8593
8918
|
const module = await import("@arcgis/core/geometry/operators/geodesicBufferOperator.js");
|
|
8594
8919
|
return isDefaultModule(module) ? module.default : module;
|
|
8595
8920
|
}
|
|
8921
|
+
async function importGeometryOperatorsGeodesicProximityOperator() {
|
|
8922
|
+
if (isAMD) {
|
|
8923
|
+
return await window.$arcgis.import("esri/geometry/operators/geodesicProximityOperator");
|
|
8924
|
+
}
|
|
8925
|
+
const module = await import("@arcgis/core/geometry/operators/geodesicProximityOperator.js");
|
|
8926
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8927
|
+
}
|
|
8596
8928
|
async function importGeometryOperatorsGeodeticAreaOperator() {
|
|
8597
8929
|
if (isAMD) {
|
|
8598
8930
|
return await window.$arcgis.import("esri/geometry/operators/geodeticAreaOperator");
|
|
@@ -8621,18 +8953,18 @@ async function importGeometryOperatorsGeodeticLengthOperator() {
|
|
|
8621
8953
|
const module = await import("@arcgis/core/geometry/operators/geodeticLengthOperator.js");
|
|
8622
8954
|
return isDefaultModule(module) ? module.default : module;
|
|
8623
8955
|
}
|
|
8624
|
-
async function
|
|
8956
|
+
async function importGeometryOperatorsGraphicBufferOperator() {
|
|
8625
8957
|
if (isAMD) {
|
|
8626
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
8958
|
+
return await window.$arcgis.import("esri/geometry/operators/graphicBufferOperator");
|
|
8627
8959
|
}
|
|
8628
|
-
const module = await import("@arcgis/core/geometry/operators/
|
|
8960
|
+
const module = await import("@arcgis/core/geometry/operators/graphicBufferOperator.js");
|
|
8629
8961
|
return isDefaultModule(module) ? module.default : module;
|
|
8630
8962
|
}
|
|
8631
|
-
async function
|
|
8963
|
+
async function importGeometryOperatorsIntegrateOperator() {
|
|
8632
8964
|
if (isAMD) {
|
|
8633
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
8965
|
+
return await window.$arcgis.import("esri/geometry/operators/integrateOperator");
|
|
8634
8966
|
}
|
|
8635
|
-
const module = await import("@arcgis/core/geometry/operators/
|
|
8967
|
+
const module = await import("@arcgis/core/geometry/operators/integrateOperator.js");
|
|
8636
8968
|
return isDefaultModule(module) ? module.default : module;
|
|
8637
8969
|
}
|
|
8638
8970
|
async function importGeometryOperatorsIntersectionOperator() {
|
|
@@ -8649,6 +8981,20 @@ async function importGeometryOperatorsIntersectsOperator() {
|
|
|
8649
8981
|
const module = await import("@arcgis/core/geometry/operators/intersectsOperator.js");
|
|
8650
8982
|
return isDefaultModule(module) ? module.default : module;
|
|
8651
8983
|
}
|
|
8984
|
+
async function importGeometryOperatorsIsNearOperator() {
|
|
8985
|
+
if (isAMD) {
|
|
8986
|
+
return await window.$arcgis.import("esri/geometry/operators/isNearOperator");
|
|
8987
|
+
}
|
|
8988
|
+
const module = await import("@arcgis/core/geometry/operators/isNearOperator.js");
|
|
8989
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8990
|
+
}
|
|
8991
|
+
async function importGeometryOperatorsLabelPointOperator() {
|
|
8992
|
+
if (isAMD) {
|
|
8993
|
+
return await window.$arcgis.import("esri/geometry/operators/labelPointOperator");
|
|
8994
|
+
}
|
|
8995
|
+
const module = await import("@arcgis/core/geometry/operators/labelPointOperator.js");
|
|
8996
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8997
|
+
}
|
|
8652
8998
|
async function importGeometryOperatorsLengthOperator() {
|
|
8653
8999
|
if (isAMD) {
|
|
8654
9000
|
return await window.$arcgis.import("esri/geometry/operators/lengthOperator");
|
|
@@ -8656,6 +9002,34 @@ async function importGeometryOperatorsLengthOperator() {
|
|
|
8656
9002
|
const module = await import("@arcgis/core/geometry/operators/lengthOperator.js");
|
|
8657
9003
|
return isDefaultModule(module) ? module.default : module;
|
|
8658
9004
|
}
|
|
9005
|
+
async function importGeometryOperatorsLinesToPolygonsOperator() {
|
|
9006
|
+
if (isAMD) {
|
|
9007
|
+
return await window.$arcgis.import("esri/geometry/operators/linesToPolygonsOperator");
|
|
9008
|
+
}
|
|
9009
|
+
const module = await import("@arcgis/core/geometry/operators/linesToPolygonsOperator.js");
|
|
9010
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9011
|
+
}
|
|
9012
|
+
async function importGeometryOperatorsLocateBetweenOperator() {
|
|
9013
|
+
if (isAMD) {
|
|
9014
|
+
return await window.$arcgis.import("esri/geometry/operators/locateBetweenOperator");
|
|
9015
|
+
}
|
|
9016
|
+
const module = await import("@arcgis/core/geometry/operators/locateBetweenOperator.js");
|
|
9017
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9018
|
+
}
|
|
9019
|
+
async function importGeometryOperatorsMinimumBoundingCircleOperator() {
|
|
9020
|
+
if (isAMD) {
|
|
9021
|
+
return await window.$arcgis.import("esri/geometry/operators/minimumBoundingCircleOperator");
|
|
9022
|
+
}
|
|
9023
|
+
const module = await import("@arcgis/core/geometry/operators/minimumBoundingCircleOperator.js");
|
|
9024
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9025
|
+
}
|
|
9026
|
+
async function importGeometryOperatorsMultiPartToSinglePartOperator() {
|
|
9027
|
+
if (isAMD) {
|
|
9028
|
+
return await window.$arcgis.import("esri/geometry/operators/multiPartToSinglePartOperator");
|
|
9029
|
+
}
|
|
9030
|
+
const module = await import("@arcgis/core/geometry/operators/multiPartToSinglePartOperator.js");
|
|
9031
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9032
|
+
}
|
|
8659
9033
|
async function importGeometryOperatorsOffsetOperator() {
|
|
8660
9034
|
if (isAMD) {
|
|
8661
9035
|
return await window.$arcgis.import("esri/geometry/operators/offsetOperator");
|
|
@@ -8670,6 +9044,20 @@ async function importGeometryOperatorsOverlapsOperator() {
|
|
|
8670
9044
|
const module = await import("@arcgis/core/geometry/operators/overlapsOperator.js");
|
|
8671
9045
|
return isDefaultModule(module) ? module.default : module;
|
|
8672
9046
|
}
|
|
9047
|
+
async function importGeometryOperatorsPolygonOverlayOperator() {
|
|
9048
|
+
if (isAMD) {
|
|
9049
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonOverlayOperator");
|
|
9050
|
+
}
|
|
9051
|
+
const module = await import("@arcgis/core/geometry/operators/polygonOverlayOperator.js");
|
|
9052
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9053
|
+
}
|
|
9054
|
+
async function importGeometryOperatorsPolygonSlicerOperator() {
|
|
9055
|
+
if (isAMD) {
|
|
9056
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonSlicerOperator");
|
|
9057
|
+
}
|
|
9058
|
+
const module = await import("@arcgis/core/geometry/operators/polygonSlicerOperator.js");
|
|
9059
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9060
|
+
}
|
|
8673
9061
|
async function importGeometryOperatorsProximityOperator() {
|
|
8674
9062
|
if (isAMD) {
|
|
8675
9063
|
return await window.$arcgis.import("esri/geometry/operators/proximityOperator");
|
|
@@ -8684,6 +9072,13 @@ async function importGeometryOperatorsRelateOperator() {
|
|
|
8684
9072
|
const module = await import("@arcgis/core/geometry/operators/relateOperator.js");
|
|
8685
9073
|
return isDefaultModule(module) ? module.default : module;
|
|
8686
9074
|
}
|
|
9075
|
+
async function importGeometryOperatorsReshapeOperator() {
|
|
9076
|
+
if (isAMD) {
|
|
9077
|
+
return await window.$arcgis.import("esri/geometry/operators/reshapeOperator");
|
|
9078
|
+
}
|
|
9079
|
+
const module = await import("@arcgis/core/geometry/operators/reshapeOperator.js");
|
|
9080
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9081
|
+
}
|
|
8687
9082
|
async function importGeometryOperatorsSimplifyOperator() {
|
|
8688
9083
|
if (isAMD) {
|
|
8689
9084
|
return await window.$arcgis.import("esri/geometry/operators/simplifyOperator");
|
|
@@ -8775,6 +9170,20 @@ async function importLayersCatalogCatalogUtils() {
|
|
|
8775
9170
|
const module = await import("@arcgis/core/layers/catalog/catalogUtils.js");
|
|
8776
9171
|
return isDefaultModule(module) ? module.default : module;
|
|
8777
9172
|
}
|
|
9173
|
+
async function importLayersKnowledgeGraphCypherUtils() {
|
|
9174
|
+
if (isAMD) {
|
|
9175
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/cypherUtils");
|
|
9176
|
+
}
|
|
9177
|
+
const module = await import("@arcgis/core/layers/knowledgeGraph/cypherUtils.js");
|
|
9178
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9179
|
+
}
|
|
9180
|
+
async function importLayersKnowledgeGraphSupportUtils() {
|
|
9181
|
+
if (isAMD) {
|
|
9182
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/supportUtils");
|
|
9183
|
+
}
|
|
9184
|
+
const module = await import("@arcgis/core/layers/knowledgeGraph/supportUtils.js");
|
|
9185
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9186
|
+
}
|
|
8778
9187
|
async function importLayersOgcWfsUtils() {
|
|
8779
9188
|
if (isAMD) {
|
|
8780
9189
|
return await window.$arcgis.import("esri/layers/ogc/wfsUtils");
|
|
@@ -8789,6 +9198,20 @@ async function importLayersOgcWcsUtils() {
|
|
|
8789
9198
|
const module = await import("@arcgis/core/layers/ogc/wcsUtils.js");
|
|
8790
9199
|
return isDefaultModule(module) ? module.default : module;
|
|
8791
9200
|
}
|
|
9201
|
+
async function importLayersOrientedImageryTransformationsWorldToImage() {
|
|
9202
|
+
if (isAMD) {
|
|
9203
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/worldToImage");
|
|
9204
|
+
}
|
|
9205
|
+
const module = await import("@arcgis/core/layers/orientedImagery/transformations/worldToImage.js");
|
|
9206
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9207
|
+
}
|
|
9208
|
+
async function importLayersOrientedImageryTransformationsImageToWorld() {
|
|
9209
|
+
if (isAMD) {
|
|
9210
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/imageToWorld");
|
|
9211
|
+
}
|
|
9212
|
+
const module = await import("@arcgis/core/layers/orientedImagery/transformations/imageToWorld.js");
|
|
9213
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9214
|
+
}
|
|
8792
9215
|
async function importLayersSupportArcadeUtils() {
|
|
8793
9216
|
if (isAMD) {
|
|
8794
9217
|
return await window.$arcgis.import("esri/layers/support/arcadeUtils");
|
|
@@ -9237,6 +9660,13 @@ async function importSmartMappingRenderersUnivariateColorSize() {
|
|
|
9237
9660
|
const module = await import("@arcgis/core/smartMapping/renderers/univariateColorSize.js");
|
|
9238
9661
|
return isDefaultModule(module) ? module.default : module;
|
|
9239
9662
|
}
|
|
9663
|
+
async function importSmartMappingRenderersSupportRendererUtils() {
|
|
9664
|
+
if (isAMD) {
|
|
9665
|
+
return await window.$arcgis.import("esri/smartMapping/renderers/support/rendererUtils");
|
|
9666
|
+
}
|
|
9667
|
+
const module = await import("@arcgis/core/smartMapping/renderers/support/rendererUtils.js");
|
|
9668
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9669
|
+
}
|
|
9240
9670
|
async function importSmartMappingStatisticsClassBreaks() {
|
|
9241
9671
|
if (isAMD) {
|
|
9242
9672
|
return await window.$arcgis.import("esri/smartMapping/statistics/classBreaks");
|
|
@@ -9426,11 +9856,11 @@ async function importSymbolsSupportSymbolUtils() {
|
|
|
9426
9856
|
const module = await import("@arcgis/core/symbols/support/symbolUtils.js");
|
|
9427
9857
|
return isDefaultModule(module) ? module.default : module;
|
|
9428
9858
|
}
|
|
9429
|
-
async function
|
|
9859
|
+
async function importTablesElements() {
|
|
9430
9860
|
if (isAMD) {
|
|
9431
|
-
return await window.$arcgis.import("esri/tables/
|
|
9861
|
+
return await window.$arcgis.import("esri/tables/elements");
|
|
9432
9862
|
}
|
|
9433
|
-
const module = await import("@arcgis/core/tables/
|
|
9863
|
+
const module = await import("@arcgis/core/tables/elements.js");
|
|
9434
9864
|
return isDefaultModule(module) ? module.default : module;
|
|
9435
9865
|
}
|
|
9436
9866
|
async function importVersionManagementUtils() {
|
|
@@ -9447,13 +9877,6 @@ async function importVersionManagementVersionAdaptersUtils() {
|
|
|
9447
9877
|
const module = await import("@arcgis/core/versionManagement/versionAdapters/utils.js");
|
|
9448
9878
|
return isDefaultModule(module) ? module.default : module;
|
|
9449
9879
|
}
|
|
9450
|
-
async function importViews3dExternalRenderers() {
|
|
9451
|
-
if (isAMD) {
|
|
9452
|
-
return await window.$arcgis.import("esri/views/3d/externalRenderers");
|
|
9453
|
-
}
|
|
9454
|
-
const module = await import("@arcgis/core/views/3d/externalRenderers.js");
|
|
9455
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9456
|
-
}
|
|
9457
9880
|
async function importViews3dWebglManagedFBO() {
|
|
9458
9881
|
if (isAMD) {
|
|
9459
9882
|
return await window.$arcgis.import("esri/views/3d/webgl/ManagedFBO");
|
|
@@ -9517,6 +9940,13 @@ async function importWidgetsSmartMappingSupportUtils() {
|
|
|
9517
9940
|
const module = await import("@arcgis/core/widgets/smartMapping/support/utils.js");
|
|
9518
9941
|
return isDefaultModule(module) ? module.default : module;
|
|
9519
9942
|
}
|
|
9943
|
+
async function importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel() {
|
|
9944
|
+
if (isAMD) {
|
|
9945
|
+
return await window.$arcgis.import("esri/widgets/support/UtilityNetworkAssociations/UtilityNetworkAssociationsViewModel");
|
|
9946
|
+
}
|
|
9947
|
+
const module = await import("@arcgis/core/widgets/support/UtilityNetworkAssociations/UtilityNetworkAssociationsViewModel.js");
|
|
9948
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9949
|
+
}
|
|
9520
9950
|
async function importWidgetsSupportWidget() {
|
|
9521
9951
|
if (isAMD) {
|
|
9522
9952
|
return await window.$arcgis.import("esri/widgets/support/widget");
|
|
@@ -9538,6 +9968,13 @@ async function importApplicationsComponentsDrawUtils() {
|
|
|
9538
9968
|
const module = await import("@arcgis/core/applications/Components/drawUtils.js");
|
|
9539
9969
|
return isDefaultModule(module) ? module.default : module;
|
|
9540
9970
|
}
|
|
9971
|
+
async function importApplicationsComponentsFontUtils() {
|
|
9972
|
+
if (isAMD) {
|
|
9973
|
+
return await window.$arcgis.import("esri/applications/Components/fontUtils");
|
|
9974
|
+
}
|
|
9975
|
+
const module = await import("@arcgis/core/applications/Components/fontUtils.js");
|
|
9976
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9977
|
+
}
|
|
9541
9978
|
async function importApplicationsComponentsGetDefaultUnits() {
|
|
9542
9979
|
if (isAMD) {
|
|
9543
9980
|
return await window.$arcgis.import("esri/applications/Components/getDefaultUnits");
|
|
@@ -9573,6 +10010,27 @@ async function importApplicationsComponentsPreviewSymbol2D() {
|
|
|
9573
10010
|
const module = await import("@arcgis/core/applications/Components/previewSymbol2D.js");
|
|
9574
10011
|
return isDefaultModule(module) ? module.default : module;
|
|
9575
10012
|
}
|
|
10013
|
+
async function importApplicationsComponentsReactiveUtils() {
|
|
10014
|
+
if (isAMD) {
|
|
10015
|
+
return await window.$arcgis.import("esri/applications/Components/reactiveUtils");
|
|
10016
|
+
}
|
|
10017
|
+
const module = await import("@arcgis/core/applications/Components/reactiveUtils.js");
|
|
10018
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10019
|
+
}
|
|
10020
|
+
async function importApplicationsComponentsSelectionOperation() {
|
|
10021
|
+
if (isAMD) {
|
|
10022
|
+
return await window.$arcgis.import("esri/applications/Components/SelectionOperation");
|
|
10023
|
+
}
|
|
10024
|
+
const module = await import("@arcgis/core/applications/Components/SelectionOperation.js");
|
|
10025
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10026
|
+
}
|
|
10027
|
+
async function importApplicationsComponentsSketchTooltipControls() {
|
|
10028
|
+
if (isAMD) {
|
|
10029
|
+
return await window.$arcgis.import("esri/applications/Components/SketchTooltipControls");
|
|
10030
|
+
}
|
|
10031
|
+
const module = await import("@arcgis/core/applications/Components/SketchTooltipControls.js");
|
|
10032
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10033
|
+
}
|
|
9576
10034
|
async function importApplicationsComponentsStyleUtils() {
|
|
9577
10035
|
if (isAMD) {
|
|
9578
10036
|
return await window.$arcgis.import("esri/applications/Components/styleUtils");
|
|
@@ -9594,13 +10052,6 @@ async function importApplicationsComponentsWebStyleSymbolUtils() {
|
|
|
9594
10052
|
const module = await import("@arcgis/core/applications/Components/webStyleSymbolUtils.js");
|
|
9595
10053
|
return isDefaultModule(module) ? module.default : module;
|
|
9596
10054
|
}
|
|
9597
|
-
async function importApplicationsExcaliburVideoViewUtils() {
|
|
9598
|
-
if (isAMD) {
|
|
9599
|
-
return await window.$arcgis.import("esri/applications/Excalibur/videoViewUtils");
|
|
9600
|
-
}
|
|
9601
|
-
const module = await import("@arcgis/core/applications/Excalibur/videoViewUtils.js");
|
|
9602
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9603
|
-
}
|
|
9604
10055
|
async function importApplicationsExperienceBuilderSketchUtils() {
|
|
9605
10056
|
if (isAMD) {
|
|
9606
10057
|
return await window.$arcgis.import("esri/applications/ExperienceBuilder/sketchUtils");
|
|
@@ -9608,18 +10059,11 @@ async function importApplicationsExperienceBuilderSketchUtils() {
|
|
|
9608
10059
|
const module = await import("@arcgis/core/applications/ExperienceBuilder/sketchUtils.js");
|
|
9609
10060
|
return isDefaultModule(module) ? module.default : module;
|
|
9610
10061
|
}
|
|
9611
|
-
async function
|
|
10062
|
+
async function importApplicationsMapViewerTemplateUtils() {
|
|
9612
10063
|
if (isAMD) {
|
|
9613
|
-
return await window.$arcgis.import("esri/applications/MapViewer/
|
|
10064
|
+
return await window.$arcgis.import("esri/applications/MapViewer/templateUtils");
|
|
9614
10065
|
}
|
|
9615
|
-
const module = await import("@arcgis/core/applications/MapViewer/
|
|
9616
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9617
|
-
}
|
|
9618
|
-
async function importApplicationsSceneViewerColorUtils() {
|
|
9619
|
-
if (isAMD) {
|
|
9620
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/colorUtils");
|
|
9621
|
-
}
|
|
9622
|
-
const module = await import("@arcgis/core/applications/SceneViewer/colorUtils.js");
|
|
10066
|
+
const module = await import("@arcgis/core/applications/MapViewer/templateUtils.js");
|
|
9623
10067
|
return isDefaultModule(module) ? module.default : module;
|
|
9624
10068
|
}
|
|
9625
10069
|
async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
@@ -9629,34 +10073,6 @@ async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
|
9629
10073
|
const module = await import("@arcgis/core/applications/SceneViewer/devEnvironmentUtils.js");
|
|
9630
10074
|
return isDefaultModule(module) ? module.default : module;
|
|
9631
10075
|
}
|
|
9632
|
-
async function importApplicationsSceneViewerLayerUtils() {
|
|
9633
|
-
if (isAMD) {
|
|
9634
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/layerUtils");
|
|
9635
|
-
}
|
|
9636
|
-
const module = await import("@arcgis/core/applications/SceneViewer/layerUtils.js");
|
|
9637
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9638
|
-
}
|
|
9639
|
-
async function importApplicationsSceneViewerSceneViewerUtils() {
|
|
9640
|
-
if (isAMD) {
|
|
9641
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/sceneViewerUtils");
|
|
9642
|
-
}
|
|
9643
|
-
const module = await import("@arcgis/core/applications/SceneViewer/sceneViewerUtils.js");
|
|
9644
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9645
|
-
}
|
|
9646
|
-
async function importApplicationsSceneViewerSymbolUtils() {
|
|
9647
|
-
if (isAMD) {
|
|
9648
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/symbolUtils");
|
|
9649
|
-
}
|
|
9650
|
-
const module = await import("@arcgis/core/applications/SceneViewer/symbolUtils.js");
|
|
9651
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9652
|
-
}
|
|
9653
|
-
async function importApplicationsUrbanMeshUtils() {
|
|
9654
|
-
if (isAMD) {
|
|
9655
|
-
return await window.$arcgis.import("esri/applications/Urban/meshUtils");
|
|
9656
|
-
}
|
|
9657
|
-
const module = await import("@arcgis/core/applications/Urban/meshUtils.js");
|
|
9658
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9659
|
-
}
|
|
9660
10076
|
async function importApplicationsWebEditorSketchUtils() {
|
|
9661
10077
|
if (isAMD) {
|
|
9662
10078
|
return await window.$arcgis.import("esri/applications/WebEditor/sketchUtils");
|
|
@@ -9679,23 +10095,21 @@ export {
|
|
|
9679
10095
|
importAnalysisViewshedAnalysis,
|
|
9680
10096
|
importApplicationsComponentsBasemapUtils,
|
|
9681
10097
|
importApplicationsComponentsDrawUtils,
|
|
10098
|
+
importApplicationsComponentsFontUtils,
|
|
9682
10099
|
importApplicationsComponentsGetDefaultUnits,
|
|
9683
10100
|
importApplicationsComponentsGfxUtils,
|
|
9684
10101
|
importApplicationsComponentsLayerOriginUtils,
|
|
9685
10102
|
importApplicationsComponentsLayersEffectsJsonUtils,
|
|
9686
10103
|
importApplicationsComponentsPreviewSymbol2D,
|
|
10104
|
+
importApplicationsComponentsReactiveUtils,
|
|
10105
|
+
importApplicationsComponentsSelectionOperation,
|
|
10106
|
+
importApplicationsComponentsSketchTooltipControls,
|
|
9687
10107
|
importApplicationsComponentsStyleUtils,
|
|
9688
10108
|
importApplicationsComponentsSvgUtils,
|
|
9689
10109
|
importApplicationsComponentsWebStyleSymbolUtils,
|
|
9690
|
-
importApplicationsExcaliburVideoViewUtils,
|
|
9691
10110
|
importApplicationsExperienceBuilderSketchUtils,
|
|
9692
|
-
|
|
9693
|
-
importApplicationsSceneViewerColorUtils,
|
|
10111
|
+
importApplicationsMapViewerTemplateUtils,
|
|
9694
10112
|
importApplicationsSceneViewerDevEnvironmentUtils,
|
|
9695
|
-
importApplicationsSceneViewerLayerUtils,
|
|
9696
|
-
importApplicationsSceneViewerSceneViewerUtils,
|
|
9697
|
-
importApplicationsSceneViewerSymbolUtils,
|
|
9698
|
-
importApplicationsUrbanMeshUtils,
|
|
9699
10113
|
importApplicationsWebEditorSketchUtils,
|
|
9700
10114
|
importArcade,
|
|
9701
10115
|
importBasemap,
|
|
@@ -9717,16 +10131,17 @@ export {
|
|
|
9717
10131
|
importCoreUrlUtils,
|
|
9718
10132
|
importCoreWorkers,
|
|
9719
10133
|
importCoreWorkersConnection,
|
|
10134
|
+
importFormElements,
|
|
9720
10135
|
importFormElementsAttachmentElement,
|
|
9721
10136
|
importFormElementsElement,
|
|
9722
10137
|
importFormElementsFieldElement,
|
|
9723
10138
|
importFormElementsGroupElement,
|
|
10139
|
+
importFormElementsInputs,
|
|
9724
10140
|
importFormElementsInputsAttachmentsAttachmentInput,
|
|
9725
10141
|
importFormElementsInputsAttachmentsAudioInput,
|
|
9726
10142
|
importFormElementsInputsAttachmentsDocumentInput,
|
|
9727
10143
|
importFormElementsInputsAttachmentsImageInput,
|
|
9728
10144
|
importFormElementsInputsAttachmentsSignatureInput,
|
|
9729
|
-
importFormElementsInputsAttachmentsSupportInputs,
|
|
9730
10145
|
importFormElementsInputsAttachmentsVideoInput,
|
|
9731
10146
|
importFormElementsInputsBarcodeScannerInput,
|
|
9732
10147
|
importFormElementsInputsComboBoxInput,
|
|
@@ -9739,11 +10154,10 @@ export {
|
|
|
9739
10154
|
importFormElementsInputsTextBoxInput,
|
|
9740
10155
|
importFormElementsInputsTimePickerInput,
|
|
9741
10156
|
importFormElementsRelationshipElement,
|
|
9742
|
-
importFormElementsSupportInputs,
|
|
9743
10157
|
importFormElementsTextElement,
|
|
10158
|
+
importFormElementsUtilityNetworkAssociationsElement,
|
|
9744
10159
|
importFormExpressionInfo,
|
|
9745
10160
|
importFormFormTemplate,
|
|
9746
|
-
importFormSupportElements,
|
|
9747
10161
|
importGeometry,
|
|
9748
10162
|
importGeometryCircle,
|
|
9749
10163
|
importGeometryCoordinateFormatter,
|
|
@@ -9755,7 +10169,10 @@ export {
|
|
|
9755
10169
|
importGeometryMesh,
|
|
9756
10170
|
importGeometryMultipoint,
|
|
9757
10171
|
importGeometryOperatorsAffineTransformOperator,
|
|
10172
|
+
importGeometryOperatorsAlphaShapeOperator,
|
|
9758
10173
|
importGeometryOperatorsAreaOperator,
|
|
10174
|
+
importGeometryOperatorsAutoCompleteOperator,
|
|
10175
|
+
importGeometryOperatorsBoundaryOperator,
|
|
9759
10176
|
importGeometryOperatorsBufferOperator,
|
|
9760
10177
|
importGeometryOperatorsCentroidOperator,
|
|
9761
10178
|
importGeometryOperatorsClipOperator,
|
|
@@ -9768,20 +10185,32 @@ export {
|
|
|
9768
10185
|
importGeometryOperatorsDisjointOperator,
|
|
9769
10186
|
importGeometryOperatorsDistanceOperator,
|
|
9770
10187
|
importGeometryOperatorsEqualsOperator,
|
|
10188
|
+
importGeometryOperatorsExtendOperator,
|
|
9771
10189
|
importGeometryOperatorsGeneralizeOperator,
|
|
9772
10190
|
importGeometryOperatorsGeodesicBufferOperator,
|
|
10191
|
+
importGeometryOperatorsGeodesicProximityOperator,
|
|
9773
10192
|
importGeometryOperatorsGeodeticAreaOperator,
|
|
9774
10193
|
importGeometryOperatorsGeodeticDensifyOperator,
|
|
9775
10194
|
importGeometryOperatorsGeodeticDistanceOperator,
|
|
9776
10195
|
importGeometryOperatorsGeodeticLengthOperator,
|
|
9777
10196
|
importGeometryOperatorsGraphicBufferOperator,
|
|
10197
|
+
importGeometryOperatorsIntegrateOperator,
|
|
9778
10198
|
importGeometryOperatorsIntersectionOperator,
|
|
9779
10199
|
importGeometryOperatorsIntersectsOperator,
|
|
10200
|
+
importGeometryOperatorsIsNearOperator,
|
|
10201
|
+
importGeometryOperatorsLabelPointOperator,
|
|
9780
10202
|
importGeometryOperatorsLengthOperator,
|
|
10203
|
+
importGeometryOperatorsLinesToPolygonsOperator,
|
|
10204
|
+
importGeometryOperatorsLocateBetweenOperator,
|
|
10205
|
+
importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
10206
|
+
importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
9781
10207
|
importGeometryOperatorsOffsetOperator,
|
|
9782
10208
|
importGeometryOperatorsOverlapsOperator,
|
|
10209
|
+
importGeometryOperatorsPolygonOverlayOperator,
|
|
10210
|
+
importGeometryOperatorsPolygonSlicerOperator,
|
|
9783
10211
|
importGeometryOperatorsProximityOperator,
|
|
9784
10212
|
importGeometryOperatorsRelateOperator,
|
|
10213
|
+
importGeometryOperatorsReshapeOperator,
|
|
9785
10214
|
importGeometryOperatorsSimplifyOperator,
|
|
9786
10215
|
importGeometryOperatorsSupportTransformation,
|
|
9787
10216
|
importGeometryOperatorsSymmetricDifferenceOperator,
|
|
@@ -9841,10 +10270,13 @@ export {
|
|
|
9841
10270
|
importLayersIntegratedMesh3DTilesLayer,
|
|
9842
10271
|
importLayersIntegratedMeshLayer,
|
|
9843
10272
|
importLayersKMLLayer,
|
|
10273
|
+
importLayersKnowledgeGraphCypherUtils,
|
|
9844
10274
|
importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
9845
10275
|
importLayersKnowledgeGraphLayer,
|
|
10276
|
+
importLayersKnowledgeGraphSupportUtils,
|
|
9846
10277
|
importLayersLayer,
|
|
9847
10278
|
importLayersLineOfSightLayer,
|
|
10279
|
+
importLayersLinkChartLayer,
|
|
9848
10280
|
importLayersMapImageLayer,
|
|
9849
10281
|
importLayersMapNotesLayer,
|
|
9850
10282
|
importLayersMediaLayer,
|
|
@@ -9853,6 +10285,8 @@ export {
|
|
|
9853
10285
|
importLayersOgcWfsUtils,
|
|
9854
10286
|
importLayersOpenStreetMapLayer,
|
|
9855
10287
|
importLayersOrientedImageryLayer,
|
|
10288
|
+
importLayersOrientedImageryTransformationsImageToWorld,
|
|
10289
|
+
importLayersOrientedImageryTransformationsWorldToImage,
|
|
9856
10290
|
importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
9857
10291
|
importLayersPointCloudFiltersPointCloudFilter,
|
|
9858
10292
|
importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -9946,6 +10380,11 @@ export {
|
|
|
9946
10380
|
importLayersWMSLayer,
|
|
9947
10381
|
importLayersWMTSLayer,
|
|
9948
10382
|
importLayersWebTileLayer,
|
|
10383
|
+
importLinkChartChronologicalLayoutSettings,
|
|
10384
|
+
importLinkChartLayoutSettings,
|
|
10385
|
+
importLinkChartLinkChartProperties,
|
|
10386
|
+
importLinkChartNonspatialDataDisplay,
|
|
10387
|
+
importLinkChartOrganicLayoutSettings,
|
|
9949
10388
|
importMap,
|
|
9950
10389
|
importNetworksNetwork,
|
|
9951
10390
|
importNetworksSupportNamedTraceConfiguration,
|
|
@@ -10058,6 +10497,7 @@ export {
|
|
|
10058
10497
|
importRestKnowledgeGraphGraphProperty,
|
|
10059
10498
|
importRestKnowledgeGraphGraphQuery,
|
|
10060
10499
|
importRestKnowledgeGraphGraphQueryResult,
|
|
10500
|
+
importRestKnowledgeGraphGraphQueryResultHeader,
|
|
10061
10501
|
importRestKnowledgeGraphGraphQueryStreaming,
|
|
10062
10502
|
importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
10063
10503
|
importRestKnowledgeGraphGraphSearch,
|
|
@@ -10071,6 +10511,7 @@ export {
|
|
|
10071
10511
|
importRestKnowledgeGraphSearchIndex,
|
|
10072
10512
|
importRestKnowledgeGraphService,
|
|
10073
10513
|
importRestKnowledgeGraphServiceDefinition,
|
|
10514
|
+
importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
10074
10515
|
importRestLocator,
|
|
10075
10516
|
importRestNetworkService,
|
|
10076
10517
|
importRestNetworksQueryAssociations,
|
|
@@ -10100,6 +10541,10 @@ export {
|
|
|
10100
10541
|
importRestSupportArealUnit,
|
|
10101
10542
|
importRestSupportAreasAndLengthsParameters,
|
|
10102
10543
|
importRestSupportAttachmentQuery,
|
|
10544
|
+
importRestSupportAttributeBinsQuery,
|
|
10545
|
+
importRestSupportAutoIntervalBinParameters,
|
|
10546
|
+
importRestSupportBaseImageMeasureParameters,
|
|
10547
|
+
importRestSupportBaseImageMeasureResult,
|
|
10103
10548
|
importRestSupportBufferParameters,
|
|
10104
10549
|
importRestSupportCameraInfo,
|
|
10105
10550
|
importRestSupportClosestFacilityParameters,
|
|
@@ -10107,6 +10552,8 @@ export {
|
|
|
10107
10552
|
importRestSupportColorRamp,
|
|
10108
10553
|
importRestSupportDataFile,
|
|
10109
10554
|
importRestSupportDataLayer,
|
|
10555
|
+
importRestSupportDateBinParameters,
|
|
10556
|
+
importRestSupportDateBinTimeInterval,
|
|
10110
10557
|
importRestSupportDensifyParameters,
|
|
10111
10558
|
importRestSupportDirectionLine,
|
|
10112
10559
|
importRestSupportDirectionPoint,
|
|
@@ -10120,6 +10567,8 @@ export {
|
|
|
10120
10567
|
importRestSupportFindImagesResult,
|
|
10121
10568
|
importRestSupportFindParameters,
|
|
10122
10569
|
importRestSupportFindResult,
|
|
10570
|
+
importRestSupportFixedBoundariesBinParameters,
|
|
10571
|
+
importRestSupportFixedIntervalBinParameters,
|
|
10123
10572
|
importRestSupportGPMessage,
|
|
10124
10573
|
importRestSupportGeneralizeParameters,
|
|
10125
10574
|
importRestSupportIdentifyParameters,
|
|
@@ -10220,6 +10669,7 @@ export {
|
|
|
10220
10669
|
importSmartMappingRenderersPredominance,
|
|
10221
10670
|
importSmartMappingRenderersRelationship,
|
|
10222
10671
|
importSmartMappingRenderersSize,
|
|
10672
|
+
importSmartMappingRenderersSupportRendererUtils,
|
|
10223
10673
|
importSmartMappingRenderersType,
|
|
10224
10674
|
importSmartMappingRenderersUnivariateColorSize,
|
|
10225
10675
|
importSmartMappingStatisticsClassBreaks,
|
|
@@ -10294,12 +10744,12 @@ export {
|
|
|
10294
10744
|
importSymbolsWaterSymbol3DLayer,
|
|
10295
10745
|
importSymbolsWebStyleSymbol,
|
|
10296
10746
|
importTablesAttributeTableTemplate,
|
|
10747
|
+
importTablesElements,
|
|
10297
10748
|
importTablesElementsAttributeTableAttachmentElement,
|
|
10298
10749
|
importTablesElementsAttributeTableElement,
|
|
10299
10750
|
importTablesElementsAttributeTableFieldElement,
|
|
10300
10751
|
importTablesElementsAttributeTableGroupElement,
|
|
10301
10752
|
importTablesElementsAttributeTableRelationshipElement,
|
|
10302
|
-
importTablesSupportElements,
|
|
10303
10753
|
importTimeExtent,
|
|
10304
10754
|
importTimeInterval,
|
|
10305
10755
|
importTimeTimeExtent,
|
|
@@ -10325,7 +10775,6 @@ export {
|
|
|
10325
10775
|
importViews3dEnvironmentSunLighting,
|
|
10326
10776
|
importViews3dEnvironmentSunnyWeather,
|
|
10327
10777
|
importViews3dEnvironmentVirtualLighting,
|
|
10328
|
-
importViews3dExternalRenderers,
|
|
10329
10778
|
importViews3dSupportLayerPerformanceInfo,
|
|
10330
10779
|
importViews3dSupportSceneViewPerformanceInfo,
|
|
10331
10780
|
importViews3dWebgl,
|
|
@@ -10367,12 +10816,15 @@ export {
|
|
|
10367
10816
|
importViewsLayersSceneLayerView,
|
|
10368
10817
|
importViewsLayersStreamLayerView,
|
|
10369
10818
|
importViewsLayersViewshedLayerView,
|
|
10819
|
+
importViewsLinkChartView,
|
|
10370
10820
|
importViewsMagnifier,
|
|
10371
10821
|
importViewsMapView,
|
|
10372
10822
|
importViewsNavigationGamepadGamepadSettings,
|
|
10373
10823
|
importViewsNavigationNavigation,
|
|
10824
|
+
importViewsNavigationNavigationActionMap,
|
|
10374
10825
|
importViewsSceneView,
|
|
10375
10826
|
importViewsSupportColorUtils,
|
|
10827
|
+
importViewsSupportHighlightGroup,
|
|
10376
10828
|
importViewsTheme,
|
|
10377
10829
|
importViewsUiDefaultUI,
|
|
10378
10830
|
importViewsUiUI,
|
|
@@ -10380,6 +10832,7 @@ export {
|
|
|
10380
10832
|
importViewsView2D,
|
|
10381
10833
|
importViewsViewAnimation,
|
|
10382
10834
|
importWebDocument2D,
|
|
10835
|
+
importWebLinkChart,
|
|
10383
10836
|
importWebMap,
|
|
10384
10837
|
importWebScene,
|
|
10385
10838
|
importWebdocApplicationPropertiesSearch,
|
|
@@ -10411,6 +10864,7 @@ export {
|
|
|
10411
10864
|
importWebsceneInitialViewProperties,
|
|
10412
10865
|
importWebscenePresentation,
|
|
10413
10866
|
importWebsceneSlide,
|
|
10867
|
+
importWebsceneSlideLegend,
|
|
10414
10868
|
importWebsceneSunLighting,
|
|
10415
10869
|
importWebsceneVirtualLighting,
|
|
10416
10870
|
importWidgetsAreaMeasurement2D,
|
|
@@ -10481,6 +10935,8 @@ export {
|
|
|
10481
10935
|
importWidgetsFeatureFormFieldInput,
|
|
10482
10936
|
importWidgetsFeatureFormGroupInput,
|
|
10483
10937
|
importWidgetsFeatureFormRelationshipInput,
|
|
10938
|
+
importWidgetsFeatureFormTextElementInput,
|
|
10939
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
10484
10940
|
importWidgetsFeatureTable,
|
|
10485
10941
|
importWidgetsFeatureTableActionColumn,
|
|
10486
10942
|
importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -10492,10 +10948,12 @@ export {
|
|
|
10492
10948
|
importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
10493
10949
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
10494
10950
|
importWidgetsFeatureTableRelationshipColumn,
|
|
10951
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
10495
10952
|
importWidgetsFeatureTableSupportColumnTemplate,
|
|
10496
10953
|
importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
10497
10954
|
importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
10498
10955
|
importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
10956
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
10499
10957
|
importWidgetsFeatureTableSupportTableTemplate,
|
|
10500
10958
|
importWidgetsFeatureTemplates,
|
|
10501
10959
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -10580,6 +11038,7 @@ export {
|
|
|
10580
11038
|
importWidgetsSupportGridControlsGridControlsViewModel,
|
|
10581
11039
|
importWidgetsSupportSnappingControls,
|
|
10582
11040
|
importWidgetsSupportSnappingControlsSnappingControlsViewModel,
|
|
11041
|
+
importWidgetsSupportUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
10583
11042
|
importWidgetsSupportWidget,
|
|
10584
11043
|
importWidgetsSwipe,
|
|
10585
11044
|
importWidgetsSwipeSwipeViewModel,
|
|
@@ -10595,6 +11054,7 @@ export {
|
|
|
10595
11054
|
importWidgetsUtilityNetworkAssociations,
|
|
10596
11055
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
10597
11056
|
importWidgetsUtilityNetworkTrace,
|
|
11057
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
10598
11058
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
10599
11059
|
importWidgetsUtilityNetworkValidateTopology,
|
|
10600
11060
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -10655,6 +11115,7 @@ export {
|
|
|
10655
11115
|
newFormElementsInputsTimePickerInput,
|
|
10656
11116
|
newFormElementsRelationshipElement,
|
|
10657
11117
|
newFormElementsTextElement,
|
|
11118
|
+
newFormElementsUtilityNetworkAssociationsElement,
|
|
10658
11119
|
newFormExpressionInfo,
|
|
10659
11120
|
newFormFormTemplate,
|
|
10660
11121
|
newGeometryCircle,
|
|
@@ -10711,6 +11172,7 @@ export {
|
|
|
10711
11172
|
newLayersKnowledgeGraphLayer,
|
|
10712
11173
|
newLayersLayer,
|
|
10713
11174
|
newLayersLineOfSightLayer,
|
|
11175
|
+
newLayersLinkChartLayer,
|
|
10714
11176
|
newLayersMapImageLayer,
|
|
10715
11177
|
newLayersMapNotesLayer,
|
|
10716
11178
|
newLayersMediaLayer,
|
|
@@ -10803,6 +11265,11 @@ export {
|
|
|
10803
11265
|
newLayersWMSLayer,
|
|
10804
11266
|
newLayersWMTSLayer,
|
|
10805
11267
|
newLayersWebTileLayer,
|
|
11268
|
+
newLinkChartChronologicalLayoutSettings,
|
|
11269
|
+
newLinkChartLayoutSettings,
|
|
11270
|
+
newLinkChartLinkChartProperties,
|
|
11271
|
+
newLinkChartNonspatialDataDisplay,
|
|
11272
|
+
newLinkChartOrganicLayoutSettings,
|
|
10806
11273
|
newMap,
|
|
10807
11274
|
newNetworksNetwork,
|
|
10808
11275
|
newNetworksSupportNamedTraceConfiguration,
|
|
@@ -10899,6 +11366,7 @@ export {
|
|
|
10899
11366
|
newRestKnowledgeGraphGraphProperty,
|
|
10900
11367
|
newRestKnowledgeGraphGraphQuery,
|
|
10901
11368
|
newRestKnowledgeGraphGraphQueryResult,
|
|
11369
|
+
newRestKnowledgeGraphGraphQueryResultHeader,
|
|
10902
11370
|
newRestKnowledgeGraphGraphQueryStreaming,
|
|
10903
11371
|
newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
10904
11372
|
newRestKnowledgeGraphGraphSearch,
|
|
@@ -10911,6 +11379,7 @@ export {
|
|
|
10911
11379
|
newRestKnowledgeGraphRelationshipType,
|
|
10912
11380
|
newRestKnowledgeGraphSearchIndex,
|
|
10913
11381
|
newRestKnowledgeGraphServiceDefinition,
|
|
11382
|
+
newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
10914
11383
|
newRestNetworksSupportAggregatedGeometry,
|
|
10915
11384
|
newRestNetworksSupportAssociation,
|
|
10916
11385
|
newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -10929,6 +11398,10 @@ export {
|
|
|
10929
11398
|
newRestSupportArealUnit,
|
|
10930
11399
|
newRestSupportAreasAndLengthsParameters,
|
|
10931
11400
|
newRestSupportAttachmentQuery,
|
|
11401
|
+
newRestSupportAttributeBinsQuery,
|
|
11402
|
+
newRestSupportAutoIntervalBinParameters,
|
|
11403
|
+
newRestSupportBaseImageMeasureParameters,
|
|
11404
|
+
newRestSupportBaseImageMeasureResult,
|
|
10932
11405
|
newRestSupportBufferParameters,
|
|
10933
11406
|
newRestSupportCameraInfo,
|
|
10934
11407
|
newRestSupportClosestFacilityParameters,
|
|
@@ -10936,6 +11409,8 @@ export {
|
|
|
10936
11409
|
newRestSupportColorRamp,
|
|
10937
11410
|
newRestSupportDataFile,
|
|
10938
11411
|
newRestSupportDataLayer,
|
|
11412
|
+
newRestSupportDateBinParameters,
|
|
11413
|
+
newRestSupportDateBinTimeInterval,
|
|
10939
11414
|
newRestSupportDensifyParameters,
|
|
10940
11415
|
newRestSupportDirectionLine,
|
|
10941
11416
|
newRestSupportDirectionPoint,
|
|
@@ -10949,6 +11424,8 @@ export {
|
|
|
10949
11424
|
newRestSupportFindImagesResult,
|
|
10950
11425
|
newRestSupportFindParameters,
|
|
10951
11426
|
newRestSupportFindResult,
|
|
11427
|
+
newRestSupportFixedBoundariesBinParameters,
|
|
11428
|
+
newRestSupportFixedIntervalBinParameters,
|
|
10952
11429
|
newRestSupportGPMessage,
|
|
10953
11430
|
newRestSupportGeneralizeParameters,
|
|
10954
11431
|
newRestSupportIdentifyParameters,
|
|
@@ -11130,11 +11607,14 @@ export {
|
|
|
11130
11607
|
newViewsLayersSceneLayerView,
|
|
11131
11608
|
newViewsLayersStreamLayerView,
|
|
11132
11609
|
newViewsLayersViewshedLayerView,
|
|
11610
|
+
newViewsLinkChartView,
|
|
11133
11611
|
newViewsMagnifier,
|
|
11134
11612
|
newViewsMapView,
|
|
11135
11613
|
newViewsNavigationGamepadGamepadSettings,
|
|
11136
11614
|
newViewsNavigationNavigation,
|
|
11615
|
+
newViewsNavigationNavigationActionMap,
|
|
11137
11616
|
newViewsSceneView,
|
|
11617
|
+
newViewsSupportHighlightGroup,
|
|
11138
11618
|
newViewsTheme,
|
|
11139
11619
|
newViewsUiDefaultUI,
|
|
11140
11620
|
newViewsUiUI,
|
|
@@ -11142,6 +11622,7 @@ export {
|
|
|
11142
11622
|
newViewsView2D,
|
|
11143
11623
|
newViewsViewAnimation,
|
|
11144
11624
|
newWebDocument2D,
|
|
11625
|
+
newWebLinkChart,
|
|
11145
11626
|
newWebMap,
|
|
11146
11627
|
newWebScene,
|
|
11147
11628
|
newWebdocApplicationPropertiesSearch,
|
|
@@ -11173,6 +11654,7 @@ export {
|
|
|
11173
11654
|
newWebsceneInitialViewProperties,
|
|
11174
11655
|
newWebscenePresentation,
|
|
11175
11656
|
newWebsceneSlide,
|
|
11657
|
+
newWebsceneSlideLegend,
|
|
11176
11658
|
newWebsceneSunLighting,
|
|
11177
11659
|
newWebsceneVirtualLighting,
|
|
11178
11660
|
newWidgetsAreaMeasurement2D,
|
|
@@ -11242,6 +11724,8 @@ export {
|
|
|
11242
11724
|
newWidgetsFeatureFormFieldInput,
|
|
11243
11725
|
newWidgetsFeatureFormGroupInput,
|
|
11244
11726
|
newWidgetsFeatureFormRelationshipInput,
|
|
11727
|
+
newWidgetsFeatureFormTextElementInput,
|
|
11728
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
11245
11729
|
newWidgetsFeatureTable,
|
|
11246
11730
|
newWidgetsFeatureTableActionColumn,
|
|
11247
11731
|
newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -11253,10 +11737,12 @@ export {
|
|
|
11253
11737
|
newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
11254
11738
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
11255
11739
|
newWidgetsFeatureTableRelationshipColumn,
|
|
11740
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
11256
11741
|
newWidgetsFeatureTableSupportColumnTemplate,
|
|
11257
11742
|
newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
11258
11743
|
newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
11259
11744
|
newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
11745
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
11260
11746
|
newWidgetsFeatureTableSupportTableTemplate,
|
|
11261
11747
|
newWidgetsFeatureTemplates,
|
|
11262
11748
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -11354,6 +11840,7 @@ export {
|
|
|
11354
11840
|
newWidgetsUtilityNetworkAssociations,
|
|
11355
11841
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
11356
11842
|
newWidgetsUtilityNetworkTrace,
|
|
11843
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
11357
11844
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
11358
11845
|
newWidgetsUtilityNetworkValidateTopology,
|
|
11359
11846
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|