igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
251 lines (250 loc) • 7.74 kB
JavaScript
/*
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 { Description } from "./Description";
import { markType } from "./type";
/**
* @hidden
*/
export let AssigningSeriesStyleEventArgsBaseDescription = /*@__PURE__*/ (() => {
class AssigningSeriesStyleEventArgsBaseDescription extends Description {
constructor() {
super();
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;
}
get_type() {
return "AssigningSeriesStyleEventArgsBase";
}
get type() {
return this.get_type();
}
get startIndex() {
return this.a5;
}
set startIndex(a) {
this.a5 = a;
this.j("StartIndex");
}
get endIndex() {
return this.a4;
}
set endIndex(a) {
this.a4 = a;
this.j("EndIndex");
}
get startDate() {
return this.z;
}
set startDate(a) {
this.z = a;
this.j("StartDate");
}
get endDate() {
return this.y;
}
set endDate(a) {
this.y = a;
this.j("EndDate");
}
get getItemsRef() {
return this.a9;
}
set getItemsRef(a) {
this.a9 = a;
this.j("GetItemsRef");
}
get fill() {
return this.a8;
}
set fill(a) {
this.a8 = a;
this.j("Fill");
}
get stroke() {
return this.ba;
}
set stroke(a) {
this.ba = a;
this.j("Stroke");
}
get opacity() {
return this.ag;
}
set opacity(a) {
this.ag = a;
this.j("Opacity");
}
get fadeOpacity() {
return this.ac;
}
set fadeOpacity(a) {
this.ac = a;
this.j("FadeOpacity");
}
get highlightingInfo() {
return this.l;
}
set highlightingInfo(a) {
this.l = a;
this.j("HighlightingInfo");
}
get selectionHighlightingInfo() {
return this.m;
}
set selectionHighlightingInfo(a) {
this.m = a;
this.j("SelectionHighlightingInfo");
}
get focusHighlightingInfo() {
return this.k;
}
set focusHighlightingInfo(a) {
this.k = a;
this.j("FocusHighlightingInfo");
}
get maxAllSeriesHighlightingProgress() {
return this.ae;
}
set maxAllSeriesHighlightingProgress(a) {
this.ae = a;
this.j("MaxAllSeriesHighlightingProgress");
}
get sumAllSeriesHighlightingProgress() {
return this.ai;
}
set sumAllSeriesHighlightingProgress(a) {
this.ai = a;
this.j("SumAllSeriesHighlightingProgress");
}
get maxAllSeriesSelectionHighlightingProgress() {
return this.af;
}
set maxAllSeriesSelectionHighlightingProgress(a) {
this.af = a;
this.j("MaxAllSeriesSelectionHighlightingProgress");
}
get sumAllSeriesSelectionHighlightingProgress() {
return this.aj;
}
set sumAllSeriesSelectionHighlightingProgress(a) {
this.aj = a;
this.j("SumAllSeriesSelectionHighlightingProgress");
}
get maxAllSeriesFocusHighlightingProgress() {
return this.ad;
}
set maxAllSeriesFocusHighlightingProgress(a) {
this.ad = a;
this.j("MaxAllSeriesFocusHighlightingProgress");
}
get sumAllSeriesFocusHighlightingProgress() {
return this.ah;
}
set sumAllSeriesFocusHighlightingProgress(a) {
this.ah = a;
this.j("SumAllSeriesFocusHighlightingProgress");
}
get totalAllSeriesHighlightingProgress() {
return this.am;
}
set totalAllSeriesHighlightingProgress(a) {
this.am = a;
this.j("TotalAllSeriesHighlightingProgress");
}
get totalAllSeriesHighWaterMark() {
return this.an;
}
set totalAllSeriesHighWaterMark(a) {
this.an = a;
this.j("TotalAllSeriesHighWaterMark");
}
get totalAllSeriesFocusHighWaterMark() {
return this.al;
}
set totalAllSeriesFocusHighWaterMark(a) {
this.al = a;
this.j("TotalAllSeriesFocusHighWaterMark");
}
get totalAllSeriesSelectionHighWaterMark() {
return this.ap;
}
set totalAllSeriesSelectionHighWaterMark(a) {
this.ap = a;
this.j("TotalAllSeriesSelectionHighWaterMark");
}
get totalAllSeriesSelectionHighlightingProgress() {
return this.ao;
}
set totalAllSeriesSelectionHighlightingProgress(a) {
this.ao = a;
this.j("TotalAllSeriesSelectionHighlightingProgress");
}
get totalAllSeriesFocusHighlightingProgress() {
return this.ak;
}
set totalAllSeriesFocusHighlightingProgress(a) {
this.ak = a;
this.j("TotalAllSeriesFocusHighlightingProgress");
}
get highlightingHandled() {
return this.r;
}
set highlightingHandled(a) {
this.r = a;
this.j("HighlightingHandled");
}
get hasDateRange() {
return this.q;
}
set hasDateRange(a) {
this.q = a;
this.j("HasDateRange");
}
get isNegativeShape() {
return this.s;
}
set isNegativeShape(a) {
this.s = a;
this.j("IsNegativeShape");
}
get isThumbnail() {
return this.t;
}
set isThumbnail(a) {
this.t = a;
this.j("IsThumbnail");
}
}
AssigningSeriesStyleEventArgsBaseDescription.$t = markType(AssigningSeriesStyleEventArgsBaseDescription, 'AssigningSeriesStyleEventArgsBaseDescription', Description.$);
return AssigningSeriesStyleEventArgsBaseDescription;
})();