@opentiny/vue-time-spinner
Advanced tools
Comparing version 3.11.0 to 3.12.0
@@ -358,3 +358,3 @@ import { renderless, api } from "@opentiny/vue-renderless/time-spinner/vue"; | ||
32 | ||
/* HYDRATE_EVENTS */ | ||
/* NEED_HYDRATION */ | ||
), createElementVNode( | ||
@@ -404,3 +404,3 @@ "div", | ||
32 | ||
/* HYDRATE_EVENTS */ | ||
/* NEED_HYDRATION */ | ||
), _ctx.showSeconds ? (openBlock(), createElementBlock( | ||
@@ -451,3 +451,3 @@ "div", | ||
32 | ||
/* HYDRATE_EVENTS */ | ||
/* NEED_HYDRATION */ | ||
)) : createCommentVNode("v-if", true)], | ||
@@ -462,3 +462,3 @@ 64 | ||
var TimeSpinner = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]); | ||
var version = "3.11.0"; | ||
var version = "3.12.0"; | ||
TimeSpinner.install = function(Vue) { | ||
@@ -465,0 +465,0 @@ Vue.component(TimeSpinner.name, TimeSpinner); |
{ | ||
"name": "@opentiny/vue-time-spinner", | ||
"version": "3.11.0", | ||
"version": "3.12.0", | ||
"description": "", | ||
@@ -10,5 +10,5 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@opentiny/vue-renderless": "~3.11.0", | ||
"@opentiny/vue-common": "~3.11.0", | ||
"@opentiny/vue-scrollbar": "~3.11.0" | ||
"@opentiny/vue-renderless": "~3.12.0", | ||
"@opentiny/vue-common": "~3.12.0", | ||
"@opentiny/vue-scrollbar": "~3.12.0" | ||
}, | ||
@@ -15,0 +15,0 @@ "license": "MIT", |
@@ -77,4 +77,4 @@ declare const _default: import("@vue/runtime-core").DefineComponent<{ | ||
_constants: Record<string, any>; | ||
arrowControl: boolean; | ||
step: Record<string, any>; | ||
arrowControl: boolean; | ||
showSeconds: boolean; | ||
@@ -81,0 +81,0 @@ amPmMode: string; |
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
+ Added@opentiny/vue-common@3.12.0(transitive)
+ Added@opentiny/vue-locale@3.12.0(transitive)
+ Added@opentiny/vue-renderless@3.12.1(transitive)
+ Added@opentiny/vue-scrollbar@3.12.0(transitive)
+ Added@opentiny/vue-theme@3.12.1(transitive)
+ Added@opentiny/vue-theme-mobile@3.12.0(transitive)
- Removed@opentiny/vue-common@3.11.0(transitive)
- Removed@opentiny/vue-locale@3.11.0(transitive)
- Removed@opentiny/vue-renderless@3.11.8(transitive)
- Removed@opentiny/vue-scrollbar@3.11.0(transitive)
- Removed@opentiny/vue-theme@3.11.6(transitive)
- Removed@opentiny/vue-theme-mobile@3.11.1(transitive)
Updated@opentiny/vue-common@~3.12.0