mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-21 13:55:51 +00:00
save
This commit is contained in:
@@ -19,6 +19,24 @@ import { ApproveEventComponent } from '../shared/agenda/approve-event/approve-ev
|
|||||||
import { AttendeesPage } from '../shared/event/attendees/attendees.page';
|
import { AttendeesPage } from '../shared/event/attendees/attendees.page';
|
||||||
import { AttendeeModalPage } from '../shared/event/attendee-modal/attendee-modal.page';
|
import { AttendeeModalPage } from '../shared/event/attendee-modal/attendee-modal.page';
|
||||||
import { EventsToApprovePage } from '../shared/gabinete-digital/events-to-approve/events-to-approve.page';
|
import { EventsToApprovePage } from '../shared/gabinete-digital/events-to-approve/events-to-approve.page';
|
||||||
|
import { MessagesPage } from '../shared/chat/messages/messages.page';
|
||||||
|
import { ContactsPage } from '../shared/chat/messages/contacts/contacts.page';
|
||||||
|
import { GroupMessagesPage } from '../shared/chat/group-messages/group-messages.page';
|
||||||
|
import { NewGroupPage } from '../shared/chat/new-group/new-group.page';
|
||||||
|
import { EditGroupPage } from '../shared/chat/edit-group/edit-group.page';
|
||||||
|
import { GroupContactsPage } from '../shared/chat/group-messages/group-contacts/group-contacts.page';
|
||||||
|
import { ChatPopoverPage } from '../shared/popover/chat-popover/chat-popover.page';
|
||||||
|
import { EmptyContainerPage } from '../shared/empty-container/empty-container.page';
|
||||||
|
import { ExpedientePage } from '../shared/gabinete-digital/expediente/expediente.page';
|
||||||
|
import { ExpedientsPage } from '../shared/gabinete-digital/expedients/expedients.page';
|
||||||
|
import { PedidosPage } from '../shared/gabinete-digital/pedidos/pedidos.page';
|
||||||
|
import { DespachosPage } from '../shared/gabinete-digital/despachos/despachos.page';
|
||||||
|
import { PendentesPage } from '../shared/gabinete-digital/pendentes/pendentes.page';
|
||||||
|
import { DespachosPrPage } from '../shared/gabinete-digital/despachos-pr/despachos-pr.page';
|
||||||
|
import { DiplomasPage } from '../pages/gabinete-digital/diplomas/diplomas.page';
|
||||||
|
import { ExpedientesPrPage } from '../shared/gabinete-digital/expedientes-pr/expedientes-pr.page';
|
||||||
|
import { SignedDiplomaComponent } from '../shared/gabinete-digital/signed-diploma/signed-diploma.component';
|
||||||
|
import { DiplomasAssinarPage } from '../shared/gabinete-digital/diplomas-assinar/diplomas-assinar.page';
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -28,7 +46,6 @@ import { EventsToApprovePage } from '../shared/gabinete-digital/events-to-approv
|
|||||||
HeaderNoSearchPage,
|
HeaderNoSearchPage,
|
||||||
BtnSeguintePage,
|
BtnSeguintePage,
|
||||||
BtnModalDismissPage,
|
BtnModalDismissPage,
|
||||||
EmptyChatPage,
|
|
||||||
BtnCriarPage,
|
BtnCriarPage,
|
||||||
BtnAdicionarPage,
|
BtnAdicionarPage,
|
||||||
|
|
||||||
@@ -40,18 +57,37 @@ import { EventsToApprovePage } from '../shared/gabinete-digital/events-to-approv
|
|||||||
NewEventPage,
|
NewEventPage,
|
||||||
EditEventComponent,
|
EditEventComponent,
|
||||||
ViewEventPage,
|
ViewEventPage,
|
||||||
EventListComponent,
|
|
||||||
ApproveEventComponent,
|
ApproveEventComponent,
|
||||||
AttendeesPage,
|
AttendeesPage,
|
||||||
AttendeeModalPage,
|
AttendeeModalPage,
|
||||||
|
|
||||||
|
MessagesPage,
|
||||||
|
ContactsPage,
|
||||||
|
GroupMessagesPage,
|
||||||
|
NewGroupPage,
|
||||||
|
EditGroupPage,
|
||||||
|
GroupContactsPage,
|
||||||
|
EmptyChatPage,
|
||||||
|
|
||||||
|
EventListComponent,
|
||||||
|
EmptyContainerPage,
|
||||||
EventsToApprovePage,
|
EventsToApprovePage,
|
||||||
|
ExpedientePage,
|
||||||
|
ExpedientsPage,
|
||||||
|
PedidosPage,
|
||||||
|
DespachosPage,
|
||||||
|
PendentesPage,
|
||||||
|
DespachosPrPage,
|
||||||
|
DiplomasPage,
|
||||||
|
ExpedientesPrPage,
|
||||||
|
SignedDiplomaComponent,
|
||||||
|
DiplomasAssinarPage
|
||||||
],
|
],
|
||||||
exports: [
|
exports: [
|
||||||
HeaderPage,
|
HeaderPage,
|
||||||
HeaderNoSearchPage,
|
HeaderNoSearchPage,
|
||||||
BtnSeguintePage,
|
BtnSeguintePage,
|
||||||
BtnModalDismissPage,
|
BtnModalDismissPage,
|
||||||
EmptyChatPage,
|
|
||||||
BtnCriarPage,
|
BtnCriarPage,
|
||||||
BtnAdicionarPage,
|
BtnAdicionarPage,
|
||||||
|
|
||||||
@@ -68,6 +104,29 @@ import { EventsToApprovePage } from '../shared/gabinete-digital/events-to-approv
|
|||||||
AttendeesPage,
|
AttendeesPage,
|
||||||
AttendeeModalPage,
|
AttendeeModalPage,
|
||||||
EventsToApprovePage,
|
EventsToApprovePage,
|
||||||
|
|
||||||
|
MessagesPage,
|
||||||
|
ContactsPage,
|
||||||
|
GroupMessagesPage,
|
||||||
|
NewGroupPage,
|
||||||
|
EditGroupPage,
|
||||||
|
GroupContactsPage,
|
||||||
|
EmptyChatPage,
|
||||||
|
ChatPopoverPage,
|
||||||
|
|
||||||
|
EventListComponent,
|
||||||
|
EmptyContainerPage,
|
||||||
|
EventsToApprovePage,
|
||||||
|
ExpedientePage,
|
||||||
|
ExpedientsPage,
|
||||||
|
PedidosPage,
|
||||||
|
DespachosPage,
|
||||||
|
PendentesPage,
|
||||||
|
DespachosPrPage,
|
||||||
|
DiplomasPage,
|
||||||
|
ExpedientesPrPage,
|
||||||
|
SignedDiplomaComponent,
|
||||||
|
DiplomasAssinarPage
|
||||||
],
|
],
|
||||||
imports: [
|
imports: [
|
||||||
CommonModule
|
CommonModule
|
||||||
|
|||||||
@@ -18,9 +18,7 @@ import { EmptyContainerPage } from 'src/app/shared/empty-container/empty-contain
|
|||||||
CreateProcessPageRoutingModule
|
CreateProcessPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
CreateProcessPage,
|
CreateProcessPage
|
||||||
AttendeeModalPage,
|
|
||||||
EmptyContainerPage,
|
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class CreateProcessPageModule {}
|
export class CreateProcessPageModule {}
|
||||||
|
|||||||
@@ -17,8 +17,7 @@ import { AttendeeModalPage } from 'src/app/shared/event/attendee-modal/attendee-
|
|||||||
DelegarPageRoutingModule
|
DelegarPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
DelegarPage,
|
DelegarPage
|
||||||
AttendeeModalPage,
|
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class DelegarPageModule {}
|
export class DelegarPageModule {}
|
||||||
|
|||||||
@@ -17,8 +17,7 @@ import { AttendeeModalPage } from 'src/app/shared/event/attendee-modal/attendee-
|
|||||||
EditEventPageRoutingModule
|
EditEventPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
EditEventPage,
|
EditEventPage
|
||||||
AttendeeModalPage
|
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class EditEventPageModule {}
|
export class EditEventPageModule {}
|
||||||
|
|||||||
@@ -30,24 +30,9 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
|||||||
RouterModule,
|
RouterModule,
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
ChatPage,
|
ChatPage
|
||||||
MessagesPage,
|
|
||||||
ContactsPage,
|
|
||||||
GroupMessagesPage,
|
|
||||||
NewGroupPage,
|
|
||||||
EditGroupPage,
|
|
||||||
GroupContactsPage,
|
|
||||||
EmptyChatPage,
|
|
||||||
],
|
],
|
||||||
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
||||||
entryComponents: [
|
entryComponents: []
|
||||||
MessagesPage,
|
|
||||||
ContactsPage,
|
|
||||||
GroupMessagesPage,
|
|
||||||
NewGroupPage,
|
|
||||||
EditGroupPage,
|
|
||||||
GroupContactsPage,
|
|
||||||
EmptyChatPage,
|
|
||||||
]
|
|
||||||
})
|
})
|
||||||
export class ChatPageModule {}
|
export class ChatPageModule {}
|
||||||
|
|||||||
@@ -18,6 +18,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
|||||||
DiplomasPageRoutingModule,
|
DiplomasPageRoutingModule,
|
||||||
ComponentsModule
|
ComponentsModule
|
||||||
],
|
],
|
||||||
declarations: [DiplomasPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class DiplomasPageModule {}
|
export class DiplomasPageModule {}
|
||||||
|
|||||||
+1
-2
@@ -17,8 +17,7 @@ import { AttendeeModalPage } from 'src/app/shared/event/attendee-modal/attendee-
|
|||||||
BookMeetingModalPageRoutingModule
|
BookMeetingModalPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
BookMeetingModalPage,
|
BookMeetingModalPage
|
||||||
AttendeeModalPage
|
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class BookMeetingModalPageModule {}
|
export class BookMeetingModalPageModule {}
|
||||||
|
|||||||
+1
-3
@@ -18,9 +18,7 @@ import { EmptyContainerPage } from 'src/app/shared/empty-container/empty-contain
|
|||||||
ExpedientTaskModalPageRoutingModule
|
ExpedientTaskModalPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
ExpedientTaskModalPage,
|
ExpedientTaskModalPage
|
||||||
AttendeeModalPage,
|
|
||||||
EmptyContainerPage,
|
|
||||||
],
|
],
|
||||||
entryComponents: [
|
entryComponents: [
|
||||||
EmptyContainerPage,]
|
EmptyContainerPage,]
|
||||||
|
|||||||
@@ -23,7 +23,6 @@ import { ExpedientesPrPage } from 'src/app/shared/gabinete-digital/expedientes-p
|
|||||||
import { SignedDiplomaComponent } from 'src/app/shared/gabinete-digital/signed-diploma/signed-diploma.component';
|
import { SignedDiplomaComponent } from 'src/app/shared/gabinete-digital/signed-diploma/signed-diploma.component';
|
||||||
import { DiplomasAssinarPage } from 'src/app/shared/gabinete-digital/diplomas-assinar/diplomas-assinar.page';
|
import { DiplomasAssinarPage } from 'src/app/shared/gabinete-digital/diplomas-assinar/diplomas-assinar.page';
|
||||||
import { ComponentsModule } from 'src/app/components/components.module';
|
import { ComponentsModule } from 'src/app/components/components.module';
|
||||||
/* import { ComponentsModule } from 'src/app/components/components.module'; */
|
|
||||||
|
|
||||||
@NgModule({
|
@NgModule({
|
||||||
imports: [
|
imports: [
|
||||||
@@ -34,35 +33,9 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
|||||||
GabineteDigitalPageRoutingModule
|
GabineteDigitalPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
GabineteDigitalPage,
|
GabineteDigitalPage
|
||||||
EventListComponent,
|
|
||||||
EmptyContainerPage,
|
|
||||||
EventsToApprovePage,
|
|
||||||
ExpedientePage,
|
|
||||||
ExpedientsPage,
|
|
||||||
PedidosPage,
|
|
||||||
DespachosPage,
|
|
||||||
PendentesPage,
|
|
||||||
DespachosPrPage,
|
|
||||||
DiplomasPage,
|
|
||||||
ExpedientesPrPage,
|
|
||||||
SignedDiplomaComponent,
|
|
||||||
DiplomasAssinarPage
|
|
||||||
],
|
|
||||||
entryComponents: [
|
|
||||||
EmptyContainerPage,
|
|
||||||
EventsToApprovePage,
|
|
||||||
ExpedientePage,
|
|
||||||
ExpedientsPage,
|
|
||||||
PedidosPage,
|
|
||||||
DespachosPage,
|
|
||||||
PendentesPage,
|
|
||||||
DespachosPrPage,
|
|
||||||
DiplomasPage,
|
|
||||||
ExpedientesPrPage,
|
|
||||||
SignedDiplomaComponent,
|
|
||||||
DiplomasAssinarPage
|
|
||||||
],
|
],
|
||||||
|
entryComponents: [],
|
||||||
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
||||||
})
|
})
|
||||||
export class GabineteDigitalPageModule {}
|
export class GabineteDigitalPageModule {}
|
||||||
|
|||||||
@@ -19,9 +19,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
|||||||
ComponentsModule,
|
ComponentsModule,
|
||||||
ViewEventPageRoutingModule
|
ViewEventPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: []
|
||||||
ViewEventPage,
|
|
||||||
ChatPopoverPage
|
|
||||||
]
|
|
||||||
})
|
})
|
||||||
export class ViewEventPageModule {}
|
export class ViewEventPageModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { BtnModalDismissPage } from './btn-modal-dismiss.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
BtnModalDismissPageRoutingModule
|
BtnModalDismissPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [BtnModalDismissPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class BtnModalDismissPageModule {}
|
export class BtnModalDismissPageModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { BtnAdicionarPage } from './btn-adicionar.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
BtnAdicionarPageRoutingModule
|
BtnAdicionarPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [BtnAdicionarPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class BtnAdicionarPageModule {}
|
export class BtnAdicionarPageModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { BtnCriarPage } from './btn-criar.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
BtnCriarPageRoutingModule
|
BtnCriarPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [BtnCriarPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class BtnCriarPageModule {}
|
export class BtnCriarPageModule {}
|
||||||
|
|||||||
@@ -18,6 +18,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
|||||||
ComponentsModule,
|
ComponentsModule,
|
||||||
EditGroupPageRoutingModule
|
EditGroupPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [EditGroupPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class EditGroupPageModule {}
|
export class EditGroupPageModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { EmptyChatPage } from './empty-chat.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
EmptyChatPageRoutingModule
|
EmptyChatPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [EmptyChatPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class EmptyChatPageModule {}
|
export class EmptyChatPageModule {}
|
||||||
|
|||||||
@@ -20,6 +20,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
|||||||
PipesModule,
|
PipesModule,
|
||||||
GroupContactsPageRoutingModule
|
GroupContactsPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [GroupContactsPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class GroupContactsPageModule {}
|
export class GroupContactsPageModule {}
|
||||||
|
|||||||
@@ -20,6 +20,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
|||||||
PopoverModule,
|
PopoverModule,
|
||||||
GroupMessagesPageRoutingModule
|
GroupMessagesPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [GroupMessagesPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class GroupMessagesPageModule {}
|
export class GroupMessagesPageModule {}
|
||||||
|
|||||||
@@ -20,6 +20,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
|||||||
ContactsPageRoutingModule
|
ContactsPageRoutingModule
|
||||||
],
|
],
|
||||||
exports: [FilterPipe],
|
exports: [FilterPipe],
|
||||||
declarations: [ContactsPage, FilterPipe]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class ContactsPageModule {}
|
export class ContactsPageModule {}
|
||||||
|
|||||||
@@ -18,7 +18,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
|||||||
ComponentsModule,
|
ComponentsModule,
|
||||||
MessagesPageRoutingModule
|
MessagesPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [MessagesPage],
|
declarations: []
|
||||||
exports: [MessagesPage]
|
|
||||||
})
|
})
|
||||||
export class MessagesPageModule {}
|
export class MessagesPageModule {}
|
||||||
|
|||||||
@@ -18,6 +18,6 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
|||||||
ComponentsModule,
|
ComponentsModule,
|
||||||
NewGroupPageRoutingModule
|
NewGroupPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [NewGroupPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class NewGroupPageModule {}
|
export class NewGroupPageModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { EmptyContainerPage } from './empty-container.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
EmptyContainerPageRoutingModule
|
EmptyContainerPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [EmptyContainerPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class EmptyContainerPageModule {}
|
export class EmptyContainerPageModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { AttendeeModalPage } from './attendee-modal.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
AttendeeModalPageRoutingModule
|
AttendeeModalPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [AttendeeModalPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class AttendeeModalPageModule {}
|
export class AttendeeModalPageModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { AttendeesPage } from './attendees.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
AttendeesPageRoutingModule
|
AttendeesPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [AttendeesPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class AttendeesPageModule {}
|
export class AttendeesPageModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { DespachosPrPage } from './despachos-pr.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
DespachosPrPageRoutingModule
|
DespachosPrPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [DespachosPrPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class DespachosPrPageModule {}
|
export class DespachosPrPageModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { DespachosPage } from './despachos.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
DespachosPageRoutingModule
|
DespachosPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [DespachosPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class DespachosPageModule {}
|
export class DespachosPageModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { DiplomasAssinarPage } from './diplomas-assinar.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
DiplomasAssinarPageRoutingModule
|
DiplomasAssinarPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [DiplomasAssinarPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class DiplomasAssinarPageModule {}
|
export class DiplomasAssinarPageModule {}
|
||||||
|
|||||||
@@ -2,7 +2,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 @@
|
|||||||
</ion-toolbar>
|
</ion-toolbar>
|
||||||
</ion-header>
|
</ion-header>
|
||||||
<ion-content>
|
<ion-content>
|
||||||
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh($event)">
|
<ion-refresher name="refresher" slot="fixed" (ionRefresh)="doRefresh()">
|
||||||
<ion-refresher-content
|
<ion-refresher-content
|
||||||
pullingIcon="chevron-down-circle-outline"
|
pullingIcon="chevron-down-circle-outline"
|
||||||
pullingText="deslize para actualizar"
|
pullingText="deslize para actualizar"
|
||||||
|
|||||||
@@ -16,8 +16,7 @@ import { AttendeeModalPage } from 'src/app/shared/event/attendee-modal/attendee-
|
|||||||
EditEventToApproveComponentRoutingModule
|
EditEventToApproveComponentRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [
|
declarations: [
|
||||||
EditEventToApproveComponent,
|
EditEventToApproveComponent
|
||||||
AttendeeModalPage
|
|
||||||
]
|
]
|
||||||
})
|
})
|
||||||
export class EditEventToApproveComponentModule {}
|
export class EditEventToApproveComponentModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { EventsToApprovePage } from './events-to-approve.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
EventsToApprovePageRoutingModule
|
EventsToApprovePageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [EventsToApprovePage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class EventsToApprovePageModule {}
|
export class EventsToApprovePageModule {}
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ import { ComponentsModule } from 'src/app/components/components.module';
|
|||||||
ComponentsModule,
|
ComponentsModule,
|
||||||
ExpedientePageRoutingModule
|
ExpedientePageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [ExpedientePage],
|
declarations: [],
|
||||||
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
schemas: [CUSTOM_ELEMENTS_SCHEMA]
|
||||||
})
|
})
|
||||||
export class ExpedientePageModule {}
|
export class ExpedientePageModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { ExpedientesPrPage } from './expedientes-pr.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
ExpedientesPrPageRoutingModule
|
ExpedientesPrPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [ExpedientesPrPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class ExpedientesPrPageModule {}
|
export class ExpedientesPrPageModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { ExpedientsPage } from './expedients.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
ExpedientsPageRoutingModule
|
ExpedientsPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [ExpedientsPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class ExpedientsPageModule {}
|
export class ExpedientsPageModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { PedidosPage } from './pedidos.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
PedidosPageRoutingModule
|
PedidosPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [PedidosPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class PedidosPageModule {}
|
export class PedidosPageModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { PendentesPage } from './pendentes.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
PendentesPageRoutingModule
|
PendentesPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [PendentesPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class PendentesPageModule {}
|
export class PendentesPageModule {}
|
||||||
|
|||||||
@@ -15,6 +15,6 @@ import { ChatPopoverPage } from './chat-popover.page';
|
|||||||
IonicModule,
|
IonicModule,
|
||||||
ChatPopoverPageRoutingModule
|
ChatPopoverPageRoutingModule
|
||||||
],
|
],
|
||||||
declarations: [ChatPopoverPage]
|
declarations: []
|
||||||
})
|
})
|
||||||
export class ChatPopoverPageModule {}
|
export class ChatPopoverPageModule {}
|
||||||
|
|||||||
@@ -15,8 +15,6 @@ import { ChatPopoverPage } from './chat-popover.page';
|
|||||||
ChatPopoverPage,
|
ChatPopoverPage,
|
||||||
],
|
],
|
||||||
entryComponents:[],
|
entryComponents:[],
|
||||||
declarations: [
|
declarations: []
|
||||||
ChatPopoverPage,
|
|
||||||
]
|
|
||||||
})
|
})
|
||||||
export class PopoverModule {}
|
export class PopoverModule {}
|
||||||
@@ -59,7 +59,7 @@ export class OptsExpedientePage implements OnInit {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
async openBookMeetingModal(task: any) {
|
async openBookMeetingModal() {
|
||||||
let classs;
|
let classs;
|
||||||
if( window.innerWidth <= 800){
|
if( window.innerWidth <= 800){
|
||||||
classs = 'book-meeting-modal modal modal-desktop'
|
classs = 'book-meeting-modal modal modal-desktop'
|
||||||
|
|||||||
Reference in New Issue
Block a user