@coveo/atomic-angular 3.7.8-pre.c44c9ff482 → 3.7.8-pre.d75d8e5578

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.
@@ -2562,6 +2562,7 @@ let AtomicCommerceLayout = class AtomicCommerceLayout {
2562
2562
  this.z = z;
2563
2563
  c.detach();
2564
2564
  this.el = el.nativeElement;
2565
+ proxyOutputs(this, this.el, ['atomic-layout-breakpoint-change']);
2565
2566
  }
2566
2567
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: AtomicCommerceLayout, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2567
2568
  static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.2", type: AtomicCommerceLayout, isStandalone: false, selector: "atomic-commerce-layout", inputs: { mobileBreakpoint: "mobileBreakpoint" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
@@ -2569,7 +2570,7 @@ let AtomicCommerceLayout = class AtomicCommerceLayout {
2569
2570
  AtomicCommerceLayout = __decorate([
2570
2571
  ProxyCmp({
2571
2572
  inputs: ['mobileBreakpoint'],
2572
- methods: [],
2573
+ methods: ['onMobileBreakpointChange'],
2573
2574
  defineCustomElementFn: () => { customElements.get('atomic-commerce-layout') || customElements.define('atomic-commerce-layout', AtomicCommerceLayout$1); }
2574
2575
  })
2575
2576
  ], AtomicCommerceLayout);