@dynamicforms/vuetify-inputs 0.1.14 → 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.
@@ -1031,14 +1031,14 @@ const Fl = {
1031
1031
  clearable: { type: Boolean }
1032
1032
  }, H(N({}, K), {
1033
1033
  inputType: "text",
1034
- precision: void 0,
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.value, max: c.value, precision: i.value, step: s.value } : {});
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-7ce40eb2"]]), ql = { class: "editor-container" }, Zl = { class: "editor-container__editor" }, Yl = { ref: "editorElement" }, Ql = /* @__PURE__ */ F({
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: "" },