@paperless/angular 1.52.4 → 1.52.5

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.
@@ -269,7 +269,7 @@ export declare class Table implements OnInit, OnChanges {
269
269
  onFilterModalSave(): void;
270
270
  onFilterModalReset(resetQuickFilter?: boolean): void;
271
271
  emptyStateClicked(): void;
272
- parseRowActionsRow(actions: TableRowAction[] | null, rowIndex: number): TableRowAction[] | undefined;
272
+ parseRowActionsRow(actions: TableRowAction[] | null, rowIndex: number): TableRowAction[];
273
273
  private _parseItems;
274
274
  private _generateColumns;
275
275
  _checkboxDisabled(item: any, rowIndex: number): boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "1.52.4",
3
+ "version": "1.52.5",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.3.0 || ^14.0.0 || ^15.0.0 || ^17.0.0",
6
6
  "@angular/common": "^13.3.0 || ^14.0.0 || ^15.0.0",