argos/dmp-frontend/src/app/core/services
Konstantina Galouni 193e7410a8 Added rich text area field type for response in dataset > chapter > section > questions.
1. dataset-profile.module.ts: Added in declarations "DatasetProfileEditorRichTextAreaFieldComponent".
2. dataset-profile-editor-composite-field.component.html: Added RichTextArea as input field type for response to a question.
3. dataset-profile-editor-composite-field.component.ts: In method "addNewInput()" added case for RichTextArea.
4. dataset-profile-field-view-style.ts & view-style-enum.ts: Added RichTextArea.
5. field-data.ts: Added interface RichTextAreaFieldData.
6. enum-utils.service.ts: In methods "toDatasetProfileFieldViewStyleString()" and "toDatasetProfileViewTypeString()" added cases for RichTextArea
7. field-editor-model.ts: Added richTextarea.
8. component-profile-editor-default-value.component.html: Added <mat-form-field> for RichTextArea (how rich text area is initialized when this type is selected as response).
9. dataset-profile-editor-field.component.html: Added <mat-option> for RichTextArea (to select it) and <app-dataset-profile-editor-rich-text-area-field-component> (to show it).
10. dataset-profile-editor-field.component.ts: Added RichTextArea case everywhere.
11. dataset-wizard.component.ts & dmp-editor.component.ts: In method "_getPlaceHolder()" added case for richTextarea.
12. dataset-description-form.module.ts: Imported RichTextEditorModule.
13. form-field.component.html: Added RichTextArea case with <rich-text-editor-component>.
14. assets/i18n/: Added DATASET-PROFILE-EDITOR.STEPS.FORM.FIELD.FIELDS.FIELD-RICH-TEXT-AREA-TITLE, DATASET-PROFILE-EDITOR.STEPS.FORM.FIELD.FIELDS.FIELD-RICH-TEXT-AREA-PLACEHOLDER and DMP-EDITOR.TYPES.DATASET-PROFILE-FIELD-VIEW-STYLE.RICH-TEXT-AREA.
15. field-data/rich-text-area-field-data-editor-model.ts & field-type/rich-textarea/: [NEW] Files for Rich Text Area field type.
2021-11-01 15:30:21 +02:00
..
auth Cookies Consent Lax Fix 2021-03-18 14:48:58 +02:00
configuration added matomo integration 2020-12-10 15:29:24 +02:00
contact-support Replace the usage of environment.ts with config.json (not too stable) (ref #251) 2020-03-26 18:44:12 +02:00
culture culture service workaround 2021-05-19 14:22:03 +03:00
currency Add currency field type for dataset templates 2020-06-25 13:00:29 +03:00
dashboard Fixes bug on load more both dmps and datasets 2020-07-22 10:36:29 +03:00
dataset DMP Overview. Provide user feedback of invalid datasets on finalize. Prevent user from submitting invalid Datasets. 2021-05-10 15:51:10 +03:00
dataset-profile Add dataset from dmp editor 1st commit 2020-09-04 19:27:41 +03:00
dataset-wizard on dataset save remain at the same position 2020-11-02 18:08:25 +02:00
dmp Fixed issues with elastic and last public version 2020-10-12 12:45:32 +03:00
email-confirmation Replace the usage of environment.ts with config.json (not too stable) (ref #251) 2020-03-26 18:44:12 +02:00
external-sources Unique identifiers(in references) on on researchers, organisations, funders, grants, projects (frontend) ( !! Needs configurationw with backend ). Backend error messages translate to PT. 2021-04-30 10:57:13 +03:00
funder Replace the usage of environment.ts with config.json (not too stable) (ref #251) 2020-03-26 18:44:12 +02:00
grant Replace the usage of environment.ts with config.json (not too stable) (ref #251) 2020-03-26 18:44:12 +02:00
help-content Replace the usage of environment.ts with config.json (not too stable) (ref #251) 2020-03-26 18:44:12 +02:00
http angular update to version 8 2019-09-23 11:17:03 +03:00
language Replace the usage of environment.ts with config.json (not too stable) (ref #251) 2020-03-26 18:44:12 +02:00
lock Improve self deployment 2020-04-27 16:21:03 +03:00
logging Replace the usage of environment.ts with config.json (not too stable) (ref #251) 2020-03-26 18:44:12 +02:00
matomo analytics fix 2020-12-14 16:27:07 +02:00
merge-email-confirmation Add user merge related services and updates on existing services on the frontend 2020-10-26 10:36:20 +02:00
notification ui resrtucturing 2019-01-18 19:03:45 +02:00
organisation upgrade to Angular 12 2021-09-24 21:52:14 +03:00
progress-indication ui resrtucturing 2019-01-18 19:03:45 +02:00
project Replace the usage of environment.ts with config.json (not too stable) (ref #251) 2020-03-26 18:44:12 +02:00
quick-wizard Replace the usage of environment.ts with config.json (not too stable) (ref #251) 2020-03-26 18:44:12 +02:00
search-bar Replace the usage of environment.ts with config.json (not too stable) (ref #251) 2020-03-26 18:44:12 +02:00
sidenav Dataset Profile Editor. Ui fixes. Minimizing ng-deep leaks. Sidenav service. Side nav folds when create-edit template. 2021-03-05 11:05:09 +02:00
timezone ui resrtucturing 2019-01-18 19:03:45 +02:00
user Add option to add or remove users from Dataset Templates 2021-04-07 19:03:22 +03:00
user-guide Make user guide multilingual 2020-12-10 11:34:01 +02:00
utilities Added rich text area field type for response in dataset > chapter > section > questions. 2021-11-01 15:30:21 +02:00