File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
addon/components/eui-flyout Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11{{ #if @ownFocus }}
22 <EuiOverlayMask @onClick ={{ @onClose }} @headerZindexLocation =" below" />
33{{ /if }}
4+ {{ set-body-class " euiBody--hasFlyout" }}
45<div
56 role =" dialog"
67 class ={{ class-names
1314 {{ style
1415 (if (not (or (eq @maxWidth false ) (eq @maxWidth true ))) (inline-styles max-width = @maxWidth ))
1516 }}
16- {{ open-flyout }}
1717 {{ focus-trap
1818 isActive = (arg-or-default @isFocusTrapActive true )
1919 shouldSelfFocus = (arg-or-default @shouldSelfFocus true )
Original file line number Diff line number Diff line change 1+ export { default } from 'ember-eui/components/eui-icon-tip' ;
Original file line number Diff line number Diff line change 1+ export { default } from 'ember-eui/components/eui-tool-tip-popover' ;
Original file line number Diff line number Diff line change 1+ export { default } from 'ember-eui/components/eui-tool-tip' ;
You can’t perform that action at this time.
0 commit comments