Commit Graph
1682 Commits
Author SHA1 Message Date
Mykyta Maliarchuk 2b79f18d79 [ACS-10247] a11y fix: SR announces Start/End Date fields incorrectly in date popup (#11592)
* [ACS-10247] a11y fix: SR announces Start/End Date fields incorrectly in date popup

* fix
2026-01-28 14:48:53 +01:00
Michal KinasandEhsan Rezaei 1028df91da [ACS-7768] ADF Form fields cleanup (#11484)
* [ACS-7768] ADF Form fields cleanup

* [ACS-7768] CR fixes

* [ACS-7768] Bring back label condition

* ACS-7768 Fixing storybook build

* [ACS-7768] Fix rebase issues

---------

Co-authored-by: Ehsan Rezaei <ehsan.rezaei@hyland.com>
2026-01-27 08:10:15 +01:00
Dominik Iwanek 1c59b2fb15 [ACS-10307] SR: Personal files: No confirmation announced when creating new folder or document (#11549) 2026-01-26 13:32:48 +01:00
Michal Kinas 198e18bef5 [ACS-10239] Add aria hidden to visual separators (#11572) 2026-01-26 10:51:40 +01:00
Michal Kinas 1022e1e51f [ACS-10276] Add proper title and aria label to chip remove button (#11569) 2026-01-26 10:51:30 +01:00
Denys Vuika e78da9dea0 ACS-8395: remove old and unused search picker components (#11573) 2026-01-23 14:52:02 +00:00
Denys Vuika 5c536079c9 Refactor alfresco-viewer component tests to use [adf-icon] directive for icons (#11565) 2026-01-22 13:25:55 +00:00
Anton Ramanovich c81a64be79 [ACS-10206]: setting haspopup after init (#11475)
* [ACS-10206]: setting haspopup after init

* [ACS-10206]: sonarQube fixes

* [ACS-10206]: sonarQube fixes

* [ACS-10206]: sonarQube fixes

* [ACS-10206]: cleanup

* [ACS-10206]: revert
2026-01-22 07:24:55 +01:00
Diogo Bastos d838d93abc AAE-41496 Deprecate icon component (#11550)
* AAE-41496 Deprecate icon component

* AAE-41496 Improve template

* AAE-41496 Fix tests
2026-01-21 11:34:54 +00:00
Denys Vuika 4200f9abce AAE-40748 Bug fixes for translation and storage services (#11551)
* AAE-40748 Various i18n and storage bug fixes

* refactor: update NoopTranslateModule to use provideHttpClient and provideHttpClientTesting

Replaced HttpClientTestingModule with provideHttpClient and provideHttpClientTesting for improved dependency injection in the NoopTranslateModule.

* refactor: update FileUploadErrorPipe tests to use TestBed for dependency injection

Replaced direct instantiation of FileUploadErrorPipe with TestBed configuration, utilizing NoopTranslateModule for improved testing practices.

* test: enhance StorageService and UserPreferencesService tests for improved initialization logic

Added tests for UserPreferencesService to verify locale and pagination initialization from storage and config. Updated StorageService tests to restore original localStorage after each test for better isolation.

* refactor: simplify TranslationService by removing direct StorageService dependency
2026-01-21 08:02:54 +00:00
AleksanderSklorz 50913dd4e4 [ACS-10335] Corrected screen reader reading for between group in search date range component (#11534) 2026-01-16 11:31:03 +01:00
Michal Kinas 219f52a361 [ACS-6821] Adjust the search filter icon in document list (#11528)
* [ACS-6821] Adjust the search filter icon in document list

* [ACS-6821] Sonarqube fix

* [ACS-6821] CR fix
2026-01-16 10:54:14 +01:00
Denys Vuika 17f9b3eeba ACS-8224 Make Multi Value Pipe internal (#11530) 2026-01-15 12:25:49 +00:00
Anton Ramanovich e01cd40b1f [ACS-10205]: Extends DataTableAdapter interface to handle focus for accessibility (#11506)
* [ACS-10205]: updates base DataTableAdapter class with optional props

* [ACS-10205]: updates ShareDataTableAdapter with new props for focus handling

* [ACS-10205]: bind new focus props to template

* [ACS-10205]: uts update

* [ACS-10205]: uts refactor

* [ACS-10205]: fixes circullar deps
2026-01-14 12:43:29 +01:00
Denys Vuika 716ce228ce ACS-8772: Migrate node tooltip to Angular signals (#11498) 2026-01-13 14:04:04 +00:00
Denys Vuika 572231bf49 AAE-41225 update typescript target to es2022 and fix FormService propagation (#11508)
* update targets

* update targets

* fixed FormService propagation [ci:force]

* fixed FormService propagation [ci:force]
2026-01-13 08:47:07 +00:00
AleksanderSklorz 0c3cdaa006 [ACS-10335] Grouped input controls with radio buttons for search date range component (#11507)
* [ACS-10335] Grouped input controls with radio buttons for search date range component

* [ACS-10335] Change role group to fieldset element
2026-01-13 09:41:00 +01:00
Anton Ramanovich d6aaede8d8 [MNT-25408]: improves facet resetting flow (#11485)
* [MNT-25408]: improves facet resetting flow

* [MNT-25408]: uts refactor
2026-01-12 07:23:41 +01:00
Wojciech Duda 5f9de1fde8 AAE-40269 Add storybook v10 (#11401) 2026-01-09 18:17:43 +00:00
dominikiwanekhyland c64c6e4f7e [ACS-10242] - Personal files: Filter by Size popup announces entire c… (#11468) 2026-01-09 10:40:58 +01:00
Diogo Bastos d93d963a8d AAE-41024 Add adf-icon to content-services lib (#11496)
* AAE-41024 Add adf-icon to content-services lib

* AAE-41024 Fix attribute
2026-01-05 11:35:10 +00:00
Denys Vuika b13ae23173 ACS-10914 Remove unused allowable operation directive (#11476) 2026-01-05 09:01:30 +00:00
Denys Vuika 744bb671f1 ACS-10908 Cleanup unit test configuration for Content (#11470) 2025-12-18 15:07:51 +00:00
Anton Ramanovich 21d6818de5 ACS-10083 Fixes filters behavior with queryParams (#11426)
* [ACS-10083]: aadds populateFilters value safe check

* [ACS-10083]: introduces property to postpone document-list data load

* [ACS-10083]: migrates to using category id as a key instead of column key

* [ACS-10083]: excludes excessive Search API calls

* [ACS-10083]: updates user query setting

* [ACS-10083]: sonar qube fix

* [ACS-10083]: tests refactor

* [ACS-10083]: fixes tests

* [ACS-10083]: restores isFilterServiceActive prop initializer
2025-12-16 11:02:05 +01:00
Denys Vuika 062b8060bc ACS-7461 Remove ADF_DOCUMENT_PARENT_COMPONENT token (#11372) 2025-12-15 13:42:21 +00:00
Mykyta Maliarchuk 7dddbf7d91 [ACS-10232][ACS-10326] Fix focus trap for search filters (#11447)
* [ACS-10232][ACS-10326] Fix focus trap for search filters

* sonar issue fix
2025-12-12 09:52:30 +01:00
Anton Ramanovich 8fa3e6acdf [MNT-25408]: updates changing search config logic; exposes stream for active filters (#11386)
* [MNT-25408]: fixes execution sequence

* [MNT-25408]: adds getter

* [MNT-25408]: reverts getter for property access proxy

* [MNT-25408]: adds tests

* [MNT-25408]: minor fixes

* [MNT-25408]: minor fixes
2025-12-09 09:57:55 +01:00
Wojciech Duda 6567c02220 AAE-40269 Cleanup deprecated global sass mixins (#11420) 2025-12-08 16:00:48 +01:00
Michal Kinas 9717a88818 [ACS-10226] Improve color contrast for better accessibility (#11429) 2025-12-08 15:52:21 +01:00
Michal Kinas 58591c67dc [ACS-10835] Add new param for recent filters in custom resources services (#11428)
* [ACS-10835] Add new param for recent filters in custom resources services

* [ACS-10835] CR fixes
2025-12-08 15:51:31 +01:00
Alfresco BuildandCrowdin Bot 3255bf675c New Crowdin translations by GitHub Action (#11425)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-12-08 12:46:07 +00:00
Michal Kinas e6fe929b02 [ACS-10260] Add required format to search date range (#11423) 2025-12-03 10:37:14 +01:00
Alfresco BuildandCrowdin Bot dc92a9551e New Crowdin translations by GitHub Action (#11417)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-12-02 13:09:46 +00:00
Alfresco BuildandCrowdin Bot 150e073952 New Crowdin translations by GitHub Action (#11413)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-12-01 09:40:16 +00:00
Michal Kinas f317374a2e [ACS-10306] Proper alt for user or group icons (#11403)
* [ACS-10306] Proper alt for user or group icons

* [ACS-10306] CR fix
2025-11-28 13:58:32 +01:00
Alfresco BuildandCrowdin Bot 44a6a02ce3 New Crowdin translations by GitHub Action (#11384)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-11-25 14:24:25 +00:00
Michal Kinas 03f67c861f [ACS-10740] Adjust Karma and Jest config (#11365) 2025-11-20 14:24:22 +01:00
Denys Vuika 58a25fe19e AAE-40136 Migrate locale settings to signals (#11361) 2025-11-20 06:43:30 -05:00
Grzegorz Jaśkowski 9fd304b66d post release version bump (#11366) 2025-11-20 05:57:43 -05:00
Grzegorz Jaśkowski fbc647459f Release 8.2.1 (#11364)
* Release 8.2.1.

* Release 8.2.1.
2025-11-20 10:47:38 +01:00
Grzegorz Jaśkowski dec8fcfb91 Release 8.2.0 (#11352)
* Release 8.2.0

* Release 8.2.0

* Release 8.2.0

* Release 8.2.0
2025-11-18 15:31:06 +01:00
Michal Kinas 9af4b7a4b6 [MNT-25412] Chip autocomplete set input value when preselected options change (#11350) 2025-11-17 14:52:01 +01:00
Alfresco BuildandCrowdin Bot 2f4dad1636 New Crowdin translations by GitHub Action (#11344)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-11-14 11:26:37 +00:00
Michal Kinas c2f4597309 [MNT-25412] Proper date filter clean up after reset event (#11317)
* [MNT-25412] Proper date filter clean up after reset event

* [MNT-25412] CR fixes

* [MNT-25412] Sonar issues fixed
2025-11-12 09:36:58 +01:00
Alfresco BuildandCrowdin Bot 54f20b7b6e New Crowdin translations by GitHub Action (#11251)
Co-authored-by: Crowdin Bot <support+bot@crowdin.com>
2025-11-10 08:04:20 -05:00
Mykyta Maliarchuk b61912e3eb [ACS-10300] a11y Fix: visible and accessible Group label is missing (#11330)
* [ACS-10300] a11y Fix: visible and accessible Group label is missing for the radio group

* [10300-a11y] sonar fix
2025-11-07 14:28:21 +01:00
Grzegorz Jaśkowski 38d98200a6 [ACS-10196] other a11y all libraries error message not provided for name and library id fields (#11311)
* [ACS-10196] error message for required fields, unit test coverage, refactor deprecated code

* [ACS-10196] use constructor instead of assertion

* [ACS-10196] fix sonar errors

* [ACS-10196] fix sonar errors

* [ACS-10196] code review fixes

* [ACS-10196] fix after setting autofocus to false
2025-11-07 09:05:55 +01:00
Anton Ramanovich c2add07426 [ACS-9166]: Recreating PR changes for support legacy config based saved searches (#11329) 2025-11-06 07:18:39 +01:00
Anton Ramanovich e85a27e05b Revert "[ACS-10083] Filter not behaving correctly in file and site (#… (#11327)
* Revert "[ACS-10083] Filter not behaving correctly in file and site (#11237)"

This reverts commit 5016eff847.

* [ACS-10083]: fixes sonarqube issue
2025-11-04 08:19:58 +01:00
dominikiwanekhyland 4acda3b09b [MNT-25413] ADW - First login after a clear cache does not show the s… (#11318) 2025-10-31 16:03:23 +01:00