@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.
- package/esm2020/lib/modules/table/components/table/table.component.mjs +2 -2
- package/fesm2015/paperless-angular.mjs +1 -1
- package/fesm2015/paperless-angular.mjs.map +1 -1
- package/fesm2020/paperless-angular.mjs +1 -1
- package/fesm2020/paperless-angular.mjs.map +1 -1
- package/lib/modules/table/components/table/table.component.d.ts +1 -1
- package/package.json +1 -1
|
@@ -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[]
|
|
272
|
+
parseRowActionsRow(actions: TableRowAction[] | null, rowIndex: number): TableRowAction[];
|
|
273
273
|
private _parseItems;
|
|
274
274
|
private _generateColumns;
|
|
275
275
|
_checkboxDisabled(item: any, rowIndex: number): boolean;
|