@fullcalendar/bootstrap
Advanced tools
Comparing version 5.7.0 to 5.7.2
/*! | ||
FullCalendar v5.7.0 | ||
FullCalendar v5.7.2 | ||
Docs & License: https://fullcalendar.io/ | ||
@@ -4,0 +4,0 @@ (c) 2021 Adam Shaw |
@@ -1,8 +0,9 @@ | ||
import { Theme, PluginDef } from '@fullcalendar/common'; | ||
import * as _fullcalendar_common from '@fullcalendar/common'; | ||
import { Theme } from '@fullcalendar/common'; | ||
declare class BootstrapTheme extends Theme { | ||
} | ||
declare const plugin: PluginDef; | ||
declare const plugin: _fullcalendar_common.PluginDef; | ||
export default plugin; | ||
export { BootstrapTheme }; |
/*! | ||
FullCalendar v5.7.0 | ||
FullCalendar v5.7.2 | ||
Docs & License: https://fullcalendar.io/ | ||
@@ -33,2 +33,4 @@ (c) 2021 Adam Shaw | ||
function __extends(d, b) { | ||
if (typeof b !== "function" && b !== null) | ||
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null"); | ||
extendStatics(d, b); | ||
@@ -35,0 +37,0 @@ function __() { this.constructor = d; } |
/*! | ||
FullCalendar v5.7.0 | ||
FullCalendar v5.7.2 | ||
Docs & License: https://fullcalendar.io/ | ||
(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); | ||
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){if("function"!=typeof t&&null!==t)throw new TypeError("Class extends value "+String(t)+" is not a constructor or null");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.7.0 | ||
FullCalendar v5.7.2 | ||
Docs & License: https://fullcalendar.io/ | ||
@@ -4,0 +4,0 @@ (c) 2021 Adam Shaw |
{ | ||
"name": "@fullcalendar/bootstrap", | ||
"version": "5.7.0", | ||
"version": "5.7.2", | ||
"title": "FullCalendar Bootstrap Plugin", | ||
@@ -8,3 +8,3 @@ "description": "Bootstrap 4 theming for your calendar", | ||
"dependencies": { | ||
"@fullcalendar/common": "~5.7.0", | ||
"@fullcalendar/common": "~5.7.2", | ||
"tslib": "^2.0.3" | ||
@@ -31,4 +31,4 @@ }, | ||
"devDependencies": { | ||
"@fullcalendar/core-preact": "5.7.0" | ||
"@fullcalendar/core-preact": "5.7.2" | ||
} | ||
} |
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
13566
197
Updated@fullcalendar/common@~5.7.2