@coveo/atomic-angular 3.7.8-pre.9492ff0240 → 3.7.8-pre.99d74472b5

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,7 +2562,6 @@ 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']);
2566
2565
  }
2567
2566
  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 });
2568
2567
  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 });
@@ -2570,7 +2569,7 @@ let AtomicCommerceLayout = class AtomicCommerceLayout {
2570
2569
  AtomicCommerceLayout = __decorate([
2571
2570
  ProxyCmp({
2572
2571
  inputs: ['mobileBreakpoint'],
2573
- methods: ['onMobileBreakpointChange'],
2572
+ methods: [],
2574
2573
  defineCustomElementFn: () => { customElements.get('atomic-commerce-layout') || customElements.define('atomic-commerce-layout', AtomicCommerceLayout$1); }
2575
2574
  })
2576
2575
  ], AtomicCommerceLayout);