2020-12-02 15:08:45 +01:00
< ion-content >
< div class = "content-container" >
2021-07-08 13:41:27 +01:00
< div class = "title-content width-100" >
2020-12-01 17:22:45 +01:00
< div class = "div-title" >
2023-02-09 11:25:57 +01:00
< ion-label class = "title" > Nova Acção< / ion-label > < br >
< i style = "margin-top: -3px; font-size: 15px;" > Campos marcados com * são obrigatórios< / i >
2020-12-01 17:22:45 +01:00
< / div >
2022-01-19 11:22:54 +01:00
<!-- <div class="actionType">
2020-12-09 12:10:19 +01:00
<ion - segment [(ngModel)]="segment" (ionChange)="segmentChanged($event)">
<ion - segment - button value="Viagem">
<ion - label>Viagem</ion - label>
</ion - segment - button>
<ion - segment - button value="Evento">
<ion - label>Evento</ion - label>
</ion - segment - button>
</ion - segment>
2022-01-19 11:22:54 +01:00
</div> -->
2021-08-24 14:37:09 +01:00
2020-12-01 17:22:45 +01:00
< / div >
2020-12-01 14:03:15 +01:00
2021-07-06 16:18:00 +01:00
< div class = "ion-item-container" [ class . input-error ] = " Form ? . get ( ' Subject ' ) ? . invalid & & validateFrom " >
2023-02-09 11:25:57 +01:00
< ion-input autocomplete = "on" autocorrect = "on" spellcheck = "true" [ ( ngModel ) ] = " folder . Description " placeholder = "Assunto*" > < / ion-input >
2020-12-01 17:22:45 +01:00
< / div >
2023-08-08 09:43:26 +01:00
< div class = "container-div overflow-hidden" >
2020-12-01 17:22:45 +01:00
< div class = "ion-item-class-2" >
< div class = "ion-icon-class" >
< ion-icon slot = "start" src = "assets/images/icons-calendar.svg" > < / ion-icon >
< / div >
2021-07-08 14:23:37 +01:00
< div class = "ion-input-class" [ class . input-error ] = " Form ? . get ( ' Date ' ) ? . invalid & & validateFrom " >
2021-07-06 16:18:00 +01:00
2023-02-06 13:52:08 +01:00
< mat-form-field appearance = "none" class = "date-hour-picker" >
2021-07-06 16:18:00 +01:00
< input matInput [ ngxMatDatetimePicker ] = " picker1 "
2022-07-14 17:04:21 +01:00
placeholder = "Data inicio*"
2023-08-08 09:43:26 +01:00
[ ( ngModel ) ] = " dateControlStart "
2021-07-06 16:18:00 +01:00
[ disabled ] = " disabled "
>
2023-02-06 16:30:11 +01:00
< mat-datepicker-toggle id = "new-inicio" matSuffix [ for ] = " picker1 " > < / mat-datepicker-toggle >
2021-08-24 14:37:09 +01:00
< ngx-mat-datetime-picker # picker1
[ showSpinners ] = " showSpinners "
2021-07-06 16:18:00 +01:00
[ showSeconds ] = " showSeconds "
2021-08-24 14:37:09 +01:00
[ stepHour ] = " stepHour " [ stepMinute ] = " stepMinute "
2021-07-06 16:18:00 +01:00
[ stepSecond ] = " stepSecond "
[ touchUi ] = " touchUi "
2023-09-19 10:21:23 +01:00
[ hideTime ] = " true "
2021-07-06 16:18:00 +01:00
>
< / ngx-mat-datetime-picker >
< / mat-form-field >
2020-12-11 15:09:53 +01:00
< / div >
< / div >
< / div >
2023-02-06 13:52:08 +01:00
2023-08-08 09:43:26 +01:00
< div class = "container-div overflow-hiddens" >
2020-12-11 15:09:53 +01:00
< div class = "ion-item-class-2" >
< div class = "ion-icon-class" >
< ion-icon slot = "start" src = "assets/images/icons-calendar.svg" > < / ion-icon >
< / div >
2023-02-06 13:52:08 +01:00
< div class = "ion-input-class" [ class . input-error ] = " Form ? . get ( ' Date ' ) ? . invalid & & validateFrom " >
2021-07-06 16:18:00 +01:00
2023-02-06 13:52:08 +01:00
< mat-form-field appearance = "none" class = "date-hour-picker" >
2021-08-24 14:37:09 +01:00
< input matInput [ ngxMatDatetimePicker ] = " fim "
2022-07-14 17:04:21 +01:00
placeholder = "Data de fim*"
2023-08-08 09:43:26 +01:00
[ ( ngModel ) ] = " dateControlEnd "
2021-07-06 16:18:00 +01:00
[ disabled ] = " disabled "
2023-08-08 09:43:26 +01:00
[ min ] = " dateControlStart "
2021-07-06 16:18:00 +01:00
>
2023-02-06 16:30:11 +01:00
< mat-datepicker-toggle id = "new-fim" matSuffix [ for ] = " fim " > < / mat-datepicker-toggle >
2021-08-24 14:37:09 +01:00
< ngx-mat-datetime-picker # fim
[ showSpinners ] = " showSpinners "
2021-07-06 16:18:00 +01:00
[ showSeconds ] = " showSeconds "
2021-08-24 14:37:09 +01:00
[ stepHour ] = " stepHour " [ stepMinute ] = " stepMinute "
2021-07-06 16:18:00 +01:00
[ stepSecond ] = " stepSecond "
[ touchUi ] = " touchUi "
2023-09-19 10:21:23 +01:00
[ hideTime ] = " true "
2021-07-06 16:18:00 +01:00
>
< / ngx-mat-datetime-picker >
< / mat-form-field >
2020-12-01 17:22:45 +01:00
< / div >
< / div >
< / div >
< div class = "container-div" >
< div class = "ion-item-class-2" >
< div class = "ion-icon-class" >
< ion-icon slot = "start" src = "assets/images/icons-description.svg" > < / ion-icon >
< / div >
2022-10-04 16:04:23 +01:00
< div class = "ion-textarea-class" [ class . input-error ] = " Form ? . get ( ' Detail ' ) ? . invalid & & validateFrom " >
2023-02-27 09:34:36 +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 >
2020-12-01 17:22:45 +01:00
< / div >
< / div >
< / div >
2020-12-02 15:08:45 +01:00
< / div >
2020-12-01 14:03:15 +01:00
< / ion-content >
2020-12-01 17:22:45 +01:00
< ion-footer class = "ion-no-border" >
2021-03-16 14:43:54 +01:00
< ion-toolbar class = "footer-toolbar width-100" >
2020-12-01 17:22:45 +01:00
< ion-buttons slot = "start" >
2023-10-19 16:51:12 +01:00
< button class = "btn-ok" fill = "clear" color = "#fff" ( click ) = " save ( ) " >
< ion-label > Criar< / ion-label >
2021-08-24 14:37:09 +01:00
< / button >
2020-12-01 17:22:45 +01:00
< / ion-buttons >
< ion-buttons slot = "end" >
2023-10-19 16:51:12 +01:00
< button class = "btn-cancel" fill = "clear" color = "#061b52" ( click ) = " close ( ) " >
< ion-label > Cancelar< / ion-label >
2021-08-24 14:37:09 +01:00
< / button >
2020-12-01 17:22:45 +01:00
< / ion-buttons >
2023-10-19 16:51:12 +01:00
2020-12-01 17:22:45 +01:00
< / ion-toolbar >
< / ion-footer >