@tet/tet-components-angular 1.3.86-testing → 1.3.87-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.
|
@@ -348,11 +348,11 @@ let TetBusinessRoundStepper = class TetBusinessRoundStepper {
|
|
|
348
348
|
this.el = r.nativeElement;
|
|
349
349
|
}
|
|
350
350
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetBusinessRoundStepper, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
351
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetBusinessRoundStepper, selector: "tet-business-round-stepper", inputs: { layout: "layout", stepperData: "stepperData" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
351
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetBusinessRoundStepper, selector: "tet-business-round-stepper", inputs: { layout: "layout", stepperData: "stepperData", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
352
352
|
};
|
|
353
353
|
TetBusinessRoundStepper = __decorate([
|
|
354
354
|
ProxyCmp({
|
|
355
|
-
inputs: ['layout', 'stepperData']
|
|
355
|
+
inputs: ['layout', 'stepperData', 'theme']
|
|
356
356
|
})
|
|
357
357
|
], TetBusinessRoundStepper);
|
|
358
358
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetBusinessRoundStepper, decorators: [{
|
|
@@ -362,7 +362,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
362
362
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
363
363
|
template: '<ng-content></ng-content>',
|
|
364
364
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
365
|
-
inputs: ['layout', 'stepperData'],
|
|
365
|
+
inputs: ['layout', 'stepperData', 'theme'],
|
|
366
366
|
}]
|
|
367
367
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
368
368
|
let TetButton = class TetButton {
|