vue3-components-plus 3.0.36 → 3.0.37

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.
@@ -77541,7 +77541,8 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
77541
77541
  ...internalSearchParams,
77542
77542
  [props.pageNumberKey]: currentPageModel.value,
77543
77543
  [props.pageSizeKey]: pageSizeModel.value,
77544
- sort: { ...internalSortState }
77544
+ sort: { ...internalSortState },
77545
+ ...internalSortState
77545
77546
  };
77546
77547
  }
77547
77548
  function emitSearch() {
@@ -77757,7 +77758,7 @@ const _sfc_main = /* @__PURE__ */ Object.assign({
77757
77758
  };
77758
77759
  }
77759
77760
  });
77760
- const NsTableContainer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-515c43cf"]]);
77761
+ const NsTableContainer = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-b7134bf8"]]);
77761
77762
  NsTableContainer.install = (app2) => {
77762
77763
  app2.component("NsTableContainer", NsTableContainer);
77763
77764
  };