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.a2 = 0; _this.a1 = 0; _this.w = new Date(); _this.v = new Date(); _this.a6 = null; _this.a5 = null; _this.a7 = null; _this.ad = 0; _this.z = 0; _this.i = null; _this.j = null; _this.h = null; _this.ab = 0; _this.af = 0; _this.ac = 0; _this.ag = 0; _this.aa = 0; _this.ae = 0; _this.aj = 0; _this.ak = 0; _this.ai = 0; _this.am = 0; _this.al = 0; _this.ah = 0; _this.o = false; _this.n = false; _this.p = false; _this.q = 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.a2; }, set: function (a) { this.a2 = a; this.g("StartIndex"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "endIndex", { get: function () { return this.a1; }, set: function (a) { this.a1 = a; this.g("EndIndex"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "startDate", { get: function () { return this.w; }, set: function (a) { this.w = a; this.g("StartDate"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "endDate", { get: function () { return this.v; }, set: function (a) { this.v = a; this.g("EndDate"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "getItemsRef", { get: function () { return this.a6; }, set: function (a) { this.a6 = a; this.g("GetItemsRef"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "fill", { get: function () { return this.a5; }, set: function (a) { this.a5 = a; this.g("Fill"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "stroke", { get: function () { return this.a7; }, set: function (a) { this.a7 = a; this.g("Stroke"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "opacity", { get: function () { return this.ad; }, set: function (a) { this.ad = a; this.g("Opacity"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "fadeOpacity", { get: function () { return this.z; }, set: function (a) { this.z = a; this.g("FadeOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "highlightingInfo", { get: function () { return this.i; }, set: function (a) { this.i = a; this.g("HighlightingInfo"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "selectionHighlightingInfo", { get: function () { return this.j; }, set: function (a) { this.j = a; this.g("SelectionHighlightingInfo"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "focusHighlightingInfo", { get: function () { return this.h; }, set: function (a) { this.h = a; this.g("FocusHighlightingInfo"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "maxAllSeriesHighlightingProgress", { get: function () { return this.ab; }, set: function (a) { this.ab = a; this.g("MaxAllSeriesHighlightingProgress"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "sumAllSeriesHighlightingProgress", { get: function () { return this.af; }, set: function (a) { this.af = a; this.g("SumAllSeriesHighlightingProgress"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "maxAllSeriesSelectionHighlightingProgress", { get: function () { return this.ac; }, set: function (a) { this.ac = a; this.g("MaxAllSeriesSelectionHighlightingProgress"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "sumAllSeriesSelectionHighlightingProgress", { get: function () { return this.ag; }, set: function (a) { this.ag = a; this.g("SumAllSeriesSelectionHighlightingProgress"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "maxAllSeriesFocusHighlightingProgress", { get: function () { return this.aa; }, set: function (a) { this.aa = a; this.g("MaxAllSeriesFocusHighlightingProgress"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "sumAllSeriesFocusHighlightingProgress", { get: function () { return this.ae; }, set: function (a) { this.ae = a; this.g("SumAllSeriesFocusHighlightingProgress"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "totalAllSeriesHighlightingProgress", { get: function () { return this.aj; }, set: function (a) { this.aj = a; this.g("TotalAllSeriesHighlightingProgress"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "totalAllSeriesHighWaterMark", { get: function () { return this.ak; }, set: function (a) { this.ak = a; this.g("TotalAllSeriesHighWaterMark"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "totalAllSeriesFocusHighWaterMark", { get: function () { return this.ai; }, set: function (a) { this.ai = a; this.g("TotalAllSeriesFocusHighWaterMark"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "totalAllSeriesSelectionHighWaterMark", { get: function () { return this.am; }, set: function (a) { this.am = a; this.g("TotalAllSeriesSelectionHighWaterMark"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "totalAllSeriesSelectionHighlightingProgress", { get: function () { return this.al; }, set: function (a) { this.al = a; this.g("TotalAllSeriesSelectionHighlightingProgress"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "totalAllSeriesFocusHighlightingProgress", { get: function () { return this.ah; }, set: function (a) { this.ah = a; this.g("TotalAllSeriesFocusHighlightingProgress"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "highlightingHandled", { get: function () { return this.o; }, set: function (a) { this.o = a; this.g("HighlightingHandled"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "hasDateRange", { get: function () { return this.n; }, set: function (a) { this.n = a; this.g("HasDateRange"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "isNegativeShape", { get: function () { return this.p; }, set: function (a) { this.p = a; this.g("IsNegativeShape"); }, enumerable: false, configurable: true }); Object.defineProperty(AssigningSeriesStyleEventArgsBaseDescription.prototype, "isThumbnail", { get: function () { return this.q; }, set: function (a) { this.q = a; this.g("IsThumbnail"); }, enumerable: false, configurable: true }); AssigningSeriesStyleEventArgsBaseDescription.$t = markType(AssigningSeriesStyleEventArgsBaseDescription, 'AssigningSeriesStyleEventArgsBaseDescription', Description.$); return AssigningSeriesStyleEventArgsBaseDescription; }(Description)); export { AssigningSeriesStyleEventArgsBaseDescription };