@fullcalendar/timeline 7.0.0-beta.3 → 7.0.0-rc.0
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/LICENSE.md +2 -2
- package/index.cjs +1 -1
- package/index.global.js +371 -341
- package/index.global.min.js +2 -2
- package/index.js +1 -1
- package/internal.cjs +368 -338
- package/internal.d.ts +24 -21
- package/internal.js +367 -338
- package/package.json +4 -4
package/LICENSE.md
CHANGED
|
@@ -13,6 +13,6 @@ one of three licenses to use. Here is a summary of those licenses:
|
|
|
13
13
|
(intended for trial and non-commercial use)
|
|
14
14
|
https://creativecommons.org/licenses/by-nc-nd/4.0/
|
|
15
15
|
|
|
16
|
-
-
|
|
16
|
+
- AGPLv3 License
|
|
17
17
|
(intended for open-source projects)
|
|
18
|
-
|
|
18
|
+
https://www.gnu.org/licenses/agpl-3.0.en.html
|
package/index.cjs
CHANGED
|
@@ -15,7 +15,7 @@ var premiumCommonPlugin__default = /*#__PURE__*/_interopDefaultLegacy(premiumCom
|
|
|
15
15
|
|
|
16
16
|
var index = index_cjs.createPlugin({
|
|
17
17
|
name: '@fullcalendar/timeline',
|
|
18
|
-
premiumReleaseDate: '
|
|
18
|
+
premiumReleaseDate: '2025-02-21',
|
|
19
19
|
deps: [premiumCommonPlugin__default["default"]],
|
|
20
20
|
initialView: 'timelineDay',
|
|
21
21
|
views: {
|