@rebilly/revel 12.50.0 → 12.50.2
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 +1 -6
- package/dist/revel.mjs +2 -2
- package/dist/revel.umd.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1 @@
|
|
|
1
|
-
## [12.50.
|
|
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.2](https://github.com/Rebilly/rebilly/compare/revel-v12.50.1...revel-v12.50.2) (2026-08-10)
|
package/dist/revel.mjs
CHANGED
|
@@ -7432,7 +7432,7 @@ function g8(M) {
|
|
|
7432
7432
|
}
|
|
7433
7433
|
let m8 = "useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict", v1 = (M = 21) => {
|
|
7434
7434
|
let b = "", z = M | 0;
|
|
7435
|
-
for (; z
|
|
7435
|
+
for (; z-- > 0; )
|
|
7436
7436
|
b += m8[Math.random() * 64 | 0];
|
|
7437
7437
|
return b;
|
|
7438
7438
|
};
|
|
@@ -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;
|