@vertigis/arcgis-extensions 48.8.0 → 48.9.0
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/data/Feature.d.ts +1 -0
- package/data/Feature.js +1 -1
- package/data/FeatureSettings.d.ts +1 -1
- package/data/FeatureSettings.js +1 -1
- package/data/FeatureSourceBase.d.ts +4 -2
- package/data/FeatureSourceBase.js +1 -1
- package/data/FieldExtension.d.ts +3 -0
- package/data/FieldExtension.js +1 -1
- package/data/Schema.js +1 -1
- package/docs/html/assets/navigation.js +1 -1
- package/docs/html/assets/search.js +1 -1
- package/docs/html/classes/data_FeatureList.FeatureList.html +3 -2
- package/docs/html/classes/data_FeatureSourceBase.FeatureSourceBase.html +3 -2
- package/docs/html/classes/data_FeatureSourceBase.RelationshipCollection.html +3 -2
- package/docs/html/classes/data_FieldExtension.FieldExtension.html +4 -4
- package/docs/html/classes/mapping_ArcGISSublayerExtension.ArcGISSublayerRelationshipCollection.html +3 -2
- package/docs/html/classes/mapping_GraphicsLayerExtension.GraphicsLayerExtension.html +3 -2
- package/docs/html/classes/mapping_GroupLayerExtension.GroupLayerExtension.html +3 -2
- package/docs/html/classes/mapping_GroupLayerExtension.GroupLayerExtensionCollection.html +3 -2
- package/docs/html/classes/mapping_MapNotesLayerExtension.MapNotesLayerExtension.html +3 -2
- package/docs/html/classes/mapping_SubtypeGroupLayerExtension.SubtypeGroupLayerRelationshipCollection.html +3 -2
- package/docs/html/classes/mapping_SubtypeSublayerExtension.SubtypeSublayerRelationshipCollection.html +3 -2
- package/docs/html/classes/mapping_UnsupportedLayerExtension.UnsupportedLayerExtension.html +3 -2
- package/docs/html/classes/mapping_WMSLayerExtension.WMSLayerExtension.html +3 -2
- package/docs/html/classes/mapping_WMTSLayerExtension.WMTSLayerExtension.html +3 -2
- package/docs/html/classes/mapping__LayerExtension.LayerExtension.html +3 -2
- package/docs/html/classes/mapping__LayerExtensionCollectionImpl.LayerExtensionCollectionImpl.html +3 -2
- package/docs/html/classes/mapping__SublayerExtension.SubSublayerExtensionCollection.html +3 -2
- package/docs/html/classes/mapping_support_ArrayWrappedCollection.ArrayWrappedCollection.html +3 -2
- package/docs/html/classes/mapping_support__LayerExtensionCollection.LayerExtensionCollectionBase.html +3 -2
- package/docs/html/classes/mapping_support__SublayerExtensionCollection.SublayerExtensionCollectionBase.html +3 -2
- package/docs/html/classes/support_InitializableCollectionProxy.InitializableCollectionProxy.html +3 -2
- package/docs/html/classes/support_ReadOnlyInitializableCollection.ReadOnlyInitializableCollection.html +3 -2
- package/docs/html/classes/support__ArcGISRelationshipCollection.ArcGISRelationshipCollection.html +3 -2
- package/docs/html/classes/tasks_geocoding_Geocoder.Geocoder.html +3 -2
- package/docs/html/classes/utilities_CollectionProxy.CollectionProxy.html +4 -3
- package/docs/html/classes/utilities_CopyOnWriteCollection.CopyOnWriteCollection.html +3 -2
- package/docs/html/classes/utilities_MapTransformCollection.MapTransformCollection.html +3 -2
- package/docs/html/classes/utilities_ReadOnlyCollection.ReadOnlyCollection.html +3 -2
- package/docs/html/classes/utilities_ReadOnlyMap.ReadOnlyMap.html +21 -15
- package/docs/html/classes/utilities__ReferenceCountedHandle.default.html +6 -0
- package/docs/html/interfaces/data_Feature.PresentableAttributes.html +9 -6
- package/docs/html/modules/utilities__ReferenceCountedHandle.html +2 -0
- package/docs/html/modules.html +1 -0
- package/docs/html/types/support_esri.WatchCallback.html +1 -1
- package/docs/html/variables/version.version.html +1 -1
- package/package.json +1 -1
- package/support/Observable.js +1 -1
- package/support/Settings.d.ts +0 -1
- package/support/Settings.js +1 -1
- package/support/esri.d.ts +1 -1
- package/utilities/CollectionProxy.d.ts +13 -5
- package/utilities/CollectionProxy.js +1 -1
- package/utilities/ReadOnlyMap.d.ts +16 -2
- package/utilities/ReadOnlyMap.js +1 -1
- package/utilities/_ReferenceCountedHandle.d.ts +21 -0
- package/utilities/_ReferenceCountedHandle.js +1 -0
- package/utilities/watch.js +1 -1
- package/version.d.ts +1 -1
- package/version.js +1 -1
package/data/Feature.d.ts
CHANGED
|
@@ -194,6 +194,7 @@ export declare class Feature extends EntityBase<FeatureProperties> {
|
|
|
194
194
|
private _attachmentsInitialized;
|
|
195
195
|
private _expressionsInitialized;
|
|
196
196
|
private readonly _initializedRelationships;
|
|
197
|
+
private readonly _sourceRelationshipsHandle;
|
|
197
198
|
constructor(properties?: FeatureProperties);
|
|
198
199
|
/**
|
|
199
200
|
* Same as {@link utilities/format/string!StringFormatter.format}, except
|
package/data/Feature.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__decorate as e}from"tslib";import t from"@arcgis/core/Graphic";import s from"@arcgis/core/core/Collection";import{fromJSON as i}from"@arcgis/core/geometry/support/jsonUtils";import{EntityBase as r}from"../Entity.js";import{Hyperlink as a}from"../Hyperlink.js";import{InvalidOperationError as o}from"../InvalidOperationError.js";import{isLayerExtension as n,isTableExtension as l,ItemType as h}from"../ItemType.js";import{serializable as u}from"../support/Serializable.js";import{CaseInsensitiveObservableMap as p}from"../utilities/CaseInsensitiveObservableMap.js";import{MapTransformCollection as c}from"../utilities/MapTransformCollection.js";import{ObservableMap as m}from"../utilities/ObservableMap.js";import{ReadOnlyMap as f}from"../utilities/ReadOnlyMap.js";import{Time as d}from"../utilities/Time.js";import{flatten as g,groupBy as y}from"../utilities/array.js";import{checkArg as _}from"../utilities/checkArg.js";import{compare as b}from"../utilities/collection.js";import{isCodedValueDomain as x,isGeometry as F}from"../utilities/esri.js";import{getArcadeExpressionFromField as w,getRelationshipFromField as v,isArcadeExpressionField as I}from"../utilities/field.js";import{parse as S,esriFormatToGeocortexFormat as z}from"../utilities/format/date.js";import{NumberFormat as A}from"../utilities/format/formats.js";import{parse as E}from"../utilities/format/number.js";import{format as j}from"../utilities/format/string.js";import{parse as T,esriFormatToGeocortexFormat as k}from"../utilities/format/time.js";import{map as R,find as O}from"../utilities/iterable.js";import{getLogger as C}from"../utilities/log.js";import{map as M}from"../utilities/promise.js";import{caseInsensitiveEquals as N}from"../utilities/string.js";import{onCollectionPropertyChange as D}from"../utilities/watch.js";import{FeatureSettings as V}from"./FeatureSettings.js";import{Schema as P}from"./Schema.js";const U=C("geocortex.api.data.Feature");export const SCORE_FIELD="_score";export const SCORE_FIELD_ORIGINAL="_score_original";let G=class extends r{attributes;get geometry(){return this._geometry}set geometry(e){this.notifyChange("geometryType"),this._geometry=F(e)||!e?e:i(e),this.schema.spatialReference=this._geometry?.spatialReference}settings;schema;attachments;expressionFieldValues;_itemType=h.FEATURE;get geometryType(){return this.geometry?this.geometry.type:void 0}get source(){return this._source}set source(e){this._source&&this.settings.parent===this._source.featureSettings&&(this.settings.parent=void 0),this._source&&this.schema.parent===this._source.schema&&(this.schema.parent=void 0),this._source=e,this.settings.parent||(this.settings.parent=e?e.featureSettings:void 0),this.schema.parent||(this.schema.parent=e?e.schema:void 0),this.notifyChange("attachmentsInitialized"),this.notifyChange("relatedFeaturesInitialized")}get primaryKey(){const e=this.attributes.get(this.schema.primaryKeyField);return null!=e?`${e}`:void 0}get hasGlobalId(){return!!this.schema.fields.find((e=>"global-id"===e.type))}get globalId(){const e=this.schema.fields.find((e=>"global-id"===e.type));return e?this.attributes.get(e.name):void 0}set globalId(e){const t=this.schema.fields.find((e=>"global-id"===e.type));if(!t)throw new o("Cannot set global ID on feature -- no global ID field.");this.attributes.set(t.name,e)}get presentableAttributes(){return this._presentableAttributes=this._presentableAttributes||new H(this),this._presentableAttributes}get title(){return this.format(this._title||"")}get description(){return this.format(this._description)}get hyperlinks(){return this._hyperlinks||(this._hyperlinks=new X(this))}get relatedFeatures(){return this._relatedFeatures}get type(){if(this.schema.typeIdField&&this.attributes.has(this.schema.typeIdField)){const e=this.attributes.get(this.schema.typeIdField);return this.schema.types.find((t=>t.id===e))}}get attachmentsInitialized(){return!this.source||this._attachmentsInitialized}get relatedFeaturesInitialized(){return!this.source||this.source.relationships.every((e=>this._initializedRelationships.has(e)))}get expressionsInitialized(){return!this.settings.popupTemplate?.expressionInfos?.length||this._expressionsInitialized}get _hydrationStatus(){return this._featureHydrationStatus?this._featureHydrationStatus:this.source?.capabilities?.supportsQuery&&1===this.attributes.size&&void 0!==this.primaryKey?"dehydrated":"hydrated"}set _hydrationStatus(e){this._featureHydrationStatus=e}get _key(){return`${this.source?.id}//${this.primaryKey??this.globalId??this.id}`}get _title(){let e;return this.settings.popupTemplate&&(e="function"==typeof this.settings.popupTemplate.title?this.settings.popupTemplate.title():this.settings.popupTemplate.title),e||this.schema.displayField&&this.presentableAttributes.get(this.schema.displayField)||""}get _description(){if(this.settings.popupTemplate?.content){if("string"==typeof this.settings.popupTemplate.content)return this.settings.popupTemplate.content;if(Array.isArray(this.settings.popupTemplate.content)){const e=this.settings.popupTemplate.content.find((e=>"text"===e.type));if(e)return e.text}}return""}_geometry;_source;_presentableAttributes;_hyperlinks;_featureHydrationStatus;_relatedFeatures;_expressionFieldValues=new m;_expressionValuesUpdatePending=!1;_attachmentsInitialized=!1;_expressionsInitialized=!1;_initializedRelationships=new WeakSet;constructor(e){super(e),this.settings=new V,this.settings._setFeature(this),this.schema=new P,this.schema._featureSettings=this.settings,this.attachments=new s,this.attributes=new p,this._relatedFeatures=new m,this.expressionFieldValues=new $(this._expressionFieldValues,this),D(this,"source.relationships",(()=>{this.notifyChange("relatedFeaturesInitialized")}),!0),this.settings.watch("popupTemplate",((e,t)=>{e!==t&&(this._expressionsInitialized=!1,this.notifyChange("expressionsInitialized"))}),!0)}format(e,...t){let s="string"==typeof e?{format:e}:e;_("options",s).isNotMissing();const{format:i}=s;_("format",i).isNotMissing();let r=s.format.replace(Q,B);return r=r.replace(K,((e,t,i,r,a)=>ee(this,t||i,r,{...s,format:a?`{0:${a}}`:"{0}"}))),r=r.replace(W,"{{"),s={...s},s.format=r,j(s,...t)}clearExpressionInfos(){this._expressionFieldValues.clear()}toGraphic(){return toGraphic(this)}async fetchExpressionInfos(e=!1){const{expressionInfos:t}=this.settings.popupTemplate??{};if(!t)return;const{runAsyncArcadeExpression:s}=await import("../utilities/arcade.js");if(await Promise.all(t.map((async e=>{try{const t=this.source?.layer??this.source?.sublayer;let i=this.source?.mapExtension;if(!i){const e=this.source?.layerExtension;i=e?.mapExtension}this._expressionFieldValues.set(e.name,await s(e.expression,{layer:t,map:i?.map,feature:this,spatialReference:this.schema.spatialReference}))}catch(t){t instanceof Error&&U.error({message:"Error evaluating expression '{0}': {1}.",error:t},e.name,t.message),this._expressionFieldValues.set(e.name,q)}}))),e)return this.attributes.on("change",(async e=>{this._expressionValuesUpdatePending||(this._expressionValuesUpdatePending=!0,setTimeout((async()=>{this._expressionValuesUpdatePending=!1,await this.fetchExpressionInfos()}),0))}));this._expressionsInitialized=!0,this.notifyChange("expressionsInitialized")}async fetchRelatedFeatures(e,t){if(!this.source)return;let s=[];if(e){const t=new Set(Array.isArray(e)?e:[e]);for(const e of t){const t="string"==typeof e?this.source.relationships.find((t=>t.id===e)):e;if(!t||!this.source.relationships.includes(t))throw new o("Relationship not found in feature source.");s.push(t)}}else s=this.source.relationships.toArray();const i=await M(s,(async e=>[e,await(async()=>{const s=await e.getRelatedFeatures(this,t);return this._initializedRelationships.add(e),s})()]));for(const e of i)this._relatedFeatures.set(e[0],e[1]);this.notifyChange("relatedFeaturesInitialized")}async fetchAttachments(){if(this.source){const e=await this.source.getAttachments(this);b(this.attachments,e,{equals:(e,t)=>e.id===t.id,onMissing:(e,t)=>{this.attachments.remove(e)},onNew:(e,t)=>{this.attachments.add(e)},onMatch:(e,t,s,i)=>{this.attachments.splice(s,1,t)}}),this._attachmentsInitialized=!0,this.notifyChange("attachmentsInitialized")}}async addAttachment(e){return this.source?.addAttachment(this,e)}async deleteAttachments(e){return this.source?.deleteAttachments(this,e)}_getSerializableProperties(){return{...super._getSerializableProperties(),attributes:{serializeModes:["project"],serialize:e=>{const t={};if("project"===e&&this.primaryKey&&(this.source?.capabilities).supportsQuery)t[this.schema.primaryKeyField]=this.primaryKey;else for(const[e,s]of this.attributes.entries())t[e]=s;return t},deserialize:e=>{if(this.attributes.clear(),e instanceof Map||e instanceof m)e.forEach(((e,t)=>{this.attributes.set(t,e)}));else for(const[t,s]of Object.entries(e))this.attributes.set(t,s)}},geometry:{serializeModes:["project"],serialize:e=>"project"===e&&(this.source?.capabilities).supportsQuery?this.getDefault("geometry"):this.geometry?.toJSON(),deserialize:e=>{this.geometry=e}},settings:{serializeModes:["project"],serialize:e=>"project"===e&&(this.source?.capabilities).supportsQuery?this.getDefault("settings"):this.settings.toJSON(e)},schema:{serializeModes:["project"],serialize:e=>"project"===e&&(this.source?.capabilities).supportsQuery?this.getDefault("schema"):this.schema.toJSON(e)},source:["project"]}}_watchProperty(e,t,s,i){if("title"===e||"description"===e){const r=super._watchProperty(e,t,s,i),a="title"===e?"settings.popupTemplate.title":"settings.popupTemplate.content",o=this.watch(a,(()=>{this.notifyChange(e)})),n=this.presentableAttributes.on("change",(()=>{this.notifyChange(e)}));return{remove(){r.remove(),o.remove(),n.remove()}}}return super._watchProperty(e,t,s,i)}async _onInitialize(){const e=this._findRelationshipIds(this._title,this._description),t=this.source?this.source.relationships.map((e=>e.id)).toArray():[],s=[];for(const i of e)t.includes(i)?s.push(this.fetchRelatedFeatures(i)):U.error("Could not find relationship '{0}' referenced in feature title or description.",i);await Promise.all(s)}_findRelationshipIds(...e){const t=[];for(const s of e){let e;const i=s.replace(Q,B);for(;e=J.exec(i),null!==e;){const s=e[0];t.includes(s)||t.push(e[1])}}return t}};G=e([u],G);export{G as Feature};export function toFeature(e,t){const s=new G(t);if(e.attributes){const t=e.attributes;for(const[e,i]of Object.entries(t))s.attributes.set(e,i)}return s.geometry=e.geometry,e.popupTemplate&&(s.settings.popupTemplate=e.popupTemplate),s}export function toGraphic(e){const s=new t;s.attributes={};for(const t of e.attributes.keys())s.attributes[t]=e.attributes.get(t);return n(e.source)&&e.source.layer&&(s.layer=e.source.layer),l(e.source)&&e.source.table&&(s.layer=e.source.table),s.geometry=e.geometry,e.settings.popupTemplate&&(s.popupTemplate=e.settings.popupTemplate),s}const L="Presentable attributes are read-only.",Z="Feature hyperlinks are read-only. Modify the feature's hyperlink templates instead.";class $ extends f{_feature;_pending=new Set;constructor(e,t){super(e),this._feature=t}get(e){return super.has(e)||this._calcExpressionValue(e),super.get(e)}async _calcExpressionValue(e){if(!this._pending.has(e)){this._pending.add(e);try{const{spatialReference:t}=this._feature.schema,s=this._feature.settings.popupTemplate?.expressionInfos?.find((t=>t.name===e));if(!s)return;const{isArcadeScriptAsync:i,runAsyncArcadeExpression:r,arcadeScriptUsesGeometry:a,runArcadeExpression:o}=await import("../utilities/arcade.js");try{if(i(s.expression,t)){const i=this._feature.source?.layer??this._feature.source?.sublayer;let a=this._feature.source?.mapExtension;if(!a){const e=this._feature.source?.layerExtension;a=e?.mapExtension}this._originalMap.set(e,await r(s.expression,{feature:this._feature,layer:i,map:a?.map,spatialReference:t}))}else{if(a(s.expression,t)){const{enableGeometrySupport:e}=await import("@arcgis/core/arcade/arcade");await e()}this._originalMap.set(e,o(s.expression,{feature:this._feature,spatialReference:t}))}}catch(t){t instanceof Error&&U.error({message:"Error evaluating expression '{0}': {1}.",error:t},e,t.message),this._originalMap.set(e,q)}}finally{this._pending.delete(e)}}}}class H extends f{[Symbol.toStringTag];get size(){return this._feature.attributes.size+this._feature.schema.fields._expressionFieldsLength}_feature;_numObservers;_onAllObserversRemoved;constructor(e){super(new p),this._feature=e}clear(){throw new o(L)}delete(e){throw new o(L)}forEach(e,t){_("callback",e).isNotMissing();for(const s of this.keys())e.call(t,this.get(s),s,this)}get(e){const t=this._getFieldExtensionFormat(e);return this._formatAttribute(e,t)}has(e){for(const t of this.keys())if(N(t,e))return!0;return!1}set(...e){throw new o(L)}*entries(){yield*R(this.keys(),(e=>[e,this.get(e)]))}*keys(){yield*this._feature.attributes.keys();for(const e of this._feature.schema.fields.expressionFields)yield e.name;if(null!=this._feature.source?.relationships)for(const e of this._feature.source.relationships)if("one-to-one"===e.cardinality||"many-to-one"===e.cardinality)for(const t of e.relatedSource.schema.fields)yield`relationships/${e.id}/${t.name}`}*values(){yield*R(this.keys(),(e=>this.get(e)))}[Symbol.iterator](){return this.entries()}toJSON(){return Array.from(this.entries())}on(e,t){if(_("callback",t).isNotMissing(),!this._numObservers){const e=new Map,t=new Set,s=()=>{for(const e of t)e.remove();t.clear()};let i;const r=()=>{const t=()=>{i&&(window.clearTimeout(i),i=void 0)};t(),i=window.setTimeout((()=>{const s=[],i=[];for(const[t,i]of this.entries())i!==e.get(t)&&s.push([t,i]);for(const[t,s]of e.entries())this.has(t)&&s===this.get(t)||i.push([t,s]);if(s.length||i.length){const e={added:s,removed:i,target:this};this.emit("change",e),a()}t()}))},a=()=>{e.clear(),s();for(const s of this.keys()){const i=this._getFieldExtension(s);let a="{0}";if(i){const e=i.watch("format",r);t.add(e),i.format&&(a=i.format)}e.set(s,this._formatAttribute(s,a))}};a();const o=this._feature.attributes.on("change",r),n=this._feature.schema.fieldExtensions.on("change",r),l=this._feature.settings.formatSettings.watch(["numberFormat","dateFormat","timeFormat","locale"],r),h=this._feature.expressionFieldValues.on("change",r),u=this._feature.schema.fields.on("change",(e=>{(e.added?.some((e=>I(e.name)))||e.removed?.some((e=>I(e.name))))&&r()})),p=this._feature.settings.watch("popupTemplate",r);this._onAllObserversRemoved=()=>{h.remove(),o.remove(),n.remove(),u.remove(),l.remove(),p.remove(),e.clear(),s()}}const s=super.on("change",t);return this._numObservers++,{remove:()=>{s.remove(),this._numObservers--,this._numObservers||this._onAllObserversRemoved()}}}watch(e,t){if("size"===e){const e=this._feature.attributes.watch("size",((e,s)=>{t(e+this._feature.schema.fields._expressionFieldsLength,s+this._feature.schema.fields._expressionFieldsLength,"size",this)})),s=this._feature.schema.fields.watch("_expressionFieldsLength",((e,s)=>{t(e+this._feature.attributes.size,s+this._feature.attributes.size,"size",this)}));return{remove:()=>{e.remove(),s.remove()}}}return super.watch(e,t)}_getFieldExtension(e){const t=this._feature.schema.findFieldByName(e);if(t)return this._feature.schema.fieldExtensions.forField(t)}_getFieldExtensionFormat(e){const t=this._getFieldExtension(e);return t?t.format:"{0}"}_formatAttribute(e,t){const s=w(e);if(null!=s)return ee(this._feature,"expression",s,{format:t});const[i,r]=v(e);return null!=i?ee(this._feature,i,r,{format:t}):ee(this._feature,void 0,e,{format:t})}}const K=/\{(?:relationships[\\/]([\w-]*)[\\/])?(?:(expression)[\\/])?([_a-zA-ZÀ-ÖØ-öø-ÿ][._a-zA-ZÀ-ÖØ-öø-ÿ0-9]*)(?::([^}]*))?\}/gi,J=/\{relationships\/([\w-]*)[\\/]([^}]*)\}/gi,Q=/{{/g,B="\0MAGIC\0",W=new RegExp(B,"g"),q="#INVALID";class X extends c{_feature;_hyperlinks;constructor(e){super(e.settings.hyperlinkTemplates,(e=>this._getHyperlink(e))),this._feature=e}_getHyperlink(e){return this._hyperlinks=this._hyperlinks||new WeakMap,this._hyperlinks.has(e)||this._hyperlinks.set(e,new Y(this._feature,e)),this._hyperlinks.get(e)}}let Y=class extends a{get url(){return this._template.url?this._feature.format(this._template.url):this._template.url}set url(e){throw new o(Z)}get text(){return this._template.text?this._feature.format(this._template.text):this._template.text}set text(e){throw new o(Z)}get iconUrl(){return this._template.iconUrl?this._feature.format(this._template.iconUrl):this._template.iconUrl}set iconUrl(e){throw new o(Z)}get target(){return this._template.target?this._feature.format(this._template.target):this._template.target}set target(e){throw new o(Z)}get tooltip(){return this._template.tooltip?this._feature.format(this._template.tooltip):this._template.tooltip}set tooltip(e){throw new o(Z)}_feature;_template;constructor(e,t){super(t.toJSON()),this._feature=e,this._template=t}_watchProperty(e,t,s,i){const r=super._watchProperty(e,t,s,i),a=this._template.watch(e,(()=>{this.notifyChange(e)})),o=this._feature.presentableAttributes.on("change",(()=>{this.notifyChange(e)})),n=this._feature.relatedFeatures.on("change",(()=>{this.notifyChange(e)}));return{remove:()=>{r.remove(),a.remove(),o.remove(),n.remove()}}}_getSerializableProperties(){return{}}};function ee(e,t,s,i={format:"{0}"}){if(!N(t,"expression")){if(t){const r=O(e.relatedFeatures.keys(),(e=>N(e.id,t)));if(!r)return U.debug("Could not resolve related field '{0}/{1}",t,s),q;const a=Array.from(e.relatedFeatures.get(r));return"many-to-one"===r.cardinality||"one-to-one"===r.cardinality?a.length<1?(U.debug("Could not resolve related field '{0}/{1}",t,s),q):te(a[0],s,i):a.map((e=>te(e,s,i))).filter((e=>""!==e)).join(",")}return te(e,s,i)}if(!e.settings.popupTemplate?.expressionInfos?.find((e=>N(e.name,s))))return U.debug("Could not find expression '{0}'.",s),q;try{const t=e.expressionFieldValues.get(s)??i.defaultExpressionValue??"",r=e.schema.findFieldByName(`expression/${s}`),a=null==r?void 0:e.schema.fieldExtensions.forField(r);return se(e,t,s,a?.formatSettings,i)}catch(e){if(e instanceof Error)return U.error({message:"Error evaluating expression '{0}': {1}.",error:e},s,e.message),q;throw e}}function te(e,t,s){let i;if(i=e.attributes.get(t),null==i)return"";const r=e.schema.findFieldByName(t),a=e.type?.domains?.[r?.name??t],o=e=>e.codedValues?.find((e=>e.code.toString()===i.toString()))?.name??i;let n;if(N(t,e.schema.typeIdField)){const t=a&&"inherited"!==a.type?a:r?.domain;i="coded-value"===t?.type?o(t):e.type?.name??i}else if(a&&x(a))i=o(a);else if(r?.domain&&x(r.domain))i=o(r.domain);else if(r){switch(r.type){case"integer":case"small-integer":case"big-integer":case"single":case"double":i=E(i);break;case"date":i=S({timeZone:e.schema.timeZone},i);break;case"timestamp-offset":case"date-only":i=S({},i),"date-only"===r.type&&(s.isDateOnly=!0);break;case"time-only":i=T(i);break;default:i=`${i.toString()}`}const t=e.schema.fieldExtensions.forField(r);t&&(n=t.formatSettings)}return se(e,i,t,n,s)}function se(e,t,s,i,r){if("string"==typeof t&&(null==r.format||"{0}"===r.format))return t;const a={...r};if("number"==typeof t||t instanceof Date||t instanceof d){null==a.locale&&(a.locale=i?.locale??e.settings.formatSettings.locale);const r=e.settings.popupTemplate?.fieldInfos?.find((e=>N(e.fieldName,s)))?.format;"number"==typeof t?function(e,t,s,i){null==e.currency&&(e.currency=t?.currency??i.settings.formatSettings.currency);null==e.numberFormat&&(e.numberFormat=t?.numberFormat,null==e.numberFormat&&(e.numberFormat=null==s?i.settings.formatSettings.numberFormat:s.digitSeparator?A.NUMBER:A.FIXED_POINT));null==e.fractionalDigits&&(e.fractionalDigits=t?.fractionalDigits,null==e.fractionalDigits&&(e.fractionalDigits=null==s?i.settings.formatSettings.fractionalDigits:s.places))}(a,i,r,e):t instanceof Date?function(e,t,s,i){null==e.dateFormat&&(e.dateFormat=t?.dateFormat,null==e.dateFormat&&(e.dateFormat=null==s?i.settings.formatSettings.dateFormat:z(s.dateFormat)));null==e.timeZone&&(e.timeZone=t?.timeZone??i.settings.formatSettings.timeZone)}(a,i,r,e):function(e,t,s,i){null==e.timeFormat&&(e.timeFormat=t?.timeFormat,null==e.timeFormat&&(e.timeFormat=null==s?i.settings.formatSettings.timeFormat:k(s.dateFormat)))}(a,i,r,e)}return j(a,t)}Y=e([u],Y);export async function resolveRelatedFeatures(e){const t=y(e,(e=>e.source));await Promise.all(g([...t.keys()].map((e=>e.relationships.toArray()))).map((e=>(async e=>{[...(await e.getAllRelatedFeatures(t.get(e.source))).entries()].forEach((([t,s])=>{t.relatedFeatures.set(e,s)}))})(e))))}
|
|
1
|
+
import{__decorate as e}from"tslib";import t from"@arcgis/core/Graphic";import s from"@arcgis/core/core/Collection";import{fromJSON as i}from"@arcgis/core/geometry/support/jsonUtils";import{EntityBase as r}from"../Entity.js";import{Hyperlink as a}from"../Hyperlink.js";import{InvalidOperationError as o}from"../InvalidOperationError.js";import{isLayerExtension as n,isTableExtension as l,ItemType as h}from"../ItemType.js";import{serializable as u}from"../support/Serializable.js";import{CaseInsensitiveObservableMap as p}from"../utilities/CaseInsensitiveObservableMap.js";import{MapTransformCollection as c}from"../utilities/MapTransformCollection.js";import{ObservableMap as m}from"../utilities/ObservableMap.js";import{ReadOnlyMap as f}from"../utilities/ReadOnlyMap.js";import{Time as d}from"../utilities/Time.js";import g from"../utilities/_ReferenceCountedHandle.js";import{flatten as y,groupBy as _}from"../utilities/array.js";import{checkArg as b}from"../utilities/checkArg.js";import{compare as F}from"../utilities/collection.js";import{isCodedValueDomain as x,isGeometry as w}from"../utilities/esri.js";import{getArcadeExpressionFromField as v,getRelationshipFromField as I,isArcadeExpressionField as S}from"../utilities/field.js";import{parse as z,esriFormatToGeocortexFormat as A}from"../utilities/format/date.js";import{NumberFormat as E}from"../utilities/format/formats.js";import{parse as j}from"../utilities/format/number.js";import{format as T}from"../utilities/format/string.js";import{parse as k,esriFormatToGeocortexFormat as R}from"../utilities/format/time.js";import{map as C,find as O}from"../utilities/iterable.js";import{getLogger as M}from"../utilities/log.js";import{map as N}from"../utilities/promise.js";import{caseInsensitiveEquals as D}from"../utilities/string.js";import{onCollectionPropertyChange as P}from"../utilities/watch.js";import{FeatureSettings as V}from"./FeatureSettings.js";import{Schema as U}from"./Schema.js";const G=M("geocortex.api.data.Feature");export const SCORE_FIELD="_score";export const SCORE_FIELD_ORIGINAL="_score_original";let H=class extends r{attributes;get geometry(){return this._geometry}set geometry(e){this.notifyChange("geometryType"),this._geometry=w(e)||!e?e:i(e),this.schema.spatialReference=this._geometry?.spatialReference}settings;schema;attachments;expressionFieldValues;_itemType=h.FEATURE;get geometryType(){return this.geometry?this.geometry.type:void 0}get source(){return this._source}set source(e){this._source&&this.settings.parent===this._source.featureSettings&&(this.settings.parent=void 0),this._source&&this.schema.parent===this._source.schema&&(this.schema.parent=void 0),this._source=e,this.settings.parent||(this.settings.parent=e?e.featureSettings:void 0),this.schema.parent||(this.schema.parent=e?e.schema:void 0),this.notifyChange("attachmentsInitialized"),this.notifyChange("relatedFeaturesInitialized")}get primaryKey(){const e=this.attributes.get(this.schema.primaryKeyField);return null!=e?`${e}`:void 0}get hasGlobalId(){return!!this.schema.fields.find((e=>"global-id"===e.type))}get globalId(){const e=this.schema.fields.find((e=>"global-id"===e.type));return e?this.attributes.get(e.name):void 0}set globalId(e){const t=this.schema.fields.find((e=>"global-id"===e.type));if(!t)throw new o("Cannot set global ID on feature -- no global ID field.");this.attributes.set(t.name,e)}get presentableAttributes(){return null==this._presentableAttributes&&(this._presentableAttributes=new K(this)),this._presentableAttributes}get title(){return this.format(this._title||"")}get description(){return this.format(this._description)}get hyperlinks(){return this._hyperlinks||(this._hyperlinks=new Y(this))}get relatedFeatures(){return this._relatedFeatures}get type(){if(this.schema.typeIdField&&this.attributes.has(this.schema.typeIdField)){const e=this.attributes.get(this.schema.typeIdField);return this.schema.types.find((t=>t.id===e))}}get attachmentsInitialized(){return!this.source||this._attachmentsInitialized}get relatedFeaturesInitialized(){return!this.source||this.source.relationships.every((e=>this._initializedRelationships.has(e)))}get expressionsInitialized(){return!this.settings.popupTemplate?.expressionInfos?.length||this._expressionsInitialized}get _hydrationStatus(){return this._featureHydrationStatus?this._featureHydrationStatus:this.source?.capabilities?.supportsQuery&&1===this.attributes.size&&void 0!==this.primaryKey?"dehydrated":"hydrated"}set _hydrationStatus(e){this._featureHydrationStatus=e}get _key(){return`${this.source?.id}//${this.primaryKey??this.globalId??this.id}`}get _title(){let e;return this.settings.popupTemplate&&(e="function"==typeof this.settings.popupTemplate.title?this.settings.popupTemplate.title():this.settings.popupTemplate.title),e||this.schema.displayField&&this.presentableAttributes.get(this.schema.displayField)||""}get _description(){if(this.settings.popupTemplate?.content){if("string"==typeof this.settings.popupTemplate.content)return this.settings.popupTemplate.content;if(Array.isArray(this.settings.popupTemplate.content)){const e=this.settings.popupTemplate.content.find((e=>"text"===e.type));if(e)return e.text}}return""}_geometry;_source;_presentableAttributes;_hyperlinks;_featureHydrationStatus;_relatedFeatures;_expressionFieldValues=new m;_expressionValuesUpdatePending=!1;_attachmentsInitialized=!1;_expressionsInitialized=!1;_initializedRelationships=new WeakSet;_sourceRelationshipsHandle=new g((()=>P(this,"source.relationships",(()=>{this.notifyChange("relatedFeaturesInitialized")}),!0)));constructor(e){super(e),this.settings=new V,this.settings._setFeature(this),this.schema=new U,this.schema._featureSettings=this.settings,this.attachments=new s,this.attributes=new p,this._relatedFeatures=new m,this.expressionFieldValues=new $(this._expressionFieldValues,this),this.settings.watch("popupTemplate",((e,t)=>{e!==t&&(this._expressionsInitialized=!1,this.notifyChange("expressionsInitialized"))}),!0)}format(e,...t){let s="string"==typeof e?{format:e}:e;b("options",s).isNotMissing();const{format:i}=s;b("format",i).isNotMissing();let r=s.format.replace(B,W);return r=r.replace(J,((e,t,i,r,a)=>te(this,t||i,r,{...s,format:a?`{0:${a}}`:"{0}"}))),r=r.replace(q,"{{"),s={...s},s.format=r,T(s,...t)}clearExpressionInfos(){this._expressionFieldValues.clear()}toGraphic(){return toGraphic(this)}async fetchExpressionInfos(e=!1){const{expressionInfos:t}=this.settings.popupTemplate??{};if(!t)return;const{runAsyncArcadeExpression:s}=await import("../utilities/arcade.js");if(await Promise.all(t.map((async e=>{try{const t=this.source?.layer??this.source?.sublayer;let i=this.source?.mapExtension;if(!i){const e=this.source?.layerExtension;i=e?.mapExtension}this._expressionFieldValues.set(e.name,await s(e.expression,{layer:t,map:i?.map,feature:this,spatialReference:this.schema.spatialReference}))}catch(t){t instanceof Error&&G.error({message:"Error evaluating expression '{0}': {1}.",error:t},e.name,t.message),this._expressionFieldValues.set(e.name,X)}}))),e)return this.attributes.on("change",(async e=>{this._expressionValuesUpdatePending||(this._expressionValuesUpdatePending=!0,setTimeout((async()=>{this._expressionValuesUpdatePending=!1,await this.fetchExpressionInfos()}),0))}));this._expressionsInitialized=!0,this.notifyChange("expressionsInitialized")}async fetchRelatedFeatures(e,t){if(!this.source)return;let s=[];if(e){const t=new Set(Array.isArray(e)?e:[e]);for(const e of t){const t="string"==typeof e?this.source.relationships.find((t=>t.id===e)):e;if(!t||!this.source.relationships.includes(t))throw new o("Relationship not found in feature source.");s.push(t)}}else s=this.source.relationships.toArray();const i=await N(s,(async e=>[e,await(async()=>{const s=await e.getRelatedFeatures(this,t);return this._initializedRelationships.add(e),s})()]));for(const e of i)this._relatedFeatures.set(e[0],e[1]);this.notifyChange("relatedFeaturesInitialized")}async fetchAttachments(){if(this.source){const e=await this.source.getAttachments(this);F(this.attachments,e,{equals:(e,t)=>e.id===t.id,onMissing:(e,t)=>{this.attachments.remove(e)},onNew:(e,t)=>{this.attachments.add(e)},onMatch:(e,t,s,i)=>{this.attachments.splice(s,1,t)}}),this._attachmentsInitialized=!0,this.notifyChange("attachmentsInitialized")}}async addAttachment(e){return this.source?.addAttachment(this,e)}async deleteAttachments(e){return this.source?.deleteAttachments(this,e)}_getSerializableProperties(){return{...super._getSerializableProperties(),attributes:{serializeModes:["project"],serialize:e=>{const t={};if("project"===e&&this.primaryKey&&(this.source?.capabilities).supportsQuery)t[this.schema.primaryKeyField]=this.primaryKey;else for(const[e,s]of this.attributes.entries())t[e]=s;return t},deserialize:e=>{if(this.attributes.clear(),e instanceof Map||e instanceof m)e.forEach(((e,t)=>{this.attributes.set(t,e)}));else for(const[t,s]of Object.entries(e))this.attributes.set(t,s)}},geometry:{serializeModes:["project"],serialize:e=>"project"===e&&(this.source?.capabilities).supportsQuery?this.getDefault("geometry"):this.geometry?.toJSON(),deserialize:e=>{this.geometry=e}},settings:{serializeModes:["project"],serialize:e=>"project"===e&&(this.source?.capabilities).supportsQuery?this.getDefault("settings"):this.settings.toJSON(e)},schema:{serializeModes:["project"],serialize:e=>"project"===e&&(this.source?.capabilities).supportsQuery?this.getDefault("schema"):this.schema.toJSON(e)},source:["project"]}}_watchProperty(e,t,s,i){if("title"===e||"description"===e){const r=super._watchProperty(e,t,s,i),a="title"===e?"settings.popupTemplate.title":"settings.popupTemplate.content",o=this.watch(a,(()=>{this.notifyChange(e)})),n=this.presentableAttributes.on("change",(()=>{this.notifyChange(e)}));return{remove(){r.remove(),o.remove(),n.remove()}}}if("relatedFeaturesInitialized"===e){const r=[this._sourceRelationshipsHandle.add(),super._watchProperty(e,t,s,i)];return{remove:()=>{for(const e of r)e.remove()}}}return super._watchProperty(e,t,s,i)}async _onInitialize(){const e=this._findRelationshipIds(this._title,this._description),t=this.source?this.source.relationships.map((e=>e.id)).toArray():[],s=[];for(const i of e)t.includes(i)?s.push(this.fetchRelatedFeatures(i)):G.error("Could not find relationship '{0}' referenced in feature title or description.",i);await Promise.all(s)}_findRelationshipIds(...e){const t=[];for(const s of e){let e;const i=s.replace(B,W);for(;e=Q.exec(i),null!==e;){const s=e[0];t.includes(s)||t.push(e[1])}}return t}};H=e([u],H);export{H as Feature};export function toFeature(e,t){const s=new H(t);if(e.attributes){const t=e.attributes;for(const[e,i]of Object.entries(t))s.attributes.set(e,i)}return s.geometry=e.geometry,e.popupTemplate&&(s.settings.popupTemplate=e.popupTemplate),s}export function toGraphic(e){const s=new t;s.attributes={};for(const t of e.attributes.keys())s.attributes[t]=e.attributes.get(t);return n(e.source)&&e.source.layer&&(s.layer=e.source.layer),l(e.source)&&e.source.table&&(s.layer=e.source.table),s.geometry=e.geometry,e.settings.popupTemplate&&(s.popupTemplate=e.settings.popupTemplate),s}const L="Presentable attributes are read-only.",Z="Feature hyperlinks are read-only. Modify the feature's hyperlink templates instead.";class $ extends f{_feature;_pending=new Set;constructor(e,t){super(e),this._feature=t}get(e){return super.has(e)||this._calcExpressionValue(e),super.get(e)}async _calcExpressionValue(e){if(!this._pending.has(e)){this._pending.add(e);try{const{spatialReference:t}=this._feature.schema,s=this._feature.settings.popupTemplate?.expressionInfos?.find((t=>t.name===e));if(!s)return;const{isArcadeScriptAsync:i,runAsyncArcadeExpression:r,arcadeScriptUsesGeometry:a,runArcadeExpression:o}=await import("../utilities/arcade.js");try{if(i(s.expression,t)){const i=this._feature.source?.layer??this._feature.source?.sublayer;let a=this._feature.source?.mapExtension;if(!a){const e=this._feature.source?.layerExtension;a=e?.mapExtension}this._originalMap.set(e,await r(s.expression,{feature:this._feature,layer:i,map:a?.map,spatialReference:t}))}else{if(a(s.expression,t)){const{enableGeometrySupport:e}=await import("@arcgis/core/arcade/arcade");await e()}this._originalMap.set(e,o(s.expression,{feature:this._feature,spatialReference:t}))}}catch(t){t instanceof Error&&G.error({message:"Error evaluating expression '{0}': {1}.",error:t},e,t.message),this._originalMap.set(e,X)}}finally{this._pending.delete(e)}}}}class K extends f{[Symbol.toStringTag];get size(){return this._feature.attributes.size+this._feature.schema.fields._expressionFieldsLength}_feature;_numObservers;_onAllObserversRemoved;constructor(e){super(new p),this._feature=e}clear(){throw new o(L)}delete(e){throw new o(L)}forEach(e,t){b("callback",e).isNotMissing();for(const s of this.keys())e.call(t,this.get(s),s,this)}get(e){const t=this._getFieldExtensionFormat(e);return this._formatAttribute(e,t)}has(e){for(const t of this.keys())if(D(t,e))return!0;return!1}set(...e){throw new o(L)}*entries(){yield*C(this.keys(),(e=>[e,this.get(e)]))}*keys(){yield*this._feature.attributes.keys();for(const e of this._feature.schema.fields.expressionFields)yield e.name;if(null!=this._feature.source?.relationships)for(const e of this._feature.source.relationships)if("one-to-one"===e.cardinality||"many-to-one"===e.cardinality)for(const t of e.relatedSource.schema.fields)yield`relationships/${e.id}/${t.name}`}*values(){yield*C(this.keys(),(e=>this.get(e)))}[Symbol.iterator](){return this.entries()}toJSON(){return Array.from(this.entries())}on(e,t){if(b("callback",t).isNotMissing(),!this._numObservers){const e=new Map,t=new Set,s=()=>{for(const e of t)e.remove();t.clear()};let i;const r=()=>{const t=()=>{i&&(window.clearTimeout(i),i=void 0)};t(),i=window.setTimeout((()=>{const s=[],i=[];for(const[t,i]of this.entries())i!==e.get(t)&&s.push([t,i]);for(const[t,s]of e.entries())this.has(t)&&s===this.get(t)||i.push([t,s]);if(s.length||i.length){const e={added:s,removed:i,target:this};this.emit("change",e),a()}t()}))},a=()=>{e.clear(),s();for(const s of this.keys()){const i=this._getFieldExtension(s);let a="{0}";if(i){const e=i.watch("format",r);t.add(e),i.format&&(a=i.format)}e.set(s,this._formatAttribute(s,a))}};a();const o=this._feature.attributes.on("change",r),n=this._feature.schema.fieldExtensions.on("change",r),l=this._feature.settings.formatSettings.watch(["numberFormat","dateFormat","timeFormat","locale"],r),h=this._feature.expressionFieldValues.on("change",r),u=this._feature.schema.fields.on("change",(e=>{(e.added?.some((e=>S(e.name)))||e.removed?.some((e=>S(e.name))))&&r()})),p=this._feature.settings.watch("popupTemplate",r);this._onAllObserversRemoved=()=>{h.remove(),o.remove(),n.remove(),u.remove(),l.remove(),p.remove(),e.clear(),s()}}const s=super.on("change",t);return this._numObservers++,{remove:()=>{s.remove(),this._numObservers--,this._numObservers||this._onAllObserversRemoved()}}}watch(e,t){if("size"===e){const e=this._feature.attributes.watch("size",((e,s)=>{t(e+this._feature.schema.fields._expressionFieldsLength,s+this._feature.schema.fields._expressionFieldsLength,"size",this)})),s=this._feature.schema.fields.watch("_expressionFieldsLength",((e,s)=>{t(e+this._feature.attributes.size,s+this._feature.attributes.size,"size",this)}));return{remove:()=>{e.remove(),s.remove()}}}return super.watch(e,t)}_getFieldExtension(e){const t=this._feature.schema.findFieldByName(e);if(t)return this._feature.schema.fieldExtensions.forField(t)}_getFieldExtensionFormat(e){const t=this._getFieldExtension(e);return t?t.format:"{0}"}_formatAttribute(e,t){const s=v(e);if(null!=s)return te(this._feature,"expression",s,{format:t});const[i,r]=I(e);return null!=i?te(this._feature,i,r,{format:t}):te(this._feature,void 0,e,{format:t})}}const J=/\{(?:relationships[\\/]([\w-]*)[\\/])?(?:(expression)[\\/])?([_a-zA-ZÀ-ÖØ-öø-ÿ][._a-zA-ZÀ-ÖØ-öø-ÿ0-9]*)(?::([^}]*))?\}/gi,Q=/\{relationships\/([\w-]*)[\\/]([^}]*)\}/gi,B=/{{/g,W="\0MAGIC\0",q=new RegExp(W,"g"),X="#INVALID";class Y extends c{_feature;_hyperlinks;constructor(e){super(e.settings.hyperlinkTemplates,(e=>this._getHyperlink(e))),this._feature=e}_getHyperlink(e){return this._hyperlinks=this._hyperlinks||new WeakMap,this._hyperlinks.has(e)||this._hyperlinks.set(e,new ee(this._feature,e)),this._hyperlinks.get(e)}}let ee=class extends a{get url(){return this._template.url?this._feature.format(this._template.url):this._template.url}set url(e){throw new o(Z)}get text(){return this._template.text?this._feature.format(this._template.text):this._template.text}set text(e){throw new o(Z)}get iconUrl(){return this._template.iconUrl?this._feature.format(this._template.iconUrl):this._template.iconUrl}set iconUrl(e){throw new o(Z)}get target(){return this._template.target?this._feature.format(this._template.target):this._template.target}set target(e){throw new o(Z)}get tooltip(){return this._template.tooltip?this._feature.format(this._template.tooltip):this._template.tooltip}set tooltip(e){throw new o(Z)}_feature;_template;constructor(e,t){super(t.toJSON()),this._feature=e,this._template=t}_watchProperty(e,t,s,i){const r=super._watchProperty(e,t,s,i),a=this._template.watch(e,(()=>{this.notifyChange(e)})),o=this._feature.presentableAttributes.on("change",(()=>{this.notifyChange(e)})),n=this._feature.relatedFeatures.on("change",(()=>{this.notifyChange(e)}));return{remove:()=>{r.remove(),a.remove(),o.remove(),n.remove()}}}_getSerializableProperties(){return{}}};function te(e,t,s,i={format:"{0}"}){if(!D(t,"expression")){if(t){const r=O(e.relatedFeatures.keys(),(e=>D(e.id,t)));if(!r)return G.debug("Could not resolve related field '{0}/{1}",t,s),X;const a=Array.from(e.relatedFeatures.get(r));return"many-to-one"===r.cardinality||"one-to-one"===r.cardinality?a.length<1?(G.debug("Could not resolve related field '{0}/{1}",t,s),X):se(a[0],s,i):a.map((e=>se(e,s,i))).filter((e=>""!==e)).join(",")}return se(e,s,i)}if(!e.settings.popupTemplate?.expressionInfos?.find((e=>D(e.name,s))))return G.debug("Could not find expression '{0}'.",s),X;try{const t=e.expressionFieldValues.get(s)??i.defaultExpressionValue??"",r=e.schema.findFieldByName(`expression/${s}`),a=null==r?void 0:e.schema.fieldExtensions.forField(r);return ie(e,t,s,a?.formatSettings,i)}catch(e){if(e instanceof Error)return G.error({message:"Error evaluating expression '{0}': {1}.",error:e},s,e.message),X;throw e}}function se(e,t,s){let i;if(i=e.attributes.get(t),null==i)return"";const r=e.schema.findFieldByName(t),a=e.type?.domains?.[r?.name??t],o=e=>e.codedValues?.find((e=>e.code.toString()===i.toString()))?.name??i;let n;if(D(t,e.schema.typeIdField)){const t=a&&"inherited"!==a.type?a:r?.domain;i="coded-value"===t?.type?o(t):e.type?.name??i}else if(a&&x(a))i=o(a);else if(r?.domain&&x(r.domain))i=o(r.domain);else if(r){switch(r.type){case"integer":case"small-integer":case"big-integer":case"single":case"double":i=j(i);break;case"date":i=z({timeZone:e.schema.timeZone},i);break;case"timestamp-offset":case"date-only":i=z({},i),"date-only"===r.type&&(s.isDateOnly=!0);break;case"time-only":i=k(i);break;default:i=`${i.toString()}`}const t=e.schema.fieldExtensions.forField(r);t&&(n=t.formatSettings)}return ie(e,i,t,n,s)}function ie(e,t,s,i,r){if("string"==typeof t&&(null==r.format||"{0}"===r.format))return t;const a={...r};if("number"==typeof t||t instanceof Date||t instanceof d){null==a.locale&&(a.locale=i?.locale??e.settings.formatSettings.locale);const r=e.settings.popupTemplate?.fieldInfos?.find((e=>D(e.fieldName,s)))?.format;"number"==typeof t?function(e,t,s,i){null==e.currency&&(e.currency=t?.currency??i.settings.formatSettings.currency);null==e.numberFormat&&(e.numberFormat=t?.numberFormat,null==e.numberFormat&&(e.numberFormat=null==s?i.settings.formatSettings.numberFormat:s.digitSeparator?E.NUMBER:E.FIXED_POINT));null==e.fractionalDigits&&(e.fractionalDigits=t?.fractionalDigits,null==e.fractionalDigits&&(e.fractionalDigits=null==s?i.settings.formatSettings.fractionalDigits:s.places))}(a,i,r,e):t instanceof Date?function(e,t,s,i){null==e.dateFormat&&(e.dateFormat=t?.dateFormat,null==e.dateFormat&&(e.dateFormat=null==s?i.settings.formatSettings.dateFormat:A(s.dateFormat)));null==e.timeZone&&(e.timeZone=t?.timeZone??i.settings.formatSettings.timeZone)}(a,i,r,e):function(e,t,s,i){null==e.timeFormat&&(e.timeFormat=t?.timeFormat,null==e.timeFormat&&(e.timeFormat=null==s?i.settings.formatSettings.timeFormat:R(s.dateFormat)))}(a,i,r,e)}return T(a,t)}ee=e([u],ee);export async function resolveRelatedFeatures(e){const t=_(e,(e=>e.source));await Promise.all(y([...t.keys()].map((e=>e.relationships.toArray()))).map((e=>(async e=>{[...(await e.getAllRelatedFeatures(t.get(e.source))).entries()].forEach((([t,s])=>{t.relatedFeatures.set(e,s)}))})(e))))}
|
|
@@ -79,7 +79,7 @@ export declare class FeatureSettings extends Settings<FeatureSettingsProperties>
|
|
|
79
79
|
* schema.
|
|
80
80
|
*/
|
|
81
81
|
readonly popupContentExtensions: PopupContentExtensionCollection;
|
|
82
|
-
private
|
|
82
|
+
private _popupContentCollection;
|
|
83
83
|
/**
|
|
84
84
|
* Templates that define hyperlinks associated with the feature. Each
|
|
85
85
|
* template's properties can contain field tokens enclosed in `{}`, which
|
package/data/FeatureSettings.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
import{__decorate as t}from"tslib";import e from"@arcgis/core/PopupTemplate";import{Hyperlink as i}from"../Hyperlink.js";import{isPopupContentExtension as n}from"../ItemType.js";import{ArrayWrappedCollection as o}from"../mapping/support/ArrayWrappedCollection.js";import{FormatSettings as s}from"../support/FormatSettings.js";import{InitializableCollectionProxy as r}from"../support/InitializableCollectionProxy.js";import{filterJSONProperties as p,isDefault as a,serializable as u,shouldExcludeDefaults as l}from"../support/Serializable.js";import{Settings as h}from"../support/Settings.js";import{compare as f}from"../utilities/array.js";import{checkArg as d}from"../utilities/checkArg.js";import{getAllFieldInfos as m,getAllReferencedFieldNames as c,isPopupTemplate as _}from"../utilities/esri.js";import{isArcadeExpressionField as g,isRelationshipField as S}from"../utilities/field.js";import{objectKeys as C}from"../utilities/object.js";import{isQueryBasedRelationship as y}from"../utilities/relationships.js";import{caseInsensitiveEquals as T}from"../utilities/string.js";import{onCollectionPropertyChange as x}from"../utilities/watch.js";import{PopupContentExtension as z,_popupContentExtensionMap as E}from"./PopupContentExtension.js";let v=class extends h{popupContentExtensions;_isDefaultPopupTemplate=!1;_popupContentCollection;get _popupContent(){return this._popupContentCollection}get hyperlinkTemplates(){return this._getCollectionSetting("hyperlinkTemplates")}get popupTemplate(){return this._getSetting("popupTemplate")}set popupTemplate(t){let i;i=t instanceof Object&&!_(t)?e.fromJSON(t):t;const n=this?._feature?.schema?.createPopupTemplate()??this?._featureSource?.schema?.createPopupTemplate();i&&n&&(i.content=i.content??n.content,i.fieldInfos=i.fieldInfos??n.fieldInfos),this._setSetting("popupTemplate",i),this._isDefaultPopupTemplate=!1}get showRelatedRecordsWhenUnconfigured(){return this._getSetting("showRelatedRecordsWhenUnconfigured",!0)}set showRelatedRecordsWhenUnconfigured(t){this._setSetting("showRelatedRecordsWhenUnconfigured",t)}get formatSettings(){return this._getNestedSettings("formatSettings",(()=>new s))}get returnGeometry(){return this._getSetting("returnGeometry",!0)}set returnGeometry(t){this._setSetting("returnGeometry",t)}get outFields(){return this._getSetting("outFields",this._defaultOutFields)}set outFields(t){this._setSetting("outFields",t)}get outSpatialReference(){return this._getSetting("outSpatialReference")}set outSpatialReference(t){this._setSetting("outSpatialReference",t)}get maxAllowableOffset(){return this._getSetting("maxAllowableOffset")}set maxAllowableOffset(t){this._setSetting("maxAllowableOffset",t)}get zoomScale(){return this._getSetting("zoomScale")}set zoomScale(t){this._setSetting("zoomScale",t)}get zoomFactor(){const t=this._feature?this._feature.schema:this._featureSource?.schema,e=t&&"point"===t.geometryType?void 0:1.5;return this._getSetting("zoomFactor",e)}set zoomFactor(t){this._setSetting("zoomFactor",t)}get featureSource(){return this._featureSource}get feature(){return this._feature}_featureSource;_feature;constructor(t){super(t),this._popupContentCollection=this._createPopupContentCollection(),this.popupContentExtensions=new A(this)}get _defaultOutFields(){if(null==this.popupTemplate)return["*"];const t=m(this.popupTemplate),e=this.featureSource?.schema?.primaryKeyField;if(t&&e){const i=new Set;i.add(e);const n=this.featureSource.schema.fields.toArray().map((t=>t.name)),o=new Set([...c(this.popupTemplate),...this.hyperlinkTemplates.toArray().flatMap((t=>t.getReferencedFields()))]),s=t.filter((t=>t.visible||t.isEditable&&this.featureSource.capabilities.supportsEditing)).map((t=>t.fieldName)).concat(...o).filter((t=>n.some((e=>T(e,t)))));return this._featureSource.relationships.forEach((t=>{y(t)&&s.push(t.keyField)})),s.filter((t=>!(g(t)||S(t)))).forEach((t=>i.add(t))),Array.from(i.values())}return["*"]}_setFeatureSource(t){this._featureSource=t,this.notifyChange("featureSource")}_setFeature(t){this._feature=t,this.notifyChange("feature")}toJSON(t="all"){const e=p(this._getSerializableProperties(),this,t)||{},i=e.popupContentExtensions?.filter((t=>{const e=this.parent;return!e?.popupContentExtensions?.some((e=>e.id===t.id))}));if(e)for(const t of C(e))this.isModified(t)||delete e[t];if(i?.length&&(e.popupContentExtensions=i),!l(t)||!a(e))return e}_createPopupContentCollection(){return new o({parent:this,targetProperty:"popupTemplate",arrayProperty:"content"})}_getSerializableProperties(){return{hyperlinkTemplates:{serializeModes:["initial"],deserialize:t=>{t.forEach((t=>{this.hyperlinkTemplates.find((e=>this._hyperlinksAreEquivalent(e,t)))||this.hyperlinkTemplates.add(t instanceof i?t:new i(t))})),this.hyperlinkTemplates.toArray().forEach((e=>{const i=this.hyperlinkTemplates.indexOf(e),n=t.findIndex((t=>this._hyperlinksAreEquivalent(t,e)));n<0?this.hyperlinkTemplates.removeAt(i):n!==i&&this.hyperlinkTemplates.reorder(e,n)}))}},popupTemplate:{serializeModes:["project"],isDefault:()=>!this._isDefaultPopupTemplate},showRelatedRecordsWhenUnconfigured:{serializeModes:["initial"],default:!0},formatSettings:"initial",outFields:{serializeModes:["initial"],serialize:()=>this.isModified("outFields")?this.outFields:void 0},returnGeometry:{serializeModes:["initial"],default:!0},outSpatialReference:"initial",maxAllowableOffset:"initial",zoomScale:"initial",zoomFactor:{serializeModes:["initial"],isDefault:t=>{const e=this._feature?this._feature.schema:this._featureSource?.schema;return t===(e&&"point"===e.geometryType?void 0:1.5)}},popupContentExtensions:{serializeModes:["initial"],serialize:t=>this.popupContentExtensions.map((e=>e.toJSON(t))).filter((t=>!(t&&2===Object.keys(t).length&&t.id&&t.content))).toArray(),deserialize:t=>{t&&f(this.popupContentExtensions,t,{onNew:(t,e)=>{this.popupContentExtensions.add(n(t)?t:new z(t),e)},onMatch:(t,e,i,o)=>{n(e)||t.assignProperties(e),i!==o&&this.popupContentExtensions.reorder(t,o)},onMissing:t=>{this.popupContentExtensions.remove(t)},equals:(t,e)=>n(e)?e===t||e.id===t.id:!(!e?.content||!z.matchesRef(this.popupContentExtensions.toArray(),this.popupContentExtensions.indexOf(t),e.content))||t.id===e.id})}}}}_hyperlinksAreEquivalent(t,e){if(t===e)return!0;const i=t=>t||"";return i(t.text)===i(e.text)&&i(t.url)===i(e.url)&&i(t.iconUrl)===i(e.iconUrl)&&i(t.target)===i(e.target)&&i(t.tooltip)===i(e.tooltip)}};v=t([u],v);export{v as FeatureSettings};class A extends r{get _collection(){return this._featureSettings._popupContent.map((t=>this._forContent(t))).concat(Array.from(this._uninitializedPopupContentExtensions))}get _popupTemplateIsInherited(){return this._featureSettings.parent&&this._featureSettings.popupTemplate===this._featureSettings.parent.popupTemplate}_featureSettings;_uninitializedPopupContentExtensions=new Set;constructor(t){super(),this._featureSettings=t,x(this._featureSettings,"_popupContent",(t=>{const e={added:(t.added||[]).map((t=>this._forContent(t))),moved:(t.moved||[]).map((t=>this._forContent(t))),removed:(t.removed||[]).map((t=>this._forContent(t))),target:this};this.emit("change",e)})),t.watch("_popupContent.length",(()=>this.notifyChange("length")))}forContent(t){if(d("content",t).isNotMissing(),this._featureSettings._popupContent.includes(t))return this._forContent(t)}add(t,i){if(d("contentX",t).isNotMissing(),this._popupTemplateIsInherited&&(this._featureSettings.popupTemplate=new e({content:this._featureSettings._popupContent.toArray()})),t.featureSettings&&t.featureSettings.popupContentExtensions.remove(t),t._setFeatureSettings(this._featureSettings),t.content){const e=E.get(t.content);if(E.set(t.content,t),e&&e!==t&&this._onRemoved(e),this._featureSettings._popupContent.includes(t.content))if(void 0===i){const i={added:[t],moved:[],removed:e?[e]:[],target:this};this.emit("change",i)}else this._featureSettings._popupContent.reorder(t.content,i);else this._featureSettings._popupContent.add(t.content,i)}else{this._uninitializedPopupContentExtensions.add(t);const e={added:[t],moved:[],removed:[],target:this};this.emit("change",e)}return this._onAdded(t),this}removeAt(t){const i=this.getItemAt(t);if(void 0!==i){if(this._popupTemplateIsInherited&&(this._featureSettings.popupTemplate=new e({content:this._featureSettings._popupContent.toArray()})),this._uninitializedPopupContentExtensions.has(i)){this._uninitializedPopupContentExtensions.delete(i);const t={added:[],moved:[],removed:[i],target:this};this.emit("change",t)}else this._featureSettings._popupContent.remove(i.content);return this._onRemoved(i),i}}reorder(t,i){if(t&&this._featureSettings._popupContent.includes(t.content))return this._popupTemplateIsInherited&&(this._featureSettings.popupTemplate=new e({content:this._featureSettings._popupContent.toArray()})),this._featureSettings._popupContent.reorder(t.content,i),t}sort(t){return this._popupTemplateIsInherited&&(this._featureSettings.popupTemplate=new e({content:this._featureSettings._popupContent.toArray()})),this._featureSettings._popupContent.sort(((e,i)=>t(this._forContent(e),this._forContent(i)))),this}_itemIsInitialized(t){return super._itemIsInitialized(t)&&!!t.content}_onAdded(t){}_onRemoved(t){t.featureSettings===this._featureSettings&&t._setFeatureSettings(void 0)}_forContent(t){if(this._uninitializedPopupContentExtensions.size)for(const t of this._uninitializedPopupContentExtensions)t._resolveContent(),t.content&&(E.set(t.content,t),this._uninitializedPopupContentExtensions.delete(t));if(!E.has(t)){const e=new z({content:t});E.set(t,e),e._setFeatureSettings(this._featureSettings),this._onAdded(e)}return E.get(t)}}
|
|
1
|
+
import{__decorate as t}from"tslib";import e from"@arcgis/core/PopupTemplate";import{Hyperlink as i}from"../Hyperlink.js";import{isPopupContentExtension as n}from"../ItemType.js";import{ArrayWrappedCollection as o}from"../mapping/support/ArrayWrappedCollection.js";import{FormatSettings as s}from"../support/FormatSettings.js";import{InitializableCollectionProxy as r}from"../support/InitializableCollectionProxy.js";import{filterJSONProperties as p,isDefault as a,serializable as u,shouldExcludeDefaults as l}from"../support/Serializable.js";import{Settings as h}from"../support/Settings.js";import f from"../utilities/_ReferenceCountedHandle.js";import{compare as d}from"../utilities/array.js";import{checkArg as c}from"../utilities/checkArg.js";import{getAllFieldInfos as m,getAllReferencedFieldNames as _,isPopupTemplate as g}from"../utilities/esri.js";import{isArcadeExpressionField as S,isRelationshipField as C}from"../utilities/field.js";import{objectKeys as y}from"../utilities/object.js";import{isQueryBasedRelationship as T}from"../utilities/relationships.js";import{caseInsensitiveEquals as x}from"../utilities/string.js";import{onCollectionPropertyChange as z}from"../utilities/watch.js";import{PopupContentExtension as v,_popupContentExtensionMap as E}from"./PopupContentExtension.js";let w=class extends h{popupContentExtensions;_isDefaultPopupTemplate=!1;_popupContentCollection;get _popupContent(){return null==this._popupContentCollection&&(this._popupContentCollection=this._createPopupContentCollection()),this._popupContentCollection}get hyperlinkTemplates(){return this._getCollectionSetting("hyperlinkTemplates")}get popupTemplate(){return this._getSetting("popupTemplate")}set popupTemplate(t){let i;i=t instanceof Object&&!g(t)?e.fromJSON(t):t;const n=this?._feature?.schema?.createPopupTemplate()??this?._featureSource?.schema?.createPopupTemplate();i&&n&&(i.content=i.content??n.content,i.fieldInfos=i.fieldInfos??n.fieldInfos),this._setSetting("popupTemplate",i),this._isDefaultPopupTemplate=!1}get showRelatedRecordsWhenUnconfigured(){return this._getSetting("showRelatedRecordsWhenUnconfigured",!0)}set showRelatedRecordsWhenUnconfigured(t){this._setSetting("showRelatedRecordsWhenUnconfigured",t)}get formatSettings(){return this._getNestedSettings("formatSettings",(()=>new s))}get returnGeometry(){return this._getSetting("returnGeometry",!0)}set returnGeometry(t){this._setSetting("returnGeometry",t)}get outFields(){return this._getSetting("outFields",this._defaultOutFields)}set outFields(t){this._setSetting("outFields",t)}get outSpatialReference(){return this._getSetting("outSpatialReference")}set outSpatialReference(t){this._setSetting("outSpatialReference",t)}get maxAllowableOffset(){return this._getSetting("maxAllowableOffset")}set maxAllowableOffset(t){this._setSetting("maxAllowableOffset",t)}get zoomScale(){return this._getSetting("zoomScale")}set zoomScale(t){this._setSetting("zoomScale",t)}get zoomFactor(){const t=this._feature?this._feature.schema:this._featureSource?.schema,e=t&&"point"===t.geometryType?void 0:1.5;return this._getSetting("zoomFactor",e)}set zoomFactor(t){this._setSetting("zoomFactor",t)}get featureSource(){return this._featureSource}get feature(){return this._feature}_featureSource;_feature;constructor(t){super(t),this.popupContentExtensions=new A(this)}get _defaultOutFields(){if(null==this.popupTemplate)return["*"];const t=m(this.popupTemplate),e=this.featureSource?.schema?.primaryKeyField;if(t&&e){const i=new Set;i.add(e);const n=this.featureSource.schema.fields.toArray().map((t=>t.name)),o=new Set([..._(this.popupTemplate),...this.hyperlinkTemplates.toArray().flatMap((t=>t.getReferencedFields()))]),s=t.filter((t=>t.visible||t.isEditable&&this.featureSource.capabilities.supportsEditing)).map((t=>t.fieldName)).concat(...o).filter((t=>n.some((e=>x(e,t)))));return this._featureSource.relationships.forEach((t=>{T(t)&&s.push(t.keyField)})),s.filter((t=>!(S(t)||C(t)))).forEach((t=>i.add(t))),Array.from(i.values())}return["*"]}_setFeatureSource(t){this._featureSource=t,this.notifyChange("featureSource")}_setFeature(t){this._feature=t,this.notifyChange("feature")}toJSON(t="all"){const e=p(this._getSerializableProperties(),this,t)||{},i=e.popupContentExtensions?.filter((t=>{const e=this.parent;return!e?.popupContentExtensions?.some((e=>e.id===t.id))}));if(e)for(const t of y(e))this.isModified(t)||delete e[t];if(i?.length&&(e.popupContentExtensions=i),!l(t)||!a(e))return e}_createPopupContentCollection(){return new o({parent:this,targetProperty:"popupTemplate",arrayProperty:"content"})}_getSerializableProperties(){return{hyperlinkTemplates:{serializeModes:["initial"],deserialize:t=>{t.forEach((t=>{this.hyperlinkTemplates.find((e=>this._hyperlinksAreEquivalent(e,t)))||this.hyperlinkTemplates.add(t instanceof i?t:new i(t))})),this.hyperlinkTemplates.toArray().forEach((e=>{const i=this.hyperlinkTemplates.indexOf(e),n=t.findIndex((t=>this._hyperlinksAreEquivalent(t,e)));n<0?this.hyperlinkTemplates.removeAt(i):n!==i&&this.hyperlinkTemplates.reorder(e,n)}))}},popupTemplate:{serializeModes:["project"],isDefault:()=>!this._isDefaultPopupTemplate},showRelatedRecordsWhenUnconfigured:{serializeModes:["initial"],default:!0},formatSettings:"initial",outFields:{serializeModes:["initial"],serialize:()=>this.isModified("outFields")?this.outFields:void 0},returnGeometry:{serializeModes:["initial"],default:!0},outSpatialReference:"initial",maxAllowableOffset:"initial",zoomScale:"initial",zoomFactor:{serializeModes:["initial"],isDefault:t=>{const e=this._feature?this._feature.schema:this._featureSource?.schema;return t===(e&&"point"===e.geometryType?void 0:1.5)}},popupContentExtensions:{serializeModes:["initial"],serialize:t=>this.popupContentExtensions.map((e=>e.toJSON(t))).filter((t=>!(t&&2===Object.keys(t).length&&t.id&&t.content))).toArray(),deserialize:t=>{t&&d(this.popupContentExtensions,t,{onNew:(t,e)=>{this.popupContentExtensions.add(n(t)?t:new v(t),e)},onMatch:(t,e,i,o)=>{n(e)||t.assignProperties(e),i!==o&&this.popupContentExtensions.reorder(t,o)},onMissing:t=>{this.popupContentExtensions.remove(t)},equals:(t,e)=>n(e)?e===t||e.id===t.id:!(!e?.content||!v.matchesRef(this.popupContentExtensions.toArray(),this.popupContentExtensions.indexOf(t),e.content))||t.id===e.id})}}}}_hyperlinksAreEquivalent(t,e){if(t===e)return!0;const i=t=>t||"";return i(t.text)===i(e.text)&&i(t.url)===i(e.url)&&i(t.iconUrl)===i(e.iconUrl)&&i(t.target)===i(e.target)&&i(t.tooltip)===i(e.tooltip)}};w=t([u],w);export{w as FeatureSettings};class A extends r{get _collection(){return this._featureSettings._popupContent.map((t=>this._forContent(t))).concat(Array.from(this._uninitializedPopupContentExtensions))}get _popupTemplateIsInherited(){return this._featureSettings.parent&&this._featureSettings.popupTemplate===this._featureSettings.parent.popupTemplate}_featureSettings;_uninitializedPopupContentExtensions=new Set;_popupContentHandle=new f((()=>z(this._featureSettings,"_popupContent",(t=>{const e={added:(t.added||[]).map((t=>this._forContent(t))),moved:(t.moved||[]).map((t=>this._forContent(t))),removed:(t.removed||[]).map((t=>this._forContent(t))),target:this};this.emit("change",e)}))));_popupContentLengthHandle=new f((()=>this._featureSettings.watch("_popupContent.length",(()=>this.notifyChange("length")))));constructor(t){super(),this._featureSettings=t}forContent(t){if(c("content",t).isNotMissing(),this._featureSettings._popupContent.includes(t))return this._forContent(t)}add(t,i){if(c("contentX",t).isNotMissing(),this._popupTemplateIsInherited&&(this._featureSettings.popupTemplate=new e({content:this._featureSettings._popupContent.toArray()})),t.featureSettings&&t.featureSettings.popupContentExtensions.remove(t),t._setFeatureSettings(this._featureSettings),t.content){const e=E.get(t.content);if(E.set(t.content,t),e&&e!==t&&this._onRemoved(e),this._featureSettings._popupContent.includes(t.content))if(void 0===i){const i={added:[t],moved:[],removed:e?[e]:[],target:this};this.emit("change",i)}else this._featureSettings._popupContent.reorder(t.content,i);else this._featureSettings._popupContent.add(t.content,i)}else{this._uninitializedPopupContentExtensions.add(t);const e={added:[t],moved:[],removed:[],target:this};this.emit("change",e)}return this._onAdded(t),this}removeAt(t){const i=this.getItemAt(t);if(void 0!==i){if(this._popupTemplateIsInherited&&(this._featureSettings.popupTemplate=new e({content:this._featureSettings._popupContent.toArray()})),this._uninitializedPopupContentExtensions.has(i)){this._uninitializedPopupContentExtensions.delete(i);const t={added:[],moved:[],removed:[i],target:this};this.emit("change",t)}else this._featureSettings._popupContent.remove(i.content);return this._onRemoved(i),i}}reorder(t,i){if(t&&this._featureSettings._popupContent.includes(t.content))return this._popupTemplateIsInherited&&(this._featureSettings.popupTemplate=new e({content:this._featureSettings._popupContent.toArray()})),this._featureSettings._popupContent.reorder(t.content,i),t}sort(t){return this._popupTemplateIsInherited&&(this._featureSettings.popupTemplate=new e({content:this._featureSettings._popupContent.toArray()})),this._featureSettings._popupContent.sort(((e,i)=>t(this._forContent(e),this._forContent(i)))),this}on(t,e){if("change"===t){const i=[this._popupContentHandle.add(),super.on(t,e)];return{remove:()=>{for(const t of i)t.remove()}}}return super.on(t,e)}watch(t,e,i){if((Array.isArray(t)?t:[t]).includes("length")){const n=[this._popupContentLengthHandle.add(),super.watch(t,e,i)];return{remove:()=>{for(const t of n)t.remove()}}}return super.watch(t,e,i)}_itemIsInitialized(t){return super._itemIsInitialized(t)&&!!t.content}_onAdded(t){}_onRemoved(t){t.featureSettings===this._featureSettings&&t._setFeatureSettings(void 0)}_forContent(t){if(this._uninitializedPopupContentExtensions.size)for(const t of this._uninitializedPopupContentExtensions)t._resolveContent(),t.content&&(E.set(t.content,t),this._uninitializedPopupContentExtensions.delete(t));if(!E.has(t)){const e=new v({content:t});E.set(t,e),e._setFeatureSettings(this._featureSettings),this._onAdded(e)}return E.get(t)}}
|
|
@@ -16,7 +16,7 @@ import type { Attachment, AttachmentProperties } from "./Attachment.js";
|
|
|
16
16
|
import type { Capabilities } from "./Capabilities.js";
|
|
17
17
|
import type { Feature } from "./Feature.js";
|
|
18
18
|
import { FeatureSettings } from "./FeatureSettings.js";
|
|
19
|
-
import { Schema } from "./Schema.js";
|
|
19
|
+
import { Schema, type SchemaProperties } from "./Schema.js";
|
|
20
20
|
import { TaskSettings } from "./TaskSettings.js";
|
|
21
21
|
import type { RelationshipProperties } from "./_Relationship.js";
|
|
22
22
|
import { Relationship } from "./_Relationship.js";
|
|
@@ -164,8 +164,10 @@ export declare abstract class FeatureSourceBase<TProperties extends FeatureSourc
|
|
|
164
164
|
protected _postInitialize(): Promise<void>;
|
|
165
165
|
/**
|
|
166
166
|
* Called to create the {@link data/Schema!Schema} for this feature source.
|
|
167
|
+
*
|
|
168
|
+
* @param properties Initial properties for the schema.
|
|
167
169
|
*/
|
|
168
|
-
protected _createSchema(): Schema;
|
|
170
|
+
protected _createSchema(properties?: SchemaProperties): Schema;
|
|
169
171
|
/**
|
|
170
172
|
* Called to create the {@link data/FeatureSettings!FeatureSettings} for this
|
|
171
173
|
* feature source.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import t from"@arcgis/core/core/Collection";import e from"@arcgis/core/popup/content/TextContent.js";import{ArgumentError as i}from"../ArgumentError.js";import{EntityBase as s}from"../Entity.js";import{Hyperlink as r}from"../Hyperlink.js";import{InvalidOperationError as a}from"../InvalidOperationError.js";import{isMenu as n,isRelationship as o}from"../ItemType.js";import{NotFoundError as u}from"../NotFoundError.js";import{FeatureReadOptions as c}from"../data/FeatureSource.js";import{Menu as l}from"../menus/Menu.js";import{initializeCollection as h}from"../support/InitializableBase.js";import{CollectionProxy as p}from"../utilities/CollectionProxy.js";import{first as d}from"../utilities/asyncIterable.js";import{checkArg as f}from"../utilities/checkArg.js";import{compare as m}from"../utilities/collection.js";import{every as g}from"../utilities/iterable.js";import{getLogger as w}from"../utilities/log.js";import{FeatureSettings as y}from"./FeatureSettings.js";import{Schema as S}from"./Schema.js";import{TaskSettings as A}from"./TaskSettings.js";import{Relationship as _}from"./_Relationship.js";const F="Adding features is not supported.",z="Updating features is not supported.",j="Deleting features is not supported.",M=Object.freeze({supportsAdd:!1,supportsUpdate:!1,supportsDelete:!1,supportsEditing:!1,supportsAttachmentEditing:!1}),b=w("FeatureSourceBase");export class FeatureSourceBase extends s{featureSettings;taskSettings;schema;relationships;hyperlinks;iconUrl;onAddFeature;onEditFeature;get featureActions(){return this._featureActions}set featureActions(t){this._featureActions=t,t&&this.isInitialized&&!t.isInitialized&&(async()=>{try{await t.initialize()}catch(t){t instanceof Error&&b.error({message:"An error occurred while initializing feature action menu.",error:t})}})()}get featureSourceActions(){return this._featureSourceActions}set featureSourceActions(t){this._featureSourceActions=t,t&&this.isInitialized&&!t.isInitialized&&(async()=>{try{await t.initialize()}catch(t){t instanceof Error&&b.error({message:"An error occurred while initializing feature source action menu.",error:t})}})()}queryService;get capabilities(){return this._capabilities()}_featureActions;_featureSourceActions;constructor(t){super(t),this.featureSettings=this._createAndSetupFeatureSettings(),this.taskSettings=this._createTaskSettings(),this.schema=this._createAndSetupSchema(),this.relationships=this._createRelationships(),this.hyperlinks=this._createHyperlinks()}getFullExtent(){}async getAttachments(t){return f("feature",t).isNotMissing(),await this.initialize(),this._getAttachments(t)}async addAttachment(t,e){if(f("feature",t).isNotMissing(),f("attachment",e).isNotMissing(),t.source&&t.source!==this)throw new i("feature",`Cannot add an attachment to a feature not of this source (${this.title??this.id})`);return await this.initialize(),this._addAttachment(t,e)}async deleteAttachments(t,e){if(f("feature",t).isNotMissing(),f("attachmentIds",e).isNotMissing(),t.source&&t.source!==this)throw new i("feature",`Cannot delete attachments from a feature not of this source (${this.title??this.id})`);await this.initialize(),await this._deleteAttachments(t,e)}async getFeature(t,e){f("id",t).isNotMissing();const i=this.getFeatures([t],e),s=await d(i);if(!s)throw new u("No feature exists with ID '{0}'.",t);return s}getFeatures(t,e){f("ids",t).isNotMissing();const i=this;return async function*(){await i.initialize(),yield*i._getFeatures(t,{...c.DEFAULTS,...c.fromFeatureSource(i),...e})}()}async addFeature(t,e){f("feature",t).isNotMissing(),await this.addFeatures([t])}async addFeatures(t,e){if(f("features",t).isNotMissing(),await this.initialize(),!this.capabilities.supportsAdd)throw new a(F);await this._addFeatures(t,e)}async updateFeature(t,e){f("feature",t).isNotMissing(),await this.updateFeatures([t])}async updateFeatures(t,e){if(f("features",t).isNotMissing(),await this.initialize(),!this.capabilities.supportsUpdate)throw new a(z);await this._updateFeatures(t,e)}async deleteFeature(t,e){f("feature",t).isNotMissing(),await this.deleteFeatures([t])}async deleteFeatures(t,e){if(f("features",t).isNotMissing(),f("features",t).satisfies((t=>g(t,(t=>"string"==typeof t?null!=t:null!=t.primaryKey))),"Features must have an object id to be deleted."),await this.initialize(),!this.capabilities.supportsDelete)throw new a(j);const i=[];for(const e of t)i.push("string"==typeof e?e:e.primaryKey);await this._deleteFeatures(i,e)}_getSerializableProperties(){return{...super._getSerializableProperties(),featureSettings:{serializeModes:["initial","project"],isDefault:t=>{if(!t)return!0;if(t.constructor===Object){if(!Object.keys(t).length)return!0}return!1}},taskSettings:"initial",onAddFeature:"initial",onEditFeature:"initial",schema:["initial","project"],relationships:{serializeModes:["initial"],serialize:t=>this.relationships?this.relationships.filter((t=>"ArcGISRelationship"!==t.relationshipType)).toArray():[],deserialize:t=>{m(this.relationships,t,{onNew:t=>{o(t)?this.relationships.add(t):this.relationships.add(_.create(t))},onMatch:(t,e)=>{o(t)&&t.assignProperties({title:e.title})},onMissing:t=>{"ArcGISRelationship"!==t.relationshipType&&this.relationships.remove(t)},equals:(t,e)=>t.id===e.id})},default:[]},hyperlinks:{serialize:!1,deserialize:t=>{this.hyperlinks.removeAll(),this.hyperlinks.addMany(t.map((t=>t instanceof r?t:new r(t))))}},iconUrl:"initial",featureActions:{serializeModes:["initial"],deserialize:t=>{t?n(t)?this.featureActions=t:this.featureActions?this.featureActions.assignProperties(t):this.featureActions=l.create(t):this.featureActions=void 0}},featureSourceActions:{serializeModes:["initial"],deserialize:t=>{t?n(t)?this.featureSourceActions=t:this.featureSourceActions?this.featureSourceActions.assignProperties(t):this.featureSourceActions=l.create(t):this.featureSourceActions=void 0}}}}*_initializableChildCollections(){yield*super._initializableChildCollections(),yield this.schema.fieldExtensions}async _onInitialize(){await super._onInitialize(),this.featureActions&&await this.featureActions.initialize(),this.featureSourceActions&&await this.featureSourceActions.initialize()}async _postInitialize(){await super._postInitialize(),this.featureSettings.popupTemplate||(this.featureSettings.popupTemplate=this.schema.createPopupTemplate(),this.featureSettings._isDefaultPopupTemplate=!0);const{popupTemplate:t}=this.featureSettings;"function"==typeof t.content&&(t.content=t.content()),t.content=await t.content,"string"==typeof t.content&&(t.content=[new e({text:t.content})]),!t.title&&this.schema.displayField&&(t.title=`{${this.schema.displayField}}`),await h(this.featureSettings.popupContentExtensions,{target:this,onInitializeWarning:t=>this.emit("initializeWarning",t)}),await Promise.all(this.relationships.toArray().map((t=>t.relatedSource?.initialize())))}_createSchema(){return new S}_createFeatureSettings(){return new y}_createTaskSettings(){return new A}_createRelationships(){return new RelationshipCollection(this)}_createHyperlinks(){return new t}async _getAttachments(t){return[]}async _addAttachment(t,e){throw new a("Adding attachments is not supported.")}async _deleteAttachments(t,e){throw new a("Deleting attachments is not supported.")}_getFeatures(t,e){const{primaryKeyField:i}=this.schema;if(this.queryService&&i){const s=t.map((t=>`${i} = ${t}`)).join(" OR ");return this.queryService.query(this,s,e)}throw new a("Querying features is not supported.")}_addFeatures(t,e){throw new a(F)}_updateFeatures(t,e){throw new a(z)}_deleteFeatures(t,e){throw new a(j)}_capabilities(){return M}_isRelationship(t){return"function"==typeof t.getRelatedFeatures}_createAndSetupSchema(){const t=this._createSchema();return t._featureSettings=this.featureSettings,t}_createAndSetupFeatureSettings(){const t=this._createFeatureSettings();return t._setFeatureSource(this),t}}export class RelationshipCollection extends p{_source;constructor(e){super(new t),this._source=e}add(t,e){return f("relationship",t).isNotMissing(),t.source&&t.source.relationships.remove(t),o(t)&&t._setSource(this._source),super.add(t,e)}removeAt(t){const e=super.removeAt(t);return o(e)&&e._setSource(void 0),e}}
|
|
1
|
+
import t from"@arcgis/core/core/Collection";import e from"@arcgis/core/popup/content/TextContent.js";import{ArgumentError as i}from"../ArgumentError.js";import{EntityBase as s}from"../Entity.js";import{Hyperlink as r}from"../Hyperlink.js";import{InvalidOperationError as a}from"../InvalidOperationError.js";import{isMenu as n,isRelationship as o}from"../ItemType.js";import{NotFoundError as u}from"../NotFoundError.js";import{FeatureReadOptions as c}from"../data/FeatureSource.js";import{Menu as l}from"../menus/Menu.js";import{initializeCollection as h}from"../support/InitializableBase.js";import{CollectionProxy as p}from"../utilities/CollectionProxy.js";import{first as d}from"../utilities/asyncIterable.js";import{checkArg as f}from"../utilities/checkArg.js";import{compare as m}from"../utilities/collection.js";import{every as g}from"../utilities/iterable.js";import{getLogger as w}from"../utilities/log.js";import{FeatureSettings as y}from"./FeatureSettings.js";import{Schema as S}from"./Schema.js";import{TaskSettings as A}from"./TaskSettings.js";import{Relationship as _}from"./_Relationship.js";const F="Adding features is not supported.",z="Updating features is not supported.",j="Deleting features is not supported.",M=Object.freeze({supportsAdd:!1,supportsUpdate:!1,supportsDelete:!1,supportsEditing:!1,supportsAttachmentEditing:!1}),b=w("FeatureSourceBase");export class FeatureSourceBase extends s{featureSettings;taskSettings;schema;relationships;hyperlinks;iconUrl;onAddFeature;onEditFeature;get featureActions(){return this._featureActions}set featureActions(t){this._featureActions=t,t&&this.isInitialized&&!t.isInitialized&&(async()=>{try{await t.initialize()}catch(t){t instanceof Error&&b.error({message:"An error occurred while initializing feature action menu.",error:t})}})()}get featureSourceActions(){return this._featureSourceActions}set featureSourceActions(t){this._featureSourceActions=t,t&&this.isInitialized&&!t.isInitialized&&(async()=>{try{await t.initialize()}catch(t){t instanceof Error&&b.error({message:"An error occurred while initializing feature source action menu.",error:t})}})()}queryService;get capabilities(){return this._capabilities()}_featureActions;_featureSourceActions;constructor(t){super(t),this.featureSettings=this._createAndSetupFeatureSettings(),this.taskSettings=this._createTaskSettings(),this.schema=this._createAndSetupSchema(),this.relationships=this._createRelationships(),this.hyperlinks=this._createHyperlinks()}getFullExtent(){}async getAttachments(t){return f("feature",t).isNotMissing(),await this.initialize(),this._getAttachments(t)}async addAttachment(t,e){if(f("feature",t).isNotMissing(),f("attachment",e).isNotMissing(),t.source&&t.source!==this)throw new i("feature",`Cannot add an attachment to a feature not of this source (${this.title??this.id})`);return await this.initialize(),this._addAttachment(t,e)}async deleteAttachments(t,e){if(f("feature",t).isNotMissing(),f("attachmentIds",e).isNotMissing(),t.source&&t.source!==this)throw new i("feature",`Cannot delete attachments from a feature not of this source (${this.title??this.id})`);await this.initialize(),await this._deleteAttachments(t,e)}async getFeature(t,e){f("id",t).isNotMissing();const i=this.getFeatures([t],e),s=await d(i);if(!s)throw new u("No feature exists with ID '{0}'.",t);return s}getFeatures(t,e){f("ids",t).isNotMissing();const i=this;return async function*(){await i.initialize(),yield*i._getFeatures(t,{...c.DEFAULTS,...c.fromFeatureSource(i),...e})}()}async addFeature(t,e){f("feature",t).isNotMissing(),await this.addFeatures([t])}async addFeatures(t,e){if(f("features",t).isNotMissing(),await this.initialize(),!this.capabilities.supportsAdd)throw new a(F);await this._addFeatures(t,e)}async updateFeature(t,e){f("feature",t).isNotMissing(),await this.updateFeatures([t])}async updateFeatures(t,e){if(f("features",t).isNotMissing(),await this.initialize(),!this.capabilities.supportsUpdate)throw new a(z);await this._updateFeatures(t,e)}async deleteFeature(t,e){f("feature",t).isNotMissing(),await this.deleteFeatures([t])}async deleteFeatures(t,e){if(f("features",t).isNotMissing(),f("features",t).satisfies((t=>g(t,(t=>"string"==typeof t?null!=t:null!=t.primaryKey))),"Features must have an object id to be deleted."),await this.initialize(),!this.capabilities.supportsDelete)throw new a(j);const i=[];for(const e of t)i.push("string"==typeof e?e:e.primaryKey);await this._deleteFeatures(i,e)}_getSerializableProperties(){return{...super._getSerializableProperties(),featureSettings:{serializeModes:["initial","project"],isDefault:t=>{if(!t)return!0;if(t.constructor===Object){if(!Object.keys(t).length)return!0}return!1}},taskSettings:"initial",onAddFeature:"initial",onEditFeature:"initial",schema:["initial","project"],relationships:{serializeModes:["initial"],serialize:t=>this.relationships?this.relationships.filter((t=>"ArcGISRelationship"!==t.relationshipType)).toArray():[],deserialize:t=>{m(this.relationships,t,{onNew:t=>{o(t)?this.relationships.add(t):this.relationships.add(_.create(t))},onMatch:(t,e)=>{o(t)&&t.assignProperties({title:e.title})},onMissing:t=>{"ArcGISRelationship"!==t.relationshipType&&this.relationships.remove(t)},equals:(t,e)=>t.id===e.id})},default:[]},hyperlinks:{serialize:!1,deserialize:t=>{this.hyperlinks.removeAll(),this.hyperlinks.addMany(t.map((t=>t instanceof r?t:new r(t))))}},iconUrl:"initial",featureActions:{serializeModes:["initial"],deserialize:t=>{t?n(t)?this.featureActions=t:this.featureActions?this.featureActions.assignProperties(t):this.featureActions=l.create(t):this.featureActions=void 0}},featureSourceActions:{serializeModes:["initial"],deserialize:t=>{t?n(t)?this.featureSourceActions=t:this.featureSourceActions?this.featureSourceActions.assignProperties(t):this.featureSourceActions=l.create(t):this.featureSourceActions=void 0}}}}*_initializableChildCollections(){yield*super._initializableChildCollections(),yield this.schema.fieldExtensions}async _onInitialize(){await super._onInitialize(),this.featureActions&&await this.featureActions.initialize(),this.featureSourceActions&&await this.featureSourceActions.initialize()}async _postInitialize(){await super._postInitialize(),this.featureSettings.popupTemplate||(this.featureSettings.popupTemplate=this.schema.createPopupTemplate(),this.featureSettings._isDefaultPopupTemplate=!0);const{popupTemplate:t}=this.featureSettings;"function"==typeof t.content&&(t.content=t.content()),t.content=await t.content,"string"==typeof t.content&&(t.content=[new e({text:t.content})]),!t.title&&this.schema.displayField&&(t.title=`{${this.schema.displayField}}`),await h(this.featureSettings.popupContentExtensions,{target:this,onInitializeWarning:t=>this.emit("initializeWarning",t)}),await Promise.all(this.relationships.toArray().map((t=>t.relatedSource?.initialize())))}_createSchema(t){return new S(t)}_createFeatureSettings(){return new y}_createTaskSettings(){return new A}_createRelationships(){return new RelationshipCollection(this)}_createHyperlinks(){return new t}async _getAttachments(t){return[]}async _addAttachment(t,e){throw new a("Adding attachments is not supported.")}async _deleteAttachments(t,e){throw new a("Deleting attachments is not supported.")}_getFeatures(t,e){const{primaryKeyField:i}=this.schema;if(this.queryService&&i){const s=t.map((t=>`${i} = ${t}`)).join(" OR ");return this.queryService.query(this,s,e)}throw new a("Querying features is not supported.")}_addFeatures(t,e){throw new a(F)}_updateFeatures(t,e){throw new a(z)}_deleteFeatures(t,e){throw new a(j)}_capabilities(){return M}_isRelationship(t){return"function"==typeof t.getRelatedFeatures}_createAndSetupSchema(){const t=this._createSchema();return t._featureSettings=this.featureSettings,t}_createAndSetupFeatureSettings(){const t=this._createFeatureSettings();return t._setFeatureSource(this),t}}export class RelationshipCollection extends p{_source;constructor(e){super(new t),this._source=e}add(t,e){return f("relationship",t).isNotMissing(),t.source&&t.source.relationships.remove(t),o(t)&&t._setSource(this._source),super.add(t,e)}removeAt(t){const e=super.removeAt(t);return o(e)&&e._setSource(void 0),e}}
|
package/data/FieldExtension.d.ts
CHANGED
|
@@ -6,6 +6,7 @@ import type { FieldJson } from "../json/FieldJson.js";
|
|
|
6
6
|
import type { FormatSettingsProperties } from "../support/FormatSettings.js";
|
|
7
7
|
import { FormatSettings } from "../support/FormatSettings.js";
|
|
8
8
|
import type { PropertyDefs } from "../support/Serializable.js";
|
|
9
|
+
import type { WatchCallback } from "../support/esri.js";
|
|
9
10
|
import type { Schema } from "./Schema.js";
|
|
10
11
|
/**
|
|
11
12
|
* Properties that extend the ArcGis portal representation of a Field.
|
|
@@ -85,6 +86,7 @@ export declare class FieldExtension extends EntityBase<FieldExtensionProperties>
|
|
|
85
86
|
private _schema;
|
|
86
87
|
private _deferredFieldProperties;
|
|
87
88
|
private _originalRef;
|
|
89
|
+
private readonly _schemaFeatureSourceHandle;
|
|
88
90
|
/**
|
|
89
91
|
* Creates a new instance of {@link data/FieldExtension!FieldExtension}.
|
|
90
92
|
*
|
|
@@ -98,6 +100,7 @@ export declare class FieldExtension extends EntityBase<FieldExtensionProperties>
|
|
|
98
100
|
* @param fieldRef The field reference to match with a field.
|
|
99
101
|
*/
|
|
100
102
|
static matchesRef(fieldX: FieldExtension | Field, fieldRef: FieldProperties): boolean;
|
|
103
|
+
protected _watchProperty(propertyKey: keyof this, subpath: string, callback: WatchCallback, sync: boolean): IHandle;
|
|
101
104
|
protected _getSerializableProperties(): PropertyDefs<FieldExtensionProperties>;
|
|
102
105
|
protected _onInitialize(): Promise<void>;
|
|
103
106
|
private _setField;
|
package/data/FieldExtension.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var e;import{__decorate as
|
|
1
|
+
var e;import{__decorate as t}from"tslib";import i from"@arcgis/core/layers/support/Field";import{EntityBase as r}from"../Entity.js";import{InvalidOperationError as s}from"../InvalidOperationError.js";import{isFieldExtension as o,ItemType as a}from"../ItemType.js";import{FormatSettings as f}from"../support/FormatSettings.js";import{serializable as n}from"../support/Serializable.js";import d from"../utilities/_ReferenceCountedHandle.js";import{isField as l}from"../utilities/esri.js";import{isArcadeExpressionField as m}from"../utilities/field.js";import{esriFormatToGeocortexFormat as h}from"../utilities/format/date.js";import{NumberFormat as _}from"../utilities/format/formats.js";import{esriFormatToGeocortexFormat as c}from"../utilities/format/time.js";import{deepClone as p}from"../utilities/object.js";import{caseInsensitiveEquals as F}from"../utilities/string.js";export const _fieldExtensionMap=new WeakMap;let u=e=class extends r{get field(){return this._field}get schema(){return this._schema}get fieldInfo(){if(this._fieldInfo)return this._fieldInfo;if(!this.field?.name)return;const e=this._schema?._featureSettings?.popupTemplate,t=e?.fieldInfos||[];return this._fieldInfo=t.find((e=>F(e.fieldName,this.field.name))),this._fieldInfo}format="{0}";formatSettings=new g(this);searchable=!0;_itemType=a.FIELD_EXTENSION;_field;_fieldInfo;_schema;_deferredFieldProperties;_originalRef;_schemaFeatureSourceHandle=new d((()=>this.watch("_schema.featureSource",(()=>this.notifyChange("fieldInfo")))));constructor(e){super(e);const{field:t}=e??{};l(t)?this._setField(t):"string"==typeof t?this._deferredFieldProperties={$ref:t}:t?t.$ref?this._deferredFieldProperties=t:this._setField(i.fromJSON(t)):this._setField(new i),this.watch("_schema._featureSettings",(e=>{this.formatSettings.parent=e?e.formatSettings:void 0}),!0)}static matchesRef(e,t){return o(e)?F(e.field?.name??e._deferredFieldProperties?.$ref,t.$ref??t.name):F(e.name,t.$ref??t.name)}_switchField(e){e&&this._field!==e&&(this._field=e,_fieldExtensionMap.set(e,this))}_setSchema(e){this._schema=e,this._resolveField(),this.notifyChange("schema"),this.notifyChange("fieldInfo")}_resolveField(){if(this._field||!this._deferredFieldProperties||!this._schema)return;const t=this._schema.fields.find((t=>e.matchesRef(t,this._deferredFieldProperties)));t&&(this._setField(t),this.assignProperties({field:this._deferredFieldProperties}),this._originalRef=this._deferredFieldProperties.$ref,delete this._deferredFieldProperties,_fieldExtensionMap.set(t,this))}_watchProperty(e,t,i,r){if("fieldInfo"===e){const s=[this._schemaFeatureSourceHandle.add(),super._watchProperty(e,t,i,r)];return{remove:()=>{for(const e of s)e.remove()}}}return super._watchProperty(e,t,i,r)}_getSerializableProperties(){return{...super._getSerializableProperties(),field:{serializeModes:["initial"],serialize:()=>this.field?this._originalRef?{$ref:this._originalRef}:this._schema?.fields.includes(this._field)&&this.field.name?{$ref:this.field.name}:this.field.toJSON():this._deferredFieldProperties?p(this._deferredFieldProperties):void 0,deserialize:e=>{if(l(e)&&e!==this.field)throw new Error("Property 'field' is read-only.")}},searchable:{serializeModes:["initial"],isDefault:e=>e!==m(this._field?.name)},format:{serializeModes:["initial"],default:"{0}"},formatSettings:"initial"}}async _onInitialize(){if(this._resolveField(),!this._field){const e=this._deferredFieldProperties.$ref;throw this._schema?new s(`Field not found with name: ${e}. Field does not exist.`):new s(`Field not found with name: ${e}. Field does not have a parent schema.`)}}_setField(e){this._field=e,m(this._field?.name)&&(this.searchable=!1),this.notifyChange("field"),this.notifyChange("fieldInfo")}};u=e=t([n],u);export{u as FieldExtension};let g=class extends f{fieldExtension;_fieldInfoFormatPlaces=new d((()=>this.fieldExtension.watch("fieldInfo.format.places",(()=>this.notifyChange("fractionalDigits")))));_fieldInfoFormatDigitSeparator=new d((()=>this.fieldExtension.watch("fieldInfo.format.digitSeparator",(()=>this.notifyChange("numberFormat")))));_fieldInfoFormatDateFormat=new d((()=>this.fieldExtension.watch("fieldInfo.format.dateFormat",(()=>{this.notifyChange("dateFormat"),this.notifyChange("timeFormat")}))));constructor(e,t){super(t),this.fieldExtension=e}get fractionalDigits(){const e=this.fieldExtension.fieldInfo?.format?.places;return!this.isModified("fractionalDigits")&&this.useFieldInfo&&e?e:this._getSetting("fractionalDigits")}set fractionalDigits(e){this._setSetting("fractionalDigits",e)}get numberFormat(){const e=this.fieldExtension.fieldInfo?.format?.digitSeparator;return!this.isModified("numberFormat")&&this.useFieldInfo&&e?e?_.NUMBER:_.FIXED_POINT:this._getSetting("numberFormat")}set numberFormat(e){this._setSetting("numberFormat",e)}get dateFormat(){const e=this.fieldExtension.fieldInfo?.format?.dateFormat;return!this.isModified("dateFormat")&&this.useFieldInfo&&e?h(e):this._getSetting("dateFormat")}set dateFormat(e){this._setSetting("dateFormat",e)}get timeFormat(){const e=this.fieldExtension.fieldInfo?.format?.dateFormat;return!this.isModified("timeFormat")&&this.useFieldInfo&&e&&"time-only"===this.fieldExtension.field.type?c(e):this._getSetting("timeFormat")}set timeFormat(e){this._setSetting("timeFormat",e)}_watchProperty(e,t,i,r){if("fractionalDigits"===e){const s=[this._fieldInfoFormatPlaces.add(),super._watchProperty(e,t,i,r)];return{remove:()=>{for(const e of s)e.remove()}}}if("numberFormat"===e){const s=[this._fieldInfoFormatDigitSeparator.add(),super._watchProperty(e,t,i,r)];return{remove:()=>{for(const e of s)e.remove()}}}if("dateFormat"===e||"timeFormat"===e){const s=[this._fieldInfoFormatDateFormat.add(),super._watchProperty(e,t,i,r)];return{remove:()=>{for(const e of s)e.remove()}}}return super._watchProperty(e,t,i,r)}};g=t([n],g);
|
package/data/Schema.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
var e;import{__decorate as i}from"tslib";import t from"@arcgis/core/PopupTemplate";import s from"@arcgis/core/core/Collection";import o from"@arcgis/core/layers/support/FeatureType";import l from"@arcgis/core/layers/support/Field";import n from"@arcgis/core/popup/FieldInfo";import{InvalidOperationError as r}from"../InvalidOperationError.js";import{isFieldExtension as d}from"../ItemType.js";import{jsonToGeometryType as a}from"../json/GeometryJson.js";import{InitializableCollectionProxy as h}from"../support/InitializableCollectionProxy.js";import{filterJSONProperties as p,isDefault as m,serializable as f,shouldExcludeDefaults as c}from"../support/Serializable.js";import{Settings as _}from"../support/Settings.js";import{CaseInsensitiveObservableMap as u}from"../utilities/CaseInsensitiveObservableMap.js";import{CollectionProxy as g}from"../utilities/CollectionProxy.js";import{checkArg as y}from"../utilities/checkArg.js";import{compare as F}from"../utilities/collection.js";import{isFeatureType as x,isField as b}from"../utilities/esri.js";import{fieldWithArcadeXRegex as v,fieldWithRelationshipRegex as T,getArcadeExpressionFromField as S}from"../utilities/field.js";import{isValidTimeZone as I,ERR_TIME_ZONE_INVALID as z}from"../utilities/format/date.js";import{objectKeys as w}from"../utilities/object.js";import{caseInsensitiveEquals as N}from"../utilities/string.js";import{onCollectionPropertyChange as E}from"../utilities/watch.js";import{_fieldExtensionMap as C,FieldExtension as j}from"./FieldExtension.js";const k=new Map;k.set("objectid","oid"),k.set("oid","oid"),k.set("fid","oid"),k.set("shape","geometry"),k.set("shape__length","double"),k.set("shape_length","double"),k.set("shape__area","double"),k.set("shape_area","double"),k.set("area","double"),k.set("perimeter","double"),k.set("length","double"),k.set("fnode_","double"),k.set("tnode_","double"),k.set("lpoly_","double"),k.set("rpoly_","double"),k.set("cover_","integer"),k.set("cover_id","integer"),k.set("idtic","integer"),k.set("xtic","double"),k.set("ytic","double"),k.set("xmin","double"),k.set("ymin","double"),k.set("xmax","double"),k.set("ymax","double"),k.set("arc_","double"),k.set("subclass_","integer"),k.set("subclass_id","integer"),k.set("routelink","integer"),k.set("arclink","integer"),k.set("f_meas","double"),k.set("t_meas","double"),k.set("f_pos","double"),k.set("t_pos","double"),k.set("f_meas","double"),k.set("globalid","global-id"),k.set("guid","guid");export{v as fieldWithArcadeXRegex,T as fieldWithRelationshipRegex};const M=new WeakMap;let A=e=class extends _{fieldExtensions;fields;get spatialReference(){return this._getSetting("spatialReference")}set spatialReference(e){this._setSetting("spatialReference",e)}get primaryKeyField(){const e=this._getSetting("primaryKeyField");if(!e){const e=this.fields.filter((e=>"oid"===e.type));if(1===e.length)return e.getItemAt(0).name}return e}set primaryKeyField(e){this._setSetting("primaryKeyField",e)}get displayField(){return this._getSetting("displayField",this.primaryKeyField)}set displayField(e){!this._featureSettings?.popupTemplate||this._featureSettings.popupTemplate.title&&this._featureSettings.popupTemplate.title!==`{${this.displayField}}`||(this._featureSettings.popupTemplate.title=`{${e}}`),this._setSetting("displayField",e)}get geometryType(){return this._getSetting("geometryType")}set geometryType(e){this._setSetting("geometryType",e)}get hasGeometry(){return void 0!==this.geometryType&&null!==this.geometryType}get timeZone(){return this._getSetting("timeZone","UTC")}set timeZone(e){y("timeZone",e).satisfies((e=>I(e)),z(e)),this._setSetting("timeZone",e)}get typeIdField(){return this._getSetting("typeIdField")}set typeIdField(e){this._setSetting("typeIdField",e)}get types(){return this._getCollectionSetting("types")}get _fields(){return this._getCollectionSetting("_fields")}_featureSettings;_alwaysSerializeFieldExtensions;constructor(e){super(e),this.fieldExtensions=new O(this),this.fields=new L(this)}static createFieldInfoFromField(e){let i=!0;const t=e.name.toLowerCase();return("oid"===e.type||"geometry"===e.type||k.has(t)&&k.get(t)===e.type)&&(i=!1),new n({visible:i,fieldName:e.name,format:void 0,label:e.alias,stringFieldOption:void 0,tooltip:void 0,isEditable:e.editable})}findFieldByName(e){return this.fields.findFieldByName(e)}toJSON(e="all"){const i=p(this._getSerializableProperties(),this,e)||{};let t=i.fieldExtensions;this.parent&&(t=t?.filter((e=>{const i=this.parent;return!i?.fieldExtensions?.some((i=>i.id===e.id))})));const{fields:s}=i;if(i)for(const e of w(i))this.isModified(e)||delete i[e];if(s&&(i.fields=s),t?.length&&(i.fieldExtensions=t),!c(e)||!m(i))return i}createPopupTemplate(){const e=this.createAllFieldInfos();return new t({fieldInfos:e,content:[{type:"fields"},{type:"attachments"}]})}createAllFieldInfos(){return this.fields.toArray().filter((e=>!!e.name)).map((i=>e.createFieldInfoFromField(i)))}_getSerializableProperties(){return{geometryType:{serialize:!1,deserialize:e=>{this.geometryType=e?a(e):void 0}},spatialReference:{serialize:!1},primaryKeyField:{serialize:!1},displayField:{serialize:!1},typeIdField:{serialize:!1},fields:{serializeModes:["initial","project"],serialize:()=>this.isModified("_fields")?this.fields.toArray().map((e=>e.toJSON())):void 0,deserialize:e=>{if(!e)return;const i=e.map((e=>b(e)?e:l.fromJSON(e)));F(this.fields,i,{onNew:(e,i)=>{this.fields.add(e,i)},onMatch:(e,i,t,s)=>{e!==i&&(e.alias=i.alias,e.editable=i.editable,e.length=i.length,e.nullable=i.nullable,e.type=i.type),t!==s&&this.fields.reorder(e,s)},onMissing:e=>{this.fields.remove(e)},equals:(e,i)=>N(e.name,i.name)})}},fieldExtensions:{serializeModes:["initial"],serialize:e=>this.fieldExtensions.toArray().map((i=>i.toJSON(e))).filter((e=>this._alwaysSerializeFieldExtensions||!(e&&2===Object.keys(e).length&&e.id&&e.field))),deserialize:e=>{e&&F(this.fieldExtensions,e,{onNew:(e,i)=>{this.fieldExtensions.add(d(e)?e:new j(e),i)},onMatch:(e,i,t,s)=>{d(i)||e.assignProperties(i),t!==s&&this.fieldExtensions.reorder(e,s)},onMissing:e=>{this._alwaysSerializeFieldExtensions&&this.fieldExtensions.remove(e)},equals:(e,i)=>d(i)?i===e:!(!i?.field||!j.matchesRef(e,i.field))||e.id===i.id})}},types:{serialize:!1,deserialize:e=>{if(!e)return;const i=e.map((e=>x(e)||!e?e:o.fromJSON(e)));F(this.types,i,{onNew:(e,i)=>{this.types.add(e,i)},onMatch:(e,i,t,s)=>{e!==i&&(e.name=i.name,e.templates=i.templates?[...i.templates]:[],e.domains=i.domains),t!==s&&this.types.reorder(e,s)},onMissing:e=>{this.types.remove(e)},equals:(e,i)=>e.id===i.id})}},timeZone:{serialize:!1,deserialize:e=>{e&&(this.timeZone=e)}}}}};A=e=i([f],A);export{A as Schema};class L extends g{_schema;_schemaFieldsHandle;_fieldNameToField;_backingCollection;_expressionFields;get _expressionFieldsLength(){return this.expressionFields.length}get expressionFields(){return null==this._expressionFields&&this._generateExpressionFields(),this._expressionFields}get _collection(){return null==this._backingCollection&&this._generateCollection(),this._backingCollection}get _popupTemplate(){return this._schema._featureSettings?this._schema._featureSettings.popupTemplate:void 0}constructor(e){super(),this._schema=e,E(this._schema,"_fields",(e=>{this.emit("change",e)})),e.watch("_fields.length",(()=>{this.notifyChange("length")})),e.watch(["_featureSettings.popupTemplate.fieldInfos","_featureSettings.popupTemplate.expressionInfos"],(()=>{this._resetLookups()}),!0),null!=e._fields&&(this._schemaFieldsHandle=e._fields.on("after-changes",(()=>{this._resetLookups()}))),e.watch("_fields",(e=>{this._schemaFieldsHandle?.remove(),this._schemaFieldsHandle=e?.on("after-changes",(()=>{this._resetLookups()})),this._resetLookups()}),!0)}clone(){return new L(this._schema)}add(e,i){y("field",e).isNotMissing(),this._backingCollection=void 0,this._fieldNameToField=void 0;const t=S(e.name);if(t){if(!this._popupTemplate)throw new r("Cannot create a field that references an arcade expression without a feature source and popup template.");const i=this._popupTemplate.expressionInfos.find((e=>N(e.name,t)));if(!i)throw new r("Cannot create a field that references a non-existent arcade expression.");this._popupTemplate.fieldInfos||(this._popupTemplate.fieldInfos=[]);let s=this._popupTemplate.fieldInfos.find((i=>N(i.fieldName,e.name)));s||(s=new n({fieldName:e.name,label:i.title}),this._popupTemplate.fieldInfos.push(s));const o=M.get(s);M.set(s,e),null!=this._expressionFields&&(this._expressionFields.remove(o),this._expressionFields.includes(e)||this._expressionFields.add(e));const l={added:[e],moved:[],removed:o?[o]:[],target:this};this.emit("change",l),this.notifyChange("length"),this.notifyChange("_expressionFieldsLength")}else this._schema._fields.add(e,i);return this}removeAt(e){y("index",e).isNotMissing();const i=this.getItemAt(e);if(!i)return;this._backingCollection=void 0,this._fieldNameToField=void 0;if(S(i.name)){const e=this._popupTemplate.fieldInfos.findIndex((e=>N(e.fieldName,i.name)));this._popupTemplate.fieldInfos.splice(e,1),this._expressionFields?.remove(i);const t={added:[],moved:[],removed:[i],target:this};this.emit("change",t),this.notifyChange("length"),this.notifyChange("_expressionFieldsLength")}else this._schema._fields.remove(i);return i}reorder(e,i){if(e&&this._schema._fields.includes(e))return this._backingCollection=void 0,this._schema._fields.reorder(e,i),e}sort(e){return this._backingCollection=void 0,this._schema._fields.sort(e),this}findFieldByName(e){return null==this._fieldNameToField&&this._generateNameLookup(),this._fieldNameToField.get(e)}_generateExpressionFields(){if(this._expressionFields=new s,this._popupTemplate?.fieldInfos&&this._popupTemplate?.expressionInfos)for(const e of this._popupTemplate.fieldInfos){const i=S(e.fieldName);if(null==i)continue;const t=this._popupTemplate.expressionInfos.find((e=>N(e.name,i)));if(null==t)continue;if(M.has(e)){this._expressionFields.add(M.get(e));continue}const s=new l({name:e.fieldName,alias:e.label||t.title||e.fieldName,type:"number"===t.returnType?"double":"string",editable:!1});M.set(e,s),this._expressionFields.add(M.get(e))}}_generateCollection(){this._backingCollection=this._schema._fields.concat(this.expressionFields)}_generateNameLookup(){const e=new u;for(const i of this._collection)e.set(i.name,i);this._fieldNameToField=e}_resetLookups(){this._backingCollection=void 0,this._expressionFields=void 0,this._fieldNameToField=void 0}}class O extends h{get _collection(){return this._schema.fields.map((e=>this._forField(e))).concat(Array.from(this._uninitializedFieldExtensions))}_schema;_uninitializedFieldExtensions=new Set;constructor(e){super(),this._schema=e,E(this._schema,"fields",(e=>{const i={added:(e.added||[]).map((e=>this._forField(e))),moved:(e.moved||[]).map((e=>this._forField(e))),removed:(e.removed||[]).map((e=>this._forField(e))),target:this};this.emit("change",i)})),e.watch("fields.length",(()=>this.notifyChange("length")))}forField(e){if(y("field",e).isNotMissing(),this._schema.fields.includes(e))return this._forField(e)}add(e,i){if(y("fieldX",e).isNotMissing(),e.schema&&e.schema.fieldExtensions.remove(e),e._setSchema(this._schema),e.field){const t=C.get(e.field);if(C.set(e.field,e),t&&t!==e&&this._onRemoved(t),this._schema.fields.includes(e.field))if(void 0===i){const i={added:[e],moved:[],removed:t?[t]:[],target:this};this.emit("change",i)}else this._schema.fields.reorder(e.field,i);else this._schema.fields.add(e.field,i)}else{this._uninitializedFieldExtensions.add(e);const i={added:[e],moved:[],removed:[],target:this};this.emit("change",i)}return this._onAdded(e),this}removeAt(e){const i=this.getItemAt(e);if(void 0!==i){if(this._uninitializedFieldExtensions.has(i)){this._uninitializedFieldExtensions.delete(i);const e={added:[],moved:[],removed:[i],target:this};this.emit("change",e)}else this._schema.fields.remove(i.field);return this._onRemoved(i),i}}reorder(e,i){if(e&&this._schema.fields.includes(e.field))return this._schema.fields.reorder(e.field,i),e}sort(e){return this._schema.fields.sort(((i,t)=>e(this._forField(i),this._forField(t)))),this}_itemIsInitialized(e){return super._itemIsInitialized(e)&&!!e.field}_onAdded(e){}_onRemoved(e){e.schema===this._schema&&e._setSchema(void 0)}_forField(e){if(this._uninitializedFieldExtensions.size)for(const e of this._uninitializedFieldExtensions)e._resolveField(),e.field&&(C.set(e.field,e),this._uninitializedFieldExtensions.delete(e));if(!C.has(e)){const i=new j({field:e});C.set(e,i),i._setSchema(this._schema),this._onAdded(i)}return C.get(e)}}
|
|
1
|
+
var e;import{__decorate as i}from"tslib";import t from"@arcgis/core/PopupTemplate";import s from"@arcgis/core/core/Collection";import o from"@arcgis/core/layers/support/FeatureType";import n from"@arcgis/core/layers/support/Field";import l from"@arcgis/core/popup/FieldInfo";import{InvalidOperationError as r}from"../InvalidOperationError.js";import{isFieldExtension as d}from"../ItemType.js";import{jsonToGeometryType as a}from"../json/GeometryJson.js";import{InitializableCollectionProxy as h}from"../support/InitializableCollectionProxy.js";import{filterJSONProperties as m,isDefault as p,serializable as f,shouldExcludeDefaults as c}from"../support/Serializable.js";import{Settings as _}from"../support/Settings.js";import{CaseInsensitiveObservableMap as u}from"../utilities/CaseInsensitiveObservableMap.js";import{CollectionProxy as g}from"../utilities/CollectionProxy.js";import y from"../utilities/_ReferenceCountedHandle.js";import{checkArg as F}from"../utilities/checkArg.js";import{compare as x}from"../utilities/collection.js";import{isFeatureType as v,isField as b}from"../utilities/esri.js";import{fieldWithArcadeXRegex as T,fieldWithRelationshipRegex as S,getArcadeExpressionFromField as w}from"../utilities/field.js";import{isValidTimeZone as I,ERR_TIME_ZONE_INVALID as z}from"../utilities/format/date.js";import{objectKeys as N}from"../utilities/object.js";import{caseInsensitiveEquals as C}from"../utilities/string.js";import{onCollectionPropertyChange as E}from"../utilities/watch.js";import{_fieldExtensionMap as j,FieldExtension as k}from"./FieldExtension.js";const A=new Map;A.set("objectid","oid"),A.set("oid","oid"),A.set("fid","oid"),A.set("shape","geometry"),A.set("shape__length","double"),A.set("shape_length","double"),A.set("shape__area","double"),A.set("shape_area","double"),A.set("area","double"),A.set("perimeter","double"),A.set("length","double"),A.set("fnode_","double"),A.set("tnode_","double"),A.set("lpoly_","double"),A.set("rpoly_","double"),A.set("cover_","integer"),A.set("cover_id","integer"),A.set("idtic","integer"),A.set("xtic","double"),A.set("ytic","double"),A.set("xmin","double"),A.set("ymin","double"),A.set("xmax","double"),A.set("ymax","double"),A.set("arc_","double"),A.set("subclass_","integer"),A.set("subclass_id","integer"),A.set("routelink","integer"),A.set("arclink","integer"),A.set("f_meas","double"),A.set("t_meas","double"),A.set("f_pos","double"),A.set("t_pos","double"),A.set("f_meas","double"),A.set("globalid","global-id"),A.set("guid","guid");export{T as fieldWithArcadeXRegex,S as fieldWithRelationshipRegex};const M=new WeakMap;let L=e=class extends _{fieldExtensions;fields;get spatialReference(){return this._getSetting("spatialReference")}set spatialReference(e){this._setSetting("spatialReference",e)}get primaryKeyField(){const e=this._getSetting("primaryKeyField");if(!e){const e=this.fields.filter((e=>"oid"===e.type));if(1===e.length)return e.getItemAt(0).name}return e}set primaryKeyField(e){this._setSetting("primaryKeyField",e)}get displayField(){return this._getSetting("displayField",this.primaryKeyField)}set displayField(e){!this._featureSettings?.popupTemplate||this._featureSettings.popupTemplate.title&&this._featureSettings.popupTemplate.title!==`{${this.displayField}}`||(this._featureSettings.popupTemplate.title=`{${e}}`),this._setSetting("displayField",e)}get geometryType(){return this._getSetting("geometryType")}set geometryType(e){this._setSetting("geometryType",e)}get hasGeometry(){return void 0!==this.geometryType&&null!==this.geometryType}get timeZone(){return this._getSetting("timeZone","UTC")}set timeZone(e){F("timeZone",e).satisfies((e=>I(e)),z(e)),this._setSetting("timeZone",e)}get typeIdField(){return this._getSetting("typeIdField")}set typeIdField(e){this._setSetting("typeIdField",e)}get types(){return this._getCollectionSetting("types")}get _fields(){return this._getCollectionSetting("_fields")}_featureSettings;_alwaysSerializeFieldExtensions;constructor(e){super(e),this.fieldExtensions=new O(this),this.fields=new R(this)}static createFieldInfoFromField(e){let i=!0;const t=e.name.toLowerCase();return("oid"===e.type||"geometry"===e.type||A.has(t)&&A.get(t)===e.type)&&(i=!1),new l({visible:i,fieldName:e.name,format:void 0,label:e.alias,stringFieldOption:void 0,tooltip:void 0,isEditable:e.editable})}findFieldByName(e){return this.fields.findFieldByName(e)}toJSON(e="all"){const i=m(this._getSerializableProperties(),this,e)||{};let t=i.fieldExtensions;this.parent&&(t=t?.filter((e=>{const i=this.parent;return!i?.fieldExtensions?.some((i=>i.id===e.id))})));const{fields:s}=i;if(i)for(const e of N(i))this.isModified(e)||delete i[e];if(s&&(i.fields=s),t?.length&&(i.fieldExtensions=t),!c(e)||!p(i))return i}createPopupTemplate(){const e=this.createAllFieldInfos();return new t({fieldInfos:e,content:[{type:"fields"},{type:"attachments"}]})}createAllFieldInfos(){return this.fields.toArray().filter((e=>!!e.name)).map((i=>e.createFieldInfoFromField(i)))}_getSerializableProperties(){return{geometryType:{serialize:!1,deserialize:e=>{this.geometryType=e?a(e):void 0}},spatialReference:{serialize:!1},primaryKeyField:{serialize:!1},displayField:{serialize:!1},typeIdField:{serialize:!1},fields:{serializeModes:["initial","project"],serialize:()=>this.isModified("_fields")?this.fields.toArray().map((e=>e.toJSON())):void 0,deserialize:e=>{if(!e)return;const i=e.map((e=>b(e)?e:n.fromJSON(e)));x(this.fields,i,{onNew:(e,i)=>{this.fields.add(e,i)},onMatch:(e,i,t,s)=>{e!==i&&(e.alias=i.alias,e.editable=i.editable,e.length=i.length,e.nullable=i.nullable,e.type=i.type),t!==s&&this.fields.reorder(e,s)},onMissing:e=>{this.fields.remove(e)},equals:(e,i)=>C(e.name,i.name)})}},fieldExtensions:{serializeModes:["initial"],serialize:e=>this.fieldExtensions.toArray().map((i=>i.toJSON(e))).filter((e=>this._alwaysSerializeFieldExtensions||!(e&&2===Object.keys(e).length&&e.id&&e.field))),deserialize:e=>{e&&x(this.fieldExtensions,e,{onNew:(e,i)=>{this.fieldExtensions.add(d(e)?e:new k(e),i)},onMatch:(e,i,t,s)=>{d(i)||e.assignProperties(i),t!==s&&this.fieldExtensions.reorder(e,s)},onMissing:e=>{this._alwaysSerializeFieldExtensions&&this.fieldExtensions.remove(e)},equals:(e,i)=>d(i)?i===e:!(!i?.field||!k.matchesRef(e,i.field))||e.id===i.id})}},types:{serialize:!1,deserialize:e=>{if(!e)return;const i=e.map((e=>v(e)||!e?e:o.fromJSON(e)));x(this.types,i,{onNew:(e,i)=>{this.types.add(e,i)},onMatch:(e,i,t,s)=>{e!==i&&(e.name=i.name,e.templates=i.templates?[...i.templates]:[],e.domains=i.domains),t!==s&&this.types.reorder(e,s)},onMissing:e=>{this.types.remove(e)},equals:(e,i)=>e.id===i.id})}},timeZone:{serialize:!1,deserialize:e=>{e&&(this.timeZone=e)}}}}};L=e=i([f],L);export{L as Schema};class R extends g{_schema;_fieldNameToField;_backingCollection;_expressionFields;get _expressionFieldsLength(){return this.expressionFields.length}get expressionFields(){return null==this._expressionFields&&this._generateExpressionFields(),this._expressionFields}get _collection(){return null==this._backingCollection&&this._generateCollection(),this._backingCollection}get _popupTemplate(){return this._schema._featureSettings?this._schema._featureSettings.popupTemplate:void 0}constructor(e){super(),this._schema=e,E(this._schema,"_fields",(e=>{this.emit("change",e)})),this._schema.watch("_fields.length",(()=>{this.notifyChange("length")}));const i=()=>{const e=()=>this._schema._featureSettings?.popupTemplate?.watch(["fieldInfos","expressionInfos"],(()=>{this._resetLookups()}),!0);let i=e();const t=this._schema._featureSettings?.watch("popupTemplate",(t=>{this._resetLookups(),i?.remove(),i=e()}),!0);return this._resetLookups(),{remove:()=>{i?.remove(),t?.remove()}}};let t,s=i();this._schema.watch("_featureSettings",(()=>{s?.remove(),s=i()}),!0),null!=this._schema._fields&&(t=this._schema._fields.on("after-changes",(()=>{this._resetLookups()}))),this._schema.watch("_fields",(e=>{t?.remove(),t=e?.on("after-changes",(()=>{this._resetLookups()})),this._resetLookups()}),!0)}clone(){return new R(this._schema)}add(e,i){F("field",e).isNotMissing(),this._backingCollection=void 0,this._fieldNameToField=void 0;const t=w(e.name);if(t){if(!this._popupTemplate)throw new r("Cannot create a field that references an arcade expression without a feature source and popup template.");const i=this._popupTemplate.expressionInfos.find((e=>C(e.name,t)));if(!i)throw new r("Cannot create a field that references a non-existent arcade expression.");this._popupTemplate.fieldInfos||(this._popupTemplate.fieldInfos=[]);let s=this._popupTemplate.fieldInfos.find((i=>C(i.fieldName,e.name)));s||(s=new l({fieldName:e.name,label:i.title}),this._popupTemplate.fieldInfos.push(s));const o=M.get(s);M.set(s,e),null!=this._expressionFields&&(this._expressionFields.remove(o),this._expressionFields.includes(e)||this._expressionFields.add(e));const n={added:[e],moved:[],removed:o?[o]:[],target:this};this.emit("change",n),this.notifyChange("length"),this.notifyChange("_expressionFieldsLength")}else this._schema._fields.add(e,i);return this}removeAt(e){F("index",e).isNotMissing();const i=this.getItemAt(e);if(!i)return;this._backingCollection=void 0,this._fieldNameToField=void 0;if(w(i.name)){const e=this._popupTemplate.fieldInfos.findIndex((e=>C(e.fieldName,i.name)));this._popupTemplate.fieldInfos.splice(e,1),this._expressionFields?.remove(i);const t={added:[],moved:[],removed:[i],target:this};this.emit("change",t),this.notifyChange("length"),this.notifyChange("_expressionFieldsLength")}else this._schema._fields.remove(i);return i}reorder(e,i){if(e&&this._schema._fields.includes(e))return this._backingCollection=void 0,this._schema._fields.reorder(e,i),e}sort(e){return this._backingCollection=void 0,this._schema._fields.sort(e),this}findFieldByName(e){return null==this._fieldNameToField&&this._generateNameLookup(),this._fieldNameToField.get(e)}_generateExpressionFields(){if(this._expressionFields=new s,this._popupTemplate?.fieldInfos&&this._popupTemplate?.expressionInfos)for(const e of this._popupTemplate.fieldInfos){const i=w(e.fieldName);if(null==i)continue;const t=this._popupTemplate.expressionInfos.find((e=>C(e.name,i)));if(null==t)continue;if(M.has(e)){this._expressionFields.add(M.get(e));continue}const s=new n({name:e.fieldName,alias:e.label||t.title||e.fieldName,type:"number"===t.returnType?"double":"string",editable:!1});M.set(e,s),this._expressionFields.add(M.get(e))}}_generateCollection(){this._backingCollection=this._schema._fields.concat(this.expressionFields)}_generateNameLookup(){const e=new u;for(const i of this._collection)e.set(i.name,i);this._fieldNameToField=e}_resetLookups(){this._backingCollection=void 0,this._expressionFields=void 0,this._fieldNameToField=void 0}}class O extends h{get _collection(){return this._schema.fields.map((e=>this._forField(e))).concat(Array.from(this._uninitializedFieldExtensions))}_schema;_uninitializedFieldExtensions=new Set;_schemaFieldsHandle=new y((()=>E(this._schema,"fields",(e=>{const i={added:(e.added||[]).map((e=>this._forField(e))),moved:(e.moved||[]).map((e=>this._forField(e))),removed:(e.removed||[]).map((e=>this._forField(e))),target:this};this.emit("change",i)}))));_schemaFieldsLengthHandle=new y((()=>this._schema.watch("fields.length",(()=>this.notifyChange("length")))));constructor(e){super(),this._schema=e}forField(e){if(F("field",e).isNotMissing(),this._schema.fields.includes(e))return this._forField(e)}add(e,i){if(F("fieldX",e).isNotMissing(),e.schema&&e.schema.fieldExtensions.remove(e),e._setSchema(this._schema),e.field){const t=j.get(e.field);if(j.set(e.field,e),t&&t!==e&&this._onRemoved(t),this._schema.fields.includes(e.field))if(void 0===i){const i={added:[e],moved:[],removed:t?[t]:[],target:this};this.emit("change",i)}else this._schema.fields.reorder(e.field,i);else this._schema.fields.add(e.field,i)}else{this._uninitializedFieldExtensions.add(e);const i={added:[e],moved:[],removed:[],target:this};this.emit("change",i)}return this._onAdded(e),this}removeAt(e){const i=this.getItemAt(e);if(void 0!==i){if(this._uninitializedFieldExtensions.has(i)){this._uninitializedFieldExtensions.delete(i);const e={added:[],moved:[],removed:[i],target:this};this.emit("change",e)}else this._schema.fields.remove(i.field);return this._onRemoved(i),i}}reorder(e,i){if(e&&this._schema.fields.includes(e.field))return this._schema.fields.reorder(e.field,i),e}sort(e){return this._schema.fields.sort(((i,t)=>e(this._forField(i),this._forField(t)))),this}on(e,i){if("change"===e){const t=[this._schemaFieldsHandle.add(),super.on(e,i)];return{remove:()=>{for(const e of t)e.remove()}}}return super.on(e,i)}watch(e,i,t){if((Array.isArray(e)?e:[e]).includes("length")){const s=[this._schemaFieldsLengthHandle.add(),super.watch(e,i,t)];return{remove:()=>{for(const e of s)e.remove()}}}return super.watch(e,i,t)}_itemIsInitialized(e){return super._itemIsInitialized(e)&&!!e.field}_onAdded(e){}_onRemoved(e){e.schema===this._schema&&e._setSchema(void 0)}_forField(e){if(this._uninitializedFieldExtensions.size)for(const e of this._uninitializedFieldExtensions)e._resolveField(),e.field&&(j.set(e.field,e),this._uninitializedFieldExtensions.delete(e));if(!j.has(e)){const i=new k({field:e});j.set(e,i),i._setSchema(this._schema),this._onAdded(i)}return j.get(e)}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
window.navigationData = "data:application/octet-stream;base64,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"
|
|
1
|
+
window.navigationData = "data:application/octet-stream;base64,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"
|