@ionic/angular 8.8.4-dev.11776186452.1cc0af05 → 8.8.4-dev.11776330355.18181725
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
package/directives/proxies.d.ts
CHANGED
|
@@ -1206,7 +1206,7 @@ export declare class IonSelectOption {
|
|
|
1206
1206
|
protected el: HTMLIonSelectOptionElement;
|
|
1207
1207
|
constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
|
|
1208
1208
|
static ɵfac: i0.ɵɵFactoryDeclaration<IonSelectOption, never>;
|
|
1209
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<IonSelectOption, "ion-select-option", never, { "
|
|
1209
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<IonSelectOption, "ion-select-option", never, { "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
|
|
1210
1210
|
}
|
|
1211
1211
|
export declare interface IonSelectOption extends Components.IonSelectOption {
|
|
1212
1212
|
}
|