@ionic/angular 8.7.17-dev.11770147425.1bfcd5e5 → 8.7.17-dev.11770319814.172b4f50
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 });
|
|
@@ -2051,12 +2051,12 @@ let IonSelectModal = class IonSelectModal {
|
|
|
2051
2051
|
this.el = r.nativeElement;
|
|
2052
2052
|
}
|
|
2053
2053
|
/** @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 });
|
|
2054
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectModal, isStandalone: true, selector: "ion-select-modal", inputs: { header: "header", multiple: "multiple", options: "options" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2054
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectModal, isStandalone: true, 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 });
|
|
2055
2055
|
};
|
|
2056
2056
|
IonSelectModal = __decorate([
|
|
2057
2057
|
ProxyCmp({
|
|
2058
2058
|
defineCustomElementFn: defineCustomElement$12,
|
|
2059
|
-
inputs: ['header', 'multiple', 'options']
|
|
2059
|
+
inputs: ['cancelText', 'header', 'multiple', 'options']
|
|
2060
2060
|
})
|
|
2061
2061
|
], IonSelectModal);
|
|
2062
2062
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectModal, decorators: [{
|
|
@@ -2066,7 +2066,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2066
2066
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2067
2067
|
template: '<ng-content></ng-content>',
|
|
2068
2068
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2069
|
-
inputs: ['header', 'multiple', 'options'],
|
|
2069
|
+
inputs: ['cancelText', 'header', 'multiple', 'options'],
|
|
2070
2070
|
standalone: true
|
|
2071
2071
|
}]
|
|
2072
2072
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|