cat-qw-lib 1.0.9 → 1.0.10

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.
@@ -42,6 +42,7 @@ export declare class QueueContainerComponent extends BaseContainerComponent<Queu
42
42
  sortOrder: string;
43
43
  appliedFilters: any;
44
44
  tableHeight: string;
45
+ placeholder: string;
45
46
  filterDropdown: QueueFilterDropdownComponent;
46
47
  set selectedRowsInput(rows: any[]);
47
48
  get selectedRowsInput(): any[];
@@ -105,5 +106,5 @@ export declare class QueueContainerComponent extends BaseContainerComponent<Queu
105
106
  }): void;
106
107
  isAssignButtonEnabled(): boolean;
107
108
  static ɵfac: i0.ɵɵFactoryDeclaration<QueueContainerComponent, never>;
108
- static ɵcmp: i0.ɵɵComponentDeclaration<QueueContainerComponent, "lib-queue-container", never, { "tableHeight": { "alias": "tableHeight"; "required": false; }; "selectedRowsInput": { "alias": "selectedRowsInput"; "required": false; }; }, { "assignmentComplete": "assignmentComplete"; "userAssigned": "userAssigned"; "selectedRowsData": "selectedRowsData"; "assignmentDataReady": "assignmentDataReady"; "rowClick": "rowClick"; "selectionChange": "selectionChange"; }, never, ["[user-dropdown]"], false, never>;
109
+ 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>;
109
110
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cat-qw-lib",
3
- "version": "1.0.9",
3
+ "version": "1.0.10",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^19.0.0",
6
6
  "@angular/core": "^19.0.0"