UNPKG

ng-zorro-antd-mobile

Version:

An enterprise-class mobile UI components based on Ant Design and Angular

20 lines (19 loc) 874 B
import { ComponentRef, ComponentFactory, ApplicationRef, ComponentFactoryResolver } from '@angular/core'; import { CustomKeyboardComponent } from '../custom-keyboard/custom-keyboard.component'; import * as i0 from "@angular/core"; export declare class CustomInputService { private _appRef; private _cfr; static compRef: ComponentRef<any>; static appRef: ApplicationRef; static isShow: boolean; static clickValue: any; static _inputCompFactory: ComponentFactory<CustomKeyboardComponent>; static _keyboardPrefixCls: string; constructor(_appRef: ApplicationRef, _cfr: ComponentFactoryResolver); static getShowStatus(): boolean; static showKeyboard(): void; static hideKeyboard(): void; static ɵfac: i0.ɵɵFactoryDeclaration<CustomInputService, never>; static ɵprov: i0.ɵɵInjectableDeclaration<CustomInputService>; }