* ACS-6644 review search docs and examples
* ACS-6644 change widget description to more precise
* ACS-6644 small formatting fix, add new component links to main connected pages
* [ACS-6644] trigger codeQL job
* ACS-5483 Added possibility to load and update group
* ACS-5483 Implemented unsaved changes dialog
* ACS-5483 Removed console log
* ACS-5483 Made dynamic chip list reusable
* ACS-5483 Fix for more than one row chips
* ACS-5483 Fix for pagination
* ACS-5483 Added some fixes
* ACS-5483 Fixed displaying tags for node
* ACS-5483 Renamed css classes
* ACS-5483 Fixed resizing when chips have pagination
* ACS-5483 Clearing code
* ACS-5483 Documentation for dynamic chip list component
* ACS-5483 Documentation for unsaved changes dialog and guard
* ACS-5483 Documentation for group service
* ACS-5483 Unit tests for GroupService
* ACS-5483 Unit tests for dynamic chip list component
* ACS-5483 Changed fdescribe to describe
* ACS-5483 Unit tests for tag node list component
* ACS-5483 Unit tests for unsaved changes dialog component
* ACS-5483 Unit tests for unsaved changes guard
* ACS-5483 Added description field to group models
* ACS-5483 Correction for updating with description
* ACS-5483 Fixed lint issues
* ACS-5483 Addressed PR comments
* ACS-5483 Reduced complexity
* ACS-5483 Reduced complexity
* ACS-5483 Addressed PR comments
* [MNT-23433] configure position for close button
* [MNT-23433] added documentation
* [MNT-23433] unit test title fix
* [MNT-23433] setting close button position
* [MNT-23433] removed extra space
* [MNT-23433] lint issue resolved
* [MNT-23433] setting default position to left
* [MNT-23433] updated the type
* [MNT-23433] add check for info button
* [MNT-23433] indentation fix
* [MNT-23433] documentation added
* [MNT-23433] unit test updated
* [MNT-23433] linting issue resolved
* [MNT-23433] update unit test
* [MNT-23433] lint issue resolved
* [ACS-6325] save datatable columns configuration for width & visibility
* [ACS-6325] emit document list columns configuration
* [ACS-6325] linting fixes
* [ACS-6340] some fixes for actions menu
* [ACS-6107] Removed date range component from ADF content-services
* [ACS-6107] Removed references of date range component in code
* [ACS-6107] Updated documentation to replace occurrences of date range component with date-range-advanced-tabbed component
* [ACS-6107] Renamed DateRangeAdvanced to DateRange. Renamed DateRangeAdvancedTabbed to DateRangeTabbed
* [ACS-6107] Fixed missing export of SearchDateRangeTabbedComponent
* [ACS-6107] Replaced occurrences of date-range-advanced with date-range in HTML and Unit Tests automation ids
* [ACS-6107] Documentation corrections
* [ACS-6107] Reverted unneeded documentation formatting
* [ACS-6107] Reverted unneeded documentation formatting
* [ACS-6107] Reverted unneeded documentation formatting
* [ACS-6107] Migrated unneeded E2E test case to unit test
* [ACS-6107] Removed search-date-range E2E
* [ACS-6107] Resolved PR comments. Removed date-range-filter.page.ts. Removed unused translation keys. Updated documentation to refer proper comment name
* [ACS-6107] Updated documentation for SearchDateRange component to mention the change from original configuration to the newer configuration
* [ACS-6107] Corrected wrong version in documentation
* [ci:force]
* [ACS-6107] Removed unneeded file
* [ACS-6107] Updated unit tests and mock data after rebase
* [ci:force]
* [ACS-6107] Revert unneeded change. Remove unneeded file
* [ci:force]
* [ACS-6107] Updated E2E search config
* [ci:force]
* [ACS-6107] Updated E2E expects after component changes
* [ci:force]
* ACS-6252 Added rules field to SearchCategory interface
* ACS-6252 Hide aspects related with tags and categories if tags and categories features are disabled
* ACS-6252 Return from services information if tags and categories are disabled
* ACS-6252 Unit tests for changes in AspectListDialogComponent
* ACS-6252 Unit tests for changes for AspectListComponent
* ACS-6252 Unit tests for DialogAspectListService
* ACS-6252 Unit tests for changes for TagService and CategoryService
* ACS-6252 Updated documentation for changes
* ACS-6252 Fixed imports formatting
* ACS-6252 Fix after rebasing
* ACS-6252 Addressed PR comments
* ACS-6252 Excluded e2es
* Bump js-api version
* Fix imports
* Fix content-services unit tests
* Fix process-services unit tests
* [ci:force] Trigger CI
* Fix code smells
* Fix orderBy param
* Fix code smells
* Fix failing unit tests
* Bump js-api version and align with new changes
* Remove dangling coma
* Fix delete return type
* Add correct date format in task filters e2es
* Fix typing in task filter sorting
* Fix activiti content api import
* Add null check for has avatar
* Make User class instead of type
* Fix user type in comment model
* Fix sonar cloud issue
* Type fixes
* Update js-api version
* [ci:force] migrate from QueryBody to SearchQuery
* [ci:force] migrate from QueryBody to SearchQuery
* [ci:force] migrate from QueryBody to SearchQuery
* [ci:force] update docs and variables as per code review
[ACS-4985] Revert test fix for e2e execution. Updated search.config.ts for e2e test cases
Testing global install of webdriver-manager for e2e webdriver fix
[ACS-4985] Resolved e2e test failures
[ACS-4985] Increased value for drag emulation to account for increased width of the side filters panel in demo-shell search results window.
[ACS-4985] Resolved unit test failures
[ACS-4985] Resolved lint issues
[ACS-4985] Moved new components to v6.2.0 in versionIndex.md
[ACS-4985] Added documentation to versionIndex.md and README.md
[ACS-4985] Moved inLast input field back to input type number.
[ACS-4985] Resolved issue where typing a special character after adding some numbers in the 'In the last' input field would clear out the field
[ACS-4985] Updated test cases after query generation changes
[ACS-4985] Added missing null check when generating query
[ACS-4985] Added *ngFor back to the search-date-range-advanced-tabbed.component.html
[ACS-4985] Updated query generation logic. Now both 'In the last' and 'Between' options use the start date to end date query format
[ACS-4985] Removed ANY case from switch (will be handled by default case)
[ACS-4985] Split declarations into multiple lines
[ACS-4985] Fixed code smell in regex
[ACS-4985] Updated dates in documentation
[ACS-4985] Updated documentation
[ACS-4985] Added link for AngularMaterial bug for CSS workaround
[ACS-4985] Added test cases for end date validation. Fixed minor issue when setting invalid date error on between date form fields
[ACS-4985] Added validation when user manually enters the start and end dates
[ACS-4985] Added borders to inputs
[ACS-4985] Updated test cases for SearchDateRangeAdvancedTabbedComponent
[ACS-4985] Transferred business logic from SearchDateRangeAdvancedComponent and SearchFilterTabbedComponent to SearchDateRangeAdvancedTabbedComponent. Updated test cases accordingly
[ACS-4985] Resolved PR review comments
[ACS-4985] Removed unused code from base-query-builder.service.ts
[ACS-4985] Resolved linting and unit test issues
[ACS-4985] Resolved minor issues where switching between tabs could sometime cause the tab content to not show up
[ACS-4985] Resolved minor issues with display label creation
[ACS-4985] Updated component to use MatDateFnsAdapter. BetweenStartDate and BetweenEndDate are now formatted when selected from the calender
[ACS-4985] Resolved issue where clear button would not clear the values properly
[ACS-4985] Added @angular/material-date-fns-adapter package
[ACS-4985] Added image for updated documentation
[ACS-4985] Added validation to SearchDateRangeAdvancedComponent
[ACS-4985] Updated documentation for components
[ACS-4985] Removed disableUpdateOnSubmit flag from search widgets
[ACS-4985] Updated the documentation for the components
[ACS-4985] Added test cases for SearchDateRangeAdvancedTabbedComponent. Moved pending logic from template to typescript
[ACS-4985] Added clear and apply button to SearchDateRangeAdvancedTabbedComponent. Moved logic from template to typescript file
[ACS-4985] Updated test cases for SearchFilterTabbedComponent. Added safety checks to component
[ACS-4985] Added field validation to test case
[ACS-4985] Updated SearchDateRangeAdvancedTabbed component to no longer use getters and setters
[ACS-4985] Updated test cases for SearchDateRangeAdvancedComponent. Minor updates to the component template and logic. Component no longer uses getters and setters in template
[ACS-4985] Updated SearchDateRangeAdvancedTabbed component to use variables instead of getters and setters
[ACS-4985] Updated app.cconfig for demo-shell to use new date-range-advanced configuration
ACS-4985 Fixed issue with nx build, some clean ups, using changes in configuration
[ACS-4985] Updated test cases for changed date format
[ACS-4985] Updated date formats for SearchDateRangeAdvancedComponent
[ACS-4985] Removed fdescribe test cases for SearchDateRangeAdvancedComponent.
[ACS-4985] Fixed test cases for SearchDateRangeAdvancedComponent.
[ACS-4985] Fixed erroneous imports
[ACS-4985] Added license headers and re-ordered imports
[ACS-4985] Updated test cases for SearchDateRangeAdvancedComponent from moment.js to date-fns
[ACS-4985] Migrated SearchDateRangeAdvancedComponent from moment.js to date-fns
Added import for BaseQueryBuilderService in public-api.ts. Fixes#8647
[ACS-4985] Updated imports in test cases
[ACS-4985] Added exports for SearchDateRangeAdvanced and SearchFilterTabbed components to public-api.ts. Updated imports in both components
[ACS-4985] Resolved minor issue where the reset method would still trigger multiple api calls when used with the TabbedComponent
[ACS-4985] Added test cases for SearchDateRangeAdvancedComponent. Minor update to test cases for SearchFilterTabbedComponent
[ACS-4985] Updated Labels for 'In last' date range option
[ACS-4985] Updated SearchModule declarations. Fixed minor typo in SearchFilterTabbedComponent
[ACS-4985] Added test cases for SearchFilterTabbedComponent. Added test case placeholders for SearchDateRangeAdvancedComponent
[ACS-4985] Added data-automation-id to search-date-range-advanced.component.html
[ACS-4985] Added test cases for SearchFilterTabbedComponent
[ACS-4985] Removed vertical mode from SearchFilterTabbedComponent
[ACS-4985] Updated UI for search filters. Minor fixes
[ACS-4985] Added documentation for SearchFilterTabbedComponent and SearchDateRangeAdvancedComponent
[ACS-4985] Added compatibility of all search filters/facets with SearchFilterTabbedComponent
[ACS-4985] Using widget-composite component now correctly updates the search query on submit. Added optional property to disable update on submit button click for widget-composite.
[ACS-4985] Added SearchFilterTabbedComponent and SearchDateRangeAdvancedComponent. Added config for using the new components
* ACS-5183 Created component which displays form to search nodes by file type and size
* ACS-5183 Validate proper value in number input and allow to use custom file types
* ACS-5183 Corrected problem with styles, case insensitive compare for extensions
* ACS-5183 Added translations, styles for selecting type, proper comparator for types
* ACS-5183 Prevent adding custom file type when selecting existing one
* ACS-5183 Corrected bytes for each file size unit and clear number input when value is incorrect
* ACS-5183 Added documentation for search properties component, updated documentation for search chip autocomplete input and taking values from settings
* ACS-5183 Unit tests
* ACS-5183 Added automation ids
* ACS-5183 Added missing license header
* ACS-5183 Fixed lint issues
* ACS-5183 Fixed build issue
* [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
* 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