AAE-26192 New task search API (#10319)

* AAE-26192 New task search API

* small changes

* use DI instead of inputs

* cr

* fix units
This commit is contained in:
Robert Duda
2024-10-23 15:01:51 +02:00
committed by GitHub
parent 2303cb2d59
commit 0a89d9be97
18 changed files with 1622 additions and 868 deletions

View File

@@ -34,7 +34,8 @@ Allows one or more users to be selected (with auto-suggestion) based on the inpu
| required | `boolean` | false | Mark this field as required |
| roles | `string[]` | | Role names of the users to be listed. |
| searchUserCtrl | `FormControl<any>` | | FormControl to search the user |
| title | `string` | | Placeholder translation key |
| title | `string` | | Label translation key |
| placeholder | `string` | | Placeholder for the input field |
| hideInputOnSingleSelection | `boolean` | false | Hide the input field when a user is selected in single selection mode. The input will be shown again when the user is removed using the icon on the chip. |
| formFieldAppearance | [`MatFormFieldAppearance`](https://material.angular.io/components/form-field/api#MatFormFieldAppearance) | "fill" | Material form field appearance (fill / outline). |
| formFieldSubscriptSizing | [`SubscriptSizing`](https://material.angular.io/components/form-field/api#SubscriptSizing) | "fixed" | Material form field subscript sizing (fixed / dynamic). |