@arcgis/core-adapter 4.33.0-next.33 → 4.33.0-next.35
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 +3 -3
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -28,8 +28,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
29
|
|
|
30
30
|
// src/index.ts
|
|
31
|
-
var
|
|
32
|
-
__export(
|
|
31
|
+
var index_exports = {};
|
|
32
|
+
__export(index_exports, {
|
|
33
33
|
importAnalysisAreaMeasurementAnalysis: () => importAnalysisAreaMeasurementAnalysis,
|
|
34
34
|
importAnalysisDimensionAnalysis: () => importAnalysisDimensionAnalysis,
|
|
35
35
|
importAnalysisDimensionSimpleStyle: () => importAnalysisDimensionSimpleStyle,
|
|
@@ -1855,7 +1855,7 @@ __export(src_exports, {
|
|
|
1855
1855
|
newWidgetsZoom: () => newWidgetsZoom,
|
|
1856
1856
|
newWidgetsZoomZoomViewModel: () => newWidgetsZoomZoomViewModel
|
|
1857
1857
|
});
|
|
1858
|
-
module.exports = __toCommonJS(
|
|
1858
|
+
module.exports = __toCommonJS(index_exports);
|
|
1859
1859
|
var isAMD = typeof window !== "undefined" && "$arcgis" in window && typeof window.$arcgis === "object" && "import" in window.$arcgis && !("forceESM" in window.$arcgis);
|
|
1860
1860
|
function isDefaultModule(module2) {
|
|
1861
1861
|
return module2.default !== void 0;
|