@coveo/atomic-angular 3.7.0-pre.4dbee2e113 → 3.7.0-pre.690021c6b3

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.
@@ -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 {
@@ -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", 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', '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', '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 {