@ionic/angular 8.6.6-dev.11753719591.13a5c65f → 8.6.6-dev.11753723348.11c41280

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.
@@ -1144,12 +1144,12 @@ let IonInfiniteScroll = class IonInfiniteScroll {
1144
1144
  proxyOutputs(this, this.el, ['ionInfinite']);
1145
1145
  }
1146
1146
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonInfiniteScroll, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
1147
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScroll, isStandalone: true, selector: "ion-infinite-scroll", inputs: { disabled: "disabled", mode: "mode", position: "position", theme: "theme", threshold: "threshold" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1147
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScroll, isStandalone: true, selector: "ion-infinite-scroll", inputs: { disabled: "disabled", mode: "mode", position: "position", preserveRerenderScrollPosition: "preserveRerenderScrollPosition", theme: "theme", threshold: "threshold" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
1148
1148
  };
1149
1149
  IonInfiniteScroll = __decorate([
1150
1150
  ProxyCmp({
1151
1151
  defineCustomElementFn: defineCustomElement$y,
1152
- inputs: ['disabled', 'mode', 'position', 'theme', 'threshold'],
1152
+ inputs: ['disabled', 'mode', 'position', 'preserveRerenderScrollPosition', 'theme', 'threshold'],
1153
1153
  methods: ['complete']
1154
1154
  })
1155
1155
  ], IonInfiniteScroll);
@@ -1160,7 +1160,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
1160
1160
  changeDetection: ChangeDetectionStrategy.OnPush,
1161
1161
  template: '<ng-content></ng-content>',
1162
1162
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1163
- inputs: ['disabled', 'mode', 'position', 'theme', 'threshold'],
1163
+ inputs: ['disabled', 'mode', 'position', 'preserveRerenderScrollPosition', 'theme', 'threshold'],
1164
1164
  standalone: true
1165
1165
  }]
1166
1166
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });