flexible-multi-calendar-datepicker 1.0.5 → 1.0.7
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
|
@@ -36,17 +36,18 @@ automatically for the active calendar.
|
|
|
36
36
|
- Controlled and uncontrolled standard JavaScript `Date` values
|
|
37
37
|
- Immediate selection or optional Confirm/Cancel workflow
|
|
38
38
|
- Editable input with live calendar synchronization
|
|
39
|
-
-
|
|
39
|
+
- Editable mobile inputs with simultaneous keyboard and calendar access
|
|
40
40
|
- Reliable first-click selection after clearing an input
|
|
41
41
|
- Seven display and parse formats
|
|
42
42
|
- Persian, Arabic and Latin digit parsing
|
|
43
43
|
- Different optional labels and UI texts for every calendar instance
|
|
44
44
|
- Contextual **Today** shortcut after navigating to another day, month or year
|
|
45
45
|
- Multiple inclusive disabled date ranges
|
|
46
|
-
- Width-
|
|
46
|
+
- Width- and height-aware responsive sizing on mobile, tablet and desktop
|
|
47
47
|
- Consistent `rem`-based typography, spacing and corner radius
|
|
48
48
|
- Responsive placement without covering the trigger element
|
|
49
|
-
- Automatic repositioning on resize and orientation changes
|
|
49
|
+
- Automatic repositioning on resize and orientation changes
|
|
50
|
+
- Stable calendar scale while scrolling, with bottom-first and automatic top placement
|
|
50
51
|
- Stays open and tracks its trigger during page, container and mobile visual-viewport scrolling
|
|
51
52
|
- Portal rendering to avoid clipping by parent containers
|
|
52
53
|
- Outside-click and Escape-key closing
|