myrta-ui 17.0.15 → 17.0.16
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.
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
import { InputSearchSizesTypes } from '
|
|
1
|
+
import { InputSearchSizesTypes } from '../input-search/input-search.enum';
|
|
2
2
|
import { ElementRef, EventEmitter } from '@angular/core';
|
|
3
3
|
import { ControlValueAccessor } from '@angular/forms';
|
|
4
4
|
import { RadioGroupItem, RadioGroupValueWithId } from './models/radio-group.model';
|
|
5
|
-
import { Field } from '../../../services
|
|
5
|
+
import { Field } from '../../../services';
|
|
6
6
|
import * as i0 from "@angular/core";
|
|
7
7
|
export declare class RadioGroupComponent implements ControlValueAccessor {
|
|
8
8
|
private _isInit;
|
|
9
9
|
private _groupItemsWrapperHeight;
|
|
10
10
|
private _searchValue;
|
|
11
|
+
private _list;
|
|
11
12
|
selectedValue: RadioGroupItem | null;
|
|
12
13
|
filteredList: RadioGroupItem[];
|
|
13
14
|
uuid: string;
|