UNPKG

@arcgis/core

Version:

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

3 lines (2 loc) 785 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 n from"./Input.js";var s;let r=s=class extends n{constructor(o){super(o),this.noValueOptionLabel=null,this.showNoValueOption=!0,this.type="radio-buttons"}clone(){return new s({noValueOptionLabel:this.noValueOptionLabel,showNoValueOption:this.showNoValueOption})}};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:["radio-buttons"],json:{read:!1,write:!0}})],r.prototype,"type",void 0),r=s=o([e("esri.form.elements.inputs.RadioButtonsInput")],r);const i=r;export{i as default};