@opengis/form 0.0.126 → 0.0.127
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.
|
@@ -2795,7 +2795,7 @@ const Ln = ["placeholder", "disabled"], Mn = /* @__PURE__ */ oe({
|
|
|
2795
2795
|
}),
|
|
2796
2796
|
emits: ["update:modelValue"],
|
|
2797
2797
|
setup(e) {
|
|
2798
|
-
const l = Ra(() => import("./vs-richtext-
|
|
2798
|
+
const l = Ra(() => import("./vs-richtext-B5lnjvy6.js")), t = e, { inputClass: a } = Ye(t.style), n = Le(e, "modelValue"), o = _(() => !!t.disabled), r = _(() => t.placeholder ?? ""), s = _(() => ({
|
|
2799
2799
|
height: "300px",
|
|
2800
2800
|
format: t.format,
|
|
2801
2801
|
...t.richtextProps
|
|
@@ -8022,7 +8022,7 @@ const Su = {
|
|
|
8022
8022
|
tel: "Неправильний телефон",
|
|
8023
8023
|
minlength: (e) => `Мінімальна довжина — ${e} символів`,
|
|
8024
8024
|
maxlength: (e) => `Максимальна довжина — ${e} символів`
|
|
8025
|
-
}, df = (e) => typeof e == "string" ? e.trim() ? !1 : Lt.required : Array.isArray(e) ? e.map((t) => typeof t == "string" ? t.trim() : t).filter((t) => t != null && t !== "").length ? !1 : Lt.required : typeof e == "number" ? Number
|
|
8025
|
+
}, df = (e) => typeof e == "string" ? e.trim() ? !1 : Lt.required : Array.isArray(e) ? e.map((t) => typeof t == "string" ? t.trim() : t).filter((t) => t != null && t !== "").length ? !1 : Lt.required : typeof e == "number" ? Number?.isNaN(e) ? Lt?.required : !1 : e ? !1 : Lt.required, cf = (e) => {
|
|
8026
8026
|
const l = /^[^\s@]+@[^\s@]+\.[^\s@]+$/;
|
|
8027
8027
|
return e ? l.test(e) ? !1 : Lt.email : !1;
|
|
8028
8028
|
}, ff = (e) => {
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as t, a as n, G as u, F as e, H as p, V, C as I, m as r, q as i, v as l, j as o, o as c, p as x, D as d, h, b as g, e as m, n as y, l as A, u as C, s as M, B as S, g as T, f as b, A as k, k as E, d as F, E as f, t as v, a as D, i as L, w as R, x as w, r as j, y as q, z } from "./index-
|
|
1
|
+
import { c as t, a as n, G as u, F as e, H as p, V, C as I, m as r, q as i, v as l, j as o, o as c, p as x, D as d, h, b as g, e as m, n as y, l as A, u as C, s as M, B as S, g as T, f as b, A as k, k as E, d as F, E as f, t as v, a as D, i as L, w as R, x as w, r as j, y as q, z } from "./index-C8WI_8Pn.js";
|
|
2
2
|
export {
|
|
3
3
|
t as ModalEdit,
|
|
4
4
|
n as VForm,
|