@fullcalendar/bootstrap
Advanced tools
Comparing version 5.6.0 to 5.7.0
MIT License | ||
Copyright (c) 2020 Adam Shaw | ||
Copyright (c) 2021 Adam Shaw | ||
@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining |
/*! | ||
FullCalendar v5.6.0 | ||
FullCalendar v5.7.0 | ||
Docs & License: https://fullcalendar.io/ | ||
(c) 2020 Adam Shaw | ||
(c) 2021 Adam Shaw | ||
*/ | ||
@@ -6,0 +6,0 @@ 'use strict'; |
/*! | ||
FullCalendar v5.6.0 | ||
FullCalendar v5.7.0 | ||
Docs & License: https://fullcalendar.io/ | ||
(c) 2020 Adam Shaw | ||
(c) 2021 Adam Shaw | ||
*/ | ||
@@ -6,0 +6,0 @@ var FullCalendarBootstrap = (function (exports, common) { |
/*! | ||
FullCalendar v5.6.0 | ||
FullCalendar v5.7.0 | ||
Docs & License: https://fullcalendar.io/ | ||
(c) 2020 Adam Shaw | ||
(c) 2021 Adam Shaw | ||
*/ | ||
var FullCalendarBootstrap=function(e,t){"use strict";var o=function(e,t){return(o=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var o in t)Object.prototype.hasOwnProperty.call(t,o)&&(e[o]=t[o])})(e,t)};var r=function(e){function t(){return null!==e&&e.apply(this,arguments)||this}return function(e,t){function r(){this.constructor=e}o(e,t),e.prototype=null===t?Object.create(t):(r.prototype=t.prototype,new r)}(t,e),t}(t.Theme);r.prototype.classes={root:"fc-theme-bootstrap",table:"table-bordered",tableCellShaded:"table-active",buttonGroup:"btn-group",button:"btn btn-primary",buttonActive:"active",popover:"popover",popoverHeader:"popover-header",popoverContent:"popover-body"},r.prototype.baseIconClass="fa",r.prototype.iconClasses={close:"fa-times",prev:"fa-chevron-left",next:"fa-chevron-right",prevYear:"fa-angle-double-left",nextYear:"fa-angle-double-right"},r.prototype.rtlIconClasses={prev:"fa-chevron-right",next:"fa-chevron-left",prevYear:"fa-angle-double-right",nextYear:"fa-angle-double-left"},r.prototype.iconOverrideOption="bootstrapFontAwesome",r.prototype.iconOverrideCustomButtonOption="bootstrapFontAwesome",r.prototype.iconOverridePrefix="fa-";var n=t.createPlugin({themeClasses:{bootstrap:r}});return t.globalPlugins.push(n),e.BootstrapTheme=r,e.default=n,Object.defineProperty(e,"__esModule",{value:!0}),e}({},FullCalendar); |
/*! | ||
FullCalendar v5.6.0 | ||
FullCalendar v5.7.0 | ||
Docs & License: https://fullcalendar.io/ | ||
(c) 2020 Adam Shaw | ||
(c) 2021 Adam Shaw | ||
*/ | ||
@@ -6,0 +6,0 @@ import './main.css'; |
{ | ||
"name": "@fullcalendar/bootstrap", | ||
"version": "5.6.0", | ||
"version": "5.7.0", | ||
"title": "FullCalendar Bootstrap Plugin", | ||
@@ -8,3 +8,3 @@ "description": "Bootstrap 4 theming for your calendar", | ||
"dependencies": { | ||
"@fullcalendar/common": "~5.6.0", | ||
"@fullcalendar/common": "~5.7.0", | ||
"tslib": "^2.0.3" | ||
@@ -31,4 +31,4 @@ }, | ||
"devDependencies": { | ||
"@fullcalendar/core-preact": "5.6.0" | ||
"@fullcalendar/core-preact": "5.7.0" | ||
} | ||
} |
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
+ Added@fullcalendar/common@5.7.2(transitive)
- Removed@fullcalendar/common@5.6.0(transitive)
Updated@fullcalendar/common@~5.7.0