@a2simcode/ui 0.0.227 → 0.0.228
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/simcode-ui.es.js
CHANGED
|
@@ -5402,7 +5402,7 @@ var zp = class {
|
|
|
5402
5402
|
})).filter(({ item: ie }) => ie.config?.active);
|
|
5403
5403
|
return H.value?.accordion ? ee.length > 0 ? "_collapse" + ee[0].index : "" : ee.map(({ index: ie }) => "_collapse" + ie);
|
|
5404
5404
|
}
|
|
5405
|
-
return T.value ? oe ? oe.split(",") : [] :
|
|
5405
|
+
return T.value ? oe ? oe.split(",") : [] : oe;
|
|
5406
5406
|
},
|
|
5407
5407
|
set(oe) {
|
|
5408
5408
|
const Oe = A.value;
|
|
@@ -12549,8 +12549,7 @@ var Up = /* @__PURE__ */ ye({
|
|
|
12549
12549
|
} else
|
|
12550
12550
|
Se.sort = zt, c = await i.loadData(Se) || [], s.value = c.length;
|
|
12551
12551
|
l.value?.setRecords(c), b.value ? (p.value = [], g.value = !1) : i.rowKey && p.value.length > 0 && l.value?.setSelection?.(p.value);
|
|
12552
|
-
}
|
|
12553
|
-
return i.modelValue;
|
|
12552
|
+
} else l.value?.setRecords(i.modelValue || []);
|
|
12554
12553
|
} finally {
|
|
12555
12554
|
u.value = Math.max(0, u.value - 1);
|
|
12556
12555
|
}
|