argos/dmp-frontend/src/app/ui/misc/dataset-description-form
Konstantina Galouni 198061aeaa Description boxes in admin forms replaced with rich text editor <angular-editor>.
1. dataset-profile-editor-composite-field.component.ts & dataset-profile-editor-section.component.ts & dataset-profile-editor.component.ts: Initialize AngularEditorConfig.
2. dataset-profile-editor-composite-field.component.html & dataset-profile-editor-section.component.html & dataset-profile-editor.component.html: Use <angular-editor> in description.
3. multiple-auto-complete.component.html & dataset-profile-listing.component.html & form-section.component.html: Show description as html.
4. dataset-profile.module.ts: Imported HttpClientModule, AngularEditorModule (needed for <angular-editor>).
5. available-profiles.component.html: Show description as html, under the Dataset Template title, not as tooltip (matTooltip does not receive html).
6. available-profiles.component.ts: Added styleUrls: ['available-profiles.component.scss'].
7. available-profiles.component.scss: [NEW] Added css for class "list-option" to cut description if too long.
8. form-composite-title.component.html: Show description and extendedDescription as html | Add view more/less functionality to show/hide extendedDescription.
9. form-composite-title.component.ts: Added "public showExtendedDescription: boolean = false;" field.
10. form-composite-title.component.scss: Added css for "more" class, to make "view more/less" seem like link.
11. assets/i18n/: In language files added DATASET-EDITOR.QUESTION.EXTENDED-DESCRIPTION.VIEW-MORE (-LESS).
12. assets/styles.css: Added css for <angular-editor>, to be similar to the other text areas and forms.
2021-10-12 18:14:22 +03:00
..
components Description boxes in admin forms replaced with rich text editor <angular-editor>. 2021-10-12 18:14:22 +03:00
form-focus upgrade to Angular 12 2021-09-24 21:52:14 +03:00
helpers/dynamic-form-pending-questions changes for angular aot build 2019-02-15 12:27:47 +02:00
mark-for-consideration ui resrtucturing 2019-01-18 19:03:45 +02:00
tableOfContents changes for angular aot build 2019-02-15 12:27:47 +02:00
tableOfContentsMaterial upgrade to Angular 12 2021-09-24 21:52:14 +03:00
visibility-rules Visibility Rules fix 2021-10-06 16:32:06 +03:00
dataset-description-form.component.html New seperate dataset editor (1st commit) 2020-09-16 18:19:29 +03:00
dataset-description-form.component.scss New seperate dataset editor (1st commit) 2020-09-16 18:19:29 +03:00
dataset-description-form.component.ts upgrade to Angular 12 2021-09-24 21:52:14 +03:00
dataset-description-form.model.ts Fix issue with unordered multiplicity fields 2021-09-27 18:11:55 +03:00
dataset-description-form.module.ts Dataset Profile Editor. Remove validate button. Toolbar next to fieldset.Update icons (most of them). Update texts(Quetions, sections and chapters). Add delete option on template listing. Preview Fieldset instead of each field(Enables multiplicity preview). 2021-03-29 18:42:55 +03:00
dataset-description.component.html User Dataset Editor. Pages/ Sections/Fieldsets that have all inputs hidden, are hidden as well (Both on template and table of contents). 2021-04-12 19:08:09 +03:00
dataset-description.component.scss Removes stepper from dataset description form 2020-09-23 10:21:26 +03:00
dataset-description.component.ts upgrade to Angular 12 2021-09-24 21:52:14 +03:00