File tree Expand file tree Collapse file tree 6 files changed +12
-8
lines changed Expand file tree Collapse file tree 6 files changed +12
-8
lines changed Original file line number Diff line number Diff line change 1- <div {{ did-insert (perform this.search )}} {{ did-update (perform this.search ) @query }} ...attributes>
1+ <div
2+ {{ did-insert (perform this.search )}}
3+ {{ did-update (perform this.search ) @query }}
4+ ...attributes
5+ >
26 {{ #if (and this.trimmedQuery this.search.isIdle )}}
3- <ModalDialog
7+ <DocsModalDialog
48 @tetherTarget =" [data-search-box]"
59 @attachment =" top left"
610 @clickOutsideToClose ={{ true }}
3034 </li >
3135 {{ /each }}
3236 </ul >
33- </ModalDialog >
37+ </DocsModalDialog >
3438 {{ /if }}
3539</div >
Original file line number Diff line number Diff line change 1- <ModalDialog
1+ <DocsModalDialog
22 @tetherTarget =" [data-version-selector]"
33 @attachment =" top right"
44 @clickOutsideToClose ={{ true }}
6969 </li >
7070 {{ /each }}
7171 </ul >
72- </ModalDialog >
72+ </DocsModalDialog >
Original file line number Diff line number Diff line change 11{{ #if this.isShowingKeyboardShortcuts }}
2- <ModalDialog
2+ <DocsModalDialog
33 @animatable ={{ true }}
44 @overlay ={{ true }}
55 @wrapperClass =" docs-fullscreen-modal docs-keyboard-shortcuts-modal modal-fade"
184184 </tbody >
185185 </table >
186186 </div >
187- </ModalDialog >
187+ </DocsModalDialog >
188188{{ /if }}
File renamed without changes.
Original file line number Diff line number Diff line change 1+ export { default } from 'ember-cli-addon-docs/components/docs-modal-dialog' ;
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments