@arcgis/core-adapter 4.32.0-next.7 → 4.32.0-next.72
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 +760 -184
- package/dist/index.d.cts +106 -33
- package/dist/index.d.ts +106 -33
- package/dist/index.js +675 -172
- package/package.json +5 -2
- 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 -11363
- package/support/api-reference-esm-imports.json +0 -938
- package/support/arcgis.d.ts +0 -143912
- 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");
|
|
@@ -2745,6 +2822,17 @@ async function newRenderersRasterColormapRenderer(properties) {
|
|
|
2745
2822
|
const ModConstructor = await importRenderersRasterColormapRenderer();
|
|
2746
2823
|
return new ModConstructor(properties);
|
|
2747
2824
|
}
|
|
2825
|
+
async function importRenderersSupportRasterPresetRenderer() {
|
|
2826
|
+
if (isAMD) {
|
|
2827
|
+
return await window.$arcgis.import("esri/renderers/support/RasterPresetRenderer");
|
|
2828
|
+
}
|
|
2829
|
+
const module = await import("@arcgis/core/renderers/support/RasterPresetRenderer.js");
|
|
2830
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2831
|
+
}
|
|
2832
|
+
async function newRenderersSupportRasterPresetRenderer(properties) {
|
|
2833
|
+
const ModConstructor = await importRenderersSupportRasterPresetRenderer();
|
|
2834
|
+
return new ModConstructor(properties);
|
|
2835
|
+
}
|
|
2748
2836
|
async function importRenderersRasterShadedReliefRenderer() {
|
|
2749
2837
|
if (isAMD) {
|
|
2750
2838
|
return await window.$arcgis.import("esri/renderers/RasterShadedReliefRenderer");
|
|
@@ -3163,6 +3251,17 @@ async function newRestKnowledgeGraphGraphQueryResult(properties) {
|
|
|
3163
3251
|
const ModConstructor = await importRestKnowledgeGraphGraphQueryResult();
|
|
3164
3252
|
return new ModConstructor(properties);
|
|
3165
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
|
+
}
|
|
3166
3265
|
async function importRestKnowledgeGraphGraphQueryStreaming() {
|
|
3167
3266
|
if (isAMD) {
|
|
3168
3267
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryStreaming");
|
|
@@ -3295,6 +3394,17 @@ async function newRestKnowledgeGraphServiceDefinition(properties) {
|
|
|
3295
3394
|
const ModConstructor = await importRestKnowledgeGraphServiceDefinition();
|
|
3296
3395
|
return new ModConstructor(properties);
|
|
3297
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
|
+
}
|
|
3298
3408
|
async function importRestNetworksSupportAggregatedGeometry() {
|
|
3299
3409
|
if (isAMD) {
|
|
3300
3410
|
return await window.$arcgis.import("esri/rest/networks/support/AggregatedGeometry");
|
|
@@ -3449,6 +3559,72 @@ async function newRestSupportAddressCandidate(properties) {
|
|
|
3449
3559
|
const ModConstructor = await importRestSupportAddressCandidate();
|
|
3450
3560
|
return new ModConstructor(properties);
|
|
3451
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
|
+
}
|
|
3452
3628
|
async function importRestSupportAlgorithmicColorRamp() {
|
|
3453
3629
|
if (isAMD) {
|
|
3454
3630
|
return await window.$arcgis.import("esri/rest/support/AlgorithmicColorRamp");
|
|
@@ -3493,6 +3669,28 @@ async function newRestSupportAttachmentQuery(properties) {
|
|
|
3493
3669
|
const ModConstructor = await importRestSupportAttachmentQuery();
|
|
3494
3670
|
return new ModConstructor(properties);
|
|
3495
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
|
+
}
|
|
3496
3694
|
async function importRestSupportBufferParameters() {
|
|
3497
3695
|
if (isAMD) {
|
|
3498
3696
|
return await window.$arcgis.import("esri/rest/support/BufferParameters");
|
|
@@ -3823,50 +4021,6 @@ async function newRestSupportImageBoundaryResult(properties) {
|
|
|
3823
4021
|
const ModConstructor = await importRestSupportImageBoundaryResult();
|
|
3824
4022
|
return new ModConstructor(properties);
|
|
3825
4023
|
}
|
|
3826
|
-
async function importRestSupportImageHistogramParameters() {
|
|
3827
|
-
if (isAMD) {
|
|
3828
|
-
return await window.$arcgis.import("esri/rest/support/ImageHistogramParameters");
|
|
3829
|
-
}
|
|
3830
|
-
const module = await import("@arcgis/core/rest/support/ImageHistogramParameters.js");
|
|
3831
|
-
return isDefaultModule(module) ? module.default : module;
|
|
3832
|
-
}
|
|
3833
|
-
async function newRestSupportImageHistogramParameters(properties) {
|
|
3834
|
-
const ModConstructor = await importRestSupportImageHistogramParameters();
|
|
3835
|
-
return new ModConstructor(properties);
|
|
3836
|
-
}
|
|
3837
|
-
async function importRestSupportImageIdentifyParameters() {
|
|
3838
|
-
if (isAMD) {
|
|
3839
|
-
return await window.$arcgis.import("esri/rest/support/ImageIdentifyParameters");
|
|
3840
|
-
}
|
|
3841
|
-
const module = await import("@arcgis/core/rest/support/ImageIdentifyParameters.js");
|
|
3842
|
-
return isDefaultModule(module) ? module.default : module;
|
|
3843
|
-
}
|
|
3844
|
-
async function newRestSupportImageIdentifyParameters(properties) {
|
|
3845
|
-
const ModConstructor = await importRestSupportImageIdentifyParameters();
|
|
3846
|
-
return new ModConstructor(properties);
|
|
3847
|
-
}
|
|
3848
|
-
async function importRestSupportImageIdentifyResult() {
|
|
3849
|
-
if (isAMD) {
|
|
3850
|
-
return await window.$arcgis.import("esri/rest/support/ImageIdentifyResult");
|
|
3851
|
-
}
|
|
3852
|
-
const module = await import("@arcgis/core/rest/support/ImageIdentifyResult.js");
|
|
3853
|
-
return isDefaultModule(module) ? module.default : module;
|
|
3854
|
-
}
|
|
3855
|
-
async function newRestSupportImageIdentifyResult(properties) {
|
|
3856
|
-
const ModConstructor = await importRestSupportImageIdentifyResult();
|
|
3857
|
-
return new ModConstructor(properties);
|
|
3858
|
-
}
|
|
3859
|
-
async function importRestSupportImageInspectionInfo() {
|
|
3860
|
-
if (isAMD) {
|
|
3861
|
-
return await window.$arcgis.import("esri/rest/support/ImageInspectionInfo");
|
|
3862
|
-
}
|
|
3863
|
-
const module = await import("@arcgis/core/rest/support/ImageInspectionInfo.js");
|
|
3864
|
-
return isDefaultModule(module) ? module.default : module;
|
|
3865
|
-
}
|
|
3866
|
-
async function newRestSupportImageInspectionInfo(properties) {
|
|
3867
|
-
const ModConstructor = await importRestSupportImageInspectionInfo();
|
|
3868
|
-
return new ModConstructor(properties);
|
|
3869
|
-
}
|
|
3870
4024
|
async function importRestSupportImageDistanceParameters() {
|
|
3871
4025
|
if (isAMD) {
|
|
3872
4026
|
return await window.$arcgis.import("esri/rest/support/ImageDistanceParameters");
|
|
@@ -3944,6 +4098,50 @@ async function newRestSupportImageHeightResult(properties) {
|
|
|
3944
4098
|
const ModConstructor = await importRestSupportImageHeightResult();
|
|
3945
4099
|
return new ModConstructor(properties);
|
|
3946
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
|
+
}
|
|
3947
4145
|
async function importRestSupportImageParameters() {
|
|
3948
4146
|
if (isAMD) {
|
|
3949
4147
|
return await window.$arcgis.import("esri/rest/support/ImageParameters");
|
|
@@ -4032,26 +4230,26 @@ async function newRestSupportImageSampleResult(properties) {
|
|
|
4032
4230
|
const ModConstructor = await importRestSupportImageSampleResult();
|
|
4033
4231
|
return new ModConstructor(properties);
|
|
4034
4232
|
}
|
|
4035
|
-
async function
|
|
4233
|
+
async function importRestSupportImageToMapMultirayParameters() {
|
|
4036
4234
|
if (isAMD) {
|
|
4037
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
4235
|
+
return await window.$arcgis.import("esri/rest/support/ImageToMapMultirayParameters");
|
|
4038
4236
|
}
|
|
4039
|
-
const module = await import("@arcgis/core/rest/support/
|
|
4237
|
+
const module = await import("@arcgis/core/rest/support/ImageToMapMultirayParameters.js");
|
|
4040
4238
|
return isDefaultModule(module) ? module.default : module;
|
|
4041
4239
|
}
|
|
4042
|
-
async function
|
|
4043
|
-
const ModConstructor = await
|
|
4240
|
+
async function newRestSupportImageToMapMultirayParameters(properties) {
|
|
4241
|
+
const ModConstructor = await importRestSupportImageToMapMultirayParameters();
|
|
4044
4242
|
return new ModConstructor(properties);
|
|
4045
4243
|
}
|
|
4046
|
-
async function
|
|
4244
|
+
async function importRestSupportImageToMapParameters() {
|
|
4047
4245
|
if (isAMD) {
|
|
4048
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
4246
|
+
return await window.$arcgis.import("esri/rest/support/ImageToMapParameters");
|
|
4049
4247
|
}
|
|
4050
|
-
const module = await import("@arcgis/core/rest/support/
|
|
4248
|
+
const module = await import("@arcgis/core/rest/support/ImageToMapParameters.js");
|
|
4051
4249
|
return isDefaultModule(module) ? module.default : module;
|
|
4052
4250
|
}
|
|
4053
|
-
async function
|
|
4054
|
-
const ModConstructor = await
|
|
4251
|
+
async function newRestSupportImageToMapParameters(properties) {
|
|
4252
|
+
const ModConstructor = await importRestSupportImageToMapParameters();
|
|
4055
4253
|
return new ModConstructor(properties);
|
|
4056
4254
|
}
|
|
4057
4255
|
async function importRestSupportImageUrlParameters() {
|
|
@@ -4142,26 +4340,26 @@ async function newRestSupportMeasureAreaFromImageResult(properties) {
|
|
|
4142
4340
|
const ModConstructor = await importRestSupportMeasureAreaFromImageResult();
|
|
4143
4341
|
return new ModConstructor(properties);
|
|
4144
4342
|
}
|
|
4145
|
-
async function
|
|
4343
|
+
async function importRestSupportMeasureFromImageParameters() {
|
|
4146
4344
|
if (isAMD) {
|
|
4147
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
4345
|
+
return await window.$arcgis.import("esri/rest/support/MeasureFromImageParameters");
|
|
4148
4346
|
}
|
|
4149
|
-
const module = await import("@arcgis/core/rest/support/
|
|
4347
|
+
const module = await import("@arcgis/core/rest/support/MeasureFromImageParameters.js");
|
|
4150
4348
|
return isDefaultModule(module) ? module.default : module;
|
|
4151
4349
|
}
|
|
4152
|
-
async function
|
|
4153
|
-
const ModConstructor = await
|
|
4350
|
+
async function newRestSupportMeasureFromImageParameters(properties) {
|
|
4351
|
+
const ModConstructor = await importRestSupportMeasureFromImageParameters();
|
|
4154
4352
|
return new ModConstructor(properties);
|
|
4155
4353
|
}
|
|
4156
|
-
async function
|
|
4354
|
+
async function importRestSupportMeasureLengthFromImageResult() {
|
|
4157
4355
|
if (isAMD) {
|
|
4158
|
-
return await window.$arcgis.import("esri/rest/support/
|
|
4356
|
+
return await window.$arcgis.import("esri/rest/support/MeasureLengthFromImageResult");
|
|
4159
4357
|
}
|
|
4160
|
-
const module = await import("@arcgis/core/rest/support/
|
|
4358
|
+
const module = await import("@arcgis/core/rest/support/MeasureLengthFromImageResult.js");
|
|
4161
4359
|
return isDefaultModule(module) ? module.default : module;
|
|
4162
4360
|
}
|
|
4163
|
-
async function
|
|
4164
|
-
const ModConstructor = await
|
|
4361
|
+
async function newRestSupportMeasureLengthFromImageResult(properties) {
|
|
4362
|
+
const ModConstructor = await importRestSupportMeasureLengthFromImageResult();
|
|
4165
4363
|
return new ModConstructor(properties);
|
|
4166
4364
|
}
|
|
4167
4365
|
async function importRestSupportMultipartColorRamp() {
|
|
@@ -5176,6 +5374,17 @@ async function newViews2dViewState(properties) {
|
|
|
5176
5374
|
const ModConstructor = await importViews2dViewState();
|
|
5177
5375
|
return new ModConstructor(properties);
|
|
5178
5376
|
}
|
|
5377
|
+
async function importViews2dSupportHighlightGroup() {
|
|
5378
|
+
if (isAMD) {
|
|
5379
|
+
return await window.$arcgis.import("esri/views/2d/support/HighlightGroup");
|
|
5380
|
+
}
|
|
5381
|
+
const module = await import("@arcgis/core/views/2d/support/HighlightGroup.js");
|
|
5382
|
+
return isDefaultModule(module) ? module.default : module;
|
|
5383
|
+
}
|
|
5384
|
+
async function newViews2dSupportHighlightGroup(properties) {
|
|
5385
|
+
const ModConstructor = await importViews2dSupportHighlightGroup();
|
|
5386
|
+
return new ModConstructor(properties);
|
|
5387
|
+
}
|
|
5179
5388
|
async function importViews3dAnalysisAreaMeasurementAnalysisView3D() {
|
|
5180
5389
|
if (isAMD) {
|
|
5181
5390
|
return await window.$arcgis.import("esri/views/3d/analysis/AreaMeasurementAnalysisView3D");
|
|
@@ -5704,6 +5913,17 @@ async function newViewsLayersViewshedLayerView(properties) {
|
|
|
5704
5913
|
const ModConstructor = await importViewsLayersViewshedLayerView();
|
|
5705
5914
|
return new ModConstructor(properties);
|
|
5706
5915
|
}
|
|
5916
|
+
async function importViewsLinkChartView() {
|
|
5917
|
+
if (isAMD) {
|
|
5918
|
+
return await window.$arcgis.import("esri/views/LinkChartView");
|
|
5919
|
+
}
|
|
5920
|
+
const module = await import("@arcgis/core/views/LinkChartView.js");
|
|
5921
|
+
return isDefaultModule(module) ? module.default : module;
|
|
5922
|
+
}
|
|
5923
|
+
async function newViewsLinkChartView(properties) {
|
|
5924
|
+
const ModConstructor = await importViewsLinkChartView();
|
|
5925
|
+
return new ModConstructor(properties);
|
|
5926
|
+
}
|
|
5707
5927
|
async function importViewsMagnifier() {
|
|
5708
5928
|
if (isAMD) {
|
|
5709
5929
|
return await window.$arcgis.import("esri/views/Magnifier");
|
|
@@ -6034,6 +6254,17 @@ async function newWebDocument2D(properties) {
|
|
|
6034
6254
|
const ModConstructor = await importWebDocument2D();
|
|
6035
6255
|
return new ModConstructor(properties);
|
|
6036
6256
|
}
|
|
6257
|
+
async function importWebLinkChart() {
|
|
6258
|
+
if (isAMD) {
|
|
6259
|
+
return await window.$arcgis.import("esri/WebLinkChart");
|
|
6260
|
+
}
|
|
6261
|
+
const module = await import("@arcgis/core/WebLinkChart.js");
|
|
6262
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6263
|
+
}
|
|
6264
|
+
async function newWebLinkChart(properties) {
|
|
6265
|
+
const ModConstructor = await importWebLinkChart();
|
|
6266
|
+
return new ModConstructor(properties);
|
|
6267
|
+
}
|
|
6037
6268
|
async function importWebMap() {
|
|
6038
6269
|
if (isAMD) {
|
|
6039
6270
|
return await window.$arcgis.import("esri/WebMap");
|
|
@@ -6177,6 +6408,17 @@ async function newWebsceneSlide(properties) {
|
|
|
6177
6408
|
const ModConstructor = await importWebsceneSlide();
|
|
6178
6409
|
return new ModConstructor(properties);
|
|
6179
6410
|
}
|
|
6411
|
+
async function importWebsceneSlideLegend() {
|
|
6412
|
+
if (isAMD) {
|
|
6413
|
+
return await window.$arcgis.import("esri/webscene/SlideLegend");
|
|
6414
|
+
}
|
|
6415
|
+
const module = await import("@arcgis/core/webscene/SlideLegend.js");
|
|
6416
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6417
|
+
}
|
|
6418
|
+
async function newWebsceneSlideLegend(properties) {
|
|
6419
|
+
const ModConstructor = await importWebsceneSlideLegend();
|
|
6420
|
+
return new ModConstructor(properties);
|
|
6421
|
+
}
|
|
6180
6422
|
async function importWebsceneSunLighting() {
|
|
6181
6423
|
if (isAMD) {
|
|
6182
6424
|
return await window.$arcgis.import("esri/webscene/SunLighting");
|
|
@@ -6936,6 +7178,28 @@ async function newWidgetsFeatureFormRelationshipInput(properties) {
|
|
|
6936
7178
|
const ModConstructor = await importWidgetsFeatureFormRelationshipInput();
|
|
6937
7179
|
return new ModConstructor(properties);
|
|
6938
7180
|
}
|
|
7181
|
+
async function importWidgetsFeatureFormTextElementInput() {
|
|
7182
|
+
if (isAMD) {
|
|
7183
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/TextElementInput");
|
|
7184
|
+
}
|
|
7185
|
+
const module = await import("@arcgis/core/widgets/FeatureForm/TextElementInput.js");
|
|
7186
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7187
|
+
}
|
|
7188
|
+
async function newWidgetsFeatureFormTextElementInput(properties) {
|
|
7189
|
+
const ModConstructor = await importWidgetsFeatureFormTextElementInput();
|
|
7190
|
+
return new ModConstructor(properties);
|
|
7191
|
+
}
|
|
7192
|
+
async function importWidgetsFeatureFormUtilityNetworkAssociationInput() {
|
|
7193
|
+
if (isAMD) {
|
|
7194
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/UtilityNetworkAssociationInput");
|
|
7195
|
+
}
|
|
7196
|
+
const module = await import("@arcgis/core/widgets/FeatureForm/UtilityNetworkAssociationInput.js");
|
|
7197
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7198
|
+
}
|
|
7199
|
+
async function newWidgetsFeatureFormUtilityNetworkAssociationInput(properties) {
|
|
7200
|
+
const ModConstructor = await importWidgetsFeatureFormUtilityNetworkAssociationInput();
|
|
7201
|
+
return new ModConstructor(properties);
|
|
7202
|
+
}
|
|
6939
7203
|
async function importWidgetsFeatures() {
|
|
6940
7204
|
if (isAMD) {
|
|
6941
7205
|
return await window.$arcgis.import("esri/widgets/Features");
|
|
@@ -7112,6 +7376,28 @@ async function newWidgetsFeatureTableSupportFieldColumnTemplate(properties) {
|
|
|
7112
7376
|
const ModConstructor = await importWidgetsFeatureTableSupportFieldColumnTemplate();
|
|
7113
7377
|
return new ModConstructor(properties);
|
|
7114
7378
|
}
|
|
7379
|
+
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
7380
|
+
if (isAMD) {
|
|
7381
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
7382
|
+
}
|
|
7383
|
+
const module = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsColumnTemplate.js");
|
|
7384
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7385
|
+
}
|
|
7386
|
+
async function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties) {
|
|
7387
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsColumnTemplate();
|
|
7388
|
+
return new ModConstructor(properties);
|
|
7389
|
+
}
|
|
7390
|
+
async function importWidgetsFeatureTableSupportRelationshipColumnTemplate() {
|
|
7391
|
+
if (isAMD) {
|
|
7392
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/RelationshipColumnTemplate");
|
|
7393
|
+
}
|
|
7394
|
+
const module = await import("@arcgis/core/widgets/FeatureTable/support/RelationshipColumnTemplate.js");
|
|
7395
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7396
|
+
}
|
|
7397
|
+
async function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties) {
|
|
7398
|
+
const ModConstructor = await importWidgetsFeatureTableSupportRelationshipColumnTemplate();
|
|
7399
|
+
return new ModConstructor(properties);
|
|
7400
|
+
}
|
|
7115
7401
|
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
7116
7402
|
if (isAMD) {
|
|
7117
7403
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
@@ -8168,6 +8454,17 @@ async function newWidgetsUtilityNetworkTrace(properties) {
|
|
|
8168
8454
|
const ModConstructor = await importWidgetsUtilityNetworkTrace();
|
|
8169
8455
|
return new ModConstructor(properties);
|
|
8170
8456
|
}
|
|
8457
|
+
async function importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel() {
|
|
8458
|
+
if (isAMD) {
|
|
8459
|
+
return await window.$arcgis.import("esri/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel");
|
|
8460
|
+
}
|
|
8461
|
+
const module = await import("@arcgis/core/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel.js");
|
|
8462
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8463
|
+
}
|
|
8464
|
+
async function newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel(properties) {
|
|
8465
|
+
const ModConstructor = await importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel();
|
|
8466
|
+
return new ModConstructor(properties);
|
|
8467
|
+
}
|
|
8171
8468
|
async function importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel() {
|
|
8172
8469
|
if (isAMD) {
|
|
8173
8470
|
return await window.$arcgis.import("esri/widgets/UtilityNetworkTrace/UtilityNetworkTraceViewModel");
|
|
@@ -8421,25 +8718,18 @@ async function importCoreWorkers() {
|
|
|
8421
8718
|
const module = await import("@arcgis/core/core/workers.js");
|
|
8422
8719
|
return isDefaultModule(module) ? module.default : module;
|
|
8423
8720
|
}
|
|
8424
|
-
async function
|
|
8721
|
+
async function importFormElementsInputs() {
|
|
8425
8722
|
if (isAMD) {
|
|
8426
|
-
return await window.$arcgis.import("esri/form/elements/inputs
|
|
8723
|
+
return await window.$arcgis.import("esri/form/elements/inputs");
|
|
8427
8724
|
}
|
|
8428
|
-
const module = await import("@arcgis/core/form/elements/inputs
|
|
8725
|
+
const module = await import("@arcgis/core/form/elements/inputs.js");
|
|
8429
8726
|
return isDefaultModule(module) ? module.default : module;
|
|
8430
8727
|
}
|
|
8431
|
-
async function
|
|
8728
|
+
async function importFormElements() {
|
|
8432
8729
|
if (isAMD) {
|
|
8433
|
-
return await window.$arcgis.import("esri/form/elements
|
|
8730
|
+
return await window.$arcgis.import("esri/form/elements");
|
|
8434
8731
|
}
|
|
8435
|
-
const module = await import("@arcgis/core/form/elements
|
|
8436
|
-
return isDefaultModule(module) ? module.default : module;
|
|
8437
|
-
}
|
|
8438
|
-
async function importFormSupportElements() {
|
|
8439
|
-
if (isAMD) {
|
|
8440
|
-
return await window.$arcgis.import("esri/form/support/elements");
|
|
8441
|
-
}
|
|
8442
|
-
const module = await import("@arcgis/core/form/support/elements.js");
|
|
8732
|
+
const module = await import("@arcgis/core/form/elements.js");
|
|
8443
8733
|
return isDefaultModule(module) ? module.default : module;
|
|
8444
8734
|
}
|
|
8445
8735
|
async function importGeometry() {
|
|
@@ -8484,6 +8774,13 @@ async function importGeometryOperatorsAffineTransformOperator() {
|
|
|
8484
8774
|
const module = await import("@arcgis/core/geometry/operators/affineTransformOperator.js");
|
|
8485
8775
|
return isDefaultModule(module) ? module.default : module;
|
|
8486
8776
|
}
|
|
8777
|
+
async function importGeometryOperatorsAlphaShapeOperator() {
|
|
8778
|
+
if (isAMD) {
|
|
8779
|
+
return await window.$arcgis.import("esri/geometry/operators/alphaShapeOperator");
|
|
8780
|
+
}
|
|
8781
|
+
const module = await import("@arcgis/core/geometry/operators/alphaShapeOperator.js");
|
|
8782
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8783
|
+
}
|
|
8487
8784
|
async function importGeometryOperatorsAreaOperator() {
|
|
8488
8785
|
if (isAMD) {
|
|
8489
8786
|
return await window.$arcgis.import("esri/geometry/operators/areaOperator");
|
|
@@ -8491,6 +8788,20 @@ async function importGeometryOperatorsAreaOperator() {
|
|
|
8491
8788
|
const module = await import("@arcgis/core/geometry/operators/areaOperator.js");
|
|
8492
8789
|
return isDefaultModule(module) ? module.default : module;
|
|
8493
8790
|
}
|
|
8791
|
+
async function importGeometryOperatorsAutoCompleteOperator() {
|
|
8792
|
+
if (isAMD) {
|
|
8793
|
+
return await window.$arcgis.import("esri/geometry/operators/autoCompleteOperator");
|
|
8794
|
+
}
|
|
8795
|
+
const module = await import("@arcgis/core/geometry/operators/autoCompleteOperator.js");
|
|
8796
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8797
|
+
}
|
|
8798
|
+
async function importGeometryOperatorsBoundaryOperator() {
|
|
8799
|
+
if (isAMD) {
|
|
8800
|
+
return await window.$arcgis.import("esri/geometry/operators/boundaryOperator");
|
|
8801
|
+
}
|
|
8802
|
+
const module = await import("@arcgis/core/geometry/operators/boundaryOperator.js");
|
|
8803
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8804
|
+
}
|
|
8494
8805
|
async function importGeometryOperatorsBufferOperator() {
|
|
8495
8806
|
if (isAMD) {
|
|
8496
8807
|
return await window.$arcgis.import("esri/geometry/operators/bufferOperator");
|
|
@@ -8554,18 +8865,18 @@ async function importGeometryOperatorsDifferenceOperator() {
|
|
|
8554
8865
|
const module = await import("@arcgis/core/geometry/operators/differenceOperator.js");
|
|
8555
8866
|
return isDefaultModule(module) ? module.default : module;
|
|
8556
8867
|
}
|
|
8557
|
-
async function
|
|
8868
|
+
async function importGeometryOperatorsDisjointOperator() {
|
|
8558
8869
|
if (isAMD) {
|
|
8559
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
8870
|
+
return await window.$arcgis.import("esri/geometry/operators/disjointOperator");
|
|
8560
8871
|
}
|
|
8561
|
-
const module = await import("@arcgis/core/geometry/operators/
|
|
8872
|
+
const module = await import("@arcgis/core/geometry/operators/disjointOperator.js");
|
|
8562
8873
|
return isDefaultModule(module) ? module.default : module;
|
|
8563
8874
|
}
|
|
8564
|
-
async function
|
|
8875
|
+
async function importGeometryOperatorsDistanceOperator() {
|
|
8565
8876
|
if (isAMD) {
|
|
8566
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
8877
|
+
return await window.$arcgis.import("esri/geometry/operators/distanceOperator");
|
|
8567
8878
|
}
|
|
8568
|
-
const module = await import("@arcgis/core/geometry/operators/
|
|
8879
|
+
const module = await import("@arcgis/core/geometry/operators/distanceOperator.js");
|
|
8569
8880
|
return isDefaultModule(module) ? module.default : module;
|
|
8570
8881
|
}
|
|
8571
8882
|
async function importGeometryOperatorsEqualsOperator() {
|
|
@@ -8575,6 +8886,20 @@ async function importGeometryOperatorsEqualsOperator() {
|
|
|
8575
8886
|
const module = await import("@arcgis/core/geometry/operators/equalsOperator.js");
|
|
8576
8887
|
return isDefaultModule(module) ? module.default : module;
|
|
8577
8888
|
}
|
|
8889
|
+
async function importGeometryOperatorsExtendOperator() {
|
|
8890
|
+
if (isAMD) {
|
|
8891
|
+
return await window.$arcgis.import("esri/geometry/operators/extendOperator");
|
|
8892
|
+
}
|
|
8893
|
+
const module = await import("@arcgis/core/geometry/operators/extendOperator.js");
|
|
8894
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8895
|
+
}
|
|
8896
|
+
async function importGeometryOperatorsGeneralizeOperator() {
|
|
8897
|
+
if (isAMD) {
|
|
8898
|
+
return await window.$arcgis.import("esri/geometry/operators/generalizeOperator");
|
|
8899
|
+
}
|
|
8900
|
+
const module = await import("@arcgis/core/geometry/operators/generalizeOperator.js");
|
|
8901
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8902
|
+
}
|
|
8578
8903
|
async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
8579
8904
|
if (isAMD) {
|
|
8580
8905
|
return await window.$arcgis.import("esri/geometry/operators/geodesicBufferOperator");
|
|
@@ -8582,6 +8907,13 @@ async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
|
8582
8907
|
const module = await import("@arcgis/core/geometry/operators/geodesicBufferOperator.js");
|
|
8583
8908
|
return isDefaultModule(module) ? module.default : module;
|
|
8584
8909
|
}
|
|
8910
|
+
async function importGeometryOperatorsGeodesicProximityOperator() {
|
|
8911
|
+
if (isAMD) {
|
|
8912
|
+
return await window.$arcgis.import("esri/geometry/operators/geodesicProximityOperator");
|
|
8913
|
+
}
|
|
8914
|
+
const module = await import("@arcgis/core/geometry/operators/geodesicProximityOperator.js");
|
|
8915
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8916
|
+
}
|
|
8585
8917
|
async function importGeometryOperatorsGeodeticAreaOperator() {
|
|
8586
8918
|
if (isAMD) {
|
|
8587
8919
|
return await window.$arcgis.import("esri/geometry/operators/geodeticAreaOperator");
|
|
@@ -8610,18 +8942,18 @@ async function importGeometryOperatorsGeodeticLengthOperator() {
|
|
|
8610
8942
|
const module = await import("@arcgis/core/geometry/operators/geodeticLengthOperator.js");
|
|
8611
8943
|
return isDefaultModule(module) ? module.default : module;
|
|
8612
8944
|
}
|
|
8613
|
-
async function
|
|
8945
|
+
async function importGeometryOperatorsGraphicBufferOperator() {
|
|
8614
8946
|
if (isAMD) {
|
|
8615
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
8947
|
+
return await window.$arcgis.import("esri/geometry/operators/graphicBufferOperator");
|
|
8616
8948
|
}
|
|
8617
|
-
const module = await import("@arcgis/core/geometry/operators/
|
|
8949
|
+
const module = await import("@arcgis/core/geometry/operators/graphicBufferOperator.js");
|
|
8618
8950
|
return isDefaultModule(module) ? module.default : module;
|
|
8619
8951
|
}
|
|
8620
|
-
async function
|
|
8952
|
+
async function importGeometryOperatorsIntegrateOperator() {
|
|
8621
8953
|
if (isAMD) {
|
|
8622
|
-
return await window.$arcgis.import("esri/geometry/operators/
|
|
8954
|
+
return await window.$arcgis.import("esri/geometry/operators/integrateOperator");
|
|
8623
8955
|
}
|
|
8624
|
-
const module = await import("@arcgis/core/geometry/operators/
|
|
8956
|
+
const module = await import("@arcgis/core/geometry/operators/integrateOperator.js");
|
|
8625
8957
|
return isDefaultModule(module) ? module.default : module;
|
|
8626
8958
|
}
|
|
8627
8959
|
async function importGeometryOperatorsIntersectionOperator() {
|
|
@@ -8638,6 +8970,20 @@ async function importGeometryOperatorsIntersectsOperator() {
|
|
|
8638
8970
|
const module = await import("@arcgis/core/geometry/operators/intersectsOperator.js");
|
|
8639
8971
|
return isDefaultModule(module) ? module.default : module;
|
|
8640
8972
|
}
|
|
8973
|
+
async function importGeometryOperatorsIsNearOperator() {
|
|
8974
|
+
if (isAMD) {
|
|
8975
|
+
return await window.$arcgis.import("esri/geometry/operators/isNearOperator");
|
|
8976
|
+
}
|
|
8977
|
+
const module = await import("@arcgis/core/geometry/operators/isNearOperator.js");
|
|
8978
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8979
|
+
}
|
|
8980
|
+
async function importGeometryOperatorsLabelPointOperator() {
|
|
8981
|
+
if (isAMD) {
|
|
8982
|
+
return await window.$arcgis.import("esri/geometry/operators/labelPointOperator");
|
|
8983
|
+
}
|
|
8984
|
+
const module = await import("@arcgis/core/geometry/operators/labelPointOperator.js");
|
|
8985
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8986
|
+
}
|
|
8641
8987
|
async function importGeometryOperatorsLengthOperator() {
|
|
8642
8988
|
if (isAMD) {
|
|
8643
8989
|
return await window.$arcgis.import("esri/geometry/operators/lengthOperator");
|
|
@@ -8645,6 +8991,34 @@ async function importGeometryOperatorsLengthOperator() {
|
|
|
8645
8991
|
const module = await import("@arcgis/core/geometry/operators/lengthOperator.js");
|
|
8646
8992
|
return isDefaultModule(module) ? module.default : module;
|
|
8647
8993
|
}
|
|
8994
|
+
async function importGeometryOperatorsLinesToPolygonsOperator() {
|
|
8995
|
+
if (isAMD) {
|
|
8996
|
+
return await window.$arcgis.import("esri/geometry/operators/linesToPolygonsOperator");
|
|
8997
|
+
}
|
|
8998
|
+
const module = await import("@arcgis/core/geometry/operators/linesToPolygonsOperator.js");
|
|
8999
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9000
|
+
}
|
|
9001
|
+
async function importGeometryOperatorsLocateBetweenOperator() {
|
|
9002
|
+
if (isAMD) {
|
|
9003
|
+
return await window.$arcgis.import("esri/geometry/operators/locateBetweenOperator");
|
|
9004
|
+
}
|
|
9005
|
+
const module = await import("@arcgis/core/geometry/operators/locateBetweenOperator.js");
|
|
9006
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9007
|
+
}
|
|
9008
|
+
async function importGeometryOperatorsMinimumBoundingCircleOperator() {
|
|
9009
|
+
if (isAMD) {
|
|
9010
|
+
return await window.$arcgis.import("esri/geometry/operators/minimumBoundingCircleOperator");
|
|
9011
|
+
}
|
|
9012
|
+
const module = await import("@arcgis/core/geometry/operators/minimumBoundingCircleOperator.js");
|
|
9013
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9014
|
+
}
|
|
9015
|
+
async function importGeometryOperatorsMultiPartToSinglePartOperator() {
|
|
9016
|
+
if (isAMD) {
|
|
9017
|
+
return await window.$arcgis.import("esri/geometry/operators/multiPartToSinglePartOperator");
|
|
9018
|
+
}
|
|
9019
|
+
const module = await import("@arcgis/core/geometry/operators/multiPartToSinglePartOperator.js");
|
|
9020
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9021
|
+
}
|
|
8648
9022
|
async function importGeometryOperatorsOffsetOperator() {
|
|
8649
9023
|
if (isAMD) {
|
|
8650
9024
|
return await window.$arcgis.import("esri/geometry/operators/offsetOperator");
|
|
@@ -8659,6 +9033,20 @@ async function importGeometryOperatorsOverlapsOperator() {
|
|
|
8659
9033
|
const module = await import("@arcgis/core/geometry/operators/overlapsOperator.js");
|
|
8660
9034
|
return isDefaultModule(module) ? module.default : module;
|
|
8661
9035
|
}
|
|
9036
|
+
async function importGeometryOperatorsPolygonOverlayOperator() {
|
|
9037
|
+
if (isAMD) {
|
|
9038
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonOverlayOperator");
|
|
9039
|
+
}
|
|
9040
|
+
const module = await import("@arcgis/core/geometry/operators/polygonOverlayOperator.js");
|
|
9041
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9042
|
+
}
|
|
9043
|
+
async function importGeometryOperatorsPolygonSlicerOperator() {
|
|
9044
|
+
if (isAMD) {
|
|
9045
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonSlicerOperator");
|
|
9046
|
+
}
|
|
9047
|
+
const module = await import("@arcgis/core/geometry/operators/polygonSlicerOperator.js");
|
|
9048
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9049
|
+
}
|
|
8662
9050
|
async function importGeometryOperatorsProximityOperator() {
|
|
8663
9051
|
if (isAMD) {
|
|
8664
9052
|
return await window.$arcgis.import("esri/geometry/operators/proximityOperator");
|
|
@@ -8673,6 +9061,13 @@ async function importGeometryOperatorsRelateOperator() {
|
|
|
8673
9061
|
const module = await import("@arcgis/core/geometry/operators/relateOperator.js");
|
|
8674
9062
|
return isDefaultModule(module) ? module.default : module;
|
|
8675
9063
|
}
|
|
9064
|
+
async function importGeometryOperatorsReshapeOperator() {
|
|
9065
|
+
if (isAMD) {
|
|
9066
|
+
return await window.$arcgis.import("esri/geometry/operators/reshapeOperator");
|
|
9067
|
+
}
|
|
9068
|
+
const module = await import("@arcgis/core/geometry/operators/reshapeOperator.js");
|
|
9069
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9070
|
+
}
|
|
8676
9071
|
async function importGeometryOperatorsSimplifyOperator() {
|
|
8677
9072
|
if (isAMD) {
|
|
8678
9073
|
return await window.$arcgis.import("esri/geometry/operators/simplifyOperator");
|
|
@@ -8764,6 +9159,20 @@ async function importLayersCatalogCatalogUtils() {
|
|
|
8764
9159
|
const module = await import("@arcgis/core/layers/catalog/catalogUtils.js");
|
|
8765
9160
|
return isDefaultModule(module) ? module.default : module;
|
|
8766
9161
|
}
|
|
9162
|
+
async function importLayersKnowledgeGraphCypherUtils() {
|
|
9163
|
+
if (isAMD) {
|
|
9164
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/cypherUtils");
|
|
9165
|
+
}
|
|
9166
|
+
const module = await import("@arcgis/core/layers/knowledgeGraph/cypherUtils.js");
|
|
9167
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9168
|
+
}
|
|
9169
|
+
async function importLayersKnowledgeGraphSupportUtils() {
|
|
9170
|
+
if (isAMD) {
|
|
9171
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/supportUtils");
|
|
9172
|
+
}
|
|
9173
|
+
const module = await import("@arcgis/core/layers/knowledgeGraph/supportUtils.js");
|
|
9174
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9175
|
+
}
|
|
8767
9176
|
async function importLayersOgcWfsUtils() {
|
|
8768
9177
|
if (isAMD) {
|
|
8769
9178
|
return await window.$arcgis.import("esri/layers/ogc/wfsUtils");
|
|
@@ -8778,6 +9187,20 @@ async function importLayersOgcWcsUtils() {
|
|
|
8778
9187
|
const module = await import("@arcgis/core/layers/ogc/wcsUtils.js");
|
|
8779
9188
|
return isDefaultModule(module) ? module.default : module;
|
|
8780
9189
|
}
|
|
9190
|
+
async function importLayersOrientedImageryTransformationsWorldToImage() {
|
|
9191
|
+
if (isAMD) {
|
|
9192
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/worldToImage");
|
|
9193
|
+
}
|
|
9194
|
+
const module = await import("@arcgis/core/layers/orientedImagery/transformations/worldToImage.js");
|
|
9195
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9196
|
+
}
|
|
9197
|
+
async function importLayersOrientedImageryTransformationsImageToWorld() {
|
|
9198
|
+
if (isAMD) {
|
|
9199
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/imageToWorld");
|
|
9200
|
+
}
|
|
9201
|
+
const module = await import("@arcgis/core/layers/orientedImagery/transformations/imageToWorld.js");
|
|
9202
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9203
|
+
}
|
|
8781
9204
|
async function importLayersSupportArcadeUtils() {
|
|
8782
9205
|
if (isAMD) {
|
|
8783
9206
|
return await window.$arcgis.import("esri/layers/support/arcadeUtils");
|
|
@@ -9226,6 +9649,13 @@ async function importSmartMappingRenderersUnivariateColorSize() {
|
|
|
9226
9649
|
const module = await import("@arcgis/core/smartMapping/renderers/univariateColorSize.js");
|
|
9227
9650
|
return isDefaultModule(module) ? module.default : module;
|
|
9228
9651
|
}
|
|
9652
|
+
async function importSmartMappingRenderersSupportRendererUtils() {
|
|
9653
|
+
if (isAMD) {
|
|
9654
|
+
return await window.$arcgis.import("esri/smartMapping/renderers/support/rendererUtils");
|
|
9655
|
+
}
|
|
9656
|
+
const module = await import("@arcgis/core/smartMapping/renderers/support/rendererUtils.js");
|
|
9657
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9658
|
+
}
|
|
9229
9659
|
async function importSmartMappingStatisticsClassBreaks() {
|
|
9230
9660
|
if (isAMD) {
|
|
9231
9661
|
return await window.$arcgis.import("esri/smartMapping/statistics/classBreaks");
|
|
@@ -9415,11 +9845,11 @@ async function importSymbolsSupportSymbolUtils() {
|
|
|
9415
9845
|
const module = await import("@arcgis/core/symbols/support/symbolUtils.js");
|
|
9416
9846
|
return isDefaultModule(module) ? module.default : module;
|
|
9417
9847
|
}
|
|
9418
|
-
async function
|
|
9848
|
+
async function importTablesElements() {
|
|
9419
9849
|
if (isAMD) {
|
|
9420
|
-
return await window.$arcgis.import("esri/tables/
|
|
9850
|
+
return await window.$arcgis.import("esri/tables/elements");
|
|
9421
9851
|
}
|
|
9422
|
-
const module = await import("@arcgis/core/tables/
|
|
9852
|
+
const module = await import("@arcgis/core/tables/elements.js");
|
|
9423
9853
|
return isDefaultModule(module) ? module.default : module;
|
|
9424
9854
|
}
|
|
9425
9855
|
async function importVersionManagementUtils() {
|
|
@@ -9436,13 +9866,6 @@ async function importVersionManagementVersionAdaptersUtils() {
|
|
|
9436
9866
|
const module = await import("@arcgis/core/versionManagement/versionAdapters/utils.js");
|
|
9437
9867
|
return isDefaultModule(module) ? module.default : module;
|
|
9438
9868
|
}
|
|
9439
|
-
async function importViews3dExternalRenderers() {
|
|
9440
|
-
if (isAMD) {
|
|
9441
|
-
return await window.$arcgis.import("esri/views/3d/externalRenderers");
|
|
9442
|
-
}
|
|
9443
|
-
const module = await import("@arcgis/core/views/3d/externalRenderers.js");
|
|
9444
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9445
|
-
}
|
|
9446
9869
|
async function importViews3dWebglManagedFBO() {
|
|
9447
9870
|
if (isAMD) {
|
|
9448
9871
|
return await window.$arcgis.import("esri/views/3d/webgl/ManagedFBO");
|
|
@@ -9499,6 +9922,13 @@ async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
|
9499
9922
|
const module = await import("@arcgis/core/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js");
|
|
9500
9923
|
return isDefaultModule(module) ? module.default : module;
|
|
9501
9924
|
}
|
|
9925
|
+
async function importWidgetsFeatureFeatureUtilityNetworkAssociationsFeatureUtilityNetworkAssociationsViewModel() {
|
|
9926
|
+
if (isAMD) {
|
|
9927
|
+
return await window.$arcgis.import("esri/widgets/Feature/FeatureUtilityNetworkAssociations/FeatureUtilityNetworkAssociationsViewModel");
|
|
9928
|
+
}
|
|
9929
|
+
const module = await import("@arcgis/core/widgets/Feature/FeatureUtilityNetworkAssociations/FeatureUtilityNetworkAssociationsViewModel.js");
|
|
9930
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9931
|
+
}
|
|
9502
9932
|
async function importWidgetsSmartMappingSupportUtils() {
|
|
9503
9933
|
if (isAMD) {
|
|
9504
9934
|
return await window.$arcgis.import("esri/widgets/smartMapping/support/utils");
|
|
@@ -9527,6 +9957,13 @@ async function importApplicationsComponentsDrawUtils() {
|
|
|
9527
9957
|
const module = await import("@arcgis/core/applications/Components/drawUtils.js");
|
|
9528
9958
|
return isDefaultModule(module) ? module.default : module;
|
|
9529
9959
|
}
|
|
9960
|
+
async function importApplicationsComponentsFontUtils() {
|
|
9961
|
+
if (isAMD) {
|
|
9962
|
+
return await window.$arcgis.import("esri/applications/Components/fontUtils");
|
|
9963
|
+
}
|
|
9964
|
+
const module = await import("@arcgis/core/applications/Components/fontUtils.js");
|
|
9965
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9966
|
+
}
|
|
9530
9967
|
async function importApplicationsComponentsGetDefaultUnits() {
|
|
9531
9968
|
if (isAMD) {
|
|
9532
9969
|
return await window.$arcgis.import("esri/applications/Components/getDefaultUnits");
|
|
@@ -9548,88 +9985,81 @@ async function importApplicationsComponentsLayerOriginUtils() {
|
|
|
9548
9985
|
const module = await import("@arcgis/core/applications/Components/layerOriginUtils.js");
|
|
9549
9986
|
return isDefaultModule(module) ? module.default : module;
|
|
9550
9987
|
}
|
|
9551
|
-
async function
|
|
9552
|
-
if (isAMD) {
|
|
9553
|
-
return await window.$arcgis.import("esri/applications/Components/previewSymbol2D");
|
|
9554
|
-
}
|
|
9555
|
-
const module = await import("@arcgis/core/applications/Components/previewSymbol2D.js");
|
|
9556
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9557
|
-
}
|
|
9558
|
-
async function importApplicationsComponentsStyleUtils() {
|
|
9988
|
+
async function importApplicationsComponentsLayersEffectsJsonUtils() {
|
|
9559
9989
|
if (isAMD) {
|
|
9560
|
-
return await window.$arcgis.import("esri/applications/Components/
|
|
9990
|
+
return await window.$arcgis.import("esri/applications/Components/layersEffectsJsonUtils");
|
|
9561
9991
|
}
|
|
9562
|
-
const module = await import("@arcgis/core/applications/Components/
|
|
9992
|
+
const module = await import("@arcgis/core/applications/Components/layersEffectsJsonUtils.js");
|
|
9563
9993
|
return isDefaultModule(module) ? module.default : module;
|
|
9564
9994
|
}
|
|
9565
|
-
async function
|
|
9995
|
+
async function importApplicationsComponentsPreviewSymbol2D() {
|
|
9566
9996
|
if (isAMD) {
|
|
9567
|
-
return await window.$arcgis.import("esri/applications/Components/
|
|
9997
|
+
return await window.$arcgis.import("esri/applications/Components/previewSymbol2D");
|
|
9568
9998
|
}
|
|
9569
|
-
const module = await import("@arcgis/core/applications/Components/
|
|
9999
|
+
const module = await import("@arcgis/core/applications/Components/previewSymbol2D.js");
|
|
9570
10000
|
return isDefaultModule(module) ? module.default : module;
|
|
9571
10001
|
}
|
|
9572
|
-
async function
|
|
10002
|
+
async function importApplicationsComponentsReactiveUtils() {
|
|
9573
10003
|
if (isAMD) {
|
|
9574
|
-
return await window.$arcgis.import("esri/applications/Components/
|
|
10004
|
+
return await window.$arcgis.import("esri/applications/Components/reactiveUtils");
|
|
9575
10005
|
}
|
|
9576
|
-
const module = await import("@arcgis/core/applications/Components/
|
|
10006
|
+
const module = await import("@arcgis/core/applications/Components/reactiveUtils.js");
|
|
9577
10007
|
return isDefaultModule(module) ? module.default : module;
|
|
9578
10008
|
}
|
|
9579
|
-
async function
|
|
10009
|
+
async function importApplicationsComponentsSelectionOperation() {
|
|
9580
10010
|
if (isAMD) {
|
|
9581
|
-
return await window.$arcgis.import("esri/applications/
|
|
10011
|
+
return await window.$arcgis.import("esri/applications/Components/SelectionOperation");
|
|
9582
10012
|
}
|
|
9583
|
-
const module = await import("@arcgis/core/applications/
|
|
10013
|
+
const module = await import("@arcgis/core/applications/Components/SelectionOperation.js");
|
|
9584
10014
|
return isDefaultModule(module) ? module.default : module;
|
|
9585
10015
|
}
|
|
9586
|
-
async function
|
|
10016
|
+
async function importApplicationsComponentsSketchTooltipControls() {
|
|
9587
10017
|
if (isAMD) {
|
|
9588
|
-
return await window.$arcgis.import("esri/applications/
|
|
10018
|
+
return await window.$arcgis.import("esri/applications/Components/SketchTooltipControls");
|
|
9589
10019
|
}
|
|
9590
|
-
const module = await import("@arcgis/core/applications/
|
|
10020
|
+
const module = await import("@arcgis/core/applications/Components/SketchTooltipControls.js");
|
|
9591
10021
|
return isDefaultModule(module) ? module.default : module;
|
|
9592
10022
|
}
|
|
9593
|
-
async function
|
|
10023
|
+
async function importApplicationsComponentsStyleUtils() {
|
|
9594
10024
|
if (isAMD) {
|
|
9595
|
-
return await window.$arcgis.import("esri/applications/
|
|
10025
|
+
return await window.$arcgis.import("esri/applications/Components/styleUtils");
|
|
9596
10026
|
}
|
|
9597
|
-
const module = await import("@arcgis/core/applications/
|
|
10027
|
+
const module = await import("@arcgis/core/applications/Components/styleUtils.js");
|
|
9598
10028
|
return isDefaultModule(module) ? module.default : module;
|
|
9599
10029
|
}
|
|
9600
|
-
async function
|
|
10030
|
+
async function importApplicationsComponentsSvgUtils() {
|
|
9601
10031
|
if (isAMD) {
|
|
9602
|
-
return await window.$arcgis.import("esri/applications/
|
|
10032
|
+
return await window.$arcgis.import("esri/applications/Components/svgUtils");
|
|
9603
10033
|
}
|
|
9604
|
-
const module = await import("@arcgis/core/applications/
|
|
10034
|
+
const module = await import("@arcgis/core/applications/Components/svgUtils.js");
|
|
9605
10035
|
return isDefaultModule(module) ? module.default : module;
|
|
9606
10036
|
}
|
|
9607
|
-
async function
|
|
10037
|
+
async function importApplicationsComponentsWebStyleSymbolUtils() {
|
|
9608
10038
|
if (isAMD) {
|
|
9609
|
-
return await window.$arcgis.import("esri/applications/
|
|
10039
|
+
return await window.$arcgis.import("esri/applications/Components/webStyleSymbolUtils");
|
|
9610
10040
|
}
|
|
9611
|
-
const module = await import("@arcgis/core/applications/
|
|
10041
|
+
const module = await import("@arcgis/core/applications/Components/webStyleSymbolUtils.js");
|
|
9612
10042
|
return isDefaultModule(module) ? module.default : module;
|
|
9613
10043
|
}
|
|
9614
|
-
async function
|
|
10044
|
+
async function importApplicationsExperienceBuilderSketchUtils() {
|
|
9615
10045
|
if (isAMD) {
|
|
9616
|
-
return await window.$arcgis.import("esri/applications/
|
|
10046
|
+
return await window.$arcgis.import("esri/applications/ExperienceBuilder/sketchUtils");
|
|
9617
10047
|
}
|
|
9618
|
-
const module = await import("@arcgis/core/applications/
|
|
10048
|
+
const module = await import("@arcgis/core/applications/ExperienceBuilder/sketchUtils.js");
|
|
9619
10049
|
return isDefaultModule(module) ? module.default : module;
|
|
9620
10050
|
}
|
|
9621
|
-
async function
|
|
10051
|
+
async function importApplicationsMapViewerTemplateUtils() {
|
|
9622
10052
|
if (isAMD) {
|
|
9623
|
-
return await window.$arcgis.import("esri/applications/
|
|
10053
|
+
return await window.$arcgis.import("esri/applications/MapViewer/templateUtils");
|
|
9624
10054
|
}
|
|
9625
|
-
const module = await import("@arcgis/core/applications/
|
|
10055
|
+
const module = await import("@arcgis/core/applications/MapViewer/templateUtils.js");
|
|
9626
10056
|
return isDefaultModule(module) ? module.default : module;
|
|
9627
10057
|
}
|
|
9628
|
-
async function
|
|
10058
|
+
async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
9629
10059
|
if (isAMD) {
|
|
9630
|
-
return await window.$arcgis.import("esri/applications/
|
|
10060
|
+
return await window.$arcgis.import("esri/applications/SceneViewer/devEnvironmentUtils");
|
|
9631
10061
|
}
|
|
9632
|
-
const module = await import("@arcgis/core/applications/
|
|
10062
|
+
const module = await import("@arcgis/core/applications/SceneViewer/devEnvironmentUtils.js");
|
|
9633
10063
|
return isDefaultModule(module) ? module.default : module;
|
|
9634
10064
|
}
|
|
9635
10065
|
async function importApplicationsWebEditorSketchUtils() {
|
|
@@ -9654,21 +10084,21 @@ export {
|
|
|
9654
10084
|
importAnalysisViewshedAnalysis,
|
|
9655
10085
|
importApplicationsComponentsBasemapUtils,
|
|
9656
10086
|
importApplicationsComponentsDrawUtils,
|
|
10087
|
+
importApplicationsComponentsFontUtils,
|
|
9657
10088
|
importApplicationsComponentsGetDefaultUnits,
|
|
9658
10089
|
importApplicationsComponentsGfxUtils,
|
|
9659
10090
|
importApplicationsComponentsLayerOriginUtils,
|
|
10091
|
+
importApplicationsComponentsLayersEffectsJsonUtils,
|
|
9660
10092
|
importApplicationsComponentsPreviewSymbol2D,
|
|
10093
|
+
importApplicationsComponentsReactiveUtils,
|
|
10094
|
+
importApplicationsComponentsSelectionOperation,
|
|
10095
|
+
importApplicationsComponentsSketchTooltipControls,
|
|
9661
10096
|
importApplicationsComponentsStyleUtils,
|
|
9662
10097
|
importApplicationsComponentsSvgUtils,
|
|
9663
10098
|
importApplicationsComponentsWebStyleSymbolUtils,
|
|
9664
|
-
|
|
9665
|
-
|
|
9666
|
-
importApplicationsSceneViewerColorUtils,
|
|
10099
|
+
importApplicationsExperienceBuilderSketchUtils,
|
|
10100
|
+
importApplicationsMapViewerTemplateUtils,
|
|
9667
10101
|
importApplicationsSceneViewerDevEnvironmentUtils,
|
|
9668
|
-
importApplicationsSceneViewerLayerUtils,
|
|
9669
|
-
importApplicationsSceneViewerSceneViewerUtils,
|
|
9670
|
-
importApplicationsSceneViewerSymbolUtils,
|
|
9671
|
-
importApplicationsUrbanMeshUtils,
|
|
9672
10102
|
importApplicationsWebEditorSketchUtils,
|
|
9673
10103
|
importArcade,
|
|
9674
10104
|
importBasemap,
|
|
@@ -9690,16 +10120,17 @@ export {
|
|
|
9690
10120
|
importCoreUrlUtils,
|
|
9691
10121
|
importCoreWorkers,
|
|
9692
10122
|
importCoreWorkersConnection,
|
|
10123
|
+
importFormElements,
|
|
9693
10124
|
importFormElementsAttachmentElement,
|
|
9694
10125
|
importFormElementsElement,
|
|
9695
10126
|
importFormElementsFieldElement,
|
|
9696
10127
|
importFormElementsGroupElement,
|
|
10128
|
+
importFormElementsInputs,
|
|
9697
10129
|
importFormElementsInputsAttachmentsAttachmentInput,
|
|
9698
10130
|
importFormElementsInputsAttachmentsAudioInput,
|
|
9699
10131
|
importFormElementsInputsAttachmentsDocumentInput,
|
|
9700
10132
|
importFormElementsInputsAttachmentsImageInput,
|
|
9701
10133
|
importFormElementsInputsAttachmentsSignatureInput,
|
|
9702
|
-
importFormElementsInputsAttachmentsSupportInputs,
|
|
9703
10134
|
importFormElementsInputsAttachmentsVideoInput,
|
|
9704
10135
|
importFormElementsInputsBarcodeScannerInput,
|
|
9705
10136
|
importFormElementsInputsComboBoxInput,
|
|
@@ -9712,11 +10143,10 @@ export {
|
|
|
9712
10143
|
importFormElementsInputsTextBoxInput,
|
|
9713
10144
|
importFormElementsInputsTimePickerInput,
|
|
9714
10145
|
importFormElementsRelationshipElement,
|
|
9715
|
-
importFormElementsSupportInputs,
|
|
9716
10146
|
importFormElementsTextElement,
|
|
10147
|
+
importFormElementsUtilityNetworkAssociationsElement,
|
|
9717
10148
|
importFormExpressionInfo,
|
|
9718
10149
|
importFormFormTemplate,
|
|
9719
|
-
importFormSupportElements,
|
|
9720
10150
|
importGeometry,
|
|
9721
10151
|
importGeometryCircle,
|
|
9722
10152
|
importGeometryCoordinateFormatter,
|
|
@@ -9728,7 +10158,10 @@ export {
|
|
|
9728
10158
|
importGeometryMesh,
|
|
9729
10159
|
importGeometryMultipoint,
|
|
9730
10160
|
importGeometryOperatorsAffineTransformOperator,
|
|
10161
|
+
importGeometryOperatorsAlphaShapeOperator,
|
|
9731
10162
|
importGeometryOperatorsAreaOperator,
|
|
10163
|
+
importGeometryOperatorsAutoCompleteOperator,
|
|
10164
|
+
importGeometryOperatorsBoundaryOperator,
|
|
9732
10165
|
importGeometryOperatorsBufferOperator,
|
|
9733
10166
|
importGeometryOperatorsCentroidOperator,
|
|
9734
10167
|
importGeometryOperatorsClipOperator,
|
|
@@ -9741,20 +10174,32 @@ export {
|
|
|
9741
10174
|
importGeometryOperatorsDisjointOperator,
|
|
9742
10175
|
importGeometryOperatorsDistanceOperator,
|
|
9743
10176
|
importGeometryOperatorsEqualsOperator,
|
|
10177
|
+
importGeometryOperatorsExtendOperator,
|
|
9744
10178
|
importGeometryOperatorsGeneralizeOperator,
|
|
9745
10179
|
importGeometryOperatorsGeodesicBufferOperator,
|
|
10180
|
+
importGeometryOperatorsGeodesicProximityOperator,
|
|
9746
10181
|
importGeometryOperatorsGeodeticAreaOperator,
|
|
9747
10182
|
importGeometryOperatorsGeodeticDensifyOperator,
|
|
9748
10183
|
importGeometryOperatorsGeodeticDistanceOperator,
|
|
9749
10184
|
importGeometryOperatorsGeodeticLengthOperator,
|
|
9750
10185
|
importGeometryOperatorsGraphicBufferOperator,
|
|
10186
|
+
importGeometryOperatorsIntegrateOperator,
|
|
9751
10187
|
importGeometryOperatorsIntersectionOperator,
|
|
9752
10188
|
importGeometryOperatorsIntersectsOperator,
|
|
10189
|
+
importGeometryOperatorsIsNearOperator,
|
|
10190
|
+
importGeometryOperatorsLabelPointOperator,
|
|
9753
10191
|
importGeometryOperatorsLengthOperator,
|
|
10192
|
+
importGeometryOperatorsLinesToPolygonsOperator,
|
|
10193
|
+
importGeometryOperatorsLocateBetweenOperator,
|
|
10194
|
+
importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
10195
|
+
importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
9754
10196
|
importGeometryOperatorsOffsetOperator,
|
|
9755
10197
|
importGeometryOperatorsOverlapsOperator,
|
|
10198
|
+
importGeometryOperatorsPolygonOverlayOperator,
|
|
10199
|
+
importGeometryOperatorsPolygonSlicerOperator,
|
|
9756
10200
|
importGeometryOperatorsProximityOperator,
|
|
9757
10201
|
importGeometryOperatorsRelateOperator,
|
|
10202
|
+
importGeometryOperatorsReshapeOperator,
|
|
9758
10203
|
importGeometryOperatorsSimplifyOperator,
|
|
9759
10204
|
importGeometryOperatorsSupportTransformation,
|
|
9760
10205
|
importGeometryOperatorsSymmetricDifferenceOperator,
|
|
@@ -9814,10 +10259,13 @@ export {
|
|
|
9814
10259
|
importLayersIntegratedMesh3DTilesLayer,
|
|
9815
10260
|
importLayersIntegratedMeshLayer,
|
|
9816
10261
|
importLayersKMLLayer,
|
|
10262
|
+
importLayersKnowledgeGraphCypherUtils,
|
|
9817
10263
|
importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
9818
10264
|
importLayersKnowledgeGraphLayer,
|
|
10265
|
+
importLayersKnowledgeGraphSupportUtils,
|
|
9819
10266
|
importLayersLayer,
|
|
9820
10267
|
importLayersLineOfSightLayer,
|
|
10268
|
+
importLayersLinkChartLayer,
|
|
9821
10269
|
importLayersMapImageLayer,
|
|
9822
10270
|
importLayersMapNotesLayer,
|
|
9823
10271
|
importLayersMediaLayer,
|
|
@@ -9826,6 +10274,8 @@ export {
|
|
|
9826
10274
|
importLayersOgcWfsUtils,
|
|
9827
10275
|
importLayersOpenStreetMapLayer,
|
|
9828
10276
|
importLayersOrientedImageryLayer,
|
|
10277
|
+
importLayersOrientedImageryTransformationsImageToWorld,
|
|
10278
|
+
importLayersOrientedImageryTransformationsWorldToImage,
|
|
9829
10279
|
importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
9830
10280
|
importLayersPointCloudFiltersPointCloudFilter,
|
|
9831
10281
|
importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -9919,6 +10369,11 @@ export {
|
|
|
9919
10369
|
importLayersWMSLayer,
|
|
9920
10370
|
importLayersWMTSLayer,
|
|
9921
10371
|
importLayersWebTileLayer,
|
|
10372
|
+
importLinkChartChronologicalLayoutSettings,
|
|
10373
|
+
importLinkChartLayoutSettings,
|
|
10374
|
+
importLinkChartLinkChartProperties,
|
|
10375
|
+
importLinkChartNonspatialDataDisplay,
|
|
10376
|
+
importLinkChartOrganicLayoutSettings,
|
|
9922
10377
|
importMap,
|
|
9923
10378
|
importNetworksNetwork,
|
|
9924
10379
|
importNetworksSupportNamedTraceConfiguration,
|
|
@@ -9992,6 +10447,7 @@ export {
|
|
|
9992
10447
|
importRenderersSupportColormapInfo,
|
|
9993
10448
|
importRenderersSupportHeatmapColorStop,
|
|
9994
10449
|
importRenderersSupportJsonUtils,
|
|
10450
|
+
importRenderersSupportRasterPresetRenderer,
|
|
9995
10451
|
importRenderersSupportUniqueValue,
|
|
9996
10452
|
importRenderersSupportUniqueValueClass,
|
|
9997
10453
|
importRenderersSupportUniqueValueGroup,
|
|
@@ -10030,6 +10486,7 @@ export {
|
|
|
10030
10486
|
importRestKnowledgeGraphGraphProperty,
|
|
10031
10487
|
importRestKnowledgeGraphGraphQuery,
|
|
10032
10488
|
importRestKnowledgeGraphGraphQueryResult,
|
|
10489
|
+
importRestKnowledgeGraphGraphQueryResultHeader,
|
|
10033
10490
|
importRestKnowledgeGraphGraphQueryStreaming,
|
|
10034
10491
|
importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
10035
10492
|
importRestKnowledgeGraphGraphSearch,
|
|
@@ -10043,6 +10500,7 @@ export {
|
|
|
10043
10500
|
importRestKnowledgeGraphSearchIndex,
|
|
10044
10501
|
importRestKnowledgeGraphService,
|
|
10045
10502
|
importRestKnowledgeGraphServiceDefinition,
|
|
10503
|
+
importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
10046
10504
|
importRestLocator,
|
|
10047
10505
|
importRestNetworkService,
|
|
10048
10506
|
importRestNetworksQueryAssociations,
|
|
@@ -10072,6 +10530,10 @@ export {
|
|
|
10072
10530
|
importRestSupportArealUnit,
|
|
10073
10531
|
importRestSupportAreasAndLengthsParameters,
|
|
10074
10532
|
importRestSupportAttachmentQuery,
|
|
10533
|
+
importRestSupportAttributeBinsQuery,
|
|
10534
|
+
importRestSupportAutoIntervalBinParameters,
|
|
10535
|
+
importRestSupportBaseImageMeasureParameters,
|
|
10536
|
+
importRestSupportBaseImageMeasureResult,
|
|
10075
10537
|
importRestSupportBufferParameters,
|
|
10076
10538
|
importRestSupportCameraInfo,
|
|
10077
10539
|
importRestSupportClosestFacilityParameters,
|
|
@@ -10079,6 +10541,8 @@ export {
|
|
|
10079
10541
|
importRestSupportColorRamp,
|
|
10080
10542
|
importRestSupportDataFile,
|
|
10081
10543
|
importRestSupportDataLayer,
|
|
10544
|
+
importRestSupportDateBinParameters,
|
|
10545
|
+
importRestSupportDateBinTimeInterval,
|
|
10082
10546
|
importRestSupportDensifyParameters,
|
|
10083
10547
|
importRestSupportDirectionLine,
|
|
10084
10548
|
importRestSupportDirectionPoint,
|
|
@@ -10092,6 +10556,8 @@ export {
|
|
|
10092
10556
|
importRestSupportFindImagesResult,
|
|
10093
10557
|
importRestSupportFindParameters,
|
|
10094
10558
|
importRestSupportFindResult,
|
|
10559
|
+
importRestSupportFixedBoundariesBinParameters,
|
|
10560
|
+
importRestSupportFixedIntervalBinParameters,
|
|
10095
10561
|
importRestSupportGPMessage,
|
|
10096
10562
|
importRestSupportGeneralizeParameters,
|
|
10097
10563
|
importRestSupportIdentifyParameters,
|
|
@@ -10192,6 +10658,7 @@ export {
|
|
|
10192
10658
|
importSmartMappingRenderersPredominance,
|
|
10193
10659
|
importSmartMappingRenderersRelationship,
|
|
10194
10660
|
importSmartMappingRenderersSize,
|
|
10661
|
+
importSmartMappingRenderersSupportRendererUtils,
|
|
10195
10662
|
importSmartMappingRenderersType,
|
|
10196
10663
|
importSmartMappingRenderersUnivariateColorSize,
|
|
10197
10664
|
importSmartMappingStatisticsClassBreaks,
|
|
@@ -10266,12 +10733,12 @@ export {
|
|
|
10266
10733
|
importSymbolsWaterSymbol3DLayer,
|
|
10267
10734
|
importSymbolsWebStyleSymbol,
|
|
10268
10735
|
importTablesAttributeTableTemplate,
|
|
10736
|
+
importTablesElements,
|
|
10269
10737
|
importTablesElementsAttributeTableAttachmentElement,
|
|
10270
10738
|
importTablesElementsAttributeTableElement,
|
|
10271
10739
|
importTablesElementsAttributeTableFieldElement,
|
|
10272
10740
|
importTablesElementsAttributeTableGroupElement,
|
|
10273
10741
|
importTablesElementsAttributeTableRelationshipElement,
|
|
10274
|
-
importTablesSupportElements,
|
|
10275
10742
|
importTimeExtent,
|
|
10276
10743
|
importTimeInterval,
|
|
10277
10744
|
importTimeTimeExtent,
|
|
@@ -10283,6 +10750,7 @@ export {
|
|
|
10283
10750
|
importViewpoint,
|
|
10284
10751
|
importViews2dLayersBaseLayerView2D,
|
|
10285
10752
|
importViews2dLayersBaseLayerViewGL2D,
|
|
10753
|
+
importViews2dSupportHighlightGroup,
|
|
10286
10754
|
importViews2dViewState,
|
|
10287
10755
|
importViews3dAnalysisAreaMeasurementAnalysisView3D,
|
|
10288
10756
|
importViews3dAnalysisDirectLineMeasurementAnalysisView3D,
|
|
@@ -10297,7 +10765,6 @@ export {
|
|
|
10297
10765
|
importViews3dEnvironmentSunLighting,
|
|
10298
10766
|
importViews3dEnvironmentSunnyWeather,
|
|
10299
10767
|
importViews3dEnvironmentVirtualLighting,
|
|
10300
|
-
importViews3dExternalRenderers,
|
|
10301
10768
|
importViews3dSupportLayerPerformanceInfo,
|
|
10302
10769
|
importViews3dSupportSceneViewPerformanceInfo,
|
|
10303
10770
|
importViews3dWebgl,
|
|
@@ -10339,6 +10806,7 @@ export {
|
|
|
10339
10806
|
importViewsLayersSceneLayerView,
|
|
10340
10807
|
importViewsLayersStreamLayerView,
|
|
10341
10808
|
importViewsLayersViewshedLayerView,
|
|
10809
|
+
importViewsLinkChartView,
|
|
10342
10810
|
importViewsMagnifier,
|
|
10343
10811
|
importViewsMapView,
|
|
10344
10812
|
importViewsNavigationGamepadGamepadSettings,
|
|
@@ -10352,6 +10820,7 @@ export {
|
|
|
10352
10820
|
importViewsView2D,
|
|
10353
10821
|
importViewsViewAnimation,
|
|
10354
10822
|
importWebDocument2D,
|
|
10823
|
+
importWebLinkChart,
|
|
10355
10824
|
importWebMap,
|
|
10356
10825
|
importWebScene,
|
|
10357
10826
|
importWebdocApplicationPropertiesSearch,
|
|
@@ -10383,6 +10852,7 @@ export {
|
|
|
10383
10852
|
importWebsceneInitialViewProperties,
|
|
10384
10853
|
importWebscenePresentation,
|
|
10385
10854
|
importWebsceneSlide,
|
|
10855
|
+
importWebsceneSlideLegend,
|
|
10386
10856
|
importWebsceneSunLighting,
|
|
10387
10857
|
importWebsceneVirtualLighting,
|
|
10388
10858
|
importWidgetsAreaMeasurement2D,
|
|
@@ -10447,12 +10917,15 @@ export {
|
|
|
10447
10917
|
importWidgetsExpand,
|
|
10448
10918
|
importWidgetsExpandExpandViewModel,
|
|
10449
10919
|
importWidgetsFeature,
|
|
10920
|
+
importWidgetsFeatureFeatureUtilityNetworkAssociationsFeatureUtilityNetworkAssociationsViewModel,
|
|
10450
10921
|
importWidgetsFeatureFeatureViewModel,
|
|
10451
10922
|
importWidgetsFeatureForm,
|
|
10452
10923
|
importWidgetsFeatureFormFeatureFormViewModel,
|
|
10453
10924
|
importWidgetsFeatureFormFieldInput,
|
|
10454
10925
|
importWidgetsFeatureFormGroupInput,
|
|
10455
10926
|
importWidgetsFeatureFormRelationshipInput,
|
|
10927
|
+
importWidgetsFeatureFormTextElementInput,
|
|
10928
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
10456
10929
|
importWidgetsFeatureTable,
|
|
10457
10930
|
importWidgetsFeatureTableActionColumn,
|
|
10458
10931
|
importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -10464,10 +10937,12 @@ export {
|
|
|
10464
10937
|
importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
10465
10938
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
10466
10939
|
importWidgetsFeatureTableRelationshipColumn,
|
|
10940
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
10467
10941
|
importWidgetsFeatureTableSupportColumnTemplate,
|
|
10468
10942
|
importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
10469
10943
|
importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
10470
10944
|
importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
10945
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
10471
10946
|
importWidgetsFeatureTableSupportTableTemplate,
|
|
10472
10947
|
importWidgetsFeatureTemplates,
|
|
10473
10948
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -10567,6 +11042,7 @@ export {
|
|
|
10567
11042
|
importWidgetsUtilityNetworkAssociations,
|
|
10568
11043
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
10569
11044
|
importWidgetsUtilityNetworkTrace,
|
|
11045
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
10570
11046
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
10571
11047
|
importWidgetsUtilityNetworkValidateTopology,
|
|
10572
11048
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -10627,6 +11103,7 @@ export {
|
|
|
10627
11103
|
newFormElementsInputsTimePickerInput,
|
|
10628
11104
|
newFormElementsRelationshipElement,
|
|
10629
11105
|
newFormElementsTextElement,
|
|
11106
|
+
newFormElementsUtilityNetworkAssociationsElement,
|
|
10630
11107
|
newFormExpressionInfo,
|
|
10631
11108
|
newFormFormTemplate,
|
|
10632
11109
|
newGeometryCircle,
|
|
@@ -10683,6 +11160,7 @@ export {
|
|
|
10683
11160
|
newLayersKnowledgeGraphLayer,
|
|
10684
11161
|
newLayersLayer,
|
|
10685
11162
|
newLayersLineOfSightLayer,
|
|
11163
|
+
newLayersLinkChartLayer,
|
|
10686
11164
|
newLayersMapImageLayer,
|
|
10687
11165
|
newLayersMapNotesLayer,
|
|
10688
11166
|
newLayersMediaLayer,
|
|
@@ -10775,6 +11253,11 @@ export {
|
|
|
10775
11253
|
newLayersWMSLayer,
|
|
10776
11254
|
newLayersWMTSLayer,
|
|
10777
11255
|
newLayersWebTileLayer,
|
|
11256
|
+
newLinkChartChronologicalLayoutSettings,
|
|
11257
|
+
newLinkChartLayoutSettings,
|
|
11258
|
+
newLinkChartLinkChartProperties,
|
|
11259
|
+
newLinkChartNonspatialDataDisplay,
|
|
11260
|
+
newLinkChartOrganicLayoutSettings,
|
|
10778
11261
|
newMap,
|
|
10779
11262
|
newNetworksNetwork,
|
|
10780
11263
|
newNetworksSupportNamedTraceConfiguration,
|
|
@@ -10842,6 +11325,7 @@ export {
|
|
|
10842
11325
|
newRenderersSupportClassBreakInfo,
|
|
10843
11326
|
newRenderersSupportColormapInfo,
|
|
10844
11327
|
newRenderersSupportHeatmapColorStop,
|
|
11328
|
+
newRenderersSupportRasterPresetRenderer,
|
|
10845
11329
|
newRenderersSupportUniqueValue,
|
|
10846
11330
|
newRenderersSupportUniqueValueClass,
|
|
10847
11331
|
newRenderersSupportUniqueValueGroup,
|
|
@@ -10870,6 +11354,7 @@ export {
|
|
|
10870
11354
|
newRestKnowledgeGraphGraphProperty,
|
|
10871
11355
|
newRestKnowledgeGraphGraphQuery,
|
|
10872
11356
|
newRestKnowledgeGraphGraphQueryResult,
|
|
11357
|
+
newRestKnowledgeGraphGraphQueryResultHeader,
|
|
10873
11358
|
newRestKnowledgeGraphGraphQueryStreaming,
|
|
10874
11359
|
newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
10875
11360
|
newRestKnowledgeGraphGraphSearch,
|
|
@@ -10882,6 +11367,7 @@ export {
|
|
|
10882
11367
|
newRestKnowledgeGraphRelationshipType,
|
|
10883
11368
|
newRestKnowledgeGraphSearchIndex,
|
|
10884
11369
|
newRestKnowledgeGraphServiceDefinition,
|
|
11370
|
+
newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
10885
11371
|
newRestNetworksSupportAggregatedGeometry,
|
|
10886
11372
|
newRestNetworksSupportAssociation,
|
|
10887
11373
|
newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -10900,6 +11386,10 @@ export {
|
|
|
10900
11386
|
newRestSupportArealUnit,
|
|
10901
11387
|
newRestSupportAreasAndLengthsParameters,
|
|
10902
11388
|
newRestSupportAttachmentQuery,
|
|
11389
|
+
newRestSupportAttributeBinsQuery,
|
|
11390
|
+
newRestSupportAutoIntervalBinParameters,
|
|
11391
|
+
newRestSupportBaseImageMeasureParameters,
|
|
11392
|
+
newRestSupportBaseImageMeasureResult,
|
|
10903
11393
|
newRestSupportBufferParameters,
|
|
10904
11394
|
newRestSupportCameraInfo,
|
|
10905
11395
|
newRestSupportClosestFacilityParameters,
|
|
@@ -10907,6 +11397,8 @@ export {
|
|
|
10907
11397
|
newRestSupportColorRamp,
|
|
10908
11398
|
newRestSupportDataFile,
|
|
10909
11399
|
newRestSupportDataLayer,
|
|
11400
|
+
newRestSupportDateBinParameters,
|
|
11401
|
+
newRestSupportDateBinTimeInterval,
|
|
10910
11402
|
newRestSupportDensifyParameters,
|
|
10911
11403
|
newRestSupportDirectionLine,
|
|
10912
11404
|
newRestSupportDirectionPoint,
|
|
@@ -10920,6 +11412,8 @@ export {
|
|
|
10920
11412
|
newRestSupportFindImagesResult,
|
|
10921
11413
|
newRestSupportFindParameters,
|
|
10922
11414
|
newRestSupportFindResult,
|
|
11415
|
+
newRestSupportFixedBoundariesBinParameters,
|
|
11416
|
+
newRestSupportFixedIntervalBinParameters,
|
|
10923
11417
|
newRestSupportGPMessage,
|
|
10924
11418
|
newRestSupportGeneralizeParameters,
|
|
10925
11419
|
newRestSupportIdentifyParameters,
|
|
@@ -11052,6 +11546,7 @@ export {
|
|
|
11052
11546
|
newViewpoint,
|
|
11053
11547
|
newViews2dLayersBaseLayerView2D,
|
|
11054
11548
|
newViews2dLayersBaseLayerViewGL2D,
|
|
11549
|
+
newViews2dSupportHighlightGroup,
|
|
11055
11550
|
newViews2dViewState,
|
|
11056
11551
|
newViews3dAnalysisAreaMeasurementAnalysisView3D,
|
|
11057
11552
|
newViews3dAnalysisDirectLineMeasurementAnalysisView3D,
|
|
@@ -11101,6 +11596,7 @@ export {
|
|
|
11101
11596
|
newViewsLayersSceneLayerView,
|
|
11102
11597
|
newViewsLayersStreamLayerView,
|
|
11103
11598
|
newViewsLayersViewshedLayerView,
|
|
11599
|
+
newViewsLinkChartView,
|
|
11104
11600
|
newViewsMagnifier,
|
|
11105
11601
|
newViewsMapView,
|
|
11106
11602
|
newViewsNavigationGamepadGamepadSettings,
|
|
@@ -11113,6 +11609,7 @@ export {
|
|
|
11113
11609
|
newViewsView2D,
|
|
11114
11610
|
newViewsViewAnimation,
|
|
11115
11611
|
newWebDocument2D,
|
|
11612
|
+
newWebLinkChart,
|
|
11116
11613
|
newWebMap,
|
|
11117
11614
|
newWebScene,
|
|
11118
11615
|
newWebdocApplicationPropertiesSearch,
|
|
@@ -11144,6 +11641,7 @@ export {
|
|
|
11144
11641
|
newWebsceneInitialViewProperties,
|
|
11145
11642
|
newWebscenePresentation,
|
|
11146
11643
|
newWebsceneSlide,
|
|
11644
|
+
newWebsceneSlideLegend,
|
|
11147
11645
|
newWebsceneSunLighting,
|
|
11148
11646
|
newWebsceneVirtualLighting,
|
|
11149
11647
|
newWidgetsAreaMeasurement2D,
|
|
@@ -11213,6 +11711,8 @@ export {
|
|
|
11213
11711
|
newWidgetsFeatureFormFieldInput,
|
|
11214
11712
|
newWidgetsFeatureFormGroupInput,
|
|
11215
11713
|
newWidgetsFeatureFormRelationshipInput,
|
|
11714
|
+
newWidgetsFeatureFormTextElementInput,
|
|
11715
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
11216
11716
|
newWidgetsFeatureTable,
|
|
11217
11717
|
newWidgetsFeatureTableActionColumn,
|
|
11218
11718
|
newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -11224,10 +11724,12 @@ export {
|
|
|
11224
11724
|
newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
11225
11725
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
11226
11726
|
newWidgetsFeatureTableRelationshipColumn,
|
|
11727
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
11227
11728
|
newWidgetsFeatureTableSupportColumnTemplate,
|
|
11228
11729
|
newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
11229
11730
|
newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
11230
11731
|
newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
11732
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
11231
11733
|
newWidgetsFeatureTableSupportTableTemplate,
|
|
11232
11734
|
newWidgetsFeatureTemplates,
|
|
11233
11735
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -11325,6 +11827,7 @@ export {
|
|
|
11325
11827
|
newWidgetsUtilityNetworkAssociations,
|
|
11326
11828
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
11327
11829
|
newWidgetsUtilityNetworkTrace,
|
|
11830
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
11328
11831
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
11329
11832
|
newWidgetsUtilityNetworkValidateTopology,
|
|
11330
11833
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|