"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 platform_browser_1 = require("@angular/platform-browser"); var platform_browser_2 = require("@angular/platform-browser"); var core_1 = require("@angular/core"); var popup_1 = require("devextreme/ui/popup"); var component_1 = require("../core/component"); var template_host_1 = require("../core/template-host"); var integration_1 = require("../core/integration"); var template_1 = require("../core/template"); var nested_option_1 = require("../core/nested-option"); var watcher_helper_1 = require("../core/watcher-helper"); var iterable_differ_helper_1 = require("../core/iterable-differ-helper"); var animation_1 = require("./nested/animation"); var hide_1 = require("./nested/hide"); var show_1 = require("./nested/show"); var position_1 = require("./nested/position"); var at_1 = require("./nested/at"); var boundary_offset_1 = require("./nested/boundary-offset"); var collision_1 = require("./nested/collision"); var my_1 = require("./nested/my"); var offset_1 = require("./nested/offset"); var toolbar_item_dxi_1 = require("./nested/toolbar-item-dxi"); var toolbar_item_dxi_2 = require("./nested/toolbar-item-dxi"); /** * The Popup widget is a pop-up window overlaying the current view. */ var DxPopupComponent = (function (_super) { __extends(DxPopupComponent, _super); function DxPopupComponent(elementRef, ngZone, templateHost, _watcherHelper, _idh, optionHost, transferState, platformId) { var _this = _super.call(this, elementRef, ngZone, templateHost, _watcherHelper, transferState, platformId) || this; _this._watcherHelper = _watcherHelper; _this._idh = _idh; _this._createEventEmitters([ { subscribe: 'contentReady', emit: 'onContentReady' }, { subscribe: 'disposing', emit: 'onDisposing' }, { subscribe: 'hidden', emit: 'onHidden' }, { subscribe: 'hiding', emit: 'onHiding' }, { subscribe: 'initialized', emit: 'onInitialized' }, { subscribe: 'optionChanged', emit: 'onOptionChanged' }, { subscribe: 'resize', emit: 'onResize' }, { subscribe: 'resizeEnd', emit: 'onResizeEnd' }, { subscribe: 'resizeStart', emit: 'onResizeStart' }, { subscribe: 'showing', emit: 'onShowing' }, { subscribe: 'shown', emit: 'onShown' }, { subscribe: 'titleRendered', emit: 'onTitleRendered' }, { emit: 'accessKeyChange' }, { emit: 'animationChange' }, { emit: 'closeOnOutsideClickChange' }, { emit: 'containerChange' }, { emit: 'contentTemplateChange' }, { emit: 'deferRenderingChange' }, { emit: 'disabledChange' }, { emit: 'dragEnabledChange' }, { emit: 'elementAttrChange' }, { emit: 'focusStateEnabledChange' }, { emit: 'fullScreenChange' }, { emit: 'heightChange' }, { emit: 'hintChange' }, { emit: 'hoverStateEnabledChange' }, { emit: 'maxHeightChange' }, { emit: 'maxWidthChange' }, { emit: 'minHeightChange' }, { emit: 'minWidthChange' }, { emit: 'positionChange' }, { emit: 'resizeEnabledChange' }, { emit: 'rtlEnabledChange' }, { emit: 'shadingChange' }, { emit: 'shadingColorChange' }, { emit: 'showCloseButtonChange' }, { emit: 'showTitleChange' }, { emit: 'tabIndexChange' }, { emit: 'titleChange' }, { emit: 'titleTemplateChange' }, { emit: 'toolbarItemsChange' }, { emit: 'visibleChange' }, { emit: 'widthChange' } ]); _this._idh.setHost(_this); optionHost.setHost(_this); return _this; } Object.defineProperty(DxPopupComponent.prototype, "accessKey", { get: /** * Specifies the shortcut key that sets focus on the widget. */ function () { return this._getOption('accessKey'); }, set: function (value) { this._setOption('accessKey', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "animation", { get: /** * Configures widget visibility animations. This object contains two fields: show and hide. */ function () { return this._getOption('animation'); }, set: function (value) { this._setOption('animation', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "closeOnOutsideClick", { get: /** * Specifies whether to close the widget if a user clicks outside it. */ function () { return this._getOption('closeOnOutsideClick'); }, set: function (value) { this._setOption('closeOnOutsideClick', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "container", { get: /** * Specifies the container in which to place the widget. */ function () { return this._getOption('container'); }, set: function (value) { this._setOption('container', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "contentTemplate", { get: /** * Specifies a custom template for the widget content. */ function () { return this._getOption('contentTemplate'); }, set: function (value) { this._setOption('contentTemplate', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "deferRendering", { get: /** * Specifies whether to render the widget's content when it is displayed. If false, the content is rendered immediately. */ function () { return this._getOption('deferRendering'); }, set: function (value) { this._setOption('deferRendering', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "disabled", { get: /** * Specifies whether the widget responds to user interaction. */ function () { return this._getOption('disabled'); }, set: function (value) { this._setOption('disabled', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "dragEnabled", { get: /** * Specifies whether or not to allow a user to drag the popup window. */ function () { return this._getOption('dragEnabled'); }, set: function (value) { this._setOption('dragEnabled', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "elementAttr", { get: /** * Specifies the attributes to be attached to the widget's root element. */ function () { return this._getOption('elementAttr'); }, set: function (value) { this._setOption('elementAttr', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "focusStateEnabled", { get: /** * Specifies whether the widget can be focused using keyboard navigation. */ function () { return this._getOption('focusStateEnabled'); }, set: function (value) { this._setOption('focusStateEnabled', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "fullScreen", { get: /** * A Boolean value specifying whether or not to display the widget in full-screen mode. */ function () { return this._getOption('fullScreen'); }, set: function (value) { this._setOption('fullScreen', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "height", { get: /** * Specifies the widget's height in pixels. */ function () { return this._getOption('height'); }, set: function (value) { this._setOption('height', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "hint", { get: /** * Specifies text for a hint that appears when a user pauses on the widget. */ function () { return this._getOption('hint'); }, set: function (value) { this._setOption('hint', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "hoverStateEnabled", { get: /** * Specifies whether the widget changes its state when a user pauses on it. */ function () { return this._getOption('hoverStateEnabled'); }, set: function (value) { this._setOption('hoverStateEnabled', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "maxHeight", { get: /** * Specifies the maximum height the widget can reach while resizing. */ function () { return this._getOption('maxHeight'); }, set: function (value) { this._setOption('maxHeight', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "maxWidth", { get: /** * Specifies the maximum width the widget can reach while resizing. */ function () { return this._getOption('maxWidth'); }, set: function (value) { this._setOption('maxWidth', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "minHeight", { get: /** * Specifies the minimum height the widget can reach while resizing. */ function () { return this._getOption('minHeight'); }, set: function (value) { this._setOption('minHeight', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "minWidth", { get: /** * Specifies the minimum width the widget can reach while resizing. */ function () { return this._getOption('minWidth'); }, set: function (value) { this._setOption('minWidth', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "position", { get: /** * Positions the widget. */ function () { return this._getOption('position'); }, set: function (value) { this._setOption('position', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "resizeEnabled", { get: /** * Specifies whether or not an end user can resize the widget. */ function () { return this._getOption('resizeEnabled'); }, set: function (value) { this._setOption('resizeEnabled', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "rtlEnabled", { get: /** * Switches the widget to a right-to-left representation. */ function () { return this._getOption('rtlEnabled'); }, set: function (value) { this._setOption('rtlEnabled', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "shading", { get: /** * Specifies whether to shade the background when the widget is active. */ function () { return this._getOption('shading'); }, set: function (value) { this._setOption('shading', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "shadingColor", { get: /** * Specifies the shading color. */ function () { return this._getOption('shadingColor'); }, set: function (value) { this._setOption('shadingColor', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "showCloseButton", { get: /** * Specifies whether or not the widget displays the Close button. */ function () { return this._getOption('showCloseButton'); }, set: function (value) { this._setOption('showCloseButton', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "showTitle", { get: /** * A Boolean value specifying whether or not to display the title in the popup window. */ function () { return this._getOption('showTitle'); }, set: function (value) { this._setOption('showTitle', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "tabIndex", { get: /** * Specifies the number of the element when the Tab key is used for navigating. */ function () { return this._getOption('tabIndex'); }, set: function (value) { this._setOption('tabIndex', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "title", { get: /** * The title in the overlay window. */ function () { return this._getOption('title'); }, set: function (value) { this._setOption('title', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "titleTemplate", { get: /** * Specifies a custom template for the widget title. Does not apply if the title is defined. */ function () { return this._getOption('titleTemplate'); }, set: function (value) { this._setOption('titleTemplate', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "toolbarItems", { get: /** * Configures toolbar items. */ function () { return this._getOption('toolbarItems'); }, set: function (value) { this._setOption('toolbarItems', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "visible", { get: /** * A Boolean value specifying whether or not the widget is visible. */ function () { return this._getOption('visible'); }, set: function (value) { this._setOption('visible', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "width", { get: /** * Specifies the widget's width in pixels. */ function () { return this._getOption('width'); }, set: function (value) { this._setOption('width', value); }, enumerable: true, configurable: true }); Object.defineProperty(DxPopupComponent.prototype, "toolbarItemsChildren", { get: function () { return this._getOption('toolbarItems'); }, set: function (value) { this.setChildren('toolbarItems', value); }, enumerable: true, configurable: true }); DxPopupComponent.prototype._createInstance = function (element, options) { return new popup_1.default(element, options); }; DxPopupComponent.prototype.ngOnDestroy = function () { this._destroyWidget(); }; DxPopupComponent.prototype.ngOnChanges = function (changes) { _super.prototype.ngOnChanges.call(this, changes); this.setupChanges('toolbarItems', changes); }; DxPopupComponent.prototype.setupChanges = function (prop, changes) { if (!(prop in this._optionsToUpdate)) { this._idh.setup(prop, changes); } }; DxPopupComponent.prototype.ngDoCheck = function () { this._idh.doCheck('toolbarItems'); this._watcherHelper.checkWatchers(); _super.prototype.ngDoCheck.call(this); _super.prototype.clearChangedOptions.call(this); }; DxPopupComponent.prototype._setOption = function (name, value) { var isSetup = this._idh.setupSingle(name, value); var isChanged = this._idh.getChanges(name, value) !== null; if (isSetup || isChanged) { _super.prototype._setOption.call(this, name, value); } }; DxPopupComponent.decorators = [ { type: core_1.Component, args: [{ selector: 'dx-popup', template: '', providers: [ template_host_1.DxTemplateHost, watcher_helper_1.WatcherHelper, nested_option_1.NestedOptionHost, iterable_differ_helper_1.IterableDifferHelper ] },] }, ]; /** @nocollapse */ DxPopupComponent.ctorParameters = function () { return [ { type: core_1.ElementRef, }, { type: core_1.NgZone, }, { type: template_host_1.DxTemplateHost, }, { type: watcher_helper_1.WatcherHelper, }, { type: iterable_differ_helper_1.IterableDifferHelper, }, { type: nested_option_1.NestedOptionHost, }, { type: platform_browser_2.TransferState, }, { type: undefined, decorators: [{ type: core_1.Inject, args: [core_1.PLATFORM_ID,] },] }, ]; }; DxPopupComponent.propDecorators = { "accessKey": [{ type: core_1.Input },], "animation": [{ type: core_1.Input },], "closeOnOutsideClick": [{ type: core_1.Input },], "container": [{ type: core_1.Input },], "contentTemplate": [{ type: core_1.Input },], "deferRendering": [{ type: core_1.Input },], "disabled": [{ type: core_1.Input },], "dragEnabled": [{ type: core_1.Input },], "elementAttr": [{ type: core_1.Input },], "focusStateEnabled": [{ type: core_1.Input },], "fullScreen": [{ type: core_1.Input },], "height": [{ type: core_1.Input },], "hint": [{ type: core_1.Input },], "hoverStateEnabled": [{ type: core_1.Input },], "maxHeight": [{ type: core_1.Input },], "maxWidth": [{ type: core_1.Input },], "minHeight": [{ type: core_1.Input },], "minWidth": [{ type: core_1.Input },], "position": [{ type: core_1.Input },], "resizeEnabled": [{ type: core_1.Input },], "rtlEnabled": [{ type: core_1.Input },], "shading": [{ type: core_1.Input },], "shadingColor": [{ type: core_1.Input },], "showCloseButton": [{ type: core_1.Input },], "showTitle": [{ type: core_1.Input },], "tabIndex": [{ type: core_1.Input },], "title": [{ type: core_1.Input },], "titleTemplate": [{ type: core_1.Input },], "toolbarItems": [{ type: core_1.Input },], "visible": [{ type: core_1.Input },], "width": [{ type: core_1.Input },], "onContentReady": [{ type: core_1.Output },], "onDisposing": [{ type: core_1.Output },], "onHidden": [{ type: core_1.Output },], "onHiding": [{ type: core_1.Output },], "onInitialized": [{ type: core_1.Output },], "onOptionChanged": [{ type: core_1.Output },], "onResize": [{ type: core_1.Output },], "onResizeEnd": [{ type: core_1.Output },], "onResizeStart": [{ type: core_1.Output },], "onShowing": [{ type: core_1.Output },], "onShown": [{ type: core_1.Output },], "onTitleRendered": [{ type: core_1.Output },], "accessKeyChange": [{ type: core_1.Output },], "animationChange": [{ type: core_1.Output },], "closeOnOutsideClickChange": [{ type: core_1.Output },], "containerChange": [{ type: core_1.Output },], "contentTemplateChange": [{ type: core_1.Output },], "deferRenderingChange": [{ type: core_1.Output },], "disabledChange": [{ type: core_1.Output },], "dragEnabledChange": [{ type: core_1.Output },], "elementAttrChange": [{ type: core_1.Output },], "focusStateEnabledChange": [{ type: core_1.Output },], "fullScreenChange": [{ type: core_1.Output },], "heightChange": [{ type: core_1.Output },], "hintChange": [{ type: core_1.Output },], "hoverStateEnabledChange": [{ type: core_1.Output },], "maxHeightChange": [{ type: core_1.Output },], "maxWidthChange": [{ type: core_1.Output },], "minHeightChange": [{ type: core_1.Output },], "minWidthChange": [{ type: core_1.Output },], "positionChange": [{ type: core_1.Output },], "resizeEnabledChange": [{ type: core_1.Output },], "rtlEnabledChange": [{ type: core_1.Output },], "shadingChange": [{ type: core_1.Output },], "shadingColorChange": [{ type: core_1.Output },], "showCloseButtonChange": [{ type: core_1.Output },], "showTitleChange": [{ type: core_1.Output },], "tabIndexChange": [{ type: core_1.Output },], "titleChange": [{ type: core_1.Output },], "titleTemplateChange": [{ type: core_1.Output },], "toolbarItemsChange": [{ type: core_1.Output },], "visibleChange": [{ type: core_1.Output },], "widthChange": [{ type: core_1.Output },], "toolbarItemsChildren": [{ type: core_1.ContentChildren, args: [toolbar_item_dxi_2.DxiToolbarItemComponent,] },], }; return DxPopupComponent; }(component_1.DxComponent)); exports.DxPopupComponent = DxPopupComponent; var DxPopupModule = (function () { function DxPopupModule() { } DxPopupModule.decorators = [ { type: core_1.NgModule, args: [{ imports: [ animation_1.DxoAnimationModule, hide_1.DxoHideModule, show_1.DxoShowModule, position_1.DxoPositionModule, at_1.DxoAtModule, boundary_offset_1.DxoBoundaryOffsetModule, collision_1.DxoCollisionModule, my_1.DxoMyModule, offset_1.DxoOffsetModule, toolbar_item_dxi_1.DxiToolbarItemModule, integration_1.DxIntegrationModule, template_1.DxTemplateModule, platform_browser_1.BrowserTransferStateModule ], declarations: [ DxPopupComponent ], exports: [ DxPopupComponent, animation_1.DxoAnimationModule, hide_1.DxoHideModule, show_1.DxoShowModule, position_1.DxoPositionModule, at_1.DxoAtModule, boundary_offset_1.DxoBoundaryOffsetModule, collision_1.DxoCollisionModule, my_1.DxoMyModule, offset_1.DxoOffsetModule, toolbar_item_dxi_1.DxiToolbarItemModule, template_1.DxTemplateModule ] },] }, ]; return DxPopupModule; }()); exports.DxPopupModule = DxPopupModule; //# sourceMappingURL=popup.js.map