@arcgis/core-adapter 4.33.0-next.105 → 4.33.0-next.107
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 +107 -16
- package/dist/index.d.cts +18 -4
- package/dist/index.d.ts +18 -4
- package/dist/index.js +107 -16
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -6794,6 +6794,61 @@ async function newWebsceneVirtualLighting(properties) {
|
|
|
6794
6794
|
const ModConstructor = await importWebsceneVirtualLighting();
|
|
6795
6795
|
return new ModConstructor(properties);
|
|
6796
6796
|
}
|
|
6797
|
+
async function importWebsceneSupportFeatureReferenceGlobalId() {
|
|
6798
|
+
if (isAMD) {
|
|
6799
|
+
return await window.$arcgis.import("esri/webscene/support/FeatureReferenceGlobalId");
|
|
6800
|
+
}
|
|
6801
|
+
const module2 = await import("@arcgis/core/webscene/support/FeatureReferenceGlobalId.js");
|
|
6802
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6803
|
+
}
|
|
6804
|
+
async function newWebsceneSupportFeatureReferenceGlobalId(properties) {
|
|
6805
|
+
const ModConstructor = await importWebsceneSupportFeatureReferenceGlobalId();
|
|
6806
|
+
return new ModConstructor(properties);
|
|
6807
|
+
}
|
|
6808
|
+
async function importWebsceneSupportFeatureReferenceId() {
|
|
6809
|
+
if (isAMD) {
|
|
6810
|
+
return await window.$arcgis.import("esri/webscene/support/FeatureReferenceId");
|
|
6811
|
+
}
|
|
6812
|
+
const module2 = await import("@arcgis/core/webscene/support/FeatureReferenceId.js");
|
|
6813
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6814
|
+
}
|
|
6815
|
+
async function newWebsceneSupportFeatureReferenceId(properties) {
|
|
6816
|
+
const ModConstructor = await importWebsceneSupportFeatureReferenceId();
|
|
6817
|
+
return new ModConstructor(properties);
|
|
6818
|
+
}
|
|
6819
|
+
async function importWebsceneSupportFeatureReferenceObjectId() {
|
|
6820
|
+
if (isAMD) {
|
|
6821
|
+
return await window.$arcgis.import("esri/webscene/support/FeatureReferenceObjectId");
|
|
6822
|
+
}
|
|
6823
|
+
const module2 = await import("@arcgis/core/webscene/support/FeatureReferenceObjectId.js");
|
|
6824
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6825
|
+
}
|
|
6826
|
+
async function newWebsceneSupportFeatureReferenceObjectId(properties) {
|
|
6827
|
+
const ModConstructor = await importWebsceneSupportFeatureReferenceObjectId();
|
|
6828
|
+
return new ModConstructor(properties);
|
|
6829
|
+
}
|
|
6830
|
+
async function importWebsceneSupportFeatureReference() {
|
|
6831
|
+
if (isAMD) {
|
|
6832
|
+
return await window.$arcgis.import("esri/webscene/support/FeatureReference");
|
|
6833
|
+
}
|
|
6834
|
+
const module2 = await import("@arcgis/core/webscene/support/FeatureReference.js");
|
|
6835
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6836
|
+
}
|
|
6837
|
+
async function newWebsceneSupportFeatureReference(properties) {
|
|
6838
|
+
const ModConstructor = await importWebsceneSupportFeatureReference();
|
|
6839
|
+
return new ModConstructor(properties);
|
|
6840
|
+
}
|
|
6841
|
+
async function importWebsceneSupportLayerReference() {
|
|
6842
|
+
if (isAMD) {
|
|
6843
|
+
return await window.$arcgis.import("esri/webscene/support/LayerReference");
|
|
6844
|
+
}
|
|
6845
|
+
const module2 = await import("@arcgis/core/webscene/support/LayerReference.js");
|
|
6846
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6847
|
+
}
|
|
6848
|
+
async function newWebsceneSupportLayerReference(properties) {
|
|
6849
|
+
const ModConstructor = await importWebsceneSupportLayerReference();
|
|
6850
|
+
return new ModConstructor(properties);
|
|
6851
|
+
}
|
|
6797
6852
|
async function importWebsceneSupportSlideElements() {
|
|
6798
6853
|
if (isAMD) {
|
|
6799
6854
|
return await window.$arcgis.import("esri/webscene/support/SlideElements");
|
|
@@ -6805,6 +6860,17 @@ async function newWebsceneSupportSlideElements(properties) {
|
|
|
6805
6860
|
const ModConstructor = await importWebsceneSupportSlideElements();
|
|
6806
6861
|
return new ModConstructor(properties);
|
|
6807
6862
|
}
|
|
6863
|
+
async function importWebsceneSupportSlidePopupInfo() {
|
|
6864
|
+
if (isAMD) {
|
|
6865
|
+
return await window.$arcgis.import("esri/webscene/support/SlidePopupInfo");
|
|
6866
|
+
}
|
|
6867
|
+
const module2 = await import("@arcgis/core/webscene/support/SlidePopupInfo.js");
|
|
6868
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
6869
|
+
}
|
|
6870
|
+
async function newWebsceneSupportSlidePopupInfo(properties) {
|
|
6871
|
+
const ModConstructor = await importWebsceneSupportSlidePopupInfo();
|
|
6872
|
+
return new ModConstructor(properties);
|
|
6873
|
+
}
|
|
6808
6874
|
async function importWidgetsAreaMeasurement2D() {
|
|
6809
6875
|
if (isAMD) {
|
|
6810
6876
|
return await window.$arcgis.import("esri/widgets/AreaMeasurement2D");
|
|
@@ -7707,6 +7773,28 @@ async function newWidgetsFeatureTableGridSupportButtonMenuViewModel(properties)
|
|
|
7707
7773
|
const ModConstructor = await importWidgetsFeatureTableGridSupportButtonMenuViewModel();
|
|
7708
7774
|
return new ModConstructor(properties);
|
|
7709
7775
|
}
|
|
7776
|
+
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
7777
|
+
if (isAMD) {
|
|
7778
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
7779
|
+
}
|
|
7780
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsColumnTemplate.js");
|
|
7781
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7782
|
+
}
|
|
7783
|
+
async function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties) {
|
|
7784
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsColumnTemplate();
|
|
7785
|
+
return new ModConstructor(properties);
|
|
7786
|
+
}
|
|
7787
|
+
async function importWidgetsFeatureTableSupportAttachmentsViewOptions() {
|
|
7788
|
+
if (isAMD) {
|
|
7789
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsViewOptions");
|
|
7790
|
+
}
|
|
7791
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsViewOptions.js");
|
|
7792
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
7793
|
+
}
|
|
7794
|
+
async function newWidgetsFeatureTableSupportAttachmentsViewOptions(properties) {
|
|
7795
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsViewOptions();
|
|
7796
|
+
return new ModConstructor(properties);
|
|
7797
|
+
}
|
|
7710
7798
|
async function importWidgetsFeatureTableSupportColumnTemplate() {
|
|
7711
7799
|
if (isAMD) {
|
|
7712
7800
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/ColumnTemplate");
|
|
@@ -7740,15 +7828,15 @@ async function newWidgetsFeatureTableSupportFieldColumnTemplate(properties) {
|
|
|
7740
7828
|
const ModConstructor = await importWidgetsFeatureTableSupportFieldColumnTemplate();
|
|
7741
7829
|
return new ModConstructor(properties);
|
|
7742
7830
|
}
|
|
7743
|
-
async function
|
|
7831
|
+
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
7744
7832
|
if (isAMD) {
|
|
7745
|
-
return await window.$arcgis.import("esri/widgets/FeatureTable/support/
|
|
7833
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
7746
7834
|
}
|
|
7747
|
-
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/
|
|
7835
|
+
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/GroupColumnTemplate.js");
|
|
7748
7836
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
7749
7837
|
}
|
|
7750
|
-
async function
|
|
7751
|
-
const ModConstructor = await
|
|
7838
|
+
async function newWidgetsFeatureTableSupportGroupColumnTemplate(properties) {
|
|
7839
|
+
const ModConstructor = await importWidgetsFeatureTableSupportGroupColumnTemplate();
|
|
7752
7840
|
return new ModConstructor(properties);
|
|
7753
7841
|
}
|
|
7754
7842
|
async function importWidgetsFeatureTableSupportRelationshipColumnTemplate() {
|
|
@@ -7762,17 +7850,6 @@ async function newWidgetsFeatureTableSupportRelationshipColumnTemplate(propertie
|
|
|
7762
7850
|
const ModConstructor = await importWidgetsFeatureTableSupportRelationshipColumnTemplate();
|
|
7763
7851
|
return new ModConstructor(properties);
|
|
7764
7852
|
}
|
|
7765
|
-
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
7766
|
-
if (isAMD) {
|
|
7767
|
-
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
7768
|
-
}
|
|
7769
|
-
const module2 = await import("@arcgis/core/widgets/FeatureTable/support/GroupColumnTemplate.js");
|
|
7770
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
7771
|
-
}
|
|
7772
|
-
async function newWidgetsFeatureTableSupportGroupColumnTemplate(properties) {
|
|
7773
|
-
const ModConstructor = await importWidgetsFeatureTableSupportGroupColumnTemplate();
|
|
7774
|
-
return new ModConstructor(properties);
|
|
7775
|
-
}
|
|
7776
7853
|
async function importWidgetsFeatureTableSupportTableTemplate() {
|
|
7777
7854
|
if (isAMD) {
|
|
7778
7855
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/TableTemplate");
|
|
@@ -11332,7 +11409,13 @@ exports.importWebscenePresentation = importWebscenePresentation;
|
|
|
11332
11409
|
exports.importWebsceneSlide = importWebsceneSlide;
|
|
11333
11410
|
exports.importWebsceneSlideLegendInfo = importWebsceneSlideLegendInfo;
|
|
11334
11411
|
exports.importWebsceneSunLighting = importWebsceneSunLighting;
|
|
11412
|
+
exports.importWebsceneSupportFeatureReference = importWebsceneSupportFeatureReference;
|
|
11413
|
+
exports.importWebsceneSupportFeatureReferenceGlobalId = importWebsceneSupportFeatureReferenceGlobalId;
|
|
11414
|
+
exports.importWebsceneSupportFeatureReferenceId = importWebsceneSupportFeatureReferenceId;
|
|
11415
|
+
exports.importWebsceneSupportFeatureReferenceObjectId = importWebsceneSupportFeatureReferenceObjectId;
|
|
11416
|
+
exports.importWebsceneSupportLayerReference = importWebsceneSupportLayerReference;
|
|
11335
11417
|
exports.importWebsceneSupportSlideElements = importWebsceneSupportSlideElements;
|
|
11418
|
+
exports.importWebsceneSupportSlidePopupInfo = importWebsceneSupportSlidePopupInfo;
|
|
11336
11419
|
exports.importWebsceneVirtualLighting = importWebsceneVirtualLighting;
|
|
11337
11420
|
exports.importWidgetsAreaMeasurement2D = importWidgetsAreaMeasurement2D;
|
|
11338
11421
|
exports.importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel = importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel;
|
|
@@ -11416,6 +11499,7 @@ exports.importWidgetsFeatureTableGridSupportButtonMenuItem = importWidgetsFeatur
|
|
|
11416
11499
|
exports.importWidgetsFeatureTableGridSupportButtonMenuViewModel = importWidgetsFeatureTableGridSupportButtonMenuViewModel;
|
|
11417
11500
|
exports.importWidgetsFeatureTableRelationshipColumn = importWidgetsFeatureTableRelationshipColumn;
|
|
11418
11501
|
exports.importWidgetsFeatureTableSupportAttachmentsColumnTemplate = importWidgetsFeatureTableSupportAttachmentsColumnTemplate;
|
|
11502
|
+
exports.importWidgetsFeatureTableSupportAttachmentsViewOptions = importWidgetsFeatureTableSupportAttachmentsViewOptions;
|
|
11419
11503
|
exports.importWidgetsFeatureTableSupportColumnTemplate = importWidgetsFeatureTableSupportColumnTemplate;
|
|
11420
11504
|
exports.importWidgetsFeatureTableSupportColumnTemplateBase = importWidgetsFeatureTableSupportColumnTemplateBase;
|
|
11421
11505
|
exports.importWidgetsFeatureTableSupportFieldColumnTemplate = importWidgetsFeatureTableSupportFieldColumnTemplate;
|
|
@@ -12155,7 +12239,13 @@ exports.newWebscenePresentation = newWebscenePresentation;
|
|
|
12155
12239
|
exports.newWebsceneSlide = newWebsceneSlide;
|
|
12156
12240
|
exports.newWebsceneSlideLegendInfo = newWebsceneSlideLegendInfo;
|
|
12157
12241
|
exports.newWebsceneSunLighting = newWebsceneSunLighting;
|
|
12242
|
+
exports.newWebsceneSupportFeatureReference = newWebsceneSupportFeatureReference;
|
|
12243
|
+
exports.newWebsceneSupportFeatureReferenceGlobalId = newWebsceneSupportFeatureReferenceGlobalId;
|
|
12244
|
+
exports.newWebsceneSupportFeatureReferenceId = newWebsceneSupportFeatureReferenceId;
|
|
12245
|
+
exports.newWebsceneSupportFeatureReferenceObjectId = newWebsceneSupportFeatureReferenceObjectId;
|
|
12246
|
+
exports.newWebsceneSupportLayerReference = newWebsceneSupportLayerReference;
|
|
12158
12247
|
exports.newWebsceneSupportSlideElements = newWebsceneSupportSlideElements;
|
|
12248
|
+
exports.newWebsceneSupportSlidePopupInfo = newWebsceneSupportSlidePopupInfo;
|
|
12159
12249
|
exports.newWebsceneVirtualLighting = newWebsceneVirtualLighting;
|
|
12160
12250
|
exports.newWidgetsAreaMeasurement2D = newWidgetsAreaMeasurement2D;
|
|
12161
12251
|
exports.newWidgetsAreaMeasurement2DAreaMeasurement2DViewModel = newWidgetsAreaMeasurement2DAreaMeasurement2DViewModel;
|
|
@@ -12238,6 +12328,7 @@ exports.newWidgetsFeatureTableGridSupportButtonMenuItem = newWidgetsFeatureTable
|
|
|
12238
12328
|
exports.newWidgetsFeatureTableGridSupportButtonMenuViewModel = newWidgetsFeatureTableGridSupportButtonMenuViewModel;
|
|
12239
12329
|
exports.newWidgetsFeatureTableRelationshipColumn = newWidgetsFeatureTableRelationshipColumn;
|
|
12240
12330
|
exports.newWidgetsFeatureTableSupportAttachmentsColumnTemplate = newWidgetsFeatureTableSupportAttachmentsColumnTemplate;
|
|
12331
|
+
exports.newWidgetsFeatureTableSupportAttachmentsViewOptions = newWidgetsFeatureTableSupportAttachmentsViewOptions;
|
|
12241
12332
|
exports.newWidgetsFeatureTableSupportColumnTemplate = newWidgetsFeatureTableSupportColumnTemplate;
|
|
12242
12333
|
exports.newWidgetsFeatureTableSupportColumnTemplateBase = newWidgetsFeatureTableSupportColumnTemplateBase;
|
|
12243
12334
|
exports.newWidgetsFeatureTableSupportFieldColumnTemplate = newWidgetsFeatureTableSupportFieldColumnTemplate;
|
package/dist/index.d.cts
CHANGED
|
@@ -1243,8 +1243,20 @@ export declare function importWebsceneSunLighting(): Promise<typeof __esri.websc
|
|
|
1243
1243
|
export declare function newWebsceneSunLighting(properties: __esri.websceneSunLightingProperties): Promise<__esri.websceneSunLighting>;
|
|
1244
1244
|
export declare function importWebsceneVirtualLighting(): Promise<typeof __esri.websceneVirtualLighting>;
|
|
1245
1245
|
export declare function newWebsceneVirtualLighting(properties: __esri.websceneVirtualLightingProperties): Promise<__esri.websceneVirtualLighting>;
|
|
1246
|
+
export declare function importWebsceneSupportFeatureReferenceGlobalId(): Promise<typeof __esri.FeatureReferenceGlobalId>;
|
|
1247
|
+
export declare function newWebsceneSupportFeatureReferenceGlobalId(properties: __esri.FeatureReferenceGlobalIdProperties): Promise<__esri.FeatureReferenceGlobalId>;
|
|
1248
|
+
export declare function importWebsceneSupportFeatureReferenceId(): Promise<typeof __esri.FeatureReferenceId>;
|
|
1249
|
+
export declare function newWebsceneSupportFeatureReferenceId(properties: __esri.FeatureReferenceIdProperties): Promise<__esri.FeatureReferenceId>;
|
|
1250
|
+
export declare function importWebsceneSupportFeatureReferenceObjectId(): Promise<typeof __esri.FeatureReferenceObjectId>;
|
|
1251
|
+
export declare function newWebsceneSupportFeatureReferenceObjectId(properties: __esri.FeatureReferenceObjectIdProperties): Promise<__esri.FeatureReferenceObjectId>;
|
|
1252
|
+
export declare function importWebsceneSupportFeatureReference(): Promise<typeof __esri.FeatureReference>;
|
|
1253
|
+
export declare function newWebsceneSupportFeatureReference(properties: __esri.FeatureReferenceProperties): Promise<__esri.FeatureReference>;
|
|
1254
|
+
export declare function importWebsceneSupportLayerReference(): Promise<typeof __esri.LayerReference>;
|
|
1255
|
+
export declare function newWebsceneSupportLayerReference(properties: __esri.LayerReferenceProperties): Promise<__esri.LayerReference>;
|
|
1246
1256
|
export declare function importWebsceneSupportSlideElements(): Promise<typeof __esri.SlideElements>;
|
|
1247
1257
|
export declare function newWebsceneSupportSlideElements(properties: __esri.SlideElementsProperties): Promise<__esri.SlideElements>;
|
|
1258
|
+
export declare function importWebsceneSupportSlidePopupInfo(): Promise<typeof __esri.SlidePopupInfo>;
|
|
1259
|
+
export declare function newWebsceneSupportSlidePopupInfo(properties: __esri.SlidePopupInfoProperties): Promise<__esri.SlidePopupInfo>;
|
|
1248
1260
|
export declare function importWidgetsAreaMeasurement2D(): Promise<typeof __esri.AreaMeasurement2D>;
|
|
1249
1261
|
export declare function newWidgetsAreaMeasurement2D(properties: __esri.AreaMeasurement2DProperties): Promise<__esri.AreaMeasurement2D>;
|
|
1250
1262
|
export declare function importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel(): Promise<typeof __esri.AreaMeasurement2DViewModel>;
|
|
@@ -1409,18 +1421,20 @@ export declare function importWidgetsFeatureTableGridSupportButtonMenuItem(): Pr
|
|
|
1409
1421
|
export declare function newWidgetsFeatureTableGridSupportButtonMenuItem(properties: __esri.ButtonMenuItemProperties): Promise<__esri.ButtonMenuItem>;
|
|
1410
1422
|
export declare function importWidgetsFeatureTableGridSupportButtonMenuViewModel(): Promise<typeof __esri.ButtonMenuViewModel>;
|
|
1411
1423
|
export declare function newWidgetsFeatureTableGridSupportButtonMenuViewModel(properties: __esri.ButtonMenuViewModelProperties): Promise<__esri.ButtonMenuViewModel>;
|
|
1424
|
+
export declare function importWidgetsFeatureTableSupportAttachmentsColumnTemplate(): Promise<typeof __esri.AttachmentsColumnTemplate>;
|
|
1425
|
+
export declare function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties: __esri.AttachmentsColumnTemplateProperties): Promise<__esri.AttachmentsColumnTemplate>;
|
|
1426
|
+
export declare function importWidgetsFeatureTableSupportAttachmentsViewOptions(): Promise<typeof __esri.AttachmentsViewOptions>;
|
|
1427
|
+
export declare function newWidgetsFeatureTableSupportAttachmentsViewOptions(properties: __esri.AttachmentsViewOptionsProperties): Promise<__esri.AttachmentsViewOptions>;
|
|
1412
1428
|
export declare function importWidgetsFeatureTableSupportColumnTemplate(): Promise<typeof __esri.ColumnTemplate>;
|
|
1413
1429
|
export declare function newWidgetsFeatureTableSupportColumnTemplate(properties: __esri.ColumnTemplateProperties): Promise<__esri.ColumnTemplate>;
|
|
1414
1430
|
export declare function importWidgetsFeatureTableSupportColumnTemplateBase(): Promise<typeof __esri.ColumnTemplateBase>;
|
|
1415
1431
|
export declare function newWidgetsFeatureTableSupportColumnTemplateBase(properties: __esri.ColumnTemplateBaseProperties): Promise<__esri.ColumnTemplateBase>;
|
|
1416
1432
|
export declare function importWidgetsFeatureTableSupportFieldColumnTemplate(): Promise<typeof __esri.FieldColumnTemplate>;
|
|
1417
1433
|
export declare function newWidgetsFeatureTableSupportFieldColumnTemplate(properties: __esri.FieldColumnTemplateProperties): Promise<__esri.FieldColumnTemplate>;
|
|
1418
|
-
export declare function importWidgetsFeatureTableSupportAttachmentsColumnTemplate(): Promise<typeof __esri.AttachmentsColumnTemplate>;
|
|
1419
|
-
export declare function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties: __esri.AttachmentsColumnTemplateProperties): Promise<__esri.AttachmentsColumnTemplate>;
|
|
1420
|
-
export declare function importWidgetsFeatureTableSupportRelationshipColumnTemplate(): Promise<typeof __esri.RelationshipColumnTemplate>;
|
|
1421
|
-
export declare function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties: __esri.RelationshipColumnTemplateProperties): Promise<__esri.RelationshipColumnTemplate>;
|
|
1422
1434
|
export declare function importWidgetsFeatureTableSupportGroupColumnTemplate(): Promise<typeof __esri.GroupColumnTemplate>;
|
|
1423
1435
|
export declare function newWidgetsFeatureTableSupportGroupColumnTemplate(properties: __esri.GroupColumnTemplateProperties): Promise<__esri.GroupColumnTemplate>;
|
|
1436
|
+
export declare function importWidgetsFeatureTableSupportRelationshipColumnTemplate(): Promise<typeof __esri.RelationshipColumnTemplate>;
|
|
1437
|
+
export declare function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties: __esri.RelationshipColumnTemplateProperties): Promise<__esri.RelationshipColumnTemplate>;
|
|
1424
1438
|
export declare function importWidgetsFeatureTableSupportTableTemplate(): Promise<typeof __esri.TableTemplate>;
|
|
1425
1439
|
export declare function newWidgetsFeatureTableSupportTableTemplate(properties: __esri.TableTemplateProperties): Promise<__esri.TableTemplate>;
|
|
1426
1440
|
export declare function importWidgetsFeatureTemplates(): Promise<typeof __esri.FeatureTemplates>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1243,8 +1243,20 @@ export declare function importWebsceneSunLighting(): Promise<typeof __esri.websc
|
|
|
1243
1243
|
export declare function newWebsceneSunLighting(properties: __esri.websceneSunLightingProperties): Promise<__esri.websceneSunLighting>;
|
|
1244
1244
|
export declare function importWebsceneVirtualLighting(): Promise<typeof __esri.websceneVirtualLighting>;
|
|
1245
1245
|
export declare function newWebsceneVirtualLighting(properties: __esri.websceneVirtualLightingProperties): Promise<__esri.websceneVirtualLighting>;
|
|
1246
|
+
export declare function importWebsceneSupportFeatureReferenceGlobalId(): Promise<typeof __esri.FeatureReferenceGlobalId>;
|
|
1247
|
+
export declare function newWebsceneSupportFeatureReferenceGlobalId(properties: __esri.FeatureReferenceGlobalIdProperties): Promise<__esri.FeatureReferenceGlobalId>;
|
|
1248
|
+
export declare function importWebsceneSupportFeatureReferenceId(): Promise<typeof __esri.FeatureReferenceId>;
|
|
1249
|
+
export declare function newWebsceneSupportFeatureReferenceId(properties: __esri.FeatureReferenceIdProperties): Promise<__esri.FeatureReferenceId>;
|
|
1250
|
+
export declare function importWebsceneSupportFeatureReferenceObjectId(): Promise<typeof __esri.FeatureReferenceObjectId>;
|
|
1251
|
+
export declare function newWebsceneSupportFeatureReferenceObjectId(properties: __esri.FeatureReferenceObjectIdProperties): Promise<__esri.FeatureReferenceObjectId>;
|
|
1252
|
+
export declare function importWebsceneSupportFeatureReference(): Promise<typeof __esri.FeatureReference>;
|
|
1253
|
+
export declare function newWebsceneSupportFeatureReference(properties: __esri.FeatureReferenceProperties): Promise<__esri.FeatureReference>;
|
|
1254
|
+
export declare function importWebsceneSupportLayerReference(): Promise<typeof __esri.LayerReference>;
|
|
1255
|
+
export declare function newWebsceneSupportLayerReference(properties: __esri.LayerReferenceProperties): Promise<__esri.LayerReference>;
|
|
1246
1256
|
export declare function importWebsceneSupportSlideElements(): Promise<typeof __esri.SlideElements>;
|
|
1247
1257
|
export declare function newWebsceneSupportSlideElements(properties: __esri.SlideElementsProperties): Promise<__esri.SlideElements>;
|
|
1258
|
+
export declare function importWebsceneSupportSlidePopupInfo(): Promise<typeof __esri.SlidePopupInfo>;
|
|
1259
|
+
export declare function newWebsceneSupportSlidePopupInfo(properties: __esri.SlidePopupInfoProperties): Promise<__esri.SlidePopupInfo>;
|
|
1248
1260
|
export declare function importWidgetsAreaMeasurement2D(): Promise<typeof __esri.AreaMeasurement2D>;
|
|
1249
1261
|
export declare function newWidgetsAreaMeasurement2D(properties: __esri.AreaMeasurement2DProperties): Promise<__esri.AreaMeasurement2D>;
|
|
1250
1262
|
export declare function importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel(): Promise<typeof __esri.AreaMeasurement2DViewModel>;
|
|
@@ -1409,18 +1421,20 @@ export declare function importWidgetsFeatureTableGridSupportButtonMenuItem(): Pr
|
|
|
1409
1421
|
export declare function newWidgetsFeatureTableGridSupportButtonMenuItem(properties: __esri.ButtonMenuItemProperties): Promise<__esri.ButtonMenuItem>;
|
|
1410
1422
|
export declare function importWidgetsFeatureTableGridSupportButtonMenuViewModel(): Promise<typeof __esri.ButtonMenuViewModel>;
|
|
1411
1423
|
export declare function newWidgetsFeatureTableGridSupportButtonMenuViewModel(properties: __esri.ButtonMenuViewModelProperties): Promise<__esri.ButtonMenuViewModel>;
|
|
1424
|
+
export declare function importWidgetsFeatureTableSupportAttachmentsColumnTemplate(): Promise<typeof __esri.AttachmentsColumnTemplate>;
|
|
1425
|
+
export declare function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties: __esri.AttachmentsColumnTemplateProperties): Promise<__esri.AttachmentsColumnTemplate>;
|
|
1426
|
+
export declare function importWidgetsFeatureTableSupportAttachmentsViewOptions(): Promise<typeof __esri.AttachmentsViewOptions>;
|
|
1427
|
+
export declare function newWidgetsFeatureTableSupportAttachmentsViewOptions(properties: __esri.AttachmentsViewOptionsProperties): Promise<__esri.AttachmentsViewOptions>;
|
|
1412
1428
|
export declare function importWidgetsFeatureTableSupportColumnTemplate(): Promise<typeof __esri.ColumnTemplate>;
|
|
1413
1429
|
export declare function newWidgetsFeatureTableSupportColumnTemplate(properties: __esri.ColumnTemplateProperties): Promise<__esri.ColumnTemplate>;
|
|
1414
1430
|
export declare function importWidgetsFeatureTableSupportColumnTemplateBase(): Promise<typeof __esri.ColumnTemplateBase>;
|
|
1415
1431
|
export declare function newWidgetsFeatureTableSupportColumnTemplateBase(properties: __esri.ColumnTemplateBaseProperties): Promise<__esri.ColumnTemplateBase>;
|
|
1416
1432
|
export declare function importWidgetsFeatureTableSupportFieldColumnTemplate(): Promise<typeof __esri.FieldColumnTemplate>;
|
|
1417
1433
|
export declare function newWidgetsFeatureTableSupportFieldColumnTemplate(properties: __esri.FieldColumnTemplateProperties): Promise<__esri.FieldColumnTemplate>;
|
|
1418
|
-
export declare function importWidgetsFeatureTableSupportAttachmentsColumnTemplate(): Promise<typeof __esri.AttachmentsColumnTemplate>;
|
|
1419
|
-
export declare function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties: __esri.AttachmentsColumnTemplateProperties): Promise<__esri.AttachmentsColumnTemplate>;
|
|
1420
|
-
export declare function importWidgetsFeatureTableSupportRelationshipColumnTemplate(): Promise<typeof __esri.RelationshipColumnTemplate>;
|
|
1421
|
-
export declare function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties: __esri.RelationshipColumnTemplateProperties): Promise<__esri.RelationshipColumnTemplate>;
|
|
1422
1434
|
export declare function importWidgetsFeatureTableSupportGroupColumnTemplate(): Promise<typeof __esri.GroupColumnTemplate>;
|
|
1423
1435
|
export declare function newWidgetsFeatureTableSupportGroupColumnTemplate(properties: __esri.GroupColumnTemplateProperties): Promise<__esri.GroupColumnTemplate>;
|
|
1436
|
+
export declare function importWidgetsFeatureTableSupportRelationshipColumnTemplate(): Promise<typeof __esri.RelationshipColumnTemplate>;
|
|
1437
|
+
export declare function newWidgetsFeatureTableSupportRelationshipColumnTemplate(properties: __esri.RelationshipColumnTemplateProperties): Promise<__esri.RelationshipColumnTemplate>;
|
|
1424
1438
|
export declare function importWidgetsFeatureTableSupportTableTemplate(): Promise<typeof __esri.TableTemplate>;
|
|
1425
1439
|
export declare function newWidgetsFeatureTableSupportTableTemplate(properties: __esri.TableTemplateProperties): Promise<__esri.TableTemplate>;
|
|
1426
1440
|
export declare function importWidgetsFeatureTemplates(): Promise<typeof __esri.FeatureTemplates>;
|
package/dist/index.js
CHANGED
|
@@ -6770,6 +6770,61 @@ async function newWebsceneVirtualLighting(properties) {
|
|
|
6770
6770
|
const ModConstructor = await importWebsceneVirtualLighting();
|
|
6771
6771
|
return new ModConstructor(properties);
|
|
6772
6772
|
}
|
|
6773
|
+
async function importWebsceneSupportFeatureReferenceGlobalId() {
|
|
6774
|
+
if (isAMD) {
|
|
6775
|
+
return await window.$arcgis.import("esri/webscene/support/FeatureReferenceGlobalId");
|
|
6776
|
+
}
|
|
6777
|
+
const module = await import("@arcgis/core/webscene/support/FeatureReferenceGlobalId.js");
|
|
6778
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6779
|
+
}
|
|
6780
|
+
async function newWebsceneSupportFeatureReferenceGlobalId(properties) {
|
|
6781
|
+
const ModConstructor = await importWebsceneSupportFeatureReferenceGlobalId();
|
|
6782
|
+
return new ModConstructor(properties);
|
|
6783
|
+
}
|
|
6784
|
+
async function importWebsceneSupportFeatureReferenceId() {
|
|
6785
|
+
if (isAMD) {
|
|
6786
|
+
return await window.$arcgis.import("esri/webscene/support/FeatureReferenceId");
|
|
6787
|
+
}
|
|
6788
|
+
const module = await import("@arcgis/core/webscene/support/FeatureReferenceId.js");
|
|
6789
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6790
|
+
}
|
|
6791
|
+
async function newWebsceneSupportFeatureReferenceId(properties) {
|
|
6792
|
+
const ModConstructor = await importWebsceneSupportFeatureReferenceId();
|
|
6793
|
+
return new ModConstructor(properties);
|
|
6794
|
+
}
|
|
6795
|
+
async function importWebsceneSupportFeatureReferenceObjectId() {
|
|
6796
|
+
if (isAMD) {
|
|
6797
|
+
return await window.$arcgis.import("esri/webscene/support/FeatureReferenceObjectId");
|
|
6798
|
+
}
|
|
6799
|
+
const module = await import("@arcgis/core/webscene/support/FeatureReferenceObjectId.js");
|
|
6800
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6801
|
+
}
|
|
6802
|
+
async function newWebsceneSupportFeatureReferenceObjectId(properties) {
|
|
6803
|
+
const ModConstructor = await importWebsceneSupportFeatureReferenceObjectId();
|
|
6804
|
+
return new ModConstructor(properties);
|
|
6805
|
+
}
|
|
6806
|
+
async function importWebsceneSupportFeatureReference() {
|
|
6807
|
+
if (isAMD) {
|
|
6808
|
+
return await window.$arcgis.import("esri/webscene/support/FeatureReference");
|
|
6809
|
+
}
|
|
6810
|
+
const module = await import("@arcgis/core/webscene/support/FeatureReference.js");
|
|
6811
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6812
|
+
}
|
|
6813
|
+
async function newWebsceneSupportFeatureReference(properties) {
|
|
6814
|
+
const ModConstructor = await importWebsceneSupportFeatureReference();
|
|
6815
|
+
return new ModConstructor(properties);
|
|
6816
|
+
}
|
|
6817
|
+
async function importWebsceneSupportLayerReference() {
|
|
6818
|
+
if (isAMD) {
|
|
6819
|
+
return await window.$arcgis.import("esri/webscene/support/LayerReference");
|
|
6820
|
+
}
|
|
6821
|
+
const module = await import("@arcgis/core/webscene/support/LayerReference.js");
|
|
6822
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6823
|
+
}
|
|
6824
|
+
async function newWebsceneSupportLayerReference(properties) {
|
|
6825
|
+
const ModConstructor = await importWebsceneSupportLayerReference();
|
|
6826
|
+
return new ModConstructor(properties);
|
|
6827
|
+
}
|
|
6773
6828
|
async function importWebsceneSupportSlideElements() {
|
|
6774
6829
|
if (isAMD) {
|
|
6775
6830
|
return await window.$arcgis.import("esri/webscene/support/SlideElements");
|
|
@@ -6781,6 +6836,17 @@ async function newWebsceneSupportSlideElements(properties) {
|
|
|
6781
6836
|
const ModConstructor = await importWebsceneSupportSlideElements();
|
|
6782
6837
|
return new ModConstructor(properties);
|
|
6783
6838
|
}
|
|
6839
|
+
async function importWebsceneSupportSlidePopupInfo() {
|
|
6840
|
+
if (isAMD) {
|
|
6841
|
+
return await window.$arcgis.import("esri/webscene/support/SlidePopupInfo");
|
|
6842
|
+
}
|
|
6843
|
+
const module = await import("@arcgis/core/webscene/support/SlidePopupInfo.js");
|
|
6844
|
+
return isDefaultModule(module) ? module.default : module;
|
|
6845
|
+
}
|
|
6846
|
+
async function newWebsceneSupportSlidePopupInfo(properties) {
|
|
6847
|
+
const ModConstructor = await importWebsceneSupportSlidePopupInfo();
|
|
6848
|
+
return new ModConstructor(properties);
|
|
6849
|
+
}
|
|
6784
6850
|
async function importWidgetsAreaMeasurement2D() {
|
|
6785
6851
|
if (isAMD) {
|
|
6786
6852
|
return await window.$arcgis.import("esri/widgets/AreaMeasurement2D");
|
|
@@ -7683,6 +7749,28 @@ async function newWidgetsFeatureTableGridSupportButtonMenuViewModel(properties)
|
|
|
7683
7749
|
const ModConstructor = await importWidgetsFeatureTableGridSupportButtonMenuViewModel();
|
|
7684
7750
|
return new ModConstructor(properties);
|
|
7685
7751
|
}
|
|
7752
|
+
async function importWidgetsFeatureTableSupportAttachmentsColumnTemplate() {
|
|
7753
|
+
if (isAMD) {
|
|
7754
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsColumnTemplate");
|
|
7755
|
+
}
|
|
7756
|
+
const module = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsColumnTemplate.js");
|
|
7757
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7758
|
+
}
|
|
7759
|
+
async function newWidgetsFeatureTableSupportAttachmentsColumnTemplate(properties) {
|
|
7760
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsColumnTemplate();
|
|
7761
|
+
return new ModConstructor(properties);
|
|
7762
|
+
}
|
|
7763
|
+
async function importWidgetsFeatureTableSupportAttachmentsViewOptions() {
|
|
7764
|
+
if (isAMD) {
|
|
7765
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/AttachmentsViewOptions");
|
|
7766
|
+
}
|
|
7767
|
+
const module = await import("@arcgis/core/widgets/FeatureTable/support/AttachmentsViewOptions.js");
|
|
7768
|
+
return isDefaultModule(module) ? module.default : module;
|
|
7769
|
+
}
|
|
7770
|
+
async function newWidgetsFeatureTableSupportAttachmentsViewOptions(properties) {
|
|
7771
|
+
const ModConstructor = await importWidgetsFeatureTableSupportAttachmentsViewOptions();
|
|
7772
|
+
return new ModConstructor(properties);
|
|
7773
|
+
}
|
|
7686
7774
|
async function importWidgetsFeatureTableSupportColumnTemplate() {
|
|
7687
7775
|
if (isAMD) {
|
|
7688
7776
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/ColumnTemplate");
|
|
@@ -7716,15 +7804,15 @@ async function newWidgetsFeatureTableSupportFieldColumnTemplate(properties) {
|
|
|
7716
7804
|
const ModConstructor = await importWidgetsFeatureTableSupportFieldColumnTemplate();
|
|
7717
7805
|
return new ModConstructor(properties);
|
|
7718
7806
|
}
|
|
7719
|
-
async function
|
|
7807
|
+
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
7720
7808
|
if (isAMD) {
|
|
7721
|
-
return await window.$arcgis.import("esri/widgets/FeatureTable/support/
|
|
7809
|
+
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
7722
7810
|
}
|
|
7723
|
-
const module = await import("@arcgis/core/widgets/FeatureTable/support/
|
|
7811
|
+
const module = await import("@arcgis/core/widgets/FeatureTable/support/GroupColumnTemplate.js");
|
|
7724
7812
|
return isDefaultModule(module) ? module.default : module;
|
|
7725
7813
|
}
|
|
7726
|
-
async function
|
|
7727
|
-
const ModConstructor = await
|
|
7814
|
+
async function newWidgetsFeatureTableSupportGroupColumnTemplate(properties) {
|
|
7815
|
+
const ModConstructor = await importWidgetsFeatureTableSupportGroupColumnTemplate();
|
|
7728
7816
|
return new ModConstructor(properties);
|
|
7729
7817
|
}
|
|
7730
7818
|
async function importWidgetsFeatureTableSupportRelationshipColumnTemplate() {
|
|
@@ -7738,17 +7826,6 @@ async function newWidgetsFeatureTableSupportRelationshipColumnTemplate(propertie
|
|
|
7738
7826
|
const ModConstructor = await importWidgetsFeatureTableSupportRelationshipColumnTemplate();
|
|
7739
7827
|
return new ModConstructor(properties);
|
|
7740
7828
|
}
|
|
7741
|
-
async function importWidgetsFeatureTableSupportGroupColumnTemplate() {
|
|
7742
|
-
if (isAMD) {
|
|
7743
|
-
return await window.$arcgis.import("esri/widgets/FeatureTable/support/GroupColumnTemplate");
|
|
7744
|
-
}
|
|
7745
|
-
const module = await import("@arcgis/core/widgets/FeatureTable/support/GroupColumnTemplate.js");
|
|
7746
|
-
return isDefaultModule(module) ? module.default : module;
|
|
7747
|
-
}
|
|
7748
|
-
async function newWidgetsFeatureTableSupportGroupColumnTemplate(properties) {
|
|
7749
|
-
const ModConstructor = await importWidgetsFeatureTableSupportGroupColumnTemplate();
|
|
7750
|
-
return new ModConstructor(properties);
|
|
7751
|
-
}
|
|
7752
7829
|
async function importWidgetsFeatureTableSupportTableTemplate() {
|
|
7753
7830
|
if (isAMD) {
|
|
7754
7831
|
return await window.$arcgis.import("esri/widgets/FeatureTable/support/TableTemplate");
|
|
@@ -11309,7 +11386,13 @@ export {
|
|
|
11309
11386
|
importWebsceneSlide,
|
|
11310
11387
|
importWebsceneSlideLegendInfo,
|
|
11311
11388
|
importWebsceneSunLighting,
|
|
11389
|
+
importWebsceneSupportFeatureReference,
|
|
11390
|
+
importWebsceneSupportFeatureReferenceGlobalId,
|
|
11391
|
+
importWebsceneSupportFeatureReferenceId,
|
|
11392
|
+
importWebsceneSupportFeatureReferenceObjectId,
|
|
11393
|
+
importWebsceneSupportLayerReference,
|
|
11312
11394
|
importWebsceneSupportSlideElements,
|
|
11395
|
+
importWebsceneSupportSlidePopupInfo,
|
|
11313
11396
|
importWebsceneVirtualLighting,
|
|
11314
11397
|
importWidgetsAreaMeasurement2D,
|
|
11315
11398
|
importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -11393,6 +11476,7 @@ export {
|
|
|
11393
11476
|
importWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
11394
11477
|
importWidgetsFeatureTableRelationshipColumn,
|
|
11395
11478
|
importWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
11479
|
+
importWidgetsFeatureTableSupportAttachmentsViewOptions,
|
|
11396
11480
|
importWidgetsFeatureTableSupportColumnTemplate,
|
|
11397
11481
|
importWidgetsFeatureTableSupportColumnTemplateBase,
|
|
11398
11482
|
importWidgetsFeatureTableSupportFieldColumnTemplate,
|
|
@@ -12132,7 +12216,13 @@ export {
|
|
|
12132
12216
|
newWebsceneSlide,
|
|
12133
12217
|
newWebsceneSlideLegendInfo,
|
|
12134
12218
|
newWebsceneSunLighting,
|
|
12219
|
+
newWebsceneSupportFeatureReference,
|
|
12220
|
+
newWebsceneSupportFeatureReferenceGlobalId,
|
|
12221
|
+
newWebsceneSupportFeatureReferenceId,
|
|
12222
|
+
newWebsceneSupportFeatureReferenceObjectId,
|
|
12223
|
+
newWebsceneSupportLayerReference,
|
|
12135
12224
|
newWebsceneSupportSlideElements,
|
|
12225
|
+
newWebsceneSupportSlidePopupInfo,
|
|
12136
12226
|
newWebsceneVirtualLighting,
|
|
12137
12227
|
newWidgetsAreaMeasurement2D,
|
|
12138
12228
|
newWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
|
|
@@ -12215,6 +12305,7 @@ export {
|
|
|
12215
12305
|
newWidgetsFeatureTableGridSupportButtonMenuViewModel,
|
|
12216
12306
|
newWidgetsFeatureTableRelationshipColumn,
|
|
12217
12307
|
newWidgetsFeatureTableSupportAttachmentsColumnTemplate,
|
|
12308
|
+
newWidgetsFeatureTableSupportAttachmentsViewOptions,
|
|
12218
12309
|
newWidgetsFeatureTableSupportColumnTemplate,
|
|
12219
12310
|
newWidgetsFeatureTableSupportColumnTemplateBase,
|
|
12220
12311
|
newWidgetsFeatureTableSupportFieldColumnTemplate,
|