vue3-components-plus 3.0.34 → 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.
@@ -77594,7 +77594,9 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
77594
77594
  return {
77595
77595
  [props.pageTotalKey]: props.total,
77596
77596
  [props.pageNumberKey]: currentPageModel.value,
77597
- [props.pageSizeKey]: pageSizeModel.value
77597
+ [props.pageSizeKey]: pageSizeModel.value,
77598
+ sort: { ...internalSortState },
77599
+ ...internalSortState
77598
77600
  };
77599
77601
  }
77600
77602
  function getSelectionRows() {
@@ -77755,7 +77757,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
77755
77757
  };
77756
77758
  }
77757
77759
  });
77758
- const NsTableContainer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-4332eea8"]]);
77760
+ const NsTableContainer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-662fa850"]]);
77759
77761
  NsTableContainer.install = (app2) => {
77760
77762
  app2.component("NsTableContainer", NsTableContainer);
77761
77763
  };