* [ACS-4539] Make ms-office as secondary point of aca-content
* [ACA-4539] Fix tsconfig path
* [ACS-4539] Run ms-office unit tests as part of aca-content
* break dependency on core module
* convert about to secondary entry
* Fixes after rebase
* [ACS-4537] - Copy about assets
---------
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
* break dependency on core module
* convert about to secondary entry
* Fixes after rebase
---------
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
* [ACA-4679] Added docker variables, app.config.json.tpl config and additional code for enabling non-responsive file preview download and file auto download features in ACA
* [ACA-4679] Added defaults for downloadPrompt for viewer and fileAutoDownload features. Updated variable names from 'nonResponsiveDialog' to 'downloadPrompt'
* [ACA-4679] Added unit test cases for FileAutoDownloadService
* [ACA-4679] Updated env variable references from NonResponsiveDialog to DownloadPrompt
* [ACA-4679] Added missing licence header on new files
* [ACA-4679] Added env variable configuration for GithubActions jobs
* [ACA-4679] Added env variable configuration for GithubActions jobs
* [ACA-4679] Removed unneeded env variable configuration for GithubActions jobs
* [ACA-4679] Updated .env file configuration in README.md
* Open in App pop up implementation
* review comments addressed
* unit test cases added for open-in-app component and aca-mobile-app-switcher-service and review comments addressed
* cspell changes
* test case build failing issue resolved
* review comments addressed of using specific type and void in functions that do not return anything
* remaining review comments fixed for type cases
* added check for ipad and ipod
* checkForIOSDevice function removed and checked for ios device in same line
* spacing issues addressed
* missing unit tests added and some review comments addressed
* app.config.json file updated
* removed configuration variables from default Readme file
* used only boolean instead of string conversion in app service file
* session storage name change
* review comments addressed
* [ci:force][auto-commit] Update @alfresco/adf-extensions to 6.0.0-A.1-37480 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 37482
* [ci:force][auto-commit] Update @alfresco/adf-core to 6.0.0-A.1-37480 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 37482
* [ci:force][auto-commit] Update @alfresco/adf-content-services to 6.0.0-A.1-37480 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 37482
* [ci:force][auto-commit] Update @alfresco/adf-cli to 6.0.0-A.1-37480 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 37482
* [ci:force][auto-commit] Update @alfresco/adf-testing to 6.0.0-A.1-37480 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 37482
* Cherry-pick from 2810bca153b38f13f4fb4f3f8510bc64e74ed815 - Fix BC: rename adf-comments to adf-node-comments
Co-authored-by: Amedeo Lepore <amedeo.lepore@hyland.com>
* 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>
* 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
* 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
* 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
* [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>
* [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
* Revert "[AAE-10766] upgrade to new About component (#2769)"
This reverts commit 5ce4835e4ce413106f5e745f44724893579d2972.
* restore about dialog changes
* latest ADF alpha