UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

369 lines (368 loc) 12.4 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 { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ var AssigningSeriesStyleEventArgsBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(AssigningSeriesStyleEventArgsBaseDescription, _super); function AssigningSeriesStyleEventArgsBaseDescription() { var _this = _super.call(this) || this; _this.a5 = 0; _this.a4 = 0; _this.z = new Date(); _this.y = new Date(); _this.a9 = null; _this.a8 = null; _this.ba = null; _this.ag = 0; _this.ac = 0; _this.l = null; _this.m = null; _this.k = null; _this.ae = 0; _this.ai = 0; _this.af = 0; _this.aj = 0; _this.ad = 0; _this.ah = 0; _this.am = 0; _this.an = 0; _this.al = 0; _this.ap = 0; _this.ao = 0; _this.ak = 0; _this.r = false; _this.q = false; _this.s = false; _this.t = false; return _this; } AssigningSeriesStyleEventArgsBaseDescription.prototype.get_type = function () { return "AssigningSeriesStyleEventArgsBase"; }; Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "startIndex", { get: function () { return this.a5; }, set: function (a) { this.a5 = a; this.j("StartIndex"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "endIndex", { get: function () { return this.a4; }, set: function (a) { this.a4 = a; this.j("EndIndex"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "startDate", { get: function () { return this.z; }, set: function (a) { this.z = a; this.j("StartDate"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "endDate", { get: function () { return this.y; }, set: function (a) { this.y = a; this.j("EndDate"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "getItemsRef", { get: function () { return this.a9; }, set: function (a) { this.a9 = a; this.j("GetItemsRef"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "fill", { get: function () { return this.a8; }, set: function (a) { this.a8 = a; this.j("Fill"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "stroke", { get: function () { return this.ba; }, set: function (a) { this.ba = a; this.j("Stroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "opacity", { get: function () { return this.ag; }, set: function (a) { this.ag = a; this.j("Opacity"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "fadeOpacity", { get: function () { return this.ac; }, set: function (a) { this.ac = a; this.j("FadeOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "highlightingInfo", { get: function () { return this.l; }, set: function (a) { this.l = a; this.j("HighlightingInfo"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "selectionHighlightingInfo", { get: function () { return this.m; }, set: function (a) { this.m = a; this.j("SelectionHighlightingInfo"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "focusHighlightingInfo", { get: function () { return this.k; }, set: function (a) { this.k = a; this.j("FocusHighlightingInfo"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "maxAllSeriesHighlightingProgress", { get: function () { return this.ae; }, set: function (a) { this.ae = a; this.j("MaxAllSeriesHighlightingProgress"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "sumAllSeriesHighlightingProgress", { get: function () { return this.ai; }, set: function (a) { this.ai = a; this.j("SumAllSeriesHighlightingProgress"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "maxAllSeriesSelectionHighlightingProgress", { get: function () { return this.af; }, set: function (a) { this.af = a; this.j("MaxAllSeriesSelectionHighlightingProgress"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "sumAllSeriesSelectionHighlightingProgress", { get: function () { return this.aj; }, set: function (a) { this.aj = a; this.j("SumAllSeriesSelectionHighlightingProgress"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "maxAllSeriesFocusHighlightingProgress", { get: function () { return this.ad; }, set: function (a) { this.ad = a; this.j("MaxAllSeriesFocusHighlightingProgress"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "sumAllSeriesFocusHighlightingProgress", { get: function () { return this.ah; }, set: function (a) { this.ah = a; this.j("SumAllSeriesFocusHighlightingProgress"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "totalAllSeriesHighlightingProgress", { get: function () { return this.am; }, set: function (a) { this.am = a; this.j("TotalAllSeriesHighlightingProgress"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "totalAllSeriesHighWaterMark", { get: function () { return this.an; }, set: function (a) { this.an = a; this.j("TotalAllSeriesHighWaterMark"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "totalAllSeriesFocusHighWaterMark", { get: function () { return this.al; }, set: function (a) { this.al = a; this.j("TotalAllSeriesFocusHighWaterMark"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "totalAllSeriesSelectionHighWaterMark", { get: function () { return this.ap; }, set: function (a) { this.ap = a; this.j("TotalAllSeriesSelectionHighWaterMark"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "totalAllSeriesSelectionHighlightingProgress", { get: function () { return this.ao; }, set: function (a) { this.ao = a; this.j("TotalAllSeriesSelectionHighlightingProgress"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "totalAllSeriesFocusHighlightingProgress", { get: function () { return this.ak; }, set: function (a) { this.ak = a; this.j("TotalAllSeriesFocusHighlightingProgress"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "highlightingHandled", { get: function () { return this.r; }, set: function (a) { this.r = a; this.j("HighlightingHandled"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "hasDateRange", { get: function () { return this.q; }, set: function (a) { this.q = a; this.j("HasDateRange"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "isNegativeShape", { get: function () { return this.s; }, set: function (a) { this.s = a; this.j("IsNegativeShape"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "isThumbnail", { get: function () { return this.t; }, set: function (a) { this.t = a; this.j("IsThumbnail"); }, enumerable: false, configurable: true }); AssigningSeriesStyleEventArgsBaseDescription.$t = markType(AssigningSeriesStyleEventArgsBaseDescription, 'AssigningSeriesStyleEventArgsBaseDescription', Description.$); return AssigningSeriesStyleEventArgsBaseDescription; }(Description)); export { AssigningSeriesStyleEventArgsBaseDescription };