Commit Graph

1034 Commits

Author SHA1 Message Date
VitoAlbano
2b02605f31 These dependencies will kill me 2024-06-03 16:10:07 +01:00
VitoAlbano
ee89720e67 Fixed changed unit test 2024-06-03 16:10:06 +01:00
VitoAlbano
10201668ba Missed import 2024-06-03 16:10:06 +01:00
Diogo Bastos
6099235bfc AAE-21703 Fix group widget style (#9612)
* AAE-21703 Fix group form widget style

* AAE-21703 Improve tests
2024-06-03 16:10:06 +01:00
Diogo Bastos
61450e0f78 AAE-21392 Fix dropdown form widget style (#9605) 2024-06-03 16:10:06 +01:00
Vito Albano
077120d668 Rebased ADF Migration PR 2024-06-03 16:10:06 +01:00
Diogo Bastos
ed80ca0c1d AAE-21697 Fix people form widget style (#9555) 2024-06-03 16:10:06 +01:00
Vito Albano
8e288b361f Fixing unit test after last rebase + lint 2024-06-03 16:10:05 +01:00
Vito Albano
2c0027c084 Fixing unit test after last rebase + lint 2024-06-03 16:10:05 +01:00
Vito Albano
5b15139f6f Fixing unit test after last rebase + lint 2024-06-03 16:10:05 +01:00
Jacek Pluta
c8d20898d8 [ACS-7375] - Share link dialog issues 2024-06-03 16:10:05 +01:00
Vito Albano
ad6c00b57a [affected:*][ci:force] - Rebased and added an extra fix for after 2024-06-03 16:10:05 +01:00
Vito Albano
420efde9b7 [affected:*][ci:force] - REBASED 2024-06-03 16:10:05 +01:00
Vito Albano
abf6b2b8aa [affected:*][ci:force] Fixing the styles - check 2024-06-03 16:10:05 +01:00
Vito Albano
42a6421afe [affected:*][ci:force] attempt to fix mat-selectors importing 2024-06-03 16:10:05 +01:00
Amedeo Lepore
0e3bd8b1a7 Fix lint issue 2024-06-03 16:10:05 +01:00
Wojciech Duda
f3f3e0215c Improvement/AAE-19176-reapply-selector-changes (#9424)
* AAE-19510 remove selector variable

* AAE-19510 poc for card view using variable selectors

* AAE-19176 rename mat selectors file

* AAE-19176 add missing style imports

* AAE-19176 remove remaining mat selectors

* AAE-19176 replaced todo material selectors with variables

* AAE-19176 changes made in meantime

* AAE-19176 conflict fixes
2024-06-03 16:10:05 +01:00
Vito Albano
aec5004f75 [affected:*][ci:force] Upgrading material selector class 2024-06-03 16:10:05 +01:00
Vito Albano
56cbac34b2 [affected:*][ci:force] Fixing rebase 2024-06-03 16:10:05 +01:00
Vito Albano
fa5a704fc9 [affected:*][ci:force] Fixing rebase 2024-06-03 16:10:05 +01:00
Vito Albano
8f9ebe0587 [affected:*][ci:force] Fixing rebase 2024-06-03 16:10:05 +01:00
Vito Albano
887523797b Rebased to the latest 2024-06-03 16:10:05 +01:00
Vito Albano
3fa3f47ca7 Fixed dependency to allow greater versions 2024-06-03 16:10:05 +01:00
Vito Albano
85cf80b1ec Fixed lint files and exclude some needing migration 2024-06-03 16:10:05 +01:00
Vito Albano
18c0836360 Fixed PR after huge rebase -_- 2024-06-03 16:10:05 +01:00
Wojciech Duda
8072eab5f4 remaining unit test fixes for the Angular 15 update (#9218)
* removing excludes from working tests

* test fixes for CategoriesManagementComponent

* [ci:force] reenabling tests / fixes

* fixes in process-services-cloud

* change html element type

* fix selector in StartProcessComponent
2024-06-03 16:10:05 +01:00
Vito Albano
e4ee622df4 fixed unit test problem and some other e2e 2024-06-03 16:10:04 +01:00
Vito Albano
937931a93c rebased and fixed the wrong directive for matList' 2024-06-03 16:10:04 +01:00
Vito Albano
47c2c4a664 Fixing styles not migrated by material 2024-06-03 16:10:04 +01:00
Vito Albano
faaa8a551f Fixed last unit tests 2024-06-03 16:10:04 +01:00
Vito Albano
be9bcc708a Fixed unit tests 2024-06-03 16:10:04 +01:00
Vito Albano
edb1bb8e0a Fixed most of unit tests failing 2024-06-03 16:10:04 +01:00
Vito Albano
8e601ec2bf Fixed core unit test and excluded instable ones 2024-06-03 16:10:04 +01:00
Vito Albano
88f1679117 Fixed storybook with migration to WP5 2024-06-03 16:10:04 +01:00
Vito Albano
319060f4e0 Fixed linting 2024-06-03 16:10:04 +01:00
Vito Albano
0a8237be0a Upgrading NX and start fixing styles 2024-06-03 16:10:04 +01:00
Vito Albano
c6b4f9a485 migration for material' 2024-06-03 16:10:04 +01:00
Vito Albano
e889f4e3b0 Changed ng version before material migration 2024-06-03 16:10:04 +01:00
Bartosz Sekula
0ea35b1f12 AAE-22720 Add a new "Skip validation" option in outcome properties (#9752)
* AAE-22720 Add a new "Skip validation" option in outcome properties

* cr
2024-06-03 09:38:44 +02:00
Tomasz Gnyp
f2cfd683af AAE-22612 Update process services cloud package json (#9719) 2024-05-23 14:32:58 +02:00
Wiktor Danielewski
07370d963f AAE-22577 Improve DataTable widget to support single object reference (e.g. only 1st element from array) - Case 3 (#9690)
* AAE-22577 Add single object path reference support

* AAE-22577 Update

* AAE-22577 Fix unit tests
2024-05-21 15:25:28 +02:00
Tomasz Gnyp
2f411f3f3f AAE-21952 Fix Radio buttons widget not displayed properly when labels… (#9706)
* AAE-21952 Fix Radio buttons widget not displayed properly when labels are too long

* bring back style removed by mistake
2024-05-21 11:21:56 +02:00
Tomasz Gnyp
015a4e3cc6 AAE-22612 Fix Rich Text color picker (#9688)
* AAE-22612 Fix Rich Text color picker

* remove readOnly input from editor
2024-05-21 09:06:28 +02:00
Ehsan Rezaei
682f1673f6 Release 6.9.0 (#9680) 2024-05-17 13:16:22 +02:00
Tomasz Gnyp
5f82106044 AAE-22612 Fix unwanted comma in rich text editor (#9685) 2024-05-16 15:34:57 +01:00
Wiktor Danielewski
c71d8da9fe Revert "AAE-12086 The error message is shown for completed task with read-onl…" (#9684)
This reverts commit d8f1946988.
2024-05-16 15:57:58 +02:00
Wiktor Danielewski
d8f1946988 AAE-12086 The error message is shown for completed task with read-only fields [ADW] (#9677)
* AAE-12086 Fix with tests

* AAE-12086 Setup readOnly on form level
2024-05-14 13:22:12 +02:00
Pablo Martinez
9e7312719c AAE-22037 Set static value for form variables in start event form (#9676) 2024-05-14 10:25:19 +02:00
Wiktor Danielewski
2d7aa0a61e AAE-22345 Support access to array elements by index (#9663)
* AAE-22345 Update date table parser

* AAE-22345 Update data table adapter

* AAE-22345 Update

* AAE-22345 Align with remarks

* AAE-22345 Small update

* AAE-22345 Update

* AAE-22345 Unit tests fix
2024-05-13 10:11:06 +02:00
Tomasz Gnyp
d0209d466e AAE-21945 Support a nested object which is within an array in the JSO… (#9635)
* AAE-21945 Support a nested object which is within an array in the JSON datasource

* improve data table widget mocks

* improve object datatable adapter unit tests

* improve mocks

* modify data table widget adapter instead of core object data table adapter

* revert not needed changes

* improve method name

* remove automatic lint changes
2024-05-09 12:01:07 +02:00