@tet/tet-components-angular 1.3.115-testing → 1.3.116-staging

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.
@@ -596,6 +596,7 @@ let TetCompareCardV2 = class TetCompareCardV2 {
596
596
  this.z = z;
597
597
  c.detach();
598
598
  this.el = r.nativeElement;
599
+ proxyOutputs(this, this.el, ['cardLoaded', 'productChanged']);
599
600
  }
600
601
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetCompareCardV2, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
601
602
  static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetCompareCardV2, selector: "tet-compare-card-v2", inputs: { benefitTitle: "benefitTitle", benefits: "benefits", bestChoice: "bestChoice", bestChoiceText: "bestChoiceText", bestChoiceTextPosition: "bestChoiceTextPosition", bonuses: "bonuses", buttonTitle: "buttonTitle", cardBackgroundColor: "cardBackgroundColor", cardScript: "cardScript", cardType: "cardType", clickCallback: "clickCallback", colorIcons: "colorIcons", contractTerm: "contractTerm", currency: "currency", darkMode: "darkMode", dropdownOptions: "dropdownOptions", language: "language", linkOpenBlank: "linkOpenBlank", options: "options", secondaryLink: "secondaryLink", secondaryLinkOpenBlank: "secondaryLinkOpenBlank", secondaryLinkText: "secondaryLinkText", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }