Konstantinos Triantafyllou
a45122565a
[develop | ADDED]: Add statsProfile in indicatorPath parameters and in form in order to override stakeholder's one.
2024-02-22 09:41:57 +02:00
Konstantinos Triantafyllou
552f1ed43a
[angular-16-irish-monitor]: Merge from develop
2023-11-16 11:47:50 +02:00
Konstantinos Triantafyllou
16b6a34d25
[angular-16-irish-monitor]: Fix input reset value on changes
2023-11-15 16:13:45 +02:00
Konstantinos Triantafyllou
dbbd7ec541
Input: Make error text-small
2023-10-12 13:10:02 +03:00
Konstantinos Triantafyllou
55a995a348
Input: Date add calendar in mobile dropdown
2023-08-29 10:53:51 +03:00
Konstantinos Triantafyllou
d9a8283630
Update to Uikit 3.16.24
2023-08-22 17:08:46 +03:00
Konstantinos Triantafyllou
056faac88f
Add mobile-dropown in dropdown-filter. Fix input autocomplete in mobile. Fix icon alignment in fundedBy. Add scroll to top in fs-modal and on change tab in landing mobile bar.
2023-07-26 11:49:50 +03:00
Konstantinos Triantafyllou
86ba54c7d0
Fix mobile-dropdown open-close. Fix input in mobile. Add mobile-dropdown in availableOn, fundedBy, showAuthors.
2023-07-25 19:09:09 +03:00
Konstantinos Triantafyllou
f7d8490e43
Stakeholder: Add projectUpdateDate. Input: Add date type.
2023-07-19 19:51:54 +03:00
Konstantinos Triantafyllou
2b7c5da3d7
Input: Add * for required fields with type array. Scroll to top in open of a modal.
2023-07-18 15:27:02 +03:00
Konstantinos Triantafyllou
55a0454330
Input: Fix errors when searchInput doesn't exists.
2023-07-14 18:27:16 +03:00
Konstantinos Triantafyllou
9760ebab2e
Create mobile-dropdown component and use it in Inputs. Change height to min-height in full-screen-modal and in cite-this.
2023-07-11 16:03:08 +03:00
Konstantinos Triantafyllou
76cb586ebd
Add foslabel in searchFiles only for beta, dev. Change eoscifguidelines to refine. Input fix double icon in select with many values.
2023-07-06 12:53:37 +03:00
Konstantina Galouni
a6dee41979
Merging 'develop' branch into explore-redesign.
2023-07-05 11:40:43 +03:00
Konstantinos Triantafyllou
aabd28d1f1
Fix disabled color for labels
2023-06-30 14:54:25 +03:00
Konstantinos Triantafyllou
0face4b57f
Fix an undefined error in searchInput of Input component. Add multi emails in invitation of manager and members and optimize subscriber invite.
2023-06-26 15:09:37 +03:00
Konstantinos Triantafyllou
53d3afefd1
Merge remote-tracking branch 'origin/develop' into explore-redesign
2023-05-16 11:12:28 +03:00
Konstantinos Triantafyllou
99492a2f08
Input: Fix arrow left-right on inputs with type != chips. Fix dirty status of from and to controls for year-range type.
2023-05-16 11:12:14 +03:00
Konstantinos Triantafyllou
123f355344
Input: Extend enter - before unfocus. Range-Filder: Add on enter method, in order to change year range on search.
2023-05-12 17:24:27 +03:00
Konstantinos Triantafyllou
389179540d
Merge remote-tracking branch 'origin/develop' into explore-redesign
2023-05-10 11:54:09 +03:00
Konstantinos Triantafyllou
6be478cacc
Add max-length=4 and text-center in inputs of year-range
2023-05-10 11:53:49 +03:00
Konstantina Galouni
128c03c671
Merged develop branch into explore-redesign
2023-05-09 19:04:06 +03:00
Konstantinos Triantafyllou
49f9bec70d
Add year range in types of input component
2023-05-09 15:38:37 +03:00
Konstantinos Triantafyllou
65415d0146
Remove text transform from chips in input
2023-04-20 14:53:40 +03:00
Konstantina Galouni
e1b5f4a46d
Library | explore-redesign: Merging develop branch into explore-redesign
2023-04-06 12:06:12 +03:00
Konstantinos Triantafyllou
d2543181e7
1. Input: Change default class to flat. 2. Monify icon in sidebar-mobile-toggle. 3. Align mobile sidebar items base on main menu.
2023-03-22 17:54:54 +02:00
Konstantinos Triantafyllou
cdd59b68ab
Claims: Fix color of icon in cards. Input: Add noWrap for chips in order to show them in a row. Add extendEnter Input in order to extend enter event.
2023-03-10 17:13:33 +02:00
Konstantinos Triantafyllou
1d2a0effa8
Input: Show static placeholder in case of autocomplete. Update validators of form control when input validators is changed
2023-03-07 12:26:26 +02:00
Konstantinos Triantafyllou
4a03065dbd
Input component: Delete depracated inputs, add visibleChips limit, add separators for chips and style note with italic
2023-03-06 13:18:16 +02:00
Konstantinos Triantafyllou
fc9e77b887
[Library | explore-redesign]: Fixes on FoS and SDGs suggest modal (checked existing subjects, added loading) - In FoS fixed scrolling, search and final response of selected fields.
...
1. composer.ts & resultLanding.component.ts: Removed "and Technology" from "Fields of Science" typename.
2. resultLanding.component.html: Bind (suggestClicked) to <fos> instead of (feedbackClicked).
3. input.component.ts: [Bug fix] Added check in "filter()" method if option.label.
4. sdg-selection.component.ts: [Bug fix] Set this.loading = false; inside subscribe.
5. fos.component.ts: In title, updated FOS to FoS.
6. sdg-fos-suggest.module.ts: Imported LoadingModule.
7. sdg-fos-suggest.component.ts: Show loading when sending email | Do not initialize <sdg-selection> and <fos-selection> before subjects have value (this way inputs of existing fos/sdgs are checked).
8. fos-selection.component.ts:
a. Added @Input() inModal: boolean = false; to set activeSection, when inModal, instead of navigating with fragment.
b. [Bug fix] Set this.loading = false; inside subscribe.
c. Call this.setObserver(); both in ngOnInit and when keyword changes.
d. Updated threshold of observer from 0.25 to 0.1 (large FoS categories were never triggered on scrolling, because less than 25% of their content was visible).
e. Updated fosOptions to Map<string, boolean> to track easily checked inputs and updated getSelectedSubjects() accordingly.
9. fos-selection.component.html: In search-input of keyword no options are needed | Updated ngModel of checkbox inputs.
10. cache-interceptor.service.ts: Added check if (!properties.useLongCache) to skip cache.
2023-02-21 02:47:23 +02:00
Konstantinos Triantafyllou
a2af95098b
Add password boolean in Input component
2023-01-05 10:53:08 +02:00
Konstantinos Triantafyllou
92b823a1ed
Fix input tooltip when value is undefined and a placeholder or hint should be shown
2022-12-16 17:19:53 +02:00
Konstantina Galouni
cea34c6bba
Merge remote-tracking branch 'origin/master' into angular-14
2022-10-20 17:27:35 +03:00
Konstantina Galouni
8a8f3df278
[Library]: input.component.ts: Added in tooltip, placeholder when no value.
2022-10-18 15:43:18 +03:00
Konstantinos Triantafyllou
a31605e9d5
Update angular core and cli to version 14
2022-09-23 13:25:08 +03:00
Alex Martzios
f77cfb48f9
remove SharedModule and use library's instead
2022-08-29 14:04:20 +03:00
Konstantinos Triantafyllou
460cbdfc9a
Revert special item with previous style. Add type managers and members in notification form
2022-08-05 14:59:08 +03:00
Alex Martzios
c8d27f6b57
update tooltip for research products in search
2022-08-02 16:49:09 +03:00
Alex Martzios
aaf8c50c68
Search - add tooltip for research products
2022-07-29 12:24:15 +03:00
Konstantinos Triantafyllou
f08c63d384
Input: Add placeholder class in static placeholder in select
2022-07-04 21:43:50 +03:00
Konstantinos Triantafyllou
721a8c6a09
Add mining icon. Add method to get Affiliations in affiliations service. Remove cancel emit from ok button in full modal
2022-07-04 21:38:27 +03:00
Konstantinos Triantafyllou
a738d3bb49
Sidebar: Remove active element. Pages, entities, portals, classes: Fix grid padding. Display-claims: disable search and dropdown-filter.
2022-07-02 14:43:18 +03:00
Konstantinos Triantafyllou
9b5607fbd0
Notify form: Open dropdown on empty. Delele unsused mailPrefsComponent. Finish UI of subscribers and invite subscriber. Fix an input bug in case of adding chip with enter key
2022-06-28 21:13:40 +03:00
Konstantinos Triantafyllou
2ba6777d97
Input: Change options breakpoint to 6
2022-06-20 13:11:21 +03:00
Konstantinos Triantafyllou
4ed89bac13
Sidebar: Add uk-nav-default class in uk-nav. Pagination: Change ratio of icons. Theme preview: Add some missing components
2022-06-16 17:54:50 +03:00
Konstantinos Triantafyllou
05172dad18
Input component: Add searchanle input and add it in advanced search form and linking
2022-06-09 16:21:43 +03:00
Konstantinos Triantafyllou
56d42bcd71
Search input: on reset focus input and on enter select option then search. Input: If autocomplete_soft is selected then do notselect item from the list by default and close dropdown on enter.
2022-06-09 15:25:24 +03:00
Konstantinos Triantafyllou
ea324bfbef
Add no value selected in input.
2022-06-08 14:19:40 +03:00
Konstantinos Triantafyllou
f3af762dab
Input: Fix tooltip in chips and autocomplete. Fix a bug in notify-form with 0 padding
2022-06-06 17:16:51 +03:00
Konstantinos Triantafyllou
d211dbbb7d
Change tooltip position for options
2022-06-06 16:34:46 +03:00