igniteui-angular-core
Version:
Ignite UI Angular Core logic used in multiple UI components.
434 lines (433 loc) • 13.6 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 { __extends } from "tslib";
import { AxisDescription } from "./AxisDescription";
import { markType } from "./type";
/**
* @hidden
*/
var NumericAxisBaseDescription = /** @class */ /*@__PURE__*/ (function (_super) {
__extends(NumericAxisBaseDescription, _super);
function NumericAxisBaseDescription() {
var _this = _super.call(this) || this;
_this.g7 = null;
_this.gd = 0;
_this.f2 = 0;
_this.f5 = 0;
_this.gc = 0;
_this.f1 = 0;
_this.f4 = 0;
_this.gb = 0;
_this.f0 = 0;
_this.gw = 0;
_this.gy = 0;
_this.ft = false;
_this.ge = 0;
_this.f3 = 0;
_this.gf = 0;
_this.fs = false;
_this.fp = false;
_this.fq = false;
_this.gx = 0;
_this.f6 = 0;
_this.ga = 0;
_this.f9 = 0;
_this.f8 = 0;
_this.g8 = null;
_this.f7 = 0;
_this.g9 = null;
_this.g2 = null;
_this.fm = null;
_this.fr = false;
_this.fo = false;
_this.g5 = null;
_this.g4 = null;
_this.g3 = null;
_this.g6 = null;
return _this;
}
NumericAxisBaseDescription.prototype.get_type = function () {
return "NumericAxisBase";
};
Object.defineProperty(NumericAxisBaseDescription.prototype, "autoRangeBufferMode", {
get: function () {
return this.g7;
},
set: function (a) {
this.g7 = a;
this.j("AutoRangeBufferMode");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "minimumValue", {
get: function () {
return this.gd;
},
set: function (a) {
this.gd = a;
this.j("MinimumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "actualMinimumValue", {
get: function () {
return this.f2;
},
set: function (a) {
this.f2 = a;
this.j("ActualMinimumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "actualVisibleMinimumValue", {
get: function () {
return this.f5;
},
set: function (a) {
this.f5 = a;
this.j("ActualVisibleMinimumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "maximumValue", {
get: function () {
return this.gc;
},
set: function (a) {
this.gc = a;
this.j("MaximumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "actualMaximumValue", {
get: function () {
return this.f1;
},
set: function (a) {
this.f1 = a;
this.j("ActualMaximumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "actualVisibleMaximumValue", {
get: function () {
return this.f4;
},
set: function (a) {
this.f4 = a;
this.j("ActualVisibleMaximumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "interval", {
get: function () {
return this.gb;
},
set: function (a) {
this.gb = a;
this.j("Interval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "actualInterval", {
get: function () {
return this.f0;
},
set: function (a) {
this.f0 = a;
this.j("ActualInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "actualMaxPrecision", {
get: function () {
return this.gw;
},
set: function (a) {
this.gw = a;
this.j("ActualMaxPrecision");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "maxPrecision", {
get: function () {
return this.gy;
},
set: function (a) {
this.gy = a;
this.j("MaxPrecision");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "shouldApplyMaxPrecisionWhenZoomed", {
get: function () {
return this.ft;
},
set: function (a) {
this.ft = a;
this.j("ShouldApplyMaxPrecisionWhenZoomed");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "minorInterval", {
get: function () {
return this.ge;
},
set: function (a) {
this.ge = a;
this.j("MinorInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "actualMinorInterval", {
get: function () {
return this.f3;
},
set: function (a) {
this.f3 = a;
this.j("ActualMinorInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "referenceValue", {
get: function () {
return this.gf;
},
set: function (a) {
this.gf = a;
this.j("ReferenceValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "isLogarithmic", {
get: function () {
return this.fs;
},
set: function (a) {
this.fs = a;
this.j("IsLogarithmic");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "actualIsLogarithmic", {
get: function () {
return this.fp;
},
set: function (a) {
this.fp = a;
this.j("ActualIsLogarithmic");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "favorLabellingScaleEnd", {
get: function () {
return this.fq;
},
set: function (a) {
this.fq = a;
this.j("FavorLabellingScaleEnd");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "logarithmBase", {
get: function () {
return this.gx;
},
set: function (a) {
this.gx = a;
this.j("LogarithmBase");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "companionAxisInterval", {
get: function () {
return this.f6;
},
set: function (a) {
this.f6 = a;
this.j("CompanionAxisInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "companionAxisMinorInterval", {
get: function () {
return this.ga;
},
set: function (a) {
this.ga = a;
this.j("CompanionAxisMinorInterval");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "companionAxisMinimumValue", {
get: function () {
return this.f9;
},
set: function (a) {
this.f9 = a;
this.j("CompanionAxisMinimumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "companionAxisMaximumValue", {
get: function () {
return this.f8;
},
set: function (a) {
this.f8 = a;
this.j("CompanionAxisMaximumValue");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "companionAxisIsLogarithmic", {
get: function () {
return this.g8;
},
set: function (a) {
this.g8 = a;
this.j("CompanionAxisIsLogarithmic");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "companionAxisLogarithmBase", {
get: function () {
return this.f7;
},
set: function (a) {
this.f7 = a;
this.j("CompanionAxisLogarithmBase");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "formatAbbreviatedLabelRef", {
get: function () {
return this.g9;
},
set: function (a) {
this.g9 = a;
this.j("FormatAbbreviatedLabelRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "abbreviatedLabelFormat", {
get: function () {
return this.g2;
},
set: function (a) {
this.g2 = a;
this.j("AbbreviatedLabelFormat");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "abbreviatedLabelFormatSpecifiers", {
get: function () {
return this.fm;
},
set: function (a) {
this.fm = a;
this.j("AbbreviatedLabelFormatSpecifiers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "isFormattingAbbreviatedLargeNumber", {
get: function () {
return this.fr;
},
set: function (a) {
this.fr = a;
this.j("IsFormattingAbbreviatedLargeNumber");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "abbreviateLargeNumbers", {
get: function () {
return this.fo;
},
set: function (a) {
this.fo = a;
this.j("AbbreviateLargeNumbers");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "actualMinimumValueChangeRef", {
get: function () {
return this.g5;
},
set: function (a) {
this.g5 = a;
this.j("ActualMinimumValueChangeRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "actualMaximumValueChangeRef", {
get: function () {
return this.g4;
},
set: function (a) {
this.g4 = a;
this.j("ActualMaximumValueChangeRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "actualIntervalChangeRef", {
get: function () {
return this.g3;
},
set: function (a) {
this.g3 = a;
this.j("ActualIntervalChangeRef");
},
enumerable: false,
configurable: true
});
Object.defineProperty(NumericAxisBaseDescription.prototype, "actualMinorIntervalChangeRef", {
get: function () {
return this.g6;
},
set: function (a) {
this.g6 = a;
this.j("ActualMinorIntervalChangeRef");
},
enumerable: false,
configurable: true
});
NumericAxisBaseDescription.$t = markType(NumericAxisBaseDescription, 'NumericAxisBaseDescription', AxisDescription.$);
return NumericAxisBaseDescription;
}(AxisDescription));
export { NumericAxisBaseDescription };