mooho-base-admin-plus 2.10.87 → 2.10.88
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/history.md
CHANGED
|
@@ -41063,7 +41063,7 @@ function _sfc_render$r(a, r, o, s, l, c) {
|
|
|
41063
41063
|
transfer: !0,
|
|
41064
41064
|
style: normalizeStyle$1({ width: A.controlWidth == null ? null : A.controlWidth + "px" }),
|
|
41065
41065
|
onOnChange: (O) => {
|
|
41066
|
-
c.setFilterData(l.data, A, O), c.onDataChange(A);
|
|
41066
|
+
A.controlType === "DateRange" && O.length == 2 && O[0] == "" ? c.setFilterData(l.data, A, null) : c.setFilterData(l.data, A, O), c.onDataChange(A);
|
|
41067
41067
|
}
|
|
41068
41068
|
}, null, 8, ["type", "model-value", "placeholder", "style", "onOnChange"])) : A.controlType === "Time" ? (openBlock(), createBlock(_, {
|
|
41069
41069
|
key: 13,
|