argos/dmp-frontend/src
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
..
app 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
assets Added rich text area field type for response in dataset > chapter > section > questions. 2021-11-01 15:30:21 +02:00
common upgrade to Angular 12 2021-09-24 21:52:14 +03:00
environments Add User Guide Editor (ref #239) 2020-02-13 18:15:34 +02:00
favicon.ico Changes favicon 2020-10-16 10:22:37 +03:00
favicon_v1.ico Adds new logo icon - ARGOS 2019-09-17 13:55:18 +03:00
favicon_v2.ico Changes favicon 2020-10-16 10:22:37 +03:00
index.html upgrade to Angular 12 2021-09-24 21:52:14 +03:00
main.ts Initial import of DMP project modules. 2017-09-14 13:43:44 +03:00
polyfills.ts upgrade to Angular 12 2021-09-24 21:52:14 +03:00
styles.scss Use <rich-text-editor-component> when html editor is needed - replace in dataset template descriprion, section & question descriptions. 2021-11-01 15:10:00 +02:00
tsconfig.app.json upgrade to Angular 12 2021-09-24 21:52:14 +03:00
tsconfig.spec.json angular update to version 8 2019-09-23 11:17:03 +03:00