src.json 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "fullcalendar.js": [
  3. "intro.js",
  4. "main.js",
  5. "util.js",
  6. "moment-ext.js",
  7. "date-formatting.js",
  8. "common/Class.js",
  9. "common/EmitterMixin.js",
  10. "common/ListenerMixin.js",
  11. "common/ParsableModelMixin.js",
  12. "common/Model.js",
  13. "common/Promise.js",
  14. "common/TaskQueue.js",
  15. "common/RenderQueue.js",
  16. "common/Popover.js",
  17. "common/CoordCache.js",
  18. "common/DragListener.js",
  19. "common/DragListener.autoscroll.js",
  20. "common/HitDragListener.js",
  21. "common/GlobalEmitter.js",
  22. "common/MouseFollower.js",
  23. "common/Scroller.js",
  24. "common/Iterator.js",
  25. "component/interactions/Interaction.js",
  26. "component/interactions/DateClicking.js",
  27. "component/interactions/DateSelecting.js",
  28. "component/interactions/EventDragging.js",
  29. "component/interactions/EventResizing.js",
  30. "component/interactions/ExternalDropping.js",
  31. "component/interactions/EventPointing.js",
  32. "component/interactions/StandardInteractionsMixin.js",
  33. "component/renderers/EventRenderer.js",
  34. "component/renderers/BusinessHourRenderer.js",
  35. "component/renderers/FillRenderer.js",
  36. "component/renderers/HelperRenderer.js",
  37. "component/Component.js",
  38. "component/DateComponent.js",
  39. "component/DateComponent.util.js",
  40. "component/InteractiveDateComponent.js",
  41. "component/DayTableMixin.js",
  42. "View.js",
  43. "View.date-range.js",
  44. "Toolbar.js",
  45. "Calendar.js",
  46. "Calendar.options.js",
  47. "Calendar.moment.js",
  48. "Calendar.view-spec.js",
  49. "Calendar.render.js",
  50. "Calendar.toolbar.js",
  51. "Calendar.business.js",
  52. "Calendar.constraints.js",
  53. "Calendar.events-api.js",
  54. "defaults.js",
  55. "locale.js",
  56. "Header.js",
  57. "models/UnzonedRange.js",
  58. "models/ComponentFootprint.js",
  59. "models/EventPeriod.js",
  60. "models/EventManager.js",
  61. "models/BusinessHourGenerator.js",
  62. "models/event/EventDefParser.js",
  63. "models/event/EventDef.js",
  64. "models/event/SingleEventDef.js",
  65. "models/event/RecurringEventDef.js",
  66. "models/event/EventInstance.js",
  67. "models/event/EventInstanceGroup.js",
  68. "models/event/EventDateProfile.js",
  69. "models/event/EventRange.js",
  70. "models/event/EventFootprint.js",
  71. "models/event/EventDefMutation.js",
  72. "models/event/EventDefDateMutation.js",
  73. "models/event/util.js",
  74. "models/event-source/EventSource.js",
  75. "models/event-source/EventSourceParser.js",
  76. "models/event-source/ArrayEventSource.js",
  77. "models/event-source/FuncEventSource.js",
  78. "models/event-source/JsonFeedEventSource.js",
  79. "theme/ThemeRegistry.js",
  80. "theme/Theme.js",
  81. "theme/StandardTheme.js",
  82. "theme/JqueryUiTheme.js",
  83. "theme/BootstrapTheme.js",
  84. "basic/DayGridFillRenderer.js",
  85. "basic/DayGridEventRenderer.js",
  86. "basic/DayGridHelperRenderer.js",
  87. "basic/DayGrid.js",
  88. "basic/DayGrid.limit.js",
  89. "basic/BasicView.js",
  90. "basic/MonthView.js",
  91. "basic/config.js",
  92. "agenda/TimeGridFillRenderer.js",
  93. "agenda/TimeGridEventRenderer.js",
  94. "agenda/TimeGridHelperRenderer.js",
  95. "agenda/TimeGrid.js",
  96. "agenda/AgendaView.js",
  97. "agenda/config.js",
  98. "list/ListView.js",
  99. "list/config.js",
  100. "outro.js"
  101. ],
  102. "fullcalendar.css": [
  103. "common/common.css",
  104. "common/common.standard.css",
  105. "common/common.jquery-ui.css",
  106. "common/common.bootstrap3.css",
  107. "main.css",
  108. "basic/basic.css",
  109. "agenda/agenda.css",
  110. "list/list.css"
  111. ],
  112. "fullcalendar.print.css": [
  113. "common/print.css"
  114. ],
  115. "gcal.js": [
  116. "gcal/intro.js",
  117. "gcal/GcalEventSource.js",
  118. "gcal/outro.js"
  119. ]
  120. }