@ionic/angular 8.7.18-dev.11770316772.1e7b64e5 → 8.7.18-dev.11770674094.18396f54
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.
- package/directives/proxies.d.ts +0 -12
- package/esm2022/directives/proxies.mjs +2 -2
- package/esm2022/standalone/directives/proxies.mjs +2 -2
- package/fesm2022/ionic-angular-standalone.mjs +1 -1
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +1 -1
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/standalone/directives/proxies.d.ts +0 -12
package/directives/proxies.d.ts
CHANGED
|
@@ -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;
|