* Update Angular and NgRx peer dependencies to v19.2
Updated peerDependencies in aca-content and aca-shared libraries to correctly reflect the Angular 19.2.x and NgRx 19.2.x versions used in the root package.json, replacing outdated >=15.2 version constraints.
* Update rxjs and zone.js peer dependencies to Angular 19 compatible versions
- Updated rxjs peer dependency from >=6.6.6 to ^7.4.0 (compatible with Angular 19)
- Updated zone.js peer dependency from >=0.11.8 to ^0.14.0 || ^0.15.0 (compatible with Angular 19)
- Prevents consumers from installing incompatible RxJS 6 or older Zone.js versions while satisfying Angular 19 peer dependencies
* Add missing @angular/platform-browser and @angular/router peer dependencies
Both libraries import and use components from @angular/platform-browser (HammerModule, DomSanitizer, By) and @angular/router (Router, ActivatedRoute, provideRouter, RouterModule, guards), but these were not declared in peerDependencies. Adding them makes consumer requirements explicit and keeps peer dependencies aligned with actual usage.
* [ci:force][auto-commit] Update dependencies ADF:8.4.0-22182348850 JS:9.4.0-22182348850
* Refactor components to use Angular's dependency injection with `inject` function. Removed unnecessary constructor parameters in `name-column`, `saved-searches-list`, `node-information`, and `content-url` components. Updated `node-actions` service to use string literals for `BatchOperationType`. Adjusted `showHeader` initialization in `document-base-page` component for consistency.
---------
Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
* [MNT-25478] Add Information dialog for nodes and dialog for additional location references
* [MNT-25478] CR fixes
* [MNT-25478] CR fixes
* [MNT-25478] Unit test fix
* [MNT-25478] E2E locator fixes
* [MNT-25478] E2E locator fixes
* [MMNT-25478] Add cm:contains to secondary parents API call
* [MMNT-25478] Small fix
* [MNT-25478] First e2e fixes
* more fixes for e2es
* last e2e fixes
---------
Co-authored-by: Adam Świderski <adam.tomasz.swiderski@gmail.com>
* [ACS-10083]: adds query decoding
* [ACS-10083]: adds unit test for added feature
* [ACS-10083]: unit test fix
* [ACS-10083]: minor fixes
* [ACS-10083]: circular dep fix
* [ACS-10083]: removes redundant code
* [ACS-10083]: test fix
* [ACS-9374] Prevent search popup flicker on Enter key press
* feat: WIP - fixing search input errors for draft PR
* Add test for mat-error on empty search term and handle loading state properly
* Add test for mat-error on empty search term and handle loading state properly
* Add whitespace error and fix unit test for checkbox
* Fix sonarcloud issue for exception
* [ACS-9374] Add validator to aca-shared
* [ACS-9374] Simplify HTML by handling error state in TypeScript
* [ACS-9374] Fix error validation process
* [ACS-9374] Fix sonarcloud issue
* [ACS-9374] Prevent library search with search term less than 2 characters
* [ACS-9374] Show validation error on checking and unchecking checkbox
* [ACS-9374] Provide default value to hasLibrariesConstraint
* [ACS-9374] Close dropdown on search submission
* [ACS-9374] Close menu on search trigger
* [ACS-9374] Remove explicit 0 from setTimeout
* [ACS-9374] Prevent search popup flicker on Enter key press
* feat: WIP - fixing search input errors for draft PR
* Add test for mat-error on empty search term and handle loading state properly
* Add test for mat-error on empty search term and handle loading state properly
* Add whitespace error and fix unit test for checkbox
* Fix sonarcloud issue for exception
* [ACS-9374] Add validator to aca-shared
* [ACS-9374] Simplify HTML by handling error state in TypeScript
* [ACS-9374] Fix error validation process
* [ACS-9374] Fix sonarcloud issue
* [ACS-9374] Prevent library search with search term less than 2 characters
* [ACS-9374] Show validation error on checking and unchecking checkbox
* [ACS-9374] Provide default value to hasLibrariesConstraint
* [ACS-9374] Close dropdown on search submission
* ACS-9789 fixing Issues on metadata sidebar
* ACS-9789 resolving PR review comments
* ACS-9789 Applying the default Style on the specific aca-side-bar or infor-drawer component
* ACS-9789 resolving review comments to replace styles from global to specific component
* Update application.scss
Removing unwanted statement
* Update info-drawer.component.scss
Moved inside the selector aca-info-drawer.
* AAE-9789 fixing the input coloe issue
* ACS-9789 fixing the color issues for labels and form-fields inputs