@arcgis/core
Version:
ArcGIS Maps SDK for JavaScript: A complete 2D and 3D mapping and data visualization API
6 lines (5 loc) • 609 B
JavaScript
/*
All material copyright ESRI, All Rights Reserved, unless otherwise specified.
See https://js.arcgis.com/4.33/esri/copyright.txt for details.
*/
import{analyzeTextParts as t,getTextValuesFromFeatureHandle as e}from"../../../../../symbols/cim/utils.js";import{AComputedField as s}from"./AComputedField.js";class r extends s{constructor(e,s){super(),this._template=e,this._parts=t(e.template,s)}resize(t){}read(t,s){return e(t,this._parts,this._template.textCase)}readWithDefault(t,s,r){return e(t,this._parts,this._template.textCase)}hasArcadeDependency(t){return!1}}export{r as ComputedDictionaryTemplate};