@schedule-x/calendar
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -296,2 +296,4 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
onClickPlusEvents?: (date: string) => void; | ||
beforeRender?: ($app: CalendarAppSingleton) => void; | ||
onRender?: ($app: CalendarAppSingleton) => void; | ||
isCalendarSmall?: ($app: CalendarAppSingleton) => boolean; | ||
@@ -298,0 +300,0 @@ } |
@@ -296,2 +296,4 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
onClickPlusEvents?: (date: string) => void; | ||
beforeRender?: ($app: CalendarAppSingleton) => void; | ||
onRender?: ($app: CalendarAppSingleton) => void; | ||
isCalendarSmall?: ($app: CalendarAppSingleton) => boolean; | ||
@@ -298,0 +300,0 @@ } |
@@ -296,2 +296,4 @@ import { Signal, ReadonlySignal } from "@preact/signals"; | ||
onClickPlusEvents?: (date: string) => void; | ||
beforeRender?: ($app: CalendarAppSingleton) => void; | ||
onRender?: ($app: CalendarAppSingleton) => void; | ||
isCalendarSmall?: ($app: CalendarAppSingleton) => boolean; | ||
@@ -298,0 +300,0 @@ } |
{ | ||
"name": "@schedule-x/calendar", | ||
"umdName": "SXCalendar", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Schedule-X calendar component", | ||
@@ -13,4 +13,6 @@ "author": { | ||
"keywords": [ | ||
"calendar", | ||
"event", | ||
"event calendar", | ||
"javascript calendar", | ||
"scheduler", | ||
"FullCalendar alternative", | ||
"dark-mode", | ||
@@ -42,3 +44,3 @@ "internationalization" | ||
"homepage": "https://schedule-x.dev", | ||
"gitHead": "75957004c3f5ea0157f8a2b99808f463a530f4be" | ||
"gitHead": "8c8df9d6329567163cffc9f744cf2efba173c7f9" | ||
} |
@@ -5,2 +5,4 @@ ![Schedule-X](https://schedule-x.s3.eu-west-1.amazonaws.com/schedule-x-logo.png) | ||
This is the calendar package of Schedule-X. For documentation, please refer to: https://schedule-x.dev/ | ||
Modern JavaScript event calendar and resource scheduler. | ||
Alternative to FullCalendar and react-big-calendar. For documentation, please refer to: https://schedule-x.dev/ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
629083
14836
8