@ionic/angular 8.7.17-dev.11771865171.14f4c2cf → 8.7.17-dev.11771870864.19b2cde1

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.7.17-dev.11771865171.14f4c2cf",
3
+ "version": "8.7.17-dev.11771870864.19b2cde1",
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.7.17-dev.11771865171.14f4c2cf",
53
+ "@ionic/core": "8.7.17-dev.11771870864.19b2cde1",
54
54
  "ionicons": "^8.0.13",
55
55
  "jsonc-parser": "^3.0.0",
56
56
  "tslib": "^2.3.0"
@@ -855,7 +855,7 @@ export declare class IonSegmentView {
855
855
  protected el: HTMLIonSegmentViewElement;
856
856
  constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone);
857
857
  static ɵfac: i0.ɵɵFactoryDeclaration<IonSegmentView, never>;
858
- static ɵcmp: i0.ɵɵComponentDeclaration<IonSegmentView, "ion-segment-view", never, { "disabled": { "alias": "disabled"; "required": false; }; }, {}, never, ["*"], true, never>;
858
+ static ɵcmp: i0.ɵɵComponentDeclaration<IonSegmentView, "ion-segment-view", never, { "disabled": { "alias": "disabled"; "required": false; }; "swipeGesture": { "alias": "swipeGesture"; "required": false; }; }, {}, never, ["*"], true, never>;
859
859
  }
860
860
  export declare interface IonSegmentView extends Components.IonSegmentView {
861
861
  /**