* [ACA-4676] Added NonResponsivePreview dialog to download file incase file preview takes longer than a set period of time.
* [ACA-4676] Updated button positioning for non responsive preview dialog
* [ACA-4676] Added documentation for NonResponsivePreviewDialog functionality for viewer.component.ts
* [ACA-4676] Added unit tests for NonResponsivePreviewDialog
* [ACA-4676] Updated template of NonResponsivePreviewDialog to use components and directives from mat-dialog. Removed non-responsive-dialog.component.scss. Removed unused methods from non-responsive-dialog.component.ts
* [ACA-4676] Corrected typo in NonResponsivePreviewDialog unit tests
* [ACA-4676] Added test cases for NonResponsivePreviewDialog in viewer.component.ts. NOT WORKING
* [ACA-4676] Fixed test cases for non-responsive preview dialog. Moved NonResponsivePreview dialog tests to separate describe block. Updated component code to make properties and methods visible to testing environment
* [ACA-4676] Migrated viewer component test env setup from setupTestBed() to TestBed.configureTestingModule(). Moved NonResponsivePreviewDialog unit tests to inside parent Viewer component describe block
* [ACA-4676] Removed unused async tag. Added license info to non-responsive-dialog.component.ts and non-responsive-preview-actions.enum.ts
* [ACA-4676] Updated code to use "viewer" appConfig object instead of "preview-config". Added non-responsive-preview-actions.enum.ts to public-api.ts
* [ACA-4676] Resolved potential lint issues
* [ACA-4676] Updated non responsive preview to look for viewer config object inside app.config instead of preview-config
* [ACA-4676] Removed duplicate import for @adf/core. Added NonResponsiveDialogComponent to adf/core exports
* [ACA-4676] Renamed properties/config/documentation from nonResponsivePreview to downloadPrompt. Renamed NonResponsivePreviewActionsEnum to DownloadPromptActions.
* [ACA-4676] Resolved linting and unit test failures
* [ACA-4676] Changed dataType for timers to number. Updated code to use window.setTimeout(), instead of just setTimeout(). Added missing whitespace. Updated method names in demo shell to use 'downloadPrompt' naming scheme.
* [ACA-4676] Fixed incorrect import statement in viewer.module.ts for download-prompt-dialog
* [ACA-4676] Testing disabled by default behaviour of downloadPrompt feature
* [ACA-4676] Changed default value for enableDownloadPrompt and enableDownloadPromptReminders to false in app.config.json
* [ACA-4676] Removed un-needed AppConfig configurations from unit tests
* [AAE-11885] adjust task list html and css to use material components
* [AAE-11885] adjust process list and tests
* [ci:force]
* [AAE-11885] add variable for spacing
* [ci:force]
* undo functionality added for input after selecting destination folder for Create and Edit a rule
* review comments addressed and added 3 more test cases
* used built in type KeyboardEvent instead of interface and combining 2 if conditions - shorten the code
* removed duplicate line of code
* removed duplicate code from test cases
* redundant code removed for render chips for multivalue properties test cases using resuable function
* code smell reduction
* [HXCS-1322] fix e2e NotificaionComponent demo
* [HXCS-1173] revert to one line
* [HXCS-1173] move new test after breaking tests
---------
Co-authored-by: Adriano Costa <Adriano.Costa@hyland.comgit>
* [ACS-4746] Returning focus to trigger element after restore option is selected and manage version modal is closed
* [ACS-4746] Returning focus to trigger element after restore in manage versions PR
* [ACS-4746] Returning focus to trigger element after restore option is selected in manage version and test cases for the change.
* AAE-13069: Removing extra div inside mat label
* AAE-13069: Removing font size css rule and applying right class to the mat label
* AAE-13069: Refactoring text item component based on Angular Material
* AAE-13069: Updated unit test
* AAE-13069: Fixed lint issues
* AAE-13069: Fixed styles
* AAE-13069: Updated e2e tests
* AAE-13069: Updated e2e tests
* [AAE-12511] Wait for the app configuration to be set with the right idp configuration
* [AAE-12511] Wait for the api service to be loaded to fix AlfrescoApi instance undefined
* AAE-12872 replaced global variables related to foreground text
* AAE-12872 replaced global css variables related to foreground
* AAE-12872 replaced global css variables related to background,palette colors
* [AAE-10779] Update documentation
* [AAE-10779] Update demo-shell user-info component call
* [AAE-10779] Ecm user info component
* [AAE-10779] Identity user info component
* [AAE-10779] Bpm user info component
* [AAE-10779] Remove ecm-panel id references
* [AAE-10779] add stories and remove old component
* [AAE-10779] Update doc version and remove leftover html tag
* trigger travis
* [AAE-10779] rename ecm-user-info to content-user-info and bpm-user-info to process-user-info
* [AAE-10779] update docs
* [AAE-10779] fix demo-shell user-info
* [AAE-10779] add docs