bkui-vue 0.0.2-beta.50 → 0.0.2-beta.51
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/index.cjs.js +1 -1
- package/dist/index.esm.js +15 -12
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/dropdown/dropdown.css +1 -0
- package/lib/dropdown/dropdown.variable.css +1 -0
- package/lib/popover/popover.css +1 -0
- package/lib/popover/popover.less +3 -2
- package/lib/popover/popover.variable.css +1 -0
- package/lib/select/index.js +1 -1
- package/lib/table/props.d.ts +3 -3
- package/lib/table/table.css +1 -0
- package/lib/table/table.variable.css +1 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -13576,18 +13576,19 @@ const xN = /* @__PURE__ */ ye({
|
|
13576
13576
|
}, {
|
13577
13577
|
default: ({
|
13578
13578
|
data: d
|
13579
|
-
}) =>
|
13580
|
-
var h, m
|
13581
|
-
|
13582
|
-
|
13583
|
-
|
13584
|
-
|
13585
|
-
|
13586
|
-
|
13587
|
-
|
13579
|
+
}) => {
|
13580
|
+
var h, m;
|
13581
|
+
const c = ((h = this.$slots) == null ? void 0 : h.optionRender) || ((m = this.$slots) == null ? void 0 : m.virtualScrollRender);
|
13582
|
+
return d.map((v) => f(iu, {
|
13583
|
+
key: v[this.idKey],
|
13584
|
+
id: v[this.idKey],
|
13585
|
+
name: v[this.displayKey]
|
13586
|
+
}, typeof c == "function" ? {
|
13587
|
+
default: c({
|
13588
|
+
item: v
|
13588
13589
|
})
|
13589
|
-
} : null);
|
13590
|
-
}
|
13590
|
+
} : null));
|
13591
|
+
}
|
13591
13592
|
}) : this.list.map((d) => {
|
13592
13593
|
var c, h, m;
|
13593
13594
|
return f(iu, {
|
@@ -16275,7 +16276,9 @@ class XT {
|
|
16275
16276
|
const r = () => {
|
16276
16277
|
const d = Bt(n, "field", [n, t]), c = ou(t, d, n);
|
16277
16278
|
if (!c) {
|
16278
|
-
const
|
16279
|
+
const {
|
16280
|
+
emptyCellText: h
|
16281
|
+
} = this.props;
|
16279
16282
|
if (h)
|
16280
16283
|
return typeof h == "function" ? h(t, n, i, s) : h;
|
16281
16284
|
}
|