@coveo/atomic-angular 3.7.0-pre.f3c61095b0 → 3.7.0

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.
@@ -2333,11 +2333,11 @@ let AtomicCommerceCategoryFacet = class AtomicCommerceCategoryFacet {
2333
2333
  this.el = el.nativeElement;
2334
2334
  }
2335
2335
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: AtomicCommerceCategoryFacet, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2336
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.2", type: AtomicCommerceCategoryFacet, isStandalone: false, selector: "atomic-commerce-category-facet", inputs: { isCollapsed: "isCollapsed", field: "field" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2336
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.2", type: AtomicCommerceCategoryFacet, isStandalone: false, selector: "atomic-commerce-category-facet", inputs: { summary: "summary", facet: "facet", isCollapsed: "isCollapsed", field: "field" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2337
2337
  };
2338
2338
  AtomicCommerceCategoryFacet = __decorate([
2339
2339
  ProxyCmp({
2340
- inputs: ['isCollapsed', 'field'],
2340
+ inputs: ['summary', 'facet', 'isCollapsed', 'field'],
2341
2341
  methods: ['initialize'],
2342
2342
  defineCustomElementFn: () => { customElements.get('atomic-commerce-category-facet') || customElements.define('atomic-commerce-category-facet', AtomicCommerceCategoryFacet$1); }
2343
2343
  })
@@ -2350,7 +2350,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImpor
2350
2350
  changeDetection: ChangeDetectionStrategy.OnPush,
2351
2351
  template: '<ng-content></ng-content>',
2352
2352
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2353
- inputs: ['isCollapsed', 'field']
2353
+ inputs: ['summary', 'facet', 'isCollapsed', 'field']
2354
2354
  }]
