@ionic/angular 8.8.4-dev.11776178970.14763043 → 8.8.4-dev.11776184632.103b8351

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.
@@ -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, { "disabled": { "alias": "disabled"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "theme": { "alias": "theme"; "required": false; }; "value": { "alias": "value"; "required": false; }; }, {}, never, ["*"], false, never>;
1209
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonSelectOption, "ion-select-option", never, { "description": { "alias": "description"; "required": false; }; "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
  }