UNPKG

ontimize-web-ngx

Version:
20 lines (19 loc) 1.09 kB
import { ElementRef, Injector } from '@angular/core'; import { OFormComponent } from '../../../components/form/o-form.component'; import { OFormDataComponent } from '../../o-form-data-component.class'; import * as i0 from "@angular/core"; export declare const DEFAULT_INPUTS_O_SLIDER_INPUT: string[]; export type SliderDisplayFunction = (value: number) => string; export declare class OSliderComponent extends OFormDataComponent { color: string; thumbLabel: boolean; showTickMarks: boolean; min: number; max: number; step: number; oDisplayWith: SliderDisplayFunction; constructor(form: OFormComponent, elRef: ElementRef, injector: Injector); onClickBlocker(evt: Event): void; static ɵfac: i0.ɵɵFactoryDeclaration<OSliderComponent, [{ optional: true; }, null, null]>; static ɵcmp: i0.ɵɵComponentDeclaration<OSliderComponent, "o-slider", never, { "color": "color"; "max": "max"; "min": "min"; "step": "step"; "thumbLabel": "thumb-label"; "oDisplayWith": "display-with"; "showTickMarks": "show-tick-marks"; }, {}, never, never, false, never>; }