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