fullcalendar 3.8.2 → 3.10.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +54 -0
- package/README.md +18 -8
- package/dist/fullcalendar.css +33 -5
- package/dist/fullcalendar.d.ts +151 -85
- package/dist/fullcalendar.js +9387 -9190
- package/dist/fullcalendar.min.css +3 -3
- package/dist/fullcalendar.min.js +9 -9
- package/dist/fullcalendar.print.css +4 -4
- package/dist/fullcalendar.print.min.css +4 -4
- package/dist/gcal.js +16 -10
- package/dist/gcal.min.js +3 -3
- package/dist/locale/af.js +1 -1
- package/dist/locale/ar-dz.js +1 -1
- package/dist/locale/ar-kw.js +1 -1
- package/dist/locale/ar-ly.js +1 -1
- package/dist/locale/ar-ma.js +1 -1
- package/dist/locale/ar-sa.js +1 -1
- package/dist/locale/ar-tn.js +1 -1
- package/dist/locale/ar.js +1 -1
- package/dist/locale/be.js +1 -0
- package/dist/locale/bg.js +1 -1
- package/dist/locale/bs.js +1 -1
- package/dist/locale/ca.js +1 -1
- package/dist/locale/cs.js +1 -1
- package/dist/locale/da.js +1 -1
- package/dist/locale/de-at.js +1 -1
- package/dist/locale/de-ch.js +1 -1
- package/dist/locale/de.js +1 -1
- package/dist/locale/el.js +1 -1
- package/dist/locale/en-au.js +1 -1
- package/dist/locale/en-ca.js +1 -1
- package/dist/locale/en-gb.js +1 -1
- package/dist/locale/en-ie.js +1 -1
- package/dist/locale/en-nz.js +1 -1
- package/dist/locale/es-do.js +1 -1
- package/dist/locale/es-us.js +1 -1
- package/dist/locale/es.js +1 -1
- package/dist/locale/et.js +1 -1
- package/dist/locale/eu.js +1 -1
- package/dist/locale/fa.js +1 -1
- package/dist/locale/fi.js +1 -1
- package/dist/locale/fr-ca.js +1 -1
- package/dist/locale/fr-ch.js +1 -1
- package/dist/locale/fr.js +1 -1
- package/dist/locale/gl.js +1 -1
- package/dist/locale/he.js +1 -1
- package/dist/locale/hi.js +1 -1
- package/dist/locale/hr.js +1 -1
- package/dist/locale/hu.js +1 -1
- package/dist/locale/id.js +1 -1
- package/dist/locale/is.js +1 -1
- package/dist/locale/it.js +1 -1
- package/dist/locale/ja.js +1 -1
- package/dist/locale/ka.js +1 -1
- package/dist/locale/kk.js +1 -1
- package/dist/locale/ko.js +1 -1
- package/dist/locale/lb.js +1 -1
- package/dist/locale/lt.js +1 -1
- package/dist/locale/lv.js +1 -1
- package/dist/locale/mk.js +1 -1
- package/dist/locale/ms-my.js +1 -1
- package/dist/locale/ms.js +1 -1
- package/dist/locale/nb.js +1 -1
- package/dist/locale/nl-be.js +1 -1
- package/dist/locale/nl.js +1 -1
- package/dist/locale/nn.js +1 -1
- package/dist/locale/pl.js +1 -1
- package/dist/locale/pt-br.js +1 -1
- package/dist/locale/pt.js +1 -1
- package/dist/locale/ro.js +1 -1
- package/dist/locale/ru.js +1 -1
- package/dist/locale/sk.js +1 -1
- package/dist/locale/sl.js +1 -1
- package/dist/locale/sq.js +1 -1
- package/dist/locale/sr-cyrl.js +1 -1
- package/dist/locale/sr.js +1 -1
- package/dist/locale/sv.js +1 -1
- package/dist/locale/th.js +1 -1
- package/dist/locale/tr.js +1 -1
- package/dist/locale/uk.js +1 -1
- package/dist/locale/vi.js +1 -1
- package/dist/locale/zh-cn.js +1 -1
- package/dist/locale/zh-hk.js +1 -0
- package/dist/locale/zh-tw.js +1 -1
- package/dist/locale-all.js +6 -6
- package/npm-shrinkwrap.json +10641 -0
- package/package.json +21 -19
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,58 @@
|
|
|
1
1
|
|
|
2
|
+
v3.10.2 (2020-05-13)
|
|
3
|
+
--------------------
|
|
4
|
+
|
|
5
|
+
Compatibilty with jQuery 3.5.0 (#5391, #5348)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
v3.10.1 (2019-08-10)
|
|
9
|
+
--------------------
|
|
10
|
+
|
|
11
|
+
Released solely to change the [package description text](https://www.npmjs.com/package/fullcalendar)
|
|
12
|
+
to reference v4 packages.
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
v3.10.0 (2019-01-10)
|
|
16
|
+
--------------------
|
|
17
|
+
|
|
18
|
+
POTENTIALLY BREAKING CHANGE:
|
|
19
|
+
The jquery and moment packages have been moved to peerDependencies. If you are using
|
|
20
|
+
NPM to install fullcalendar, you'll need to explicitly add jquery and moment as
|
|
21
|
+
dependencies of your project. NPM will not install them automatically. (#4136, #4233)
|
|
22
|
+
|
|
23
|
+
New Features:
|
|
24
|
+
- events from a Google Calendar event source will receive extended props (#4123)
|
|
25
|
+
- export more classes and util functions (#4124)
|
|
26
|
+
- new locales: zh-hk (#4266), be (#4274)
|
|
27
|
+
|
|
28
|
+
Bugfixes:
|
|
29
|
+
- not accepting dayClicks/selects because of overflow-x:hidden on html/body (#3615)
|
|
30
|
+
- event end time not displayed when duration is one slot, in agenda view (#3049)
|
|
31
|
+
- switching views before event fetch resolves, JS error (#3689)
|
|
32
|
+
- single-day allDay event not showing when time is specified (#3854)
|
|
33
|
+
- prev button doesn't work when previous days are hidden by hiddenDays and dayCount
|
|
34
|
+
is greater than dateIncrement (#4202)
|
|
35
|
+
- calendar locale not used in all moments objects (#4174)
|
|
36
|
+
- background event background color does not completely fill cells in Chrome (#4145)
|
|
37
|
+
- provide a delta for eventResize when resizing from start (#4135)
|
|
38
|
+
- IE11 memory leak from not removing handler correctly (#4311)
|
|
39
|
+
- make touchstart handlers passive (#4087)
|
|
40
|
+
- fixed typescript definition for: eventAllow (#4243), selectAllow (#4319)
|
|
41
|
+
- fixed locales: de (#4197, #4371), hu (#4203), tr (#4312), ja (#4329)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
v3.9.0 (2018-03-04)
|
|
45
|
+
-------------------
|
|
46
|
+
|
|
47
|
+
- Bootstrap 4 support (#4032, #4065, thx @GeekJosh)
|
|
48
|
+
- add OptionsInput to the fullcalendar.d.ts exports (#4040, #4006)
|
|
49
|
+
- columnHeaderFormat/columnHeaderHtml/columnHeaderText in .d.ts file (#4061, #4085)
|
|
50
|
+
- list-view auto-height not working (#3346, #4071, thx @WhatTheBuild)
|
|
51
|
+
- bump momentjs minimum version to 2.20.1, for locale fixes (#4014)
|
|
52
|
+
- swedish week header translation fix (#4082)
|
|
53
|
+
- dutch year translation (#4069)
|
|
54
|
+
|
|
55
|
+
|
|
2
56
|
v3.8.2 (2018-01-30)
|
|
3
57
|
-------------------
|
|
4
58
|
|
package/README.md
CHANGED
|
@@ -1,10 +1,20 @@
|
|
|
1
|
-
# FullCalendar [](https://travis-ci.org/fullcalendar/fullcalendar)
|
|
2
1
|
|
|
3
|
-
|
|
2
|
+
# FullCalendar
|
|
4
3
|
|
|
5
|
-
- [Project website
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
- [
|
|
10
|
-
- [
|
|
4
|
+
A full-sized drag & drop event calendar (jQuery plugin). [Project website »](http://fullcalendar.io/)
|
|
5
|
+
|
|
6
|
+
**This is the 3.x version of FullCalendar**. 4.x has since been released. It removes jquery and moment as dependencies, revamps the API, and breaks FullCalendar's functionality into separate packages:
|
|
7
|
+
|
|
8
|
+
- [@fullcalendar/core](https://www.npmjs.com/package/@fullcalendar/core)
|
|
9
|
+
- [@fullcalendar/interaction](https://www.npmjs.com/package/@fullcalendar/interaction)
|
|
10
|
+
- [@fullcalendar/daygrid](https://www.npmjs.com/package/@fullcalendar/daygrid)
|
|
11
|
+
- [@fullcalendar/timegrid](https://www.npmjs.com/package/@fullcalendar/timegrid)
|
|
12
|
+
- [@fullcalendar/list](https://www.npmjs.com/package/@fullcalendar/list)
|
|
13
|
+
- [@fullcalendar/google-calendar](https://www.npmjs.com/package/@fullcalendar/google-calendar)
|
|
14
|
+
- [@fullcalendar/rrule](https://www.npmjs.com/package/@fullcalendar/rrule)
|
|
15
|
+
- [@fullcalendar/luxon](https://www.npmjs.com/package/@fullcalendar/luxon)
|
|
16
|
+
- [@fullcalendar/moment](https://www.npmjs.com/package/@fullcalendar/moment)
|
|
17
|
+
- [@fullcalendar/moment-timezone](https://www.npmjs.com/package/@fullcalendar/moment-timezone)
|
|
18
|
+
- [@fullcalendar/bootstrap](https://www.npmjs.com/package/@fullcalendar/bootstrap)
|
|
19
|
+
|
|
20
|
+
For more info, [view the upgrade guide »](https://fullcalendar.io/docs/upgrading-from-v3)
|
package/dist/fullcalendar.css
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* FullCalendar v3.
|
|
2
|
+
* FullCalendar v3.10.2
|
|
3
3
|
* Docs & License: https://fullcalendar.io/
|
|
4
|
-
* (c)
|
|
4
|
+
* (c) 2019 Adam Shaw
|
|
5
5
|
*/
|
|
6
6
|
.fc {
|
|
7
7
|
direction: ltr;
|
|
@@ -582,7 +582,7 @@ a.fc-more:hover {
|
|
|
582
582
|
-ms-user-select: none;
|
|
583
583
|
user-select: none;
|
|
584
584
|
-webkit-touch-callout: none;
|
|
585
|
-
-webkit-tap-highlight-color:
|
|
585
|
+
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
|
|
586
586
|
|
|
587
587
|
/*
|
|
588
588
|
TODO: more distinction between this file and common.css
|
|
@@ -753,8 +753,7 @@ NOTE: use percentage font sizes or else old IE chokes
|
|
|
753
753
|
/* Popover
|
|
754
754
|
--------------------------------------------------------------------------------------------------*/
|
|
755
755
|
.fc-bootstrap3 .fc-popover .panel-body {
|
|
756
|
-
padding: 0;
|
|
757
|
-
/* undo built-in padding */ }
|
|
756
|
+
padding: 0; }
|
|
758
757
|
|
|
759
758
|
/* TimeGrid Slats (lines that run horizontally)
|
|
760
759
|
--------------------------------------------------------------------------------------------------*/
|
|
@@ -762,6 +761,35 @@ NOTE: use percentage font sizes or else old IE chokes
|
|
|
762
761
|
/* some themes have background color. see through to slats */
|
|
763
762
|
background: none; }
|
|
764
763
|
|
|
764
|
+
.fc.fc-bootstrap4 a {
|
|
765
|
+
text-decoration: none; }
|
|
766
|
+
|
|
767
|
+
.fc.fc-bootstrap4 a[data-goto]:hover {
|
|
768
|
+
text-decoration: underline; }
|
|
769
|
+
|
|
770
|
+
.fc-bootstrap4 hr.fc-divider {
|
|
771
|
+
border-color: inherit; }
|
|
772
|
+
|
|
773
|
+
.fc-bootstrap4 .fc-today.alert {
|
|
774
|
+
border-radius: 0; }
|
|
775
|
+
|
|
776
|
+
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
|
|
777
|
+
color: #fff; }
|
|
778
|
+
|
|
779
|
+
.fc-bootstrap4 .fc-popover.card {
|
|
780
|
+
position: absolute; }
|
|
781
|
+
|
|
782
|
+
/* Popover
|
|
783
|
+
--------------------------------------------------------------------------------------------------*/
|
|
784
|
+
.fc-bootstrap4 .fc-popover .card-body {
|
|
785
|
+
padding: 0; }
|
|
786
|
+
|
|
787
|
+
/* TimeGrid Slats (lines that run horizontally)
|
|
788
|
+
--------------------------------------------------------------------------------------------------*/
|
|
789
|
+
.fc-bootstrap4 .fc-time-grid .fc-slats table {
|
|
790
|
+
/* some themes have background color. see through to slats */
|
|
791
|
+
background: none; }
|
|
792
|
+
|
|
765
793
|
/* Toolbar
|
|
766
794
|
--------------------------------------------------------------------------------------------------*/
|
|
767
795
|
.fc-toolbar {
|
package/dist/fullcalendar.d.ts
CHANGED
|
@@ -430,10 +430,11 @@ declare module 'fullcalendar/Theme' {
|
|
|
430
430
|
export default Default;
|
|
431
431
|
}
|
|
432
432
|
declare module 'fullcalendar/src/moment-ext' {
|
|
433
|
-
import * as moment from 'moment';
|
|
433
|
+
import * as moment from 'moment';
|
|
434
|
+
type MomentExtDuration = moment.Duration; module 'moment' {
|
|
434
435
|
interface Moment {
|
|
435
436
|
hasTime(): boolean;
|
|
436
|
-
time():
|
|
437
|
+
time(): MomentExtDuration;
|
|
437
438
|
stripZone(): any;
|
|
438
439
|
stripTime(): any;
|
|
439
440
|
}
|
|
@@ -1337,7 +1338,7 @@ declare module 'fullcalendar/View' {
|
|
|
1337
1338
|
reportExternalDrop(singleEventDef: any, isEvent: any, isSticky: any, el: any, ev: any, ui: any): void;
|
|
1338
1339
|
triggerExternalDrop(singleEventDef: any, isEvent: any, el: any, ev: any, ui: any): void;
|
|
1339
1340
|
reportEventResize(eventInstance: any, eventMutation: any, el: any, ev: any): void;
|
|
1340
|
-
triggerEventResize(eventInstance: any,
|
|
1341
|
+
triggerEventResize(eventInstance: any, resizeDelta: any, undoFunc: any, el: any, ev: any): void;
|
|
1341
1342
|
select(footprint: any, ev?: any): void;
|
|
1342
1343
|
renderSelectionFootprint(footprint: any): void;
|
|
1343
1344
|
reportSelection(footprint: any, ev?: any): void;
|
|
@@ -1417,6 +1418,7 @@ declare module 'fullcalendar/src/types/input-types' {
|
|
|
1417
1418
|
icon?: string;
|
|
1418
1419
|
themeIcon?: string;
|
|
1419
1420
|
bootstrapGlyphicon?: string;
|
|
1421
|
+
bootstrapFontAwesome?: string;
|
|
1420
1422
|
click(element: JQuery): void;
|
|
1421
1423
|
}
|
|
1422
1424
|
export interface ButtonIconsInput {
|
|
@@ -1459,6 +1461,11 @@ declare module 'fullcalendar/src/types/input-types' {
|
|
|
1459
1461
|
start: moment.Moment;
|
|
1460
1462
|
end: moment.Moment;
|
|
1461
1463
|
}
|
|
1464
|
+
export interface SelectInfo {
|
|
1465
|
+
start: moment.Moment;
|
|
1466
|
+
end: moment.Moment;
|
|
1467
|
+
resourceId?: string;
|
|
1468
|
+
}
|
|
1462
1469
|
export interface OptionsInputBase {
|
|
1463
1470
|
header?: boolean | ToolbarInput;
|
|
1464
1471
|
footer?: boolean | ToolbarInput;
|
|
@@ -1466,9 +1473,10 @@ declare module 'fullcalendar/src/types/input-types' {
|
|
|
1466
1473
|
[name: string]: CustomButtonInput;
|
|
1467
1474
|
};
|
|
1468
1475
|
buttonIcons?: boolean | ButtonIconsInput;
|
|
1469
|
-
themeSystem?: 'standard' | 'bootstrap3' | 'jquery-ui';
|
|
1476
|
+
themeSystem?: 'standard' | 'bootstrap3' | 'bootstrap4' | 'jquery-ui';
|
|
1470
1477
|
themeButtonIcons?: boolean | ButtonIconsInput;
|
|
1471
1478
|
bootstrapGlyphicons?: boolean | ButtonIconsInput;
|
|
1479
|
+
bootstrapFontAwesome?: boolean | ButtonIconsInput;
|
|
1472
1480
|
firstDay?: number;
|
|
1473
1481
|
isRTL?: boolean;
|
|
1474
1482
|
weekends?: boolean;
|
|
@@ -1512,7 +1520,10 @@ declare module 'fullcalendar/src/types/input-types' {
|
|
|
1512
1520
|
dayCount?: number;
|
|
1513
1521
|
locale?: string;
|
|
1514
1522
|
timeFormat?: string;
|
|
1515
|
-
|
|
1523
|
+
columnHeader?: boolean;
|
|
1524
|
+
columnHeaderFormat?: string;
|
|
1525
|
+
columnHeaderText?: string | ((date: MomentInput) => string);
|
|
1526
|
+
columnHeaderHtml?: string | ((date: MomentInput) => string);
|
|
1516
1527
|
titleFormat?: string;
|
|
1517
1528
|
monthNames?: string[];
|
|
1518
1529
|
monthNamesShort?: string[];
|
|
@@ -1532,6 +1543,7 @@ declare module 'fullcalendar/src/types/input-types' {
|
|
|
1532
1543
|
unselectCancel?: string;
|
|
1533
1544
|
selectOverlap?: boolean | ((event: EventObjectInput) => boolean);
|
|
1534
1545
|
selectConstraint?: ConstraintInput;
|
|
1546
|
+
selectAllow?: ((selectInfo: SelectInfo) => boolean);
|
|
1535
1547
|
events?: EventSourceInput;
|
|
1536
1548
|
eventSources?: EventSourceInput[];
|
|
1537
1549
|
allDayDefault?: boolean;
|
|
@@ -1553,7 +1565,7 @@ declare module 'fullcalendar/src/types/input-types' {
|
|
|
1553
1565
|
dragScroll?: boolean;
|
|
1554
1566
|
eventOverlap?: boolean | ((stillEvent: EventObjectInput, movingEvent: EventObjectInput) => boolean);
|
|
1555
1567
|
eventConstraint?: ConstraintInput;
|
|
1556
|
-
eventAllow?: ((dropInfo: DropInfo, draggedEvent:
|
|
1568
|
+
eventAllow?: ((dropInfo: DropInfo, draggedEvent: EventObjectInput) => boolean);
|
|
1557
1569
|
longPressDelay?: number;
|
|
1558
1570
|
eventLongPressDelay?: number;
|
|
1559
1571
|
droppable?: boolean;
|
|
@@ -1731,6 +1743,77 @@ declare module 'fullcalendar/DragListener' {
|
|
|
1731
1743
|
}
|
|
1732
1744
|
export default Default;
|
|
1733
1745
|
}
|
|
1746
|
+
declare module 'fullcalendar/HitDragListener' {
|
|
1747
|
+
import DragListener from 'fullcalendar/DragListener';
|
|
1748
|
+
export class Default extends DragListener {
|
|
1749
|
+
component: any;
|
|
1750
|
+
origHit: any;
|
|
1751
|
+
hit: any;
|
|
1752
|
+
coordAdjust: any;
|
|
1753
|
+
constructor(component: any, options: any);
|
|
1754
|
+
handleInteractionStart(ev: any): void;
|
|
1755
|
+
handleDragStart(ev: any): void;
|
|
1756
|
+
handleDrag(dx: any, dy: any, ev: any): void;
|
|
1757
|
+
handleDragEnd(ev: any): void;
|
|
1758
|
+
handleHitOver(hit: any): void;
|
|
1759
|
+
handleHitOut(): void;
|
|
1760
|
+
handleHitDone(): void;
|
|
1761
|
+
handleInteractionEnd(ev: any, isCancelled: any): void;
|
|
1762
|
+
handleScrollEnd(): void;
|
|
1763
|
+
queryHit(left: any, top: any): any;
|
|
1764
|
+
}
|
|
1765
|
+
export default Default;
|
|
1766
|
+
}
|
|
1767
|
+
declare module 'fullcalendar/MouseFollower' {
|
|
1768
|
+
import { ListenerInterface } from 'fullcalendar/ListenerMixin';
|
|
1769
|
+
export class Default {
|
|
1770
|
+
listenTo: ListenerInterface['listenTo'];
|
|
1771
|
+
stopListeningTo: ListenerInterface['stopListeningTo'];
|
|
1772
|
+
options: any;
|
|
1773
|
+
sourceEl: any;
|
|
1774
|
+
el: any;
|
|
1775
|
+
parentEl: any;
|
|
1776
|
+
top0: any;
|
|
1777
|
+
left0: any;
|
|
1778
|
+
y0: any;
|
|
1779
|
+
x0: any;
|
|
1780
|
+
topDelta: any;
|
|
1781
|
+
leftDelta: any;
|
|
1782
|
+
isFollowing: boolean;
|
|
1783
|
+
isHidden: boolean;
|
|
1784
|
+
isAnimating: boolean;
|
|
1785
|
+
constructor(sourceEl: any, options: any);
|
|
1786
|
+
start(ev: any): void;
|
|
1787
|
+
stop(shouldRevert: any, callback: any): void;
|
|
1788
|
+
getEl(): any;
|
|
1789
|
+
removeElement(): void;
|
|
1790
|
+
updatePosition(): void;
|
|
1791
|
+
handleMove(ev: any): void;
|
|
1792
|
+
hide(): void;
|
|
1793
|
+
show(): void;
|
|
1794
|
+
}
|
|
1795
|
+
export default Default;
|
|
1796
|
+
}
|
|
1797
|
+
declare module 'fullcalendar/Popover' {
|
|
1798
|
+
import { ListenerInterface } from 'fullcalendar/ListenerMixin';
|
|
1799
|
+
export class Default {
|
|
1800
|
+
listenTo: ListenerInterface['listenTo'];
|
|
1801
|
+
stopListeningTo: ListenerInterface['stopListeningTo'];
|
|
1802
|
+
isHidden: boolean;
|
|
1803
|
+
options: any;
|
|
1804
|
+
el: any;
|
|
1805
|
+
margin: number;
|
|
1806
|
+
constructor(options: any);
|
|
1807
|
+
show(): void;
|
|
1808
|
+
hide(): void;
|
|
1809
|
+
render(): void;
|
|
1810
|
+
documentMousedown(ev: any): void;
|
|
1811
|
+
removeElement(): void;
|
|
1812
|
+
position(): void;
|
|
1813
|
+
trigger(name: any): void;
|
|
1814
|
+
}
|
|
1815
|
+
export default Default;
|
|
1816
|
+
}
|
|
1734
1817
|
declare module 'fullcalendar/Scroller' {
|
|
1735
1818
|
import Class from 'fullcalendar/Class';
|
|
1736
1819
|
export class Default extends Class {
|
|
@@ -1906,27 +1989,6 @@ declare module 'fullcalendar/HelperRenderer' {
|
|
|
1906
1989
|
}
|
|
1907
1990
|
export default Default;
|
|
1908
1991
|
}
|
|
1909
|
-
declare module 'fullcalendar/HitDragListener' {
|
|
1910
|
-
import DragListener from 'fullcalendar/DragListener';
|
|
1911
|
-
export class Default extends DragListener {
|
|
1912
|
-
component: any;
|
|
1913
|
-
origHit: any;
|
|
1914
|
-
hit: any;
|
|
1915
|
-
coordAdjust: any;
|
|
1916
|
-
constructor(component: any, options: any);
|
|
1917
|
-
handleInteractionStart(ev: any): void;
|
|
1918
|
-
handleDragStart(ev: any): void;
|
|
1919
|
-
handleDrag(dx: any, dy: any, ev: any): void;
|
|
1920
|
-
handleDragEnd(ev: any): void;
|
|
1921
|
-
handleHitOver(hit: any): void;
|
|
1922
|
-
handleHitOut(): void;
|
|
1923
|
-
handleHitDone(): void;
|
|
1924
|
-
handleInteractionEnd(ev: any, isCancelled: any): void;
|
|
1925
|
-
handleScrollEnd(): void;
|
|
1926
|
-
queryHit(left: any, top: any): any;
|
|
1927
|
-
}
|
|
1928
|
-
export default Default;
|
|
1929
|
-
}
|
|
1930
1992
|
declare module 'fullcalendar/Interaction' {
|
|
1931
1993
|
export class Default {
|
|
1932
1994
|
view: any;
|
|
@@ -1986,36 +2048,6 @@ declare module 'fullcalendar/EventPointing' {
|
|
|
1986
2048
|
}
|
|
1987
2049
|
export default Default;
|
|
1988
2050
|
}
|
|
1989
|
-
declare module 'fullcalendar/MouseFollower' {
|
|
1990
|
-
import { ListenerInterface } from 'fullcalendar/ListenerMixin';
|
|
1991
|
-
export class Default {
|
|
1992
|
-
listenTo: ListenerInterface['listenTo'];
|
|
1993
|
-
stopListeningTo: ListenerInterface['stopListeningTo'];
|
|
1994
|
-
options: any;
|
|
1995
|
-
sourceEl: any;
|
|
1996
|
-
el: any;
|
|
1997
|
-
parentEl: any;
|
|
1998
|
-
top0: any;
|
|
1999
|
-
left0: any;
|
|
2000
|
-
y0: any;
|
|
2001
|
-
x0: any;
|
|
2002
|
-
topDelta: any;
|
|
2003
|
-
leftDelta: any;
|
|
2004
|
-
isFollowing: boolean;
|
|
2005
|
-
isHidden: boolean;
|
|
2006
|
-
isAnimating: boolean;
|
|
2007
|
-
constructor(sourceEl: any, options: any);
|
|
2008
|
-
start(ev: any): void;
|
|
2009
|
-
stop(shouldRevert: any, callback: any): void;
|
|
2010
|
-
getEl(): any;
|
|
2011
|
-
removeElement(): void;
|
|
2012
|
-
updatePosition(): void;
|
|
2013
|
-
handleMove(ev: any): void;
|
|
2014
|
-
hide(): void;
|
|
2015
|
-
show(): void;
|
|
2016
|
-
}
|
|
2017
|
-
export default Default;
|
|
2018
|
-
}
|
|
2019
2051
|
declare module 'fullcalendar/EventDragging' {
|
|
2020
2052
|
import EventDefMutation from 'fullcalendar/EventDefMutation';
|
|
2021
2053
|
import Interaction from 'fullcalendar/Interaction';
|
|
@@ -2193,26 +2225,6 @@ declare module 'fullcalendar/TimeGrid' {
|
|
|
2193
2225
|
}
|
|
2194
2226
|
export default Default;
|
|
2195
2227
|
}
|
|
2196
|
-
declare module 'fullcalendar/Popover' {
|
|
2197
|
-
import { ListenerInterface } from 'fullcalendar/ListenerMixin';
|
|
2198
|
-
export class Default {
|
|
2199
|
-
listenTo: ListenerInterface['listenTo'];
|
|
2200
|
-
stopListeningTo: ListenerInterface['stopListeningTo'];
|
|
2201
|
-
isHidden: boolean;
|
|
2202
|
-
options: any;
|
|
2203
|
-
el: any;
|
|
2204
|
-
margin: number;
|
|
2205
|
-
constructor(options: any);
|
|
2206
|
-
show(): void;
|
|
2207
|
-
hide(): void;
|
|
2208
|
-
render(): void;
|
|
2209
|
-
documentMousedown(ev: any): void;
|
|
2210
|
-
removeElement(): void;
|
|
2211
|
-
position(): void;
|
|
2212
|
-
trigger(name: any): void;
|
|
2213
|
-
}
|
|
2214
|
-
export default Default;
|
|
2215
|
-
}
|
|
2216
2228
|
declare module 'fullcalendar/DayGridEventRenderer' {
|
|
2217
2229
|
import EventRenderer from 'fullcalendar/EventRenderer';
|
|
2218
2230
|
export class Default extends EventRenderer {
|
|
@@ -2455,23 +2467,34 @@ declare module 'fullcalendar/ListView' {
|
|
|
2455
2467
|
declare module 'fullcalendar/src/exports' {
|
|
2456
2468
|
export const version = "<%= version %>";
|
|
2457
2469
|
export const internalApiVersion = 12;
|
|
2458
|
-
export {
|
|
2459
|
-
export { applyAll, debounce, isInt, htmlEscape, cssToStr, proxy, capitaliseFirstLetter, getOuterRect, getClientRect, getContentRect, getScrollbarWidths, preventDefault, parseFieldSpecs, compareByFieldSpecs, compareByFieldSpec, flexibleCompare, computeGreatestUnit, divideRangeByDuration, divideDurationByDuration, multiplyDuration, durationHasTime, log, warn, removeExact, intersectRects } from 'fullcalendar/src/util';
|
|
2470
|
+
export { BusinessHoursInput, EventOptionsBase, OptionsInput, OptionsInputBase, RangeInput, ToolbarInput, ViewOptionsInput, ButtonIconsInput, ButtonTextCompoundInput, CellInfo, EventObjectInput } from 'fullcalendar/src/types/input-types';
|
|
2471
|
+
export { applyAll, debounce, isInt, htmlEscape, cssToStr, proxy, capitaliseFirstLetter, getOuterRect, getClientRect, getContentRect, getScrollbarWidths, preventDefault, parseFieldSpecs, compareByFieldSpecs, compareByFieldSpec, flexibleCompare, computeGreatestUnit, divideRangeByDuration, divideDurationByDuration, multiplyDuration, durationHasTime, log, warn, removeExact, intersectRects, allowSelection, attrsToStr, compareNumbers, compensateScroll, computeDurationGreatestUnit, constrainPoint, copyOwnProps, diffByUnit, diffDay, diffDayTime, diffPoints, disableCursor, distributeHeight, enableCursor, firstDefined, getEvIsTouch, getEvX, getEvY, getRectCenter, getScrollParent, hasOwnProp, isArraysEqual, isNativeDate, isPrimaryMouseButton, isTimeString, matchCellWidths, mergeProps, preventSelection, removeMatching, stripHtmlEntities, subtractInnerElHeight, uncompensateScroll, undistributeHeight, dayIDs, unitsDesc } from 'fullcalendar/src/util';
|
|
2460
2472
|
export { formatDate, formatRange, queryMostGranularFormatUnit } from 'fullcalendar/src/date-formatting';
|
|
2461
|
-
export { datepickerLocale, locale } from 'fullcalendar/src/locale';
|
|
2473
|
+
export { datepickerLocale, locale, getMomentLocaleData, populateInstanceComputableOptions } from 'fullcalendar/src/locale';
|
|
2474
|
+
export { eventDefsToEventInstances, eventFootprintToComponentFootprint, eventInstanceToEventRange, eventInstanceToUnzonedRange, eventRangeToEventFootprint } from 'fullcalendar/src/models/event/util';
|
|
2462
2475
|
export { default as moment } from 'fullcalendar/src/moment-ext';
|
|
2463
2476
|
export { default as EmitterMixin, EmitterInterface } from 'fullcalendar/EmitterMixin';
|
|
2464
2477
|
export { default as ListenerMixin, ListenerInterface } from 'fullcalendar/ListenerMixin';
|
|
2465
2478
|
export { default as Model } from 'fullcalendar/Model';
|
|
2466
2479
|
export { default as Constraints } from 'fullcalendar/Constraints';
|
|
2480
|
+
export { default as DateProfileGenerator } from 'fullcalendar/DateProfileGenerator';
|
|
2467
2481
|
export { default as UnzonedRange } from 'fullcalendar/UnzonedRange';
|
|
2468
2482
|
export { default as ComponentFootprint } from 'fullcalendar/ComponentFootprint';
|
|
2469
2483
|
export { default as BusinessHourGenerator } from 'fullcalendar/BusinessHourGenerator';
|
|
2484
|
+
export { default as EventPeriod } from 'fullcalendar/EventPeriod';
|
|
2485
|
+
export { default as EventManager } from 'fullcalendar/EventManager';
|
|
2470
2486
|
export { default as EventDef } from 'fullcalendar/EventDef';
|
|
2471
2487
|
export { default as EventDefMutation } from 'fullcalendar/EventDefMutation';
|
|
2488
|
+
export { default as EventDefParser } from 'fullcalendar/EventDefParser';
|
|
2489
|
+
export { default as EventInstance } from 'fullcalendar/EventInstance';
|
|
2490
|
+
export { default as EventRange } from 'fullcalendar/EventRange';
|
|
2491
|
+
export { default as RecurringEventDef } from 'fullcalendar/RecurringEventDef';
|
|
2492
|
+
export { default as SingleEventDef } from 'fullcalendar/SingleEventDef';
|
|
2493
|
+
export { default as EventDefDateMutation } from 'fullcalendar/EventDefDateMutation';
|
|
2494
|
+
export { default as EventDateProfile } from 'fullcalendar/EventDateProfile';
|
|
2472
2495
|
export { default as EventSourceParser } from 'fullcalendar/EventSourceParser';
|
|
2473
2496
|
export { default as EventSource } from 'fullcalendar/EventSource';
|
|
2474
|
-
export { defineThemeSystem } from 'fullcalendar/ThemeRegistry';
|
|
2497
|
+
export { defineThemeSystem, getThemeSystemClass } from 'fullcalendar/ThemeRegistry';
|
|
2475
2498
|
export { default as EventInstanceGroup } from 'fullcalendar/EventInstanceGroup';
|
|
2476
2499
|
export { default as ArrayEventSource } from 'fullcalendar/ArrayEventSource';
|
|
2477
2500
|
export { default as FuncEventSource } from 'fullcalendar/FuncEventSource';
|
|
@@ -2480,12 +2503,18 @@ declare module 'fullcalendar/src/exports' {
|
|
|
2480
2503
|
export { default as Class } from 'fullcalendar/Class';
|
|
2481
2504
|
export { default as Mixin } from 'fullcalendar/Mixin';
|
|
2482
2505
|
export { default as CoordCache } from 'fullcalendar/CoordCache';
|
|
2506
|
+
export { default as Iterator } from 'fullcalendar/Iterator';
|
|
2483
2507
|
export { default as DragListener } from 'fullcalendar/DragListener';
|
|
2508
|
+
export { default as HitDragListener } from 'fullcalendar/HitDragListener';
|
|
2509
|
+
export { default as MouseFollower } from 'fullcalendar/MouseFollower';
|
|
2510
|
+
export { default as ParsableModelMixin, ParsableModelInterface } from 'fullcalendar/ParsableModelMixin';
|
|
2511
|
+
export { default as Popover } from 'fullcalendar/Popover';
|
|
2484
2512
|
export { default as Promise } from 'fullcalendar/Promise';
|
|
2485
2513
|
export { default as TaskQueue } from 'fullcalendar/TaskQueue';
|
|
2486
2514
|
export { default as RenderQueue } from 'fullcalendar/RenderQueue';
|
|
2487
2515
|
export { default as Scroller } from 'fullcalendar/Scroller';
|
|
2488
2516
|
export { default as Theme } from 'fullcalendar/Theme';
|
|
2517
|
+
export { default as Component } from 'fullcalendar/Component';
|
|
2489
2518
|
export { default as DateComponent } from 'fullcalendar/DateComponent';
|
|
2490
2519
|
export { default as InteractiveDateComponent } from 'fullcalendar/InteractiveDateComponent';
|
|
2491
2520
|
export { default as Calendar } from 'fullcalendar/Calendar';
|
|
@@ -2501,26 +2530,59 @@ declare module 'fullcalendar/src/exports' {
|
|
|
2501
2530
|
export { default as EventPointing } from 'fullcalendar/EventPointing';
|
|
2502
2531
|
export { default as EventDragging } from 'fullcalendar/EventDragging';
|
|
2503
2532
|
export { default as DateSelecting } from 'fullcalendar/DateSelecting';
|
|
2533
|
+
export { default as DateClicking } from 'fullcalendar/DateClicking';
|
|
2534
|
+
export { default as Interaction } from 'fullcalendar/Interaction';
|
|
2504
2535
|
export { default as StandardInteractionsMixin } from 'fullcalendar/StandardInteractionsMixin';
|
|
2505
2536
|
export { default as AgendaView } from 'fullcalendar/AgendaView';
|
|
2506
2537
|
export { default as TimeGrid } from 'fullcalendar/TimeGrid';
|
|
2538
|
+
export { default as TimeGridEventRenderer } from 'fullcalendar/TimeGridEventRenderer';
|
|
2539
|
+
export { default as TimeGridFillRenderer } from 'fullcalendar/TimeGridFillRenderer';
|
|
2540
|
+
export { default as TimeGridHelperRenderer } from 'fullcalendar/TimeGridHelperRenderer';
|
|
2507
2541
|
export { default as DayGrid } from 'fullcalendar/DayGrid';
|
|
2542
|
+
export { default as DayGridEventRenderer } from 'fullcalendar/DayGridEventRenderer';
|
|
2543
|
+
export { default as DayGridFillRenderer } from 'fullcalendar/DayGridFillRenderer';
|
|
2544
|
+
export { default as DayGridHelperRenderer } from 'fullcalendar/DayGridHelperRenderer';
|
|
2508
2545
|
export { default as BasicView } from 'fullcalendar/BasicView';
|
|
2546
|
+
export { default as BasicViewDateProfileGenerator } from 'fullcalendar/BasicViewDateProfileGenerator';
|
|
2509
2547
|
export { default as MonthView } from 'fullcalendar/MonthView';
|
|
2548
|
+
export { default as MonthViewDateProfileGenerator } from 'fullcalendar/MonthViewDateProfileGenerator';
|
|
2510
2549
|
export { default as ListView } from 'fullcalendar/ListView';
|
|
2550
|
+
export { default as ListEventPointing } from 'fullcalendar/ListEventPointing';
|
|
2551
|
+
export { default as ListEventRenderer } from 'fullcalendar/ListEventRenderer';
|
|
2511
2552
|
}
|
|
2512
|
-
declare module 'fullcalendar/
|
|
2553
|
+
declare module 'fullcalendar/src/models/event-source/config' {
|
|
2554
|
+
export {};
|
|
2555
|
+
}
|
|
2556
|
+
declare module 'fullcalendar/Bootstrap3Theme' {
|
|
2513
2557
|
import Theme from 'fullcalendar/Theme';
|
|
2514
2558
|
export class Default extends Theme {
|
|
2515
2559
|
}
|
|
2516
2560
|
export default Default;
|
|
2517
2561
|
}
|
|
2562
|
+
declare module 'fullcalendar/Bootstrap4Theme' {
|
|
2563
|
+
import Theme from 'fullcalendar/Theme';
|
|
2564
|
+
export class Default extends Theme {
|
|
2565
|
+
}
|
|
2566
|
+
export default Default;
|
|
2567
|
+
}
|
|
2568
|
+
declare module 'fullcalendar/src/theme/config' {
|
|
2569
|
+
export {};
|
|
2570
|
+
}
|
|
2571
|
+
declare module 'fullcalendar/src/basic/config' {
|
|
2572
|
+
export {};
|
|
2573
|
+
}
|
|
2574
|
+
declare module 'fullcalendar/src/agenda/config' {
|
|
2575
|
+
export {};
|
|
2576
|
+
}
|
|
2577
|
+
declare module 'fullcalendar/src/list/config' {
|
|
2578
|
+
export {};
|
|
2579
|
+
}
|
|
2518
2580
|
declare module 'fullcalendar/src/types/jquery-hooks' {
|
|
2519
2581
|
import * as moment from 'moment';
|
|
2520
2582
|
import Calendar from 'fullcalendar/Calendar';
|
|
2521
2583
|
import View from 'fullcalendar/View';
|
|
2522
2584
|
import EventSource from 'fullcalendar/EventSource';
|
|
2523
|
-
import { RangeInput, MomentInput, OptionsInput, EventObjectInput, EventSourceInput } from 'fullcalendar/src/types/input-types'; global
|
|
2585
|
+
import { RangeInput, MomentInput, OptionsInput, EventObjectInput, EventSourceInput } from 'fullcalendar/src/types/input-types'; global {
|
|
2524
2586
|
interface JQueryStatic {
|
|
2525
2587
|
fullCalendar: object;
|
|
2526
2588
|
}
|
|
@@ -2531,7 +2593,7 @@ declare module 'fullcalendar/src/types/jquery-hooks' {
|
|
|
2531
2593
|
fullCalendar(method: 'destroy'): JQuery;
|
|
2532
2594
|
fullCalendar(method: 'option', name: string | object, value?: any): any;
|
|
2533
2595
|
fullCalendar(method: 'isValidViewType', viewType: string): boolean;
|
|
2534
|
-
fullCalendar(method: 'changeView', viewName: string, dateOrRange
|
|
2596
|
+
fullCalendar(method: 'changeView', viewName: string, dateOrRange?: RangeInput | MomentInput): JQuery;
|
|
2535
2597
|
fullCalendar(method: 'zoomTo', newDate: moment.Moment, viewType?: string): JQuery;
|
|
2536
2598
|
fullCalendar(method: 'prev'): JQuery;
|
|
2537
2599
|
fullCalendar(method: 'next'): JQuery;
|
|
@@ -2550,7 +2612,7 @@ declare module 'fullcalendar/src/types/jquery-hooks' {
|
|
|
2550
2612
|
fullCalendar(method: 'refetchEvents'): JQuery;
|
|
2551
2613
|
fullCalendar(method: 'renderEvents', eventInputs: EventObjectInput[], isSticky?: boolean): JQuery;
|
|
2552
2614
|
fullCalendar(method: 'renderEvent', eventInput: EventObjectInput, isSticky?: boolean): JQuery;
|
|
2553
|
-
fullCalendar(method: 'removeEvents', legacyQuery
|
|
2615
|
+
fullCalendar(method: 'removeEvents', legacyQuery?: any): JQuery;
|
|
2554
2616
|
fullCalendar(method: 'clientEvents', legacyQuery: any): any;
|
|
2555
2617
|
fullCalendar(method: 'updateEvents', eventPropsArray: EventObjectInput[]): JQuery;
|
|
2556
2618
|
fullCalendar(method: 'updateEvent', eventProps: EventObjectInput): JQuery;
|
|
@@ -2595,6 +2657,7 @@ declare module 'fullcalendar/plugins/gcal/GcalEventSource' {
|
|
|
2595
2657
|
url: any;
|
|
2596
2658
|
location: any;
|
|
2597
2659
|
description: any;
|
|
2660
|
+
extendedProperties: {};
|
|
2598
2661
|
};
|
|
2599
2662
|
buildUrl(): string;
|
|
2600
2663
|
buildRequestParams(start: any, end: any, timezone: any): any;
|
|
@@ -2605,6 +2668,9 @@ declare module 'fullcalendar/plugins/gcal/GcalEventSource' {
|
|
|
2605
2668
|
}
|
|
2606
2669
|
export default Default;
|
|
2607
2670
|
}
|
|
2671
|
+
declare module 'fullcalendar/plugins/gcal/main' {
|
|
2672
|
+
export {};
|
|
2673
|
+
}
|
|
2608
2674
|
declare module 'fullcalendar' {
|
|
2609
2675
|
import main = require('fullcalendar/src/main');
|
|
2610
2676
|
export = main;
|