@ionic/angular 8.6.6-dev.11753284047.10e4473f → 8.6.6-dev.11753719591.13a5c65f
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 -1
- package/esm2022/directives/proxies.mjs +4 -4
- package/esm2022/standalone/directives/proxies.mjs +4 -4
- package/fesm2022/ionic-angular-standalone.mjs +3 -3
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +3 -3
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/standalone/directives/proxies.d.ts +1 -1
|
@@ -1080,11 +1080,11 @@ let IonInfiniteScroll = class IonInfiniteScroll {
|
|
|
1080
1080
|
proxyOutputs(this, this.el, ['ionInfinite']);
|
|
1081
1081
|
}
|
|
1082
1082
|
/** @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 });
|
|
1083
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScroll, selector: "ion-infinite-scroll", inputs: { disabled: "disabled", mode: "mode", position: "position",
|
|
1083
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonInfiniteScroll, 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 });
|
|
1084
1084
|
};
|
|
1085
1085
|
IonInfiniteScroll = __decorate([
|
|
1086
1086
|
ProxyCmp({
|
|
1087
|
-
inputs: ['disabled', 'mode', 'position', '
|
|
1087
|
+
inputs: ['disabled', 'mode', 'position', 'theme', 'threshold'],
|
|
1088
1088
|
methods: ['complete']
|
|
1089
1089
|
})
|
|
1090
1090
|
], IonInfiniteScroll);
|
|
@@ -1095,7 +1095,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
1095
1095
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1096
1096
|
template: '<ng-content></ng-content>',
|
|
1097
1097
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1098
|
-
inputs: ['disabled', 'mode', 'position', '
|
|
1098
|
+
inputs: ['disabled', 'mode', 'position', 'theme', 'threshold'],
|
|
1099
1099
|
}]
|
|
1100
1100
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1101
1101
|
let IonInfiniteScrollContent = class IonInfiniteScrollContent {
|