@paperless/angular 1.3.5 → 1.4.1

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.
@@ -238,9 +238,7 @@ export declare class Table implements OnInit, OnChanges {
238
238
  _selectionContains(row: any, index: number, returnIndex?: boolean): any;
239
239
  _selectionContainsAll(): boolean;
240
240
  _selectionIndeterminate(): boolean;
241
- _rowClick($event: {
242
- target: any;
243
- }, index: number): void;
241
+ _rowClick($event: MouseEvent, index: number): void;
244
242
  private _findRow;
245
243
  private _findRowAction;
246
244
  static ɵfac: i0.ɵɵFactoryDeclaration<Table, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@paperless/angular",
3
- "version": "1.3.5",
3
+ "version": "1.4.1",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "^13.3.0 || ^14.0.0 || ^15.0.0",
6
6
  "@angular/common": "^13.3.0 || ^14.0.0 || ^15.0.0",