@arcgis/core-adapter 4.34.0-next.58 → 4.34.0-next.60
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 +0 -91
- package/dist/index.d.cts +0 -14
- package/dist/index.d.ts +0 -14
- package/dist/index.js +0 -91
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -6211,39 +6211,6 @@ async function newViewsLayersBuildingSceneLayerView(properties) {
|
|
|
6211
6211
|
const ModConstructor = await importViewsLayersBuildingSceneLayerView();
|
|
6212
6212
|
return new ModConstructor(properties);
|
|
6213
6213
|
}
|
|
6214
|
-
async function importViewsLayersCatalogDynamicGroupLayerView() {
|
|
6215
|
-
if (isAMD) {
|
|
6216
|
-
return await window.$arcgis.import("esri/views/layers/CatalogDynamicGroupLayerView");
|
|
6217
|
-
}
|
|
6218
|
-
const module2 = await import("@arcgis/core/views/layers/CatalogDynamicGroupLayerView.js");
|
|
6219
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6220
|
-
}
|
|
6221
|
-
async function newViewsLayersCatalogDynamicGroupLayerView(properties) {
|
|
6222
|
-
const ModConstructor = await importViewsLayersCatalogDynamicGroupLayerView();
|
|
6223
|
-
return new ModConstructor(properties);
|
|
6224
|
-
}
|
|
6225
|
-
async function importViewsLayersCatalogFootprintLayerView() {
|
|
6226
|
-
if (isAMD) {
|
|
6227
|
-
return await window.$arcgis.import("esri/views/layers/CatalogFootprintLayerView");
|
|
6228
|
-
}
|
|
6229
|
-
const module2 = await import("@arcgis/core/views/layers/CatalogFootprintLayerView.js");
|
|
6230
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6231
|
-
}
|
|
6232
|
-
async function newViewsLayersCatalogFootprintLayerView(properties) {
|
|
6233
|
-
const ModConstructor = await importViewsLayersCatalogFootprintLayerView();
|
|
6234
|
-
return new ModConstructor(properties);
|
|
6235
|
-
}
|
|
6236
|
-
async function importViewsLayersCatalogLayerView() {
|
|
6237
|
-
if (isAMD) {
|
|
6238
|
-
return await window.$arcgis.import("esri/views/layers/CatalogLayerView");
|
|
6239
|
-
}
|
|
6240
|
-
const module2 = await import("@arcgis/core/views/layers/CatalogLayerView.js");
|
|
6241
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6242
|
-
}
|
|
6243
|
-
async function newViewsLayersCatalogLayerView(properties) {
|
|
6244
|
-
const ModConstructor = await importViewsLayersCatalogLayerView();
|
|
6245
|
-
return new ModConstructor(properties);
|
|
6246
|
-
}
|
|
6247
6214
|
async function importViewsLayersDimensionLayerView() {
|
|
6248
6215
|
if (isAMD) {
|
|
6249
6216
|
return await window.$arcgis.import("esri/views/layers/DimensionLayerView");
|
|
@@ -6255,17 +6222,6 @@ async function newViewsLayersDimensionLayerView(properties) {
|
|
|
6255
6222
|
const ModConstructor = await importViewsLayersDimensionLayerView();
|
|
6256
6223
|
return new ModConstructor(properties);
|
|
6257
6224
|
}
|
|
6258
|
-
async function importViewsLayersFeatureLayerView() {
|
|
6259
|
-
if (isAMD) {
|
|
6260
|
-
return await window.$arcgis.import("esri/views/layers/FeatureLayerView");
|
|
6261
|
-
}
|
|
6262
|
-
const module2 = await import("@arcgis/core/views/layers/FeatureLayerView.js");
|
|
6263
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6264
|
-
}
|
|
6265
|
-
async function newViewsLayersFeatureLayerView(properties) {
|
|
6266
|
-
const ModConstructor = await importViewsLayersFeatureLayerView();
|
|
6267
|
-
return new ModConstructor(properties);
|
|
6268
|
-
}
|
|
6269
6225
|
async function importViewsLayersGroupLayerView() {
|
|
6270
6226
|
if (isAMD) {
|
|
6271
6227
|
return await window.$arcgis.import("esri/views/layers/GroupLayerView");
|
|
@@ -6332,28 +6288,6 @@ async function newViewsLayersMediaLayerView(properties) {
|
|
|
6332
6288
|
const ModConstructor = await importViewsLayersMediaLayerView();
|
|
6333
6289
|
return new ModConstructor(properties);
|
|
6334
6290
|
}
|
|
6335
|
-
async function importViewsLayersOGCFeatureLayerView() {
|
|
6336
|
-
if (isAMD) {
|
|
6337
|
-
return await window.$arcgis.import("esri/views/layers/OGCFeatureLayerView");
|
|
6338
|
-
}
|
|
6339
|
-
const module2 = await import("@arcgis/core/views/layers/OGCFeatureLayerView.js");
|
|
6340
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6341
|
-
}
|
|
6342
|
-
async function newViewsLayersOGCFeatureLayerView(properties) {
|
|
6343
|
-
const ModConstructor = await importViewsLayersOGCFeatureLayerView();
|
|
6344
|
-
return new ModConstructor(properties);
|
|
6345
|
-
}
|
|
6346
|
-
async function importViewsLayersPointCloudLayerView() {
|
|
6347
|
-
if (isAMD) {
|
|
6348
|
-
return await window.$arcgis.import("esri/views/layers/PointCloudLayerView");
|
|
6349
|
-
}
|
|
6350
|
-
const module2 = await import("@arcgis/core/views/layers/PointCloudLayerView.js");
|
|
6351
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6352
|
-
}
|
|
6353
|
-
async function newViewsLayersPointCloudLayerView(properties) {
|
|
6354
|
-
const ModConstructor = await importViewsLayersPointCloudLayerView();
|
|
6355
|
-
return new ModConstructor(properties);
|
|
6356
|
-
}
|
|
6357
6291
|
async function importViewsLayersSceneLayerView() {
|
|
6358
6292
|
if (isAMD) {
|
|
6359
6293
|
return await window.$arcgis.import("esri/views/layers/SceneLayerView");
|
|
@@ -6365,17 +6299,6 @@ async function newViewsLayersSceneLayerView(properties) {
|
|
|
6365
6299
|
const ModConstructor = await importViewsLayersSceneLayerView();
|
|
6366
6300
|
return new ModConstructor(properties);
|
|
6367
6301
|
}
|
|
6368
|
-
async function importViewsLayersStreamLayerView() {
|
|
6369
|
-
if (isAMD) {
|
|
6370
|
-
return await window.$arcgis.import("esri/views/layers/StreamLayerView");
|
|
6371
|
-
}
|
|
6372
|
-
const module2 = await import("@arcgis/core/views/layers/StreamLayerView.js");
|
|
6373
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
6374
|
-
}
|
|
6375
|
-
async function newViewsLayersStreamLayerView(properties) {
|
|
6376
|
-
const ModConstructor = await importViewsLayersStreamLayerView();
|
|
6377
|
-
return new ModConstructor(properties);
|
|
6378
|
-
}
|
|
6379
6302
|
async function importViewsLayersViewshedLayerView() {
|
|
6380
6303
|
if (isAMD) {
|
|
6381
6304
|
return await window.$arcgis.import("esri/views/layers/ViewshedLayerView");
|
|
@@ -11669,21 +11592,14 @@ exports.importViewsInteractiveSnappingSnappingOptions = importViewsInteractiveSn
|
|
|
11669
11592
|
exports.importViewsInteractiveTooltip = importViewsInteractiveTooltip;
|
|
11670
11593
|
exports.importViewsLayersBuildingComponentSublayerView = importViewsLayersBuildingComponentSublayerView;
|
|
11671
11594
|
exports.importViewsLayersBuildingSceneLayerView = importViewsLayersBuildingSceneLayerView;
|
|
11672
|
-
exports.importViewsLayersCatalogDynamicGroupLayerView = importViewsLayersCatalogDynamicGroupLayerView;
|
|
11673
|
-
exports.importViewsLayersCatalogFootprintLayerView = importViewsLayersCatalogFootprintLayerView;
|
|
11674
|
-
exports.importViewsLayersCatalogLayerView = importViewsLayersCatalogLayerView;
|
|
11675
11595
|
exports.importViewsLayersDimensionLayerView = importViewsLayersDimensionLayerView;
|
|
11676
|
-
exports.importViewsLayersFeatureLayerView = importViewsLayersFeatureLayerView;
|
|
11677
11596
|
exports.importViewsLayersGroupLayerView = importViewsLayersGroupLayerView;
|
|
11678
11597
|
exports.importViewsLayersImageryLayerView = importViewsLayersImageryLayerView;
|
|
11679
11598
|
exports.importViewsLayersImageryTileLayerView = importViewsLayersImageryTileLayerView;
|
|
11680
11599
|
exports.importViewsLayersLayerView = importViewsLayersLayerView;
|
|
11681
11600
|
exports.importViewsLayersLineOfSightLayerView = importViewsLayersLineOfSightLayerView;
|
|
11682
11601
|
exports.importViewsLayersMediaLayerView = importViewsLayersMediaLayerView;
|
|
11683
|
-
exports.importViewsLayersOGCFeatureLayerView = importViewsLayersOGCFeatureLayerView;
|
|
11684
|
-
exports.importViewsLayersPointCloudLayerView = importViewsLayersPointCloudLayerView;
|
|
11685
11602
|
exports.importViewsLayersSceneLayerView = importViewsLayersSceneLayerView;
|
|
11686
|
-
exports.importViewsLayersStreamLayerView = importViewsLayersStreamLayerView;
|
|
11687
11603
|
exports.importViewsLayersViewshedLayerView = importViewsLayersViewshedLayerView;
|
|
11688
11604
|
exports.importViewsLinkChartView = importViewsLinkChartView;
|
|
11689
11605
|
exports.importViewsMagnifier = importViewsMagnifier;
|
|
@@ -12523,21 +12439,14 @@ exports.newViewsInteractiveSnappingSnappingOptions = newViewsInteractiveSnapping
|
|
|
12523
12439
|
exports.newViewsInteractiveTooltip = newViewsInteractiveTooltip;
|
|
12524
12440
|
exports.newViewsLayersBuildingComponentSublayerView = newViewsLayersBuildingComponentSublayerView;
|
|
12525
12441
|
exports.newViewsLayersBuildingSceneLayerView = newViewsLayersBuildingSceneLayerView;
|
|
12526
|
-
exports.newViewsLayersCatalogDynamicGroupLayerView = newViewsLayersCatalogDynamicGroupLayerView;
|
|
12527
|
-
exports.newViewsLayersCatalogFootprintLayerView = newViewsLayersCatalogFootprintLayerView;
|
|
12528
|
-
exports.newViewsLayersCatalogLayerView = newViewsLayersCatalogLayerView;
|
|
12529
12442
|
exports.newViewsLayersDimensionLayerView = newViewsLayersDimensionLayerView;
|
|
12530
|
-
exports.newViewsLayersFeatureLayerView = newViewsLayersFeatureLayerView;
|
|
12531
12443
|
exports.newViewsLayersGroupLayerView = newViewsLayersGroupLayerView;
|
|
12532
12444
|
exports.newViewsLayersImageryLayerView = newViewsLayersImageryLayerView;
|
|
12533
12445
|
exports.newViewsLayersImageryTileLayerView = newViewsLayersImageryTileLayerView;
|
|
12534
12446
|
exports.newViewsLayersLayerView = newViewsLayersLayerView;
|
|
12535
12447
|
exports.newViewsLayersLineOfSightLayerView = newViewsLayersLineOfSightLayerView;
|
|
12536
12448
|
exports.newViewsLayersMediaLayerView = newViewsLayersMediaLayerView;
|
|
12537
|
-
exports.newViewsLayersOGCFeatureLayerView = newViewsLayersOGCFeatureLayerView;
|
|
12538
|
-
exports.newViewsLayersPointCloudLayerView = newViewsLayersPointCloudLayerView;
|
|
12539
12449
|
exports.newViewsLayersSceneLayerView = newViewsLayersSceneLayerView;
|
|
12540
|
-
exports.newViewsLayersStreamLayerView = newViewsLayersStreamLayerView;
|
|
12541
12450
|
exports.newViewsLayersViewshedLayerView = newViewsLayersViewshedLayerView;
|
|
12542
12451
|
exports.newViewsLinkChartView = newViewsLinkChartView;
|
|
12543
12452
|
exports.newViewsMagnifier = newViewsMagnifier;
|
package/dist/index.d.cts
CHANGED
|
@@ -1137,16 +1137,8 @@ export declare function importViewsLayersBuildingComponentSublayerView(): Promis
|
|
|
1137
1137
|
export declare function newViewsLayersBuildingComponentSublayerView(properties: __esri.BuildingComponentSublayerViewProperties): Promise<__esri.BuildingComponentSublayerView>;
|
|
1138
1138
|
export declare function importViewsLayersBuildingSceneLayerView(): Promise<typeof __esri.BuildingSceneLayerView>;
|
|
1139
1139
|
export declare function newViewsLayersBuildingSceneLayerView(properties: __esri.BuildingSceneLayerViewProperties): Promise<__esri.BuildingSceneLayerView>;
|
|
1140
|
-
export declare function importViewsLayersCatalogDynamicGroupLayerView(): Promise<typeof __esri.CatalogDynamicGroupLayerView>;
|
|
1141
|
-
export declare function newViewsLayersCatalogDynamicGroupLayerView(properties: __esri.CatalogDynamicGroupLayerViewProperties): Promise<__esri.CatalogDynamicGroupLayerView>;
|
|
1142
|
-
export declare function importViewsLayersCatalogFootprintLayerView(): Promise<typeof __esri.CatalogFootprintLayerView>;
|
|
1143
|
-
export declare function newViewsLayersCatalogFootprintLayerView(properties: __esri.CatalogFootprintLayerViewProperties): Promise<__esri.CatalogFootprintLayerView>;
|
|
1144
|
-
export declare function importViewsLayersCatalogLayerView(): Promise<typeof __esri.CatalogLayerView>;
|
|
1145
|
-
export declare function newViewsLayersCatalogLayerView(properties: __esri.CatalogLayerViewProperties): Promise<__esri.CatalogLayerView>;
|
|
1146
1140
|
export declare function importViewsLayersDimensionLayerView(): Promise<typeof __esri.DimensionLayerView>;
|
|
1147
1141
|
export declare function newViewsLayersDimensionLayerView(properties: __esri.DimensionLayerViewProperties): Promise<__esri.DimensionLayerView>;
|
|
1148
|
-
export declare function importViewsLayersFeatureLayerView(): Promise<typeof __esri.FeatureLayerView>;
|
|
1149
|
-
export declare function newViewsLayersFeatureLayerView(properties: __esri.FeatureLayerViewProperties): Promise<__esri.FeatureLayerView>;
|
|
1150
1142
|
export declare function importViewsLayersGroupLayerView(): Promise<typeof __esri.GroupLayerView>;
|
|
1151
1143
|
export declare function newViewsLayersGroupLayerView(properties: __esri.GroupLayerViewProperties): Promise<__esri.GroupLayerView>;
|
|
1152
1144
|
export declare function importViewsLayersImageryLayerView(): Promise<typeof __esri.ImageryLayerView>;
|
|
@@ -1159,14 +1151,8 @@ export declare function importViewsLayersLineOfSightLayerView(): Promise<typeof
|
|
|
1159
1151
|
export declare function newViewsLayersLineOfSightLayerView(properties: __esri.LineOfSightLayerViewProperties): Promise<__esri.LineOfSightLayerView>;
|
|
1160
1152
|
export declare function importViewsLayersMediaLayerView(): Promise<typeof __esri.MediaLayerView>;
|
|
1161
1153
|
export declare function newViewsLayersMediaLayerView(properties: __esri.MediaLayerViewProperties): Promise<__esri.MediaLayerView>;
|
|
1162
|
-
export declare function importViewsLayersOGCFeatureLayerView(): Promise<typeof __esri.OGCFeatureLayerView>;
|
|
1163
|
-
export declare function newViewsLayersOGCFeatureLayerView(properties: __esri.OGCFeatureLayerViewProperties): Promise<__esri.OGCFeatureLayerView>;
|
|
1164
|
-
export declare function importViewsLayersPointCloudLayerView(): Promise<typeof __esri.PointCloudLayerView>;
|
|
1165
|
-
export declare function newViewsLayersPointCloudLayerView(properties: __esri.PointCloudLayerViewProperties): Promise<__esri.PointCloudLayerView>;
|
|
1166
1154
|
export declare function importViewsLayersSceneLayerView(): Promise<typeof __esri.SceneLayerView>;
|
|
1167
1155
|
export declare function newViewsLayersSceneLayerView(properties: __esri.SceneLayerViewProperties): Promise<__esri.SceneLayerView>;
|
|
1168
|
-
export declare function importViewsLayersStreamLayerView(): Promise<typeof __esri.StreamLayerView>;
|
|
1169
|
-
export declare function newViewsLayersStreamLayerView(properties: __esri.StreamLayerViewProperties): Promise<__esri.StreamLayerView>;
|
|
1170
1156
|
export declare function importViewsLayersViewshedLayerView(): Promise<typeof __esri.ViewshedLayerView>;
|
|
1171
1157
|
export declare function newViewsLayersViewshedLayerView(properties: __esri.ViewshedLayerViewProperties): Promise<__esri.ViewshedLayerView>;
|
|
1172
1158
|
export declare function importViewsLinkChartView(): Promise<typeof __esri.LinkChartView>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1137,16 +1137,8 @@ export declare function importViewsLayersBuildingComponentSublayerView(): Promis
|
|
|
1137
1137
|
export declare function newViewsLayersBuildingComponentSublayerView(properties: __esri.BuildingComponentSublayerViewProperties): Promise<__esri.BuildingComponentSublayerView>;
|
|
1138
1138
|
export declare function importViewsLayersBuildingSceneLayerView(): Promise<typeof __esri.BuildingSceneLayerView>;
|
|
1139
1139
|
export declare function newViewsLayersBuildingSceneLayerView(properties: __esri.BuildingSceneLayerViewProperties): Promise<__esri.BuildingSceneLayerView>;
|
|
1140
|
-
export declare function importViewsLayersCatalogDynamicGroupLayerView(): Promise<typeof __esri.CatalogDynamicGroupLayerView>;
|
|
1141
|
-
export declare function newViewsLayersCatalogDynamicGroupLayerView(properties: __esri.CatalogDynamicGroupLayerViewProperties): Promise<__esri.CatalogDynamicGroupLayerView>;
|
|
1142
|
-
export declare function importViewsLayersCatalogFootprintLayerView(): Promise<typeof __esri.CatalogFootprintLayerView>;
|
|
1143
|
-
export declare function newViewsLayersCatalogFootprintLayerView(properties: __esri.CatalogFootprintLayerViewProperties): Promise<__esri.CatalogFootprintLayerView>;
|
|
1144
|
-
export declare function importViewsLayersCatalogLayerView(): Promise<typeof __esri.CatalogLayerView>;
|
|
1145
|
-
export declare function newViewsLayersCatalogLayerView(properties: __esri.CatalogLayerViewProperties): Promise<__esri.CatalogLayerView>;
|
|
1146
1140
|
export declare function importViewsLayersDimensionLayerView(): Promise<typeof __esri.DimensionLayerView>;
|
|
1147
1141
|
export declare function newViewsLayersDimensionLayerView(properties: __esri.DimensionLayerViewProperties): Promise<__esri.DimensionLayerView>;
|
|
1148
|
-
export declare function importViewsLayersFeatureLayerView(): Promise<typeof __esri.FeatureLayerView>;
|
|
1149
|
-
export declare function newViewsLayersFeatureLayerView(properties: __esri.FeatureLayerViewProperties): Promise<__esri.FeatureLayerView>;
|
|
1150
1142
|
export declare function importViewsLayersGroupLayerView(): Promise<typeof __esri.GroupLayerView>;
|
|
1151
1143
|
export declare function newViewsLayersGroupLayerView(properties: __esri.GroupLayerViewProperties): Promise<__esri.GroupLayerView>;
|
|
1152
1144
|
export declare function importViewsLayersImageryLayerView(): Promise<typeof __esri.ImageryLayerView>;
|
|
@@ -1159,14 +1151,8 @@ export declare function importViewsLayersLineOfSightLayerView(): Promise<typeof
|
|
|
1159
1151
|
export declare function newViewsLayersLineOfSightLayerView(properties: __esri.LineOfSightLayerViewProperties): Promise<__esri.LineOfSightLayerView>;
|
|
1160
1152
|
export declare function importViewsLayersMediaLayerView(): Promise<typeof __esri.MediaLayerView>;
|
|
1161
1153
|
export declare function newViewsLayersMediaLayerView(properties: __esri.MediaLayerViewProperties): Promise<__esri.MediaLayerView>;
|
|
1162
|
-
export declare function importViewsLayersOGCFeatureLayerView(): Promise<typeof __esri.OGCFeatureLayerView>;
|
|
1163
|
-
export declare function newViewsLayersOGCFeatureLayerView(properties: __esri.OGCFeatureLayerViewProperties): Promise<__esri.OGCFeatureLayerView>;
|
|
1164
|
-
export declare function importViewsLayersPointCloudLayerView(): Promise<typeof __esri.PointCloudLayerView>;
|
|
1165
|
-
export declare function newViewsLayersPointCloudLayerView(properties: __esri.PointCloudLayerViewProperties): Promise<__esri.PointCloudLayerView>;
|
|
1166
1154
|
export declare function importViewsLayersSceneLayerView(): Promise<typeof __esri.SceneLayerView>;
|
|
1167
1155
|
export declare function newViewsLayersSceneLayerView(properties: __esri.SceneLayerViewProperties): Promise<__esri.SceneLayerView>;
|
|
1168
|
-
export declare function importViewsLayersStreamLayerView(): Promise<typeof __esri.StreamLayerView>;
|
|
1169
|
-
export declare function newViewsLayersStreamLayerView(properties: __esri.StreamLayerViewProperties): Promise<__esri.StreamLayerView>;
|
|
1170
1156
|
export declare function importViewsLayersViewshedLayerView(): Promise<typeof __esri.ViewshedLayerView>;
|
|
1171
1157
|
export declare function newViewsLayersViewshedLayerView(properties: __esri.ViewshedLayerViewProperties): Promise<__esri.ViewshedLayerView>;
|
|
1172
1158
|
export declare function importViewsLinkChartView(): Promise<typeof __esri.LinkChartView>;
|
package/dist/index.js
CHANGED
|
@@ -6187,39 +6187,6 @@ async function newViewsLayersBuildingSceneLayerView(properties) {
|
|
|
6187
6187
|
const ModConstructor = await importViewsLayersBuildingSceneLayerView();
|
|
6188
6188
|
return new ModConstructor(properties);
|
|
6189
6189
|
}
|
|
6190
|
-
async function importViewsLayersCatalogDynamicGroupLayerView() {
|
|
6191
|
-
if (isAMD) {
|
|
6192
|
-
return await window.$arcgis.import("esri/views/layers/CatalogDynamicGroupLayerView");
|
|
6193
|
-
}
|
|
6194
|
-
const module = await import("@arcgis/core/views/layers/CatalogDynamicGroupLayerView.js");
|
|
6195
|
-
return isDefaultModule(module) ? module.default : module;
|
|
6196
|
-
}
|
|
6197
|
-
async function newViewsLayersCatalogDynamicGroupLayerView(properties) {
|
|
6198
|
-
const ModConstructor = await importViewsLayersCatalogDynamicGroupLayerView();
|
|
6199
|
-
return new ModConstructor(properties);
|
|
6200
|
-
}
|
|
6201
|
-
async function importViewsLayersCatalogFootprintLayerView() {
|
|
6202
|
-
if (isAMD) {
|
|
6203
|
-
return await window.$arcgis.import("esri/views/layers/CatalogFootprintLayerView");
|
|
6204
|
-
}
|
|
6205
|
-
const module = await import("@arcgis/core/views/layers/CatalogFootprintLayerView.js");
|
|
6206
|
-
return isDefaultModule(module) ? module.default : module;
|
|
6207
|
-
}
|
|
6208
|
-
async function newViewsLayersCatalogFootprintLayerView(properties) {
|
|
6209
|
-
const ModConstructor = await importViewsLayersCatalogFootprintLayerView();
|
|
6210
|
-
return new ModConstructor(properties);
|
|
6211
|
-
}
|
|
6212
|
-
async function importViewsLayersCatalogLayerView() {
|
|
6213
|
-
if (isAMD) {
|
|
6214
|
-
return await window.$arcgis.import("esri/views/layers/CatalogLayerView");
|
|
6215
|
-
}
|
|
6216
|
-
const module = await import("@arcgis/core/views/layers/CatalogLayerView.js");
|
|
6217
|
-
return isDefaultModule(module) ? module.default : module;
|
|
6218
|
-
}
|
|
6219
|
-
async function newViewsLayersCatalogLayerView(properties) {
|
|
6220
|
-
const ModConstructor = await importViewsLayersCatalogLayerView();
|
|
6221
|
-
return new ModConstructor(properties);
|
|
6222
|
-
}
|
|
6223
6190
|
async function importViewsLayersDimensionLayerView() {
|
|
6224
6191
|
if (isAMD) {
|
|
6225
6192
|
return await window.$arcgis.import("esri/views/layers/DimensionLayerView");
|
|
@@ -6231,17 +6198,6 @@ async function newViewsLayersDimensionLayerView(properties) {
|
|
|
6231
6198
|
const ModConstructor = await importViewsLayersDimensionLayerView();
|
|
6232
6199
|
return new ModConstructor(properties);
|
|
6233
6200
|
}
|
|
6234
|
-
async function importViewsLayersFeatureLayerView() {
|
|
6235
|
-
if (isAMD) {
|
|
6236
|
-
return await window.$arcgis.import("esri/views/layers/FeatureLayerView");
|
|
6237
|
-
}
|
|
6238
|
-
const module = await import("@arcgis/core/views/layers/FeatureLayerView.js");
|
|
6239
|
-
return isDefaultModule(module) ? module.default : module;
|
|
6240
|
-
}
|
|
6241
|
-
async function newViewsLayersFeatureLayerView(properties) {
|
|
6242
|
-
const ModConstructor = await importViewsLayersFeatureLayerView();
|
|
6243
|
-
return new ModConstructor(properties);
|
|
6244
|
-
}
|
|
6245
6201
|
async function importViewsLayersGroupLayerView() {
|
|
6246
6202
|
if (isAMD) {
|
|
6247
6203
|
return await window.$arcgis.import("esri/views/layers/GroupLayerView");
|
|
@@ -6308,28 +6264,6 @@ async function newViewsLayersMediaLayerView(properties) {
|
|
|
6308
6264
|
const ModConstructor = await importViewsLayersMediaLayerView();
|
|
6309
6265
|
return new ModConstructor(properties);
|
|
6310
6266
|
}
|
|
6311
|
-
async function importViewsLayersOGCFeatureLayerView() {
|
|
6312
|
-
if (isAMD) {
|
|
6313
|
-
return await window.$arcgis.import("esri/views/layers/OGCFeatureLayerView");
|
|
6314
|
-
}
|
|
6315
|
-
const module = await import("@arcgis/core/views/layers/OGCFeatureLayerView.js");
|
|
6316
|
-
return isDefaultModule(module) ? module.default : module;
|
|
6317
|
-
}
|
|
6318
|
-
async function newViewsLayersOGCFeatureLayerView(properties) {
|
|
6319
|
-
const ModConstructor = await importViewsLayersOGCFeatureLayerView();
|
|
6320
|
-
return new ModConstructor(properties);
|
|
6321
|
-
}
|
|
6322
|
-
async function importViewsLayersPointCloudLayerView() {
|
|
6323
|
-
if (isAMD) {
|
|
6324
|
-
return await window.$arcgis.import("esri/views/layers/PointCloudLayerView");
|
|
6325
|
-
}
|
|
6326
|
-
const module = await import("@arcgis/core/views/layers/PointCloudLayerView.js");
|
|
6327
|
-
return isDefaultModule(module) ? module.default : module;
|
|
6328
|
-
}
|
|
6329
|
-
async function newViewsLayersPointCloudLayerView(properties) {
|
|
6330
|
-
const ModConstructor = await importViewsLayersPointCloudLayerView();
|
|
6331
|
-
return new ModConstructor(properties);
|
|
6332
|
-
}
|
|
6333
6267
|
async function importViewsLayersSceneLayerView() {
|
|
6334
6268
|
if (isAMD) {
|
|
6335
6269
|
return await window.$arcgis.import("esri/views/layers/SceneLayerView");
|
|
@@ -6341,17 +6275,6 @@ async function newViewsLayersSceneLayerView(properties) {
|
|
|
6341
6275
|
const ModConstructor = await importViewsLayersSceneLayerView();
|
|
6342
6276
|
return new ModConstructor(properties);
|
|
6343
6277
|
}
|
|
6344
|
-
async function importViewsLayersStreamLayerView() {
|
|
6345
|
-
if (isAMD) {
|
|
6346
|
-
return await window.$arcgis.import("esri/views/layers/StreamLayerView");
|
|
6347
|
-
}
|
|
6348
|
-
const module = await import("@arcgis/core/views/layers/StreamLayerView.js");
|
|
6349
|
-
return isDefaultModule(module) ? module.default : module;
|
|
6350
|
-
}
|
|
6351
|
-
async function newViewsLayersStreamLayerView(properties) {
|
|
6352
|
-
const ModConstructor = await importViewsLayersStreamLayerView();
|
|
6353
|
-
return new ModConstructor(properties);
|
|
6354
|
-
}
|
|
6355
6278
|
async function importViewsLayersViewshedLayerView() {
|
|
6356
6279
|
if (isAMD) {
|
|
6357
6280
|
return await window.$arcgis.import("esri/views/layers/ViewshedLayerView");
|
|
@@ -11646,21 +11569,14 @@ export {
|
|
|
11646
11569
|
importViewsInteractiveTooltip,
|
|
11647
11570
|
importViewsLayersBuildingComponentSublayerView,
|
|
11648
11571
|
importViewsLayersBuildingSceneLayerView,
|
|
11649
|
-
importViewsLayersCatalogDynamicGroupLayerView,
|
|
11650
|
-
importViewsLayersCatalogFootprintLayerView,
|
|
11651
|
-
importViewsLayersCatalogLayerView,
|
|
11652
11572
|
importViewsLayersDimensionLayerView,
|
|
11653
|
-
importViewsLayersFeatureLayerView,
|
|
11654
11573
|
importViewsLayersGroupLayerView,
|
|
11655
11574
|
importViewsLayersImageryLayerView,
|
|
11656
11575
|
importViewsLayersImageryTileLayerView,
|
|
11657
11576
|
importViewsLayersLayerView,
|
|
11658
11577
|
importViewsLayersLineOfSightLayerView,
|
|
11659
11578
|
importViewsLayersMediaLayerView,
|
|
11660
|
-
importViewsLayersOGCFeatureLayerView,
|
|
11661
|
-
importViewsLayersPointCloudLayerView,
|
|
11662
11579
|
importViewsLayersSceneLayerView,
|
|
11663
|
-
importViewsLayersStreamLayerView,
|
|
11664
11580
|
importViewsLayersViewshedLayerView,
|
|
11665
11581
|
importViewsLinkChartView,
|
|
11666
11582
|
importViewsMagnifier,
|
|
@@ -12500,21 +12416,14 @@ export {
|
|
|
12500
12416
|
newViewsInteractiveTooltip,
|
|
12501
12417
|
newViewsLayersBuildingComponentSublayerView,
|
|
12502
12418
|
newViewsLayersBuildingSceneLayerView,
|
|
12503
|
-
newViewsLayersCatalogDynamicGroupLayerView,
|
|
12504
|
-
newViewsLayersCatalogFootprintLayerView,
|
|
12505
|
-
newViewsLayersCatalogLayerView,
|
|
12506
12419
|
newViewsLayersDimensionLayerView,
|
|
12507
|
-
newViewsLayersFeatureLayerView,
|
|
12508
12420
|
newViewsLayersGroupLayerView,
|
|
12509
12421
|
newViewsLayersImageryLayerView,
|
|
12510
12422
|
newViewsLayersImageryTileLayerView,
|
|
12511
12423
|
newViewsLayersLayerView,
|
|
12512
12424
|
newViewsLayersLineOfSightLayerView,
|
|
12513
12425
|
newViewsLayersMediaLayerView,
|
|
12514
|
-
newViewsLayersOGCFeatureLayerView,
|
|
12515
|
-
newViewsLayersPointCloudLayerView,
|
|
12516
12426
|
newViewsLayersSceneLayerView,
|
|
12517
|
-
newViewsLayersStreamLayerView,
|
|
12518
12427
|
newViewsLayersViewshedLayerView,
|
|
12519
12428
|
newViewsLinkChartView,
|
|
12520
12429
|
newViewsMagnifier,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arcgis/core-adapter",
|
|
3
|
-
"version": "4.34.0-next.
|
|
3
|
+
"version": "4.34.0-next.60",
|
|
4
4
|
"description": "ArcGIS Core Adapter",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -21,6 +21,6 @@
|
|
|
21
21
|
"tslib": "^2.8.1"
|
|
22
22
|
},
|
|
23
23
|
"peerDependencies": {
|
|
24
|
-
"@arcgis/core": ">=4.34.0-next.
|
|
24
|
+
"@arcgis/core": ">=4.34.0-next.40 <4.35"
|
|
25
25
|
}
|
|
26
26
|
}
|