"use strict"; var __extends = (this && this.__extends) || (function () { var extendStatics = Object.setPrototypeOf || ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; }; return function (d, b) { extendStatics(d, b); function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; })(); /*! * devextreme-angular * Version: 19.1.16 * Build date: Tue Oct 18 2022 * * Copyright (c) 2012 - 2022 Developer Express Inc. ALL RIGHTS RESERVED * * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file in the root of the project for details. * * https://github.com/DevExpress/devextreme-angular */ Object.defineProperty(exports, "__esModule", { value: true }); var nested_option_1 = require("../../../core/nested-option"); var DxoPopupOptions = (function (_super) { __extends(DxoPopupOptions, _super); function DxoPopupOptions() { return _super !== null && _super.apply(this, arguments) || this; } Object.defineProperty(DxoPopupOptions.prototype, "accessKey", { get: function () { return this._getOption('accessKey'); }, set: function (value) { this._setOption('accessKey', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "animation", { get: function () { return this._getOption('animation'); }, set: function (value) { this._setOption('animation', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "closeOnOutsideClick", { get: function () { return this._getOption('closeOnOutsideClick'); }, set: function (value) { this._setOption('closeOnOutsideClick', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "container", { get: function () { return this._getOption('container'); }, set: function (value) { this._setOption('container', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "contentTemplate", { get: function () { return this._getOption('contentTemplate'); }, set: function (value) { this._setOption('contentTemplate', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "deferRendering", { get: function () { return this._getOption('deferRendering'); }, set: function (value) { this._setOption('deferRendering', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "disabled", { get: function () { return this._getOption('disabled'); }, set: function (value) { this._setOption('disabled', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "dragEnabled", { get: function () { return this._getOption('dragEnabled'); }, set: function (value) { this._setOption('dragEnabled', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "elementAttr", { get: function () { return this._getOption('elementAttr'); }, set: function (value) { this._setOption('elementAttr', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "focusStateEnabled", { get: function () { return this._getOption('focusStateEnabled'); }, set: function (value) { this._setOption('focusStateEnabled', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "fullScreen", { get: function () { return this._getOption('fullScreen'); }, set: function (value) { this._setOption('fullScreen', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "height", { get: function () { return this._getOption('height'); }, set: function (value) { this._setOption('height', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "hint", { get: function () { return this._getOption('hint'); }, set: function (value) { this._setOption('hint', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "hoverStateEnabled", { get: function () { return this._getOption('hoverStateEnabled'); }, set: function (value) { this._setOption('hoverStateEnabled', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "maxHeight", { get: function () { return this._getOption('maxHeight'); }, set: function (value) { this._setOption('maxHeight', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "maxWidth", { get: function () { return this._getOption('maxWidth'); }, set: function (value) { this._setOption('maxWidth', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "minHeight", { get: function () { return this._getOption('minHeight'); }, set: function (value) { this._setOption('minHeight', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "minWidth", { get: function () { return this._getOption('minWidth'); }, set: function (value) { this._setOption('minWidth', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "onContentReady", { get: function () { return this._getOption('onContentReady'); }, set: function (value) { this._setOption('onContentReady', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "onDisposing", { get: function () { return this._getOption('onDisposing'); }, set: function (value) { this._setOption('onDisposing', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "onHidden", { get: function () { return this._getOption('onHidden'); }, set: function (value) { this._setOption('onHidden', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "onHiding", { get: function () { return this._getOption('onHiding'); }, set: function (value) { this._setOption('onHiding', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "onInitialized", { get: function () { return this._getOption('onInitialized'); }, set: function (value) { this._setOption('onInitialized', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "onOptionChanged", { get: function () { return this._getOption('onOptionChanged'); }, set: function (value) { this._setOption('onOptionChanged', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "onResize", { get: function () { return this._getOption('onResize'); }, set: function (value) { this._setOption('onResize', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "onResizeEnd", { get: function () { return this._getOption('onResizeEnd'); }, set: function (value) { this._setOption('onResizeEnd', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "onResizeStart", { get: function () { return this._getOption('onResizeStart'); }, set: function (value) { this._setOption('onResizeStart', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "onShowing", { get: function () { return this._getOption('onShowing'); }, set: function (value) { this._setOption('onShowing', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "onShown", { get: function () { return this._getOption('onShown'); }, set: function (value) { this._setOption('onShown', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "onTitleRendered", { get: function () { return this._getOption('onTitleRendered'); }, set: function (value) { this._setOption('onTitleRendered', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "position", { get: function () { return this._getOption('position'); }, set: function (value) { this._setOption('position', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "resizeEnabled", { get: function () { return this._getOption('resizeEnabled'); }, set: function (value) { this._setOption('resizeEnabled', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "rtlEnabled", { get: function () { return this._getOption('rtlEnabled'); }, set: function (value) { this._setOption('rtlEnabled', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "shading", { get: function () { return this._getOption('shading'); }, set: function (value) { this._setOption('shading', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "shadingColor", { get: function () { return this._getOption('shadingColor'); }, set: function (value) { this._setOption('shadingColor', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "showCloseButton", { get: function () { return this._getOption('showCloseButton'); }, set: function (value) { this._setOption('showCloseButton', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "showTitle", { get: function () { return this._getOption('showTitle'); }, set: function (value) { this._setOption('showTitle', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "tabIndex", { get: function () { return this._getOption('tabIndex'); }, set: function (value) { this._setOption('tabIndex', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "title", { get: function () { return this._getOption('title'); }, set: function (value) { this._setOption('title', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "titleTemplate", { get: function () { return this._getOption('titleTemplate'); }, set: function (value) { this._setOption('titleTemplate', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "toolbarItems", { get: function () { return this._getOption('toolbarItems'); }, set: function (value) { this._setOption('toolbarItems', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "visible", { get: function () { return this._getOption('visible'); }, set: function (value) { this._setOption('visible', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxoPopupOptions.prototype, "width", { get: function () { return this._getOption('width'); }, set: function (value) { this._setOption('width', value); }, enumerable: true, configurable: true }); return DxoPopupOptions; }(nested_option_1.NestedOption)); exports.DxoPopupOptions = DxoPopupOptions; //# sourceMappingURL=popup-options.js.map