degree-picker
Advanced tools
Comparing version 0.0.20 to 0.0.21
@@ -1,2 +0,2 @@ | ||
import { defineComponent as w, useCssVars as H, ref as L, reactive as B, computed as s, watch as P, openBlock as v, createElementBlock as y, createElementVNode as g, normalizeClass as D, normalizeStyle as b, unref as m, Fragment as X, renderList as Y, toDisplayString as j, onMounted as G, createVNode as J } from "vue"; | ||
import { defineComponent as w, useCssVars as H, ref as L, reactive as B, computed as s, watch as P, openBlock as v, createElementBlock as m, createElementVNode as g, normalizeClass as D, normalizeStyle as b, unref as y, Fragment as X, renderList as Y, toDisplayString as j, onMounted as G, createVNode as J } from "vue"; | ||
const K = { class: "picker__body" }, Q = { class: "degree-picker-clock__container" }, Z = { class: "degree-picker-clock__inner" }, ee = /* @__PURE__ */ w({ | ||
@@ -79,3 +79,3 @@ __name: "degreePickerBody", | ||
(e) => t.inputValue = e | ||
), (e, l) => (v(), y("div", K, [ | ||
), (e, l) => (v(), m("div", K, [ | ||
g("div", Q, [ | ||
@@ -101,8 +101,8 @@ g("div", { | ||
}]), | ||
style: b(m(O)) | ||
style: b(y(O)) | ||
}, null, 6), | ||
(v(!0), y(X, null, Y(m(r), (u) => (v(), y("span", { | ||
(v(!0), m(X, null, Y(y(r), (u) => (v(), m("span", { | ||
key: u, | ||
class: D(["degree-picker-clock__item", { | ||
"degree-picker-clock__item--active": u === m(h), | ||
"degree-picker-clock__item--active": u === y(h), | ||
"degree-picker-clock__item--disabled": n.disabled | ||
@@ -159,5 +159,5 @@ }]), | ||
} | ||
), G(() => a.inputDegree = n.modelValue), (r, f) => (v(), y("div", { | ||
), G(() => a.inputDegree = n.modelValue), (r, f) => (v(), m("div", { | ||
style: b({ | ||
width: n.fullWidth ? void 0 : m(oe)(n.width || 290) | ||
width: n.fullWidth ? void 0 : y(oe)(n.width || 290) | ||
}) | ||
@@ -171,8 +171,8 @@ }, [ | ||
step: o.step || 30, | ||
min: 0, | ||
max: 359, | ||
min: n.min ? +n.min : 0, | ||
max: n.max ? +n.max : 359, | ||
value: a.inputDegree, | ||
disabled: o.disabled, | ||
readonly: o.readonly | ||
}, null, 8, ["active-color", "body-color", "step", "value", "disabled", "readonly"]) | ||
}, null, 8, ["active-color", "body-color", "step", "min", "max", "value", "disabled", "readonly"]) | ||
], 4)); | ||
@@ -179,0 +179,0 @@ } |
{ | ||
"name": "degree-picker", | ||
"private": false, | ||
"version": "0.0.20", | ||
"version": "0.0.21", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "files": [ |
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
35566