v-datatable-plus 1.0.2 → 1.0.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.
@@ -10850,7 +10850,7 @@ const Do = z({
10850
10850
  { title: "Is not equal to", value: Ae.IsNotEqualTo },
10851
10851
  { title: "Starts with", value: Ae.StartWith },
10852
10852
  { title: "Ends with", value: Ae.EndWith }
10853
- ]), s = Bl(), c = q(1), g = q(10), h = q([]), m = q([]), f = S({
10853
+ ]), s = Bl(), c = q(t.page), g = q(t.itemsPerPage), h = q(t.sortBy), m = q(t.groupBy), f = S({
10854
10854
  get() {
10855
10855
  return t.modelValue;
10856
10856
  },
@@ -11901,7 +11901,7 @@ const Do = z({
11901
11901
  { title: "Is not equal to", value: Ae.IsNotEqualTo },
11902
11902
  { title: "Starts with", value: Ae.StartWith },
11903
11903
  { title: "Ends with", value: Ae.EndWith }
11904
- ]), r = Bl(), s = q(1), c = q(10), g = q([]), h = q([]), m = S({
11904
+ ]), r = Bl(), s = q(t.page), c = q(t.itemsPerPage), g = q(t.sortBy), h = q(t.groupBy), m = S({
11905
11905
  get() {
11906
11906
  return t.modelValue;
11907
11907
  },