calendar-2k 1.0.18 → 1.0.19
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/README.md +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -203,8 +203,8 @@ if (date && "start" in date) {
|
|
|
203
203
|
|
|
204
204
|
| Mode | `value` type | Description |
|
|
205
205
|
| ---------- | -------------------------- | ------------------------- |
|
|
206
|
-
| `date` | `Date` or `{ start, end }` | Pick a
|
|
207
|
-
| `time` | `Date` or `{ start, end }` | Pick a
|
|
206
|
+
| `date` | `Date` or `{ start, end }` | Pick a date or a range |
|
|
207
|
+
| `time` | `Date` or `{ start, end }` | Pick a time or a range |
|
|
208
208
|
| `datetime` | `Date` or `{ start, end }` | Pick date+time or a range |
|
|
209
209
|
|
|
210
210
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "calendar-2k",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.19",
|
|
4
4
|
"description": "The fastest fully customizable Expo date & time picker, written in TypeScript, supporting Expo Go, single date, time, date range, time range, datetime range selection, flexible date disabling, and dynamic color theming for iOS and Android.",
|
|
5
5
|
"main": "build/Calendar2kView.js",
|
|
6
6
|
"types": "build/Calendar2k.types.d.ts",
|