You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
2.6 KiB
8 lines
2.6 KiB
// All material copyright Esri, All Rights Reserved, unless otherwise specified. |
|
// See https://js.arcgis.com/4.30/esri/copyright.txt for details. |
|
//>>built |
|
define("../../chunks/tslib.es6 ../../core/lang ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/accessorSupport/decorators/subclass ./SearchSource ./support/locatorUtils".split(" "),function(b,g,c,a,n,k,l,h){var d;a=d=class extends l{constructor(m){super(m);this.defaultZoomScale=this.countryCode=this.categories=this.apiKey=null;this.localSearchDisabled=!1;this.locationType=null;this.searchTemplate=this.placeholder=this.name="";this.zoomScale=this.url=this.suggestionsEnabled= |
|
this.singleLineFieldName=null;this.getResults=(e,f)=>h.getResults({source:this,...e},f);this.getSuggestions=(e,f)=>h.getSuggestions({source:this,...e},f)}clone(){return new d({apiKey:this.apiKey,autoNavigate:this.autoNavigate,filter:this.filter,maxResults:this.maxResults,maxSuggestions:this.maxSuggestions,minSuggestCharacters:this.minSuggestCharacters,outFields:this.outFields?g.clone(this.outFields):null,placeholder:this.placeholder,popupEnabled:this.popupEnabled,prefix:this.prefix,resultGraphicEnabled:this.resultGraphicEnabled, |
|
resultSymbol:this.resultSymbol?this.resultSymbol.clone():null,suggestionsEnabled:this.suggestionsEnabled,suffix:this.suffix,withinViewEnabled:this.withinViewEnabled,categories:this.categories?g.clone(this.categories):null,countryCode:this.countryCode,locationType:this.locationType,searchTemplate:this.searchTemplate,singleLineFieldName:this.singleLineFieldName,zoomScale:this.zoomScale})}};b.__decorate([c.property()],a.prototype,"apiKey",void 0);b.__decorate([c.property()],a.prototype,"categories", |
|
void 0);b.__decorate([c.property()],a.prototype,"countryCode",void 0);b.__decorate([c.property({json:{write:!0}})],a.prototype,"defaultZoomScale",void 0);b.__decorate([c.property()],a.prototype,"localSearchDisabled",void 0);b.__decorate([c.property()],a.prototype,"locationType",void 0);b.__decorate([c.property({json:{write:!0}})],a.prototype,"name",void 0);b.__decorate([c.property({json:{write:!0}})],a.prototype,"placeholder",void 0);b.__decorate([c.property()],a.prototype,"searchTemplate",void 0); |
|
b.__decorate([c.property({json:{write:!0}})],a.prototype,"singleLineFieldName",void 0);b.__decorate([c.property({json:{read:{source:"suggest"},write:{target:"suggest"}}})],a.prototype,"suggestionsEnabled",void 0);b.__decorate([c.property({json:{write:!0}})],a.prototype,"url",void 0);b.__decorate([c.property({json:{write:!0}})],a.prototype,"zoomScale",void 0);return a=d=b.__decorate([k.subclass("esri.widgets.Search.LocatorSearchSource")],a)}); |