@tet/tet-components-angular 1.3.26-testing → 1.3.27-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.
@@ -749,11 +749,11 @@ let TetIcon = class TetIcon {
749
749
  this.el = r.nativeElement;
750
750
  }
751
751
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetIcon, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
752
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetIcon, selector: "tet-icon", inputs: { accessibilityLabel: "accessibilityLabel", focusable: "focusable", name: "name", theme: "theme", useDefaultColor: "useDefaultColor" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
752
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetIcon, selector: "tet-icon", inputs: { accessibilityLabel: "accessibilityLabel", focusable: "focusable", name: "name", theme: "theme", type: "type", useDefaultColor: "useDefaultColor" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
753
753
  };
754
754
  TetIcon = __decorate([
755
755
  ProxyCmp({
756
- inputs: ['accessibilityLabel', 'focusable', 'name', 'theme', 'useDefaultColor']
756
+ inputs: ['accessibilityLabel', 'focusable', 'name', 'theme', 'type', 'useDefaultColor']
757
757
  })
758
758
  ], TetIcon);
759
759
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetIcon, decorators: [{
@@ -763,7 +763,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
763
763
  changeDetection: ChangeDetectionStrategy.OnPush,
764
764
  template: '<ng-content></ng-content>',
765
765
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
766
- inputs: ['accessibilityLabel', 'focusable', 'name', 'theme', 'useDefaultColor'],
766
+ inputs: ['accessibilityLabel', 'focusable', 'name', 'theme', 'type', 'useDefaultColor'],
767
767
  }]
768
768
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
769
769
  let TetInlineMessage = class TetInlineMessage {