@rebilly/revel 12.50.0 → 12.50.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/CHANGELOG.md CHANGED
@@ -1,6 +1 @@
1
- ## [12.50.0](https://github.com/Rebilly/rebilly/compare/revel-v12.49.1...revel-v12.50.0) (2026-07-29)
2
-
3
-
4
- ### Features
5
-
6
- * **revel:** Add validation to r-file-dropzone component ([#24166](https://github.com/Rebilly/rebilly/issues/24166)) ([ae48055](https://github.com/Rebilly/rebilly/commit/ae480555f6dd5904a78aa3ec3a101a33c61976a7))
1
+ ## [12.50.1](https://github.com/Rebilly/rebilly/compare/revel-v12.50.0...revel-v12.50.1) (2026-08-10)
package/dist/revel.mjs CHANGED
@@ -10391,7 +10391,7 @@ const ve = /* @__PURE__ */ SM(Bv, [["render", Xv]]), xv = ["for"], Tv = ["id", "
10391
10391
  const p = M, e = z, o = d3(), t = _(null), c = _(null), { isInvalid: O } = B1(p.validate), n = _(!1), a = q(() => !p.multiline && (p.leftIcon || p.rightIcon || p.leftLabel || p.rightLabel || p.password || o["right-button"])), l = q(() => {
10392
10392
  const E = {};
10393
10393
  return p.leftIcon && (E["r-has-icon-left"] = !0), (p.rightIcon || p.password) && (E["r-has-icon-right"] = !0), E;
10394
- }), i = q(() => p.password ? "password" : p.numeric ? "number" : "text"), s = q(() => p.autoComplete || `new-${p.name}`), A = q(() => `(${p.modelValue ? Number(p.maxLength) - String(p.modelValue).length : p.maxLength} characters left.)`);
10394
+ }), i = q(() => p.password ? "password" : p.numeric ? "number" : "text"), s = q(() => p.autoComplete || `new-${p.name}`), A = q(() => `(${(p.modelValue ? Number(p.maxLength) - String(p.modelValue).length : Number(p.maxLength)).toLocaleString("en-US")} characters left)`);
10395
10395
  function g(E) {
10396
10396
  p.autoResize && t.value && S(t.value);
10397
10397
  const X = E.target.value;