@paperless/core 1.67.10 → 1.67.11

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/hydrate/index.js CHANGED
@@ -21631,7 +21631,7 @@ class Select {
21631
21631
  ? `max-w-full ${item === null || item === void 0 ? void 0 : item.class}`
21632
21632
  : 'max-w-full' }, content));
21633
21633
  }
21634
- _getParsedItems(applyPagination = false) {
21634
+ _getParsedItems(applyPagination = true) {
21635
21635
  var _a;
21636
21636
  if (!this.items || this.loading) {
21637
21637
  return [];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/core",
3
- "version": "1.67.10",
3
+ "version": "1.67.11",
4
4
  "description": "Stencil Component Starter",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",