@uniquedj95/vform 1.4.3 → 1.4.4
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.es.js
CHANGED
@@ -8716,6 +8716,9 @@ const ks = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' view
|
|
8716
8716
|
counter: t.value.counter,
|
8717
8717
|
min: t.value.min,
|
8718
8718
|
max: t.value.max,
|
8719
|
+
rows: t.value.rows,
|
8720
|
+
cols: t.value.cols,
|
8721
|
+
"auto-grow": t.value.autoGrow,
|
8719
8722
|
"max-length": t.value.maxLength,
|
8720
8723
|
"min-length": t.value.minLength,
|
8721
8724
|
pattern: t.value.pattern,
|
@@ -8744,7 +8747,7 @@ const ks = "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' view
|
|
8744
8747
|
})) : q("", !0)
|
8745
8748
|
]),
|
8746
8749
|
_: 1
|
8747
|
-
}, 8, ["modelValue", "fill", "label-placement", "required", "error-text", "auto-focus", "placeholder", "disabled", "counter", "min", "max", "max-length", "min-length", "pattern"]));
|
8750
|
+
}, 8, ["modelValue", "fill", "label-placement", "required", "error-text", "auto-focus", "placeholder", "disabled", "counter", "min", "max", "rows", "cols", "auto-grow", "max-length", "min-length", "pattern"]));
|
8748
8751
|
}
|
8749
8752
|
}), Ys = {
|
8750
8753
|
install(e) {
|