2021-04-09 14:00:41 +03:00
|
|
|
<span class="gh-select">
|
2021-04-22 19:47:19 +03:00
|
|
|
<OneWaySelect
|
|
|
|
@value={{this.value}}
|
|
|
|
@disabled={{this.disabled}}
|
2021-04-09 14:00:41 +03:00
|
|
|
@options={{this.availablePeriods}}
|
|
|
|
@optionValuePath="period"
|
|
|
|
@optionLabelPath="label"
|
|
|
|
@optionTargetPath="period"
|
2021-04-26 21:22:04 +03:00
|
|
|
@includeBlank={{false}}
|
|
|
|
@promptIsSelectable={{false}}
|
|
|
|
@prompt="Select Interval"
|
|
|
|
@update={{action "updatePeriod"}}
|
2021-04-09 14:00:41 +03:00
|
|
|
/>
|
|
|
|
{{svg-jar "arrow-down-small"}}
|
|
|
|
</span>
|