@beeq/angular 1.10.0-beta.3 → 1.10.0-beta.5

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.
@@ -1810,19 +1810,19 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "18.2.13", ngImpo
1810
1810
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
1811
1811
  let BqRadio = class BqRadio {
1812
1812
  /**
1813
- * If true radio input is checked
1813
+ * If true radio displays background on hover @default false
1814
1814
  */
1815
- set checked(_) { }
1815
+ set backgroundOnHover(_) { }
1816
1816
  ;
1817
1817
  /**
1818
- * If true radio input is disabled @default false
1818
+ * If true radio input is checked @default false
1819
1819
  */
1820
- set disabled(_) { }
1820
+ set checked(_) { }
1821
1821
  ;
1822
1822
  /**
1823
- * If true radio displays background on hover @default false
1823
+ * If true radio input is disabled @default false
1824
1824
  */
1825
- set backgroundOnHover(_) { }
1825
+ set disabled(_) { }
1826
1826
  ;
1827
1827
  /**
1828
1828
  * The form ID that the radio input is associated with
@@ -2138,7 +2138,7 @@ let BqSideMenuItem = class BqSideMenuItem {
2138
2138
  set active(_) { }
2139
2139
  ;
2140
2140
  /**
2141
- * If true, the item label and suffix will be hidden and the with will be reduce according to its parent @default false
2141
+ * If true, the item label and suffix will be hidden and the `width` will be reduced according to its parent. @default false
2142
2142
  */
2143
2143
  set collapse(_) { }
2144
2144
  ;
@@ -2352,7 +2352,7 @@ let BqStepItem = class BqStepItem {
2352
2352
  this.z = z;
2353
2353
  c.detach();
2354
2354
  this.el = r.nativeElement;
2355
- proxyOutputs(this, this.el, ['bqClick']);
2355
+ proxyOutputs(this, this.el, ['bqClick', 'bqFocus', 'bqBlur']);
2356
2356
  }
2357
2357
  /** @nocollapse */ static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "18.2.13", ngImport: i0, type: BqStepItem, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
2358
2358
  /** @nocollapse */ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "18.2.13", type: BqStepItem, selector: "bq-step-item", inputs: { size: "size", status: "status", type: "type" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
@@ -2399,7 +2399,8 @@ let BqSteps = class BqSteps {
2399
2399
  };
2400
2400
  BqSteps = __decorate([
2401
2401
  ProxyCmp({
2402
- inputs: ['dividerColor', 'size', 'type']
2402
+ inputs: ['dividerColor', 'size', 'type'],
2403
+ methods: ['setCurrentStepItem']
2403
2404
  }),
2404
2405
  __metadata("design:paramtypes", [ChangeDetectorRef, ElementRef, NgZone])
2405
2406
  ], BqSteps);