2355
2355
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2356
2356
  let AtomicCommerceDidYouMean = class AtomicCommerceDidYouMean {
@@ -3357,7 +3357,7 @@ let AtomicProductSectionActions = class AtomicProductSectionActions {
3357
3357
  AtomicProductSectionActions = __decorate([
3358
3358
  ProxyCmp({
3359
3359
  inputs: [],
3360
- methods: [],
3360
+ methods: ['styles'],
3361
3361
  defineCustomElementFn: () => { customElements.get('atomic-product-section-actions') || customElements.define('atomic-product-section-actions', AtomicProductSectionActions$1); }
3362
3362
  })
3363
3363
  ], AtomicProductSectionActions);
@@ -3386,7 +3386,7 @@ let AtomicProductSectionBadges = class AtomicProductSectionBadges {
3386
3386
  AtomicProductSectionBadges = __decorate([
3387
3387
  ProxyCmp({
3388
3388
  inputs: [],
3389
- methods: [],
3389
+ methods: ['styles'],
3390
3390
  defineCustomElementFn: () => { customElements.get('atomic-product-section-badges') || customElements.define('atomic-product-section-badges', AtomicProductSectionBadges$1); }
3391
3391
  })
3392
3392
  ], AtomicProductSectionBadges);
@@ -3415,7 +3415,7 @@ let AtomicProductSectionBottomMetadata = class AtomicProductSectionBottomMetadat
3415
3415
  AtomicProductSectionBottomMetadata = __decorate([
3416
3416
  ProxyCmp({
3417
3417
  inputs: [],
3418
- methods: [],
3418
+ methods: ['styles'],
3419
3419
  defineCustomElementFn: () => { customElements.get('atomic-product-section-bottom-metadata') || customElements.define('atomic-product-section-bottom-metadata', AtomicProductSectionBottomMetadata$1); }
3420
3420
  })
3421
3421
  ], AtomicProductSectionBottomMetadata);
@@ -3444,7 +3444,7 @@ let AtomicProductSectionChildren = class AtomicProductSectionChildren {
3444
3444
  AtomicProductSectionChildren = __decorate([
3445
3445
  ProxyCmp({
3446
3446
  inputs: [],
3447
- methods: [],
3447
+ methods: ['styles'],
3448
3448
  defineCustomElementFn: () => { customElements.get('atomic-product-section-children') || customElements.define('atomic-product-section-children', AtomicProductSectionChildren$1); }
3449
3449
  })
3450
3450
  ], AtomicProductSectionChildren);
@@ -3473,7 +3473,7 @@ let AtomicProductSectionDescription = class AtomicProductSectionDescription {
3473
3473
  AtomicProductSectionDescription = __decorate([
3474
3474
  ProxyCmp({
3475
3475
  inputs: [],
3476
- methods: [],
3476
+ methods: ['styles'],
3477
3477
  defineCustomElementFn: () => { customElements.get('atomic-product-section-description') || customElements.define('atomic-product-section-description', AtomicProductSectionDescription$1); }
3478
3478
  })
3479
3479
  ], AtomicProductSectionDescription);
@@ -3502,7 +3502,7 @@ let AtomicProductSectionEmphasized = class AtomicProductSectionEmphasized {
3502
3502
  AtomicProductSectionEmphasized = __decorate([
3503
3503
  ProxyCmp({
3504
3504
  inputs: [],
3505
- methods: [],
3505
+ methods: ['styles'],
3506
3506
  defineCustomElementFn: () => { customElements.get('atomic-product-section-emphasized') || customElements.define('atomic-product-section-emphasized', AtomicProductSectionEmphasized$1); }
3507
3507
  })
3508
3508
  ], AtomicProductSectionEmphasized);
@@ -3531,7 +3531,7 @@ let AtomicProductSectionMetadata = class AtomicProductSectionMetadata {
3531
3531
  AtomicProductSectionMetadata = __decorate([
3532
3532
  ProxyCmp({
3533
3533
  inputs: [],
3534
- methods: [],
3534
+ methods: ['styles'],
3535
3535
  defineCustomElementFn: () => { customElements.get('atomic-product-section-metadata') || customElements.define('atomic-product-section-metadata', AtomicProductSectionMetadata$1); }
3536
3536
  })
3537
3537
  ], AtomicProductSectionMetadata);
@@ -3560,7 +3560,7 @@ let AtomicProductSectionName = class AtomicProductSectionName {
3560
3560
  AtomicProductSectionName = __decorate([
3561
3561
  ProxyCmp({
3562
3562
  inputs: [],
3563
- methods: [],
3563
+ methods: ['styles'],
3564
3564
  defineCustomElementFn: () => { customElements.get('atomic-product-section-name') || customElements.define('atomic-product-section-name', AtomicProductSectionName$1); }
3565
3565
  })
3566
3566
  ], AtomicProductSectionName);
@@ -3589,7 +3589,7 @@ let AtomicProductSectionVisual = class AtomicProductSectionVisual {
3589
3589
  AtomicProductSectionVisual = __decorate([
3590
3590
  ProxyCmp({
3591
3591
  inputs: ['imageSize'],
3592
- methods: [],
3592
+ methods: ['styles'],
3593
3593
  defineCustomElementFn: () => { customElements.get('atomic-product-section-visual') || customElements.define('atomic-product-section-visual', AtomicProductSectionVisual$1); }
3594
3594
  })
3595
3595
  ], AtomicProductSectionVisual);
@@ -3642,11 +3642,11 @@ let AtomicProductText = class AtomicProductText {
3642
3642
  this.el = el.nativeElement;
3643
3643
  }
3644
3644
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: AtomicProductText, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
3645
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.2", type: AtomicProductText, isStandalone: false, selector: "atomic-product-text", inputs: { field: "field", shouldHighlight: "shouldHighlight", noHighlight: "noHighlight", default: "default" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3645
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.2", type: AtomicProductText, isStandalone: false, selector: "atomic-product-text", inputs: { field: "field", shouldHighlight: "shouldHighlight", disableHighlight: "disableHighlight", default: "default" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
3646
3646
  };
3647
3647
  AtomicProductText = __decorate([
3648
3648
  ProxyCmp({
3649
- inputs: ['field', 'shouldHighlight', 'noHighlight', 'default'],
3649
+ inputs: ['field', 'shouldHighlight', 'disableHighlight', 'default'],
3650
3650
  methods: ['initialize'],
3651
3651
  defineCustomElementFn: () => { customElements.get('atomic-product-text') || customElements.define('atomic-product-text', AtomicProductText$1); }
3652
3652
  })
@@ -3659,7 +3659,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImpor
3659
3659
  changeDetection: ChangeDetectionStrategy.OnPush,
3660
3660
  template: '<ng-content></ng-content>',
3661
3661
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
3662
- inputs: ['field', 'shouldHighlight', 'noHighlight', 'default']
3662
+ inputs: ['field', 'shouldHighlight', 'disableHighlight', 'default']
3663
3663
  }]
3664
3664
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
3665
3665
  let AtomicProduct = class AtomicProduct {