@arcgis/core-adapter 4.33.0-next.112 → 4.33.0-next.113
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 -8
- package/dist/index.d.cts +1 -2
- package/dist/index.d.ts +1 -2
- package/dist/index.js +0 -8
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -9686,13 +9686,6 @@ async function importLayersCatalogCatalogUtils() {
|
|
|
9686
9686
|
const module2 = await import("@arcgis/core/layers/catalog/catalogUtils.js");
|
|
9687
9687
|
return isDefaultModule(module2) ? module2.default : module2;
|
|
9688
9688
|
}
|
|
9689
|
-
async function importLayersKnowledgeGraphSupportUtils() {
|
|
9690
|
-
if (isAMD) {
|
|
9691
|
-
return await window.$arcgis.import("esri/layers/knowledgeGraph/supportUtils");
|
|
9692
|
-
}
|
|
9693
|
-
const module2 = await import("@arcgis/core/layers/knowledgeGraph/supportUtils.js");
|
|
9694
|
-
return isDefaultModule(module2) ? module2.default : module2;
|
|
9695
|
-
}
|
|
9696
9689
|
async function importLayersOgcWfsUtils() {
|
|
9697
9690
|
if (isAMD) {
|
|
9698
9691
|
return await window.$arcgis.import("esri/layers/ogc/wfsUtils");
|
|
@@ -10791,7 +10784,6 @@ exports.importLayersIntegratedMeshLayer = importLayersIntegratedMeshLayer;
|
|
|
10791
10784
|
exports.importLayersKMLLayer = importLayersKMLLayer;
|
|
10792
10785
|
exports.importLayersKnowledgeGraphKnowledgeGraphSublayer = importLayersKnowledgeGraphKnowledgeGraphSublayer;
|
|
10793
10786
|
exports.importLayersKnowledgeGraphLayer = importLayersKnowledgeGraphLayer;
|
|
10794
|
-
exports.importLayersKnowledgeGraphSupportUtils = importLayersKnowledgeGraphSupportUtils;
|
|
10795
10787
|
exports.importLayersLayer = importLayersLayer;
|
|
10796
10788
|
exports.importLayersLineOfSightLayer = importLayersLineOfSightLayer;
|
|
10797
10789
|
exports.importLayersLinkChartLayer = importLayersLinkChartLayer;
|
package/dist/index.d.cts
CHANGED
|
@@ -1747,7 +1747,6 @@ export declare function importGeometrySupportWebMercatorUtils(): Promise<typeof
|
|
|
1747
1747
|
export declare function importIntl(): Promise<typeof __esri.intl>;
|
|
1748
1748
|
export declare function importKernel(): Promise<typeof __esri.kernel>;
|
|
1749
1749
|
export declare function importLayersCatalogCatalogUtils(): Promise<typeof __esri.catalogUtils>;
|
|
1750
|
-
export declare function importLayersKnowledgeGraphSupportUtils(): Promise<typeof __esri.supportUtils>;
|
|
1751
1750
|
export declare function importLayersOgcWfsUtils(): Promise<typeof __esri.wfsUtils>;
|
|
1752
1751
|
export declare function importLayersOgcWcsUtils(): Promise<typeof __esri.wcsUtils>;
|
|
1753
1752
|
export declare function importLayersOrientedImageryTransformationsWorldToImage(): Promise<typeof __esri.worldToImage>;
|
|
@@ -1805,7 +1804,7 @@ export declare function importSmartMappingRasterRenderersStretch(): Promise<type
|
|
|
1805
1804
|
export declare function importSmartMappingRasterRenderersUniqueValue(): Promise<typeof __esri.uniqueValue>;
|
|
1806
1805
|
export declare function importSmartMappingRasterRenderersVectorField(): Promise<typeof __esri.vectorField>;
|
|
1807
1806
|
export declare function importSmartMappingRasterSupportColorRamps(): Promise<typeof __esri.colorRamps>;
|
|
1808
|
-
export declare function importSmartMappingRasterSupportUtils(): Promise<typeof __esri.
|
|
1807
|
+
export declare function importSmartMappingRasterSupportUtils(): Promise<typeof __esri.supportUtils>;
|
|
1809
1808
|
export declare function importSmartMappingRenderersColor(): Promise<typeof __esri.color>;
|
|
1810
1809
|
export declare function importSmartMappingRenderersDotDensity(): Promise<typeof __esri.dotDensity>;
|
|
1811
1810
|
export declare function importSmartMappingRenderersHeatmap(): Promise<typeof __esri.heatmap>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1747,7 +1747,6 @@ export declare function importGeometrySupportWebMercatorUtils(): Promise<typeof
|
|
|
1747
1747
|
export declare function importIntl(): Promise<typeof __esri.intl>;
|
|
1748
1748
|
export declare function importKernel(): Promise<typeof __esri.kernel>;
|
|
1749
1749
|
export declare function importLayersCatalogCatalogUtils(): Promise<typeof __esri.catalogUtils>;
|
|
1750
|
-
export declare function importLayersKnowledgeGraphSupportUtils(): Promise<typeof __esri.supportUtils>;
|
|
1751
1750
|
export declare function importLayersOgcWfsUtils(): Promise<typeof __esri.wfsUtils>;
|
|
1752
1751
|
export declare function importLayersOgcWcsUtils(): Promise<typeof __esri.wcsUtils>;
|
|
1753
1752
|
export declare function importLayersOrientedImageryTransformationsWorldToImage(): Promise<typeof __esri.worldToImage>;
|
|
@@ -1805,7 +1804,7 @@ export declare function importSmartMappingRasterRenderersStretch(): Promise<type
|
|
|
1805
1804
|
export declare function importSmartMappingRasterRenderersUniqueValue(): Promise<typeof __esri.uniqueValue>;
|
|
1806
1805
|
export declare function importSmartMappingRasterRenderersVectorField(): Promise<typeof __esri.vectorField>;
|
|
1807
1806
|
export declare function importSmartMappingRasterSupportColorRamps(): Promise<typeof __esri.colorRamps>;
|
|
1808
|
-
export declare function importSmartMappingRasterSupportUtils(): Promise<typeof __esri.
|
|
1807
|
+
export declare function importSmartMappingRasterSupportUtils(): Promise<typeof __esri.supportUtils>;
|
|
1809
1808
|
export declare function importSmartMappingRenderersColor(): Promise<typeof __esri.color>;
|
|
1810
1809
|
export declare function importSmartMappingRenderersDotDensity(): Promise<typeof __esri.dotDensity>;
|
|
1811
1810
|
export declare function importSmartMappingRenderersHeatmap(): Promise<typeof __esri.heatmap>;
|
package/dist/index.js
CHANGED
|
@@ -9662,13 +9662,6 @@ async function importLayersCatalogCatalogUtils() {
|
|
|
9662
9662
|
const module = await import("@arcgis/core/layers/catalog/catalogUtils.js");
|
|
9663
9663
|
return isDefaultModule(module) ? module.default : module;
|
|
9664
9664
|
}
|
|
9665
|
-
async function importLayersKnowledgeGraphSupportUtils() {
|
|
9666
|
-
if (isAMD) {
|
|
9667
|
-
return await window.$arcgis.import("esri/layers/knowledgeGraph/supportUtils");
|
|
9668
|
-
}
|
|
9669
|
-
const module = await import("@arcgis/core/layers/knowledgeGraph/supportUtils.js");
|
|
9670
|
-
return isDefaultModule(module) ? module.default : module;
|
|
9671
|
-
}
|
|
9672
9665
|
async function importLayersOgcWfsUtils() {
|
|
9673
9666
|
if (isAMD) {
|
|
9674
9667
|
return await window.$arcgis.import("esri/layers/ogc/wfsUtils");
|
|
@@ -10768,7 +10761,6 @@ export {
|
|
|
10768
10761
|
importLayersKMLLayer,
|
|
10769
10762
|
importLayersKnowledgeGraphKnowledgeGraphSublayer,
|
|
10770
10763
|
importLayersKnowledgeGraphLayer,
|
|
10771
|
-
importLayersKnowledgeGraphSupportUtils,
|
|
10772
10764
|
importLayersLayer,
|
|
10773
10765
|
importLayersLineOfSightLayer,
|
|
10774
10766
|
importLayersLinkChartLayer,
|