@ionic/angular 8.8.4-dev.11776357045.1da75baf → 8.8.4-dev.11776458181.14891dc9
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 +4 -4
- package/fesm2022/ionic-angular-standalone.mjs +3 -3
- 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 +1 -1
|
@@ -2085,12 +2085,12 @@ let IonSelectModal = class IonSelectModal {
|
|
|
2085
2085
|
this.el = r.nativeElement;
|
|
2086
2086
|
}
|
|
2087
2087
|
/** @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 });
|
|
2088
|
-
/** @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 });
|
|
2088
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectModal, isStandalone: true, selector: "ion-select-modal", inputs: { cancelIcon: "cancelIcon", cancelText: "cancelText", header: "header", multiple: "multiple", options: "options" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2089
2089
|
};
|
|
2090
2090
|
IonSelectModal = __decorate([
|
|
2091
2091
|
ProxyCmp({
|
|
2092
2092
|
defineCustomElementFn: defineCustomElement$13,
|
|
2093
|
-
inputs: ['cancelText', 'header', 'multiple', 'options']
|
|
2093
|
+
inputs: ['cancelIcon', 'cancelText', 'header', 'multiple', 'options']
|
|
2094
2094
|
})
|
|
2095
2095
|
], IonSelectModal);
|
|
2096
2096
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectModal, decorators: [{
|
|
@@ -2100,7 +2100,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2100
2100
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2101
2101
|
template: '<ng-content></ng-content>',
|
|
2102
2102
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2103
|
-
inputs: ['cancelText', 'header', 'multiple', 'options'],
|
|
2103
|
+
inputs: ['cancelIcon', 'cancelText', 'header', 'multiple', 'options'],
|
|
2104
2104
|
standalone: true
|
|
2105
2105
|
}]
|
|
2106
2106
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|