@paperless/angular 1.3.6 → 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.
- package/esm2020/lib/modules/table/components/table/table.component.mjs +8 -8
- package/fesm2015/paperless-angular.mjs +5 -5
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +5 -5
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/modules/table/components/table/table.component.d.ts +1 -3
- package/package.json +1 -1
|
@@ -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>;
|