@arcgis/core-adapter 4.32.0-next.14 → 4.32.0-next.141
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/LICENSE.md +1 -1
- package/README.md +1 -1
- package/dist/index.cjs +987 -108
- package/dist/index.d.cts +138 -24
- package/dist/index.d.ts +138 -24
- package/dist/index.js +860 -95
- 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 -11432
- package/support/api-reference-esm-imports.json +0 -940
- package/support/arcgis.d.ts +0 -147161
- 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");
|
|
@@ -622,6 +633,28 @@ async function newGeometrySpatialReference(properties) {
|
|
|
622
633
|
const ModConstructor = await importGeometrySpatialReference();
|
|
623
634
|
return new ModConstructor(properties);
|
|
624
635
|
}
|
|
636
|
+
async function importGeometryOperatorsSupportGeographicTransformation() {
|
|
637
|
+
if (isAMD) {
|
|
638
|
+
return await window.$arcgis.import("esri/geometry/operators/support/GeographicTransformation");
|
|
639
|
+
}
|
|
640
|
+
const module = await import("@arcgis/core/geometry/operators/support/GeographicTransformation.js");
|
|
641
|
+
return isDefaultModule(module) ? module.default : module;
|
|
642
|
+
}
|
|
643
|
+
async function newGeometryOperatorsSupportGeographicTransformation(properties) {
|
|
644
|
+
const ModConstructor = await importGeometryOperatorsSupportGeographicTransformation();
|
|
645
|
+
return new ModConstructor(properties);
|
|
646
|
+
}
|
|
647
|
+
async function importGeometryOperatorsSupportGeographicTransformationStep() {
|
|
648
|
+
if (isAMD) {
|
|
649
|
+
return await window.$arcgis.import("esri/geometry/operators/support/GeographicTransformationStep");
|
|
650
|
+
}
|
|
651
|
+
const module = await import("@arcgis/core/geometry/operators/support/GeographicTransformationStep.js");
|
|
652
|
+
return isDefaultModule(module) ? module.default : module;
|
|
653
|
+
}
|
|
654
|
+
async function newGeometryOperatorsSupportGeographicTransformationStep(properties) {
|
|
655
|
+
const ModConstructor = await importGeometryOperatorsSupportGeographicTransformationStep();
|
|
656
|
+
return new ModConstructor(properties);
|
|
657
|
+
}
|
|
625
658
|
async function importGeometryOperatorsSupportTransformation() {
|
|
626
659
|
if (isAMD) {
|
|
627
660
|
return await window.$arcgis.import("esri/geometry/operators/support/Transformation");
|
|
@@ -743,6 +776,17 @@ async function newGeometrySupportMeshTransform(properties) {
|
|
|
743
776
|
const ModConstructor = await importGeometrySupportMeshTransform();
|
|
744
777
|
return new ModConstructor(properties);
|
|
745
778
|
}
|
|
779
|
+
async function importAttributeBinsGraphic() {
|
|
780
|
+
if (isAMD) {
|
|
781
|
+
return await window.$arcgis.import("esri/AttributeBinsGraphic");
|
|
782
|
+
}
|
|
783
|
+
const module = await import("@arcgis/core/AttributeBinsGraphic.js");
|
|
784
|
+
return isDefaultModule(module) ? module.default : module;
|
|
785
|
+
}
|
|
786
|
+
async function newAttributeBinsGraphic(properties) {
|
|
787
|
+
const ModConstructor = await importAttributeBinsGraphic();
|
|
788
|
+
return new ModConstructor(properties);
|
|
789
|
+
}
|
|
746
790
|
async function importGraphic() {
|
|
747
791
|
if (isAMD) {
|
|
748
792
|
return await window.$arcgis.import("esri/Graphic");
|
|
@@ -1106,6 +1150,17 @@ async function newLayersLineOfSightLayer(properties) {
|
|
|
1106
1150
|
const ModConstructor = await importLayersLineOfSightLayer();
|
|
1107
1151
|
return new ModConstructor(properties);
|
|
1108
1152
|
}
|
|
1153
|
+
async function importLayersLinkChartLayer() {
|
|
1154
|
+
if (isAMD) {
|
|
1155
|
+
return await window.$arcgis.import("esri/layers/LinkChartLayer");
|
|
1156
|
+
}
|
|
1157
|
+
const module = await import("@arcgis/core/layers/LinkChartLayer.js");
|
|
1158
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1159
|
+
}
|
|
1160
|
+
async function newLayersLinkChartLayer(properties) {
|
|
1161
|
+
const ModConstructor = await importLayersLinkChartLayer();
|
|
1162
|
+
return new ModConstructor(properties);
|
|
1163
|
+
}
|
|
1109
1164
|
async function importLayersMapImageLayer() {
|
|
1110
1165
|
if (isAMD) {
|
|
1111
1166
|
return await window.$arcgis.import("esri/layers/MapImageLayer");
|
|
@@ -1348,6 +1403,28 @@ async function newLayersSupportDimensionalDefinition(properties) {
|
|
|
1348
1403
|
const ModConstructor = await importLayersSupportDimensionalDefinition();
|
|
1349
1404
|
return new ModConstructor(properties);
|
|
1350
1405
|
}
|
|
1406
|
+
async function importLayersSupportDisplayFilter() {
|
|
1407
|
+
if (isAMD) {
|
|
1408
|
+
return await window.$arcgis.import("esri/layers/support/DisplayFilter");
|
|
1409
|
+
}
|
|
1410
|
+
const module = await import("@arcgis/core/layers/support/DisplayFilter.js");
|
|
1411
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1412
|
+
}
|
|
1413
|
+
async function newLayersSupportDisplayFilter(properties) {
|
|
1414
|
+
const ModConstructor = await importLayersSupportDisplayFilter();
|
|
1415
|
+
return new ModConstructor(properties);
|
|
1416
|
+
}
|
|
1417
|
+
async function importLayersSupportDisplayFilterInfo() {
|
|
1418
|
+
if (isAMD) {
|
|
1419
|
+
return await window.$arcgis.import("esri/layers/support/DisplayFilterInfo");
|
|
1420
|
+
}
|
|
1421
|
+
const module = await import("@arcgis/core/layers/support/DisplayFilterInfo.js");
|
|
1422
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1423
|
+
}
|
|
1424
|
+
async function newLayersSupportDisplayFilterInfo(properties) {
|
|
1425
|
+
const ModConstructor = await importLayersSupportDisplayFilterInfo();
|
|
1426
|
+
return new ModConstructor(properties);
|
|
1427
|
+
}
|
|
1351
1428
|
async function importLayersSupportDomain() {
|
|
1352
1429
|
if (isAMD) {
|
|
1353
1430
|
return await window.$arcgis.import("esri/layers/support/Domain");
|
|
@@ -1634,6 +1711,17 @@ async function newLayersSupportMultidimensionalSubset(properties) {
|
|
|
1634
1711
|
const ModConstructor = await importLayersSupportMultidimensionalSubset();
|
|
1635
1712
|
return new ModConstructor(properties);
|
|
1636
1713
|
}
|
|
1714
|
+
async function importLayersSupportOrderByInfo() {
|
|
1715
|
+
if (isAMD) {
|
|
1716
|
+
return await window.$arcgis.import("esri/layers/support/OrderByInfo");
|
|
1717
|
+
}
|
|
1718
|
+
const module = await import("@arcgis/core/layers/support/OrderByInfo.js");
|
|
1719
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1720
|
+
}
|
|
1721
|
+
async function newLayersSupportOrderByInfo(properties) {
|
|
1722
|
+
const ModConstructor = await importLayersSupportOrderByInfo();
|
|
1723
|
+
return new ModConstructor(properties);
|
|
1724
|
+
}
|
|
1637
1725
|
async function importLayersSupportPixelBlock() {
|
|
1638
1726
|
if (isAMD) {
|
|
1639
1727
|
return await window.$arcgis.import("esri/layers/support/PixelBlock");
|
|
@@ -1876,6 +1964,28 @@ async function newLayersSupportTimeInfo(properties) {
|
|
|
1876
1964
|
const ModConstructor = await importLayersSupportTimeInfo();
|
|
1877
1965
|
return new ModConstructor(properties);
|
|
1878
1966
|
}
|
|
1967
|
+
async function importLayersSupportTrackInfo() {
|
|
1968
|
+
if (isAMD) {
|
|
1969
|
+
return await window.$arcgis.import("esri/layers/support/TrackInfo");
|
|
1970
|
+
}
|
|
1971
|
+
const module = await import("@arcgis/core/layers/support/TrackInfo.js");
|
|
1972
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1973
|
+
}
|
|
1974
|
+
async function newLayersSupportTrackInfo(properties) {
|
|
1975
|
+
const ModConstructor = await importLayersSupportTrackInfo();
|
|
1976
|
+
return new ModConstructor(properties);
|
|
1977
|
+
}
|
|
1978
|
+
async function importLayersSupportTrackPartInfo() {
|
|
1979
|
+
if (isAMD) {
|
|
1980
|
+
return await window.$arcgis.import("esri/layers/support/TrackPartInfo");
|
|
1981
|
+
}
|
|
1982
|
+
const module = await import("@arcgis/core/layers/support/TrackPartInfo.js");
|
|
1983
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1984
|
+
}
|
|
1985
|
+
async function newLayersSupportTrackPartInfo(properties) {
|
|
1986
|
+
const ModConstructor = await importLayersSupportTrackPartInfo();
|
|
1987
|
+
return new ModConstructor(properties);
|
|
1988
|
+
}
|
|
1879
1989
|
async function importLayersSupportVideoElement() {
|
|
1880
1990
|
if (isAMD) {
|
|
1881
1991
|
return await window.$arcgis.import("esri/layers/support/VideoElement");
|
|
@@ -2118,6 +2228,61 @@ async function newLayersWMTSLayer(properties) {
|
|
|
2118
2228
|
const ModConstructor = await importLayersWMTSLayer();
|
|
2119
2229
|
return new ModConstructor(properties);
|
|
2120
2230
|
}
|
|
2231
|
+
async function importLinkChartChronologicalLayoutSettings() {
|
|
2232
|
+
if (isAMD) {
|
|
2233
|
+
return await window.$arcgis.import("esri/linkChart/ChronologicalLayoutSettings");
|
|
2234
|
+
}
|
|
2235
|
+
const module = await import("@arcgis/core/linkChart/ChronologicalLayoutSettings.js");
|
|
2236
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2237
|
+
}
|
|
2238
|
+
async function newLinkChartChronologicalLayoutSettings(properties) {
|
|
2239
|
+
const ModConstructor = await importLinkChartChronologicalLayoutSettings();
|
|
2240
|
+
return new ModConstructor(properties);
|
|
2241
|
+
}
|
|
2242
|
+
async function importLinkChartLayoutSettings() {
|
|
2243
|
+
if (isAMD) {
|
|
2244
|
+
return await window.$arcgis.import("esri/linkChart/LayoutSettings");
|
|
2245
|
+
}
|
|
2246
|
+
const module = await import("@arcgis/core/linkChart/LayoutSettings.js");
|
|
2247
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2248
|
+
}
|
|
2249
|
+
async function newLinkChartLayoutSettings(properties) {
|
|
2250
|
+
const ModConstructor = await importLinkChartLayoutSettings();
|
|
2251
|
+
return new ModConstructor(properties);
|
|
2252
|
+
}
|
|
2253
|
+
async function importLinkChartLinkChartProperties() {
|
|
2254
|
+
if (isAMD) {
|
|
2255
|
+
return await window.$arcgis.import("esri/linkChart/LinkChartProperties");
|
|
2256
|
+
}
|
|
2257
|
+
const module = await import("@arcgis/core/linkChart/LinkChartProperties.js");
|
|
2258
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2259
|
+
}
|
|
2260
|
+
async function newLinkChartLinkChartProperties(properties) {
|
|
2261
|
+
const ModConstructor = await importLinkChartLinkChartProperties();
|
|
2262
|
+
return new ModConstructor(properties);
|
|
2263
|
+
}
|
|
2264
|
+
async function importLinkChartNonspatialDataDisplay() {
|
|
2265
|
+
if (isAMD) {
|
|
2266
|
+
return await window.$arcgis.import("esri/linkChart/NonspatialDataDisplay");
|
|
2267
|
+
}
|
|
2268
|
+
const module = await import("@arcgis/core/linkChart/NonspatialDataDisplay.js");
|
|
2269
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2270
|
+
}
|
|
2271
|
+
async function newLinkChartNonspatialDataDisplay(properties) {
|
|
2272
|
+
const ModConstructor = await importLinkChartNonspatialDataDisplay();
|
|
2273
|
+
return new ModConstructor(properties);
|
|
2274
|
+
}
|
|
2275
|
+
async function importLinkChartOrganicLayoutSettings() {
|
|
2276
|
+
if (isAMD) {
|
|
2277
|
+
return await window.$arcgis.import("esri/linkChart/OrganicLayoutSettings");
|
|
2278
|
+
}
|
|
2279
|
+
const module = await import("@arcgis/core/linkChart/OrganicLayoutSettings.js");
|
|
2280
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2281
|
+
}
|
|
2282
|
+
async function newLinkChartOrganicLayoutSettings(properties) {
|
|
2283
|
+
const ModConstructor = await importLinkChartOrganicLayoutSettings();
|
|
2284
|
+
return new ModConstructor(properties);
|
|
2285
|
+
}
|
|
2121
2286
|
async function importMap() {
|
|
2122
2287
|
if (isAMD) {
|
|
2123
2288
|
return await window.$arcgis.import("esri/Map");
|
|
@@ -2481,6 +2646,17 @@ async function newPopupRelatedRecordsInfo(properties) {
|
|
|
2481
2646
|
const ModConstructor = await importPopupRelatedRecordsInfo();
|
|
2482
2647
|
return new ModConstructor(properties);
|
|
2483
2648
|
}
|
|
2649
|
+
async function importPopupSupportAttachmentsOrderByInfo() {
|
|
2650
|
+
if (isAMD) {
|
|
2651
|
+
return await window.$arcgis.import("esri/popup/support/AttachmentsOrderByInfo");
|
|
2652
|
+
}
|
|
2653
|
+
const module = await import("@arcgis/core/popup/support/AttachmentsOrderByInfo.js");
|
|
2654
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2655
|
+
}
|
|
2656
|
+
async function newPopupSupportAttachmentsOrderByInfo(properties) {
|
|
2657
|
+
const ModConstructor = await importPopupSupportAttachmentsOrderByInfo();
|
|
2658
|
+
return new ModConstructor(properties);
|
|
2659
|
+
}
|
|
2484
2660
|
async function importPopupSupportFieldInfoFormat() {
|
|
2485
2661
|
if (isAMD) {
|
|
2486
2662
|
return await window.$arcgis.import("esri/popup/support/FieldInfoFormat");
|
|
@@ -2503,6 +2679,17 @@ async function newPopupSupportRelatedRecordsInfoFieldOrder(properties) {
|
|
|
2503
2679
|
const ModConstructor = await importPopupSupportRelatedRecordsInfoFieldOrder();
|
|
2504
2680
|
return new ModConstructor(properties);
|
|
2505
2681
|
}
|
|
2682
|
+
async function importPopupSupportUtilityNetworkAssociationType() {
|
|
2683
|
+
if (isAMD) {
|
|
2684
|
+
return await window.$arcgis.import("esri/popup/support/UtilityNetworkAssociationType");
|
|
2685
|
+
}
|
|
2686
|
+
const module = await import("@arcgis/core/popup/support/UtilityNetworkAssociationType.js");
|
|
2687
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2688
|
+
}
|
|
2689
|
+
async function newPopupSupportUtilityNetworkAssociationType(properties) {
|
|
2690
|
+
const ModConstructor = await importPopupSupportUtilityNetworkAssociationType();
|
|
2691
|
+
return new ModConstructor(properties);
|
|
2692
|
+
}
|
|
2506
2693
|
async function importPopupTemplate() {
|
|
2507
2694
|
if (isAMD) {
|
|
2508
2695
|
return await window.$arcgis.import("esri/PopupTemplate");
|
|
@@ -3174,6 +3361,17 @@ async function newRestKnowledgeGraphGraphQueryResult(properties) {
|
|
|
3174
3361
|
const ModConstructor = await importRestKnowledgeGraphGraphQueryResult();
|
|
3175
3362
|
return new ModConstructor(properties);
|
|
3176
3363
|
}
|
|
3364
|
+
async function importRestKnowledgeGraphGraphQueryResultHeader() {
|
|
3365
|
+
if (isAMD) {
|
|
3366
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryResultHeader");
|
|
3367
|
+
}
|
|
3368
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphQueryResultHeader.js");
|
|
3369
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3370
|
+
}
|
|
3371
|
+
async function newRestKnowledgeGraphGraphQueryResultHeader(properties) {
|
|
3372
|
+
const ModConstructor = await importRestKnowledgeGraphGraphQueryResultHeader();
|
|
3373
|
+
return new ModConstructor(properties);
|
|
3374
|
+
}
|
|
3177
3375
|
async function importRestKnowledgeGraphGraphQueryStreaming() {
|
|
3178
3376
|
if (isAMD) {
|
|
3179
3377
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphQueryStreaming");
|
|
@@ -3306,6 +3504,72 @@ async function newRestKnowledgeGraphServiceDefinition(properties) {
|
|
|
3306
3504
|
const ModConstructor = await importRestKnowledgeGraphServiceDefinition();
|
|
3307
3505
|
return new ModConstructor(properties);
|
|
3308
3506
|
}
|
|
3507
|
+
async function importRestKnowledgeGraphSourceTypeValueBehavior() {
|
|
3508
|
+
if (isAMD) {
|
|
3509
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/SourceTypeValueBehavior");
|
|
3510
|
+
}
|
|
3511
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/SourceTypeValueBehavior.js");
|
|
3512
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3513
|
+
}
|
|
3514
|
+
async function newRestKnowledgeGraphSourceTypeValueBehavior(properties) {
|
|
3515
|
+
const ModConstructor = await importRestKnowledgeGraphSourceTypeValueBehavior();
|
|
3516
|
+
return new ModConstructor(properties);
|
|
3517
|
+
}
|
|
3518
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration() {
|
|
3519
|
+
if (isAMD) {
|
|
3520
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsConfiguration");
|
|
3521
|
+
}
|
|
3522
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsConfiguration.js");
|
|
3523
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3524
|
+
}
|
|
3525
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration(properties) {
|
|
3526
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration();
|
|
3527
|
+
return new ModConstructor(properties);
|
|
3528
|
+
}
|
|
3529
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity() {
|
|
3530
|
+
if (isAMD) {
|
|
3531
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsEntity");
|
|
3532
|
+
}
|
|
3533
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsEntity.js");
|
|
3534
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3535
|
+
}
|
|
3536
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity(properties) {
|
|
3537
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity();
|
|
3538
|
+
return new ModConstructor(properties);
|
|
3539
|
+
}
|
|
3540
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter() {
|
|
3541
|
+
if (isAMD) {
|
|
3542
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsPathFilter");
|
|
3543
|
+
}
|
|
3544
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMFilteredFindPathsPathFilter.js");
|
|
3545
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3546
|
+
}
|
|
3547
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter(properties) {
|
|
3548
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter();
|
|
3549
|
+
return new ModConstructor(properties);
|
|
3550
|
+
}
|
|
3551
|
+
async function importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection() {
|
|
3552
|
+
if (isAMD) {
|
|
3553
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/CIMKGTraversalDirection");
|
|
3554
|
+
}
|
|
3555
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/CIMKGTraversalDirection.js");
|
|
3556
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3557
|
+
}
|
|
3558
|
+
async function newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection(properties) {
|
|
3559
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection();
|
|
3560
|
+
return new ModConstructor(properties);
|
|
3561
|
+
}
|
|
3562
|
+
async function importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings() {
|
|
3563
|
+
if (isAMD) {
|
|
3564
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/toolService/findPaths/FindPathsToolSettings");
|
|
3565
|
+
}
|
|
3566
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/toolService/findPaths/FindPathsToolSettings.js");
|
|
3567
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3568
|
+
}
|
|
3569
|
+
async function newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings(properties) {
|
|
3570
|
+
const ModConstructor = await importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings();
|
|
3571
|
+
return new ModConstructor(properties);
|
|
3572
|
+
}
|
|
3309
3573
|
async function importRestNetworksSupportAggregatedGeometry() {
|
|
3310
3574
|
if (isAMD) {
|
|
3311
3575
|
return await window.$arcgis.import("esri/rest/networks/support/AggregatedGeometry");
|
|
@@ -3460,6 +3724,94 @@ async function newRestSupportAddressCandidate(properties) {
|
|
|
3460
3724
|
const ModConstructor = await importRestSupportAddressCandidate();
|
|
3461
3725
|
return new ModConstructor(properties);
|
|
3462
3726
|
}
|
|
3727
|
+
async function importRestSupportAttributeBinsFeatureSet() {
|
|
3728
|
+
if (isAMD) {
|
|
3729
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsFeatureSet");
|
|
3730
|
+
}
|
|
3731
|
+
const module = await import("@arcgis/core/rest/support/AttributeBinsFeatureSet.js");
|
|
3732
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3733
|
+
}
|
|
3734
|
+
async function newRestSupportAttributeBinsFeatureSet(properties) {
|
|
3735
|
+
const ModConstructor = await importRestSupportAttributeBinsFeatureSet();
|
|
3736
|
+
return new ModConstructor(properties);
|
|
3737
|
+
}
|
|
3738
|
+
async function importRestSupportAttributeBinsQuery() {
|
|
3739
|
+
if (isAMD) {
|
|
3740
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsQuery");
|
|
3741
|
+
}
|
|
3742
|
+
const module = await import("@arcgis/core/rest/support/AttributeBinsQuery.js");
|
|
3743
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3744
|
+
}
|
|
3745
|
+
async function newRestSupportAttributeBinsQuery(properties) {
|
|
3746
|
+
const ModConstructor = await importRestSupportAttributeBinsQuery();
|
|
3747
|
+
return new ModConstructor(properties);
|
|
3748
|
+
}
|
|
3749
|
+
async function importRestSupportAttributeBinsGrouping() {
|
|
3750
|
+
if (isAMD) {
|
|
3751
|
+
return await window.$arcgis.import("esri/rest/support/AttributeBinsGrouping");
|
|
3752
|
+
}
|
|
3753
|
+
const module = await import("@arcgis/core/rest/support/AttributeBinsGrouping.js");
|
|
3754
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3755
|
+
}
|
|
3756
|
+
async function newRestSupportAttributeBinsGrouping(properties) {
|
|
3757
|
+
const ModConstructor = await importRestSupportAttributeBinsGrouping();
|
|
3758
|
+
return new ModConstructor(properties);
|
|
3759
|
+
}
|
|
3760
|
+
async function importRestSupportAutoIntervalBinParameters() {
|
|
3761
|
+
if (isAMD) {
|
|
3762
|
+
return await window.$arcgis.import("esri/rest/support/AutoIntervalBinParameters");
|
|
3763
|
+
}
|
|
3764
|
+
const module = await import("@arcgis/core/rest/support/AutoIntervalBinParameters.js");
|
|
3765
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3766
|
+
}
|
|
3767
|
+
async function newRestSupportAutoIntervalBinParameters(properties) {
|
|
3768
|
+
const ModConstructor = await importRestSupportAutoIntervalBinParameters();
|
|
3769
|
+
return new ModConstructor(properties);
|
|
3770
|
+
}
|
|
3771
|
+
async function importRestSupportFixedBoundariesBinParameters() {
|
|
3772
|
+
if (isAMD) {
|
|
3773
|
+
return await window.$arcgis.import("esri/rest/support/FixedBoundariesBinParameters");
|
|
3774
|
+
}
|
|
3775
|
+
const module = await import("@arcgis/core/rest/support/FixedBoundariesBinParameters.js");
|
|
3776
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3777
|
+
}
|
|
3778
|
+
async function newRestSupportFixedBoundariesBinParameters(properties) {
|
|
3779
|
+
const ModConstructor = await importRestSupportFixedBoundariesBinParameters();
|
|
3780
|
+
return new ModConstructor(properties);
|
|
3781
|
+
}
|
|
3782
|
+
async function importRestSupportFixedIntervalBinParameters() {
|
|
3783
|
+
if (isAMD) {
|
|
3784
|
+
return await window.$arcgis.import("esri/rest/support/FixedIntervalBinParameters");
|
|
3785
|
+
}
|
|
3786
|
+
const module = await import("@arcgis/core/rest/support/FixedIntervalBinParameters.js");
|
|
3787
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3788
|
+
}
|
|
3789
|
+
async function newRestSupportFixedIntervalBinParameters(properties) {
|
|
3790
|
+
const ModConstructor = await importRestSupportFixedIntervalBinParameters();
|
|
3791
|
+
return new ModConstructor(properties);
|
|
3792
|
+
}
|
|
3793
|
+
async function importRestSupportDateBinParameters() {
|
|
3794
|
+
if (isAMD) {
|
|
3795
|
+
return await window.$arcgis.import("esri/rest/support/DateBinParameters");
|
|
3796
|
+
}
|
|
3797
|
+
const module = await import("@arcgis/core/rest/support/DateBinParameters.js");
|
|
3798
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3799
|
+
}
|
|
3800
|
+
async function newRestSupportDateBinParameters(properties) {
|
|
3801
|
+
const ModConstructor = await importRestSupportDateBinParameters();
|
|
3802
|
+
return new ModConstructor(properties);
|
|
3803
|
+
}
|
|
3804
|
+
async function importRestSupportDateBinTimeInterval() {
|
|
3805
|
+
if (isAMD) {
|
|
3806
|
+
return await window.$arcgis.import("esri/rest/support/DateBinTimeInterval");
|
|
3807
|
+
}
|
|
3808
|
+
const module = await import("@arcgis/core/rest/support/DateBinTimeInterval.js");
|
|
3809
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3810
|
+
}
|
|
3811
|
+
async function newRestSupportDateBinTimeInterval(properties) {
|
|
3812
|
+
const ModConstructor = await importRestSupportDateBinTimeInterval();
|
|
3813
|
+
return new ModConstructor(properties);
|
|
3814
|
+
}
|
|
3463
3815
|
async function importRestSupportAlgorithmicColorRamp() {
|
|
3464
3816
|
if (isAMD) {
|
|
3465
3817
|
return await window.$arcgis.import("esri/rest/support/AlgorithmicColorRamp");
|
|
@@ -3504,6 +3856,28 @@ async function newRestSupportAttachmentQuery(properties) {
|
|
|
3504
3856
|
const ModConstructor = await importRestSupportAttachmentQuery();
|
|
3505
3857
|
return new ModConstructor(properties);
|
|
3506
3858
|
}
|
|
3859
|
+
async function importRestSupportBaseImageMeasureParameters() {
|
|
3860
|
+
if (isAMD) {
|
|
3861
|
+
return await window.$arcgis.import("esri/rest/support/BaseImageMeasureParameters");
|
|
3862
|
+
}
|
|
3863
|
+
const module = await import("@arcgis/core/rest/support/BaseImageMeasureParameters.js");
|
|
3864
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3865
|
+
}
|
|
3866
|
+
async function newRestSupportBaseImageMeasureParameters(properties) {
|
|
3867
|
+
const ModConstructor = await importRestSupportBaseImageMeasureParameters();
|
|
3868
|
+
return new ModConstructor(properties);
|
|
3869
|
+
}
|
|
3870
|
+
async function importRestSupportBaseImageMeasureResult() {
|
|
3871
|
+
if (isAMD) {
|
|
3872
|
+
return await window.$arcgis.import("esri/rest/support/BaseImageMeasureResult");
|
|
3873
|
+
}
|
|
3874
|
+
const module = await import("@arcgis/core/rest/support/BaseImageMeasureResult.js");
|
|
3875
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3876
|
+
}
|
|
3877
|
+
async function newRestSupportBaseImageMeasureResult(properties) {
|
|
3878
|
+
const ModConstructor = await importRestSupportBaseImageMeasureResult();
|
|
3879
|
+
return new ModConstructor(properties);
|
|
3880
|
+
}
|
|
3507
3881
|
async function importRestSupportBufferParameters() {
|
|
3508
3882
|
if (isAMD) {
|
|
3509
3883
|
return await window.$arcgis.import("esri/rest/support/BufferParameters");
|
|
@@ -4087,6 +4461,39 @@ async function newRestSupportImageUrlResult(properties) {
|
|
|
4087
4461
|
const ModConstructor = await importRestSupportImageUrlResult();
|
|
4088
4462
|
return new ModConstructor(properties);
|
|
4089
4463
|
}
|
|
4464
|
+
async function importRestSupportImageVolume() {
|
|
4465
|
+
if (isAMD) {
|
|
4466
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolume");
|
|
4467
|
+
}
|
|
4468
|
+
const module = await import("@arcgis/core/rest/support/ImageVolume.js");
|
|
4469
|
+
return isDefaultModule(module) ? module.default : module;
|
|
4470
|
+
}
|
|
4471
|
+
async function newRestSupportImageVolume(properties) {
|
|
4472
|
+
const ModConstructor = await importRestSupportImageVolume();
|
|
4473
|
+
return new ModConstructor(properties);
|
|
4474
|
+
}
|
|
4475
|
+
async function importRestSupportImageVolumeParameters() {
|
|
4476
|
+
if (isAMD) {
|
|
4477
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolumeParameters");
|
|
4478
|
+
}
|
|
4479
|
+
const module = await import("@arcgis/core/rest/support/ImageVolumeParameters.js");
|
|
4480
|
+
return isDefaultModule(module) ? module.default : module;
|
|
4481
|
+
}
|
|
4482
|
+
async function newRestSupportImageVolumeParameters(properties) {
|
|
4483
|
+
const ModConstructor = await importRestSupportImageVolumeParameters();
|
|
4484
|
+
return new ModConstructor(properties);
|
|
4485
|
+
}
|
|
4486
|
+
async function importRestSupportImageVolumeResult() {
|
|
4487
|
+
if (isAMD) {
|
|
4488
|
+
return await window.$arcgis.import("esri/rest/support/ImageVolumeResult");
|
|
4489
|
+
}
|
|
4490
|
+
const module = await import("@arcgis/core/rest/support/ImageVolumeResult.js");
|
|
4491
|
+
return isDefaultModule(module) ? module.default : module;
|
|
4492
|
+
}
|
|
4493
|
+
async function newRestSupportImageVolumeResult(properties) {
|
|
4494
|
+
const ModConstructor = await importRestSupportImageVolumeResult();
|
|
4495
|
+
return new ModConstructor(properties);
|
|
4496
|
+
}
|
|
4090
4497
|
async function importRestSupportJobInfo() {
|
|
4091
4498
|
if (isAMD) {
|
|
4092
4499
|
return await window.$arcgis.import("esri/rest/support/JobInfo");
|
|
@@ -5649,6 +6056,17 @@ async function newViewsLayersImageryLayerView(properties) {
|
|
|
5649
6056
|
const ModConstructor = await importViewsLayersImageryLayerView();
|
|
5650
6057
|
return new ModConstructor(properties);
|
|
5651
6058
|
}
|
|
6059
|
+
async function importViewsLayersImageryTileLayerView() {
|
|
6060
|
+
if (isAMD) {
|
|
6061
|
+
return await window.$arcgis.import("esri/views/layers/ImageryTileLayerView");
|
|
6062
|
+
}
|
|
6063
|
+
const module = await import("@arcgis/core/views/layers/ImageryTileLayerView.js");
|
|
6064
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6065
|
+
}
|
|
6066
|
+
async function newViewsLayersImageryTileLayerView(properties) {
|
|
6067
|
+
const ModConstructor = await importViewsLayersImageryTileLayerView();
|
|
6068
|
+
return new ModConstructor(properties);
|
|
6069
|
+
}
|
|
5652
6070
|
async function importViewsLayersLayerView() {
|
|
5653
6071
|
if (isAMD) {
|
|
5654
6072
|
return await window.$arcgis.import("esri/views/layers/LayerView");
|
|
@@ -5715,6 +6133,17 @@ async function newViewsLayersViewshedLayerView(properties) {
|
|
|
5715
6133
|
const ModConstructor = await importViewsLayersViewshedLayerView();
|
|
5716
6134
|
return new ModConstructor(properties);
|
|
5717
6135
|
}
|
|
6136
|
+
async function importViewsLinkChartView() {
|
|
6137
|
+
if (isAMD) {
|
|
6138
|
+
return await window.$arcgis.import("esri/views/LinkChartView");
|
|
6139
|
+
}
|
|
6140
|
+
const module = await import("@arcgis/core/views/LinkChartView.js");
|
|
6141
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6142
|
+
}
|
|
6143
|
+
async function newViewsLinkChartView(properties) {
|
|
6144
|
+
const ModConstructor = await importViewsLinkChartView();
|
|
6145
|
+
return new ModConstructor(properties);
|
|
6146
|
+
}
|
|
5718
6147
|
async function importViewsMagnifier() {
|
|
5719
6148
|
if (isAMD) {
|
|
5720
6149
|
return await window.$arcgis.import("esri/views/Magnifier");
|
|
@@ -5759,6 +6188,17 @@ async function newViewsNavigationNavigation(properties) {
|
|
|
5759
6188
|
const ModConstructor = await importViewsNavigationNavigation();
|
|
5760
6189
|
return new ModConstructor(properties);
|
|
5761
6190
|
}
|
|
6191
|
+
async function importViewsNavigationNavigationActionMap() {
|
|
6192
|
+
if (isAMD) {
|
|
6193
|
+
return await window.$arcgis.import("esri/views/navigation/NavigationActionMap");
|
|
6194
|
+
}
|
|
6195
|
+
const module = await import("@arcgis/core/views/navigation/NavigationActionMap.js");
|
|
6196
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6197
|
+
}
|
|
6198
|
+
async function newViewsNavigationNavigationActionMap(properties) {
|
|
6199
|
+
const ModConstructor = await importViewsNavigationNavigationActionMap();
|
|
6200
|
+
return new ModConstructor(properties);
|
|
6201
|
+
}
|
|
5762
6202
|
async function importViewsSceneView() {
|
|
5763
6203
|
if (isAMD) {
|
|
5764
6204
|
return await window.$arcgis.import("esri/views/SceneView");
|
|
@@ -5770,6 +6210,17 @@ async function newViewsSceneView(properties) {
|
|
|
5770
6210
|
const ModConstructor = await importViewsSceneView();
|
|
5771
6211
|
return new ModConstructor(properties);
|
|
5772
6212
|
}
|
|
6213
|
+
async function importViewsSupportHighlightOptions() {
|
|
6214
|
+
if (isAMD) {
|
|
6215
|
+
return await window.$arcgis.import("esri/views/support/HighlightOptions");
|
|
6216
|
+
}
|
|
6217
|
+
const module = await import("@arcgis/core/views/support/HighlightOptions.js");
|
|
6218
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6219
|
+
}
|
|
6220
|
+
async function newViewsSupportHighlightOptions(properties) {
|
|
6221
|
+
const ModConstructor = await importViewsSupportHighlightOptions();
|
|
6222
|
+
return new ModConstructor(properties);
|
|
6223
|
+
}
|
|
5773
6224
|
async function importViewsUiDefaultUI() {
|
|
5774
6225
|
if (isAMD) {
|
|
5775
6226
|
return await window.$arcgis.import("esri/views/ui/DefaultUI");
|
|
@@ -6045,6 +6496,17 @@ async function newWebDocument2D(properties) {
|
|
|
6045
6496
|
const ModConstructor = await importWebDocument2D();
|
|
6046
6497
|
return new ModConstructor(properties);
|
|
6047
6498
|
}
|
|
6499
|
+
async function importWebLinkChart() {
|
|
6500
|
+
if (isAMD) {
|
|
6501
|
+
return await window.$arcgis.import("esri/WebLinkChart");
|
|
6502
|
+
}
|
|
6503
|
+
const module = await import("@arcgis/core/WebLinkChart.js");
|
|
6504
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6505
|
+
}
|
|
6506
|
+
async function newWebLinkChart(properties) {
|
|
6507
|
+
const ModConstructor = await importWebLinkChart();
|
|
6508
|
+
return new ModConstructor(properties);
|
|
6509
|
+
}
|
|
6048
6510
|
async function importWebMap() {
|
|
6049
6511
|
if (isAMD) {
|
|
6050
6512
|
return await window.$arcgis.import("esri/WebMap");
|
|
@@ -6188,6 +6650,17 @@ async function newWebsceneSlide(properties) {
|
|
|
6188
6650
|
const ModConstructor = await importWebsceneSlide();
|
|
6189
6651
|
return new ModConstructor(properties);
|
|
6190
6652
|
}
|
|
6653
|
+
async function importWebsceneSlideLegendInfo() {
|
|
6654
|
+
if (isAMD) {
|
|
6655
|
+
return await window.$arcgis.import("esri/webscene/SlideLegendInfo");
|
|
6656
|
+
}
|
|
6657
|
+
const module = await import("@arcgis/core/webscene/SlideLegendInfo.js");
|
|
6658
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6659
|
+
}
|
|
6660
|
+
async function newWebsceneSlideLegendInfo(properties) {
|
|
6661
|
+
const ModConstructor = await importWebsceneSlideLegendInfo();
|
|
6662
|
+
return new ModConstructor(properties);
|
|
6663
|
+
}
|
|
6191
6664
|
async function importWebsceneSunLighting() {
|
|
6192
6665
|
if (isAMD) {
|
|
6193
6666
|
return await window.$arcgis.import("esri/webscene/SunLighting");
|
|
@@ -6947,6 +7420,28 @@ async function newWidgetsFeatureFormRelationshipInput(properties) {
|
|
|
6947
7420
|
const ModConstructor = await importWidgetsFeatureFormRelationshipInput();
|
|
6948
7421
|
return new ModConstructor(properties);
|
|
6949
7422
|
}
|
|
7423
|
+
async function importWidgetsFeatureFormTextElementInput() {
|
|
7424
|
+
if (isAMD) {
|
|
7425
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/TextElementInput");
|
|
7426
|
+
}
|
|
7427
|
+
const module = await import("@arcgis/core/widgets/FeatureForm/TextElementInput.js");
|
|
7428
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7429
|
+
}
|
|
7430
|
+
async function newWidgetsFeatureFormTextElementInput(properties) {
|
|
7431
|
+
const ModConstructor = await importWidgetsFeatureFormTextElementInput();
|
|
7432
|
+
return new ModConstructor(properties);
|
|
7433
|
+
}
|
|
7434
|
+
async function importWidgetsFeatureFormUtilityNetworkAssociationInput() {
|
|
7435
|
+
if (isAMD) {
|
|
7436
|
+
return await window.$arcgis.import("esri/widgets/FeatureForm/UtilityNetworkAssociationInput");
|
|
7437
|
+
}
|
|
7438
|
+
const module = await import("@arcgis/core/widgets/FeatureForm/UtilityNetworkAssociationInput.js");
|
|
7439
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7440
|
+
}
|
|
7441
|
+
async function newWidgetsFeatureFormUtilityNetworkAssociationInput(properties) {
|
|
7442
|
+
const ModConstructor = await importWidgetsFeatureFormUtilityNetworkAssociationInput();
|
|
7443
|
+
return new ModConstructor(properties);
|
|
7444
|
+
}
|
|
6950
7445
|
async function importWidgetsFeatures() {
|
|
6951
7446
|
if (isAMD) {
|
|
6952
7447
|
return await window.$arcgis.import("esri/widgets/Features");
|
|
@@ -7123,6 +7618,28 @@ async function newWidgetsFeatureTableSupportFieldColumnTemplate(properties) {
|
|
|
7123
7618
|
const ModConstructor = await importWidgetsFeatureTableSupportFieldColumnTemplate();
|
|
7124
7619
|
return new ModConstructor(properties);
|
|
7125
7620
|
}
|
|
7621
|
+
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
7622
|
+
if (isAMD) {
|
|
7623
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
7624
|
+
}
|
|
7625
|
+
const module = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsColumnTemplate.js");
|
|
7626
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7627
|
+
}
|
|
7628
|
+
async function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties) {
|
|
7629
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsColumnTemplate();
|
|
7630
|
+
return new ModConstructor(properties);
|
|
7631
|
+
}
|
|
7632
|
+
async function importWidgetsFeatureTableSupportRelationshipColumnTemplate() {
|
|
7633
|
+
if (isAMD) {
|
|
7634
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/RelationshipColumnTemplate");
|
|
7635
|
+
}
|
|
7636
|
+
const module = await import("@arcgis/core/widgets/FeatureTable/support/RelationshipColumnTemplate.js");
|
|
7637
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7638
|
+
}
|
|
7639
|
+
async function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties) {
|
|
7640
|
+
const ModConstructor = await importWidgetsFeatureTableSupportRelationshipColumnTemplate();
|
|
7641
|
+
return new ModConstructor(properties);
|
|
7642
|
+
}
|
|
7126
7643
|
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
7127
7644
|
if (isAMD) {
|
|
7128
7645
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
@@ -7376,6 +7893,17 @@ async function newWidgetsLegendSupportActiveLayerInfo(properties) {
|
|
|
7376
7893
|
const ModConstructor = await importWidgetsLegendSupportActiveLayerInfo();
|
|
7377
7894
|
return new ModConstructor(properties);
|
|
7378
7895
|
}
|
|
7896
|
+
async function importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel() {
|
|
7897
|
+
if (isAMD) {
|
|
7898
|
+
return await window.$arcgis.import("esri/widgets/LinkChartLayoutSwitcher/LinkChartLayoutSwitcherViewModel");
|
|
7899
|
+
}
|
|
7900
|
+
const module = await import("@arcgis/core/widgets/LinkChartLayoutSwitcher/LinkChartLayoutSwitcherViewModel.js");
|
|
7901
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7902
|
+
}
|
|
7903
|
+
async function newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel(properties) {
|
|
7904
|
+
const ModConstructor = await importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel();
|
|
7905
|
+
return new ModConstructor(properties);
|
|
7906
|
+
}
|
|
7379
7907
|
async function importWidgetsLineOfSight() {
|
|
7380
7908
|
if (isAMD) {
|
|
7381
7909
|
return await window.$arcgis.import("esri/widgets/LineOfSight");
|
|
@@ -8179,6 +8707,17 @@ async function newWidgetsUtilityNetworkTrace(properties) {
|
|
|
8179
8707
|
const ModConstructor = await importWidgetsUtilityNetworkTrace();
|
|
8180
8708
|
return new ModConstructor(properties);
|
|
8181
8709
|
}
|
|
8710
|
+
async function importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel() {
|
|
8711
|
+
if (isAMD) {
|
|
8712
|
+
return await window.$arcgis.import("esri/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel");
|
|
8713
|
+
}
|
|
8714
|
+
const module = await import("@arcgis/core/widgets/UtilityNetworkTraceAnalysis/UtilityNetworkTraceAnalysisViewModel.js");
|
|
8715
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8716
|
+
}
|
|
8717
|
+
async function newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel(properties) {
|
|
8718
|
+
const ModConstructor = await importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel();
|
|
8719
|
+
return new ModConstructor(properties);
|
|
8720
|
+
}
|
|
8182
8721
|
async function importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel() {
|
|
8183
8722
|
if (isAMD) {
|
|
8184
8723
|
return await window.$arcgis.import("esri/widgets/UtilityNetworkTrace/UtilityNetworkTraceViewModel");
|
|
@@ -8432,25 +8971,32 @@ async function importCoreWorkers() {
|
|
|
8432
8971
|
const module = await import("@arcgis/core/core/workers.js");
|
|
8433
8972
|
return isDefaultModule(module) ? module.default : module;
|
|
8434
8973
|
}
|
|
8435
|
-
async function
|
|
8974
|
+
async function importEditingSharedTemplatesSharedTemplate() {
|
|
8975
|
+
if (isAMD) {
|
|
8976
|
+
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplate");
|
|
8977
|
+
}
|
|
8978
|
+
const module = await import("@arcgis/core/editing/sharedTemplates/SharedTemplate.js");
|
|
8979
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8980
|
+
}
|
|
8981
|
+
async function importEditingSharedTemplatesSharedTemplateMetadata() {
|
|
8436
8982
|
if (isAMD) {
|
|
8437
|
-
return await window.$arcgis.import("esri/
|
|
8983
|
+
return await window.$arcgis.import("esri/editing/sharedTemplates/SharedTemplateMetadata");
|
|
8438
8984
|
}
|
|
8439
|
-
const module = await import("@arcgis/core/
|
|
8985
|
+
const module = await import("@arcgis/core/editing/sharedTemplates/SharedTemplateMetadata.js");
|
|
8440
8986
|
return isDefaultModule(module) ? module.default : module;
|
|
8441
8987
|
}
|
|
8442
|
-
async function
|
|
8988
|
+
async function importFormElementsInputs() {
|
|
8443
8989
|
if (isAMD) {
|
|
8444
|
-
return await window.$arcgis.import("esri/form/elements/
|
|
8990
|
+
return await window.$arcgis.import("esri/form/elements/inputs");
|
|
8445
8991
|
}
|
|
8446
|
-
const module = await import("@arcgis/core/form/elements/
|
|
8992
|
+
const module = await import("@arcgis/core/form/elements/inputs.js");
|
|
8447
8993
|
return isDefaultModule(module) ? module.default : module;
|
|
8448
8994
|
}
|
|
8449
|
-
async function
|
|
8995
|
+
async function importFormElements() {
|
|
8450
8996
|
if (isAMD) {
|
|
8451
|
-
return await window.$arcgis.import("esri/form/
|
|
8997
|
+
return await window.$arcgis.import("esri/form/elements");
|
|
8452
8998
|
}
|
|
8453
|
-
const module = await import("@arcgis/core/form/
|
|
8999
|
+
const module = await import("@arcgis/core/form/elements.js");
|
|
8454
9000
|
return isDefaultModule(module) ? module.default : module;
|
|
8455
9001
|
}
|
|
8456
9002
|
async function importGeometry() {
|
|
@@ -8495,6 +9041,13 @@ async function importGeometryOperatorsAffineTransformOperator() {
|
|
|
8495
9041
|
const module = await import("@arcgis/core/geometry/operators/affineTransformOperator.js");
|
|
8496
9042
|
return isDefaultModule(module) ? module.default : module;
|
|
8497
9043
|
}
|
|
9044
|
+
async function importGeometryOperatorsAlphaShapeOperator() {
|
|
9045
|
+
if (isAMD) {
|
|
9046
|
+
return await window.$arcgis.import("esri/geometry/operators/alphaShapeOperator");
|
|
9047
|
+
}
|
|
9048
|
+
const module = await import("@arcgis/core/geometry/operators/alphaShapeOperator.js");
|
|
9049
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9050
|
+
}
|
|
8498
9051
|
async function importGeometryOperatorsAreaOperator() {
|
|
8499
9052
|
if (isAMD) {
|
|
8500
9053
|
return await window.$arcgis.import("esri/geometry/operators/areaOperator");
|
|
@@ -8502,6 +9055,20 @@ async function importGeometryOperatorsAreaOperator() {
|
|
|
8502
9055
|
const module = await import("@arcgis/core/geometry/operators/areaOperator.js");
|
|
8503
9056
|
return isDefaultModule(module) ? module.default : module;
|
|
8504
9057
|
}
|
|
9058
|
+
async function importGeometryOperatorsAutoCompleteOperator() {
|
|
9059
|
+
if (isAMD) {
|
|
9060
|
+
return await window.$arcgis.import("esri/geometry/operators/autoCompleteOperator");
|
|
9061
|
+
}
|
|
9062
|
+
const module = await import("@arcgis/core/geometry/operators/autoCompleteOperator.js");
|
|
9063
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9064
|
+
}
|
|
9065
|
+
async function importGeometryOperatorsBoundaryOperator() {
|
|
9066
|
+
if (isAMD) {
|
|
9067
|
+
return await window.$arcgis.import("esri/geometry/operators/boundaryOperator");
|
|
9068
|
+
}
|
|
9069
|
+
const module = await import("@arcgis/core/geometry/operators/boundaryOperator.js");
|
|
9070
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9071
|
+
}
|
|
8505
9072
|
async function importGeometryOperatorsBufferOperator() {
|
|
8506
9073
|
if (isAMD) {
|
|
8507
9074
|
return await window.$arcgis.import("esri/geometry/operators/bufferOperator");
|
|
@@ -8586,6 +9153,13 @@ async function importGeometryOperatorsEqualsOperator() {
|
|
|
8586
9153
|
const module = await import("@arcgis/core/geometry/operators/equalsOperator.js");
|
|
8587
9154
|
return isDefaultModule(module) ? module.default : module;
|
|
8588
9155
|
}
|
|
9156
|
+
async function importGeometryOperatorsExtendOperator() {
|
|
9157
|
+
if (isAMD) {
|
|
9158
|
+
return await window.$arcgis.import("esri/geometry/operators/extendOperator");
|
|
9159
|
+
}
|
|
9160
|
+
const module = await import("@arcgis/core/geometry/operators/extendOperator.js");
|
|
9161
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9162
|
+
}
|
|
8589
9163
|
async function importGeometryOperatorsGeneralizeOperator() {
|
|
8590
9164
|
if (isAMD) {
|
|
8591
9165
|
return await window.$arcgis.import("esri/geometry/operators/generalizeOperator");
|
|
@@ -8600,6 +9174,13 @@ async function importGeometryOperatorsGeodesicBufferOperator() {
|
|
|
8600
9174
|
const module = await import("@arcgis/core/geometry/operators/geodesicBufferOperator.js");
|
|
8601
9175
|
return isDefaultModule(module) ? module.default : module;
|
|
8602
9176
|
}
|
|
9177
|
+
async function importGeometryOperatorsGeodesicProximityOperator() {
|
|
9178
|
+
if (isAMD) {
|
|
9179
|
+
return await window.$arcgis.import("esri/geometry/operators/geodesicProximityOperator");
|
|
9180
|
+
}
|
|
9181
|
+
const module = await import("@arcgis/core/geometry/operators/geodesicProximityOperator.js");
|
|
9182
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9183
|
+
}
|
|
8603
9184
|
async function importGeometryOperatorsGeodeticAreaOperator() {
|
|
8604
9185
|
if (isAMD) {
|
|
8605
9186
|
return await window.$arcgis.import("esri/geometry/operators/geodeticAreaOperator");
|
|
@@ -8635,6 +9216,13 @@ async function importGeometryOperatorsGraphicBufferOperator() {
|
|
|
8635
9216
|
const module = await import("@arcgis/core/geometry/operators/graphicBufferOperator.js");
|
|
8636
9217
|
return isDefaultModule(module) ? module.default : module;
|
|
8637
9218
|
}
|
|
9219
|
+
async function importGeometryOperatorsIntegrateOperator() {
|
|
9220
|
+
if (isAMD) {
|
|
9221
|
+
return await window.$arcgis.import("esri/geometry/operators/integrateOperator");
|
|
9222
|
+
}
|
|
9223
|
+
const module = await import("@arcgis/core/geometry/operators/integrateOperator.js");
|
|
9224
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9225
|
+
}
|
|
8638
9226
|
async function importGeometryOperatorsIntersectionOperator() {
|
|
8639
9227
|
if (isAMD) {
|
|
8640
9228
|
return await window.$arcgis.import("esri/geometry/operators/intersectionOperator");
|
|
@@ -8649,6 +9237,20 @@ async function importGeometryOperatorsIntersectsOperator() {
|
|
|
8649
9237
|
const module = await import("@arcgis/core/geometry/operators/intersectsOperator.js");
|
|
8650
9238
|
return isDefaultModule(module) ? module.default : module;
|
|
8651
9239
|
}
|
|
9240
|
+
async function importGeometryOperatorsIsNearOperator() {
|
|
9241
|
+
if (isAMD) {
|
|
9242
|
+
return await window.$arcgis.import("esri/geometry/operators/isNearOperator");
|
|
9243
|
+
}
|
|
9244
|
+
const module = await import("@arcgis/core/geometry/operators/isNearOperator.js");
|
|
9245
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9246
|
+
}
|
|
9247
|
+
async function importGeometryOperatorsLabelPointOperator() {
|
|
9248
|
+
if (isAMD) {
|
|
9249
|
+
return await window.$arcgis.import("esri/geometry/operators/labelPointOperator");
|
|
9250
|
+
}
|
|
9251
|
+
const module = await import("@arcgis/core/geometry/operators/labelPointOperator.js");
|
|
9252
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9253
|
+
}
|
|
8652
9254
|
async function importGeometryOperatorsLengthOperator() {
|
|
8653
9255
|
if (isAMD) {
|
|
8654
9256
|
return await window.$arcgis.import("esri/geometry/operators/lengthOperator");
|
|
@@ -8656,6 +9258,34 @@ async function importGeometryOperatorsLengthOperator() {
|
|
|
8656
9258
|
const module = await import("@arcgis/core/geometry/operators/lengthOperator.js");
|
|
8657
9259
|
return isDefaultModule(module) ? module.default : module;
|
|
8658
9260
|
}
|
|
9261
|
+
async function importGeometryOperatorsLinesToPolygonsOperator() {
|
|
9262
|
+
if (isAMD) {
|
|
9263
|
+
return await window.$arcgis.import("esri/geometry/operators/linesToPolygonsOperator");
|
|
9264
|
+
}
|
|
9265
|
+
const module = await import("@arcgis/core/geometry/operators/linesToPolygonsOperator.js");
|
|
9266
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9267
|
+
}
|
|
9268
|
+
async function importGeometryOperatorsLocateBetweenOperator() {
|
|
9269
|
+
if (isAMD) {
|
|
9270
|
+
return await window.$arcgis.import("esri/geometry/operators/locateBetweenOperator");
|
|
9271
|
+
}
|
|
9272
|
+
const module = await import("@arcgis/core/geometry/operators/locateBetweenOperator.js");
|
|
9273
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9274
|
+
}
|
|
9275
|
+
async function importGeometryOperatorsMinimumBoundingCircleOperator() {
|
|
9276
|
+
if (isAMD) {
|
|
9277
|
+
return await window.$arcgis.import("esri/geometry/operators/minimumBoundingCircleOperator");
|
|
9278
|
+
}
|
|
9279
|
+
const module = await import("@arcgis/core/geometry/operators/minimumBoundingCircleOperator.js");
|
|
9280
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9281
|
+
}
|
|
9282
|
+
async function importGeometryOperatorsMultiPartToSinglePartOperator() {
|
|
9283
|
+
if (isAMD) {
|
|
9284
|
+
return await window.$arcgis.import("esri/geometry/operators/multiPartToSinglePartOperator");
|
|
9285
|
+
}
|
|
9286
|
+
const module = await import("@arcgis/core/geometry/operators/multiPartToSinglePartOperator.js");
|
|
9287
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9288
|
+
}
|
|
8659
9289
|
async function importGeometryOperatorsOffsetOperator() {
|
|
8660
9290
|
if (isAMD) {
|
|
8661
9291
|
return await window.$arcgis.import("esri/geometry/operators/offsetOperator");
|
|
@@ -8670,6 +9300,27 @@ async function importGeometryOperatorsOverlapsOperator() {
|
|
|
8670
9300
|
const module = await import("@arcgis/core/geometry/operators/overlapsOperator.js");
|
|
8671
9301
|
return isDefaultModule(module) ? module.default : module;
|
|
8672
9302
|
}
|
|
9303
|
+
async function importGeometryOperatorsPolygonOverlayOperator() {
|
|
9304
|
+
if (isAMD) {
|
|
9305
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonOverlayOperator");
|
|
9306
|
+
}
|
|
9307
|
+
const module = await import("@arcgis/core/geometry/operators/polygonOverlayOperator.js");
|
|
9308
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9309
|
+
}
|
|
9310
|
+
async function importGeometryOperatorsPolygonSlicerOperator() {
|
|
9311
|
+
if (isAMD) {
|
|
9312
|
+
return await window.$arcgis.import("esri/geometry/operators/polygonSlicerOperator");
|
|
9313
|
+
}
|
|
9314
|
+
const module = await import("@arcgis/core/geometry/operators/polygonSlicerOperator.js");
|
|
9315
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9316
|
+
}
|
|
9317
|
+
async function importGeometryOperatorsProjectOperator() {
|
|
9318
|
+
if (isAMD) {
|
|
9319
|
+
return await window.$arcgis.import("esri/geometry/operators/projectOperator");
|
|
9320
|
+
}
|
|
9321
|
+
const module = await import("@arcgis/core/geometry/operators/projectOperator.js");
|
|
9322
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9323
|
+
}
|
|
8673
9324
|
async function importGeometryOperatorsProximityOperator() {
|
|
8674
9325
|
if (isAMD) {
|
|
8675
9326
|
return await window.$arcgis.import("esri/geometry/operators/proximityOperator");
|
|
@@ -8684,6 +9335,20 @@ async function importGeometryOperatorsRelateOperator() {
|
|
|
8684
9335
|
const module = await import("@arcgis/core/geometry/operators/relateOperator.js");
|
|
8685
9336
|
return isDefaultModule(module) ? module.default : module;
|
|
8686
9337
|
}
|
|
9338
|
+
async function importGeometryOperatorsReshapeOperator() {
|
|
9339
|
+
if (isAMD) {
|
|
9340
|
+
return await window.$arcgis.import("esri/geometry/operators/reshapeOperator");
|
|
9341
|
+
}
|
|
9342
|
+
const module = await import("@arcgis/core/geometry/operators/reshapeOperator.js");
|
|
9343
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9344
|
+
}
|
|
9345
|
+
async function importGeometryOperatorsShapePreservingProjectOperator() {
|
|
9346
|
+
if (isAMD) {
|
|
9347
|
+
return await window.$arcgis.import("esri/geometry/operators/shapePreservingProjectOperator");
|
|
9348
|
+
}
|
|
9349
|
+
const module = await import("@arcgis/core/geometry/operators/shapePreservingProjectOperator.js");
|
|
9350
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9351
|
+
}
|
|
8687
9352
|
async function importGeometryOperatorsSimplifyOperator() {
|
|
8688
9353
|
if (isAMD) {
|
|
8689
9354
|
return await window.$arcgis.import("esri/geometry/operators/simplifyOperator");
|
|
@@ -8719,6 +9384,13 @@ async function importGeometryOperatorsWithinOperator() {
|
|
|
8719
9384
|
const module = await import("@arcgis/core/geometry/operators/withinOperator.js");
|
|
8720
9385
|
return isDefaultModule(module) ? module.default : module;
|
|
8721
9386
|
}
|
|
9387
|
+
async function importGeometryOperatorsSupportGeographicTransformationUtils() {
|
|
9388
|
+
if (isAMD) {
|
|
9389
|
+
return await window.$arcgis.import("esri/geometry/operators/support/geographicTransformationUtils");
|
|
9390
|
+
}
|
|
9391
|
+
const module = await import("@arcgis/core/geometry/operators/support/geographicTransformationUtils.js");
|
|
9392
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9393
|
+
}
|
|
8722
9394
|
async function importGeometrySupportGeodesicUtils() {
|
|
8723
9395
|
if (isAMD) {
|
|
8724
9396
|
return await window.$arcgis.import("esri/geometry/support/geodesicUtils");
|
|
@@ -8775,6 +9447,13 @@ async function importLayersCatalogCatalogUtils() {
|
|
|
8775
9447
|
const module = await import("@arcgis/core/layers/catalog/catalogUtils.js");
|
|
8776
9448
|
return isDefaultModule(module) ? module.default : module;
|
|
8777
9449
|
}
|
|
9450
|
+
async function importLayersKnowledgeGraphSupportUtils() {
|
|
9451
|
+
if (isAMD) {
|
|
9452
|
+
return await window.$arcgis.import("esri/layers/knowledgeGraph/supportUtils");
|
|
9453
|
+
}
|
|
9454
|
+
const module = await import("@arcgis/core/layers/knowledgeGraph/supportUtils.js");
|
|
9455
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9456
|
+
}
|
|
8778
9457
|
async function importLayersOgcWfsUtils() {
|
|
8779
9458
|
if (isAMD) {
|
|
8780
9459
|
return await window.$arcgis.import("esri/layers/ogc/wfsUtils");
|
|
@@ -8789,6 +9468,20 @@ async function importLayersOgcWcsUtils() {
|
|
|
8789
9468
|
const module = await import("@arcgis/core/layers/ogc/wcsUtils.js");
|
|
8790
9469
|
return isDefaultModule(module) ? module.default : module;
|
|
8791
9470
|
}
|
|
9471
|
+
async function importLayersOrientedImageryTransformationsWorldToImage() {
|
|
9472
|
+
if (isAMD) {
|
|
9473
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/worldToImage");
|
|
9474
|
+
}
|
|
9475
|
+
const module = await import("@arcgis/core/layers/orientedImagery/transformations/worldToImage.js");
|
|
9476
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9477
|
+
}
|
|
9478
|
+
async function importLayersOrientedImageryTransformationsImageToWorld() {
|
|
9479
|
+
if (isAMD) {
|
|
9480
|
+
return await window.$arcgis.import("esri/layers/orientedImagery/transformations/imageToWorld");
|
|
9481
|
+
}
|
|
9482
|
+
const module = await import("@arcgis/core/layers/orientedImagery/transformations/imageToWorld.js");
|
|
9483
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9484
|
+
}
|
|
8792
9485
|
async function importLayersSupportArcadeUtils() {
|
|
8793
9486
|
if (isAMD) {
|
|
8794
9487
|
return await window.$arcgis.import("esri/layers/support/arcadeUtils");
|
|
@@ -8796,6 +9489,13 @@ async function importLayersSupportArcadeUtils() {
|
|
|
8796
9489
|
const module = await import("@arcgis/core/layers/support/arcadeUtils.js");
|
|
8797
9490
|
return isDefaultModule(module) ? module.default : module;
|
|
8798
9491
|
}
|
|
9492
|
+
async function importLayersSupportCsvUtils() {
|
|
9493
|
+
if (isAMD) {
|
|
9494
|
+
return await window.$arcgis.import("esri/layers/support/csvUtils");
|
|
9495
|
+
}
|
|
9496
|
+
const module = await import("@arcgis/core/layers/support/csvUtils.js");
|
|
9497
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9498
|
+
}
|
|
8799
9499
|
async function importLayersSupportFieldUtils() {
|
|
8800
9500
|
if (isAMD) {
|
|
8801
9501
|
return await window.$arcgis.import("esri/layers/support/fieldUtils");
|
|
@@ -8852,13 +9552,6 @@ async function importPopupContent() {
|
|
|
8852
9552
|
const module = await import("@arcgis/core/popup/content.js");
|
|
8853
9553
|
return isDefaultModule(module) ? module.default : module;
|
|
8854
9554
|
}
|
|
8855
|
-
async function importPopupSupportUtilityNetworkAssociationType() {
|
|
8856
|
-
if (isAMD) {
|
|
8857
|
-
return await window.$arcgis.import("esri/popup/support/UtilityNetworkAssociationType");
|
|
8858
|
-
}
|
|
8859
|
-
const module = await import("@arcgis/core/popup/support/UtilityNetworkAssociationType.js");
|
|
8860
|
-
return isDefaultModule(module) ? module.default : module;
|
|
8861
|
-
}
|
|
8862
9555
|
async function importRasterRenderers() {
|
|
8863
9556
|
if (isAMD) {
|
|
8864
9557
|
return await window.$arcgis.import("esri/rasterRenderers");
|
|
@@ -9237,6 +9930,13 @@ async function importSmartMappingRenderersUnivariateColorSize() {
|
|
|
9237
9930
|
const module = await import("@arcgis/core/smartMapping/renderers/univariateColorSize.js");
|
|
9238
9931
|
return isDefaultModule(module) ? module.default : module;
|
|
9239
9932
|
}
|
|
9933
|
+
async function importSmartMappingRenderersSupportRendererUtils() {
|
|
9934
|
+
if (isAMD) {
|
|
9935
|
+
return await window.$arcgis.import("esri/smartMapping/renderers/support/rendererUtils");
|
|
9936
|
+
}
|
|
9937
|
+
const module = await import("@arcgis/core/smartMapping/renderers/support/rendererUtils.js");
|
|
9938
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9939
|
+
}
|
|
9240
9940
|
async function importSmartMappingStatisticsClassBreaks() {
|
|
9241
9941
|
if (isAMD) {
|
|
9242
9942
|
return await window.$arcgis.import("esri/smartMapping/statistics/classBreaks");
|
|
@@ -9426,11 +10126,11 @@ async function importSymbolsSupportSymbolUtils() {
|
|
|
9426
10126
|
const module = await import("@arcgis/core/symbols/support/symbolUtils.js");
|
|
9427
10127
|
return isDefaultModule(module) ? module.default : module;
|
|
9428
10128
|
}
|
|
9429
|
-
async function
|
|
10129
|
+
async function importTablesElements() {
|
|
9430
10130
|
if (isAMD) {
|
|
9431
|
-
return await window.$arcgis.import("esri/tables/
|
|
10131
|
+
return await window.$arcgis.import("esri/tables/elements");
|
|
9432
10132
|
}
|
|
9433
|
-
const module = await import("@arcgis/core/tables/
|
|
10133
|
+
const module = await import("@arcgis/core/tables/elements.js");
|
|
9434
10134
|
return isDefaultModule(module) ? module.default : module;
|
|
9435
10135
|
}
|
|
9436
10136
|
async function importVersionManagementUtils() {
|
|
@@ -9447,13 +10147,6 @@ async function importVersionManagementVersionAdaptersUtils() {
|
|
|
9447
10147
|
const module = await import("@arcgis/core/versionManagement/versionAdapters/utils.js");
|
|
9448
10148
|
return isDefaultModule(module) ? module.default : module;
|
|
9449
10149
|
}
|
|
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
10150
|
async function importViews3dWebglManagedFBO() {
|
|
9458
10151
|
if (isAMD) {
|
|
9459
10152
|
return await window.$arcgis.import("esri/views/3d/webgl/ManagedFBO");
|
|
@@ -9503,6 +10196,13 @@ async function importViewsSupportColorUtils() {
|
|
|
9503
10196
|
const module = await import("@arcgis/core/views/support/colorUtils.js");
|
|
9504
10197
|
return isDefaultModule(module) ? module.default : module;
|
|
9505
10198
|
}
|
|
10199
|
+
async function importWebsceneSupportSlideElements() {
|
|
10200
|
+
if (isAMD) {
|
|
10201
|
+
return await window.$arcgis.import("esri/webscene/support/SlideElements");
|
|
10202
|
+
}
|
|
10203
|
+
const module = await import("@arcgis/core/webscene/support/SlideElements.js");
|
|
10204
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10205
|
+
}
|
|
9506
10206
|
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
9507
10207
|
if (isAMD) {
|
|
9508
10208
|
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
@@ -9531,13 +10231,6 @@ async function importApplicationsComponentsBasemapUtils() {
|
|
|
9531
10231
|
const module = await import("@arcgis/core/applications/Components/basemapUtils.js");
|
|
9532
10232
|
return isDefaultModule(module) ? module.default : module;
|
|
9533
10233
|
}
|
|
9534
|
-
async function importApplicationsComponentsCollectionFlattener() {
|
|
9535
|
-
if (isAMD) {
|
|
9536
|
-
return await window.$arcgis.import("esri/applications/Components/CollectionFlattener");
|
|
9537
|
-
}
|
|
9538
|
-
const module = await import("@arcgis/core/applications/Components/CollectionFlattener.js");
|
|
9539
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9540
|
-
}
|
|
9541
10234
|
async function importApplicationsComponentsDrawUtils() {
|
|
9542
10235
|
if (isAMD) {
|
|
9543
10236
|
return await window.$arcgis.import("esri/applications/Components/drawUtils");
|
|
@@ -9587,6 +10280,13 @@ async function importApplicationsComponentsPreviewSymbol2D() {
|
|
|
9587
10280
|
const module = await import("@arcgis/core/applications/Components/previewSymbol2D.js");
|
|
9588
10281
|
return isDefaultModule(module) ? module.default : module;
|
|
9589
10282
|
}
|
|
10283
|
+
async function importApplicationsComponentsReactiveUtils() {
|
|
10284
|
+
if (isAMD) {
|
|
10285
|
+
return await window.$arcgis.import("esri/applications/Components/reactiveUtils");
|
|
10286
|
+
}
|
|
10287
|
+
const module = await import("@arcgis/core/applications/Components/reactiveUtils.js");
|
|
10288
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10289
|
+
}
|
|
9590
10290
|
async function importApplicationsComponentsSelectionOperation() {
|
|
9591
10291
|
if (isAMD) {
|
|
9592
10292
|
return await window.$arcgis.import("esri/applications/Components/SelectionOperation");
|
|
@@ -9622,13 +10322,6 @@ async function importApplicationsComponentsWebStyleSymbolUtils() {
|
|
|
9622
10322
|
const module = await import("@arcgis/core/applications/Components/webStyleSymbolUtils.js");
|
|
9623
10323
|
return isDefaultModule(module) ? module.default : module;
|
|
9624
10324
|
}
|
|
9625
|
-
async function importApplicationsExcaliburVideoViewUtils() {
|
|
9626
|
-
if (isAMD) {
|
|
9627
|
-
return await window.$arcgis.import("esri/applications/Excalibur/videoViewUtils");
|
|
9628
|
-
}
|
|
9629
|
-
const module = await import("@arcgis/core/applications/Excalibur/videoViewUtils.js");
|
|
9630
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9631
|
-
}
|
|
9632
10325
|
async function importApplicationsExperienceBuilderSketchUtils() {
|
|
9633
10326
|
if (isAMD) {
|
|
9634
10327
|
return await window.$arcgis.import("esri/applications/ExperienceBuilder/sketchUtils");
|
|
@@ -9636,13 +10329,6 @@ async function importApplicationsExperienceBuilderSketchUtils() {
|
|
|
9636
10329
|
const module = await import("@arcgis/core/applications/ExperienceBuilder/sketchUtils.js");
|
|
9637
10330
|
return isDefaultModule(module) ? module.default : module;
|
|
9638
10331
|
}
|
|
9639
|
-
async function importApplicationsMapViewerMediaUtils() {
|
|
9640
|
-
if (isAMD) {
|
|
9641
|
-
return await window.$arcgis.import("esri/applications/MapViewer/mediaUtils");
|
|
9642
|
-
}
|
|
9643
|
-
const module = await import("@arcgis/core/applications/MapViewer/mediaUtils.js");
|
|
9644
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9645
|
-
}
|
|
9646
10332
|
async function importApplicationsMapViewerTemplateUtils() {
|
|
9647
10333
|
if (isAMD) {
|
|
9648
10334
|
return await window.$arcgis.import("esri/applications/MapViewer/templateUtils");
|
|
@@ -9650,13 +10336,6 @@ async function importApplicationsMapViewerTemplateUtils() {
|
|
|
9650
10336
|
const module = await import("@arcgis/core/applications/MapViewer/templateUtils.js");
|
|
9651
10337
|
return isDefaultModule(module) ? module.default : module;
|
|
9652
10338
|
}
|
|
9653
|
-
async function importApplicationsSceneViewerColorUtils() {
|
|
9654
|
-
if (isAMD) {
|
|
9655
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/colorUtils");
|
|
9656
|
-
}
|
|
9657
|
-
const module = await import("@arcgis/core/applications/SceneViewer/colorUtils.js");
|
|
9658
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9659
|
-
}
|
|
9660
10339
|
async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
9661
10340
|
if (isAMD) {
|
|
9662
10341
|
return await window.$arcgis.import("esri/applications/SceneViewer/devEnvironmentUtils");
|
|
@@ -9664,34 +10343,6 @@ async function importApplicationsSceneViewerDevEnvironmentUtils() {
|
|
|
9664
10343
|
const module = await import("@arcgis/core/applications/SceneViewer/devEnvironmentUtils.js");
|
|
9665
10344
|
return isDefaultModule(module) ? module.default : module;
|
|
9666
10345
|
}
|
|
9667
|
-
async function importApplicationsSceneViewerLayerUtils() {
|
|
9668
|
-
if (isAMD) {
|
|
9669
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/layerUtils");
|
|
9670
|
-
}
|
|
9671
|
-
const module = await import("@arcgis/core/applications/SceneViewer/layerUtils.js");
|
|
9672
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9673
|
-
}
|
|
9674
|
-
async function importApplicationsSceneViewerSceneViewerUtils() {
|
|
9675
|
-
if (isAMD) {
|
|
9676
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/sceneViewerUtils");
|
|
9677
|
-
}
|
|
9678
|
-
const module = await import("@arcgis/core/applications/SceneViewer/sceneViewerUtils.js");
|
|
9679
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9680
|
-
}
|
|
9681
|
-
async function importApplicationsSceneViewerSymbolUtils() {
|
|
9682
|
-
if (isAMD) {
|
|
9683
|
-
return await window.$arcgis.import("esri/applications/SceneViewer/symbolUtils");
|
|
9684
|
-
}
|
|
9685
|
-
const module = await import("@arcgis/core/applications/SceneViewer/symbolUtils.js");
|
|
9686
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9687
|
-
}
|
|
9688
|
-
async function importApplicationsUrbanMeshUtils() {
|
|
9689
|
-
if (isAMD) {
|
|
9690
|
-
return await window.$arcgis.import("esri/applications/Urban/meshUtils");
|
|
9691
|
-
}
|
|
9692
|
-
const module = await import("@arcgis/core/applications/Urban/meshUtils.js");
|
|
9693
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9694
|
-
}
|
|
9695
10346
|
async function importApplicationsWebEditorSketchUtils() {
|
|
9696
10347
|
if (isAMD) {
|
|
9697
10348
|
return await window.$arcgis.import("esri/applications/WebEditor/sketchUtils");
|
|
@@ -9713,7 +10364,6 @@ export {
|
|
|
9713
10364
|
importAnalysisViewshed,
|
|
9714
10365
|
importAnalysisViewshedAnalysis,
|
|
9715
10366
|
importApplicationsComponentsBasemapUtils,
|
|
9716
|
-
importApplicationsComponentsCollectionFlattener,
|
|
9717
10367
|
importApplicationsComponentsDrawUtils,
|
|
9718
10368
|
importApplicationsComponentsFontUtils,
|
|
9719
10369
|
importApplicationsComponentsGetDefaultUnits,
|
|
@@ -9721,23 +10371,18 @@ export {
|
|
|
9721
10371
|
importApplicationsComponentsLayerOriginUtils,
|
|
9722
10372
|
importApplicationsComponentsLayersEffectsJsonUtils,
|
|
9723
10373
|
importApplicationsComponentsPreviewSymbol2D,
|
|
10374
|
+
importApplicationsComponentsReactiveUtils,
|
|
9724
10375
|
importApplicationsComponentsSelectionOperation,
|
|
9725
10376
|
importApplicationsComponentsSketchTooltipControls,
|
|
9726
10377
|
importApplicationsComponentsStyleUtils,
|
|
9727
10378
|
importApplicationsComponentsSvgUtils,
|
|
9728
10379
|
importApplicationsComponentsWebStyleSymbolUtils,
|
|
9729
|
-
importApplicationsExcaliburVideoViewUtils,
|
|
9730
10380
|
importApplicationsExperienceBuilderSketchUtils,
|
|
9731
|
-
importApplicationsMapViewerMediaUtils,
|
|
9732
10381
|
importApplicationsMapViewerTemplateUtils,
|
|
9733
|
-
importApplicationsSceneViewerColorUtils,
|
|
9734
10382
|
importApplicationsSceneViewerDevEnvironmentUtils,
|
|
9735
|
-
importApplicationsSceneViewerLayerUtils,
|
|
9736
|
-
importApplicationsSceneViewerSceneViewerUtils,
|
|
9737
|
-
importApplicationsSceneViewerSymbolUtils,
|
|
9738
|
-
importApplicationsUrbanMeshUtils,
|
|
9739
10383
|
importApplicationsWebEditorSketchUtils,
|
|
9740
10384
|
importArcade,
|
|
10385
|
+
importAttributeBinsGraphic,
|
|
9741
10386
|
importBasemap,
|
|
9742
10387
|
importCamera,
|
|
9743
10388
|
importCameraLayout,
|
|
@@ -9757,16 +10402,19 @@ export {
|
|
|
9757
10402
|
importCoreUrlUtils,
|
|
9758
10403
|
importCoreWorkers,
|
|
9759
10404
|
importCoreWorkersConnection,
|
|
10405
|
+
importEditingSharedTemplatesSharedTemplate,
|
|
10406
|
+
importEditingSharedTemplatesSharedTemplateMetadata,
|
|
10407
|
+
importFormElements,
|
|
9760
10408
|
importFormElementsAttachmentElement,
|
|
9761
10409
|
importFormElementsElement,
|
|
9762
10410
|
importFormElementsFieldElement,
|
|
9763
10411
|
importFormElementsGroupElement,
|
|
10412
|
+
importFormElementsInputs,
|
|
9764
10413
|
importFormElementsInputsAttachmentsAttachmentInput,
|
|
9765
10414
|
importFormElementsInputsAttachmentsAudioInput,
|
|
9766
10415
|
importFormElementsInputsAttachmentsDocumentInput,
|
|
9767
10416
|
importFormElementsInputsAttachmentsImageInput,
|
|
9768
10417
|
importFormElementsInputsAttachmentsSignatureInput,
|
|
9769
|
-
importFormElementsInputsAttachmentsSupportInputs,
|
|
9770
10418
|
importFormElementsInputsAttachmentsVideoInput,
|
|
9771
10419
|
importFormElementsInputsBarcodeScannerInput,
|
|
9772
10420
|
importFormElementsInputsComboBoxInput,
|
|
@@ -9779,11 +10427,10 @@ export {
|
|
|
9779
10427
|
importFormElementsInputsTextBoxInput,
|
|
9780
10428
|
importFormElementsInputsTimePickerInput,
|
|
9781
10429
|
importFormElementsRelationshipElement,
|
|
9782
|
-
importFormElementsSupportInputs,
|
|
9783
10430
|
importFormElementsTextElement,
|
|
10431
|
+
importFormElementsUtilityNetworkAssociationsElement,
|
|
9784
10432
|
importFormExpressionInfo,
|
|
9785
10433
|
importFormFormTemplate,
|
|
9786
|
-
importFormSupportElements,
|
|
9787
10434
|
importGeometry,
|
|
9788
10435
|
importGeometryCircle,
|
|
9789
10436
|
importGeometryCoordinateFormatter,
|
|
@@ -9795,7 +10442,10 @@ export {
|
|
|
9795
10442
|
importGeometryMesh,
|
|
9796
10443
|
importGeometryMultipoint,
|
|
9797
10444
|
importGeometryOperatorsAffineTransformOperator,
|
|
10445
|
+
importGeometryOperatorsAlphaShapeOperator,
|
|
9798
10446
|
importGeometryOperatorsAreaOperator,
|
|
10447
|
+
importGeometryOperatorsAutoCompleteOperator,
|
|
10448
|
+
importGeometryOperatorsBoundaryOperator,
|
|
9799
10449
|
importGeometryOperatorsBufferOperator,
|
|
9800
10450
|
importGeometryOperatorsCentroidOperator,
|
|
9801
10451
|
importGeometryOperatorsClipOperator,
|
|
@@ -9808,21 +10458,38 @@ export {
|
|
|
9808
10458
|
importGeometryOperatorsDisjointOperator,
|
|
9809
10459
|
importGeometryOperatorsDistanceOperator,
|
|
9810
10460
|
importGeometryOperatorsEqualsOperator,
|
|
10461
|
+
importGeometryOperatorsExtendOperator,
|
|
9811
10462
|
importGeometryOperatorsGeneralizeOperator,
|
|
9812
10463
|
importGeometryOperatorsGeodesicBufferOperator,
|
|
10464
|
+
importGeometryOperatorsGeodesicProximityOperator,
|
|
9813
10465
|
importGeometryOperatorsGeodeticAreaOperator,
|
|
9814
10466
|
importGeometryOperatorsGeodeticDensifyOperator,
|
|
9815
10467
|
importGeometryOperatorsGeodeticDistanceOperator,
|
|
9816
10468
|
importGeometryOperatorsGeodeticLengthOperator,
|
|
9817
10469
|
importGeometryOperatorsGraphicBufferOperator,
|
|
10470
|
+
importGeometryOperatorsIntegrateOperator,
|
|
9818
10471
|
importGeometryOperatorsIntersectionOperator,
|
|
9819
10472
|
importGeometryOperatorsIntersectsOperator,
|
|
10473
|
+
importGeometryOperatorsIsNearOperator,
|
|
10474
|
+
importGeometryOperatorsLabelPointOperator,
|
|
9820
10475
|
importGeometryOperatorsLengthOperator,
|
|
10476
|
+
importGeometryOperatorsLinesToPolygonsOperator,
|
|
10477
|
+
importGeometryOperatorsLocateBetweenOperator,
|
|
10478
|
+
importGeometryOperatorsMinimumBoundingCircleOperator,
|
|
10479
|
+
importGeometryOperatorsMultiPartToSinglePartOperator,
|
|
9821
10480
|
importGeometryOperatorsOffsetOperator,
|
|
9822
10481
|
importGeometryOperatorsOverlapsOperator,
|
|
10482
|
+
importGeometryOperatorsPolygonOverlayOperator,
|
|
10483
|
+
importGeometryOperatorsPolygonSlicerOperator,
|
|
10484
|
+
importGeometryOperatorsProjectOperator,
|
|
9823
10485
|
importGeometryOperatorsProximityOperator,
|
|
9824
10486
|
importGeometryOperatorsRelateOperator,
|
|
10487
|
+
importGeometryOperatorsReshapeOperator,
|
|
10488
|
+
importGeometryOperatorsShapePreservingProjectOperator,
|
|
9825
10489
|
importGeometryOperatorsSimplifyOperator,
|
|
10490
|
+
importGeometryOperatorsSupportGeographicTransformation,
|
|
10491
|
+
importGeometryOperatorsSupportGeographicTransformationStep,
|
|
10492
|
+
importGeometryOperatorsSupportGeographicTransformationUtils,
|
|
9826
10493
|
importGeometryOperatorsSupportTransformation,
|
|
9827
10494
|
importGeometryOperatorsSymmetricDifferenceOperator,
|
|
9828
10495
|
importGeometryOperatorsTouchesOperator,
|
|
@@ -9883,8 +10550,10 @@ export {
|
|
|
9883
10550
|
importLayersKMLLayer,
|
|
9884
10551
|
importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
9885
10552
|
importLayersKnowledgeGraphLayer,
|
|
10553
|
+
importLayersKnowledgeGraphSupportUtils,
|
|
9886
10554
|
importLayersLayer,
|
|
9887
10555
|
importLayersLineOfSightLayer,
|
|
10556
|
+
importLayersLinkChartLayer,
|
|
9888
10557
|
importLayersMapImageLayer,
|
|
9889
10558
|
importLayersMapNotesLayer,
|
|
9890
10559
|
importLayersMediaLayer,
|
|
@@ -9893,6 +10562,8 @@ export {
|
|
|
9893
10562
|
importLayersOgcWfsUtils,
|
|
9894
10563
|
importLayersOpenStreetMapLayer,
|
|
9895
10564
|
importLayersOrientedImageryLayer,
|
|
10565
|
+
importLayersOrientedImageryTransformationsImageToWorld,
|
|
10566
|
+
importLayersOrientedImageryTransformationsWorldToImage,
|
|
9896
10567
|
importLayersPointCloudFiltersPointCloudBitfieldFilter,
|
|
9897
10568
|
importLayersPointCloudFiltersPointCloudFilter,
|
|
9898
10569
|
importLayersPointCloudFiltersPointCloudReturnFilter,
|
|
@@ -9909,7 +10580,10 @@ export {
|
|
|
9909
10580
|
importLayersSupportCodedValueDomain,
|
|
9910
10581
|
importLayersSupportControlPointsGeoreference,
|
|
9911
10582
|
importLayersSupportCornersGeoreference,
|
|
10583
|
+
importLayersSupportCsvUtils,
|
|
9912
10584
|
importLayersSupportDimensionalDefinition,
|
|
10585
|
+
importLayersSupportDisplayFilter,
|
|
10586
|
+
importLayersSupportDisplayFilterInfo,
|
|
9913
10587
|
importLayersSupportDomain,
|
|
9914
10588
|
importLayersSupportElevationSampler,
|
|
9915
10589
|
importLayersSupportExpressionInfo,
|
|
@@ -9937,6 +10611,7 @@ export {
|
|
|
9937
10611
|
importLayersSupportMapImage,
|
|
9938
10612
|
importLayersSupportMosaicRule,
|
|
9939
10613
|
importLayersSupportMultidimensionalSubset,
|
|
10614
|
+
importLayersSupportOrderByInfo,
|
|
9940
10615
|
importLayersSupportPixelBlock,
|
|
9941
10616
|
importLayersSupportPublishingInfo,
|
|
9942
10617
|
importLayersSupportRangeDomain,
|
|
@@ -9962,6 +10637,8 @@ export {
|
|
|
9962
10637
|
importLayersSupportTileInfo,
|
|
9963
10638
|
importLayersSupportTileMatrixSet,
|
|
9964
10639
|
importLayersSupportTimeInfo,
|
|
10640
|
+
importLayersSupportTrackInfo,
|
|
10641
|
+
importLayersSupportTrackPartInfo,
|
|
9965
10642
|
importLayersSupportVideoElement,
|
|
9966
10643
|
importLayersSupportVideoTimeExtent,
|
|
9967
10644
|
importLayersSupportWMSSublayer,
|
|
@@ -9986,6 +10663,11 @@ export {
|
|
|
9986
10663
|
importLayersWMSLayer,
|
|
9987
10664
|
importLayersWMTSLayer,
|
|
9988
10665
|
importLayersWebTileLayer,
|
|
10666
|
+
importLinkChartChronologicalLayoutSettings,
|
|
10667
|
+
importLinkChartLayoutSettings,
|
|
10668
|
+
importLinkChartLinkChartProperties,
|
|
10669
|
+
importLinkChartNonspatialDataDisplay,
|
|
10670
|
+
importLinkChartOrganicLayoutSettings,
|
|
9989
10671
|
importMap,
|
|
9990
10672
|
importNetworksNetwork,
|
|
9991
10673
|
importNetworksSupportNamedTraceConfiguration,
|
|
@@ -10021,6 +10703,7 @@ export {
|
|
|
10021
10703
|
importPopupFieldInfo,
|
|
10022
10704
|
importPopupLayerOptions,
|
|
10023
10705
|
importPopupRelatedRecordsInfo,
|
|
10706
|
+
importPopupSupportAttachmentsOrderByInfo,
|
|
10024
10707
|
importPopupSupportFieldInfoFormat,
|
|
10025
10708
|
importPopupSupportRelatedRecordsInfoFieldOrder,
|
|
10026
10709
|
importPopupSupportUtilityNetworkAssociationType,
|
|
@@ -10098,6 +10781,7 @@ export {
|
|
|
10098
10781
|
importRestKnowledgeGraphGraphProperty,
|
|
10099
10782
|
importRestKnowledgeGraphGraphQuery,
|
|
10100
10783
|
importRestKnowledgeGraphGraphQueryResult,
|
|
10784
|
+
importRestKnowledgeGraphGraphQueryResultHeader,
|
|
10101
10785
|
importRestKnowledgeGraphGraphQueryStreaming,
|
|
10102
10786
|
importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
10103
10787
|
importRestKnowledgeGraphGraphSearch,
|
|
@@ -10111,6 +10795,12 @@ export {
|
|
|
10111
10795
|
importRestKnowledgeGraphSearchIndex,
|
|
10112
10796
|
importRestKnowledgeGraphService,
|
|
10113
10797
|
importRestKnowledgeGraphServiceDefinition,
|
|
10798
|
+
importRestKnowledgeGraphSourceTypeValueBehavior,
|
|
10799
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
10800
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
10801
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
10802
|
+
importRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
10803
|
+
importRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
10114
10804
|
importRestLocator,
|
|
10115
10805
|
importRestNetworkService,
|
|
10116
10806
|
importRestNetworksQueryAssociations,
|
|
@@ -10140,6 +10830,12 @@ export {
|
|
|
10140
10830
|
importRestSupportArealUnit,
|
|
10141
10831
|
importRestSupportAreasAndLengthsParameters,
|
|
10142
10832
|
importRestSupportAttachmentQuery,
|
|
10833
|
+
importRestSupportAttributeBinsFeatureSet,
|
|
10834
|
+
importRestSupportAttributeBinsGrouping,
|
|
10835
|
+
importRestSupportAttributeBinsQuery,
|
|
10836
|
+
importRestSupportAutoIntervalBinParameters,
|
|
10837
|
+
importRestSupportBaseImageMeasureParameters,
|
|
10838
|
+
importRestSupportBaseImageMeasureResult,
|
|
10143
10839
|
importRestSupportBufferParameters,
|
|
10144
10840
|
importRestSupportCameraInfo,
|
|
10145
10841
|
importRestSupportClosestFacilityParameters,
|
|
@@ -10147,6 +10843,8 @@ export {
|
|
|
10147
10843
|
importRestSupportColorRamp,
|
|
10148
10844
|
importRestSupportDataFile,
|
|
10149
10845
|
importRestSupportDataLayer,
|
|
10846
|
+
importRestSupportDateBinParameters,
|
|
10847
|
+
importRestSupportDateBinTimeInterval,
|
|
10150
10848
|
importRestSupportDensifyParameters,
|
|
10151
10849
|
importRestSupportDirectionLine,
|
|
10152
10850
|
importRestSupportDirectionPoint,
|
|
@@ -10160,6 +10858,8 @@ export {
|
|
|
10160
10858
|
importRestSupportFindImagesResult,
|
|
10161
10859
|
importRestSupportFindParameters,
|
|
10162
10860
|
importRestSupportFindResult,
|
|
10861
|
+
importRestSupportFixedBoundariesBinParameters,
|
|
10862
|
+
importRestSupportFixedIntervalBinParameters,
|
|
10163
10863
|
importRestSupportGPMessage,
|
|
10164
10864
|
importRestSupportGeneralizeParameters,
|
|
10165
10865
|
importRestSupportIdentifyParameters,
|
|
@@ -10193,6 +10893,9 @@ export {
|
|
|
10193
10893
|
importRestSupportImageToMapParameters,
|
|
10194
10894
|
importRestSupportImageUrlParameters,
|
|
10195
10895
|
importRestSupportImageUrlResult,
|
|
10896
|
+
importRestSupportImageVolume,
|
|
10897
|
+
importRestSupportImageVolumeParameters,
|
|
10898
|
+
importRestSupportImageVolumeResult,
|
|
10196
10899
|
importRestSupportJobInfo,
|
|
10197
10900
|
importRestSupportLegendLayer,
|
|
10198
10901
|
importRestSupportLengthsParameters,
|
|
@@ -10260,6 +10963,7 @@ export {
|
|
|
10260
10963
|
importSmartMappingRenderersPredominance,
|
|
10261
10964
|
importSmartMappingRenderersRelationship,
|
|
10262
10965
|
importSmartMappingRenderersSize,
|
|
10966
|
+
importSmartMappingRenderersSupportRendererUtils,
|
|
10263
10967
|
importSmartMappingRenderersType,
|
|
10264
10968
|
importSmartMappingRenderersUnivariateColorSize,
|
|
10265
10969
|
importSmartMappingStatisticsClassBreaks,
|
|
@@ -10334,12 +11038,12 @@ export {
|
|
|
10334
11038
|
importSymbolsWaterSymbol3DLayer,
|
|
10335
11039
|
importSymbolsWebStyleSymbol,
|
|
10336
11040
|
importTablesAttributeTableTemplate,
|
|
11041
|
+
importTablesElements,
|
|
10337
11042
|
importTablesElementsAttributeTableAttachmentElement,
|
|
10338
11043
|
importTablesElementsAttributeTableElement,
|
|
10339
11044
|
importTablesElementsAttributeTableFieldElement,
|
|
10340
11045
|
importTablesElementsAttributeTableGroupElement,
|
|
10341
11046
|
importTablesElementsAttributeTableRelationshipElement,
|
|
10342
|
-
importTablesSupportElements,
|
|
10343
11047
|
importTimeExtent,
|
|
10344
11048
|
importTimeInterval,
|
|
10345
11049
|
importTimeTimeExtent,
|
|
@@ -10365,7 +11069,6 @@ export {
|
|
|
10365
11069
|
importViews3dEnvironmentSunLighting,
|
|
10366
11070
|
importViews3dEnvironmentSunnyWeather,
|
|
10367
11071
|
importViews3dEnvironmentVirtualLighting,
|
|
10368
|
-
importViews3dExternalRenderers,
|
|
10369
11072
|
importViews3dSupportLayerPerformanceInfo,
|
|
10370
11073
|
importViews3dSupportSceneViewPerformanceInfo,
|
|
10371
11074
|
importViews3dWebgl,
|
|
@@ -10401,18 +11104,22 @@ export {
|
|
|
10401
11104
|
importViewsLayersFeatureLayerView,
|
|
10402
11105
|
importViewsLayersGroupLayerView,
|
|
10403
11106
|
importViewsLayersImageryLayerView,
|
|
11107
|
+
importViewsLayersImageryTileLayerView,
|
|
10404
11108
|
importViewsLayersLayerView,
|
|
10405
11109
|
importViewsLayersMediaLayerView,
|
|
10406
11110
|
importViewsLayersOGCFeatureLayerView,
|
|
10407
11111
|
importViewsLayersSceneLayerView,
|
|
10408
11112
|
importViewsLayersStreamLayerView,
|
|
10409
11113
|
importViewsLayersViewshedLayerView,
|
|
11114
|
+
importViewsLinkChartView,
|
|
10410
11115
|
importViewsMagnifier,
|
|
10411
11116
|
importViewsMapView,
|
|
10412
11117
|
importViewsNavigationGamepadGamepadSettings,
|
|
10413
11118
|
importViewsNavigationNavigation,
|
|
11119
|
+
importViewsNavigationNavigationActionMap,
|
|
10414
11120
|
importViewsSceneView,
|
|
10415
11121
|
importViewsSupportColorUtils,
|
|
11122
|
+
importViewsSupportHighlightOptions,
|
|
10416
11123
|
importViewsTheme,
|
|
10417
11124
|
importViewsUiDefaultUI,
|
|
10418
11125
|
importViewsUiUI,
|
|
@@ -10420,6 +11127,7 @@ export {
|
|
|
10420
11127
|
importViewsView2D,
|
|
10421
11128
|
importViewsViewAnimation,
|
|
10422
11129
|
importWebDocument2D,
|
|
11130
|
+
importWebLinkChart,
|
|
10423
11131
|
importWebMap,
|
|
10424
11132
|
importWebScene,
|
|
10425
11133
|
importWebdocApplicationPropertiesSearch,
|
|
@@ -10451,7 +11159,9 @@ export {
|
|
|
10451
11159
|
importWebsceneInitialViewProperties,
|
|
10452
11160
|
importWebscenePresentation,
|
|
10453
11161
|
importWebsceneSlide,
|
|
11162
|
+
importWebsceneSlideLegendInfo,
|
|
10454
11163
|
importWebsceneSunLighting,
|
|
11164
|
+
importWebsceneSupportSlideElements,
|
|
10455
11165
|
importWebsceneVirtualLighting,
|
|
10456
11166
|
importWidgetsAreaMeasurement2D,
|
|
10457
11167
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -10521,6 +11231,8 @@ export {
|
|
|
10521
11231
|
importWidgetsFeatureFormFieldInput,
|
|
10522
11232
|
importWidgetsFeatureFormGroupInput,
|
|
10523
11233
|
importWidgetsFeatureFormRelationshipInput,
|
|
11234
|
+
importWidgetsFeatureFormTextElementInput,
|
|
11235
|
+
importWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
10524
11236
|
importWidgetsFeatureTable,
|
|
10525
11237
|
importWidgetsFeatureTableActionColumn,
|
|
10526
11238
|
importWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -10532,10 +11244,12 @@ export {
|
|
|
10532
11244
|
importWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
10533
11245
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
10534
11246
|
importWidgetsFeatureTableRelationshipColumn,
|
|
11247
|
+
importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
10535
11248
|
importWidgetsFeatureTableSupportColumnTemplate,
|
|
10536
11249
|
importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
10537
11250
|
importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
10538
11251
|
importWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
11252
|
+
importWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
10539
11253
|
importWidgetsFeatureTableSupportTableTemplate,
|
|
10540
11254
|
importWidgetsFeatureTemplates,
|
|
10541
11255
|
importWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -10563,6 +11277,7 @@ export {
|
|
|
10563
11277
|
importWidgetsLineOfSight,
|
|
10564
11278
|
importWidgetsLineOfSightLineOfSightTarget,
|
|
10565
11279
|
importWidgetsLineOfSightLineOfSightViewModel,
|
|
11280
|
+
importWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
10566
11281
|
importWidgetsLocate,
|
|
10567
11282
|
importWidgetsLocateLocateViewModel,
|
|
10568
11283
|
importWidgetsMeasurement,
|
|
@@ -10635,6 +11350,7 @@ export {
|
|
|
10635
11350
|
importWidgetsUtilityNetworkAssociations,
|
|
10636
11351
|
importWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
10637
11352
|
importWidgetsUtilityNetworkTrace,
|
|
11353
|
+
importWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
10638
11354
|
importWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
10639
11355
|
importWidgetsUtilityNetworkValidateTopology,
|
|
10640
11356
|
importWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|
|
@@ -10664,6 +11380,7 @@ export {
|
|
|
10664
11380
|
newAnalysisSlicePlane,
|
|
10665
11381
|
newAnalysisViewshed,
|
|
10666
11382
|
newAnalysisViewshedAnalysis,
|
|
11383
|
+
newAttributeBinsGraphic,
|
|
10667
11384
|
newBasemap,
|
|
10668
11385
|
newCamera,
|
|
10669
11386
|
newCameraLayout,
|
|
@@ -10695,6 +11412,7 @@ export {
|
|
|
10695
11412
|
newFormElementsInputsTimePickerInput,
|
|
10696
11413
|
newFormElementsRelationshipElement,
|
|
10697
11414
|
newFormElementsTextElement,
|
|
11415
|
+
newFormElementsUtilityNetworkAssociationsElement,
|
|
10698
11416
|
newFormExpressionInfo,
|
|
10699
11417
|
newFormFormTemplate,
|
|
10700
11418
|
newGeometryCircle,
|
|
@@ -10703,6 +11421,8 @@ export {
|
|
|
10703
11421
|
newGeometryHeightModelInfo,
|
|
10704
11422
|
newGeometryMesh,
|
|
10705
11423
|
newGeometryMultipoint,
|
|
11424
|
+
newGeometryOperatorsSupportGeographicTransformation,
|
|
11425
|
+
newGeometryOperatorsSupportGeographicTransformationStep,
|
|
10706
11426
|
newGeometryOperatorsSupportTransformation,
|
|
10707
11427
|
newGeometryPoint,
|
|
10708
11428
|
newGeometryPolygon,
|
|
@@ -10751,6 +11471,7 @@ export {
|
|
|
10751
11471
|
newLayersKnowledgeGraphLayer,
|
|
10752
11472
|
newLayersLayer,
|
|
10753
11473
|
newLayersLineOfSightLayer,
|
|
11474
|
+
newLayersLinkChartLayer,
|
|
10754
11475
|
newLayersMapImageLayer,
|
|
10755
11476
|
newLayersMapNotesLayer,
|
|
10756
11477
|
newLayersMediaLayer,
|
|
@@ -10773,6 +11494,8 @@ export {
|
|
|
10773
11494
|
newLayersSupportControlPointsGeoreference,
|
|
10774
11495
|
newLayersSupportCornersGeoreference,
|
|
10775
11496
|
newLayersSupportDimensionalDefinition,
|
|
11497
|
+
newLayersSupportDisplayFilter,
|
|
11498
|
+
newLayersSupportDisplayFilterInfo,
|
|
10776
11499
|
newLayersSupportDomain,
|
|
10777
11500
|
newLayersSupportElevationSampler,
|
|
10778
11501
|
newLayersSupportExpressionInfo,
|
|
@@ -10799,6 +11522,7 @@ export {
|
|
|
10799
11522
|
newLayersSupportMapImage,
|
|
10800
11523
|
newLayersSupportMosaicRule,
|
|
10801
11524
|
newLayersSupportMultidimensionalSubset,
|
|
11525
|
+
newLayersSupportOrderByInfo,
|
|
10802
11526
|
newLayersSupportPixelBlock,
|
|
10803
11527
|
newLayersSupportPublishingInfo,
|
|
10804
11528
|
newLayersSupportRangeDomain,
|
|
@@ -10821,6 +11545,8 @@ export {
|
|
|
10821
11545
|
newLayersSupportTileInfo,
|
|
10822
11546
|
newLayersSupportTileMatrixSet,
|
|
10823
11547
|
newLayersSupportTimeInfo,
|
|
11548
|
+
newLayersSupportTrackInfo,
|
|
11549
|
+
newLayersSupportTrackPartInfo,
|
|
10824
11550
|
newLayersSupportVideoElement,
|
|
10825
11551
|
newLayersSupportVideoTimeExtent,
|
|
10826
11552
|
newLayersSupportWMSSublayer,
|
|
@@ -10843,6 +11569,11 @@ export {
|
|
|
10843
11569
|
newLayersWMSLayer,
|
|
10844
11570
|
newLayersWMTSLayer,
|
|
10845
11571
|
newLayersWebTileLayer,
|
|
11572
|
+
newLinkChartChronologicalLayoutSettings,
|
|
11573
|
+
newLinkChartLayoutSettings,
|
|
11574
|
+
newLinkChartLinkChartProperties,
|
|
11575
|
+
newLinkChartNonspatialDataDisplay,
|
|
11576
|
+
newLinkChartOrganicLayoutSettings,
|
|
10846
11577
|
newMap,
|
|
10847
11578
|
newNetworksNetwork,
|
|
10848
11579
|
newNetworksSupportNamedTraceConfiguration,
|
|
@@ -10876,8 +11607,10 @@ export {
|
|
|
10876
11607
|
newPopupFieldInfo,
|
|
10877
11608
|
newPopupLayerOptions,
|
|
10878
11609
|
newPopupRelatedRecordsInfo,
|
|
11610
|
+
newPopupSupportAttachmentsOrderByInfo,
|
|
10879
11611
|
newPopupSupportFieldInfoFormat,
|
|
10880
11612
|
newPopupSupportRelatedRecordsInfoFieldOrder,
|
|
11613
|
+
newPopupSupportUtilityNetworkAssociationType,
|
|
10881
11614
|
newPopupTemplate,
|
|
10882
11615
|
newPortalPortal,
|
|
10883
11616
|
newPortalPortalFolder,
|
|
@@ -10939,6 +11672,7 @@ export {
|
|
|
10939
11672
|
newRestKnowledgeGraphGraphProperty,
|
|
10940
11673
|
newRestKnowledgeGraphGraphQuery,
|
|
10941
11674
|
newRestKnowledgeGraphGraphQueryResult,
|
|
11675
|
+
newRestKnowledgeGraphGraphQueryResultHeader,
|
|
10942
11676
|
newRestKnowledgeGraphGraphQueryStreaming,
|
|
10943
11677
|
newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
10944
11678
|
newRestKnowledgeGraphGraphSearch,
|
|
@@ -10951,6 +11685,12 @@ export {
|
|
|
10951
11685
|
newRestKnowledgeGraphRelationshipType,
|
|
10952
11686
|
newRestKnowledgeGraphSearchIndex,
|
|
10953
11687
|
newRestKnowledgeGraphServiceDefinition,
|
|
11688
|
+
newRestKnowledgeGraphSourceTypeValueBehavior,
|
|
11689
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsConfiguration,
|
|
11690
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsEntity,
|
|
11691
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMFilteredFindPathsPathFilter,
|
|
11692
|
+
newRestKnowledgeGraphToolServiceFindPathsCIMKGTraversalDirection,
|
|
11693
|
+
newRestKnowledgeGraphToolServiceFindPathsFindPathsToolSettings,
|
|
10954
11694
|
newRestNetworksSupportAggregatedGeometry,
|
|
10955
11695
|
newRestNetworksSupportAssociation,
|
|
10956
11696
|
newRestNetworksSupportAssociationGeometriesResult,
|
|
@@ -10969,6 +11709,12 @@ export {
|
|
|
10969
11709
|
newRestSupportArealUnit,
|
|
10970
11710
|
newRestSupportAreasAndLengthsParameters,
|
|
10971
11711
|
newRestSupportAttachmentQuery,
|
|
11712
|
+
newRestSupportAttributeBinsFeatureSet,
|
|
11713
|
+
newRestSupportAttributeBinsGrouping,
|
|
11714
|
+
newRestSupportAttributeBinsQuery,
|
|
11715
|
+
newRestSupportAutoIntervalBinParameters,
|
|
11716
|
+
newRestSupportBaseImageMeasureParameters,
|
|
11717
|
+
newRestSupportBaseImageMeasureResult,
|
|
10972
11718
|
newRestSupportBufferParameters,
|
|
10973
11719
|
newRestSupportCameraInfo,
|
|
10974
11720
|
newRestSupportClosestFacilityParameters,
|
|
@@ -10976,6 +11722,8 @@ export {
|
|
|
10976
11722
|
newRestSupportColorRamp,
|
|
10977
11723
|
newRestSupportDataFile,
|
|
10978
11724
|
newRestSupportDataLayer,
|
|
11725
|
+
newRestSupportDateBinParameters,
|
|
11726
|
+
newRestSupportDateBinTimeInterval,
|
|
10979
11727
|
newRestSupportDensifyParameters,
|
|
10980
11728
|
newRestSupportDirectionLine,
|
|
10981
11729
|
newRestSupportDirectionPoint,
|
|
@@ -10989,6 +11737,8 @@ export {
|
|
|
10989
11737
|
newRestSupportFindImagesResult,
|
|
10990
11738
|
newRestSupportFindParameters,
|
|
10991
11739
|
newRestSupportFindResult,
|
|
11740
|
+
newRestSupportFixedBoundariesBinParameters,
|
|
11741
|
+
newRestSupportFixedIntervalBinParameters,
|
|
10992
11742
|
newRestSupportGPMessage,
|
|
10993
11743
|
newRestSupportGeneralizeParameters,
|
|
10994
11744
|
newRestSupportIdentifyParameters,
|
|
@@ -11022,6 +11772,9 @@ export {
|
|
|
11022
11772
|
newRestSupportImageToMapParameters,
|
|
11023
11773
|
newRestSupportImageUrlParameters,
|
|
11024
11774
|
newRestSupportImageUrlResult,
|
|
11775
|
+
newRestSupportImageVolume,
|
|
11776
|
+
newRestSupportImageVolumeParameters,
|
|
11777
|
+
newRestSupportImageVolumeResult,
|
|
11025
11778
|
newRestSupportJobInfo,
|
|
11026
11779
|
newRestSupportLegendLayer,
|
|
11027
11780
|
newRestSupportLengthsParameters,
|
|
@@ -11164,17 +11917,21 @@ export {
|
|
|
11164
11917
|
newViewsLayersFeatureLayerView,
|
|
11165
11918
|
newViewsLayersGroupLayerView,
|
|
11166
11919
|
newViewsLayersImageryLayerView,
|
|
11920
|
+
newViewsLayersImageryTileLayerView,
|
|
11167
11921
|
newViewsLayersLayerView,
|
|
11168
11922
|
newViewsLayersMediaLayerView,
|
|
11169
11923
|
newViewsLayersOGCFeatureLayerView,
|
|
11170
11924
|
newViewsLayersSceneLayerView,
|
|
11171
11925
|
newViewsLayersStreamLayerView,
|
|
11172
11926
|
newViewsLayersViewshedLayerView,
|
|
11927
|
+
newViewsLinkChartView,
|
|
11173
11928
|
newViewsMagnifier,
|
|
11174
11929
|
newViewsMapView,
|
|
11175
11930
|
newViewsNavigationGamepadGamepadSettings,
|
|
11176
11931
|
newViewsNavigationNavigation,
|
|
11932
|
+
newViewsNavigationNavigationActionMap,
|
|
11177
11933
|
newViewsSceneView,
|
|
11934
|
+
newViewsSupportHighlightOptions,
|
|
11178
11935
|
newViewsTheme,
|
|
11179
11936
|
newViewsUiDefaultUI,
|
|
11180
11937
|
newViewsUiUI,
|
|
@@ -11182,6 +11939,7 @@ export {
|
|
|
11182
11939
|
newViewsView2D,
|
|
11183
11940
|
newViewsViewAnimation,
|
|
11184
11941
|
newWebDocument2D,
|
|
11942
|
+
newWebLinkChart,
|
|
11185
11943
|
newWebMap,
|
|
11186
11944
|
newWebScene,
|
|
11187
11945
|
newWebdocApplicationPropertiesSearch,
|
|
@@ -11213,6 +11971,7 @@ export {
|
|
|
11213
11971
|
newWebsceneInitialViewProperties,
|
|
11214
11972
|
newWebscenePresentation,
|
|
11215
11973
|
newWebsceneSlide,
|
|
11974
|
+
newWebsceneSlideLegendInfo,
|
|
11216
11975
|
newWebsceneSunLighting,
|
|
11217
11976
|
newWebsceneVirtualLighting,
|
|
11218
11977
|
newWidgetsAreaMeasurement2D,
|
|
@@ -11282,6 +12041,8 @@ export {
|
|
|
11282
12041
|
newWidgetsFeatureFormFieldInput,
|
|
11283
12042
|
newWidgetsFeatureFormGroupInput,
|
|
11284
12043
|
newWidgetsFeatureFormRelationshipInput,
|
|
12044
|
+
newWidgetsFeatureFormTextElementInput,
|
|
12045
|
+
newWidgetsFeatureFormUtilityNetworkAssociationInput,
|
|
11285
12046
|
newWidgetsFeatureTable,
|
|
11286
12047
|
newWidgetsFeatureTableActionColumn,
|
|
11287
12048
|
newWidgetsFeatureTableAttachmentsColumn,
|
|
@@ -11293,10 +12054,12 @@ export {
|
|
|
11293
12054
|
newWidgetsFeatureTableGridSupportButtonMenuItem,
|
|
11294
12055
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
11295
12056
|
newWidgetsFeatureTableRelationshipColumn,
|
|
12057
|
+
newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
11296
12058
|
newWidgetsFeatureTableSupportColumnTemplate,
|
|
11297
12059
|
newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
11298
12060
|
newWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
11299
12061
|
newWidgetsFeatureTableSupportGroupColumnTemplate,
|
|
12062
|
+
newWidgetsFeatureTableSupportRelationshipColumnTemplate,
|
|
11300
12063
|
newWidgetsFeatureTableSupportTableTemplate,
|
|
11301
12064
|
newWidgetsFeatureTemplates,
|
|
11302
12065
|
newWidgetsFeatureTemplatesFeatureTemplatesViewModel,
|
|
@@ -11324,6 +12087,7 @@ export {
|
|
|
11324
12087
|
newWidgetsLineOfSight,
|
|
11325
12088
|
newWidgetsLineOfSightLineOfSightTarget,
|
|
11326
12089
|
newWidgetsLineOfSightLineOfSightViewModel,
|
|
12090
|
+
newWidgetsLinkChartLayoutSwitcherLinkChartLayoutSwitcherViewModel,
|
|
11327
12091
|
newWidgetsLocate,
|
|
11328
12092
|
newWidgetsLocateLocateViewModel,
|
|
11329
12093
|
newWidgetsMeasurement,
|
|
@@ -11394,6 +12158,7 @@ export {
|
|
|
11394
12158
|
newWidgetsUtilityNetworkAssociations,
|
|
11395
12159
|
newWidgetsUtilityNetworkAssociationsUtilityNetworkAssociationsViewModel,
|
|
11396
12160
|
newWidgetsUtilityNetworkTrace,
|
|
12161
|
+
newWidgetsUtilityNetworkTraceAnalysisUtilityNetworkTraceAnalysisViewModel,
|
|
11397
12162
|
newWidgetsUtilityNetworkTraceUtilityNetworkTraceViewModel,
|
|
11398
12163
|
newWidgetsUtilityNetworkValidateTopology,
|
|
11399
12164
|
newWidgetsUtilityNetworkValidateTopologyUtilityNetworkValidateTopologyViewModel,
|