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

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: { summary: "summary", facet: "facet", 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: { 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: ['summary', 'facet', 'isCollapsed', 'field'],
2340
+ inputs: ['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: ['summary', 'facet', 'isCollapsed', 'field']
2353
+ inputs: ['isCollapsed', 'field']
2354
2354
  }]
2355
2355
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2356
2356
  let AtomicCommerceDidYouMean = class AtomicCommerceDidYouMean {
@@ -2449,11 +2449,11 @@ let AtomicCommerceInterface = class AtomicCommerceInterface {
2449
2449
  this.el = el.nativeElement;
2450
2450
  }
2451
2451
  static ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "19.2.2", ngImport: i0, type: AtomicCommerceInterface, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component });
2452
- static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.2", type: AtomicCommerceInterface, isStandalone: false, selector: "atomic-commerce-interface", inputs: { type: "type", analytics: "analytics", logLevel: "logLevel", i18n: "i18n", language: "language", engine: "engine", reflectStateInUrl: "reflectStateInUrl", scrollContainer: "scrollContainer", languageAssetsPath: "languageAssetsPath", iconAssetsPath: "iconAssetsPath" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2452
+ static ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "19.2.2", type: AtomicCommerceInterface, isStandalone: false, selector: "atomic-commerce-interface", inputs: { type: "type", analytics: "analytics", logLevel: "logLevel", i18n: "i18n", language: "language", engine: "engine", reflectStateInUrl: "reflectStateInUrl", disableStateReflectionInUrl: "disableStateReflectionInUrl", scrollContainer: "scrollContainer", languageAssetsPath: "languageAssetsPath", iconAssetsPath: "iconAssetsPath" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush });
2453
2453
  };
2454
2454
  AtomicCommerceInterface = __decorate([
2455
2455
  ProxyCmp({
2456
- inputs: ['type', 'analytics', 'logLevel', 'i18n', 'language', 'engine', 'reflectStateInUrl', 'scrollContainer', 'languageAssetsPath', 'iconAssetsPath'],
2456
+ inputs: ['type', 'analytics', 'logLevel', 'i18n', 'language', 'engine', 'reflectStateInUrl', 'disableStateReflectionInUrl', 'scrollContainer', 'languageAssetsPath', 'iconAssetsPath'],
2457
2457
  methods: ['toggleAnalytics', 'updateLanguage', 'updateIconAssetsPath', 'scrollToTop', 'initialize', 'initializeWithEngine', 'executeFirstRequest', 'getUpdateComplete'],
2458
2458
  defineCustomElementFn: () => { customElements.get('atomic-commerce-interface') || customElements.define('atomic-commerce-interface', AtomicCommerceInterface$1); }
2459
2459
  })
@@ -2466,7 +2466,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "19.2.2", ngImpor
2466
2466
  changeDetection: ChangeDetectionStrategy.OnPush,
2467
2467
  template: '<ng-content></ng-content>',
2468
2468
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
2469
- inputs: ['type', 'analytics', 'logLevel', 'i18n', 'language', 'engine', 'reflectStateInUrl', 'scrollContainer', 'languageAssetsPath', 'iconAssetsPath']
2469
+ inputs: ['type', 'analytics', 'logLevel', 'i18n', 'language', 'engine', 'reflectStateInUrl', 'disableStateReflectionInUrl', 'scrollContainer', 'languageAssetsPath', 'iconAssetsPath']
2470
2470
  }]
2471
2471
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
2472
2472
  let AtomicCommerceLayout = class AtomicCommerceLayout {
@@ -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);
@@ -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 {
@@ -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", 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", noHighlight: "noHighlight", 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', 'default'],
3649
+ inputs: ['field', 'shouldHighlight', 'noHighlight', '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', 'default']
3662
+ inputs: ['field', 'shouldHighlight', 'noHighlight', 'default']
3663
3663
  }]
3664
3664
  }], ctorParameters: () => [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }] });
3665
3665
  let AtomicProduct = class AtomicProduct {