|
|
|
@ -15,7 +15,7 @@ |
|
|
|
///
|
|
|
|
|
|
|
|
import { Component, forwardRef, Input, OnInit, ViewChild } from '@angular/core'; |
|
|
|
import { ControlValueAccessor, NG_VALUE_ACCESSOR, NgForm, NgModel } from '@angular/forms'; |
|
|
|
import { ControlValueAccessor, NG_VALUE_ACCESSOR, NgForm } from '@angular/forms'; |
|
|
|
import { ValueType, valueTypesMap } from '@shared/models/constants'; |
|
|
|
import { isObject } from '@core/utils'; |
|
|
|
import { MatDialog } from '@angular/material/dialog'; |
|
|
|
@ -23,7 +23,6 @@ import { |
|
|
|
JsonObjectEditDialogComponent, |
|
|
|
JsonObjectEditDialogData |
|
|
|
} from '@shared/components/dialog/json-object-edit-dialog.component'; |
|
|
|
import { coerceBoolean } from '@shared/decorators/coercion'; |
|
|
|
|
|
|
|
@Component({ |
|
|
|
selector: 'tb-value-input', |
|
|
|
|