cat-qw-lib 2.6.49 → 2.6.50
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.
|
@@ -98,6 +98,12 @@ export declare class TableSecondaryComponent implements OnInit, OnChanges, OnDes
|
|
|
98
98
|
*/
|
|
99
99
|
handleEditClick(id: number): void;
|
|
100
100
|
get isAllCurrentPageSelected(): boolean;
|
|
101
|
+
/**
|
|
102
|
+
* Count displayed beside the header checkbox.
|
|
103
|
+
* When the current page is fully selected, show the current page count.
|
|
104
|
+
* Otherwise show the total number of explicitly selected rows (across pages).
|
|
105
|
+
*/
|
|
106
|
+
get headerSelectionCount(): number;
|
|
101
107
|
handleSelectAllRowData(checked: boolean): void;
|
|
102
108
|
/**
|
|
103
109
|
* Handles the deletion of a row by emitting the row data and preventing event propagation.
|