argos/dmp-frontend/src/app
Konstantina Galouni de99784b5e In multiple and single autocomplete do not show "no results found" when user is typing | in multiple auto complete added parameter to check if "no results found" will be displayed | in multiple auto complete show full width for input & wrap title into multiple lines.
1. multiple-auto-complete.component.html:
   a. #7137: show full width for input ([matAutocompleteConnectedTo]="origin") | wrap title into multiple lines (added classes "title-subtitle-fn", "subtitle-fn", "subtitle-fn-inner" and updated classes "title-fn", "title-fn-inner").
   b. single-auto-complete.component.html: #7136: Show "No results found" when user is not typing and there are no results.
   c. added check to show this label according to "showNoResultsLabel" input parameter.
2. multiple-auto-complete.component.ts & single-auto-complete.component.ts:
   a. Added field "queryValue", input "showNoResultsLabel".
   b. increase "requestDelay" from 400 to 600ms.
3. multiple-auto-complete.component.scss: wrap title into multiple lines (added classes "title-subtitle-fn", "subtitle-fn", "subtitle-fn-inner" and updated classes "title-fn", "title-fn-inner").
4. dmp-invitation-dialog.component.html: In <app-multiple-auto-complete> added parameter [showNoResultsLabel]="false".
2021-11-09 14:14:19 +02:00
..
core Added rich text area field type for response in dataset > chapter > section > questions. 2021-11-01 15:30:21 +02:00
library In multiple and single autocomplete do not show "no results found" when user is typing | in multiple auto complete added parameter to check if "no results found" will be displayed | in multiple auto complete show full width for input & wrap title into multiple lines. 2021-11-09 14:14:19 +02:00
models Renames "Project" to "Grant on frontend. (Issue #145) 2019-08-01 10:54:40 +03:00
services Removes obsolete service "Language" from backend and frontend. 2019-09-06 13:00:01 +03:00
ui In multiple and single autocomplete do not show "no results found" when user is typing | in multiple auto complete added parameter to check if "no results found" will be displayed | in multiple auto complete show full width for input & wrap title into multiple lines. 2021-11-09 14:14:19 +02:00
utilities/enhancers upgrade to Angular 12 2021-09-24 21:52:14 +03:00
app-routing.module.ts upgrade to Angular 12 2021-09-24 21:52:14 +03:00
app.component.html User guide patch. Sorting available profiles in dmp editor. Portuguese on guide tour. 2021-04-07 19:19:22 +03:00
app.component.scss Fixed various styling issues 2020-11-10 16:53:48 +02:00
app.component.ts upgrade to Angular 12 2021-09-24 21:52:14 +03:00
app.module.ts upgrade to Angular 12 2021-09-24 21:52:14 +03:00