@arcgis/core-adapter 4.33.0-next.104 → 4.33.0-next.106

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 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");
@@ -11332,7 +11398,13 @@ exports.importWebscenePresentation = importWebscenePresentation;
11332
11398
  exports.importWebsceneSlide = importWebsceneSlide;
11333
11399
  exports.importWebsceneSlideLegendInfo = importWebsceneSlideLegendInfo;
11334
11400
  exports.importWebsceneSunLighting = importWebsceneSunLighting;
11401
+ exports.importWebsceneSupportFeatureReference = importWebsceneSupportFeatureReference;
11402
+ exports.importWebsceneSupportFeatureReferenceGlobalId = importWebsceneSupportFeatureReferenceGlobalId;
11403
+ exports.importWebsceneSupportFeatureReferenceId = importWebsceneSupportFeatureReferenceId;
11404
+ exports.importWebsceneSupportFeatureReferenceObjectId = importWebsceneSupportFeatureReferenceObjectId;
11405
+ exports.importWebsceneSupportLayerReference = importWebsceneSupportLayerReference;
11335
11406
  exports.importWebsceneSupportSlideElements = importWebsceneSupportSlideElements;
11407
+ exports.importWebsceneSupportSlidePopupInfo = importWebsceneSupportSlidePopupInfo;
11336
11408
  exports.importWebsceneVirtualLighting = importWebsceneVirtualLighting;
11337
11409
  exports.importWidgetsAreaMeasurement2D = importWidgetsAreaMeasurement2D;
11338
11410
  exports.importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel = importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel;
@@ -12155,7 +12227,13 @@ exports.newWebscenePresentation = newWebscenePresentation;
12155
12227
  exports.newWebsceneSlide = newWebsceneSlide;
12156
12228
  exports.newWebsceneSlideLegendInfo = newWebsceneSlideLegendInfo;
12157
12229
  exports.newWebsceneSunLighting = newWebsceneSunLighting;
12230
+ exports.newWebsceneSupportFeatureReference = newWebsceneSupportFeatureReference;
12231
+ exports.newWebsceneSupportFeatureReferenceGlobalId = newWebsceneSupportFeatureReferenceGlobalId;
12232
+ exports.newWebsceneSupportFeatureReferenceId = newWebsceneSupportFeatureReferenceId;
12233
+ exports.newWebsceneSupportFeatureReferenceObjectId = newWebsceneSupportFeatureReferenceObjectId;
12234
+ exports.newWebsceneSupportLayerReference = newWebsceneSupportLayerReference;
12158
12235
  exports.newWebsceneSupportSlideElements = newWebsceneSupportSlideElements;
12236
+ exports.newWebsceneSupportSlidePopupInfo = newWebsceneSupportSlidePopupInfo;
12159
12237
  exports.newWebsceneVirtualLighting = newWebsceneVirtualLighting;
12160
12238
  exports.newWidgetsAreaMeasurement2D = newWidgetsAreaMeasurement2D;
12161
12239
  exports.newWidgetsAreaMeasurement2DAreaMeasurement2DViewModel = newWidgetsAreaMeasurement2DAreaMeasurement2DViewModel;
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>;
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>;
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");
@@ -11309,7 +11375,13 @@ export {
11309
11375
  importWebsceneSlide,
11310
11376
  importWebsceneSlideLegendInfo,
11311
11377
  importWebsceneSunLighting,
11378
+ importWebsceneSupportFeatureReference,
11379
+ importWebsceneSupportFeatureReferenceGlobalId,
11380
+ importWebsceneSupportFeatureReferenceId,
11381
+ importWebsceneSupportFeatureReferenceObjectId,
11382
+ importWebsceneSupportLayerReference,
11312
11383
  importWebsceneSupportSlideElements,
11384
+ importWebsceneSupportSlidePopupInfo,
11313
11385
  importWebsceneVirtualLighting,
11314
11386
  importWidgetsAreaMeasurement2D,
11315
11387
  importWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
@@ -12132,7 +12204,13 @@ export {
12132
12204
  newWebsceneSlide,
12133
12205
  newWebsceneSlideLegendInfo,
12134
12206
  newWebsceneSunLighting,
12207
+ newWebsceneSupportFeatureReference,
12208
+ newWebsceneSupportFeatureReferenceGlobalId,
12209
+ newWebsceneSupportFeatureReferenceId,
12210
+ newWebsceneSupportFeatureReferenceObjectId,
12211
+ newWebsceneSupportLayerReference,
12135
12212
  newWebsceneSupportSlideElements,
12213
+ newWebsceneSupportSlidePopupInfo,
12136
12214
  newWebsceneVirtualLighting,
12137
12215
  newWidgetsAreaMeasurement2D,
12138
12216
  newWidgetsAreaMeasurement2DAreaMeasurement2DViewModel,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arcgis/core-adapter",
3
- "version": "4.33.0-next.104",
3
+ "version": "4.33.0-next.106",
4
4
  "description": "ArcGIS Core Adapter",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",