@paperless/angular 1.49.1 → 1.49.3

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.
@@ -11,7 +11,7 @@ export declare class Table implements OnInit, OnChanges {
11
11
  /**
12
12
  * The items to be fed to the table
13
13
  */
14
- items: string;
14
+ items: string | any[];
15
15
  /**
16
16
  * Wether data is loading
17
17
  */
@@ -4,7 +4,7 @@ import * as i0 from "@angular/core";
4
4
  export declare class CustomDatePipe implements PipeTransform {
5
5
  private _datePipe;
6
6
  constructor(_datePipe: DatePipe);
7
- transform(value: any, format: 'dd MMM yyyy'): string | null;
7
+ transform(value: any, format?: string): string | null;
8
8
  static ɵfac: i0.ɵɵFactoryDeclaration<CustomDatePipe, never>;
9
9
  static ɵpipe: i0.ɵɵPipeDeclaration<CustomDatePipe, "pdate", false>;
10
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "1.49.1",
3
+ "version": "1.49.3",
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",