src.json 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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/HitDragListener.js",
  20. "common/GlobalEmitter.js",
  21. "common/MouseFollower.js",
  22. "common/Scroller.js",
  23. "common/Iterator.js",
  24. "component/interactions/Interaction.js",
  25. "component/interactions/DateClicking.js",
  26. "component/interactions/DateSelecting.js",
  27. "component/interactions/EventDragging.js",
  28. "component/interactions/EventResizing.js",
  29. "component/interactions/ExternalDropping.js",
  30. "component/interactions/EventPointing.js",
  31. "component/interactions/StandardInteractionsMixin.js",
  32. "component/renderers/EventRenderer.js",
  33. "component/renderers/BusinessHourRenderer.js",
  34. "component/renderers/FillRenderer.js",
  35. "component/renderers/HelperRenderer.js",
  36. "component/Component.js",
  37. "component/DateComponent.js",
  38. "component/InteractiveDateComponent.js",
  39. "component/DayTableMixin.js",
  40. "DateProfileGenerator.js",
  41. "View.js",
  42. "Toolbar.js",
  43. "Constraints.js",
  44. "OptionsManager.js",
  45. "ViewSpecManager.js",
  46. "Calendar.js",
  47. "defaults.js",
  48. "locale.js",
  49. "Header.js",
  50. "models/UnzonedRange.js",
  51. "models/ComponentFootprint.js",
  52. "models/EventPeriod.js",
  53. "models/EventManager.js",
  54. "models/BusinessHourGenerator.js",
  55. "models/event/EventDefParser.js",
  56. "models/event/EventDef.js",
  57. "models/event/SingleEventDef.js",
  58. "models/event/RecurringEventDef.js",
  59. "models/event/EventInstance.js",
  60. "models/event/EventInstanceGroup.js",
  61. "models/event/EventDateProfile.js",
  62. "models/event/EventRange.js",
  63. "models/event/EventFootprint.js",
  64. "models/event/EventDefMutation.js",
  65. "models/event/EventDefDateMutation.js",
  66. "models/event/util.js",
  67. "models/event-source/EventSource.js",
  68. "models/event-source/EventSourceParser.js",
  69. "models/event-source/ArrayEventSource.js",
  70. "models/event-source/FuncEventSource.js",
  71. "models/event-source/JsonFeedEventSource.js",
  72. "theme/ThemeRegistry.js",
  73. "theme/Theme.js",
  74. "theme/StandardTheme.js",
  75. "theme/JqueryUiTheme.js",
  76. "theme/BootstrapTheme.js",
  77. "basic/DayGridFillRenderer.js",
  78. "basic/DayGridEventRenderer.js",
  79. "basic/DayGridHelperRenderer.js",
  80. "basic/DayGrid.js",
  81. "basic/BasicViewDateProfileGenerator.js",
  82. "basic/BasicView.js",
  83. "basic/MonthView.js",
  84. "basic/config.js",
  85. "agenda/TimeGridFillRenderer.js",
  86. "agenda/TimeGridEventRenderer.js",
  87. "agenda/TimeGridHelperRenderer.js",
  88. "agenda/TimeGrid.js",
  89. "agenda/AgendaView.js",
  90. "agenda/config.js",
  91. "list/ListEventRenderer.js",
  92. "list/ListEventPointing.js",
  93. "list/ListView.js",
  94. "list/config.js",
  95. "outro.js"
  96. ],
  97. "fullcalendar.css": [
  98. "common/common.css",
  99. "common/common.standard.css",
  100. "common/common.jquery-ui.css",
  101. "common/common.bootstrap3.css",
  102. "main.css",
  103. "basic/basic.css",
  104. "agenda/agenda.css",
  105. "list/list.css"
  106. ],
  107. "fullcalendar.print.css": [
  108. "common/print.css"
  109. ],
  110. "gcal.js": [
  111. "gcal/intro.js",
  112. "gcal/GcalEventSource.js",
  113. "gcal/outro.js"
  114. ]
  115. }