mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Fixe
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
<div class="title">
|
<div class="title">
|
||||||
<div class="thetitle"><ion-label >Diplomas</ion-label></div>
|
<div class="thetitle"><ion-label >Diplomas</ion-label></div>
|
||||||
<div class="theicon">
|
<div class="theicon">
|
||||||
<button class="btn-no-color" (click)="doRefresh($event)">
|
<button class="btn-no-color" (click)="doRefresh()">
|
||||||
<ion-icon slot="end" class="title-icon" name="reload-circle"></ion-icon>
|
<ion-icon slot="end" class="title-icon" name="reload-circle"></ion-icon>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
<div class="main-content">
|
<div class="main-content">
|
||||||
|
|
||||||
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
|
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh()">
|
||||||
<ion-progress-bar type="indeterminate" *ngIf="showLoader"></ion-progress-bar>
|
<ion-progress-bar type="indeterminate" *ngIf="showLoader"></ion-progress-bar>
|
||||||
<ion-refresher-content>
|
<ion-refresher-content>
|
||||||
</ion-refresher-content>
|
</ion-refresher-content>
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
</ion-header>
|
</ion-header>
|
||||||
|
|
||||||
<ion-content class="height-100">
|
<ion-content class="height-100">
|
||||||
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
|
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh()">
|
||||||
<ion-progress-bar type="indeterminate" *ngIf="showLoader"></ion-progress-bar>
|
<ion-progress-bar type="indeterminate" *ngIf="showLoader"></ion-progress-bar>
|
||||||
<ion-refresher-content>
|
<ion-refresher-content>
|
||||||
</ion-refresher-content>
|
</ion-refresher-content>
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
<div class="aside-wrapper d-flex flex-column justify-center width-md-40 flex-grow-1 ">
|
<div class="aside-wrapper d-flex flex-column justify-center width-md-40 flex-grow-1 ">
|
||||||
<div class="title-container">
|
<div class="title-container">
|
||||||
<ion-label class="title">Gabinete Digital</ion-label>
|
<ion-label class="title">Gabinete Digital</ion-label>
|
||||||
<button class="btn-no-color btn-refresh" (click)="doRefresh($event)">
|
<button class="btn-no-color btn-refresh" (click)="doRefresh()">
|
||||||
<ion-icon class="title-icon" name="reload-circle"></ion-icon>
|
<ion-icon class="title-icon" name="reload-circle"></ion-icon>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -387,7 +387,7 @@ export class GabineteDigitalPage implements OnInit {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
openDespachosPrPage(segment:string) {
|
openDespachosPrPage(segment?:string) {
|
||||||
this.closeAllDesktopComponents();
|
this.closeAllDesktopComponents();
|
||||||
if( window.innerWidth <= 800){
|
if( window.innerWidth <= 800){
|
||||||
//this.openDespachoListPr();
|
//this.openDespachoListPr();
|
||||||
@@ -400,7 +400,7 @@ export class GabineteDigitalPage implements OnInit {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
openPendentesPage(segment:string){
|
openPendentesPage(segment?:string){
|
||||||
this.closeAllDesktopComponents();
|
this.closeAllDesktopComponents();
|
||||||
if( window.innerWidth <= 800){
|
if( window.innerWidth <= 800){
|
||||||
//this.openPendenteList();
|
//this.openPendenteList();
|
||||||
@@ -413,7 +413,7 @@ export class GabineteDigitalPage implements OnInit {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
openExpedientesPrPage(segment:string){
|
openExpedientesPrPage(segment?:string){
|
||||||
this.closeAllDesktopComponents();
|
this.closeAllDesktopComponents();
|
||||||
if( window.innerWidth <= 800) {
|
if( window.innerWidth <= 800) {
|
||||||
//this.openExpedientList();
|
//this.openExpedientList();
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
<button class="btn-no-color" (click)="AddPublicationFolder()">
|
<button class="btn-no-color" (click)="AddPublicationFolder()">
|
||||||
<ion-icon slot="icon-only" src='assets/images/icons-add.svg'></ion-icon>
|
<ion-icon slot="icon-only" src='assets/images/icons-add.svg'></ion-icon>
|
||||||
</button>
|
</button>
|
||||||
<button class="btn-no-color" (click)="doRefresh($event)">
|
<button class="btn-no-color" (click)="doRefresh()">
|
||||||
<ion-icon slot="icon-only" class="title-icon" name="reload-circle" title="Actualizar"></ion-icon>
|
<ion-icon slot="icon-only" class="title-icon" name="reload-circle" title="Actualizar"></ion-icon>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
@@ -80,8 +80,8 @@
|
|||||||
class="height-100 d-flex flex-column overflow-hidden flex-grow-1"
|
class="height-100 d-flex flex-column overflow-hidden flex-grow-1"
|
||||||
(addNewPublication)="addNewPublication($event)"
|
(addNewPublication)="addNewPublication($event)"
|
||||||
(openPublicationDetails)="openPublicationDetails($event)"
|
(openPublicationDetails)="openPublicationDetails($event)"
|
||||||
(goBacktoPublicationDetails)="goBacktoPublicationDetails($event)"
|
(goBacktoPublicationDetails)="goBacktoPublicationDetails()"
|
||||||
(goBackToViewPublications)="goBackToViewPublications($event)"
|
(goBackToViewPublications)="goBackToViewPublications()"
|
||||||
(closeDesktopComponent)="closeDesktopComponent($event)"
|
(closeDesktopComponent)="closeDesktopComponent($event)"
|
||||||
>
|
>
|
||||||
</app-view-publications>
|
</app-view-publications>
|
||||||
@@ -94,8 +94,8 @@
|
|||||||
[publicationId]="publicationId"
|
[publicationId]="publicationId"
|
||||||
|
|
||||||
(closeDesktopComponent)="closeDesktopComponent($event)"
|
(closeDesktopComponent)="closeDesktopComponent($event)"
|
||||||
(goBacktoPublicationDetails)="goBacktoPublicationDetails($event)"
|
(goBacktoPublicationDetails)="goBacktoPublicationDetails()"
|
||||||
(goBackToViewPublications)="goBackToViewPublications($event)"
|
(goBackToViewPublications)="goBackToViewPublications()"
|
||||||
>
|
>
|
||||||
</app-new-publication>
|
</app-new-publication>
|
||||||
|
|
||||||
@@ -106,8 +106,8 @@
|
|||||||
[folderId]="folderId"
|
[folderId]="folderId"
|
||||||
(addNewPublication)="addNewPublication($event)"
|
(addNewPublication)="addNewPublication($event)"
|
||||||
(closeDesktopComponent)="closeDesktopComponent($event)"
|
(closeDesktopComponent)="closeDesktopComponent($event)"
|
||||||
(goBacktoPublicationDetails)="goBacktoPublicationDetails($event)"
|
(goBacktoPublicationDetails)="goBacktoPublicationDetails()"
|
||||||
(goBackToViewPublications)="goBackToViewPublications($event)"
|
(goBackToViewPublications)="goBackToViewPublications()"
|
||||||
></app-publication-detail-shared>
|
></app-publication-detail-shared>
|
||||||
|
|
||||||
<app-new-action
|
<app-new-action
|
||||||
|
|||||||
@@ -110,7 +110,7 @@ export class PublicationsPage implements OnInit {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
async AddPublicationFolder(item:any) {
|
async AddPublicationFolder(item?:any) {
|
||||||
|
|
||||||
this.closeDesktopComponent();
|
this.closeDesktopComponent();
|
||||||
if(window.innerWidth <= 1024){
|
if(window.innerWidth <= 1024){
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { BtnModalDismissPage } from './btn-modal-dismiss.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
BtnModalDismissPageRoutingModule
|
BtnModalDismissPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: []
|
declarations: [BtnModalDismissPage]
|
||||||
})
|
})
|
||||||
export class BtnModalDismissPageModule {}
|
export class BtnModalDismissPageModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { BtnSeguintePage } from './btn-seguinte.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
BtnSeguintePageRoutingModule
|
BtnSeguintePageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: []
|
declarations: [BtnSeguintePage]
|
||||||
})
|
})
|
||||||
export class BtnSeguintePageModule {}
|
export class BtnSeguintePageModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { BtnAdicionarPage } from './btn-adicionar.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
BtnAdicionarPageRoutingModule
|
BtnAdicionarPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: []
|
declarations: [BtnAdicionarPage]
|
||||||
})
|
})
|
||||||
export class BtnAdicionarPageModule {}
|
export class BtnAdicionarPageModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { BtnCriarPage } from './btn-criar.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
BtnCriarPageRoutingModule
|
BtnCriarPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: []
|
declarations: [BtnCriarPage]
|
||||||
})
|
})
|
||||||
export class BtnCriarPageModule {}
|
export class BtnCriarPageModule {}
|
||||||
|
|||||||
@@ -225,7 +225,7 @@ export class GroupMessagesPage implements OnInit, OnChanges {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
openSendGroupMessageOptions(ev: any){
|
openSendGroupMessageOptions(ev?: any){
|
||||||
if(window.innerWidth <= 1024){
|
if(window.innerWidth <= 1024){
|
||||||
console.log('mobile');
|
console.log('mobile');
|
||||||
this.openChatOptions(ev);
|
this.openChatOptions(ev);
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ export class MessagesPage implements OnInit, AfterViewChecked, OnChanges {
|
|||||||
modal.onDidDismiss();
|
modal.onDidDismiss();
|
||||||
}
|
}
|
||||||
|
|
||||||
openSendMessageOptions(ev:any){
|
openSendMessageOptions(ev?:any){
|
||||||
if(window.innerWidth <= 1024){
|
if(window.innerWidth <= 1024){
|
||||||
console.log('mobile');
|
console.log('mobile');
|
||||||
this.openChatOptions(ev);
|
this.openChatOptions(ev);
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
<button (click)="openExpedientActionsModal('1',fulltask)" full class="btn-ok" shape="round" >Pedido de Parecer</button>
|
<button (click)="openExpedientActionsModal('1',fulltask)" full class="btn-ok" shape="round" >Pedido de Parecer</button>
|
||||||
<button (click)="openExpedientActionsModal('2',fulltask)" full class="btn-ok" shape="round" >Pedido de Deferimento</button>
|
<button (click)="openExpedientActionsModal('2',fulltask)" full class="btn-ok" shape="round" >Pedido de Deferimento</button>
|
||||||
<button (click)="openBookMeetingModal()" full class="btn-ok" shape="round" >Marcar reunião</button>
|
<button (click)="openBookMeetingModal()" full class="btn-ok" shape="round" >Marcar reunião</button>
|
||||||
<button (click)="distartExpedientModal(fulltask)" full class="btn-ok" shape="round" >Descartar</button>
|
<button (click)="distartExpedientModal()" full class="btn-ok" shape="round" >Descartar</button>
|
||||||
<button (click)="sendExpedienteToPending()" full class="btn-ok" shape="round" *ngIf="showEnviarPendentes" >Enviar para pendentes</button>
|
<button (click)="sendExpedienteToPending()" full class="btn-ok" shape="round" *ngIf="showEnviarPendentes" >Enviar para pendentes</button>
|
||||||
<div class="solid"></div>
|
<div class="solid"></div>
|
||||||
<button (click)="close()" full class="btn-cancel" shape="round" >Cancelar</button>
|
<button (click)="close()" full class="btn-cancel" shape="round" >Cancelar</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user