@e7a/everright-filter 1.0.5 → 1.0.7
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/LICENSE +21 -21
- package/README.md +125 -125
- package/README.zh-cn.md +125 -125
- package/dist/EverrightFilter-with-element-plus.iife.js +1 -1
- package/dist/EverrightFilter-with-element-plus.js +1 -1
- package/dist/EverrightFilter-with-element-plus.umd.cjs +1 -1
- package/dist/EverrightFilter-without-element-plus.iife.js +1 -1
- package/dist/EverrightFilter-without-element-plus.js +1 -1
- package/dist/EverrightFilter-without-element-plus.umd.cjs +1 -1
- package/package.json +3 -3
|
@@ -12819,7 +12819,7 @@ const z2 = { key: 0 }, j2 = /* @__PURE__ */ G("svg", {
|
|
|
12819
12819
|
]), C = P(() => (a.state.store.filters.length > 1 || r.parent.length > 1 ? !0 : !R.isEmpty(f.property)) && !/^quick-(search|filter)$/.test(a.props.type)), Y = (D) => {
|
|
12820
12820
|
a.state.store.filters.length === 1 && r.parent.length === 1 && !R.isEmpty(f.property) ? (f.property = "", n("listener", {
|
|
12821
12821
|
type: "clear"
|
|
12822
|
-
})) : r.parent.splice(r.parent.indexOf(r.id), 1);
|
|
12822
|
+
})) : r.parent.splice(r.parent.indexOf(r.id), 1), a.fireEvent("delete", { ...r, ...f });
|
|
12823
12823
|
}, X = P(() => {
|
|
12824
12824
|
const D = R.get(u(m), "excludeOperator.dateOperator", []), K = R.get(u(m), "excludeOperator.operator", []), le = R.get(u(m), "includeOperator.dateOperator", []), ge = R.get(u(m), "includeOperator.operator", []);
|
|
12825
12825
|
return [
|