@wfrog/vc-ui 1.9.7 → 1.9.8

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.
@@ -6,7 +6,7 @@ import { a as ElCheckbox } from '../../chunk/DBf73TLo.mjs';
6
6
  import '../../chunk/BH1e_-Fa.mjs';
7
7
  import '../../chunk/CqhShW5K.mjs';
8
8
  /* empty css */
9
- import { defineComponent, useTemplateRef, useCssModule, shallowRef, computed, createBlock, openBlock, normalizeClass, unref, withCtx, createVNode, createCommentVNode, createElementVNode } from 'vue';
9
+ import { defineComponent, useTemplateRef, useCssModule, shallowRef, computed, createBlock, openBlock, normalizeClass, unref, createSlots, withCtx, createVNode, createCommentVNode, renderSlot, createElementVNode } from 'vue';
10
10
  import { C as Component$1 } from '../choice/choice.mjs';
11
11
  import { C as Component$2 } from '../input-number/input-number.mjs';
12
12
  import { _ as _export_sfc } from '../../chunk/pcqpp-6-.mjs';
@@ -2803,7 +2803,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
2803
2803
  height: __props.height,
2804
2804
  "scrollbar-always-on": "",
2805
2805
  class: normalizeClass(unref($style).table)
2806
- }, {
2806
+ }, createSlots({
2807
2807
  default: withCtx(() => [
2808
2808
  createVNode(_component_ElTableColumn, {
2809
2809
  prop: "label",
@@ -2926,13 +2926,22 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
2926
2926
  ]),
2927
2927
  _: 1
2928
2928
  }, 8, ["width"])) : createCommentVNode("", true),
2929
+ renderSlot(_ctx.$slots, "default"),
2929
2930
  __props.emptyColumn ? (openBlock(), createBlock(_component_ElTableColumn, {
2930
2931
  key: 4,
2931
2932
  label: ""
2932
2933
  })) : createCommentVNode("", true)
2933
2934
  ]),
2934
- _: 1
2935
- }, 8, ["data", "size", "height", "class"]);
2935
+ _: 2
2936
+ }, [
2937
+ _ctx.$slots.append ? {
2938
+ name: "append",
2939
+ fn: withCtx(() => [
2940
+ renderSlot(_ctx.$slots, "append")
2941
+ ]),
2942
+ key: "0"
2943
+ } : void 0
2944
+ ]), 1032, ["data", "size", "height", "class"]);
2936
2945
  };
2937
2946
  }
2938
2947
  });