svelte-day-picker
Advanced tools
Comparing version 0.0.6 to 0.0.7
{ | ||
"name": "svelte-day-picker", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Michal Grňo (m93a)", |
@@ -26,6 +26,6 @@ # svelte-day-picker | ||
# API | ||
## <DayPicker /> | ||
## `<DayPicker />` | ||
### DayPicker Props | ||
* <a id=daypicker.locale href=#daypicker.locale>`locale`</a> | ||
* Type: `string \| Intl.Locale` | ||
* Type: `string | Intl.Locale` | ||
* Default: The user's current locale | ||
@@ -35,3 +35,3 @@ * Description: Selects default calendar options and corresponding translation strings, if available | ||
* <a id=daypicker.calendar href=#daypicker.calendar> `calendar`</a> | ||
* Type: `string \| Temporal.CalendarProtocol` | ||
* Type: `string | Temporal.CalendarProtocol` | ||
* Default: Current locale's calendar — typically `'gregory'` | ||
@@ -42,4 +42,4 @@ * Description: Either a [Unicode Calendar Identifier](https://github.com/unicode-org/cldr/blob/main/common/bcp47/calendar.xml#L12) of a calendar type, or a custom calendar according to the [Temporal Calendar Protocol](https://tc39.es/proposal-temporal/docs/calendar.html#custom-calendars). Most of the world uses `'gregory'` or `'iso8601'` (which are almost the same), but other calendar identifiers include `'buddhist'`, `'chinese'`, `'hebrew'`, `'islamic'`. | ||
* Type: `string` | ||
* Default: Current locale's timezone | ||
* Description: Timezone to resolve today's date. | ||
* Default: Current locale's time zone | ||
* Description: Time zone to resolve today's date. | ||
@@ -107,1 +107,9 @@ * <a id=daypicker.weekstart href=#daypicker.weekstart>`weekStart`</a> | ||
* Default implementation `<Day />` | ||
# Roadmap | ||
* [ ] Improve documentation | ||
* [ ] Implement SSR | ||
* [ ] Feature-parity with React Day Picker | ||
* [ ] Improve UX on touch devices | ||
* [ ] Keyboard navigation & ARIA |
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
64514
112