cat-qw-lib 1.0.55 → 1.0.56
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.
|
@@ -43,7 +43,6 @@ export declare class QueueContainerComponent extends BaseContainerComponent<Queu
|
|
|
43
43
|
sortBy: string;
|
|
44
44
|
sortOrder: string;
|
|
45
45
|
appliedFilters: any;
|
|
46
|
-
tableHeight: string;
|
|
47
46
|
placeholder: string;
|
|
48
47
|
filterDropdown: QueueFilterDropdownComponent;
|
|
49
48
|
set selectedRowsInput(rows: any[]);
|
|
@@ -109,5 +108,5 @@ export declare class QueueContainerComponent extends BaseContainerComponent<Queu
|
|
|
109
108
|
isAssignButtonEnabled(): boolean;
|
|
110
109
|
private getStoredQueueId;
|
|
111
110
|
static ɵfac: i0.ɵɵFactoryDeclaration<QueueContainerComponent, never>;
|
|
112
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QueueContainerComponent, "lib-queue-container", never, { "
|
|
111
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QueueContainerComponent, "lib-queue-container", never, { "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>;
|
|
113
112
|
}
|
|
@@ -8,7 +8,6 @@ export declare class QueueRecordTableComponent {
|
|
|
8
8
|
metaData: MetaDataModel;
|
|
9
9
|
loading: boolean;
|
|
10
10
|
selectedRows: any[];
|
|
11
|
-
tableHeight: string;
|
|
12
11
|
selectionChange: EventEmitter<any[]>;
|
|
13
12
|
selectedRowsData: EventEmitter<any[]>;
|
|
14
13
|
assignmentDataReady: EventEmitter<{
|
|
@@ -27,5 +26,5 @@ export declare class QueueRecordTableComponent {
|
|
|
27
26
|
get hasData(): boolean;
|
|
28
27
|
get selectedCount(): number;
|
|
29
28
|
static ɵfac: i0.ɵɵFactoryDeclaration<QueueRecordTableComponent, never>;
|
|
30
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<QueueRecordTableComponent, "app-queue-record-table", never, { "table": { "alias": "table"; "required": false; }; "metaData": { "alias": "metaData"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; };
|
|
29
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<QueueRecordTableComponent, "app-queue-record-table", never, { "table": { "alias": "table"; "required": false; }; "metaData": { "alias": "metaData"; "required": false; }; "loading": { "alias": "loading"; "required": false; }; "selectedRows": { "alias": "selectedRows"; "required": false; }; }, { "selectionChange": "selectionChange"; "selectedRowsData": "selectedRowsData"; "assignmentDataReady": "assignmentDataReady"; "rowClick": "rowClick"; "paginationChanged": "paginationChanged"; "filterApplied": "filterApplied"; "sortApplied": "sortApplied"; }, never, never, false, never>;
|
|
31
30
|
}
|