|
|
@ -7,7 +7,7 @@ |
|
|
|
|
|
|
|
|
import { Component, Input } from '@angular/core'; |
|
|
import { Component, Input } from '@angular/core'; |
|
|
import { FormGroup } from '@angular/forms'; |
|
|
import { FormGroup } from '@angular/forms'; |
|
|
import { ArrayFieldPropertiesDto, FieldDto, SchemaTagSource } from '@app/shared'; |
|
|
import { ArrayFieldPropertiesDto, FieldDto } from '@app/shared'; |
|
|
|
|
|
|
|
|
@Component({ |
|
|
@Component({ |
|
|
selector: 'sqx-array-validation[field][fieldForm][properties]', |
|
|
selector: 'sqx-array-validation[field][fieldForm][properties]', |
|
|
@ -23,9 +23,4 @@ export class ArrayValidationComponent { |
|
|
|
|
|
|
|
|
@Input() |
|
|
@Input() |
|
|
public properties!: ArrayFieldPropertiesDto; |
|
|
public properties!: ArrayFieldPropertiesDto; |
|
|
|
|
|
|
|
|
constructor( |
|
|
|
|
|
public readonly schemasSource: SchemaTagSource, |
|
|
|
|
|
) { |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
} |
|
|
|