Adding resources to drop event and prepping the build/out files

This commit is contained in:
sean kenny
2014-04-09 14:16:47 +01:00
parent 73210fea0b
commit 57b2120bf6
5 changed files with 70 additions and 70 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
/*!
* <%= meta.title %> v<%= meta.version %> Stylesheet
* Docs & License: <%= meta.homepage %>
* (c) <%= meta.copyright %>
* FullCalendar v1.6.3 Stylesheet
* Docs & License: http://arshaw.com/fullcalendar/
* (c) 2013 Adam Shaw, Sean Kenny - resource view
*/
+60 -60
View File
@@ -1,7 +1,7 @@
/*!
* <%= meta.title %> v<%= meta.version %>
* Docs & License: <%= meta.homepage %>
* (c) <%= meta.copyright %>
* FullCalendar v1.6.3
* Docs & License: http://arshaw.com/fullcalendar/
* (c) 2013 Adam Shaw, Sean Kenny - resource view
*/
/*
@@ -12,8 +12,8 @@
(function($, undefined) {
;;
;;
var defaults = {
@@ -112,10 +112,10 @@ var rtlDefaults = {
};
;;
var fc = $.fullCalendar = { version: "<%= meta.version %>" };
;;
var fc = $.fullCalendar = { version: "1.6.3" };
var fcViews = fc.views = {};
@@ -180,8 +180,8 @@ function setDefaults(d) {
}
;;
;;
function Calendar(element, options, eventSources) {
@@ -719,8 +719,8 @@ function Calendar(element, options, eventSources) {
}
;;
;;
function Header(calendar, options) {
var t = this;
@@ -879,8 +879,8 @@ function Header(calendar, options) {
}
;;
;;
fc.sourceNormalizers = [];
fc.sourceFetchers = [];
@@ -1303,8 +1303,8 @@ function EventManager(options, _sources) {
}
;;
;;
function ResourceManager(options) {
var t = this;
// exports
@@ -1430,8 +1430,8 @@ function ResourceManager(options) {
normalizers[i](source);
}
}
}
;;
}
;;
fc.addDays = addDays;
@@ -1808,8 +1808,8 @@ function iso8601Week(date) {
return Math.floor(Math.round((time - checkDate) / 86400000) / 7) + 1;
}
;;
;;
fc.applyAll = applyAll;
@@ -2075,8 +2075,8 @@ function firstDefined() {
}
}
;;
;;
fcViews.month = MonthView;
@@ -2139,8 +2139,8 @@ function MonthView(element, calendar) {
}
;;
;;
fcViews.basicWeek = BasicWeekView;
@@ -2194,8 +2194,8 @@ function BasicWeekView(element, calendar) {
}
;;
;;
fcViews.basicDay = BasicDayView;
@@ -2236,8 +2236,8 @@ function BasicDayView(element, calendar) {
}
;;
;;
setDefaults({
weekMode: 'fixed'
@@ -2758,8 +2758,8 @@ function BasicView(element, calendar, viewName) {
}
}
;;
;;
function BasicEventRenderer() {
var t = this;
@@ -2787,8 +2787,8 @@ function BasicEventRenderer() {
// TODO: have this class (and AgendaEventRenderer) be responsible for creating the event container div
}
;;
;;
fcViews.agendaWeek = AgendaWeekView;
@@ -2841,8 +2841,8 @@ function AgendaWeekView(element, calendar) {
}
}
;;
;;
fcViews.agendaDay = AgendaDayView;
@@ -2883,8 +2883,8 @@ function AgendaDayView(element, calendar) {
}
;;
;;
setDefaults({
allDaySlot: true,
@@ -3777,8 +3777,8 @@ function AgendaView(element, calendar, viewName) {
}
;;
;;
function AgendaEventRenderer() {
var t = this;
@@ -4516,8 +4516,8 @@ function agendaSegsCollide(seg1, seg2) {
return seg1.end > seg2.start && seg1.start < seg2.end;
}
;;
;;
fcViews.resourceDay = ResourceDayView;
@@ -4558,8 +4558,8 @@ function ResourceDayView(element, calendar) {
}
}
;;
}
;;
setDefaults({
allDaySlot: true,
@@ -5457,8 +5457,8 @@ function ResourceView(element, calendar, viewName) {
}
;;
;;
function ResourceEventRenderer() {
var t = this;
@@ -6208,8 +6208,8 @@ function agendaSegsCollide(seg1, seg2) {
return seg1.end > seg2.start && seg1.start < seg2.end;
}
;;
;;
function View(element, calendar, viewName) {
@@ -6777,8 +6777,8 @@ function View(element, calendar, viewName) {
}
;;
;;
function DayEventRenderer() {
var t = this;
@@ -7560,8 +7560,8 @@ function segmentElementEach(segments, callback) { // TODO: use in AgendaView?
}
}
}
;;
;;
//BUG: unselect needs to be triggered when events are dragged+dropped
@@ -7660,8 +7660,8 @@ function SelectionManager() {
}
;;
;;
function OverlayManager() {
var t = this;
@@ -7699,8 +7699,8 @@ function OverlayManager() {
}
;;
;;
function CoordinateGrid(buildFunc) {
@@ -7747,8 +7747,8 @@ function CoordinateGrid(buildFunc) {
};
}
;;
;;
function HoverListener(coordinateGrid) {
@@ -7807,8 +7807,8 @@ function _fixUIEvent(event) { // for issue 1168
event.pageX = event.originalEvent.pageX;
event.pageY = event.originalEvent.pageY;
}
}
;;
}
;;
function HorizontalPositionCache(getElement) {
@@ -7836,7 +7836,7 @@ function HorizontalPositionCache(getElement) {
};
}
;;
;;
})(jQuery);
+1 -1
View File
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -1,7 +1,7 @@
/*!
* <%= meta.title %> v<%= meta.version %> Print Stylesheet
* Docs & License: <%= meta.homepage %>
* (c) <%= meta.copyright %>
* FullCalendar v1.6.3 Print Stylesheet
* Docs & License: http://arshaw.com/fullcalendar/
* (c) 2013 Adam Shaw, Sean Kenny - resource view
*/
/*
+3 -3
View File
@@ -1,7 +1,7 @@
/*!
* <%= meta.title %> v<%= meta.version %> Google Calendar Plugin
* Docs & License: <%= meta.homepage %>
* (c) <%= meta.copyright %>
* FullCalendar v1.6.3 Google Calendar Plugin
* Docs & License: http://arshaw.com/fullcalendar/
* (c) 2013 Adam Shaw, Sean Kenny - resource view
*/
(function($) {