argos/dmp-frontend/src/app/ui/dmp/editor
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
..
add-organization DMP Editor. Organizations identifier query params patch. 2021-04-30 16:14:13 +03:00
add-researcher Pt language updates. 2021-07-06 09:37:41 +03:00
available-profiles Description boxes in admin forms replaced with rich text editor <angular-editor>. 2021-10-12 18:14:22 +03:00
cost-editor Update the cost listing (near finalization) and fix some issues while loading costs from the backend 2020-07-02 17:06:47 +03:00
dataset-editor-details upgrade to Angular 12 2021-09-24 21:52:14 +03:00
dataset-info Prevent the selection of an already selected dataset Templates 2021-10-13 16:10:56 +03:00
datasets-tab Create new Dataset - using pop up 2020-09-18 14:14:48 +03:00
dmp-finalize-dialog DMP Overview. Provide user feedback of invalid datasets on finalize. Prevent user from submitting invalid Datasets. 2021-05-10 15:51:10 +03:00
dynamic-field-resolver Adds restrictions on DMP edit view when user not creator. 2019-12-19 15:48:24 +02:00
dynamic-fields-grant Renames "Project" to "Grant on frontend. (Issue #145) 2019-08-01 10:54:40 +03:00
funding-info Grant search fix. 2021-06-14 01:46:29 +03:00
general-tab Make DMP language Mandatory and set default language to English 2021-10-29 15:08:58 +03:00
grant-tab 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
license-info upgrade to Angular 12 2021-09-24 21:52:14 +03:00
main-info Created common component for rich text editor configuration & added rich text for dmp and dataset description. 2021-11-01 14:45:02 +02:00
people-tab Removes auto open of autocomplete panel on invitation dialog open, replace 'invite collaborators" with "invite 2020-10-29 11:44:17 +02:00
dmp-editor.component.html UI fixes and bug fixes 2021-06-17 12:25:46 +03:00
dmp-editor.component.scss Fixed various styling issues 2020-11-10 16:53:48 +02:00
dmp-editor.component.ts Added rich text area field type for response in dataset > chapter > section > questions. 2021-11-01 15:30:21 +02:00
dmp-editor.model.ts upgrade to Angular 12 2021-09-24 21:52:14 +03:00