mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3551] Updates for doc review (#3784)
* [ADF-3551] Updated doc comments * [ADF-3551] Updated doc comments * [ADF-3551] Doc files updated with new doc comments
This commit is contained in:
committed by
Eugenio Romano
parent
29c8c7fae6
commit
3ba72f00f8
@@ -37,6 +37,7 @@ export interface SearchRadioOption {
|
||||
})
|
||||
export class SearchRadioComponent implements SearchWidget, OnInit {
|
||||
|
||||
/** The value of the selected radio button. */
|
||||
@Input()
|
||||
value: string;
|
||||
|
||||
|
@@ -38,6 +38,7 @@ export class SearchSliderComponent implements SearchWidget, OnInit {
|
||||
max: number;
|
||||
thumbLabel = false;
|
||||
|
||||
/** The numeric value represented by the slider. */
|
||||
@Input()
|
||||
value: number | null;
|
||||
|
||||
|
@@ -29,6 +29,7 @@ import { SearchQueryBuilderService } from '../../search-query-builder.service';
|
||||
})
|
||||
export class SearchTextComponent implements SearchWidget, OnInit {
|
||||
|
||||
/** The content of the text box. */
|
||||
@Input()
|
||||
value = '';
|
||||
|
||||
|
Reference in New Issue
Block a user