@fullcalendar/timegrid
Advanced tools
Comparing version 5.0.0-beta to 5.0.0-beta.1
// Generated by dts-bundle v0.7.3-fork.1 | ||
// Dependencies for this module: | ||
// ../../../../../@fullcalendar/core | ||
// ../../../../../preact | ||
// ../../../../../@fullcalendar/daygrid | ||
@@ -22,3 +21,3 @@ | ||
declare module '@fullcalendar/timegrid/TimeColsView' { | ||
import { h, VNode, ChunkContentCallbackArgs, DateComponent, ViewProps } from '@fullcalendar/core'; | ||
import { h, VNode, ChunkContentCallbackArgs, DateComponent, ViewProps, RefObject } from '@fullcalendar/core'; | ||
import AllDaySplitter from '@fullcalendar/timegrid/AllDaySplitter'; | ||
@@ -29,3 +28,3 @@ import { TimeSlatMeta } from '@fullcalendar/timegrid/TimeColsSlats'; | ||
protected allDaySplitter: AllDaySplitter; | ||
protected headerElRef: import("preact").RefObject<HTMLTableCellElement>; | ||
protected headerElRef: RefObject<HTMLTableCellElement>; | ||
renderSimpleLayout(headerRowContent: VNode | null, allDayContent: ((contentArg: ChunkContentCallbackArgs) => VNode) | null, timeContent: ((contentArg: ChunkContentCallbackArgs) => VNode) | null): h.JSX.Element; | ||
@@ -32,0 +31,0 @@ renderHScrollLayout(headerRowContent: VNode | null, allDayContent: ((contentArg: ChunkContentCallbackArgs) => VNode) | null, timeContent: ((contentArg: ChunkContentCallbackArgs) => VNode) | null, colCnt: number, dayMinWidth: number, slatMetas: TimeSlatMeta[]): h.JSX.Element; |
/*! | ||
FullCalendar Time Grid Plugin v5.0.0-beta | ||
FullCalendar Time Grid Plugin v5.0.0-beta.1 | ||
Docs & License: https://fullcalendar.io/ | ||
@@ -4,0 +4,0 @@ (c) 2019 Adam Shaw |
{ | ||
"name": "@fullcalendar/timegrid", | ||
"version": "5.0.0-beta", | ||
"version": "5.0.0-beta.1", | ||
"title": "FullCalendar Time Grid Plugin", | ||
@@ -28,6 +28,6 @@ "description": "Display your events on a grid of time slots", | ||
"tslib": "^1.9.3", | ||
"@fullcalendar/daygrid": "5.0.0-beta" | ||
"@fullcalendar/daygrid": "5.0.0-beta.1" | ||
}, | ||
"peerDependencies": { | ||
"@fullcalendar/core": "5.0.0-beta" | ||
"@fullcalendar/core": "5.0.0-beta.1" | ||
}, | ||
@@ -34,0 +34,0 @@ "main": "main.js", |
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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
0
71190
1512
+ Added@fullcalendar/core@5.0.0-beta.1(transitive)
+ Added@fullcalendar/daygrid@5.0.0-beta.1(transitive)
+ Addedpreact@10.24.3(transitive)
- Removed@fullcalendar/core@5.0.0-beta(transitive)
- Removed@fullcalendar/daygrid@5.0.0-beta(transitive)