This commit is contained in:
tiago.kayaya
2021-04-30 14:45:08 +01:00
18 changed files with 237 additions and 84 deletions
@@ -208,7 +208,8 @@ export class EditEventComponent implements OnInit {
cssClass: 'modal-width-100-width-background modal',
componentProps: {
type: 'AccoesPresidenciais & ArquivoDespachoElect',
showSearchInput: true
showSearchInput: true,
select: true,
}
});
await modal.present();
@@ -133,7 +133,8 @@ export class NewEventPage implements OnInit {
cssClass: 'modal-width-100-width-background modal',
componentProps: {
type: 'AccoesPresidenciais & ArquivoDespachoElect',
showSearchInput: true
showSearchInput: true,
select: true
}
});
await modal.present();
+2 -1
View File
@@ -66,7 +66,8 @@ export class HeaderPage implements OnInit {
cssClass: classs,
componentProps: {
type: 'AccoesPresidenciais & ArquivoDespachoElect',
showSearchInput: showSearchInput
showSearchInput: showSearchInput,
select: false
}
});
return await modal.present();
@@ -45,7 +45,8 @@ export class ChatOptionsPopoverPage implements OnInit {
component: SearchPage,
cssClass: 'group-messages modal-desktop search-modal search-modal-to-desktop',
componentProps: {
type: 'AccoesPresidenciais & ArquivoDespachoElect'
type: 'AccoesPresidenciais & ArquivoDespachoElect',
select: true
}
});
await modal.present();