cat-qw-lib 1.0.12 → 1.0.13
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.
|
@@ -88,10 +88,6 @@ export declare class QueueContainerComponent extends BaseContainerComponent<Queu
|
|
|
88
88
|
private initializeComponent;
|
|
89
89
|
private setupSearchDebounce;
|
|
90
90
|
private getAllQueueList;
|
|
91
|
-
/**
|
|
92
|
-
* Tries to restore the selected queue from sessionStorage. If not found or invalid, falls back to filterQueues (first queue).
|
|
93
|
-
*/
|
|
94
|
-
private restoreOrFilterQueues;
|
|
95
91
|
private handleQueueId;
|
|
96
92
|
private filterQueues;
|
|
97
93
|
private getQueueRecordsData;
|