knt-shared 1.8.0 → 1.8.1

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
@@ -6707,7 +6707,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
6707
6707
  selectedRows.value = dedupeRowsByKey([...otherPagesRows, ...frozenRows]);
6708
6708
  }
6709
6709
  }
6710
- emit("selectAll", checked);
6710
+ emit("selectAll", checked, selectableRows, selectableKeys);
6711
6711
  };
6712
6712
  const handleExpand = (record, expanded) => {
6713
6713
  emit("expand", record, expanded);
@@ -7448,7 +7448,7 @@ const _sfc_main$6 = /* @__PURE__ */ defineComponent({
7448
7448
  };
7449
7449
  }
7450
7450
  });
7451
- const BasicTable = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-4e9be0fe"]]);
7451
+ const BasicTable = /* @__PURE__ */ _export_sfc(_sfc_main$6, [["__scopeId", "data-v-8f4a5d2c"]]);
7452
7452
  function useTable(options = {}) {
7453
7453
  const tableRef = ref(null);
7454
7454
  const formRef = ref(null);