@arcgis/common-components 5.2.0-next.0 → 5.2.0-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cdn/IRIB5DXG.js +2 -0
- package/dist/cdn/KPJCYYYQ.js +2 -0
- package/dist/cdn/assets/coordinate-system-picker/t9n/messages.en.json +1 -1
- package/dist/cdn/assets/field-info/t9n/messages.en.json +1 -1
- package/dist/cdn/index.js +1 -1
- package/dist/components/arcgis-color-input/customElement.d.ts +1 -0
- package/dist/components/arcgis-color-input/customElement.js +6 -3
- package/dist/components/arcgis-coordinate-system-picker/customElement.d.ts +2 -0
- package/dist/components/arcgis-field-info/customElement.d.ts +2 -0
- package/dist/components/arcgis-field-info/customElement.js +2 -0
- package/dist/docs/api.json +1 -1
- package/dist/docs/docs.json +1 -1
- package/dist/docs/vscode.html-custom-data.json +1 -1
- package/dist/docs/web-types.json +1 -1
- package/dist/loader.js +1 -1
- package/package.json +3 -3
- package/dist/cdn/S7B2PKI3.js +0 -2
- package/dist/cdn/X4NARYUV.js +0 -2
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* COPYRIGHT Esri - https://js.arcgis.com/5.2/LICENSE.txt */
|
|
2
|
+
import{a as E}from"./ECNI2A4K.js";import{b as k}from"./YSXFXVP6.js";import{e as f}from"./F45Q3BRT.js";import{a as n}from"./YG4PY2H3.js";import{A as l,B as w,H as v,g as C,i,j as u,l as m,q as r,z as g}from"./OOBX2C2L.js";function y(a,e,t){window.localStorage.setItem(a,JSON.stringify(e))}function S(a,e){let t=window.localStorage.getItem(a);return t&&e?JSON.parse(t):t}var R=C`:host,arcgis-picker-input{display:block}.color-picker-container{display:flex;flex-direction:column}.color-picker{--calcite-color-border-1: transparent;overflow-x:hidden}.preview-swatch{width:100%;height:24px}.recent-colors-container{align-items:center;border:var(--calcite-border-width-sm) solid var(--calcite-color-border-input);display:flex;gap:var(--calcite-space-sm);height:32px;padding:0 var(--calcite-space-xs);transition:outline-offset .1s ease-in-out,outline-color .1s ease-in-out}.preview-recent-swatch{cursor:pointer}.recent-colors-container:focus,.preview-recent-swatch:focus{outline:var(--calcite-border-width-md) solid var(--calcite-color-brand);outline-offset:var(--calcite-border-width-md)}.empty-swatch{cursor:default}.end-action{display:flex}`,h=class extends w{constructor(){super(),this._messages=k(),this.actionEl=g(),this.open=!1,this.setRecentColorElement=e=>t=>{switch(e){case 1:this.recentColor1El=t;break;case 2:this.recentColor2El=t;break;default:this.recentColor3El=t}},this.recentColors=[],this.clearable=!1,this.compact=!1,this.disabled=!1,this.placement="auto",this.storageId="arcgis-color-input-storage-colors",this.hideRecentColors=!1,this.showTransparency=!1,this.arcgisChange=r(),this.arcgisColorInputChange=r(),this.arcgisColorInputPopoverClose=r(),this.arcgisColorInputPopoverOpen=r(),this.arcgisColorInputSwatchUpdate=r(),this.arcgisInternalStoredColor=r(),this.arcgisPickerClose=r(),this.arcgisPickerOpen=r(),this.arcgisSwatchUpdate=r(),this.listenOn(document,"arcgisInternalStoredColor",this.handleUpdateRecentColors),this.listenOn(document,"arcgisRecentColorsUpdate",this.handleStoreNewRecentColor)}static{this.properties={recentColors:16,clearable:5,color:1,compact:5,disabled:5,messageOverrides:0,placement:1,popoverProps:0,storageId:1,hideRecentColors:5,showTransparency:5}}static{this.styles=R}async close(){await this.inlineInputEl?.close()}async setFocus(){await this.inlineInputEl?.setFocus()}isOpen(){return this.open}load(){this.setRecentColorsFromStorage()}disconnectedCallback(){super.disconnectedCallback(),this.removeTooltip()}async handleOpen(){await this.colorPickerEl?.setFocus(),this.open=!0,this.arcgisPickerOpen.emit(),this.arcgisColorInputPopoverOpen.emit()}setInlineInputRef(e){this.inlineInputEl=e}setColorPickerRef(e){e&&(this.colorPickerEl=e)}getRecentColorElement(e){switch(e){case 1:return this.recentColor1El;case 2:return this.recentColor2El;default:return this.recentColor3El}}setRecentColorsFromStorage(){let e=S(this.storageId,!0);e&&(this.recentColors=[...e])}handleSwatchClickOrKeyUp(e){if("key"in e&&e.key!=="Enter"&&e.key!=="Space")return;let t=e.currentTarget.color||void 0;this.updateColor(t),this.arcgisSwatchUpdate.emit(t),this.arcgisColorInputSwatchUpdate.emit(t),setTimeout(()=>this.recentColor1El?.focus(),200)}handleRecentColorsKeyDown(e){if(this.recentColors.length===1)return;let t=e.key,o;this.activeColorSwatchEl===this.recentColor1El?o=1:this.activeColorSwatchEl===this.recentColor2El?o=2:this.activeColorSwatchEl===this.recentColor3El&&(o=3),t==="ArrowLeft"&&(!o||o===1?this.getRecentColorElement(this.recentColors.length)?.focus():this.getRecentColorElement(o-1)?.focus()),t==="ArrowRight"&&(!o||o===this.recentColors.length?this.recentColor1El?.focus():this.getRecentColorElement(o+1)?.focus())}handleUpdateActiveSwatch(e){this.activeColorSwatchEl=e.target}handleStoreNewRecentColor(e){this.storeRecentColorToStorage(e.detail)}handleUpdateRecentColors(e){e.composedPath().includes(this.el)||this.setRecentColorsFromStorage()}handleClearColor(){this.updateColor(void 0)}updateColor(e,t=!0){e!==this.color&&(this.color=e,this.arcgisChange.emit(),this.arcgisColorInputChange.emit(),t&&this.storeRecentColorToStorage(e))}storeRecentColorToStorage(e){if(!e)return;e.length>7&&(e=e.slice(0,7));let t=[e,...this.recentColors.filter(o=>o!==e)].slice(0,3);y(this.storageId,t),this.recentColors=t,this.arcgisInternalStoredColor.emit()}handleClose(e){e.stopPropagation(),this.storeRecentColorToStorage(this.colorPickerEl?.value),this.open=!1,this.arcgisPickerClose.emit(this.colorPickerEl?.value),this.arcgisColorInputPopoverClose.emit(this.colorPickerEl?.value)}addTooltip(e){this.removeTooltip(),this.tooltipContainerEl=document.createElement("div"),m(i`<calcite-tooltip .placement=${e.placement??"auto"} .referenceElement=${e.referenceElement} overlay-positioning=fixed open>${e.innerHTML}</calcite-tooltip>`,this.tooltipContainerEl),document.body.append(this.tooltipContainerEl)}removeTooltip(){this.tooltipContainerEl?.parentNode&&(this.tooltipContainerEl.remove(),this.tooltipContainerEl=void 0)}render(){let{compact:e,disabled:t,recentColors:o,_messages:s}=this,p=[o[0],o[1]],$=f(this.el)==="rtl";return e||p.push(o[2]),i`<arcgis-picker-input .disabled=${t} .intlDone=${s.commitColor} .heading=${s.selectColor} .label=${s.selectColor} @arcgisPopoverOpen=${this.handleOpen} @arcgisPopoverClose=${this.handleClose} .popoverProps=${this.popoverProps} ${l(this.setInlineInputRef)}><div class="color-picker-container" slot=content>${n(`color-picker${e?"--compact":""}`,i`<calcite-color-picker .clearable=${this.clearable} class="color-picker" @calciteColorPickerInput=${E(c=>{c.stopPropagation(),this.updateColor(this.colorPickerEl.value,!1)},500)} .scale=${e?"s":"m"} .storageId=${this.storageId} .alphaChannel=${this.showTransparency} .value=${this.color} ${l(this.setColorPickerRef)}></calcite-color-picker>`)}</div><div slot=preview><calcite-color-picker-swatch class="preview-swatch" .color=${this.color} scale=s></calcite-color-picker-swatch></div>${!this.hideRecentColors&&i`<div slot=content-end class="recent-colors-container" @keydown=${this.handleRecentColorsKeyDown} tabindex=-1>${p.map((c,d)=>c?n(c,i`<calcite-color-picker-swatch class="preview-recent-swatch" role=button scale=s tabindex=0 .active=${c===this.color} .color=${c} @click=${this.handleSwatchClickOrKeyUp} @keyup=${this.handleSwatchClickOrKeyUp} @focus=${this.handleUpdateActiveSwatch} ${l(this.setRecentColorElement(d+1))}></calcite-color-picker-swatch>`):this.renderEmptySwatch(`empty-swatch-${d}`))}</div>`||""}${this.clearable&&i`<div slot=content-end class="end-action"><calcite-action icon=circle-disallowed scale=s .label=${s.clearColor} .text=${s.clearColor??""} @click=${this.handleClearColor} @mouseover=${()=>this.addTooltip({referenceElement:this.actionEl.value,placement:$?"right-start":"left-start",innerHTML:s.noColor??""})} @mouseout=${()=>this.removeTooltip()} ${l(this.actionEl)}></calcite-action></div>`||""}</arcgis-picker-input>`}renderEmptySwatch(e){return n(e,i`<svg class="empty-swatch" viewBox="0 0 20 20" xmlns=http://www.w3.org/2000/svg width=20>${u`<rect width=20 height=20 fill=#f8f8f8 stroke=#000 stroke-dasharray=2 />`}</svg>`)}};v("arcgis-color-input",h);export{h as ArcgisColorInput};
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
/* COPYRIGHT Esri - https://js.arcgis.com/5.2/LICENSE.txt */
|
|
2
|
+
import{a as J,b as x,c as v,d as Q,e as w,f as y,g as j,h as N,i as k,j as F,k as z,l as B,m as E,n as $,o as S,p as R}from"./4BJYJUMR.js";import{a as H,b as p}from"./WJ3TYWP2.js";import{b as U}from"./YSXFXVP6.js";import"./F45Q3BRT.js";import{a as V}from"./YG4PY2H3.js";import{A as q,B as G,C as b,H as W,g as M,i as c,m as O,n as D,q as C}from"./OOBX2C2L.js";export default $arcgis.t(([Y,_,f,A,I,ee,te,ie])=>{function se(a){return a.associatedLayer?.url}var ae={dateStyle:"short",timeStyle:"short"},re={timeStyle:"medium"};function ne(a){let{layer:e,fieldName:t}=a,i,s=A.supportsFieldConfiguration(e),r;"popupTemplate"in e&&(r=e.popupTemplate);let n=r?r.fieldInfos:[];return X(a)?.filter(o=>o.name===t).forEach(o=>{let d=!s&&n?n.filter(m=>m.fieldName===o.name):void 0,u=s?e.getFieldAlias(t):d?.length?d[0].label:o.alias;/^raster.(item|service)pixelvalue/iu.test(t)&&(o.type="double");let l={layerField:o,label:u||o.name};l.codedValues=ue(t,a),de(l),l.simpleFieldType&&(i=l)}),i}function X(a){let{layer:e}=a;return y(e)||S(e)||w(e)&&e.rasterFields.length?e.rasterFields:e.fields}async function K(a){a.statisticsStatus="in-progress";let{layer:e,view:t}=a;if(y(e)||S(e)||F(e)||$(e))throw new Error("could not get feature count");try{return await me(e,t)}catch{return}}async function oe(a){let{layer:e,view:t,fieldName:i,fieldInfo:s}=a;if(y(e)||S(e)||$(e))throw new Error("could not get statistics for ImageryTileLayer/WCSLayer/VoxelLayer");if(!s||s.layerField.type==="oid"||s.layerField.type==="guid"||s.layerField.type==="global-id")return{totalCount:await K(a),nullcount:0};try{let r=await ee({layer:e,view:t,field:i,outStatisticTypes:{exclude:["median"]}});if(!p(r.count))throw new Error("could not get statistics");let n="sourceJSON"in e&&e.sourceJSON.maxRecordCount===r.count;if(p(r.nullcount)&&!n)return{...r,totalCount:r.count+r.nullcount};{let o=await K(a);return{...r,totalCount:o}}}catch{throw new Error("could not get statistics")}}async function le(a){let{layer:e,view:t,fieldName:i}=a;if(y(e)||S(e)||$(e))throw new Error("could not get unique values for ImageryLayer/ImageryTileLayer/WCSLayer/VoxelLayer");x(e)&&(e.outFields=["*"]);try{return await te({layer:e,view:t,field:i})}catch{throw new Error("could not get unique values")}}function de(a){switch(a.layerField.type){case"string":a.simpleFieldType="string";break;case"date":a.simpleFieldType="date";break;case"timestamp-offset":a.simpleFieldType="timestamp-offset";break;case"date-only":a.simpleFieldType="date-only";break;case"time-only":a.simpleFieldType="time-only";break;case"oid":a.simpleFieldType="oid";break;case"guid":case"global-id":a.simpleFieldType="guid";break;case"small-integer":case"big-integer":case"integer":case"single":case"double":case"long":a.simpleFieldType="number";break}}function ue(a,e){let{layer:t}=e;if(E(t)&&t.subtypeField===a){let d=t.parent?.subtypes?.find(u=>u.code===t.subtypeCode);if(d)return[{code:d.code,name:d.name}]}if(!v(t)&&!w(t))return;let i=v(t)?t.typeIdField:void 0,s=v(t)?t.types:void 0,r,n=X(e)?.find(d=>d.name===a),o=n?.domain;return v(t)&&i&&s?(i===a?r=s.map(d=>({code:d.id,name:d.name})):(r=[],s.forEach(d=>{if(!d.domains[a]||d.domains[a].type==="inherited"){let u=o;u?.codedValues&&u.codedValues.forEach(l=>{let m=!1;r.forEach(h=>{h.code===l.code&&(m=!0,`, ${h.name},`.includes(`, ${l.name},`)||(h.name+=`, ${l.name}`))}),m||r.push(I.clone(l))})}else d.domains[a].codedValues&&d.domains[a].codedValues.forEach(u=>{let l=!1;r.forEach(m=>{m.code===u.code&&(l=!0,`, ${m.name},`.includes(`, ${u.name},`)||(m.name+=`, ${u.name}`))}),l||r.push(I.clone(u))})})),!r.length&&o?.codedValues&&(r=I.clone(o.codedValues))):o?.codedValues&&(r=n.domain.codedValues),r?.length?r:void 0}async function ce(a){let{view:e,layer:t}=a;if(w(t)||y(t)||S(t))throw new Error("could not get feature");if(v(t)&&!t.url||R(t)){let i=t.createQuery();i.start=0,i.num=5,i.outFields=["*"];let s=await t.queryFeatures(i);if(s.features.length)return s;throw new Error("could not get feature")}else{if(!e)return await L(a);let i;if(E(t)||z(t)){let s=t.parent;for(;B(s)||j(s);)s=s.parent;i=await e.whenLayerView(s)}else i=await e.whenLayerView(t);if(i.availableFields.length===t.fields.length||(F(t)||N(t))&&i.availableFields.length>0){let s=i.createQuery();s.start=0,s.num=5,s.outFields=["*"];let r=await i.queryFeatures(s);return r.features?.length?r:await L(a)}else return await L(a)}}async function L(a){let{layer:e}=a;if(w(e)||y(e)||F(e)||N(e))throw new Error("cannot get feature from service");let t=new ie({where:"1=1",outFields:["*"],returnGeometry:!1});return"sourceJSON"in e&&e.sourceJSON?.advancedQueryCapabilities?.supportsPagination&&(t.num=1),await e.queryFeatures(t)}async function me(a,e){if(x(a))return await pe(a);if(v(a)||J(a)||k(a)||R(a)||Q(a))return await a.queryFeatureCount();if(e&&(F(a)||N(a)))return await fe(a,e)}async function pe(a){let e=a.createQuery();e.outFields=["*"];let t=await a.queryFeatures(e);if(t.features.length)return t.features.length;throw new Error("could not get feature count")}async function fe(a,e){return await(await e.whenLayerView(a)).queryFeatureCount()}var ge=M`:host{height:100%}.container{padding:var(--calcite-space-xs);background-color:var(--calcite-color-foreground-1)}.title{font-weight:700;padding:5px 0}.missing,.data{color:#a9a9a9}.count{white-space:nowrap}.section{padding:var(--calcite-space-xs) 0}.statistics-row{border-top:var(--calcite-border-width-sm) solid var(--calcite-color-border-2);padding:var(--calcite-space-xs) 0;display:flex;justify-content:space-between}.statistics-row-top-values{border-top:var(--calcite-border-width-sm) solid var(--calctie-color-border-2);padding:20px 0 var(--calcite-space-xs) 0;display:flex;justify-content:space-between}`,Z=class extends G{constructor(){super(...arguments),this._messages=U({blocking:!0}),this._propWatcherTask=new H(this,{task:async([e,t])=>{let i=p(e)&&p(t);if(p(e)||O("error",this,D("layer")),p(t)||O("error",this,D("fieldName")),!i)throw new Error;await this.processProps(),this._propWatcherTask.autoRun=!1},args:()=>[this.layer,this.fieldName]}),this.oneFeatureResponseStatus="missing",this.statisticsStatus="missing",this.uniqueValuesStatus="missing",this.hideAlias=!1,this.hideNumericFormat=!1,this.hideStatistics=!1,this.arcgisComplete=C(),this.arcgisFieldInfoComplete=C()}static{this.properties={oneFeatureResponseStatus:16,oneFeatureResponse:16,statisticsStatus:16,statistics:16,uniqueValuesStatus:16,uniqueValues:16,view:0,layer:0,fieldName:1,hideAlias:5,hideNumericFormat:5,hideStatistics:5}}static{this.styles=ge}async refresh(){await this.processProps(),this.requestUpdate()}disconnectedCallback(){super.disconnectedCallback(),this.timeZoneHandle?.remove()}async processProps(){let{view:e,layer:t,fieldName:i,hideStatistics:s}=this;if(!t||!i)return;let r;if(t.declaredClass==="esri.layers.support.Sublayer"){let n=t;e&&await _.whenOnce(()=>!e.updating),r=await n.createFeatureLayer(),await r?.load()}this.props={view:e,layer:r??t,fieldName:i,hideStatistics:s},this.props.fieldInfo=ne(this.props),k(t)&&Y.request.interceptors?.push({urls:`${se(t)}/${t.layerId}`,before(n){n.requestOptions.authMode="no-prompt"}}),this.oneFeatureResponseStatus="in-progress";try{let n=await ce(this.props);this.oneFeatureResponse=n,this.oneFeatureResponseStatus="success"}catch{this.oneFeatureResponseStatus="failed"}if(F(t)){this.uniqueValuesStatus="failed",this.statisticsStatus="failed";return}if(s)this.uniqueValuesStatus="failed";else{this.uniqueValuesStatus="in-progress";try{let n=await le(this.props);this.uniqueValues=n,n?.uniqueValueInfos?.length?this.uniqueValuesStatus="success":this.uniqueValuesStatus="failed"}catch{this.uniqueValuesStatus="failed"}}if(s)this.statisticsStatus="failed";else{this.statisticsStatus="in-progress";try{let n=await oe(this.props);if(!p(n.totalCount)&&p(n.count)&&this.uniqueValuesStatus==="success"){let o=this.uniqueValues?.uniqueValueInfos??[];for(let d=0;d<o.length;d++){let u=o[d];if(u.value===null){n.totalCount=u.count+n.count;break}}n.totalCount??=n.count}this.statistics=n,this.statisticsStatus="success"}catch{this.statisticsStatus="failed"}}this.setUpTimeZoneHandle()}setUpTimeZoneHandle(){this.timeZoneHandle?.remove();let{props:e}=this,{view:t,fieldInfo:i}=e;["date","timestamp-offset"].includes(this._getStatisticsType(i))&&(this.timeZoneHandle=_.watch(()=>t?.timeZone,()=>{this.requestUpdate()}))}_getFieldTypeLabel(e){let{_messages:t}=this,i=t.fieldTypes;switch(e){case"big-integer":return i.bigInteger;case"date":return i.date;case"date-only":return i.dateOnly;case"double":return i.double;case"global-id":return i.globalId;case"guid":return i.guid;case"integer":return i.integer;case"long":return i.long;case"oid":return i.oid;case"single":return i.single;case"small-integer":return i.smallInteger;case"string":return i.string;case"time-only":return i.timeOnly;case"timestamp-offset":return i.timestampOffset;default:return i.string}}_getStatisticsType(e){switch(e.layerField.type){case"big-integer":case"double":case"integer":case"single":case"small-integer":{if(e.codedValues)return"string";switch(e.layerField.valueType){case"url":case"binary":case"description":case"location-or-place-name":case"name-or-title":case"ordered-or-ranked":case"type-or-category":return"string";default:return"number"}}case"date":return"date";case"date-only":return"date-only";case"string":return"string";case"time-only":return"time-only";case"timestamp-offset":return"timestamp-offset";default:return"string"}}_getFieldValueTypeCamelCase(e){switch(e.layerField.valueType){case"count-or-amount":return"countOrAmount";case"date-and-time":return"dateAndTime";case"location-or-place-name":return"locationOrPlaceName";case"name-or-title":return"nameOrTitle";case"ordered-or-ranked":return"orderedOrRanked";case"percentage-or-ratio":return"percentageOrRatio";case"type-or-category":return"typeOrCategory";case"unique-identifier":return"uniqueIdentifier";case"phone-number":return"phoneNumber";case"email-address":return"emailAddress";default:return e.layerField.valueType??void 0}}_getDisplayString(e,t){let{props:i}=this,{fieldInfo:s}=i;switch(s.simpleFieldType){case"date":return this._getDateString(e,t);case"date-only":return this._getDateOnlyString(e,t);case"guid":return this._getGuidString(e);case"number":return this._getNumberString(e,t);case"time-only":return this._getTimeOnlyString(e,t);case"timestamp-offset":return this._getTimestampOffsetString(e,t);default:return`${e}`}}_getDateString(e,t){let{view:i}=this.props;return i&&i.timeZone==="unknown"?f.formatDate(e,{...this.getIntlDateTimeFormattingOptions("short-date-short-time",t),timeZone:"utc"}):f.formatDate(e,{...this.getIntlDateTimeFormattingOptions("short-date-short-time",t),timeZone:i?.timeZone||"system"})}_getTimestampOffsetString(e,t){let{view:i}=this.props;return typeof e=="string"?i&&i.timeZone==="unknown"?f.formatTimestamp(e,{...this.getIntlDateTimeFormattingOptions("short-date-short-time",t),timeZone:"utc"}):f.formatTimestamp(e,{...this.getIntlDateTimeFormattingOptions("short-date-short-time",t),timeZone:i?.timeZone||"system"}):this._getDateString(e,t)}_getDateOnlyString(e,t){return f.formatDateOnly(e,this.getIntlDateTimeFormattingOptions("short-date",t))}_getTimeOnlyString(e,t){return typeof e=="string"?f.formatTimeOnly(e,this.getIntlDateTimeFormattingOptions("short-date-long-time",t)):f.formatDate(e,{...this.getIntlDateTimeFormattingOptions("long-time",{...t,isTimeOnly:!0}),timeZone:"utc"})}_getGuidString(e){return e.startsWith("{")?e:`{${e}}`}_getNumberString(e,t){let i=t?.useFieldFormatting?e:Math.round(e*100)/100;return f.formatNumber(i,this.getIntlNumberFormattingOptions(t))}_printNumValue(e,t){return p(e)?this._getNumberString(e,t):"--"}_setCompleteRef(){this.arcgisComplete.emit(),this.arcgisFieldInfoComplete.emit()}getCurrentFieldFormat(){let{props:e}=this,{layer:t,fieldName:i}=e;return(this.originalLayerSupportsFieldConfigs()?t.getFieldConfiguration(i):void 0)?.fieldFormat??void 0}getIntlNumberFormattingOptions(e){let t=this.getCurrentFieldFormat();if(!e?.useFieldFormatting)return t?{useGrouping:["always","auto"].includes(t.useGrouping)}:f.convertNumberFormatToIntlOptions({digitSeparator:this.getPopupTemplateFieldInfo()?.format?.digitSeparator??!0});let i=t?{minimumFractionDigits:t.minimumFractionDigits,maximumFractionDigits:t.maximumFractionDigits,useGrouping:["always","auto"].includes(t.useGrouping)}:void 0;if(i)return i;let s=this.getPopupTemplateFieldInfo();return f.convertNumberFormatToIntlOptions({digitSeparator:s?.format?.digitSeparator??!0,places:s?.format?.places??2})}getIntlDateTimeFormattingOptions(e,t){let i=this.getCurrentFieldFormat();if(!t?.useFieldFormatting)return i?t?.isTimeOnly?re:ae:f.convertDateFormatToIntlOptions(e);let s=i?{dateStyle:t?.isTimeOnly?void 0:i.dateStyle??void 0,year:i.dateStyle?void 0:i.year??void 0,month:i.dateStyle?void 0:i.month??void 0,timeStyle:i.timeStyle??void 0,hourCycle:i.hour12==="never"?"h23":"h11"}:void 0;if(s)return s;let r=this.getPopupTemplateFieldInfo();return f.convertDateFormatToIntlOptions(r?.format?.dateFormat??e)}originalLayerSupportsFieldConfigs(){let{layer:e}=this;return A.supportsFieldConfiguration(e)}getPopupTemplateFieldInfo(){let{props:e}=this,{layer:t,fieldName:i}=e;return("popupTemplate"in t?t.popupTemplate:void 0)?.fieldInfos?.find(s=>s.fieldName===i)}render(){return this._propWatcherTask.render({complete:()=>{let{props:e}=this,{fieldInfo:t}=e;return t?c`<div class="container">${this.renderFieldType()}${this.renderFieldAlias()}${this.renderFieldDescription()}${this.renderFieldValueType()}${this.renderFieldSampleValue()}${this.renderFieldNumericFormat()}${this.renderFieldStatistics()}</div>`:""},error:()=>""})}renderFieldType(){let{_messages:e,props:t}=this,{fieldInfo:i}=t,s=this._getFieldTypeLabel(i.layerField.type);return c`<div class="section"><div class="title">${e.fieldType}</div><div>${s}</div></div>`}renderFieldAlias(){let{_messages:e,props:t,hideAlias:i}=this,{fieldInfo:s}=t;return i?"":c`<div class="section"><div class="title">${e.fieldAlias}</div><div>${s.label}</div></div>`}renderFieldDescription(){let{_messages:e,props:t}=this,{layer:i}=t;if(!v(i))return"";let{fieldInfo:s}=t,r=s.layerField.description;return c`<div class="section"><div class="title">${e.fieldDescription}</div><div class=${b({missing:!r})}>${r||e.fieldDescriptionNotSet}</div></div>`}renderFieldValueType(){let{_messages:e,props:t}=this,{layer:i}=t;if(!v(i))return"";let{fieldInfo:s}=t,r=this._getFieldValueTypeCamelCase(s);return c`<div class="section"><div class="title">${e.fieldValueType}</div><div class=${b(r?"":"missing")}>${r?e.fieldValueTypes[r]:e.fieldValueTypeNotSet}</div></div>`}renderFieldSampleValue(){let{oneFeatureResponse:e,oneFeatureResponseStatus:t,statisticsStatus:i,statistics:s,uniqueValuesStatus:r,uniqueValues:n,_messages:o,props:d}=this,{layer:u,fieldName:l,fieldInfo:m}=d,{statistics:h}=o,g;if(y(u)||$(u)||!F(u)&&["string","oid","guid"].includes(this._getStatisticsType(m))&&r!=="failed")return"";t==="success"?e.features.forEach(T=>{(g===void 0||g===null&&T.attributes[l]!==null)&&(g=T.attributes[l])}):i==="success"?g=s?.min??void 0:r==="success"&&(g=n?.uniqueValueInfos?.[0]?.value??n?.uniqueValueInfos?.[1]?.value??void 0);let P=m.codedValues;return p(g)&&(P?g=P.find(T=>g===T.code)?.name||g:g=this._getDisplayString(g,{useFieldFormatting:!0})),c`<div class="section"><div class="title">${o.fieldSampleValue}</div><div class=${b(t==="failed"&&i==="failed"&&r==="failed"||!p(g)?"missing":"")}>${t==="success"||i==="success"||r==="success"?g?.toString()??h.allNulls:t==="failed"&&i==="failed"&&r==="failed"?o.fieldSampleNotAvailable:o.fieldSampleRetrieving}</div></div>`}renderFieldNumericFormat(){let{_messages:e,props:t,hideNumericFormat:i}=this,{fieldName:s,fieldInfo:r,layer:n}=t;if(i||!["double","long","single"].includes(r.layerField.type))return"";let o=this.originalLayerSupportsFieldConfigs()?n.getFieldConfiguration(s):void 0;if(o?.fieldFormat){let{minimumFractionDigits:u,maximumFractionDigits:l}=o.fieldFormat;return c`<div class="section"><div class="title">${e.fieldDecimalPlaces}</div><div>${e.fieldMinimumFractionDigits.replace("${number}",u.toString())}</div><div>${e.fieldMaximumFractionDigits.replace("${number}",l.toString())}</div></div>`}let d="popupTemplate"in n?n.popupTemplate:void 0;if(d?.fieldInfos){let u=d.fieldInfos?.filter(l=>l.fieldName===s);if(u?.length){let l=u[0];if(p(l?.format?.places)){let m=l.format.places;return c`<div class="section"><div class="title">${e.fieldDecimalPlaces}</div><div>${e.fieldNumDecimalPlaces.replace("${number}",m.toString())}</div></div>`}}}return c`<div class="section"><div class="title">${e.fieldDecimalPlaces}</div><div class="missing">${e.fieldDecimalPlacesNotAvailable}</div></div>`}renderFieldStatistics(){let{statisticsStatus:e,uniqueValuesStatus:t,hideStatistics:i,_messages:s,props:r}=this,{layer:n,fieldInfo:o}=r;return i?(this.arcgisComplete.emit(),this.arcgisFieldInfoComplete.emit(),""):["stream","imagery-tile","voxel"].includes(n.type)||["long"].includes(o.layerField.type)?(this.arcgisComplete.emit(),this.arcgisFieldInfoComplete.emit(),""):c`<div class="section"><div class="title">${s.fieldStatistics}</div>${!e||e==="missing"||e==="in-progress"?V("field-info-statistics-content",c`<div class="missing">${s.fieldStatisticsRetrieving}</div>`):e==="failed"&&t!=="success"?this.renderNoStatistics():V("field-info-statistics-content",c`<div ${q(this._setCompleteRef)}>${this.renderStatistics()}</div>`)}</div>`}renderNoStatistics(){let{_messages:e}=this;return V("field-info-statistics-content",c`<div class="missing" ${q(this._setCompleteRef)}>${e.fieldStatisticsNotAvailable}</div>`)}renderStatistics(){let{props:e}=this,{fieldInfo:t}=e;switch(this._getStatisticsType(t)){case"number":return this.renderNumberStatistics();case"guid":case"oid":case"string":return this.renderStringStatistics();case"date":case"date-only":case"time-only":case"timestamp-offset":return this.renderDateStatistics();default:return""}}renderNumberStatistics(){let{statistics:e,_messages:t}=this;if(!e)return this.renderNoStatistics();let{statistics:i}=t;return c`<div><div class="statistics-row"><div>${i.numberOfValues}</div><div class="data">${this._printNumValue(e.totalCount)}</div></div>${p(e.sum)?c`<div class="statistics-row"><div>${i.sumOfValues}</div><div class="data">${this._printNumValue(e.sum)}</div></div>`:null}${p(e.min)?c`<div class="statistics-row"><div>${i.minimum}</div><div class="data">${this._printNumValue(e.min)}</div></div>`:null}${p(e.max)?c`<div class="statistics-row"><div>${i.maximum}</div><div class="data">${this._printNumValue(e.max)}</div></div>`:null}${p(e.avg)?c`<div class="statistics-row"><div>${i.average}</div><div class="data">${this._printNumValue(e.avg)}</div></div>`:null}${p(e.stddev)?c`<div class="statistics-row"><div>${i.standardDeviation}</div><div class="data">${this._printNumValue(e.stddev)}</div></div>`:null}${this.renderNullValues()}</div>`}renderStringStatistics(){let{statistics:e,uniqueValuesStatus:t,_messages:i}=this,{statistics:s}=i;return c`<div><div class="statistics-row"><div>${s.numberOfValues}</div>${t!=="success"?c`<div class="missing">--</div>`:c`<div class="data">${this._printNumValue(e?.totalCount)}</div>`}</div>${this.renderNullValues()}${this.renderTopValues()}</div>`}renderDateStatistics(){let{statistics:e,view:t,props:i,_messages:s}=this,{fieldInfo:r}=i;if(!e||!p(e.max)||!p(e.min))return this.renderNoStatistics();let{statistics:n}=s,o=e.max-e.min,d=Math.floor(o/31536e6),u=Math.floor((o-d*31536e6)/2628e6),l=Math.ceil((o-u*2628e6)/864e5);l>=30&&(u+=1,l=0);let m=d===1?n.timeSpanOptions.year:d>1?n.timeSpanOptions.years.replace("${years}",d.toString()):"";m+=d>0&&(u>0||l>0)?", ":"",m+=u===1?n.timeSpanOptions.month:u>1?n.timeSpanOptions.months.replace("${months}",u.toString()):"",m+=u>0&&l>0?", ":"",m+=l===1?n.timeSpanOptions.day:l>1?n.timeSpanOptions.days.replace("${days}",l.toString()):"";let h=r.simpleFieldType!=="timestamp-offset"||!t||t.timeZone!=="unknown",g=r.simpleFieldType==="time-only";return c`<div><div class="statistics-row"><div>${n.numberOfValues}</div><div class="data">${this._printNumValue(e?.totalCount)}</div></div>${h&&p(e.min)?c`<div class="statistics-row"><div>${g?n.minimumTime:n.minimumDate}</div><div class="data">${this._getDisplayString(e.min)}</div></div>`:null}${h&&p(e.max)?c`<div class="statistics-row"><div>${g?n.maximumTime:n.maximumDate}</div><div class="data">${this._getDisplayString(e.max)}</div></div>`:null}${h&&p(e.avg)?c`<div class="statistics-row"><div>${g?n.averageTime:n.averageDate}</div><div class="data">${this._getDisplayString(e.avg)}</div></div>`:null}${h&&!g&&p(e.min)&&p(e.max)&&o>0?c`<div class="statistics-row"><div>${n.timespan}</div><div class="data">${m}</div></div>`:null}${this.renderNullValues()}</div>`}renderTopValues(){let{uniqueValues:e,uniqueValuesStatus:t,_messages:i,props:s}=this,{fieldInfo:r}=s,{statistics:n}=i;if(e?.uniqueValueInfos?.length){let o=e.uniqueValueInfos;o.sort((l,m)=>l.count<m.count?1:l.count>m.count?-1:0);let d=r.codedValues,u=o.filter(l=>l.value!==null).filter((l,m)=>l&&m<10).map(l=>{let m=l.value;return d?d.forEach(h=>{m===h.code&&(m=h.name)}):m=this._getDisplayString(m),c`<div class="statistics-row"><div class="data">${`${m}`}</div><div class="count">${this._printNumValue(l.count)}</div></div>`});return u.length?c`<div><div class="statistics-row-top-values"><div>${o.length>10?n.topTenValues:n.topValues}</div><div>${n.count}</div></div>${u}</div>`:""}else return c`<div><div class="statistics-row-top-values"><div>${n.topValues}</div><div>${n.count}</div></div><div class="statistics-row"><div class="missing">${t==="failed"?i.fieldUniqueValuesNotAvailable:i.fieldSampleRetrieving}</div></div></div>`}renderNullValues(){let{statistics:e,uniqueValues:t,_messages:i}=this,{statistics:s}=i,r=e?.nullcount;if(!p(r)&&t){let n=t.uniqueValueInfos;for(let o=0;o<n.length;o++){let d=n[o];if(d.value===null){r=d.count;break}}}return c`<div class="statistics-row"><div>${s.numberOfNulls}</div>${p(r)?c`<div class="data">${this._printNumValue(r)}</div>`:c`<div class="missing">--</div>`}</div>`}};W("arcgis-field-info",Z);return Z},"config","core/reactiveUtils","intl","applications/PortalApp/layerUtils","core/lang","smartMapping/statistics/summaryStatistics","smartMapping/statistics/uniqueValues","rest/support/Query")
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"ARC (equal arc-second)":"ARC (equal arc-second)","Africa":"Africa","Antarctica":"Antarctica","Argentina":"Argentina","Asia":"Asia","Asteroid Belt":"Asteroid Belt","Atlantic Ocean":"Atlantic Ocean","Australia":"Australia","Australia and New Zealand":"Australia and New Zealand","Austria":"Austria","BLM (US Feet)":"BLM (US Feet)","Bangladesh":"Bangladesh","Beijing 1954":"Beijing 1954","Bhutan":"Bhutan","CGCS2000":"CGCS2000","Canada":"Canada","Caribbean":"Caribbean","Caribbean Sea":"Caribbean Sea","Central America":"Central America","Central and North America":"Central and North America","Colombia":"Colombia","Continental":"Continental","County Systems":"County Systems","Democratic Republic of the Congo":"Democratic Republic of the Congo","EPSG Arctic":"EPSG Arctic","Earth":"Earth","Ellipsoidal-based":"Ellipsoidal-based","Europe":"Europe","Finland":"Finland","France":"France","GSK 2011":"GSK 2011","Gauss Kruger":"Gauss Kruger","Geographic Coordinate Systems":"Geographic Coordinate Systems","Germany":"Germany","Gravity-related":"Gravity-related","Greenwich-based":"Greenwich-based","Highways England":"Highways England","Illinois":"Illinois","Indian Ocean":"Indian Ocean","Indian Subcontinent":"Indian Subcontinent","Indiana":"Indiana","Indonesia":"Indonesia","Iowa":"Iowa","Ireland and United Kingdom":"Ireland and United Kingdom","Italy":"Italy","Japan":"Japan","Jupiter":"Jupiter","Kansas":"Kansas","Las Vegas":"Las Vegas","Libya":"Libya","Malaysia":"Malaysia","Malaysia and Singapore":"Malaysia and Singapore","Mars":"Mars","Mercury":"Mercury","Meters":"Meters","Minnesota":"Minnesota","Montana":"Montana","NAD 1927":"NAD 1927","NAD 1927 (US Feet)":"NAD 1927 (US Feet)","NAD 1983":"NAD 1983","NAD 1983 (2011)":"NAD 1983 (2011)","NAD 1983 (2011) (Intl Feet)":"NAD 1983 (2011) (Intl Feet)","NAD 1983 (2011) (Meters)":"NAD 1983 (2011) (Meters)","NAD 1983 (2011) (US Feet)":"NAD 1983 (2011) (US Feet)","NAD 1983 (CORS96) (Intl Feet)":"NAD 1983 (CORS96) (Intl Feet)","NAD 1983 (CORS96) (Meters)":"NAD 1983 (CORS96) (Meters)","NAD 1983 (CORS96) (US Feet)":"NAD 1983 (CORS96) (US Feet)","NAD 1983 (Intl Feet)":"NAD 1983 (Intl Feet)","NAD 1983 (Meters)":"NAD 1983 (Meters)","NAD 1983 (PA11) (Meters)":"NAD 1983 (PA11) (Meters)","NAD 1983 (PA11) (US Feet)":"NAD 1983 (PA11) (US Feet)","NAD 1983 (US Feet)":"NAD 1983 (US Feet)","NAD 1983 HARN (Intl Feet)":"NAD 1983 HARN (Intl Feet)","NAD 1983 HARN (Meters)":"NAD 1983 HARN (Meters)","NAD 1983 HARN (US Feet)":"NAD 1983 HARN (US Feet)","NAD 1983 NSRS2007 (Intl Feet)":"NAD 1983 NSRS2007 (Intl Feet)","NAD 1983 NSRS2007 (Meters)":"NAD 1983 NSRS2007 (Meters)","NAD 1983 NSRS2007 (US Feet)":"NAD 1983 NSRS2007 (US Feet)","National Grids":"National Grids","Navajo":"Navajo","Neptune":"Neptune","New Beijing":"New Beijing","New Zealand":"New Zealand","North America":"North America","Northern Hemisphere":"Northern Hemisphere","Norway":"Norway","Oceans":"Oceans","Oregon":"Oregon","Other GCS":"Other GCS","Pacific Ocean":"Pacific Ocean","Pluto":"Pluto","Polar":"Polar","Portugal":"Portugal","Projected Coordinate Systems":"Projected Coordinate Systems","Pulkovo 1942":"Pulkovo 1942","Pulkovo 1995":"Pulkovo 1995","Replaced":"Replaced","SAD 1969":"SAD 1969","SIRGAS":"SIRGAS","SIRGAS 2000":"SIRGAS 2000","Saturn":"Saturn","Solar System":"Solar System","South Africa":"South Africa","South America":"South America","South Korea":"South Korea","Southern Hemisphere":"Southern Hemisphere","Spheroid-based":"Spheroid-based","State Plane":"State Plane","State Systems":"State Systems","Sweden":"Sweden","Switzerland and Liechtenstein":"Switzerland and Liechtenstein","Texas":"Texas","Tribal":"Tribal","Turkey":"Turkey","US Feet":"US Feet","USA and territories":"USA and territories","UTM":"UTM","Ukraine":"Ukraine","Unknown Height Systems":"Unknown Height Systems","Uranus":"Uranus","Venus":"Venus","Vertical Coordinate Systems":"Vertical Coordinate Systems","Vietnam":"Vietnam","WGS 1972":"WGS 1972","WGS 1984":"WGS 1984","Wisconsin":"Wisconsin","Wisconsin CRS":"Wisconsin CRS","World":"World","World (Sphere-based)":"World (Sphere-based)","Wyoming":"Wyoming","Xian 1980":"Xian 1980","noMatchesFound":"No matches found for '{searchTerm}'.","noResults":"No results found","searchPlaceholder":"Name or WKID","custom":"Custom"}
|
|
1
|
+
{"ARC (equal arc-second)":"ARC (equal arc-second)","Africa":"Africa","Antarctica":"Antarctica","Argentina":"Argentina","Asia":"Asia","Asteroid Belt":"Asteroid Belt","Atlantic Ocean":"Atlantic Ocean","Australia":"Australia","Australia and New Zealand":"Australia and New Zealand","Austria":"Austria","BLM (US Feet)":"BLM (US Feet)","Bangladesh":"Bangladesh","Beijing 1954":"Beijing 1954","Bhutan":"Bhutan","CGCS2000":"CGCS2000","Canada":"Canada","Caribbean":"Caribbean","Caribbean Sea":"Caribbean Sea","Central America":"Central America","Central and North America":"Central and North America","Colombia":"Colombia","Continental":"Continental","County Systems":"County Systems","Democratic Republic of the Congo":"Democratic Republic of the Congo","EPSG Arctic":"EPSG Arctic","Earth":"Earth","Ellipsoidal-based":"Ellipsoidal-based","Europe":"Europe","Finland":"Finland","France":"France","GSK 2011":"GSK 2011","Gauss Kruger":"Gauss Kruger","Geographic Coordinate Systems":"Geographic Coordinate Systems","Germany":"Germany","Gravity-related":"Gravity-related","Greenwich-based":"Greenwich-based","Highways England":"Highways England","Illinois":"Illinois","Indian Ocean":"Indian Ocean","Indian Subcontinent":"Indian Subcontinent","Indiana":"Indiana","Indonesia":"Indonesia","Iowa":"Iowa","Ireland and United Kingdom":"Ireland and United Kingdom","Italy":"Italy","Japan":"Japan","Jupiter":"Jupiter","Kansas":"Kansas","Las Vegas":"Las Vegas","Libya":"Libya","Malaysia":"Malaysia","Malaysia and Singapore":"Malaysia and Singapore","Mars":"Mars","Mercury":"Mercury","Meters":"Meters","Minnesota":"Minnesota","Montana":"Montana","NAD 1927":"NAD 1927","NAD 1927 (US Feet)":"NAD 1927 (US Feet)","NAD 1983":"NAD 1983","NAD 1983 (2011)":"NAD 1983 (2011)","NAD 1983 (2011) (Intl Feet)":"NAD 1983 (2011) (Intl Feet)","NAD 1983 (2011) (Meters)":"NAD 1983 (2011) (Meters)","NAD 1983 (2011) (US Feet)":"NAD 1983 (2011) (US Feet)","NAD 1983 (CORS96) (Intl Feet)":"NAD 1983 (CORS96) (Intl Feet)","NAD 1983 (CORS96) (Meters)":"NAD 1983 (CORS96) (Meters)","NAD 1983 (CORS96) (US Feet)":"NAD 1983 (CORS96) (US Feet)","NAD 1983 (Intl Feet)":"NAD 1983 (Intl Feet)","NAD 1983 (Meters)":"NAD 1983 (Meters)","NAD 1983 (PA11) (Meters)":"NAD 1983 (PA11) (Meters)","NAD 1983 (PA11) (US Feet)":"NAD 1983 (PA11) (US Feet)","NAD 1983 (US Feet)":"NAD 1983 (US Feet)","NAD 1983 HARN (Intl Feet)":"NAD 1983 HARN (Intl Feet)","NAD 1983 HARN (Meters)":"NAD 1983 HARN (Meters)","NAD 1983 HARN (US Feet)":"NAD 1983 HARN (US Feet)","NAD 1983 NSRS2007 (Intl Feet)":"NAD 1983 NSRS2007 (Intl Feet)","NAD 1983 NSRS2007 (Meters)":"NAD 1983 NSRS2007 (Meters)","NAD 1983 NSRS2007 (US Feet)":"NAD 1983 NSRS2007 (US Feet)","National Grids":"National Grids","Navajo":"Navajo","Neptune":"Neptune","New Beijing":"New Beijing","New Zealand":"New Zealand","North America":"North America","Northern Hemisphere":"Northern Hemisphere","Norway":"Norway","Oceans":"Oceans","Oregon":"Oregon","Other GCS":"Other GCS","Pacific Ocean":"Pacific Ocean","Pluto":"Pluto","Polar":"Polar","Portugal":"Portugal","Projected Coordinate Systems":"Projected Coordinate Systems","Pulkovo 1942":"Pulkovo 1942","Pulkovo 1995":"Pulkovo 1995","Replaced":"Replaced","SAD 1969":"SAD 1969","SIRGAS":"SIRGAS","SIRGAS 2000":"SIRGAS 2000","Saturn":"Saturn","Solar System":"Solar System","South Africa":"South Africa","South America":"South America","South Korea":"South Korea","Southern Hemisphere":"Southern Hemisphere","Spheroid-based":"Spheroid-based","State Plane":"State Plane","State Systems":"State Systems","Sweden":"Sweden","Switzerland and Liechtenstein":"Switzerland and Liechtenstein","Texas":"Texas","Tribal":"Tribal","Turkey":"Turkey","US Feet":"US Feet","USA and territories":"USA and territories","UTM":"UTM","Ukraine":"Ukraine","Unknown Height Systems":"Unknown Height Systems","Uranus":"Uranus","Venus":"Venus","Vertical Coordinate Systems":"Vertical Coordinate Systems","Vietnam":"Vietnam","WGS 1972":"WGS 1972","WGS 1984":"WGS 1984","Wisconsin":"Wisconsin","Wisconsin CRS":"Wisconsin CRS","World":"World","World (Sphere-based)":"World (Sphere-based)","Wyoming":"Wyoming","Xian 1980":"Xian 1980","noMatchesFound":"No matches found for '{searchTerm}'.","noResults":"No results found","searchPlaceholder":"Name or WKID","searchPlaceholderLong":"Search by coordinate system name or WKID (Well-Known ID)","custom":"Custom"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"fieldType":"Field type","fieldAlias":"Field alias","fieldDescription":"Field description","fieldValueType":"Field value type","fieldSampleValue":"Sample value","fieldDecimalPlaces":"Decimal places","fieldMinimumFractionDigits":"Minimum: ${number} decimal places","fieldMaximumFractionDigits":"Maximum: ${number} decimal places","fieldStatistics":"Statistics","fieldDescriptionNotSet":"Field description has not been set.","fieldValueTypeNotSet":"Field value type has not been set.","fieldSampleRetrieving":"Requesting ...","fieldSampleNotAvailable":"A sample value is not available.","fieldDecimalPlacesNotAvailable":"Significant digits has not been set.","fieldNumDecimalPlaces":"${number} decimal places","fieldStatisticsRetrieving":"Calculating ...","fieldStatisticsNotAvailable":"Statistics could not get calculated.","fieldUniqueValuesRetrieving":"Counting ...","fieldUniqueValuesNotAvailable":"Data could not get calculated.","fieldTypes":{"integer":"Integer","smallInteger":"Small integer","bigInteger":"Big integer","single":"Single","double":"Double","long":"Long","string":"String","date":"Date","dateOnly":"Date only","timeOnly":"Time only","timestampOffset":"Timestamp offset","oid":"Object ID","guid":"Globally unique ID","globalId":"Global ID"},"fieldValueTypes":{"nameOrTitle":"Name or Title","description":"Description","typeOrCategory":"Type or Category","countOrAmount":"Count or Amount","percentageOrRatio":"Percentage or Ratio","measurement":"Measurement","uniqueIdentifier":"Unique Identifier","orderedOrRanked":"Ordered or Ranked","binary":"Binary","locationOrPlaceName":"Location or Place Name","coordinate":"Coordinate","currency":"Currency","phoneNumber":"Phone number","emailAddress":"Email address","dateAndTime":"Date and Time"},"statistics":{"numberOfValues":"Number of records","numberOfNulls":"Number of empty records","allNulls":"All values are null.","topValues":"Top values","topTenValues":"Top 10 values","count":"Count","sumOfValues":"Sum of values","minimum":"Minimum","maximum":"Maximum","average":"Average","standardDeviation":"Standard deviation","minimumDate":"Minimum date","maximumDate":"Maximum date","averageDate":"Average date","minimumTime":"Minimum time","maximumTime":"Maximum time","averageTime":"Average time","timespan":"Time span","timeSpanOptions":{"day":"1 day","days":"${days} days","month":"1 month","months":"${months} months","year":"1 year","years":"${years} years"}}}
|
|
1
|
+
{"fieldType":"Field type","fieldAlias":"Field alias","fieldDescription":"Field description","fieldValueType":"Field value type","fieldSampleValue":"Sample value","fieldDecimalPlaces":"Decimal places","fieldMinimumFractionDigits":"Minimum: ${number} decimal places","fieldMaximumFractionDigits":"Maximum: ${number} decimal places","fieldStatistics":"Statistics","fieldDescriptionNotSet":"Field description has not been set.","fieldValueTypeNotSet":"Field value type has not been set.","fieldSampleRetrieving":"Requesting ...","fieldSampleNotAvailable":"A sample value is not available.","fieldDecimalPlacesNotAvailable":"Significant digits has not been set.","fieldNumDecimalPlaces":"${number} decimal places","fieldStatisticsRetrieving":"Calculating ...","fieldStatisticsNotAvailable":"Statistics could not get calculated.","fieldUniqueValuesRetrieving":"Counting ...","fieldUniqueValuesNotAvailable":"Data could not get calculated.","fieldTypes":{"integer":"Integer","smallInteger":"Small integer","bigInteger":"Big integer","single":"Single","double":"Double","long":"Long","string":"String","date":"Date","dateOnly":"Date only","timeOnly":"Time only","timestampOffset":"Timestamp offset","oid":"Object ID","guid":"Globally unique ID","globalId":"Global ID"},"fieldValueTypes":{"nameOrTitle":"Name or Title","description":"Description","typeOrCategory":"Type or Category","countOrAmount":"Count or Amount","percentageOrRatio":"Percentage or Ratio","measurement":"Measurement","uniqueIdentifier":"Unique Identifier","orderedOrRanked":"Ordered or Ranked","binary":"Binary","locationOrPlaceName":"Location or Place Name","coordinate":"Coordinate","currency":"Currency","phoneNumber":"Phone number","emailAddress":"Email address","dateAndTime":"Date and Time","url":"URL"},"statistics":{"numberOfValues":"Number of records","numberOfNulls":"Number of empty records","allNulls":"All values are null.","topValues":"Top values","topTenValues":"Top 10 values","count":"Count","sumOfValues":"Sum of values","minimum":"Minimum","maximum":"Maximum","average":"Average","standardDeviation":"Standard deviation","minimumDate":"Minimum date","maximumDate":"Maximum date","averageDate":"Average date","minimumTime":"Minimum time","maximumTime":"Maximum time","averageTime":"Average time","timespan":"Time span","timeSpanOptions":{"day":"1 day","days":"${days} days","month":"1 month","months":"${months} months","year":"1 year","years":"${years} years"}}}
|
package/dist/cdn/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
/* COPYRIGHT Esri - https://js.arcgis.com/5.2/LICENSE.txt */
|
|
2
|
-
import{G as i,v as e}from"./OOBX2C2L.js";var s=e(i,{"arcgis-ckeditor5":[()=>import("./FZSF24HT.js"),"canResizeVertically,currentLanguage,customConfig,customExpressionCheck:,editorType,groupFieldsAndExpressions,intlExpressionsGroupHeading,intlFieldsGroupHeading,intlTextPlaceHolder,mentionFields:,readOnly,textData;getData,setFocus"],"arcgis-ckeditor5-popover":[()=>import("./2MN6S2HH.js"),"guid,intlCancel,intlLabel,intlOk,refElement:;reposition"],"arcgis-color-input":[()=>import("./
|
|
2
|
+
import{G as i,v as e}from"./OOBX2C2L.js";var s=e(i,{"arcgis-ckeditor5":[()=>import("./FZSF24HT.js"),"canResizeVertically,currentLanguage,customConfig,customExpressionCheck:,editorType,groupFieldsAndExpressions,intlExpressionsGroupHeading,intlFieldsGroupHeading,intlTextPlaceHolder,mentionFields:,readOnly,textData;getData,setFocus"],"arcgis-ckeditor5-popover":[()=>import("./2MN6S2HH.js"),"guid,intlCancel,intlLabel,intlOk,refElement:;reposition"],"arcgis-color-input":[()=>import("./IRIB5DXG.js"),"_messages:,clearable,color,compact,disabled,hideRecentColors,messageOverrides:,placement,popoverProps:,showTransparency,storageId;close,setFocus;isOpen"],"arcgis-coordinate-system-picker":[()=>import("./UMIMGOKS.js"),"_messages:,autoFilterToDefault,defaultWkid,filterEnabled,hideCategories:,value:;getSRDescription"],"arcgis-coordinate-system-picker-tree":[()=>import("./5I5ODGDD.js"),"data:,value"],"arcgis-field-info":[()=>import("./KPJCYYYQ.js"),"_messages:,fieldName,hideAlias,hideNumericFormat,hideStatistics,layer:,view:;refresh"],"arcgis-field-pick-list":[()=>import("./ORSF6IOL.js"),"_messages:,customExpressionCheck:,expressionsGroupHeading,fields:,fieldsGroupHeading,filterNoResultsText,filterPlaceholderText,groupFieldsAndExpressions,heading,hideCancel,hideSort,layer:,listOnly,mapView:,multiple,okBtnText,popoverProps:,selectedFields:,showCancel,showDescription,showFieldInfo,showFieldName,showFieldTypeIcon,showFilterLength,showSelectionAll,showSort,sortBy,view:;reposition,setDisabled,setFocus"],"arcgis-histogram":[()=>import("./GEWXC2ZR.js"),"_messages:,average,bins:,colorBlendingEnabled,colorStops:,dataLines:,icon,label,layout,max,messageOverrides:,min,standardDeviation"],"arcgis-label-input":[()=>import("./232BH3SJ.js"),"alignment,editing,labelFormatter:,readOnly,value;edit;getLabelBoundingClientRect"],"arcgis-picker-input":[()=>import("./HWEOBUAY.js"),"disabled,heading,iconEnd,intlDone,label,popoverProps:;close,setFocus"],"arcgis-ramp-color":[()=>import("./YVWFGK4M.js"),"layout,max,min,stops:"],"arcgis-ramp-color-break":[()=>import("./MINFRX4Y.js"),"layout,max,min,stops:"],"arcgis-ramp-opacity":[()=>import("./YVCGEEMG.js"),"fillColor,layout,max,min,stops:"],"arcgis-slider":[()=>import("./VUQJROFR.js"),"activeValue:,allowValuesOverlap,autoDestroyDisabled,disabled,fillPlacement,fullRangeMax,fullRangeMin,keyboardLargeStep,labelFormatter:,layout,max,messageOverrides:,messages:,min,mirrored,popoverLabel,popoverPlacement,precision,rangeLabelsEditingEnabled,rangeLabelsPlacement,segmentsDraggingDisabled,showRangeLabels,steps,valueLabelsDisplay,valueLabelsEditingEnabled,valueLabelsPlacement,values;destroy"],"arcgis-slider-input":[()=>import("./AGGCAE6P.js"),"disabled,flipLabels,label,max,min,scale,step,unitsLabel,value,withSteppers"],"arcgis-ticks":[()=>import("./BDF4ZLUF.js"),"interactive,interpolationExponent,labelFormatter:,labelPlacement,layout,max,min,mirrored,mode,showBaseline,showLabels,values"],"arcgis-unique-values-list":[()=>import("./QEW7H22O.js"),"_messages:,fieldName,layer:,maxHeight,multiple,numberFormatOptions:,partialUniqueValues,selectedValues:,showFilterLength,sortBy,uniqueValues:,view:,visualizationSource;getUniqueValues,setFocus"]});s({resourcesUrl:import.meta.url});var a=new CSSStyleSheet;a.replaceSync("@layer{:not([hydrated]):is(arcgis-ckeditor5,arcgis-ckeditor5-popover,arcgis-color-input,arcgis-coordinate-system-picker,arcgis-coordinate-system-picker-tree,arcgis-field-info,arcgis-field-pick-list,arcgis-histogram,arcgis-label-input,arcgis-picker-input,arcgis-ramp-color,arcgis-ramp-color-break,arcgis-ramp-opacity,arcgis-slider,arcgis-slider-input,arcgis-ticks,arcgis-unique-values-list){visibility:hidden}:root{--arcgis-ckeditor5-initial-height: 30vh;--arcgis-ckeditor5-max-width: 35vw;--arcgis-ckeditor5-mentions-max-width: 33vw;--arcgis-coordinate-system-picker-height: 45vh;--arcgis-coordinate-system-picker-min-width: 20rem;--arcgis-coordinate-system-picker-max-width: 27rem}}");document.adoptedStyleSheets=[...document.adoptedStyleSheets,a];window.$arcgis||Object.defineProperty(window,"$arcgis",{configurable:!1,enumerable:!0,writable:!1,value:{}}),((a,r)=>{a.t=(c,...x)=>Promise.all(x.map(x=>x.then?x:(!a?.forceESM&&a?.import||(x=>import(x+".js").then(m=>m.default??m)))("@arcgis/core/"+x))).then(c);r.p=a.t(([m])=>{r.t=m.trackAccess;r.o=m.createObservable;r.c=m.createTrackingTarget;r.r=m.runTracked},"applications/Components/reactiveUtils")})($arcgis,i)
|
|
@@ -79,6 +79,7 @@ export abstract class ArcgisColorInput extends LitElement {
|
|
|
79
79
|
accessor storageId: string;
|
|
80
80
|
/** Close the component. */
|
|
81
81
|
close(): Promise<void>;
|
|
82
|
+
isOpen(): boolean;
|
|
82
83
|
/** Set focus on the component. */
|
|
83
84
|
setFocus(): Promise<void>;
|
|
84
85
|
/** Emitted when the color has changed. */
|
|
@@ -17,7 +17,7 @@ function y(l, e) {
|
|
|
17
17
|
const S = u`:host,arcgis-picker-input{display:block}.color-picker-container{display:flex;flex-direction:column}.color-picker{--calcite-color-border-1: transparent;overflow-x:hidden}.preview-swatch{width:100%;height:24px}.recent-colors-container{align-items:center;border:var(--calcite-border-width-sm) solid var(--calcite-color-border-input);display:flex;gap:var(--calcite-space-sm);height:32px;padding:0 var(--calcite-space-xs);transition:outline-offset .1s ease-in-out,outline-color .1s ease-in-out}.preview-recent-swatch{cursor:pointer}.recent-colors-container:focus,.preview-recent-swatch:focus{outline:var(--calcite-border-width-md) solid var(--calcite-color-brand);outline-offset:var(--calcite-border-width-md)}.empty-swatch{cursor:default}.end-action{display:flex}`;
|
|
18
18
|
class I extends m {
|
|
19
19
|
constructor() {
|
|
20
|
-
super(), this._messages = k(), this.actionEl = w(), this.setRecentColorElement = (e) => (o) => {
|
|
20
|
+
super(), this._messages = k(), this.actionEl = w(), this.open = !1, this.setRecentColorElement = (e) => (o) => {
|
|
21
21
|
switch (e) {
|
|
22
22
|
case 1:
|
|
23
23
|
this.recentColor1El = o;
|
|
@@ -42,6 +42,9 @@ class I extends m {
|
|
|
42
42
|
async setFocus() {
|
|
43
43
|
await this.inlineInputEl?.setFocus();
|
|
44
44
|
}
|
|
45
|
+
isOpen() {
|
|
46
|
+
return this.open;
|
|
47
|
+
}
|
|
45
48
|
load() {
|
|
46
49
|
this.setRecentColorsFromStorage();
|
|
47
50
|
}
|
|
@@ -49,7 +52,7 @@ class I extends m {
|
|
|
49
52
|
super.disconnectedCallback(), this.removeTooltip();
|
|
50
53
|
}
|
|
51
54
|
async handleOpen() {
|
|
52
|
-
await this.colorPickerEl?.setFocus(), this.arcgisPickerOpen.emit(), this.arcgisColorInputPopoverOpen.emit();
|
|
55
|
+
await this.colorPickerEl?.setFocus(), this.open = !0, this.arcgisPickerOpen.emit(), this.arcgisColorInputPopoverOpen.emit();
|
|
53
56
|
}
|
|
54
57
|
setInlineInputRef(e) {
|
|
55
58
|
this.inlineInputEl = e;
|
|
@@ -107,7 +110,7 @@ class I extends m {
|
|
|
107
110
|
$(this.storageId, t), this.recentColors = t, this.arcgisInternalStoredColor.emit();
|
|
108
111
|
}
|
|
109
112
|
handleClose(e) {
|
|
110
|
-
e.stopPropagation(), this.storeRecentColorToStorage(this.colorPickerEl?.value), this.arcgisPickerClose.emit(this.colorPickerEl?.value), this.arcgisColorInputPopoverClose.emit(this.colorPickerEl?.value);
|
|
113
|
+
e.stopPropagation(), this.storeRecentColorToStorage(this.colorPickerEl?.value), this.open = !1, this.arcgisPickerClose.emit(this.colorPickerEl?.value), this.arcgisColorInputPopoverClose.emit(this.colorPickerEl?.value);
|
|
111
114
|
}
|
|
112
115
|
addTooltip(e) {
|
|
113
116
|
this.removeTooltip(), this.tooltipContainerEl = document.createElement("div"), g(s`<calcite-tooltip .placement=${e.placement ?? "auto"} .referenceElement=${e.referenceElement} overlay-positioning=fixed open>${e.innerHTML}</calcite-tooltip>`, this.tooltipContainerEl), document.body.append(this.tooltipContainerEl);
|
|
@@ -144,6 +144,7 @@ export abstract class ArcgisCoordinateSystemPicker extends LitElement {
|
|
|
144
144
|
noMatchesFound: string;
|
|
145
145
|
noResults: string;
|
|
146
146
|
searchPlaceholder: string;
|
|
147
|
+
searchPlaceholderLong: string;
|
|
147
148
|
custom: string;
|
|
148
149
|
} & T9nMeta<{
|
|
149
150
|
"ARC (equal arc-second)": string;
|
|
@@ -280,6 +281,7 @@ export abstract class ArcgisCoordinateSystemPicker extends LitElement {
|
|
|
280
281
|
noMatchesFound: string;
|
|
281
282
|
noResults: string;
|
|
282
283
|
searchPlaceholder: string;
|
|
284
|
+
searchPlaceholderLong: string;
|
|
283
285
|
custom: string;
|
|
284
286
|
}>;
|
|
285
287
|
/**
|
|
@@ -59,6 +59,7 @@ export abstract class ArcgisFieldInfo extends LitElement {
|
|
|
59
59
|
phoneNumber: string;
|
|
60
60
|
emailAddress: string;
|
|
61
61
|
dateAndTime: string;
|
|
62
|
+
url: string;
|
|
62
63
|
};
|
|
63
64
|
statistics: {
|
|
64
65
|
numberOfValues: string;
|
|
@@ -140,6 +141,7 @@ export abstract class ArcgisFieldInfo extends LitElement {
|
|
|
140
141
|
phoneNumber: string;
|
|
141
142
|
emailAddress: string;
|
|
142
143
|
dateAndTime: string;
|
|
144
|
+
url: string;
|
|
143
145
|
};
|
|
144
146
|
statistics: {
|
|
145
147
|
numberOfValues: string;
|