@uf_lee/leeui 1.0.45 → 1.0.46
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/leeui.es.js +1 -0
- package/dist/leeui.umd.js +13 -13
- package/package.json +1 -1
package/dist/leeui.es.js
CHANGED
|
@@ -24638,6 +24638,7 @@ const qP = /* @__PURE__ */ le({
|
|
|
24638
24638
|
const m = {
|
|
24639
24639
|
ref: a,
|
|
24640
24640
|
data: e.data,
|
|
24641
|
+
rowKey: e.rowKey,
|
|
24641
24642
|
...i,
|
|
24642
24643
|
// 单选模式
|
|
24643
24644
|
onSelect: e.selectionType === "single" ? p : e.selectionType === "multiple" ? d : void 0,
|