@dataloop-ai/components 0.18.132 → 0.18.133

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dataloop-ai/components",
3
- "version": "0.18.132",
3
+ "version": "0.18.133",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -884,6 +884,7 @@ export default defineComponent({
884
884
  const inputRef = this.$refs.searchInput as HTMLInputElement
885
885
  if (inputRef) inputRef.value = ''
886
886
  this.searchTerm = ''
887
+ this.searchInputValue = ''
887
888
  this.$emit('filter', '')
888
889
  }
889
890
  },