2018-02-26 18:42:57 +08:00
|
|
|
{{#component headerComponent
|
2017-11-21 18:53:09 +08:00
|
|
|
tabindex=tabindex
|
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")
|
|
|
|
clearSelection=(action "clearSelection")
|
2017-10-20 03:51:08 +08:00
|
|
|
options=headerComponentOptions
|
|
|
|
}}
|
|
|
|
{{component filterComponent
|
2018-02-26 18:42:57 +08:00
|
|
|
icon=filterIcon
|
|
|
|
placeholder=filterPlaceholder
|
2018-01-11 16:39:51 +08:00
|
|
|
filter=filter
|
2018-02-26 18:42:57 +08:00
|
|
|
hasSelection=hasSelection
|
2018-02-14 00:23:12 +08:00
|
|
|
isLoading=isLoading
|
2017-11-10 02:57:53 +08:00
|
|
|
shouldDisplayFilter=shouldDisplayFilter
|
2018-01-11 16:39:51 +08:00
|
|
|
isFocused=isFocused
|
|
|
|
filterComputedContent=(action "filterComputedContent")
|
2017-10-20 03:51:08 +08:00
|
|
|
}}
|
2018-02-26 18:42:57 +08:00
|
|
|
{{/component}}
|
2017-10-20 03:51:08 +08:00
|
|
|
|
2018-02-26 18:42:57 +08:00
|
|
|
<div class="select-kit-body">
|
2017-11-10 02:57:53 +08:00
|
|
|
{{#if renderedBodyOnce}}
|
2017-10-20 03:51:08 +08:00
|
|
|
{{component collectionComponent
|
2018-01-26 21:42:24 +08:00
|
|
|
collectionHeaderComputedContent=collectionHeaderComputedContent
|
2017-11-21 18:53:09 +08:00
|
|
|
hasSelection=hasSelection
|
|
|
|
noneRowComputedContent=noneRowComputedContent
|
|
|
|
createRowComputedContent=createRowComputedContent
|
2018-02-26 18:42:57 +08:00
|
|
|
collectionComputedContent=collectionComputedContent
|
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
|
|
|
highlightedValue=highlightedValue
|
|
|
|
computedValue=computedValue
|
|
|
|
rowComponentOptions=rowComponentOptions
|
2018-02-14 07:30:09 +08:00
|
|
|
noContentRow=noContentRow
|
|
|
|
maxContentRow=maxContentRow
|
2017-10-20 03:51:08 +08:00
|
|
|
}}
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
|
2017-11-21 18:53:09 +08:00
|
|
|
<div class="select-kit-wrapper"></div>
|