FullCalendar.Bootstrap=function(exports,core,internal$1){"use strict";class BootstrapTheme extends internal$1.Theme{}BootstrapTheme.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"};BootstrapTheme.prototype.baseIconClass="fa";BootstrapTheme.prototype.iconClasses={close:"fa-times",prev:"fa-chevron-left",next:"fa-chevron-right",prevYear:"fa-angle-double-left",nextYear:"fa-angle-double-right"};BootstrapTheme.prototype.rtlIconClasses={prev:"fa-chevron-right",next:"fa-chevron-left",prevYear:"fa-angle-double-right",nextYear:"fa-angle-double-left"};BootstrapTheme.prototype.iconOverrideOption="bootstrapFontAwesome";BootstrapTheme.prototype.iconOverrideCustomButtonOption="bootstrapFontAwesome";BootstrapTheme.prototype.iconOverridePrefix="fa-";var plugin=core.createPlugin({name:"@fullcalendar/bootstrap",themeClasses:{bootstrap:BootstrapTheme}});var internal={__proto__:null,BootstrapTheme:BootstrapTheme};core.globalPlugins.push(plugin);exports.Internal=internal;exports["default"]=plugin;Object.defineProperty(exports,"__esModule",{value:true});return exports}({},FullCalendar,FullCalendar.Internal);