cat-qw-lib 2.6.66 → 2.6.73

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.
@@ -18,6 +18,10 @@ export declare class QueueRecordTableBuilderService extends TableBuilder {
18
18
  * @returns {string} Truncated text
19
19
  */
20
20
  private truncateText;
21
+ /**
22
+ * GBP display for queue currency columns: £ with thousands separator and 2 decimals; null/empty -> '-'.
23
+ */
24
+ private formatQueueCurrencyValue;
21
25
  private getColumnOrder;
22
26
  buildSecondaryTable(records: any[], headerWidths?: {
23
27
  [key: string]: string;
@@ -124,6 +124,8 @@ export declare class SHARED {
124
124
  static REFERRED: string;
125
125
  static FINANCE: string;
126
126
  static TOTAL_FINANCE_AMOUNT: string;
127
+ static BASE_PRICE: string;
128
+ static MONTHLY_PAYMENT: string;
127
129
  static VALUATION_STATUS: string;
128
130
  static TASKS: string;
129
131
  static TASK_BROKER_LABEL: string;
@@ -299,7 +301,7 @@ export declare const QUEUE_RECORD_TABLE_COLUMN_WIDTH_LIST: {
299
301
  age: string;
300
302
  tasks: string;
301
303
  productName: string;
302
- baseRate: string;
304
+ basePrice: string;
303
305
  monthlyPayment: string;
304
306
  submittedDate: string;
305
307
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "2.6.66",
3
+ "version": "2.6.73",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"