@fullcalendar_daygrid.js 991 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. import {
  2. DayTableView,
  3. TableDateProfileGenerator
  4. } from "./chunk-INZMDDGR.js";
  5. import "./chunk-DAAU2ANU.js";
  6. import {
  7. createPlugin
  8. } from "./chunk-QH2VTIUN.js";
  9. import "./chunk-PTVH4XAB.js";
  10. import "./chunk-2LSFTFF7.js";
  11. // node_modules/.pnpm/@fullcalendar+daygrid@6.1.14_@fullcalendar+core@6.1.14/node_modules/@fullcalendar/daygrid/index.js
  12. var index = createPlugin({
  13. name: "@fullcalendar/daygrid",
  14. initialView: "dayGridMonth",
  15. views: {
  16. dayGrid: {
  17. component: DayTableView,
  18. dateProfileGeneratorClass: TableDateProfileGenerator
  19. },
  20. dayGridDay: {
  21. type: "dayGrid",
  22. duration: { days: 1 }
  23. },
  24. dayGridWeek: {
  25. type: "dayGrid",
  26. duration: { weeks: 1 }
  27. },
  28. dayGridMonth: {
  29. type: "dayGrid",
  30. duration: { months: 1 },
  31. fixedWeekCount: true
  32. },
  33. dayGridYear: {
  34. type: "dayGrid",
  35. duration: { years: 1 }
  36. }
  37. }
  38. });
  39. export {
  40. index as default
  41. };
  42. //# sourceMappingURL=@fullcalendar_daygrid.js.map