dependabot[bot]
415b0b2401
build(deps): bump ejs from 3.1.9 to 3.1.10 in /lib/cli ( #9639 )
...
Bumps [ejs](https://github.com/mde/ejs ) from 3.1.9 to 3.1.10.
- [Release notes](https://github.com/mde/ejs/releases )
- [Commits](https://github.com/mde/ejs/compare/v3.1.9...v3.1.10 )
---
updated-dependencies:
- dependency-name: ejs
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-02 17:50:01 -04:00
Wojciech Duda
74d558c376
AAE-21967 use column id to retrieve variable column types ( #9629 )
...
* AAE-21967 use column id to retrieve variable column types
* AAE-21967 fix variable mapper units
2024-04-30 14:08:16 +01:00
Denys Vuika
f401b8c13e
ESLint: cleanup await expect
from protractor tests ( #9630 )
2024-04-30 08:07:10 -04:00
Mykyta Maliarchuk
33281b064a
Bump formidable and superagent in js-api and adf-cli ( #9608 )
...
* bump formidable and superagent in js-api and adf-cli
* bubmp angular-oauth2-oidc-jwks in core
2024-04-29 08:29:13 -04:00
tamaragruszka
52bcc7f7c7
[ACS-7386] remove material module dependency and components conversion to standalone ( #9595 )
2024-04-29 10:32:44 +02:00
Darya Blavanovich
10244f45ac
[ACS-7577] [ADF] Remove Folder Directives from Content Services lib ( #9582 )
...
* ACS-7577 remove create and edit folder directive [ci:force]
* Revert "ACS-7577 remove create and edit folder directive [ci:force]"
This reverts commit a0055aa496d1c6ee64118035acb36b55ab59716b.
* ACS-7577 move edit and create folder directives to demo-shell [ci:force]
* ACS-7577 remove public-api and fix readme file [ci:force]
* ACS-7577 remove edit directive [ci:force]
* ACS-7577 update e2e tests [ci:force]
* ACS-7577 update e2e tests [ci:force]
* ACS-7577 update e2e tests [ci:force]
* ACS-7577 revert e2e tests [ci:force]
* ACS-7577 revert e2e tests and create button [ci:force]
* ACS-7577 refactor e2e test [ci:force]
---------
Co-authored-by: DaryaBalvanovich <darya.balvanovich1@hyland.com>
2024-04-29 08:55:18 +02:00
Ehsan Rezaei
571fc3dce1
Revert "AAE-21967 Use column id to reference process variables ( #9604 )" ( #9613 )
...
This reverts commit 7ac7db49459ca723df0cbdb0989b0e2045580064.
2024-04-26 18:50:45 +01:00
Tomasz Gnyp
a03936715a
AAE-22222 Fix JSON path doesn't work for square bracekts ( #9611 )
...
* AAE-22222 Fix JSON path doesn't work for square bracekts
* remove comment
* remove test description duplications
* remove duplications
2024-04-26 16:09:24 +02:00
Wojciech Duda
7ac7db4945
AAE-21967 Use column id to reference process variables ( #9604 )
2024-04-25 14:43:31 +02:00
Tomasz Gnyp
1173253fe7
AAE-22119 Fix Datatable checkbox accessibility breaking change ( #9596 )
...
* AAE-22119 Fix Datatable checkbox accessibility breaking change
* fix code duplication warning
* fix unit test
2024-04-22 17:39:01 +02:00
Denys Vuika
54c3e12ad8
[ACS-7688] Reduce the usage of LogService and TranslateModule (tests) ( #9567 )
2024-04-19 12:14:33 -04:00
Tomasz Gnyp
caa2166151
AAE-21946 Support JSON paths with non-standard characters for data ta… ( #9571 )
...
* AAE-21946 Support JSON paths with non-standard characters for data table widget
* add unit test
* move path parse to extern helper class
2024-04-18 17:28:37 +02:00
Denys Vuika
4132517ba7
[ACS-7679] Reduce the usage of AppConfigService in components and tests ( #9563 )
...
* remove unused app config setting
* remove unused app config setting
* remove unnecessary app config service reference
* remove unnecessary app config service reference
* remove unnecessary app config service reference
* remove unnecessary app config service reference
* remove unnecessary app config service reference
* support input params for the viewer; optional configuration
* remove useless imports [ci:force]
* fix imports [ci:force]
2024-04-18 07:26:55 -04:00
Denys Vuika
5d474d8866
[ACS-7678] Convert content pipes to standalone ( #9562 )
...
* standalone pipes for content services
* remove useless module [ci:force]
* bug fixes [ci:force]
* bug fixes and cleanup [ci:force]
* cleanup unused/dead code [ci:force]
2024-04-17 07:15:31 -04:00
tomson
74ef7eed1a
[ADF-5543] Enable lint accessibility and resolve found issues ( #9421 )
2024-04-17 09:36:40 +02:00
Denys Vuika
eaad09b06d
[ACS-7597] Convert Core pipes to Standalone # ( #9560 )
2024-04-16 08:18:12 -04:00
Denys Vuika
7854cde20f
[ACS-7382] Standalone core directives, improved lint performance ( #9559 )
2024-04-15 15:16:17 -04:00
Darya Blavanovich
86d3ca7892
[ACS-6842] [ACA] Clicking "Create" button multiple times in folder creation modal sends the same folder creation request multiple times ( #9554 )
...
* ACS-6842 add disable mode to submit button
* ACS-6842 refactor ts and spec files
* ACS-6842 add setFormValues function
---------
Co-authored-by: DaryaBalvanovich <darya.balvanovich1@hyland.com>
2024-04-15 13:03:11 -04:00
Denys Vuika
05884e829b
[ACS-7382] Standalone AdfConfigPipe pipe ( #9558 )
...
* standalone AdfConfigPipe
* standalone AdfConfigPipe [ci:force]
2024-04-15 12:54:08 -04:00
Grzegorz Jaśkowski
7cef7a2688
[ACS-5571] Remove unused WebScript component ( #8752 )
...
* ACS-5571 Remove unused WebScript component
* [ACS-5571] revert wrong file deletion
2024-04-15 09:45:51 -04:00
Grzegorz Jaśkowski
22da251c02
[ACS-5572] Remove unused Social components ( #8758 )
...
* ACS-5572 Remove unused Social components
* [ACS-5572] revert wrong file deletion
2024-04-15 09:39:32 -04:00
Robert Duda
0db32ef10f
AAE-21361 Modify date widget to handle negative values ( #9542 )
...
* AAE-21361 Modify date widget to handle negative values
* cr
2024-04-12 12:40:36 +02:00
Grzegorz Jaśkowski
29757e4ee4
[MNT-24028] edit aspects dialog counter bug ( #9539 )
...
* [MNT-24028] fix dialog counter bug
* [MNT-24028] update docs
* [MNT-24028] remove fit
2024-04-12 09:25:15 +02:00
tamaragruszka
503cdc40b2
[ACS-7387][ADF] Break Search Text dependency on Material Module ( #9508 )
...
* [ACS-7387] convert component to standalone
* [ACS-7387] convert component to standalone
2024-04-11 16:40:30 -04:00
Darya Blavanovich
1bcc760b3f
ACS-6721 fix button visibility ( #9530 )
...
Co-authored-by: DaryaBalvanovich <darya.balvanovich1@hyland.com>
2024-04-11 11:43:03 -04:00
Michał Fidor
5e886e29d1
AAE-21870 Disable task notification for default apps ( #9537 )
...
* AAE-21870 Disable task notification for default apps
* Remove redundant variable
2024-04-11 14:23:09 +02:00
tamaragruszka
12c1f3fc1e
[ACS-7371] ADF manage version list missing button ( #9484 )
...
* [ACS-7371] list width limitation
* [ACS-7371] list width limitation
* [ACS-7371] change scss selector
2024-04-10 13:25:54 +02:00
Denys Vuika
135b3b4b51
[ACS-7462] cleanup deprecated api for DataTable and DocumentList ( #9500 )
...
* refactor: cleanup gallery mode from DataTable/DocumentList
* refactor: cleanup gallery mode from DataTable/DocumentList
* refactor: cleanup gallery mode from DataTable/DocumentList [ci:force]
* refactor: remove unused api [ci:force]
* refactor: remove unused api [ci:force]
* refactor: update and fix documentation [ci:force]
* refactor: restore thumbnails, docs fixes [ci:force]
* fix package lock
2024-04-09 13:13:57 -04:00
tamaragruszka
a5e7fcc10e
[ACS-7385][ADF] Break Login dependency on Material Module ( #9501 )
2024-04-09 12:13:19 -04:00
Wojciech Duda
5494aa8728
AAE-21233 Enable no angular material selectors rule for adf ( #9430 )
...
* AAE-20779 enable material selectors rule
* AAE-20779 fixes in units in already covered libs
* AAE-20779 simplified local package linking
2024-04-09 17:08:51 +02:00
Denys Vuika
d45a02042e
chore: remove deprecated Angular api ( #9516 )
2024-04-09 09:12:58 -04:00
Wojciech Duda
3bfadae286
AAE-20141 Replace adf mat selectors process services ( #9514 )
...
* AAE-20141 removing mat from unit tests in process-services
* AAE-20141 fix dropdown false-positives
* AAE-20141 dropdown editor remake
* AAE-20141 remove remaining selectors
* AAE-20141 fix radio buttons selector
2024-04-09 14:26:37 +02:00
Ehsan Rezaei
b081800274
AAE-20146 Using Material Harness in process service cloud unit tests ( #9517 )
...
* AAE-20146 Using Material Harness in process service cloud unit tests
* AAE-20146: Removed commented code
* AAE-20146: Fixing lint issues
2024-04-09 14:25:04 +02:00
Tomasz Gnyp
bc07c09dda
Release 6.8.0 ( #9506 )
2024-04-09 10:13:05 +02:00
Wojciech Duda
966a6b7cc0
AAE-21799 replace opening datepicker on focus with opening on enter ( #9526 )
2024-04-08 16:53:10 +02:00
Bartosz Sekula
951b8dbe5a
[AAE-21797] Datetime widget Min/Max values are checked on a field that is not required ( #9524 )
...
* [AAE-21797] Datetime widget Min/Max values are checked on a field that is not required
* update test
2024-04-08 12:26:06 +02:00
Bartosz Sekula
5bfef4e3aa
AAE-21755 Error when form is assigned to process start event ( #9509 )
...
* AAE-21755 Error when form is assigned to process start event
* fix unit
* Fix unit v2
* update
2024-04-04 14:38:59 +01:00
tamaragruszka
91e1c47724
[ACS-7380][ADF] Break Context Menu dependency on Material Module ( #9487 )
...
* [ACS-7380] convert context menu to standalone
* [ACS-7380] convert context menu to standalone
* [ACS-7380] convert context menu to standalone
2024-04-03 13:02:57 +02:00
tamaragruszka
c73fb1bf4c
[ACS-7388][ADF] Break Toolbar dependency on Material Module ( #9486 )
...
* [ACS-7388] transform toolbar to standalone
* [ACS-7388] transform toolbar to standalone
2024-04-02 13:29:46 -04:00
Ehsan Rezaei
bcf8d3525b
AAE-20142 Replaced Material selectors with harness in core unit tests ( #9491 )
2024-04-02 16:18:05 +02:00
Adriano Costa
ec02c76e43
HXCS-3381 fix date widget ( #9482 )
...
* HXCS-3381 fix date widget
* HXCS-3381 fix date widget
* HXCS-3381 add unit tests to dateFnsUtils forceLocal and forceUtc
* HXCS-3381 refactor test
---------
Co-authored-by: Adriano Costa <Adriano.Costa@hyland.comgit>
2024-03-29 09:59:07 -04:00
Denys Vuika
31bafc7b20
[ACS-7379] Break About Module dependency on Material Module ( #9485 )
...
* refactor: convert About to Standalone, break Material Module dependency
* refactor: cleanup unused About mocks [ci:force]
2024-03-28 13:22:48 -04:00
Denys Vuika
88ebd225bd
Update stylelint dependencies ( #9483 )
...
* chore: update stylelint
* css fixes
* css fixes
* css fixes
2024-03-28 10:36:47 -04:00
Denys Vuika
66ec68551f
refactor: standalone pagination components ( #9480 )
2024-03-27 12:40:54 -04:00
dominikiwanekhyland
2ea17a7dc6
[ACS-6950] - Tabs in properties panel change their background color after clicking on them ( #9478 )
2024-03-27 10:26:20 -04:00
Denys Vuika
3dff1e0091
fix: incorrect angular attributes in search components ( #9479 )
2024-03-27 10:25:58 -04:00
dominikiwanekhyland
97a2d98c3b
[MNT-22836] -Docs for Support of PKCE ( #9425 )
2024-03-27 14:40:27 +01:00
Ehsan Rezaei
55a306c7b2
AAE-18890 Disable attach file in form preview mode ( #9469 )
2024-03-27 13:28:26 +01:00
Denys Vuika
f66342df2f
[ACS-7365] Optimise Search providers and unit tests ( #9477 )
...
refactor: optimise node selector imports and tests
2024-03-27 08:19:37 -04:00
Tomasz Gnyp
7c0d165db7
AAE-21380 Skip value override for constant field type ( #9471 )
...
* AAE-21380 Skip value override for constant field type
* AAE-21380 improve method name
2024-03-26 15:59:23 +01:00