@opentiny/vue-calendar
Advanced tools
Comparing version 3.12.0 to 3.13.0
@@ -19,2 +19,4 @@ function _extends() { | ||
var template = function template2(mode) { | ||
var _process$env; | ||
typeof process === "object" ? (_process$env = process.env) == null ? void 0 : _process$env.TINY_MODE : null; | ||
return PcTemplate; | ||
@@ -41,3 +43,3 @@ }; | ||
default: function _default() { | ||
return /* @__PURE__ */ (/* @__PURE__ */ new Date()).getFullYear(); | ||
return (/* @__PURE__ */ new Date()).getFullYear(); | ||
} | ||
@@ -51,3 +53,3 @@ }, | ||
default: function _default2() { | ||
return /* @__PURE__ */ (/* @__PURE__ */ new Date()).getMonth() + 1; | ||
return (/* @__PURE__ */ new Date()).getMonth() + 1; | ||
} | ||
@@ -76,3 +78,3 @@ }, | ||
}); | ||
var version = "3.12.0"; | ||
var version = "3.13.0"; | ||
Calendar.install = function(Vue) { | ||
@@ -79,0 +81,0 @@ Vue.component(Calendar.name, Calendar); |
{ | ||
"name": "@opentiny/vue-calendar", | ||
"version": "3.12.0", | ||
"version": "3.13.0", | ||
"description": "", | ||
@@ -10,7 +10,7 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-common": "~3.12.0", | ||
"@opentiny/vue-icon": "~3.12.0", | ||
"@opentiny/vue-renderless": "~3.12.0", | ||
"@opentiny/vue-tooltip": "~3.12.0", | ||
"@opentiny/vue-popover": "~3.12.0" | ||
"@opentiny/vue-common": "~3.13.0", | ||
"@opentiny/vue-icon": "~3.13.0", | ||
"@opentiny/vue-renderless": "~3.13.0", | ||
"@opentiny/vue-tooltip": "~3.13.0", | ||
"@opentiny/vue-popover": "~3.13.0" | ||
}, | ||
@@ -17,0 +17,0 @@ "license": "MIT", |
@@ -22,3 +22,2 @@ declare const _default: import("@vue/runtime-core").DefineComponent<Readonly<{ | ||
gcls: (key: any) => any; | ||
m: (...cssClasses: any[]) => string; | ||
}, unknown, {}, {}, import("@vue/runtime-core").ComponentOptionsMixin, import("@vue/runtime-core").ComponentOptionsMixin, {}, string, import("@vue/runtime-core").VNodeProps & import("@vue/runtime-core").AllowedComponentProps & import("@vue/runtime-core").ComponentCustomProps, Readonly<import("@vue/runtime-core").ExtractPropTypes<Readonly<{ | ||
@@ -25,0 +24,0 @@ mode?: any; |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
30948
842
2
+ Added@opentiny/vue-common@3.13.1(transitive)
+ Added@opentiny/vue-icon@3.13.0(transitive)
+ Added@opentiny/vue-locale@3.13.0(transitive)
+ Added@opentiny/vue-popover@3.13.0(transitive)
+ Added@opentiny/vue-renderless@3.13.2(transitive)
+ Added@opentiny/vue-theme@3.13.3(transitive)
+ Added@opentiny/vue-theme-mobile@3.13.0(transitive)
+ Added@opentiny/vue-tooltip@3.13.0(transitive)
- Removed@opentiny/vue-common@3.12.0(transitive)
- Removed@opentiny/vue-icon@3.12.0(transitive)
- Removed@opentiny/vue-locale@3.12.0(transitive)
- Removed@opentiny/vue-popover@3.12.0(transitive)
- Removed@opentiny/vue-renderless@3.12.1(transitive)
- Removed@opentiny/vue-theme@3.12.1(transitive)
- Removed@opentiny/vue-theme-mobile@3.12.0(transitive)
- Removed@opentiny/vue-tooltip@3.12.0(transitive)
Updated@opentiny/vue-common@~3.13.0
Updated@opentiny/vue-icon@~3.13.0