UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

206 lines (205 loc) 6.64 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 { WebGridBaseDirectiveDescription } from "./WebGridBaseDirectiveDescription"; import { markType } from "./type"; /** * @hidden */ var WebPivotGridDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebPivotGridDescription, _super); function WebPivotGridDescription() { var _this = _super.call(this) || this; _this.hh = null; _this.hg = null; _this.g0 = null; _this.g4 = false; _this.g2 = null; _this.g6 = false; _this.g5 = false; _this.ha = null; _this.he = null; _this.hc = null; _this.hf = null; _this.hb = null; _this.hi = null; _this.hd = null; _this.hj = null; return _this; } WebPivotGridDescription.prototype.get_type = function () { return "WebPivotGrid"; }; Object.defineProperty(WebPivotGridDescription.prototype, "valueChipTemplateRef", { get: function () { return this.hh; }, set: function (a) { this.hh = a; this.j("ValueChipTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebPivotGridDescription.prototype, "rowDimensionHeaderTemplateRef", { get: function () { return this.hg; }, set: function (a) { this.hg = a; this.j("RowDimensionHeaderTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebPivotGridDescription.prototype, "pivotConfiguration", { get: function () { return this.g0; }, set: function (a) { this.g0 = a; this.j("PivotConfiguration"); }, enumerable: false, configurable: true }); Object.defineProperty(WebPivotGridDescription.prototype, "autoGenerateConfig", { get: function () { return this.g4; }, set: function (a) { this.g4 = a; this.j("AutoGenerateConfig"); }, enumerable: false, configurable: true }); Object.defineProperty(WebPivotGridDescription.prototype, "pivotUI", { get: function () { return this.g2; }, set: function (a) { this.g2 = a; this.j("PivotUI"); }, enumerable: false, configurable: true }); Object.defineProperty(WebPivotGridDescription.prototype, "superCompactMode", { get: function () { return this.g6; }, set: function (a) { this.g6 = a; this.j("SuperCompactMode"); }, enumerable: false, configurable: true }); Object.defineProperty(WebPivotGridDescription.prototype, "defaultExpandState", { get: function () { return this.g5; }, set: function (a) { this.g5 = a; this.j("DefaultExpandState"); }, enumerable: false, configurable: true }); Object.defineProperty(WebPivotGridDescription.prototype, "dataRef", { get: function () { return this.ha; }, set: function (a) { this.ha = a; this.j("DataRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebPivotGridDescription.prototype, "emptyPivotGridTemplateRef", { get: function () { return this.he; }, set: function (a) { this.he = a; this.j("EmptyPivotGridTemplateRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebPivotGridDescription.prototype, "dimensionsChangeRef", { get: function () { return this.hc; }, set: function (a) { this.hc = a; this.j("DimensionsChangeRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebPivotGridDescription.prototype, "pivotConfigurationChangeRef", { get: function () { return this.hf; }, set: function (a) { this.hf = a; this.j("PivotConfigurationChangeRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebPivotGridDescription.prototype, "dimensionInitRef", { get: function () { return this.hb; }, set: function (a) { this.hb = a; this.j("DimensionInitRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebPivotGridDescription.prototype, "valueInitRef", { get: function () { return this.hi; }, set: function (a) { this.hi = a; this.j("ValueInitRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebPivotGridDescription.prototype, "dimensionsSortingExpressionsChangeRef", { get: function () { return this.hd; }, set: function (a) { this.hd = a; this.j("DimensionsSortingExpressionsChangeRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebPivotGridDescription.prototype, "valuesChangeRef", { get: function () { return this.hj; }, set: function (a) { this.hj = a; this.j("ValuesChangeRef"); }, enumerable: false, configurable: true }); WebPivotGridDescription.$t = markType(WebPivotGridDescription, 'WebPivotGridDescription', WebGridBaseDirectiveDescription.$); return WebPivotGridDescription; }(WebGridBaseDirectiveDescription)); export { WebPivotGridDescription };