@unizhen/ui 0.0.81 → 0.0.82
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
|
@@ -5065,7 +5065,7 @@ const Yh = /* @__PURE__ */ w(Kh, [["render", Xh]]), Zh = re({
|
|
|
5065
5065
|
const F = e.cols ? e.cols : 4;
|
|
5066
5066
|
if (B.length > 0)
|
|
5067
5067
|
for (let S = 0; S <= F; S++)
|
|
5068
|
-
B[S]?.search.show && (I = I + 1);
|
|
5068
|
+
B[S]?.search.show && (I = I + (B[S]?.search.span || 1));
|
|
5069
5069
|
const U = F - I >= 0 ? F - I - 1 : -1;
|
|
5070
5070
|
D.value = U, N.value = U, M.value = I, I > F ? (p.value = !0, $.value = !0) : (p.value = !1, $.value = !1);
|
|
5071
5071
|
for (const S of B)
|
|
@@ -8801,7 +8801,7 @@ function Y0(e, t, n) {
|
|
|
8801
8801
|
refetch: z
|
|
8802
8802
|
};
|
|
8803
8803
|
}
|
|
8804
|
-
const k0 = "0.0.
|
|
8804
|
+
const k0 = "0.0.82";
|
|
8805
8805
|
let xa;
|
|
8806
8806
|
async function _a() {
|
|
8807
8807
|
const e = await fetch(
|