@ionic/angular 8.7.17-dev.11770147425.1bfcd5e5 → 8.7.17-dev.11770405784.157a3c10
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 +2 -2
- package/esm2022/directives/proxies.mjs +7 -7
- package/esm2022/standalone/directives/proxies.mjs +7 -7
- package/fesm2022/ionic-angular-standalone.mjs +6 -6
- package/fesm2022/ionic-angular-standalone.mjs.map +1 -1
- package/fesm2022/ionic-angular.mjs +6 -6
- package/fesm2022/ionic-angular.mjs.map +1 -1
- package/package.json +2 -2
- package/standalone/directives/proxies.d.ts +2 -2
|
@@ -2060,11 +2060,11 @@ let IonSegmentView = class IonSegmentView {
|
|
|
2060
2060
|
proxyOutputs(this, this.el, ['ionSegmentViewScroll']);
|
|
2061
2061
|
}
|
|
2062
2062
|
/** @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 });
|
|
2063
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSegmentView, selector: "ion-segment-view", inputs: { disabled: "disabled" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2063
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSegmentView, selector: "ion-segment-view", inputs: { disabled: "disabled", swipeGesture: "swipeGesture" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2064
2064
|
};
|
|
2065
2065
|
IonSegmentView = __decorate([
|
|
2066
2066
|
ProxyCmp({
|
|
2067
|
-
inputs: ['disabled']
|
|
2067
|
+
inputs: ['disabled', 'swipeGesture']
|
|
2068
2068
|
})
|
|
2069
2069
|
], IonSegmentView);
|
|
2070
2070
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSegmentView, decorators: [{
|
|
@@ -2074,7 +2074,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2074
2074
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2075
2075
|
template: '<ng-content></ng-content>',
|
|
2076
2076
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2077
|
-
inputs: ['disabled'],
|
|
2077
|
+
inputs: ['disabled', 'swipeGesture'],
|
|
2078
2078
|
}]
|
|
2079
2079
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2080
2080
|
let IonSelect = class IonSelect {
|
|
@@ -2114,11 +2114,11 @@ let IonSelectModal = class IonSelectModal {
|
|
|
2114
2114
|
this.el = r.nativeElement;
|
|
2115
2115
|
}
|
|
2116
2116
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectModal, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2117
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectModal, selector: "ion-select-modal", inputs: { header: "header", multiple: "multiple", options: "options" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2117
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectModal, selector: "ion-select-modal", inputs: { cancelText: "cancelText", header: "header", multiple: "multiple", options: "options" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2118
2118
|
};
|
|
2119
2119
|
IonSelectModal = __decorate([
|
|
2120
2120
|
ProxyCmp({
|
|
2121
|
-
inputs: ['header', 'multiple', 'options']
|
|
2121
|
+
inputs: ['cancelText', 'header', 'multiple', 'options']
|
|
2122
2122
|
})
|
|
2123
2123
|
], IonSelectModal);
|
|
2124
2124
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectModal, decorators: [{
|
|
@@ -2128,7 +2128,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2128
2128
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2129
2129
|
template: '<ng-content></ng-content>',
|
|
2130
2130
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2131
|
-
inputs: ['header', 'multiple', 'options'],
|
|
2131
|
+
inputs: ['cancelText', 'header', 'multiple', 'options'],
|
|
2132
2132
|
}]
|
|
2133
2133
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2134
2134
|
let IonSelectOption = class IonSelectOption {
|