mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +08:00
chore(): sync
This commit is contained in:
@ -1701,7 +1701,7 @@ mouse drag, touch gesture, or keyboard interaction.
|
||||
|
||||
|
||||
@ProxyCmp({
|
||||
inputs: ['closeDuration', 'disabled', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
||||
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
||||
methods: ['complete', 'cancel', 'getProgress']
|
||||
})
|
||||
@Component({
|
||||
@ -1709,7 +1709,7 @@ mouse drag, touch gesture, or keyboard interaction.
|
||||
changeDetection: ChangeDetectionStrategy.OnPush,
|
||||
template: '<ng-content></ng-content>',
|
||||
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
||||
inputs: ['closeDuration', 'disabled', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
||||
inputs: ['closeDuration', 'disabled', 'mode', 'pullFactor', 'pullMax', 'pullMin', 'snapbackDuration'],
|
||||
})
|
||||
export class IonRefresher {
|
||||
protected el: HTMLElement;
|
||||
|
Reference in New Issue
Block a user