feat(list): add shapes (#29622)

This commit is contained in:
Maria Hutt
2024-06-20 10:46:12 -07:00
committed by GitHub
parent a3f486bdbf
commit 3c7a00e57d
30 changed files with 579 additions and 10 deletions

View File

@ -1209,7 +1209,7 @@ export declare interface IonLabel extends Components.IonLabel {}
@ProxyCmp({
inputs: ['inset', 'lines', 'mode', 'theme'],
inputs: ['inset', 'lines', 'mode', 'shape', 'theme'],
methods: ['closeSlidingItems']
})
@Component({
@ -1217,7 +1217,7 @@ export declare interface IonLabel extends Components.IonLabel {}
changeDetection: ChangeDetectionStrategy.OnPush,
template: '<ng-content></ng-content>',
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
inputs: ['inset', 'lines', 'mode', 'theme'],
inputs: ['inset', 'lines', 'mode', 'shape', 'theme'],
})
export class IonList {
protected el: HTMLElement;