@arcgis/core-adapter 4.33.0-next.165 → 4.33.0-next.166
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 +142 -7
- package/dist/index.d.cts +26 -5
- package/dist/index.d.ts +26 -5
- package/dist/index.js +142 -7
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -3406,6 +3406,28 @@ async function newRestKnowledgeGraphGraphAddNamedTypesResult(properties) {
|
|
|
3406
3406
|
const ModConstructor = await importRestKnowledgeGraphGraphAddNamedTypesResult();
|
|
3407
3407
|
return new ModConstructor(properties);
|
|
3408
3408
|
}
|
|
3409
|
+
async function importRestKnowledgeGraphGraphAddFieldIndexResult() {
|
|
3410
|
+
if (isAMD) {
|
|
3411
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphAddFieldIndexResult");
|
|
3412
|
+
}
|
|
3413
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphAddFieldIndexResult.js");
|
|
3414
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3415
|
+
}
|
|
3416
|
+
async function newRestKnowledgeGraphGraphAddFieldIndexResult(properties) {
|
|
3417
|
+
const ModConstructor = await importRestKnowledgeGraphGraphAddFieldIndexResult();
|
|
3418
|
+
return new ModConstructor(properties);
|
|
3419
|
+
}
|
|
3420
|
+
async function importRestKnowledgeGraphGraphAddPropertyResult() {
|
|
3421
|
+
if (isAMD) {
|
|
3422
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphAddPropertyResult");
|
|
3423
|
+
}
|
|
3424
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphAddPropertyResult.js");
|
|
3425
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3426
|
+
}
|
|
3427
|
+
async function newRestKnowledgeGraphGraphAddPropertyResult(properties) {
|
|
3428
|
+
const ModConstructor = await importRestKnowledgeGraphGraphAddPropertyResult();
|
|
3429
|
+
return new ModConstructor(properties);
|
|
3430
|
+
}
|
|
3409
3431
|
async function importRestKnowledgeGraphGraphApplyEdits() {
|
|
3410
3432
|
if (isAMD) {
|
|
3411
3433
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphApplyEdits");
|
|
@@ -3428,6 +3450,17 @@ async function newRestKnowledgeGraphGraphApplyEditsResult(properties) {
|
|
|
3428
3450
|
const ModConstructor = await importRestKnowledgeGraphGraphApplyEditsResult();
|
|
3429
3451
|
return new ModConstructor(properties);
|
|
3430
3452
|
}
|
|
3453
|
+
async function importRestKnowledgeGraphGraphDeleteFieldIndexResult() {
|
|
3454
|
+
if (isAMD) {
|
|
3455
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeleteFieldIndexResult");
|
|
3456
|
+
}
|
|
3457
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphDeleteFieldIndexResult.js");
|
|
3458
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3459
|
+
}
|
|
3460
|
+
async function newRestKnowledgeGraphGraphDeleteFieldIndexResult(properties) {
|
|
3461
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDeleteFieldIndexResult();
|
|
3462
|
+
return new ModConstructor(properties);
|
|
3463
|
+
}
|
|
3431
3464
|
async function importRestKnowledgeGraphGraphDeleteNamedTypeResult() {
|
|
3432
3465
|
if (isAMD) {
|
|
3433
3466
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeleteNamedTypeResult");
|
|
@@ -3439,6 +3472,17 @@ async function newRestKnowledgeGraphGraphDeleteNamedTypeResult(properties) {
|
|
|
3439
3472
|
const ModConstructor = await importRestKnowledgeGraphGraphDeleteNamedTypeResult();
|
|
3440
3473
|
return new ModConstructor(properties);
|
|
3441
3474
|
}
|
|
3475
|
+
async function importRestKnowledgeGraphGraphDeletePropertyResult() {
|
|
3476
|
+
if (isAMD) {
|
|
3477
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeletePropertyResult");
|
|
3478
|
+
}
|
|
3479
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphDeletePropertyResult.js");
|
|
3480
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3481
|
+
}
|
|
3482
|
+
async function newRestKnowledgeGraphGraphDeletePropertyResult(properties) {
|
|
3483
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDeletePropertyResult();
|
|
3484
|
+
return new ModConstructor(properties);
|
|
3485
|
+
}
|
|
3442
3486
|
async function importRestKnowledgeGraphGraphNamedObject() {
|
|
3443
3487
|
if (isAMD) {
|
|
3444
3488
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphNamedObject");
|
|
@@ -3560,6 +3604,39 @@ async function newRestKnowledgeGraphGraphSearchStreaming(properties) {
|
|
|
3560
3604
|
const ModConstructor = await importRestKnowledgeGraphGraphSearchStreaming();
|
|
3561
3605
|
return new ModConstructor(properties);
|
|
3562
3606
|
}
|
|
3607
|
+
async function importRestKnowledgeGraphGraphUpdateNamedTypesResult() {
|
|
3608
|
+
if (isAMD) {
|
|
3609
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphUpdateNamedTypesResult");
|
|
3610
|
+
}
|
|
3611
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphUpdateNamedTypesResult.js");
|
|
3612
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3613
|
+
}
|
|
3614
|
+
async function newRestKnowledgeGraphGraphUpdateNamedTypesResult(properties) {
|
|
3615
|
+
const ModConstructor = await importRestKnowledgeGraphGraphUpdateNamedTypesResult();
|
|
3616
|
+
return new ModConstructor(properties);
|
|
3617
|
+
}
|
|
3618
|
+
async function importRestKnowledgeGraphGraphUpdatePropertyResult() {
|
|
3619
|
+
if (isAMD) {
|
|
3620
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphUpdatePropertyResult");
|
|
3621
|
+
}
|
|
3622
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphUpdatePropertyResult.js");
|
|
3623
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3624
|
+
}
|
|
3625
|
+
async function newRestKnowledgeGraphGraphUpdatePropertyResult(properties) {
|
|
3626
|
+
const ModConstructor = await importRestKnowledgeGraphGraphUpdatePropertyResult();
|
|
3627
|
+
return new ModConstructor(properties);
|
|
3628
|
+
}
|
|
3629
|
+
async function importRestKnowledgeGraphGraphUpdateSearchIndexResult() {
|
|
3630
|
+
if (isAMD) {
|
|
3631
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphUpdateSearchIndexResult");
|
|
3632
|
+
}
|
|
3633
|
+
const module2 = await import("@arcgis/core/rest/knowledgeGraph/GraphUpdateSearchIndexResult.js");
|
|
3634
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
3635
|
+
}
|
|
3636
|
+
async function newRestKnowledgeGraphGraphUpdateSearchIndexResult(properties) {
|
|
3637
|
+
const ModConstructor = await importRestKnowledgeGraphGraphUpdateSearchIndexResult();
|
|
3638
|
+
return new ModConstructor(properties);
|
|
3639
|
+
}
|
|
3563
3640
|
async function importRestKnowledgeGraphInputQuantizationParameters() {
|
|
3564
3641
|
if (isAMD) {
|
|
3565
3642
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/InputQuantizationParameters");
|
|
@@ -7190,6 +7267,50 @@ async function newWidgetsBatchAttributeForm(properties) {
|
|
|
7190
7267
|
const ModConstructor = await importWidgetsBatchAttributeForm();
|
|
7191
7268
|
return new ModConstructor(properties);
|
|
7192
7269
|
}
|
|
7270
|
+
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
7271
|
+
if (isAMD) {
|
|
7272
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
7273
|
+
}
|
|
7274
|
+
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js");
|
|
7275
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7276
|
+
}
|
|
7277
|
+
async function newWidgetsBatchAttributeFormBatchAttributeFormViewModel(properties) {
|
|
7278
|
+
const ModConstructor = await importWidgetsBatchAttributeFormBatchAttributeFormViewModel();
|
|
7279
|
+
return new ModConstructor(properties);
|
|
7280
|
+
}
|
|
7281
|
+
async function importWidgetsBatchAttributeFormInputsBatchFormInputs() {
|
|
7282
|
+
if (isAMD) {
|
|
7283
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/inputs/BatchFormInputs");
|
|
7284
|
+
}
|
|
7285
|
+
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/inputs/BatchFormInputs.js");
|
|
7286
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7287
|
+
}
|
|
7288
|
+
async function newWidgetsBatchAttributeFormInputsBatchFormInputs(properties) {
|
|
7289
|
+
const ModConstructor = await importWidgetsBatchAttributeFormInputsBatchFormInputs();
|
|
7290
|
+
return new ModConstructor(properties);
|
|
7291
|
+
}
|
|
7292
|
+
async function importWidgetsBatchAttributeFormInputsFieldInput() {
|
|
7293
|
+
if (isAMD) {
|
|
7294
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/inputs/FieldInput");
|
|
7295
|
+
}
|
|
7296
|
+
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/inputs/FieldInput.js");
|
|
7297
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7298
|
+
}
|
|
7299
|
+
async function newWidgetsBatchAttributeFormInputsFieldInput(properties) {
|
|
7300
|
+
const ModConstructor = await importWidgetsBatchAttributeFormInputsFieldInput();
|
|
7301
|
+
return new ModConstructor(properties);
|
|
7302
|
+
}
|
|
7303
|
+
async function importWidgetsBatchAttributeFormInputsGroupInput() {
|
|
7304
|
+
if (isAMD) {
|
|
7305
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/inputs/GroupInput");
|
|
7306
|
+
}
|
|
7307
|
+
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/inputs/GroupInput.js");
|
|
7308
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7309
|
+
}
|
|
7310
|
+
async function newWidgetsBatchAttributeFormInputsGroupInput(properties) {
|
|
7311
|
+
const ModConstructor = await importWidgetsBatchAttributeFormInputsGroupInput();
|
|
7312
|
+
return new ModConstructor(properties);
|
|
7313
|
+
}
|
|
7193
7314
|
async function importWidgetsBookmarks() {
|
|
7194
7315
|
if (isAMD) {
|
|
7195
7316
|
return await window.$arcgis.import("esri/widgets/Bookmarks");
|
|
@@ -10574,13 +10695,6 @@ async function importViewsSupportColorUtils() {
|
|
|
10574
10695
|
const module2 = await import("@arcgis/core/views/support/colorUtils.js");
|
|
10575
10696
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10576
10697
|
}
|
|
10577
|
-
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
10578
|
-
if (isAMD) {
|
|
10579
|
-
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
10580
|
-
}
|
|
10581
|
-
const module2 = await import("@arcgis/core/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js");
|
|
10582
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10583
|
-
}
|
|
10584
10698
|
async function importWidgetsSmartMappingSupportUtils() {
|
|
10585
10699
|
if (isAMD) {
|
|
10586
10700
|
return await window.$arcgis.import("esri/widgets/smartMapping/support/utils");
|
|
@@ -11169,10 +11283,14 @@ exports.importRestKnowledgeGraphDataModel = importRestKnowledgeGraphDataModel;
|
|
|
11169
11283
|
exports.importRestKnowledgeGraphEntity = importRestKnowledgeGraphEntity;
|
|
11170
11284
|
exports.importRestKnowledgeGraphEntityType = importRestKnowledgeGraphEntityType;
|
|
11171
11285
|
exports.importRestKnowledgeGraphFieldIndex = importRestKnowledgeGraphFieldIndex;
|
|
11286
|
+
exports.importRestKnowledgeGraphGraphAddFieldIndexResult = importRestKnowledgeGraphGraphAddFieldIndexResult;
|
|
11172
11287
|
exports.importRestKnowledgeGraphGraphAddNamedTypesResult = importRestKnowledgeGraphGraphAddNamedTypesResult;
|
|
11288
|
+
exports.importRestKnowledgeGraphGraphAddPropertyResult = importRestKnowledgeGraphGraphAddPropertyResult;
|
|
11173
11289
|
exports.importRestKnowledgeGraphGraphApplyEdits = importRestKnowledgeGraphGraphApplyEdits;
|
|
11174
11290
|
exports.importRestKnowledgeGraphGraphApplyEditsResult = importRestKnowledgeGraphGraphApplyEditsResult;
|
|
11291
|
+
exports.importRestKnowledgeGraphGraphDeleteFieldIndexResult = importRestKnowledgeGraphGraphDeleteFieldIndexResult;
|
|
11175
11292
|
exports.importRestKnowledgeGraphGraphDeleteNamedTypeResult = importRestKnowledgeGraphGraphDeleteNamedTypeResult;
|
|
11293
|
+
exports.importRestKnowledgeGraphGraphDeletePropertyResult = importRestKnowledgeGraphGraphDeletePropertyResult;
|
|
11176
11294
|
exports.importRestKnowledgeGraphGraphNamedObject = importRestKnowledgeGraphGraphNamedObject;
|
|
11177
11295
|
exports.importRestKnowledgeGraphGraphObject = importRestKnowledgeGraphGraphObject;
|
|
11178
11296
|
exports.importRestKnowledgeGraphGraphObjectType = importRestKnowledgeGraphGraphObjectType;
|
|
@@ -11184,6 +11302,9 @@ exports.importRestKnowledgeGraphGraphQueryStreaming = importRestKnowledgeGraphGr
|
|
|
11184
11302
|
exports.importRestKnowledgeGraphGraphQueryStreamingResult = importRestKnowledgeGraphGraphQueryStreamingResult;
|
|
11185
11303
|
exports.importRestKnowledgeGraphGraphSearch = importRestKnowledgeGraphGraphSearch;
|
|
11186
11304
|
exports.importRestKnowledgeGraphGraphSearchStreaming = importRestKnowledgeGraphGraphSearchStreaming;
|
|
11305
|
+
exports.importRestKnowledgeGraphGraphUpdateNamedTypesResult = importRestKnowledgeGraphGraphUpdateNamedTypesResult;
|
|
11306
|
+
exports.importRestKnowledgeGraphGraphUpdatePropertyResult = importRestKnowledgeGraphGraphUpdatePropertyResult;
|
|
11307
|
+
exports.importRestKnowledgeGraphGraphUpdateSearchIndexResult = importRestKnowledgeGraphGraphUpdateSearchIndexResult;
|
|
11187
11308
|
exports.importRestKnowledgeGraphInputQuantizationParameters = importRestKnowledgeGraphInputQuantizationParameters;
|
|
11188
11309
|
exports.importRestKnowledgeGraphKnowledgeGraph = importRestKnowledgeGraphKnowledgeGraph;
|
|
11189
11310
|
exports.importRestKnowledgeGraphOutputQuantizationParameters = importRestKnowledgeGraphOutputQuantizationParameters;
|
|
@@ -11595,6 +11716,9 @@ exports.importWidgetsBasemapToggle = importWidgetsBasemapToggle;
|
|
|
11595
11716
|
exports.importWidgetsBasemapToggleBasemapToggleViewModel = importWidgetsBasemapToggleBasemapToggleViewModel;
|
|
11596
11717
|
exports.importWidgetsBatchAttributeForm = importWidgetsBatchAttributeForm;
|
|
11597
11718
|
exports.importWidgetsBatchAttributeFormBatchAttributeFormViewModel = importWidgetsBatchAttributeFormBatchAttributeFormViewModel;
|
|
11719
|
+
exports.importWidgetsBatchAttributeFormInputsBatchFormInputs = importWidgetsBatchAttributeFormInputsBatchFormInputs;
|
|
11720
|
+
exports.importWidgetsBatchAttributeFormInputsFieldInput = importWidgetsBatchAttributeFormInputsFieldInput;
|
|
11721
|
+
exports.importWidgetsBatchAttributeFormInputsGroupInput = importWidgetsBatchAttributeFormInputsGroupInput;
|
|
11598
11722
|
exports.importWidgetsBookmarks = importWidgetsBookmarks;
|
|
11599
11723
|
exports.importWidgetsBookmarksBookmarksViewModel = importWidgetsBookmarksBookmarksViewModel;
|
|
11600
11724
|
exports.importWidgetsBuildingExplorer = importWidgetsBuildingExplorer;
|
|
@@ -12091,10 +12215,14 @@ exports.newRestKnowledgeGraphDataModel = newRestKnowledgeGraphDataModel;
|
|
|
12091
12215
|
exports.newRestKnowledgeGraphEntity = newRestKnowledgeGraphEntity;
|
|
12092
12216
|
exports.newRestKnowledgeGraphEntityType = newRestKnowledgeGraphEntityType;
|
|
12093
12217
|
exports.newRestKnowledgeGraphFieldIndex = newRestKnowledgeGraphFieldIndex;
|
|
12218
|
+
exports.newRestKnowledgeGraphGraphAddFieldIndexResult = newRestKnowledgeGraphGraphAddFieldIndexResult;
|
|
12094
12219
|
exports.newRestKnowledgeGraphGraphAddNamedTypesResult = newRestKnowledgeGraphGraphAddNamedTypesResult;
|
|
12220
|
+
exports.newRestKnowledgeGraphGraphAddPropertyResult = newRestKnowledgeGraphGraphAddPropertyResult;
|
|
12095
12221
|
exports.newRestKnowledgeGraphGraphApplyEdits = newRestKnowledgeGraphGraphApplyEdits;
|
|
12096
12222
|
exports.newRestKnowledgeGraphGraphApplyEditsResult = newRestKnowledgeGraphGraphApplyEditsResult;
|
|
12223
|
+
exports.newRestKnowledgeGraphGraphDeleteFieldIndexResult = newRestKnowledgeGraphGraphDeleteFieldIndexResult;
|
|
12097
12224
|
exports.newRestKnowledgeGraphGraphDeleteNamedTypeResult = newRestKnowledgeGraphGraphDeleteNamedTypeResult;
|
|
12225
|
+
exports.newRestKnowledgeGraphGraphDeletePropertyResult = newRestKnowledgeGraphGraphDeletePropertyResult;
|
|
12098
12226
|
exports.newRestKnowledgeGraphGraphNamedObject = newRestKnowledgeGraphGraphNamedObject;
|
|
12099
12227
|
exports.newRestKnowledgeGraphGraphObject = newRestKnowledgeGraphGraphObject;
|
|
12100
12228
|
exports.newRestKnowledgeGraphGraphObjectType = newRestKnowledgeGraphGraphObjectType;
|
|
@@ -12106,6 +12234,9 @@ exports.newRestKnowledgeGraphGraphQueryStreaming = newRestKnowledgeGraphGraphQue
|
|
|
12106
12234
|
exports.newRestKnowledgeGraphGraphQueryStreamingResult = newRestKnowledgeGraphGraphQueryStreamingResult;
|
|
12107
12235
|
exports.newRestKnowledgeGraphGraphSearch = newRestKnowledgeGraphGraphSearch;
|
|
12108
12236
|
exports.newRestKnowledgeGraphGraphSearchStreaming = newRestKnowledgeGraphGraphSearchStreaming;
|
|
12237
|
+
exports.newRestKnowledgeGraphGraphUpdateNamedTypesResult = newRestKnowledgeGraphGraphUpdateNamedTypesResult;
|
|
12238
|
+
exports.newRestKnowledgeGraphGraphUpdatePropertyResult = newRestKnowledgeGraphGraphUpdatePropertyResult;
|
|
12239
|
+
exports.newRestKnowledgeGraphGraphUpdateSearchIndexResult = newRestKnowledgeGraphGraphUpdateSearchIndexResult;
|
|
12109
12240
|
exports.newRestKnowledgeGraphInputQuantizationParameters = newRestKnowledgeGraphInputQuantizationParameters;
|
|
12110
12241
|
exports.newRestKnowledgeGraphKnowledgeGraph = newRestKnowledgeGraphKnowledgeGraph;
|
|
12111
12242
|
exports.newRestKnowledgeGraphOutputQuantizationParameters = newRestKnowledgeGraphOutputQuantizationParameters;
|
|
@@ -12436,6 +12567,10 @@ exports.newWidgetsBasemapLayerListBasemapLayerListViewModel = newWidgetsBasemapL
|
|
|
12436
12567
|
exports.newWidgetsBasemapToggle = newWidgetsBasemapToggle;
|
|
12437
12568
|
exports.newWidgetsBasemapToggleBasemapToggleViewModel = newWidgetsBasemapToggleBasemapToggleViewModel;
|
|
12438
12569
|
exports.newWidgetsBatchAttributeForm = newWidgetsBatchAttributeForm;
|
|
12570
|
+
exports.newWidgetsBatchAttributeFormBatchAttributeFormViewModel = newWidgetsBatchAttributeFormBatchAttributeFormViewModel;
|
|
12571
|
+
exports.newWidgetsBatchAttributeFormInputsBatchFormInputs = newWidgetsBatchAttributeFormInputsBatchFormInputs;
|
|
12572
|
+
exports.newWidgetsBatchAttributeFormInputsFieldInput = newWidgetsBatchAttributeFormInputsFieldInput;
|
|
12573
|
+
exports.newWidgetsBatchAttributeFormInputsGroupInput = newWidgetsBatchAttributeFormInputsGroupInput;
|
|
12439
12574
|
exports.newWidgetsBookmarks = newWidgetsBookmarks;
|
|
12440
12575
|
exports.newWidgetsBookmarksBookmarksViewModel = newWidgetsBookmarksBookmarksViewModel;
|
|
12441
12576
|
exports.newWidgetsBuildingExplorer = newWidgetsBuildingExplorer;
|
package/dist/index.d.cts
CHANGED
|
@@ -627,12 +627,20 @@ export declare function importRestKnowledgeGraphFieldIndex(): Promise<typeof __e
|
|
|
627
627
|
export declare function newRestKnowledgeGraphFieldIndex(properties: __esri.FieldIndexProperties): Promise<__esri.FieldIndex>;
|
|
628
628
|
export declare function importRestKnowledgeGraphGraphAddNamedTypesResult(): Promise<typeof __esri.GraphAddNamedTypesResult>;
|
|
629
629
|
export declare function newRestKnowledgeGraphGraphAddNamedTypesResult(properties: __esri.GraphAddNamedTypesResultProperties): Promise<__esri.GraphAddNamedTypesResult>;
|
|
630
|
+
export declare function importRestKnowledgeGraphGraphAddFieldIndexResult(): Promise<typeof __esri.GraphAddFieldIndexResult>;
|
|
631
|
+
export declare function newRestKnowledgeGraphGraphAddFieldIndexResult(properties: __esri.GraphAddFieldIndexResultProperties): Promise<__esri.GraphAddFieldIndexResult>;
|
|
632
|
+
export declare function importRestKnowledgeGraphGraphAddPropertyResult(): Promise<typeof __esri.GraphAddPropertyResult>;
|
|
633
|
+
export declare function newRestKnowledgeGraphGraphAddPropertyResult(properties: __esri.GraphAddPropertyResultProperties): Promise<__esri.GraphAddPropertyResult>;
|
|
630
634
|
export declare function importRestKnowledgeGraphGraphApplyEdits(): Promise<typeof __esri.GraphApplyEdits>;
|
|
631
635
|
export declare function newRestKnowledgeGraphGraphApplyEdits(properties: __esri.GraphApplyEditsProperties): Promise<__esri.GraphApplyEdits>;
|
|
632
636
|
export declare function importRestKnowledgeGraphGraphApplyEditsResult(): Promise<typeof __esri.GraphApplyEditsResult>;
|
|
633
637
|
export declare function newRestKnowledgeGraphGraphApplyEditsResult(properties: __esri.GraphApplyEditsResultProperties): Promise<__esri.GraphApplyEditsResult>;
|
|
638
|
+
export declare function importRestKnowledgeGraphGraphDeleteFieldIndexResult(): Promise<typeof __esri.GraphDeleteFieldIndexResult>;
|
|
639
|
+
export declare function newRestKnowledgeGraphGraphDeleteFieldIndexResult(properties: __esri.GraphDeleteFieldIndexResultProperties): Promise<__esri.GraphDeleteFieldIndexResult>;
|
|
634
640
|
export declare function importRestKnowledgeGraphGraphDeleteNamedTypeResult(): Promise<typeof __esri.GraphDeleteNamedTypeResult>;
|
|
635
641
|
export declare function newRestKnowledgeGraphGraphDeleteNamedTypeResult(properties: __esri.GraphDeleteNamedTypeResultProperties): Promise<__esri.GraphDeleteNamedTypeResult>;
|
|
642
|
+
export declare function importRestKnowledgeGraphGraphDeletePropertyResult(): Promise<typeof __esri.GraphDeletePropertyResult>;
|
|
643
|
+
export declare function newRestKnowledgeGraphGraphDeletePropertyResult(properties: __esri.GraphDeletePropertyResultProperties): Promise<__esri.GraphDeletePropertyResult>;
|
|
636
644
|
export declare function importRestKnowledgeGraphGraphNamedObject(): Promise<typeof __esri.GraphNamedObject>;
|
|
637
645
|
export declare function newRestKnowledgeGraphGraphNamedObject(properties: __esri.GraphNamedObjectProperties): Promise<__esri.GraphNamedObject>;
|
|
638
646
|
export declare function importRestKnowledgeGraphGraphObject(): Promise<typeof __esri.GraphObject>;
|
|
@@ -655,6 +663,12 @@ export declare function importRestKnowledgeGraphGraphSearch(): Promise<typeof __
|
|
|
655
663
|
export declare function newRestKnowledgeGraphGraphSearch(properties: __esri.GraphSearchProperties): Promise<__esri.GraphSearch>;
|
|
656
664
|
export declare function importRestKnowledgeGraphGraphSearchStreaming(): Promise<typeof __esri.GraphSearchStreaming>;
|
|
657
665
|
export declare function newRestKnowledgeGraphGraphSearchStreaming(properties: __esri.GraphSearchStreamingProperties): Promise<__esri.GraphSearchStreaming>;
|
|
666
|
+
export declare function importRestKnowledgeGraphGraphUpdateNamedTypesResult(): Promise<typeof __esri.GraphUpdateNamedTypesResult>;
|
|
667
|
+
export declare function newRestKnowledgeGraphGraphUpdateNamedTypesResult(properties: __esri.GraphUpdateNamedTypesResultProperties): Promise<__esri.GraphUpdateNamedTypesResult>;
|
|
668
|
+
export declare function importRestKnowledgeGraphGraphUpdatePropertyResult(): Promise<typeof __esri.GraphUpdatePropertyResult>;
|
|
669
|
+
export declare function newRestKnowledgeGraphGraphUpdatePropertyResult(properties: __esri.GraphUpdatePropertyResultProperties): Promise<__esri.GraphUpdatePropertyResult>;
|
|
670
|
+
export declare function importRestKnowledgeGraphGraphUpdateSearchIndexResult(): Promise<typeof __esri.GraphUpdateSearchIndexResult>;
|
|
671
|
+
export declare function newRestKnowledgeGraphGraphUpdateSearchIndexResult(properties: __esri.GraphUpdateSearchIndexResultProperties): Promise<__esri.GraphUpdateSearchIndexResult>;
|
|
658
672
|
export declare function importRestKnowledgeGraphInputQuantizationParameters(): Promise<typeof __esri.InputQuantizationParameters>;
|
|
659
673
|
export declare function newRestKnowledgeGraphInputQuantizationParameters(properties: __esri.InputQuantizationParametersProperties): Promise<__esri.InputQuantizationParameters>;
|
|
660
674
|
export declare function importRestKnowledgeGraphKnowledgeGraph(): Promise<typeof __esri.KnowledgeGraph>;
|
|
@@ -1315,6 +1329,14 @@ export declare function importWidgetsBasemapToggleBasemapToggleViewModel(): Prom
|
|
|
1315
1329
|
export declare function newWidgetsBasemapToggleBasemapToggleViewModel(properties: __esri.BasemapToggleViewModelProperties): Promise<__esri.BasemapToggleViewModel>;
|
|
1316
1330
|
export declare function importWidgetsBatchAttributeForm(): Promise<typeof __esri.BatchAttributeForm>;
|
|
1317
1331
|
export declare function newWidgetsBatchAttributeForm(properties: __esri.BatchAttributeFormProperties): Promise<__esri.BatchAttributeForm>;
|
|
1332
|
+
export declare function importWidgetsBatchAttributeFormBatchAttributeFormViewModel(): Promise<typeof __esri.BatchAttributeFormViewModel>;
|
|
1333
|
+
export declare function newWidgetsBatchAttributeFormBatchAttributeFormViewModel(properties: __esri.BatchAttributeFormViewModelProperties): Promise<__esri.BatchAttributeFormViewModel>;
|
|
1334
|
+
export declare function importWidgetsBatchAttributeFormInputsBatchFormInputs(): Promise<typeof __esri.BatchFormInputs>;
|
|
1335
|
+
export declare function newWidgetsBatchAttributeFormInputsBatchFormInputs(properties: __esri.BatchFormInputsProperties): Promise<__esri.BatchFormInputs>;
|
|
1336
|
+
export declare function importWidgetsBatchAttributeFormInputsFieldInput(): Promise<typeof __esri.FieldInput>;
|
|
1337
|
+
export declare function newWidgetsBatchAttributeFormInputsFieldInput(properties: __esri.FieldInputProperties): Promise<__esri.FieldInput>;
|
|
1338
|
+
export declare function importWidgetsBatchAttributeFormInputsGroupInput(): Promise<typeof __esri.GroupInput>;
|
|
1339
|
+
export declare function newWidgetsBatchAttributeFormInputsGroupInput(properties: __esri.GroupInputProperties): Promise<__esri.GroupInput>;
|
|
1318
1340
|
export declare function importWidgetsBookmarks(): Promise<typeof __esri.Bookmarks>;
|
|
1319
1341
|
export declare function newWidgetsBookmarks(properties: __esri.BookmarksProperties): Promise<__esri.Bookmarks>;
|
|
1320
1342
|
export declare function importWidgetsBookmarksBookmarksViewModel(): Promise<typeof __esri.BookmarksViewModel>;
|
|
@@ -1409,10 +1431,10 @@ export declare function importWidgetsFeatureForm(): Promise<typeof __esri.Featur
|
|
|
1409
1431
|
export declare function newWidgetsFeatureForm(properties: __esri.FeatureFormProperties): Promise<__esri.FeatureForm>;
|
|
1410
1432
|
export declare function importWidgetsFeatureFormFeatureFormViewModel(): Promise<typeof __esri.FeatureFormViewModel>;
|
|
1411
1433
|
export declare function newWidgetsFeatureFormFeatureFormViewModel(properties: __esri.FeatureFormViewModelProperties): Promise<__esri.FeatureFormViewModel>;
|
|
1412
|
-
export declare function importWidgetsFeatureFormFieldInput(): Promise<typeof __esri.
|
|
1413
|
-
export declare function newWidgetsFeatureFormFieldInput(properties: __esri.
|
|
1414
|
-
export declare function importWidgetsFeatureFormGroupInput(): Promise<typeof __esri.
|
|
1415
|
-
export declare function newWidgetsFeatureFormGroupInput(properties: __esri.
|
|
1434
|
+
export declare function importWidgetsFeatureFormFieldInput(): Promise<typeof __esri.FeatureFormFieldInput>;
|
|
1435
|
+
export declare function newWidgetsFeatureFormFieldInput(properties: __esri.FeatureFormFieldInputProperties): Promise<__esri.FeatureFormFieldInput>;
|
|
1436
|
+
export declare function importWidgetsFeatureFormGroupInput(): Promise<typeof __esri.FeatureFormGroupInput>;
|
|
1437
|
+
export declare function newWidgetsFeatureFormGroupInput(properties: __esri.FeatureFormGroupInputProperties): Promise<__esri.FeatureFormGroupInput>;
|
|
1416
1438
|
export declare function importWidgetsFeatureFormRelationshipInput(): Promise<typeof __esri.RelationshipInput>;
|
|
1417
1439
|
export declare function newWidgetsFeatureFormRelationshipInput(properties: __esri.RelationshipInputProperties): Promise<__esri.RelationshipInput>;
|
|
1418
1440
|
export declare function importWidgetsFeatureFormTextElementInput(): Promise<typeof __esri.TextElementInput>;
|
|
@@ -1879,7 +1901,6 @@ export declare function importViews3dSupportLayerPerformanceInfo(): Promise<type
|
|
|
1879
1901
|
export declare function importViews3dSupportSceneViewPerformanceInfo(): Promise<typeof __esri.SceneViewPerformanceInfo>;
|
|
1880
1902
|
export declare function importViewsAnalysisLengthDimensionResult(): Promise<typeof __esri.LengthDimensionResult>;
|
|
1881
1903
|
export declare function importViewsSupportColorUtils(): Promise<typeof __esri.colorUtils>;
|
|
1882
|
-
export declare function importWidgetsBatchAttributeFormBatchAttributeFormViewModel(): Promise<typeof __esri.BatchAttributeFormViewModel>;
|
|
1883
1904
|
export declare function importWidgetsSmartMappingSupportUtils(): Promise<typeof __esri.smartMappingSupportUtils>;
|
|
1884
1905
|
export declare function importWidgetsSupportWidget(): Promise<typeof __esri.widget>;
|
|
1885
1906
|
export declare function importApplicationsComponentsAnalysisUtils(): Promise<typeof __esri.analysisUtils>;
|
package/dist/index.d.ts
CHANGED
|
@@ -627,12 +627,20 @@ export declare function importRestKnowledgeGraphFieldIndex(): Promise<typeof __e
|
|
|
627
627
|
export declare function newRestKnowledgeGraphFieldIndex(properties: __esri.FieldIndexProperties): Promise<__esri.FieldIndex>;
|
|
628
628
|
export declare function importRestKnowledgeGraphGraphAddNamedTypesResult(): Promise<typeof __esri.GraphAddNamedTypesResult>;
|
|
629
629
|
export declare function newRestKnowledgeGraphGraphAddNamedTypesResult(properties: __esri.GraphAddNamedTypesResultProperties): Promise<__esri.GraphAddNamedTypesResult>;
|
|
630
|
+
export declare function importRestKnowledgeGraphGraphAddFieldIndexResult(): Promise<typeof __esri.GraphAddFieldIndexResult>;
|
|
631
|
+
export declare function newRestKnowledgeGraphGraphAddFieldIndexResult(properties: __esri.GraphAddFieldIndexResultProperties): Promise<__esri.GraphAddFieldIndexResult>;
|
|
632
|
+
export declare function importRestKnowledgeGraphGraphAddPropertyResult(): Promise<typeof __esri.GraphAddPropertyResult>;
|
|
633
|
+
export declare function newRestKnowledgeGraphGraphAddPropertyResult(properties: __esri.GraphAddPropertyResultProperties): Promise<__esri.GraphAddPropertyResult>;
|
|
630
634
|
export declare function importRestKnowledgeGraphGraphApplyEdits(): Promise<typeof __esri.GraphApplyEdits>;
|
|
631
635
|
export declare function newRestKnowledgeGraphGraphApplyEdits(properties: __esri.GraphApplyEditsProperties): Promise<__esri.GraphApplyEdits>;
|
|
632
636
|
export declare function importRestKnowledgeGraphGraphApplyEditsResult(): Promise<typeof __esri.GraphApplyEditsResult>;
|
|
633
637
|
export declare function newRestKnowledgeGraphGraphApplyEditsResult(properties: __esri.GraphApplyEditsResultProperties): Promise<__esri.GraphApplyEditsResult>;
|
|
638
|
+
export declare function importRestKnowledgeGraphGraphDeleteFieldIndexResult(): Promise<typeof __esri.GraphDeleteFieldIndexResult>;
|
|
639
|
+
export declare function newRestKnowledgeGraphGraphDeleteFieldIndexResult(properties: __esri.GraphDeleteFieldIndexResultProperties): Promise<__esri.GraphDeleteFieldIndexResult>;
|
|
634
640
|
export declare function importRestKnowledgeGraphGraphDeleteNamedTypeResult(): Promise<typeof __esri.GraphDeleteNamedTypeResult>;
|
|
635
641
|
export declare function newRestKnowledgeGraphGraphDeleteNamedTypeResult(properties: __esri.GraphDeleteNamedTypeResultProperties): Promise<__esri.GraphDeleteNamedTypeResult>;
|
|
642
|
+
export declare function importRestKnowledgeGraphGraphDeletePropertyResult(): Promise<typeof __esri.GraphDeletePropertyResult>;
|
|
643
|
+
export declare function newRestKnowledgeGraphGraphDeletePropertyResult(properties: __esri.GraphDeletePropertyResultProperties): Promise<__esri.GraphDeletePropertyResult>;
|
|
636
644
|
export declare function importRestKnowledgeGraphGraphNamedObject(): Promise<typeof __esri.GraphNamedObject>;
|
|
637
645
|
export declare function newRestKnowledgeGraphGraphNamedObject(properties: __esri.GraphNamedObjectProperties): Promise<__esri.GraphNamedObject>;
|
|
638
646
|
export declare function importRestKnowledgeGraphGraphObject(): Promise<typeof __esri.GraphObject>;
|
|
@@ -655,6 +663,12 @@ export declare function importRestKnowledgeGraphGraphSearch(): Promise<typeof __
|
|
|
655
663
|
export declare function newRestKnowledgeGraphGraphSearch(properties: __esri.GraphSearchProperties): Promise<__esri.GraphSearch>;
|
|
656
664
|
export declare function importRestKnowledgeGraphGraphSearchStreaming(): Promise<typeof __esri.GraphSearchStreaming>;
|
|
657
665
|
export declare function newRestKnowledgeGraphGraphSearchStreaming(properties: __esri.GraphSearchStreamingProperties): Promise<__esri.GraphSearchStreaming>;
|
|
666
|
+
export declare function importRestKnowledgeGraphGraphUpdateNamedTypesResult(): Promise<typeof __esri.GraphUpdateNamedTypesResult>;
|
|
667
|
+
export declare function newRestKnowledgeGraphGraphUpdateNamedTypesResult(properties: __esri.GraphUpdateNamedTypesResultProperties): Promise<__esri.GraphUpdateNamedTypesResult>;
|
|
668
|
+
export declare function importRestKnowledgeGraphGraphUpdatePropertyResult(): Promise<typeof __esri.GraphUpdatePropertyResult>;
|
|
669
|
+
export declare function newRestKnowledgeGraphGraphUpdatePropertyResult(properties: __esri.GraphUpdatePropertyResultProperties): Promise<__esri.GraphUpdatePropertyResult>;
|
|
670
|
+
export declare function importRestKnowledgeGraphGraphUpdateSearchIndexResult(): Promise<typeof __esri.GraphUpdateSearchIndexResult>;
|
|
671
|
+
export declare function newRestKnowledgeGraphGraphUpdateSearchIndexResult(properties: __esri.GraphUpdateSearchIndexResultProperties): Promise<__esri.GraphUpdateSearchIndexResult>;
|
|
658
672
|
export declare function importRestKnowledgeGraphInputQuantizationParameters(): Promise<typeof __esri.InputQuantizationParameters>;
|
|
659
673
|
export declare function newRestKnowledgeGraphInputQuantizationParameters(properties: __esri.InputQuantizationParametersProperties): Promise<__esri.InputQuantizationParameters>;
|
|
660
674
|
export declare function importRestKnowledgeGraphKnowledgeGraph(): Promise<typeof __esri.KnowledgeGraph>;
|
|
@@ -1315,6 +1329,14 @@ export declare function importWidgetsBasemapToggleBasemapToggleViewModel(): Prom
|
|
|
1315
1329
|
export declare function newWidgetsBasemapToggleBasemapToggleViewModel(properties: __esri.BasemapToggleViewModelProperties): Promise<__esri.BasemapToggleViewModel>;
|
|
1316
1330
|
export declare function importWidgetsBatchAttributeForm(): Promise<typeof __esri.BatchAttributeForm>;
|
|
1317
1331
|
export declare function newWidgetsBatchAttributeForm(properties: __esri.BatchAttributeFormProperties): Promise<__esri.BatchAttributeForm>;
|
|
1332
|
+
export declare function importWidgetsBatchAttributeFormBatchAttributeFormViewModel(): Promise<typeof __esri.BatchAttributeFormViewModel>;
|
|
1333
|
+
export declare function newWidgetsBatchAttributeFormBatchAttributeFormViewModel(properties: __esri.BatchAttributeFormViewModelProperties): Promise<__esri.BatchAttributeFormViewModel>;
|
|
1334
|
+
export declare function importWidgetsBatchAttributeFormInputsBatchFormInputs(): Promise<typeof __esri.BatchFormInputs>;
|
|
1335
|
+
export declare function newWidgetsBatchAttributeFormInputsBatchFormInputs(properties: __esri.BatchFormInputsProperties): Promise<__esri.BatchFormInputs>;
|
|
1336
|
+
export declare function importWidgetsBatchAttributeFormInputsFieldInput(): Promise<typeof __esri.FieldInput>;
|
|
1337
|
+
export declare function newWidgetsBatchAttributeFormInputsFieldInput(properties: __esri.FieldInputProperties): Promise<__esri.FieldInput>;
|
|
1338
|
+
export declare function importWidgetsBatchAttributeFormInputsGroupInput(): Promise<typeof __esri.GroupInput>;
|
|
1339
|
+
export declare function newWidgetsBatchAttributeFormInputsGroupInput(properties: __esri.GroupInputProperties): Promise<__esri.GroupInput>;
|
|
1318
1340
|
export declare function importWidgetsBookmarks(): Promise<typeof __esri.Bookmarks>;
|
|
1319
1341
|
export declare function newWidgetsBookmarks(properties: __esri.BookmarksProperties): Promise<__esri.Bookmarks>;
|
|
1320
1342
|
export declare function importWidgetsBookmarksBookmarksViewModel(): Promise<typeof __esri.BookmarksViewModel>;
|
|
@@ -1409,10 +1431,10 @@ export declare function importWidgetsFeatureForm(): Promise<typeof __esri.Featur
|
|
|
1409
1431
|
export declare function newWidgetsFeatureForm(properties: __esri.FeatureFormProperties): Promise<__esri.FeatureForm>;
|
|
1410
1432
|
export declare function importWidgetsFeatureFormFeatureFormViewModel(): Promise<typeof __esri.FeatureFormViewModel>;
|
|
1411
1433
|
export declare function newWidgetsFeatureFormFeatureFormViewModel(properties: __esri.FeatureFormViewModelProperties): Promise<__esri.FeatureFormViewModel>;
|
|
1412
|
-
export declare function importWidgetsFeatureFormFieldInput(): Promise<typeof __esri.
|
|
1413
|
-
export declare function newWidgetsFeatureFormFieldInput(properties: __esri.
|
|
1414
|
-
export declare function importWidgetsFeatureFormGroupInput(): Promise<typeof __esri.
|
|
1415
|
-
export declare function newWidgetsFeatureFormGroupInput(properties: __esri.
|
|
1434
|
+
export declare function importWidgetsFeatureFormFieldInput(): Promise<typeof __esri.FeatureFormFieldInput>;
|
|
1435
|
+
export declare function newWidgetsFeatureFormFieldInput(properties: __esri.FeatureFormFieldInputProperties): Promise<__esri.FeatureFormFieldInput>;
|
|
1436
|
+
export declare function importWidgetsFeatureFormGroupInput(): Promise<typeof __esri.FeatureFormGroupInput>;
|
|
1437
|
+
export declare function newWidgetsFeatureFormGroupInput(properties: __esri.FeatureFormGroupInputProperties): Promise<__esri.FeatureFormGroupInput>;
|
|
1416
1438
|
export declare function importWidgetsFeatureFormRelationshipInput(): Promise<typeof __esri.RelationshipInput>;
|
|
1417
1439
|
export declare function newWidgetsFeatureFormRelationshipInput(properties: __esri.RelationshipInputProperties): Promise<__esri.RelationshipInput>;
|
|
1418
1440
|
export declare function importWidgetsFeatureFormTextElementInput(): Promise<typeof __esri.TextElementInput>;
|
|
@@ -1879,7 +1901,6 @@ export declare function importViews3dSupportLayerPerformanceInfo(): Promise<type
|
|
|
1879
1901
|
export declare function importViews3dSupportSceneViewPerformanceInfo(): Promise<typeof __esri.SceneViewPerformanceInfo>;
|
|
1880
1902
|
export declare function importViewsAnalysisLengthDimensionResult(): Promise<typeof __esri.LengthDimensionResult>;
|
|
1881
1903
|
export declare function importViewsSupportColorUtils(): Promise<typeof __esri.colorUtils>;
|
|
1882
|
-
export declare function importWidgetsBatchAttributeFormBatchAttributeFormViewModel(): Promise<typeof __esri.BatchAttributeFormViewModel>;
|
|
1883
1904
|
export declare function importWidgetsSmartMappingSupportUtils(): Promise<typeof __esri.smartMappingSupportUtils>;
|
|
1884
1905
|
export declare function importWidgetsSupportWidget(): Promise<typeof __esri.widget>;
|
|
1885
1906
|
export declare function importApplicationsComponentsAnalysisUtils(): Promise<typeof __esri.analysisUtils>;
|
package/dist/index.js
CHANGED
|
@@ -3382,6 +3382,28 @@ async function newRestKnowledgeGraphGraphAddNamedTypesResult(properties) {
|
|
|
3382
3382
|
const ModConstructor = await importRestKnowledgeGraphGraphAddNamedTypesResult();
|
|
3383
3383
|
return new ModConstructor(properties);
|
|
3384
3384
|
}
|
|
3385
|
+
async function importRestKnowledgeGraphGraphAddFieldIndexResult() {
|
|
3386
|
+
if (isAMD) {
|
|
3387
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphAddFieldIndexResult");
|
|
3388
|
+
}
|
|
3389
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphAddFieldIndexResult.js");
|
|
3390
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3391
|
+
}
|
|
3392
|
+
async function newRestKnowledgeGraphGraphAddFieldIndexResult(properties) {
|
|
3393
|
+
const ModConstructor = await importRestKnowledgeGraphGraphAddFieldIndexResult();
|
|
3394
|
+
return new ModConstructor(properties);
|
|
3395
|
+
}
|
|
3396
|
+
async function importRestKnowledgeGraphGraphAddPropertyResult() {
|
|
3397
|
+
if (isAMD) {
|
|
3398
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphAddPropertyResult");
|
|
3399
|
+
}
|
|
3400
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphAddPropertyResult.js");
|
|
3401
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3402
|
+
}
|
|
3403
|
+
async function newRestKnowledgeGraphGraphAddPropertyResult(properties) {
|
|
3404
|
+
const ModConstructor = await importRestKnowledgeGraphGraphAddPropertyResult();
|
|
3405
|
+
return new ModConstructor(properties);
|
|
3406
|
+
}
|
|
3385
3407
|
async function importRestKnowledgeGraphGraphApplyEdits() {
|
|
3386
3408
|
if (isAMD) {
|
|
3387
3409
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphApplyEdits");
|
|
@@ -3404,6 +3426,17 @@ async function newRestKnowledgeGraphGraphApplyEditsResult(properties) {
|
|
|
3404
3426
|
const ModConstructor = await importRestKnowledgeGraphGraphApplyEditsResult();
|
|
3405
3427
|
return new ModConstructor(properties);
|
|
3406
3428
|
}
|
|
3429
|
+
async function importRestKnowledgeGraphGraphDeleteFieldIndexResult() {
|
|
3430
|
+
if (isAMD) {
|
|
3431
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeleteFieldIndexResult");
|
|
3432
|
+
}
|
|
3433
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphDeleteFieldIndexResult.js");
|
|
3434
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3435
|
+
}
|
|
3436
|
+
async function newRestKnowledgeGraphGraphDeleteFieldIndexResult(properties) {
|
|
3437
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDeleteFieldIndexResult();
|
|
3438
|
+
return new ModConstructor(properties);
|
|
3439
|
+
}
|
|
3407
3440
|
async function importRestKnowledgeGraphGraphDeleteNamedTypeResult() {
|
|
3408
3441
|
if (isAMD) {
|
|
3409
3442
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeleteNamedTypeResult");
|
|
@@ -3415,6 +3448,17 @@ async function newRestKnowledgeGraphGraphDeleteNamedTypeResult(properties) {
|
|
|
3415
3448
|
const ModConstructor = await importRestKnowledgeGraphGraphDeleteNamedTypeResult();
|
|
3416
3449
|
return new ModConstructor(properties);
|
|
3417
3450
|
}
|
|
3451
|
+
async function importRestKnowledgeGraphGraphDeletePropertyResult() {
|
|
3452
|
+
if (isAMD) {
|
|
3453
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphDeletePropertyResult");
|
|
3454
|
+
}
|
|
3455
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphDeletePropertyResult.js");
|
|
3456
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3457
|
+
}
|
|
3458
|
+
async function newRestKnowledgeGraphGraphDeletePropertyResult(properties) {
|
|
3459
|
+
const ModConstructor = await importRestKnowledgeGraphGraphDeletePropertyResult();
|
|
3460
|
+
return new ModConstructor(properties);
|
|
3461
|
+
}
|
|
3418
3462
|
async function importRestKnowledgeGraphGraphNamedObject() {
|
|
3419
3463
|
if (isAMD) {
|
|
3420
3464
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphNamedObject");
|
|
@@ -3536,6 +3580,39 @@ async function newRestKnowledgeGraphGraphSearchStreaming(properties) {
|
|
|
3536
3580
|
const ModConstructor = await importRestKnowledgeGraphGraphSearchStreaming();
|
|
3537
3581
|
return new ModConstructor(properties);
|
|
3538
3582
|
}
|
|
3583
|
+
async function importRestKnowledgeGraphGraphUpdateNamedTypesResult() {
|
|
3584
|
+
if (isAMD) {
|
|
3585
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphUpdateNamedTypesResult");
|
|
3586
|
+
}
|
|
3587
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphUpdateNamedTypesResult.js");
|
|
3588
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3589
|
+
}
|
|
3590
|
+
async function newRestKnowledgeGraphGraphUpdateNamedTypesResult(properties) {
|
|
3591
|
+
const ModConstructor = await importRestKnowledgeGraphGraphUpdateNamedTypesResult();
|
|
3592
|
+
return new ModConstructor(properties);
|
|
3593
|
+
}
|
|
3594
|
+
async function importRestKnowledgeGraphGraphUpdatePropertyResult() {
|
|
3595
|
+
if (isAMD) {
|
|
3596
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphUpdatePropertyResult");
|
|
3597
|
+
}
|
|
3598
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphUpdatePropertyResult.js");
|
|
3599
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3600
|
+
}
|
|
3601
|
+
async function newRestKnowledgeGraphGraphUpdatePropertyResult(properties) {
|
|
3602
|
+
const ModConstructor = await importRestKnowledgeGraphGraphUpdatePropertyResult();
|
|
3603
|
+
return new ModConstructor(properties);
|
|
3604
|
+
}
|
|
3605
|
+
async function importRestKnowledgeGraphGraphUpdateSearchIndexResult() {
|
|
3606
|
+
if (isAMD) {
|
|
3607
|
+
return await window.$arcgis.import("esri/rest/knowledgeGraph/GraphUpdateSearchIndexResult");
|
|
3608
|
+
}
|
|
3609
|
+
const module = await import("@arcgis/core/rest/knowledgeGraph/GraphUpdateSearchIndexResult.js");
|
|
3610
|
+
return isDefaultModule(module) ? module.default : module;
|
|
3611
|
+
}
|
|
3612
|
+
async function newRestKnowledgeGraphGraphUpdateSearchIndexResult(properties) {
|
|
3613
|
+
const ModConstructor = await importRestKnowledgeGraphGraphUpdateSearchIndexResult();
|
|
3614
|
+
return new ModConstructor(properties);
|
|
3615
|
+
}
|
|
3539
3616
|
async function importRestKnowledgeGraphInputQuantizationParameters() {
|
|
3540
3617
|
if (isAMD) {
|
|
3541
3618
|
return await window.$arcgis.import("esri/rest/knowledgeGraph/InputQuantizationParameters");
|
|
@@ -7166,6 +7243,50 @@ async function newWidgetsBatchAttributeForm(properties) {
|
|
|
7166
7243
|
const ModConstructor = await importWidgetsBatchAttributeForm();
|
|
7167
7244
|
return new ModConstructor(properties);
|
|
7168
7245
|
}
|
|
7246
|
+
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
7247
|
+
if (isAMD) {
|
|
7248
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
7249
|
+
}
|
|
7250
|
+
const module = await import("@arcgis/core/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js");
|
|
7251
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7252
|
+
}
|
|
7253
|
+
async function newWidgetsBatchAttributeFormBatchAttributeFormViewModel(properties) {
|
|
7254
|
+
const ModConstructor = await importWidgetsBatchAttributeFormBatchAttributeFormViewModel();
|
|
7255
|
+
return new ModConstructor(properties);
|
|
7256
|
+
}
|
|
7257
|
+
async function importWidgetsBatchAttributeFormInputsBatchFormInputs() {
|
|
7258
|
+
if (isAMD) {
|
|
7259
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/inputs/BatchFormInputs");
|
|
7260
|
+
}
|
|
7261
|
+
const module = await import("@arcgis/core/widgets/BatchAttributeForm/inputs/BatchFormInputs.js");
|
|
7262
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7263
|
+
}
|
|
7264
|
+
async function newWidgetsBatchAttributeFormInputsBatchFormInputs(properties) {
|
|
7265
|
+
const ModConstructor = await importWidgetsBatchAttributeFormInputsBatchFormInputs();
|
|
7266
|
+
return new ModConstructor(properties);
|
|
7267
|
+
}
|
|
7268
|
+
async function importWidgetsBatchAttributeFormInputsFieldInput() {
|
|
7269
|
+
if (isAMD) {
|
|
7270
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/inputs/FieldInput");
|
|
7271
|
+
}
|
|
7272
|
+
const module = await import("@arcgis/core/widgets/BatchAttributeForm/inputs/FieldInput.js");
|
|
7273
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7274
|
+
}
|
|
7275
|
+
async function newWidgetsBatchAttributeFormInputsFieldInput(properties) {
|
|
7276
|
+
const ModConstructor = await importWidgetsBatchAttributeFormInputsFieldInput();
|
|
7277
|
+
return new ModConstructor(properties);
|
|
7278
|
+
}
|
|
7279
|
+
async function importWidgetsBatchAttributeFormInputsGroupInput() {
|
|
7280
|
+
if (isAMD) {
|
|
7281
|
+
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/inputs/GroupInput");
|
|
7282
|
+
}
|
|
7283
|
+
const module = await import("@arcgis/core/widgets/BatchAttributeForm/inputs/GroupInput.js");
|
|
7284
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7285
|
+
}
|
|
7286
|
+
async function newWidgetsBatchAttributeFormInputsGroupInput(properties) {
|
|
7287
|
+
const ModConstructor = await importWidgetsBatchAttributeFormInputsGroupInput();
|
|
7288
|
+
return new ModConstructor(properties);
|
|
7289
|
+
}
|
|
7169
7290
|
async function importWidgetsBookmarks() {
|
|
7170
7291
|
if (isAMD) {
|
|
7171
7292
|
return await window.$arcgis.import("esri/widgets/Bookmarks");
|
|
@@ -10550,13 +10671,6 @@ async function importViewsSupportColorUtils() {
|
|
|
10550
10671
|
const module = await import("@arcgis/core/views/support/colorUtils.js");
|
|
10551
10672
|
return isDefaultModule(module) ? module.default : module;
|
|
10552
10673
|
}
|
|
10553
|
-
async function importWidgetsBatchAttributeFormBatchAttributeFormViewModel() {
|
|
10554
|
-
if (isAMD) {
|
|
10555
|
-
return await window.$arcgis.import("esri/widgets/BatchAttributeForm/BatchAttributeFormViewModel");
|
|
10556
|
-
}
|
|
10557
|
-
const module = await import("@arcgis/core/widgets/BatchAttributeForm/BatchAttributeFormViewModel.js");
|
|
10558
|
-
return isDefaultModule(module) ? module.default : module;
|
|
10559
|
-
}
|
|
10560
10674
|
async function importWidgetsSmartMappingSupportUtils() {
|
|
10561
10675
|
if (isAMD) {
|
|
10562
10676
|
return await window.$arcgis.import("esri/widgets/smartMapping/support/utils");
|
|
@@ -11146,10 +11260,14 @@ export {
|
|
|
11146
11260
|
importRestKnowledgeGraphEntity,
|
|
11147
11261
|
importRestKnowledgeGraphEntityType,
|
|
11148
11262
|
importRestKnowledgeGraphFieldIndex,
|
|
11263
|
+
importRestKnowledgeGraphGraphAddFieldIndexResult,
|
|
11149
11264
|
importRestKnowledgeGraphGraphAddNamedTypesResult,
|
|
11265
|
+
importRestKnowledgeGraphGraphAddPropertyResult,
|
|
11150
11266
|
importRestKnowledgeGraphGraphApplyEdits,
|
|
11151
11267
|
importRestKnowledgeGraphGraphApplyEditsResult,
|
|
11268
|
+
importRestKnowledgeGraphGraphDeleteFieldIndexResult,
|
|
11152
11269
|
importRestKnowledgeGraphGraphDeleteNamedTypeResult,
|
|
11270
|
+
importRestKnowledgeGraphGraphDeletePropertyResult,
|
|
11153
11271
|
importRestKnowledgeGraphGraphNamedObject,
|
|
11154
11272
|
importRestKnowledgeGraphGraphObject,
|
|
11155
11273
|
importRestKnowledgeGraphGraphObjectType,
|
|
@@ -11161,6 +11279,9 @@ export {
|
|
|
11161
11279
|
importRestKnowledgeGraphGraphQueryStreamingResult,
|
|
11162
11280
|
importRestKnowledgeGraphGraphSearch,
|
|
11163
11281
|
importRestKnowledgeGraphGraphSearchStreaming,
|
|
11282
|
+
importRestKnowledgeGraphGraphUpdateNamedTypesResult,
|
|
11283
|
+
importRestKnowledgeGraphGraphUpdatePropertyResult,
|
|
11284
|
+
importRestKnowledgeGraphGraphUpdateSearchIndexResult,
|
|
11164
11285
|
importRestKnowledgeGraphInputQuantizationParameters,
|
|
11165
11286
|
importRestKnowledgeGraphKnowledgeGraph,
|
|
11166
11287
|
importRestKnowledgeGraphOutputQuantizationParameters,
|
|
@@ -11572,6 +11693,9 @@ export {
|
|
|
11572
11693
|
importWidgetsBasemapToggleBasemapToggleViewModel,
|
|
11573
11694
|
importWidgetsBatchAttributeForm,
|
|
11574
11695
|
importWidgetsBatchAttributeFormBatchAttributeFormViewModel,
|
|
11696
|
+
importWidgetsBatchAttributeFormInputsBatchFormInputs,
|
|
11697
|
+
importWidgetsBatchAttributeFormInputsFieldInput,
|
|
11698
|
+
importWidgetsBatchAttributeFormInputsGroupInput,
|
|
11575
11699
|
importWidgetsBookmarks,
|
|
11576
11700
|
importWidgetsBookmarksBookmarksViewModel,
|
|
11577
11701
|
importWidgetsBuildingExplorer,
|
|
@@ -12068,10 +12192,14 @@ export {
|
|
|
12068
12192
|
newRestKnowledgeGraphEntity,
|
|
12069
12193
|
newRestKnowledgeGraphEntityType,
|
|
12070
12194
|
newRestKnowledgeGraphFieldIndex,
|
|
12195
|
+
newRestKnowledgeGraphGraphAddFieldIndexResult,
|
|
12071
12196
|
newRestKnowledgeGraphGraphAddNamedTypesResult,
|
|
12197
|
+
newRestKnowledgeGraphGraphAddPropertyResult,
|
|
12072
12198
|
newRestKnowledgeGraphGraphApplyEdits,
|
|
12073
12199
|
newRestKnowledgeGraphGraphApplyEditsResult,
|
|
12200
|
+
newRestKnowledgeGraphGraphDeleteFieldIndexResult,
|
|
12074
12201
|
newRestKnowledgeGraphGraphDeleteNamedTypeResult,
|
|
12202
|
+
newRestKnowledgeGraphGraphDeletePropertyResult,
|
|
12075
12203
|
newRestKnowledgeGraphGraphNamedObject,
|
|
12076
12204
|
newRestKnowledgeGraphGraphObject,
|
|
12077
12205
|
newRestKnowledgeGraphGraphObjectType,
|
|
@@ -12083,6 +12211,9 @@ export {
|
|
|
12083
12211
|
newRestKnowledgeGraphGraphQueryStreamingResult,
|
|
12084
12212
|
newRestKnowledgeGraphGraphSearch,
|
|
12085
12213
|
newRestKnowledgeGraphGraphSearchStreaming,
|
|
12214
|
+
newRestKnowledgeGraphGraphUpdateNamedTypesResult,
|
|
12215
|
+
newRestKnowledgeGraphGraphUpdatePropertyResult,
|
|
12216
|
+
newRestKnowledgeGraphGraphUpdateSearchIndexResult,
|
|
12086
12217
|
newRestKnowledgeGraphInputQuantizationParameters,
|
|
12087
12218
|
newRestKnowledgeGraphKnowledgeGraph,
|
|
12088
12219
|
newRestKnowledgeGraphOutputQuantizationParameters,
|
|
@@ -12413,6 +12544,10 @@ export {
|
|
|
12413
12544
|
newWidgetsBasemapToggle,
|
|
12414
12545
|
newWidgetsBasemapToggleBasemapToggleViewModel,
|
|
12415
12546
|
newWidgetsBatchAttributeForm,
|
|
12547
|
+
newWidgetsBatchAttributeFormBatchAttributeFormViewModel,
|
|
12548
|
+
newWidgetsBatchAttributeFormInputsBatchFormInputs,
|
|
12549
|
+
newWidgetsBatchAttributeFormInputsFieldInput,
|
|
12550
|
+
newWidgetsBatchAttributeFormInputsGroupInput,
|
|
12416
12551
|
newWidgetsBookmarks,
|
|
12417
12552
|
newWidgetsBookmarksBookmarksViewModel,
|
|
12418
12553
|
newWidgetsBuildingExplorer,
|