@hxtos/hx-components 0.17.4 → 0.17.5
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.es.js +4 -1
- package/dist/index.es.js.map +1 -0
- package/dist/index.umd.js +2 -1
- package/dist/index.umd.js.map +1 -0
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -27945,7 +27945,9 @@ const Pte = ({
|
|
|
27945
27945
|
onBlur: r,
|
|
27946
27946
|
...i
|
|
27947
27947
|
}) => {
|
|
27948
|
-
const [a, { error: u }, { setValue: l, setTouched: c }] = lte(e)
|
|
27948
|
+
const [a, { error: u }, { setValue: l, setTouched: c }] = lte(e);
|
|
27949
|
+
console.log("error", u), console.log("field", a), console.log("name", e), console.log("props", i);
|
|
27950
|
+
const f = (p) => {
|
|
27949
27951
|
const m = i.type === "color" ? p : p.target.value;
|
|
27950
27952
|
l(m), n && n(m);
|
|
27951
27953
|
}, h = () => {
|
|
@@ -27992,3 +27994,4 @@ export {
|
|
|
27992
27994
|
_te as UploadFile,
|
|
27993
27995
|
Rte as UserMenu
|
|
27994
27996
|
};
|
|
27997
|
+
//# sourceMappingURL=index.es.js.map
|