date-picker-svelte
Advanced tools
Comparing version 1.2.0 to 1.3.0
# Changelog | ||
## 1.3.0 - 2021 Jan 4 | ||
- Add `closeOnSelection` property for DateInput | ||
## 1.2.0 - 2021 Dec 22 | ||
@@ -4,0 +7,0 @@ - Hide disabled dates |
@@ -14,4 +14,7 @@ import { SvelteComponentTyped } from "svelte"; | ||
/** Whether the date popup is visible */ visible?: boolean | undefined; | ||
/** Close the date popup when a date is selected */ closeOnSelection?: boolean | undefined; | ||
}; | ||
events: { | ||
select: CustomEvent<undefined>; | ||
} & { | ||
[evt: string]: CustomEvent<any>; | ||
@@ -18,0 +21,0 @@ }; |
@@ -12,2 +12,3 @@ import { SvelteComponentTyped } from "svelte"; | ||
focusout: FocusEvent; | ||
select: CustomEvent<undefined>; | ||
} & { | ||
@@ -14,0 +15,0 @@ [evt: string]: CustomEvent<any>; |
{ | ||
"name": "date-picker-svelte", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Date and time picker for Svelte", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
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
33550
366