Commit Graph

2626 Commits

Author SHA1 Message Date
Amedeo Lepore
2810bca153 [link-adf:dev-dbastos-AAE-10768] Fix BC: rename adf-comments to adf-node-comments 2022-12-19 19:24:43 +01:00
Alfresco Build
c6844955e2 Update branch for ADF 37470 and JS-API 5.3.0-477 [ci:force] (#2847)
* [ci:force][auto-commit] Update @alfresco/js-api to 5.3.0-477 for branch: update-alfresco-dependencies originated from @alfresco/js-api PR: 37470

* [ci:force][auto-commit] Update @alfresco/adf-extensions to 6.0.0-A.1-37469 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 37470

* [ci:force][auto-commit] Update @alfresco/adf-core to 6.0.0-A.1-37469 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 37470

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 6.0.0-A.1-37469 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 37470

* [ci:force][auto-commit] Update @alfresco/adf-cli to 6.0.0-A.1-37469 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 37470

* [ci:force][auto-commit] Update @alfresco/adf-testing to 6.0.0-A.1-37469 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 37470
2022-12-19 17:02:35 +00:00
dependabot[bot]
463081189a Build(deps-dev): Bump lint-staged from 13.0.3 to 13.1.0 (#2850)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.0.3 to 13.1.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v13.0.3...v13.1.0)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-19 10:52:11 +00:00
Bartosz Sekuła
6464f3c39c [AAE-10656] Production version of ADW-APA miss the about page (#2849) 2022-12-16 14:02:17 +00:00
AleksanderSklorz
a189ccd676 [AAE-11830] Changes required to address comment in APPS (#2848) 2022-12-16 14:32:05 +01:00
Denys Vuika
90493c0056 [ACS-3751] New About Theme (#2784)
* about theme placeholder

* added adf about styling overrides in ACA

* added about styling overrides

* moved adf-about style override file along with other overrides

Co-authored-by: SheenaMalhotra182 <sheena.malhotra@globallogic.com>
2022-12-16 12:24:44 +00:00
MichalKinas
5ac0ff616d [ACA-4625] ADF linking in ACA (#2841)
* [ACA-4625] ADF linking in ACA

* [ACA-4625] ADF linking docs

* [ACA-4625] Move adf linking to before install script

* [ACA-4625] Move ADF linking to before_install script

* [ACA-4625] Delete unused stage from Travis
2022-12-15 12:55:25 +01:00
AleksanderSklorz
b609a9cd33 [ACS-3757] returning focus to element from which they were opened (#2837)
* ACS-3757 Return focus to More Actions button after closing modals opened from that button

* ACS-3757 Return focus to specific row from personal files after closing modal opened from context menu from row

* ACS-3757 Fixed issue that sometimes node was undefined

* ACS-3757 Return focus after closing upload new version modal

* ACS-3757 Added restore focus on list of libraries, restoring focus to correct row when multi rows are selected, little refactoring

* ACS-3757 Use runActionById function instead of runAction

* ACS-3757 Fixed unit tests

* ACS-3757 Updated description

* ACS-3757 Adrressing comments for static and for selectors in jsons

* ACS-3757 Remove boolean flag from jsons

* ACS-3757 Added some unit tests

* ACS-3757 Resolved conflicts

* ACS-3757 Created ModalConfiguration interface

* ACS-3757 Increase version of ADF

* ACS-3757 Fix for e2e

* ACS-3757 Fix some more e2e

* ACS-3757 Removed log
2022-12-13 17:06:18 +01:00
dependabot[bot]
e58a0c81ba Build(deps-dev): Bump eslint from 8.26.0 to 8.29.0 (#2832)
Bumps [eslint](https://github.com/eslint/eslint) from 8.26.0 to 8.29.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v8.26.0...v8.29.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-13 12:07:10 +00:00
Thomas Hunter
8c7c40a3d4 [ACA-4644] Inherited & linked rules that are disabled should not be listed (#2843)
* [ACA-4644] Inherited & linked rules that are disabled should not be listed

* Added condition for linked rule sets to need only enabled rules

* Added a bypass for the empty rules list for linked rule sets that have only disabled rules

* Replaced array filter with some
2022-12-13 10:10:17 +00:00
Kasia Biernat
49f0cc3b61 [AAE-11695] update adf version (#2845)
* [AAE-11695] update adf version

* Fix excluded

Co-authored-by: Maurizio Vitale <maurizio.vitale@alfresco.com>
2022-12-12 18:42:13 +00:00
AleksanderSklorz
40bc7e8a02 [ACS-3758] 880526 fix for modals which close was not returning to new button (#2821)
* ACS-3758 Auto focus after closing file dialog

* ACS-3758 Auto focus after closing file dialog

* ACS-3758 Remove setting style in service

* ACS-3758 Little correction

* ACS-3758 Triggered license cla

* ACS-3758 Added unit tests
2022-12-11 12:11:22 +00:00
dependabot[bot]
c384fccb87 Build(deps): Bump decode-uri-component from 0.2.0 to 0.2.2 (#2828)
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-11 12:10:42 +00:00
Nikita Maliarchuk
088eac5a3a [ACA-4634] Folder Rules style fix: Edit and Delete Rule buttons disappear if rules have long description or name (#2842)
* [ACS-4146] - unit tests

* [ACS-4146] - removed console.log()

* ACS-3961 - style fixes

* ACS-3961 - removed calculated width
2022-12-11 12:10:15 +00:00
Nikita Maliarchuk
86178c3a3a [ACS-4146] Folder Rules bug fix: An empty list for a child folder is displayed instead of an empty content template (#2839)
* [ACS-4146] - functional implementation

* [ACS-4146] - unit tests

* [ACS-4146] - removed console.log()
2022-12-07 13:43:48 +01:00
MichalKinas
c3cbfb1e93 [AAE-11666] ACA 4.0.0-A.1 release changes (#2838) 4.0.0-A.1 2022-12-06 13:09:20 +00:00
Nikita Maliarchuk
79243bad54 [ACS-4129] Folder rules - temporarily change 'Category value' to text box (#2830)
* ACS-4129 - temporarily changed category-value to text box

* ACS-4129 - typo correction
2022-12-02 16:03:27 +00:00
Gloria Camino
95ed79bc0e LOC-400 - Localized UI files for ACA 4.0 in 16 languages (#2829) 2022-12-02 11:15:32 +00:00
Alfresco Build
e3d87bfa8f Update branch for ADF 37233 and JS-API 5.2.0-446 [ci:force] (#2827)
* [ci:force][auto-commit] Update @alfresco/js-api to 5.2.0-446 for branch: update-alfresco-dependencies originated from @alfresco/js-api PR: 37233

* [ci:force][auto-commit] Update @alfresco/adf-extensions to 5.2.0-37232 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 37233

* [ci:force][auto-commit] Update @alfresco/adf-core to 5.2.0-37232 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 37233

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 5.2.0-37232 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 37233

* [ci:force][auto-commit] Update @alfresco/adf-cli to 5.2.0-37232 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 37233

* [ci:force][auto-commit] Update @alfresco/adf-testing to 5.2.0-37232 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 37233
2022-12-01 16:03:47 +00:00
Nikita Maliarchuk
d1c143333a [ACS-4091] Folder rules: "Add simple workflow" action clears out parameters when trying to set destination folder (#2826)
* ACS-4091 fixed a bug

* ACS-4091 - fixed typo
2022-12-01 15:22:45 +01:00
Thomas Hunter
409b9751a5 [ACA-4632] [ACA-4633] Fix error script dropdown not having any options + hide dropdown when isAsynchronous unchecked (#2825) 2022-12-01 13:55:01 +00:00
Nikita Maliarchuk
5d330d3e36 [ACA-4627] Folder Rules - clicking on Manage Rules button does not fire the correct requests to the backend for inherited rules (#2822)
* ACA-4627 - changed from parent id to the current folder id

* ACA-4627 - unit test
2022-11-30 20:18:08 +00:00
Thomas Hunter
bfe14f8143 [ACS-4630] Fix no different rule is selected when rule is deleted (#2824)
* [ACS-4630] Fix no different rule is selected when rule is deleted

* Add unit test

* Some tests were failing due to objects with same references being used across different tests
2022-11-30 18:28:40 +00:00
Alfresco Build
11dac5894b Update branch for ADF 37225 and JS-API 5.2.0-445 [ci:force] (#2823)
* [ci:force][auto-commit] Update @alfresco/js-api to 5.2.0-445 for branch: update-alfresco-dependencies originated from @alfresco/js-api PR: 37225

* [ci:force][auto-commit] Update @alfresco/adf-extensions to 5.2.0-37224 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 37225

* [ci:force][auto-commit] Update @alfresco/adf-core to 5.2.0-37224 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 37225

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 5.2.0-37224 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 37225

* [ci:force][auto-commit] Update @alfresco/adf-cli to 5.2.0-37224 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 37225

* [ci:force][auto-commit] Update @alfresco/adf-testing to 5.2.0-37224 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 37225
2022-11-30 17:37:16 +00:00
Alfresco Build
c99a96772e Update branch for ADF 37220 and JS-API 5.2.0-443 [ci:force] (#2819)
* [ci:force][auto-commit] Update @alfresco/js-api to 5.2.0-443 for branch: update-alfresco-dependencies originated from @alfresco/js-api PR: 37220

* [ci:force][auto-commit] Update @alfresco/adf-extensions to 5.2.0-37218 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 37220

* [ci:force][auto-commit] Update @alfresco/adf-core to 5.2.0-37218 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 37220

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 5.2.0-37218 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 37220

* [ci:force][auto-commit] Update @alfresco/adf-cli to 5.2.0-37218 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 37220

* [ci:force][auto-commit] Update @alfresco/adf-testing to 5.2.0-37218 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 37220
2022-11-29 16:38:02 +00:00
Alfresco Build
6dc361bbe8 Update branch for ADF 37208 and JS-API 5.2.0-435 [ci:force] (#2818)
* [ci:force][auto-commit] Update @alfresco/js-api to 5.2.0-435 for branch: update-alfresco-dependencies originated from @alfresco/js-api PR: 37208

* [ci:force][auto-commit] Update @alfresco/adf-extensions to 5.2.0-37206 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 37208

* [ci:force][auto-commit] Update @alfresco/adf-core to 5.2.0-37206 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 37208

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 5.2.0-37206 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 37208

* [ci:force][auto-commit] Update @alfresco/adf-cli to 5.2.0-37206 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 37208

* [ci:force][auto-commit] Update @alfresco/adf-testing to 5.2.0-37206 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 37208
2022-11-29 09:30:32 +00:00
Alfresco Build
cc9474df1d Update branch for ADF 37197 and JS-API 5.2.0-435 [ci:force] (#2812)
* [ci:force][auto-commit] Update @alfresco/adf-extensions to 5.2.0-37188 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 37197

* [ci:force][auto-commit] Update @alfresco/adf-core to 5.2.0-37188 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 37197

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 5.2.0-37188 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 37197

* [ci:force][auto-commit] Update @alfresco/adf-cli to 5.2.0-37188 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 37197

* [ci:force][auto-commit] Update @alfresco/adf-testing to 5.2.0-37188 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 37197
2022-11-28 12:20:11 +00:00
dependabot[bot]
60b44e6aaa Build(deps): Bump engine.io from 6.2.0 to 6.2.1 (#2802)
Bumps [engine.io](https://github.com/socketio/engine.io) from 6.2.0 to 6.2.1.
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md)
- [Commits](https://github.com/socketio/engine.io/compare/6.2.0...6.2.1)

---
updated-dependencies:
- dependency-name: engine.io
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 09:14:11 +00:00
dependabot[bot]
9198858c46 Build(deps): Bump minimatch from 3.0.4 to 3.0.8 (#2799)
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.0.8.
- [Release notes](https://github.com/isaacs/minimatch/releases)
- [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.0.8)

---
updated-dependencies:
- dependency-name: minimatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-28 09:13:48 +00:00
arohilaGL
ef094ee963 Resolution for ACS-3904 (#2779) 2022-11-25 14:43:15 +05:30
Bartosz Sekuła
ed20971962 [AAE-10533] Replace shell with adf-shell (#2806)
* [AAE-10533] Use shell from ADF

* Remove shell.md
2022-11-25 08:48:03 +01:00
Nikita Maliarchuk
60ba8eb6ce [ACS-3895] ACA - Folder Rules: inherit rule sets toggle (#2808)
* ACS-3895 - initial layout

* ACS-3895 - finished functionality

* ACS-3895 - unit tests

* ACS-3895 - deleted comments

* ACS-3895 - small fixes

* ACS-3895 - renamed ruleSettings to ruleSettingsMock

* ACS-3895 - rebase
2022-11-24 19:07:21 +01:00
Alfresco Build
654aebe964 Update branch for ADF 37162 and JS-API 5.2.0-435 [ci:force] (#2811)
* [ci:force][auto-commit] Update @alfresco/js-api to 5.2.0-435 for branch: update-alfresco-dependencies originated from @alfresco/js-api PR: 37162

* [ci:force][auto-commit] Update @alfresco/adf-extensions to 5.2.0-37160 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 37162

* [ci:force][auto-commit] Update @alfresco/adf-core to 5.2.0-37160 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 37162

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 5.2.0-37160 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 37162

* [ci:force][auto-commit] Update @alfresco/adf-cli to 5.2.0-37160 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 37162

* [ci:force][auto-commit] Update @alfresco/adf-testing to 5.2.0-37160 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 37162
2022-11-24 17:04:31 +01:00
Thomas Hunter
d9d2441b3a [ACS-3513] [ACS-3515] Create, edit and delete rule set link (#2810) 2022-11-24 15:37:01 +00:00
Alfresco Build
a479394166 Update branch for ADF 37122 and JS-API 5.2.0-423 [ci:force] (#2807)
* [ci:force][auto-commit] Update @alfresco/adf-extensions to 5.2.0-37114 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 37122

* [ci:force][auto-commit] Update @alfresco/adf-core to 5.2.0-37114 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 37122

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 5.2.0-37114 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 37122

* [ci:force][auto-commit] Update @alfresco/adf-cli to 5.2.0-37114 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 37122

* [ci:force][auto-commit] Update @alfresco/adf-testing to 5.2.0-37114 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 37122
2022-11-24 14:05:23 +01:00
AleksanderSklorz
43b96fc796 [ACS-3758] 880526 modal is closed focus is not returned to trigger in the create new menu (#2809)
* ACS-3758 Return focus to New button after closing dialog opened from New menu

* ACS-3758 Fixed unit tests
2022-11-24 13:18:07 +01:00
SheenaMalhotra182
692952aa31 [ACS-3967] added open sans font to ACA (#2775)
* added open sans font to ADW

* removed unused fonts
2022-11-24 15:13:04 +05:30
MichalKinas
ad9b532c53 [ACS-4036] Move ay11 focus feature to one file and fix 'jumping' (#2805)
* [ACS-4036] Move ay11 focus feature to one file and fix 'jumping'

* [ACS-4036] Move ay11 stylesheet to correct folder
2022-11-24 10:11:38 +01:00
Bartosz Sekuła
456454fee1 [AAE-10533] Generic App shell for HxP applications (#2679)
* [AAE-10533] Generic App shell for HxP applications

* refactor

* fix scss mixin path

* remove forRoot in content-plugin

* remove provided routers

* revert router service

* revert template usage

* Added shell markdown

* Move login component to content-plugin

* Moved logic from app.component to app.service

* remove upload-area from shell

* cleaning

* cleaning

* update md

* abstract preferences

* allow to set shell parent route

* fix preferencesService name

* Fix for sidenav

* Fix CR comments

* [ci:force]

* move translation service mock to aca-shared

* fix e2e

* Fix page title

* remove drop area wrapper from whole application

* Fix e2e

* [ci:force]

* Remove blank page from shell

* Add upload files dialog

* [ci:force]

* Remove ExtensionsDataLoaderGuard from shell
2022-11-23 13:45:32 +00:00
Alfresco Build
3650aff589 Update branch for ADF 37108 and JS-API 5.2.0-423 [ci:force] (#2804)
* [ci:force][auto-commit] Update @alfresco/js-api to 5.2.0-423 for branch: update-alfresco-dependencies originated from @alfresco/js-api PR: 37108

* [ci:force][auto-commit] Update @alfresco/adf-extensions to 5.2.0-37106 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 37108

* [ci:force][auto-commit] Update @alfresco/adf-core to 5.2.0-37106 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 37108

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 5.2.0-37106 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 37108

* [ci:force][auto-commit] Update @alfresco/adf-cli to 5.2.0-37106 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 37108

* [ci:force][auto-commit] Update @alfresco/adf-testing to 5.2.0-37106 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 37108
2022-11-23 14:23:34 +01:00
Nikita Maliarchuk
81033450d8 [ACS-3860] Folder rules - Node picker for action parameters of type "d:noderef" (#2800)
* [ACS-3860] - added callback with node selector dialog

* ACS-3860 - implemented node picker for actions

* ACS-3860 - unit tests

* ACS-3860 - linting

* ACS-3860 - i18n

* ACS-3860 - small fix

* ACS-3860 - changed to private method, added typization

* ACS-3860 - removed useless getter and setter

* ACS-3860 - added 'noderef' to cspell.json
2022-11-22 13:30:46 +01:00
Thomas Hunter
03ed8e071a [ACS-4010] Rule sets listing regrouping (#2803)
* [ACS-4010] Rule sets listing regrouping

* Linting

* Unit tests

* Remove TODOs
2022-11-22 11:14:09 +00:00
AleksanderSklorz
ae551f03fc [ACS-3640] Reverting reverted changes for a 11 y aca 881740 snackbar messages disappear without option to adjust timing (#2785)
* ACS-3640 Increasing time of autoclosing snackbar and adding X icon to close snackbar

* ACS-3640 Fix lint issues

* ACS-3640 Addressing PR comments

* ACS-3640 Fix lint issue

* ACS-3640 Added aria label for action icon

* ACS-3640 Fixed one left file

* ACS-3640 Fixed lint issues

* ACS-3640 Correction for e2e

* ACS-3640 Reverting reverted corrections for e2e

* ACS-3640 Use data automation id

* ACS-3640 Update ADF version
2022-11-21 10:48:22 +01:00
Alfresco Build
26b2b23a42 Update branch for ADF 37074 and JS-API 5.2.0-423 [ci:force] (#2794)
* [ci:force][auto-commit] Update @alfresco/js-api to 5.2.0-423 for branch: update-alfresco-dependencies originated from @alfresco/js-api PR: 37074

* [ci:force][auto-commit] Update @alfresco/adf-extensions to 5.2.0-37070 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 37074

* [ci:force][auto-commit] Update @alfresco/adf-core to 5.2.0-37070 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 37074

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 5.2.0-37070 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 37074

* [ci:force][auto-commit] Update @alfresco/adf-cli to 5.2.0-37070 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 37074

* [ci:force][auto-commit] Update @alfresco/adf-testing to 5.2.0-37070 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 37074
2022-11-18 16:07:37 +00:00
Alfresco Build
adab276159 Update branch for ADF 37066 and JS-API 5.2.0-420 [ci:force] (#2792)
* [ci:force][auto-commit] Update @alfresco/adf-extensions to 5.2.0-37064 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 37066

* [ci:force][auto-commit] Update @alfresco/adf-core to 5.2.0-37065 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 37066

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 5.2.0-37064 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 37066

* [ci:force][auto-commit] Update @alfresco/adf-cli to 5.2.0-37065 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 37066

* [ci:force][auto-commit] Update @alfresco/adf-testing to 5.2.0-37065 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 37066

* [AAE-11288] Change import from core to content-services due to a ADF directives refactoring

* [AAE-11288] Fix content-services directive not found since has been moved from ADF core to content-services package

* [AAE-11288] Fix directives imports from core to content-service into the spec files

* [AAE-11288] [ci:force] Fix unknown directives, importing the content directive module

* [ci:force] Updates @alfresco/adf-extensions and @alfresco/adf-content-services to 5.2.0-37065

Co-authored-by: Amedeo Lepore <amedeo.lepore@hyland.com>
2022-11-18 13:37:13 +00:00
MichalKinas
ed22d2d32f [ACS-4013] Fix pagination focus styling (#2793)
* [ACS-4013] Fix pagination focus styling

* [ACS-4013] Missing style remove

* [ACS-4013] Moved pagination styling to proper place, make focus color var global

* [ACS-4013] CR fixes
2022-11-18 14:28:59 +01:00
SheenaMalhotra182
39f5904da8 updated pagination styling (#2787) 2022-11-18 10:53:20 +00:00
MichalKinas
bfe202fd09 [ACS-4014] Fix pre-commit hook for ACA (#2791) 2022-11-18 10:52:44 +01:00
Alfresco Build
0868d99208 Update branch for ADF 37050 and JS-API 5.2.0-420 [ci:force] (#2788)
* [ci:force][auto-commit] Update @alfresco/js-api to 5.2.0-420 for branch: update-alfresco-dependencies originated from @alfresco/js-api PR: 37050

* [ci:force][auto-commit] Update @alfresco/adf-extensions to 5.2.0-37048 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 37050

* [ci:force][auto-commit] Update @alfresco/adf-core to 5.2.0-37048 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 37050

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 5.2.0-37048 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 37050

* [ci:force][auto-commit] Update @alfresco/adf-cli to 5.2.0-37048 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 37050

* [ci:force][auto-commit] Update @alfresco/adf-testing to 5.2.0-37048 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 37050
2022-11-17 16:03:19 +00:00
Denys Vuika
0158dba041 add rebase workflow for PRs (#2786) 2022-11-17 13:45:38 +00:00