knt-shared 1.1.3 → 1.1.4

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/dist/index.esm.js CHANGED
@@ -1380,7 +1380,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
1380
1380
  }
1381
1381
  return {
1382
1382
  show: true,
1383
- layout: "inline",
1383
+ layout: "horizontal",
1384
1384
  showCollapse: true,
1385
1385
  defaultCollapseRows: 1,
1386
1386
  showResetButton: true,
@@ -1434,7 +1434,7 @@ const _sfc_main$2 = /* @__PURE__ */ defineComponent({
1434
1434
  const getPaginationConfig = computed(() => {
1435
1435
  const mergedProps = getMergedProps.value;
1436
1436
  if (mergedProps.pagination === false) {
1437
- return false;
1437
+ return paginationRef.value;
1438
1438
  }
1439
1439
  return {
1440
1440
  ...mergedProps.pagination,
@@ -2329,7 +2329,7 @@ const _export_sfc = (sfc, props) => {
2329
2329
  }
2330
2330
  return target;
2331
2331
  };
2332
- const BasicTable = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-7382de28"]]);
2332
+ const BasicTable = /* @__PURE__ */ _export_sfc(_sfc_main$2, [["__scopeId", "data-v-f4f3062d"]]);
2333
2333
  function useTable(options = {}) {
2334
2334
  const tableRef = ref(null);
2335
2335
  const formRef = ref(null);