fullcalendar 6.1.0 → 6.1.1
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/README.md +1 -0
- package/index.cjs +33 -0
- package/index.global.js +4865 -4865
- package/index.global.min.js +3 -3
- package/index.js +10 -33
- package/package.json +13 -12
- package/index.esm.js +0 -10
package/index.js
CHANGED
|
@@ -1,33 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
13
|
-
|
|
14
|
-
var interactionPlugin__default = /*#__PURE__*/_interopDefaultLegacy(interactionPlugin);
|
|
15
|
-
var dayGridPlugin__default = /*#__PURE__*/_interopDefaultLegacy(dayGridPlugin);
|
|
16
|
-
var timeGridPlugin__default = /*#__PURE__*/_interopDefaultLegacy(timeGridPlugin);
|
|
17
|
-
var listPlugin__default = /*#__PURE__*/_interopDefaultLegacy(listPlugin);
|
|
18
|
-
var multiMonthPlugin__default = /*#__PURE__*/_interopDefaultLegacy(multiMonthPlugin);
|
|
19
|
-
|
|
20
|
-
core.globalPlugins.push(interactionPlugin__default["default"], dayGridPlugin__default["default"], timeGridPlugin__default["default"], listPlugin__default["default"], multiMonthPlugin__default["default"]);
|
|
21
|
-
|
|
22
|
-
Object.keys(core).forEach(function (k) {
|
|
23
|
-
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
|
|
24
|
-
enumerable: true,
|
|
25
|
-
get: function () { return core[k]; }
|
|
26
|
-
});
|
|
27
|
-
});
|
|
28
|
-
Object.keys(interactionPlugin).forEach(function (k) {
|
|
29
|
-
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
|
|
30
|
-
enumerable: true,
|
|
31
|
-
get: function () { return interactionPlugin[k]; }
|
|
32
|
-
});
|
|
33
|
-
});
|
|
1
|
+
import { globalPlugins } from '@fullcalendar/core';
|
|
2
|
+
export * from '@fullcalendar/core';
|
|
3
|
+
import interactionPlugin__default from '@fullcalendar/interaction';
|
|
4
|
+
export * from '@fullcalendar/interaction';
|
|
5
|
+
import dayGridPlugin from '@fullcalendar/daygrid';
|
|
6
|
+
import timeGridPlugin from '@fullcalendar/timegrid';
|
|
7
|
+
import listPlugin from '@fullcalendar/list';
|
|
8
|
+
import multiMonthPlugin from '@fullcalendar/multimonth';
|
|
9
|
+
|
|
10
|
+
globalPlugins.push(interactionPlugin__default, dayGridPlugin, timeGridPlugin, listPlugin, multiMonthPlugin);
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fullcalendar",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.1",
|
|
4
4
|
"title": "FullCalendar Standard Bundle",
|
|
5
5
|
"description": "Easily render a full-sized drag & drop calendar with a combination of standard plugins",
|
|
6
6
|
"homepage": "https://fullcalendar.io/docs/initialize-globals",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@fullcalendar/core": "~6.1.
|
|
9
|
-
"@fullcalendar/daygrid": "~6.1.
|
|
10
|
-
"@fullcalendar/interaction": "~6.1.
|
|
11
|
-
"@fullcalendar/list": "~6.1.
|
|
12
|
-
"@fullcalendar/multimonth": "~6.1.
|
|
13
|
-
"@fullcalendar/timegrid": "~6.1.
|
|
8
|
+
"@fullcalendar/core": "~6.1.1",
|
|
9
|
+
"@fullcalendar/daygrid": "~6.1.1",
|
|
10
|
+
"@fullcalendar/interaction": "~6.1.1",
|
|
11
|
+
"@fullcalendar/list": "~6.1.1",
|
|
12
|
+
"@fullcalendar/multimonth": "~6.1.1",
|
|
13
|
+
"@fullcalendar/timegrid": "~6.1.1"
|
|
14
14
|
},
|
|
15
15
|
"type": "module",
|
|
16
16
|
"keywords": [
|
|
@@ -31,18 +31,19 @@
|
|
|
31
31
|
"email": "arshaw@arshaw.com",
|
|
32
32
|
"url": "http://arshaw.com/"
|
|
33
33
|
},
|
|
34
|
-
"copyright": "
|
|
34
|
+
"copyright": "2023 Adam Shaw",
|
|
35
35
|
"types": "./index.d.ts",
|
|
36
|
-
"main": "./index.
|
|
37
|
-
"module": "./index.
|
|
36
|
+
"main": "./index.cjs",
|
|
37
|
+
"module": "./index.js",
|
|
38
38
|
"unpkg": "./index.global.min.js",
|
|
39
39
|
"jsdelivr": "./index.global.min.js",
|
|
40
40
|
"exports": {
|
|
41
41
|
"./package.json": "./package.json",
|
|
42
|
+
"./index.cjs": "./index.cjs",
|
|
42
43
|
".": {
|
|
43
44
|
"types": "./index.d.ts",
|
|
44
|
-
"require": "./index.
|
|
45
|
-
"import": "./index.
|
|
45
|
+
"require": "./index.cjs",
|
|
46
|
+
"import": "./index.js"
|
|
46
47
|
}
|
|
47
48
|
}
|
|
48
49
|
}
|
package/index.esm.js
DELETED
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
import { globalPlugins } from '@fullcalendar/core';
|
|
2
|
-
export * from '@fullcalendar/core';
|
|
3
|
-
import interactionPlugin__default from '@fullcalendar/interaction';
|
|
4
|
-
export * from '@fullcalendar/interaction';
|
|
5
|
-
import dayGridPlugin from '@fullcalendar/daygrid';
|
|
6
|
-
import timeGridPlugin from '@fullcalendar/timegrid';
|
|
7
|
-
import listPlugin from '@fullcalendar/list';
|
|
8
|
-
import multiMonthPlugin from '@fullcalendar/multimonth';
|
|
9
|
-
|
|
10
|
-
globalPlugins.push(interactionPlugin__default, dayGridPlugin, timeGridPlugin, listPlugin, multiMonthPlugin);
|