mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
* 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
12 lines
519 B
SCSS
12 lines
519 B
SCSS
@import './components/people-search/people-search.component';
|
|
@import './components/people-search-field/people-search-field.component';
|
|
@import './components/people/people.component';
|
|
@import './components/people-selector/people-selector.component';
|
|
|
|
@mixin adf-people-module-theme($theme) {
|
|
@include adf-task-list-people-selector-theme($theme);
|
|
@include adf-task-list-people-search-theme($theme);
|
|
@include adf-task-list-people-search-field-theme($theme);
|
|
@include adf-task-list-people-theme($theme);
|
|
}
|