mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
feat(tab-bar): add expand and shape props for ionic theme (#29888)
Co-authored-by: ionitron <hi@ionicframework.com>
This commit is contained in:
@ -2178,14 +2178,14 @@ export declare interface IonTab extends Components.IonTab {}
|
||||
|
||||
|
||||
@ProxyCmp({
|
||||
inputs: ['color', 'mode', 'selectedTab', 'theme', 'translucent']
|
||||
inputs: ['color', 'expand', 'mode', 'selectedTab', 'shape', 'theme', 'translucent']
|
||||
})
|
||||
@Component({
|
||||
selector: 'ion-tab-bar',
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
template: '<ng-content></ng-content>',
|
||||
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
||||
inputs: ['color', 'mode', 'selectedTab', 'theme', 'translucent'],
|
||||
inputs: ['color', 'expand', 'mode', 'selectedTab', 'shape', 'theme', 'translucent'],
|
||||
})
|
||||
export class IonTabBar {
|
||||
protected el: HTMLElement;
|
||||
|
Reference in New Issue
Block a user