sprintify-ui 0.11.9 → 0.11.10

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.
@@ -15167,8 +15167,8 @@ const nT = {
15167
15167
  class: "mt-4"
15168
15168
  }, sT = {
15169
15169
  page: 1,
15170
- search: "",
15171
- sort: "",
15170
+ search: void 0,
15171
+ sort: void 0,
15172
15172
  filter: {}
15173
15173
  }, k0 = /* @__PURE__ */ te({
15174
15174
  __name: "BaseDataIterator",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sprintify-ui",
3
- "version": "0.11.9",
3
+ "version": "0.11.10",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "build": "rimraf dist && vue-tsc && vite build",
@@ -192,8 +192,8 @@ import { deepIncludes } from '@/utils/deepIncludes';
192
192
 
193
193
  const DEFAULT_QUERY = {
194
194
  page: 1,
195
- search: '',
196
- sort: '',
195
+ search: undefined,
196
+ sort: undefined,
197
197
  filter: {},
198
198
  } as DataTableQuery;
199
199
  </script>