cat-qw-lib 2.1.47 → 2.1.50

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.
@@ -9,7 +9,6 @@ export declare class QueueRecordTableBuilderService extends TableBuilder {
9
9
  buildSecondaryTable(records: any[], headerWidths?: {
10
10
  [key: string]: string;
11
11
  }, editPermission?: string, deletePermission?: string): TableSecondaryModel;
12
- private reorderBrokerColumn;
13
12
  static ɵfac: i0.ɵɵFactoryDeclaration<QueueRecordTableBuilderService, never>;
14
13
  static ɵprov: i0.ɵɵInjectableDeclaration<QueueRecordTableBuilderService>;
15
14
  }
@@ -288,3 +288,4 @@ export declare const QUEUE_RECORD_TABLE_COLUMN_WIDTH_LIST: {
288
288
  export declare const FIELD_DISPLAY_NAMES: {
289
289
  [key: string]: string;
290
290
  };
291
+ export declare const QUEUE_RECORD_TABLE_COLUMN_ORDER: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "2.1.47",
3
+ "version": "2.1.50",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"