@dataloop-ai/components 0.13.1 → 0.13.2

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.13.1",
3
+ "version": "0.13.2",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -718,6 +718,7 @@ export default defineComponent({
718
718
  if (!this.preserveSearch) {
719
719
  const inputRef = this.$refs.searchInput as HTMLInputElement
720
720
  if (inputRef) inputRef.value = ''
721
+ this.$emit('filter', '')
721
722
  }
722
723
  },
723
724
  getLabel,