[ACS-6565] ADW - Document List View Header - UX Bugs (#9269)

This commit is contained in:
jacekpluta
2024-01-31 08:41:20 +01:00
committed by GitHub
parent cb7f4ffda2
commit 81c17da099
5 changed files with 54 additions and 21 deletions

View File

@@ -15,7 +15,18 @@
* limitations under the License.
*/
import { Component, Input, Output, OnInit, EventEmitter, ViewEncapsulation, ViewChild, Inject, OnDestroy, ElementRef } from '@angular/core';
import {
Component,
Input,
Output,
OnInit,
EventEmitter,
ViewEncapsulation,
ViewChild,
Inject,
OnDestroy,
ElementRef
} from '@angular/core';
import { ConfigurableFocusTrapFactory, ConfigurableFocusTrap } from '@angular/cdk/a11y';
import { DataColumn, TranslationService } from '@alfresco/adf-core';
import { SearchWidgetContainerComponent } from '../search-widget-container/search-widget-container.component';