@ionic/angular 8.8.1-nightly.20260305 → 8.8.1
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 +1 -2
- package/esm2022/directives/proxies.mjs +1 -1
- package/esm2022/index.mjs +1 -1
- package/esm2022/standalone/directives/proxies.mjs +1 -1
- package/esm2022/standalone/index.mjs +1 -1
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +2 -2
- package/standalone/directives/proxies.d.ts +1 -2
- package/standalone/index.d.ts +1 -1
package/directives/proxies.d.ts
CHANGED
|
@@ -980,8 +980,7 @@ export declare interface IonRefresher extends Components.IonRefresher {
|
|
|
980
980
|
*/
|
|
981
981
|
ionPull: EventEmitter<CustomEvent<void>>;
|
|
982
982
|
/**
|
|
983
|
-
* Emitted when the user begins to start pulling down.
|
|
984
|
-
TODO(FW-7044): Remove this in a major release @deprecated Use `ionPullStart` instead.
|
|
983
|
+
* Emitted when the user begins to start pulling down. @deprecated Use `ionPullStart` instead.
|
|
985
984
|
*/
|
|
986
985
|
ionStart: EventEmitter<CustomEvent<void>>;
|
|
987
986
|
/**
|