tsv2-library 0.0.13 → 0.0.14

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,7 +1,7 @@
1
1
  {
2
2
  "name": "tsv2-library",
3
3
  "private": false,
4
- "version": "0.0.13",
4
+ "version": "0.0.14",
5
5
  "author": "fixedassetv2-fe",
6
6
  "license": "ISC",
7
7
  "homepage": "https://github.com/fixedassetv2-fe/tsv2-library#readme",
@@ -59,7 +59,7 @@ export type DropdownEmits = {
59
59
  /**
60
60
  * Emits when an option selected.
61
61
  */
62
- 'update:modelValue': [value: DropdownOptionValue];
62
+ 'update:modelValue': [value: DropdownOptionValue | undefined];
63
63
  /**
64
64
  * Emits when overlay shown.
65
65
  */
@@ -59,7 +59,7 @@ export type MultiSelectEmits = {
59
59
  /**
60
60
  * Emits when an option selected.
61
61
  */
62
- 'update:modelValue': [value: MultiSelectOptionValue];
62
+ 'update:modelValue': [value: MultiSelectOptionValue | undefined];
63
63
  /**
64
64
  * Emits when overlay shown.
65
65
  */