UNPKG

igniteui-react-core

Version:
350 lines (349 loc) 11 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.gi = 0; _this.gj = 0; _this.gp = null; _this.gu = null; _this.gs = null; _this.gr = null; _this.gq = null; _this.f0 = null; _this.gz = null; _this.f4 = null; _this.gt = null; _this.f1 = null; _this.gy = null; _this.gv = null; _this.gw = null; _this.f3 = null; _this.gx = null; _this.f2 = null; _this.gc = false; _this.gb = false; _this.g0 = null; _this.gd = false; _this.gm = null; _this.g1 = null; _this.ga = false; _this.go = null; _this.gn = null; return _this; } RadialBaseDescription.prototype.get_type = function () { return "RadialBase"; }; Object.defineProperty(RadialBaseDescription.prototype, "autoCalloutLabelPrecision", { get: function () { return this.gi; }, set: function (a) { this.gi = a; this.j("AutoCalloutLabelPrecision"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "autoCalloutPercentagePrecision", { get: function () { return this.gj; }, set: function (a) { this.gj = a; this.j("AutoCalloutPercentagePrecision"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "autoCalloutLabelValueSeparator", { get: function () { return this.gp; }, set: function (a) { this.gp = a; this.j("AutoCalloutLabelValueSeparator"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "legendRadialLabelMode", { get: function () { return this.gu; }, set: function (a) { this.gu = a; this.j("LegendRadialLabelMode"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "categoryCollisionMode", { get: function () { return this.gs; }, set: function (a) { this.gs = a; this.j("CategoryCollisionMode"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "autoCalloutRadialLabelMode", { get: function () { return this.gr; }, set: function (a) { this.gr = a; this.j("AutoCalloutRadialLabelMode"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "autoCalloutOthersLabelFormat", { get: function () { return this.gq; }, set: function (a) { this.gq = a; this.j("AutoCalloutOthersLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "autoCalloutOthersLabelFormatSpecifiers", { get: function () { return this.f0; }, set: function (a) { this.f0 = a; this.j("AutoCalloutOthersLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "proportionalRadialLabelFormat", { get: function () { return this.gz; }, set: function (a) { this.gz = a; this.j("ProportionalRadialLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "proportionalRadialLabelFormatSpecifiers", { get: function () { return this.f4; }, set: function (a) { this.f4 = a; this.j("ProportionalRadialLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "legendProportionalRadialLabelFormat", { get: function () { return this.gt; }, set: function (a) { this.gt = a; this.j("LegendProportionalRadialLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "legendProportionalRadialLabelFormatSpecifiers", { get: function () { return this.f1; }, set: function (a) { this.f1 = a; this.j("LegendProportionalRadialLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "othersProportionalRadialLabelFormat", { get: function () { return this.gy; }, set: function (a) { this.gy = a; this.j("OthersProportionalRadialLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "othersCategoryBrush", { get: function () { return this.gv; }, set: function (a) { this.gv = a; this.j("OthersCategoryBrush"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "othersCategoryOutline", { get: function () { return this.gw; }, set: function (a) { this.gw = a; this.j("OthersCategoryOutline"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "othersProportionalRadialLabelFormatSpecifiers", { get: function () { return this.f3; }, set: function (a) { this.f3 = a; this.j("OthersProportionalRadialLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "othersLegendProportionalRadialLabelFormat", { get: function () { return this.gx; }, set: function (a) { this.gx = a; this.j("OthersLegendProportionalRadialLabelFormat"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "othersLegendProportionalRadialLabelFormatSpecifiers", { get: function () { return this.f2; }, set: function (a) { this.f2 = a; this.j("OthersLegendProportionalRadialLabelFormatSpecifiers"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "isCustomRadialStyleAllowed", { get: function () { return this.gc; }, set: function (a) { this.gc = a; this.j("IsCustomRadialStyleAllowed"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "isCustomRadialMarkerStyleAllowed", { get: function () { return this.gb; }, set: function (a) { this.gb = a; this.j("IsCustomRadialMarkerStyleAllowed"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "transitionInMode", { get: function () { return this.g0; }, set: function (a) { this.g0 = a; this.j("TransitionInMode"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "isTransitionInEnabled", { get: function () { return this.gd; }, set: function (a) { this.gd = a; this.j("IsTransitionInEnabled"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "angleAxisRef", { get: function () { return this.gm; }, set: function (a) { this.gm = a; this.j("AngleAxisRef"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "valueAxisRef", { get: function () { return this.g1; }, set: function (a) { this.g1 = a; this.j("ValueAxisRef"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "clipSeriesToBounds", { get: function () { return this.ga; }, set: function (a) { this.ga = a; this.j("ClipSeriesToBounds"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "assigningRadialStyleRef", { get: function () { return this.go; }, set: function (a) { this.go = a; this.j("AssigningRadialStyleRef"); }, enumerable: false, configurable: true }); Object.defineProperty(RadialBaseDescription.prototype, "assigningRadialMarkerStyleRef", { get: function () { return this.gn; }, set: function (a) { this.gn = a; this.j("AssigningRadialMarkerStyleRef"); }, enumerable: false, configurable: true }); RadialBaseDescription.$t = markType(RadialBaseDescription, 'RadialBaseDescription', MarkerSeriesDescription.$); return RadialBaseDescription; }(MarkerSeriesDescription)); export { RadialBaseDescription };