UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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