@ionic/angular 8.8.4-dev.11776186452.1cc0af05 → 8.8.4-dev.11776246162.138c2737
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
|
@@ -2175,11 +2175,11 @@ let IonSelectOption = class IonSelectOption {
|
|
|
2175
2175
|
this.el = r.nativeElement;
|
|
2176
2176
|
}
|
|
2177
2177
|
/** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectOption, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
|
|
2178
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectOption, selector: "ion-select-option", inputs: {
|
|
2178
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectOption, selector: "ion-select-option", inputs: { disabled: "disabled", mode: "mode", theme: "theme", value: "value" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
|
|
2179
2179
|
};
|
|
2180
2180
|
IonSelectOption = __decorate([
|
|
2181
2181
|
ProxyCmp({
|
|
2182
|
-
inputs: ['
|
|
2182
|
+
inputs: ['disabled', 'mode', 'theme', 'value']
|
|
2183
2183
|
})
|
|
2184
2184
|
], IonSelectOption);
|
|
2185
2185
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectOption, decorators: [{
|
|
@@ -2189,7 +2189,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
|
|
|
2189
2189
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
2190
2190
|
template: '<ng-content></ng-content>',
|
|
2191
2191
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
2192
|
-
inputs: ['
|
|
2192
|
+
inputs: ['disabled', 'mode', 'theme', 'value'],
|
|
2193
2193
|
}]
|
|
2194
2194
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
2195
2195
|
let IonSkeletonText = class IonSkeletonText {
|