@coveo/atomic-angular 3.6.4-pre.ffa37afa0f → 3.7.0-pre.74c1ba2af7

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.
@@ -2483,7 +2483,7 @@ let AtomicCommerceLayout = class AtomicCommerceLayout {
2483
2483
  AtomicCommerceLayout = __decorate([
2484
2484
  ProxyCmp({
2485
2485
  inputs: ['mobileBreakpoint'],
2486
- methods: ['styles'],
2486
+ methods: [],
2487
2487
  defineCustomElementFn: () => { customElements.get('atomic-commerce-layout') || customElements.define('atomic-commerce-layout', AtomicCommerceLayout$1); }
2488
2488
  })
2489
2489
  ], AtomicCommerceLayout);
@@ -3212,7 +3212,7 @@ let AtomicProductLink = class AtomicProductLink {
3212
3212
  AtomicProductLink = __decorate([
3213
3213
  ProxyCmp({
3214
3214
  inputs: ['hrefTemplate'],
3215
- methods: ['initialize', 'adoptChildren', 'renderDefaultSlotContent', 'getSlotNameForChild', 'isTextNodeEmpty', 'isSlotEmpty', '_initializeSlotState', '_ensureSlotsInitialized', '_hasDefaultSlotContent', '_mapChildrenToSlots', '_addChildToSlot', '_createSlotPlaceholder', '_relocateSingleSlot', '_moveNodeIfNeeded'],
3215
+ methods: ['initialize', 'adoptChildren', 'isTextNodeEmpty', 'isSlotEmpty', 'renderDefaultSlotContent', 'createSlotPlaceholder'],
3216
3216
  defineCustomElementFn: () => { customElements.get('atomic-product-link') || customElements.define('atomic-product-link', AtomicProductLink$1); }
3217
3217
  })
3218
3218
  ], AtomicProductLink);
@@ -3613,11 +3613,11 @@ let AtomicProductTemplate = class AtomicProductTemplate {
3613
3613
  this.el = el.nativeElement;
3614
3614
  }
3615
3615
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: AtomicProductTemplate, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3616
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.2", type: AtomicProductTemplate, isStandalone: false, selector: "atomic-product-template", inputs: { conditions: "conditions", mustMatch: "mustMatch", mustNotMatch: "mustNotMatch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3616
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.2", type: AtomicProductTemplate, isStandalone: false, selector: "atomic-product-template", inputs: { mustMatch: "mustMatch", mustNotMatch: "mustNotMatch" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3617
3617
  };
3618
3618
  AtomicProductTemplate = __decorate([
3619
3619
  ProxyCmp({
3620
- inputs: ['conditions', 'mustMatch', 'mustNotMatch'],
3620
+ inputs: ['mustMatch', 'mustNotMatch'],
3621
3621
  methods: ['getTemplate'],
3622
3622
  defineCustomElementFn: () => { customElements.get('atomic-product-template') || customElements.define('atomic-product-template', AtomicProductTemplate$1); }
3623
3623
  })
@@ -3630,7 +3630,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImpor
3630
3630
  changeDetection: ChangeDetectionStrategy.OnPush,
3631
3631
  template: '<ng-content></ng-content>',
3632
3632
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3633
- inputs: ['conditions', 'mustMatch', 'mustNotMatch']
3633
+ inputs: ['mustMatch', 'mustNotMatch']
3634
3634
  }]
3635
3635
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
3636
3636
  let AtomicProductText = class AtomicProductText {