UNPKG

@arcgis/core

Version:

ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API

6 lines (5 loc) 1.1 kB
/* All material copyright ESRI, All Rights Reserved, unless otherwise specified. See https://js.arcgis.com/4.33/esri/copyright.txt for details. */ import{_ as s}from"../../../../chunks/tslib.es6.js";import{property as r}from"../../../../core/accessorSupport/decorators/property.js";import"../../../../core/has.js";import"../../../../core/Logger.js";import"../../../../core/RandomLCG.js";import{subclass as o}from"../../../../core/accessorSupport/decorators/subclass.js";import{base as t}from"../css.js";import e from"../../../../widgets/Widget.js";import"../../../../widgets/support/widgetUtils.js";import{tsx as i}from"../../../../widgets/support/jsxFactory.js";const p={base:`${t}-value-by-value`};let a=class extends e{constructor(){super(...arguments),this.divider="×"}render(){return i("div",{class:p.base},i("span",null,this.left),i("span",null,this.divider),i("span",null,this.right))}};s([r()],a.prototype,"left",void 0),s([r()],a.prototype,"divider",void 0),s([r()],a.prototype,"right",void 0),a=s([o("esri.views.interactive.tooltip.components.ValueByValue")],a);export{a as ValueByValue};