cat-qw-lib 1.0.78 → 1.0.81

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.
@@ -266,3 +266,6 @@ export declare const QUEUE_RECORD_TABLE_COLUMN_WIDTH_LIST: {
266
266
  securityAddress: string;
267
267
  applicants: string;
268
268
  };
269
+ export declare const FIELD_DISPLAY_NAMES: {
270
+ [key: string]: string;
271
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "1.0.78",
3
+ "version": "1.0.81",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"