@ionic/angular 8.8.4-dev.11776184632.103b8351 → 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
|
@@ -2113,12 +2113,12 @@ let IonSelectOption = class IonSelectOption {
|
|
|
2113
2113
|
this.el = r.nativeElement;
|
|
2114
2114
|
}
|
|
2115
2115
|
/** @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 });
|
|
2116
|
-
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectOption, isStandalone: true, selector: "ion-select-option", inputs: {
|
|
2116
|
+
/** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonSelectOption, isStandalone: true, 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 });
|
|
2117
2117
|
};
|
|
2118
2118
|
IonSelectOption = __decorate([
|
|
2119
2119
|
ProxyCmp({
|
|
2120
2120
|
defineCustomElementFn: defineCustomElement$14,
|
|
2121
|
-
inputs: ['
|
|
2121
|
+
inputs: ['disabled', 'mode', 'theme', 'value']
|
|
2122
2122
|
})
|
|
2123
2123
|
], IonSelectOption);
|
|
2124
2124
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonSelectOption, 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: ['
|
|
2131
|
+
inputs: ['disabled', 'mode', 'theme', 'value'],
|
|
2132
2132
|
standalone: true
|
|
2133
2133
|
}]
|
|
2134
2134
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|