@amsom-habitat/amsom-table 1.1.8 → 1.1.9

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.
@@ -8690,6 +8690,9 @@ const Qq = {
8690
8690
  copyDefaultColumns() {
8691
8691
  return JSON.parse(JSON.stringify(this.defaultColumns));
8692
8692
  },
8693
+ getTableContent() {
8694
+ return this.items;
8695
+ },
8693
8696
  updateSortitems(M) {
8694
8697
  if (!this.items) return this.items;
8695
8698
  this.sortKey === M ? this.sortAsc = !this.sortAsc : this.sortAsc = !0, this.sortKey = M, this.$forceUpdate();
@@ -8949,7 +8952,7 @@ function Lt(M, z, b, p, O, c) {
8949
8952
  ])
8950
8953
  ], 64);
8951
8954
  }
8952
- const ht = /* @__PURE__ */ Kq(Qq, [["render", Lt], ["__scopeId", "data-v-9a4cbf27"]]);
8955
+ const ht = /* @__PURE__ */ Kq(Qq, [["render", Lt], ["__scopeId", "data-v-dab12feb"]]);
8953
8956
  export {
8954
8957
  ht as AmsomTableDraggable,
8955
8958
  ht as default