@opentiny/vue-calendar
Advanced tools
Comparing version 3.6.1 to 3.6.6
@@ -18,2 +18,9 @@ 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 "vue"; | ||
import "../../_plugin-vue_export-helper-cfc4284c.mjs"; | ||
var template = function template2(mode) { | ||
@@ -44,3 +51,3 @@ if ("mobile" === (process.env.TINY_MODE || mode)) | ||
default: function _default() { | ||
return new Date().getFullYear(); | ||
return /* @__PURE__ */ (/* @__PURE__ */ new Date()).getFullYear(); | ||
} | ||
@@ -54,3 +61,3 @@ }, | ||
default: function _default2() { | ||
return new Date().getMonth() + 1; | ||
return /* @__PURE__ */ (/* @__PURE__ */ new Date()).getMonth() + 1; | ||
} | ||
@@ -57,0 +64,0 @@ }, |
@@ -602,5 +602,5 @@ import { renderless, api } from "@opentiny/vue-renderless/calendar/vue"; | ||
} | ||
var pc = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
var PcTemplate = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
export { | ||
pc as default | ||
PcTemplate as default | ||
}; |
{ | ||
"name": "@opentiny/vue-calendar", | ||
"version": "3.6.1", | ||
"version": "3.6.6", | ||
"description": "", | ||
"main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~3.6.1", | ||
"@opentiny/vue-icon": "~3.6.1", | ||
"@opentiny/vue-renderless": "~3.6.1", | ||
"@opentiny/vue-tooltip": "~3.6.1", | ||
"@opentiny/vue-popover": "~3.6.1" | ||
"@opentiny/vue-common": "~3.6.6", | ||
"@opentiny/vue-icon": "~3.6.6", | ||
"@opentiny/vue-renderless": "~3.6.6", | ||
"@opentiny/vue-tooltip": "~3.6.6", | ||
"@opentiny/vue-popover": "~3.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
29610
802
Updated@opentiny/vue-common@~3.6.6
Updated@opentiny/vue-icon@~3.6.6
Updated@opentiny/vue-popover@~3.6.6
Updated@opentiny/vue-tooltip@~3.6.6