devextreme-angular
Version:
Angular UI and visualization components based on DevExtreme widgets
30 lines (28 loc) • 26.2 kB
JavaScript
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(exports,require("@angular/platform-browser"),require("@angular/core"),require("devextreme/ui/drop_down_box"),require("@angular/forms"),require("devextreme-angular/core"),require("devextreme-angular/ui/nested")):"function"==typeof define&&define.amd?define("devextreme-angular/ui/drop-down-box",["exports","@angular/platform-browser","@angular/core","devextreme/ui/drop_down_box","@angular/forms","devextreme-angular/core","devextreme-angular/ui/nested"],t):t(((e=e||self)["devextreme-angular"]=e["devextreme-angular"]||{},e["devextreme-angular"].ui=e["devextreme-angular"].ui||{},e["devextreme-angular"].ui["drop-down-box"]={}),e.ng.platformBrowser,e.ng.core,e.DxDropDownBox,e.ng.forms,e["devextreme-angular"].core,e["devextreme-angular"].ui.nested)}(this,(function(e,t,n,o,i,p,r){"use strict";o=o&&Object.prototype.hasOwnProperty.call(o,"default")?o.default:o;
/*! *****************************************************************************
Copyright (c) Microsoft Corporation.
Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
***************************************************************************** */
var a=function(e,t){return(a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(e,t){e.__proto__=t}||function(e,t){for(var n in t)t.hasOwnProperty(n)&&(e[n]=t[n])})(e,t)};function u(e,t,n,o){var i,p=arguments.length,r=p<3?t:null===o?o=Object.getOwnPropertyDescriptor(t,n):o;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)r=Reflect.decorate(e,t,n,o);else for(var a=e.length-1;a>=0;a--)(i=e[a])&&(r=(p<3?i(r):p>3?i(t,n,r):i(t,n))||r);return p>3&&r&&Object.defineProperty(t,n,r),r}function s(e,t){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(e,t)}
/*!
* devextreme-angular
* Version: 20.2.5
* Build date: Fri Jan 15 2021
*
* Copyright (c) 2012 - 2021 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
*/
var d={provide:i.NG_VALUE_ACCESSOR,useExisting:n.forwardRef((function(){return l})),multi:!0},l=function(e){function i(t,n,o,i,p,r,a,u){var s=e.call(this,t,n,o,i,a,u)||this;return s._watcherHelper=i,s._idh=p,s.touched=function(e){},s._createEventEmitters([{subscribe:"change",emit:"onChange"},{subscribe:"closed",emit:"onClosed"},{subscribe:"copy",emit:"onCopy"},{subscribe:"cut",emit:"onCut"},{subscribe:"disposing",emit:"onDisposing"},{subscribe:"enterKey",emit:"onEnterKey"},{subscribe:"focusIn",emit:"onFocusIn"},{subscribe:"focusOut",emit:"onFocusOut"},{subscribe:"initialized",emit:"onInitialized"},{subscribe:"input",emit:"onInput"},{subscribe:"keyDown",emit:"onKeyDown"},{subscribe:"keyPress",emit:"onKeyPress"},{subscribe:"keyUp",emit:"onKeyUp"},{subscribe:"opened",emit:"onOpened"},{subscribe:"optionChanged",emit:"onOptionChanged"},{subscribe:"paste",emit:"onPaste"},{subscribe:"valueChanged",emit:"onValueChanged"},{emit:"acceptCustomValueChange"},{emit:"accessKeyChange"},{emit:"activeStateEnabledChange"},{emit:"buttonsChange"},{emit:"contentTemplateChange"},{emit:"dataSourceChange"},{emit:"deferRenderingChange"},{emit:"disabledChange"},{emit:"displayExprChange"},{emit:"displayValueFormatterChange"},{emit:"dropDownButtonTemplateChange"},{emit:"dropDownOptionsChange"},{emit:"elementAttrChange"},{emit:"fieldTemplateChange"},{emit:"focusStateEnabledChange"},{emit:"heightChange"},{emit:"hintChange"},{emit:"hoverStateEnabledChange"},{emit:"inputAttrChange"},{emit:"isValidChange"},{emit:"itemsChange"},{emit:"maxLengthChange"},{emit:"nameChange"},{emit:"openedChange"},{emit:"openOnFieldClickChange"},{emit:"placeholderChange"},{emit:"readOnlyChange"},{emit:"rtlEnabledChange"},{emit:"showClearButtonChange"},{emit:"showDropDownButtonChange"},{emit:"stylingModeChange"},{emit:"tabIndexChange"},{emit:"textChange"},{emit:"validationErrorChange"},{emit:"validationErrorsChange"},{emit:"validationMessageModeChange"},{emit:"validationStatusChange"},{emit:"valueChange"},{emit:"valueChangeEventChange"},{emit:"valueExprChange"},{emit:"visibleChange"},{emit:"widthChange"},{emit:"onBlur"}]),s._idh.setHost(s),r.setHost(s),s}var l,g;return function(e,t){function n(){this.constructor=e}a(e,t),e.prototype=null===t?Object.create(t):(n.prototype=t.prototype,new n)}(i,e),Object.defineProperty(i.prototype,"acceptCustomValue",{get:function(){return this._getOption("acceptCustomValue")},set:function(e){this._setOption("acceptCustomValue",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"accessKey",{get:function(){return this._getOption("accessKey")},set:function(e){this._setOption("accessKey",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"activeStateEnabled",{get:function(){return this._getOption("activeStateEnabled")},set:function(e){this._setOption("activeStateEnabled",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"buttons",{get:function(){return this._getOption("buttons")},set:function(e){this._setOption("buttons",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"contentTemplate",{get:function(){return this._getOption("contentTemplate")},set:function(e){this._setOption("contentTemplate",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"dataSource",{get:function(){return this._getOption("dataSource")},set:function(e){this._setOption("dataSource",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"deferRendering",{get:function(){return this._getOption("deferRendering")},set:function(e){this._setOption("deferRendering",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"disabled",{get:function(){return this._getOption("disabled")},set:function(e){this._setOption("disabled",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"displayExpr",{get:function(){return this._getOption("displayExpr")},set:function(e){this._setOption("displayExpr",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"displayValueFormatter",{get:function(){return this._getOption("displayValueFormatter")},set:function(e){this._setOption("displayValueFormatter",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"dropDownButtonTemplate",{get:function(){return this._getOption("dropDownButtonTemplate")},set:function(e){this._setOption("dropDownButtonTemplate",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"dropDownOptions",{get:function(){return this._getOption("dropDownOptions")},set:function(e){this._setOption("dropDownOptions",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"elementAttr",{get:function(){return this._getOption("elementAttr")},set:function(e){this._setOption("elementAttr",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"fieldTemplate",{get:function(){return this._getOption("fieldTemplate")},set:function(e){this._setOption("fieldTemplate",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"focusStateEnabled",{get:function(){return this._getOption("focusStateEnabled")},set:function(e){this._setOption("focusStateEnabled",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"height",{get:function(){return this._getOption("height")},set:function(e){this._setOption("height",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"hint",{get:function(){return this._getOption("hint")},set:function(e){this._setOption("hint",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"hoverStateEnabled",{get:function(){return this._getOption("hoverStateEnabled")},set:function(e){this._setOption("hoverStateEnabled",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"inputAttr",{get:function(){return this._getOption("inputAttr")},set:function(e){this._setOption("inputAttr",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"isValid",{get:function(){return this._getOption("isValid")},set:function(e){this._setOption("isValid",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"items",{get:function(){return this._getOption("items")},set:function(e){this._setOption("items",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"maxLength",{get:function(){return this._getOption("maxLength")},set:function(e){this._setOption("maxLength",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"name",{get:function(){return this._getOption("name")},set:function(e){this._setOption("name",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"opened",{get:function(){return this._getOption("opened")},set:function(e){this._setOption("opened",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"openOnFieldClick",{get:function(){return this._getOption("openOnFieldClick")},set:function(e){this._setOption("openOnFieldClick",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"placeholder",{get:function(){return this._getOption("placeholder")},set:function(e){this._setOption("placeholder",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"readOnly",{get:function(){return this._getOption("readOnly")},set:function(e){this._setOption("readOnly",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"rtlEnabled",{get:function(){return this._getOption("rtlEnabled")},set:function(e){this._setOption("rtlEnabled",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"showClearButton",{get:function(){return this._getOption("showClearButton")},set:function(e){this._setOption("showClearButton",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"showDropDownButton",{get:function(){return this._getOption("showDropDownButton")},set:function(e){this._setOption("showDropDownButton",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"stylingMode",{get:function(){return this._getOption("stylingMode")},set:function(e){this._setOption("stylingMode",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"tabIndex",{get:function(){return this._getOption("tabIndex")},set:function(e){this._setOption("tabIndex",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"text",{get:function(){return this._getOption("text")},set:function(e){this._setOption("text",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"validationError",{get:function(){return this._getOption("validationError")},set:function(e){this._setOption("validationError",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"validationErrors",{get:function(){return this._getOption("validationErrors")},set:function(e){this._setOption("validationErrors",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"validationMessageMode",{get:function(){return this._getOption("validationMessageMode")},set:function(e){this._setOption("validationMessageMode",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"validationStatus",{get:function(){return this._getOption("validationStatus")},set:function(e){this._setOption("validationStatus",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"value",{get:function(){return this._getOption("value")},set:function(e){this._setOption("value",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"valueChangeEvent",{get:function(){return this._getOption("valueChangeEvent")},set:function(e){this._setOption("valueChangeEvent",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"valueExpr",{get:function(){return this._getOption("valueExpr")},set:function(e){this._setOption("valueExpr",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"visible",{get:function(){return this._getOption("visible")},set:function(e){this._setOption("visible",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"width",{get:function(){return this._getOption("width")},set:function(e){this._setOption("width",e)},enumerable:!0,configurable:!0}),i.prototype.change=function(e){},Object.defineProperty(i.prototype,"buttonsChildren",{get:function(){return this._getOption("buttons")},set:function(e){this.setChildren("buttons",e)},enumerable:!0,configurable:!0}),Object.defineProperty(i.prototype,"itemsChildren",{get:function(){return this._getOption("items")},set:function(e){this.setChildren("items",e)},enumerable:!0,configurable:!0}),i.prototype._createInstance=function(e,t){return new o(e,t)},i.prototype.writeValue=function(e){this.eventHelper.lockedValueChangeEvent=!0,this.value=e,this.eventHelper.lockedValueChangeEvent=!1},i.prototype.setDisabledState=function(e){this.disabled=e},i.prototype.registerOnChange=function(e){this.change=e},i.prototype.registerOnTouched=function(e){this.touched=e},i.prototype._createWidget=function(t){var n=this;e.prototype._createWidget.call(this,t),this.instance.on("focusOut",(function(e){n.eventHelper.fireNgEvent("onBlur",[e])}))},i.prototype.ngOnDestroy=function(){this._destroyWidget()},i.prototype.ngOnChanges=function(t){e.prototype.ngOnChanges.call(this,t),this.setupChanges("buttons",t),this.setupChanges("dataSource",t),this.setupChanges("items",t),this.setupChanges("validationErrors",t)},i.prototype.setupChanges=function(e,t){e in this._optionsToUpdate||this._idh.setup(e,t)},i.prototype.ngDoCheck=function(){this._idh.doCheck("buttons"),this._idh.doCheck("dataSource"),this._idh.doCheck("items"),this._idh.doCheck("validationErrors"),this._watcherHelper.checkWatchers(),e.prototype.ngDoCheck.call(this),e.prototype.clearChangedOptions.call(this)},i.prototype._setOption=function(t,n){var o=this._idh.setupSingle(t,n),i=null!==this._idh.getChanges(t,n);(o||i)&&e.prototype._setOption.call(this,t,n)},i.ctorParameters=function(){return[{type:n.ElementRef},{type:n.NgZone},{type:p.DxTemplateHost},{type:p.WatcherHelper},{type:p.IterableDifferHelper},{type:p.NestedOptionHost},{type:t.TransferState},{type:void 0,decorators:[{type:n.Inject,args:[n.PLATFORM_ID]}]}]},u([n.Input(),s("design:type",Boolean),s("design:paramtypes",[Boolean])],i.prototype,"acceptCustomValue",null),u([n.Input(),s("design:type",String),s("design:paramtypes",[String])],i.prototype,"accessKey",null),u([n.Input(),s("design:type",Boolean),s("design:paramtypes",[Boolean])],i.prototype,"activeStateEnabled",null),u([n.Input(),s("design:type",Array),s("design:paramtypes",[Array])],i.prototype,"buttons",null),u([n.Input(),s("design:type",Object),s("design:paramtypes",[Object])],i.prototype,"contentTemplate",null),u([n.Input(),s("design:type",Object),s("design:paramtypes",[Object])],i.prototype,"dataSource",null),u([n.Input(),s("design:type",Boolean),s("design:paramtypes",[Boolean])],i.prototype,"deferRendering",null),u([n.Input(),s("design:type",Boolean),s("design:paramtypes",[Boolean])],i.prototype,"disabled",null),u([n.Input(),s("design:type",Object),s("design:paramtypes",[Object])],i.prototype,"displayExpr",null),u([n.Input(),s("design:type",Function),s("design:paramtypes",[Function])],i.prototype,"displayValueFormatter",null),u([n.Input(),s("design:type",Object),s("design:paramtypes",[Object])],i.prototype,"dropDownButtonTemplate",null),u([n.Input(),s("design:type",Object),s("design:paramtypes",[Object])],i.prototype,"dropDownOptions",null),u([n.Input(),s("design:type",Object),s("design:paramtypes",[Object])],i.prototype,"elementAttr",null),u([n.Input(),s("design:type",Object),s("design:paramtypes",[Object])],i.prototype,"fieldTemplate",null),u([n.Input(),s("design:type",Boolean),s("design:paramtypes",[Boolean])],i.prototype,"focusStateEnabled",null),u([n.Input(),s("design:type",Object),s("design:paramtypes",[Object])],i.prototype,"height",null),u([n.Input(),s("design:type",String),s("design:paramtypes",[String])],i.prototype,"hint",null),u([n.Input(),s("design:type",Boolean),s("design:paramtypes",[Boolean])],i.prototype,"hoverStateEnabled",null),u([n.Input(),s("design:type",Object),s("design:paramtypes",[Object])],i.prototype,"inputAttr",null),u([n.Input(),s("design:type",Boolean),s("design:paramtypes",[Boolean])],i.prototype,"isValid",null),u([n.Input(),s("design:type",Array),s("design:paramtypes",[Array])],i.prototype,"items",null),u([n.Input(),s("design:type",Object),s("design:paramtypes",[Object])],i.prototype,"maxLength",null),u([n.Input(),s("design:type",String),s("design:paramtypes",[String])],i.prototype,"name",null),u([n.Input(),s("design:type",Boolean),s("design:paramtypes",[Boolean])],i.prototype,"opened",null),u([n.Input(),s("design:type",Boolean),s("design:paramtypes",[Boolean])],i.prototype,"openOnFieldClick",null),u([n.Input(),s("design:type",String),s("design:paramtypes",[String])],i.prototype,"placeholder",null),u([n.Input(),s("design:type",Boolean),s("design:paramtypes",[Boolean])],i.prototype,"readOnly",null),u([n.Input(),s("design:type",Boolean),s("design:paramtypes",[Boolean])],i.prototype,"rtlEnabled",null),u([n.Input(),s("design:type",Boolean),s("design:paramtypes",[Boolean])],i.prototype,"showClearButton",null),u([n.Input(),s("design:type",Boolean),s("design:paramtypes",[Boolean])],i.prototype,"showDropDownButton",null),u([n.Input(),s("design:type",String),s("design:paramtypes",[String])],i.prototype,"stylingMode",null),u([n.Input(),s("design:type",Number),s("design:paramtypes",[Number])],i.prototype,"tabIndex",null),u([n.Input(),s("design:type",String),s("design:paramtypes",[String])],i.prototype,"text",null),u([n.Input(),s("design:type",Object),s("design:paramtypes",[Object])],i.prototype,"validationError",null),u([n.Input(),s("design:type",Array),s("design:paramtypes",[Array])],i.prototype,"validationErrors",null),u([n.Input(),s("design:type",String),s("design:paramtypes",[String])],i.prototype,"validationMessageMode",null),u([n.Input(),s("design:type",String),s("design:paramtypes",[String])],i.prototype,"validationStatus",null),u([n.Input(),s("design:type",Object),s("design:paramtypes",[Object])],i.prototype,"value",null),u([n.Input(),s("design:type",String),s("design:paramtypes",[String])],i.prototype,"valueChangeEvent",null),u([n.Input(),s("design:type",Object),s("design:paramtypes",[Object])],i.prototype,"valueExpr",null),u([n.Input(),s("design:type",Boolean),s("design:paramtypes",[Boolean])],i.prototype,"visible",null),u([n.Input(),s("design:type",Object),s("design:paramtypes",[Object])],i.prototype,"width",null),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"onChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"onClosed",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"onCopy",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"onCut",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"onDisposing",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"onEnterKey",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"onFocusIn",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"onFocusOut",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"onInitialized",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"onInput",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"onKeyDown",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"onKeyPress",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"onKeyUp",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"onOpened",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"onOptionChanged",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"onPaste",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"onValueChanged",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"acceptCustomValueChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"accessKeyChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"activeStateEnabledChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"buttonsChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"contentTemplateChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"dataSourceChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"deferRenderingChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"disabledChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"displayExprChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"displayValueFormatterChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"dropDownButtonTemplateChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"dropDownOptionsChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"elementAttrChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"fieldTemplateChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"focusStateEnabledChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"heightChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"hintChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"hoverStateEnabledChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"inputAttrChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"isValidChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"itemsChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"maxLengthChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"nameChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"openedChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"openOnFieldClickChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"placeholderChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"readOnlyChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"rtlEnabledChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"showClearButtonChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"showDropDownButtonChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"stylingModeChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"tabIndexChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"textChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"validationErrorChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"validationErrorsChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"validationMessageModeChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"validationStatusChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"valueChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"valueChangeEventChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"valueExprChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"visibleChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"widthChange",void 0),u([n.Output(),s("design:type",n.EventEmitter)],i.prototype,"onBlur",void 0),u([n.HostListener("valueChange",["$event"]),s("design:type",Function),s("design:paramtypes",[Object]),s("design:returntype",void 0)],i.prototype,"change",null),u([n.HostListener("onBlur",["$event"]),s("design:type",Object)],i.prototype,"touched",void 0),u([n.ContentChildren(r.DxiButtonComponent),s("design:type",n.QueryList),s("design:paramtypes",[Object])],i.prototype,"buttonsChildren",null),u([n.ContentChildren(r.DxiItemComponent),s("design:type",n.QueryList),s("design:paramtypes",[Object])],i.prototype,"itemsChildren",null),i=u([n.Component({selector:"dx-drop-down-box",template:"<ng-content></ng-content>",providers:[p.DxTemplateHost,p.WatcherHelper,d,p.NestedOptionHost,p.IterableDifferHelper]}),(l=7,g=n.Inject(n.PLATFORM_ID),function(e,t){g(e,t,l)}),s("design:paramtypes",[n.ElementRef,n.NgZone,p.DxTemplateHost,p.WatcherHelper,p.IterableDifferHelper,p.NestedOptionHost,t.TransferState,Object])],i)}(p.DxComponent),g=function(){function e(){}return e=u([n.NgModule({imports:[r.DxiButtonModule,r.DxoOptionsModule,r.DxoDropDownOptionsModule,r.DxoAnimationModule,r.DxoHideModule,r.DxoShowModule,r.DxoPositionModule,r.DxoAtModule,r.DxoBoundaryOffsetModule,r.DxoCollisionModule,r.DxoMyModule,r.DxoOffsetModule,r.DxiToolbarItemModule,r.DxiItemModule,p.DxIntegrationModule,p.DxTemplateModule,t.BrowserTransferStateModule],declarations:[l],exports:[l,r.DxiButtonModule,r.DxoOptionsModule,r.DxoDropDownOptionsModule,r.DxoAnimationModule,r.DxoHideModule,r.DxoShowModule,r.DxoPositionModule,r.DxoAtModule,r.DxoBoundaryOffsetModule,r.DxoCollisionModule,r.DxoMyModule,r.DxoOffsetModule,r.DxiToolbarItemModule,r.DxiItemModule,p.DxTemplateModule]})],e)}();e.DxDropDownBoxComponent=l,e.DxDropDownBoxModule=g,Object.defineProperty(e,"__esModule",{value:!0})}));
//# sourceMappingURL=devextreme-angular-ui-drop-down-box.umd.min.js.map