Skip to content

Commit 2b0db02

Browse files
committed
chore(tab-bar): run build
1 parent 6ba19d8 commit 2b0db02

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/angular/src/directives/proxies.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2178,14 +2178,14 @@ export declare interface IonTab extends Components.IonTab {}
21782178

21792179

21802180
@ProxyCmp({
2181-
inputs: ['color', 'mode', 'selectedTab', 'theme', 'translucent']
2181+
inputs: ['color', 'expand', 'mode', 'selectedTab', 'shape', 'theme', 'translucent']
21822182
})
21832183
@Component({
21842184
selector: 'ion-tab-bar',
21852185
changeDetection: ChangeDetectionStrategy.OnPush,
21862186
template: '<ng-content></ng-content>',
21872187
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2188-
inputs: ['color', 'mode', 'selectedTab', 'theme', 'translucent'],
2188+
inputs: ['color', 'expand', 'mode', 'selectedTab', 'shape', 'theme', 'translucent'],
21892189
})
21902190
export class IonTabBar {
21912191
protected el: HTMLElement;

packages/angular/standalone/src/directives/proxies.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1972,14 +1972,14 @@ export declare interface IonTab extends Components.IonTab {}
19721972

19731973
@ProxyCmp({
19741974
defineCustomElementFn: defineIonTabBar,
1975-
inputs: ['color', 'mode', 'selectedTab', 'theme', 'translucent']
1975+
inputs: ['color', 'expand', 'mode', 'selectedTab', 'shape', 'theme', 'translucent']
19761976
})
19771977
@Component({
19781978
selector: 'ion-tab-bar',
19791979
changeDetection: ChangeDetectionStrategy.OnPush,
19801980
template: '<ng-content></ng-content>',
19811981
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1982-
inputs: ['color', 'mode', 'selectedTab', 'theme', 'translucent'],
1982+
inputs: ['color', 'expand', 'mode', 'selectedTab', 'shape', 'theme', 'translucent'],
19831983
standalone: true
19841984
})
19851985
export class IonTabBar {

0 commit comments

Comments
 (0)