* header row as adf-datatable-row
* remove tabindex if header is hidden
* adjust logic if no row data is passed
* skip row focus if disabled
* set active row index on header interaction
* take in account header row
* fix header row and cells focus
* tests
* fix reference
* fix tests
* [ADF-4936] fix for auth guard with silent Login true
* [ADF-4936] check only for isOAuth...
* [ADF-4936] fix all auth guards when silent Login true
* [ADF-4936] unit tests
* [ADF-4936] fix doc info
* [ADF-4936] types and null checks
* [ADF-4936] fallback option in case silentLogin is missing from settings
* [ADF-4936] refactoring
* try to fix e2e test [C299158] Login component - SSO Grant type password (implicit flow false)
* Fix e2e test [C299158] Login component - SSO Grant type password (implicit flow false)
* [ADF-4936] show the error page when route path is unknown
* [ADF-4936] remove ssoImplicitLogin and do the redirectToUrl instead
-the implicit login concern is already in the JS-API
* [ADF-4936] refactor to simplify code
- the removed 'if' conditions cover all possible 'else' cases
* [ADF-4936] remove unneeded method
* [ADF-4871] [TaskHeaderCloudComponent] Add Candidate Users/Groups properties
* Added Candidate users/groups properties to the task heade cloud component.
* * Created CardViewArrayItemComponent
* Modified FullName pipe to return username or email incase fullname missing.
* Added candidate Users/Groups properties to the taskcloudheader component.
* Added two service into task-cloudservice
* Updated Demoshell card-view with new widget
* * Fixed failing unit test
* * Fixed comments.
* * Refactored CardViewArrayItem model
* Fixed comments.
* * Changed candidate group icon
* Set aria expanded for the sidenav toggle bar
* Define initialSidenavExpanded which can be set in the demo shell than as taken the same true or false value as the sideNav.expandedSidenav value.
* Added some unit tests for the sidenav toggle aria-expanded behaviour
* Update lib/core/layout/components/header/header.component.ts
Co-Authored-By: Denys Vuika <denys.vuika@alfresco.com>
* Update lib/core/layout/components/header/header.component.html
Co-Authored-By: Denys Vuika <denys.vuika@alfresco.com>
* Update demo-shell/src/app/components/app-layout/app-layout.component.html
Co-Authored-By: Denys Vuika <denys.vuika@alfresco.com>
* Update lib/core/layout/components/header/header.component.html
Co-Authored-By: Denys Vuika <denys.vuika@alfresco.com>
* As suggested from Denys remove initialSidnavExpanded property as we already have expandedSidenav
* As suggested from Denys remove initialSidnavExpanded property as we already have expandedSidenav
* As suggested from Denys remove initialSidnavExpanded property as we already have expandedSidenav
* Be able to build conten with ng build content-service
* fix tslint
* The translate module is necessary
* Rollback the build commands
* Rollback
* Remove wrong imports
* Trigger the build
* actions accessibility
* lint
* access setEditMode by keyboard
* fix test
* update action automation id reference
* update element finder reference
* update automation id reference
* remove cookie test after check
* remove cookie test after check
* remove cookie test after check
* remove cookie test after check
* make nullable variable optional in cookie
* make nullable variable optional in cookie
* Angular 9 compatibility: add explicit types to prevent automatic deep imports
If you do not provide an explicit return type to a function then TypeScript
will try to guess it and create a dynamic import type for the `.d.ts` files.
Often the imports incorrectly point to a path deep within a package,
rather than accessing the type via the correct public facing import.
From Angular v9, using ivy, such deep imports cause compilation
errors and will prevent this library from being used for ivy enabled
applications.
This commit fixes this problem for a component and a service that
the adf-core library exports.
* Angular 9 compatibility: import DOCUMENT from `@angular/common`
In Angular 7 importing `DOCUMENT` from `platform-browser` was
deprecated, and it was removed completely in Angular 8.
* fix type afterlast alpha
* fix type after last alpha
* fix types demo shell
* [ADF-4893] Fix visibility condition in datatable action menu
* Add filtering for when menu cache is disabled
* Fix unit test and improve code
* Fix linting
* Fix linting
* Add missing return type
* migrate IdentityRoleService implementation
* update unit tests
* move interfaces to the origin
* move models to proper places
* migrate model to interface
* fix test
* update docs
* fix test
* update-js-api
* update-js-api
* invert test order for some reason
* split before save publicUrls
* split before save publicUrls
* [ADF-4810] split if publicUrls is not Array
* [ADF-4810]better check for string