style expedient list

This commit is contained in:
tiago.kayaya
2021-03-18 23:37:03 +01:00
parent 2c766015e7
commit 46e954794f
13 changed files with 426 additions and 8 deletions
@@ -13,6 +13,7 @@ import { EventListComponent } from 'src/app/shared/agenda/event-list/event-list.
import { EmptyContainerPage } from 'src/app/shared/empty-container/empty-container.page';
import { EventsToApprovePage } from 'src/app/shared/gabinete-digital/events-to-approve/events-to-approve.page';
import { ExpedientePage } from 'src/app/shared/gabinete-digital/expediente/expediente.page';
import { ExpedientsPage } from 'src/app/shared/gabinete-digital/expedients/expedients.page';
/* import { ComponentsModule } from 'src/app/components/components.module'; */
@@ -30,11 +31,13 @@ import { ExpedientePage } from 'src/app/shared/gabinete-digital/expediente/exped
EmptyContainerPage,
EventsToApprovePage,
ExpedientePage,
ExpedientsPage,
],
entryComponents: [
EmptyContainerPage,
EventsToApprovePage,
ExpedientePage,
ExpedientsPage,
],
schemas: [CUSTOM_ELEMENTS_SCHEMA]
})
@@ -21,7 +21,7 @@
<p class="text-center exp-card-title ">Eventos para Aprovação</p>
<p class="text-center exp-card-content">{{count_ev_md+count_ev_pr}} <span class="title1">Documentos</span></p>
</div>
<div class="exp-card d-flex flex-column justify-center" (click)="openExpedientList()">
<div class="exp-card d-flex flex-column justify-center" (click)="openExpedientListPage()">
<div class="d-flex justify-center">
<ion-icon src="assets/images/icons-correspondencia.svg"></ion-icon>
</div>
@@ -71,7 +71,7 @@
<div class="aside-content d-none flex-column height-100">
<app-empty-container [texto]="emptyTextDescription" *ngIf="showEmptyContainer" class="d-flex height-100 flex-column"></app-empty-container>
<app-events-to-approve [segment]="'MDGPR'" *ngIf="showEventsToApprove" class="d-flex height-100 flex-column"></app-events-to-approve>
<app-expediente [profile]="profile" class="d-flex flex-1 flex-column height-100" *ngIf="desktopComponent.showExpediente"></app-expediente>
<app-expedients [profile]="profile" class="d-flex height-100 flex-column" *ngIf="showExpedients"></app-expedients>
</div>
</div>
</ion-content>
@@ -31,9 +31,9 @@ export class GabineteDigitalPage implements OnInit {
showEventList: false,
showExpediente : false
}
showEventsToApprove = true;
showEventsToApprove = false;
showEmptyContainer = false;
showExpedients = false;
showExpedients = true;
emptyTextDescription = 'Sem opção selecionada';
constructor(