@daypilot/daypilot-lite-react
Advanced tools
Comparing version 3.26.0 to 3.27.0
@@ -125,2 +125,4 @@ /* | ||
getScrollY(): number; | ||
getSelection(): DayPilot.Selection; | ||
@@ -132,2 +134,4 @@ | ||
setScrollY(scrollY: number): void; | ||
show(): void; | ||
@@ -739,2 +743,3 @@ | ||
selectedClass?: string; | ||
syncScrollbar?: boolean; | ||
@@ -741,0 +746,0 @@ onChange?: EventHandler<SwitcherChangeArgs>; |
{ | ||
"name": "@daypilot/daypilot-lite-react", | ||
"version": "3.26.0", | ||
"version": "3.27.0", | ||
"description": "DayPilot Lite for React", | ||
@@ -5,0 +5,0 @@ "homepage": "https://javascript.daypilot.org/", |
Sorry, the diff of this file is too big to display
326306
1988