@paperless/angular 2.13.2 → 2.13.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.
@@ -13,8 +13,8 @@ import { OverlayModule as OverlayModule$1, OverlayConfig } from '@angular/cdk/ov
13
13
  import { PlatformModule } from '@angular/cdk/platform';
14
14
  import { PortalModule, CdkPortal, ComponentPortal } from '@angular/cdk/portal';
15
15
  import { untilDestroyed, UntilDestroy } from '@ngneat/until-destroy';
16
+ import { PAGINATION_DEFAULT_PAGE_SIZE, cn, getTableCellColumnClasses, objectGetByPath, isMobile, floatingMenuContainerClass, tableColumSizesOptions } from '@paperless/core';
16
17
  import { startWith, tap, pairwise, map, filter as filter$1, debounce } from 'rxjs/operators';
17
- import { cn, getTableCellColumnClasses, objectGetByPath, isMobile, floatingMenuContainerClass, tableColumSizesOptions } from '@paperless/core';
18
18
  import * as i2 from '@angular/router';
19
19
  import { RouterModule } from '@angular/router';
20
20
  import { v4 } from 'uuid';
@@ -2739,7 +2739,7 @@ let BaseTableComponent = class BaseTableComponent extends BaseFormComponent {
2739
2739
  this.quickFilters = [];
2740
2740
  this.filterForm = new FormGroup({});
2741
2741
  this.defaultFilterFormValues = {};
2742
- this.pageSizeDefault = 12;
2742
+ this.pageSizeDefault = PAGINATION_DEFAULT_PAGE_SIZE;
2743
2743
  this._defaultTableValues = {
2744
2744
  pageSize: this.pageSizeDefault,
2745
2745
  page: 1,