bkui-vue 1.0.3-beta.22 → 1.0.3-beta.23
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 +7 -5
- package/dist/index.umd.js +1 -1
- package/lib/table/index.js +7 -4
- package/lib/table-column/index.js +7 -4
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -12562,11 +12562,13 @@ const W_ = {
|
|
12562
12562
|
},
|
12563
12563
|
updateColumnDefineByParent() {
|
12564
12564
|
const e = () => {
|
12565
|
-
const t = this._, n = () => {
|
12566
|
-
var
|
12567
|
-
|
12568
|
-
|
12569
|
-
|
12565
|
+
const t = this._, n = (d) => {
|
12566
|
+
var h;
|
12567
|
+
if (d === document.body || !d)
|
12568
|
+
return null;
|
12569
|
+
const c = d.parent;
|
12570
|
+
return ((h = c.type) == null ? void 0 : h.name) === "Table" ? c.vnode : n(c);
|
12571
|
+
}, i = n(t);
|
12570
12572
|
if (!i)
|
12571
12573
|
return;
|
12572
12574
|
const s = i.children.default() || [], r = [];
|