UNPKG

devextreme-angular

Version:

Angular UI and visualization components based on DevExtreme widgets

47 lines (46 loc) 2.17 kB
/*! * devextreme-angular * Version: 25.2.3 * Build date: Fri Dec 12 2025 * * Copyright (c) 2012 - 2025 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/devextreme-angular */ import { QueryList } from '@angular/core'; import { RouteMode } from 'devextreme/ui/map'; import { NestedOptionHost } from 'devextreme-angular/core'; import { CollectionNestedOption } from 'devextreme-angular/core'; import * as i0 from "@angular/core"; export declare class DxiRouteComponent extends CollectionNestedOption { set _locationsContentChildren(value: QueryList<CollectionNestedOption>); get color(): string; set color(value: string); get locations(): Array<any | { lat?: number; lng?: number; }>; set locations(value: Array<any | { lat?: number; lng?: number; }>); get mode(): RouteMode | string; set mode(value: RouteMode | string); get opacity(): number; set opacity(value: number); get weight(): number; set weight(value: number); protected get _optionPath(): string; constructor(parentOptionHost: NestedOptionHost, optionHost: NestedOptionHost); ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<DxiRouteComponent, [{ host: true; skipSelf: true; }, { host: true; }]>; static ɵcmp: i0.ɵɵComponentDeclaration<DxiRouteComponent, "dxi-route", never, { "color": { "alias": "color"; "required": false; }; "locations": { "alias": "locations"; "required": false; }; "mode": { "alias": "mode"; "required": false; }; "opacity": { "alias": "opacity"; "required": false; }; "weight": { "alias": "weight"; "required": false; }; }, {}, ["_locationsContentChildren"], never, true, never>; } export declare class DxiRouteModule { static ɵfac: i0.ɵɵFactoryDeclaration<DxiRouteModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<DxiRouteModule, never, [typeof DxiRouteComponent], [typeof DxiRouteComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<DxiRouteModule>; }