igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
765 lines (764 loc) • 23.4 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 { __extends } from "tslib";
import { Description } from "./Description";
import { markType } from "./type";
/**
* @hidden
*/
var DashboardTileDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(DashboardTileDescription, _super);
function DashboardTileDescription() {
var _this = _super.call(this) || this;
_this.n = null;
_this.b9 = null;
_this.y = null;
_this.w = null;
_this.v = null;
_this.u = null;
_this.x = null;
_this.z = null;
_this.b7 = null;
_this.b0 = null;
_this.b5 = null;
_this.b4 = null;
_this.b6 = null;
_this.b8 = null;
_this.ac = null;
_this.r = null;
_this.q = null;
_this.p = null;
_this.s = null;
_this.ad = null;
_this.bx = null;
_this.a8 = null;
_this.b2 = null;
_this.a9 = null;
_this.bh = false;
_this.bg = false;
_this.ca = null;
_this.ae = null;
_this.af = null;
_this.bi = false;
_this.b3 = null;
_this.t = null;
_this.ag = null;
_this.o = null;
_this.m = null;
_this.aa = null;
_this.ab = null;
_this.k = null;
_this.l = null;
_this.bu = null;
_this.ah = null;
_this.ai = null;
_this.cd = null;
_this.cf = null;
_this.ce = null;
_this.bc = false;
_this.bd = false;
_this.be = false;
_this.bw = null;
_this.cg = null;
_this.bq = 0;
_this.bf = false;
_this.bt = null;
_this.by = null;
_this.bs = null;
_this.bv = null;
_this.bz = null;
_this.cb = null;
_this.cc = null;
_this.ch = null;
_this.b1 = null;
return _this;
}
DashboardTileDescription.prototype.get_type = function () {
return "DashboardTile";
};
Object.defineProperty(DashboardTileDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "customizations", {
get: function () {
return this.n;
},
set: function (a) {
this.n = a;
this.j("Customizations");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "tileTitle", {
get: function () {
return this.b9;
},
set: function (a) {
this.b9 = a;
this.j("TileTitle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "initialSortDescriptions", {
get: function () {
return this.y;
},
set: function (a) {
this.y = a;
this.j("InitialSortDescriptions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "initialGroupSortDescriptions", {
get: function () {
return this.w;
},
set: function (a) {
this.w = a;
this.j("InitialGroupSortDescriptions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "initialGroupDescriptions", {
get: function () {
return this.v;
},
set: function (a) {
this.v = a;
this.j("InitialGroupDescriptions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "initialFilterExpressions", {
get: function () {
return this.u;
},
set: function (a) {
this.u = a;
this.j("InitialFilterExpressions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "initialHighlightFilterExpressions", {
get: function () {
return this.x;
},
set: function (a) {
this.x = a;
this.j("InitialHighlightFilterExpressions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "initialSummaryDescriptions", {
get: function () {
return this.z;
},
set: function (a) {
this.z = a;
this.j("InitialSummaryDescriptions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "initialSorts", {
get: function () {
return this.b7;
},
set: function (a) {
this.b7 = a;
this.j("InitialSorts");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "groupSorts", {
get: function () {
return this.b0;
},
set: function (a) {
this.b0 = a;
this.j("GroupSorts");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "initialGroups", {
get: function () {
return this.b5;
},
set: function (a) {
this.b5 = a;
this.j("InitialGroups");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "initialFilter", {
get: function () {
return this.b4;
},
set: function (a) {
this.b4 = a;
this.j("InitialFilter");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "initialHighlightFilter", {
get: function () {
return this.b6;
},
set: function (a) {
this.b6 = a;
this.j("InitialHighlightFilter");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "initialSummaries", {
get: function () {
return this.b8;
},
set: function (a) {
this.b8 = a;
this.j("InitialSummaries");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "sortDescriptions", {
get: function () {
return this.ac;
},
set: function (a) {
this.ac = a;
this.j("SortDescriptions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "groupSortDescriptions", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.j("GroupSortDescriptions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "groupDescriptions", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.j("GroupDescriptions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "filterExpressions", {
get: function () {
return this.p;
},
set: function (a) {
this.p = a;
this.j("FilterExpressions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "highlightFilterExpressions", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.j("HighlightFilterExpressions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "summaryDescriptions", {
get: function () {
return this.ad;
},
set: function (a) {
this.ad = a;
this.j("SummaryDescriptions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "dataSourceRef", {
get: function () {
return this.bx;
},
set: function (a) {
this.bx = a;
this.j("DataSourceRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "dataSource", {
get: function () {
return this.a8;
},
set: function (a) {
this.a8 = a;
this.j("DataSource");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "highlightedDataSourceRef", {
get: function () {
return this.b2;
},
set: function (a) {
this.b2 = a;
this.j("HighlightedDataSourceRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "highlightedDataSource", {
get: function () {
return this.a9;
},
set: function (a) {
this.a9 = a;
this.j("HighlightedDataSource");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "shouldDisplayMockData", {
get: function () {
return this.bh;
},
set: function (a) {
this.bh = a;
this.j("ShouldDisplayMockData");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "shouldAvoidAxisAnnotationCollisions", {
get: function () {
return this.bg;
},
set: function (a) {
this.bg = a;
this.j("ShouldAvoidAxisAnnotationCollisions");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "trendLineType", {
get: function () {
return this.ca;
},
set: function (a) {
this.ca = a;
this.j("TrendLineType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "trendLineBrushes", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.j("TrendLineBrushes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "trendLineTypes", {
get: function () {
return this.af;
},
set: function (a) {
this.af = a;
this.j("TrendLineTypes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "shouldUseSkeletonStyleForMockData", {
get: function () {
return this.bi;
},
set: function (a) {
this.bi = a;
this.j("ShouldUseSkeletonStyleForMockData");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "highlightedValuesDisplayMode", {
get: function () {
return this.b3;
},
set: function (a) {
this.b3 = a;
this.j("HighlightedValuesDisplayMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "includedProperties", {
get: function () {
return this.t;
},
set: function (a) {
this.t = a;
this.j("IncludedProperties");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "validVisualizationTypes", {
get: function () {
return this.ag;
},
set: function (a) {
this.ag = a;
this.j("ValidVisualizationTypes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "excludedProperties", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.j("ExcludedProperties");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "brushes", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.j("Brushes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "outlines", {
get: function () {
return this.aa;
},
set: function (a) {
this.aa = a;
this.j("Outlines");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "selectedSeriesItems", {
get: function () {
return this.ab;
},
set: function (a) {
this.ab = a;
this.j("SelectedSeriesItems");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "actualBrushes", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("ActualBrushes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "actualOutlines", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.j("ActualOutlines");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "categoryAxisMajorStroke", {
get: function () {
return this.bu;
},
set: function (a) {
this.bu = a;
this.j("CategoryAxisMajorStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "valueLines", {
get: function () {
return this.ah;
},
set: function (a) {
this.ah = a;
this.j("ValueLines");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "valueLinesBrushes", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.j("ValueLinesBrushes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "valueLinesGlobalAverageBrush", {
get: function () {
return this.cd;
},
set: function (a) {
this.cd = a;
this.j("ValueLinesGlobalAverageBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "valueLinesGlobalMinimumBrush", {
get: function () {
return this.cf;
},
set: function (a) {
this.cf = a;
this.j("ValueLinesGlobalMinimumBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "valueLinesGlobalMaximumBrush", {
get: function () {
return this.ce;
},
set: function (a) {
this.ce = a;
this.j("ValueLinesGlobalMaximumBrush");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "autoCalloutsVisible", {
get: function () {
return this.bc;
},
set: function (a) {
this.bc = a;
this.j("AutoCalloutsVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "crosshairsAnnotationEnabled", {
get: function () {
return this.bd;
},
set: function (a) {
this.bd = a;
this.j("CrosshairsAnnotationEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "finalValueAnnotationsVisible", {
get: function () {
return this.be;
},
set: function (a) {
this.be = a;
this.j("FinalValueAnnotationsVisible");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "crosshairsDisplayMode", {
get: function () {
return this.bw;
},
set: function (a) {
this.bw = a;
this.j("CrosshairsDisplayMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "visualizationType", {
get: function () {
return this.cg;
},
set: function (a) {
this.cg = a;
this.j("VisualizationType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "validVisualizationTypePriorityThreshold", {
get: function () {
return this.bq;
},
set: function (a) {
this.bq = a;
this.j("ValidVisualizationTypePriorityThreshold");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "isUserAnnotationsEnabled", {
get: function () {
return this.bf;
},
set: function (a) {
this.bf = a;
this.j("IsUserAnnotationsEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "baseTheme", {
get: function () {
return this.bt;
},
set: function (a) {
this.bt = a;
this.j("BaseTheme");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "density", {
get: function () {
return this.by;
},
set: function (a) {
this.by = a;
this.j("Density");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "backgroundColor", {
get: function () {
return this.bs;
},
set: function (a) {
this.bs = a;
this.j("BackgroundColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "changingContentRef", {
get: function () {
return this.bv;
},
set: function (a) {
this.bv = a;
this.j("ChangingContentRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "filterStringErrorsParsingRef", {
get: function () {
return this.bz;
},
set: function (a) {
this.bz = a;
this.j("FilterStringErrorsParsingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "userAnnotationInformationRequestedRef", {
get: function () {
return this.cb;
},
set: function (a) {
this.cb = a;
this.j("UserAnnotationInformationRequestedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "userAnnotationToolTipContentUpdatingRef", {
get: function () {
return this.cc;
},
set: function (a) {
this.cc = a;
this.j("UserAnnotationToolTipContentUpdatingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "width", {
get: function () {
return this.ch;
},
set: function (a) {
this.ch = a;
this.j("Width");
},
enumerable: false,
configurable: true
});
Object.defineProperty(DashboardTileDescription.prototype, "height", {
get: function () {
return this.b1;
},
set: function (a) {
this.b1 = a;
this.j("Height");
},
enumerable: false,
configurable: true
});
DashboardTileDescription.$t = markType(DashboardTileDescription, 'DashboardTileDescription', Description.$);
return DashboardTileDescription;
}(Description));
export { DashboardTileDescription };