UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

249 lines (248 loc) 7.74 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 { Description } from "./Description"; import { markType } from "./type"; /** * @hidden */ var WebDockManagerDescription = /** @class */ /*@__PURE__*/ (function (_super) { __extends(WebDockManagerDescription, _super); function WebDockManagerDescription() { var _this = _super.call(this) || this; _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; return _this; } WebDockManagerDescription.prototype.get_type = function () { return "WebDockManager"; }; Object.defineProperty(WebDockManagerDescription.prototype, "type", { get: function () { return this.get_type(); }, enumerable: false, configurable: true }); Object.defineProperty(WebDockManagerDescription.prototype, "layout", { get: function () { return this.m; }, set: function (a) { this.m = a; this.j("Layout"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDockManagerDescription.prototype, "draggedPane", { get: function () { return this.o; }, set: function (a) { this.o = a; this.j("DraggedPane"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDockManagerDescription.prototype, "dropPosition", { get: function () { return this.s; }, set: function (a) { this.s = a; this.j("DropPosition"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDockManagerDescription.prototype, "activePane", { get: function () { return this.k; }, set: function (a) { this.k = a; this.j("ActivePane"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDockManagerDescription.prototype, "allowMaximize", { get: function () { return this.y; }, set: function (a) { this.y = a; this.j("AllowMaximize"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDockManagerDescription.prototype, "containedInBoundaries", { get: function () { return this.aa; }, set: function (a) { this.aa = a; this.j("ContainedInBoundaries"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDockManagerDescription.prototype, "showHeaderIconOnHover", { get: function () { return this.am; }, set: function (a) { this.am = a; this.j("ShowHeaderIconOnHover"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDockManagerDescription.prototype, "maximizedPane", { get: function () { return this.p; }, set: function (a) { this.p = a; this.j("MaximizedPane"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDockManagerDescription.prototype, "resourceStrings", { get: function () { return this.u; }, set: function (a) { this.u = a; this.j("ResourceStrings"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDockManagerDescription.prototype, "allowFloatingPanesResize", { get: function () { return this.w; }, set: function (a) { this.w = a; this.j("AllowFloatingPanesResize"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDockManagerDescription.prototype, "disableKeyboardNavigation", { get: function () { return this.ab; }, set: function (a) { this.ab = a; this.j("DisableKeyboardNavigation"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDockManagerDescription.prototype, "allowInnerDock", { get: function () { return this.x; }, set: function (a) { this.x = a; this.j("AllowInnerDock"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDockManagerDescription.prototype, "showPaneHeaders", { get: function () { return this.an; }, set: function (a) { this.an = a; this.j("ShowPaneHeaders"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDockManagerDescription.prototype, "proximityDock", { get: function () { return this.ac; }, set: function (a) { this.ac = a; this.j("ProximityDock"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDockManagerDescription.prototype, "closeBehavior", { get: function () { return this.ak; }, set: function (a) { this.ak = a; this.j("CloseBehavior"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDockManagerDescription.prototype, "unpinBehavior", { get: function () { return this.ao; }, set: function (a) { this.ao = a; this.j("UnpinBehavior"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDockManagerDescription.prototype, "allowSplitterDock", { get: function () { return this.z; }, set: function (a) { this.z = a; this.j("AllowSplitterDock"); }, enumerable: false, configurable: true }); Object.defineProperty(WebDockManagerDescription.prototype, "layoutChangeRef", { get: function () { return this.al; }, set: function (a) { this.al = a; this.j("LayoutChangeRef"); }, enumerable: false, configurable: true }); WebDockManagerDescription.$t = markType(WebDockManagerDescription, 'WebDockManagerDescription', Description.$); return WebDockManagerDescription; }(Description)); export { WebDockManagerDescription };