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