ej-angular2-test
Version:
Angular 2 components for Syncfusion JavaScript widgets
795 lines (794 loc) • 109 kB
JavaScript
"use strict";
var __extends = (this && this.__extends) || (function () {
var extendStatics = Object.setPrototypeOf ||
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
return function (d, b) {
extendStatics(d, b);
function __() { this.constructor = d; }
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
};
})();
Object.defineProperty(exports, "__esModule", { value: true });
require("syncfusion-javascript/Scripts/ej/datavisualization/ej.chart.min");
var core_1 = require("./core");
var core_2 = require("@angular/core");
var ChartTrendlineDirective = (function (_super) {
__extends(ChartTrendlineDirective, _super);
function ChartTrendlineDirective(widget) {
var _this = _super.call(this, []) || this;
_this.parent = widget;
return _this;
}
return ChartTrendlineDirective;
}(core_1.ComplexTagElement));
ChartTrendlineDirective.decorators = [
{ type: core_2.Directive, args: [{
selector: 'e-trendlines>e-trendline',
},] },
];
/** @nocollapse */
ChartTrendlineDirective.ctorParameters = function () { return [
{ type: core_1.EJComponents, decorators: [{ type: core_2.Inject, args: [core_2.forwardRef(function () { return ChartComponent; }),] },] },
]; };
ChartTrendlineDirective.propDecorators = {
'visibility': [{ type: core_2.Input, args: ['visibility',] },],
'type': [{ type: core_2.Input, args: ['type',] },],
'name': [{ type: core_2.Input, args: ['name',] },],
'fill': [{ type: core_2.Input, args: ['fill',] },],
'width': [{ type: core_2.Input, args: ['width',] },],
'opacity': [{ type: core_2.Input, args: ['opacity',] },],
'dashArray': [{ type: core_2.Input, args: ['dashArray',] },],
'forwardForecast': [{ type: core_2.Input, args: ['forwardForecast',] },],
'backwardForecast': [{ type: core_2.Input, args: ['backwardForecast',] },],
'polynomialOrder': [{ type: core_2.Input, args: ['polynomialOrder',] },],
'period': [{ type: core_2.Input, args: ['period',] },],
'tooltip': [{ type: core_2.Input, args: ['tooltip',] },],
'tooltip_border': [{ type: core_2.Input, args: ['tooltip.border',] },],
'tooltip_border_color': [{ type: core_2.Input, args: ['tooltip.border.color',] },],
'tooltip_border_width': [{ type: core_2.Input, args: ['tooltip.border.width',] },],
'tooltip_rx': [{ type: core_2.Input, args: ['tooltip.rx',] },],
'tooltip_ry': [{ type: core_2.Input, args: ['tooltip.ry',] },],
'tooltip_duration': [{ type: core_2.Input, args: ['tooltip.duration',] },],
'tooltip_enableAnimation': [{ type: core_2.Input, args: ['tooltip.enableAnimation',] },],
'tooltip_fill': [{ type: core_2.Input, args: ['tooltip.fill',] },],
'tooltip_format': [{ type: core_2.Input, args: ['tooltip.format',] },],
'tooltip_opacity': [{ type: core_2.Input, args: ['tooltip.opacity',] },],
'visibleOnLegend': [{ type: core_2.Input, args: ['visibleOnLegend',] },],
'intercept': [{ type: core_2.Input, args: ['intercept',] },],
};
exports.ChartTrendlineDirective = ChartTrendlineDirective;
var ChartTrendlinesDirective = (function (_super) {
__extends(ChartTrendlinesDirective, _super);
function ChartTrendlinesDirective(widget) {
return _super.call(this, 'trendlines') || this;
}
return ChartTrendlinesDirective;
}(core_1.ArrayTagElement));
ChartTrendlinesDirective.decorators = [
{ type: core_2.Directive, args: [{
selector: 'e-series>e-trendlines',
queries: {
children: new core_2.ContentChildren(ChartTrendlineDirective)
}
},] },
];
/** @nocollapse */
ChartTrendlinesDirective.ctorParameters = function () { return [
{ type: core_1.EJComponents, decorators: [{ type: core_2.Inject, args: [core_2.forwardRef(function () { return ChartComponent; }),] },] },
]; };
exports.ChartTrendlinesDirective = ChartTrendlinesDirective;
var ChartPointDirective = (function (_super) {
__extends(ChartPointDirective, _super);
function ChartPointDirective(widget) {
var _this = _super.call(this, []) || this;
_this.parent = widget;
return _this;
}
return ChartPointDirective;
}(core_1.ComplexTagElement));
ChartPointDirective.decorators = [
{ type: core_2.Directive, args: [{
selector: 'e-points>e-point',
},] },
];
/** @nocollapse */
ChartPointDirective.ctorParameters = function () { return [
{ type: core_1.EJComponents, decorators: [{ type: core_2.Inject, args: [core_2.forwardRef(function () { return ChartComponent; }),] },] },
]; };
ChartPointDirective.propDecorators = {
'border': [{ type: core_2.Input, args: ['border',] },],
'border_color': [{ type: core_2.Input, args: ['border.color',] },],
'border_width': [{ type: core_2.Input, args: ['border.width',] },],
'visibleOnLegend': [{ type: core_2.Input, args: ['visibleOnLegend',] },],
'showIntermediateSum': [{ type: core_2.Input, args: ['showIntermediateSum',] },],
'showTotalSum': [{ type: core_2.Input, args: ['showTotalSum',] },],
'close': [{ type: core_2.Input, args: ['close',] },],
'size': [{ type: core_2.Input, args: ['size',] },],
'fill': [{ type: core_2.Input, args: ['fill',] },],
'high': [{ type: core_2.Input, args: ['high',] },],
'low': [{ type: core_2.Input, args: ['low',] },],
'marker': [{ type: core_2.Input, args: ['marker',] },],
'marker_border': [{ type: core_2.Input, args: ['marker.border',] },],
'marker_border_color': [{ type: core_2.Input, args: ['marker.border.color',] },],
'marker_border_width': [{ type: core_2.Input, args: ['marker.border.width',] },],
'marker_dataLabel': [{ type: core_2.Input, args: ['marker.dataLabel',] },],
'marker_dataLabel_angle': [{ type: core_2.Input, args: ['marker.dataLabel.angle',] },],
'marker_dataLabel_border': [{ type: core_2.Input, args: ['marker.dataLabel.border',] },],
'marker_dataLabel_border_color': [{ type: core_2.Input, args: ['marker.dataLabel.border.color',] },],
'marker_dataLabel_border_width': [{ type: core_2.Input, args: ['marker.dataLabel.border.width',] },],
'marker_dataLabel_connectorLine': [{ type: core_2.Input, args: ['marker.dataLabel.connectorLine',] },],
'marker_dataLabel_connectorLine_type': [{ type: core_2.Input, args: ['marker.dataLabel.connectorLine.type',] },],
'marker_dataLabel_connectorLine_width': [{ type: core_2.Input, args: ['marker.dataLabel.connectorLine.width',] },],
'marker_dataLabel_fill': [{ type: core_2.Input, args: ['marker.dataLabel.fill',] },],
'marker_dataLabel_font': [{ type: core_2.Input, args: ['marker.dataLabel.font',] },],
'marker_dataLabel_font_fontFamily': [{ type: core_2.Input, args: ['marker.dataLabel.font.fontFamily',] },],
'marker_dataLabel_font_fontStyle': [{ type: core_2.Input, args: ['marker.dataLabel.font.fontStyle',] },],
'marker_dataLabel_font_fontWeight': [{ type: core_2.Input, args: ['marker.dataLabel.font.fontWeight',] },],
'marker_dataLabel_font_opacity': [{ type: core_2.Input, args: ['marker.dataLabel.font.opacity',] },],
'marker_dataLabel_font_size': [{ type: core_2.Input, args: ['marker.dataLabel.font.size',] },],
'marker_dataLabel_horizontalTextAlignment': [{ type: core_2.Input, args: ['marker.dataLabel.horizontalTextAlignment',] },],
'marker_dataLabel_margin': [{ type: core_2.Input, args: ['marker.dataLabel.margin',] },],
'marker_dataLabel_margin_bottom': [{ type: core_2.Input, args: ['marker.dataLabel.margin.bottom',] },],
'marker_dataLabel_margin_left': [{ type: core_2.Input, args: ['marker.dataLabel.margin.left',] },],
'marker_dataLabel_margin_right': [{ type: core_2.Input, args: ['marker.dataLabel.margin.right',] },],
'marker_dataLabel_margin_top': [{ type: core_2.Input, args: ['marker.dataLabel.margin.top',] },],
'marker_dataLabel_opacity': [{ type: core_2.Input, args: ['marker.dataLabel.opacity',] },],
'marker_dataLabel_shape': [{ type: core_2.Input, args: ['marker.dataLabel.shape',] },],
'marker_dataLabel_textPosition': [{ type: core_2.Input, args: ['marker.dataLabel.textPosition',] },],
'marker_dataLabel_verticalTextAlignment': [{ type: core_2.Input, args: ['marker.dataLabel.verticalTextAlignment',] },],
'marker_dataLabel_visible': [{ type: core_2.Input, args: ['marker.dataLabel.visible',] },],
'marker_dataLabel_template': [{ type: core_2.Input, args: ['marker.dataLabel.template',] },],
'marker_dataLabel_offset': [{ type: core_2.Input, args: ['marker.dataLabel.offset',] },],
'marker_fill': [{ type: core_2.Input, args: ['marker.fill',] },],
'marker_imageUrl': [{ type: core_2.Input, args: ['marker.imageUrl',] },],
'marker_opacity': [{ type: core_2.Input, args: ['marker.opacity',] },],
'marker_shape': [{ type: core_2.Input, args: ['marker.shape',] },],
'marker_size': [{ type: core_2.Input, args: ['marker.size',] },],
'marker_size_height': [{ type: core_2.Input, args: ['marker.size.height',] },],
'marker_size_width': [{ type: core_2.Input, args: ['marker.size.width',] },],
'marker_visible': [{ type: core_2.Input, args: ['marker.visible',] },],
'open': [{ type: core_2.Input, args: ['open',] },],
'text': [{ type: core_2.Input, args: ['text',] },],
'x': [{ type: core_2.Input, args: ['x',] },],
'y': [{ type: core_2.Input, args: ['y',] },],
};
exports.ChartPointDirective = ChartPointDirective;
var ChartPointsDirective = (function (_super) {
__extends(ChartPointsDirective, _super);
function ChartPointsDirective(widget) {
return _super.call(this, 'points') || this;
}
return ChartPointsDirective;
}(core_1.ArrayTagElement));
ChartPointsDirective.decorators = [
{ type: core_2.Directive, args: [{
selector: 'e-series>e-points',
queries: {
children: new core_2.ContentChildren(ChartPointDirective)
}
},] },
];
/** @nocollapse */
ChartPointsDirective.ctorParameters = function () { return [
{ type: core_1.EJComponents, decorators: [{ type: core_2.Inject, args: [core_2.forwardRef(function () { return ChartComponent; }),] },] },
]; };
exports.ChartPointsDirective = ChartPointsDirective;
var ChartSeriesDirective = (function (_super) {
__extends(ChartSeriesDirective, _super);
function ChartSeriesDirective(widget) {
var _this = _super.call(this, ['Trendlines', 'points']) || this;
_this.parent = widget;
return _this;
}
return ChartSeriesDirective;
}(core_1.ComplexTagElement));
ChartSeriesDirective.decorators = [
{ type: core_2.Directive, args: [{
selector: 'e-seriescollection>e-series',
},] },
];
/** @nocollapse */
ChartSeriesDirective.ctorParameters = function () { return [
{ type: core_1.EJComponents, decorators: [{ type: core_2.Inject, args: [core_2.forwardRef(function () { return ChartComponent; }),] },] },
]; };
ChartSeriesDirective.propDecorators = {
'bearFillColor': [{ type: core_2.Input, args: ['bearFillColor',] },],
'border': [{ type: core_2.Input, args: ['border',] },],
'border_color': [{ type: core_2.Input, args: ['border.color',] },],
'border_width': [{ type: core_2.Input, args: ['border.width',] },],
'border_dashArray': [{ type: core_2.Input, args: ['border.dashArray',] },],
'animationDuration': [{ type: core_2.Input, args: ['animationDuration',] },],
'bullFillColor': [{ type: core_2.Input, args: ['bullFillColor',] },],
'columnFacet': [{ type: core_2.Input, args: ['columnFacet',] },],
'columnWidth': [{ type: core_2.Input, args: ['columnWidth',] },],
'columnSpacing': [{ type: core_2.Input, args: ['columnSpacing',] },],
'stackingGroup': [{ type: core_2.Input, args: ['stackingGroup',] },],
'dashArray': [{ type: core_2.Input, args: ['dashArray',] },],
'dataSource': [{ type: core_2.Input, args: ['dataSource',] },],
'cardinalSplineTension': [{ type: core_2.Input, args: ['cardinalSplineTension',] },],
'doughnutCoefficient': [{ type: core_2.Input, args: ['doughnutCoefficient',] },],
'doughnutSize': [{ type: core_2.Input, args: ['doughnutSize',] },],
'drawType': [{ type: core_2.Input, args: ['drawType',] },],
'enableAnimation': [{ type: core_2.Input, args: ['enableAnimation',] },],
'enableSmartLabels': [{ type: core_2.Input, args: ['enableSmartLabels',] },],
'endAngle': [{ type: core_2.Input, args: ['endAngle',] },],
'explode': [{ type: core_2.Input, args: ['explode',] },],
'explodeAll': [{ type: core_2.Input, args: ['explodeAll',] },],
'explodeIndex': [{ type: core_2.Input, args: ['explodeIndex',] },],
'explodeOffset': [{ type: core_2.Input, args: ['explodeOffset',] },],
'fill': [{ type: core_2.Input, args: ['fill',] },],
'font': [{ type: core_2.Input, args: ['font',] },],
'font_color': [{ type: core_2.Input, args: ['font.color',] },],
'font_fontFamily': [{ type: core_2.Input, args: ['font.fontFamily',] },],
'font_fontStyle': [{ type: core_2.Input, args: ['font.fontStyle',] },],
'font_fontWeight': [{ type: core_2.Input, args: ['font.fontWeight',] },],
'font_opacity': [{ type: core_2.Input, args: ['font.opacity',] },],
'font_size': [{ type: core_2.Input, args: ['font.size',] },],
'funnelHeight': [{ type: core_2.Input, args: ['funnelHeight',] },],
'funnelWidth': [{ type: core_2.Input, args: ['funnelWidth',] },],
'gapRatio': [{ type: core_2.Input, args: ['gapRatio',] },],
'isClosed': [{ type: core_2.Input, args: ['isClosed',] },],
'isStacking': [{ type: core_2.Input, args: ['isStacking',] },],
'isTransposed': [{ type: core_2.Input, args: ['isTransposed',] },],
'showMedian': [{ type: core_2.Input, args: ['showMedian',] },],
'labelPosition': [{ type: core_2.Input, args: ['labelPosition',] },],
'splitMode': [{ type: core_2.Input, args: ['splitMode',] },],
'boxPlotMode': [{ type: core_2.Input, args: ['boxPlotMode',] },],
'bubbleOptions': [{ type: core_2.Input, args: ['bubbleOptions',] },],
'bubbleOptions_radiusMode': [{ type: core_2.Input, args: ['bubbleOptions.radiusMode',] },],
'bubbleOptions_minRadius': [{ type: core_2.Input, args: ['bubbleOptions.minRadius',] },],
'bubbleOptions_maxRadius': [{ type: core_2.Input, args: ['bubbleOptions.maxRadius',] },],
'splineType': [{ type: core_2.Input, args: ['splineType',] },],
'lineCap': [{ type: core_2.Input, args: ['lineCap',] },],
'lineJoin': [{ type: core_2.Input, args: ['lineJoin',] },],
'marker': [{ type: core_2.Input, args: ['marker',] },],
'marker_border': [{ type: core_2.Input, args: ['marker.border',] },],
'marker_border_color': [{ type: core_2.Input, args: ['marker.border.color',] },],
'marker_border_width': [{ type: core_2.Input, args: ['marker.border.width',] },],
'marker_dataLabel': [{ type: core_2.Input, args: ['marker.dataLabel',] },],
'marker_dataLabel_angle': [{ type: core_2.Input, args: ['marker.dataLabel.angle',] },],
'marker_dataLabel_maximumLabelWidth': [{ type: core_2.Input, args: ['marker.dataLabel.maximumLabelWidth',] },],
'marker_dataLabel_enableWrap': [{ type: core_2.Input, args: ['marker.dataLabel.enableWrap',] },],
'marker_dataLabel_enableContrastColor': [{ type: core_2.Input, args: ['marker.dataLabel.enableContrastColor',] },],
'marker_dataLabel_showEdgeLabels': [{ type: core_2.Input, args: ['marker.dataLabel.showEdgeLabels',] },],
'marker_dataLabel_border': [{ type: core_2.Input, args: ['marker.dataLabel.border',] },],
'marker_dataLabel_border_color': [{ type: core_2.Input, args: ['marker.dataLabel.border.color',] },],
'marker_dataLabel_border_width': [{ type: core_2.Input, args: ['marker.dataLabel.border.width',] },],
'marker_dataLabel_connectorLine': [{ type: core_2.Input, args: ['marker.dataLabel.connectorLine',] },],
'marker_dataLabel_connectorLine_type': [{ type: core_2.Input, args: ['marker.dataLabel.connectorLine.type',] },],
'marker_dataLabel_connectorLine_width': [{ type: core_2.Input, args: ['marker.dataLabel.connectorLine.width',] },],
'marker_dataLabel_connectorLine_color': [{ type: core_2.Input, args: ['marker.dataLabel.connectorLine.color',] },],
'marker_dataLabel_connectorLine_height': [{ type: core_2.Input, args: ['marker.dataLabel.connectorLine.height',] },],
'marker_dataLabel_fill': [{ type: core_2.Input, args: ['marker.dataLabel.fill',] },],
'marker_dataLabel_font': [{ type: core_2.Input, args: ['marker.dataLabel.font',] },],
'marker_dataLabel_font_fontFamily': [{ type: core_2.Input, args: ['marker.dataLabel.font.fontFamily',] },],
'marker_dataLabel_font_color': [{ type: core_2.Input, args: ['marker.dataLabel.font.color',] },],
'marker_dataLabel_font_fontStyle': [{ type: core_2.Input, args: ['marker.dataLabel.font.fontStyle',] },],
'marker_dataLabel_font_fontWeight': [{ type: core_2.Input, args: ['marker.dataLabel.font.fontWeight',] },],
'marker_dataLabel_font_opacity': [{ type: core_2.Input, args: ['marker.dataLabel.font.opacity',] },],
'marker_dataLabel_font_size': [{ type: core_2.Input, args: ['marker.dataLabel.font.size',] },],
'marker_dataLabel_horizontalTextAlignment': [{ type: core_2.Input, args: ['marker.dataLabel.horizontalTextAlignment',] },],
'marker_dataLabel_margin': [{ type: core_2.Input, args: ['marker.dataLabel.margin',] },],
'marker_dataLabel_margin_bottom': [{ type: core_2.Input, args: ['marker.dataLabel.margin.bottom',] },],
'marker_dataLabel_margin_left': [{ type: core_2.Input, args: ['marker.dataLabel.margin.left',] },],
'marker_dataLabel_margin_right': [{ type: core_2.Input, args: ['marker.dataLabel.margin.right',] },],
'marker_dataLabel_margin_top': [{ type: core_2.Input, args: ['marker.dataLabel.margin.top',] },],
'marker_dataLabel_opacity': [{ type: core_2.Input, args: ['marker.dataLabel.opacity',] },],
'marker_dataLabel_shape': [{ type: core_2.Input, args: ['marker.dataLabel.shape',] },],
'marker_dataLabel_textMappingName': [{ type: core_2.Input, args: ['marker.dataLabel.textMappingName',] },],
'marker_dataLabel_textPosition': [{ type: core_2.Input, args: ['marker.dataLabel.textPosition',] },],
'marker_dataLabel_verticalTextAlignment': [{ type: core_2.Input, args: ['marker.dataLabel.verticalTextAlignment',] },],
'marker_dataLabel_visible': [{ type: core_2.Input, args: ['marker.dataLabel.visible',] },],
'marker_dataLabel_template': [{ type: core_2.Input, args: ['marker.dataLabel.template',] },],
'marker_dataLabel_offset': [{ type: core_2.Input, args: ['marker.dataLabel.offset',] },],
'marker_dataLabel_offset_x': [{ type: core_2.Input, args: ['marker.dataLabel.offset.x',] },],
'marker_dataLabel_offset_y': [{ type: core_2.Input, args: ['marker.dataLabel.offset.y',] },],
'marker_fill': [{ type: core_2.Input, args: ['marker.fill',] },],
'marker_imageUrl': [{ type: core_2.Input, args: ['marker.imageUrl',] },],
'marker_opacity': [{ type: core_2.Input, args: ['marker.opacity',] },],
'marker_shape': [{ type: core_2.Input, args: ['marker.shape',] },],
'marker_size': [{ type: core_2.Input, args: ['marker.size',] },],
'marker_size_height': [{ type: core_2.Input, args: ['marker.size.height',] },],
'marker_size_width': [{ type: core_2.Input, args: ['marker.size.width',] },],
'marker_visible': [{ type: core_2.Input, args: ['marker.visible',] },],
'name': [{ type: core_2.Input, args: ['name',] },],
'opacity': [{ type: core_2.Input, args: ['opacity',] },],
'outlierSettings': [{ type: core_2.Input, args: ['outlierSettings',] },],
'outlierSettings_shape': [{ type: core_2.Input, args: ['outlierSettings.shape',] },],
'outlierSettings_size': [{ type: core_2.Input, args: ['outlierSettings.size',] },],
'outlierSettings_size_height': [{ type: core_2.Input, args: ['outlierSettings.size.height',] },],
'outlierSettings_size_width': [{ type: core_2.Input, args: ['outlierSettings.size.width',] },],
'palette': [{ type: core_2.Input, args: ['palette',] },],
'pieCoefficient': [{ type: core_2.Input, args: ['pieCoefficient',] },],
'pieOfPieCoefficient': [{ type: core_2.Input, args: ['pieOfPieCoefficient',] },],
'splitValue': [{ type: core_2.Input, args: ['splitValue',] },],
'gapWidth': [{ type: core_2.Input, args: ['gapWidth',] },],
'emptyPointSettings': [{ type: core_2.Input, args: ['emptyPointSettings',] },],
'emptyPointSettings_visible': [{ type: core_2.Input, args: ['emptyPointSettings.visible',] },],
'emptyPointSettings_displayMode': [{ type: core_2.Input, args: ['emptyPointSettings.displayMode',] },],
'emptyPointSettings_style': [{ type: core_2.Input, args: ['emptyPointSettings.style',] },],
'emptyPointSettings_style_color': [{ type: core_2.Input, args: ['emptyPointSettings.style.color',] },],
'emptyPointSettings_style_border': [{ type: core_2.Input, args: ['emptyPointSettings.style.border',] },],
'emptyPointSettings_style_border_color': [{ type: core_2.Input, args: ['emptyPointSettings.style.border.color',] },],
'emptyPointSettings_style_border_width': [{ type: core_2.Input, args: ['emptyPointSettings.style.border.width',] },],
'positiveFill': [{ type: core_2.Input, args: ['positiveFill',] },],
'connectorLine': [{ type: core_2.Input, args: ['connectorLine',] },],
'connectorLine_width': [{ type: core_2.Input, args: ['connectorLine.width',] },],
'connectorLine_color': [{ type: core_2.Input, args: ['connectorLine.color',] },],
'connectorLine_dashArray': [{ type: core_2.Input, args: ['connectorLine.dashArray',] },],
'connectorLine_opacity': [{ type: core_2.Input, args: ['connectorLine.opacity',] },],
'dragSettings': [{ type: core_2.Input, args: ['dragSettings',] },],
'dragSettings_enable': [{ type: core_2.Input, args: ['dragSettings.enable',] },],
'dragSettings_type': [{ type: core_2.Input, args: ['dragSettings.type',] },],
'errorBar': [{ type: core_2.Input, args: ['errorBar',] },],
'errorBar_visibility': [{ type: core_2.Input, args: ['errorBar.visibility',] },],
'errorBar_type': [{ type: core_2.Input, args: ['errorBar.type',] },],
'errorBar_mode': [{ type: core_2.Input, args: ['errorBar.mode',] },],
'errorBar_direction': [{ type: core_2.Input, args: ['errorBar.direction',] },],
'errorBar_verticalErrorValue': [{ type: core_2.Input, args: ['errorBar.verticalErrorValue',] },],
'errorBar_horizontalErrorValue': [{ type: core_2.Input, args: ['errorBar.horizontalErrorValue',] },],
'errorBar_horizontalPositiveErrorValue': [{ type: core_2.Input, args: ['errorBar.horizontalPositiveErrorValue',] },],
'errorBar_horizontalNegativeErrorValue': [{ type: core_2.Input, args: ['errorBar.horizontalNegativeErrorValue',] },],
'errorBar_verticalPositiveErrorValue': [{ type: core_2.Input, args: ['errorBar.verticalPositiveErrorValue',] },],
'errorBar_verticalNegativeErrorValue': [{ type: core_2.Input, args: ['errorBar.verticalNegativeErrorValue',] },],
'errorBar_fill': [{ type: core_2.Input, args: ['errorBar.fill',] },],
'errorBar_width': [{ type: core_2.Input, args: ['errorBar.width',] },],
'errorBar_cap': [{ type: core_2.Input, args: ['errorBar.cap',] },],
'errorBar_cap_visible': [{ type: core_2.Input, args: ['errorBar.cap.visible',] },],
'errorBar_cap_width': [{ type: core_2.Input, args: ['errorBar.cap.width',] },],
'errorBar_cap_length': [{ type: core_2.Input, args: ['errorBar.cap.length',] },],
'errorBar_cap_fill': [{ type: core_2.Input, args: ['errorBar.cap.fill',] },],
'points': [{ type: core_2.Input, args: ['points',] },],
'pyramidMode': [{ type: core_2.Input, args: ['pyramidMode',] },],
'query': [{ type: core_2.Input, args: ['query',] },],
'startAngle': [{ type: core_2.Input, args: ['startAngle',] },],
'cornerRadius': [{ type: core_2.Input, args: ['cornerRadius',] },],
'cornerRadius_topLeft': [{ type: core_2.Input, args: ['cornerRadius.topLeft',] },],
'cornerRadius_topRight': [{ type: core_2.Input, args: ['cornerRadius.topRight',] },],
'cornerRadius_bottomLeft': [{ type: core_2.Input, args: ['cornerRadius.bottomLeft',] },],
'cornerRadius_bottomRight': [{ type: core_2.Input, args: ['cornerRadius.bottomRight',] },],
'tooltip': [{ type: core_2.Input, args: ['tooltip',] },],
'tooltip_border': [{ type: core_2.Input, args: ['tooltip.border',] },],
'tooltip_border_color': [{ type: core_2.Input, args: ['tooltip.border.color',] },],
'tooltip_border_width': [{ type: core_2.Input, args: ['tooltip.border.width',] },],
'tooltip_rx': [{ type: core_2.Input, args: ['tooltip.rx',] },],
'tooltip_ry': [{ type: core_2.Input, args: ['tooltip.ry',] },],
'tooltip_duration': [{ type: core_2.Input, args: ['tooltip.duration',] },],
'tooltip_enableAnimation': [{ type: core_2.Input, args: ['tooltip.enableAnimation',] },],
'tooltip_fill': [{ type: core_2.Input, args: ['tooltip.fill',] },],
'tooltip_format': [{ type: core_2.Input, args: ['tooltip.format',] },],
'tooltip_opacity': [{ type: core_2.Input, args: ['tooltip.opacity',] },],
'tooltip_template': [{ type: core_2.Input, args: ['tooltip.template',] },],
'tooltip_visible': [{ type: core_2.Input, args: ['tooltip.visible',] },],
'type': [{ type: core_2.Input, args: ['type',] },],
'visibility': [{ type: core_2.Input, args: ['visibility',] },],
'visibleOnLegend': [{ type: core_2.Input, args: ['visibleOnLegend',] },],
'xAxisName': [{ type: core_2.Input, args: ['xAxisName',] },],
'xName': [{ type: core_2.Input, args: ['xName',] },],
'yAxisName': [{ type: core_2.Input, args: ['yAxisName',] },],
'yName': [{ type: core_2.Input, args: ['yName',] },],
'high': [{ type: core_2.Input, args: ['high',] },],
'low': [{ type: core_2.Input, args: ['low',] },],
'open': [{ type: core_2.Input, args: ['open',] },],
'close': [{ type: core_2.Input, args: ['close',] },],
'pointColorMappingName': [{ type: core_2.Input, args: ['pointColorMappingName',] },],
'zOrder': [{ type: core_2.Input, args: ['zOrder',] },],
'size': [{ type: core_2.Input, args: ['size',] },],
'trendlines': [{ type: core_2.Input, args: ['trendlines',] },],
'highlightSettings': [{ type: core_2.Input, args: ['highlightSettings',] },],
'highlightSettings_enable': [{ type: core_2.Input, args: ['highlightSettings.enable',] },],
'highlightSettings_mode': [{ type: core_2.Input, args: ['highlightSettings.mode',] },],
'highlightSettings_color': [{ type: core_2.Input, args: ['highlightSettings.color',] },],
'highlightSettings_opacity': [{ type: core_2.Input, args: ['highlightSettings.opacity',] },],
'highlightSettings_border': [{ type: core_2.Input, args: ['highlightSettings.border',] },],
'highlightSettings_border_color': [{ type: core_2.Input, args: ['highlightSettings.border.color',] },],
'highlightSettings_border_width': [{ type: core_2.Input, args: ['highlightSettings.border.width',] },],
'highlightSettings_pattern': [{ type: core_2.Input, args: ['highlightSettings.pattern',] },],
'highlightSettings_customPattern': [{ type: core_2.Input, args: ['highlightSettings.customPattern',] },],
'selectionSettings': [{ type: core_2.Input, args: ['selectionSettings',] },],
'selectionSettings_enable': [{ type: core_2.Input, args: ['selectionSettings.enable',] },],
'selectionSettings_mode': [{ type: core_2.Input, args: ['selectionSettings.mode',] },],
'selectionSettings_type': [{ type: core_2.Input, args: ['selectionSettings.type',] },],
'selectionSettings_rangeType': [{ type: core_2.Input, args: ['selectionSettings.rangeType',] },],
'selectionSettings_color': [{ type: core_2.Input, args: ['selectionSettings.color',] },],
'selectionSettings_opacity': [{ type: core_2.Input, args: ['selectionSettings.opacity',] },],
'selectionSettings_border': [{ type: core_2.Input, args: ['selectionSettings.border',] },],
'selectionSettings_border_color': [{ type: core_2.Input, args: ['selectionSettings.border.color',] },],
'selectionSettings_border_width': [{ type: core_2.Input, args: ['selectionSettings.border.width',] },],
'selectionSettings_pattern': [{ type: core_2.Input, args: ['selectionSettings.pattern',] },],
'selectionSettings_customPattern': [{ type: core_2.Input, args: ['selectionSettings.customPattern',] },],
'tag_Trendlines': [{ type: core_2.ContentChild, args: [ChartTrendlinesDirective,] },],
'tag_points': [{ type: core_2.ContentChild, args: [ChartPointsDirective,] },],
};
exports.ChartSeriesDirective = ChartSeriesDirective;
var ChartSeriesCollectionDirective = (function (_super) {
__extends(ChartSeriesCollectionDirective, _super);
function ChartSeriesCollectionDirective(widget) {
return _super.call(this, 'series') || this;
}
return ChartSeriesCollectionDirective;
}(core_1.ArrayTagElement));
ChartSeriesCollectionDirective.decorators = [
{ type: core_2.Directive, args: [{
selector: 'ej-chart>e-seriescollection',
queries: {
children: new core_2.ContentChildren(ChartSeriesDirective)
}
},] },
];
/** @nocollapse */
ChartSeriesCollectionDirective.ctorParameters = function () { return [
{ type: core_1.EJComponents, decorators: [{ type: core_2.Inject, args: [core_2.forwardRef(function () { return ChartComponent; }),] },] },
]; };
exports.ChartSeriesCollectionDirective = ChartSeriesCollectionDirective;
var ChartIndicatorDirective = (function (_super) {
__extends(ChartIndicatorDirective, _super);
function ChartIndicatorDirective(widget) {
var _this = _super.call(this, []) || this;
_this.parent = widget;
return _this;
}
return ChartIndicatorDirective;
}(core_1.ComplexTagElement));
ChartIndicatorDirective.decorators = [
{ type: core_2.Directive, args: [{
selector: 'e-chart-indicators>e-chart-indicator',
},] },
];
/** @nocollapse */
ChartIndicatorDirective.ctorParameters = function () { return [
{ type: core_1.EJComponents, decorators: [{ type: core_2.Inject, args: [core_2.forwardRef(function () { return ChartComponent; }),] },] },
]; };
ChartIndicatorDirective.propDecorators = {
'dPeriod': [{ type: core_2.Input, args: ['dPeriod',] },],
'enableAnimation': [{ type: core_2.Input, args: ['enableAnimation',] },],
'animationDuration': [{ type: core_2.Input, args: ['animationDuration',] },],
'fill': [{ type: core_2.Input, args: ['fill',] },],
'histogram': [{ type: core_2.Input, args: ['histogram',] },],
'histogram_border': [{ type: core_2.Input, args: ['histogram.border',] },],
'histogram_border_color': [{ type: core_2.Input, args: ['histogram.border.color',] },],
'histogram_border_width': [{ type: core_2.Input, args: ['histogram.border.width',] },],
'histogram_fill': [{ type: core_2.Input, args: ['histogram.fill',] },],
'histogram_opacity': [{ type: core_2.Input, args: ['histogram.opacity',] },],
'kPeriod': [{ type: core_2.Input, args: ['kPeriod',] },],
'longPeriod': [{ type: core_2.Input, args: ['longPeriod',] },],
'lowerLine': [{ type: core_2.Input, args: ['lowerLine',] },],
'lowerLine_fill': [{ type: core_2.Input, args: ['lowerLine.fill',] },],
'lowerLine_width': [{ type: core_2.Input, args: ['lowerLine.width',] },],
'macdLine': [{ type: core_2.Input, args: ['macdLine',] },],
'macdLine_fill': [{ type: core_2.Input, args: ['macdLine.fill',] },],
'macdLine_width': [{ type: core_2.Input, args: ['macdLine.width',] },],
'macdType': [{ type: core_2.Input, args: ['macdType',] },],
'period': [{ type: core_2.Input, args: ['period',] },],
'periodLine': [{ type: core_2.Input, args: ['periodLine',] },],
'periodLine_fill': [{ type: core_2.Input, args: ['periodLine.fill',] },],
'periodLine_width': [{ type: core_2.Input, args: ['periodLine.width',] },],
'seriesName': [{ type: core_2.Input, args: ['seriesName',] },],
'shortPeriod': [{ type: core_2.Input, args: ['shortPeriod',] },],
'standardDeviations': [{ type: core_2.Input, args: ['standardDeviations',] },],
'tooltip': [{ type: core_2.Input, args: ['tooltip',] },],
'tooltip_border': [{ type: core_2.Input, args: ['tooltip.border',] },],
'tooltip_border_color': [{ type: core_2.Input, args: ['tooltip.border.color',] },],
'tooltip_border_width': [{ type: core_2.Input, args: ['tooltip.border.width',] },],
'tooltip_duration': [{ type: core_2.Input, args: ['tooltip.duration',] },],
'tooltip_enableAnimation': [{ type: core_2.Input, args: ['tooltip.enableAnimation',] },],
'tooltip_format': [{ type: core_2.Input, args: ['tooltip.format',] },],
'tooltip_fill': [{ type: core_2.Input, args: ['tooltip.fill',] },],
'tooltip_opacity': [{ type: core_2.Input, args: ['tooltip.opacity',] },],
'tooltip_visible': [{ type: core_2.Input, args: ['tooltip.visible',] },],
'trigger': [{ type: core_2.Input, args: ['trigger',] },],
'visibility': [{ type: core_2.Input, args: ['visibility',] },],
'type': [{ type: core_2.Input, args: ['type',] },],
'upperLine': [{ type: core_2.Input, args: ['upperLine',] },],
'upperLine_fill': [{ type: core_2.Input, args: ['upperLine.fill',] },],
'upperLine_width': [{ type: core_2.Input, args: ['upperLine.width',] },],
'width': [{ type: core_2.Input, args: ['width',] },],
'xAxisName': [{ type: core_2.Input, args: ['xAxisName',] },],
'yAxisName': [{ type: core_2.Input, args: ['yAxisName',] },],
};
exports.ChartIndicatorDirective = ChartIndicatorDirective;
var ChartIndicatorsDirective = (function (_super) {
__extends(ChartIndicatorsDirective, _super);
function ChartIndicatorsDirective(widget) {
return _super.call(this, 'indicators') || this;
}
return ChartIndicatorsDirective;
}(core_1.ArrayTagElement));
ChartIndicatorsDirective.decorators = [
{ type: core_2.Directive, args: [{
selector: 'ej-chart>e-chart-indicators',
queries: {
children: new core_2.ContentChildren(ChartIndicatorDirective)
}
},] },
];
/** @nocollapse */
ChartIndicatorsDirective.ctorParameters = function () { return [
{ type: core_1.EJComponents, decorators: [{ type: core_2.Inject, args: [core_2.forwardRef(function () { return ChartComponent; }),] },] },
]; };
exports.ChartIndicatorsDirective = ChartIndicatorsDirective;
var ChartAnnotationDirective = (function (_super) {
__extends(ChartAnnotationDirective, _super);
function ChartAnnotationDirective(widget) {
var _this = _super.call(this, []) || this;
_this.parent = widget;
return _this;
}
return ChartAnnotationDirective;
}(core_1.ComplexTagElement));
ChartAnnotationDirective.decorators = [
{ type: core_2.Directive, args: [{
selector: 'e-annotations>e-annotation',
},] },
];
/** @nocollapse */
ChartAnnotationDirective.ctorParameters = function () { return [
{ type: core_1.EJComponents, decorators: [{ type: core_2.Inject, args: [core_2.forwardRef(function () { return ChartComponent; }),] },] },
]; };
ChartAnnotationDirective.propDecorators = {
'angle': [{ type: core_2.Input, args: ['angle',] },],
'content': [{ type: core_2.Input, args: ['content',] },],
'coordinateUnit': [{ type: core_2.Input, args: ['coordinateUnit',] },],
'horizontalAlignment': [{ type: core_2.Input, args: ['horizontalAlignment',] },],
'margin': [{ type: core_2.Input, args: ['margin',] },],
'margin_bottom': [{ type: core_2.Input, args: ['margin.bottom',] },],
'margin_left': [{ type: core_2.Input, args: ['margin.left',] },],
'margin_right': [{ type: core_2.Input, args: ['margin.right',] },],
'margin_top': [{ type: core_2.Input, args: ['margin.top',] },],
'opacity': [{ type: core_2.Input, args: ['opacity',] },],
'region': [{ type: core_2.Input, args: ['region',] },],
'verticalAlignment': [{ type: core_2.Input, args: ['verticalAlignment',] },],
'visible': [{ type: core_2.Input, args: ['visible',] },],
'x': [{ type: core_2.Input, args: ['x',] },],
'xAxisName': [{ type: core_2.Input, args: ['xAxisName',] },],
'y': [{ type: core_2.Input, args: ['y',] },],
'yAxisName': [{ type: core_2.Input, args: ['yAxisName',] },],
};
exports.ChartAnnotationDirective = ChartAnnotationDirective;
var ChartAnnotationsDirective = (function (_super) {
__extends(ChartAnnotationsDirective, _super);
function ChartAnnotationsDirective(widget) {
return _super.call(this, 'annotations') || this;
}
return ChartAnnotationsDirective;
}(core_1.ArrayTagElement));
ChartAnnotationsDirective.decorators = [
{ type: core_2.Directive, args: [{
selector: 'ej-chart>e-annotations',
queries: {
children: new core_2.ContentChildren(ChartAnnotationDirective)
}
},] },
];
/** @nocollapse */
ChartAnnotationsDirective.ctorParameters = function () { return [
{ type: core_1.EJComponents, decorators: [{ type: core_2.Inject, args: [core_2.forwardRef(function () { return ChartComponent; }),] },] },
]; };
exports.ChartAnnotationsDirective = ChartAnnotationsDirective;
var ChartPrimaryXAxisStripLineDirective = (function (_super) {
__extends(ChartPrimaryXAxisStripLineDirective, _super);
function ChartPrimaryXAxisStripLineDirective(widget) {
var _this = _super.call(this, []) || this;
_this.parent = widget;
return _this;
}
return ChartPrimaryXAxisStripLineDirective;
}(core_1.ComplexTagElement));
ChartPrimaryXAxisStripLineDirective.decorators = [
{ type: core_2.Directive, args: [{
selector: 'e-primaryxaxis-striplinecollection>e-primaryxaxis-stripline',
},] },
];
/** @nocollapse */
ChartPrimaryXAxisStripLineDirective.ctorParameters = function () { return [
{ type: core_1.EJComponents, decorators: [{ type: core_2.Inject, args: [core_2.forwardRef(function () { return ChartComponent; }),] },] },
]; };
ChartPrimaryXAxisStripLineDirective.propDecorators = {
'borderColor': [{ type: core_2.Input, args: ['borderColor',] },],
'color': [{ type: core_2.Input, args: ['color',] },],
'end': [{ type: core_2.Input, args: ['end',] },],
'font': [{ type: core_2.Input, args: ['font',] },],
'font_color': [{ type: core_2.Input, args: ['font.color',] },],
'font_fontFamily': [{ type: core_2.Input, args: ['font.fontFamily',] },],
'font_fontStyle': [{ type: core_2.Input, args: ['font.fontStyle',] },],
'font_fontWeight': [{ type: core_2.Input, args: ['font.fontWeight',] },],
'font_opacity': [{ type: core_2.Input, args: ['font.opacity',] },],
'font_size': [{ type: core_2.Input, args: ['font.size',] },],
'start': [{ type: core_2.Input, args: ['start',] },],
'startFromAxis': [{ type: core_2.Input, args: ['startFromAxis',] },],
'text': [{ type: core_2.Input, args: ['text',] },],
'textAlignment': [{ type: core_2.Input, args: ['textAlignment',] },],
'visible': [{ type: core_2.Input, args: ['visible',] },],
'width': [{ type: core_2.Input, args: ['width',] },],
'zIndex': [{ type: core_2.Input, args: ['zIndex',] },],
};
exports.ChartPrimaryXAxisStripLineDirective = ChartPrimaryXAxisStripLineDirective;
var ChartPrimaryXAxisStripLineCollectionDirective = (function (_super) {
__extends(ChartPrimaryXAxisStripLineCollectionDirective, _super);
function ChartPrimaryXAxisStripLineCollectionDirective(widget) {
return _super.call(this, 'primaryXAxis.stripLine') || this;
}
return ChartPrimaryXAxisStripLineCollectionDirective;
}(core_1.ArrayTagElement));
ChartPrimaryXAxisStripLineCollectionDirective.decorators = [
{ type: core_2.Directive, args: [{
selector: 'ej-chart>e-primaryxaxis-striplinecollection',
queries: {
children: new core_2.ContentChildren(ChartPrimaryXAxisStripLineDirective)
}
},] },
];
/** @nocollapse */
ChartPrimaryXAxisStripLineCollectionDirective.ctorParameters = function () { return [
{ type: core_1.EJComponents, decorators: [{ type: core_2.Inject, args: [core_2.forwardRef(function () { return ChartComponent; }),] },] },
]; };
exports.ChartPrimaryXAxisStripLineCollectionDirective = ChartPrimaryXAxisStripLineCollectionDirective;
var ChartPrimaryYAxisStripLineDirective = (function (_super) {
__extends(ChartPrimaryYAxisStripLineDirective, _super);
function ChartPrimaryYAxisStripLineDirective(widget) {
var _this = _super.call(this, []) || this;
_this.parent = widget;
return _this;
}
return ChartPrimaryYAxisStripLineDirective;
}(core_1.ComplexTagElement));
ChartPrimaryYAxisStripLineDirective.decorators = [
{ type: core_2.Directive, args: [{
selector: 'e-primaryyaxis-striplinecollection>e-primaryyaxis-stripline',
},] },
];
/** @nocollapse */
ChartPrimaryYAxisStripLineDirective.ctorParameters = function () { return [
{ type: core_1.EJComponents, decorators: [{ type: core_2.Inject, args: [core_2.forwardRef(function () { return ChartComponent; }),] },] },
]; };
ChartPrimaryYAxisStripLineDirective.propDecorators = {
'borderColor': [{ type: core_2.Input, args: ['borderColor',] },],
'color': [{ type: core_2.Input, args: ['color',] },],
'end': [{ type: core_2.Input, args: ['end',] },],
'font': [{ type: core_2.Input, args: ['font',] },],
'font_color': [{ type: core_2.Input, args: ['font.color',] },],
'font_fontFamily': [{ type: core_2.Input, args: ['font.fontFamily',] },],
'font_fontStyle': [{ type: core_2.Input, args: ['font.fontStyle',] },],
'font_fontWeight': [{ type: core_2.Input, args: ['font.fontWeight',] },],
'font_opacity': [{ type: core_2.Input, args: ['font.opacity',] },],
'font_size': [{ type: core_2.Input, args: ['font.size',] },],
'start': [{ type: core_2.Input, args: ['start',] },],
'startFromAxis': [{ type: core_2.Input, args: ['startFromAxis',] },],
'text': [{ type: core_2.Input, args: ['text',] },],
'textAlignment': [{ type: core_2.Input, args: ['textAlignment',] },],
'visible': [{ type: core_2.Input, args: ['visible',] },],
'width': [{ type: core_2.Input, args: ['width',] },],
'zIndex': [{ type: core_2.Input, args: ['zIndex',] },],
};
exports.ChartPrimaryYAxisStripLineDirective = ChartPrimaryYAxisStripLineDirective;
var ChartPrimaryYAxisStripLineCollectionDirective = (function (_super) {
__extends(ChartPrimaryYAxisStripLineCollectionDirective, _super);
function ChartPrimaryYAxisStripLineCollectionDirective(widget) {
return _super.call(this, 'primaryYAxis.stripLine') || this;
}
return ChartPrimaryYAxisStripLineCollectionDirective;
}(core_1.ArrayTagElement));
ChartPrimaryYAxisStripLineCollectionDirective.decorators = [
{ type: core_2.Directive, args: [{
selector: 'ej-chart>e-primaryyaxis-striplinecollection',
queries: {
children: new core_2.ContentChildren(ChartPrimaryYAxisStripLineDirective)
}
},] },
];
/** @nocollapse */
ChartPrimaryYAxisStripLineCollectionDirective.ctorParameters = function () { return [
{ type: core_1.EJComponents, decorators: [{ type: core_2.Inject, args: [core_2.forwardRef(function () { return ChartComponent; }),] },] },
]; };
exports.ChartPrimaryYAxisStripLineCollectionDirective = ChartPrimaryYAxisStripLineCollectionDirective;
var ChartRowDefinitionDirective = (function (_super) {
__extends(ChartRowDefinitionDirective, _super);
function ChartRowDefinitionDirective(widget) {
var _this = _super.call(this, []) || this;
_this.parent = widget;
return _this;
}
return ChartRowDefinitionDirective;
}(core_1.ComplexTagElement));
ChartRowDefinitionDirective.decorators = [
{ type: core_2.Directive, args: [{
selector: 'e-rowdefinitions>e-rowdefinition',
},] },
];
/** @nocollapse */
ChartRowDefinitionDirective.ctorParameters = function () { return [
{ type: core_1.EJComponents, decorators: [{ type: core_2.Inject, args: [core_2.forwardRef(function () { return ChartComponent; }),] },] },
]; };
ChartRowDefinitionDirective.propDecorators = {
'unit': [{ type: core_2.Input, args: ['unit',] },],
'rowHeight': [{ type: core_2.Input, args: ['rowHeight',] },],
'lineColor': [{ type: core_2.Input, args: ['lineColor',] },],
'lineWidth': [{ type: core_2.Input, args: ['lineWidth',] },],
};
exports.ChartRowDefinitionDirective = ChartRowDefinitionDirective;
var ChartRowDefinitionsDirective = (function (_super) {
__extends(ChartRowDefinitionsDirective, _super);
function ChartRowDefinitionsDirective(widget) {
return _super.call(this, 'rowDefinitions') || this;
}
return ChartRowDefinitionsDirective;
}(core_1.ArrayTagElement));
ChartRowDefinitionsDirective.decorators = [
{ type: core_2.Directive, args: [{
selector: 'ej-chart>e-rowdefinitions',
queries: {
children: new core_2.ContentChildren(ChartRowDefinitionDirective)
}
},] },
];
/** @nocollapse */
ChartRowDefinitionsDirective.ctorParameters = function () { return [
{ type: core_1.EJComponents, decorators: [{ type: core_2.Inject, args: [core_2.forwardRef(function () { return ChartComponent; }),] },] },
]; };
exports.ChartRowDefinitionsDirective = ChartRowDefinitionsDirective;
var ChartColumnDefinitionDirective = (function (_super) {
__extends(ChartColumnDefinitionDirective, _super);
function ChartColumnDefinitionDirective(widget) {
var _this = _super.call(this, []) || this;
_this.parent = widget;
return _this;
}
return ChartColumnDefinitionDirective;
}(core_1.ComplexTagElement));
ChartColumnDefinitionDirective.decorators = [
{ type: core_2.Directive, args: [{
selector: 'e-columndefinitions>e-columndefinition',
},] },
];
/** @nocollapse */
ChartColumnDefinitionDirective.ctorParameters = function () { return [
{ type: core_1.EJComponents, decorators: [{ type: core_2.Inject, args: [core_2.forwardRef(function () { return ChartComponent; }),] },] },
]; };
ChartColumnDefinitionDirective.propDecorators = {
'unit': [{ type: core_2.Input, args: ['unit',] },],
'columnWidth': [{ type: core_2.Input, args: ['columnWidth',] },],
'lineColor': [{ type: core_2.Input, args: ['lineColor',] },],
'lineWidth': [{ type: core_2.Input, args: ['lineWidth',] },],
};
exports.ChartColumnDefinitionDirective = ChartColumnDefinitionDirective;
var ChartColumnDefinitionsDirective = (function (_super) {
__extends(ChartColumnDefinitionsDirective, _super);
function ChartColumnDefinitionsDirective(widget) {
return _super.call(this, 'columnDefinitions') || this;
}
return ChartColumnDefinitionsDirective;
}(core_1.ArrayTagElement));
ChartColumnDefinitionsDirective.decorators = [
{ type: core_2.Directive, args: [{
selector: 'ej-chart>e-columndefinitions',
queries: {
children: new core_2.ContentChildren(ChartColumnDefinitionDirective)
}
},] },
];
/** @nocollapse */
ChartColumnDefinitionsDirective.ctorParameters = function () { return [
{ type: core_1.EJComponents, decorators: [{ type: core_2.Inject, args: [core_2.forwardRef(function () { return ChartComponent; }),] },] },
]; };
exports.ChartColumnDefinitionsDirective = ChartColumnDefinitionsDirective;
var ChartComponent = (function (_super) {
__extends(ChartComponent, _super);
function ChartComponent(el, cdRef, _ejIterableDiffers, _ejkeyvaluediffers) {
var _this = _super.call(this, 'Chart', el, cdRef, ['series', 'indicators', 'annotations', 'primaryXAxis.stripLine', 'primaryYAxis.stripLine', 'rowDefinitions', 'columnDefinitions'], _ejIterableDiffers, _ejkeyvaluediffers) || this;
_this.el = el;
_this.cdRef = cdRef;
_this._ejIterableDiffers = _ejIterableDiffers;
_this._ejkeyvaluediffers = _ejkeyvaluediffers;
_this.animationComplete_output = new core_2.EventEmitter();
_this.axesLabelRendering_output = new core_2.EventEmitter();
_this.axesLabelsInitialize_output = new core_2.EventEmitter();
_this.axesRangeCalculate_output = new core_2.EventEmitter();
_this.axesTitleRendering_output = new core_2.EventEmitter();
_this.chartAreaBoundsCalculate_output = new core_2.EventEmitter();
_this.create_output = new core_2.EventEmitter();
_this.destroy_output = new core_2.EventEmitter();
_this.displayTextRendering_output = new core_2.EventEmitter();
_this.legendBoundsCalculate_output = new core_2.EventEmitter();
_this.legendItemClick_output = new core_2.EventEmitter();
_this.legendItemMouseMove_output = new core_2.EventEmitter();