File tree 6 files changed +12
-8
lines changed
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
+ >
2
6
{{ #if (and this.trimmedQuery this.search.isIdle )}}
3
- <ModalDialog
7
+ <DocsModalDialog
4
8
@tetherTarget =" [data-search-box]"
5
9
@attachment =" top left"
6
10
@clickOutsideToClose ={{ true }}
30
34
</li >
31
35
{{ /each }}
32
36
</ul >
33
- </ModalDialog >
37
+ </DocsModalDialog >
34
38
{{ /if }}
35
39
</div >
Original file line number Diff line number Diff line change 1
- <ModalDialog
1
+ <DocsModalDialog
2
2
@tetherTarget =" [data-version-selector]"
3
3
@attachment =" top right"
4
4
@clickOutsideToClose ={{ true }}
69
69
</li >
70
70
{{ /each }}
71
71
</ul >
72
- </ModalDialog >
72
+ </DocsModalDialog >
Original file line number Diff line number Diff line change 1
1
{{ #if this.isShowingKeyboardShortcuts }}
2
- <ModalDialog
2
+ <DocsModalDialog
3
3
@animatable ={{ true }}
4
4
@overlay ={{ true }}
5
5
@wrapperClass =" docs-fullscreen-modal docs-keyboard-shortcuts-modal modal-fade"
184
184
</tbody >
185
185
</table >
186
186
</div >
187
- </ModalDialog >
187
+ </DocsModalDialog >
188
188
{{ /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