UNPKG

igniteui-angular-wrappers

Version:
13 lines (12 loc) 4.88 kB
import { ElementRef, IterableDiffers, KeyValueDiffers, ChangeDetectorRef, Renderer2, OnInit } from '@angular/core'; import { IgControlBase } from '../igcontrolbase/igcontrolbase'; import * as i0 from "@angular/core"; export declare class IgSparklineComponent extends IgControlBase<IgSparkline> implements OnInit { constructor(el: ElementRef, renderer: Renderer2, differs: IterableDiffers, kvalDiffers: KeyValueDiffers, cdr: ChangeDetectorRef); set dataSource(value: any); private _dataSource; ngOnInit(): void; destroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration<IgSparklineComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<IgSparklineComponent, "ig-sparkline", never, { "widgetId": { "alias": "widgetId"; "required": false; }; "options": { "alias": "options"; "required": false; }; "changeDetectionInterval": { "alias": "changeDetectionInterval"; "required": false; }; "disabled": { "alias": "disabled"; "required": false; }; "create": { "alias": "create"; "required": false; }; "width": { "alias": "width"; "required": false; }; "height": { "alias": "height"; "required": false; }; "tooltipTemplate": { "alias": "tooltipTemplate"; "required": false; }; "maxRecCount": { "alias": "maxRecCount"; "required": false; }; "dataSource": { "alias": "dataSource"; "required": false; }; "dataSourceType": { "alias": "dataSourceType"; "required": false; }; "dataSourceUrl": { "alias": "dataSourceUrl"; "required": false; }; "responseTotalRecCountKey": { "alias": "responseTotalRecCountKey"; "required": false; }; "responseDataKey": { "alias": "responseDataKey"; "required": false; }; "brush": { "alias": "brush"; "required": false; }; "negativeBrush": { "alias": "negativeBrush"; "required": false; }; "markerBrush": { "alias": "markerBrush"; "required": false; }; "negativeMarkerBrush": { "alias": "negativeMarkerBrush"; "required": false; }; "firstMarkerBrush": { "alias": "firstMarkerBrush"; "required": false; }; "lastMarkerBrush": { "alias": "lastMarkerBrush"; "required": false; }; "highMarkerBrush": { "alias": "highMarkerBrush"; "required": false; }; "lowMarkerBrush": { "alias": "lowMarkerBrush"; "required": false; }; "trendLineBrush": { "alias": "trendLineBrush"; "required": false; }; "horizontalAxisBrush": { "alias": "horizontalAxisBrush"; "required": false; }; "verticalAxisBrush": { "alias": "verticalAxisBrush"; "required": false; }; "normalRangeFill": { "alias": "normalRangeFill"; "required": false; }; "horizontalAxisVisibility": { "alias": "horizontalAxisVisibility"; "required": false; }; "verticalAxisVisibility": { "alias": "verticalAxisVisibility"; "required": false; }; "markerVisibility": { "alias": "markerVisibility"; "required": false; }; "negativeMarkerVisibility": { "alias": "negativeMarkerVisibility"; "required": false; }; "firstMarkerVisibility": { "alias": "firstMarkerVisibility"; "required": false; }; "lastMarkerVisibility": { "alias": "lastMarkerVisibility"; "required": false; }; "lowMarkerVisibility": { "alias": "lowMarkerVisibility"; "required": false; }; "highMarkerVisibility": { "alias": "highMarkerVisibility"; "required": false; }; "normalRangeVisibility": { "alias": "normalRangeVisibility"; "required": false; }; "displayNormalRangeInFront": { "alias": "displayNormalRangeInFront"; "required": false; }; "markerSize": { "alias": "markerSize"; "required": false; }; "firstMarkerSize": { "alias": "firstMarkerSize"; "required": false; }; "lastMarkerSize": { "alias": "lastMarkerSize"; "required": false; }; "highMarkerSize": { "alias": "highMarkerSize"; "required": false; }; "lowMarkerSize": { "alias": "lowMarkerSize"; "required": false; }; "negativeMarkerSize": { "alias": "negativeMarkerSize"; "required": false; }; "lineThickness": { "alias": "lineThickness"; "required": false; }; "valueMemberPath": { "alias": "valueMemberPath"; "required": false; }; "labelMemberPath": { "alias": "labelMemberPath"; "required": false; }; "trendLineType": { "alias": "trendLineType"; "required": false; }; "trendLinePeriod": { "alias": "trendLinePeriod"; "required": false; }; "trendLineThickness": { "alias": "trendLineThickness"; "required": false; }; "normalRangeMinimum": { "alias": "normalRangeMinimum"; "required": false; }; "normalRangeMaximum": { "alias": "normalRangeMaximum"; "required": false; }; "displayType": { "alias": "displayType"; "required": false; }; "unknownValuePlotting": { "alias": "unknownValuePlotting"; "required": false; }; "verticalAxisLabel": { "alias": "verticalAxisLabel"; "required": false; }; "horizontalAxisLabel": { "alias": "horizontalAxisLabel"; "required": false; }; "formatLabel": { "alias": "formatLabel"; "required": false; }; "pixelScalingRatio": { "alias": "pixelScalingRatio"; "required": false; }; }, { "dataBinding": "dataBinding"; "dataBound": "dataBound"; "updateTooltip": "updateTooltip"; "hideTooltip": "hideTooltip"; }, never, ["*"], false, never>; }