@dynamicforms/vuetify-inputs 0.1.13 → 0.1.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dynamicforms-vuetify-inputs.js +5 -5
- package/dist/dynamicforms-vuetify-inputs.js.map +1 -1
- package/dist/dynamicforms-vuetify-inputs.umd.cjs +1 -1
- package/dist/dynamicforms-vuetify-inputs.umd.cjs.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/style.css +2 -2
- package/package.json +1 -1
|
@@ -1031,14 +1031,14 @@ const Fl = {
|
|
|
1031
1031
|
clearable: { type: Boolean }
|
|
1032
1032
|
}, H(N({}, K), {
|
|
1033
1033
|
inputType: "text",
|
|
1034
|
-
precision:
|
|
1034
|
+
precision: null,
|
|
1035
1035
|
step: void 0,
|
|
1036
1036
|
min: void 0,
|
|
1037
1037
|
max: void 0
|
|
1038
1038
|
})),
|
|
1039
1039
|
emits: ["update:modelValue", "click:clear"],
|
|
1040
1040
|
setup(t, { emit: e }) {
|
|
1041
|
-
const l = t, r = e, { errors: n, value: a, vuetifyBindings: f } = j(l, r), { inputType: u, max: c, min: v, precision: i, step: s } = se(l), m = _(() => u.value === "number"), p = _(() => m.value ? { min: v
|
|
1041
|
+
const l = t, r = e, { errors: n, value: a, vuetifyBindings: f } = j(l, r), { inputType: u, max: c, min: v, precision: i, step: s } = se(l), m = _(() => u.value === "number"), p = _(() => m.value ? { min: o(v), max: o(c), precision: o(i), step: o(s) } : {});
|
|
1042
1042
|
return (g, I) => {
|
|
1043
1043
|
const O = x("v-text-field"), B = x("v-number-input");
|
|
1044
1044
|
return h(), E("div", Gl, [
|
|
@@ -1071,7 +1071,7 @@ const Fl = {
|
|
|
1071
1071
|
]);
|
|
1072
1072
|
};
|
|
1073
1073
|
}
|
|
1074
|
-
}), Xl = /* @__PURE__ */ oe(Wl, [["__scopeId", "data-v-
|
|
1074
|
+
}), Xl = /* @__PURE__ */ oe(Wl, [["__scopeId", "data-v-e1917d98"]]), ql = { class: "editor-container" }, Zl = { class: "editor-container__editor" }, Yl = { ref: "editorElement" }, Ql = /* @__PURE__ */ F({
|
|
1075
1075
|
__name: "ck-editor-custom",
|
|
1076
1076
|
props: {
|
|
1077
1077
|
modelValue: { default: "" },
|
|
@@ -1401,7 +1401,7 @@ const to = {
|
|
|
1401
1401
|
"hide-details": "auto",
|
|
1402
1402
|
"onUpdate:search": T[1] || (T[1] = (D) => L(D, void 0)),
|
|
1403
1403
|
"onUpdate:modelValue": d,
|
|
1404
|
-
"onClick:clear": T[2] || (T[2] = (D) => g.value
|
|
1404
|
+
"onClick:clear": T[2] || (T[2] = (D) => g.value = null),
|
|
1405
1405
|
onFocus: T[3] || (T[3] = (D) => v.value = !0),
|
|
1406
1406
|
onBlur: T[4] || (T[4] = (D) => v.value = !1)
|
|
1407
1407
|
}), {
|
|
@@ -1454,7 +1454,7 @@ const to = {
|
|
|
1454
1454
|
}, 16, ["modelValue", "class", "items", "label", "closable-chips", "clearable", "multiple", "loading", "aria-describedby"])) : $("", !0);
|
|
1455
1455
|
};
|
|
1456
1456
|
}
|
|
1457
|
-
}), no = /* @__PURE__ */ oe(oo, [["__scopeId", "data-v-
|
|
1457
|
+
}), no = /* @__PURE__ */ oe(oo, [["__scopeId", "data-v-a038c365"]]), ao = { class: "container" }, ro = /* @__PURE__ */ F({
|
|
1458
1458
|
__name: "df-text-area",
|
|
1459
1459
|
props: /* @__PURE__ */ z({
|
|
1460
1460
|
rows: {},
|