/*! * * Wijmo Library 5.20251.40 * https://developer.mescius.com/wijmo * * Copyright(c) MESCIUS inc. All rights reserved. * * Licensed under the End-User License Agreement For MESCIUS Wijmo Software. * us.sales@mescius.com * https://developer.mescius.com/wijmo/licensing * */ /** * {@module wijmo.angular2.chart.map} * Contains Angular 2 components for the wijmo.chart.map module. * * wijmo.angular2.chart.map is an external TypeScript module that can be imported to your code * using its ambient module name. For example: * * * */ /** * */ export declare var ___keepComment: any; import { EventEmitter, AfterViewInit, ElementRef, Injector, OnInit, OnDestroy } from '@angular/core'; import { IWjComponentMetadata, IWjComponentMeta } from 'wijmo/wijmo.angular2.directiveBase'; import * as wjcChartMap from 'wijmo/wijmo.chart.map'; declare var wjFlexMapMeta: IWjComponentMeta; export { wjFlexMapMeta }; /** * Angular 2 component for the {@link wijmo.chart.map.FlexMap} control. * * Use the wj-flex-map component to add FlexMap controls to your * Angular 2 applications. For details about Angular 2 markup syntax, see * Angular 2 Markup. * * The WjFlexMap component is derived from the FlexMap control and * inherits all its properties, events and methods. * * The wj-flex-map component may contain the following child components: * {@link wijmo.angular2.chart.WjFlexChartLegend} * , {@link wijmo.angular2.chart.map.WjScatterMapLayer} * , {@link wijmo.angular2.chart.map.WjGeoMapLayer} * and {@link wijmo.angular2.chart.map.WjGeoGridLayer}. */ export declare class WjFlexMap extends wjcChartMap.FlexMap implements OnInit, OnDestroy, AfterViewInit { static readonly meta: IWjComponentMetadata; private _wjBehaviour; /** * Indicates whether the component has been initialized by Angular. * Changes its value from false to true right before triggering the initialized event. */ isInitialized: boolean; /** * This event is triggered after the component has been initialized by Angular, that is * all bound properties have been assigned and child components (if any) have been initialized. */ initialized: EventEmitter; /** * Defines a name of a property represented by [(ngModel)] directive (if specified). * Default value is ''. */ wjModelProperty: string; /** * Angular (EventEmitter) version of the Wijmo gotFocus event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional gotFocus Wijmo event name. */ gotFocusNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo lostFocus event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional lostFocus Wijmo event name. */ lostFocusNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo refreshing event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional refreshing Wijmo event name. */ refreshingNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo refreshed event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional refreshed Wijmo event name. */ refreshedNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo invalidInput event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional invalidInput Wijmo event name. */ invalidInputNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo rendering event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendering Wijmo event name. */ renderingNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo rendered event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional rendered Wijmo event name. */ renderedNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo selectionChanged event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional selectionChanged Wijmo event name. */ selectionChangedNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo itemsSourceChanging event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional itemsSourceChanging Wijmo event name. */ itemsSourceChangingNg: EventEmitter; /** * Angular (EventEmitter) version of the Wijmo itemsSourceChanged event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional itemsSourceChanged Wijmo event name. */ itemsSourceChangedNg: EventEmitter; constructor(elRef: ElementRef, injector: Injector, parentCmp: any); /** * If you create a custom component inherited from a Wijmo component, you can override this * method and perform necessary initializations that you usually do in a class constructor. * This method is called in the last line of a Wijmo component constructor and allows you * to not declare your custom component's constructor at all, thus preventing you from a necessity * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters. */ created(): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; addEventListener(target: EventTarget, type: string, fn: any, capture?: boolean): void; tooltipContent: any; } declare var wjScatterMapLayerMeta: IWjComponentMeta; export { wjScatterMapLayerMeta }; /** * Angular 2 component for the {@link wijmo.chart.map.ScatterMapLayer} class. * * The wj-scatter-map-layer component must be * contained in a {@link wijmo.angular2.chart.map.WjFlexMap} component. * * Use the wj-scatter-map-layer component to add ScatterMapLayer controls to your * Angular 2 applications. For details about Angular 2 markup syntax, see * Angular 2 Markup. * * The WjScatterMapLayer component is derived from the ScatterMapLayer class and * inherits all its properties, events and methods. * * The wj-scatter-map-layer component may contain a {@link wijmo.angular2.chart.map.WjColorScale} child component. */ export declare class WjScatterMapLayer extends wjcChartMap.ScatterMapLayer implements OnInit, OnDestroy, AfterViewInit { static readonly meta: IWjComponentMetadata; private _wjBehaviour; /** * Indicates whether the component has been initialized by Angular. * Changes its value from false to true right before triggering the initialized event. */ isInitialized: boolean; /** * This event is triggered after the component has been initialized by Angular, that is * all bound properties have been assigned and child components (if any) have been initialized. */ initialized: EventEmitter; /** * Gets or sets a name of a property that this component is assigned to. * Default value is 'layers'. */ wjProperty: string; /** * Allows you to override the global WjOptions.asyncBindings setting for this specific component. * See the WjOptions.{@link WjOptions.asyncBindings} property description for details. */ asyncBindings: boolean; /** * Angular (EventEmitter) version of the Wijmo itemsSourceChanged event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional itemsSourceChanged Wijmo event name. */ itemsSourceChangedNg: EventEmitter; /** * This event is used to implement two-way binding to the itemsSource property. * It's triggered when the property value changes, with the event argument holding the new property value. * You can bind handlers to this event in templates using the itemsSourceChange event name. */ itemsSourceChangePC: EventEmitter; constructor(elRef: ElementRef, injector: Injector, parentCmp: any); /** * If you create a custom component inherited from a Wijmo component, you can override this * method and perform necessary initializations that you usually do in a class constructor. * This method is called in the last line of a Wijmo component constructor and allows you * to not declare your custom component's constructor at all, thus preventing you from a necessity * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters. */ created(): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; } declare var wjGeoMapLayerMeta: IWjComponentMeta; export { wjGeoMapLayerMeta }; /** * Angular 2 component for the {@link wijmo.chart.map.GeoMapLayer} class. * * The wj-geo-map-layer component must be * contained in a {@link wijmo.angular2.chart.map.WjFlexMap} component. * * Use the wj-geo-map-layer component to add GeoMapLayer controls to your * Angular 2 applications. For details about Angular 2 markup syntax, see * Angular 2 Markup. * * The WjGeoMapLayer component is derived from the GeoMapLayer class and * inherits all its properties, events and methods. * * The wj-geo-map-layer component may contain a {@link wijmo.angular2.chart.map.WjColorScale} child component. */ export declare class WjGeoMapLayer extends wjcChartMap.GeoMapLayer implements OnInit, OnDestroy, AfterViewInit { static readonly meta: IWjComponentMetadata; private _wjBehaviour; /** * Indicates whether the component has been initialized by Angular. * Changes its value from false to true right before triggering the initialized event. */ isInitialized: boolean; /** * This event is triggered after the component has been initialized by Angular, that is * all bound properties have been assigned and child components (if any) have been initialized. */ initialized: EventEmitter; /** * Gets or sets a name of a property that this component is assigned to. * Default value is 'layers'. */ wjProperty: string; /** * Allows you to override the global WjOptions.asyncBindings setting for this specific component. * See the WjOptions.{@link WjOptions.asyncBindings} property description for details. */ asyncBindings: boolean; /** * Angular (EventEmitter) version of the Wijmo itemsSourceChanged event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional itemsSourceChanged Wijmo event name. */ itemsSourceChangedNg: EventEmitter; /** * This event is used to implement two-way binding to the itemsSource property. * It's triggered when the property value changes, with the event argument holding the new property value. * You can bind handlers to this event in templates using the itemsSourceChange event name. */ itemsSourceChangePC: EventEmitter; constructor(elRef: ElementRef, injector: Injector, parentCmp: any); /** * If you create a custom component inherited from a Wijmo component, you can override this * method and perform necessary initializations that you usually do in a class constructor. * This method is called in the last line of a Wijmo component constructor and allows you * to not declare your custom component's constructor at all, thus preventing you from a necessity * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters. */ created(): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; } declare var wjGeoGridLayerMeta: IWjComponentMeta; export { wjGeoGridLayerMeta }; /** * Angular 2 component for the {@link wijmo.chart.map.GeoGridLayer} class. * * The wj-geo-grid-layer component must be * contained in a {@link wijmo.angular2.chart.map.WjFlexMap} component. * * Use the wj-geo-grid-layer component to add GeoGridLayer controls to your * Angular 2 applications. For details about Angular 2 markup syntax, see * Angular 2 Markup. * * The WjGeoGridLayer component is derived from the GeoGridLayer class and * inherits all its properties, events and methods. * * The wj-geo-grid-layer component may contain a {@link wijmo.angular2.chart.map.WjColorScale} child component. */ export declare class WjGeoGridLayer extends wjcChartMap.GeoGridLayer implements OnInit, OnDestroy, AfterViewInit { static readonly meta: IWjComponentMetadata; private _wjBehaviour; /** * Indicates whether the component has been initialized by Angular. * Changes its value from false to true right before triggering the initialized event. */ isInitialized: boolean; /** * This event is triggered after the component has been initialized by Angular, that is * all bound properties have been assigned and child components (if any) have been initialized. */ initialized: EventEmitter; /** * Gets or sets a name of a property that this component is assigned to. * Default value is 'layers'. */ wjProperty: string; /** * Allows you to override the global WjOptions.asyncBindings setting for this specific component. * See the WjOptions.{@link WjOptions.asyncBindings} property description for details. */ asyncBindings: boolean; /** * Angular (EventEmitter) version of the Wijmo itemsSourceChanged event for programmatic access. * Use this event name if you want to subscribe to the Angular version of the event in code. * In template bindings use the conventional itemsSourceChanged Wijmo event name. */ itemsSourceChangedNg: EventEmitter; /** * This event is used to implement two-way binding to the itemsSource property. * It's triggered when the property value changes, with the event argument holding the new property value. * You can bind handlers to this event in templates using the itemsSourceChange event name. */ itemsSourceChangePC: EventEmitter; constructor(elRef: ElementRef, injector: Injector, parentCmp: any); /** * If you create a custom component inherited from a Wijmo component, you can override this * method and perform necessary initializations that you usually do in a class constructor. * This method is called in the last line of a Wijmo component constructor and allows you * to not declare your custom component's constructor at all, thus preventing you from a necessity * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters. */ created(): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; } declare var wjColorScaleMeta: IWjComponentMeta; export { wjColorScaleMeta }; /** * Angular 2 component for the {@link wijmo.chart.map.ColorScale} class. * * The wj-color-scale component must be * contained in one of the following components: * {@link wijmo.angular2.chart.map.WjScatterMapLayer} * , {@link wijmo.angular2.chart.map.WjGeoMapLayer} * or {@link wijmo.angular2.chart.map.WjGeoGridLayer}. * * Use the wj-color-scale component to add ColorScale controls to your * Angular 2 applications. For details about Angular 2 markup syntax, see * Angular 2 Markup. * * The WjColorScale component is derived from the ColorScale class and * inherits all its properties, events and methods. */ export declare class WjColorScale extends wjcChartMap.ColorScale implements OnInit, OnDestroy, AfterViewInit { static readonly meta: IWjComponentMetadata; private _wjBehaviour; /** * Indicates whether the component has been initialized by Angular. * Changes its value from false to true right before triggering the initialized event. */ isInitialized: boolean; /** * This event is triggered after the component has been initialized by Angular, that is * all bound properties have been assigned and child components (if any) have been initialized. */ initialized: EventEmitter; /** * Gets or sets a name of a property that this component is assigned to. * Default value is 'colorScale'. */ wjProperty: string; constructor(elRef: ElementRef, injector: Injector, parentCmp: any); /** * If you create a custom component inherited from a Wijmo component, you can override this * method and perform necessary initializations that you usually do in a class constructor. * This method is called in the last line of a Wijmo component constructor and allows you * to not declare your custom component's constructor at all, thus preventing you from a necessity * to maintain constructor parameters and keep them in synch with Wijmo component's constructor parameters. */ created(): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; } export declare class WjChartMapModule { }