@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 1.9 kB
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.32/esri/copyright.txt for details.
*/
import{_ as o}from"../../chunks/tslib.es6.js";import t from"../../PopupTemplate.js";import e from"../../core/Identifiable.js";import s from"../../core/JSONSupport.js";import{property as i}from"../../core/accessorSupport/decorators/property.js";import"../../core/has.js";import"../../core/Logger.js";import"../../core/RandomLCG.js";import{subclass as p}from"../../core/accessorSupport/decorators/subclass.js";let r=class extends(e.IdentifiableMixin(s)){constructor(o){super(o),this.autoNavigate=null,this.filter=null,this.getResults=null,this.getSuggestions=null,this.maxResults=null,this.maxSuggestions=null,this.minSuggestCharacters=null,this.outFields=null,this.placeholder="",this.popupEnabled=null,this.popupTemplate=null,this.prefix="",this.resultGraphicEnabled=null,this.resultSymbol=null,this.suggestionsEnabled=null,this.suffix="",this.withinViewEnabled=!1,this.zoomScale=null}};o([i()],r.prototype,"autoNavigate",void 0),o([i()],r.prototype,"filter",void 0),o([i()],r.prototype,"getResults",void 0),o([i()],r.prototype,"getSuggestions",void 0),o([i()],r.prototype,"maxResults",void 0),o([i()],r.prototype,"maxSuggestions",void 0),o([i()],r.prototype,"minSuggestCharacters",void 0),o([i()],r.prototype,"outFields",void 0),o([i()],r.prototype,"placeholder",void 0),o([i()],r.prototype,"popupEnabled",void 0),o([i({type:t})],r.prototype,"popupTemplate",void 0),o([i()],r.prototype,"prefix",void 0),o([i()],r.prototype,"resultGraphicEnabled",void 0),o([i()],r.prototype,"resultSymbol",void 0),o([i()],r.prototype,"suggestionsEnabled",void 0),o([i()],r.prototype,"suffix",void 0),o([i()],r.prototype,"withinViewEnabled",void 0),o([i()],r.prototype,"zoomScale",void 0),r=o([p("esri.widgets.Search.SearchSource")],r);const l=r;export{l as default};