@ionic/angular 8.8.4-dev.11776461571.1353c44a → 8.8.4-dev.11776868066.169e5ee1

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.
@@ -2255,12 +2255,12 @@ let IonTabBar = class IonTabBar {
2255
2255
  this.el = r.nativeElement;
2256
2256
  }
2257
2257
  /** @nocollapse */ static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabBar, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2258
- /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabBar, isStandalone: true, selector: "ion-tab-bar", inputs: { color: "color", expand: "expand", mode: "mode", selectedTab: "selectedTab", shape: "shape", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2258
+ /** @nocollapse */ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.12", type: IonTabBar, isStandalone: true, selector: "ion-tab-bar", inputs: { color: "color", expand: "expand", hideOnScroll: "hideOnScroll", mode: "mode", selectedTab: "selectedTab", shape: "shape", theme: "theme", translucent: "translucent" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2259
2259
  };
2260
2260
  IonTabBar = __decorate([
2261
2261
  ProxyCmp({
2262
2262
  defineCustomElementFn: defineCustomElement$19,
2263
- inputs: ['color', 'expand', 'mode', 'selectedTab', 'shape', 'theme', 'translucent']
2263
+ inputs: ['color', 'expand', 'hideOnScroll', 'mode', 'selectedTab', 'shape', 'theme', 'translucent']
2264
2264
  })
2265
2265
  ], IonTabBar);
2266
2266
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImport: i0, type: IonTabBar, decorators: [{
@@ -2270,7 +2270,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.12", ngImpo
2270
2270
  changeDetection: ChangeDetectionStrategy.OnPush,
2271
2271
  template: '<ng-content></ng-content>',
2272
2272
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2273
- inputs: ['color', 'expand', 'mode', 'selectedTab', 'shape', 'theme', 'translucent'],
2273
+ inputs: ['color', 'expand', 'hideOnScroll', 'mode', 'selectedTab', 'shape', 'theme', 'translucent'],
2274
2274
  standalone: true
2275
2275
  }]
2276
2276
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });