@arcgis/core-adapter 4.33.0-next.136 → 4.33.0-next.138
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 +26 -0
- package/dist/index.d.cts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +26 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3351,6 +3351,17 @@ async function newRestKnowledgeGraphFieldIndex(properties) {
|
|
|
3351
3351
|
const ModConstructor = await importRestKnowledgeGraphFieldIndex();
|
|
3352
3352
|
return new ModConstructor(properties);
|
|
3353
3353
|
}
|
|
3354
|
+
async function importRestKnowledgeGraphGraphAddNamedTypesResult() {
|
|
3355
|
+
if (isAMD) {
|
|
3356
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphAddNamedTypesResult");
|
|
3357
|
+
}
|
|
3358
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphAddNamedTypesResult.js");
|
|
3359
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3360
|
+
}
|
|
3361
|
+
async function newRestKnowledgeGraphGraphAddNamedTypesResult(properties) {
|
|
3362
|
+
const ModConstructor = await importRestKnowledgeGraphGraphAddNamedTypesResult();
|
|
3363
|
+
return new ModConstructor(properties);
|
|
3364
|
+
}
|
|
3354
3365
|
async function importRestKnowledgeGraphGraphApplyEdits() {
|
|
3355
3366
|
if (isAMD) {
|
|
3356
3367
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphApplyEdits");
|
|
@@ -3373,6 +3384,17 @@ async function newRestKnowledgeGraphGraphApplyEditsResult(properties) {
|
|
|
3373
3384
|
const ModConstructor = await importRestKnowledgeGraphGraphApplyEditsResult();
|
|
3374
3385
|
return new ModConstructor(properties);
|
|
3375
3386
|
}
|
|
3387
|
+
async function importRestKnowledgeGraphGraphDeleteNamedTypeResult() {
|
|
3388
|
+
if (isAMD) {
|
|
3389
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeleteNamedTypeResult");
|
|
3390
|
+
}
|
|
3391
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphDeleteNamedTypeResult.js");
|
|
3392
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3393
|
+
}
|
|
3394
|
+
async function newRestKnowledgeGraphGraphDeleteNamedTypeResult(properties) {
|
|
3395
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDeleteNamedTypeResult();
|
|
3396
|
+
return new ModConstructor(properties);
|
|
3397
|
+
}
|
|
3376
3398
|
async function importRestKnowledgeGraphGraphNamedObject() {
|
|
3377
3399
|
if (isAMD) {
|
|
3378
3400
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphNamedObject");
|
|
@@ -11092,8 +11114,10 @@ exports.importRestKnowledgeGraphDataModel = importRestKnowledgeGraphDataModel;
|
|
|
11092
11114
|
exports.importRestKnowledgeGraphEntity = importRestKnowledgeGraphEntity;
|
|
11093
11115
|
exports.importRestKnowledgeGraphEntityType = importRestKnowledgeGraphEntityType;
|
|
11094
11116
|
exports.importRestKnowledgeGraphFieldIndex = importRestKnowledgeGraphFieldIndex;
|
|
11117
|
+
exports.importRestKnowledgeGraphGraphAddNamedTypesResult = importRestKnowledgeGraphGraphAddNamedTypesResult;
|
|
11095
11118
|
exports.importRestKnowledgeGraphGraphApplyEdits = importRestKnowledgeGraphGraphApplyEdits;
|
|
11096
11119
|
exports.importRestKnowledgeGraphGraphApplyEditsResult = importRestKnowledgeGraphGraphApplyEditsResult;
|
|
11120
|
+
exports.importRestKnowledgeGraphGraphDeleteNamedTypeResult = importRestKnowledgeGraphGraphDeleteNamedTypeResult;
|
|
11097
11121
|
exports.importRestKnowledgeGraphGraphNamedObject = importRestKnowledgeGraphGraphNamedObject;
|
|
11098
11122
|
exports.importRestKnowledgeGraphGraphObject = importRestKnowledgeGraphGraphObject;
|
|
11099
11123
|
exports.importRestKnowledgeGraphGraphObjectType = importRestKnowledgeGraphGraphObjectType;
|
|
@@ -12007,8 +12031,10 @@ exports.newRestKnowledgeGraphDataModel = newRestKnowledgeGraphDataModel;
|
|
|
12007
12031
|
exports.newRestKnowledgeGraphEntity = newRestKnowledgeGraphEntity;
|
|
12008
12032
|
exports.newRestKnowledgeGraphEntityType = newRestKnowledgeGraphEntityType;
|
|
12009
12033
|
exports.newRestKnowledgeGraphFieldIndex = newRestKnowledgeGraphFieldIndex;
|
|
12034
|
+
exports.newRestKnowledgeGraphGraphAddNamedTypesResult = newRestKnowledgeGraphGraphAddNamedTypesResult;
|
|
12010
12035
|
exports.newRestKnowledgeGraphGraphApplyEdits = newRestKnowledgeGraphGraphApplyEdits;
|
|
12011
12036
|
exports.newRestKnowledgeGraphGraphApplyEditsResult = newRestKnowledgeGraphGraphApplyEditsResult;
|
|
12037
|
+
exports.newRestKnowledgeGraphGraphDeleteNamedTypeResult = newRestKnowledgeGraphGraphDeleteNamedTypeResult;
|
|
12012
12038
|
exports.newRestKnowledgeGraphGraphNamedObject = newRestKnowledgeGraphGraphNamedObject;
|
|
12013
12039
|
exports.newRestKnowledgeGraphGraphObject = newRestKnowledgeGraphGraphObject;
|
|
12014
12040
|
exports.newRestKnowledgeGraphGraphObjectType = newRestKnowledgeGraphGraphObjectType;
|
package/dist/index.d.cts
CHANGED
|
@@ -617,10 +617,14 @@ export declare function importRestKnowledgeGraphEntityType(): Promise<typeof __e
|
|
|
617
617
|
export declare function newRestKnowledgeGraphEntityType(properties: __esri.EntityTypeProperties): Promise<__esri.EntityType>;
|
|
618
618
|
export declare function importRestKnowledgeGraphFieldIndex(): Promise<typeof __esri.FieldIndex>;
|
|
619
619
|
export declare function newRestKnowledgeGraphFieldIndex(properties: __esri.FieldIndexProperties): Promise<__esri.FieldIndex>;
|
|
620
|
+
export declare function importRestKnowledgeGraphGraphAddNamedTypesResult(): Promise<typeof __esri.GraphAddNamedTypesResult>;
|
|
621
|
+
export declare function newRestKnowledgeGraphGraphAddNamedTypesResult(properties: __esri.GraphAddNamedTypesResultProperties): Promise<__esri.GraphAddNamedTypesResult>;
|
|
620
622
|
export declare function importRestKnowledgeGraphGraphApplyEdits(): Promise<typeof __esri.GraphApplyEdits>;
|
|
621
623
|
export declare function newRestKnowledgeGraphGraphApplyEdits(properties: __esri.GraphApplyEditsProperties): Promise<__esri.GraphApplyEdits>;
|
|
622
624
|
export declare function importRestKnowledgeGraphGraphApplyEditsResult(): Promise<typeof __esri.GraphApplyEditsResult>;
|
|
623
625
|
export declare function newRestKnowledgeGraphGraphApplyEditsResult(properties: __esri.GraphApplyEditsResultProperties): Promise<__esri.GraphApplyEditsResult>;
|
|
626
|
+
export declare function importRestKnowledgeGraphGraphDeleteNamedTypeResult(): Promise<typeof __esri.GraphDeleteNamedTypeResult>;
|
|
627
|
+
export declare function newRestKnowledgeGraphGraphDeleteNamedTypeResult(properties: __esri.GraphDeleteNamedTypeResultProperties): Promise<__esri.GraphDeleteNamedTypeResult>;
|
|
624
628
|
export declare function importRestKnowledgeGraphGraphNamedObject(): Promise<typeof __esri.GraphNamedObject>;
|
|
625
629
|
export declare function newRestKnowledgeGraphGraphNamedObject(properties: __esri.GraphNamedObjectProperties): Promise<__esri.GraphNamedObject>;
|
|
626
630
|
export declare function importRestKnowledgeGraphGraphObject(): Promise<typeof __esri.GraphObject>;
|
package/dist/index.d.ts
CHANGED
|
@@ -617,10 +617,14 @@ export declare function importRestKnowledgeGraphEntityType(): Promise<typeof __e
|
|
|
617
617
|
export declare function newRestKnowledgeGraphEntityType(properties: __esri.EntityTypeProperties): Promise<__esri.EntityType>;
|
|
618
618
|
export declare function importRestKnowledgeGraphFieldIndex(): Promise<typeof __esri.FieldIndex>;
|
|
619
619
|
export declare function newRestKnowledgeGraphFieldIndex(properties: __esri.FieldIndexProperties): Promise<__esri.FieldIndex>;
|
|
620
|
+
export declare function importRestKnowledgeGraphGraphAddNamedTypesResult(): Promise<typeof __esri.GraphAddNamedTypesResult>;
|
|
621
|
+
export declare function newRestKnowledgeGraphGraphAddNamedTypesResult(properties: __esri.GraphAddNamedTypesResultProperties): Promise<__esri.GraphAddNamedTypesResult>;
|
|
620
622
|
export declare function importRestKnowledgeGraphGraphApplyEdits(): Promise<typeof __esri.GraphApplyEdits>;
|
|
621
623
|
export declare function newRestKnowledgeGraphGraphApplyEdits(properties: __esri.GraphApplyEditsProperties): Promise<__esri.GraphApplyEdits>;
|
|
622
624
|
export declare function importRestKnowledgeGraphGraphApplyEditsResult(): Promise<typeof __esri.GraphApplyEditsResult>;
|
|
623
625
|
export declare function newRestKnowledgeGraphGraphApplyEditsResult(properties: __esri.GraphApplyEditsResultProperties): Promise<__esri.GraphApplyEditsResult>;
|
|
626
|
+
export declare function importRestKnowledgeGraphGraphDeleteNamedTypeResult(): Promise<typeof __esri.GraphDeleteNamedTypeResult>;
|
|
627
|
+
export declare function newRestKnowledgeGraphGraphDeleteNamedTypeResult(properties: __esri.GraphDeleteNamedTypeResultProperties): Promise<__esri.GraphDeleteNamedTypeResult>;
|
|
624
628
|
export declare function importRestKnowledgeGraphGraphNamedObject(): Promise<typeof __esri.GraphNamedObject>;
|
|
625
629
|
export declare function newRestKnowledgeGraphGraphNamedObject(properties: __esri.GraphNamedObjectProperties): Promise<__esri.GraphNamedObject>;
|
|
626
630
|
export declare function importRestKnowledgeGraphGraphObject(): Promise<typeof __esri.GraphObject>;
|
package/dist/index.js
CHANGED
|
@@ -3327,6 +3327,17 @@ async function newRestKnowledgeGraphFieldIndex(properties) {
|
|
|
3327
3327
|
const ModConstructor = await importRestKnowledgeGraphFieldIndex();
|
|
3328
3328
|
return new ModConstructor(properties);
|
|
3329
3329
|
}
|
|
3330
|
+
async function importRestKnowledgeGraphGraphAddNamedTypesResult() {
|
|
3331
|
+
if (isAMD) {
|
|
3332
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphAddNamedTypesResult");
|
|
3333
|
+
}
|
|
3334
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphAddNamedTypesResult.js");
|
|
3335
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3336
|
+
}
|
|
3337
|
+
async function newRestKnowledgeGraphGraphAddNamedTypesResult(properties) {
|
|
3338
|
+
const ModConstructor = await importRestKnowledgeGraphGraphAddNamedTypesResult();
|
|
3339
|
+
return new ModConstructor(properties);
|
|
3340
|
+
}
|
|
3330
3341
|
async function importRestKnowledgeGraphGraphApplyEdits() {
|
|
3331
3342
|
if (isAMD) {
|
|
3332
3343
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphApplyEdits");
|
|
@@ -3349,6 +3360,17 @@ async function newRestKnowledgeGraphGraphApplyEditsResult(properties) {
|
|
|
3349
3360
|
const ModConstructor = await importRestKnowledgeGraphGraphApplyEditsResult();
|
|
3350
3361
|
return new ModConstructor(properties);
|
|
3351
3362
|
}
|
|
3363
|
+
async function importRestKnowledgeGraphGraphDeleteNamedTypeResult() {
|
|
3364
|
+
if (isAMD) {
|
|
3365
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeleteNamedTypeResult");
|
|
3366
|
+
}
|
|
3367
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphDeleteNamedTypeResult.js");
|
|
3368
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3369
|
+
}
|
|
3370
|
+
async function newRestKnowledgeGraphGraphDeleteNamedTypeResult(properties) {
|
|
3371
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDeleteNamedTypeResult();
|
|
3372
|
+
return new ModConstructor(properties);
|
|
3373
|
+
}
|
|
3352
3374
|
async function importRestKnowledgeGraphGraphNamedObject() {
|
|
3353
3375
|
if (isAMD) {
|
|
3354
3376
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphNamedObject");
|
|
@@ -11069,8 +11091,10 @@ export {
|
|
|
11069
11091
|
importRestKnowledgeGraphEntity,
|
|
11070
11092
|
importRestKnowledgeGraphEntityType,
|
|
11071
11093
|
importRestKnowledgeGraphFieldIndex,
|
|
11094
|
+
importRestKnowledgeGraphGraphAddNamedTypesResult,
|
|
11072
11095
|
importRestKnowledgeGraphGraphApplyEdits,
|
|
11073
11096
|
importRestKnowledgeGraphGraphApplyEditsResult,
|
|
11097
|
+
importRestKnowledgeGraphGraphDeleteNamedTypeResult,
|
|
11074
11098
|
importRestKnowledgeGraphGraphNamedObject,
|
|
11075
11099
|
importRestKnowledgeGraphGraphObject,
|
|
11076
11100
|
importRestKnowledgeGraphGraphObjectType,
|
|
@@ -11984,8 +12008,10 @@ export {
|
|
|
11984
12008
|
newRestKnowledgeGraphEntity,
|
|
11985
12009
|
newRestKnowledgeGraphEntityType,
|
|
11986
12010
|
newRestKnowledgeGraphFieldIndex,
|
|
12011
|
+
newRestKnowledgeGraphGraphAddNamedTypesResult,
|
|
11987
12012
|
newRestKnowledgeGraphGraphApplyEdits,
|
|
11988
12013
|
newRestKnowledgeGraphGraphApplyEditsResult,
|
|
12014
|
+
newRestKnowledgeGraphGraphDeleteNamedTypeResult,
|
|
11989
12015
|
newRestKnowledgeGraphGraphNamedObject,
|
|
11990
12016
|
newRestKnowledgeGraphGraphObject,
|
|
11991
12017
|
newRestKnowledgeGraphGraphObjectType,
|