@fullcalendar/bootstrap
Advanced tools
Comparing version 5.3.1 to 5.4.0
@@ -5,5 +5,5 @@ import { Theme, PluginDef } from '@fullcalendar/common'; | ||
} | ||
declare let plugin: PluginDef; | ||
declare const plugin: PluginDef; | ||
export default plugin; | ||
export { BootstrapTheme }; |
/*! | ||
FullCalendar v5.3.1 | ||
FullCalendar v5.3.2 | ||
Docs & License: https://fullcalendar.io/ | ||
@@ -28,3 +28,3 @@ (c) 2020 Adam Shaw | ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || | ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; | ||
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; }; | ||
return extendStatics(d, b); | ||
@@ -55,3 +55,3 @@ }; | ||
popoverHeader: 'popover-header', | ||
popoverContent: 'popover-body' | ||
popoverContent: 'popover-body', | ||
}; | ||
@@ -64,3 +64,3 @@ BootstrapTheme.prototype.baseIconClass = 'fa'; | ||
prevYear: 'fa-angle-double-left', | ||
nextYear: 'fa-angle-double-right' | ||
nextYear: 'fa-angle-double-right', | ||
}; | ||
@@ -71,3 +71,3 @@ BootstrapTheme.prototype.rtlIconClasses = { | ||
prevYear: 'fa-angle-double-right', | ||
nextYear: 'fa-angle-double-left' | ||
nextYear: 'fa-angle-double-left', | ||
}; | ||
@@ -79,4 +79,4 @@ BootstrapTheme.prototype.iconOverrideOption = 'bootstrapFontAwesome'; // TODO: make TS-friendly. move the option-processing into this plugin | ||
themeClasses: { | ||
bootstrap: BootstrapTheme | ||
} | ||
bootstrap: BootstrapTheme, | ||
}, | ||
}); | ||
@@ -89,4 +89,6 @@ | ||
Object.defineProperty(exports, '__esModule', { value: true }); | ||
return exports; | ||
}({}, FullCalendar)); |
/*! | ||
FullCalendar v5.3.1 | ||
FullCalendar v5.3.2 | ||
Docs & License: https://fullcalendar.io/ | ||
(c) 2020 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)t.hasOwnProperty(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,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){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); |
12
main.js
/*! | ||
FullCalendar v5.3.1 | ||
FullCalendar v5.3.2 | ||
Docs & License: https://fullcalendar.io/ | ||
@@ -27,3 +27,3 @@ (c) 2020 Adam Shaw | ||
popoverHeader: 'popover-header', | ||
popoverContent: 'popover-body' | ||
popoverContent: 'popover-body', | ||
}; | ||
@@ -36,3 +36,3 @@ BootstrapTheme.prototype.baseIconClass = 'fa'; | ||
prevYear: 'fa-angle-double-left', | ||
nextYear: 'fa-angle-double-right' | ||
nextYear: 'fa-angle-double-right', | ||
}; | ||
@@ -43,3 +43,3 @@ BootstrapTheme.prototype.rtlIconClasses = { | ||
prevYear: 'fa-angle-double-right', | ||
nextYear: 'fa-angle-double-left' | ||
nextYear: 'fa-angle-double-left', | ||
}; | ||
@@ -51,4 +51,4 @@ BootstrapTheme.prototype.iconOverrideOption = 'bootstrapFontAwesome'; // TODO: make TS-friendly. move the option-processing into this plugin | ||
themeClasses: { | ||
bootstrap: BootstrapTheme | ||
} | ||
bootstrap: BootstrapTheme, | ||
}, | ||
}); | ||
@@ -55,0 +55,0 @@ |
{ | ||
"name": "@fullcalendar/bootstrap", | ||
"version": "5.3.1", | ||
"version": "5.4.0", | ||
"title": "FullCalendar Bootstrap Plugin", | ||
@@ -8,7 +8,7 @@ "description": "Bootstrap 4 theming for your calendar", | ||
"dependencies": { | ||
"@fullcalendar/common": "~5.3.1", | ||
"tslib": "^2.0.0" | ||
"@fullcalendar/common": "~5.4.0", | ||
"tslib": "^2.0.3" | ||
}, | ||
"type": "module", | ||
"main": "main.js", | ||
"main": "main.cjs.js", | ||
"module": "main.js", | ||
"types": "main.d.ts", | ||
@@ -29,3 +29,6 @@ "jsdelivr": "main.global.min.js", | ||
"url": "http://arshaw.com/" | ||
}, | ||
"devDependencies": { | ||
"@fullcalendar/core-preact": "5.4.0" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
13218
11
194
1
No
+ Added@fullcalendar/common@5.4.0(transitive)
- Removed@fullcalendar/common@5.3.1(transitive)
Updated@fullcalendar/common@~5.4.0
Updatedtslib@^2.0.3