@reachweb/alpine-calendar 0.4.0 → 0.5.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/dist/alpine-calendar.cdn.js +1 -1
- package/dist/alpine-calendar.cdn.js.map +1 -1
- package/dist/alpine-calendar.es.js +12 -0
- 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 -0
- package/package.json +1 -1
|
@@ -191,6 +191,7 @@ export declare function createCalendarData(config?: CalendarConfig, Alpine?: {
|
|
|
191
191
|
initTree: (el: HTMLElement) => void;
|
|
192
192
|
} | null;
|
|
193
193
|
_autoRendered: boolean;
|
|
194
|
+
_popupOverlayEl: HTMLElement | null;
|
|
194
195
|
isScrollable: boolean;
|
|
195
196
|
_scrollHeight: number;
|
|
196
197
|
_scrollContainerEl: HTMLElement | null;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reachweb/alpine-calendar",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A lightweight, AlpineJS-native calendar component with inline/popup display, input binding with masking, and CSS custom property theming.",
|
|
6
6
|
"main": "dist/alpine-calendar.umd.js",
|