sctj-components 1.0.82 → 1.0.83
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/sctj-components.es.js +8 -4
- package/lib/sctj-components.umd.js +1 -1
- package/lib/style.css +1 -1
- package/package.json +1 -1
|
@@ -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
|
|
2551
|
-
const _withScopeId$7 = (n) => (pushScopeId("data-v-
|
|
2550
|
+
const index_vue_vue_type_style_index_0_scoped_b07303f6_lang = "";
|
|
2551
|
+
const _withScopeId$7 = (n) => (pushScopeId("data-v-b07303f6"), n = n(), popScopeId(), n);
|
|
2552
2552
|
const _hoisted_1$d = {
|
|
2553
2553
|
key: 0,
|
|
2554
2554
|
class: "search-container"
|
|
@@ -2617,6 +2617,10 @@ const _sfc_main$h = {
|
|
|
2617
2617
|
reserveSelection: true
|
|
2618
2618
|
})
|
|
2619
2619
|
},
|
|
2620
|
+
rowKey: {
|
|
2621
|
+
type: String,
|
|
2622
|
+
default: ""
|
|
2623
|
+
},
|
|
2620
2624
|
treeProps: {
|
|
2621
2625
|
type: Object,
|
|
2622
2626
|
default: () => {
|
|
@@ -2967,7 +2971,7 @@ const _sfc_main$h = {
|
|
|
2967
2971
|
"header-cell-class-name": !__props.selectOptions.multiple ? selectionClass : "",
|
|
2968
2972
|
onSelectionChange: selectionChange,
|
|
2969
2973
|
"row-class-name": handleRowClassName,
|
|
2970
|
-
"row-key": __props.selectOptions.valueKey
|
|
2974
|
+
"row-key": __props.rowKey || __props.selectOptions.valueKey
|
|
2971
2975
|
}, {
|
|
2972
2976
|
default: withCtx(() => [
|
|
2973
2977
|
__props.selectOptions.show ? (openBlock(), createBlock(_component_el_table_column, {
|
|
@@ -3094,7 +3098,7 @@ const _sfc_main$h = {
|
|
|
3094
3098
|
};
|
|
3095
3099
|
}
|
|
3096
3100
|
};
|
|
3097
|
-
const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-
|
|
3101
|
+
const SCTJDialogTable = /* @__PURE__ */ _export_sfc(_sfc_main$h, [["__scopeId", "data-v-b07303f6"]]);
|
|
3098
3102
|
const index_vue_vue_type_style_index_0_scoped_d4cb1fae_lang = "";
|
|
3099
3103
|
const _sfc_main$g = {
|
|
3100
3104
|
__name: "index",
|