mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +08:00
merge conflict solving
This commit is contained in:
@ -131,7 +131,6 @@ input {
|
||||
// Toggle Align
|
||||
// --------------------------------------------------
|
||||
|
||||
|
||||
:host(.toggle-alignment-start) .toggle-wrapper {
|
||||
align-items: start;
|
||||
}
|
||||
|
@ -2155,8 +2155,7 @@ export declare interface IonSplitPane extends Components.IonSplitPane {
|
||||
|
||||
|
||||
@ProxyCmp({
|
||||
inputs: ['color', 'mode', 'selectedTab', 'theme', 'translucent']
|
||||
inputs: ['component', 'tab'],
|
||||
inputs: ['component', 'mode', 'tab', 'theme'],
|
||||
methods: ['setActive']
|
||||
})
|
||||
@Component({
|
||||
@ -2164,7 +2163,7 @@ export declare interface IonSplitPane extends Components.IonSplitPane {
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
template: '<ng-content></ng-content>',
|
||||
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
||||
inputs: ['component', 'tab'],
|
||||
inputs: ['component', 'mode', 'tab', 'theme'],
|
||||
})
|
||||
export class IonTab {
|
||||
protected el: HTMLElement;
|
||||
@ -2179,7 +2178,7 @@ export declare interface IonTab extends Components.IonTab {}
|
||||
|
||||
|
||||
@ProxyCmp({
|
||||
inputs: ['color', 'mode', 'selectedTab', 'translucent']
|
||||
inputs: ['color', 'mode', 'selectedTab', 'theme', 'translucent']
|
||||
})
|
||||
@Component({
|
||||
selector: 'ion-tab-bar',
|
||||
|
@ -1947,7 +1947,7 @@ export declare interface IonSplitPane extends Components.IonSplitPane {
|
||||
|
||||
@ProxyCmp({
|
||||
defineCustomElementFn: defineIonTab,
|
||||
inputs: ['component', 'tab'],
|
||||
inputs: ['component', 'mode', 'tab', 'theme'],
|
||||
methods: ['setActive']
|
||||
})
|
||||
@Component({
|
||||
@ -1955,7 +1955,7 @@ export declare interface IonSplitPane extends Components.IonSplitPane {
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
template: '<ng-content></ng-content>',
|
||||
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
||||
inputs: ['component', 'tab'],
|
||||
inputs: ['component', 'mode', 'tab', 'theme'],
|
||||
standalone: true
|
||||
})
|
||||
export class IonTab {
|
||||
|
Reference in New Issue
Block a user