@steedos-widgets/fullcalendar 1.0.10 → 1.0.12
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/dist/assets-dev.json +5 -5
- package/dist/assets.json +5 -5
- package/dist/fullcalendar.cjs.js +2 -1
- package/dist/fullcalendar.cjs.js.map +1 -1
- package/dist/fullcalendar.esm.js +2 -1
- package/dist/fullcalendar.esm.js.map +1 -1
- package/dist/fullcalendar.umd.js +2 -1
- package/dist/meta.js +1 -1
- package/package.json +3 -3
package/dist/assets-dev.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
{
|
|
4
4
|
"package": "@steedos-widgets/fullcalendar",
|
|
5
5
|
"urls": [
|
|
6
|
-
"https://8080-
|
|
7
|
-
"https://8080-
|
|
6
|
+
"https://8080-maroon-salmon-otkfsumj.ws.vscode.steedos.cn/@steedos-widgets/fullcalendar/dist/fullcalendar.umd.js",
|
|
7
|
+
"https://8080-maroon-salmon-otkfsumj.ws.vscode.steedos.cn/@steedos-widgets/fullcalendar/dist/fullcalendar.umd.css"
|
|
8
8
|
],
|
|
9
9
|
"library": "BuilderFullCalendar"
|
|
10
10
|
}
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"npm": {
|
|
16
16
|
"package": "@steedos-widgets/fullcalendar"
|
|
17
17
|
},
|
|
18
|
-
"url": "https://8080-
|
|
18
|
+
"url": "https://8080-maroon-salmon-otkfsumj.ws.vscode.steedos.cn/@steedos-widgets/fullcalendar/dist/meta.js",
|
|
19
19
|
"urls": {
|
|
20
|
-
"default": "https://8080-
|
|
21
|
-
"design": "https://8080-
|
|
20
|
+
"default": "https://8080-maroon-salmon-otkfsumj.ws.vscode.steedos.cn/@steedos-widgets/fullcalendar/dist/meta.js",
|
|
21
|
+
"design": "https://8080-maroon-salmon-otkfsumj.ws.vscode.steedos.cn/@steedos-widgets/fullcalendar/dist/meta.js"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
]
|
package/dist/assets.json
CHANGED
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
{
|
|
4
4
|
"package": "@steedos-widgets/fullcalendar",
|
|
5
5
|
"urls": [
|
|
6
|
-
"https://unpkg.com/@steedos-widgets/fullcalendar@1.0.
|
|
7
|
-
"https://unpkg.com/@steedos-widgets/fullcalendar@1.0.
|
|
6
|
+
"https://unpkg.com/@steedos-widgets/fullcalendar@1.0.12/dist/fullcalendar.umd.js",
|
|
7
|
+
"https://unpkg.com/@steedos-widgets/fullcalendar@1.0.12/dist/fullcalendar.umd.css"
|
|
8
8
|
],
|
|
9
9
|
"library": "BuilderFullCalendar"
|
|
10
10
|
}
|
|
@@ -15,10 +15,10 @@
|
|
|
15
15
|
"npm": {
|
|
16
16
|
"package": "@steedos-widgets/fullcalendar"
|
|
17
17
|
},
|
|
18
|
-
"url": "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.
|
|
18
|
+
"url": "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.12/dist/meta.js",
|
|
19
19
|
"urls": {
|
|
20
|
-
"default": "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.
|
|
21
|
-
"design": "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.
|
|
20
|
+
"default": "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.12/dist/meta.js",
|
|
21
|
+
"design": "https://unpkg.com/@steedos-widgets/fullcalendar@1.0.12/dist/meta.js"
|
|
22
22
|
}
|
|
23
23
|
}
|
|
24
24
|
]
|
package/dist/fullcalendar.cjs.js
CHANGED
|
@@ -66819,11 +66819,12 @@ var FullCalendar = function (_a) {
|
|
|
66819
66819
|
var handleEventRemove = function (event) {
|
|
66820
66820
|
dispatchEvent('eventRemove', event);
|
|
66821
66821
|
};
|
|
66822
|
+
// forceEventDuration属性设置为true修正了把全天事件拖动变更到非全天事件时end为空造成的事件在画布上看不到的问题。
|
|
66822
66823
|
return (React.createElement(FullCalendar$1, __assign$1({ plugins: [main$3, main$2, main$1, main], headerToolbar: {
|
|
66823
66824
|
left: 'title',
|
|
66824
66825
|
center: '',
|
|
66825
66826
|
right: 'prev,next today dayGridMonth,timeGridWeek,timeGridDay'
|
|
66826
|
-
}, locales: _default, locale: initialLocaleCode, editable: true, selectable: true, selectMirror: true, dayMaxEvents: true, initialView: 'timeGridWeek', events: handleGetEvents, select: handleSelect, eventClick: handleEventClick, eventsSet: handleEventsSet, eventAdd: handleEventAdd, eventChange: handleEventChange, eventRemove: handleEventRemove }, props)));
|
|
66827
|
+
}, locales: _default, locale: initialLocaleCode, editable: true, selectable: true, selectMirror: true, dayMaxEvents: true, initialView: 'timeGridWeek', events: handleGetEvents, select: handleSelect, eventClick: handleEventClick, eventsSet: handleEventsSet, eventAdd: handleEventAdd, eventChange: handleEventChange, eventRemove: handleEventRemove, forceEventDuration: true }, props)));
|
|
66827
66828
|
};
|
|
66828
66829
|
|
|
66829
66830
|
exports.FullCalendar = FullCalendar;
|