mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-15 09:34:19 +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;
|
||||
|
@ -5,6 +5,8 @@ export { SelectValueAccessorDirective as SelectValueAccessor } from './directive
|
||||
export { TextValueAccessorDirective as TextValueAccessor } from './directives/control-value-accessors/text-value-accessor';
|
||||
export { IonTabs } from './directives/navigation/ion-tabs';
|
||||
export { IonBackButton } from './directives/navigation/ion-back-button';
|
||||
// TODO FW-5889
|
||||
export { IonBackButton as IonBackButtonDelegate } from './directives/navigation/ion-back-button';
|
||||
export { IonNav } from './directives/navigation/ion-nav';
|
||||
export { IonRouterOutlet } from './directives/navigation/ion-router-outlet';
|
||||
export {
|
||||
|
Reference in New Issue
Block a user