@m4l/components 0.2.16 → 0.2.17
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.
|
@@ -1842,8 +1842,12 @@ function useMeasure() {
|
|
|
1842
1842
|
}, []);
|
|
1843
1843
|
return { statusEdition, magnitudFactor, value };
|
|
1844
1844
|
}
|
|
1845
|
-
|
|
1846
|
-
|
|
1845
|
+
let DevTool;
|
|
1846
|
+
try {
|
|
1847
|
+
DevTool = require("@hookform/devtools").DevTool;
|
|
1848
|
+
} catch (error) {
|
|
1849
|
+
DevTool = () => null;
|
|
1850
|
+
}
|
|
1847
1851
|
function MeasureData() {
|
|
1848
1852
|
const {
|
|
1849
1853
|
getLabel
|
package/index.js
CHANGED
|
@@ -80,7 +80,7 @@ import { L as L8 } from "./components/LinearProgressIndeterminate/index.2d53ade4
|
|
|
80
80
|
import { I as I5 } from "./components/Image/index.8915f577.js";
|
|
81
81
|
import { L as L9 } from "./components/Loadable/index.e994fc3e.js";
|
|
82
82
|
import { c as c10, e as e2, d as d5, f as f2, u as u3 } from "./components/maps/components/Map/index.b79ceae4.js";
|
|
83
|
-
import { G as G2, u as u4 } from "./components/maps/components/GpsTools/index.
|
|
83
|
+
import { G as G2, u as u4 } from "./components/maps/components/GpsTools/index.88b777fe.js";
|
|
84
84
|
import { M as M5, d as d6, g as g14 } from "./components/ModalDialog/index.690c82a4.js";
|
|
85
85
|
import { g as g15 } from "./components/modal/index.61389369.js";
|
|
86
86
|
import { W as W2 } from "./components/modal/WindowConfirm.ec73ba4f.js";
|