tsv2-library 1.0.61-beta.39 → 1.0.61-beta.40
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/tsv2-library.es.js
CHANGED
|
@@ -71881,12 +71881,9 @@ const _sfc_main$s = /* @__PURE__ */ defineComponent({
|
|
|
71881
71881
|
key: 0,
|
|
71882
71882
|
modelValue: noteInput.value,
|
|
71883
71883
|
"onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => noteInput.value = $event),
|
|
71884
|
+
"blur-on-reach-max": true,
|
|
71885
|
+
"max-length": 30,
|
|
71884
71886
|
rows: 1,
|
|
71885
|
-
"textarea-pt": {
|
|
71886
|
-
root: {
|
|
71887
|
-
maxlength: 30
|
|
71888
|
-
}
|
|
71889
|
-
},
|
|
71890
71887
|
class: "!max-w-[250px]",
|
|
71891
71888
|
placeholder: "Enter note"
|
|
71892
71889
|
}, null, 8, ["modelValue"])) : createCommentVNode("", true)
|