2017-10-20 03:51:08 +08:00
|
|
|
{{component headerComponent
|
2017-11-21 18:53:09 +08:00
|
|
|
tabindex=tabindex
|
2018-01-11 16:39:51 +08:00
|
|
|
shouldDisplayFilter=shouldDisplayFilter
|
2017-10-20 03:51:08 +08:00
|
|
|
isFocused=isFocused
|
|
|
|
isExpanded=isExpanded
|
2017-11-21 18:53:09 +08:00
|
|
|
computedContent=headerComputedContent
|
2018-01-11 16:39:51 +08:00
|
|
|
deselect=(action "deselect")
|
|
|
|
toggle=(action "toggle")
|
|
|
|
filterComputedContent=(action "filterComputedContent")
|
|
|
|
clearSelection=(action "clearSelection")
|
2017-10-20 03:51:08 +08:00
|
|
|
options=headerComponentOptions
|
|
|
|
}}
|
|
|
|
|
2017-11-21 18:53:09 +08:00
|
|
|
<div class="select-kit-body">
|
2017-10-20 03:51:08 +08:00
|
|
|
{{component filterComponent
|
2018-01-11 16:39:51 +08:00
|
|
|
filter=filter
|
2017-10-20 03:51:08 +08:00
|
|
|
icon=filterIcon
|
2017-11-10 02:57:53 +08:00
|
|
|
shouldDisplayFilter=shouldDisplayFilter
|
2017-10-20 03:51:08 +08:00
|
|
|
placeholder=(i18n filterPlaceholder)
|
2018-01-11 16:39:51 +08:00
|
|
|
isFocused=isFocused
|
|
|
|
filterComputedContent=(action "filterComputedContent")
|
2017-10-20 03:51:08 +08:00
|
|
|
}}
|
|
|
|
|
2017-11-10 02:57:53 +08:00
|
|
|
{{#if renderedBodyOnce}}
|
2017-10-20 03:51:08 +08:00
|
|
|
{{component collectionComponent
|
2017-12-13 17:49:32 +08:00
|
|
|
collectionHeader=collectionHeader
|
2017-11-21 18:53:09 +08:00
|
|
|
hasSelection=hasSelection
|
|
|
|
noneRowComputedContent=noneRowComputedContent
|
|
|
|
createRowComputedContent=createRowComputedContent
|
|
|
|
filteredComputedContent=filteredComputedContent
|
2017-10-20 03:51:08 +08:00
|
|
|
rowComponent=rowComponent
|
|
|
|
noneRowComponent=noneRowComponent
|
|
|
|
createRowComponent=createRowComponent
|
|
|
|
templateForRow=templateForRow
|
|
|
|
templateForNoneRow=templateForNoneRow
|
|
|
|
templateForCreateRow=templateForCreateRow
|
2018-01-11 16:39:51 +08:00
|
|
|
clearSelection=(action "clearSelection")
|
|
|
|
select=(action "select")
|
|
|
|
highlight=(action "highlight")
|
|
|
|
create=(action "create")
|
2017-10-20 03:51:08 +08:00
|
|
|
noContentLabel=noContentLabel
|
|
|
|
highlightedValue=highlightedValue
|
|
|
|
computedValue=computedValue
|
2017-11-21 18:53:09 +08:00
|
|
|
shouldDisplayNoContentRow=shouldDisplayNoContentRow
|
2017-10-20 03:51:08 +08:00
|
|
|
rowComponentOptions=rowComponentOptions
|
|
|
|
}}
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
|
2017-11-21 18:53:09 +08:00
|
|
|
<div class="select-kit-wrapper"></div>
|