@fullcalendar/premium-common
Advanced tools
Comparing version 6.0.0-beta.4 to 6.0.0
/*! | ||
FullCalendar Premium Common v6.0.0-beta.4 | ||
FullCalendar Premium Common v6.0.0 | ||
Docs & License: https://fullcalendar.io/premium | ||
@@ -75,3 +75,3 @@ (c) 2022 Adam Shaw | ||
name: '@fullcalendar/premium-common', | ||
premiumReleaseDate: '2022-12-07', | ||
premiumReleaseDate: '2022-12-14', | ||
optionRefiners: OPTION_REFINERS, | ||
@@ -78,0 +78,0 @@ viewContainerAppends: [buildLicenseWarning], |
/*! | ||
FullCalendar Premium Common v6.0.0-beta.4 | ||
FullCalendar Premium Common v6.0.0 | ||
Docs & License: https://fullcalendar.io/premium | ||
(c) 2022 Adam Shaw | ||
*/ | ||
FullCalendar.PremiumCommon=function(e,n,t,l){"use strict";const r=["GPL-My-Project-Is-Open-Source","CC-Attribution-NonCommercial-NoDerivatives"],i={position:"absolute",zIndex:99999,bottom:"1px",left:"1px",background:"#eee",borderColor:"#ddd",borderStyle:"solid",borderWidth:"1px 1px 0 0",padding:"2px 4px",fontSize:"12px",borderTopRightRadius:"3px"};const o={schedulerLicenseKey:String};var a=t.createPlugin({name:"@fullcalendar/premium-common",premiumReleaseDate:"2022-12-07",optionRefiners:o,viewContainerAppends:[function(e){let t=e.options.schedulerLicenseKey,o="undefined"!=typeof window?window.location.href:"";if(!/\w+:\/\/fullcalendar\.io\/|\/examples\/[\w-]+\.html$/.test(o)){let o=function(e,t){if(-1!==r.indexOf(e))return"valid";const l=(e||"").match(/^(\d+)-fcs-(\d+)$/);if(l&&10===l[1].length){const e=new Date(1e3*parseInt(l[2],10)),r=n.config.mockSchedulerReleaseDate||t;if(n.isValidDate(r)){return n.addDays(r,-372)<e?"valid":"outdated"}}return"invalid"}(t,e.pluginHooks.premiumReleaseDate);if("valid"!==o)return l.createElement("div",{className:"fc-license-message",style:i},"outdated"===o?l.createElement(l.Fragment,null,"Your license key is too old to work with this version. ",l.createElement("a",{href:"https://fullcalendar.io/docs/schedulerLicenseKey#outdated"},"More Info")):l.createElement(l.Fragment,null,"Your license key is invalid. ",l.createElement("a",{href:"https://fullcalendar.io/docs/schedulerLicenseKey#invalid"},"More Info")))}return null}]});return n.globalPlugins.push(a),e.default=a,Object.defineProperty(e,"__esModule",{value:!0}),e}({},FullCalendar.Internal,FullCalendar,FullCalendar.Preact); | ||
FullCalendar.PremiumCommon=function(e,n,t,l){"use strict";const r=["GPL-My-Project-Is-Open-Source","CC-Attribution-NonCommercial-NoDerivatives"],i={position:"absolute",zIndex:99999,bottom:"1px",left:"1px",background:"#eee",borderColor:"#ddd",borderStyle:"solid",borderWidth:"1px 1px 0 0",padding:"2px 4px",fontSize:"12px",borderTopRightRadius:"3px"};const o={schedulerLicenseKey:String};var a=t.createPlugin({name:"@fullcalendar/premium-common",premiumReleaseDate:"2022-12-14",optionRefiners:o,viewContainerAppends:[function(e){let t=e.options.schedulerLicenseKey,o="undefined"!=typeof window?window.location.href:"";if(!/\w+:\/\/fullcalendar\.io\/|\/examples\/[\w-]+\.html$/.test(o)){let o=function(e,t){if(-1!==r.indexOf(e))return"valid";const l=(e||"").match(/^(\d+)-fcs-(\d+)$/);if(l&&10===l[1].length){const e=new Date(1e3*parseInt(l[2],10)),r=n.config.mockSchedulerReleaseDate||t;if(n.isValidDate(r)){return n.addDays(r,-372)<e?"valid":"outdated"}}return"invalid"}(t,e.pluginHooks.premiumReleaseDate);if("valid"!==o)return l.createElement("div",{className:"fc-license-message",style:i},"outdated"===o?l.createElement(l.Fragment,null,"Your license key is too old to work with this version. ",l.createElement("a",{href:"https://fullcalendar.io/docs/schedulerLicenseKey#outdated"},"More Info")):l.createElement(l.Fragment,null,"Your license key is invalid. ",l.createElement("a",{href:"https://fullcalendar.io/docs/schedulerLicenseKey#invalid"},"More Info")))}return null}]});return n.globalPlugins.push(a),e.default=a,Object.defineProperty(e,"__esModule",{value:!0}),e}({},FullCalendar.Internal,FullCalendar,FullCalendar.Preact); |
@@ -71,3 +71,3 @@ import { createPlugin } from '@fullcalendar/core/index.js'; | ||
name: '@fullcalendar/premium-common', | ||
premiumReleaseDate: '2022-12-07', | ||
premiumReleaseDate: '2022-12-14', | ||
optionRefiners: OPTION_REFINERS, | ||
@@ -74,0 +74,0 @@ viewContainerAppends: [buildLicenseWarning], |
For complete licensing information, visit: | ||
https://fullcalendar.io/scheduler/license | ||
https://fullcalendar.io/license | ||
@@ -10,3 +10,3 @@ FullCalendar Scheduler is tri-licensed, meaning you must choose | ||
(a paid license, intended for commercial use) | ||
https://fullcalendar.io/scheduler/license-details | ||
https://fullcalendar.io/commercial-license | ||
@@ -13,0 +13,0 @@ - Creative Commons Non-Commercial No-Derivatives |
{ | ||
"name": "@fullcalendar/premium-common", | ||
"version": "6.0.0-beta.4", | ||
"version": "6.0.0", | ||
"title": "FullCalendar Premium Common", | ||
"description": "Utilities for FullCalendar's premium plugins", | ||
"peerDependencies": { | ||
"@fullcalendar/core": "~6.0.0" | ||
}, | ||
"type": "module", | ||
"keywords": [ | ||
"calendar", | ||
"event", | ||
"full-sized" | ||
"full-sized", | ||
"fullcalendar" | ||
], | ||
"homepage": "https://fullcalendar.io/premium", | ||
"docs": "https://fullcalendar.io/docs/premium", | ||
"bugs": "https://fullcalendar.io/reporting-bugs", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/fullcalendar/fullcalendar-scheduler.git", | ||
"homepage": "https://github.com/fullcalendar/fullcalendar-scheduler", | ||
"directory": "packages/premium-common" | ||
"url": "https://github.com/fullcalendar/fullcalendar-workspace.git", | ||
"directory": "premium/packages/premium-common" | ||
}, | ||
@@ -25,8 +30,2 @@ "license": "SEE LICENSE IN LICENSE.md", | ||
"copyright": "2022 Adam Shaw", | ||
"title": "FullCalendar Premium Common", | ||
"description": "Utilities for all of FullCalendar Scheduler's plugins", | ||
"peerDependencies": { | ||
"@fullcalendar/core": "6.0.0-beta.4" | ||
}, | ||
"type": "module", | ||
"main": "./index.cjs", | ||
@@ -33,0 +32,0 @@ "module": "./index.js", |
# FullCalendar Premium Common | ||
Utilities for all of FullCalendar Scheduler's plugins | ||
Utilities for FullCalendar's premium plugins | ||
[View the docs »](https://fullcalendar.io/docs/scheduler) | ||
This package was created from the [FullCalendar monorepo »](https://github.com/fullcalendar/fullcalendar-scheduler) | ||
You cannot use this package directly. It is a dependency of other plugins. |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
13564
7