@ux-aspects/ux-aspects
Version:
Open source user interface framework for building modern, responsive, mobile big data applications
15 lines (14 loc) • 946 B
TypeScript
import { FocusIndicatorDirective } from './focus-indicator.directive';
import * as i0 from "@angular/core";
/**
* This directive can be used to target specific elements based on their CSS
* class so we can control when the focus shows. This will help prevent us
* polluting the FocusIndicatorDirective with an lot of selectors.
*
* If the button has a uxFocusIndicator, uxMenuTriggerFor or uxMenuNavigationToggle directive applied we should skip this
*/
export declare class DefaultFocusIndicatorDirective extends FocusIndicatorDirective {
constructor();
static ɵfac: i0.ɵɵFactoryDeclaration<DefaultFocusIndicatorDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<DefaultFocusIndicatorDirective, ".btn:not([uxFocusIndicator]):not([uxMenuNavigationToggle]):not([uxMenuTriggerFor]), a[href]:not([uxFocusIndicator]):not([uxMenuNavigationToggle]):not([uxMenuTriggerFor])", never, {}, {}, never, never, false, never>;
}