@arcgis/core-adapter 4.34.4 → 4.34.6
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 +0 -5
- package/dist/index.d.ts +0 -5
- package/dist/index.js +0 -34
- package/package.json +1 -1
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");
|
|
@@ -9853,13 +9831,6 @@ async function importGeometryGeometryEngineAsync() {
|
|
|
9853
9831
|
const module2 = await import("@arcgis/core/geometry/geometryEngineAsync.js");
|
|
9854
9832
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
9855
9833
|
}
|
|
9856
|
-
async function importGeometryProjection() {
|
|
9857
|
-
if (isAMD) {
|
|
9858
|
-
return await window.$arcgis.import("esri/geometry/projection");
|
|
9859
|
-
}
|
|
9860
|
-
const module2 = await import("@arcgis/core/geometry/projection.js");
|
|
9861
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
9862
|
-
}
|
|
9863
9834
|
async function importGeometryOperatorsAffineTransformOperator() {
|
|
9864
9835
|
if (isAMD) {
|
|
9865
9836
|
return await window.$arcgis.import("esri/geometry/operators/affineTransformOperator");
|
|
@@ -11466,11 +11437,8 @@ exports.importGeometryOperatorsWithinOperator = importGeometryOperatorsWithinOpe
|
|
|
11466
11437
|
exports.importGeometryPoint = importGeometryPoint;
|
|
11467
11438
|
exports.importGeometryPolygon = importGeometryPolygon;
|
|
11468
11439
|
exports.importGeometryPolyline = importGeometryPolyline;
|
|
11469
|
-
exports.importGeometryProjection = importGeometryProjection;
|
|
11470
11440
|
exports.importGeometrySpatialReference = importGeometrySpatialReference;
|
|
11471
11441
|
exports.importGeometrySupportGeodesicUtils = importGeometrySupportGeodesicUtils;
|
|
11472
|
-
exports.importGeometrySupportGeographicTransformation = importGeometrySupportGeographicTransformation;
|
|
11473
|
-
exports.importGeometrySupportGeographicTransformationStep = importGeometrySupportGeographicTransformationStep;
|
|
11474
11442
|
exports.importGeometrySupportJsonUtils = importGeometrySupportJsonUtils;
|
|
11475
11443
|
exports.importGeometrySupportMeshComponent = importGeometrySupportMeshComponent;
|
|
11476
11444
|
exports.importGeometrySupportMeshGeoreferencedVertexSpace = importGeometrySupportMeshGeoreferencedVertexSpace;
|
|
@@ -12473,8 +12441,6 @@ exports.newGeometryPoint = newGeometryPoint;
|
|
|
12473
12441
|
exports.newGeometryPolygon = newGeometryPolygon;
|
|
12474
12442
|
exports.newGeometryPolyline = newGeometryPolyline;
|
|
12475
12443
|
exports.newGeometrySpatialReference = newGeometrySpatialReference;
|
|
12476
|
-
exports.newGeometrySupportGeographicTransformation = newGeometrySupportGeographicTransformation;
|
|
12477
|
-
exports.newGeometrySupportGeographicTransformationStep = newGeometrySupportGeographicTransformationStep;
|
|
12478
12444
|
exports.newGeometrySupportMeshComponent = newGeometrySupportMeshComponent;
|
|
12479
12445
|
exports.newGeometrySupportMeshGeoreferencedVertexSpace = newGeometrySupportMeshGeoreferencedVertexSpace;
|
|
12480
12446
|
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>;
|
|
@@ -1794,7 +1790,6 @@ export declare function importGeometry(): Promise<typeof __esri.geometry>;
|
|
|
1794
1790
|
export declare function importGeometryCoordinateFormatter(): Promise<typeof __esri.coordinateFormatter>;
|
|
1795
1791
|
export declare function importGeometryGeometryEngine(): Promise<typeof __esri.geometryEngine>;
|
|
1796
1792
|
export declare function importGeometryGeometryEngineAsync(): Promise<typeof __esri.geometryEngineAsync>;
|
|
1797
|
-
export declare function importGeometryProjection(): Promise<typeof __esri.projection>;
|
|
1798
1793
|
export declare function importGeometryOperatorsAffineTransformOperator(): Promise<typeof __esri.affineTransformOperator>;
|
|
1799
1794
|
export declare function importGeometryOperatorsAlphaShapeOperator(): Promise<typeof __esri.alphaShapeOperator>;
|
|
1800
1795
|
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>;
|
|
@@ -1794,7 +1790,6 @@ export declare function importGeometry(): Promise<typeof __esri.geometry>;
|
|
|
1794
1790
|
export declare function importGeometryCoordinateFormatter(): Promise<typeof __esri.coordinateFormatter>;
|
|
1795
1791
|
export declare function importGeometryGeometryEngine(): Promise<typeof __esri.geometryEngine>;
|
|
1796
1792
|
export declare function importGeometryGeometryEngineAsync(): Promise<typeof __esri.geometryEngineAsync>;
|
|
1797
|
-
export declare function importGeometryProjection(): Promise<typeof __esri.projection>;
|
|
1798
1793
|
export declare function importGeometryOperatorsAffineTransformOperator(): Promise<typeof __esri.affineTransformOperator>;
|
|
1799
1794
|
export declare function importGeometryOperatorsAlphaShapeOperator(): Promise<typeof __esri.alphaShapeOperator>;
|
|
1800
1795
|
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");
|
|
@@ -9829,13 +9807,6 @@ async function importGeometryGeometryEngineAsync() {
|
|
|
9829
9807
|
const module = await import("@arcgis/core/geometry/geometryEngineAsync.js");
|
|
9830
9808
|
return isDefaultModule(module) ? module.default : module;
|
|
9831
9809
|
}
|
|
9832
|
-
async function importGeometryProjection() {
|
|
9833
|
-
if (isAMD) {
|
|
9834
|
-
return await window.$arcgis.import("esri/geometry/projection");
|
|
9835
|
-
}
|
|
9836
|
-
const module = await import("@arcgis/core/geometry/projection.js");
|
|
9837
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9838
|
-
}
|
|
9839
9810
|
async function importGeometryOperatorsAffineTransformOperator() {
|
|
9840
9811
|
if (isAMD) {
|
|
9841
9812
|
return await window.$arcgis.import("esri/geometry/operators/affineTransformOperator");
|
|
@@ -11443,11 +11414,8 @@ export {
|
|
|
11443
11414
|
importGeometryPoint,
|
|
11444
11415
|
importGeometryPolygon,
|
|
11445
11416
|
importGeometryPolyline,
|
|
11446
|
-
importGeometryProjection,
|
|
11447
11417
|
importGeometrySpatialReference,
|
|
11448
11418
|
importGeometrySupportGeodesicUtils,
|
|
11449
|
-
importGeometrySupportGeographicTransformation,
|
|
11450
|
-
importGeometrySupportGeographicTransformationStep,
|
|
11451
11419
|
importGeometrySupportJsonUtils,
|
|
11452
11420
|
importGeometrySupportMeshComponent,
|
|
11453
11421
|
importGeometrySupportMeshGeoreferencedVertexSpace,
|
|
@@ -12450,8 +12418,6 @@ export {
|
|
|
12450
12418
|
newGeometryPolygon,
|
|
12451
12419
|
newGeometryPolyline,
|
|
12452
12420
|
newGeometrySpatialReference,
|
|
12453
|
-
newGeometrySupportGeographicTransformation,
|
|
12454
|
-
newGeometrySupportGeographicTransformationStep,
|
|
12455
12421
|
newGeometrySupportMeshComponent,
|
|
12456
12422
|
newGeometrySupportMeshGeoreferencedVertexSpace,
|
|
12457
12423
|
newGeometrySupportMeshLocalVertexSpace,
|