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.
 
 

5 lines
710 B

// All material copyright Esri, All Rights Reserved, unless otherwise specified.
// See https://js.arcgis.com/4.30/esri/copyright.txt for details.
//>>built
define(["exports","./componentsUtils"],function(g,e){const h={width:12,height:6,strokeWidth:1};g.FloatingArrow=({floatingLayout:c,key:k,ref:l})=>{const {width:a,height:f,strokeWidth:d}=h;var b=a/2;c="vertical"===c;b="M0,0"+` H${a}`+` L${a-b},${f}`+` Q${b},${f} ${b},${f}`+" Z";return e.h("svg",{"aria-hidden":"true",class:"calcite-floating-ui-arrow",height:a,key:k,viewBox:`0 0 ${a} ${a+(c?0:d)}`,width:a+(c?d:0),ref:l},0<d&&e.h("path",{class:"calcite-floating-ui-arrow__stroke",d:b,fill:"none","stroke-width":d+
1}),e.h("path",{d:b,stroke:"none"}))}});