szld-libs 0.2.87 → 0.2.89
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/szld-components.es.js +4 -4
- package/dist/szld-components.umd.js +1 -1
- package/es/components/DynamicForm/useDynamicForm.js +3 -3
- package/es/utils/szxkFunc.d.ts +1 -1
- package/es/utils/szxkFunc.js +2 -2
- package/lib/components/DynamicForm/useDynamicForm.js +3 -3
- package/lib/utils/szxkFunc.d.ts +1 -1
- package/lib/utils/szxkFunc.js +2 -2
- package/package.json +1 -1
|
@@ -27736,7 +27736,7 @@ function uN(n) {
|
|
|
27736
27736
|
] : [],
|
|
27737
27737
|
...(Me = z.json) != null && Me.regexp ? [
|
|
27738
27738
|
{
|
|
27739
|
-
pattern: new RegExp(z.json.regexp),
|
|
27739
|
+
pattern: new RegExp(z.json.regexp.replace(/^\/|\/$/g, "")),
|
|
27740
27740
|
message: ((Ge = z.json) == null ? void 0 : Ge["regexp-message"]) || `${z.attrname}格式不正确`
|
|
27741
27741
|
}
|
|
27742
27742
|
] : []
|
|
@@ -27773,7 +27773,7 @@ function uN(n) {
|
|
|
27773
27773
|
] : [],
|
|
27774
27774
|
...(ht = z.json) != null && ht.regexp ? [
|
|
27775
27775
|
{
|
|
27776
|
-
pattern: new RegExp(z.json.regexp),
|
|
27776
|
+
pattern: new RegExp(z.json.regexp.replace(/^\/|\/$/g, "")),
|
|
27777
27777
|
message: ((Oe = z.json) == null ? void 0 : Oe["regexp-message"]) || `${z.attrname}格式不正确`
|
|
27778
27778
|
}
|
|
27779
27779
|
] : []
|
|
@@ -27805,7 +27805,7 @@ function uN(n) {
|
|
|
27805
27805
|
] : [],
|
|
27806
27806
|
...(Dt = z.json) != null && Dt.regexp ? [
|
|
27807
27807
|
{
|
|
27808
|
-
pattern: new RegExp(z.json.regexp),
|
|
27808
|
+
pattern: new RegExp(z.json.regexp.replace(/^\/|\/$/g, "")),
|
|
27809
27809
|
message: ((en = z.json) == null ? void 0 : en["regexp-message"]) || `${z.attrname}格式不正确`
|
|
27810
27810
|
}
|
|
27811
27811
|
] : []
|
|
@@ -32397,7 +32397,7 @@ const VN = async (n, l, a) => {
|
|
|
32397
32397
|
attrvalue: l[a.attrid] || ""
|
|
32398
32398
|
})), xL = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
32399
32399
|
__proto__: null,
|
|
32400
|
-
|
|
32400
|
+
handleGetAttrDetail: VN,
|
|
32401
32401
|
handleObjDetailToSignleAttrList: YN
|
|
32402
32402
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
32403
32403
|
function _L(n) {
|