argos/dmp-frontend/src/app/ui/admin/dataset-profile/admin/field-data
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
..
auto-complete-field-data-editor-model.ts Add support for multiple sources on dataset autocomplete templates 2020-05-25 17:14:42 +03:00
auto-complete-single-data.ts Dataset Profile Editor. Move validators from tempate to models. (Fixing issue of form classified as valid when not all formcontrols are rendered.) 2021-03-27 19:52:53 +02:00
boolean-decision-field-data-editor-model.ts Adds basic edit on finalized Dataset profiles. (Ticket #72) 2019-04-16 13:49:09 +03:00
check-box-field-data-editor-model.ts Adds basic edit on finalized Dataset profiles. (Ticket #72) 2019-04-16 13:49:09 +03:00
currency-data-editor-models.ts Add currency field type for dataset templates 2020-06-25 13:00:29 +03:00
data-repositories-data-editor-models.ts Add option to make static dataset profile fields with autocomplete to have multiple values 2020-12-09 17:51:30 +02:00
dataset-identifier-data-editor-models.ts Add option to make static dataset profile fields with autocomplete to have multiple values 2020-12-09 17:51:30 +02:00
datasets-autocomplete-field-data-editor-mode.ts Add support for multiple sources on dataset autocomplete templates 2020-05-25 17:14:42 +03:00
date-picker-data-editor-models.ts Adds basic edit on finalized Dataset profiles. (Ticket #72) 2019-04-16 13:49:09 +03:00
dmps-autocomplete-field-data-editor-model.ts Adds new field on Dataset Template that link back to Open DMP entities (DMPs) (Issue #129). 2019-07-30 14:31:41 +03:00
external-datasets-data-editor-models.ts External Dataset type (newly added field). 2021-06-23 11:50:10 +03:00
field-data-editor-model.ts Adds basic edit on finalized Dataset profiles. (Ticket #72) 2019-04-16 13:49:09 +03:00
field-data-option-editor-model.ts Dataset Profile Editor: when "select" is created it appends as well an empy option. Recent edited activity "LoadMore" fix. Table of contents: selected entry updates. 2021-04-06 09:57:17 +03:00
free-text-field-data-editor-model.ts Adds basic edit on finalized Dataset profiles. (Ticket #72) 2019-04-16 13:49:09 +03:00
licenses-data-editor-models.ts #7326 - static APIs 2022-01-21 15:44:51 +02:00
organizations-data-editor-models.ts Dataset profile editor. Minor ui visibility fixes. Table of contents can slide. 2021-03-03 12:13:29 +02:00
publications-data-editor-models.ts #7326 - static APIs 2022-01-21 15:44:51 +02:00
radio-box-field-data-editor-model.ts Adds basic edit on finalized Dataset profiles. (Ticket #72) 2019-04-16 13:49:09 +03:00
registries-data-editor-models.ts Fix various issues with various template fields 2021-04-13 10:46:06 +03:00
researchers-auto-complete-field-data-editor-model.ts Adds new field on Dataset Template that link back to Open DMP entities (Dataset Descriptions) (Issue #129). 2019-07-30 13:35:06 +03:00
researchers-data-editor-models.ts Add option to make static dataset profile fields with autocomplete to have multiple values 2020-12-09 17:51:30 +02:00
rich-text-area-field-data-editor-model.ts Added rich text area field type for response in dataset > chapter > section > questions. 2021-11-01 15:30:21 +02:00
services-data-editor-models.ts Add option to make static dataset profile fields with autocomplete to have multiple values 2020-12-09 17:51:30 +02:00
tags-data-editor-models.ts Add option to make static dataset profile fields with autocomplete to have multiple values 2020-12-09 17:51:30 +02:00
taxonomies-data-editor-models.ts #7326 - static APIs 2022-01-21 15:44:51 +02:00
text-area-field-data-editor-model.ts Adds basic edit on finalized Dataset profiles. (Ticket #72) 2019-04-16 13:49:09 +03:00
upload-field-data-editor-model.ts #7528: [NEW] Upload files field type - frontend. 2022-03-16 13:00:03 +02:00
validation-data-editor-models.ts Initial commit for the new Dataset Template Field (identifier 2020-11-05 18:32:19 +02:00
word-list-field-data-editor-model.ts Allow wordlist combobox type to have multiple values 2020-09-10 18:04:14 +03:00