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
839 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","../../core/mathUtils","../../core/accessorSupport/ensureType"],function(a,e,f){const g={type:Number,cast:b=>{b=f.ensureNumber(b);return 0===b?1:e.clamp(b,.1,4)},nonNullable:!0},c=["left","right","center"],d=["baseline","top","middle","bottom"],h={type:c,nonNullable:!0},k={type:d,nonNullable:!0};a.backgroundPadding=8;a.fontDecorations=["none","underline","line-through"];a.fontStyles=["normal","italic","oblique"];a.fontWeights=["normal","lighter","bold","bolder"];a.horizontalAlignmentProperty=
h;a.horizontalAlignments=c;a.lineHeightProperty=g;a.verticalAlignmentProperty=k;a.verticalAlignments=d;Object.defineProperty(a,Symbol.toStringTag,{value:"Module"})});