UNPKG

igniteui-react-grids

Version:

Ignite UI React grid components.

106 lines (105 loc) 3.52 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 { Base, markType } from "igniteui-react-core"; import { WCNativeHelper } from "igniteui-react"; /** * @hidden */ var PivotDateDimensionOptions = /** @class */ /*@__PURE__*/ (function (_super) { __extends(PivotDateDimensionOptions, _super); function PivotDateDimensionOptions() { var _this = _super !== null && _super.apply(this, arguments) || this; _this.a = new WCNativeHelper(); _this.h = null; return _this; } Object.defineProperty(PivotDateDimensionOptions.prototype, "b", { get: function () { return this.a; }, enumerable: false, configurable: true }); Object.defineProperty(PivotDateDimensionOptions.prototype, "nativeElement", { get: function () { return this.h; }, set: function (a) { this.h = a; this.a.o = this.h; }, enumerable: false, configurable: true }); PivotDateDimensionOptions.prototype.setNativeElement = function (a) { this.nativeElement = a; }; Object.defineProperty(PivotDateDimensionOptions.prototype, "f", { get: function () { var ret_ = this.b.n("total"); return ret_; }, set: function (a) { var value_ = a; this.b.w("total", value_); }, enumerable: false, configurable: true }); Object.defineProperty(PivotDateDimensionOptions.prototype, "g", { get: function () { var ret_ = this.b.n("years"); return ret_; }, set: function (a) { var value_ = a; this.b.w("years", value_); }, enumerable: false, configurable: true }); Object.defineProperty(PivotDateDimensionOptions.prototype, "e", { get: function () { var ret_ = this.b.n("quarters"); return ret_; }, set: function (a) { var value_ = a; this.b.w("quarters", value_); }, enumerable: false, configurable: true }); Object.defineProperty(PivotDateDimensionOptions.prototype, "d", { get: function () { var ret_ = this.b.n("months"); return ret_; }, set: function (a) { var value_ = a; this.b.w("months", value_); }, enumerable: false, configurable: true }); Object.defineProperty(PivotDateDimensionOptions.prototype, "c", { get: function () { var ret_ = this.b.n("fullDate"); return ret_; }, set: function (a) { var value_ = a; this.b.w("fullDate", value_); }, enumerable: false, configurable: true }); PivotDateDimensionOptions.$t = markType(PivotDateDimensionOptions, 'PivotDateDimensionOptions'); return PivotDateDimensionOptions; }(Base)); export { PivotDateDimensionOptions };