@arcgis/core-adapter 5.0.0-next.1 → 5.0.0-next.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +29 -34
- package/dist/index.d.cts +5 -6
- package/dist/index.d.ts +5 -6
- package/dist/index.js +29 -34
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -898,28 +898,6 @@ async function newGeometryOperatorsSupportTransformation() {
|
|
|
898
898
|
const ModConstructor = await importGeometryOperatorsSupportTransformation();
|
|
899
899
|
return new ModConstructor();
|
|
900
900
|
}
|
|
901
|
-
async function importGeometrySupportGeographicTransformation() {
|
|
902
|
-
if (isAMD) {
|
|
903
|
-
return await window.$arcgis.import("esri/geometry/support/GeographicTransformation");
|
|
904
|
-
}
|
|
905
|
-
const module2 = await import("@arcgis/core/geometry/support/GeographicTransformation.js");
|
|
906
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
907
|
-
}
|
|
908
|
-
async function newGeometrySupportGeographicTransformation(properties) {
|
|
909
|
-
const ModConstructor = await importGeometrySupportGeographicTransformation();
|
|
910
|
-
return new ModConstructor(properties);
|
|
911
|
-
}
|
|
912
|
-
async function importGeometrySupportGeographicTransformationStep() {
|
|
913
|
-
if (isAMD) {
|
|
914
|
-
return await window.$arcgis.import("esri/geometry/support/GeographicTransformationStep");
|
|
915
|
-
}
|
|
916
|
-
const module2 = await import("@arcgis/core/geometry/support/GeographicTransformationStep.js");
|
|
917
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
918
|
-
}
|
|
919
|
-
async function newGeometrySupportGeographicTransformationStep(properties) {
|
|
920
|
-
const ModConstructor = await importGeometrySupportGeographicTransformationStep();
|
|
921
|
-
return new ModConstructor(properties);
|
|
922
|
-
}
|
|
923
901
|
async function importGeometrySupportMeshComponent() {
|
|
924
902
|
if (isAMD) {
|
|
925
903
|
return await window.$arcgis.import("esri/geometry/support/MeshComponent");
|
|
@@ -6288,6 +6266,17 @@ async function newViews3dWebglRenderNode(properties) {
|
|
|
6288
6266
|
const ModConstructor = await importViews3dWebglRenderNode();
|
|
6289
6267
|
return new ModConstructor(properties);
|
|
6290
6268
|
}
|
|
6269
|
+
async function importViewsAnalysisElevationProfileElevationProfileError() {
|
|
6270
|
+
if (isAMD) {
|
|
6271
|
+
return await window.$arcgis.import("esri/views/analysis/ElevationProfile/ElevationProfileError");
|
|
6272
|
+
}
|
|
6273
|
+
const module2 = await import("@arcgis/core/views/analysis/ElevationProfile/ElevationProfileError.js");
|
|
6274
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6275
|
+
}
|
|
6276
|
+
async function newViewsAnalysisElevationProfileElevationProfileError(name, message, details) {
|
|
6277
|
+
const ModConstructor = await importViewsAnalysisElevationProfileElevationProfileError();
|
|
6278
|
+
return new ModConstructor(name, message, details);
|
|
6279
|
+
}
|
|
6291
6280
|
async function importViewsAnalysisElevationProfileElevationProfileResult() {
|
|
6292
6281
|
if (isAMD) {
|
|
6293
6282
|
return await window.$arcgis.import("esri/views/analysis/ElevationProfile/ElevationProfileResult");
|
|
@@ -9710,13 +9699,6 @@ async function importGeometryGeometryEngineAsync() {
|
|
|
9710
9699
|
const module2 = await import("@arcgis/core/geometry/geometryEngineAsync.js");
|
|
9711
9700
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
9712
9701
|
}
|
|
9713
|
-
async function importGeometryProjection() {
|
|
9714
|
-
if (isAMD) {
|
|
9715
|
-
return await window.$arcgis.import("esri/geometry/projection");
|
|
9716
|
-
}
|
|
9717
|
-
const module2 = await import("@arcgis/core/geometry/projection.js");
|
|
9718
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
9719
|
-
}
|
|
9720
9702
|
async function importGeometryOperatorsAffineTransformOperator() {
|
|
9721
9703
|
if (isAMD) {
|
|
9722
9704
|
return await window.$arcgis.import("esri/geometry/operators/affineTransformOperator");
|
|
@@ -10907,6 +10889,20 @@ async function importViewsSupportColorUtils() {
|
|
|
10907
10889
|
const module2 = await import("@arcgis/core/views/support/colorUtils.js");
|
|
10908
10890
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10909
10891
|
}
|
|
10892
|
+
async function importWidgetsEditorMergeFeaturesWorkflow() {
|
|
10893
|
+
if (isAMD) {
|
|
10894
|
+
return await window.$arcgis.import("esri/widgets/Editor/MergeFeaturesWorkflow");
|
|
10895
|
+
}
|
|
10896
|
+
const module2 = await import("@arcgis/core/widgets/Editor/MergeFeaturesWorkflow.js");
|
|
10897
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10898
|
+
}
|
|
10899
|
+
async function importWidgetsEditorMergeFeaturesWorkflowData() {
|
|
10900
|
+
if (isAMD) {
|
|
10901
|
+
return await window.$arcgis.import("esri/widgets/Editor/MergeFeaturesWorkflowData");
|
|
10902
|
+
}
|
|
10903
|
+
const module2 = await import("@arcgis/core/widgets/Editor/MergeFeaturesWorkflowData.js");
|
|
10904
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
10905
|
+
}
|
|
10910
10906
|
async function importWidgetsEditorSplitFeatureWorkflowData() {
|
|
10911
10907
|
if (isAMD) {
|
|
10912
10908
|
return await window.$arcgis.import("esri/widgets/Editor/SplitFeatureWorkflowData");
|
|
@@ -11302,11 +11298,8 @@ exports.importGeometryOperatorsWithinOperator = importGeometryOperatorsWithinOpe
|
|
|
11302
11298
|
exports.importGeometryPoint = importGeometryPoint;
|
|
11303
11299
|
exports.importGeometryPolygon = importGeometryPolygon;
|
|
11304
11300
|
exports.importGeometryPolyline = importGeometryPolyline;
|
|
11305
|
-
exports.importGeometryProjection = importGeometryProjection;
|
|
11306
11301
|
exports.importGeometrySpatialReference = importGeometrySpatialReference;
|
|
11307
11302
|
exports.importGeometrySupportGeodesicUtils = importGeometrySupportGeodesicUtils;
|
|
11308
|
-
exports.importGeometrySupportGeographicTransformation = importGeometrySupportGeographicTransformation;
|
|
11309
|
-
exports.importGeometrySupportGeographicTransformationStep = importGeometrySupportGeographicTransformationStep;
|
|
11310
11303
|
exports.importGeometrySupportJsonUtils = importGeometrySupportJsonUtils;
|
|
11311
11304
|
exports.importGeometrySupportMeshComponent = importGeometrySupportMeshComponent;
|
|
11312
11305
|
exports.importGeometrySupportMeshGeoreferencedVertexSpace = importGeometrySupportMeshGeoreferencedVertexSpace;
|
|
@@ -11907,6 +11900,7 @@ exports.importViews3dWebgl = importViews3dWebgl;
|
|
|
11907
11900
|
exports.importViews3dWebglManagedFBO = importViews3dWebglManagedFBO;
|
|
11908
11901
|
exports.importViews3dWebglRenderCamera = importViews3dWebglRenderCamera;
|
|
11909
11902
|
exports.importViews3dWebglRenderNode = importViews3dWebglRenderNode;
|
|
11903
|
+
exports.importViewsAnalysisElevationProfileElevationProfileError = importViewsAnalysisElevationProfileElevationProfileError;
|
|
11910
11904
|
exports.importViewsAnalysisElevationProfileElevationProfileResult = importViewsAnalysisElevationProfileElevationProfileResult;
|
|
11911
11905
|
exports.importViewsAnalysisLengthDimensionResult = importViewsAnalysisLengthDimensionResult;
|
|
11912
11906
|
exports.importViewsBasemapView = importViewsBasemapView;
|
|
@@ -12053,6 +12047,8 @@ exports.importWidgetsEditorCreateFeaturesWorkflow = importWidgetsEditorCreateFea
|
|
|
12053
12047
|
exports.importWidgetsEditorCreateFeaturesWorkflowData = importWidgetsEditorCreateFeaturesWorkflowData;
|
|
12054
12048
|
exports.importWidgetsEditorEditorViewModel = importWidgetsEditorEditorViewModel;
|
|
12055
12049
|
exports.importWidgetsEditorEdits = importWidgetsEditorEdits;
|
|
12050
|
+
exports.importWidgetsEditorMergeFeaturesWorkflow = importWidgetsEditorMergeFeaturesWorkflow;
|
|
12051
|
+
exports.importWidgetsEditorMergeFeaturesWorkflowData = importWidgetsEditorMergeFeaturesWorkflowData;
|
|
12056
12052
|
exports.importWidgetsEditorSplitFeatureWorkflow = importWidgetsEditorSplitFeatureWorkflow;
|
|
12057
12053
|
exports.importWidgetsEditorSplitFeatureWorkflowData = importWidgetsEditorSplitFeatureWorkflowData;
|
|
12058
12054
|
exports.importWidgetsEditorSupportEditorItem = importWidgetsEditorSupportEditorItem;
|
|
@@ -12293,8 +12289,6 @@ exports.newGeometryPoint = newGeometryPoint;
|
|
|
12293
12289
|
exports.newGeometryPolygon = newGeometryPolygon;
|
|
12294
12290
|
exports.newGeometryPolyline = newGeometryPolyline;
|
|
12295
12291
|
exports.newGeometrySpatialReference = newGeometrySpatialReference;
|
|
12296
|
-
exports.newGeometrySupportGeographicTransformation = newGeometrySupportGeographicTransformation;
|
|
12297
|
-
exports.newGeometrySupportGeographicTransformationStep = newGeometrySupportGeographicTransformationStep;
|
|
12298
12292
|
exports.newGeometrySupportMeshComponent = newGeometrySupportMeshComponent;
|
|
12299
12293
|
exports.newGeometrySupportMeshGeoreferencedVertexSpace = newGeometrySupportMeshGeoreferencedVertexSpace;
|
|
12300
12294
|
exports.newGeometrySupportMeshLocalVertexSpace = newGeometrySupportMeshLocalVertexSpace;
|
|
@@ -12780,6 +12774,7 @@ exports.newViews3dEnvironmentSunLighting = newViews3dEnvironmentSunLighting;
|
|
|
12780
12774
|
exports.newViews3dEnvironmentSunnyWeather = newViews3dEnvironmentSunnyWeather;
|
|
12781
12775
|
exports.newViews3dEnvironmentVirtualLighting = newViews3dEnvironmentVirtualLighting;
|
|
12782
12776
|
exports.newViews3dWebglRenderNode = newViews3dWebglRenderNode;
|
|
12777
|
+
exports.newViewsAnalysisElevationProfileElevationProfileError = newViewsAnalysisElevationProfileElevationProfileError;
|
|
12783
12778
|
exports.newViewsAnalysisElevationProfileElevationProfileResult = newViewsAnalysisElevationProfileElevationProfileResult;
|
|
12784
12779
|
exports.newViewsBasemapView = newViewsBasemapView;
|
|
12785
12780
|
exports.newViewsDrawDraw = newViewsDrawDraw;
|
package/dist/index.d.cts
CHANGED
|
@@ -171,10 +171,6 @@ export declare function importGeometryOperatorsSupportGeographicTransformationSt
|
|
|
171
171
|
export declare function newGeometryOperatorsSupportGeographicTransformationStep(properties: __esri.GeographicTransformationStepProperties): Promise<__esri.GeographicTransformationStep>;
|
|
172
172
|
export declare function importGeometryOperatorsSupportTransformation(): Promise<typeof __esri.Transformation>;
|
|
173
173
|
export declare function newGeometryOperatorsSupportTransformation(): Promise<__esri.Transformation>;
|
|
174
|
-
export declare function importGeometrySupportGeographicTransformation(): Promise<typeof __esri.supportGeographicTransformation>;
|
|
175
|
-
export declare function newGeometrySupportGeographicTransformation(properties: any): Promise<__esri.supportGeographicTransformation>;
|
|
176
|
-
export declare function importGeometrySupportGeographicTransformationStep(): Promise<typeof __esri.supportGeographicTransformationStep>;
|
|
177
|
-
export declare function newGeometrySupportGeographicTransformationStep(properties: any): Promise<__esri.supportGeographicTransformationStep>;
|
|
178
174
|
export declare function importGeometrySupportMeshComponent(): Promise<typeof __esri.MeshComponent>;
|
|
179
175
|
export declare function newGeometrySupportMeshComponent(properties: __esri.MeshComponentProperties): Promise<__esri.MeshComponent>;
|
|
180
176
|
export declare function importGeometrySupportMeshGeoreferencedVertexSpace(): Promise<typeof __esri.MeshGeoreferencedVertexSpace>;
|
|
@@ -1132,7 +1128,7 @@ export declare function newViews3dAnalysisViewshedAnalysisView3D(properties: any
|
|
|
1132
1128
|
export declare function importViews3dAnalysisVolumeMeasurementAnalysisView3D(): Promise<typeof __esri.VolumeMeasurementAnalysisView3D>;
|
|
1133
1129
|
export declare function newViews3dAnalysisVolumeMeasurementAnalysisView3D(properties: any): Promise<__esri.VolumeMeasurementAnalysisView3D>;
|
|
1134
1130
|
export declare function importViews3dAnalysisVolumeMeasurementVolumeMeasurementError(): Promise<typeof __esri.VolumeMeasurementError>;
|
|
1135
|
-
export declare function newViews3dAnalysisVolumeMeasurementVolumeMeasurementError(name:
|
|
1131
|
+
export declare function newViews3dAnalysisVolumeMeasurementVolumeMeasurementError(name: __esri.VolumeMeasurementErrorName, message: string, details: any): Promise<__esri.VolumeMeasurementError>;
|
|
1136
1132
|
export declare function importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult(): Promise<typeof __esri.VolumeMeasurementResult>;
|
|
1137
1133
|
export declare function newViews3dAnalysisVolumeMeasurementVolumeMeasurementResult(properties: __esri.VolumeMeasurementResultProperties): Promise<__esri.VolumeMeasurementResult>;
|
|
1138
1134
|
export declare function importViews3dEnvironmentCloudyWeather(): Promise<typeof __esri.CloudyWeather>;
|
|
@@ -1151,6 +1147,8 @@ export declare function importViews3dEnvironmentVirtualLighting(): Promise<typeo
|
|
|
1151
1147
|
export declare function newViews3dEnvironmentVirtualLighting(properties: __esri.VirtualLightingProperties): Promise<__esri.VirtualLighting>;
|
|
1152
1148
|
export declare function importViews3dWebglRenderNode(): Promise<typeof __esri.RenderNode>;
|
|
1153
1149
|
export declare function newViews3dWebglRenderNode(properties: __esri.RenderNodeProperties): Promise<__esri.RenderNode>;
|
|
1150
|
+
export declare function importViewsAnalysisElevationProfileElevationProfileError(): Promise<typeof __esri.ElevationProfileError>;
|
|
1151
|
+
export declare function newViewsAnalysisElevationProfileElevationProfileError(name: __esri.ElevationProfileErrorName, message: string, details: any): Promise<__esri.ElevationProfileError>;
|
|
1154
1152
|
export declare function importViewsAnalysisElevationProfileElevationProfileResult(): Promise<typeof __esri.ElevationProfileResult>;
|
|
1155
1153
|
export declare function newViewsAnalysisElevationProfileElevationProfileResult(properties: __esri.ElevationProfileResultProperties): Promise<__esri.ElevationProfileResult>;
|
|
1156
1154
|
export declare function importViewsDrawDraw(): Promise<typeof __esri.Draw>;
|
|
@@ -1768,7 +1766,6 @@ export declare function importGeometry(): Promise<typeof __esri.geometry>;
|
|
|
1768
1766
|
export declare function importGeometryCoordinateFormatter(): Promise<typeof __esri.coordinateFormatter>;
|
|
1769
1767
|
export declare function importGeometryGeometryEngine(): Promise<typeof __esri.geometryEngine>;
|
|
1770
1768
|
export declare function importGeometryGeometryEngineAsync(): Promise<typeof __esri.geometryEngineAsync>;
|
|
1771
|
-
export declare function importGeometryProjection(): Promise<typeof __esri.projection>;
|
|
1772
1769
|
export declare function importGeometryOperatorsAffineTransformOperator(): Promise<typeof __esri.affineTransformOperator>;
|
|
1773
1770
|
export declare function importGeometryOperatorsAlphaShapeOperator(): Promise<typeof __esri.alphaShapeOperator>;
|
|
1774
1771
|
export declare function importGeometryOperatorsAreaOperator(): Promise<typeof __esri.areaOperator>;
|
|
@@ -1939,6 +1936,8 @@ export declare function importViews3dSupportLayerPerformanceInfo(): Promise<type
|
|
|
1939
1936
|
export declare function importViews3dSupportSceneViewPerformanceInfo(): Promise<typeof __esri.SceneViewPerformanceInfo>;
|
|
1940
1937
|
export declare function importViewsAnalysisLengthDimensionResult(): Promise<typeof __esri.LengthDimensionResult>;
|
|
1941
1938
|
export declare function importViewsSupportColorUtils(): Promise<typeof __esri.colorUtils>;
|
|
1939
|
+
export declare function importWidgetsEditorMergeFeaturesWorkflow(): Promise<typeof __esri.MergeFeaturesWorkflow>;
|
|
1940
|
+
export declare function importWidgetsEditorMergeFeaturesWorkflowData(): Promise<typeof __esri.MergeFeaturesWorkflowData>;
|
|
1942
1941
|
export declare function importWidgetsEditorSplitFeatureWorkflowData(): Promise<typeof __esri.SplitFeatureWorkflowData>;
|
|
1943
1942
|
export declare function importWidgetsSmartMappingSupportUtils(): Promise<typeof __esri.smartMappingSupportUtils>;
|
|
1944
1943
|
export declare function importWidgetsSupportWidget(): Promise<typeof __esri.widget>;
|
package/dist/index.d.ts
CHANGED
|
@@ -171,10 +171,6 @@ export declare function importGeometryOperatorsSupportGeographicTransformationSt
|
|
|
171
171
|
export declare function newGeometryOperatorsSupportGeographicTransformationStep(properties: __esri.GeographicTransformationStepProperties): Promise<__esri.GeographicTransformationStep>;
|
|
172
172
|
export declare function importGeometryOperatorsSupportTransformation(): Promise<typeof __esri.Transformation>;
|
|
173
173
|
export declare function newGeometryOperatorsSupportTransformation(): Promise<__esri.Transformation>;
|
|
174
|
-
export declare function importGeometrySupportGeographicTransformation(): Promise<typeof __esri.supportGeographicTransformation>;
|
|
175
|
-
export declare function newGeometrySupportGeographicTransformation(properties: any): Promise<__esri.supportGeographicTransformation>;
|
|
176
|
-
export declare function importGeometrySupportGeographicTransformationStep(): Promise<typeof __esri.supportGeographicTransformationStep>;
|
|
177
|
-
export declare function newGeometrySupportGeographicTransformationStep(properties: any): Promise<__esri.supportGeographicTransformationStep>;
|
|
178
174
|
export declare function importGeometrySupportMeshComponent(): Promise<typeof __esri.MeshComponent>;
|
|
179
175
|
export declare function newGeometrySupportMeshComponent(properties: __esri.MeshComponentProperties): Promise<__esri.MeshComponent>;
|
|
180
176
|
export declare function importGeometrySupportMeshGeoreferencedVertexSpace(): Promise<typeof __esri.MeshGeoreferencedVertexSpace>;
|
|
@@ -1132,7 +1128,7 @@ export declare function newViews3dAnalysisViewshedAnalysisView3D(properties: any
|
|
|
1132
1128
|
export declare function importViews3dAnalysisVolumeMeasurementAnalysisView3D(): Promise<typeof __esri.VolumeMeasurementAnalysisView3D>;
|
|
1133
1129
|
export declare function newViews3dAnalysisVolumeMeasurementAnalysisView3D(properties: any): Promise<__esri.VolumeMeasurementAnalysisView3D>;
|
|
1134
1130
|
export declare function importViews3dAnalysisVolumeMeasurementVolumeMeasurementError(): Promise<typeof __esri.VolumeMeasurementError>;
|
|
1135
|
-
export declare function newViews3dAnalysisVolumeMeasurementVolumeMeasurementError(name:
|
|
1131
|
+
export declare function newViews3dAnalysisVolumeMeasurementVolumeMeasurementError(name: __esri.VolumeMeasurementErrorName, message: string, details: any): Promise<__esri.VolumeMeasurementError>;
|
|
1136
1132
|
export declare function importViews3dAnalysisVolumeMeasurementVolumeMeasurementResult(): Promise<typeof __esri.VolumeMeasurementResult>;
|
|
1137
1133
|
export declare function newViews3dAnalysisVolumeMeasurementVolumeMeasurementResult(properties: __esri.VolumeMeasurementResultProperties): Promise<__esri.VolumeMeasurementResult>;
|
|
1138
1134
|
export declare function importViews3dEnvironmentCloudyWeather(): Promise<typeof __esri.CloudyWeather>;
|
|
@@ -1151,6 +1147,8 @@ export declare function importViews3dEnvironmentVirtualLighting(): Promise<typeo
|
|
|
1151
1147
|
export declare function newViews3dEnvironmentVirtualLighting(properties: __esri.VirtualLightingProperties): Promise<__esri.VirtualLighting>;
|
|
1152
1148
|
export declare function importViews3dWebglRenderNode(): Promise<typeof __esri.RenderNode>;
|
|
1153
1149
|
export declare function newViews3dWebglRenderNode(properties: __esri.RenderNodeProperties): Promise<__esri.RenderNode>;
|
|
1150
|
+
export declare function importViewsAnalysisElevationProfileElevationProfileError(): Promise<typeof __esri.ElevationProfileError>;
|
|
1151
|
+
export declare function newViewsAnalysisElevationProfileElevationProfileError(name: __esri.ElevationProfileErrorName, message: string, details: any): Promise<__esri.ElevationProfileError>;
|
|
1154
1152
|
export declare function importViewsAnalysisElevationProfileElevationProfileResult(): Promise<typeof __esri.ElevationProfileResult>;
|
|
1155
1153
|
export declare function newViewsAnalysisElevationProfileElevationProfileResult(properties: __esri.ElevationProfileResultProperties): Promise<__esri.ElevationProfileResult>;
|
|
1156
1154
|
export declare function importViewsDrawDraw(): Promise<typeof __esri.Draw>;
|
|
@@ -1768,7 +1766,6 @@ export declare function importGeometry(): Promise<typeof __esri.geometry>;
|
|
|
1768
1766
|
export declare function importGeometryCoordinateFormatter(): Promise<typeof __esri.coordinateFormatter>;
|
|
1769
1767
|
export declare function importGeometryGeometryEngine(): Promise<typeof __esri.geometryEngine>;
|
|
1770
1768
|
export declare function importGeometryGeometryEngineAsync(): Promise<typeof __esri.geometryEngineAsync>;
|
|
1771
|
-
export declare function importGeometryProjection(): Promise<typeof __esri.projection>;
|
|
1772
1769
|
export declare function importGeometryOperatorsAffineTransformOperator(): Promise<typeof __esri.affineTransformOperator>;
|
|
1773
1770
|
export declare function importGeometryOperatorsAlphaShapeOperator(): Promise<typeof __esri.alphaShapeOperator>;
|
|
1774
1771
|
export declare function importGeometryOperatorsAreaOperator(): Promise<typeof __esri.areaOperator>;
|
|
@@ -1939,6 +1936,8 @@ export declare function importViews3dSupportLayerPerformanceInfo(): Promise<type
|
|
|
1939
1936
|
export declare function importViews3dSupportSceneViewPerformanceInfo(): Promise<typeof __esri.SceneViewPerformanceInfo>;
|
|
1940
1937
|
export declare function importViewsAnalysisLengthDimensionResult(): Promise<typeof __esri.LengthDimensionResult>;
|
|
1941
1938
|
export declare function importViewsSupportColorUtils(): Promise<typeof __esri.colorUtils>;
|
|
1939
|
+
export declare function importWidgetsEditorMergeFeaturesWorkflow(): Promise<typeof __esri.MergeFeaturesWorkflow>;
|
|
1940
|
+
export declare function importWidgetsEditorMergeFeaturesWorkflowData(): Promise<typeof __esri.MergeFeaturesWorkflowData>;
|
|
1942
1941
|
export declare function importWidgetsEditorSplitFeatureWorkflowData(): Promise<typeof __esri.SplitFeatureWorkflowData>;
|
|
1943
1942
|
export declare function importWidgetsSmartMappingSupportUtils(): Promise<typeof __esri.smartMappingSupportUtils>;
|
|
1944
1943
|
export declare function importWidgetsSupportWidget(): Promise<typeof __esri.widget>;
|
package/dist/index.js
CHANGED
|
@@ -874,28 +874,6 @@ async function newGeometryOperatorsSupportTransformation() {
|
|
|
874
874
|
const ModConstructor = await importGeometryOperatorsSupportTransformation();
|
|
875
875
|
return new ModConstructor();
|
|
876
876
|
}
|
|
877
|
-
async function importGeometrySupportGeographicTransformation() {
|
|
878
|
-
if (isAMD) {
|
|
879
|
-
return await window.$arcgis.import("esri/geometry/support/GeographicTransformation");
|
|
880
|
-
}
|
|
881
|
-
const module = await import("@arcgis/core/geometry/support/GeographicTransformation.js");
|
|
882
|
-
return isDefaultModule(module) ? module.default : module;
|
|
883
|
-
}
|
|
884
|
-
async function newGeometrySupportGeographicTransformation(properties) {
|
|
885
|
-
const ModConstructor = await importGeometrySupportGeographicTransformation();
|
|
886
|
-
return new ModConstructor(properties);
|
|
887
|
-
}
|
|
888
|
-
async function importGeometrySupportGeographicTransformationStep() {
|
|
889
|
-
if (isAMD) {
|
|
890
|
-
return await window.$arcgis.import("esri/geometry/support/GeographicTransformationStep");
|
|
891
|
-
}
|
|
892
|
-
const module = await import("@arcgis/core/geometry/support/GeographicTransformationStep.js");
|
|
893
|
-
return isDefaultModule(module) ? module.default : module;
|
|
894
|
-
}
|
|
895
|
-
async function newGeometrySupportGeographicTransformationStep(properties) {
|
|
896
|
-
const ModConstructor = await importGeometrySupportGeographicTransformationStep();
|
|
897
|
-
return new ModConstructor(properties);
|
|
898
|
-
}
|
|
899
877
|
async function importGeometrySupportMeshComponent() {
|
|
900
878
|
if (isAMD) {
|
|
901
879
|
return await window.$arcgis.import("esri/geometry/support/MeshComponent");
|
|
@@ -6264,6 +6242,17 @@ async function newViews3dWebglRenderNode(properties) {
|
|
|
6264
6242
|
const ModConstructor = await importViews3dWebglRenderNode();
|
|
6265
6243
|
return new ModConstructor(properties);
|
|
6266
6244
|
}
|
|
6245
|
+
async function importViewsAnalysisElevationProfileElevationProfileError() {
|
|
6246
|
+
if (isAMD) {
|
|
6247
|
+
return await window.$arcgis.import("esri/views/analysis/ElevationProfile/ElevationProfileError");
|
|
6248
|
+
}
|
|
6249
|
+
const module = await import("@arcgis/core/views/analysis/ElevationProfile/ElevationProfileError.js");
|
|
6250
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6251
|
+
}
|
|
6252
|
+
async function newViewsAnalysisElevationProfileElevationProfileError(name, message, details) {
|
|
6253
|
+
const ModConstructor = await importViewsAnalysisElevationProfileElevationProfileError();
|
|
6254
|
+
return new ModConstructor(name, message, details);
|
|
6255
|
+
}
|
|
6267
6256
|
async function importViewsAnalysisElevationProfileElevationProfileResult() {
|
|
6268
6257
|
if (isAMD) {
|
|
6269
6258
|
return await window.$arcgis.import("esri/views/analysis/ElevationProfile/ElevationProfileResult");
|
|
@@ -9686,13 +9675,6 @@ async function importGeometryGeometryEngineAsync() {
|
|
|
9686
9675
|
const module = await import("@arcgis/core/geometry/geometryEngineAsync.js");
|
|
9687
9676
|
return isDefaultModule(module) ? module.default : module;
|
|
9688
9677
|
}
|
|
9689
|
-
async function importGeometryProjection() {
|
|
9690
|
-
if (isAMD) {
|
|
9691
|
-
return await window.$arcgis.import("esri/geometry/projection");
|
|
9692
|
-
}
|
|
9693
|
-
const module = await import("@arcgis/core/geometry/projection.js");
|
|
9694
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9695
|
-
}
|
|
9696
9678
|
async function importGeometryOperatorsAffineTransformOperator() {
|
|
9697
9679
|
if (isAMD) {
|
|
9698
9680
|
return await window.$arcgis.import("esri/geometry/operators/affineTransformOperator");
|
|
@@ -10883,6 +10865,20 @@ async function importViewsSupportColorUtils() {
|
|
|
10883
10865
|
const module = await import("@arcgis/core/views/support/colorUtils.js");
|
|
10884
10866
|
return isDefaultModule(module) ? module.default : module;
|
|
10885
10867
|
}
|
|
10868
|
+
async function importWidgetsEditorMergeFeaturesWorkflow() {
|
|
10869
|
+
if (isAMD) {
|
|
10870
|
+
return await window.$arcgis.import("esri/widgets/Editor/MergeFeaturesWorkflow");
|
|
10871
|
+
}
|
|
10872
|
+
const module = await import("@arcgis/core/widgets/Editor/MergeFeaturesWorkflow.js");
|
|
10873
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10874
|
+
}
|
|
10875
|
+
async function importWidgetsEditorMergeFeaturesWorkflowData() {
|
|
10876
|
+
if (isAMD) {
|
|
10877
|
+
return await window.$arcgis.import("esri/widgets/Editor/MergeFeaturesWorkflowData");
|
|
10878
|
+
}
|
|
10879
|
+
const module = await import("@arcgis/core/widgets/Editor/MergeFeaturesWorkflowData.js");
|
|
10880
|
+
return isDefaultModule(module) ? module.default : module;
|
|
10881
|
+
}
|
|
10886
10882
|
async function importWidgetsEditorSplitFeatureWorkflowData() {
|
|
10887
10883
|
if (isAMD) {
|
|
10888
10884
|
return await window.$arcgis.import("esri/widgets/Editor/SplitFeatureWorkflowData");
|
|
@@ -11279,11 +11275,8 @@ export {
|
|
|
11279
11275
|
importGeometryPoint,
|
|
11280
11276
|
importGeometryPolygon,
|
|
11281
11277
|
importGeometryPolyline,
|
|
11282
|
-
importGeometryProjection,
|
|
11283
11278
|
importGeometrySpatialReference,
|
|
11284
11279
|
importGeometrySupportGeodesicUtils,
|
|
11285
|
-
importGeometrySupportGeographicTransformation,
|
|
11286
|
-
importGeometrySupportGeographicTransformationStep,
|
|
11287
11280
|
importGeometrySupportJsonUtils,
|
|
11288
11281
|
importGeometrySupportMeshComponent,
|
|
11289
11282
|
importGeometrySupportMeshGeoreferencedVertexSpace,
|
|
@@ -11884,6 +11877,7 @@ export {
|
|
|
11884
11877
|
importViews3dWebglManagedFBO,
|
|
11885
11878
|
importViews3dWebglRenderCamera,
|
|
11886
11879
|
importViews3dWebglRenderNode,
|
|
11880
|
+
importViewsAnalysisElevationProfileElevationProfileError,
|
|
11887
11881
|
importViewsAnalysisElevationProfileElevationProfileResult,
|
|
11888
11882
|
importViewsAnalysisLengthDimensionResult,
|
|
11889
11883
|
importViewsBasemapView,
|
|
@@ -12030,6 +12024,8 @@ export {
|
|
|
12030
12024
|
importWidgetsEditorCreateFeaturesWorkflowData,
|
|
12031
12025
|
importWidgetsEditorEditorViewModel,
|
|
12032
12026
|
importWidgetsEditorEdits,
|
|
12027
|
+
importWidgetsEditorMergeFeaturesWorkflow,
|
|
12028
|
+
importWidgetsEditorMergeFeaturesWorkflowData,
|
|
12033
12029
|
importWidgetsEditorSplitFeatureWorkflow,
|
|
12034
12030
|
importWidgetsEditorSplitFeatureWorkflowData,
|
|
12035
12031
|
importWidgetsEditorSupportEditorItem,
|
|
@@ -12270,8 +12266,6 @@ export {
|
|
|
12270
12266
|
newGeometryPolygon,
|
|
12271
12267
|
newGeometryPolyline,
|
|
12272
12268
|
newGeometrySpatialReference,
|
|
12273
|
-
newGeometrySupportGeographicTransformation,
|
|
12274
|
-
newGeometrySupportGeographicTransformationStep,
|
|
12275
12269
|
newGeometrySupportMeshComponent,
|
|
12276
12270
|
newGeometrySupportMeshGeoreferencedVertexSpace,
|
|
12277
12271
|
newGeometrySupportMeshLocalVertexSpace,
|
|
@@ -12757,6 +12751,7 @@ export {
|
|
|
12757
12751
|
newViews3dEnvironmentSunnyWeather,
|
|
12758
12752
|
newViews3dEnvironmentVirtualLighting,
|
|
12759
12753
|
newViews3dWebglRenderNode,
|
|
12754
|
+
newViewsAnalysisElevationProfileElevationProfileError,
|
|
12760
12755
|
newViewsAnalysisElevationProfileElevationProfileResult,
|
|
12761
12756
|
newViewsBasemapView,
|
|
12762
12757
|
newViewsDrawDraw,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/core-adapter",
|
|
3
|
-
"version": "5.0.0-next.
|
|
3
|
+
"version": "5.0.0-next.11",
|
|
4
4
|
"description": "ArcGIS Core Adapter",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
"tslib": "^2.8.1"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@arcgis/core": ">=
|
|
24
|
+
"@arcgis/core": ">=5.0.0-next.1 <5.1"
|
|
25
25
|
}
|
|
26
26
|
}
|