From 7cfee535acfc1d3f0f362759b3a53ea46ef60e96 Mon Sep 17 00:00:00 2001 From: Sean Perkins Date: Wed, 27 Mar 2024 00:15:06 -0400 Subject: [PATCH] chore(angular): update component wrappers output --- packages/angular/src/directives/proxies.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/angular/src/directives/proxies.ts b/packages/angular/src/directives/proxies.ts index 5e7882ce33..acec987bcf 100644 --- a/packages/angular/src/directives/proxies.ts +++ b/packages/angular/src/directives/proxies.ts @@ -1039,7 +1039,7 @@ export declare interface IonInputPasswordToggle extends Components.IonInputPassw @ProxyCmp({ - inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'type'] + inputs: ['button', 'color', 'detail', 'detailIcon', 'disabled', 'download', 'href', 'lines', 'mode', 'rel', 'routerAnimation', 'routerDirection', 'target', 'theme', 'type'] }) @Component({ selector: 'ion-item',