Custom Gis Application with Arcgis Javascript API with modern layouting
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.
 
 

7 lines
2.0 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/Identifiable ../../core/JSONSupport ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/RandomLCG ../../core/accessorSupport/decorators/subclass".split(" "),function(b,a,d,c,g,h,k,e){a=class extends a.IdentifiableMixin(d.JSONSupport){constructor(f){super(f);this.outFields=this.minSuggestCharacters=this.maxSuggestions=this.maxResults=this.getSuggestions=this.getResults=this.filter=this.autoNavigate=null;this.placeholder=
"";this.popupTemplate=this.popupEnabled=null;this.prefix="";this.suggestionsEnabled=this.resultSymbol=this.resultGraphicEnabled=null;this.suffix="";this.withinViewEnabled=!1;this.zoomScale=null}};b.__decorate([c.property()],a.prototype,"autoNavigate",void 0);b.__decorate([c.property()],a.prototype,"filter",void 0);b.__decorate([c.property()],a.prototype,"getResults",void 0);b.__decorate([c.property()],a.prototype,"getSuggestions",void 0);b.__decorate([c.property()],a.prototype,"maxResults",void 0);
b.__decorate([c.property()],a.prototype,"maxSuggestions",void 0);b.__decorate([c.property()],a.prototype,"minSuggestCharacters",void 0);b.__decorate([c.property()],a.prototype,"outFields",void 0);b.__decorate([c.property()],a.prototype,"placeholder",void 0);b.__decorate([c.property()],a.prototype,"popupEnabled",void 0);b.__decorate([c.property()],a.prototype,"popupTemplate",void 0);b.__decorate([c.property()],a.prototype,"prefix",void 0);b.__decorate([c.property()],a.prototype,"resultGraphicEnabled",
void 0);b.__decorate([c.property()],a.prototype,"resultSymbol",void 0);b.__decorate([c.property()],a.prototype,"suggestionsEnabled",void 0);b.__decorate([c.property()],a.prototype,"suffix",void 0);b.__decorate([c.property()],a.prototype,"withinViewEnabled",void 0);b.__decorate([c.property()],a.prototype,"zoomScale",void 0);return a=b.__decorate([e.subclass("esri.widgets.Search.SearchSource")],a)});