@tet/tet-components-angular 1.3.109-testing → 1.3.110-production
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.
|
@@ -1066,11 +1066,11 @@ let TetMultiStepDialog = class TetMultiStepDialog {
|
|
|
1066
1066
|
this.el = r.nativeElement;
|
|
1067
1067
|
}
|
|
1068
1068
|
static { this.ɵfac = i0.ɵɵngDeclareFactory({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetMultiStepDialog, deps: [{ token: i0.ChangeDetectorRef }, { token: i0.ElementRef }, { token: i0.NgZone }], target: i0.ɵɵFactoryTarget.Component }); }
|
|
1069
|
-
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetMultiStepDialog, selector: "tet-multi-step-dialog", inputs: { content: "content", dialogDataScreenKey: "dialogDataScreenKey", isOpen: "isOpen", language: "language", steps: "steps", tetDialogClass: "tetDialogClass" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1069
|
+
static { this.ɵcmp = i0.ɵɵngDeclareComponent({ minVersion: "14.0.0", version: "16.2.9", type: TetMultiStepDialog, selector: "tet-multi-step-dialog", inputs: { content: "content", dialogDataScreenKey: "dialogDataScreenKey", isOpen: "isOpen", language: "language", steps: "steps", tetDialogClass: "tetDialogClass", theme: "theme" }, ngImport: i0, template: '<ng-content></ng-content>', isInline: true, changeDetection: i0.ChangeDetectionStrategy.OnPush }); }
|
|
1070
1070
|
};
|
|
1071
1071
|
TetMultiStepDialog = __decorate([
|
|
1072
1072
|
ProxyCmp({
|
|
1073
|
-
inputs: ['content', 'dialogDataScreenKey', 'isOpen', 'language', 'steps', 'tetDialogClass']
|
|
1073
|
+
inputs: ['content', 'dialogDataScreenKey', 'isOpen', 'language', 'steps', 'tetDialogClass', 'theme']
|
|
1074
1074
|
})
|
|
1075
1075
|
], TetMultiStepDialog);
|
|
1076
1076
|
i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImport: i0, type: TetMultiStepDialog, decorators: [{
|
|
@@ -1080,7 +1080,7 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "16.2.9", ngImpor
|
|
|
1080
1080
|
changeDetection: ChangeDetectionStrategy.OnPush,
|
|
1081
1081
|
template: '<ng-content></ng-content>',
|
|
1082
1082
|
// eslint-disable-next-line @angular-eslint/no-inputs-metadata-property
|
|
1083
|
-
inputs: ['content', 'dialogDataScreenKey', 'isOpen', 'language', 'steps', 'tetDialogClass'],
|
|
1083
|
+
inputs: ['content', 'dialogDataScreenKey', 'isOpen', 'language', 'steps', 'tetDialogClass', 'theme'],
|
|
1084
1084
|
}]
|
|
1085
1085
|
}], ctorParameters: function () { return [{ type: i0.ChangeDetectorRef }, { type: i0.ElementRef }, { type: i0.NgZone }]; } });
|
|
1086
1086
|
let TetNavigationMobile = class TetNavigationMobile {
|