UNPKG

igniteui-react-core

Version:
387 lines (386 loc) 10.7 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 FunnelChartDescription = /*@__PURE__*/ (() => { class FunnelChartDescription extends Description { get_type() { return "FunnelChart"; } get type() { return this.get_type(); } constructor() { super(); this.as = null; this.bh = null; this.aw = null; this.x = 0; this.z = 0; this.ar = null; this.ax = null; this.h = null; this.i = null; this.y = 0; this.ay = null; this.a2 = null; this.az = null; this.a5 = null; this.a1 = null; this.av = null; this.at = null; this.au = null; this.ap = 0; this.o = false; this.p = false; this.n = false; this.r = false; this.a7 = null; this.a8 = null; this.ad = 0; this.ac = 0; this.bf = null; this.bg = null; this.af = 0; this.ae = 0; this.j = null; this.a0 = null; this.q = false; this.be = null; this.a4 = null; this.aa = 0; this.ab = 0; this.a3 = null; this.bd = null; this.a6 = null; this.a9 = null; this.ba = null; this.bc = null; this.bb = null; } get dataSourceRef() { return this.as; } set dataSourceRef(a) { this.as = a; this.g("DataSourceRef"); } get valueMemberPath() { return this.bh; } set valueMemberPath(a) { this.bh = a; this.g("ValueMemberPath"); } get highlightedValueMemberPath() { return this.aw; } set highlightedValueMemberPath(a) { this.aw = a; this.g("HighlightedValueMemberPath"); } get actualHighlightValueOpacity() { return this.x; } set actualHighlightValueOpacity(a) { this.x = a; this.g("ActualHighlightValueOpacity"); } get highlightValueOpacity() { return this.z; } set highlightValueOpacity(a) { this.z = a; this.g("HighlightValueOpacity"); } get actualHighlightValueDisplayMode() { return this.ar; } set actualHighlightValueDisplayMode(a) { this.ar = a; this.g("ActualHighlightValueDisplayMode"); } get highlightValueDisplayMode() { return this.ax; } set highlightValueDisplayMode(a) { this.ax = a; this.g("HighlightValueDisplayMode"); } get brushes() { return this.h; } set brushes(a) { this.h = a; this.g("Brushes"); } get outlines() { return this.i; } set outlines(a) { this.i = a; this.g("Outlines"); } get bottomEdgeWidth() { return this.y; } set bottomEdgeWidth(a) { this.y = a; this.g("BottomEdgeWidth"); } get innerLabelMemberPath() { return this.ay; } set innerLabelMemberPath(a) { this.ay = a; this.g("InnerLabelMemberPath"); } get outerLabelMemberPath() { return this.a2; } set outerLabelMemberPath(a) { this.a2 = a; this.g("OuterLabelMemberPath"); } get innerLabelVisibility() { return this.az; } set innerLabelVisibility(a) { this.az = a; this.g("InnerLabelVisibility"); } get outerLabelVisibility() { return this.a5; } set outerLabelVisibility(a) { this.a5 = a; this.g("OuterLabelVisibility"); } get outerLabelAlignment() { return this.a1; } set outerLabelAlignment(a) { this.a1 = a; this.g("OuterLabelAlignment"); } get funnelSliceDisplay() { return this.av; } set funnelSliceDisplay(a) { this.av = a; this.g("FunnelSliceDisplay"); } get formatInnerLabelRef() { return this.at; } set formatInnerLabelRef(a) { this.at = a; this.g("FormatInnerLabelRef"); } get formatOuterLabelRef() { return this.au; } set formatOuterLabelRef(a) { this.au = a; this.g("FormatOuterLabelRef"); } get transitionDuration() { return this.ap; } set transitionDuration(a) { this.ap = a; this.g("TransitionDuration"); } get isInverted() { return this.o; } set isInverted(a) { this.o = a; this.g("IsInverted"); } get useBezierCurve() { return this.p; } set useBezierCurve(a) { this.p = a; this.g("UseBezierCurve"); } get allowSliceSelection() { return this.n; } set allowSliceSelection(a) { this.n = a; this.g("AllowSliceSelection"); } get useUnselectedStyle() { return this.r; } set useUnselectedStyle(a) { this.r = a; this.g("UseUnselectedStyle"); } get selectedSliceFill() { return this.a7; } set selectedSliceFill(a) { this.a7 = a; this.g("SelectedSliceFill"); } get selectedSliceStroke() { return this.a8; } set selectedSliceStroke(a) { this.a8 = a; this.g("SelectedSliceStroke"); } get selectedSliceStrokeThickness() { return this.ad; } set selectedSliceStrokeThickness(a) { this.ad = a; this.g("SelectedSliceStrokeThickness"); } get selectedSliceOpacity() { return this.ac; } set selectedSliceOpacity(a) { this.ac = a; this.g("SelectedSliceOpacity"); } get unselectedSliceFill() { return this.bf; } set unselectedSliceFill(a) { this.bf = a; this.g("UnselectedSliceFill"); } get unselectedSliceStroke() { return this.bg; } set unselectedSliceStroke(a) { this.bg = a; this.g("UnselectedSliceStroke"); } get unselectedSliceStrokeThickness() { return this.af; } set unselectedSliceStrokeThickness(a) { this.af = a; this.g("UnselectedSliceStrokeThickness"); } get unselectedSliceOpacity() { return this.ae; } set unselectedSliceOpacity(a) { this.ae = a; this.g("UnselectedSliceOpacity"); } get selectedItems() { return this.j; } set selectedItems(a) { this.j = a; this.g("SelectedItems"); } get legendItemBadgeTemplateRef() { return this.a0; } set legendItemBadgeTemplateRef(a) { this.a0 = a; this.g("LegendItemBadgeTemplateRef"); } get useOuterLabelsForLegend() { return this.q; } set useOuterLabelsForLegend(a) { this.q = a; this.g("UseOuterLabelsForLegend"); } get textStyle() { return this.be; } set textStyle(a) { this.be = a; this.g("TextStyle"); } get outerLabelTextStyle() { return this.a4; } set outerLabelTextStyle(a) { this.a4 = a; this.g("OuterLabelTextStyle"); } get outlineThickness() { return this.aa; } set outlineThickness(a) { this.aa = a; this.g("OutlineThickness"); } get pixelScalingRatio() { return this.ab; } set pixelScalingRatio(a) { this.ab = a; this.g("PixelScalingRatio"); } get outerLabelTextColor() { return this.a3; } set outerLabelTextColor(a) { this.a3 = a; this.g("OuterLabelTextColor"); } get textColor() { return this.bd; } set textColor(a) { this.bd = a; this.g("TextColor"); } get selectedItemsChangedRef() { return this.a6; } set selectedItemsChangedRef(a) { this.a6 = a; this.g("SelectedItemsChangedRef"); } get sliceClickedRef() { return this.a9; } set sliceClickedRef(a) { this.a9 = a; this.g("SliceClickedRef"); } get sliceEnterRef() { return this.ba; } set sliceEnterRef(a) { this.ba = a; this.g("SliceEnterRef"); } get sliceLeaveRef() { return this.bc; } set sliceLeaveRef(a) { this.bc = a; this.g("SliceLeaveRef"); } get sliceHoverRef() { return this.bb; } set sliceHoverRef(a) { this.bb = a; this.g("SliceHoverRef"); } } FunnelChartDescription.$t = /*@__PURE__*/ markType(FunnelChartDescription, 'FunnelChartDescription', Description.$); return FunnelChartDescription; })();