UNPKG

systelab-components

Version:

systelab-components is a set of components that use wide accepted and adopted standard technologies like Angular and Bootstrap, as well as other popular libraries. Please read the ATTRIBUTION.md file for a complete list of dependencies.

28 lines (27 loc) 1.43 kB
import { AbstractComboBox } from '../combobox/abstract-combobox.component'; import { AfterViewInit, ChangeDetectorRef, Renderer2 } from '@angular/core'; import { I18nService } from 'systelab-translate'; import * as i0 from "@angular/core"; declare class Element { id: string; description: string; constructor(id: string, description: string); } export declare class TimeUnitSelectComponent extends AbstractComboBox<Element> implements AfterViewInit { myRenderer: Renderer2; chRef: ChangeDetectorRef; i18nService: I18nService; showEmptyOption: boolean; showMinutesOption: boolean; showHoursOption: boolean; showWeeksOption: boolean; constructor(myRenderer: Renderer2, chRef: ChangeDetectorRef, i18nService: I18nService); ngAfterViewInit(): void; getInstance(): Element; getDescriptionField(): string; getCodeField(): string; getIdField(): string; static ɵfac: i0.ɵɵFactoryDeclaration<TimeUnitSelectComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TimeUnitSelectComponent, "systelab-time-unit-select", never, { "showEmptyOption": { "alias": "showEmptyOption"; "required": false; }; "showMinutesOption": { "alias": "showMinutesOption"; "required": false; }; "showHoursOption": { "alias": "showHoursOption"; "required": false; }; "showWeeksOption": { "alias": "showWeeksOption"; "required": false; }; }, {}, never, never, false, never>; } export {};