UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

146 lines (145 loc) 4.72 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 WebTreeGridDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebTreeGridDescription, _super); function WebTreeGridDescription() { var _this = _super.call(this) || this; _this.g8 = null; _this.ha = null; _this.hb = null; _this.g4 = false; _this.hc = null; _this.g1 = null; _this.g0 = null; _this.g9 = null; _this.g6 = 0; _this.hd = null; return _this; } WebTreeGridDescription.prototype.get_type = function () { return "WebTreeGrid"; }; Object.defineProperty(WebTreeGridDescription.prototype, "childDataKey", { get: function () { return this.g8; }, set: function (a) { this.g8 = a; this.j("ChildDataKey"); }, enumerable: false, configurable: true }); Object.defineProperty(WebTreeGridDescription.prototype, "foreignKey", { get: function () { return this.ha; }, set: function (a) { this.ha = a; this.j("ForeignKey"); }, enumerable: false, configurable: true }); Object.defineProperty(WebTreeGridDescription.prototype, "hasChildrenKey", { get: function () { return this.hb; }, set: function (a) { this.hb = a; this.j("HasChildrenKey"); }, enumerable: false, configurable: true }); Object.defineProperty(WebTreeGridDescription.prototype, "cascadeOnDelete", { get: function () { return this.g4; }, set: function (a) { this.g4 = a; this.j("CascadeOnDelete"); }, enumerable: false, configurable: true }); Object.defineProperty(WebTreeGridDescription.prototype, "id", { get: function () { return this.hc; }, set: function (a) { this.hc = a; this.j("Id"); }, enumerable: false, configurable: true }); Object.defineProperty(WebTreeGridDescription.prototype, "rootRecords", { get: function () { return this.g1; }, set: function (a) { this.g1 = a; this.j("RootRecords"); }, enumerable: false, configurable: true }); Object.defineProperty(WebTreeGridDescription.prototype, "processedRootRecords", { get: function () { return this.g0; }, set: function (a) { this.g0 = a; this.j("ProcessedRootRecords"); }, enumerable: false, configurable: true }); Object.defineProperty(WebTreeGridDescription.prototype, "dataRef", { get: function () { return this.g9; }, set: function (a) { this.g9 = a; this.j("DataRef"); }, enumerable: false, configurable: true }); Object.defineProperty(WebTreeGridDescription.prototype, "expansionDepth", { get: function () { return this.g6; }, set: function (a) { this.g6 = a; this.j("ExpansionDepth"); }, enumerable: false, configurable: true }); Object.defineProperty(WebTreeGridDescription.prototype, "rowLoadingIndicatorTemplateRef", { get: function () { return this.hd; }, set: function (a) { this.hd = a; this.j("RowLoadingIndicatorTemplateRef"); }, enumerable: false, configurable: true }); WebTreeGridDescription.$t = markType(WebTreeGridDescription, 'WebTreeGridDescription', WebGridBaseDirectiveDescription.$); return WebTreeGridDescription; }(WebGridBaseDirectiveDescription)); export { WebTreeGridDescription };