2024-11-22 16:45:50 +01:00
|
|
|
{{#unless this.timeFirst}}
|
|
|
|
{{custom-wizard-date-input
|
|
|
|
date=this.date
|
|
|
|
relativeDate=this.relativeDate
|
|
|
|
onChange=(action "onChangeDate")
|
|
|
|
tabindex=this.dateTabindex
|
|
|
|
}}
|
|
|
|
{{/unless}}
|
|
|
|
|
|
|
|
{{#if this.showTime}}
|
|
|
|
{{custom-wizard-time-input
|
|
|
|
date=this.date
|
|
|
|
relativeDate=this.relativeDate
|
|
|
|
onChange=(action "onChangeTime")
|
|
|
|
tabindex=this.timeTabindex
|
|
|
|
}}
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{#if this.timeFirst}}
|
|
|
|
{{custom-wizard-date-input
|
|
|
|
date=this.date
|
|
|
|
relativeDate=this.relativeDate
|
|
|
|
onChange=(action "onChangeDate")
|
|
|
|
tabindex=this.dateTabindex
|
|
|
|
}}
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
{{#if this.clearable}}
|
2025-02-13 10:42:00 +01:00
|
|
|
{{d-button class="clear-date-time" icon="xmark" action=(action "onClear")}}
|
2024-11-22 16:45:50 +01:00
|
|
|
{{/if}}
|