@opentiny/vue-calendar
Advanced tools
Comparing version 2.6.1 to 2.6.6
@@ -18,2 +18,8 @@ function _extends() { | ||
import "@opentiny/vue-theme/calendar/index.css"; | ||
import "@opentiny/vue-renderless/calendar/vue"; | ||
import "@opentiny/vue-tooltip"; | ||
import "@opentiny/vue-popover"; | ||
import "@opentiny/vue-button"; | ||
import "@opentiny/vue-icon"; | ||
import "../../vueComponentNormalizer-de5b7a1c.mjs"; | ||
var template = function template2(mode) { | ||
@@ -44,3 +50,3 @@ if ("mobile" === (process.env.TINY_MODE || mode)) | ||
default: function _default() { | ||
return new Date().getFullYear(); | ||
return /* @__PURE__ */ (/* @__PURE__ */ new Date()).getFullYear(); | ||
} | ||
@@ -54,3 +60,3 @@ }, | ||
default: function _default2() { | ||
return new Date().getMonth() + 1; | ||
return /* @__PURE__ */ (/* @__PURE__ */ new Date()).getMonth() + 1; | ||
} | ||
@@ -57,0 +63,0 @@ }, |
@@ -428,7 +428,7 @@ import { renderless, api } from "@opentiny/vue-renderless/calendar/vue"; | ||
} | ||
var pc = /* @__PURE__ */ function() { | ||
var PcTemplate = /* @__PURE__ */ function() { | ||
return __component__.exports; | ||
}(); | ||
export { | ||
pc as default | ||
PcTemplate as default | ||
}; |
{ | ||
"name": "@opentiny/vue-calendar", | ||
"version": "2.6.1", | ||
"version": "2.6.6", | ||
"description": "", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~2.6.1", | ||
"@opentiny/vue-icon": "~2.6.1", | ||
"@opentiny/vue-renderless": "~3.6.1", | ||
"@opentiny/vue-tooltip": "~2.6.1", | ||
"@opentiny/vue-popover": "~2.6.1" | ||
"@opentiny/vue-common": "~2.6.6", | ||
"@opentiny/vue-icon": "~2.6.6", | ||
"@opentiny/vue-renderless": "~3.6.6", | ||
"@opentiny/vue-tooltip": "~2.6.6", | ||
"@opentiny/vue-popover": "~2.6.6" | ||
}, | ||
@@ -13,0 +13,0 @@ "license": "MIT", |
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
22682
623
Updated@opentiny/vue-common@~2.6.6
Updated@opentiny/vue-icon@~2.6.6
Updated@opentiny/vue-popover@~2.6.6
Updated@opentiny/vue-tooltip@~2.6.6