@taiga-ui/addon-mobile
Version:
Extension package for Taiga UI that adds support for mobile specific behaviors such as custom data pickers, dropdowns, etc.
21 lines (20 loc) • 1.04 kB
TypeScript
import { type AfterViewInit } from '@angular/core';
import { type TuiPopover } from '@taiga-ui/cdk/services';
import { Subject } from 'rxjs';
import { type TuiSheetDialogOptions } from './sheet-dialog.options';
import * as i0 from "@angular/core";
import * as i1 from "@taiga-ui/cdk/directives/animated";
export declare class TuiSheetDialogComponent<I> implements AfterViewInit {
private readonly stops;
private readonly el;
private pointers;
protected readonly context: TuiPopover<TuiSheetDialogOptions<I>, any>;
protected readonly close$: Subject<void>;
protected readonly $: import("rxjs").Subscription;
ngAfterViewInit(): void;
protected onPointerChange(delta: number): void;
private get initial();
private close;
static ɵfac: i0.ɵɵFactoryDeclaration<TuiSheetDialogComponent<any>, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<TuiSheetDialogComponent<any>, "tui-sheet-dialog", never, {}, {}, never, never, true, [{ directive: typeof i1.TuiAnimated; inputs: {}; outputs: {}; }]>;
}