UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

170 lines (169 loc) 5.53 kB
/* THIS INFRAGISTICS ULTIMATE SOFTWARE LICENSE AGREEMENT ("AGREEMENT") LOCATED HERE: https://www.infragistics.com/legal/license/igultimate-la https://www.infragistics.com/legal/license/igultimate-eula GOVERNS THE LICENSING, INSTALLATION AND USE OF INFRAGISTICS SOFTWARE. BY DOWNLOADING AND/OR INSTALLING AND USING INFRAGISTICS SOFTWARE: you are indicating that you have read and understand this Agreement, and agree to be legally bound by it on behalf of the yourself and your company. */ import { __extends } from "tslib"; import { DataPieBaseChartDescription } from "./DataPieBaseChartDescription"; import { markType } from "./type"; /** * @hidden */ var DataPieChartDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(DataPieChartDescription, _super); function DataPieChartDescription() { var _this = _super.call(this) || this; _this.z6 = 0; _this.z7 = 0; _this.aae = null; _this.aah = null; _this.aab = null; _this.z4 = false; _this.aaf = null; _this.aag = null; _this.aad = null; _this.aai = null; _this.aac = null; _this.aaa = null; return _this; } DataPieChartDescription.prototype.get_type = function () { return "DataPieChart"; }; Object.defineProperty(DataPieChartDescription.prototype, "transitionInDuration", { get: function () { return this.z6; }, set: function (a) { this.z6 = a; this.j("TransitionInDuration"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieChartDescription.prototype, "transitionOutDuration", { get: function () { return this.z7; }, set: function (a) { this.z7 = a; this.j("TransitionOutDuration"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieChartDescription.prototype, "transitionInEasingFunctionRef", { get: function () { return this.aae; }, set: function (a) { this.aae = a; this.j("TransitionInEasingFunctionRef"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieChartDescription.prototype, "transitionOutEasingFunctionRef", { get: function () { return this.aah; }, set: function (a) { this.aah = a; this.j("TransitionOutEasingFunctionRef"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieChartDescription.prototype, "chartType", { get: function () { return this.aab; }, set: function (a) { this.aab = a; this.j("ChartType"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieChartDescription.prototype, "isTransitionInEnabled", { get: function () { return this.z4; }, set: function (a) { this.z4 = a; this.j("IsTransitionInEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieChartDescription.prototype, "transitionInMode", { get: function () { return this.aaf; }, set: function (a) { this.aaf = a; this.j("TransitionInMode"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieChartDescription.prototype, "transitionInSpeedType", { get: function () { return this.aag; }, set: function (a) { this.aag = a; this.j("TransitionInSpeedType"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieChartDescription.prototype, "tooltipTemplateRef", { get: function () { return this.aad; }, set: function (a) { this.aad = a; this.j("TooltipTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieChartDescription.prototype, "width", { get: function () { return this.aai; }, set: function (a) { this.aai = a; this.j("Width"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieChartDescription.prototype, "height", { get: function () { return this.aac; }, set: function (a) { this.aac = a; this.j("Height"); }, enumerable: false, configurable: true }); Object.defineProperty(DataPieChartDescription.prototype, "background", { get: function () { return this.aaa; }, set: function (a) { this.aaa = a; this.j("Background"); }, enumerable: false, configurable: true }); DataPieChartDescription.$t = markType(DataPieChartDescription, 'DataPieChartDescription', DataPieBaseChartDescription.$); return DataPieChartDescription; }(DataPieBaseChartDescription)); export { DataPieChartDescription };