master-components-react 4.3.38 → 4.3.39
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.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2127,10 +2127,10 @@ const Sa = ({
|
|
|
2127
2127
|
let Ie = "", pe = { start: "", end: "" };
|
|
2128
2128
|
!we && (H === "single" || typeof oe == "string") && (Ie = oe, ye(Ie)), !we && (H !== "single" || typeof oe != "string") && (Ie = `${j(oe?.start ?? "").format(p)} / ${oe?.end ? j(oe.end).format(p) : ""}`, pe.start = j(oe?.start ?? "").format(p), pe.end = oe?.end ? j(oe.end).format(p) : "", ye(Ie)), we && (Ie = j(oe).format(p), ye(Ie)), oe?.end && V(!1), s && typeof s == "function" && !ke && (s(pe.start !== "" ? pe : Ie), ge.current.value = pe.start !== "" ? pe : Ie);
|
|
2129
2129
|
}, ce = (oe) => {
|
|
2130
|
-
oe.stopPropagation(), X(""), ge.current.value = "", ye(""), b({
|
|
2130
|
+
f || (oe.stopPropagation(), X(""), ge.current.value = "", ye(""), b({
|
|
2131
2131
|
start: null,
|
|
2132
2132
|
end: null
|
|
2133
|
-
}), s && typeof s == "function" && s("");
|
|
2133
|
+
}), s && typeof s == "function" && s(""));
|
|
2134
2134
|
}, x = (oe) => {
|
|
2135
2135
|
oe.composedPath().includes(M.current) || V(!1);
|
|
2136
2136
|
}, K = (oe) => {
|