fix(tabs): use slot instead of placement

This commit is contained in:
Manu Mtz.-Almeida
2018-11-01 19:26:05 +01:00
parent 1532bd2f48
commit 72f0a76a1f
17 changed files with 29 additions and 47 deletions

View File

@ -59,7 +59,6 @@ import {
TabbarChangedDetail,
TabbarClickDetail,
TabbarLayout,
TabbarPlacement,
TextFieldTypes,
TextInputChangeEvent,
ToastOptions,
@ -4441,7 +4440,7 @@ export namespace Components {
*/
'color'?: Color;
/**
* Set the layout of the text and icon in the tabbar.
* Set the layout of the text and icon in the tab bar.
*/
'layout': TabbarLayout;
/**
@ -4449,10 +4448,6 @@ export namespace Components {
*/
'mode': Mode;
/**
* Set the position of the tabbar, relative to the content.
*/
'placement': TabbarPlacement;
/**
* The selected tab component
*/
'selectedTab'?: string;
@ -4467,7 +4462,7 @@ export namespace Components {
*/
'color'?: Color;
/**
* Set the layout of the text and icon in the tabbar.
* Set the layout of the text and icon in the tab bar.
*/
'layout'?: TabbarLayout;
/**
@ -4476,10 +4471,6 @@ export namespace Components {
'mode'?: Mode;
'onIonTabBarChanged'?: (event: CustomEvent<TabbarChangedDetail>) => void;
/**
* Set the position of the tabbar, relative to the content.
*/
'placement'?: TabbarPlacement;
/**
* The selected tab component
*/
'selectedTab'?: string;