mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
save
This commit is contained in:
@@ -19,9 +19,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
ComponentsModule,
|
||||
ViewEventPageRoutingModule
|
||||
],
|
||||
declarations: [
|
||||
ViewEventPage,
|
||||
ChatPopoverPage
|
||||
]
|
||||
declarations: []
|
||||
})
|
||||
export class ViewEventPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { BtnModalDismissPage } from './btn-modal-dismiss.page';
|
||||
IonicModule,
|
||||
BtnModalDismissPageRoutingModule
|
||||
],
|
||||
declarations: [BtnModalDismissPage]
|
||||
declarations: []
|
||||
})
|
||||
export class BtnModalDismissPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { BtnAdicionarPage } from './btn-adicionar.page';
|
||||
IonicModule,
|
||||
BtnAdicionarPageRoutingModule
|
||||
],
|
||||
declarations: [BtnAdicionarPage]
|
||||
declarations: []
|
||||
})
|
||||
export class BtnAdicionarPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { BtnCriarPage } from './btn-criar.page';
|
||||
IonicModule,
|
||||
BtnCriarPageRoutingModule
|
||||
],
|
||||
declarations: [BtnCriarPage]
|
||||
declarations: []
|
||||
})
|
||||
export class BtnCriarPageModule {}
|
||||
|
||||
@@ -18,6 +18,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
ComponentsModule,
|
||||
EditGroupPageRoutingModule
|
||||
],
|
||||
declarations: [EditGroupPage]
|
||||
declarations: []
|
||||
})
|
||||
export class EditGroupPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { EmptyChatPage } from './empty-chat.page';
|
||||
IonicModule,
|
||||
EmptyChatPageRoutingModule
|
||||
],
|
||||
declarations: [EmptyChatPage]
|
||||
declarations: []
|
||||
})
|
||||
export class EmptyChatPageModule {}
|
||||
|
||||
@@ -20,6 +20,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
PipesModule,
|
||||
GroupContactsPageRoutingModule
|
||||
],
|
||||
declarations: [GroupContactsPage]
|
||||
declarations: []
|
||||
})
|
||||
export class GroupContactsPageModule {}
|
||||
|
||||
@@ -20,6 +20,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
PopoverModule,
|
||||
GroupMessagesPageRoutingModule
|
||||
],
|
||||
declarations: [GroupMessagesPage]
|
||||
declarations: []
|
||||
})
|
||||
export class GroupMessagesPageModule {}
|
||||
|
||||
@@ -20,6 +20,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
ContactsPageRoutingModule
|
||||
],
|
||||
exports: [FilterPipe],
|
||||
declarations: [ContactsPage, FilterPipe]
|
||||
declarations: []
|
||||
})
|
||||
export class ContactsPageModule {}
|
||||
|
||||
@@ -18,7 +18,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
ComponentsModule,
|
||||
MessagesPageRoutingModule
|
||||
],
|
||||
declarations: [MessagesPage],
|
||||
exports: [MessagesPage]
|
||||
declarations: []
|
||||
})
|
||||
export class MessagesPageModule {}
|
||||
|
||||
@@ -18,6 +18,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
ComponentsModule,
|
||||
NewGroupPageRoutingModule
|
||||
],
|
||||
declarations: [NewGroupPage]
|
||||
declarations: []
|
||||
})
|
||||
export class NewGroupPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { EmptyContainerPage } from './empty-container.page';
|
||||
IonicModule,
|
||||
EmptyContainerPageRoutingModule
|
||||
],
|
||||
declarations: [EmptyContainerPage]
|
||||
declarations: []
|
||||
})
|
||||
export class EmptyContainerPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { AttendeeModalPage } from './attendee-modal.page';
|
||||
IonicModule,
|
||||
AttendeeModalPageRoutingModule
|
||||
],
|
||||
declarations: [AttendeeModalPage]
|
||||
declarations: []
|
||||
})
|
||||
export class AttendeeModalPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { AttendeesPage } from './attendees.page';
|
||||
IonicModule,
|
||||
AttendeesPageRoutingModule
|
||||
],
|
||||
declarations: [AttendeesPage]
|
||||
declarations: []
|
||||
})
|
||||
export class AttendeesPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { DespachosPrPage } from './despachos-pr.page';
|
||||
IonicModule,
|
||||
DespachosPrPageRoutingModule
|
||||
],
|
||||
declarations: [DespachosPrPage]
|
||||
declarations: []
|
||||
})
|
||||
export class DespachosPrPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { DespachosPage } from './despachos.page';
|
||||
IonicModule,
|
||||
DespachosPageRoutingModule
|
||||
],
|
||||
declarations: [DespachosPage]
|
||||
declarations: []
|
||||
})
|
||||
export class DespachosPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { DiplomasAssinarPage } from './diplomas-assinar.page';
|
||||
IonicModule,
|
||||
DiplomasAssinarPageRoutingModule
|
||||
],
|
||||
declarations: [DiplomasAssinarPage]
|
||||
declarations: []
|
||||
})
|
||||
export class DiplomasAssinarPageModule {}
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div class="title">
|
||||
<div class="thetitle"><ion-label >Diplomas</ion-label></div>
|
||||
<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>
|
||||
</button>
|
||||
</div>
|
||||
@@ -19,7 +19,7 @@
|
||||
</ion-toolbar>
|
||||
</ion-header>
|
||||
<ion-content>
|
||||
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
|
||||
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh()">
|
||||
<ion-refresher-content
|
||||
pullingIcon="chevron-down-circle-outline"
|
||||
pullingText="deslize para actualizar"
|
||||
|
||||
@@ -16,8 +16,7 @@ import { AttendeeModalPage } from 'src/app/shared/event/attendee-modal/attendee-
|
||||
EditEventToApproveComponentRoutingModule
|
||||
],
|
||||
declarations: [
|
||||
EditEventToApproveComponent,
|
||||
AttendeeModalPage
|
||||
EditEventToApproveComponent
|
||||
]
|
||||
})
|
||||
export class EditEventToApproveComponentModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { EventsToApprovePage } from './events-to-approve.page';
|
||||
IonicModule,
|
||||
EventsToApprovePageRoutingModule
|
||||
],
|
||||
declarations: [EventsToApprovePage]
|
||||
declarations: []
|
||||
})
|
||||
export class EventsToApprovePageModule {}
|
||||
|
||||
@@ -18,7 +18,7 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
||||
ComponentsModule,
|
||||
ExpedientePageRoutingModule
|
||||
],
|
||||
declarations: [ExpedientePage],
|
||||
declarations: [],
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
||||
})
|
||||
export class ExpedientePageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { ExpedientesPrPage } from './expedientes-pr.page';
|
||||
IonicModule,
|
||||
ExpedientesPrPageRoutingModule
|
||||
],
|
||||
declarations: [ExpedientesPrPage]
|
||||
declarations: []
|
||||
})
|
||||
export class ExpedientesPrPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { ExpedientsPage } from './expedients.page';
|
||||
IonicModule,
|
||||
ExpedientsPageRoutingModule
|
||||
],
|
||||
declarations: [ExpedientsPage]
|
||||
declarations: []
|
||||
})
|
||||
export class ExpedientsPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { PedidosPage } from './pedidos.page';
|
||||
IonicModule,
|
||||
PedidosPageRoutingModule
|
||||
],
|
||||
declarations: [PedidosPage]
|
||||
declarations: []
|
||||
})
|
||||
export class PedidosPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { PendentesPage } from './pendentes.page';
|
||||
IonicModule,
|
||||
PendentesPageRoutingModule
|
||||
],
|
||||
declarations: [PendentesPage]
|
||||
declarations: []
|
||||
})
|
||||
export class PendentesPageModule {}
|
||||
|
||||
@@ -15,6 +15,6 @@ import { ChatPopoverPage } from './chat-popover.page';
|
||||
IonicModule,
|
||||
ChatPopoverPageRoutingModule
|
||||
],
|
||||
declarations: [ChatPopoverPage]
|
||||
declarations: []
|
||||
})
|
||||
export class ChatPopoverPageModule {}
|
||||
|
||||
@@ -15,8 +15,6 @@ import { ChatPopoverPage } from './chat-popover.page';
|
||||
ChatPopoverPage,
|
||||
],
|
||||
entryComponents:[],
|
||||
declarations: [
|
||||
ChatPopoverPage,
|
||||
]
|
||||
declarations: []
|
||||
})
|
||||
export class PopoverModule {}
|
||||
@@ -59,7 +59,7 @@ export class OptsExpedientePage implements OnInit {
|
||||
});
|
||||
}
|
||||
|
||||
async openBookMeetingModal(task: any) {
|
||||
async openBookMeetingModal() {
|
||||
let classs;
|
||||
if( window.innerWidth <= 800){
|
||||
classs = 'book-meeting-modal modal modal-desktop'
|
||||
|
||||
Reference in New Issue
Block a user