UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

621 lines (620 loc) 18.8 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 RingSeriesBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(RingSeriesBaseDescription, _super); function RingSeriesBaseDescription() { var _this = _super.call(this) || this; _this.bo = null; _this.ax = null; _this.y = 0; _this.az = null; _this.ay = null; _this.aw = null; _this.bp = null; _this.a4 = null; _this.bc = null; _this.a6 = null; _this.ba = null; _this.a7 = null; _this.a8 = null; _this.ac = 0; _this.ab = 0; _this.a9 = null; _this.aa = 0; _this.af = 0; _this.bi = null; _this.bh = null; _this.be = null; _this.a0 = null; _this.a1 = null; _this.a2 = null; _this.l = null; _this.bj = null; _this.o = null; _this.bb = null; _this.m = null; _this.bd = null; _this.n = null; _this.z = 0; _this.aj = 0; _this.bf = null; _this.bg = null; _this.ae = 0; _this.ad = 0; _this.bl = null; _this.bm = null; _this.ai = 0; _this.ah = 0; _this.k = null; _this.p = null; _this.a5 = null; _this.a3 = null; _this.bn = null; _this.w = false; _this.ag = 0; _this.bk = null; return _this; } Object.defineProperty(RingSeriesBaseDescription.prototype, "tooltipTemplateRef", { get: function () { return this.bo; }, set: function (a) { this.bo = a; this.j("TooltipTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "fontFamily", { get: function () { return this.ax; }, set: function (a) { this.ax = a; this.j("FontFamily"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "fontSize", { get: function () { return this.y; }, set: function (a) { this.y = a; this.j("FontSize"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "fontWeight", { get: function () { return this.az; }, set: function (a) { this.az = a; this.j("FontWeight"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "fontStyle", { get: function () { return this.ay; }, set: function (a) { this.ay = a; this.j("FontStyle"); }, enumerable: false, configurable: true }); RingSeriesBaseDescription.prototype.get_type = function () { return "RingSeriesBase"; }; Object.defineProperty(RingSeriesBaseDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "dataSourceRef", { get: function () { return this.aw; }, set: function (a) { this.aw = a; this.j("DataSourceRef"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "valueMemberPath", { get: function () { return this.bp; }, set: function (a) { this.bp = a; this.j("ValueMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "labelMemberPath", { get: function () { return this.a4; }, set: function (a) { this.a4 = a; this.j("LabelMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "legendLabelMemberPath", { get: function () { return this.bc; }, set: function (a) { this.bc = a; this.j("LegendLabelMemberPath"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "labelsPosition", { get: function () { return this.a6; }, set: function (a) { this.a6 = a; this.j("LabelsPosition"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "leaderLineVisibility", { get: function () { return this.ba; }, set: function (a) { this.ba = a; this.j("LeaderLineVisibility"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "leaderLineFill", { get: function () { return this.a7; }, set: function (a) { this.a7 = a; this.j("LeaderLineFill"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "leaderLineStroke", { get: function () { return this.a8; }, set: function (a) { this.a8 = a; this.j("LeaderLineStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "leaderLineStrokeThickness", { get: function () { return this.ac; }, set: function (a) { this.ac = a; this.j("LeaderLineStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "leaderLineOpacity", { get: function () { return this.ab; }, set: function (a) { this.ab = a; this.j("LeaderLineOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "leaderLineType", { get: function () { return this.a9; }, set: function (a) { this.a9 = a; this.j("LeaderLineType"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "leaderLineMargin", { get: function () { return this.aa; }, set: function (a) { this.aa = a; this.j("LeaderLineMargin"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "othersCategoryThreshold", { get: function () { return this.af; }, set: function (a) { this.af = a; this.j("OthersCategoryThreshold"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "othersCategoryType", { get: function () { return this.bi; }, set: function (a) { this.bi = a; this.j("OthersCategoryType"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "othersCategoryText", { get: function () { return this.bh; }, set: function (a) { this.bh = a; this.j("OthersCategoryText"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "legendRef", { get: function () { return this.be; }, set: function (a) { this.be = a; this.j("LegendRef"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "formatLabelRef", { get: function () { return this.a0; }, set: function (a) { this.a0 = a; this.j("FormatLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "formatLegendLabelRef", { get: function () { return this.a1; }, set: function (a) { this.a1 = a; this.j("FormatLegendLabelRef"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "labelFormat", { get: function () { return this.a2; }, set: function (a) { this.a2 = a; this.j("LabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "labelFormatSpecifiers", { get: function () { return this.l; }, set: function (a) { this.l = a; this.j("LabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "othersLabelFormat", { get: function () { return this.bj; }, set: function (a) { this.bj = a; this.j("OthersLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "othersLabelFormatSpecifiers", { get: function () { return this.o; }, set: function (a) { this.o = a; this.j("OthersLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "legendLabelFormat", { get: function () { return this.bb; }, set: function (a) { this.bb = a; this.j("LegendLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "legendLabelFormatSpecifiers", { get: function () { return this.m; }, set: function (a) { this.m = a; this.j("LegendLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "legendOthersLabelFormat", { get: function () { return this.bd; }, set: function (a) { this.bd = a; this.j("LegendOthersLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "legendOthersLabelFormatSpecifiers", { get: function () { return this.n; }, set: function (a) { this.n = a; this.j("LegendOthersLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "labelExtent", { get: function () { return this.z; }, set: function (a) { this.z = a; this.j("LabelExtent"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "startAngle", { get: function () { return this.aj; }, set: function (a) { this.aj = a; this.j("StartAngle"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "othersCategoryFill", { get: function () { return this.bf; }, set: function (a) { this.bf = a; this.j("OthersCategoryFill"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "othersCategoryStroke", { get: function () { return this.bg; }, set: function (a) { this.bg = a; this.j("OthersCategoryStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "othersCategoryStrokeThickness", { get: function () { return this.ae; }, set: function (a) { this.ae = a; this.j("OthersCategoryStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "othersCategoryOpacity", { get: function () { return this.ad; }, set: function (a) { this.ad = a; this.j("OthersCategoryOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "selectedSliceFill", { get: function () { return this.bl; }, set: function (a) { this.bl = a; this.j("SelectedSliceFill"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "selectedSliceStroke", { get: function () { return this.bm; }, set: function (a) { this.bm = a; this.j("SelectedSliceStroke"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "selectedSliceStrokeThickness", { get: function () { return this.ai; }, set: function (a) { this.ai = a; this.j("SelectedSliceStrokeThickness"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "selectedSliceOpacity", { get: function () { return this.ah; }, set: function (a) { this.ah = a; this.j("SelectedSliceOpacity"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "brushes", { get: function () { return this.k; }, set: function (a) { this.k = a; this.j("Brushes"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "outlines", { get: function () { return this.p; }, set: function (a) { this.p = a; this.j("Outlines"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "labelOuterColor", { get: function () { return this.a5; }, set: function (a) { this.a5 = a; this.j("LabelOuterColor"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "labelInnerColor", { get: function () { return this.a3; }, set: function (a) { this.a3 = a; this.j("LabelInnerColor"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "textStyle", { get: function () { return this.bn; }, set: function (a) { this.bn = a; this.j("TextStyle"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "isSurfaceInteractionDisabled", { get: function () { return this.w; }, set: function (a) { this.w = a; this.j("IsSurfaceInteractionDisabled"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "radiusFactor", { get: function () { return this.ag; }, set: function (a) { this.ag = a; this.j("RadiusFactor"); }, enumerable: false, configurable: true }); Object.defineProperty(RingSeriesBaseDescription.prototype, "propertyUpdatedRef", { get: function () { return this.bk; }, set: function (a) { this.bk = a; this.j("PropertyUpdatedRef"); }, enumerable: false, configurable: true }); RingSeriesBaseDescription.$t = markType(RingSeriesBaseDescription, 'RingSeriesBaseDescription', Description.$); return RingSeriesBaseDescription; }(Description)); export { RingSeriesBaseDescription };