mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-02-04 13:16:08 +08:00
chore: build
This commit is contained in:
@@ -2153,8 +2153,9 @@ export declare interface IonSplitPane extends Components.IonSplitPane {
|
||||
ionSplitPaneVisible: EventEmitter<CustomEvent<{ visible: boolean }>>;
|
||||
}
|
||||
|
||||
|
||||
@ProxyCmp({
|
||||
inputs: ['component', 'tab'],
|
||||
inputs: ['component', 'mode', 'tab', 'theme'],
|
||||
methods: ['setActive']
|
||||
})
|
||||
@Component({
|
||||
@@ -2162,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;
|
||||
|
||||
@@ -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