szld-libs 0.3.96 → 0.3.97
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 +2 -3
- package/dist/szld-components.umd.js +2 -2
- package/es/components/DynamicFormMobile/mySelect/index.js +1 -2
- package/es/utils/szxkFunc.js +1 -1
- package/lib/components/DynamicFormMobile/mySelect/index.js +1 -2
- package/lib/utils/szxkFunc.js +1 -1
- package/package.json +1 -1
|
@@ -27003,7 +27003,7 @@ const lO = (e) => {
|
|
|
27003
27003
|
attrvalue: r[t.attrid] || ""
|
|
27004
27004
|
})), dO = (e, r, t) => ({
|
|
27005
27005
|
style: {
|
|
27006
|
-
backgroundColor: r !== void 0 && r % 2 === 1 ? (t == null ? void 0 : t[0]) || "
|
|
27006
|
+
backgroundColor: r !== void 0 && r % 2 === 1 ? (t == null ? void 0 : t[0]) || "rgba(0, 77, 50, 0.16)" : (t == null ? void 0 : t[1]) || "rgba(0, 77, 50, 0.24)"
|
|
27007
27007
|
}
|
|
27008
27008
|
}), gV = (e, r = "YYYY-MM-DD") => (Object.entries(ss.cloneDeep(e)).forEach(([t, i]) => {
|
|
27009
27009
|
Array.isArray(i) && i.length > 0 && i[0] instanceof Date && (e[t] = i.map((l) => xn(l).format(r))), i instanceof Date && (e[t] = xn(i).format(r));
|
|
@@ -39914,9 +39914,8 @@ const LZ = Qe.memo((e) => {
|
|
|
39914
39914
|
{
|
|
39915
39915
|
popup: !0,
|
|
39916
39916
|
columns: b,
|
|
39917
|
-
placeholder: "",
|
|
39918
39917
|
columnsFieldNames: {
|
|
39919
|
-
text: "
|
|
39918
|
+
text: "label"
|
|
39920
39919
|
},
|
|
39921
39920
|
onConfirm: c,
|
|
39922
39921
|
children: (N, z, P) => /* @__PURE__ */ W(
|