mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-1532] Assignee typeahead in start task form (#2839)
* people module directory restructuring * Extract PeopleSearchFieldComponent to reuse most part of it * Transform PeopleSearchFieldComponent to the form we want to reuse * People selector component, first try * Remove material grid from start-task.component, first part * Styling and i18n * clear button for deleting the selected assignee * Remove people preloading, remove combobox and update assigneeId * Fix existing tests * Add new tests * Final css fixes
This commit is contained in:
committed by
Eugenio Romano
parent
74cd0fab33
commit
9bd18c9770
@@ -15,6 +15,13 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
export * from './people.component';
|
||||
export * from './people-list.component';
|
||||
export * from './people-search.component';
|
||||
export * from './components/people/people.component';
|
||||
export * from './components/people-list/people-list.component';
|
||||
export * from './components/people-search/people-search.component';
|
||||
export * from './components/people-search-field/people-search-field.component';
|
||||
export * from './components/people-selector/people-selector.component';
|
||||
|
||||
export * from './interfaces/perform-search-callback.interface';
|
||||
|
||||
export * from './directives/people-search-action-label.directive';
|
||||
export * from './directives/people-search-title.directive';
|
||||
|
Reference in New Issue
Block a user