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.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 c;
12567
- const d = t.parent;
12568
- return ((c = d.type) == null ? void 0 : c.name) === "Table" ? d.vnode : n();
12569
- }, i = n();
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 = [];