cat-qw-lib 1.0.13 → 1.0.15
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.
|
@@ -107,6 +107,7 @@ export declare class QueueContainerComponent extends BaseContainerComponent<Queu
|
|
|
107
107
|
selectedRows: any[];
|
|
108
108
|
}): void;
|
|
109
109
|
isAssignButtonEnabled(): boolean;
|
|
110
|
+
private getStoredQueueId;
|
|
110
111
|
static ɵfac: i0.ɵɵFactoryDeclaration<QueueContainerComponent, never>;
|
|
111
112
|
static ɵcmp: i0.ɵɵComponentDeclaration<QueueContainerComponent, "lib-queue-container", never, { "tableHeight": { "alias": "tableHeight"; "required": false; }; "placeholder": { "alias": "placeholder"; "required": false; }; "selectedRowsInput": { "alias": "selectedRowsInput"; "required": false; }; }, { "assignmentComplete": "assignmentComplete"; "userAssigned": "userAssigned"; "selectedRowsData": "selectedRowsData"; "assignmentDataReady": "assignmentDataReady"; "rowClick": "rowClick"; "selectionChange": "selectionChange"; }, never, ["[user-dropdown]"], false, never>;
|
|
112
113
|
}
|