@unizhen/ui 0.0.52 → 0.0.53
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/lib/ui.js +2 -2
- package/package.json +1 -1
package/lib/ui.js
CHANGED
|
@@ -4715,7 +4715,7 @@ const Q = /* @__PURE__ */ Gt(t2), r2 = ue({
|
|
|
4715
4715
|
if (e.formValue && e.formValue[f]) {
|
|
4716
4716
|
const T = e.formValue[f].toLocaleLowerCase();
|
|
4717
4717
|
p.forEach((V) => {
|
|
4718
|
-
V.label.toLocaleLowerCase().indexOf(T) > -1 ? V.show = !0 : V.show = !1;
|
|
4718
|
+
V.label && V.label.toLocaleLowerCase().indexOf(T) > -1 ? V.show = !0 : V.show = !1;
|
|
4719
4719
|
});
|
|
4720
4720
|
} else
|
|
4721
4721
|
p.forEach((T) => {
|
|
@@ -10452,7 +10452,7 @@ function Qk(e, t, r) {
|
|
|
10452
10452
|
refetch: p
|
|
10453
10453
|
};
|
|
10454
10454
|
}
|
|
10455
|
-
const mk = "0.0.
|
|
10455
|
+
const mk = "0.0.53";
|
|
10456
10456
|
let Xc;
|
|
10457
10457
|
async function Yc() {
|
|
10458
10458
|
const e = await fetch(
|