xrk-components 2.0.0-beta.85 → 2.0.0-beta.86

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/lib/index.esm.js CHANGED
@@ -76707,6 +76707,7 @@ var script$8 = /*#__PURE__*/ defineComponent(__assign(__assign({}, __default__$8
76707
76707
  });
76708
76708
  }); };
76709
76709
  return function (_ctx, _cache) {
76710
+ var _component_table_column = resolveComponent("table-column", true);
76710
76711
  return (openBlock(), createBlock(unref(ElTableColumn), {
76711
76712
  prop: __props.prop,
76712
76713
  type: __props.type,
@@ -76729,6 +76730,12 @@ var script$8 = /*#__PURE__*/ defineComponent(__assign(__assign({}, __default__$8
76729
76730
  default: withCtx(function (_a) {
76730
76731
  var row = _a.row, column = _a.column, $index = _a.$index;
76731
76732
  return [
76733
+ createCommentVNode(" 数据结构+组件递归实现多表头,使用render会出现el-table-column解析顺序问题 "),
76734
+ (openBlock(true), createElementBlock(Fragment, null, renderList(__props.children, function (item) {
76735
+ return (openBlock(), createBlock(_component_table_column, normalizeProps(mergeProps({
76736
+ key: item.label
76737
+ }, item)), null, 16 /* FULL_PROPS */));
76738
+ }), 128 /* KEYED_FRAGMENT */)),
76732
76739
  (__props.render)
76733
76740
  ? (openBlock(), createBlock(unref(BaseTableColumnContentRender), {
76734
76741
  key: 0,
package/lib/index.umd.js CHANGED
@@ -76710,6 +76710,7 @@ usage: app.provide(ZINDEX_INJECTION_KEY, { current: 0 })`);
76710
76710
  });
76711
76711
  }); };
76712
76712
  return function (_ctx, _cache) {
76713
+ var _component_table_column = vue.resolveComponent("table-column", true);
76713
76714
  return (vue.openBlock(), vue.createBlock(vue.unref(ElTableColumn), {
76714
76715
  prop: __props.prop,
76715
76716
  type: __props.type,
@@ -76732,6 +76733,12 @@ usage: app.provide(ZINDEX_INJECTION_KEY, { current: 0 })`);
76732
76733
  default: vue.withCtx(function (_a) {
76733
76734
  var row = _a.row, column = _a.column, $index = _a.$index;
76734
76735
  return [
76736
+ vue.createCommentVNode(" 数据结构+组件递归实现多表头,使用render会出现el-table-column解析顺序问题 "),
76737
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.children, function (item) {
76738
+ return (vue.openBlock(), vue.createBlock(_component_table_column, vue.normalizeProps(vue.mergeProps({
76739
+ key: item.label
76740
+ }, item)), null, 16 /* FULL_PROPS */));
76741
+ }), 128 /* KEYED_FRAGMENT */)),
76735
76742
  (__props.render)
76736
76743
  ? (vue.openBlock(), vue.createBlock(vue.unref(BaseTableColumnContentRender), {
76737
76744
  key: 0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xrk-components",
3
- "version": "2.0.0-beta.85",
3
+ "version": "2.0.0-beta.86",
4
4
  "description": "",
5
5
  "main": "lib/index.esm.js",
6
6
  "typings": "lib/packages/index.d.ts",