@davincihealthcare/elty-design-system-vue 1.43.0 → 1.43.1
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -23019,7 +23019,7 @@ const gB = /* @__PURE__ */ c2(L2), PB = { class: "relative" }, ZB = { class: "bo
|
|
|
23019
23019
|
},
|
|
23020
23020
|
emits: ["update:modelValue"],
|
|
23021
23021
|
setup(t, { emit: e }) {
|
|
23022
|
-
const r = J(), A = t, o = e, i = r0(() => A.modelValue
|
|
23022
|
+
const r = J(), A = t, o = e, i = r0(() => A.modelValue), O = r0(() => [`max:${A.maxCharacters > 0 ? A.maxCharacters : 1e3}`, A.validation]), { value: N, errorMessage: c, uuid: C, fieldContext: T } = u1(
|
|
23023
23023
|
i,
|
|
23024
23024
|
O,
|
|
23025
23025
|
A.name,
|
|
@@ -23041,10 +23041,10 @@ const gB = /* @__PURE__ */ c2(L2), PB = { class: "relative" }, ZB = { class: "bo
|
|
|
23041
23041
|
default: U0(({ error: m }) => [
|
|
23042
23042
|
N1(s("textarea", {
|
|
23043
23043
|
id: P(C),
|
|
23044
|
-
name: A.name,
|
|
23045
23044
|
ref_key: "textareaRef",
|
|
23046
23045
|
ref: r,
|
|
23047
23046
|
"onUpdate:modelValue": d[0] || (d[0] = (G) => S5(N) ? N.value = G : null),
|
|
23047
|
+
name: A.name,
|
|
23048
23048
|
placeholder: S.placeholder,
|
|
23049
23049
|
disabled: S.disabled,
|
|
23050
23050
|
class: W(["el-input", [
|