UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

542 lines (541 loc) 16.8 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 { XYChartDescription } from "./XYChartDescription"; import { markType } from "./type"; /** * @hidden */ var CategoryChartDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(CategoryChartDescription, _super); function CategoryChartDescription() { var _this = _super.call(this) || this; _this.uy = null; _this.u2 = null; _this.uw = null; _this.uu = null; _this.up = 0; _this.uz = null; _this.uv = null; _this.ux = null; _this.s7 = false; _this.s8 = false; _this.u0 = null; _this.u1 = null; _this.tu = 0; _this.tx = 0; _this.tt = 0; _this.tw = 0; _this.tv = 0; _this.ty = 0; _this.t4 = 0; _this.ut = null; _this.s9 = false; _this.ta = false; _this.tr = 0; _this.ts = 0; _this.te = false; _this.tb = false; _this.td = false; _this.u3 = null; _this.tf = false; _this.uq = 0; _this.t6 = 0; _this.t5 = 0; _this.t7 = 0; _this.s1 = null; _this.s2 = null; _this.tc = false; _this.tz = 0; _this.t0 = 0; _this.t1 = 0; _this.t2 = 0; _this.t3 = 0; _this.s5 = false; _this.s6 = false; return _this; } Object.defineProperty(CategoryChartDescription.prototype, "tooltipTemplateRef", { get: function () { return this.uy; }, set: function (a) { this.uy = a; this.e("TooltipTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "width", { get: function () { return this.u2; }, set: function (a) { this.u2 = a; this.e("Width"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "height", { get: function () { return this.uw; }, set: function (a) { this.uw = a; this.e("Height"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "background", { get: function () { return this.uu; }, set: function (a) { this.uu = a; this.e("Background"); }, enumerable: false, configurable: true }); CategoryChartDescription.prototype.get_type = function () { return "CategoryChart"; }; Object.defineProperty(CategoryChartDescription.prototype, "transitionInDuration", { get: function () { return this.up; }, set: function (a) { this.up = a; this.e("TransitionInDuration"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "transitionInEasingFunctionRef", { get: function () { return this.uz; }, set: function (a) { this.uz = a; this.e("TransitionInEasingFunctionRef"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "chartType", { get: function () { return this.uv; }, set: function (a) { this.uv = a; this.e("ChartType"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "markerCollisionAvoidance", { get: function () { return this.ux; }, set: function (a) { this.ux = a; this.e("MarkerCollisionAvoidance"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "isSplineShapePartOfRange", { get: function () { return this.s7; }, set: function (a) { this.s7 = a; this.e("IsSplineShapePartOfRange"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "isTransitionInEnabled", { get: function () { return this.s8; }, set: function (a) { this.s8 = a; this.e("IsTransitionInEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "transitionInMode", { get: function () { return this.u0; }, set: function (a) { this.u0 = a; this.e("TransitionInMode"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "transitionInSpeedType", { get: function () { return this.u1; }, set: function (a) { this.u1 = a; this.e("TransitionInSpeedType"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisInterval", { get: function () { return this.tu; }, set: function (a) { this.tu = a; this.e("XAxisInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisMinorInterval", { get: function () { return this.tx; }, set: function (a) { this.tx = a; this.e("XAxisMinorInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisGap", { get: function () { return this.tt; }, set: function (a) { this.tt = a; this.e("XAxisGap"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisMinimumGapSize", { get: function () { return this.tw; }, set: function (a) { this.tw = a; this.e("XAxisMinimumGapSize"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisMaximumGap", { get: function () { return this.tv; }, set: function (a) { this.tv = a; this.e("XAxisMaximumGap"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisOverlap", { get: function () { return this.ty; }, set: function (a) { this.ty = a; this.e("XAxisOverlap"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisInterval", { get: function () { return this.t4; }, set: function (a) { this.t4 = a; this.e("YAxisInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "autoMarginAndAngleUpdateMode", { get: function () { return this.ut; }, set: function (a) { this.ut = a; this.e("AutoMarginAndAngleUpdateMode"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "shouldAutoExpandMarginForInitialLabels", { get: function () { return this.s9; }, set: function (a) { this.s9 = a; this.e("ShouldAutoExpandMarginForInitialLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "shouldConsiderAutoRotationForInitialLabels", { get: function () { return this.ta; }, set: function (a) { this.ta = a; this.e("ShouldConsiderAutoRotationForInitialLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "autoExpandMarginExtraPadding", { get: function () { return this.tr; }, set: function (a) { this.tr = a; this.e("AutoExpandMarginExtraPadding"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "autoExpandMarginMaximumValue", { get: function () { return this.ts; }, set: function (a) { this.ts = a; this.e("AutoExpandMarginMaximumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisFavorLabellingScaleEnd", { get: function () { return this.te; }, set: function (a) { this.te = a; this.e("YAxisFavorLabellingScaleEnd"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisEnhancedIntervalPreferMoreCategoryLabels", { get: function () { return this.tb; }, set: function (a) { this.tb = a; this.e("XAxisEnhancedIntervalPreferMoreCategoryLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisEnhancedIntervalPreferMoreCategoryLabels", { get: function () { return this.td; }, set: function (a) { this.td = a; this.e("YAxisEnhancedIntervalPreferMoreCategoryLabels"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisAutoRangeBufferMode", { get: function () { return this.u3; }, set: function (a) { this.u3 = a; this.e("YAxisAutoRangeBufferMode"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisIsLogarithmic", { get: function () { return this.tf; }, set: function (a) { this.tf = a; this.e("YAxisIsLogarithmic"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisLogarithmBase", { get: function () { return this.uq; }, set: function (a) { this.uq = a; this.e("YAxisLogarithmBase"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisMinimumValue", { get: function () { return this.t6; }, set: function (a) { this.t6 = a; this.e("YAxisMinimumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisMaximumValue", { get: function () { return this.t5; }, set: function (a) { this.t5 = a; this.e("YAxisMaximumValue"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisMinorInterval", { get: function () { return this.t7; }, set: function (a) { this.t7 = a; this.e("YAxisMinorInterval"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "negativeBrushes", { get: function () { return this.s1; }, set: function (a) { this.s1 = a; this.e("NegativeBrushes"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "negativeOutlines", { get: function () { return this.s2; }, set: function (a) { this.s2 = a; this.e("NegativeOutlines"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "yAxisAbbreviateLargeNumbers", { get: function () { return this.tc; }, set: function (a) { this.tc = a; this.e("YAxisAbbreviateLargeNumbers"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomMaximumCategoryRange", { get: function () { return this.tz; }, set: function (a) { this.tz = a; this.e("XAxisZoomMaximumCategoryRange"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomMaximumItemSpan", { get: function () { return this.t0; }, set: function (a) { this.t0 = a; this.e("XAxisZoomMaximumItemSpan"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomToCategoryRange", { get: function () { return this.t1; }, set: function (a) { this.t1 = a; this.e("XAxisZoomToCategoryRange"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomToCategoryStart", { get: function () { return this.t2; }, set: function (a) { this.t2 = a; this.e("XAxisZoomToCategoryStart"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "xAxisZoomToItemSpan", { get: function () { return this.t3; }, set: function (a) { this.t3 = a; this.e("XAxisZoomToItemSpan"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "isCategoryHighlightingEnabled", { get: function () { return this.s5; }, set: function (a) { this.s5 = a; this.e("IsCategoryHighlightingEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(CategoryChartDescription.prototype, "isItemHighlightingEnabled", { get: function () { return this.s6; }, set: function (a) { this.s6 = a; this.e("IsItemHighlightingEnabled"); }, enumerable: false, configurable: true }); CategoryChartDescription.$t = markType(CategoryChartDescription, 'CategoryChartDescription', XYChartDescription.$); return CategoryChartDescription; }(XYChartDescription)); export { CategoryChartDescription };