ados-rcm 1.1.137 → 1.1.138
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.cjs.js +15 -15
- package/dist/index.es.js +3 -3
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -8794,15 +8794,15 @@ const q6 = "_ATableFooter_4nlon_1", K6 = "_Button_4nlon_10", G6 = "_IsSelected_4
|
|
8794
8794
|
}, [w, M]);
|
8795
8795
|
const Q = O(() => ({ open: A, close: R, toggle: L }), [A, R, L]), [z, te] = Ee("");
|
8796
8796
|
Se(() => {
|
8797
|
-
h && h.type === "String" && h.validation && te(h.validation(h.value));
|
8797
|
+
console.log("mainFilter.value", h.value), h && h.type === "String" && h.validation && te(h.validation(h.value));
|
8798
8798
|
}, [h]);
|
8799
8799
|
const V = E(() => {
|
8800
8800
|
a.clear();
|
8801
8801
|
}, [a]), B = E(() => {
|
8802
|
-
z
|
8802
|
+
z === "" && a.apply();
|
8803
8803
|
}, [z, a]), ae = E(
|
8804
8804
|
(se) => {
|
8805
|
-
se.key === "Enter" ? (z
|
8805
|
+
se.key === "Enter" ? (z === "" && a.apply(), se.stopPropagation()) : se.key === "Escape" && (P(!1), se.currentTarget.focus(), se.currentTarget.blur(), se.stopPropagation());
|
8806
8806
|
},
|
8807
8807
|
[z, a]
|
8808
8808
|
);
|