date-picker-svelte
Advanced tools
Comparing version 2.7.0 to 2.8.0
@@ -21,3 +21,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
events: { | ||
select: CustomEvent<undefined>; | ||
select: CustomEvent<Date>; | ||
} & { | ||
@@ -24,0 +24,0 @@ [evt: string]: CustomEvent<any>; |
@@ -13,3 +13,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
focusout: FocusEvent; | ||
select: CustomEvent<undefined>; | ||
select: CustomEvent<Date>; | ||
} & { | ||
@@ -16,0 +16,0 @@ [evt: string]: CustomEvent<any>; |
{ | ||
"name": "date-picker-svelte", | ||
"version": "2.7.0", | ||
"version": "2.8.0", | ||
"description": "Date and time picker for Svelte", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
38718