argos/dmp-frontend/src/app/ui/misc/dataset-description-form
Konstantina Galouni 9ab9e6abc9 #7528: [NEW] Upload files field type - frontend.
1. dataset-profile-field-view-style.ts: Include "upload" field type.
2. field-data.ts: Export interface UploadFieldData.
3. config.json: Added new property "maxFileSizeInMB":10.
4. configuration.service.ts: Added _maxFileSizeInMB field and getter for it.
5. enum-utils.service.ts: Added cases for upload and table (not ready, to be added) field types.
6. rich-text-editor.module.ts: [Bug fix] Removed import of HttpClientModule (this is imported only once in order to work with interceptor).
7. field-editor-model.ts & dataset-profile-editor.component.ts: Added case and validators for "upload" field type.
8. dataset-profile.module.ts: Imports for upload.
9.dataset-profile-editor-composite-field.component & dataset-profile-editor-field.component: Added button for upload.
10. form-field.component: Added functionality for uploading and downloading files.
11. dataset-description-form.module.ts: Added "FileService" provider and import of "NgxDropzoneModule".
12. en.json: New literals for upload and table (to be added in other language files too).
13. New files for upload field type: file.service.ts, upload-field-data-editor-model.ts, dataset-profile-editor-upload-field.component.html, dataset-profile-editor-upload-field.component.ts, dataset-profile-editor-upload-field.component.scss
2022-03-16 13:00:03 +02:00
..
components #7528: [NEW] Upload files field type - frontend. 2022-03-16 13:00:03 +02: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 #501 bug fix 2022-02-04 15:31:19 +02: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 Add URL Validator type in validators. Free Text can have URL validator. 2022-02-08 14:31:36 +02:00
dataset-description-form.module.ts #7528: [NEW] Upload files field type - frontend. 2022-03-16 13:00:03 +02:00
dataset-description.component.html In Dataset Template selection cut description when templates are displayed in list and show description (instead of DMP-EDITOR.DATASET-DESCRIPTION.INTRO) in template preview. 2021-11-02 16:50:43 +02:00
dataset-description.component.scss Removes stepper from dataset description form 2020-09-23 10:21:26 +03:00
dataset-description.component.ts In Dataset Template selection cut description when templates are displayed in list and show description (instead of DMP-EDITOR.DATASET-DESCRIPTION.INTRO) in template preview. 2021-11-02 16:50:43 +02:00