@epie/bi-crud 2.0.9 → 2.0.10

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.
@@ -15732,7 +15732,7 @@ function parseNode(vnode, options) {
15732
15732
  };
15733
15733
  }
15734
15734
 
15735
- if (vnode.name === "el-select" && props.clearable) {
15735
+ if (["el-select", "el-input"].includes(vnode.name) && props.clearable) {
15736
15736
  props["onClear"] = function () {
15737
15737
  scope[prop] = undefined;
15738
15738
  };
@@ -15735,7 +15735,7 @@
15735
15735
  };
15736
15736
  }
15737
15737
 
15738
- if (vnode.name === "el-select" && props.clearable) {
15738
+ if (["el-select", "el-input"].includes(vnode.name) && props.clearable) {
15739
15739
  props["onClear"] = function () {
15740
15740
  scope[prop] = undefined;
15741
15741
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@epie/bi-crud",
3
3
  "simpleName": "bi-crud",
4
- "version": "2.0.9",
4
+ "version": "2.0.10",
5
5
  "private": false,
6
6
  "main": "lib/bi-crud.umd.js",
7
7
  "module": "lib/bi-crud.esm.js",