feat(ion-input-shims): 📱

This commit is contained in:
Manu Mtz.-Almeida
2018-02-27 13:29:45 +01:00
parent fe9f8c40ea
commit ceeb81b0b5
8 changed files with 39 additions and 37 deletions

View File

@ -20,10 +20,6 @@ import {
AlertButton,
AlertInput,
} from './components/alert/alert';
import {
App,
FrameworkDelegate as FrameworkDelegate2,
} from '.';
import {
ElementRef,
Side,
@ -32,6 +28,10 @@ import {
GestureCallback,
GestureDetail,
} from './components/gesture/gesture';
import {
App,
FrameworkDelegate as FrameworkDelegate2,
} from '.';
import {
PickerButton,
PickerColumn as PickerColumn2,
@ -848,36 +848,6 @@ declare global {
}
import {
DeviceHacks as IonDeviceHacks
} from './components/device-hacks/device-hacks';
declare global {
interface HTMLIonDeviceHacksElement extends IonDeviceHacks, HTMLStencilElement {
}
var HTMLIonDeviceHacksElement: {
prototype: HTMLIonDeviceHacksElement;
new (): HTMLIonDeviceHacksElement;
};
interface HTMLElementTagNameMap {
"ion-device-hacks": HTMLIonDeviceHacksElement;
}
interface ElementTagNameMap {
"ion-device-hacks": HTMLIonDeviceHacksElement;
}
namespace JSX {
interface IntrinsicElements {
"ion-device-hacks": JSXElements.IonDeviceHacksAttributes;
}
}
namespace JSXElements {
export interface IonDeviceHacksAttributes extends HTMLAttributes {
app?: App;
}
}
}
import {
Events as IonEvents
} from './components/events/events';
@ -1271,6 +1241,36 @@ declare global {
}
import {
InputShims as IonInputShims
} from './components/input-shims/input-shims';
declare global {
interface HTMLIonInputShimsElement extends IonInputShims, HTMLStencilElement {
}
var HTMLIonInputShimsElement: {
prototype: HTMLIonInputShimsElement;
new (): HTMLIonInputShimsElement;
};
interface HTMLElementTagNameMap {
"ion-input-shims": HTMLIonInputShimsElement;
}
interface ElementTagNameMap {
"ion-input-shims": HTMLIonInputShimsElement;
}
namespace JSX {
interface IntrinsicElements {
"ion-input-shims": JSXElements.IonInputShimsAttributes;
}
}
namespace JSXElements {
export interface IonInputShimsAttributes extends HTMLAttributes {
app?: App;
}
}
}
import {
Input as IonInput
} from './components/input/input';