12345 |
- /*
- All material copyright ESRI, All Rights Reserved, unless otherwise specified.
- See https://js.arcgis.com/4.25/esri/copyright.txt for details.
- */
- import{_ as t}from"../../chunks/tslib.es6.js";import{IdentifiableMixin as o}from"../../core/Identifiable.js";import{JSONSupport as e}from"../../core/JSONSupport.js";import{property as s}from"../../core/accessorSupport/decorators/property.js";import"../../core/arrayUtils.js";import"../../core/accessorSupport/ensureType.js";import{subclass as p}from"../../core/accessorSupport/decorators/subclass.js";let r=class extends(o(e)){constructor(t){super(t),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}};t([s()],r.prototype,"autoNavigate",void 0),t([s()],r.prototype,"filter",void 0),t([s()],r.prototype,"getResults",void 0),t([s()],r.prototype,"getSuggestions",void 0),t([s()],r.prototype,"maxResults",void 0),t([s()],r.prototype,"maxSuggestions",void 0),t([s()],r.prototype,"minSuggestCharacters",void 0),t([s()],r.prototype,"outFields",void 0),t([s()],r.prototype,"placeholder",void 0),t([s()],r.prototype,"popupEnabled",void 0),t([s()],r.prototype,"popupTemplate",void 0),t([s()],r.prototype,"prefix",void 0),t([s()],r.prototype,"resultGraphicEnabled",void 0),t([s()],r.prototype,"resultSymbol",void 0),t([s()],r.prototype,"suggestionsEnabled",void 0),t([s()],r.prototype,"suffix",void 0),t([s()],r.prototype,"withinViewEnabled",void 0),t([s()],r.prototype,"zoomScale",void 0),r=t([p("esri.widgets.Search.SearchSource")],r);const i=r;export{i as default};
|