mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 17:42:15 +08:00
chore(build): generate angular proxies
This commit is contained in:
@ -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