sctj-components 1.0.81 → 1.0.82

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.
@@ -2547,8 +2547,8 @@ const _sfc_main$i = {
2547
2547
  }
2548
2548
  };
2549
2549
  const SCTJTableTopActionContainer = /* @__PURE__ */ _export_sfc(_sfc_main$i, [["__scopeId", "data-v-056cfdde"]]);
2550
- const index_vue_vue_type_style_index_0_scoped_87147dcc_lang = "";
2551
- const _withScopeId$7 = (n) => (pushScopeId("data-v-87147dcc"), n = n(), popScopeId(), n);
2550
+ const index_vue_vue_type_style_index_0_scoped_0a171bf0_lang = "";
2551
+ const _withScopeId$7 = (n) => (pushScopeId("data-v-0a171bf0"), n = n(), popScopeId(), n);
2552
2552
  const _hoisted_1$d = {
2553
2553
  key: 0,
2554
2554
  class: "search-container"
@@ -2617,6 +2617,15 @@ const _sfc_main$h = {
2617
2617
  reserveSelection: true
2618
2618
  })
2619
2619
  },
2620
+ treeProps: {
2621
+ type: Object,
2622
+ default: () => {
2623
+ return {
2624
+ hasChildren: "hasChildren",
2625
+ children: "children"
2626
+ };
2627
+ }
2628
+ },
2620
2629
  showPagination: {
2621
2630
  type: Boolean,
2622
2631
  default: true
@@ -2953,6 +2962,7 @@ const _sfc_main$h = {
2953
2962
  ref: tableRef,
2954
2963
  data: dataList.value,
2955
2964
  border: "",
2965
+ "tree-props": __props.treeProps,
2956
2966
  height: "100%",
2957
2967
  "header-cell-class-name": !__props.selectOptions.multiple ? selectionClass : "",
2958
2968
  onSelectionChange: selectionChange,
@@ -2999,7 +3009,7 @@ const _sfc_main$h = {
2999
3009
  }), 128))
3000
3010
  ]),
3001
3011
  _: 1
3002
- }, 8, ["size", "data", "header-cell-class-name", "row-key"])), [
3012
+ }, 8, ["size", "data", "tree-props", "header-cell-class-name", "row-key"])), [
3003
3013
  [_directive_loading, loading.value]
3004
3014
  ]),
3005
3015
  __props.showPagination ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
@@ -3084,7 +3094,7 @@ const _sfc_main$h = {
3084
3094
  };
3085
3095
  }
3086
3096
  };
3087
- const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-87147dcc"]]);
3097
+ const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-0a171bf0"]]);
3088
3098
  const index_vue_vue_type_style_index_0_scoped_d4cb1fae_lang = "";
3089
3099
  const _sfc_main$g = {
3090
3100
  __name: "index",