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({
|
@ProxyCmp({
|
||||||
defineCustomElementFn: defineIonTab,
|
defineCustomElementFn: defineIonTab,
|
||||||
inputs: ['component', 'tab'],
|
inputs: ['component', 'mode', 'tab', 'theme'],
|
||||||
methods: ['setActive']
|
methods: ['setActive']
|
||||||
})
|
})
|
||||||
@Component({
|
@Component({
|
||||||
@ -1955,7 +1955,7 @@ export declare interface IonSplitPane extends Components.IonSplitPane {
|
|||||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||||
template: '<ng-content></ng-content>',
|
template: '<ng-content></ng-content>',
|
||||||
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
||||||
inputs: ['component', 'tab'],
|
inputs: ['component', 'mode', 'tab', 'theme'],
|
||||||
standalone: true
|
standalone: true
|
||||||
})
|
})
|
||||||
export class IonTab {
|
export class IonTab {
|
||||||
|
Reference in New Issue
Block a user