1mpacto-react-ui 0.0.80 → 0.0.81
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 +29 -29
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/dist/src/utils/common.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
@@ -1915,8 +1915,8 @@ const H2 = (e, t, n, r) => {
|
|
1915
1915
|
}, z2 = (e, t = 2) => {
|
1916
1916
|
let n = parseFloat(kc(e) ? e : 0);
|
1917
1917
|
return n = (+(Math.round(n + "e" + t) + "e-" + t)).toFixed(t), n = Number(n), n;
|
1918
|
-
}, TM = (e
|
1919
|
-
["", null, void 0, [], {}].includes(e[
|
1918
|
+
}, TM = (e) => (Object.keys(e).forEach((t) => {
|
1919
|
+
["", null, void 0, [], {}].includes(e[t]) && delete e[t];
|
1920
1920
|
}), e), kM = (e, t) => {
|
1921
1921
|
var h, f;
|
1922
1922
|
const n = /^-?\d+[0-9.,]*$/, r = /([.])(?=.*\1)/, i = /([,])(?=.*\1)/, a = ((h = e.split(",")[0]) == null ? void 0 : h.trim()) || "", o = ((f = e.split(",")[1]) == null ? void 0 : f.trim()) || "", s = !r.test(a) && (a === "-" || n.test(a) || !a), l = !r.test(o) && (o === "-" || n.test(o) || !o), u = (g, m, p) => {
|