cat-qw-lib 1.0.85 → 1.0.87

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.
@@ -63,7 +63,6 @@ export declare class TableSecondaryComponent implements OnInit, OnChanges, OnDes
63
63
  */
64
64
  ngOnChanges(): void;
65
65
  ngOnDestroy(): void;
66
- getPercentFromFraction(fraction: string): number;
67
66
  private updateRecordNumber;
68
67
  /**
69
68
  * Returns the unique key used to identify each row in the table.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "1.0.85",
3
+ "version": "1.0.87",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"