@pocketprep/ui-kit 3.4.48 → 3.4.49

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.
@@ -14538,6 +14538,9 @@ let Xe = class extends we {
14538
14538
  this.emitSort();
14539
14539
  }
14540
14540
  }
14541
+ defaultSortChanged() {
14542
+ this.defaultSort && (this.currentSort = JSON.parse(JSON.stringify(this.defaultSort)), this.emitSort());
14543
+ }
14541
14544
  emitSort() {
14542
14545
  return this.currentSort;
14543
14546
  }
@@ -14623,6 +14626,9 @@ Ve([
14623
14626
  Ve([
14624
14627
  Z()
14625
14628
  ], Xe.prototype, "tableSubrowsStyles", 2);
14629
+ Ve([
14630
+ it("defaultSort")
14631
+ ], Xe.prototype, "defaultSortChanged", 1);
14626
14632
  Ve([
14627
14633
  Be("sort")
14628
14634
  ], Xe.prototype, "emitSort", 1);