UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

171 lines (170 loc) 4.91 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 { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ export let WebDockManagerDescription = /*@__PURE__*/ (() => { class WebDockManagerDescription extends Description { constructor() { super(); this.m = null; this.o = null; this.s = null; this.k = null; this.y = false; this.aa = false; this.am = null; this.p = null; this.u = null; this.w = false; this.ab = false; this.x = false; this.an = null; this.ac = false; this.ak = null; this.ao = null; this.z = false; this.al = null; } get_type() { return "WebDockManager"; } get type() { return this.get_type(); } get layout() { return this.m; } set layout(a) { this.m = a; this.j("Layout"); } get draggedPane() { return this.o; } set draggedPane(a) { this.o = a; this.j("DraggedPane"); } get dropPosition() { return this.s; } set dropPosition(a) { this.s = a; this.j("DropPosition"); } get activePane() { return this.k; } set activePane(a) { this.k = a; this.j("ActivePane"); } get allowMaximize() { return this.y; } set allowMaximize(a) { this.y = a; this.j("AllowMaximize"); } get containedInBoundaries() { return this.aa; } set containedInBoundaries(a) { this.aa = a; this.j("ContainedInBoundaries"); } get showHeaderIconOnHover() { return this.am; } set showHeaderIconOnHover(a) { this.am = a; this.j("ShowHeaderIconOnHover"); } get maximizedPane() { return this.p; } set maximizedPane(a) { this.p = a; this.j("MaximizedPane"); } get resourceStrings() { return this.u; } set resourceStrings(a) { this.u = a; this.j("ResourceStrings"); } get allowFloatingPanesResize() { return this.w; } set allowFloatingPanesResize(a) { this.w = a; this.j("AllowFloatingPanesResize"); } get disableKeyboardNavigation() { return this.ab; } set disableKeyboardNavigation(a) { this.ab = a; this.j("DisableKeyboardNavigation"); } get allowInnerDock() { return this.x; } set allowInnerDock(a) { this.x = a; this.j("AllowInnerDock"); } get showPaneHeaders() { return this.an; } set showPaneHeaders(a) { this.an = a; this.j("ShowPaneHeaders"); } get proximityDock() { return this.ac; } set proximityDock(a) { this.ac = a; this.j("ProximityDock"); } get closeBehavior() { return this.ak; } set closeBehavior(a) { this.ak = a; this.j("CloseBehavior"); } get unpinBehavior() { return this.ao; } set unpinBehavior(a) { this.ao = a; this.j("UnpinBehavior"); } get allowSplitterDock() { return this.z; } set allowSplitterDock(a) { this.z = a; this.j("AllowSplitterDock"); } get layoutChangeRef() { return this.al; } set layoutChangeRef(a) { this.al = a; this.j("LayoutChangeRef"); } } WebDockManagerDescription.$t = markType(WebDockManagerDescription, 'WebDockManagerDescription', Description.$); return WebDockManagerDescription; })();