2021-06-30 16:12:47 +01:00
< ion-header class = "ion-no-border pt-20 px-20" >
< div class = "title-content d-flex align-center justify-space-between " >
< div class = "div-title" >
2021-07-07 17:02:19 +01:00
< ion-label class = "title" > Editar acção presidencial< / ion-label >
2021-06-30 16:12:47 +01:00
< / div >
2022-01-20 14:51:34 +01:00
2021-06-30 16:12:47 +01:00
< / div >
< / ion-header >
< ion-content >
< div class = "content-container" >
< div class = "ion-item-container" >
2022-01-20 14:51:34 +01:00
< ion-input autocomplete = "on" autocorrect = "on" spellcheck = "true" [ ( ngModel ) ] = " folder . Description " placeholder = "Assunto" > < / ion-input >
2021-06-30 16:12:47 +01:00
< / div >
< div class = "container-div" >
< div class = "ion-item-class-2 d-flex " >
< div class = "ion-icon-class" >
< ion-icon slot = "start" src = "assets/images/icons-calendar.svg" > < / ion-icon >
< / div >
< div class = "ion-input-class flex-grow-1" >
2021-07-07 11:13:31 +01:00
< ion-datetime
class = "d-block d-md-none"
2021-06-30 16:12:47 +01:00
[ ( ngModel ) ] = " folder . DateBegin "
placeholder = "Início"
displayFormat = "D MMM YYYY H:mm"
2022-01-20 15:16:01 +01:00
minuteValues = "0,5,10,15,20,25,30,35,40,45,50,55"
2021-06-30 16:12:47 +01:00
monthShortNames = "Jan, Fev, Mar, Abr, Mai, Jun, Jul, Aug, Sep, Out, Nov, Dez"
2022-01-20 14:51:34 +01:00
min = "{{minDate}}"
2021-07-07 11:13:31 +01:00
max = "2025"
class = "d-block d-md-none" >
2021-06-30 16:12:47 +01:00
< / ion-datetime >
2021-07-07 11:13:31 +01:00
2021-07-09 14:39:53 +01:00
< mat-form-field appearance = "none" class = "width-100 date-hour-picker d-none d-md-block" >
2022-01-20 14:51:34 +01:00
< input matInput [ ngxMatDatetimePicker ] = " picker1 "
placeholder = "Choose a date*"
2021-07-07 11:13:31 +01:00
[ formControl ] = " dateControlEnd "
[ min ] = " minDate "
[ disabled ] = " disabled "
>
< mat-datepicker-toggle id = "new-inicio" matSuffix [ for ] = " picker1 " > < / mat-datepicker-toggle >
2022-01-20 14:51:34 +01:00
< ngx-mat-datetime-picker # picker1
[ showSpinners ] = " showSpinners "
2021-07-07 11:13:31 +01:00
[ showSeconds ] = " showSeconds "
2022-01-20 14:51:34 +01:00
[ stepHour ] = " stepHour " [ stepMinute ] = " stepMinute "
2021-07-07 11:13:31 +01:00
[ stepSecond ] = " stepSecond "
[ touchUi ] = " touchUi " >
< / ngx-mat-datetime-picker >
< / mat-form-field >
2021-06-30 16:12:47 +01:00
< / div >
< / div >
< / div >
< div class = "container-div" >
< div class = "ion-item-class-2 d-flex" >
< div class = "ion-icon-class" >
< ion-icon slot = "start" src = "assets/images/icons-calendar.svg" > < / ion-icon >
< / div >
< div class = "ion-input-class d-flex flex-grow-1" >
2022-01-20 14:51:34 +01:00
< ion-datetime
2021-07-07 11:13:31 +01:00
class = "flex-grow-1 d-block d-md-none"
2021-06-30 16:12:47 +01:00
[ ( ngModel ) ] = " folder . DateEnd "
placeholder = "Fim"
displayFormat = "D MMM YYYY H:mm"
2022-01-20 15:16:01 +01:00
minuteValues = "0,5,10,15,20,25,30,35,40,45,50,55"
2021-06-30 16:12:47 +01:00
monthShortNames = "Jan, Fev, Mar, Abr, Mai, Jun, Jul, Aug, Sep, Out, Nov, Dez"
2022-01-20 14:51:34 +01:00
min = "{{minDate}}"
2021-06-30 16:12:47 +01:00
max = "2022" >
< / ion-datetime >
2021-07-07 11:13:31 +01:00
2021-07-09 14:39:53 +01:00
< mat-form-field appearance = "none" class = "width-100 date-hour-picker d-none d-md-block" >
2022-01-20 14:51:34 +01:00
< input matInput [ ngxMatDatetimePicker ] = " picker1 "
placeholder = "Choose a date*"
2021-07-07 11:13:31 +01:00
[ formControl ] = " dateControlEnd "
[ min ] = " minDate "
[ disabled ] = " disabled "
>
< mat-datepicker-toggle id = "new-inicio" matSuffix [ for ] = " picker1 " > < / mat-datepicker-toggle >
2022-01-20 14:51:34 +01:00
< ngx-mat-datetime-picker # picker1
[ showSpinners ] = " showSpinners "
2021-07-07 11:13:31 +01:00
[ showSeconds ] = " showSeconds "
2022-01-20 14:51:34 +01:00
[ stepHour ] = " stepHour " [ stepMinute ] = " stepMinute "
2021-07-07 11:13:31 +01:00
[ stepSecond ] = " stepSecond "
[ touchUi ] = " touchUi " >
< / ngx-mat-datetime-picker >
< / mat-form-field >
2021-06-30 16:12:47 +01:00
< / div >
< / div >
< / div >
< div class = "container-div" >
< div class = "ion-item-class-2 d-flex" >
< div class = "ion-icon-class" >
< ion-icon slot = "start" src = "assets/images/icons-description.svg" > < / ion-icon >
< / div >
< div class = "ion-textarea-class flex-grow-1" >
2022-01-20 14:51:34 +01:00
< ion-textarea autocomplete = "on" autocorrect = "on" spellcheck = "true" [ ( ngModel ) ] = " folder . Detail " rows = "12" cols = "20" placeholder = "Descrição da acção..." > < / ion-textarea >
2021-06-30 16:12:47 +01:00
< / div >
< / div >
< / div >
< / div >
2022-01-20 14:51:34 +01:00
2021-06-30 16:12:47 +01:00
< / ion-content >
< ion-footer class = "ion-no-border" >
< ion-toolbar class = "footer-toolbar width-100 justify-space-between d-flex px-20" >
< ion-buttons slot = "start" >
2021-07-01 11:08:04 +01:00
< button class = "btn-cancel" fill = "clear" color = "#061b52" ( click ) = " close ( ) " >
2021-06-30 16:12:47 +01:00
< ion-label > Cancelar< / ion-label >
2021-07-01 11:08:04 +01:00
< / button >
2021-06-30 16:12:47 +01:00
< / ion-buttons >
< ion-buttons slot = "end" >
2021-07-01 11:08:04 +01:00
< button class = "btn-ok" fill = "clear" color = "#fff" ( click ) = " save ( ) " >
< ion-label > Gravar< / ion-label >
< / button >
2021-06-30 16:12:47 +01:00
< / ion-buttons >
< / ion-toolbar >
< / ion-footer >