bkui-vue 2.0.2-beta.24 → 2.0.2-beta.25

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/lib/index.js CHANGED
@@ -3,5 +3,5 @@ export * from './hooks';
3
3
  export { default } from './preset';
4
4
  export * from './config-provider';
5
5
  export * from './directives';
6
- export const version = "2.0.2-beta.24";
6
+ export const version = "2.0.2-beta.25";
7
7
  window.__bkui_vue_version__ = version;
@@ -3586,9 +3586,9 @@ function input_objectSpread(e) { for (var r = 1; r < arguments.length; r++) { va
3586
3586
  }
3587
3587
  function clearInput() {
3588
3588
  if (!inputRef.value) return;
3589
- keyword.value = '';
3590
3589
  setTimeout(function () {
3591
- return inputRef.value.innerText = '';
3590
+ keyword.value = '';
3591
+ inputRef.value.innerText = '';
3592
3592
  }, 16);
3593
3593
  }
3594
3594
  function str2SelectedItem(str) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "2.0.2-beta.24",
3
+ "version": "2.0.2-beta.25",
4
4
  "workspaces": [
5
5
  "packages/**",
6
6
  "scripts/cli",