UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

74 lines (73 loc) 2.93 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 WebHierarchicalGridBaseDirectiveDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebHierarchicalGridBaseDirectiveDescription, _super); function WebHierarchicalGridBaseDirectiveDescription() { var _this = _super.call(this) || this; _this.g5 = null; _this.g2 = false; _this.g0 = null; _this.g4 = null; return _this; } WebHierarchicalGridBaseDirectiveDescription.prototype.get_type = function () { return "WebHierarchicalGridBaseDirective"; }; Object.defineProperty(WebHierarchicalGridBaseDirectiveDescription.prototype, "hasChildrenKey", { get: function () { return this.g5; }, set: function (a) { this.g5 = a; this.j("HasChildrenKey"); }, enumerable: false, configurable: true }); Object.defineProperty(WebHierarchicalGridBaseDirectiveDescription.prototype, "showExpandAll", { get: function () { return this.g2; }, set: function (a) { this.g2 = a; this.j("ShowExpandAll"); }, enumerable: false, configurable: true }); Object.defineProperty(WebHierarchicalGridBaseDirectiveDescription.prototype, "rootGrid", { get: function () { return this.g0; }, set: function (a) { this.g0 = a; this.j("RootGrid"); }, enumerable: false, configurable: true }); Object.defineProperty(WebHierarchicalGridBaseDirectiveDescription.prototype, "dataPreLoadRef", { get: function () { return this.g4; }, set: function (a) { this.g4 = a; this.j("DataPreLoadRef"); }, enumerable: false, configurable: true }); WebHierarchicalGridBaseDirectiveDescription.$t = markType(WebHierarchicalGridBaseDirectiveDescription, 'WebHierarchicalGridBaseDirectiveDescription', WebGridBaseDirectiveDescription.$); return WebHierarchicalGridBaseDirectiveDescription; }(WebGridBaseDirectiveDescription)); export { WebHierarchicalGridBaseDirectiveDescription };