@fullcalendar/interaction
Advanced tools
Comparing version 4.4.0 to 5.0.0-beta
@@ -185,3 +185,3 @@ // Generated by dts-bundle v0.7.3-fork.1 | ||
declare module '@fullcalendar/interaction/interactions-external/ExternalElementDragging' { | ||
import { Hit, PointerDragEvent, EventTuple, DatePointApi, Calendar, EventInteractionState, DragMetaInput, DragMeta, View, ElementDragging } from '@fullcalendar/core'; | ||
import { Hit, PointerDragEvent, EventTuple, DatePointApi, Calendar, EventInteractionState, DragMetaInput, DragMeta, ElementDragging, ViewApi } from '@fullcalendar/core'; | ||
import HitDragging from '@fullcalendar/interaction/interactions/HitDragging'; | ||
@@ -192,3 +192,3 @@ export type DragMetaGenerator = DragMetaInput | ((el: HTMLElement) => DragMetaInput); | ||
jsEvent: UIEvent; | ||
view: View; | ||
view: ViewApi; | ||
} | ||
@@ -265,5 +265,5 @@ export { ExternalElementDragging as default, ExternalElementDragging }; | ||
computeClientRect(): { | ||
left: number; | ||
left: any; | ||
right: number; | ||
top: number; | ||
top: any; | ||
bottom: number; | ||
@@ -270,0 +270,0 @@ }; |
{ | ||
"name": "@fullcalendar/interaction", | ||
"version": "4.4.0", | ||
"version": "5.0.0-beta", | ||
"title": "FullCalendar Interaction Plugin", | ||
@@ -26,9 +26,10 @@ "description": "Provides functionality for event drag-n-drop, resizing, dateClick, and selectable actions", | ||
"copyright": "2019 Adam Shaw", | ||
"dependencies": { | ||
"tslib": "^1.9.3" | ||
}, | ||
"peerDependencies": { | ||
"@fullcalendar/core": "~4.4.0" | ||
"@fullcalendar/core": "5.0.0-beta" | ||
}, | ||
"main": "main.js", | ||
"module": "main.esm.js", | ||
"unpkg": "main.min.js", | ||
"types": "main.d.ts" | ||
} |
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
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
0
109226
2
5
2397
1
+ Addedtslib@^1.9.3
+ Added@fullcalendar/core@5.0.0-beta(transitive)
+ Addedtslib@1.14.1(transitive)
- Removed@fullcalendar/core@4.4.2(transitive)