vue3-components-plus 3.0.33 → 3.0.35
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.
|
@@ -77253,6 +77253,8 @@ const _sfc_main$1 = /* @__PURE__ */ Object.assign({
|
|
|
77253
77253
|
key: 0,
|
|
77254
77254
|
type: "selection",
|
|
77255
77255
|
width: "55",
|
|
77256
|
+
align: "center",
|
|
77257
|
+
"header-align": "center",
|
|
77256
77258
|
"reserve-selection": !!__props.rowKey
|
|
77257
77259
|
}, null, 8, ["reserve-selection"])) : createCommentVNode("", true),
|
|
77258
77260
|
__props.showIndex ? (openBlock(), createBlock(_component_el_table_column, {
|
|
@@ -77294,7 +77296,7 @@ const _sfc_main$1 = /* @__PURE__ */ Object.assign({
|
|
|
77294
77296
|
};
|
|
77295
77297
|
}
|
|
77296
77298
|
});
|
|
77297
|
-
const NsTable = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-
|
|
77299
|
+
const NsTable = /* @__PURE__ */ _export_sfc(_sfc_main$1, [["__scopeId", "data-v-675ad4be"]]);
|
|
77298
77300
|
const _hoisted_1 = { class: "page-container" };
|
|
77299
77301
|
const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
77300
77302
|
name: "NsTableContainer"
|
|
@@ -77592,7 +77594,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
77592
77594
|
return {
|
|
77593
77595
|
[props.pageTotalKey]: props.total,
|
|
77594
77596
|
[props.pageNumberKey]: currentPageModel.value,
|
|
77595
|
-
[props.pageSizeKey]: pageSizeModel.value
|
|
77597
|
+
[props.pageSizeKey]: pageSizeModel.value,
|
|
77598
|
+
sort: { ...internalSortState },
|
|
77599
|
+
...internalSortState
|
|
77596
77600
|
};
|
|
77597
77601
|
}
|
|
77598
77602
|
function getSelectionRows() {
|
|
@@ -77753,7 +77757,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
|
|
|
77753
77757
|
};
|
|
77754
77758
|
}
|
|
77755
77759
|
});
|
|
77756
|
-
const NsTableContainer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
77760
|
+
const NsTableContainer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-662fa850"]]);
|
|
77757
77761
|
NsTableContainer.install = (app2) => {
|
|
77758
77762
|
app2.component("NsTableContainer", NsTableContainer);
|
|
77759
77763
|
};
|