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.
 
 

6 lines
1.4 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("require exports ../../chunks/tslib.es6 ../../core/accessorSupport/decorators/property ../../core/has ../../core/Logger ../../core/RandomLCG ../../core/accessorSupport/decorators/subclass ../Widget ../../chunks/componentsUtils ../support/widgetUtils ../support/jsxFactory ./css".split(" "),function(g,b,d,e,n,p,q,h,k,l,r,f,m){b.LabeledSlider=class extends k{constructor(a){super(a);this._onChange=c=>{this.onChange(c.target.value)}}render(){const {label:a}=this;return f.tsx("div",{class:m.labeledSliderCss.base},
f.tsx("calcite-label",{scale:"s"},a,f.tsx("calcite-slider",{"aria-label":a,disabled:this.disabled,max:1,min:0,step:.01,value:this.value,onCalciteSliderChange:this._onChange,onCalciteSliderInput:this._onChange})))}loadDependencies(){return l.loadCalciteComponents({label:()=>new Promise((a,c)=>g(["../../chunks/calcite-label"],a,c)),slider:()=>new Promise((a,c)=>g(["../../chunks/calcite-slider"],a,c))})}};d.__decorate([e.property()],b.LabeledSlider.prototype,"value",void 0);d.__decorate([e.property()],
b.LabeledSlider.prototype,"onChange",void 0);d.__decorate([e.property()],b.LabeledSlider.prototype,"disabled",void 0);b.LabeledSlider=d.__decorate([h.subclass("esri.widgets.Weather.LabeledSlider")],b.LabeledSlider);Object.defineProperty(b,Symbol.toStringTag,{value:"Module"})});