@arcgis/core-adapter 5.0.0-next.1 → 5.0.0-next.3
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 +0 -34
- package/dist/index.d.cts +1 -6
- package/dist/index.d.ts +1 -6
- package/dist/index.js +0 -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");
|
|
@@ -9710,13 +9688,6 @@ async function importGeometryGeometryEngineAsync() {
|
|
|
9710
9688
|
const module2 = await import("@arcgis/core/geometry/geometryEngineAsync.js");
|
|
9711
9689
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
9712
9690
|
}
|
|
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
9691
|
async function importGeometryOperatorsAffineTransformOperator() {
|
|
9721
9692
|
if (isAMD) {
|
|
9722
9693
|
return await window.$arcgis.import("esri/geometry/operators/affineTransformOperator");
|
|
@@ -11302,11 +11273,8 @@ exports.importGeometryOperatorsWithinOperator = importGeometryOperatorsWithinOpe
|
|
|
11302
11273
|
exports.importGeometryPoint = importGeometryPoint;
|
|
11303
11274
|
exports.importGeometryPolygon = importGeometryPolygon;
|
|
11304
11275
|
exports.importGeometryPolyline = importGeometryPolyline;
|
|
11305
|
-
exports.importGeometryProjection = importGeometryProjection;
|
|
11306
11276
|
exports.importGeometrySpatialReference = importGeometrySpatialReference;
|
|
11307
11277
|
exports.importGeometrySupportGeodesicUtils = importGeometrySupportGeodesicUtils;
|
|
11308
|
-
exports.importGeometrySupportGeographicTransformation = importGeometrySupportGeographicTransformation;
|
|
11309
|
-
exports.importGeometrySupportGeographicTransformationStep = importGeometrySupportGeographicTransformationStep;
|
|
11310
11278
|
exports.importGeometrySupportJsonUtils = importGeometrySupportJsonUtils;
|
|
11311
11279
|
exports.importGeometrySupportMeshComponent = importGeometrySupportMeshComponent;
|
|
11312
11280
|
exports.importGeometrySupportMeshGeoreferencedVertexSpace = importGeometrySupportMeshGeoreferencedVertexSpace;
|
|
@@ -12293,8 +12261,6 @@ exports.newGeometryPoint = newGeometryPoint;
|
|
|
12293
12261
|
exports.newGeometryPolygon = newGeometryPolygon;
|
|
12294
12262
|
exports.newGeometryPolyline = newGeometryPolyline;
|
|
12295
12263
|
exports.newGeometrySpatialReference = newGeometrySpatialReference;
|
|
12296
|
-
exports.newGeometrySupportGeographicTransformation = newGeometrySupportGeographicTransformation;
|
|
12297
|
-
exports.newGeometrySupportGeographicTransformationStep = newGeometrySupportGeographicTransformationStep;
|
|
12298
12264
|
exports.newGeometrySupportMeshComponent = newGeometrySupportMeshComponent;
|
|
12299
12265
|
exports.newGeometrySupportMeshGeoreferencedVertexSpace = newGeometrySupportMeshGeoreferencedVertexSpace;
|
|
12300
12266
|
exports.newGeometrySupportMeshLocalVertexSpace = newGeometrySupportMeshLocalVertexSpace;
|
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>;
|
|
@@ -1768,7 +1764,6 @@ export declare function importGeometry(): Promise<typeof __esri.geometry>;
|
|
|
1768
1764
|
export declare function importGeometryCoordinateFormatter(): Promise<typeof __esri.coordinateFormatter>;
|
|
1769
1765
|
export declare function importGeometryGeometryEngine(): Promise<typeof __esri.geometryEngine>;
|
|
1770
1766
|
export declare function importGeometryGeometryEngineAsync(): Promise<typeof __esri.geometryEngineAsync>;
|
|
1771
|
-
export declare function importGeometryProjection(): Promise<typeof __esri.projection>;
|
|
1772
1767
|
export declare function importGeometryOperatorsAffineTransformOperator(): Promise<typeof __esri.affineTransformOperator>;
|
|
1773
1768
|
export declare function importGeometryOperatorsAlphaShapeOperator(): Promise<typeof __esri.alphaShapeOperator>;
|
|
1774
1769
|
export declare function importGeometryOperatorsAreaOperator(): Promise<typeof __esri.areaOperator>;
|
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>;
|
|
@@ -1768,7 +1764,6 @@ export declare function importGeometry(): Promise<typeof __esri.geometry>;
|
|
|
1768
1764
|
export declare function importGeometryCoordinateFormatter(): Promise<typeof __esri.coordinateFormatter>;
|
|
1769
1765
|
export declare function importGeometryGeometryEngine(): Promise<typeof __esri.geometryEngine>;
|
|
1770
1766
|
export declare function importGeometryGeometryEngineAsync(): Promise<typeof __esri.geometryEngineAsync>;
|
|
1771
|
-
export declare function importGeometryProjection(): Promise<typeof __esri.projection>;
|
|
1772
1767
|
export declare function importGeometryOperatorsAffineTransformOperator(): Promise<typeof __esri.affineTransformOperator>;
|
|
1773
1768
|
export declare function importGeometryOperatorsAlphaShapeOperator(): Promise<typeof __esri.alphaShapeOperator>;
|
|
1774
1769
|
export declare function importGeometryOperatorsAreaOperator(): Promise<typeof __esri.areaOperator>;
|
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");
|
|
@@ -9686,13 +9664,6 @@ async function importGeometryGeometryEngineAsync() {
|
|
|
9686
9664
|
const module = await import("@arcgis/core/geometry/geometryEngineAsync.js");
|
|
9687
9665
|
return isDefaultModule(module) ? module.default : module;
|
|
9688
9666
|
}
|
|
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
9667
|
async function importGeometryOperatorsAffineTransformOperator() {
|
|
9697
9668
|
if (isAMD) {
|
|
9698
9669
|
return await window.$arcgis.import("esri/geometry/operators/affineTransformOperator");
|
|
@@ -11279,11 +11250,8 @@ export {
|
|
|
11279
11250
|
importGeometryPoint,
|
|
11280
11251
|
importGeometryPolygon,
|
|
11281
11252
|
importGeometryPolyline,
|
|
11282
|
-
importGeometryProjection,
|
|
11283
11253
|
importGeometrySpatialReference,
|
|
11284
11254
|
importGeometrySupportGeodesicUtils,
|
|
11285
|
-
importGeometrySupportGeographicTransformation,
|
|
11286
|
-
importGeometrySupportGeographicTransformationStep,
|
|
11287
11255
|
importGeometrySupportJsonUtils,
|
|
11288
11256
|
importGeometrySupportMeshComponent,
|
|
11289
11257
|
importGeometrySupportMeshGeoreferencedVertexSpace,
|
|
@@ -12270,8 +12238,6 @@ export {
|
|
|
12270
12238
|
newGeometryPolygon,
|
|
12271
12239
|
newGeometryPolyline,
|
|
12272
12240
|
newGeometrySpatialReference,
|
|
12273
|
-
newGeometrySupportGeographicTransformation,
|
|
12274
|
-
newGeometrySupportGeographicTransformationStep,
|
|
12275
12241
|
newGeometrySupportMeshComponent,
|
|
12276
12242
|
newGeometrySupportMeshGeoreferencedVertexSpace,
|
|
12277
12243
|
newGeometrySupportMeshLocalVertexSpace,
|
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.3",
|
|
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
|
}
|