@progress/kendo-angular-treelist
Version:
Kendo UI TreeList for Angular - Display hierarchical data in an Angular tree grid view that supports sorting, filtering, paging, and much more.
23 lines (22 loc) • 995 B
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import { NgZone, ChangeDetectorRef, EventEmitter, OnDestroy } from '@angular/core';
import * as i0 from "@angular/core";
/**
* @hidden
* move to kendo-common
*/
export declare class BrowserSupportService implements OnDestroy {
private zone;
private changeDetector;
changes: EventEmitter<any>;
private subscriptions;
constructor(zone: NgZone, changeDetector: ChangeDetectorRef);
ngOnDestroy(): void;
get scrollbarWidth(): number;
get rtlScrollLeft(): number;
static ɵfac: i0.ɵɵFactoryDeclaration<BrowserSupportService, never>;
static ɵprov: i0.ɵɵInjectableDeclaration<BrowserSupportService>;
}