igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
921 lines (920 loc) • 27.6 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 PieChartBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(PieChartBaseDescription, _super);
function PieChartBaseDescription() {
var _this = _super.call(this) || this;
_this.cp = null;
_this.bn = null;
_this.as = 0;
_this.bp = null;
_this.bo = null;
_this.bm = null;
_this.at = 0;
_this.cq = null;
_this.bv = null;
_this.b4 = null;
_this.bx = null;
_this.bw = null;
_this.bu = null;
_this.bl = null;
_this.bk = null;
_this.bz = null;
_this.by = null;
_this.av = 0;
_this.ay = 0;
_this.ca = null;
_this.b9 = null;
_this.ar = 0;
_this.a0 = 0;
_this.af = false;
_this.ae = false;
_this.n = null;
_this.b6 = null;
_this.au = 0;
_this.a3 = 0;
_this.cn = null;
_this.b7 = null;
_this.b8 = null;
_this.ax = 0;
_this.aw = 0;
_this.cg = null;
_this.ch = null;
_this.a2 = 0;
_this.a1 = 0;
_this.m = null;
_this.k = null;
_this.s = null;
_this.l = null;
_this.bt = null;
_this.o = null;
_this.cb = null;
_this.r = null;
_this.b3 = null;
_this.p = null;
_this.b5 = null;
_this.q = null;
_this.b2 = null;
_this.b1 = null;
_this.ag = false;
_this.ah = false;
_this.ai = false;
_this.aj = false;
_this.b0 = null;
_this.bq = null;
_this.br = null;
_this.az = 0;
_this.aq = 0;
_this.ci = null;
_this.bi = null;
_this.t = null;
_this.co = null;
_this.bs = null;
_this.cd = null;
_this.cf = null;
_this.cc = null;
_this.ce = null;
_this.cj = null;
_this.ck = null;
_this.cm = null;
_this.cl = null;
return _this;
}
Object.defineProperty(PieChartBaseDescription.prototype, "tooltipTemplateRef", {
get: function () {
return this.cp;
},
set: function (a) {
this.cp = a;
this.j("TooltipTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "fontFamily", {
get: function () {
return this.bn;
},
set: function (a) {
this.bn = a;
this.j("FontFamily");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "fontSize", {
get: function () {
return this.as;
},
set: function (a) {
this.as = a;
this.j("FontSize");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "fontWeight", {
get: function () {
return this.bp;
},
set: function (a) {
this.bp = a;
this.j("FontWeight");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "fontStyle", {
get: function () {
return this.bo;
},
set: function (a) {
this.bo = a;
this.j("FontStyle");
},
enumerable: false,
configurable: true
});
PieChartBaseDescription.prototype.get_type = function () {
return "PieChartBase";
};
Object.defineProperty(PieChartBaseDescription.prototype, "type", {
get: function () {
return this.get_type();
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "dataSourceRef", {
get: function () {
return this.bm;
},
set: function (a) {
this.bm = a;
this.j("DataSourceRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "innerExtent", {
get: function () {
return this.at;
},
set: function (a) {
this.at = a;
this.j("InnerExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "valueMemberPath", {
get: function () {
return this.cq;
},
set: function (a) {
this.cq = a;
this.j("ValueMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "labelMemberPath", {
get: function () {
return this.bv;
},
set: function (a) {
this.bv = a;
this.j("LabelMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "legendLabelMemberPath", {
get: function () {
return this.b4;
},
set: function (a) {
this.b4 = a;
this.j("LegendLabelMemberPath");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "labelsPosition", {
get: function () {
return this.bx;
},
set: function (a) {
this.bx = a;
this.j("LabelsPosition");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "labelOuterColor", {
get: function () {
return this.bw;
},
set: function (a) {
this.bw = a;
this.j("LabelOuterColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "labelInnerColor", {
get: function () {
return this.bu;
},
set: function (a) {
this.bu = a;
this.j("LabelInnerColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "actualLabelOuterColor", {
get: function () {
return this.bl;
},
set: function (a) {
this.bl = a;
this.j("ActualLabelOuterColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "actualLabelInnerColor", {
get: function () {
return this.bk;
},
set: function (a) {
this.bk = a;
this.j("ActualLabelInnerColor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "leaderLineVisibility", {
get: function () {
return this.bz;
},
set: function (a) {
this.bz = a;
this.j("LeaderLineVisibility");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "leaderLineType", {
get: function () {
return this.by;
},
set: function (a) {
this.by = a;
this.j("LeaderLineType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "leaderLineMargin", {
get: function () {
return this.av;
},
set: function (a) {
this.av = a;
this.j("LeaderLineMargin");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "othersCategoryThreshold", {
get: function () {
return this.ay;
},
set: function (a) {
this.ay = a;
this.j("OthersCategoryThreshold");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "othersCategoryType", {
get: function () {
return this.ca;
},
set: function (a) {
this.ca = a;
this.j("OthersCategoryType");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "othersCategoryText", {
get: function () {
return this.b9;
},
set: function (a) {
this.b9 = a;
this.j("OthersCategoryText");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "explodedRadius", {
get: function () {
return this.ar;
},
set: function (a) {
this.ar = a;
this.j("ExplodedRadius");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "radiusFactor", {
get: function () {
return this.a0;
},
set: function (a) {
this.a0 = a;
this.j("RadiusFactor");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "allowSliceSelection", {
get: function () {
return this.af;
},
set: function (a) {
this.af = a;
this.j("AllowSliceSelection");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "allowSliceExplosion", {
get: function () {
return this.ae;
},
set: function (a) {
this.ae = a;
this.j("AllowSliceExplosion");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "explodedSlices", {
get: function () {
return this.n;
},
set: function (a) {
this.n = a;
this.j("ExplodedSlices");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "legendRef", {
get: function () {
return this.b6;
},
set: function (a) {
this.b6 = a;
this.j("LegendRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "labelExtent", {
get: function () {
return this.au;
},
set: function (a) {
this.au = a;
this.j("LabelExtent");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "startAngle", {
get: function () {
return this.a3;
},
set: function (a) {
this.a3 = a;
this.j("StartAngle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "sweepDirection", {
get: function () {
return this.cn;
},
set: function (a) {
this.cn = a;
this.j("SweepDirection");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "othersCategoryFill", {
get: function () {
return this.b7;
},
set: function (a) {
this.b7 = a;
this.j("OthersCategoryFill");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "othersCategoryStroke", {
get: function () {
return this.b8;
},
set: function (a) {
this.b8 = a;
this.j("OthersCategoryStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "othersCategoryStrokeThickness", {
get: function () {
return this.ax;
},
set: function (a) {
this.ax = a;
this.j("OthersCategoryStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "othersCategoryOpacity", {
get: function () {
return this.aw;
},
set: function (a) {
this.aw = a;
this.j("OthersCategoryOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "selectedSliceFill", {
get: function () {
return this.cg;
},
set: function (a) {
this.cg = a;
this.j("SelectedSliceFill");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "selectedSliceStroke", {
get: function () {
return this.ch;
},
set: function (a) {
this.ch = a;
this.j("SelectedSliceStroke");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "selectedSliceStrokeThickness", {
get: function () {
return this.a2;
},
set: function (a) {
this.a2 = a;
this.j("SelectedSliceStrokeThickness");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "selectedSliceOpacity", {
get: function () {
return this.a1;
},
set: function (a) {
this.a1 = a;
this.j("SelectedSliceOpacity");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "brushes", {
get: function () {
return this.m;
},
set: function (a) {
this.m = a;
this.j("Brushes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "actualBrushes", {
get: function () {
return this.k;
},
set: function (a) {
this.k = a;
this.j("ActualBrushes");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "outlines", {
get: function () {
return this.s;
},
set: function (a) {
this.s = a;
this.j("Outlines");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "actualOutlines", {
get: function () {
return this.l;
},
set: function (a) {
this.l = a;
this.j("ActualOutlines");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "labelFormat", {
get: function () {
return this.bt;
},
set: function (a) {
this.bt = a;
this.j("LabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "labelFormatSpecifiers", {
get: function () {
return this.o;
},
set: function (a) {
this.o = a;
this.j("LabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "othersLabelFormat", {
get: function () {
return this.cb;
},
set: function (a) {
this.cb = a;
this.j("OthersLabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "othersLabelFormatSpecifiers", {
get: function () {
return this.r;
},
set: function (a) {
this.r = a;
this.j("OthersLabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "legendLabelFormat", {
get: function () {
return this.b3;
},
set: function (a) {
this.b3 = a;
this.j("LegendLabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "legendLabelFormatSpecifiers", {
get: function () {
return this.p;
},
set: function (a) {
this.p = a;
this.j("LegendLabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "legendOthersLabelFormat", {
get: function () {
return this.b5;
},
set: function (a) {
this.b5 = a;
this.j("LegendOthersLabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "legendOthersLabelFormatSpecifiers", {
get: function () {
return this.q;
},
set: function (a) {
this.q = a;
this.j("LegendOthersLabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "legendItemTemplateRef", {
get: function () {
return this.b2;
},
set: function (a) {
this.b2 = a;
this.j("LegendItemTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "legendItemBadgeTemplateRef", {
get: function () {
return this.b1;
},
set: function (a) {
this.b1 = a;
this.j("LegendItemBadgeTemplateRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "isDragInteractionEnabled", {
get: function () {
return this.ag;
},
set: function (a) {
this.ag = a;
this.j("IsDragInteractionEnabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "isSurfaceInteractionDisabled", {
get: function () {
return this.ah;
},
set: function (a) {
this.ah = a;
this.j("IsSurfaceInteractionDisabled");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "shouldDisplayMockData", {
get: function () {
return this.ai;
},
set: function (a) {
this.ai = a;
this.j("ShouldDisplayMockData");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "shouldUseSkeletonStyleForMockData", {
get: function () {
return this.aj;
},
set: function (a) {
this.aj = a;
this.j("ShouldUseSkeletonStyleForMockData");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "legendEmptyValuesMode", {
get: function () {
return this.b0;
},
set: function (a) {
this.b0 = a;
this.j("LegendEmptyValuesMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "formatLabelRef", {
get: function () {
return this.bq;
},
set: function (a) {
this.bq = a;
this.j("FormatLabelRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "formatLegendLabelRef", {
get: function () {
return this.br;
},
set: function (a) {
this.br = a;
this.j("FormatLegendLabelRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "pixelScalingRatio", {
get: function () {
return this.az;
},
set: function (a) {
this.az = a;
this.j("PixelScalingRatio");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "actualPixelScalingRatio", {
get: function () {
return this.aq;
},
set: function (a) {
this.aq = a;
this.j("ActualPixelScalingRatio");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "selectionMode", {
get: function () {
return this.ci;
},
set: function (a) {
this.ci = a;
this.j("SelectionMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "selectedItem", {
get: function () {
return this.bi;
},
set: function (a) {
this.bi = a;
this.j("SelectedItem");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "selectedItems", {
get: function () {
return this.t;
},
set: function (a) {
this.t = a;
this.j("SelectedItems");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "textStyle", {
get: function () {
return this.co;
},
set: function (a) {
this.co = a;
this.j("TextStyle");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "labelClickRef", {
get: function () {
return this.bs;
},
set: function (a) {
this.bs = a;
this.j("LabelClickRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "selectedItemChangingRef", {
get: function () {
return this.cd;
},
set: function (a) {
this.cd = a;
this.j("SelectedItemChangingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "selectedItemsChangingRef", {
get: function () {
return this.cf;
},
set: function (a) {
this.cf = a;
this.j("SelectedItemsChangingRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "selectedItemChangedRef", {
get: function () {
return this.cc;
},
set: function (a) {
this.cc = a;
this.j("SelectedItemChangedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "selectedItemsChangedRef", {
get: function () {
return this.ce;
},
set: function (a) {
this.ce = a;
this.j("SelectedItemsChangedRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "sliceClickRef", {
get: function () {
return this.cj;
},
set: function (a) {
this.cj = a;
this.j("SliceClickRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "sliceEnterRef", {
get: function () {
return this.ck;
},
set: function (a) {
this.ck = a;
this.j("SliceEnterRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "sliceLeaveRef", {
get: function () {
return this.cm;
},
set: function (a) {
this.cm = a;
this.j("SliceLeaveRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(PieChartBaseDescription.prototype, "sliceHoverRef", {
get: function () {
return this.cl;
},
set: function (a) {
this.cl = a;
this.j("SliceHoverRef");
},
enumerable: false,
configurable: true
});
PieChartBaseDescription.$t = markType(PieChartBaseDescription, 'PieChartBaseDescription', Description.$);
return PieChartBaseDescription;
}(Description));
export { PieChartBaseDescription };