cat-qw-lib 1.0.86 → 1.0.88

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.
@@ -112,7 +112,6 @@ export declare class SHARED {
112
112
  static selectedApplicationType: string;
113
113
  static APPLICANTS: string;
114
114
  static SECURITY_ADDRESS: string;
115
- static TASKS: string;
116
115
  }
117
116
  export declare const widgetLayoutTypeList: {
118
117
  name: string;
@@ -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.86",
3
+ "version": "1.0.88",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"