@davincihealthcare/elty-design-system-vue 1.64.0 → 1.64.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 -1
- 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
|
@@ -22312,8 +22312,8 @@ const aB = () => {
|
|
|
22312
22312
|
default: Ze(() => [
|
|
22313
22313
|
N1(O("input", {
|
|
22314
22314
|
id: U(S),
|
|
22315
|
-
name: r.name,
|
|
22316
22315
|
"onUpdate:modelValue": L[0] || (L[0] = (G) => f.value = G),
|
|
22316
|
+
name: r.name,
|
|
22317
22317
|
type: t.type,
|
|
22318
22318
|
class: X(["el-input", {
|
|
22319
22319
|
error: !!U(N),
|
|
@@ -22322,6 +22322,7 @@ const aB = () => {
|
|
|
22322
22322
|
placeholder: C.placeholder,
|
|
22323
22323
|
disabled: r.disabled,
|
|
22324
22324
|
"data-cy": `${C.label.trim().replaceAll(" ", "")}-input`,
|
|
22325
|
+
max: "9999-12-31",
|
|
22325
22326
|
onBlur: L[1] || (L[1] = (G) => U(R).validate())
|
|
22326
22327
|
}, null, 42, TB), [
|
|
22327
22328
|
[Ma, f.value]
|