@tet/tet-components-angular 1.3.77-testing → 1.3.78-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.
|
@@ -848,11 +848,11 @@ let TetInlineMessage = class TetInlineMessage {
|
|
|
848
848
|
this.el = r.nativeElement;
|
|
849
849
|
}
|
|
850
850
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetInlineMessage, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
851
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetInlineMessage, selector: "tet-inline-message", inputs: { variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
851
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetInlineMessage, selector: "tet-inline-message", inputs: { theme: "theme", variant: "variant" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
852
852
|
};
|
|
853
853
|
TetInlineMessage = __decorate([
|
|
854
854
|
ProxyCmp({
|
|
855
|
-
inputs: ['variant']
|
|
855
|
+
inputs: ['theme', 'variant']
|
|
856
856
|
})
|
|
857
857
|
], TetInlineMessage);
|
|
858
858
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetInlineMessage, decorators: [{
|
|
@@ -862,7 +862,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
862
862
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
863
863
|
template: '<ng-content></ng-content>',
|
|
864
864
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
865
|
-
inputs: ['variant'],
|
|
865
|
+
inputs: ['theme', 'variant'],
|
|
866
866
|
}]
|
|
867
867
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
868
868
|
let TetInput = class TetInput {
|