@arcgis/core-adapter 4.34.0-next.107 → 4.34.0-next.108
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 -26
- package/dist/index.d.cts +0 -4
- package/dist/index.d.ts +0 -4
- package/dist/index.js +0 -26
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1063,28 +1063,6 @@ async function newGraphicGeoRSSGraphicOrigin(layer) {
|
|
|
1063
1063
|
const ModConstructor = await importGraphicGeoRSSGraphicOrigin();
|
|
1064
1064
|
return new ModConstructor(layer);
|
|
1065
1065
|
}
|
|
1066
|
-
async function importGraphicIntegratedMesh3DTilesGraphicOrigin() {
|
|
1067
|
-
if (isAMD) {
|
|
1068
|
-
return await window.$arcgis.import("esri/graphic/IntegratedMesh3DTilesGraphicOrigin");
|
|
1069
|
-
}
|
|
1070
|
-
const module2 = await import("@arcgis/core/graphic/IntegratedMesh3DTilesGraphicOrigin.js");
|
|
1071
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1072
|
-
}
|
|
1073
|
-
async function newGraphicIntegratedMesh3DTilesGraphicOrigin(layer) {
|
|
1074
|
-
const ModConstructor = await importGraphicIntegratedMesh3DTilesGraphicOrigin();
|
|
1075
|
-
return new ModConstructor(layer);
|
|
1076
|
-
}
|
|
1077
|
-
async function importGraphicIntegratedMeshGraphicOrigin() {
|
|
1078
|
-
if (isAMD) {
|
|
1079
|
-
return await window.$arcgis.import("esri/graphic/IntegratedMeshGraphicOrigin");
|
|
1080
|
-
}
|
|
1081
|
-
const module2 = await import("@arcgis/core/graphic/IntegratedMeshGraphicOrigin.js");
|
|
1082
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
1083
|
-
}
|
|
1084
|
-
async function newGraphicIntegratedMeshGraphicOrigin(layer) {
|
|
1085
|
-
const ModConstructor = await importGraphicIntegratedMeshGraphicOrigin();
|
|
1086
|
-
return new ModConstructor(layer);
|
|
1087
|
-
}
|
|
1088
1066
|
async function importGraphicKnowledgeGraphGraphicOrigin() {
|
|
1089
1067
|
if (isAMD) {
|
|
1090
1068
|
return await window.$arcgis.import("esri/graphic/KnowledgeGraphGraphicOrigin");
|
|
@@ -11538,8 +11516,6 @@ exports.importGraphicGeoJSONGraphicOrigin = importGraphicGeoJSONGraphicOrigin;
|
|
|
11538
11516
|
exports.importGraphicGeoRSSGraphicOrigin = importGraphicGeoRSSGraphicOrigin;
|
|
11539
11517
|
exports.importGraphicGraphicOrigin = importGraphicGraphicOrigin;
|
|
11540
11518
|
exports.importGraphicGraphicOrigins = importGraphicGraphicOrigins;
|
|
11541
|
-
exports.importGraphicIntegratedMesh3DTilesGraphicOrigin = importGraphicIntegratedMesh3DTilesGraphicOrigin;
|
|
11542
|
-
exports.importGraphicIntegratedMeshGraphicOrigin = importGraphicIntegratedMeshGraphicOrigin;
|
|
11543
11519
|
exports.importGraphicKnowledgeGraphGraphicOrigin = importGraphicKnowledgeGraphGraphicOrigin;
|
|
11544
11520
|
exports.importGraphicMapImageGraphicOrigin = importGraphicMapImageGraphicOrigin;
|
|
11545
11521
|
exports.importGraphicMapNotesGraphicOrigin = importGraphicMapNotesGraphicOrigin;
|
|
@@ -12541,8 +12517,6 @@ exports.newGraphicFeatureGraphicOrigin = newGraphicFeatureGraphicOrigin;
|
|
|
12541
12517
|
exports.newGraphicGeoJSONGraphicOrigin = newGraphicGeoJSONGraphicOrigin;
|
|
12542
12518
|
exports.newGraphicGeoRSSGraphicOrigin = newGraphicGeoRSSGraphicOrigin;
|
|
12543
12519
|
exports.newGraphicGraphicOrigin = newGraphicGraphicOrigin;
|
|
12544
|
-
exports.newGraphicIntegratedMesh3DTilesGraphicOrigin = newGraphicIntegratedMesh3DTilesGraphicOrigin;
|
|
12545
|
-
exports.newGraphicIntegratedMeshGraphicOrigin = newGraphicIntegratedMeshGraphicOrigin;
|
|
12546
12520
|
exports.newGraphicKnowledgeGraphGraphicOrigin = newGraphicKnowledgeGraphGraphicOrigin;
|
|
12547
12521
|
exports.newGraphicMapImageGraphicOrigin = newGraphicMapImageGraphicOrigin;
|
|
12548
12522
|
exports.newGraphicMapNotesGraphicOrigin = newGraphicMapNotesGraphicOrigin;
|
package/dist/index.d.cts
CHANGED
|
@@ -201,10 +201,6 @@ export declare function importGraphicGeoJSONGraphicOrigin(): Promise<typeof __es
|
|
|
201
201
|
export declare function newGraphicGeoJSONGraphicOrigin(layer: __esri.GeoJSONLayer): Promise<__esri.GeoJSONGraphicOrigin>;
|
|
202
202
|
export declare function importGraphicGeoRSSGraphicOrigin(): Promise<typeof __esri.GeoRSSGraphicOrigin>;
|
|
203
203
|
export declare function newGraphicGeoRSSGraphicOrigin(layer: __esri.GeoRSSLayer): Promise<__esri.GeoRSSGraphicOrigin>;
|
|
204
|
-
export declare function importGraphicIntegratedMesh3DTilesGraphicOrigin(): Promise<typeof __esri.IntegratedMesh3DTilesGraphicOrigin>;
|
|
205
|
-
export declare function newGraphicIntegratedMesh3DTilesGraphicOrigin(layer: __esri.IntegratedMesh3DTilesLayer): Promise<__esri.IntegratedMesh3DTilesGraphicOrigin>;
|
|
206
|
-
export declare function importGraphicIntegratedMeshGraphicOrigin(): Promise<typeof __esri.IntegratedMeshGraphicOrigin>;
|
|
207
|
-
export declare function newGraphicIntegratedMeshGraphicOrigin(layer: __esri.IntegratedMeshLayer): Promise<__esri.IntegratedMeshGraphicOrigin>;
|
|
208
204
|
export declare function importGraphicKnowledgeGraphGraphicOrigin(): Promise<typeof __esri.KnowledgeGraphGraphicOrigin>;
|
|
209
205
|
export declare function newGraphicKnowledgeGraphGraphicOrigin(layer: __esri.KnowledgeGraphLayer, sublayer: __esri.KnowledgeGraphSublayer): Promise<__esri.KnowledgeGraphGraphicOrigin>;
|
|
210
206
|
export declare function importGraphicMapImageGraphicOrigin(): Promise<typeof __esri.MapImageGraphicOrigin>;
|
package/dist/index.d.ts
CHANGED
|
@@ -201,10 +201,6 @@ export declare function importGraphicGeoJSONGraphicOrigin(): Promise<typeof __es
|
|
|
201
201
|
export declare function newGraphicGeoJSONGraphicOrigin(layer: __esri.GeoJSONLayer): Promise<__esri.GeoJSONGraphicOrigin>;
|
|
202
202
|
export declare function importGraphicGeoRSSGraphicOrigin(): Promise<typeof __esri.GeoRSSGraphicOrigin>;
|
|
203
203
|
export declare function newGraphicGeoRSSGraphicOrigin(layer: __esri.GeoRSSLayer): Promise<__esri.GeoRSSGraphicOrigin>;
|
|
204
|
-
export declare function importGraphicIntegratedMesh3DTilesGraphicOrigin(): Promise<typeof __esri.IntegratedMesh3DTilesGraphicOrigin>;
|
|
205
|
-
export declare function newGraphicIntegratedMesh3DTilesGraphicOrigin(layer: __esri.IntegratedMesh3DTilesLayer): Promise<__esri.IntegratedMesh3DTilesGraphicOrigin>;
|
|
206
|
-
export declare function importGraphicIntegratedMeshGraphicOrigin(): Promise<typeof __esri.IntegratedMeshGraphicOrigin>;
|
|
207
|
-
export declare function newGraphicIntegratedMeshGraphicOrigin(layer: __esri.IntegratedMeshLayer): Promise<__esri.IntegratedMeshGraphicOrigin>;
|
|
208
204
|
export declare function importGraphicKnowledgeGraphGraphicOrigin(): Promise<typeof __esri.KnowledgeGraphGraphicOrigin>;
|
|
209
205
|
export declare function newGraphicKnowledgeGraphGraphicOrigin(layer: __esri.KnowledgeGraphLayer, sublayer: __esri.KnowledgeGraphSublayer): Promise<__esri.KnowledgeGraphGraphicOrigin>;
|
|
210
206
|
export declare function importGraphicMapImageGraphicOrigin(): Promise<typeof __esri.MapImageGraphicOrigin>;
|
package/dist/index.js
CHANGED
|
@@ -1039,28 +1039,6 @@ async function newGraphicGeoRSSGraphicOrigin(layer) {
|
|
|
1039
1039
|
const ModConstructor = await importGraphicGeoRSSGraphicOrigin();
|
|
1040
1040
|
return new ModConstructor(layer);
|
|
1041
1041
|
}
|
|
1042
|
-
async function importGraphicIntegratedMesh3DTilesGraphicOrigin() {
|
|
1043
|
-
if (isAMD) {
|
|
1044
|
-
return await window.$arcgis.import("esri/graphic/IntegratedMesh3DTilesGraphicOrigin");
|
|
1045
|
-
}
|
|
1046
|
-
const module = await import("@arcgis/core/graphic/IntegratedMesh3DTilesGraphicOrigin.js");
|
|
1047
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1048
|
-
}
|
|
1049
|
-
async function newGraphicIntegratedMesh3DTilesGraphicOrigin(layer) {
|
|
1050
|
-
const ModConstructor = await importGraphicIntegratedMesh3DTilesGraphicOrigin();
|
|
1051
|
-
return new ModConstructor(layer);
|
|
1052
|
-
}
|
|
1053
|
-
async function importGraphicIntegratedMeshGraphicOrigin() {
|
|
1054
|
-
if (isAMD) {
|
|
1055
|
-
return await window.$arcgis.import("esri/graphic/IntegratedMeshGraphicOrigin");
|
|
1056
|
-
}
|
|
1057
|
-
const module = await import("@arcgis/core/graphic/IntegratedMeshGraphicOrigin.js");
|
|
1058
|
-
return isDefaultModule(module) ? module.default : module;
|
|
1059
|
-
}
|
|
1060
|
-
async function newGraphicIntegratedMeshGraphicOrigin(layer) {
|
|
1061
|
-
const ModConstructor = await importGraphicIntegratedMeshGraphicOrigin();
|
|
1062
|
-
return new ModConstructor(layer);
|
|
1063
|
-
}
|
|
1064
1042
|
async function importGraphicKnowledgeGraphGraphicOrigin() {
|
|
1065
1043
|
if (isAMD) {
|
|
1066
1044
|
return await window.$arcgis.import("esri/graphic/KnowledgeGraphGraphicOrigin");
|
|
@@ -11515,8 +11493,6 @@ export {
|
|
|
11515
11493
|
importGraphicGeoRSSGraphicOrigin,
|
|
11516
11494
|
importGraphicGraphicOrigin,
|
|
11517
11495
|
importGraphicGraphicOrigins,
|
|
11518
|
-
importGraphicIntegratedMesh3DTilesGraphicOrigin,
|
|
11519
|
-
importGraphicIntegratedMeshGraphicOrigin,
|
|
11520
11496
|
importGraphicKnowledgeGraphGraphicOrigin,
|
|
11521
11497
|
importGraphicMapImageGraphicOrigin,
|
|
11522
11498
|
importGraphicMapNotesGraphicOrigin,
|
|
@@ -12518,8 +12494,6 @@ export {
|
|
|
12518
12494
|
newGraphicGeoJSONGraphicOrigin,
|
|
12519
12495
|
newGraphicGeoRSSGraphicOrigin,
|
|
12520
12496
|
newGraphicGraphicOrigin,
|
|
12521
|
-
newGraphicIntegratedMesh3DTilesGraphicOrigin,
|
|
12522
|
-
newGraphicIntegratedMeshGraphicOrigin,
|
|
12523
12497
|
newGraphicKnowledgeGraphGraphicOrigin,
|
|
12524
12498
|
newGraphicMapImageGraphicOrigin,
|
|
12525
12499
|
newGraphicMapNotesGraphicOrigin,
|