* ACS-5647 Removed template for view mode and used template for edit mode instead
* ACS-5647 Fixed auto focus for name field
* ACS-5647 Reverted data automation id
* ACS-5647 Corrected unit tests
* e2e fix for library details
---------
Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
* ACS-6085 Prevent user from renaming library to name containing only spaces
* ACS-6085 Trimmed value
* ACS-6085 Unit tests for titleErrorTranslationKey and update function
* ACS-6085 Unit tests
* ACS-6085 Removed redundant code
* ACS-6085 Set type for validateEmptyName function
* ACS-6085 Rename error translation key for required error
* ACS-6085 Empty commit
* [ACS-5611] Add custom metadata panels as new extensions feature
* [ACS-5611] Add custom metadata panels unit tests
* [ACS-5611] Minor fixes
* [ACS-5611] Text ellipsis for name column to always display badges
* [ACS-5611] Use latest ADF and JS-API
* [ACS-5611] Unit test fix
* [ACS-5611] Click action only if exists
* ACS-5949 Disabling Update button when changes are saved, cancel button reverts now proper values
* ACS-5949 Prepared reusable function
* ACS-5949 Prepared reusable function
* ACS-5949 Unsubscribing, disabling update button when cancelled
* ACS-5949 Unit tests
* ACS-5949 Moved mock to beforeEach
* ACS-5949 Renamed function
* [ACS-5601] Add badges to name column component
* [ACS-5601] Add on click handler to column badges
* [ACS-5601] Fix badge hover color
* [ACS-5601] Restore modal configuration, prettier fixes
* [ACS-5601] Add missing tooltip translation
* [ACS-5601] Add process content services to extension service
* [ACS-5601] Add adf dynamic component to custom name column
* [ACS-5601] Add missing dosc and unit tests
* [ACS-5601] Post rebase package lock update
* [ACS-5601] CR fixes
* [ACS-5601] Unit test fix
* [ACS-5601] CR fix
* [ACS-5601] Fix unit test, add contrast gray to badges
* [ACS-5601] fix fail test and exclude one test
* [ACS-5601] fix fail test and exclude one test
---------
Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
* [ACS-5678] create folder from template tests
* taking out only flag
* fixes for linter, import, method name and locator
* fix import and utils strings
* icon classes updated as per the figma
* removed the unsed class
* review comments resolved
* removed unnecessary css classes
* updated icon name
* updated the icon class
* [ACS-5842] - viewer details disappear on button click
* Change e2e and unit tests
* Change e2e and unit tests
* Change e2e and unit tests
* Change e2e and unit tests
* Change e2e and unit tests
* ACS-5281 Changed editable state of metadata content based on change of file lock state
* ACS-5281 Updated versions
* ACS-5281 Reverted change
* ACS-5281 Upgrade version
* ACS-5281 Small correction
* ACS-5281 Fixed e2e
* ACA-4712 Added rule to prevent using important for styles
* ACA-4712 Removed important from some global styles and from manage rule component
* ACA-4712 Removed important from rest global and theme styles
* ACA-4712 Removed usages of important from styles for components
* rename tabs css class to match the ACA app
* fix incorrect tooltip for close button
* fix close button layout and a11y
* lazy loading for details component
* replace breadcrumbs with H1 tag
* replace breadcrumbs with H1 tag
* cleanup unused playwright pages
* remove breadcrumbs from e2e
* remove line height
* [ACS-511]-adding-library-tests
* updating tests and adding before and after all
* spinner timeouts update
* updating import statement
* update error locator
* adding random method in general utils
* [ACA-4715] break dependency on envsubst (#3325)
* remove BPM host
* break dependency on envsubst
* remove prebuild script
* cleanup package.json
* [ACS-511]-adding-library-tests
* adding lost MyLibrariesPage import
* rebase page initialization merge
* [ACS-511]-adding-library-tests
* comma deleted
* fix readability and indentation
* adding id to info drawer
* adding index and updating import
* updating after wrong rebase
* after rebase
* updating tests and adding before and after all
* updating import statement
* update error locator
* adding random method in general utils
* [ACS-511]-adding-library-tests
* comma deleted
* fix readability and indentation
* adding id to info drawer
* adding index and updating import
* next after rebase
* update delete in folder tests
* providing string as parameter
* after rebase
* updating tests and adding before and after all
* adding random method in general utils
* [ACS-511]-adding-library-tests
* comma deleted
* [ACS-511]-adding-library-tests
* adding index and updating import
* providing string as parameter
* delete protractor create-library tests
* update for calls in expect method
* bump to 4.2.0 (#3334)
* adding random method in general utils
* adding index and updating import
* providing string as parameter
* after rebase
* providing string as parameter
* update for tests C280026 and C280027
* raising time for visibility check
* quotes change in error strings
* adding waitFor method
* raising timeout in isErrorMessageDisplayed method
* updating mat-error locator
* adding press tab after fill
* update general-utils to utils for random
* updating label typo
---------
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
* ACA-4709 Added use-none-component-view-encapsulation eslint rule and correct part of components
* ACA-4709 More changes for encapsulation
* ACA-4709 Installed eslint-plugin-eslint-angular dependency
* ACA-4709 Corrected rest places with did not use none encapsulation
* ACA-4709 Exclude process inline templates plugin from spec files
* [ACS-5088] Replaced method calls in templates with variables
* [ACS-5088] Replaced method calls in templates with variables
* [ACS-5088] Replaced method calls for *ngIf and *ngFor with variables - Batch 1 (WIP)
* [ACS-5088] Replaced method calls for *ngIf and *ngFor with variables - Batch 2 (WIP)
* [ACS-5088] Replaced instances of $any with cast pipe. Replaced other instances of method calls in templates with variables
* [ACS-5088] Resolved test cases
* [ACS-5088] Resolved test cases in aca-content library
* [ACS-5088] Resolved test cases in aca-shared library
* [ACS-5088] Resolved test cases in aca-folder-rules library
* [ACS-5088] Reverted usage of cast pipe to $any()
* [ACS-5088] Fixed incorrect revert
* [ACS-5088] Resolved code review findings - shortened expressions and made onDestroy subjects use void instead of boolean
* [ACS-5088] Resolved code review findings - changed parameter name in sort function
* [ACS-5088] Resolved code review findings - added 'void' type to onDestroy subjects
* [ACS-5088] Upgraded eslint version to 8.41.0. Added "@angular-eslint/template/no-call-expression" rule to prevent function calls in templates unless needed (reports warnings)
* [ACS-5088] Resolved typo in ToggleFavoriteComponent