@tet/tet-components-angular 1.3.30-testing → 1.3.31-testing

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.
@@ -1117,11 +1117,11 @@ let TetRoundStepper = class TetRoundStepper {
1117
1117
  this.el = r.nativeElement;
1118
1118
  }
1119
1119
  static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetRoundStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
1120
- static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetRoundStepper, selector: "tet-round-stepper", inputs: { forcedColumn: "forcedColumn", hideIcons: "hideIcons", stepperData: "stepperData" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1120
+ static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetRoundStepper, selector: "tet-round-stepper", inputs: { forcedColumn: "forcedColumn", hideIcons: "hideIcons", stepperData: "stepperData", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
1121
1121
  };
1122
1122
  TetRoundStepper = __decorate([
1123
1123
  ProxyCmp({
1124
- inputs: ['forcedColumn', 'hideIcons', 'stepperData']
1124
+ inputs: ['forcedColumn', 'hideIcons', 'stepperData', 'theme']
1125
1125
  })
1126
1126
  ], TetRoundStepper);
1127
1127
  i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetRoundStepper, decorators: [{
@@ -1131,7 +1131,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
1131
1131
  changeDetection: ChangeDetectionStrategy.OnPush,
1132
1132
  template: '<ng-content></ng-content>',
1133
1133
  // eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
1134
- inputs: ['forcedColumn', 'hideIcons', 'stepperData'],
1134
+ inputs: ['forcedColumn', 'hideIcons', 'stepperData', 'theme'],
1135
1135
  }]
1136
1136
  }], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
1137
1137
  let TetSelectionList = class TetSelectionList {