cat-qw-lib 2.6.63 → 2.6.65

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.
@@ -101,6 +101,7 @@ export declare class QueueContainerComponent extends BaseContainerComponent<Queu
101
101
  private resetSorting;
102
102
  private filterQueues;
103
103
  private getQueueRecordsData;
104
+ private replaceWithLocalhost;
104
105
  private getSortOrderString;
105
106
  private resetPaginationState;
106
107
  private resetPage;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "2.6.63",
3
+ "version": "2.6.65",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"