chore(build): generate angular proxies

This commit is contained in:
Brandy Carney
2024-09-06 11:17:36 -04:00
parent 55711c4b32
commit bac0143d83

View File

@ -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 {