@arcgis/core-adapter 5.0.0-next.20 → 5.0.0-next.22
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 +12 -7
- package/dist/index.d.cts +2 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.js +12 -7
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2361,6 +2361,17 @@ async function newLayersVoxelVoxelTransferFunctionStyle(properties) {
|
|
|
2361
2361
|
const ModConstructor = await importLayersVoxelVoxelTransferFunctionStyle();
|
|
2362
2362
|
return new ModConstructor(properties);
|
|
2363
2363
|
}
|
|
2364
|
+
async function importLayersVoxelVoxelVariable() {
|
|
2365
|
+
if (isAMD) {
|
|
2366
|
+
return await window.$arcgis.import("esri/layers/voxel/VoxelVariable");
|
|
2367
|
+
}
|
|
2368
|
+
const module2 = await import("@arcgis/core/layers/voxel/VoxelVariable.js");
|
|
2369
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
2370
|
+
}
|
|
2371
|
+
async function newLayersVoxelVoxelVariable(properties) {
|
|
2372
|
+
const ModConstructor = await importLayersVoxelVoxelVariable();
|
|
2373
|
+
return new ModConstructor(properties);
|
|
2374
|
+
}
|
|
2364
2375
|
async function importLayersVoxelVoxelVariableStyle() {
|
|
2365
2376
|
if (isAMD) {
|
|
2366
2377
|
return await window.$arcgis.import("esri/layers/voxel/VoxelVariableStyle");
|
|
@@ -10324,13 +10335,6 @@ async function importLayersSupportStreamConnection() {
|
|
|
10324
10335
|
const module2 = await import("@arcgis/core/layers/support/StreamConnection.js");
|
|
10325
10336
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
10326
10337
|
}
|
|
10327
|
-
async function importLayersVoxelVoxelVariable() {
|
|
10328
|
-
if (isAMD) {
|
|
10329
|
-
return await window.$arcgis.import("esri/layers/voxel/VoxelVariable");
|
|
10330
|
-
}
|
|
10331
|
-
const module2 = await import("@arcgis/core/layers/voxel/VoxelVariable.js");
|
|
10332
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
10333
|
-
}
|
|
10334
10338
|
async function importLayersVoxelVoxelVolume() {
|
|
10335
10339
|
if (isAMD) {
|
|
10336
10340
|
return await window.$arcgis.import("esri/layers/voxel/VoxelVolume");
|
|
@@ -12578,6 +12582,7 @@ exports.newLayersVoxelLayer = newLayersVoxelLayer;
|
|
|
12578
12582
|
exports.newLayersVoxelVoxelDynamicSection = newLayersVoxelVoxelDynamicSection;
|
|
12579
12583
|
exports.newLayersVoxelVoxelSlice = newLayersVoxelVoxelSlice;
|
|
12580
12584
|
exports.newLayersVoxelVoxelTransferFunctionStyle = newLayersVoxelVoxelTransferFunctionStyle;
|
|
12585
|
+
exports.newLayersVoxelVoxelVariable = newLayersVoxelVoxelVariable;
|
|
12581
12586
|
exports.newLayersVoxelVoxelVariableStyle = newLayersVoxelVoxelVariableStyle;
|
|
12582
12587
|
exports.newLayersVoxelVoxelVolumeStyle = newLayersVoxelVoxelVolumeStyle;
|
|
12583
12588
|
exports.newLayersWCSLayer = newLayersWCSLayer;
|
package/dist/index.d.cts
CHANGED
|
@@ -437,6 +437,8 @@ export declare function importLayersVoxelVoxelSlice(): Promise<typeof __esri.Vox
|
|
|
437
437
|
export declare function newLayersVoxelVoxelSlice(properties: __esri.VoxelSliceProperties): Promise<__esri.VoxelSlice>;
|
|
438
438
|
export declare function importLayersVoxelVoxelTransferFunctionStyle(): Promise<typeof __esri.VoxelTransferFunctionStyle>;
|
|
439
439
|
export declare function newLayersVoxelVoxelTransferFunctionStyle(properties: __esri.VoxelTransferFunctionStyleProperties): Promise<__esri.VoxelTransferFunctionStyle>;
|
|
440
|
+
export declare function importLayersVoxelVoxelVariable(): Promise<typeof __esri.VoxelVariable>;
|
|
441
|
+
export declare function newLayersVoxelVoxelVariable(properties: __esri.VoxelVariableProperties): Promise<__esri.VoxelVariable>;
|
|
440
442
|
export declare function importLayersVoxelVoxelVariableStyle(): Promise<typeof __esri.VoxelVariableStyle>;
|
|
441
443
|
export declare function newLayersVoxelVoxelVariableStyle(properties: __esri.VoxelVariableStyleProperties): Promise<__esri.VoxelVariableStyle>;
|
|
442
444
|
export declare function importLayersVoxelVoxelVolumeStyle(): Promise<typeof __esri.VoxelVolumeStyle>;
|
|
@@ -1860,7 +1862,6 @@ export declare function importLayersSupportParquetUtils(): Promise<typeof __esri
|
|
|
1860
1862
|
export declare function importLayersSupportRasterFunctionConstants(): Promise<typeof __esri.rasterFunctionConstants>;
|
|
1861
1863
|
export declare function importLayersSupportRasterFunctionUtils(): Promise<typeof __esri.rasterFunctionUtils>;
|
|
1862
1864
|
export declare function importLayersSupportStreamConnection(): Promise<typeof __esri.StreamConnection>;
|
|
1863
|
-
export declare function importLayersVoxelVoxelVariable(): Promise<typeof __esri.VoxelVariable>;
|
|
1864
1865
|
export declare function importLayersVoxelVoxelVolume(): Promise<typeof __esri.VoxelVolume>;
|
|
1865
1866
|
export declare function importPointCloudRenderers(): Promise<typeof __esri.pointCloudRenderers>;
|
|
1866
1867
|
export declare function importPopupContent(): Promise<typeof __esri.content>;
|
package/dist/index.d.ts
CHANGED
|
@@ -437,6 +437,8 @@ export declare function importLayersVoxelVoxelSlice(): Promise<typeof __esri.Vox
|
|
|
437
437
|
export declare function newLayersVoxelVoxelSlice(properties: __esri.VoxelSliceProperties): Promise<__esri.VoxelSlice>;
|
|
438
438
|
export declare function importLayersVoxelVoxelTransferFunctionStyle(): Promise<typeof __esri.VoxelTransferFunctionStyle>;
|
|
439
439
|
export declare function newLayersVoxelVoxelTransferFunctionStyle(properties: __esri.VoxelTransferFunctionStyleProperties): Promise<__esri.VoxelTransferFunctionStyle>;
|
|
440
|
+
export declare function importLayersVoxelVoxelVariable(): Promise<typeof __esri.VoxelVariable>;
|
|
441
|
+
export declare function newLayersVoxelVoxelVariable(properties: __esri.VoxelVariableProperties): Promise<__esri.VoxelVariable>;
|
|
440
442
|
export declare function importLayersVoxelVoxelVariableStyle(): Promise<typeof __esri.VoxelVariableStyle>;
|
|
441
443
|
export declare function newLayersVoxelVoxelVariableStyle(properties: __esri.VoxelVariableStyleProperties): Promise<__esri.VoxelVariableStyle>;
|
|
442
444
|
export declare function importLayersVoxelVoxelVolumeStyle(): Promise<typeof __esri.VoxelVolumeStyle>;
|
|
@@ -1860,7 +1862,6 @@ export declare function importLayersSupportParquetUtils(): Promise<typeof __esri
|
|
|
1860
1862
|
export declare function importLayersSupportRasterFunctionConstants(): Promise<typeof __esri.rasterFunctionConstants>;
|
|
1861
1863
|
export declare function importLayersSupportRasterFunctionUtils(): Promise<typeof __esri.rasterFunctionUtils>;
|
|
1862
1864
|
export declare function importLayersSupportStreamConnection(): Promise<typeof __esri.StreamConnection>;
|
|
1863
|
-
export declare function importLayersVoxelVoxelVariable(): Promise<typeof __esri.VoxelVariable>;
|
|
1864
1865
|
export declare function importLayersVoxelVoxelVolume(): Promise<typeof __esri.VoxelVolume>;
|
|
1865
1866
|
export declare function importPointCloudRenderers(): Promise<typeof __esri.pointCloudRenderers>;
|
|
1866
1867
|
export declare function importPopupContent(): Promise<typeof __esri.content>;
|
package/dist/index.js
CHANGED
|
@@ -2337,6 +2337,17 @@ async function newLayersVoxelVoxelTransferFunctionStyle(properties) {
|
|
|
2337
2337
|
const ModConstructor = await importLayersVoxelVoxelTransferFunctionStyle();
|
|
2338
2338
|
return new ModConstructor(properties);
|
|
2339
2339
|
}
|
|
2340
|
+
async function importLayersVoxelVoxelVariable() {
|
|
2341
|
+
if (isAMD) {
|
|
2342
|
+
return await window.$arcgis.import("esri/layers/voxel/VoxelVariable");
|
|
2343
|
+
}
|
|
2344
|
+
const module = await import("@arcgis/core/layers/voxel/VoxelVariable.js");
|
|
2345
|
+
return isDefaultModule(module) ? module.default : module;
|
|
2346
|
+
}
|
|
2347
|
+
async function newLayersVoxelVoxelVariable(properties) {
|
|
2348
|
+
const ModConstructor = await importLayersVoxelVoxelVariable();
|
|
2349
|
+
return new ModConstructor(properties);
|
|
2350
|
+
}
|
|
2340
2351
|
async function importLayersVoxelVoxelVariableStyle() {
|
|
2341
2352
|
if (isAMD) {
|
|
2342
2353
|
return await window.$arcgis.import("esri/layers/voxel/VoxelVariableStyle");
|
|
@@ -10300,13 +10311,6 @@ async function importLayersSupportStreamConnection() {
|
|
|
10300
10311
|
const module = await import("@arcgis/core/layers/support/StreamConnection.js");
|
|
10301
10312
|
return isDefaultModule(module) ? module.default : module;
|
|
10302
10313
|
}
|
|
10303
|
-
async function importLayersVoxelVoxelVariable() {
|
|
10304
|
-
if (isAMD) {
|
|
10305
|
-
return await window.$arcgis.import("esri/layers/voxel/VoxelVariable");
|
|
10306
|
-
}
|
|
10307
|
-
const module = await import("@arcgis/core/layers/voxel/VoxelVariable.js");
|
|
10308
|
-
return isDefaultModule(module) ? module.default : module;
|
|
10309
|
-
}
|
|
10310
10314
|
async function importLayersVoxelVoxelVolume() {
|
|
10311
10315
|
if (isAMD) {
|
|
10312
10316
|
return await window.$arcgis.import("esri/layers/voxel/VoxelVolume");
|
|
@@ -12555,6 +12559,7 @@ export {
|
|
|
12555
12559
|
newLayersVoxelVoxelDynamicSection,
|
|
12556
12560
|
newLayersVoxelVoxelSlice,
|
|
12557
12561
|
newLayersVoxelVoxelTransferFunctionStyle,
|
|
12562
|
+
newLayersVoxelVoxelVariable,
|
|
12558
12563
|
newLayersVoxelVoxelVariableStyle,
|
|
12559
12564
|
newLayersVoxelVoxelVolumeStyle,
|
|
12560
12565
|
newLayersWCSLayer,
|