igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
323 lines (322 loc) • 9.17 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.a4 = null;
this.f = null;
this.g = null;
this.t = 0;
this.am = null;
this.aq = null;
this.an = null;
this.at = null;
this.ap = null;
this.al = null;
this.aj = null;
this.ak = null;
this.ah = 0;
this.k = false;
this.l = false;
this.j = false;
this.n = false;
this.au = null;
this.av = null;
this.x = 0;
this.w = 0;
this.a2 = null;
this.a3 = null;
this.z = 0;
this.y = 0;
this.ao = null;
this.m = false;
this.a1 = null;
this.as = null;
this.u = 0;
this.v = 0;
this.ar = null;
this.a0 = null;
this.aw = null;
this.ax = null;
this.az = null;
this.ay = null;
}
get_type() {
return "FunnelChart";
}
get type() {
return this.get_type();
}
get valueMemberPath() {
return this.a4;
}
set valueMemberPath(a) {
this.a4 = a;
this.e("ValueMemberPath");
}
get brushes() {
return this.f;
}
set brushes(a) {
this.f = a;
this.e("Brushes");
}
get outlines() {
return this.g;
}
set outlines(a) {
this.g = a;
this.e("Outlines");
}
get bottomEdgeWidth() {
return this.t;
}
set bottomEdgeWidth(a) {
this.t = a;
this.e("BottomEdgeWidth");
}
get innerLabelMemberPath() {
return this.am;
}
set innerLabelMemberPath(a) {
this.am = a;
this.e("InnerLabelMemberPath");
}
get outerLabelMemberPath() {
return this.aq;
}
set outerLabelMemberPath(a) {
this.aq = a;
this.e("OuterLabelMemberPath");
}
get innerLabelVisibility() {
return this.an;
}
set innerLabelVisibility(a) {
this.an = a;
this.e("InnerLabelVisibility");
}
get outerLabelVisibility() {
return this.at;
}
set outerLabelVisibility(a) {
this.at = a;
this.e("OuterLabelVisibility");
}
get outerLabelAlignment() {
return this.ap;
}
set outerLabelAlignment(a) {
this.ap = a;
this.e("OuterLabelAlignment");
}
get funnelSliceDisplay() {
return this.al;
}
set funnelSliceDisplay(a) {
this.al = a;
this.e("FunnelSliceDisplay");
}
get formatInnerLabelRef() {
return this.aj;
}
set formatInnerLabelRef(a) {
this.aj = a;
this.e("FormatInnerLabelRef");
}
get formatOuterLabelRef() {
return this.ak;
}
set formatOuterLabelRef(a) {
this.ak = a;
this.e("FormatOuterLabelRef");
}
get transitionDuration() {
return this.ah;
}
set transitionDuration(a) {
this.ah = a;
this.e("TransitionDuration");
}
get isInverted() {
return this.k;
}
set isInverted(a) {
this.k = a;
this.e("IsInverted");
}
get useBezierCurve() {
return this.l;
}
set useBezierCurve(a) {
this.l = a;
this.e("UseBezierCurve");
}
get allowSliceSelection() {
return this.j;
}
set allowSliceSelection(a) {
this.j = a;
this.e("AllowSliceSelection");
}
get useUnselectedStyle() {
return this.n;
}
set useUnselectedStyle(a) {
this.n = a;
this.e("UseUnselectedStyle");
}
get selectedSliceFill() {
return this.au;
}
set selectedSliceFill(a) {
this.au = a;
this.e("SelectedSliceFill");
}
get selectedSliceStroke() {
return this.av;
}
set selectedSliceStroke(a) {
this.av = a;
this.e("SelectedSliceStroke");
}
get selectedSliceStrokeThickness() {
return this.x;
}
set selectedSliceStrokeThickness(a) {
this.x = a;
this.e("SelectedSliceStrokeThickness");
}
get selectedSliceOpacity() {
return this.w;
}
set selectedSliceOpacity(a) {
this.w = a;
this.e("SelectedSliceOpacity");
}
get unselectedSliceFill() {
return this.a2;
}
set unselectedSliceFill(a) {
this.a2 = a;
this.e("UnselectedSliceFill");
}
get unselectedSliceStroke() {
return this.a3;
}
set unselectedSliceStroke(a) {
this.a3 = a;
this.e("UnselectedSliceStroke");
}
get unselectedSliceStrokeThickness() {
return this.z;
}
set unselectedSliceStrokeThickness(a) {
this.z = a;
this.e("UnselectedSliceStrokeThickness");
}
get unselectedSliceOpacity() {
return this.y;
}
set unselectedSliceOpacity(a) {
this.y = a;
this.e("UnselectedSliceOpacity");
}
get legendItemBadgeTemplateRef() {
return this.ao;
}
set legendItemBadgeTemplateRef(a) {
this.ao = a;
this.e("LegendItemBadgeTemplateRef");
}
get useOuterLabelsForLegend() {
return this.m;
}
set useOuterLabelsForLegend(a) {
this.m = a;
this.e("UseOuterLabelsForLegend");
}
get textStyle() {
return this.a1;
}
set textStyle(a) {
this.a1 = a;
this.e("TextStyle");
}
get outerLabelTextStyle() {
return this.as;
}
set outerLabelTextStyle(a) {
this.as = a;
this.e("OuterLabelTextStyle");
}
get outlineThickness() {
return this.u;
}
set outlineThickness(a) {
this.u = a;
this.e("OutlineThickness");
}
get pixelScalingRatio() {
return this.v;
}
set pixelScalingRatio(a) {
this.v = a;
this.e("PixelScalingRatio");
}
get outerLabelTextColor() {
return this.ar;
}
set outerLabelTextColor(a) {
this.ar = a;
this.e("OuterLabelTextColor");
}
get textColor() {
return this.a0;
}
set textColor(a) {
this.a0 = a;
this.e("TextColor");
}
get sliceClickedRef() {
return this.aw;
}
set sliceClickedRef(a) {
this.aw = a;
this.e("SliceClickedRef");
}
get sliceEnterRef() {
return this.ax;
}
set sliceEnterRef(a) {
this.ax = a;
this.e("SliceEnterRef");
}
get sliceLeaveRef() {
return this.az;
}
set sliceLeaveRef(a) {
this.az = a;
this.e("SliceLeaveRef");
}
get sliceHoverRef() {
return this.ay;
}
set sliceHoverRef(a) {
this.ay = a;
this.e("SliceHoverRef");
}
}
FunnelChartDescription.$t = markType(FunnelChartDescription, 'FunnelChartDescription', Description.$);
return FunnelChartDescription;
})();