bkui-vue 1.0.3-beta.31 → 1.0.3-beta.32

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.
@@ -811,7 +811,7 @@ var TableColumnProp = {
811
811
  if (Array.isArray(node === null || node === void 0 ? void 0 : node.children)) {
812
812
  return node.children;
813
813
  }
814
- if ((0,external_vue_namespaceObject.isVNode)(node) && typeof_typeof(node === null || node === void 0 ? void 0 : node.children) === 'object') {
814
+ if ((0,external_vue_namespaceObject.isVNode)(node) && node !== null && node !== void 0 && node.children && typeof_typeof(node === null || node === void 0 ? void 0 : node.children) === 'object') {
815
815
  return Object.keys(node.children).map(function (key) {
816
816
  return node.children[key];
817
817
  });
@@ -772,7 +772,7 @@ var TableColumnProp = {
772
772
  if (Array.isArray(node === null || node === void 0 ? void 0 : node.children)) {
773
773
  return node.children;
774
774
  }
775
- if ((0,external_vue_namespaceObject.isVNode)(node) && _typeof(node === null || node === void 0 ? void 0 : node.children) === 'object') {
775
+ if ((0,external_vue_namespaceObject.isVNode)(node) && node !== null && node !== void 0 && node.children && _typeof(node === null || node === void 0 ? void 0 : node.children) === 'object') {
776
776
  return Object.keys(node.children).map(function (key) {
777
777
  return node.children[key];
778
778
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "1.0.3-beta.31",
3
+ "version": "1.0.3-beta.32",
4
4
  "workspaces": {
5
5
  "packages": [
6
6
  "packages/!(**.bak)*",