flexible-multi-calendar-datepicker 1.0.4 → 1.0.6
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 +4 -3
- package/dist/index.cjs +12 -12
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +12 -12
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -35,14 +35,15 @@ automatically for the active calendar.
|
|
|
35
35
|
- React JavaScript and React TypeScript support
|
|
36
36
|
- Controlled and uncontrolled standard JavaScript `Date` values
|
|
37
37
|
- Immediate selection or optional Confirm/Cancel workflow
|
|
38
|
-
- Editable input with live calendar synchronization
|
|
38
|
+
- Editable input with live calendar synchronization
|
|
39
|
+
- Editable mobile inputs with simultaneous keyboard and calendar access
|
|
39
40
|
- Reliable first-click selection after clearing an input
|
|
40
41
|
- Seven display and parse formats
|
|
41
42
|
- Persian, Arabic and Latin digit parsing
|
|
42
43
|
- Different optional labels and UI texts for every calendar instance
|
|
43
44
|
- Contextual **Today** shortcut after navigating to another day, month or year
|
|
44
45
|
- Multiple inclusive disabled date ranges
|
|
45
|
-
- Width-
|
|
46
|
+
- Width- and height-aware responsive sizing on mobile, tablet and desktop
|
|
46
47
|
- Consistent `rem`-based typography, spacing and corner radius
|
|
47
48
|
- Responsive placement without covering the trigger element
|
|
48
49
|
- Automatic repositioning on resize and orientation changes
|
|
@@ -535,7 +536,7 @@ html { font-size: 16px; }
|
|
|
535
536
|
| `disabledDateRanges` | `readonly { from: Date; to: Date }[]` | `[]` | Inclusive non-selectable ranges. |
|
|
536
537
|
| `className` | `string` | — | Extra class on the popup root. |
|
|
537
538
|
| `style` | `React.CSSProperties` | — | Extra inline styles and CSS variables. |
|
|
538
|
-
| `portalContainer` | `HTMLElement \| null` | `document.body` | Optional portal host. |
|
|
539
|
+
| `portalContainer` | `HTMLElement \| null` | `document.body` | Optional portal host. |
|
|
539
540
|
|
|
540
541
|
### Utility API
|
|
541
542
|
|