@ionic/angular 8.7.18-dev.11770318664.15f47a5e → 8.7.18-dev.11770916502.174efd7f

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,7 +22,6 @@ import type { RangeChangeEventDetail as IIonRangeRangeChangeEventDetail } from '
22
22
  import type { RangeKnobMoveStartEventDetail as IIonRangeRangeKnobMoveStartEventDetail } from '@ionic/core';
23
23
  import type { RangeKnobMoveEndEventDetail as IIonRangeRangeKnobMoveEndEventDetail } from '@ionic/core';
24
24
  import type { RefresherEventDetail as IIonRefresherRefresherEventDetail } from '@ionic/core';
25
- import type { RefresherPullEndEventDetail as IIonRefresherRefresherPullEndEventDetail } from '@ionic/core';
26
25
  import type { ItemReorderEventDetail as IIonReorderGroupItemReorderEventDetail } from '@ionic/core';
27
26
  import type { ReorderMoveEventDetail as IIonReorderGroupReorderMoveEventDetail } from '@ionic/core';
28
27
  import type { ReorderEndEventDetail as IIonReorderGroupReorderEndEventDetail } from '@ionic/core';
@@ -981,19 +980,8 @@ export declare interface IonRefresher extends Components.IonRefresher {
981
980
  ionPull: EventEmitter<CustomEvent<void>>;
982
981
  /**
983
982
  * Emitted when the user begins to start pulling down.
984
- TODO(FW-7044): Remove this in a major release @deprecated Use `ionPullStart` instead.
985
983
  */
986
984
  ionStart: EventEmitter<CustomEvent<void>>;
987
- /**
988
- * Emitted when the user begins to start pulling down.
989
- */
990
- ionPullStart: EventEmitter<CustomEvent<void>>;
991
- /**
992
- * Emitted when the refresher has returned to the inactive state
993
- after a pull gesture. This fires whether the refresh completed
994
- successfully or was canceled.
995
- */
996
- ionPullEnd: EventEmitter<CustomEvent<IIonRefresherRefresherPullEndEventDetail>>;
997
985
  }
998
986
  export declare class IonRefresherContent {
999
987
  protected z: NgZone;