@arcgis/core-adapter 4.33.0-next.97 → 4.33.0-next.98
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 +34 -0
- package/dist/index.d.cts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +34 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1767,6 +1767,28 @@ async function newLayersSupportOrderByInfo(properties) {
|
|
|
1767
1767
|
const ModConstructor = await importLayersSupportOrderByInfo();
|
|
1768
1768
|
return new ModConstructor(properties);
|
|
1769
1769
|
}
|
|
1770
|
+
async function importLayersSupportParquetEncodingLocation() {
|
|
1771
|
+
if (isAMD) {
|
|
1772
|
+
return await window.$arcgis.import("esri/layers/support/ParquetEncodingLocation");
|
|
1773
|
+
}
|
|
1774
|
+
const module2 = await import("@arcgis/core/layers/support/ParquetEncodingLocation.js");
|
|
1775
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1776
|
+
}
|
|
1777
|
+
async function newLayersSupportParquetEncodingLocation(properties) {
|
|
1778
|
+
const ModConstructor = await importLayersSupportParquetEncodingLocation();
|
|
1779
|
+
return new ModConstructor(properties);
|
|
1780
|
+
}
|
|
1781
|
+
async function importLayersSupportParquetEncodingWkb() {
|
|
1782
|
+
if (isAMD) {
|
|
1783
|
+
return await window.$arcgis.import("esri/layers/support/ParquetEncodingWkb");
|
|
1784
|
+
}
|
|
1785
|
+
const module2 = await import("@arcgis/core/layers/support/ParquetEncodingWkb.js");
|
|
1786
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
1787
|
+
}
|
|
1788
|
+
async function newLayersSupportParquetEncodingWkb(properties) {
|
|
1789
|
+
const ModConstructor = await importLayersSupportParquetEncodingWkb();
|
|
1790
|
+
return new ModConstructor(properties);
|
|
1791
|
+
}
|
|
1770
1792
|
async function importLayersSupportPixelBlock() {
|
|
1771
1793
|
if (isAMD) {
|
|
1772
1794
|
return await window.$arcgis.import("esri/layers/support/PixelBlock");
|
|
@@ -9599,6 +9621,13 @@ async function importLayersSupportFieldUtils() {
|
|
|
9599
9621
|
const module2 = await import("@arcgis/core/layers/support/fieldUtils.js");
|
|
9600
9622
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
9601
9623
|
}
|
|
9624
|
+
async function importLayersSupportParquetUtils() {
|
|
9625
|
+
if (isAMD) {
|
|
9626
|
+
return await window.$arcgis.import("esri/layers/support/parquetUtils");
|
|
9627
|
+
}
|
|
9628
|
+
const module2 = await import("@arcgis/core/layers/support/parquetUtils.js");
|
|
9629
|
+
return isDefaultModule(module2) ? module2.default : module2;
|
|
9630
|
+
}
|
|
9602
9631
|
async function importLayersSupportRasterFunctionConstants() {
|
|
9603
9632
|
if (isAMD) {
|
|
9604
9633
|
return await window.$arcgis.import("esri/layers/support/rasterFunctionConstants");
|
|
@@ -10703,6 +10732,9 @@ exports.importLayersSupportMapImage = importLayersSupportMapImage;
|
|
|
10703
10732
|
exports.importLayersSupportMosaicRule = importLayersSupportMosaicRule;
|
|
10704
10733
|
exports.importLayersSupportMultidimensionalSubset = importLayersSupportMultidimensionalSubset;
|
|
10705
10734
|
exports.importLayersSupportOrderByInfo = importLayersSupportOrderByInfo;
|
|
10735
|
+
exports.importLayersSupportParquetEncodingLocation = importLayersSupportParquetEncodingLocation;
|
|
10736
|
+
exports.importLayersSupportParquetEncodingWkb = importLayersSupportParquetEncodingWkb;
|
|
10737
|
+
exports.importLayersSupportParquetUtils = importLayersSupportParquetUtils;
|
|
10706
10738
|
exports.importLayersSupportPixelBlock = importLayersSupportPixelBlock;
|
|
10707
10739
|
exports.importLayersSupportPublishingInfo = importLayersSupportPublishingInfo;
|
|
10708
10740
|
exports.importLayersSupportRangeDomain = importLayersSupportRangeDomain;
|
|
@@ -11619,6 +11651,8 @@ exports.newLayersSupportMapImage = newLayersSupportMapImage;
|
|
|
11619
11651
|
exports.newLayersSupportMosaicRule = newLayersSupportMosaicRule;
|
|
11620
11652
|
exports.newLayersSupportMultidimensionalSubset = newLayersSupportMultidimensionalSubset;
|
|
11621
11653
|
exports.newLayersSupportOrderByInfo = newLayersSupportOrderByInfo;
|
|
11654
|
+
exports.newLayersSupportParquetEncodingLocation = newLayersSupportParquetEncodingLocation;
|
|
11655
|
+
exports.newLayersSupportParquetEncodingWkb = newLayersSupportParquetEncodingWkb;
|
|
11622
11656
|
exports.newLayersSupportPixelBlock = newLayersSupportPixelBlock;
|
|
11623
11657
|
exports.newLayersSupportPublishingInfo = newLayersSupportPublishingInfo;
|
|
11624
11658
|
exports.newLayersSupportRangeDomain = newLayersSupportRangeDomain;
|
package/dist/index.d.cts
CHANGED
|
@@ -329,6 +329,10 @@ export declare function importLayersSupportMultidimensionalSubset(): Promise<typ
|
|
|
329
329
|
export declare function newLayersSupportMultidimensionalSubset(properties: __esri.MultidimensionalSubsetProperties): Promise<__esri.MultidimensionalSubset>;
|
|
330
330
|
export declare function importLayersSupportOrderByInfo(): Promise<typeof __esri.OrderByInfo>;
|
|
331
331
|
export declare function newLayersSupportOrderByInfo(properties: __esri.OrderByInfoProperties): Promise<__esri.OrderByInfo>;
|
|
332
|
+
export declare function importLayersSupportParquetEncodingLocation(): Promise<typeof __esri.ParquetEncodingLocation>;
|
|
333
|
+
export declare function newLayersSupportParquetEncodingLocation(properties: __esri.ParquetEncodingLocationProperties): Promise<__esri.ParquetEncodingLocation>;
|
|
334
|
+
export declare function importLayersSupportParquetEncodingWkb(): Promise<typeof __esri.ParquetEncodingWkb>;
|
|
335
|
+
export declare function newLayersSupportParquetEncodingWkb(properties: __esri.ParquetEncodingWkbProperties): Promise<__esri.ParquetEncodingWkb>;
|
|
332
336
|
export declare function importLayersSupportPixelBlock(): Promise<typeof __esri.PixelBlock>;
|
|
333
337
|
export declare function newLayersSupportPixelBlock(properties: __esri.PixelBlockProperties): Promise<__esri.PixelBlock>;
|
|
334
338
|
export declare function importLayersSupportPublishingInfo(): Promise<typeof __esri.PublishingInfo>;
|
|
@@ -1729,6 +1733,7 @@ export declare function importLayersOrientedImageryTransformationsImageToWorld()
|
|
|
1729
1733
|
export declare function importLayersSupportArcadeUtils(): Promise<typeof __esri.arcadeUtils>;
|
|
1730
1734
|
export declare function importLayersSupportCsvUtils(): Promise<typeof __esri.csvUtils>;
|
|
1731
1735
|
export declare function importLayersSupportFieldUtils(): Promise<typeof __esri.fieldUtils>;
|
|
1736
|
+
export declare function importLayersSupportParquetUtils(): Promise<typeof __esri.parquetUtils>;
|
|
1732
1737
|
export declare function importLayersSupportRasterFunctionConstants(): Promise<typeof __esri.rasterFunctionConstants>;
|
|
1733
1738
|
export declare function importLayersSupportRasterFunctionUtils(): Promise<typeof __esri.rasterFunctionUtils>;
|
|
1734
1739
|
export declare function importLayersSupportStreamConnection(): Promise<typeof __esri.StreamConnection>;
|
package/dist/index.d.ts
CHANGED
|
@@ -329,6 +329,10 @@ export declare function importLayersSupportMultidimensionalSubset(): Promise<typ
|
|
|
329
329
|
export declare function newLayersSupportMultidimensionalSubset(properties: __esri.MultidimensionalSubsetProperties): Promise<__esri.MultidimensionalSubset>;
|
|
330
330
|
export declare function importLayersSupportOrderByInfo(): Promise<typeof __esri.OrderByInfo>;
|
|
331
331
|
export declare function newLayersSupportOrderByInfo(properties: __esri.OrderByInfoProperties): Promise<__esri.OrderByInfo>;
|
|
332
|
+
export declare function importLayersSupportParquetEncodingLocation(): Promise<typeof __esri.ParquetEncodingLocation>;
|
|
333
|
+
export declare function newLayersSupportParquetEncodingLocation(properties: __esri.ParquetEncodingLocationProperties): Promise<__esri.ParquetEncodingLocation>;
|
|
334
|
+
export declare function importLayersSupportParquetEncodingWkb(): Promise<typeof __esri.ParquetEncodingWkb>;
|
|
335
|
+
export declare function newLayersSupportParquetEncodingWkb(properties: __esri.ParquetEncodingWkbProperties): Promise<__esri.ParquetEncodingWkb>;
|
|
332
336
|
export declare function importLayersSupportPixelBlock(): Promise<typeof __esri.PixelBlock>;
|
|
333
337
|
export declare function newLayersSupportPixelBlock(properties: __esri.PixelBlockProperties): Promise<__esri.PixelBlock>;
|
|
334
338
|
export declare function importLayersSupportPublishingInfo(): Promise<typeof __esri.PublishingInfo>;
|
|
@@ -1729,6 +1733,7 @@ export declare function importLayersOrientedImageryTransformationsImageToWorld()
|
|
|
1729
1733
|
export declare function importLayersSupportArcadeUtils(): Promise<typeof __esri.arcadeUtils>;
|
|
1730
1734
|
export declare function importLayersSupportCsvUtils(): Promise<typeof __esri.csvUtils>;
|
|
1731
1735
|
export declare function importLayersSupportFieldUtils(): Promise<typeof __esri.fieldUtils>;
|
|
1736
|
+
export declare function importLayersSupportParquetUtils(): Promise<typeof __esri.parquetUtils>;
|
|
1732
1737
|
export declare function importLayersSupportRasterFunctionConstants(): Promise<typeof __esri.rasterFunctionConstants>;
|
|
1733
1738
|
export declare function importLayersSupportRasterFunctionUtils(): Promise<typeof __esri.rasterFunctionUtils>;
|
|
1734
1739
|
export declare function importLayersSupportStreamConnection(): Promise<typeof __esri.StreamConnection>;
|
package/dist/index.js
CHANGED
|
@@ -1743,6 +1743,28 @@ async function newLayersSupportOrderByInfo(properties) {
|
|
|
1743
1743
|
const ModConstructor = await importLayersSupportOrderByInfo();
|
|
1744
1744
|
return new ModConstructor(properties);
|
|
1745
1745
|
}
|
|
1746
|
+
async function importLayersSupportParquetEncodingLocation() {
|
|
1747
|
+
if (isAMD) {
|
|
1748
|
+
return await window.$arcgis.import("esri/layers/support/ParquetEncodingLocation");
|
|
1749
|
+
}
|
|
1750
|
+
const module = await import("@arcgis/core/layers/support/ParquetEncodingLocation.js");
|
|
1751
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1752
|
+
}
|
|
1753
|
+
async function newLayersSupportParquetEncodingLocation(properties) {
|
|
1754
|
+
const ModConstructor = await importLayersSupportParquetEncodingLocation();
|
|
1755
|
+
return new ModConstructor(properties);
|
|
1756
|
+
}
|
|
1757
|
+
async function importLayersSupportParquetEncodingWkb() {
|
|
1758
|
+
if (isAMD) {
|
|
1759
|
+
return await window.$arcgis.import("esri/layers/support/ParquetEncodingWkb");
|
|
1760
|
+
}
|
|
1761
|
+
const module = await import("@arcgis/core/layers/support/ParquetEncodingWkb.js");
|
|
1762
|
+
return isDefaultModule(module) ? module.default : module;
|
|
1763
|
+
}
|
|
1764
|
+
async function newLayersSupportParquetEncodingWkb(properties) {
|
|
1765
|
+
const ModConstructor = await importLayersSupportParquetEncodingWkb();
|
|
1766
|
+
return new ModConstructor(properties);
|
|
1767
|
+
}
|
|
1746
1768
|
async function importLayersSupportPixelBlock() {
|
|
1747
1769
|
if (isAMD) {
|
|
1748
1770
|
return await window.$arcgis.import("esri/layers/support/PixelBlock");
|
|
@@ -9575,6 +9597,13 @@ async function importLayersSupportFieldUtils() {
|
|
|
9575
9597
|
const module = await import("@arcgis/core/layers/support/fieldUtils.js");
|
|
9576
9598
|
return isDefaultModule(module) ? module.default : module;
|
|
9577
9599
|
}
|
|
9600
|
+
async function importLayersSupportParquetUtils() {
|
|
9601
|
+
if (isAMD) {
|
|
9602
|
+
return await window.$arcgis.import("esri/layers/support/parquetUtils");
|
|
9603
|
+
}
|
|
9604
|
+
const module = await import("@arcgis/core/layers/support/parquetUtils.js");
|
|
9605
|
+
return isDefaultModule(module) ? module.default : module;
|
|
9606
|
+
}
|
|
9578
9607
|
async function importLayersSupportRasterFunctionConstants() {
|
|
9579
9608
|
if (isAMD) {
|
|
9580
9609
|
return await window.$arcgis.import("esri/layers/support/rasterFunctionConstants");
|
|
@@ -10680,6 +10709,9 @@ export {
|
|
|
10680
10709
|
importLayersSupportMosaicRule,
|
|
10681
10710
|
importLayersSupportMultidimensionalSubset,
|
|
10682
10711
|
importLayersSupportOrderByInfo,
|
|
10712
|
+
importLayersSupportParquetEncodingLocation,
|
|
10713
|
+
importLayersSupportParquetEncodingWkb,
|
|
10714
|
+
importLayersSupportParquetUtils,
|
|
10683
10715
|
importLayersSupportPixelBlock,
|
|
10684
10716
|
importLayersSupportPublishingInfo,
|
|
10685
10717
|
importLayersSupportRangeDomain,
|
|
@@ -11596,6 +11628,8 @@ export {
|
|
|
11596
11628
|
newLayersSupportMosaicRule,
|
|
11597
11629
|
newLayersSupportMultidimensionalSubset,
|
|
11598
11630
|
newLayersSupportOrderByInfo,
|
|
11631
|
+
newLayersSupportParquetEncodingLocation,
|
|
11632
|
+
newLayersSupportParquetEncodingWkb,
|
|
11599
11633
|
newLayersSupportPixelBlock,
|
|
11600
11634
|
newLayersSupportPublishingInfo,
|
|
11601
11635
|
newLayersSupportRangeDomain,
|