@ionic/angular 8.7.17-dev.11771865171.14f4c2cf → 8.7.17-dev.11771959013.18adabe2
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 +13 -1
- package/esm2022/directives/proxies.mjs +5 -5
- package/esm2022/standalone/directives/proxies.mjs +5 -5
- package/fesm2022/ionic-angular-standalone.mjs +4 -4
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +4 -4
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/standalone/directives/proxies.d.ts +13 -1
|
@@ -1794,7 +1794,7 @@ let IonRefresher = class IonRefresher {
|
|
|
1794
1794
|
this.z = z;
|
|
1795
1795
|
c.detach();
|
|
1796
1796
|
this.el = r.nativeElement;
|
|
1797
|
-
proxyOutputs(this, this.el, ['ionRefresh', 'ionPull', 'ionStart']);
|
|
1797
|
+
proxyOutputs(this, this.el, ['ionRefresh', 'ionPull', 'ionStart', 'ionPullStart', 'ionPullEnd']);
|
|
1798
1798
|
}
|
|
1799
1799
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonRefresher, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
1800
1800
|
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonRefresher, isStandalone: true, selector: "ion-refresher", inputs: { closeDuration: "closeDuration", disabled: "disabled", mode: "mode", pullFactor: "pullFactor", pullMax: "pullMax", pullMin: "pullMin", snapbackDuration: "snapbackDuration" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
@@ -2023,12 +2023,12 @@ let IonSegmentView = class IonSegmentView {
|
|
|
2023
2023
|
proxyOutputs(this, this.el, ['ionSegmentViewScroll']);
|
|
2024
2024
|
}
|
|
2025
2025
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentView, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2026
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSegmentView, isStandalone: true, selector: "ion-segment-view", inputs: { disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2026
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSegmentView, isStandalone: true, selector: "ion-segment-view", inputs: { disabled: "disabled", swipeGesture: "swipeGesture" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2027
2027
|
};
|
|
2028
2028
|
IonSegmentView = __decorate([
|
|
2029
2029
|
ProxyCmp({
|
|
2030
2030
|
defineCustomElementFn: defineCustomElement$11,
|
|
2031
|
-
inputs: ['disabled']
|
|
2031
|
+
inputs: ['disabled', 'swipeGesture']
|
|
2032
2032
|
})
|
|
2033
2033
|
], IonSegmentView);
|
|
2034
2034
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentView, decorators: [{
|
|
@@ -2038,7 +2038,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2038
2038
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2039
2039
|
template: '<ng-content></ng-content>',
|
|
2040
2040
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2041
|
-
inputs: ['disabled'],
|
|
2041
|
+
inputs: ['disabled', 'swipeGesture'],
|
|
2042
2042
|
standalone: true
|
|
2043
2043
|
}]
|
|
2044
2044
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|