* [ACA-4681] Added feature in DocumentListComponent to auto download a file if it exceeds a pre defined file size threshold
* [ACA-4681] Added test cases for file auto download feature in document list (NOT WORKING)
* [ACA-4681] Fixed unit tests for file auto download feature of document list
* [ACA-4681] Removed unused variables from app.config.json
* [ACA-4681] Resolved code review findings. Local constants are no longer upper case only (used camelCase instead). FileAutoDownload component template now uses mat-dialog provided directives and components. Removed file-auto-download.component.scss. Removed unused methods from file-auto-download.component.ts
* [ACA-4681] Added licence info to file-auto-download-actions.enum.ts
* [ACA-4681] Added license info to file-auto-download.component.ts
* [ACA-4681] Removed empty constructor
* [ACA-4681] Updated appConfig property name from "preview-config" to "viewer".
* [ACA-4681] Added JSDoc for FileAutoDownloadActionsEnum
* [ACA-4681] Updated ADF demo shell application to use "viewer" appConfig object instead of "preview-config"
* [ACA-4681] Resolved lint issues
* [ACA-4681] Removed dependency from NodeActionsService inside DocumentListComponent. FileAutoDownload component now directly triggers the file download, instead of emitting FileAutoDownloadActionsEnum.Download.
* [ACA-4681] Removed unused async. Updated import statement
* [ACA-4681] Added FileAutoDownloadComponent to public-api.ts
* ACS-4126 Moved component for tags creation from applications to ADF, putting that component into Viewer
* ACS-4126 Assigning tags to node and removed reference to modal from component for tags creating
* ACS-4126 Started working on assigning existing tags to node
* ACS-4126 Added newest changes for tags creation component
* ACS-4126 Usage of MatSelectionList, possibility for selecting existing tag
* ACS-4126 Allow to pass already assigned tags to tags creator as default top list
* ACS-4126 Fixed some css issues like aligning of icons, hiden add input icon when input is already visible
* ACS-4126 Allow to unlink tags from content
* ACS-4126 Allow for discard changes and fixed some validation issues
* ACS-4126 Integrate with changes for removing pagination
* ACS-4126 Autoscroll to input, remove scrollbar from search list
* ACS-4126 Code formatting
* ACS-4126 Renamed prefix for tags and style classes
* ACS-4126 Refreshing assigned tags after linking them, disable some operations during saving
* ACS-4126 Remove scrollbar from create label for long text, corrected some validations, use p tag instead of card view for displaying already assigned tags
* ACS-4126 Removed redundant code from tags creator component
* ACS-4126 Corrected translations
* ACS-4126 Hide input during saving
* ACS-4126 Unit tests for ContentMetadataComponent
* ACS-4126 Unit tests for TagService
* ACS-4126 Fixed unit tests for TagsCreator
* ACS-4126 Added documentation
* ACS-4126 Added additional unit tests
* ACS-4126 Fixed lint issues
* ACS-4126 Remove tags from files and folders list when taggable is unchecked
* ACS-4126 Small correction in styles
* ACS-4126 Corrected type for assigning single tag
* ACS-4126 Updated docs
* ACS-4126 Updated docs
* ACS-4126 Fixed some unit tests
* ACS-4126 Fixed lint issues
* ACS-4126 Updated jsdoc
* ACS-4126 Reverted one unwanted line
* ACS-4126 Removed space which caused lint issue
* ACS-4126 Fixed unit tests
* ACS-4126 Restored change
* ACS-4126 Fixed unit tests
* ACS-4126 Small correction
* Label is not persistent as placeholder is being used as the only visual label for a text field, so now added title too
* review comments addressed
* changes for placeholder and mat-label after discussion with shane
* failing unit tests correction
* ACS-4125 Added changes needed to display facets for tags
* ACS-4125 Removed logs
* Add reordering of buckets and facets through configuration + unit tests
---------
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
* ACS-4753 Use TagsAPI instead of SearchAPI to get counters
* ACS-4753 Combined fetching tags and counters in single http call
* ACS-4753 Added unit tests
* ACS-4753 Added documentation
* 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
* ACS-4592 Displaying context menu for tree list row and allow to expand row by clicking at label
* ACS-4592 Added clicking on label for load more button
* ACS-4592 Unit tests
* ACS-4592 Added documentation for context menu for tree component and fixed lint issues
* ACS-4592 Trigger stuck check
* content was overlapping earlier and some of the elements were lost at 400% or 320px equivalent which is fixed now
* extra space removal
* content overlapping verified upto 400% zoom including all other zooms i.e 200% 300% etc
* length-zero-no-unit issue fixed - stylelint
* ACS-4565 Added possibility to search categories
* ACS-4565 Fixed unit test
* ACS-4565 Fixed lint issue
* ACS-4565 Removed extra empty line
* ACS-4565 Replaced tags label with categories label in unit tests
* ACS-4565 Replaced tags label with categories label in doc
* [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
* ACS-4257 - Clicking on filter buttons on search results no longer switches focus from button to first element
* [ACS-4257] Added key listeners to open and close the menus to improve keyboard only usability
* ACS-4257 - Clicking on filter buttons on search results no longer switches focus from button to first element
* [ACS-4257] Added key listeners to open and close the menus to improve keyboard only usability
---------
Co-authored-by: suneet-gupta <suneet.gupta@hyland.com>
* [ACS-4252] Inherited permissions popover can now be opened and closed by enter key press. Added configurableFocusTrap to popover when it is opened.
* [ACS-4252] Removed console.log statement
* [ACS-4124] Display only as much tags as fits container in tag node list
* [ACS-4124] CR fixes
* [ACS-4124] Add hidden, lint fixes, event propagation stopped
* content overlap issue fixed at 400% zoom and close button which was earlier not visible at 400% zoom fixed
* adjusting the contents at 400% zoom by reducing the padding of mat-dialog-container
* linting change of zero-no-unit
* [ADF-5514] Fix red dot still present after filter being cleared
* Add unit test
* Added statement clearing filter after each test so the ordering doesn't cause the unit test to fail
* Move search-input-text from content-services to core
* Move SearchConfigurationInterface into the content-services since is content related
* Rename search-configuration.interface file to search-component.interface
* Update import SearchConfigurationInterface from content-services
* Decouple SearchComponentInterface from js-api
* Decaplre NodeEntry instead using type any
* Remove comment
* Update component import to fix unit test
* Import SearchTextModule into core