@@ -109,14 +109,14 @@ import { defineCustomElement as defineIxWorkflowStep } from '@siemens/ix/compone
109109import { defineCustomElement as defineIxWorkflowSteps } from '@siemens/ix/components/ix-workflow-steps.js' ;
110110@ProxyCmp ( {
111111 defineCustomElementFn : defineIxActionCard ,
112- inputs : [ 'ariaLabelCard' , 'ariaLabelIcon' , 'heading' , 'icon' , 'selected' , 'subheading' , 'variant' ]
112+ inputs : [ 'ariaLabelCard' , 'ariaLabelIcon' , 'heading' , 'icon' , 'passive' , ' selected', 'subheading' , 'variant' ]
113113} )
114114@Component ( {
115115 selector : 'ix-action-card' ,
116116 changeDetection : ChangeDetectionStrategy . OnPush ,
117117 template : '<ng-content></ng-content>' ,
118118 // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
119- inputs : [ 'ariaLabelCard' , 'ariaLabelIcon' , 'heading' , 'icon' , 'selected' , 'subheading' , 'variant' ] ,
119+ inputs : [ 'ariaLabelCard' , 'ariaLabelIcon' , 'heading' , 'icon' , 'passive' , ' selected', 'subheading' , 'variant' ] ,
120120} )
121121export class IxActionCard {
122122 protected el : HTMLIxActionCardElement ;
@@ -2292,14 +2292,14 @@ export declare interface IxProgressIndicator extends Components.IxProgressIndica
22922292
22932293@ProxyCmp ( {
22942294 defineCustomElementFn : defineIxPushCard ,
2295- inputs : [ 'ariaLabelIcon' , 'expanded' , 'heading' , 'icon' , 'notification' , 'subheading' , 'variant' ]
2295+ inputs : [ 'ariaLabelIcon' , 'expanded' , 'heading' , 'icon' , 'notification' , 'passive' , ' subheading', 'variant' ]
22962296} )
22972297@Component ( {
22982298 selector : 'ix-push-card' ,
22992299 changeDetection : ChangeDetectionStrategy . OnPush ,
23002300 template : '<ng-content></ng-content>' ,
23012301 // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2302- inputs : [ 'ariaLabelIcon' , 'expanded' , 'heading' , 'icon' , 'notification' , 'subheading' , 'variant' ] ,
2302+ inputs : [ 'ariaLabelIcon' , 'expanded' , 'heading' , 'icon' , 'notification' , 'passive' , ' subheading', 'variant' ] ,
23032303} )
23042304export class IxPushCard {
23052305 protected el : HTMLIxPushCardElement ;
0 commit comments