@ionic/angular 8.8.4-dev.11776178970.14763043 → 8.8.4-dev.11776186452.1cc0af05

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ionic/angular",
3
- "version": "8.8.4-dev.11776178970.14763043",
3
+ "version": "8.8.4-dev.11776186452.1cc0af05",
4
4
  "description": "Angular specific wrappers for @ionic/core",
5
5
  "keywords": [
6
6
  "ionic",
@@ -50,7 +50,7 @@
50
50
  }
51
51
  },
52
52
  "dependencies": {
53
- "@ionic/core": "8.8.4-dev.11776178970.14763043",
53
+ "@ionic/core": "8.8.4-dev.11776186452.1cc0af05",
54
54
  "ionicons": "^8.0.13",
55
55
  "jsonc-parser": "^3.0.0",
56
56
  "tslib": "^2.3.0"
@@ -897,7 +897,7 @@ export declare class IonSelectOption {
897
897
  protected el: HTMLIonSelectOptionElement;
898
898
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
899
899
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSelectOption, never>;
900
- 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, ["*"], true, never>;
900
+ 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, ["*"], true, never>;
901
901
  }
902
902
  export declare interface IonSelectOption extends Components.IonSelectOption {
903
903
  }