cat-qw-lib 2.6.49 → 2.6.51

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,11 @@ 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
+ * Always show the total number of selected rows (across pages).
104
+ */
105
+ get headerSelectionCount(): number;
101
106
  handleSelectAllRowData(checked: boolean): void;
102
107
  /**
103
108
  * Handles the deletion of a row by emitting the row data and preventing event propagation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "2.6.49",
3
+ "version": "2.6.51",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"