|
@@ -18,9 +18,9 @@ export class AdjusterComponent implements HsPanelComponent {
|
|
|
viewRef: ViewRef;
|
|
viewRef: ViewRef;
|
|
|
|
|
|
|
|
constructor(
|
|
constructor(
|
|
|
- private adjusterService: AdjusterService,
|
|
|
|
|
- private adjusterEventService: AdjusterEventService,
|
|
|
|
|
- private hsLayoutService: HsLayoutService
|
|
|
|
|
|
|
+ public adjusterService: AdjusterService,
|
|
|
|
|
+ public adjusterEventService: AdjusterEventService,
|
|
|
|
|
+ public hsLayoutService: HsLayoutService
|
|
|
) {
|
|
) {
|
|
|
this.descriptionVisible = false;
|
|
this.descriptionVisible = false;
|
|
|
this.method = this.adjusterService.method;
|
|
this.method = this.adjusterService.method;
|