mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-17 02:31:34 +08:00
feat(list): add shapes (#29622)
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user