UNPKG

@totvs-agro/mobile-components

Version:

Componentes Mobile Totvs (Front-End) para utilização dos estilos do T-Faces e Ionic v3

20 lines (19 loc) 919 B
import { HttpClient } from '@angular/common/http'; import { Camera } from '@ionic-native/camera'; import { ActionSheetController, Events } from 'ionic-angular'; import { TotvsNotificationProvider } from '../../providers/totvs-notification-provider'; import { TotvsTranslateProvider } from '../../providers/translate/totvs-translate-provider'; import { SafeResourceUrl } from '@angular/platform-browser'; export declare class PerfilImageComponent { private _http; private _actionSheetCtrl; private _translate; private _camera; private _events; private _notification; callback: Function; user_foto: SafeResourceUrl; constructor(_http: HttpClient, _actionSheetCtrl: ActionSheetController, _translate: TotvsTranslateProvider, _camera: Camera, _events: Events, _notification: TotvsNotificationProvider); opcoesFoto(): void; selecionaFoto(options: any): void; }