From 4f734e0f374428be6424faee0a56458d4fa80396 Mon Sep 17 00:00:00 2001 From: polo Date: Tue, 23 Dec 2025 21:34:47 +0100 Subject: installation de fullcalendar avec composer et CDN au lieu de GIT --- .../packages/bootstrap5/index.global.js | 64 ---------------------- 1 file changed, 64 deletions(-) delete mode 100644 public/js/fullcalendar/packages/bootstrap5/index.global.js (limited to 'public/js/fullcalendar/packages/bootstrap5/index.global.js') diff --git a/public/js/fullcalendar/packages/bootstrap5/index.global.js b/public/js/fullcalendar/packages/bootstrap5/index.global.js deleted file mode 100644 index 0368f6a..0000000 --- a/public/js/fullcalendar/packages/bootstrap5/index.global.js +++ /dev/null @@ -1,64 +0,0 @@ -/*! -FullCalendar Bootstrap 5 Plugin v6.1.17 -Docs & License: https://fullcalendar.io/docs/bootstrap5 -(c) 2024 Adam Shaw -*/ -FullCalendar.Bootstrap5 = (function (exports, core, internal$1) { - 'use strict'; - - class BootstrapTheme extends internal$1.Theme { - } - BootstrapTheme.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', - }; - BootstrapTheme.prototype.baseIconClass = 'bi'; - BootstrapTheme.prototype.iconClasses = { - close: 'bi-x-lg', - prev: 'bi-chevron-left', - next: 'bi-chevron-right', - prevYear: 'bi-chevron-double-left', - nextYear: 'bi-chevron-double-right', - }; - BootstrapTheme.prototype.rtlIconClasses = { - prev: 'bi-chevron-right', - next: 'bi-chevron-left', - prevYear: 'bi-chevron-double-right', - nextYear: 'bi-chevron-double-left', - }; - // wtf - BootstrapTheme.prototype.iconOverrideOption = 'buttonIcons'; // TODO: make TS-friendly - BootstrapTheme.prototype.iconOverrideCustomButtonOption = 'icon'; - BootstrapTheme.prototype.iconOverridePrefix = 'bi-'; - - 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)}"; - internal$1.injectStyles(css_248z); - - var plugin = core.createPlugin({ - name: '@fullcalendar/bootstrap5', - themeClasses: { - bootstrap5: 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); -- cgit v1.2.3