* [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
* 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
* [ACS-3887] Rule set listing to include linked & inherited rules
* Handled rules & rule sets reloading after a create/update/delete operation
* Linting
* Start rewrite of folder rules service unit tests
* Rules service and rule sets service unit tests
* Readd rules services create, update & delete unit tests
* rule set list ui component unit tests
* Manage rules component unit tests
* Remove & modify comments
* [ci:force][auto-commit] Update @alfresco/js-api to 5.2.0-401 for branch: update-alfresco-dependencies originated from @alfresco/js-api PR: 36873
* [ci:force][auto-commit] Update @alfresco/adf-extensions to 5.2.0-36869 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 36873
* [ci:force][auto-commit] Update @alfresco/adf-core to 5.2.0-36869 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 36873
* [ci:force][auto-commit] Update @alfresco/adf-content-services to 5.2.0-36869 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 36873
* [ci:force][auto-commit] Update @alfresco/adf-cli to 5.2.0-36869 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 36873
* [ci:force][auto-commit] Update @alfresco/adf-testing to 5.2.0-36869 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 36873
* ACS-3545 Fix for e2e tests
Co-authored-by: alfresco-build <alfresco-build@hyland.com>
* Add actions service
* Create components
* Rebasing
* Add card view component
* Moved actions definition call outside of actions list component
* Localisation of parameter and action labels + read only mode for components
* Remove action option
* Default to one item in array
* Handle change of cardview
* Linting
* Add unit tests
* Fix broken unit tests
* Fix unknown word
* Add private to property
* [AAE-6294] The list should be refreshed without allowing a used to select the same folder already deleted
* Changes done as per comment
* resolved build fails
* Add triggers section with checkboxes
* Add some unit tests
* Changed Input property of rule details so that it takes a changeable value rather than just an initial value
* Made separate component with control value accessor for triggers
* Linting
* Change trigger values to lowercase to be in sync with the API
* Minor styling changes and add new rule button to manage rules screen
* Add option for unknown field to be selected
* Add read only to nested composite and simple conditions
* Added unknown field tests for simple condition
* Linting
* Change how the triggers component displays when disabled
* First commit: rules listing
* [ACS-3339] Manage Rules screen / listing - Manage rules screen template & minimal listing
* some changes for rule model
* some changes requested for PR
* a couple more fixes
* removed initial value from aca-rule-details
* spelling error fixed
* First commit: simple and composite condition UI
* Styling, readonly mode, etc...
* Unit tests for RuleSimpleConditionUiComponent
* Validation for composite condition
* Add unit tests for composite conditions
* Revert manage rules screen
* Reset karma conf singleRun to true
* Couple of small changes
* Typo
* created service for rules
* progress on folder-rule service
* some progress with folder-rules service unit testing
* [ACS-3339] Manage Rules screen / listing - Folder rules service
* Review comments
* Review comments