@avakhula/ui 0.0.97 → 0.0.100

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": "@avakhula/ui",
3
- "version": "0.0.97",
3
+ "version": "0.0.100",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.umd.cjs",
6
6
  "source": "src/index.js",
@@ -387,7 +387,7 @@ export default {
387
387
  default: false,
388
388
  },
389
389
  },
390
- emits: ["close", "input"],
390
+ emits: ["close", "input", "search", "resize", "submit"],
391
391
  watch: {
392
392
  value(value) {
393
393
  this.val = value;