UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

326 lines (325 loc) 10.6 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 { MarkerSeriesDescription } from "./MarkerSeriesDescription"; import { markType } from "./type"; /** * @hidden */ var RadialBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(RadialBaseDescription, _super); function RadialBaseDescription() { var _this = _super.call(this) || this; _this.gg = 0; _this.gh = 0; _this.gn = null; _this.gs = null; _this.gq = null; _this.gp = null; _this.go = null; _this.fy = null; _this.gv = null; _this.f2 = null; _this.gr = null; _this.fz = null; _this.gu = null; _this.f1 = null; _this.gt = null; _this.f0 = null; _this.ga = false; _this.f9 = false; _this.gw = null; _this.gb = false; _this.gk = null; _this.gx = null; _this.f8 = false; _this.gm = null; _this.gl = null; return _this; } RadialBaseDescription.prototype.get_type = function () { return "RadialBase"; }; Object.defineProperty(RadialBaseDescription.prototype, "autoCalloutLabelPrecision", { get: function () { return this.gg; }, set: function (a) { this.gg = a; this.j("AutoCalloutLabelPrecision"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "autoCalloutPercentagePrecision", { get: function () { return this.gh; }, set: function (a) { this.gh = a; this.j("AutoCalloutPercentagePrecision"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "autoCalloutLabelValueSeparator", { get: function () { return this.gn; }, set: function (a) { this.gn = a; this.j("AutoCalloutLabelValueSeparator"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "legendRadialLabelMode", { get: function () { return this.gs; }, set: function (a) { this.gs = a; this.j("LegendRadialLabelMode"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "categoryCollisionMode", { get: function () { return this.gq; }, set: function (a) { this.gq = a; this.j("CategoryCollisionMode"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "autoCalloutRadialLabelMode", { get: function () { return this.gp; }, set: function (a) { this.gp = a; this.j("AutoCalloutRadialLabelMode"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "autoCalloutOthersLabelFormat", { get: function () { return this.go; }, set: function (a) { this.go = a; this.j("AutoCalloutOthersLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "autoCalloutOthersLabelFormatSpecifiers", { get: function () { return this.fy; }, set: function (a) { this.fy = a; this.j("AutoCalloutOthersLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "proportionalRadialLabelFormat", { get: function () { return this.gv; }, set: function (a) { this.gv = a; this.j("ProportionalRadialLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "proportionalRadialLabelFormatSpecifiers", { get: function () { return this.f2; }, set: function (a) { this.f2 = a; this.j("ProportionalRadialLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "legendProportionalRadialLabelFormat", { get: function () { return this.gr; }, set: function (a) { this.gr = a; this.j("LegendProportionalRadialLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "legendProportionalRadialLabelFormatSpecifiers", { get: function () { return this.fz; }, set: function (a) { this.fz = a; this.j("LegendProportionalRadialLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "othersProportionalRadialLabelFormat", { get: function () { return this.gu; }, set: function (a) { this.gu = a; this.j("OthersProportionalRadialLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "othersProportionalRadialLabelFormatSpecifiers", { get: function () { return this.f1; }, set: function (a) { this.f1 = a; this.j("OthersProportionalRadialLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "othersLegendProportionalRadialLabelFormat", { get: function () { return this.gt; }, set: function (a) { this.gt = a; this.j("OthersLegendProportionalRadialLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "othersLegendProportionalRadialLabelFormatSpecifiers", { get: function () { return this.f0; }, set: function (a) { this.f0 = a; this.j("OthersLegendProportionalRadialLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "isCustomRadialStyleAllowed", { get: function () { return this.ga; }, set: function (a) { this.ga = a; this.j("IsCustomRadialStyleAllowed"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "isCustomRadialMarkerStyleAllowed", { get: function () { return this.f9; }, set: function (a) { this.f9 = a; this.j("IsCustomRadialMarkerStyleAllowed"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "transitionInMode", { get: function () { return this.gw; }, set: function (a) { this.gw = a; this.j("TransitionInMode"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "isTransitionInEnabled", { get: function () { return this.gb; }, set: function (a) { this.gb = a; this.j("IsTransitionInEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "angleAxisRef", { get: function () { return this.gk; }, set: function (a) { this.gk = a; this.j("AngleAxisRef"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "valueAxisRef", { get: function () { return this.gx; }, set: function (a) { this.gx = a; this.j("ValueAxisRef"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "clipSeriesToBounds", { get: function () { return this.f8; }, set: function (a) { this.f8 = a; this.j("ClipSeriesToBounds"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "assigningRadialStyleRef", { get: function () { return this.gm; }, set: function (a) { this.gm = a; this.j("AssigningRadialStyleRef"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "assigningRadialMarkerStyleRef", { get: function () { return this.gl; }, set: function (a) { this.gl = a; this.j("AssigningRadialMarkerStyleRef"); }, enumerable: false, configurable: true }); RadialBaseDescription.$t = markType(RadialBaseDescription, 'RadialBaseDescription', MarkerSeriesDescription.$); return RadialBaseDescription; }(MarkerSeriesDescription)); export { RadialBaseDescription };