bkui-vue 0.0.2-beta.88 → 0.0.2-beta.89

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.
@@ -1634,7 +1634,7 @@ function select_objectSpread(target) { for (var i = 1; i < arguments.length; i++
1634
1634
  } else {
1635
1635
  options.value.forEach(function (option) {
1636
1636
  var _toLowerCase2;
1637
- option.visible = filterOptionFunc.value(value, select_objectSpread({}, option.$props)) && ((_toLowerCase2 = toLowerCase(String(option.optionName))) === null || _toLowerCase2 === void 0 ? void 0 : _toLowerCase2.includes(toLowerCase(value)));
1637
+ option.visible = filterOptionFunc.value(value, select_objectSpread(select_objectSpread({}, option.$attrs), option.$props)) && ((_toLowerCase2 = toLowerCase(String(option.optionName))) === null || _toLowerCase2 === void 0 ? void 0 : _toLowerCase2.includes(toLowerCase(value)));
1638
1638
  });
1639
1639
  }
1640
1640
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "0.0.2-beta.88",
3
+ "version": "0.0.2-beta.89",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",