@taiga-ui/kit
Version:
Taiga UI Angular main components kit
20 lines (19 loc) • 1.09 kB
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "@taiga-ui/kit/components/input-number";
export declare class TuiInputSliderDirective {
private readonly isMobile;
private readonly element;
private readonly inputNumber;
private readonly slider;
private readonly controlTransformer;
private readonly value;
private readonly keyStepsTransformer;
protected readonly nothing: undefined;
protected readonly textfieldToSliderSync: import("@angular/core").EffectRef;
protected readonly sliderInitEffect: import("@angular/core").EffectRef;
protected onStep(coefficient: number): void;
protected onBlur(): void;
private onSliderInput;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiInputSliderDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<TuiInputSliderDirective, "input[tuiInputSlider]", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiInputNumberDirective; inputs: { "min": "min"; "max": "max"; "prefix": "prefix"; "postfix": "postfix"; "invalid": "invalid"; "readOnly": "readOnly"; }; outputs: {}; }]>;
}