UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

56 lines (55 loc) 2.05 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 { WebGridBaseDirectiveDescription } from "./WebGridBaseDirectiveDescription"; import { markType } from "./type"; /** * @hidden */ export let WebHierarchicalGridBaseDirectiveDescription = /*@__PURE__*/ (() => { class WebHierarchicalGridBaseDirectiveDescription extends WebGridBaseDirectiveDescription { constructor() { super(); this.g5 = null; this.g2 = false; this.g0 = null; this.g4 = null; } get_type() { return "WebHierarchicalGridBaseDirective"; } get hasChildrenKey() { return this.g5; } set hasChildrenKey(a) { this.g5 = a; this.j("HasChildrenKey"); } get showExpandAll() { return this.g2; } set showExpandAll(a) { this.g2 = a; this.j("ShowExpandAll"); } get rootGrid() { return this.g0; } set rootGrid(a) { this.g0 = a; this.j("RootGrid"); } get dataPreLoadRef() { return this.g4; } set dataPreLoadRef(a) { this.g4 = a; this.j("DataPreLoadRef"); } } WebHierarchicalGridBaseDirectiveDescription.$t = markType(WebHierarchicalGridBaseDirectiveDescription, 'WebHierarchicalGridBaseDirectiveDescription', WebGridBaseDirectiveDescription.$); return WebHierarchicalGridBaseDirectiveDescription; })();