@reachweb/alpine-calendar 0.2.0 → 0.3.0
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 +1 -1
- package/dist/alpine-calendar.cdn.js +1 -1
- package/dist/alpine-calendar.cdn.js.map +1 -1
- package/dist/alpine-calendar.es.js +3 -3
- package/dist/alpine-calendar.es.js.map +1 -1
- package/dist/alpine-calendar.umd.js +1 -1
- package/dist/alpine-calendar.umd.js.map +1 -1
- package/dist/plugin/calendar-component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -51,7 +51,7 @@ export interface CalendarConfig {
|
|
|
51
51
|
months?: number;
|
|
52
52
|
/** Max height of the scrollable container in px (only used when months >= 3). Default: 400. */
|
|
53
53
|
scrollHeight?: number;
|
|
54
|
-
/** First day of the week (0=Sun, 1=Mon, …, 6=Sat). Default:
|
|
54
|
+
/** First day of the week (0=Sun, 1=Mon, …, 6=Sat). Default: 1. */
|
|
55
55
|
firstDay?: number;
|
|
56
56
|
/** Minimum selectable date (ISO string). */
|
|
57
57
|
minDate?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reachweb/alpine-calendar",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A lightweight, AlpineJS-native calendar component with inline/popup display, input binding with masking, and TailwindCSS 4 theming.",
|
|
6
6
|
"main": "dist/alpine-calendar.umd.js",
|