@fullcalendar/timeline
Advanced tools
Comparing version 5.0.0-rc to 5.0.0
import { Duration, DateRange, DateMarker, DateProfile, DateEnv, BaseOptionsRefined, DateProfileGenerator, PositionCache, DateComponent, ViewProps, createElement, Seg, Slicer, EventStore, EventUiHash, DateSpan, EventInteractionState, BaseComponent, RefObject, CssDimValue, VNode, ScrollRequest, PluginDef } from '@fullcalendar/common'; | ||
import '@fullcalendar/premium-common'; | ||
@@ -4,0 +5,0 @@ interface TimelineDateProfile { |
10
main.js
/*! | ||
FullCalendar v5.0.0-rc | ||
Docs & License: https://fullcalendar.io/ | ||
(c) 2019 Adam Shaw | ||
FullCalendar Scheduler v5.0.0 | ||
Docs & License: https://fullcalendar.io/scheduler | ||
(c) 2020 Adam Shaw | ||
*/ | ||
@@ -9,2 +9,3 @@ import './main.css'; | ||
import { config, createFormatter, greatestDurationDenominator, isSingleDay, createDuration, wholeDivideDurations, asRoughMs, addDays, startOfDay, padStart, asRoughSeconds, asRoughMinutes, diffWholeDays, isInt, computeVisibleDayRange, memoizeObjArg, buildClassNameNormalizer, getDateMeta, getSlotClassNames, getDayClassNames, buildNavLinkData, createElement, MountHook, BaseComponent, ContentHook, Fragment, createRef, NowTimer, NowIndicatorRoot, findElements, RenderHook, rangeContainsMarker, PositionCache, findDirectChildren, RefMap, isElVisible, multiplyDuration, buildEventRangeKey, BgEvent, getSegMeta, renderFill, intersectRanges, addMs, Slicer, StandardEvent, sortEventSegs, memoize, mapHash, DateComponent, getStickyHeaderDates, getStickyFooterScrollbar, ViewRoot, renderScrollShim, createPlugin } from '@fullcalendar/common'; | ||
import premiumCommonPlugin from '@fullcalendar/premium-common'; | ||
import { __extends, __assign } from 'tslib'; | ||
@@ -1183,2 +1184,5 @@ import { ScrollGrid } from '@fullcalendar/scrollgrid'; | ||
var main = createPlugin({ | ||
deps: [ | ||
premiumCommonPlugin | ||
], | ||
initialView: 'timelineDay', | ||
@@ -1185,0 +1189,0 @@ views: { |
{ | ||
"name": "@fullcalendar/timeline", | ||
"version": "5.0.0-rc", | ||
"version": "5.0.0", | ||
"title": "FullCalendar Timeline Plugin", | ||
@@ -8,4 +8,5 @@ "description": "Display events on a horizontal time axis (without resources)", | ||
"dependencies": { | ||
"@fullcalendar/common": "5.0.0-rc", | ||
"@fullcalendar/scrollgrid": "5.0.0-rc", | ||
"@fullcalendar/common": "~5.0.0", | ||
"@fullcalendar/premium-common": "~5.0.0", | ||
"@fullcalendar/scrollgrid": "~5.0.0", | ||
"tslib": "^2.0.0" | ||
@@ -27,4 +28,3 @@ }, | ||
"url": "http://arshaw.com/" | ||
}, | ||
"copyright": "2019 Adam Shaw" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
181135
7
1576
0
4
1
80
+ Added@fullcalendar/common@5.0.1(transitive)
+ Added@fullcalendar/premium-common@5.0.0(transitive)
+ Added@fullcalendar/scrollgrid@5.0.0(transitive)
- Removed@fullcalendar/common@5.0.0-rc(transitive)
- Removed@fullcalendar/premium-common@5.0.0-rc(transitive)
- Removed@fullcalendar/scrollgrid@5.0.0-rc(transitive)
Updated@fullcalendar/common@~5.0.0