@dataloop-ai/components 0.19.49 → 0.19.50

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.19.49",
3
+ "version": "0.19.50",
4
4
  "exports": {
5
5
  ".": "./index.ts",
6
6
  "./models": "./models.ts",
@@ -471,6 +471,7 @@ export default defineComponent({
471
471
  input.value.innerHTML = ''
472
472
  emit('update:model-value', {})
473
473
  emit('clear')
474
+ emit('search', {})
474
475
  if (!focused.value) {
475
476
  focus()
476
477
  }