mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 18:54:11 +08:00
feat(list): add shapes (#29622)
This commit is contained in:
@ -1185,7 +1185,7 @@ export declare interface IonLabel extends Components.IonLabel {}
|
||||
|
||||
@ProxyCmp({
|
||||
defineCustomElementFn: defineIonList,
|
||||
inputs: ['inset', 'lines', 'mode', 'theme'],
|
||||
inputs: ['inset', 'lines', 'mode', 'shape', 'theme'],
|
||||
methods: ['closeSlidingItems']
|
||||
})
|
||||
@Component({
|
||||
@ -1193,7 +1193,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'],
|
||||
standalone: true
|
||||
})
|
||||
export class IonList {
|
||||
|
Reference in New Issue
Block a user