cat-qw-lib 1.0.92 → 1.0.93

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.
@@ -121,6 +121,8 @@ export declare class TableSecondaryComponent implements OnInit, OnChanges, OnDes
121
121
  * @param {any} event - The new selection data.
122
122
  */
123
123
  onSelectionChange(event: any): void;
124
+ getProgressColor(percent: number): string;
125
+ getProgressBackground(percent: number): string;
124
126
  /**
125
127
  * Emits the selected row when a row is clicked.
126
128
  * @param {any} rowData - The data of the clicked row.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "1.0.92",
3
+ "version": "1.0.93",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"