Commit Graph
2637 Commits
Author SHA1 Message Date
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
Tomek Hanaj 2ebe4ccfb0 AAE-39923 Placeholder transformed with currency based on locale (#11342)
* [AAE-39923] placeholder transformed with currency based on locale

* [AAE-39923] applied pr comments
2025-11-18 12:05:16 +01:00
Diogo Bastos a748541ca0 AAE-39988 Fix dropdown conditional functionality (#11343)
* AAE-39988 Fix dropdown conditional functionality

* AAE-39988 Add form-field-rule handler
2025-11-17 12:50:44 +00:00
Diogo Bastos ac3c30480b AAE-39949 Fix error while deleting empty row in repeatable section (#11346) 2025-11-17 09:49:28 +00:00
Michal Kinas 002c5b4bf7 [MNT-25423] Prevent minimizing menu again when previous and current route contain minimize URL (#11345)
* [MNT-25423] Prevent minimizing menu again when previous and current route contain minimize URL

* [MNT-25423] Remove unnecessary spy
2025-11-14 16:14:38 +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
dominikiwanekhyland d298d92214 [ACS-10592] Remove 'secret' field from OAUTH config across ADF/ACA/ADW (#11332) 2025-11-14 08:31:31 +01:00
Tomek Hanaj c2c3bff7bb [AAE-39926] added missing locale param (#11341) 2025-11-12 16:43:11 +01:00
Diogo Bastos 0d670dd333 AAE-27107 Improve repeatable section widget (#11336)
* AAE-27107 Improve logic

* AAE-27107 Add tests

* AAE-27107 Fix logic

* AAE-27107 Fix test

* AAE-27107 Fix updateForm logic
2025-11-11 10:09:03 +00: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 d85a261720 [ACS-10199] Add visible focus to the details tabs (#11335) 2025-11-07 14:52:39 +01:00
Mykyta Maliarchuk ea58a5d794 [ACS-10310] Fix a11y - Screen reader announces column header as undefined (#11328) 2025-11-07 14:28:08 +01:00
Joshua Cain e11aa6ddf3 AAE-38748 Fix ComputeTitle undefined error in upstream (#11334)
* fix: undefined error in computeTitle
2025-11-07 07:40:15 -05:00
AleksanderSklorz 61e1395bfa [ACS-10263] sr personal files mark all as read button incorrectly grouped as notification list (#11331)
* [ACS-10263] Exclude mark all as read button from menu items

* [ACS-10263] Keyboard navigation for notifications list

* [ACS-10263] Excluded load more button from screen reader list for notifications

* [ACS-10263] Excluded non list related elements from screen reading as list for columns visibility

* [ACS-10263] Unit tests

* [ACS-10263] Added readonly and private for constructor parameters

* [ACS-10263] Marked fields as readonly
2025-11-07 11:26:41 +01:00
Amedeo Lepore 43622266ce AAE-21565 Replace deprecated @import with @use in all scss files (#11273) 2025-11-07 10:28:26 +01:00
Joshua Cain e28e924b87 AAE-38748 Change clipboard directive to be a tooltip (#11293)
* feat: change clipboard directive to be a tooltip

* feat: remove redundant tooltips from datatable cells

* test: fix broken tests

* fix: sonarqube issues

* fix: unable to use link-adf commit message from hxp-frontend-apps
2025-11-06 06:28:42 -05:00
tomasz hanaj 3180ca8e9d AAE-37713 Amount locale display v.2 (#11319)
* [AAE-37713] amount widget formats value based on locale

* [AAE-37713] added unit test with currency icon

* [AAE-37713] provided amount widget config as observable

* [AAE-37713] applied pr comments

* [AAE-37713] subscribed amount widget to changes from form rules

* [AAE-37713] applied pr comments

* [AAE-37713] moved getLocale to service

* [AAE-37713] moved getLocale to translation service
2025-11-06 11:45:35 +01:00
Wiktor Danielewski ab67ba3414 AAE-39155 Implement button widget on ADF (#11324)
* AAE-39155 Initial implementation

* AAE-39155 Improve button position
2025-11-04 12:20:30 +01:00
Wiktor Danielewski c4f276e228 AAE-39612 Registering click event on form widget twice (#11323)
* AAE-39612 Remove click from base and add it directly to the implementations

* AAE-39612 Add unit tests for the Text Widgets

* AAE-39612 Add unit tests for the Date Widgets

* AAE-39612 Add unit tests for the UI Widgets

* AAE-39612 Add unit tests for the People Widgets

* AAE-39612 Add unit tests for the Display Text Widgets

* AAE-39612 Add unit tests for the Base Viewer Widget

* AAE-39612 Add unit tests for the Object View Widgets

* AAE-39612 Add unit tests for the File Upload Widgets

* AAE-39612 Add unit tests for the Data Table Widget
2025-11-04 12:08:04 +01:00
Diogo Bastos f7d26d904f AAE-27107 Create repeatable section widget (#11290)
* AAE-27107 Create widget

* AAE-27107 Add tests

* AAE-27107 Add tests

* AAE-27107 Add tests

* AAE-27107 Fix random

* AAE-27107 Fix repeat widget tests

* AAE-27107 Fix tests

* AAE-27107 Add column id property and allow for initial value
2025-11-04 10:52:01 +00:00
tomasz hanaj 86093adf18 Revert "AAE-37713 Amount locale display (#11285)" (#11312)
This reverts commit 59b148ea03.
2025-10-29 10:14:47 +01:00
tomasz hanaj 59b148ea03 AAE-37713 Amount locale display (#11285)
* [AAE-37713] amount widget formats value based on locale

* [AAE-37713] added unit test with currency icon

* [AAE-37713] provided amount widget config as observable

* [AAE-37713] applied pr comments
2025-10-28 14:41:25 +01:00
rmnvch 6ab54be7d0 [ACS-10324]: checkbox enter key handling (#11271)
* [ACS-10324]: prevents bubbling of enter key

* [ACS-10324]: adds test

* [ACS-10324]: migrates to testUtils instead of direct query use
2025-10-27 10:22:58 +01:00
MichaelaandFabian Kindgen 2d68cf9916 [AAE-39261] Fix Portuguese date format to display dd/mm/yyyy (#11303)
- Added support for 'pt' locale code in DateFnsUtils.getLocaleFromString()
- Both 'pt' and 'pt-BR' now correctly map to ptBR locale (dd/mm/yyyy format)
- Added comprehensive test coverage for all locale mappings using data-driven tests
- Fixed naming conflict by aliasing Italian locale import

Co-authored-by: Fabian Kindgen <39992669+fkindgen@users.noreply.github.com>
2025-10-27 09:39:58 +01:00
dominikiwanekhyland 42a1ddf540 [ACS-10178] Remove deprecated ADF components (#11221) 2025-10-27 07:33:06 +01:00
Denys Vuika 1685ee4c8b AAE-39268 Remove jasmine-marbles dependency and related test code from form-rules.model.spec.ts (#11296) 2025-10-22 09:58:20 -04:00
Mykyta Maliarchuk e1d56be29c [ACS-10325] a11y SR: Metadata edit button announced twice (#11275)
* [ACS-10325] a11y SR: Metadata edit button announced twice

* [ACS-10325] cr fix
2025-10-21 09:01:44 +02:00
dominikiwanekhyland 9b17f50401 [ACS-10319] SR: Personal files: Focus returns to input field instead of remaining on Copy link button (#11272) 2025-10-20 11:32:29 +02:00
Mykyta Maliarchuk cef71a2d71 [ACS-10275] a11y - Notification & Filter indicators not announced by screen readers (#11267) 2025-10-15 13:15:25 +02:00
AleksanderSklorz 0335a32a3a [ACS-10334] Changed translations for save and cancel icons for image rotation and crop (#11258) 2025-10-14 08:34:42 +02:00
dominikiwanekhyland 74437a01c0 [ACS-10336] Tags in Tag Column Not Announced by Screen Readers (#11247) 2025-10-08 14:51:25 +02:00
AleksanderSklorz 8b553bb00f [ACS-10145] Corrected font size and alignment for date field in metadata properties panel (#11228) 2025-10-07 08:04:46 +02:00
dominikiwanekhyland dffa37f182 [MNT-25336] ADW can't start a Microsoft 365 session when using Basic … (#11238) 2025-10-01 14:07:27 +02:00
Wojciech Duda 622dcafbc4 AAE-38524 remove adf-core-theme (#11235)
* AAE-38524 Remove theming and unused stylesheets

* AAE-38524 Update the documentation

* AAE-38524 Change import forwarding

* AAE-38524 Rename globals mixin

* AAE-38524 Apply docs suggestions
2025-10-01 12:54:30 +01:00
Bartosz Sekula 6b9d3d2104 AAE-38287 Cannot select dropdown options when selection type is multiple (#11220)
* AAE-38287 Fix multiselect dropdown

* update tests

* update

* update

* update

* update

* update
2025-09-22 15:54:38 +02:00
AleksanderSklorz 84fcc48c1a [ACS-10145] Fix truncated text in details info drawer (#11209) 2025-09-19 15:08:02 +02:00
dominikiwanekhyland 591934db0e [ACS-10117] Deprecate ADF Storybook and custom Docker builds (#11207) 2025-09-18 15:13:01 +02:00
MichaelaandFabian Kindgen 1b212e8805 AAE-38063 Default buttons are temporarily visible before the custom buttons in workspace (#11198)
* Bonus Content: Remove warnings from console

* Fixes: Prevents display issues during form loading

Ensures the process definition card and start button are not rendered until the form is fully loaded or an error occurs during the loading process.
This prevents flickering and ensures a smoother user experience.

* BONUS content: calm down sonar cube

* Removes unnecessary error handling

Removes the error handler from the `subscribe` block of the `startProcess` method in `StartProcessCloudComponent`.
The error handling was redundant, as errors are already handled by other mechanisms.
This simplifies the code and avoids potential duplicate error handling.

* Uses `test` method for regex checks

Replaces the `exec` method with the `test` method for regular
expression checks to determine if a pattern exists within a string.

This resolves potential issues where the return value of `exec`
(an array or null) was not being properly evaluated as a boolean
condition, leading to incorrect logic execution.

---------

Co-authored-by: Fabian Kindgen <39992669+fkindgen@users.noreply.github.com>
2025-09-17 15:49:28 +02:00
Vito Albano b400757ad1 AAE-30878 Migrating from event-emitter to eventemitter3 (#11187)
* AAE-30878 Migrating from event-emitter to eventemitter3 which is … (#11116)

* [AAE-30878] - have a single place for the EventEmitter types
2025-09-16 09:33:06 +01:00
dominikiwanekhyland 10afe75e94 [ACS-10100][Security] Remove npx usage from CI/CD and shell scripts to mitigate supply chain risks. [ACS-10117] Deprecate ADF Storybook and custom Docker builds (#11197) 2025-09-16 10:12:21 +02:00
Ewelina Dikta 196b60a7d9 AAE-22072 Update of a simpleapp (#11160)
* AAE-22072 Update of a simpleapp

* AAE-22072 Formatting
2025-09-15 13:53:03 +02:00
Enrico Hilgendorf 82f96d9510 AAE-36335 Handle custom redirects (#11167) 2025-09-15 12:05:53 +02:00
AleksanderSklorz 36b4c34008 [ACS-10126] remove ts morph dependency from the adf core lib (#11190)
* [ACS-10126] Refactor migration logic to use native ts instead of ts-morph

* [ACS-10126] Clean ups for migration code

* [ACS-10126] Removed ts-morph references

* [ACS-10126] Removed ts-morph dependency

* [ACS-10126] Fixed sonar issue

* [ACS-10126] Fixed sonar issue
2025-09-12 12:40:17 +02:00
Vito Albano fd29e953d6 Revert "AAE-30878 Migrating from event-emitter to eventemitter3 which is … (#11116)" (#11186)
This reverts commit 49375181e4.
2025-09-10 15:57:01 +01:00
dominikiwanekhyland c8c1ae7838 [ACA] Label position problem in some perform actions like 'send-email' (#11185) 2025-09-10 10:29:57 +02:00
Mykyta Maliarchuk 923feccdb9 [MNT-25274] Fixed issue while uploading files with multi-valued properties (#11182)
* [MNT-25274] Fixed issue while uploading files with multi-valued properties

* [MNT-25274] set a more specific type
2025-09-09 10:59:16 +02:00
Amedeo Lepore 51c55674b4 AAE-35340 Replace deprecated toPromise() usages with firstValueFrom / lastValueFrom (#11161) 2025-09-03 08:37:13 -04:00
Vito Albano 49375181e4 AAE-30878 Migrating from event-emitter to eventemitter3 which is … (#11116) 2025-09-02 08:33:35 -04:00
Bartosz Sekula aae4efdd92 AAE-30058 Integer form field should not allow more than 10 digits (#11146)
* AAE-30058 Integer form field should not allow more than 10 digits

* Update maxLength validator to get custom values

* fix units
2025-09-02 11:51:13 +02:00
Pawel Solowczuk 609144551c AAE-34139 Switch Yes and No button places and change focus from No to Yes. (#11148) 2025-09-01 16:04:44 +02:00