summaryrefslogtreecommitdiff
path: root/public/js/fullcalendar/packages/bootstrap5
diff options
context:
space:
mode:
authorpolo <ordipolo@gmx.fr>2025-06-23 03:33:38 +0200
committerpolo <ordipolo@gmx.fr>2025-06-23 03:33:38 +0200
commitcebc19ef236aac2968d2ffccfcff9b975b63fa8d (patch)
tree5b8e08045a45063475f533bfae4b4524720fe7bd /public/js/fullcalendar/packages/bootstrap5
parent8cf5ac1abf9e2a6134cb82d4582aecaa99b1331a (diff)
downloadcms-cebc19ef236aac2968d2ffccfcff9b975b63fa8d.zip
fullcalendar
Diffstat (limited to 'public/js/fullcalendar/packages/bootstrap5')
-rw-r--r--public/js/fullcalendar/packages/bootstrap5/index.global.js64
-rw-r--r--public/js/fullcalendar/packages/bootstrap5/index.global.min.js6
2 files changed, 70 insertions, 0 deletions
diff --git a/public/js/fullcalendar/packages/bootstrap5/index.global.js b/public/js/fullcalendar/packages/bootstrap5/index.global.js
new file mode 100644
index 0000000..0368f6a
--- /dev/null
+++ b/public/js/fullcalendar/packages/bootstrap5/index.global.js
@@ -0,0 +1,64 @@
1/*!
2FullCalendar Bootstrap 5 Plugin v6.1.17
3Docs & License: https://fullcalendar.io/docs/bootstrap5
4(c) 2024 Adam Shaw
5*/
6FullCalendar.Bootstrap5 = (function (exports, core, internal$1) {
7 'use strict';
8
9 class BootstrapTheme extends internal$1.Theme {
10 }
11 BootstrapTheme.prototype.classes = {
12 root: 'fc-theme-bootstrap5',
13 tableCellShaded: 'fc-theme-bootstrap5-shaded',
14 buttonGroup: 'btn-group',
15 button: 'btn btn-primary',
16 buttonActive: 'active',
17 popover: 'popover',
18 popoverHeader: 'popover-header',
19 popoverContent: 'popover-body',
20 };
21 BootstrapTheme.prototype.baseIconClass = 'bi';
22 BootstrapTheme.prototype.iconClasses = {
23 close: 'bi-x-lg',
24 prev: 'bi-chevron-left',
25 next: 'bi-chevron-right',
26 prevYear: 'bi-chevron-double-left',
27 nextYear: 'bi-chevron-double-right',
28 };
29 BootstrapTheme.prototype.rtlIconClasses = {
30 prev: 'bi-chevron-right',
31 next: 'bi-chevron-left',
32 prevYear: 'bi-chevron-double-right',
33 nextYear: 'bi-chevron-double-left',
34 };
35 // wtf
36 BootstrapTheme.prototype.iconOverrideOption = 'buttonIcons'; // TODO: make TS-friendly
37 BootstrapTheme.prototype.iconOverrideCustomButtonOption = 'icon';
38 BootstrapTheme.prototype.iconOverridePrefix = 'bi-';
39
40 var css_248z = ".fc-theme-bootstrap5 a:not([href]){color:inherit;text-decoration:inherit}.fc-theme-bootstrap5 .fc-list,.fc-theme-bootstrap5 .fc-scrollgrid,.fc-theme-bootstrap5 td,.fc-theme-bootstrap5 th{border:1px solid var(--bs-gray-400)}.fc-theme-bootstrap5 .fc-scrollgrid{border-bottom-width:0;border-right-width:0}.fc-theme-bootstrap5-shaded{background-color:var(--bs-gray-200)}";
41 internal$1.injectStyles(css_248z);
42
43 var plugin = core.createPlugin({
44 name: '@fullcalendar/bootstrap5',
45 themeClasses: {
46 bootstrap5: BootstrapTheme,
47 },
48 });
49
50 var internal = {
51 __proto__: null,
52 BootstrapTheme: BootstrapTheme
53 };
54
55 core.globalPlugins.push(plugin);
56
57 exports.Internal = internal;
58 exports["default"] = plugin;
59
60 Object.defineProperty(exports, '__esModule', { value: true });
61
62 return exports;
63
64})({}, FullCalendar, FullCalendar.Internal);
diff --git a/public/js/fullcalendar/packages/bootstrap5/index.global.min.js b/public/js/fullcalendar/packages/bootstrap5/index.global.min.js
new file mode 100644
index 0000000..d3b54e1
--- /dev/null
+++ b/public/js/fullcalendar/packages/bootstrap5/index.global.min.js
@@ -0,0 +1,6 @@
1/*!
2FullCalendar Bootstrap 5 Plugin v6.1.17
3Docs & License: https://fullcalendar.io/docs/bootstrap5
4(c) 2024 Adam Shaw
5*/
6FullCalendar.Bootstrap5=function(e,t,o){"use strict";class r extends o.Theme{}r.prototype.classes={root:"fc-theme-bootstrap5",tableCellShaded:"fc-theme-bootstrap5-shaded",buttonGroup:"btn-group",button:"btn btn-primary",buttonActive:"active",popover:"popover",popoverHeader:"popover-header",popoverContent:"popover-body"},r.prototype.baseIconClass="bi",r.prototype.iconClasses={close:"bi-x-lg",prev:"bi-chevron-left",next:"bi-chevron-right",prevYear:"bi-chevron-double-left",nextYear:"bi-chevron-double-right"},r.prototype.rtlIconClasses={prev:"bi-chevron-right",next:"bi-chevron-left",prevYear:"bi-chevron-double-right",nextYear:"bi-chevron-double-left"},r.prototype.iconOverrideOption="buttonIcons",r.prototype.iconOverrideCustomButtonOption="icon",r.prototype.iconOverridePrefix="bi-";o.injectStyles(".fc-theme-bootstrap5 a:not([href]){color:inherit;text-decoration:inherit}.fc-theme-bootstrap5 .fc-list,.fc-theme-bootstrap5 .fc-scrollgrid,.fc-theme-bootstrap5 td,.fc-theme-bootstrap5 th{border:1px solid var(--bs-gray-400)}.fc-theme-bootstrap5 .fc-scrollgrid{border-bottom-width:0;border-right-width:0}.fc-theme-bootstrap5-shaded{background-color:var(--bs-gray-200)}");var a=t.createPlugin({name:"@fullcalendar/bootstrap5",themeClasses:{bootstrap5:r}}),n={__proto__:null,BootstrapTheme:r};return t.globalPlugins.push(a),e.Internal=n,e.default=a,Object.defineProperty(e,"__esModule",{value:!0}),e}({},FullCalendar,FullCalendar.Internal); \ No newline at end of file