@coveo/atomic-angular 3.11.5 → 3.11.6

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.
@@ -102,11 +102,11 @@ let AtomicCommerceBreadbox = class AtomicCommerceBreadbox {
102
102
  this.el = el.nativeElement;
103
103
  }
104
104
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: AtomicCommerceBreadbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
105
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.13", type: AtomicCommerceBreadbox, isStandalone: false, selector: "atomic-commerce-breadbox", inputs: { pathLimit: "pathLimit" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
105
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.13", type: AtomicCommerceBreadbox, isStandalone: false, selector: "atomic-commerce-breadbox", inputs: { disableCollapse: "disableCollapse", pathLimit: "pathLimit" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
106
106
  };
107
107
  AtomicCommerceBreadbox = __decorate([
108
108
  ProxyCmp({
109
- inputs: ['pathLimit'],
109
+ inputs: ['disableCollapse', 'pathLimit'],
110
110
  methods: ['initialize'],
111
111
  defineCustomElementFn: () => { customElements.get('atomic-commerce-breadbox') || customElements.define('atomic-commerce-breadbox', AtomicCommerceBreadbox$1); }
112
112
  })
@@ -119,7 +119,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImpo
119
119
  changeDetection: ChangeDetectionStrategy.OnPush,
120
120
  template: '<ng-content></ng-content>',
121
121
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
122
- inputs: ['pathLimit']
122
+ inputs: ['disableCollapse', 'pathLimit']
123
123
  }]
124
124
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
125
125
  let AtomicCommerceCategoryFacet = class AtomicCommerceCategoryFacet {
@@ -3039,11 +3039,11 @@ let AtomicBreadbox = class AtomicBreadbox {
3039
3039
  this.el = el.nativeElement;
3040
3040
  }
3041
3041
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "21.2.13", ngImport: i0, type: AtomicBreadbox, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3042
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.13", type: AtomicBreadbox, isStandalone: false, selector: "atomic-breadbox", inputs: { pathLimit: "pathLimit" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3042
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "21.2.13", type: AtomicBreadbox, isStandalone: false, selector: "atomic-breadbox", inputs: { disableCollapse: "disableCollapse", pathLimit: "pathLimit" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3043
3043
  };
3044
3044
  AtomicBreadbox = __decorate([
3045
3045
  ProxyCmp({
3046
- inputs: ['pathLimit'],
3046
+ inputs: ['disableCollapse', 'pathLimit'],
3047
3047
  methods: ['initialize'],
3048
3048
  defineCustomElementFn: () => { customElements.get('atomic-breadbox') || customElements.define('atomic-breadbox', AtomicBreadbox$1); }
3049
3049
  })
@@ -3056,7 +3056,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "21.2.13", ngImpo
3056
3056
  changeDetection: ChangeDetectionStrategy.OnPush,
3057
3057
  template: '<ng-content></ng-content>',
3058
3058
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3059
- inputs: ['pathLimit']
3059
+ inputs: ['disableCollapse', 'pathLimit']
3060
3060
  }]
3061
3061
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
3062
3062
  let AtomicCategoryFacet = class AtomicCategoryFacet {