@arcgis/core-adapter 4.33.0-next.100 → 4.33.0-next.102
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 +52 -0
- package/dist/index.d.cts +8 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +52 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -227,6 +227,17 @@ async function newAnalysisViewshedAnalysis(properties) {
|
|
|
227
227
|
const ModConstructor = await importAnalysisViewshedAnalysis();
|
|
228
228
|
return new ModConstructor(properties);
|
|
229
229
|
}
|
|
230
|
+
async function importAnalysisSupportAnalysisOriginWebScene() {
|
|
231
|
+
if (isAMD) {
|
|
232
|
+
return await window.$arcgis.import("esri/analysis/support/AnalysisOriginWebScene");
|
|
233
|
+
}
|
|
234
|
+
const module2 = await import("@arcgis/core/analysis/support/AnalysisOriginWebScene.js");
|
|
235
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
236
|
+
}
|
|
237
|
+
async function newAnalysisSupportAnalysisOriginWebScene(properties) {
|
|
238
|
+
const ModConstructor = await importAnalysisSupportAnalysisOriginWebScene();
|
|
239
|
+
return new ModConstructor(properties);
|
|
240
|
+
}
|
|
230
241
|
async function importCoreAccessor() {
|
|
231
242
|
if (isAMD) {
|
|
232
243
|
return await window.$arcgis.import("esri/core/Accessor");
|
|
@@ -8345,6 +8356,39 @@ async function newWidgetsShadowCastShadowCastViewModel(properties) {
|
|
|
8345
8356
|
const ModConstructor = await importWidgetsShadowCastShadowCastViewModel();
|
|
8346
8357
|
return new ModConstructor(properties);
|
|
8347
8358
|
}
|
|
8359
|
+
async function importWidgetsShadowCastDiscreteOptions() {
|
|
8360
|
+
if (isAMD) {
|
|
8361
|
+
return await window.$arcgis.import("esri/widgets/ShadowCast/DiscreteOptions");
|
|
8362
|
+
}
|
|
8363
|
+
const module2 = await import("@arcgis/core/widgets/ShadowCast/DiscreteOptions.js");
|
|
8364
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8365
|
+
}
|
|
8366
|
+
async function newWidgetsShadowCastDiscreteOptions(properties) {
|
|
8367
|
+
const ModConstructor = await importWidgetsShadowCastDiscreteOptions();
|
|
8368
|
+
return new ModConstructor(properties);
|
|
8369
|
+
}
|
|
8370
|
+
async function importWidgetsShadowCastDurationOptions() {
|
|
8371
|
+
if (isAMD) {
|
|
8372
|
+
return await window.$arcgis.import("esri/widgets/ShadowCast/DurationOptions");
|
|
8373
|
+
}
|
|
8374
|
+
const module2 = await import("@arcgis/core/widgets/ShadowCast/DurationOptions.js");
|
|
8375
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8376
|
+
}
|
|
8377
|
+
async function newWidgetsShadowCastDurationOptions(properties) {
|
|
8378
|
+
const ModConstructor = await importWidgetsShadowCastDurationOptions();
|
|
8379
|
+
return new ModConstructor(properties);
|
|
8380
|
+
}
|
|
8381
|
+
async function importWidgetsShadowCastThresholdOptions() {
|
|
8382
|
+
if (isAMD) {
|
|
8383
|
+
return await window.$arcgis.import("esri/widgets/ShadowCast/ThresholdOptions");
|
|
8384
|
+
}
|
|
8385
|
+
const module2 = await import("@arcgis/core/widgets/ShadowCast/ThresholdOptions.js");
|
|
8386
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
8387
|
+
}
|
|
8388
|
+
async function newWidgetsShadowCastThresholdOptions(properties) {
|
|
8389
|
+
const ModConstructor = await importWidgetsShadowCastThresholdOptions();
|
|
8390
|
+
return new ModConstructor(properties);
|
|
8391
|
+
}
|
|
8348
8392
|
async function importWidgetsSketch() {
|
|
8349
8393
|
if (isAMD) {
|
|
8350
8394
|
return await window.$arcgis.import("esri/widgets/Sketch");
|
|
@@ -10479,6 +10523,7 @@ exports.importAnalysisLineOfSightAnalysisObserver = importAnalysisLineOfSightAna
|
|
|
10479
10523
|
exports.importAnalysisLineOfSightAnalysisTarget = importAnalysisLineOfSightAnalysisTarget;
|
|
10480
10524
|
exports.importAnalysisSliceAnalysis = importAnalysisSliceAnalysis;
|
|
10481
10525
|
exports.importAnalysisSlicePlane = importAnalysisSlicePlane;
|
|
10526
|
+
exports.importAnalysisSupportAnalysisOriginWebScene = importAnalysisSupportAnalysisOriginWebScene;
|
|
10482
10527
|
exports.importAnalysisViewshed = importAnalysisViewshed;
|
|
10483
10528
|
exports.importAnalysisViewshedAnalysis = importAnalysisViewshedAnalysis;
|
|
10484
10529
|
exports.importApplicationsComponentsBasemapUtils = importApplicationsComponentsBasemapUtils;
|
|
@@ -11430,7 +11475,10 @@ exports.importWidgetsSearchSearchResultRenderer = importWidgetsSearchSearchResul
|
|
|
11430
11475
|
exports.importWidgetsSearchSearchSource = importWidgetsSearchSearchSource;
|
|
11431
11476
|
exports.importWidgetsSearchSearchViewModel = importWidgetsSearchSearchViewModel;
|
|
11432
11477
|
exports.importWidgetsShadowCast = importWidgetsShadowCast;
|
|
11478
|
+
exports.importWidgetsShadowCastDiscreteOptions = importWidgetsShadowCastDiscreteOptions;
|
|
11479
|
+
exports.importWidgetsShadowCastDurationOptions = importWidgetsShadowCastDurationOptions;
|
|
11433
11480
|
exports.importWidgetsShadowCastShadowCastViewModel = importWidgetsShadowCastShadowCastViewModel;
|
|
11481
|
+
exports.importWidgetsShadowCastThresholdOptions = importWidgetsShadowCastThresholdOptions;
|
|
11434
11482
|
exports.importWidgetsSketch = importWidgetsSketch;
|
|
11435
11483
|
exports.importWidgetsSketchSketchViewModel = importWidgetsSketchSketchViewModel;
|
|
11436
11484
|
exports.importWidgetsSlice = importWidgetsSlice;
|
|
@@ -11505,6 +11553,7 @@ exports.newAnalysisLineOfSightAnalysisObserver = newAnalysisLineOfSightAnalysisO
|
|
|
11505
11553
|
exports.newAnalysisLineOfSightAnalysisTarget = newAnalysisLineOfSightAnalysisTarget;
|
|
11506
11554
|
exports.newAnalysisSliceAnalysis = newAnalysisSliceAnalysis;
|
|
11507
11555
|
exports.newAnalysisSlicePlane = newAnalysisSlicePlane;
|
|
11556
|
+
exports.newAnalysisSupportAnalysisOriginWebScene = newAnalysisSupportAnalysisOriginWebScene;
|
|
11508
11557
|
exports.newAnalysisViewshed = newAnalysisViewshed;
|
|
11509
11558
|
exports.newAnalysisViewshedAnalysis = newAnalysisViewshedAnalysis;
|
|
11510
11559
|
exports.newAttributeBinsGraphic = newAttributeBinsGraphic;
|
|
@@ -12248,7 +12297,10 @@ exports.newWidgetsSearchSearchResultRenderer = newWidgetsSearchSearchResultRende
|
|
|
12248
12297
|
exports.newWidgetsSearchSearchSource = newWidgetsSearchSearchSource;
|
|
12249
12298
|
exports.newWidgetsSearchSearchViewModel = newWidgetsSearchSearchViewModel;
|
|
12250
12299
|
exports.newWidgetsShadowCast = newWidgetsShadowCast;
|
|
12300
|
+
exports.newWidgetsShadowCastDiscreteOptions = newWidgetsShadowCastDiscreteOptions;
|
|
12301
|
+
exports.newWidgetsShadowCastDurationOptions = newWidgetsShadowCastDurationOptions;
|
|
12251
12302
|
exports.newWidgetsShadowCastShadowCastViewModel = newWidgetsShadowCastShadowCastViewModel;
|
|
12303
|
+
exports.newWidgetsShadowCastThresholdOptions = newWidgetsShadowCastThresholdOptions;
|
|
12252
12304
|
exports.newWidgetsSketch = newWidgetsSketch;
|
|
12253
12305
|
exports.newWidgetsSketchSketchViewModel = newWidgetsSketchSketchViewModel;
|
|
12254
12306
|
exports.newWidgetsSlice = newWidgetsSlice;
|
package/dist/index.d.cts
CHANGED
|
@@ -49,6 +49,8 @@ export declare function importAnalysisViewshed(): Promise<typeof __esri.Viewshed
|
|
|
49
49
|
export declare function newAnalysisViewshed(properties: __esri.ViewshedProperties): Promise<__esri.Viewshed>;
|
|
50
50
|
export declare function importAnalysisViewshedAnalysis(): Promise<typeof __esri.ViewshedAnalysis>;
|
|
51
51
|
export declare function newAnalysisViewshedAnalysis(properties: __esri.ViewshedAnalysisProperties): Promise<__esri.ViewshedAnalysis>;
|
|
52
|
+
export declare function importAnalysisSupportAnalysisOriginWebScene(): Promise<typeof __esri.AnalysisOriginWebScene>;
|
|
53
|
+
export declare function newAnalysisSupportAnalysisOriginWebScene(properties: __esri.AnalysisOriginWebSceneProperties): Promise<__esri.AnalysisOriginWebScene>;
|
|
52
54
|
export declare function importCoreAccessor(): Promise<typeof __esri.Accessor>;
|
|
53
55
|
export declare function newCoreAccessor(obj: any): Promise<__esri.Accessor>;
|
|
54
56
|
export declare function importCoreCollection(): Promise<typeof __esri.Collection>;
|
|
@@ -1525,6 +1527,12 @@ export declare function importWidgetsShadowCast(): Promise<typeof __esri.ShadowC
|
|
|
1525
1527
|
export declare function newWidgetsShadowCast(properties: __esri.ShadowCastProperties): Promise<__esri.ShadowCast>;
|
|
1526
1528
|
export declare function importWidgetsShadowCastShadowCastViewModel(): Promise<typeof __esri.ShadowCastViewModel>;
|
|
1527
1529
|
export declare function newWidgetsShadowCastShadowCastViewModel(properties: __esri.ShadowCastViewModelProperties): Promise<__esri.ShadowCastViewModel>;
|
|
1530
|
+
export declare function importWidgetsShadowCastDiscreteOptions(): Promise<typeof __esri.DiscreteOptions>;
|
|
1531
|
+
export declare function newWidgetsShadowCastDiscreteOptions(properties: __esri.DiscreteOptionsProperties): Promise<__esri.DiscreteOptions>;
|
|
1532
|
+
export declare function importWidgetsShadowCastDurationOptions(): Promise<typeof __esri.DurationOptions>;
|
|
1533
|
+
export declare function newWidgetsShadowCastDurationOptions(properties: __esri.DurationOptionsProperties): Promise<__esri.DurationOptions>;
|
|
1534
|
+
export declare function importWidgetsShadowCastThresholdOptions(): Promise<typeof __esri.ThresholdOptions>;
|
|
1535
|
+
export declare function newWidgetsShadowCastThresholdOptions(properties: __esri.ThresholdOptionsProperties): Promise<__esri.ThresholdOptions>;
|
|
1528
1536
|
export declare function importWidgetsSketch(): Promise<typeof __esri.Sketch>;
|
|
1529
1537
|
export declare function newWidgetsSketch(properties: __esri.SketchProperties): Promise<__esri.Sketch>;
|
|
1530
1538
|
export declare function importWidgetsSketchSketchViewModel(): Promise<typeof __esri.SketchViewModel>;
|
package/dist/index.d.ts
CHANGED
|
@@ -49,6 +49,8 @@ export declare function importAnalysisViewshed(): Promise<typeof __esri.Viewshed
|
|
|
49
49
|
export declare function newAnalysisViewshed(properties: __esri.ViewshedProperties): Promise<__esri.Viewshed>;
|
|
50
50
|
export declare function importAnalysisViewshedAnalysis(): Promise<typeof __esri.ViewshedAnalysis>;
|
|
51
51
|
export declare function newAnalysisViewshedAnalysis(properties: __esri.ViewshedAnalysisProperties): Promise<__esri.ViewshedAnalysis>;
|
|
52
|
+
export declare function importAnalysisSupportAnalysisOriginWebScene(): Promise<typeof __esri.AnalysisOriginWebScene>;
|
|
53
|
+
export declare function newAnalysisSupportAnalysisOriginWebScene(properties: __esri.AnalysisOriginWebSceneProperties): Promise<__esri.AnalysisOriginWebScene>;
|
|
52
54
|
export declare function importCoreAccessor(): Promise<typeof __esri.Accessor>;
|
|
53
55
|
export declare function newCoreAccessor(obj: any): Promise<__esri.Accessor>;
|
|
54
56
|
export declare function importCoreCollection(): Promise<typeof __esri.Collection>;
|
|
@@ -1525,6 +1527,12 @@ export declare function importWidgetsShadowCast(): Promise<typeof __esri.ShadowC
|
|
|
1525
1527
|
export declare function newWidgetsShadowCast(properties: __esri.ShadowCastProperties): Promise<__esri.ShadowCast>;
|
|
1526
1528
|
export declare function importWidgetsShadowCastShadowCastViewModel(): Promise<typeof __esri.ShadowCastViewModel>;
|
|
1527
1529
|
export declare function newWidgetsShadowCastShadowCastViewModel(properties: __esri.ShadowCastViewModelProperties): Promise<__esri.ShadowCastViewModel>;
|
|
1530
|
+
export declare function importWidgetsShadowCastDiscreteOptions(): Promise<typeof __esri.DiscreteOptions>;
|
|
1531
|
+
export declare function newWidgetsShadowCastDiscreteOptions(properties: __esri.DiscreteOptionsProperties): Promise<__esri.DiscreteOptions>;
|
|
1532
|
+
export declare function importWidgetsShadowCastDurationOptions(): Promise<typeof __esri.DurationOptions>;
|
|
1533
|
+
export declare function newWidgetsShadowCastDurationOptions(properties: __esri.DurationOptionsProperties): Promise<__esri.DurationOptions>;
|
|
1534
|
+
export declare function importWidgetsShadowCastThresholdOptions(): Promise<typeof __esri.ThresholdOptions>;
|
|
1535
|
+
export declare function newWidgetsShadowCastThresholdOptions(properties: __esri.ThresholdOptionsProperties): Promise<__esri.ThresholdOptions>;
|
|
1528
1536
|
export declare function importWidgetsSketch(): Promise<typeof __esri.Sketch>;
|
|
1529
1537
|
export declare function newWidgetsSketch(properties: __esri.SketchProperties): Promise<__esri.Sketch>;
|
|
1530
1538
|
export declare function importWidgetsSketchSketchViewModel(): Promise<typeof __esri.SketchViewModel>;
|
package/dist/index.js
CHANGED
|
@@ -203,6 +203,17 @@ async function newAnalysisViewshedAnalysis(properties) {
|
|
|
203
203
|
const ModConstructor = await importAnalysisViewshedAnalysis();
|
|
204
204
|
return new ModConstructor(properties);
|
|
205
205
|
}
|
|
206
|
+
async function importAnalysisSupportAnalysisOriginWebScene() {
|
|
207
|
+
if (isAMD) {
|
|
208
|
+
return await window.$arcgis.import("esri/analysis/support/AnalysisOriginWebScene");
|
|
209
|
+
}
|
|
210
|
+
const module = await import("@arcgis/core/analysis/support/AnalysisOriginWebScene.js");
|
|
211
|
+
return isDefaultModule(module) ? module.default : module;
|
|
212
|
+
}
|
|
213
|
+
async function newAnalysisSupportAnalysisOriginWebScene(properties) {
|
|
214
|
+
const ModConstructor = await importAnalysisSupportAnalysisOriginWebScene();
|
|
215
|
+
return new ModConstructor(properties);
|
|
216
|
+
}
|
|
206
217
|
async function importCoreAccessor() {
|
|
207
218
|
if (isAMD) {
|
|
208
219
|
return await window.$arcgis.import("esri/core/Accessor");
|
|
@@ -8321,6 +8332,39 @@ async function newWidgetsShadowCastShadowCastViewModel(properties) {
|
|
|
8321
8332
|
const ModConstructor = await importWidgetsShadowCastShadowCastViewModel();
|
|
8322
8333
|
return new ModConstructor(properties);
|
|
8323
8334
|
}
|
|
8335
|
+
async function importWidgetsShadowCastDiscreteOptions() {
|
|
8336
|
+
if (isAMD) {
|
|
8337
|
+
return await window.$arcgis.import("esri/widgets/ShadowCast/DiscreteOptions");
|
|
8338
|
+
}
|
|
8339
|
+
const module = await import("@arcgis/core/widgets/ShadowCast/DiscreteOptions.js");
|
|
8340
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8341
|
+
}
|
|
8342
|
+
async function newWidgetsShadowCastDiscreteOptions(properties) {
|
|
8343
|
+
const ModConstructor = await importWidgetsShadowCastDiscreteOptions();
|
|
8344
|
+
return new ModConstructor(properties);
|
|
8345
|
+
}
|
|
8346
|
+
async function importWidgetsShadowCastDurationOptions() {
|
|
8347
|
+
if (isAMD) {
|
|
8348
|
+
return await window.$arcgis.import("esri/widgets/ShadowCast/DurationOptions");
|
|
8349
|
+
}
|
|
8350
|
+
const module = await import("@arcgis/core/widgets/ShadowCast/DurationOptions.js");
|
|
8351
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8352
|
+
}
|
|
8353
|
+
async function newWidgetsShadowCastDurationOptions(properties) {
|
|
8354
|
+
const ModConstructor = await importWidgetsShadowCastDurationOptions();
|
|
8355
|
+
return new ModConstructor(properties);
|
|
8356
|
+
}
|
|
8357
|
+
async function importWidgetsShadowCastThresholdOptions() {
|
|
8358
|
+
if (isAMD) {
|
|
8359
|
+
return await window.$arcgis.import("esri/widgets/ShadowCast/ThresholdOptions");
|
|
8360
|
+
}
|
|
8361
|
+
const module = await import("@arcgis/core/widgets/ShadowCast/ThresholdOptions.js");
|
|
8362
|
+
return isDefaultModule(module) ? module.default : module;
|
|
8363
|
+
}
|
|
8364
|
+
async function newWidgetsShadowCastThresholdOptions(properties) {
|
|
8365
|
+
const ModConstructor = await importWidgetsShadowCastThresholdOptions();
|
|
8366
|
+
return new ModConstructor(properties);
|
|
8367
|
+
}
|
|
8324
8368
|
async function importWidgetsSketch() {
|
|
8325
8369
|
if (isAMD) {
|
|
8326
8370
|
return await window.$arcgis.import("esri/widgets/Sketch");
|
|
@@ -10456,6 +10500,7 @@ export {
|
|
|
10456
10500
|
importAnalysisLineOfSightAnalysisTarget,
|
|
10457
10501
|
importAnalysisSliceAnalysis,
|
|
10458
10502
|
importAnalysisSlicePlane,
|
|
10503
|
+
importAnalysisSupportAnalysisOriginWebScene,
|
|
10459
10504
|
importAnalysisViewshed,
|
|
10460
10505
|
importAnalysisViewshedAnalysis,
|
|
10461
10506
|
importApplicationsComponentsBasemapUtils,
|
|
@@ -11407,7 +11452,10 @@ export {
|
|
|
11407
11452
|
importWidgetsSearchSearchSource,
|
|
11408
11453
|
importWidgetsSearchSearchViewModel,
|
|
11409
11454
|
importWidgetsShadowCast,
|
|
11455
|
+
importWidgetsShadowCastDiscreteOptions,
|
|
11456
|
+
importWidgetsShadowCastDurationOptions,
|
|
11410
11457
|
importWidgetsShadowCastShadowCastViewModel,
|
|
11458
|
+
importWidgetsShadowCastThresholdOptions,
|
|
11411
11459
|
importWidgetsSketch,
|
|
11412
11460
|
importWidgetsSketchSketchViewModel,
|
|
11413
11461
|
importWidgetsSlice,
|
|
@@ -11482,6 +11530,7 @@ export {
|
|
|
11482
11530
|
newAnalysisLineOfSightAnalysisTarget,
|
|
11483
11531
|
newAnalysisSliceAnalysis,
|
|
11484
11532
|
newAnalysisSlicePlane,
|
|
11533
|
+
newAnalysisSupportAnalysisOriginWebScene,
|
|
11485
11534
|
newAnalysisViewshed,
|
|
11486
11535
|
newAnalysisViewshedAnalysis,
|
|
11487
11536
|
newAttributeBinsGraphic,
|
|
@@ -12225,7 +12274,10 @@ export {
|
|
|
12225
12274
|
newWidgetsSearchSearchSource,
|
|
12226
12275
|
newWidgetsSearchSearchViewModel,
|
|
12227
12276
|
newWidgetsShadowCast,
|
|
12277
|
+
newWidgetsShadowCastDiscreteOptions,
|
|
12278
|
+
newWidgetsShadowCastDurationOptions,
|
|
12228
12279
|
newWidgetsShadowCastShadowCastViewModel,
|
|
12280
|
+
newWidgetsShadowCastThresholdOptions,
|
|
12229
12281
|
newWidgetsSketch,
|
|
12230
12282
|
newWidgetsSketchSketchViewModel,
|
|
12231
12283
|
newWidgetsSlice,
|