UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

3 lines (2 loc) 773 B
/* COPYRIGHT Esri - https://js.arcgis.com/5.0.8/LICENSE.txt */ import{__decorate as o}from"tslib";import{property as t,subclass as e}from"../../../core/accessorSupport/decorators.js";import p from"./Input.js";var n;let r=n=class extends p{constructor(o){super(o),this.noValueOptionLabel=null,this.showNoValueOption=!0,this.type="combo-box"}clone(){return new n({showNoValueOption:this.showNoValueOption,noValueOptionLabel:this.noValueOptionLabel})}};o([t({type:String,json:{write:!0}})],r.prototype,"noValueOptionLabel",void 0),o([t({type:Boolean,json:{write:!0}})],r.prototype,"showNoValueOption",void 0),o([t({type:["combo-box"],json:{read:!1,write:!0}})],r.prototype,"type",void 0),r=n=o([e("esri.form.elements.inputs.ComboBoxInput")],r);const s=r;export{s as default};