2017-10-20 03:51:08 +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
|
2017-10-20 03:51:08 +08:00
|
|
|
onDeselect=(action "onDeselect")
|
|
|
|
onToggle=(action "onToggle")
|
2017-11-21 18:53:09 +08:00
|
|
|
onFilter=(action "onFilter")
|
|
|
|
onClear=(action "onClear")
|
2017-10-20 03:51:08 +08:00
|
|
|
options=headerComponentOptions
|
2017-11-21 18:53:09 +08:00
|
|
|
shouldDisplayFilter=shouldDisplayFilter
|
2017-12-13 17:49:32 +08:00
|
|
|
title=(i18n title)
|
2017-10-20 03:51:08 +08:00
|
|
|
}}
|
|
|
|
|
2017-11-21 18:53:09 +08:00
|
|
|
<div class="select-kit-body">
|
2017-10-20 03:51:08 +08:00
|
|
|
{{component filterComponent
|
2017-11-21 18:53:09 +08:00
|
|
|
onFilter=(action "onFilter")
|
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
|
|
|
isFocused=isFocused
|
|
|
|
placeholder=(i18n filterPlaceholder)
|
2017-11-10 02:57:53 +08:00
|
|
|
filter=filter
|
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
|
2017-11-21 18:53:09 +08:00
|
|
|
onClear=(action "onClear")
|
2017-10-20 03:51:08 +08:00
|
|
|
onSelect=(action "onSelect")
|
|
|
|
onHighlight=(action "onHighlight")
|
2017-11-21 18:53:09 +08:00
|
|
|
onCreate=(action "onCreate")
|
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>
|