UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

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